15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
  "_from": "got@^11.7.0",
  "_id": "got@11.8.6",
  "_inBundle": false,
  "_integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
  "_location": "/got",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "got@^11.7.0",
    "name": "got",
    "escapedName": "got",
    "rawSpec": "^11.7.0",
    "saveSpec": null,
    "fetchSpec": "^11.7.0"
  },
  "_requiredBy": [
    "/@electron/rebuild"
  ],
  "_resolved": "https://registry.npmmirror.com/got/-/got-11.8.6.tgz",
  "_shasum": "276e827ead8772eddbcfc97170590b841823233a",
  "_spec": "got@^11.7.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/rebuild",
  "ava": {
    "files": [
      "test/*"
    ],
    "timeout": "1m",
    "typescript": {
      "rewritePaths": {
        "test/": "dist/test/"
      }
    }
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/got/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sindresorhus/is": "^4.0.0",
    "@szmarczak/http-timer": "^4.0.5",
    "@types/cacheable-request": "^6.0.1",
    "@types/responselike": "^1.0.0",
    "cacheable-lookup": "^5.0.3",
    "cacheable-request": "^7.0.2",
    "decompress-response": "^6.0.0",
    "http2-wrapper": "^1.0.0-beta.5.2",
    "lowercase-keys": "^2.0.0",
    "p-cancelable": "^2.0.0",
    "responselike": "^2.0.0"
  },
  "deprecated": false,
  "description": "Human-friendly and powerful HTTP request library for Node.js",
  "devDependencies": {
    "@ava/typescript": "^1.1.1",
    "@sindresorhus/tsconfig": "^0.7.0",
    "@sinonjs/fake-timers": "^6.0.1",
    "@types/benchmark": "^1.0.33",
    "@types/express": "^4.17.7",
    "@types/express-serve-static-core": "4.17.18 - 4.17.30",
    "@types/node": "^14.14.0",
    "@types/node-fetch": "^2.5.7",
    "@types/pem": "^1.9.5",
    "@types/pify": "^3.0.2",
    "@types/request": "^2.48.5",
    "@types/sinon": "^9.0.5",
    "@types/tough-cookie": "^4.0.0",
    "ava": "^3.11.1",
    "axios": "^0.20.0",
    "benchmark": "^2.1.4",
    "coveralls": "^3.1.0",
    "create-test-server": "^3.0.1",
    "del-cli": "^3.0.1",
    "delay": "^4.4.0",
    "express": "^4.17.1",
    "form-data": "^3.0.0",
    "get-stream": "^6.0.0",
    "nock": "^13.0.4",
    "node-fetch": "^2.6.0",
    "np": "^6.4.0",
    "nyc": "^15.1.0",
    "p-event": "^4.2.0",
    "pem": "^1.14.4",
    "pify": "^5.0.0",
    "sinon": "^9.0.3",
    "slow-stream": "0.0.4",
    "tempy": "^1.0.0",
    "to-readable-stream": "^2.1.0",
    "tough-cookie": "^4.0.0",
    "typescript": "4.0.3",
    "xo": "^0.34.1"
  },
  "engines": {
    "node": ">=10.19.0"
  },
  "files": [
    "dist/source"
  ],
  "funding": "https://github.com/sindresorhus/got?sponsor=1",
  "homepage": "https://github.com/sindresorhus/got#readme",
  "keywords": [
    "http",
    "https",
    "http2",
    "get",
    "got",
    "url",
    "uri",
    "request",
    "simple",
    "curl",
    "wget",
    "fetch",
    "net",
    "network",
    "gzip",
    "brotli",
    "requests",
    "human-friendly",
    "axios",
    "superagent",
    "node-fetch",
    "ky"
  ],
  "license": "MIT",
  "main": "dist/source",
  "name": "got",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "exclude": [
      "**/test/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/got.git"
  },
  "runkitExampleFilename": "./documentation/examples/runkit-example.js",
  "scripts": {
    "build": "del-cli dist && tsc",
    "prepare": "npm run build",
    "release": "np",
    "test": "xo && npm run build && nyc --reporter=html --reporter=text ava"
  },
  "sideEffects": false,
  "types": "dist/source",
  "version": "11.8.6",
  "xo": {
    "ignores": [
      "documentation/examples/*"
    ],
    "rules": {
      "@typescript-eslint/no-empty-function": "off",
      "node/prefer-global/url": "off",
      "node/prefer-global/url-search-params": "off",
      "import/no-anonymous-default-export": "off",
      "@typescript-eslint/no-implicit-any-catch": "off"
    }
  }
}