2011-11-22 01:48:45 +08:00
|
|
|
{
|
|
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
|
|
|
|
"name": "which",
|
|
|
|
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
|
2012-02-09 04:36:20 +08:00
|
|
|
"version": "1.0.3",
|
2011-11-22 01:48:45 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/isaacs/node-which.git"
|
|
|
|
},
|
|
|
|
"main": "which.js",
|
|
|
|
"bin": "./bin/which",
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {}
|
|
|
|
}
|