summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/which/package.json
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-07-18 13:55:52 -0700
committerMichaël Zasso <targos@protonmail.com>2018-07-29 14:16:56 +0200
commit5842366ae83a36065d626e3937ad8fc327efab30 (patch)
tree663eb6d493b00788d83d7a71fc2489adabd24527 /deps/npm/node_modules/which/package.json
parent2aca0957f46af0be33368a1fcb398e63a35c46ef (diff)
downloadandroid-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.tar.gz
android-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.tar.bz2
android-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.zip
deps: upgrade npm to 6.2.0
PR-URL: https://github.com/nodejs/node/pull/21592 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/which/package.json')
-rw-r--r--deps/npm/node_modules/which/package.json32
1 files changed, 15 insertions, 17 deletions
diff --git a/deps/npm/node_modules/which/package.json b/deps/npm/node_modules/which/package.json
index 5ff586789d..9a8a8b765a 100644
--- a/deps/npm/node_modules/which/package.json
+++ b/deps/npm/node_modules/which/package.json
@@ -1,27 +1,22 @@
{
- "_args": [
- [
- "which@1.3.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "which@1.3.0",
- "_id": "which@1.3.0",
+ "_from": "which@1.3.1",
+ "_id": "which@1.3.1",
"_inBundle": false,
- "_integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
+ "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
"_location": "/which",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "which@1.3.0",
+ "raw": "which@1.3.1",
"name": "which",
"escapedName": "which",
- "rawSpec": "1.3.0",
+ "rawSpec": "1.3.1",
"saveSpec": null,
- "fetchSpec": "1.3.0"
+ "fetchSpec": "1.3.1"
},
"_requiredBy": [
+ "#USER",
"/",
"/cross-spawn",
"/foreground-child/cross-spawn",
@@ -30,8 +25,9 @@
"/npm-lifecycle",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
- "_spec": "1.3.0",
+ "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
+ "_spec": "which@1.3.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
@@ -44,14 +40,16 @@
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"isexe": "^2.0.0"
},
+ "deprecated": false,
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"devDependencies": {
"mkdirp": "^0.5.0",
- "rimraf": "^2.3.3",
- "tap": "^10.7.0"
+ "rimraf": "^2.6.2",
+ "tap": "^12.0.1"
},
"files": [
"which.js",
@@ -70,5 +68,5 @@
"postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
"test": "tap test/*.js --cov"
},
- "version": "1.3.0"
+ "version": "1.3.1"
}