react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / detective / node_modules / escodegen / node_modules / estraverse / package.json
80575 views{1"name": "estraverse",2"description": "ECMAScript JS AST traversal functions",3"homepage": "https://github.com/estools/estraverse",4"main": "estraverse.js",5"version": "1.9.3",6"engines": {7"node": ">=0.10.0"8},9"maintainers": [10{11"name": "constellation",12"email": "[email protected]"13}14],15"repository": {16"type": "git",17"url": "git+ssh://[email protected]/estools/estraverse.git"18},19"devDependencies": {20"chai": "^2.1.1",21"coffee-script": "^1.8.0",22"gulp": "^3.8.10",23"gulp-bump": "^0.2.2",24"gulp-filter": "^2.0.0",25"gulp-git": "^1.0.1",26"gulp-tag-version": "^1.2.1",27"jshint": "^2.5.6",28"mocha": "^2.1.0"29},30"licenses": [31{32"type": "BSD",33"url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"34}35],36"scripts": {37"test": "npm run-script lint && npm run-script unit-test",38"lint": "jshint estraverse.js",39"unit-test": "mocha --compilers coffee:coffee-script/register"40},41"gitHead": "9c249de6b2ea08655d3c68bfc30b5d7d81dc8703",42"bugs": {43"url": "https://github.com/estools/estraverse/issues"44},45"_id": "[email protected]",46"_shasum": "af67f2dc922582415950926091a4005d29c9bb44",47"_from": "estraverse@>=1.9.1 <2.0.0",48"_npmVersion": "1.4.28",49"_npmUser": {50"name": "constellation",51"email": "[email protected]"52},53"dist": {54"shasum": "af67f2dc922582415950926091a4005d29c9bb44",55"tarball": "http://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz"56},57"directories": {},58"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz",59"readme": "ERROR: No README data found!"60}616263