mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
85
86
87
88
{
  "_args": [
    [
      "default-gateway@5.0.5",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_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": "version",
    "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",
  "_spec": "5.0.5",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "silverwind",
    "email": "me@silverwind.io"
  },
  "bugs": {
    "url": "https://github.com/silverwind/default-gateway/issues"
  },
  "dependencies": {
    "execa": "^3.3.0"
  },
  "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"
}