react / wstein / node_modules / react / node_modules / envify / node_modules / jstransform / package.json
80538 views{1"name": "jstransform",2"version": "10.1.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": "git+ssh://[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": "13001.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.2",37"jshint": "^2.5.10"38},39"jest": {40"scriptPreprocessor": "<rootDir>/jestPreprocessor.js",41"setupEnvScriptFile": "<rootDir>/jestEnvironment.js",42"testPathIgnorePatterns": [43"/node_modules/",44"/__tests__/[^/]*/.+"45]46},47"scripts": {48"prepublish": "jest && jshint --config=.jshintrc --exclude=node_modules .",49"test": "jest && jshint --config=.jshintrc --exclude=node_modules ."50},51"gitHead": "90201cf6e40549bacf0efe8915600658a9564471",52"bugs": {53"url": "https://github.com/facebook/jstransform/issues"54},55"homepage": "https://github.com/facebook/jstransform",56"_id": "[email protected]",57"_shasum": "b4c49bf63f162c108b0348399a8737c713b0a83a",58"_from": "jstransform@>=10.0.1 <11.0.0",59"_npmVersion": "1.4.16",60"_npmUser": {61"name": "gabelevi",62"email": "[email protected]"63},64"maintainers": [65{66"name": "jeffmo",67"email": "[email protected]"68},69{70"name": "zpao",71"email": "[email protected]"72},73{74"name": "amasad",75"email": "[email protected]"76},77{78"name": "gabelevi",79"email": "[email protected]"80}81],82"dist": {83"shasum": "b4c49bf63f162c108b0348399a8737c713b0a83a",84"tarball": "http://registry.npmjs.org/jstransform/-/jstransform-10.1.0.tgz"85},86"directories": {},87"_resolved": "https://registry.npmjs.org/jstransform/-/jstransform-10.1.0.tgz",88"readme": "ERROR: No README data found!"89}909192