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.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/deps/npm/node_modules/which/package.json b/deps/npm/node_modules/which/package.json
index 5c43403f9e..5ff586789d 100644
--- a/deps/npm/node_modules/which/package.json
+++ b/deps/npm/node_modules/which/package.json
@@ -1,4 +1,10 @@
{
+ "_args": [
+ [
+ "which@1.3.0",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
"_from": "which@1.3.0",
"_id": "which@1.3.0",
"_inBundle": false,
@@ -16,18 +22,16 @@
"fetchSpec": "1.3.0"
},
"_requiredBy": [
- "#USER",
"/",
+ "/cross-spawn",
+ "/foreground-child/cross-spawn",
"/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"
+ "/npm-lifecycle",
+ "/pacote"
],
"_resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
- "_shasum": "ff04bdfc010ee547d780bec38e1ac1c2777d253a",
- "_spec": "which@1.3.0",
+ "_spec": "1.3.0",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
@@ -40,11 +44,9 @@
"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",