aboutsummaryrefslogtreecommitdiff
path: root/node_modules/http2-wrapper/package.json
blob: d47894ffe1379da51772a5a92dbf0aa10f109224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
	"name": "http2-wrapper",
	"version": "1.0.3",
	"description": "HTTP2 client, just with the familiar `https` API",
	"main": "source",
	"engines": {
		"node": ">=10.19.0"
	},
	"scripts": {
		"test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
	},
	"files": [
		"source"
	],
	"keywords": [
		"http2",
		"https",
		"http",
		"request"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/szmarczak/http2-wrapper.git"
	},
	"author": "Szymon Marczak",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/szmarczak/http2-wrapper/issues"
	},
	"homepage": "https://github.com/szmarczak/http2-wrapper#readme",
	"dependencies": {
		"quick-lru": "^5.1.1",
		"resolve-alpn": "^1.0.0"
	},
	"devDependencies": {
		"@sindresorhus/is": "^3.0.0",
		"ava": "^3.10.1",
		"benchmark": "^2.1.4",
		"get-stream": "^5.1.0",
		"got": "^11.5.0",
		"http2-proxy": "^5.0.51",
		"lolex": "^6.0.0",
		"many-keys-map": "^1.0.2",
		"nyc": "^15.1.0",
		"p-event": "^4.2.0",
		"tempy": "^0.5.0",
		"to-readable-stream": "^2.1.0",
		"tsd": "^0.13.1",
		"xo": "^0.32.1"
	},
	"ava": {
		"timeout": "2m"
	}
}