58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "escope",
|
|
"description": "ECMAScript scope analyzer",
|
|
"homepage": "http://github.com/estools/escope",
|
|
"main": "lib/index.js",
|
|
"version": "3.6.0",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Yusuke Suzuki",
|
|
"email": "utatane.tea@gmail.com",
|
|
"web": "http://github.com/Constellation"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/estools/escope.git"
|
|
},
|
|
"dependencies": {
|
|
"es6-map": "^0.1.3",
|
|
"es6-weak-map": "^2.0.1",
|
|
"esrecurse": "^4.1.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^6.3.26",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-register": "^6.3.13",
|
|
"browserify": "^13.0.0",
|
|
"chai": "^3.4.1",
|
|
"espree": "^3.1.1",
|
|
"esprima": "^2.7.1",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^6.1.1",
|
|
"gulp-bump": "^1.0.0",
|
|
"gulp-eslint": "^1.1.1",
|
|
"gulp-espower": "^1.0.2",
|
|
"gulp-filter": "^3.0.1",
|
|
"gulp-git": "^1.6.1",
|
|
"gulp-mocha": "^2.2.0",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-tag-version": "^1.3.0",
|
|
"jsdoc": "^3.4.0",
|
|
"lazypipe": "^1.0.1",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"scripts": {
|
|
"test": "gulp travis",
|
|
"unit-test": "gulp test",
|
|
"lint": "gulp lint",
|
|
"jsdoc": "jsdoc src/*.js README.md"
|
|
}
|
|
}
|