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.
82 lines
2.1 KiB
82 lines
2.1 KiB
{
|
|
"name": "escope",
|
|
"description": "ECMAScript scope analyzer",
|
|
"homepage": "http://github.com/estools/escope",
|
|
"main": "lib/index.js",
|
|
"version": "3.1.0",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "constellation",
|
|
"email": "utatane.tea@gmail.com"
|
|
},
|
|
{
|
|
"name": "michaelficarra",
|
|
"email": "npm@michael.ficarra.me"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/estools/escope.git"
|
|
},
|
|
"dependencies": {
|
|
"es6-map": "^0.1.1",
|
|
"es6-weak-map": "^0.1.2",
|
|
"esrecurse": "^3.1.1",
|
|
"estraverse": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^0.12.0",
|
|
"babel": "^4.7.12",
|
|
"browserify": "^9.0.3",
|
|
"chai": "^2.1.1",
|
|
"coffee-script": "^1.9.1",
|
|
"espree": "^2.0.2",
|
|
"esprima": "^2.1.0",
|
|
"gulp": "~3.8.10",
|
|
"gulp-babel": "^4.0.0",
|
|
"gulp-bump": "^0.3.0",
|
|
"gulp-coffee": "^2.2.0",
|
|
"gulp-eslint": "^0.6.0",
|
|
"gulp-espower": "^0.10.0",
|
|
"gulp-filter": "^2.0.0",
|
|
"gulp-git": "^1.0.1",
|
|
"gulp-mocha": "~2.0.0",
|
|
"gulp-plumber": "^1.0.0",
|
|
"gulp-sourcemaps": "^1.3.0",
|
|
"gulp-tag-version": "^1.2.1",
|
|
"jsdoc": "=3.3.0-alpha13",
|
|
"lazypipe": "^0.2.2",
|
|
"minimist": "^1.1.0",
|
|
"vinyl-source-stream": "^1.0.0"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"scripts": {
|
|
"test": "gulp travis",
|
|
"unit-test": "gulp test",
|
|
"lint": "gulp lint",
|
|
"jsdoc": "jsdoc src/*.js README.md"
|
|
},
|
|
"gitHead": "f237eefd4bfadfcf397e451219c3079e9bc3bb81",
|
|
"bugs": {
|
|
"url": "https://github.com/estools/escope/issues"
|
|
},
|
|
"_id": "escope@3.1.0",
|
|
"_shasum": "92ca48f6286b380e4388e09188a904b0fa1d9b7e",
|
|
"_from": "escope@>=3.1.0 <4.0.0",
|
|
"_npmVersion": "2.10.1",
|
|
"_nodeVersion": "2.1.0",
|
|
"_npmUser": {
|
|
"name": "constellation",
|
|
"email": "utatane.tea@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "92ca48f6286b380e4388e09188a904b0fa1d9b7e",
|
|
"tarball": "http://registry.npmjs.org/escope/-/escope-3.1.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/escope/-/escope-3.1.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|