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.",
|
2012-05-06 13:33:06 +08:00
|
|
|
"version": "1.0.5",
|
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"
|
|
|
|
},
|
2011-11-22 01:48:45 +08:00
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
2012-05-06 13:33:06 +08:00
|
|
|
"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"
|
2011-11-22 01:48:45 +08:00
|
|
|
}
|