执行过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
82
83
84
{
  "_from": "default-gateway@^5.0.5",
  "_id": "default-gateway@5.0.5",
  "_inBundle": false,
  "_integrity": "sha512-z2RnruVmj8hVMmAnEJMTIJNijhKCDiGjbLP+BHJFOT7ld3Bo5qcIBpVYDniqhbMIIf+jZDlkP2MkPXiQy/DBLA==",
  "_location": "/default-gateway",
  "_phantomChildren": {
    "human-signals": "1.1.1",
    "isexe": "2.0.0",
    "merge-stream": "2.0.0",
    "pump": "3.0.0",
    "signal-exit": "3.0.7",
    "strip-final-newline": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "default-gateway@^5.0.5",
    "name": "default-gateway",
    "escapedName": "default-gateway",
    "rawSpec": "^5.0.5",
    "saveSpec": null,
    "fetchSpec": "^5.0.5"
  },
  "_requiredBy": [
    "/@vue/cli-service"
  ],
  "_resolved": "https://registry.npmmirror.com/default-gateway/-/default-gateway-5.0.5.tgz",
  "_shasum": "4fd6bd5d2855d39b34cc5a59505486e9aafc9b10",
  "_spec": "default-gateway@^5.0.5",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-service",
  "author": {
    "name": "silverwind",
    "email": "me@silverwind.io"
  },
  "bugs": {
    "url": "https://github.com/silverwind/default-gateway/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "execa": "^3.3.0"
  },
  "deprecated": false,
  "description": "Get the default network gateway, cross-platform.",
  "devDependencies": {
    "eslint": "6.6.0",
    "eslint-config-silverwind": "5.0.0",
    "updates": "9.0.1",
    "ver": "6.0.2"
  },
  "engines": {
    "node": "^8.12.0 || >=9.7.0"
  },
  "files": [
    "index.js",
    "android.js",
    "darwin.js",
    "freebsd.js",
    "linux.js",
    "openbsd.js",
    "sunos.js",
    "win32.js",
    "ibmi.js"
  ],
  "homepage": "https://github.com/silverwind/default-gateway#readme",
  "keywords": [
    "default gateway",
    "network",
    "default",
    "gateway",
    "routing",
    "route"
  ],
  "license": "BSD-2-Clause",
  "name": "default-gateway",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silverwind/default-gateway.git"
  },
  "scripts": {
    "test": "eslint *.js && node --pending-deprecation --trace-deprecation --throw-deprecation --trace-warnings test.js"
  },
  "version": "5.0.5"
}