summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/package.json
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-06-22 23:05:00 -0400
committercjihrig <cjihrig@gmail.com>2018-06-24 12:43:54 -0400
commit7a3bbbf41be64d04058a158f6986ec5641885f42 (patch)
tree086e84227091cfc5dfa9eb729f007424cf51feb8 /tools/node_modules/eslint/package.json
parentd5316bc27df87b62675adec517e5dd3108efd1c2 (diff)
downloadandroid-node-v8-7a3bbbf41be64d04058a158f6986ec5641885f42.tar.gz
android-node-v8-7a3bbbf41be64d04058a158f6986ec5641885f42.tar.bz2
android-node-v8-7a3bbbf41be64d04058a158f6986ec5641885f42.zip
tools: update ESLint to 5.0.0
This is a new major release of ESLint. PR-URL: https://github.com/nodejs/node/pull/20855 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/package.json')
-rw-r--r--tools/node_modules/eslint/package.json99
1 files changed, 50 insertions, 49 deletions
diff --git a/tools/node_modules/eslint/package.json b/tools/node_modules/eslint/package.json
index 67fcc320a2..4e87fafd72 100644
--- a/tools/node_modules/eslint/package.json
+++ b/tools/node_modules/eslint/package.json
@@ -1,8 +1,8 @@
{
"_from": "eslint@latest",
- "_id": "eslint@4.19.1",
+ "_id": "eslint@5.0.0",
"_inBundle": false,
- "_integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==",
+ "_integrity": "sha512-MA0YWJLeK7BPEBxJCINvKnQdKpeTwbac3Xonh0PPFjWYZkowZf+Xl30lJWJ/BWOqFQdAdPcyOh0aBqlbH6ojAg==",
"_location": "/eslint",
"_phantomChildren": {},
"_requested": {
@@ -19,10 +19,10 @@
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz",
- "_shasum": "32d1d653e1d90408854bfb296f076ec7e186a300",
+ "_resolved": "https://registry.npmjs.org/eslint/-/eslint-5.0.0.tgz",
+ "_shasum": "3576704f7377aca072da69c00862277c5fe57153",
"_spec": "eslint@latest",
- "_where": "/Users/trott/io.js/tools/eslint-tmp",
+ "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp",
"author": {
"name": "Nicholas C. Zakas",
"email": "nicholas+npm@nczconsulting.com"
@@ -35,90 +35,90 @@
},
"bundleDependencies": false,
"dependencies": {
- "ajv": "^5.3.0",
- "babel-code-frame": "^6.22.0",
+ "ajv": "^6.5.0",
+ "babel-code-frame": "^6.26.0",
"chalk": "^2.1.0",
- "concat-stream": "^1.6.0",
- "cross-spawn": "^5.1.0",
+ "cross-spawn": "^6.0.5",
"debug": "^3.1.0",
"doctrine": "^2.1.0",
- "eslint-plugin-markdown": "^1.0.0-beta.7",
- "eslint-scope": "^3.7.1",
+ "eslint-plugin-markdown": "^1.0.0-beta.8",
+ "eslint-scope": "^4.0.0",
"eslint-visitor-keys": "^1.0.0",
- "espree": "^3.5.4",
- "esquery": "^1.0.0",
+ "espree": "^4.0.0",
+ "esquery": "^1.0.1",
"esutils": "^2.0.2",
"file-entry-cache": "^2.0.0",
"functional-red-black-tree": "^1.0.1",
"glob": "^7.1.2",
- "globals": "^11.0.1",
+ "globals": "^11.5.0",
"ignore": "^3.3.3",
"imurmurhash": "^0.1.4",
- "inquirer": "^3.0.6",
- "is-resolvable": "^1.0.0",
- "js-yaml": "^3.9.1",
+ "inquirer": "^5.2.0",
+ "is-resolvable": "^1.1.0",
+ "js-yaml": "^3.11.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.3.0",
- "lodash": "^4.17.4",
- "minimatch": "^3.0.2",
+ "lodash": "^4.17.5",
+ "minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"natural-compare": "^1.4.0",
"optionator": "^0.8.2",
"path-is-inside": "^1.0.2",
"pluralize": "^7.0.0",
"progress": "^2.0.0",
- "regexpp": "^1.0.1",
+ "regexpp": "^1.1.0",
"require-uncached": "^1.0.3",
- "semver": "^5.3.0",
+ "semver": "^5.5.0",
+ "string.prototype.matchall": "^2.0.0",
"strip-ansi": "^4.0.0",
- "strip-json-comments": "~2.0.1",
- "table": "4.0.2",
- "text-table": "~0.2.0"
+ "strip-json-comments": "^2.0.1",
+ "table": "^4.0.3",
+ "text-table": "^0.2.0"
},
"deprecated": false,
"description": "An AST-based pattern checker for JavaScript.",
"devDependencies": {
- "babel-polyfill": "^6.23.0",
+ "babel-core": "^6.26.3",
+ "babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
- "babelify": "^7.3.0",
+ "babelify": "^8.0.0",
"beefy": "^2.1.8",
- "brfs": "1.4.3",
- "browserify": "^14.4.0",
+ "brfs": "^1.5.0",
+ "browserify": "^16.2.2",
"chai": "^4.0.1",
"cheerio": "^0.22.0",
- "coveralls": "^2.13.1",
- "dateformat": "^2.0.0",
- "ejs": "^2.5.6",
+ "coveralls": "^3.0.1",
+ "dateformat": "^3.0.3",
+ "ejs": "^2.6.1",
"eslint-plugin-eslint-plugin": "^1.2.0",
- "eslint-plugin-node": "^5.1.0",
+ "eslint-plugin-node": "^6.0.1",
"eslint-plugin-rulesdir": "^0.1.0",
- "eslint-release": "^0.10.1",
- "eslint-rule-composer": "^0.1.0",
- "eslump": "1.6.0",
+ "eslint-release": "^0.11.1",
+ "eslint-rule-composer": "^0.3.0",
+ "eslump": "^1.6.2",
"esprima": "^4.0.0",
- "esprima-fb": "^15001.1001.0-dev-harmony-fb",
"istanbul": "^0.4.5",
- "jsdoc": "^3.4.3",
- "karma": "^1.7.0",
- "karma-babel-preprocessor": "^6.0.1",
+ "jsdoc": "^3.5.5",
+ "karma": "^2.0.0",
+ "karma-babel-preprocessor": "^7.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
- "leche": "^2.1.2",
+ "leche": "^2.2.3",
"load-perf": "^0.2.0",
- "markdownlint": "^0.6.1",
- "mocha": "^3.4.2",
- "mock-fs": "^4.3.0",
+ "markdownlint": "^0.8.1",
+ "mocha": "^5.0.5",
+ "mock-fs": "^4.5.0",
"npm-license": "^0.3.3",
- "phantomjs-prebuilt": "^2.1.14",
- "proxyquire": "^1.8.0",
- "shelljs": "^0.7.7",
- "sinon": "^3.2.1",
+ "phantomjs-prebuilt": "^2.1.16",
+ "proxyquire": "^2.0.1",
+ "shelljs": "^0.8.2",
+ "sinon": "^3.3.0",
"temp": "^0.8.3",
"through": "^2.3.8"
},
"engines": {
- "node": ">=4"
+ "node": "^6.14.0 || ^8.10.0 || >=9.10.0"
},
"files": [
"LICENSE",
@@ -155,8 +155,9 @@
"lint": "node Makefile.js lint",
"perf": "node Makefile.js perf",
"profile": "beefy tests/bench/bench.js --open -- -t brfs -t ./tests/bench/xform-rules.js -r espree",
+ "rcrelease": "node Makefile.js prerelease -- rc",
"release": "node Makefile.js release",
"test": "node Makefile.js test"
},
- "version": "4.19.1"
+ "version": "5.0.0"
}