1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
| {
| "_from": "npm-which@^3.0.1",
| "_id": "npm-which@3.0.1",
| "_inBundle": false,
| "_integrity": "sha512-CM8vMpeFQ7MAPin0U3wzDhSGV0hMHNwHU0wjo402IVizPDrs45jSfSuoC+wThevY88LQti8VvaAnqYAeVy3I1A==",
| "_location": "/npm-which",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "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.npmmirror.com/npm-which/-/npm-which-3.0.1.tgz",
| "_shasum": "9225f26ec3a285c209cae67c3b11a6b4ab7140aa",
| "_spec": "npm-which@^3.0.1",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\lint-staged",
| "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.9.0",
| "npm-path": "^2.0.2",
| "which": "^1.2.10"
| },
| "deprecated": false,
| "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"
| }
|
|