2011-11-22 01:48:45 +08:00
|
|
|
{
|
2012-05-06 13:33:06 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Isaac Z. Schlueter",
|
|
|
|
"email": "i@izs.me",
|
|
|
|
"url": "http://blog.izs.me"
|
|
|
|
},
|
2011-11-22 01:48:45 +08:00
|
|
|
"name": "which",
|
|
|
|
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
|
2015-01-09 06:37:26 +08:00
|
|
|
"version": "1.0.8",
|
2011-11-22 01:48:45 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/isaacs/node-which.git"
|
|
|
|
},
|
|
|
|
"main": "which.js",
|
2012-05-06 13:33:06 +08:00
|
|
|
"bin": {
|
|
|
|
"which": "./bin/which"
|
|
|
|
},
|
2015-01-09 06:37:26 +08:00
|
|
|
"license": "ISC",
|
|
|
|
"gitHead": "681a9ebbc447cb428232ddf6c0983006d89e7755",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/isaacs/node-which/issues"
|
2011-11-22 01:48:45 +08:00
|
|
|
},
|
2015-01-09 06:37:26 +08:00
|
|
|
"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",
|
2012-05-06 13:33:06 +08:00
|
|
|
"_npmUser": {
|
|
|
|
"name": "isaacs",
|
|
|
|
"email": "i@izs.me"
|
|
|
|
},
|
2015-01-09 06:37:26 +08:00
|
|
|
"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"
|
2011-11-22 01:48:45 +08:00
|
|
|
}
|