forked from fastify/fastify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
170 lines (170 loc) · 4.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "fastify",
"version": "2.8.0",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"typings": "fastify.d.ts",
"scripts": {
"lint": "npm run lint:standard && npm run lint:typescript",
"lint:standard": "standard --verbose | snazzy",
"lint:typescript": "standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin test/types/*.ts fastify.d.ts",
"unit": "tap --no-esm -J test/*.test.js test/*/*.test.js",
"unit:report": "tap --no-esm -J test/*.test.js test/*/*.test.js --cov --coverage-report=html --coverage-report=cobertura | tee out.tap",
"unit:junit": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml",
"typescript": "tsc --project ./test/types/tsconfig.json",
"test:report": "npm run lint && npm run unit:report && npm run typescript",
"test": "npm run lint && npm run unit && npm run typescript",
"coverage": "npm run unit -- --cov --coverage-report=html",
"test:ci": "npm run lint && npm run unit -- --cov --coverage-report=lcovonly && npm run typescript",
"bench": "branchcmp -r 2 -g -s \"npm run benchmark\"",
"benchmark": "npx concurrently -k -s first \"node ./examples/simple.js\" \"npx autocannon -c 100 -d 5 -p 10 localhost:3000/\"",
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify.git"
},
"keywords": [
"web",
"framework",
"json",
"schema",
"open",
"api"
],
"author": "Matteo Collina <[email protected]>",
"contributors": [
{
"name": "Tomas Della Vedova",
"url": "http://delved.org",
"author": true
},
{
"name": "Tommaso Allevi",
"email": "[email protected]"
},
{
"name": "Ethan Arrowood",
"url": "https://github.com/Ethan-Arrowood",
"email": "[email protected]"
},
{
"name": "Dustin Deus",
"url": "http://starptech.de",
"email": "[email protected]"
},
{
"name": "Trivikram Kamat",
"url": "http://trivikr.github.io",
"email": "[email protected]"
},
{
"name": "Luciano Mammino",
"url": "https://loige.co"
},
{
"name": "Cemre Mengu",
"email": "[email protected]"
},
{
"name": "Evan Shortiss",
"email": "[email protected]"
},
{
"name": "Manuel Spigolon",
"email": "[email protected]"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Denis Fäcke",
"url": "https://github.com/SerayaEryn"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify/issues"
},
"homepage": "https://www.fastify.io/",
"engines": {
"node": ">=6"
},
"devDependencies": {
"@types/node": "^11.13.19",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"JSONStream": "^1.3.5",
"ajv-pack": "^0.3.1",
"autocannon": "^3.2.0",
"branch-comparer": "^0.4.0",
"concurrently": "^4.1.2",
"cors": "^2.8.5",
"coveralls": "^3.0.6",
"dns-prefetch-control": "^0.2.0",
"eslint": "^6.4.0",
"eslint-import-resolver-node": "^0.3.2",
"fast-json-body": "^1.1.0",
"fastify-plugin": "^1.5.0",
"fluent-schema": "^0.7.4",
"form-data": "^2.5.0",
"frameguard": "^3.0.0",
"h2url": "^0.1.2",
"helmet": "^3.20.0",
"hide-powered-by": "^1.0.0",
"hsts": "^2.1.0",
"http-errors": "^1.7.1",
"ienoopen": "^1.0.0",
"joi": "^12.0.0",
"license-checker": "^25.0.1",
"lolex": "^4.2.0",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"pump": "^3.0.0",
"semver": "^6.3.0",
"send": "^0.17.0",
"serve-static": "^1.13.2",
"simple-get": "^3.0.3",
"snazzy": "^8.0.0",
"split2": "^3.1.0",
"standard": "^14.0.0",
"tap": "^12.5.2",
"tap-mocha-reporter": "^3.0.7",
"then-sleep": "^1.0.1",
"typescript": "^3.6.3",
"x-xss-protection": "^1.1.0"
},
"dependencies": {
"abstract-logging": "^1.0.0",
"ajv": "^6.10.2",
"avvio": "^6.2.2",
"fast-json-stringify": "^1.15.4",
"find-my-way": "^2.0.0",
"flatstr": "^1.0.12",
"light-my-request": "^3.4.1",
"middie": "^4.0.1",
"pino": "^5.13.2",
"proxy-addr": "^2.0.4",
"readable-stream": "^3.1.1",
"rfdc": "^1.1.2",
"secure-json-parse": "^1.0.0",
"tiny-lru": "^7.0.0"
},
"greenkeeper": {
"ignore": [
"autocannon",
"boom",
"joi",
"@types/node",
"tap",
"tap-mocha-reporter",
"@typescript-eslint/eslint-plugin"
]
},
"standard": {
"ignore": [
"lib/configValidator.js"
]
}
}