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
{
  "_from": "resolve-alpn@^1.0.0",
  "_id": "resolve-alpn@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==",
  "_location": "/resolve-alpn",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "resolve-alpn@^1.0.0",
    "name": "resolve-alpn",
    "escapedName": "resolve-alpn",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/http2-wrapper"
  ],
  "_resolved": "https://registry.npmmirror.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
  "_shasum": "b7adbdac3546aaaec20b45e7d8265927072726f9",
  "_spec": "resolve-alpn@^1.0.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/http2-wrapper",
  "author": {
    "name": "Szymon Marczak"
  },
  "bugs": {
    "url": "https://github.com/szmarczak/resolve-alpn/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detects the ALPN protocol",
  "devDependencies": {
    "ava": "^3.15.0",
    "nyc": "^15.1.0",
    "pem": "1.14.3",
    "xo": "^0.38.2"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/szmarczak/resolve-alpn#readme",
  "keywords": [
    "alpn",
    "tls",
    "socket",
    "http2"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "resolve-alpn",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szmarczak/resolve-alpn.git"
  },
  "scripts": {
    "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
  },
  "version": "1.2.1"
}