{ "name": "http2-wrapper", "version": "2.2.1", "description": "HTTP2 client, just with the familiar `https` API", "main": "source", "types": "index.d.ts", "engines": { "node": ">=10.19.0" }, "files": [ "source", "index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/szmarczak/http2-wrapper.git" }, "author": "Szymon Marczak", "license": "MIT", "homepage": "https://github.com/szmarczak/http2-wrapper#readme", "dependencies": { "quick-lru": "^5.1.1", "resolve-alpn": "^1.2.0" }, "devDependencies": { "@sindresorhus/is": "^4.0.1", "ava": "^3.15.0", "benchmark": "^2.1.4", "get-stream": "^6.0.1", "got": "^11.8.2", "http2-proxy": "^5.0.53", "https-proxy-agent": "^5.0.0", "lolex": "^6.0.0", "many-keys-map": "^1.0.3", "nyc": "^15.1.0", "p-event": "^4.2.0", "tempy": "^1.0.1", "to-readable-stream": "^2.1.0", "tsd": "^0.17.0", "websocket-stream": "^5.5.2", "ws": "^7.5.3", "xo": "0.39.1" } }