forked from fastify/fastify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
212 lines (212 loc) · 6.33 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"name": "fastify",
"version": "5.0.0-alpha.3",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
"types": "fastify.d.ts",
"scripts": {
"bench": "branchcmp -r 2 -g -s \"npm run benchmark\"",
"benchmark": "concurrently -k -s first \"node ./examples/benchmark/simple.js\" \"autocannon -c 100 -d 30 -p 10 localhost:3000/\"",
"benchmark:parser": "concurrently -k -s first \"node ./examples/benchmark/parser.js\" \"autocannon -c 100 -d 30 -p 10 -i ./examples/benchmark/body.json -H \"content-type:application/jsoff\" -m POST localhost:3000/\"",
"build:validation": "node build/build-error-serializer.js && node build/build-validation.js",
"coverage": "npm run unit -- --coverage-report=html",
"coverage:ci": "tap --coverage-report=html --coverage-report=lcov --allow-incomplete-coverage",
"coverage:ci-check-coverage": "tap replay",
"lint": "npm run lint:eslint",
"lint:fix": "eslint --fix",
"lint:markdown": "markdownlint-cli2",
"lint:eslint": "eslint",
"prepublishOnly": "cross-env PREPUBLISH=true tap --allow-incomplete-coverage test/build/**.test.js && npm run test:validator:integrity",
"test": "npm run lint && npm run unit && npm run test:typescript",
"test:ci": "npm run unit -- --coverage-report=lcovonly && npm run test:typescript",
"test:report": "npm run lint && npm run unit:report && npm run test:typescript",
"test:validator:integrity": "npm run build:validation && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/error-serializer.js && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/configValidator.js",
"test:typescript": "tsc test/types/import.ts --noEmit && tsd",
"test:watch": "npm run unit -- --watch --coverage-report=none --reporter=terse",
"unit": "tap",
"unit:junit": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml",
"unit:report": "tap --coverage-report=html --coverage-report=cobertura | tee out.tap",
"citgm": "tap --jobs=1 --timeout=120"
},
"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": "Ayoub El Khattabi",
"url": "https://github.com/AyoubElk",
"email": "[email protected]"
},
{
"name": "Rafael Gonzaga",
"email": "[email protected]",
"url": "https://github.com/rafaelgss"
},
{
"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": "Maksim Sinik",
"url": "https://maksim.dev"
},
{
"name": "Manuel Spigolon",
"email": "[email protected]"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Denis Fäcke",
"url": "https://github.com/SerayaEryn"
},
{
"name": "Igor Savin",
"email": "[email protected]",
"url": "https://github.com/kibertoad"
},
{
"name": "Vincent Le Goff",
"email": "[email protected]",
"url": "https://github.com/zekth"
},
{
"name": "Luis Orbaiceta",
"email": "[email protected]",
"url": "https://luisorbaiceta.com"
},
{
"name": "Carlos Fuentes",
"email": "[email protected]",
"url": "https://metcoder.dev"
},
{
"name": "Gürgün Dayıoğlu",
"email": "[email protected]",
"url": "https://heyhey.to/G"
},
{
"name": "Aras Abbasi",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify/issues"
},
"homepage": "https://fastify.dev/",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@sinclair/typebox": "^0.33.4",
"@sinonjs/fake-timers": "^11.2.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin-js": "^2.1.0",
"@types/node": "^22.0.0",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
"ajv-i18n": "^4.2.0",
"ajv-merge-patch": "^5.0.1",
"autocannon": "^7.15.0",
"branch-comparer": "^1.1.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^9.0.0",
"fast-json-body": "^1.1.0",
"fastify-plugin": "^4.5.1",
"fluent-json-schema": "^5.0.0",
"h2url": "^0.2.0",
"http-errors": "^2.0.0",
"joi": "^17.12.3",
"json-schema-to-ts": "^3.0.1",
"JSONStream": "^1.3.5",
"markdownlint-cli2": "^0.13.0",
"neostandard": "^0.11.3",
"node-forge": "^1.3.1",
"proxyquire": "^2.1.3",
"send": "^0.18.0",
"simple-get": "^4.0.1",
"split2": "^4.2.0",
"tap": "^21.0.0",
"tsd": "^0.31.0",
"typescript": "^5.4.5",
"undici": "^6.13.0",
"vary": "^1.1.2",
"yup": "^1.4.0"
},
"dependencies": {
"@fastify/ajv-compiler": "^3.5.0",
"@fastify/error": "^4.0.0",
"@fastify/fast-json-stringify-compiler": "^4.3.0",
"abstract-logging": "^2.0.1",
"avvio": "^8.3.0",
"fast-json-stringify": "^6.0.0",
"find-my-way": "^8.1.0",
"light-my-request": "^5.13.0",
"pino": "^9.0.0",
"process-warning": "^4.0.0",
"proxy-addr": "^2.0.7",
"rfdc": "^1.3.1",
"secure-json-parse": "^2.7.0",
"semver": "^7.6.0",
"toad-cache": "^3.7.0"
},
"tsd": {
"directory": "test/types"
}
}