diff options
author | Rich Trott <rtrott@gmail.com> | 2016-08-06 12:11:02 -0700 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2016-08-10 13:04:27 -0400 |
commit | 60ff991c09d61d760e38af5899b5fec3e6a38ee9 (patch) | |
tree | cd9762d9851984326b61ac3ec27083ea60897286 /tools/eslint/node_modules/doctrine | |
parent | 4a8b8048f274eba6ee6283f89d0effac16f59c56 (diff) | |
download | node-new-60ff991c09d61d760e38af5899b5fec3e6a38ee9.tar.gz |
tools: update to ESLint 3.2.2
PR-URL: https://github.com/nodejs/node/pull/7999
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'tools/eslint/node_modules/doctrine')
-rw-r--r-- | tools/eslint/node_modules/doctrine/node_modules/esutils/package.json | 25 | ||||
-rw-r--r-- | tools/eslint/node_modules/doctrine/package.json | 27 |
2 files changed, 35 insertions, 17 deletions
diff --git a/tools/eslint/node_modules/doctrine/node_modules/esutils/package.json b/tools/eslint/node_modules/doctrine/node_modules/esutils/package.json index 53a9b85a62..a566a75d10 100644 --- a/tools/eslint/node_modules/doctrine/node_modules/esutils/package.json +++ b/tools/eslint/node_modules/doctrine/node_modules/esutils/package.json @@ -1,7 +1,15 @@ { "_args": [ [ - "esutils@^1.1.6", + { + "raw": "esutils@^1.1.6", + "scope": null, + "escapedName": "esutils", + "name": "esutils", + "rawSpec": "^1.1.6", + "spec": ">=1.1.6 <2.0.0", + "type": "range" + }, "/Users/trott/io.js/tools/node_modules/doctrine" ] ], @@ -11,16 +19,17 @@ "_installable": true, "_location": "/doctrine/esutils", "_npmUser": { - "email": "utatane.tea@gmail.com", - "name": "constellation" + "name": "constellation", + "email": "utatane.tea@gmail.com" }, "_npmVersion": "2.0.0-alpha-5", "_phantomChildren": {}, "_requested": { - "name": "esutils", "raw": "esutils@^1.1.6", - "rawSpec": "^1.1.6", "scope": null, + "escapedName": "esutils", + "name": "esutils", + "rawSpec": "^1.1.6", "spec": ">=1.1.6 <2.0.0", "type": "range" }, @@ -50,7 +59,7 @@ }, "dist": { "shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375", - "tarball": "http://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz" + "tarball": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz" }, "engines": { "node": ">=0.10.0" @@ -71,8 +80,8 @@ "main": "lib/utils.js", "maintainers": [ { - "email": "utatane.tea@gmail.com", - "name": "constellation" + "name": "constellation", + "email": "utatane.tea@gmail.com" } ], "name": "esutils", diff --git a/tools/eslint/node_modules/doctrine/package.json b/tools/eslint/node_modules/doctrine/package.json index 99c3c2ba7a..bd3d0367cd 100644 --- a/tools/eslint/node_modules/doctrine/package.json +++ b/tools/eslint/node_modules/doctrine/package.json @@ -1,7 +1,15 @@ { "_args": [ [ - "doctrine@^1.2.2", + { + "raw": "doctrine@^1.2.2", + "scope": null, + "escapedName": "doctrine", + "name": "doctrine", + "rawSpec": "^1.2.2", + "spec": ">=1.2.2 <2.0.0", + "type": "range" + }, "/Users/trott/io.js/tools/node_modules/eslint" ] ], @@ -16,16 +24,17 @@ "tmp": "tmp/doctrine-1.2.2.tgz_1463692862416_0.07905266736634076" }, "_npmUser": { - "email": "nicholas@nczconsulting.com", - "name": "nzakas" + "name": "nzakas", + "email": "nicholas@nczconsulting.com" }, "_npmVersion": "2.15.0", "_phantomChildren": {}, "_requested": { - "name": "doctrine", "raw": "doctrine@^1.2.2", - "rawSpec": "^1.2.2", "scope": null, + "escapedName": "doctrine", + "name": "doctrine", + "rawSpec": "^1.2.2", "spec": ">=1.2.2 <2.0.0", "type": "range" }, @@ -87,12 +96,12 @@ "main": "lib/doctrine.js", "maintainers": [ { - "email": "utatane.tea@gmail.com", - "name": "constellation" + "name": "constellation", + "email": "utatane.tea@gmail.com" }, { - "email": "nicholas@nczconsulting.com", - "name": "nzakas" + "name": "nzakas", + "email": "nicholas@nczconsulting.com" } ], "name": "doctrine", |