UNPKG

http2-got

Version:

Simplified HTTP2 / HTTP1 request client.

43 lines (42 loc) 1.05 kB
{ "name": "http2-got", "version": "1.1.1", "description": "Simplified HTTP2 / HTTP1 request client.", "main": "lib/index.js", "scripts": { "test": "mocha --recursive --reporter spec", "watch-test": "mocha --recursive --watch --reporter spec", "test-ci": "istanbul cover ./node_modules/mocha/bin/_mocha test/**/*.js --report lcovonly -- -R spec && cat ./coverage/lcov.info" }, "devDependencies": { "chai": "^4.1.2", "chai-spies": "^1.0.0", "http2-debug": "1.2.1", "istanbul": "0.4.5", "mocha": "^5.1.1" }, "keywords": [ "http2", "got", "http2 got", "http2 client", "request", "compatible", "client", "compatibility" ], "repository": { "type": "git", "url": "https://github.com/hisco/http2-got.git" }, "bugs": { "url": "https://github.com/hisco/http2-got/issues" }, "homepage": "https://github.com/hisco", "author": "Eyald <hisco@googlegroups.com‬>", "license": "MIT", "dependencies": { "got": "^9.3.2", "http2-client": "^1.3.1" } }