-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 KB
/
package.json
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
{
"name": "benchmarks-http",
"version": "1.0.3",
"description": "Benchmarks http server (fastify, uWebSocketsJS, express, ...)",
"main": "index.js",
"scripts": {
"help": "node benchmark.mjs compare -h",
"start": "node benchmark.mjs",
"table": "node benchmark.mjs compare -t",
"maj": "node benchmark.mjs compare -u"
},
"bin": {
"benchmark": "benchmark.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/benchmarks.git"
},
"author": "benevolar",
"license": "MIT",
"dependencies": {
"0http": "^3.5.2",
"autocannon": "^7.14.0",
"autocannon-compare": "^0.4.0",
"benchmark": "^2.1.4",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"commander": "^11.1.0",
"connect": "^3.7.0",
"cors": "^2.8.5",
"dns-prefetch-control": "^0.3.0",
"esm": "^3.2.25",
"express": "^4.18.2",
"fastify": "^4.25.2",
"inquirer": "^9.2.12",
"ora": "^8.0.1",
"polka": "^0.5.2",
"polkadot": "^1.0.0",
"pure-http": "^3.3.4",
"rayo": "^1.4.6",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.41.0"
},
"bugs": {
"url": "https://github.com/victor-auffret/benchmarks-http/issues"
},
"homepage": "https://github.com/victor-auffret/benchmarks-http#readme",
"directories": {
"lib": "lib"
}
}