71 lines
1.9 KiB
JSON
Executable File
71 lines
1.9 KiB
JSON
Executable File
{
|
|
"_from": "estraverse@1.9.1",
|
|
"_id": "estraverse@1.9.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VTp0gp73Y+phU4B/hrkMzeXjIjE=",
|
|
"_location": "/estraverse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "estraverse@1.9.1",
|
|
"name": "estraverse",
|
|
"escapedName": "estraverse",
|
|
"rawSpec": "1.9.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.9.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/6to5-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.1.tgz",
|
|
"_shasum": "553a74829ef763ea6153807f86b90ccde5e32231",
|
|
"_spec": "estraverse@1.9.1",
|
|
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-core",
|
|
"bugs": {
|
|
"url": "https://github.com/estools/estraverse/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "ECMAScript JS AST traversal functions",
|
|
"devDependencies": {
|
|
"chai": "^1.9.2",
|
|
"coffee-script": "^1.8.0",
|
|
"jshint": "^2.5.6",
|
|
"mocha": "^1.21.5",
|
|
"xyz": "^0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"homepage": "https://github.com/estools/estraverse",
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"
|
|
}
|
|
],
|
|
"main": "estraverse.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Yusuke Suzuki",
|
|
"email": "utatane.tea@gmail.com",
|
|
"url": "http://github.com/Constellation"
|
|
}
|
|
],
|
|
"name": "estraverse",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/estools/estraverse.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint estraverse.js",
|
|
"release-major": "xyz --increment major --tag X.Y.Z",
|
|
"release-minor": "xyz --increment minor --tag X.Y.Z",
|
|
"release-patch": "xyz --increment patch --tag X.Y.Z",
|
|
"test": "npm run-script lint && npm run-script unit-test",
|
|
"unit-test": "mocha --compilers coffee:coffee-script/register"
|
|
},
|
|
"version": "1.9.1"
|
|
}
|