This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.74 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "foxify-benchmarks",
"version": "0.5.0",
"description": "web framework foxify benchmarks",
"author": "Foxify",
"contributors": [
"Ardalan Amini <ardalanamini22@gmail.com>"
],
"license": "MIT",
"keywords": [
"foxify",
"benchmarks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/foxifyjs/benchmarks.git"
},
"bugs": {
"url": "https://github.com/foxifyjs/benchmarks/issues"
},
"homepage": "https://github.com/foxifyjs/benchmarks#readme",
"main": "foxify-benchmarks.js",
"bin": "foxify-benchmarks.js",
"files": [
"benchmarks",
"lib",
"foxify-benchmarks-bench.js",
"foxify-benchmarks-compare.js"
],
"scripts": {
"start": "node foxify-benchmarks.js",
"compare": "node foxify-benchmarks.js compare",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"autocannon": "^3.1.0",
"autocannon-compare": "^0.3.0",
"chalk": "^2.4.1",
"cli-table": "^0.3.1",
"commander": "^2.19.0",
"connect": "^3.6.6",
"cors": "^2.8.5",
"dns-prefetch-control": "^0.1.0",
"express": "^4.16.4",
"fastify": "^1.13.0",
"foxify": "^0.10.7",
"frameguard": "^3.0.0",
"hapi": "^17.7.0",
"hide-powered-by": "^1.0.0",
"hsts": "^2.1.0",
"ienoopen": "^1.0.0",
"inquirer": "^6.2.0",
"koa": "^2.6.1",
"koa-router": "^7.4.0",
"micro": "^9.3.3",
"microrouter": "^3.1.3",
"ora": "^3.0.0",
"polka": "^0.5.1",
"rayo": "^1.2.5",
"restify": "^7.2.2",
"router": "^1.3.3",
"take-five": "^1.4.1",
"total.js": "^3.0.0",
"trek-engine": "^1.0.5",
"trek-router": "^1.2.0",
"x-xss-protection": "^1.1.0"
},
"devDependencies": {}
}