68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"_from": "npm-which@^1.0.1",
|
|
"_id": "npm-which@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Ey0gm39zq/r9Tz9VX9EGbY2OwgI=",
|
|
"_location": "/npm-which",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "npm-which@^1.0.1",
|
|
"name": "npm-which",
|
|
"escapedName": "npm-which",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm-installed"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-which/-/npm-which-1.0.2.tgz",
|
|
"_shasum": "132d209b7f73abfafd4f3f555fd1066d8d8ec202",
|
|
"_spec": "npm-which@^1.0.1",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/npm-installed",
|
|
"author": {
|
|
"name": "Tim Oxley"
|
|
},
|
|
"bin": {
|
|
"npm-which": "bin/npm-which.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/timoxley/npm-which/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"commander": "^2.2.0",
|
|
"npm-path": "^1.0.0",
|
|
"which": "^1.0.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Locate a program or locally installed node module's executable",
|
|
"devDependencies": {
|
|
"faucet": "0.0.1",
|
|
"tape": "^2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/timoxley/npm-which",
|
|
"keywords": [
|
|
"npm",
|
|
"path",
|
|
"executable",
|
|
"run"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "npm-which",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/timoxley/npm-which.git"
|
|
},
|
|
"scripts": {
|
|
"test": "faucet"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|