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": "http2-wrapper@^1.0.0-beta.5.2",
| "_id": "http2-wrapper@1.0.3",
| "_inBundle": false,
| "_integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
| "_location": "/http2-wrapper",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "http2-wrapper@^1.0.0-beta.5.2",
| "name": "http2-wrapper",
| "escapedName": "http2-wrapper",
| "rawSpec": "^1.0.0-beta.5.2",
| "saveSpec": null,
| "fetchSpec": "^1.0.0-beta.5.2"
| },
| "_requiredBy": [
| "/got"
| ],
| "_resolved": "https://registry.npmmirror.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
| "_shasum": "b8f55e0c1f25d4ebd08b3b0c2c079f9590800b3d",
| "_spec": "http2-wrapper@^1.0.0-beta.5.2",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/got",
| "author": {
| "name": "Szymon Marczak"
| },
| "ava": {
| "timeout": "2m"
| },
| "bugs": {
| "url": "https://github.com/szmarczak/http2-wrapper/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "quick-lru": "^5.1.1",
| "resolve-alpn": "^1.0.0"
| },
| "deprecated": false,
| "description": "HTTP2 client, just with the familiar `https` API",
| "devDependencies": {
| "@sindresorhus/is": "^3.0.0",
| "ava": "^3.10.1",
| "benchmark": "^2.1.4",
| "get-stream": "^5.1.0",
| "got": "^11.5.0",
| "http2-proxy": "^5.0.51",
| "lolex": "^6.0.0",
| "many-keys-map": "^1.0.2",
| "nyc": "^15.1.0",
| "p-event": "^4.2.0",
| "tempy": "^0.5.0",
| "to-readable-stream": "^2.1.0",
| "tsd": "^0.13.1",
| "xo": "^0.32.1"
| },
| "engines": {
| "node": ">=10.19.0"
| },
| "files": [
| "source"
| ],
| "homepage": "https://github.com/szmarczak/http2-wrapper#readme",
| "keywords": [
| "http2",
| "https",
| "http",
| "request"
| ],
| "license": "MIT",
| "main": "source",
| "name": "http2-wrapper",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/szmarczak/http2-wrapper.git"
| },
| "scripts": {
| "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
| },
| "version": "1.0.3"
| }
|
|