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.
|
|
|
{
|
|
|
|
"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.5",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/isaacs/node-which.git"
|
|
|
|
},
|
|
|
|
"main": "which.js",
|
|
|
|
"bin": {
|
|
|
|
"which": "./bin/which"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
|
|
|
"_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"
|
|
|
|
}
|