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.
109 lines
2.7 KiB
109 lines
2.7 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "esrecurse@^4.1.0",
|
|
"scope": null,
|
|
"escapedName": "esrecurse",
|
|
"name": "esrecurse",
|
|
"rawSpec": "^4.1.0",
|
|
"spec": ">=4.1.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/escope"
|
|
]
|
|
],
|
|
"_from": "esrecurse@>=4.1.0 <5.0.0",
|
|
"_id": "esrecurse@4.1.0",
|
|
"_inCache": true,
|
|
"_location": "/esrecurse",
|
|
"_nodeVersion": "0.12.9",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-13-west.internal.npmjs.com",
|
|
"tmp": "tmp/esrecurse-4.1.0.tgz_1457712782215_0.15950557170435786"
|
|
},
|
|
"_npmUser": {
|
|
"name": "nzakas",
|
|
"email": "nicholas@nczconsulting.com"
|
|
},
|
|
"_npmVersion": "2.14.9",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "esrecurse@^4.1.0",
|
|
"scope": null,
|
|
"escapedName": "esrecurse",
|
|
"name": "esrecurse",
|
|
"rawSpec": "^4.1.0",
|
|
"spec": ">=4.1.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/escope"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.1.0.tgz",
|
|
"_shasum": "4713b6536adf7f2ac4f327d559e7756bff648220",
|
|
"_shrinkwrap": null,
|
|
"_spec": "esrecurse@^4.1.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/escope",
|
|
"bugs": {
|
|
"url": "https://github.com/estools/esrecurse/issues"
|
|
},
|
|
"dependencies": {
|
|
"estraverse": "~4.1.0",
|
|
"object-assign": "^4.0.1"
|
|
},
|
|
"description": "ECMAScript AST recursive visitor",
|
|
"devDependencies": {
|
|
"chai": "^3.3.0",
|
|
"coffee-script": "^1.9.1",
|
|
"esprima": "^2.1.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-bump": "^1.0.0",
|
|
"gulp-eslint": "^1.0.0",
|
|
"gulp-filter": "^3.0.1",
|
|
"gulp-git": "^1.1.0",
|
|
"gulp-mocha": "^2.1.3",
|
|
"gulp-tag-version": "^1.2.1",
|
|
"jsdoc": "^3.3.0-alpha10",
|
|
"minimist": "^1.1.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "4713b6536adf7f2ac4f327d559e7756bff648220",
|
|
"tarball": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.1.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"gitHead": "63a34714834bd7ad2063054bd4abb24fb82ca667",
|
|
"homepage": "https://github.com/estools/esrecurse",
|
|
"license": "BSD-2-Clause",
|
|
"main": "esrecurse.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "constellation",
|
|
"email": "utatane.tea@gmail.com"
|
|
},
|
|
{
|
|
"name": "michaelficarra",
|
|
"email": "npm@michael.ficarra.me"
|
|
},
|
|
{
|
|
"name": "nzakas",
|
|
"email": "nicholas@nczconsulting.com"
|
|
}
|
|
],
|
|
"name": "esrecurse",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/estools/esrecurse.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "gulp lint",
|
|
"test": "gulp travis",
|
|
"unit-test": "gulp test"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|
|
|