执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
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
71
72
73
74
75
76
77
78
79
80
81
{
  "_from": "npm-path@^2.0.2",
  "_id": "npm-path@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==",
  "_location": "/npm-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "npm-path@^2.0.2",
    "name": "npm-path",
    "escapedName": "npm-path",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/npm-which"
  ],
  "_resolved": "https://registry.npmmirror.com/npm-path/-/npm-path-2.0.4.tgz",
  "_shasum": "c641347a5ff9d6a09e4d9bce5580c4f505278e64",
  "_spec": "npm-path@^2.0.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\npm-which",
  "author": {
    "name": "Tim Oxley"
  },
  "bin": {
    "npm-path": "bin/npm-path"
  },
  "bugs": {
    "url": "https://github.com/timoxley/npm-path/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "which": "^1.2.10"
  },
  "deprecated": false,
  "description": "Get a PATH with all executables available to npm scripts.",
  "devDependencies": {
    "airbnb-js-shims": "^1.4.0",
    "babel-cli": "^6.26.0",
    "babel-preset-airbnb": "^2.4.0",
    "babel-register": "^6.26.0",
    "faucet": "0.0.1",
    "in-publish": "^2.0.0",
    "npm": "^3.10.10",
    "rimraf": "^2.6.2",
    "standard": "^7.1.2",
    "tape": "^4.8.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=0.8"
  },
  "homepage": "https://github.com/timoxley/npm-path",
  "keywords": [
    "npm",
    "run",
    "executable"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "npm-path",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timoxley/npm-path.git"
  },
  "scripts": {
    "build": "babel src --out-dir . && babel test --out-dir build-test",
    "clean": "rimraf build-test && (rm *.js || true)",
    "prebuild": "npm run clean",
    "prepublish": "not-in-publish || npm run build",
    "pretest": "standard src/* test/* bin/*",
    "test": "npm run build && npm run tests-only",
    "tests-only": "tape build-test -r airbnb-js-shims | faucet"
  },
  "version": "2.0.4"
}