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.
47 lines
1.2 KiB
47 lines
1.2 KiB
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"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.0.9",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-which.git"
|
|
},
|
|
"main": "which.js",
|
|
"bin": {
|
|
"which": "./bin/which"
|
|
},
|
|
"license": "ISC",
|
|
"gitHead": "df3d52a0ecd5f366d550e0f14d67ca4d5e621bad",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/node-which/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/node-which",
|
|
"_id": "which@1.0.9",
|
|
"scripts": {},
|
|
"_shasum": "460c1da0f810103d0321a9b633af9e575e64486f",
|
|
"_from": "which@>=1.0.9 <1.1.0",
|
|
"_npmVersion": "2.6.0",
|
|
"_nodeVersion": "1.1.0",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "460c1da0f810103d0321a9b633af9e575e64486f",
|
|
"tarball": "http://registry.npmjs.org/which/-/which-1.0.9.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/which/-/which-1.0.9.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|