Repository URL to install this package:
|
Version:
1.0.0-1 ▾
|
vending-octopus-trigger-dep
/
usr
/
local
/
lib
/
vending
/
octopus
/
trigger
/
node_modules
/
resolve-alpn
/
package.json
|
|---|
{
"name": "resolve-alpn",
"version": "1.0.0",
"description": "Detects the ALPN protocol",
"main": "index.js",
"scripts": {
"test": "xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szmarczak/resolve-alpn.git"
},
"keywords": [
"alpn",
"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": "^1.0.1",
"coveralls": "^3.0.2",
"nyc": "^13.1.0",
"pem": "^1.13.2",
"xo": "^0.23.0"
}
,"_resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.0.0.tgz"
,"_integrity": "sha512-rTuiIEqFmGxne4IovivKSDzld2lWW9QCjqv80SYjPgf+gS35eaCAjaP54CCwGAwBtnCsvNLYtqxe1Nw+i6JEmA=="
,"_from": "resolve-alpn@1.0.0"
}