mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.8 KiB
67 lines
1.8 KiB
{
|
|
"name": "estraverse",
|
|
"description": "ECMAScript JS AST traversal functions",
|
|
"homepage": "https://github.com/estools/estraverse",
|
|
"main": "estraverse.js",
|
|
"version": "4.1.0",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "constellation",
|
|
"email": "utatane.tea@gmail.com"
|
|
},
|
|
{
|
|
"name": "michaelficarra",
|
|
"email": "npm@michael.ficarra.me"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/estools/estraverse.git"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^2.1.1",
|
|
"coffee-script": "^1.8.0",
|
|
"espree": "^1.11.0",
|
|
"gulp": "^3.8.10",
|
|
"gulp-bump": "^0.2.2",
|
|
"gulp-filter": "^2.0.0",
|
|
"gulp-git": "^1.0.1",
|
|
"gulp-tag-version": "^1.2.1",
|
|
"jshint": "^2.5.6",
|
|
"mocha": "^2.1.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "npm run-script lint && npm run-script unit-test",
|
|
"lint": "jshint estraverse.js",
|
|
"unit-test": "mocha --compilers coffee:coffee-script/register"
|
|
},
|
|
"gitHead": "347d52996336719b5910c7ffb5ff3ea8ecb87cf3",
|
|
"bugs": {
|
|
"url": "https://github.com/estools/estraverse/issues"
|
|
},
|
|
"_id": "estraverse@4.1.0",
|
|
"_shasum": "40f23a76092041be6467d7f235c933b670766e05",
|
|
"_from": "estraverse@>=4.1.0 <5.0.0",
|
|
"_npmVersion": "2.8.3",
|
|
"_nodeVersion": "1.8.1",
|
|
"_npmUser": {
|
|
"name": "constellation",
|
|
"email": "utatane.tea@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "40f23a76092041be6467d7f235c933b670766e05",
|
|
"tarball": "http://registry.npmjs.org/estraverse/-/estraverse-4.1.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.1.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|