mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.0 KiB
87 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"which@~1.2.1",
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "which@>=1.2.1 <1.3.0",
|
|
"_id": "which@1.2.4",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/which",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmUser": {
|
|
"email": "i@izs.me",
|
|
"name": "isaacs"
|
|
},
|
|
"_npmVersion": "2.14.15",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "which",
|
|
"raw": "which@~1.2.1",
|
|
"rawSpec": "~1.2.1",
|
|
"scope": null,
|
|
"spec": ">=1.2.1 <1.3.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/node-gyp",
|
|
"/standard/standard-format/esformatter/npm-run/npm-path",
|
|
"/tap/foreground-child/cross-spawn-async",
|
|
"/tap/nyc/istanbul"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/which/-/which-1.2.4.tgz",
|
|
"_shasum": "1557f96080604e5b11b3599eb9f45b50a9efd722",
|
|
"_shrinkwrap": null,
|
|
"_spec": "which@~1.2.1",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"email": "i@izs.me",
|
|
"name": "Isaac Z. Schlueter",
|
|
"url": "http://blog.izs.me"
|
|
},
|
|
"bin": {
|
|
"which": "./bin/which"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/node-which/issues"
|
|
},
|
|
"dependencies": {
|
|
"is-absolute": "^0.1.7",
|
|
"isexe": "^1.1.1"
|
|
},
|
|
"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": "^5.1.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1557f96080604e5b11b3599eb9f45b50a9efd722",
|
|
"tarball": "http://registry.npmjs.org/which/-/which-1.2.4.tgz"
|
|
},
|
|
"gitHead": "1375684d40af9de2ecc527d1ab9b87b537d7a1cc",
|
|
"homepage": "https://github.com/isaacs/node-which#readme",
|
|
"license": "ISC",
|
|
"main": "which.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"name": "which",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-which.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js --cov"
|
|
},
|
|
"version": "1.2.4"
|
|
}
|
|
|