is-http2
Version:
Detect if a server support http/2
41 lines (40 loc) • 943 B
JSON
{
"name": "is-http2",
"version": "1.2.0",
"description": "Detect if a server support http/2",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",
"test": "npm run lint && nyc ava *.spec.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanjudis/is-http2.git"
},
"keywords": [
"http/2",
"network",
"performance"
],
"engines": {
"node": ">= 0.12.0"
},
"author": "stefan judis <stefanjudis@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanjudis/is-http2/issues"
},
"homepage": "https://github.com/stefanjudis/is-http2#readme",
"dependencies": {
"coveralls": "^2.11.4",
"find-versions": "^2.0.0",
"pinkie-promise": "^2.0.0",
"semver": "^5.1.0"
},
"devDependencies": {
"ava": "^0.16.0",
"eslint": "^3.8.1",
"nyc": "^8.3.2"
}
}