summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/package.json
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-03-21 22:44:47 -0700
committerRich Trott <rtrott@gmail.com>2018-03-24 04:11:48 -0700
commit0863a0e528ba9ee01f960dce7ffebe8fff3a774c (patch)
tree37990f3af668c242ec1c4a9e24afd31b720ad96d /tools/node_modules/eslint/package.json
parent5e00a013eb219716d952cb8eb29a134c00f5db54 (diff)
downloadandroid-node-v8-0863a0e528ba9ee01f960dce7ffebe8fff3a774c.tar.gz
android-node-v8-0863a0e528ba9ee01f960dce7ffebe8fff3a774c.tar.bz2
android-node-v8-0863a0e528ba9ee01f960dce7ffebe8fff3a774c.zip
tools: update ESLint to 4.19.1
A few bug fixes result in more stringent linting rules. PR-URL: https://github.com/nodejs/node/pull/19528 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/package.json')
-rw-r--r--tools/node_modules/eslint/package.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/tools/node_modules/eslint/package.json b/tools/node_modules/eslint/package.json
index 09706969c4..67fcc320a2 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.15.0",
+ "_id": "eslint@4.19.1",
"_inBundle": false,
- "_integrity": "sha512-zEO/Z1ZUxIQ+MhDVKkVTUYpIPDTEJLXGMrkID+5v1NeQHtCz6FZikWuFRgxE1Q/RV2V4zVl1u3xmpPADHhMZ6A==",
+ "_integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==",
"_location": "/eslint",
"_phantomChildren": {},
"_requested": {
@@ -19,10 +19,10 @@
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/eslint/-/eslint-4.15.0.tgz",
- "_shasum": "89ab38c12713eec3d13afac14e4a89e75ef08145",
+ "_resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz",
+ "_shasum": "32d1d653e1d90408854bfb296f076ec7e186a300",
"_spec": "eslint@latest",
- "_where": "/home/mzasso/git/nodejs/node/tools/eslint-tmp",
+ "_where": "/Users/trott/io.js/tools/eslint-tmp",
"author": {
"name": "Nicholas C. Zakas",
"email": "nicholas+npm@nczconsulting.com"
@@ -41,11 +41,11 @@
"concat-stream": "^1.6.0",
"cross-spawn": "^5.1.0",
"debug": "^3.1.0",
- "doctrine": "^2.0.2",
+ "doctrine": "^2.1.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-scope": "^3.7.1",
"eslint-visitor-keys": "^1.0.0",
- "espree": "^3.5.2",
+ "espree": "^3.5.4",
"esquery": "^1.0.0",
"esutils": "^2.0.2",
"file-entry-cache": "^2.0.0",
@@ -67,11 +67,12 @@
"path-is-inside": "^1.0.2",
"pluralize": "^7.0.0",
"progress": "^2.0.0",
+ "regexpp": "^1.0.1",
"require-uncached": "^1.0.3",
"semver": "^5.3.0",
"strip-ansi": "^4.0.0",
"strip-json-comments": "~2.0.1",
- "table": "^4.0.1",
+ "table": "4.0.2",
"text-table": "~0.2.0"
},
"deprecated": false,
@@ -157,5 +158,5 @@
"release": "node Makefile.js release",
"test": "node Makefile.js test"
},
- "version": "4.15.0"
+ "version": "4.19.1"
}