summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/which/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/which/package.json')
-rw-r--r--deps/npm/node_modules/which/package.json33
1 files changed, 17 insertions, 16 deletions
diff --git a/deps/npm/node_modules/which/package.json b/deps/npm/node_modules/which/package.json
index 83bcfabfe9..5c43403f9e 100644
--- a/deps/npm/node_modules/which/package.json
+++ b/deps/npm/node_modules/which/package.json
@@ -1,31 +1,34 @@
{
- "_from": "which@~1.2.14",
- "_id": "which@1.2.14",
- "_integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
+ "_from": "which@1.3.0",
+ "_id": "which@1.3.0",
+ "_inBundle": false,
+ "_integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
"_location": "/which",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "which@~1.2.14",
+ "raw": "which@1.3.0",
"name": "which",
"escapedName": "which",
- "rawSpec": "~1.2.14",
+ "rawSpec": "1.3.0",
"saveSpec": null,
- "fetchSpec": "~1.2.14"
+ "fetchSpec": "1.3.0"
},
"_requiredBy": [
+ "#USER",
"/",
+ "/libnpx",
+ "/libnpx/yargs/os-locale/execa/cross-spawn",
"/node-gyp",
"/pacote",
"/tap/foreground-child/cross-spawn",
"/update-notifier/boxen/term-size/execa/cross-spawn-async"
],
- "_resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
- "_shasum": "9a87c4378f03e827cecaf1acdf56c736c01c14e5",
- "_shrinkwrap": null,
- "_spec": "which@~1.2.14",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
+ "_shasum": "ff04bdfc010ee547d780bec38e1ac1c2777d253a",
+ "_spec": "which@1.3.0",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -46,7 +49,7 @@
"devDependencies": {
"mkdirp": "^0.5.0",
"rimraf": "^2.3.3",
- "tap": "^10.3.0"
+ "tap": "^10.7.0"
},
"files": [
"which.js",
@@ -56,8 +59,6 @@
"license": "ISC",
"main": "which.js",
"name": "which",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-which.git"
@@ -67,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.2.14"
+ "version": "1.3.0"
}