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.json36
1 files changed, 24 insertions, 12 deletions
diff --git a/deps/npm/node_modules/which/package.json b/deps/npm/node_modules/which/package.json
index c45dafee9..079989abc 100644
--- a/deps/npm/node_modules/which/package.json
+++ b/deps/npm/node_modules/which/package.json
@@ -6,7 +6,7 @@
},
"name": "which",
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
- "version": "1.0.5",
+ "version": "1.0.8",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-which.git"
@@ -15,20 +15,32 @@
"bin": {
"which": "./bin/which"
},
- "engines": {
- "node": "*"
+ "license": "ISC",
+ "gitHead": "681a9ebbc447cb428232ddf6c0983006d89e7755",
+ "bugs": {
+ "url": "https://github.com/isaacs/node-which/issues"
},
- "dependencies": {},
- "devDependencies": {},
+ "homepage": "https://github.com/isaacs/node-which",
+ "_id": "which@1.0.8",
+ "scripts": {},
+ "_shasum": "c2ff319534ac4a1fa45df2221b56c36279903ded",
+ "_from": "which@>=1.0.8 <1.1.0",
+ "_npmVersion": "2.1.11",
+ "_nodeVersion": "0.10.16",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
- "_id": "which@1.0.5",
- "optionalDependencies": {},
- "_engineSupported": true,
- "_npmVersion": "1.1.2",
- "_nodeVersion": "v0.7.6-pre",
- "_defaultsLoaded": true,
- "_from": "which@1"
+ "maintainers": [
+ {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ }
+ ],
+ "dist": {
+ "shasum": "c2ff319534ac4a1fa45df2221b56c36279903ded",
+ "tarball": "http://registry.npmjs.org/which/-/which-1.0.8.tgz"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz"
}