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.
74 lines
1.6 KiB
74 lines
1.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"npm-which@3.0.1",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "npm-which@3.0.1",
|
|
"_id": "npm-which@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=",
|
|
"_location": "/npm-which",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "npm-which@3.0.1",
|
|
"name": "npm-which",
|
|
"escapedName": "npm-which",
|
|
"rawSpec": "3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/lint-staged"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz",
|
|
"_spec": "3.0.1",
|
|
"_where": "D:\\project\\cashier",
|
|
"author": {
|
|
"name": "Tim Oxley"
|
|
},
|
|
"bin": {
|
|
"npm-which": "bin/npm-which.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/timoxley/npm-which/issues"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^2.9.0",
|
|
"npm-path": "^2.0.2",
|
|
"which": "^1.2.10"
|
|
},
|
|
"description": "Locate a program or locally installed node module's executable",
|
|
"devDependencies": {
|
|
"tap-spec": "^4.1.1",
|
|
"tape": "^4.6.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
},
|
|
"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": "node test/index.js | tap-spec"
|
|
},
|
|
"version": "3.0.1"
|
|
}
|
|
|