summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/package.json
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-01-09 11:04:20 +0100
committerMichaël Zasso <targos@protonmail.com>2018-01-11 09:50:42 +0100
commit7a52c51e811cd59db0d2b1b6d6b8b2e7f917d65c (patch)
tree05f30e28191e1b9804e295ee092c6bbb14f5be85 /tools/node_modules/eslint/package.json
parent3dc30632755713179f345f4af024bd904c6162d0 (diff)
downloadandroid-node-v8-7a52c51e811cd59db0d2b1b6d6b8b2e7f917d65c.tar.gz
android-node-v8-7a52c51e811cd59db0d2b1b6d6b8b2e7f917d65c.tar.bz2
android-node-v8-7a52c51e811cd59db0d2b1b6d6b8b2e7f917d65c.zip
tools: update ESLint to 4.15.0
PR-URL: https://github.com/nodejs/node/pull/17820 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/package.json')
-rw-r--r--tools/node_modules/eslint/package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/node_modules/eslint/package.json b/tools/node_modules/eslint/package.json
index dec10304f7..09706969c4 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.12.0",
+ "_id": "eslint@4.15.0",
"_inBundle": false,
- "_integrity": "sha512-Ohv4NU0FffkEe4so8DBrdfRUbGUtM4XnBTDll2pY7OdW3VkjBOZPerx3Bmuhg6S6D6r8+cli0EezN0xawUfYwg==",
+ "_integrity": "sha512-zEO/Z1ZUxIQ+MhDVKkVTUYpIPDTEJLXGMrkID+5v1NeQHtCz6FZikWuFRgxE1Q/RV2V4zVl1u3xmpPADHhMZ6A==",
"_location": "/eslint",
"_phantomChildren": {},
"_requested": {
@@ -19,10 +19,10 @@
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/eslint/-/eslint-4.12.0.tgz",
- "_shasum": "a7ce78eba8cc8f2443acfbbc870cc31a65135884",
+ "_resolved": "https://registry.npmjs.org/eslint/-/eslint-4.15.0.tgz",
+ "_shasum": "89ab38c12713eec3d13afac14e4a89e75ef08145",
"_spec": "eslint@latest",
- "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp",
+ "_where": "/home/mzasso/git/nodejs/node/tools/eslint-tmp",
"author": {
"name": "Nicholas C. Zakas",
"email": "nicholas+npm@nczconsulting.com"
@@ -40,13 +40,13 @@
"chalk": "^2.1.0",
"concat-stream": "^1.6.0",
"cross-spawn": "^5.1.0",
- "debug": "^3.0.1",
+ "debug": "^3.1.0",
"doctrine": "^2.0.2",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-scope": "^3.7.1",
+ "eslint-visitor-keys": "^1.0.0",
"espree": "^3.5.2",
"esquery": "^1.0.0",
- "estraverse": "^4.2.0",
"esutils": "^2.0.2",
"file-entry-cache": "^2.0.0",
"functional-red-black-tree": "^1.0.1",
@@ -157,5 +157,5 @@
"release": "node Makefile.js release",
"test": "node Makefile.js test"
},
- "version": "4.12.0"
+ "version": "4.15.0"
}