summaryrefslogtreecommitdiff
path: root/node_modules/resolve-alpn/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 22:54:37 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 22:54:37 +0300
commit703e03aba33f234712206769f57717ba7d92d23d (patch)
tree0041f04ccb75bd5379c764e9fe42249fffe75fc3 /node_modules/resolve-alpn/package.json
parentab6e257e6e9d9a483d7e86f220d8b209a2cd7753 (diff)
downloadFlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.gz
FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.zst
Added export_allowed file to make repository visible in cgit
Diffstat (limited to 'node_modules/resolve-alpn/package.json')
-rw-r--r--node_modules/resolve-alpn/package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/resolve-alpn/package.json b/node_modules/resolve-alpn/package.json
new file mode 100644
index 0000000..73a7756
--- /dev/null
+++ b/node_modules/resolve-alpn/package.json
@@ -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"
+ }
+}