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.json85
1 files changed, 55 insertions, 30 deletions
diff --git a/deps/npm/node_modules/which/package.json b/deps/npm/node_modules/which/package.json
index 0213e184e7..af78bbeb38 100644
--- a/deps/npm/node_modules/which/package.json
+++ b/deps/npm/node_modules/which/package.json
@@ -1,57 +1,82 @@
{
+ "_args": [
+ [
+ "which@~1.1.1",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "which@>=1.1.1 <1.2.0",
+ "_id": "which@1.1.2",
+ "_inCache": true,
+ "_location": "/which",
+ "_nodeVersion": "2.5.0",
+ "_npmUser": {
+ "email": "isaacs@npmjs.com",
+ "name": "isaacs"
+ },
+ "_npmVersion": "3.3.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "which",
+ "raw": "which@~1.1.1",
+ "rawSpec": "~1.1.1",
+ "scope": null,
+ "spec": ">=1.1.1 <1.2.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/",
+ "/node-gyp"
+ ],
+ "_resolved": "https://registry.npmjs.org/which/-/which-1.1.2.tgz",
+ "_shasum": "486c48af6dfecc7a7dcf9c655acf108d2dcbdf3d",
+ "_shrinkwrap": null,
+ "_spec": "which@~1.1.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Isaac Z. Schlueter",
"email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me"
},
- "name": "which",
- "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
- "version": "1.1.2",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-which.git"
- },
- "main": "which.js",
"bin": {
"which": "./bin/which"
},
- "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/isaacs/node-which/issues"
+ },
"dependencies": {
"is-absolute": "^0.1.7"
},
+ "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": "^1.0.2"
},
- "scripts": {
- "test": "tap test/*.js"
- },
- "gitHead": "e576e42f0c377571884f844eec58b3ca4a331681",
- "bugs": {
- "url": "https://github.com/isaacs/node-which/issues"
- },
- "homepage": "https://github.com/isaacs/node-which#readme",
- "_id": "which@1.1.2",
- "_shasum": "486c48af6dfecc7a7dcf9c655acf108d2dcbdf3d",
- "_from": "which@1.1.2",
- "_npmVersion": "3.3.1",
- "_nodeVersion": "2.5.0",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
+ "directories": {},
"dist": {
"shasum": "486c48af6dfecc7a7dcf9c655acf108d2dcbdf3d",
"tarball": "http://registry.npmjs.org/which/-/which-1.1.2.tgz"
},
+ "gitHead": "e576e42f0c377571884f844eec58b3ca4a331681",
+ "homepage": "https://github.com/isaacs/node-which#readme",
+ "installable": true,
+ "license": "ISC",
+ "main": "which.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/which/-/which-1.1.2.tgz",
- "readme": "ERROR: No README data found!"
+ "name": "which",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-which.git"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "1.1.2"
}