node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

34
server/node_modules/resolve-alpn/package.json generated vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "resolve-alpn",
"version": "1.2.1",
"description": "Detects the ALPN protocol",
"main": "index.js",
"scripts": {
"test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/szmarczak/resolve-alpn.git"
},
"keywords": [
"alpn",
"tls",
"socket",
"http2"
],
"author": "Szymon Marczak",
"license": "MIT",
"bugs": {
"url": "https://github.com/szmarczak/resolve-alpn/issues"
},
"homepage": "https://github.com/szmarczak/resolve-alpn#readme",
"devDependencies": {
"ava": "^3.15.0",
"nyc": "^15.1.0",
"pem": "1.14.3",
"xo": "^0.38.2"
}
}