summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/escope/package.json')
-rw-r--r--tools/eslint/node_modules/escope/package.json78
1 files changed, 38 insertions, 40 deletions
diff --git a/tools/eslint/node_modules/escope/package.json b/tools/eslint/node_modules/escope/package.json
index 8bbb8bc5e9..7fa28a7f6a 100644
--- a/tools/eslint/node_modules/escope/package.json
+++ b/tools/eslint/node_modules/escope/package.json
@@ -1,97 +1,95 @@
{
"_args": [
[
- "escope@^3.3.0",
- "/Users/mzasso/git/forks/node/node_modules/eslint"
+ "escope@^3.4.0",
+ "/Users/trott/test/node_modules/eslint"
]
],
- "_from": "escope@>=3.3.0 <4.0.0",
- "_id": "escope@3.3.0",
+ "_from": "escope@>=3.4.0 <4.0.0",
+ "_id": "escope@3.4.0",
"_inCache": true,
"_installable": true,
"_location": "/eslint/escope",
- "_nodeVersion": "4.1.1",
+ "_nodeVersion": "4.2.2",
"_npmUser": {
- "email": "utatane.tea@gmail.com",
- "name": "constellation"
+ "email": "npm@michael.ficarra.me",
+ "name": "michaelficarra"
},
- "_npmVersion": "2.14.4",
+ "_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "escope",
- "raw": "escope@^3.3.0",
- "rawSpec": "^3.3.0",
+ "raw": "escope@^3.4.0",
+ "rawSpec": "^3.4.0",
"scope": null,
- "spec": ">=3.3.0 <4.0.0",
+ "spec": ">=3.4.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
- "_resolved": "https://registry.npmjs.org/escope/-/escope-3.3.0.tgz",
- "_shasum": "6201c97285c2c13643afe4453b58de64481aa1a4",
+ "_resolved": "https://registry.npmjs.org/escope/-/escope-3.4.0.tgz",
+ "_shasum": "488c646b682c313f0eb1a7350d39e8e4af5e6a69",
"_shrinkwrap": null,
- "_spec": "escope@^3.3.0",
- "_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
+ "_spec": "escope@^3.4.0",
+ "_where": "/Users/trott/test/node_modules/eslint",
"bugs": {
"url": "https://github.com/estools/escope/issues"
},
"dependencies": {
- "es6-map": "^0.1.2",
+ "es6-map": "^0.1.3",
"es6-weak-map": "^2.0.1",
"esrecurse": "^3.1.1",
"estraverse": "^4.1.1"
},
"description": "ECMAScript scope analyzer",
"devDependencies": {
- "acorn": "^2.5.2",
- "babel": "^4.7.12",
- "browserify": "^12.0.1",
- "chai": "^3.4.0",
- "coffee-script": "^1.10.0",
+ "babel": "^6.3.26",
+ "babel-preset-es2015": "^6.3.13",
+ "babel-register": "^6.3.13",
+ "browserify": "^13.0.0",
+ "chai": "^3.4.1",
"espree": "^2.2.5",
- "esprima": "^2.7.0",
+ "esprima": "^2.7.1",
"gulp": "^3.9.0",
- "gulp-babel": "^4.0.0",
+ "gulp-babel": "^6.1.1",
"gulp-bump": "^1.0.0",
- "gulp-coffee": "^2.3.1",
- "gulp-eslint": "^1.0.0",
- "gulp-espower": "^1.0.1",
+ "gulp-eslint": "^1.1.1",
+ "gulp-espower": "^1.0.2",
"gulp-filter": "^3.0.1",
- "gulp-git": "^1.6.0",
- "gulp-mocha": "^2.1.3",
+ "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.3.3",
+ "jsdoc": "^3.4.0",
"lazypipe": "^1.0.1",
- "minimist": "^1.2.0",
"vinyl-source-stream": "^1.1.0"
},
"directories": {},
"dist": {
- "shasum": "6201c97285c2c13643afe4453b58de64481aa1a4",
- "tarball": "http://registry.npmjs.org/escope/-/escope-3.3.0.tgz"
+ "shasum": "488c646b682c313f0eb1a7350d39e8e4af5e6a69",
+ "tarball": "http://registry.npmjs.org/escope/-/escope-3.4.0.tgz"
},
"engines": {
"node": ">=0.4.0"
},
- "gitHead": "a3402c3e5c04f4e3dc15c88fd2d7ce8608d26ba7",
+ "gitHead": "69145ebb4b7ebda6ca87d6235491c26447d5c82a",
"homepage": "http://github.com/estools/escope",
"license": "BSD-2-Clause",
"main": "lib/index.js",
"maintainers": [
{
- "name": "constellation",
- "email": "utatane.tea@gmail.com"
+ "email": "utatane.tea@gmail.com",
+ "name": "constellation"
},
{
- "name": "michaelficarra",
- "email": "npm@michael.ficarra.me"
+ "email": "npm@michael.ficarra.me",
+ "name": "michaelficarra"
},
{
- "name": "nzakas",
- "email": "nicholas@nczconsulting.com"
+ "email": "nicholas@nczconsulting.com",
+ "name": "nzakas"
}
],
"name": "escope",
@@ -107,5 +105,5 @@
"test": "gulp travis",
"unit-test": "gulp test"
},
- "version": "3.3.0"
+ "version": "3.4.0"
}