Files
game-server-watcher/node_modules/resolve-alpn/package.json
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

65 lines
1.5 KiB
JSON

{
"_args": [
[
"resolve-alpn@1.2.1",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "resolve-alpn@1.2.1",
"_id": "resolve-alpn@1.2.1",
"_inBundle": false,
"_integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==",
"_location": "/resolve-alpn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resolve-alpn@1.2.1",
"name": "resolve-alpn",
"escapedName": "resolve-alpn",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/http2-wrapper"
],
"_resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "Szymon Marczak"
},
"bugs": {
"url": "https://github.com/szmarczak/resolve-alpn/issues"
},
"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"
}