blob: c45dafee92832e67ccfaf32d84f01fcb84c708ce [file] [log] [blame]
{
"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"
}