react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / jstransform / package.json
81145 views{1"name": "jstransform",2"version": "8.2.0",3"description": "A simple AST visitor-based JS transformer",4"contributors": [5{6"name": "Jeff Morrison",7"email": "[email protected]"8}9],10"main": "src/jstransform",11"repository": {12"type": "git",13"url": "[email protected]:facebook/jstransform.git"14},15"keywords": [16"transformer",17"compiler",18"syntax",19"visitor"20],21"dependencies": {22"base62": "0.1.1",23"esprima-fb": "8001.1001.0-dev-harmony-fb",24"source-map": "0.1.31"25},26"licenses": [27{28"type": "Apache-2.0",29"url": "http://www.apache.org/licenses/LICENSE-2.0"30}31],32"engines": {33"node": ">=0.8.8"34},35"devDependencies": {36"jest-cli": "^0.1.5"37},38"jest": {39"scriptPreprocessor": "<rootDir>/jestPreprocessor.js",40"setupEnvScriptFile": "<rootDir>/jestEnvironment.js",41"testPathIgnorePatterns": [42"/node_modules/",43"/__tests__/[^/]*/.+"44]45},46"scripts": {47"prepublish": "jest",48"test": "jest"49},50"gitHead": "4335df00eafe4a128d9dbd8ebece665441ff4e5f",51"bugs": {52"url": "https://github.com/facebook/jstransform/issues"53},54"homepage": "https://github.com/facebook/jstransform",55"_id": "[email protected]",56"_shasum": "e43f697f7cc01a1e7c827dd9df5a79d29d0c50bb",57"_from": "jstransform@>=8.0.0 <9.0.0",58"_npmVersion": "1.4.21",59"_npmUser": {60"name": "jeffmo",61"email": "[email protected]"62},63"maintainers": [64{65"name": "jeffmo",66"email": "[email protected]"67},68{69"name": "zpao",70"email": "[email protected]"71},72{73"name": "amasad",74"email": "[email protected]"75},76{77"name": "gabelevi",78"email": "[email protected]"79}80],81"dist": {82"shasum": "e43f697f7cc01a1e7c827dd9df5a79d29d0c50bb",83"tarball": "http://registry.npmjs.org/jstransform/-/jstransform-8.2.0.tgz"84},85"directories": {},86"_resolved": "https://registry.npmjs.org/jstransform/-/jstransform-8.2.0.tgz"87}888990