@lightcone-ai/daemon 0.5.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1257 @@
1
+ {
2
+ "name": "mysql",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "dependencies": {
8
+ "@modelcontextprotocol/sdk": "^1.29.0",
9
+ "mysql2": "^3.20.0",
10
+ "zod": "^4.3.6"
11
+ }
12
+ },
13
+ "node_modules/@hono/node-server": {
14
+ "version": "1.19.13",
15
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.13.tgz",
16
+ "integrity": "sha512-TsQLe4i2gvoTtrHje625ngThGBySOgSK3Xo2XRYOdqGN1teR8+I7vchQC46uLJi8OF62YTYA3AhSpumtkhsaKQ==",
17
+ "license": "MIT",
18
+ "engines": {
19
+ "node": ">=18.14.1"
20
+ },
21
+ "peerDependencies": {
22
+ "hono": "^4"
23
+ }
24
+ },
25
+ "node_modules/@modelcontextprotocol/sdk": {
26
+ "version": "1.29.0",
27
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
28
+ "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
29
+ "license": "MIT",
30
+ "dependencies": {
31
+ "@hono/node-server": "^1.19.9",
32
+ "ajv": "^8.17.1",
33
+ "ajv-formats": "^3.0.1",
34
+ "content-type": "^1.0.5",
35
+ "cors": "^2.8.5",
36
+ "cross-spawn": "^7.0.5",
37
+ "eventsource": "^3.0.2",
38
+ "eventsource-parser": "^3.0.0",
39
+ "express": "^5.2.1",
40
+ "express-rate-limit": "^8.2.1",
41
+ "hono": "^4.11.4",
42
+ "jose": "^6.1.3",
43
+ "json-schema-typed": "^8.0.2",
44
+ "pkce-challenge": "^5.0.0",
45
+ "raw-body": "^3.0.0",
46
+ "zod": "^3.25 || ^4.0",
47
+ "zod-to-json-schema": "^3.25.1"
48
+ },
49
+ "engines": {
50
+ "node": ">=18"
51
+ },
52
+ "peerDependencies": {
53
+ "@cfworker/json-schema": "^4.1.1",
54
+ "zod": "^3.25 || ^4.0"
55
+ },
56
+ "peerDependenciesMeta": {
57
+ "@cfworker/json-schema": {
58
+ "optional": true
59
+ },
60
+ "zod": {
61
+ "optional": false
62
+ }
63
+ }
64
+ },
65
+ "node_modules/@types/node": {
66
+ "version": "25.5.2",
67
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.2.tgz",
68
+ "integrity": "sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==",
69
+ "license": "MIT",
70
+ "peer": true,
71
+ "dependencies": {
72
+ "undici-types": "~7.18.0"
73
+ }
74
+ },
75
+ "node_modules/accepts": {
76
+ "version": "2.0.0",
77
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
78
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
79
+ "license": "MIT",
80
+ "dependencies": {
81
+ "mime-types": "^3.0.0",
82
+ "negotiator": "^1.0.0"
83
+ },
84
+ "engines": {
85
+ "node": ">= 0.6"
86
+ }
87
+ },
88
+ "node_modules/ajv": {
89
+ "version": "8.18.0",
90
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
91
+ "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
92
+ "license": "MIT",
93
+ "dependencies": {
94
+ "fast-deep-equal": "^3.1.3",
95
+ "fast-uri": "^3.0.1",
96
+ "json-schema-traverse": "^1.0.0",
97
+ "require-from-string": "^2.0.2"
98
+ },
99
+ "funding": {
100
+ "type": "github",
101
+ "url": "https://github.com/sponsors/epoberezkin"
102
+ }
103
+ },
104
+ "node_modules/ajv-formats": {
105
+ "version": "3.0.1",
106
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
107
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
108
+ "license": "MIT",
109
+ "dependencies": {
110
+ "ajv": "^8.0.0"
111
+ },
112
+ "peerDependencies": {
113
+ "ajv": "^8.0.0"
114
+ },
115
+ "peerDependenciesMeta": {
116
+ "ajv": {
117
+ "optional": true
118
+ }
119
+ }
120
+ },
121
+ "node_modules/aws-ssl-profiles": {
122
+ "version": "1.1.2",
123
+ "resolved": "https://registry.npmjs.org/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz",
124
+ "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==",
125
+ "license": "MIT",
126
+ "engines": {
127
+ "node": ">= 6.0.0"
128
+ }
129
+ },
130
+ "node_modules/body-parser": {
131
+ "version": "2.2.2",
132
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
133
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
134
+ "license": "MIT",
135
+ "dependencies": {
136
+ "bytes": "^3.1.2",
137
+ "content-type": "^1.0.5",
138
+ "debug": "^4.4.3",
139
+ "http-errors": "^2.0.0",
140
+ "iconv-lite": "^0.7.0",
141
+ "on-finished": "^2.4.1",
142
+ "qs": "^6.14.1",
143
+ "raw-body": "^3.0.1",
144
+ "type-is": "^2.0.1"
145
+ },
146
+ "engines": {
147
+ "node": ">=18"
148
+ },
149
+ "funding": {
150
+ "type": "opencollective",
151
+ "url": "https://opencollective.com/express"
152
+ }
153
+ },
154
+ "node_modules/bytes": {
155
+ "version": "3.1.2",
156
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
157
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
158
+ "license": "MIT",
159
+ "engines": {
160
+ "node": ">= 0.8"
161
+ }
162
+ },
163
+ "node_modules/call-bind-apply-helpers": {
164
+ "version": "1.0.2",
165
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
166
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
167
+ "license": "MIT",
168
+ "dependencies": {
169
+ "es-errors": "^1.3.0",
170
+ "function-bind": "^1.1.2"
171
+ },
172
+ "engines": {
173
+ "node": ">= 0.4"
174
+ }
175
+ },
176
+ "node_modules/call-bound": {
177
+ "version": "1.0.4",
178
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
179
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
180
+ "license": "MIT",
181
+ "dependencies": {
182
+ "call-bind-apply-helpers": "^1.0.2",
183
+ "get-intrinsic": "^1.3.0"
184
+ },
185
+ "engines": {
186
+ "node": ">= 0.4"
187
+ },
188
+ "funding": {
189
+ "url": "https://github.com/sponsors/ljharb"
190
+ }
191
+ },
192
+ "node_modules/content-disposition": {
193
+ "version": "1.0.1",
194
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
195
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
196
+ "license": "MIT",
197
+ "engines": {
198
+ "node": ">=18"
199
+ },
200
+ "funding": {
201
+ "type": "opencollective",
202
+ "url": "https://opencollective.com/express"
203
+ }
204
+ },
205
+ "node_modules/content-type": {
206
+ "version": "1.0.5",
207
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
208
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
209
+ "license": "MIT",
210
+ "engines": {
211
+ "node": ">= 0.6"
212
+ }
213
+ },
214
+ "node_modules/cookie": {
215
+ "version": "0.7.2",
216
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
217
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
218
+ "license": "MIT",
219
+ "engines": {
220
+ "node": ">= 0.6"
221
+ }
222
+ },
223
+ "node_modules/cookie-signature": {
224
+ "version": "1.2.2",
225
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
226
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
227
+ "license": "MIT",
228
+ "engines": {
229
+ "node": ">=6.6.0"
230
+ }
231
+ },
232
+ "node_modules/cors": {
233
+ "version": "2.8.6",
234
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
235
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
236
+ "license": "MIT",
237
+ "dependencies": {
238
+ "object-assign": "^4",
239
+ "vary": "^1"
240
+ },
241
+ "engines": {
242
+ "node": ">= 0.10"
243
+ },
244
+ "funding": {
245
+ "type": "opencollective",
246
+ "url": "https://opencollective.com/express"
247
+ }
248
+ },
249
+ "node_modules/cross-spawn": {
250
+ "version": "7.0.6",
251
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
252
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
253
+ "license": "MIT",
254
+ "dependencies": {
255
+ "path-key": "^3.1.0",
256
+ "shebang-command": "^2.0.0",
257
+ "which": "^2.0.1"
258
+ },
259
+ "engines": {
260
+ "node": ">= 8"
261
+ }
262
+ },
263
+ "node_modules/debug": {
264
+ "version": "4.4.3",
265
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
266
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
267
+ "license": "MIT",
268
+ "dependencies": {
269
+ "ms": "^2.1.3"
270
+ },
271
+ "engines": {
272
+ "node": ">=6.0"
273
+ },
274
+ "peerDependenciesMeta": {
275
+ "supports-color": {
276
+ "optional": true
277
+ }
278
+ }
279
+ },
280
+ "node_modules/denque": {
281
+ "version": "2.1.0",
282
+ "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
283
+ "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
284
+ "license": "Apache-2.0",
285
+ "engines": {
286
+ "node": ">=0.10"
287
+ }
288
+ },
289
+ "node_modules/depd": {
290
+ "version": "2.0.0",
291
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
292
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
293
+ "license": "MIT",
294
+ "engines": {
295
+ "node": ">= 0.8"
296
+ }
297
+ },
298
+ "node_modules/dunder-proto": {
299
+ "version": "1.0.1",
300
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
301
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
302
+ "license": "MIT",
303
+ "dependencies": {
304
+ "call-bind-apply-helpers": "^1.0.1",
305
+ "es-errors": "^1.3.0",
306
+ "gopd": "^1.2.0"
307
+ },
308
+ "engines": {
309
+ "node": ">= 0.4"
310
+ }
311
+ },
312
+ "node_modules/ee-first": {
313
+ "version": "1.1.1",
314
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
315
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
316
+ "license": "MIT"
317
+ },
318
+ "node_modules/encodeurl": {
319
+ "version": "2.0.0",
320
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
321
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
322
+ "license": "MIT",
323
+ "engines": {
324
+ "node": ">= 0.8"
325
+ }
326
+ },
327
+ "node_modules/es-define-property": {
328
+ "version": "1.0.1",
329
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
330
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
331
+ "license": "MIT",
332
+ "engines": {
333
+ "node": ">= 0.4"
334
+ }
335
+ },
336
+ "node_modules/es-errors": {
337
+ "version": "1.3.0",
338
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
339
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
340
+ "license": "MIT",
341
+ "engines": {
342
+ "node": ">= 0.4"
343
+ }
344
+ },
345
+ "node_modules/es-object-atoms": {
346
+ "version": "1.1.1",
347
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
348
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
349
+ "license": "MIT",
350
+ "dependencies": {
351
+ "es-errors": "^1.3.0"
352
+ },
353
+ "engines": {
354
+ "node": ">= 0.4"
355
+ }
356
+ },
357
+ "node_modules/escape-html": {
358
+ "version": "1.0.3",
359
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
360
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
361
+ "license": "MIT"
362
+ },
363
+ "node_modules/etag": {
364
+ "version": "1.8.1",
365
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
366
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
367
+ "license": "MIT",
368
+ "engines": {
369
+ "node": ">= 0.6"
370
+ }
371
+ },
372
+ "node_modules/eventsource": {
373
+ "version": "3.0.7",
374
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
375
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
376
+ "license": "MIT",
377
+ "dependencies": {
378
+ "eventsource-parser": "^3.0.1"
379
+ },
380
+ "engines": {
381
+ "node": ">=18.0.0"
382
+ }
383
+ },
384
+ "node_modules/eventsource-parser": {
385
+ "version": "3.0.6",
386
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
387
+ "integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
388
+ "license": "MIT",
389
+ "engines": {
390
+ "node": ">=18.0.0"
391
+ }
392
+ },
393
+ "node_modules/express": {
394
+ "version": "5.2.1",
395
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
396
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
397
+ "license": "MIT",
398
+ "dependencies": {
399
+ "accepts": "^2.0.0",
400
+ "body-parser": "^2.2.1",
401
+ "content-disposition": "^1.0.0",
402
+ "content-type": "^1.0.5",
403
+ "cookie": "^0.7.1",
404
+ "cookie-signature": "^1.2.1",
405
+ "debug": "^4.4.0",
406
+ "depd": "^2.0.0",
407
+ "encodeurl": "^2.0.0",
408
+ "escape-html": "^1.0.3",
409
+ "etag": "^1.8.1",
410
+ "finalhandler": "^2.1.0",
411
+ "fresh": "^2.0.0",
412
+ "http-errors": "^2.0.0",
413
+ "merge-descriptors": "^2.0.0",
414
+ "mime-types": "^3.0.0",
415
+ "on-finished": "^2.4.1",
416
+ "once": "^1.4.0",
417
+ "parseurl": "^1.3.3",
418
+ "proxy-addr": "^2.0.7",
419
+ "qs": "^6.14.0",
420
+ "range-parser": "^1.2.1",
421
+ "router": "^2.2.0",
422
+ "send": "^1.1.0",
423
+ "serve-static": "^2.2.0",
424
+ "statuses": "^2.0.1",
425
+ "type-is": "^2.0.1",
426
+ "vary": "^1.1.2"
427
+ },
428
+ "engines": {
429
+ "node": ">= 18"
430
+ },
431
+ "funding": {
432
+ "type": "opencollective",
433
+ "url": "https://opencollective.com/express"
434
+ }
435
+ },
436
+ "node_modules/express-rate-limit": {
437
+ "version": "8.3.2",
438
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.2.tgz",
439
+ "integrity": "sha512-77VmFeJkO0/rvimEDuUC5H30oqUC4EyOhyGccfqoLebB0oiEYfM7nwPrsDsBL1gsTpwfzX8SFy2MT3TDyRq+bg==",
440
+ "license": "MIT",
441
+ "dependencies": {
442
+ "ip-address": "10.1.0"
443
+ },
444
+ "engines": {
445
+ "node": ">= 16"
446
+ },
447
+ "funding": {
448
+ "url": "https://github.com/sponsors/express-rate-limit"
449
+ },
450
+ "peerDependencies": {
451
+ "express": ">= 4.11"
452
+ }
453
+ },
454
+ "node_modules/fast-deep-equal": {
455
+ "version": "3.1.3",
456
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
457
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
458
+ "license": "MIT"
459
+ },
460
+ "node_modules/fast-uri": {
461
+ "version": "3.1.0",
462
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
463
+ "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
464
+ "funding": [
465
+ {
466
+ "type": "github",
467
+ "url": "https://github.com/sponsors/fastify"
468
+ },
469
+ {
470
+ "type": "opencollective",
471
+ "url": "https://opencollective.com/fastify"
472
+ }
473
+ ],
474
+ "license": "BSD-3-Clause"
475
+ },
476
+ "node_modules/finalhandler": {
477
+ "version": "2.1.1",
478
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
479
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
480
+ "license": "MIT",
481
+ "dependencies": {
482
+ "debug": "^4.4.0",
483
+ "encodeurl": "^2.0.0",
484
+ "escape-html": "^1.0.3",
485
+ "on-finished": "^2.4.1",
486
+ "parseurl": "^1.3.3",
487
+ "statuses": "^2.0.1"
488
+ },
489
+ "engines": {
490
+ "node": ">= 18.0.0"
491
+ },
492
+ "funding": {
493
+ "type": "opencollective",
494
+ "url": "https://opencollective.com/express"
495
+ }
496
+ },
497
+ "node_modules/forwarded": {
498
+ "version": "0.2.0",
499
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
500
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
501
+ "license": "MIT",
502
+ "engines": {
503
+ "node": ">= 0.6"
504
+ }
505
+ },
506
+ "node_modules/fresh": {
507
+ "version": "2.0.0",
508
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
509
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
510
+ "license": "MIT",
511
+ "engines": {
512
+ "node": ">= 0.8"
513
+ }
514
+ },
515
+ "node_modules/function-bind": {
516
+ "version": "1.1.2",
517
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
518
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
519
+ "license": "MIT",
520
+ "funding": {
521
+ "url": "https://github.com/sponsors/ljharb"
522
+ }
523
+ },
524
+ "node_modules/generate-function": {
525
+ "version": "2.3.1",
526
+ "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz",
527
+ "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
528
+ "license": "MIT",
529
+ "dependencies": {
530
+ "is-property": "^1.0.2"
531
+ }
532
+ },
533
+ "node_modules/get-intrinsic": {
534
+ "version": "1.3.0",
535
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
536
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
537
+ "license": "MIT",
538
+ "dependencies": {
539
+ "call-bind-apply-helpers": "^1.0.2",
540
+ "es-define-property": "^1.0.1",
541
+ "es-errors": "^1.3.0",
542
+ "es-object-atoms": "^1.1.1",
543
+ "function-bind": "^1.1.2",
544
+ "get-proto": "^1.0.1",
545
+ "gopd": "^1.2.0",
546
+ "has-symbols": "^1.1.0",
547
+ "hasown": "^2.0.2",
548
+ "math-intrinsics": "^1.1.0"
549
+ },
550
+ "engines": {
551
+ "node": ">= 0.4"
552
+ },
553
+ "funding": {
554
+ "url": "https://github.com/sponsors/ljharb"
555
+ }
556
+ },
557
+ "node_modules/get-proto": {
558
+ "version": "1.0.1",
559
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
560
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
561
+ "license": "MIT",
562
+ "dependencies": {
563
+ "dunder-proto": "^1.0.1",
564
+ "es-object-atoms": "^1.0.0"
565
+ },
566
+ "engines": {
567
+ "node": ">= 0.4"
568
+ }
569
+ },
570
+ "node_modules/gopd": {
571
+ "version": "1.2.0",
572
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
573
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
574
+ "license": "MIT",
575
+ "engines": {
576
+ "node": ">= 0.4"
577
+ },
578
+ "funding": {
579
+ "url": "https://github.com/sponsors/ljharb"
580
+ }
581
+ },
582
+ "node_modules/has-symbols": {
583
+ "version": "1.1.0",
584
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
585
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
586
+ "license": "MIT",
587
+ "engines": {
588
+ "node": ">= 0.4"
589
+ },
590
+ "funding": {
591
+ "url": "https://github.com/sponsors/ljharb"
592
+ }
593
+ },
594
+ "node_modules/hasown": {
595
+ "version": "2.0.2",
596
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
597
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
598
+ "license": "MIT",
599
+ "dependencies": {
600
+ "function-bind": "^1.1.2"
601
+ },
602
+ "engines": {
603
+ "node": ">= 0.4"
604
+ }
605
+ },
606
+ "node_modules/hono": {
607
+ "version": "4.12.11",
608
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.11.tgz",
609
+ "integrity": "sha512-r4xbIa3mGGGoH9nN4A14DOg2wx7y2oQyJEb5O57C/xzETG/qx4c7CVDQ5WMeKHZ7ORk2W0hZ/sQKXTav3cmYBA==",
610
+ "license": "MIT",
611
+ "engines": {
612
+ "node": ">=16.9.0"
613
+ }
614
+ },
615
+ "node_modules/http-errors": {
616
+ "version": "2.0.1",
617
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
618
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
619
+ "license": "MIT",
620
+ "dependencies": {
621
+ "depd": "~2.0.0",
622
+ "inherits": "~2.0.4",
623
+ "setprototypeof": "~1.2.0",
624
+ "statuses": "~2.0.2",
625
+ "toidentifier": "~1.0.1"
626
+ },
627
+ "engines": {
628
+ "node": ">= 0.8"
629
+ },
630
+ "funding": {
631
+ "type": "opencollective",
632
+ "url": "https://opencollective.com/express"
633
+ }
634
+ },
635
+ "node_modules/iconv-lite": {
636
+ "version": "0.7.2",
637
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
638
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
639
+ "license": "MIT",
640
+ "dependencies": {
641
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
642
+ },
643
+ "engines": {
644
+ "node": ">=0.10.0"
645
+ },
646
+ "funding": {
647
+ "type": "opencollective",
648
+ "url": "https://opencollective.com/express"
649
+ }
650
+ },
651
+ "node_modules/inherits": {
652
+ "version": "2.0.4",
653
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
654
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
655
+ "license": "ISC"
656
+ },
657
+ "node_modules/ip-address": {
658
+ "version": "10.1.0",
659
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
660
+ "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
661
+ "license": "MIT",
662
+ "engines": {
663
+ "node": ">= 12"
664
+ }
665
+ },
666
+ "node_modules/ipaddr.js": {
667
+ "version": "1.9.1",
668
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
669
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
670
+ "license": "MIT",
671
+ "engines": {
672
+ "node": ">= 0.10"
673
+ }
674
+ },
675
+ "node_modules/is-promise": {
676
+ "version": "4.0.0",
677
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
678
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
679
+ "license": "MIT"
680
+ },
681
+ "node_modules/is-property": {
682
+ "version": "1.0.2",
683
+ "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
684
+ "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
685
+ "license": "MIT"
686
+ },
687
+ "node_modules/isexe": {
688
+ "version": "2.0.0",
689
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
690
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
691
+ "license": "ISC"
692
+ },
693
+ "node_modules/jose": {
694
+ "version": "6.2.2",
695
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.2.tgz",
696
+ "integrity": "sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==",
697
+ "license": "MIT",
698
+ "funding": {
699
+ "url": "https://github.com/sponsors/panva"
700
+ }
701
+ },
702
+ "node_modules/json-schema-traverse": {
703
+ "version": "1.0.0",
704
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
705
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
706
+ "license": "MIT"
707
+ },
708
+ "node_modules/json-schema-typed": {
709
+ "version": "8.0.2",
710
+ "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
711
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
712
+ "license": "BSD-2-Clause"
713
+ },
714
+ "node_modules/long": {
715
+ "version": "5.3.2",
716
+ "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
717
+ "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
718
+ "license": "Apache-2.0"
719
+ },
720
+ "node_modules/lru.min": {
721
+ "version": "1.1.4",
722
+ "resolved": "https://registry.npmjs.org/lru.min/-/lru.min-1.1.4.tgz",
723
+ "integrity": "sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==",
724
+ "license": "MIT",
725
+ "engines": {
726
+ "bun": ">=1.0.0",
727
+ "deno": ">=1.30.0",
728
+ "node": ">=8.0.0"
729
+ },
730
+ "funding": {
731
+ "type": "github",
732
+ "url": "https://github.com/sponsors/wellwelwel"
733
+ }
734
+ },
735
+ "node_modules/math-intrinsics": {
736
+ "version": "1.1.0",
737
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
738
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
739
+ "license": "MIT",
740
+ "engines": {
741
+ "node": ">= 0.4"
742
+ }
743
+ },
744
+ "node_modules/media-typer": {
745
+ "version": "1.1.0",
746
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
747
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
748
+ "license": "MIT",
749
+ "engines": {
750
+ "node": ">= 0.8"
751
+ }
752
+ },
753
+ "node_modules/merge-descriptors": {
754
+ "version": "2.0.0",
755
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
756
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
757
+ "license": "MIT",
758
+ "engines": {
759
+ "node": ">=18"
760
+ },
761
+ "funding": {
762
+ "url": "https://github.com/sponsors/sindresorhus"
763
+ }
764
+ },
765
+ "node_modules/mime-db": {
766
+ "version": "1.54.0",
767
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
768
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
769
+ "license": "MIT",
770
+ "engines": {
771
+ "node": ">= 0.6"
772
+ }
773
+ },
774
+ "node_modules/mime-types": {
775
+ "version": "3.0.2",
776
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
777
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
778
+ "license": "MIT",
779
+ "dependencies": {
780
+ "mime-db": "^1.54.0"
781
+ },
782
+ "engines": {
783
+ "node": ">=18"
784
+ },
785
+ "funding": {
786
+ "type": "opencollective",
787
+ "url": "https://opencollective.com/express"
788
+ }
789
+ },
790
+ "node_modules/ms": {
791
+ "version": "2.1.3",
792
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
793
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
794
+ "license": "MIT"
795
+ },
796
+ "node_modules/mysql2": {
797
+ "version": "3.20.0",
798
+ "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.20.0.tgz",
799
+ "integrity": "sha512-eCLUs7BNbgA6nf/MZXsaBO1SfGs0LtLVrJD3WeWq+jPLDWkSufTD+aGMwykfUVPdZnblaUK1a8G/P63cl9FkKg==",
800
+ "license": "MIT",
801
+ "dependencies": {
802
+ "aws-ssl-profiles": "^1.1.2",
803
+ "denque": "^2.1.0",
804
+ "generate-function": "^2.3.1",
805
+ "iconv-lite": "^0.7.2",
806
+ "long": "^5.3.2",
807
+ "lru.min": "^1.1.4",
808
+ "named-placeholders": "^1.1.6",
809
+ "sql-escaper": "^1.3.3"
810
+ },
811
+ "engines": {
812
+ "node": ">= 8.0"
813
+ },
814
+ "peerDependencies": {
815
+ "@types/node": ">= 8"
816
+ }
817
+ },
818
+ "node_modules/named-placeholders": {
819
+ "version": "1.1.6",
820
+ "resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.6.tgz",
821
+ "integrity": "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==",
822
+ "license": "MIT",
823
+ "dependencies": {
824
+ "lru.min": "^1.1.0"
825
+ },
826
+ "engines": {
827
+ "node": ">=8.0.0"
828
+ }
829
+ },
830
+ "node_modules/negotiator": {
831
+ "version": "1.0.0",
832
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
833
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
834
+ "license": "MIT",
835
+ "engines": {
836
+ "node": ">= 0.6"
837
+ }
838
+ },
839
+ "node_modules/object-assign": {
840
+ "version": "4.1.1",
841
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
842
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
843
+ "license": "MIT",
844
+ "engines": {
845
+ "node": ">=0.10.0"
846
+ }
847
+ },
848
+ "node_modules/object-inspect": {
849
+ "version": "1.13.4",
850
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
851
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
852
+ "license": "MIT",
853
+ "engines": {
854
+ "node": ">= 0.4"
855
+ },
856
+ "funding": {
857
+ "url": "https://github.com/sponsors/ljharb"
858
+ }
859
+ },
860
+ "node_modules/on-finished": {
861
+ "version": "2.4.1",
862
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
863
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
864
+ "license": "MIT",
865
+ "dependencies": {
866
+ "ee-first": "1.1.1"
867
+ },
868
+ "engines": {
869
+ "node": ">= 0.8"
870
+ }
871
+ },
872
+ "node_modules/once": {
873
+ "version": "1.4.0",
874
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
875
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
876
+ "license": "ISC",
877
+ "dependencies": {
878
+ "wrappy": "1"
879
+ }
880
+ },
881
+ "node_modules/parseurl": {
882
+ "version": "1.3.3",
883
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
884
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
885
+ "license": "MIT",
886
+ "engines": {
887
+ "node": ">= 0.8"
888
+ }
889
+ },
890
+ "node_modules/path-key": {
891
+ "version": "3.1.1",
892
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
893
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
894
+ "license": "MIT",
895
+ "engines": {
896
+ "node": ">=8"
897
+ }
898
+ },
899
+ "node_modules/path-to-regexp": {
900
+ "version": "8.4.2",
901
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
902
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
903
+ "license": "MIT",
904
+ "funding": {
905
+ "type": "opencollective",
906
+ "url": "https://opencollective.com/express"
907
+ }
908
+ },
909
+ "node_modules/pkce-challenge": {
910
+ "version": "5.0.1",
911
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
912
+ "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
913
+ "license": "MIT",
914
+ "engines": {
915
+ "node": ">=16.20.0"
916
+ }
917
+ },
918
+ "node_modules/proxy-addr": {
919
+ "version": "2.0.7",
920
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
921
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
922
+ "license": "MIT",
923
+ "dependencies": {
924
+ "forwarded": "0.2.0",
925
+ "ipaddr.js": "1.9.1"
926
+ },
927
+ "engines": {
928
+ "node": ">= 0.10"
929
+ }
930
+ },
931
+ "node_modules/qs": {
932
+ "version": "6.15.0",
933
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
934
+ "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
935
+ "license": "BSD-3-Clause",
936
+ "dependencies": {
937
+ "side-channel": "^1.1.0"
938
+ },
939
+ "engines": {
940
+ "node": ">=0.6"
941
+ },
942
+ "funding": {
943
+ "url": "https://github.com/sponsors/ljharb"
944
+ }
945
+ },
946
+ "node_modules/range-parser": {
947
+ "version": "1.2.1",
948
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
949
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
950
+ "license": "MIT",
951
+ "engines": {
952
+ "node": ">= 0.6"
953
+ }
954
+ },
955
+ "node_modules/raw-body": {
956
+ "version": "3.0.2",
957
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
958
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
959
+ "license": "MIT",
960
+ "dependencies": {
961
+ "bytes": "~3.1.2",
962
+ "http-errors": "~2.0.1",
963
+ "iconv-lite": "~0.7.0",
964
+ "unpipe": "~1.0.0"
965
+ },
966
+ "engines": {
967
+ "node": ">= 0.10"
968
+ }
969
+ },
970
+ "node_modules/require-from-string": {
971
+ "version": "2.0.2",
972
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
973
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
974
+ "license": "MIT",
975
+ "engines": {
976
+ "node": ">=0.10.0"
977
+ }
978
+ },
979
+ "node_modules/router": {
980
+ "version": "2.2.0",
981
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
982
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
983
+ "license": "MIT",
984
+ "dependencies": {
985
+ "debug": "^4.4.0",
986
+ "depd": "^2.0.0",
987
+ "is-promise": "^4.0.0",
988
+ "parseurl": "^1.3.3",
989
+ "path-to-regexp": "^8.0.0"
990
+ },
991
+ "engines": {
992
+ "node": ">= 18"
993
+ }
994
+ },
995
+ "node_modules/safer-buffer": {
996
+ "version": "2.1.2",
997
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
998
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
999
+ "license": "MIT"
1000
+ },
1001
+ "node_modules/send": {
1002
+ "version": "1.2.1",
1003
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
1004
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
1005
+ "license": "MIT",
1006
+ "dependencies": {
1007
+ "debug": "^4.4.3",
1008
+ "encodeurl": "^2.0.0",
1009
+ "escape-html": "^1.0.3",
1010
+ "etag": "^1.8.1",
1011
+ "fresh": "^2.0.0",
1012
+ "http-errors": "^2.0.1",
1013
+ "mime-types": "^3.0.2",
1014
+ "ms": "^2.1.3",
1015
+ "on-finished": "^2.4.1",
1016
+ "range-parser": "^1.2.1",
1017
+ "statuses": "^2.0.2"
1018
+ },
1019
+ "engines": {
1020
+ "node": ">= 18"
1021
+ },
1022
+ "funding": {
1023
+ "type": "opencollective",
1024
+ "url": "https://opencollective.com/express"
1025
+ }
1026
+ },
1027
+ "node_modules/serve-static": {
1028
+ "version": "2.2.1",
1029
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
1030
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
1031
+ "license": "MIT",
1032
+ "dependencies": {
1033
+ "encodeurl": "^2.0.0",
1034
+ "escape-html": "^1.0.3",
1035
+ "parseurl": "^1.3.3",
1036
+ "send": "^1.2.0"
1037
+ },
1038
+ "engines": {
1039
+ "node": ">= 18"
1040
+ },
1041
+ "funding": {
1042
+ "type": "opencollective",
1043
+ "url": "https://opencollective.com/express"
1044
+ }
1045
+ },
1046
+ "node_modules/setprototypeof": {
1047
+ "version": "1.2.0",
1048
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
1049
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
1050
+ "license": "ISC"
1051
+ },
1052
+ "node_modules/shebang-command": {
1053
+ "version": "2.0.0",
1054
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1055
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1056
+ "license": "MIT",
1057
+ "dependencies": {
1058
+ "shebang-regex": "^3.0.0"
1059
+ },
1060
+ "engines": {
1061
+ "node": ">=8"
1062
+ }
1063
+ },
1064
+ "node_modules/shebang-regex": {
1065
+ "version": "3.0.0",
1066
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1067
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1068
+ "license": "MIT",
1069
+ "engines": {
1070
+ "node": ">=8"
1071
+ }
1072
+ },
1073
+ "node_modules/side-channel": {
1074
+ "version": "1.1.0",
1075
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
1076
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
1077
+ "license": "MIT",
1078
+ "dependencies": {
1079
+ "es-errors": "^1.3.0",
1080
+ "object-inspect": "^1.13.3",
1081
+ "side-channel-list": "^1.0.0",
1082
+ "side-channel-map": "^1.0.1",
1083
+ "side-channel-weakmap": "^1.0.2"
1084
+ },
1085
+ "engines": {
1086
+ "node": ">= 0.4"
1087
+ },
1088
+ "funding": {
1089
+ "url": "https://github.com/sponsors/ljharb"
1090
+ }
1091
+ },
1092
+ "node_modules/side-channel-list": {
1093
+ "version": "1.0.0",
1094
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
1095
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
1096
+ "license": "MIT",
1097
+ "dependencies": {
1098
+ "es-errors": "^1.3.0",
1099
+ "object-inspect": "^1.13.3"
1100
+ },
1101
+ "engines": {
1102
+ "node": ">= 0.4"
1103
+ },
1104
+ "funding": {
1105
+ "url": "https://github.com/sponsors/ljharb"
1106
+ }
1107
+ },
1108
+ "node_modules/side-channel-map": {
1109
+ "version": "1.0.1",
1110
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
1111
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
1112
+ "license": "MIT",
1113
+ "dependencies": {
1114
+ "call-bound": "^1.0.2",
1115
+ "es-errors": "^1.3.0",
1116
+ "get-intrinsic": "^1.2.5",
1117
+ "object-inspect": "^1.13.3"
1118
+ },
1119
+ "engines": {
1120
+ "node": ">= 0.4"
1121
+ },
1122
+ "funding": {
1123
+ "url": "https://github.com/sponsors/ljharb"
1124
+ }
1125
+ },
1126
+ "node_modules/side-channel-weakmap": {
1127
+ "version": "1.0.2",
1128
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
1129
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
1130
+ "license": "MIT",
1131
+ "dependencies": {
1132
+ "call-bound": "^1.0.2",
1133
+ "es-errors": "^1.3.0",
1134
+ "get-intrinsic": "^1.2.5",
1135
+ "object-inspect": "^1.13.3",
1136
+ "side-channel-map": "^1.0.1"
1137
+ },
1138
+ "engines": {
1139
+ "node": ">= 0.4"
1140
+ },
1141
+ "funding": {
1142
+ "url": "https://github.com/sponsors/ljharb"
1143
+ }
1144
+ },
1145
+ "node_modules/sql-escaper": {
1146
+ "version": "1.3.3",
1147
+ "resolved": "https://registry.npmjs.org/sql-escaper/-/sql-escaper-1.3.3.tgz",
1148
+ "integrity": "sha512-BsTCV265VpTp8tm1wyIm1xqQCS+Q9NHx2Sr+WcnUrgLrQ6yiDIvHYJV5gHxsj1lMBy2zm5twLaZao8Jd+S8JJw==",
1149
+ "license": "MIT",
1150
+ "engines": {
1151
+ "bun": ">=1.0.0",
1152
+ "deno": ">=2.0.0",
1153
+ "node": ">=12.0.0"
1154
+ },
1155
+ "funding": {
1156
+ "type": "github",
1157
+ "url": "https://github.com/mysqljs/sql-escaper?sponsor=1"
1158
+ }
1159
+ },
1160
+ "node_modules/statuses": {
1161
+ "version": "2.0.2",
1162
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
1163
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
1164
+ "license": "MIT",
1165
+ "engines": {
1166
+ "node": ">= 0.8"
1167
+ }
1168
+ },
1169
+ "node_modules/toidentifier": {
1170
+ "version": "1.0.1",
1171
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
1172
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
1173
+ "license": "MIT",
1174
+ "engines": {
1175
+ "node": ">=0.6"
1176
+ }
1177
+ },
1178
+ "node_modules/type-is": {
1179
+ "version": "2.0.1",
1180
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
1181
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
1182
+ "license": "MIT",
1183
+ "dependencies": {
1184
+ "content-type": "^1.0.5",
1185
+ "media-typer": "^1.1.0",
1186
+ "mime-types": "^3.0.0"
1187
+ },
1188
+ "engines": {
1189
+ "node": ">= 0.6"
1190
+ }
1191
+ },
1192
+ "node_modules/undici-types": {
1193
+ "version": "7.18.2",
1194
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
1195
+ "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
1196
+ "license": "MIT",
1197
+ "peer": true
1198
+ },
1199
+ "node_modules/unpipe": {
1200
+ "version": "1.0.0",
1201
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
1202
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
1203
+ "license": "MIT",
1204
+ "engines": {
1205
+ "node": ">= 0.8"
1206
+ }
1207
+ },
1208
+ "node_modules/vary": {
1209
+ "version": "1.1.2",
1210
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
1211
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
1212
+ "license": "MIT",
1213
+ "engines": {
1214
+ "node": ">= 0.8"
1215
+ }
1216
+ },
1217
+ "node_modules/which": {
1218
+ "version": "2.0.2",
1219
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1220
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1221
+ "license": "ISC",
1222
+ "dependencies": {
1223
+ "isexe": "^2.0.0"
1224
+ },
1225
+ "bin": {
1226
+ "node-which": "bin/node-which"
1227
+ },
1228
+ "engines": {
1229
+ "node": ">= 8"
1230
+ }
1231
+ },
1232
+ "node_modules/wrappy": {
1233
+ "version": "1.0.2",
1234
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1235
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
1236
+ "license": "ISC"
1237
+ },
1238
+ "node_modules/zod": {
1239
+ "version": "4.3.6",
1240
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
1241
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
1242
+ "license": "MIT",
1243
+ "funding": {
1244
+ "url": "https://github.com/sponsors/colinhacks"
1245
+ }
1246
+ },
1247
+ "node_modules/zod-to-json-schema": {
1248
+ "version": "3.25.2",
1249
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
1250
+ "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
1251
+ "license": "ISC",
1252
+ "peerDependencies": {
1253
+ "zod": "^3.25.28 || ^4"
1254
+ }
1255
+ }
1256
+ }
1257
+ }