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.
80 lines
2.0 KiB
80 lines
2.0 KiB
{ |
|
"_from": "esrecurse@^4.1.0", |
|
"_id": "esrecurse@4.2.1", |
|
"_inBundle": false, |
|
"_integrity": "sha1-AHo7n9vCs7uH5IeeoZyS/b05Qs8=", |
|
"_location": "/esrecurse", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "esrecurse@^4.1.0", |
|
"name": "esrecurse", |
|
"escapedName": "esrecurse", |
|
"rawSpec": "^4.1.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^4.1.0" |
|
}, |
|
"_requiredBy": [ |
|
"/eslint-scope" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/esrecurse/download/esrecurse-4.2.1.tgz", |
|
"_shasum": "007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf", |
|
"_spec": "esrecurse@^4.1.0", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks/node_modules/eslint-scope", |
|
"babel": { |
|
"presets": [ |
|
"es2015" |
|
] |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/estools/esrecurse/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"estraverse": "^4.1.0" |
|
}, |
|
"deprecated": false, |
|
"description": "ECMAScript AST recursive visitor", |
|
"devDependencies": { |
|
"babel-cli": "^6.24.1", |
|
"babel-eslint": "^7.2.3", |
|
"babel-preset-es2015": "^6.24.1", |
|
"babel-register": "^6.24.1", |
|
"chai": "^4.0.2", |
|
"esprima": "^4.0.0", |
|
"gulp": "^3.9.0", |
|
"gulp-bump": "^2.7.0", |
|
"gulp-eslint": "^4.0.0", |
|
"gulp-filter": "^5.0.0", |
|
"gulp-git": "^2.4.1", |
|
"gulp-mocha": "^4.3.1", |
|
"gulp-tag-version": "^1.2.1", |
|
"jsdoc": "^3.3.0-alpha10", |
|
"minimist": "^1.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=4.0" |
|
}, |
|
"homepage": "https://github.com/estools/esrecurse", |
|
"license": "BSD-2-Clause", |
|
"main": "esrecurse.js", |
|
"maintainers": [ |
|
{ |
|
"name": "Yusuke Suzuki", |
|
"email": "utatane.tea@gmail.com", |
|
"url": "https://github.com/Constellation" |
|
} |
|
], |
|
"name": "esrecurse", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/estools/esrecurse.git" |
|
}, |
|
"scripts": { |
|
"lint": "gulp lint", |
|
"test": "gulp travis", |
|
"unit-test": "gulp test" |
|
}, |
|
"version": "4.2.1" |
|
}
|
|
|