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.
58 lines
1.4 KiB
58 lines
1.4 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.2.4",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-which.git"
|
|
},
|
|
"main": "which.js",
|
|
"bin": {
|
|
"which": "./bin/which"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-absolute": "^0.1.7",
|
|
"isexe": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"mkdirp": "^0.5.0",
|
|
"rimraf": "^2.3.3",
|
|
"tap": "^5.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js --cov"
|
|
},
|
|
"gitHead": "1375684d40af9de2ecc527d1ab9b87b537d7a1cc",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/node-which/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/node-which#readme",
|
|
"_id": "which@1.2.4",
|
|
"_shasum": "1557f96080604e5b11b3599eb9f45b50a9efd722",
|
|
"_from": "which@1.2.4",
|
|
"_npmVersion": "2.14.15",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"dist": {
|
|
"shasum": "1557f96080604e5b11b3599eb9f45b50a9efd722",
|
|
"tarball": "http://registry.npmjs.org/which/-/which-1.2.4.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/which/-/which-1.2.4.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|