javascript-solid-server 0.0.136 → 0.0.138

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,1832 @@
1
+ {
2
+ "name": "servejss",
3
+ "version": "0.0.6",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "servejss",
9
+ "version": "0.0.6",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "chalk": "^5.3.0",
13
+ "commander": "^12.1.0",
14
+ "javascript-solid-server": ">=0.0.91"
15
+ },
16
+ "bin": {
17
+ "servejss": "bin/jsserve.js"
18
+ },
19
+ "engines": {
20
+ "node": ">=18"
21
+ }
22
+ },
23
+ "node_modules/@fastify/ajv-compiler": {
24
+ "version": "3.6.0",
25
+ "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.6.0.tgz",
26
+ "integrity": "sha512-LwdXQJjmMD+GwLOkP7TVC68qa+pSSogeWWmznRJ/coyTcfe9qA05AHFSe1eZFwK6q+xVRpChnvFUkf1iYaSZsQ==",
27
+ "license": "MIT",
28
+ "dependencies": {
29
+ "ajv": "^8.11.0",
30
+ "ajv-formats": "^2.1.1",
31
+ "fast-uri": "^2.0.0"
32
+ }
33
+ },
34
+ "node_modules/@fastify/error": {
35
+ "version": "3.4.1",
36
+ "resolved": "https://registry.npmjs.org/@fastify/error/-/error-3.4.1.tgz",
37
+ "integrity": "sha512-wWSvph+29GR783IhmvdwWnN4bUxTD01Vm5Xad4i7i1VuAOItLvbPAb69sb0IQ2N57yprvhNIwAP5B6xfKTmjmQ==",
38
+ "license": "MIT"
39
+ },
40
+ "node_modules/@fastify/fast-json-stringify-compiler": {
41
+ "version": "4.3.0",
42
+ "resolved": "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.3.0.tgz",
43
+ "integrity": "sha512-aZAXGYo6m22Fk1zZzEUKBvut/CIIQe/BapEORnxiD5Qr0kPHqqI69NtEMCme74h+at72sPhbkb4ZrLd1W3KRLA==",
44
+ "license": "MIT",
45
+ "dependencies": {
46
+ "fast-json-stringify": "^5.7.0"
47
+ }
48
+ },
49
+ "node_modules/@fastify/merge-json-schemas": {
50
+ "version": "0.1.1",
51
+ "resolved": "https://registry.npmjs.org/@fastify/merge-json-schemas/-/merge-json-schemas-0.1.1.tgz",
52
+ "integrity": "sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==",
53
+ "license": "MIT",
54
+ "dependencies": {
55
+ "fast-deep-equal": "^3.1.3"
56
+ }
57
+ },
58
+ "node_modules/@fastify/middie": {
59
+ "version": "8.3.3",
60
+ "resolved": "https://registry.npmjs.org/@fastify/middie/-/middie-8.3.3.tgz",
61
+ "integrity": "sha512-+WHavMQr9CNTZoy2cjoDxoWp76kZ3JKjAtZj5sXNlxX5XBzHig0TeCPfPc+1+NQmliXtndT3PFwAjrQHE/6wnQ==",
62
+ "license": "MIT",
63
+ "dependencies": {
64
+ "@fastify/error": "^3.2.0",
65
+ "fastify-plugin": "^4.0.0",
66
+ "path-to-regexp": "^6.3.0",
67
+ "reusify": "^1.0.4"
68
+ }
69
+ },
70
+ "node_modules/@fastify/rate-limit": {
71
+ "version": "9.1.0",
72
+ "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-9.1.0.tgz",
73
+ "integrity": "sha512-h5dZWCkuZXN0PxwqaFQLxeln8/LNwQwH9popywmDCFdKfgpi4b/HoMH1lluy6P+30CG9yzzpSpwTCIPNB9T1JA==",
74
+ "license": "MIT",
75
+ "dependencies": {
76
+ "@lukeed/ms": "^2.0.1",
77
+ "fastify-plugin": "^4.0.0",
78
+ "toad-cache": "^3.3.1"
79
+ }
80
+ },
81
+ "node_modules/@fastify/websocket": {
82
+ "version": "8.3.1",
83
+ "resolved": "https://registry.npmjs.org/@fastify/websocket/-/websocket-8.3.1.tgz",
84
+ "integrity": "sha512-hsQYHHJme/kvP3ZS4v/WMUznPBVeeQHHwAoMy1LiN6m/HuPfbdXq1MBJ4Nt8qX1YI+eVbog4MnOsU7MTozkwYA==",
85
+ "license": "MIT",
86
+ "dependencies": {
87
+ "fastify-plugin": "^4.0.0",
88
+ "ws": "^8.0.0"
89
+ }
90
+ },
91
+ "node_modules/@hexagon/base64": {
92
+ "version": "1.1.28",
93
+ "resolved": "https://registry.npmjs.org/@hexagon/base64/-/base64-1.1.28.tgz",
94
+ "integrity": "sha512-lhqDEAvWixy3bZ+UOYbPwUbBkwBq5C1LAJ/xPC8Oi+lL54oyakv/npbA0aU2hgCsx/1NUd4IBvV03+aUBWxerw==",
95
+ "license": "MIT"
96
+ },
97
+ "node_modules/@koa/cors": {
98
+ "version": "5.0.0",
99
+ "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-5.0.0.tgz",
100
+ "integrity": "sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==",
101
+ "license": "MIT",
102
+ "dependencies": {
103
+ "vary": "^1.1.2"
104
+ },
105
+ "engines": {
106
+ "node": ">= 14.0.0"
107
+ }
108
+ },
109
+ "node_modules/@koa/router": {
110
+ "version": "15.3.0",
111
+ "resolved": "https://registry.npmjs.org/@koa/router/-/router-15.3.0.tgz",
112
+ "integrity": "sha512-s87hWJjFYky2Z97u8jzah73sSHp4IZivD/2PZCuspHRvcKU69OPLoBIbKigVlBmS50yFTh9GHFfr1hDag4+wXw==",
113
+ "license": "MIT",
114
+ "dependencies": {
115
+ "debug": "^4.4.3",
116
+ "http-errors": "^2.0.1",
117
+ "koa-compose": "^4.1.0",
118
+ "path-to-regexp": "^8.3.0"
119
+ },
120
+ "engines": {
121
+ "node": ">= 20"
122
+ },
123
+ "peerDependencies": {
124
+ "koa": "^2.0.0 || ^3.0.0"
125
+ },
126
+ "peerDependenciesMeta": {
127
+ "koa": {
128
+ "optional": false
129
+ }
130
+ }
131
+ },
132
+ "node_modules/@koa/router/node_modules/path-to-regexp": {
133
+ "version": "8.3.0",
134
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
135
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
136
+ "license": "MIT",
137
+ "funding": {
138
+ "type": "opencollective",
139
+ "url": "https://opencollective.com/express"
140
+ }
141
+ },
142
+ "node_modules/@levischuck/tiny-cbor": {
143
+ "version": "0.2.11",
144
+ "resolved": "https://registry.npmjs.org/@levischuck/tiny-cbor/-/tiny-cbor-0.2.11.tgz",
145
+ "integrity": "sha512-llBRm4dT4Z89aRsm6u2oEZ8tfwL/2l6BwpZ7JcyieouniDECM5AqNgr/y08zalEIvW3RSK4upYyybDcmjXqAow==",
146
+ "license": "MIT"
147
+ },
148
+ "node_modules/@lukeed/ms": {
149
+ "version": "2.0.2",
150
+ "resolved": "https://registry.npmjs.org/@lukeed/ms/-/ms-2.0.2.tgz",
151
+ "integrity": "sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==",
152
+ "license": "MIT",
153
+ "engines": {
154
+ "node": ">=8"
155
+ }
156
+ },
157
+ "node_modules/@noble/ciphers": {
158
+ "version": "0.5.3",
159
+ "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-0.5.3.tgz",
160
+ "integrity": "sha512-B0+6IIHiqEs3BPMT0hcRmHvEj2QHOLu+uwt+tqDDeVd0oyVzh7BPrDcPjRnV1PV/5LaknXJJQvOuRGR0zQJz+w==",
161
+ "license": "MIT",
162
+ "funding": {
163
+ "url": "https://paulmillr.com/funding/"
164
+ }
165
+ },
166
+ "node_modules/@noble/curves": {
167
+ "version": "1.2.0",
168
+ "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.2.0.tgz",
169
+ "integrity": "sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==",
170
+ "license": "MIT",
171
+ "dependencies": {
172
+ "@noble/hashes": "1.3.2"
173
+ },
174
+ "funding": {
175
+ "url": "https://paulmillr.com/funding/"
176
+ }
177
+ },
178
+ "node_modules/@noble/curves/node_modules/@noble/hashes": {
179
+ "version": "1.3.2",
180
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.2.tgz",
181
+ "integrity": "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==",
182
+ "license": "MIT",
183
+ "engines": {
184
+ "node": ">= 16"
185
+ },
186
+ "funding": {
187
+ "url": "https://paulmillr.com/funding/"
188
+ }
189
+ },
190
+ "node_modules/@noble/hashes": {
191
+ "version": "1.3.1",
192
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz",
193
+ "integrity": "sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==",
194
+ "license": "MIT",
195
+ "engines": {
196
+ "node": ">= 16"
197
+ },
198
+ "funding": {
199
+ "url": "https://paulmillr.com/funding/"
200
+ }
201
+ },
202
+ "node_modules/@peculiar/asn1-android": {
203
+ "version": "2.6.0",
204
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-android/-/asn1-android-2.6.0.tgz",
205
+ "integrity": "sha512-cBRCKtYPF7vJGN76/yG8VbxRcHLPF3HnkoHhKOZeHpoVtbMYfY9ROKtH3DtYUY9m8uI1Mh47PRhHf2hSK3xcSQ==",
206
+ "license": "MIT",
207
+ "dependencies": {
208
+ "@peculiar/asn1-schema": "^2.6.0",
209
+ "asn1js": "^3.0.6",
210
+ "tslib": "^2.8.1"
211
+ }
212
+ },
213
+ "node_modules/@peculiar/asn1-cms": {
214
+ "version": "2.6.0",
215
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-cms/-/asn1-cms-2.6.0.tgz",
216
+ "integrity": "sha512-2uZqP+ggSncESeUF/9Su8rWqGclEfEiz1SyU02WX5fUONFfkjzS2Z/F1Li0ofSmf4JqYXIOdCAZqIXAIBAT1OA==",
217
+ "license": "MIT",
218
+ "dependencies": {
219
+ "@peculiar/asn1-schema": "^2.6.0",
220
+ "@peculiar/asn1-x509": "^2.6.0",
221
+ "@peculiar/asn1-x509-attr": "^2.6.0",
222
+ "asn1js": "^3.0.6",
223
+ "tslib": "^2.8.1"
224
+ }
225
+ },
226
+ "node_modules/@peculiar/asn1-csr": {
227
+ "version": "2.6.0",
228
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-csr/-/asn1-csr-2.6.0.tgz",
229
+ "integrity": "sha512-BeWIu5VpTIhfRysfEp73SGbwjjoLL/JWXhJ/9mo4vXnz3tRGm+NGm3KNcRzQ9VMVqwYS2RHlolz21svzRXIHPQ==",
230
+ "license": "MIT",
231
+ "dependencies": {
232
+ "@peculiar/asn1-schema": "^2.6.0",
233
+ "@peculiar/asn1-x509": "^2.6.0",
234
+ "asn1js": "^3.0.6",
235
+ "tslib": "^2.8.1"
236
+ }
237
+ },
238
+ "node_modules/@peculiar/asn1-ecc": {
239
+ "version": "2.6.0",
240
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-ecc/-/asn1-ecc-2.6.0.tgz",
241
+ "integrity": "sha512-FF3LMGq6SfAOwUG2sKpPXblibn6XnEIKa+SryvUl5Pik+WR9rmRA3OCiwz8R3lVXnYnyRkSZsSLdml8H3UiOcw==",
242
+ "license": "MIT",
243
+ "dependencies": {
244
+ "@peculiar/asn1-schema": "^2.6.0",
245
+ "@peculiar/asn1-x509": "^2.6.0",
246
+ "asn1js": "^3.0.6",
247
+ "tslib": "^2.8.1"
248
+ }
249
+ },
250
+ "node_modules/@peculiar/asn1-pfx": {
251
+ "version": "2.6.0",
252
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-pfx/-/asn1-pfx-2.6.0.tgz",
253
+ "integrity": "sha512-rtUvtf+tyKGgokHHmZzeUojRZJYPxoD/jaN1+VAB4kKR7tXrnDCA/RAWXAIhMJJC+7W27IIRGe9djvxKgsldCQ==",
254
+ "license": "MIT",
255
+ "dependencies": {
256
+ "@peculiar/asn1-cms": "^2.6.0",
257
+ "@peculiar/asn1-pkcs8": "^2.6.0",
258
+ "@peculiar/asn1-rsa": "^2.6.0",
259
+ "@peculiar/asn1-schema": "^2.6.0",
260
+ "asn1js": "^3.0.6",
261
+ "tslib": "^2.8.1"
262
+ }
263
+ },
264
+ "node_modules/@peculiar/asn1-pkcs8": {
265
+ "version": "2.6.0",
266
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-pkcs8/-/asn1-pkcs8-2.6.0.tgz",
267
+ "integrity": "sha512-KyQ4D8G/NrS7Fw3XCJrngxmjwO/3htnA0lL9gDICvEQ+GJ+EPFqldcJQTwPIdvx98Tua+WjkdKHSC0/Km7T+lA==",
268
+ "license": "MIT",
269
+ "dependencies": {
270
+ "@peculiar/asn1-schema": "^2.6.0",
271
+ "@peculiar/asn1-x509": "^2.6.0",
272
+ "asn1js": "^3.0.6",
273
+ "tslib": "^2.8.1"
274
+ }
275
+ },
276
+ "node_modules/@peculiar/asn1-pkcs9": {
277
+ "version": "2.6.0",
278
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-pkcs9/-/asn1-pkcs9-2.6.0.tgz",
279
+ "integrity": "sha512-b78OQ6OciW0aqZxdzliXGYHASeCvvw5caqidbpQRYW2mBtXIX2WhofNXTEe7NyxTb0P6J62kAAWLwn0HuMF1Fw==",
280
+ "license": "MIT",
281
+ "dependencies": {
282
+ "@peculiar/asn1-cms": "^2.6.0",
283
+ "@peculiar/asn1-pfx": "^2.6.0",
284
+ "@peculiar/asn1-pkcs8": "^2.6.0",
285
+ "@peculiar/asn1-schema": "^2.6.0",
286
+ "@peculiar/asn1-x509": "^2.6.0",
287
+ "@peculiar/asn1-x509-attr": "^2.6.0",
288
+ "asn1js": "^3.0.6",
289
+ "tslib": "^2.8.1"
290
+ }
291
+ },
292
+ "node_modules/@peculiar/asn1-rsa": {
293
+ "version": "2.6.0",
294
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-rsa/-/asn1-rsa-2.6.0.tgz",
295
+ "integrity": "sha512-Nu4C19tsrTsCp9fDrH+sdcOKoVfdfoQQ7S3VqjJU6vedR7tY3RLkQ5oguOIB3zFW33USDUuYZnPEQYySlgha4w==",
296
+ "license": "MIT",
297
+ "dependencies": {
298
+ "@peculiar/asn1-schema": "^2.6.0",
299
+ "@peculiar/asn1-x509": "^2.6.0",
300
+ "asn1js": "^3.0.6",
301
+ "tslib": "^2.8.1"
302
+ }
303
+ },
304
+ "node_modules/@peculiar/asn1-schema": {
305
+ "version": "2.6.0",
306
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.6.0.tgz",
307
+ "integrity": "sha512-xNLYLBFTBKkCzEZIw842BxytQQATQv+lDTCEMZ8C196iJcJJMBUZxrhSTxLaohMyKK8QlzRNTRkUmanucnDSqg==",
308
+ "license": "MIT",
309
+ "dependencies": {
310
+ "asn1js": "^3.0.6",
311
+ "pvtsutils": "^1.3.6",
312
+ "tslib": "^2.8.1"
313
+ }
314
+ },
315
+ "node_modules/@peculiar/asn1-x509": {
316
+ "version": "2.6.0",
317
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-x509/-/asn1-x509-2.6.0.tgz",
318
+ "integrity": "sha512-uzYbPEpoQiBoTq0/+jZtpM6Gq6zADBx+JNFP3yqRgziWBxQ/Dt/HcuvRfm9zJTPdRcBqPNdaRHTVwpyiq6iNMA==",
319
+ "license": "MIT",
320
+ "dependencies": {
321
+ "@peculiar/asn1-schema": "^2.6.0",
322
+ "asn1js": "^3.0.6",
323
+ "pvtsutils": "^1.3.6",
324
+ "tslib": "^2.8.1"
325
+ }
326
+ },
327
+ "node_modules/@peculiar/asn1-x509-attr": {
328
+ "version": "2.6.0",
329
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-x509-attr/-/asn1-x509-attr-2.6.0.tgz",
330
+ "integrity": "sha512-MuIAXFX3/dc8gmoZBkwJWxUWOSvG4MMDntXhrOZpJVMkYX+MYc/rUAU2uJOved9iJEoiUx7//3D8oG83a78UJA==",
331
+ "license": "MIT",
332
+ "dependencies": {
333
+ "@peculiar/asn1-schema": "^2.6.0",
334
+ "@peculiar/asn1-x509": "^2.6.0",
335
+ "asn1js": "^3.0.6",
336
+ "tslib": "^2.8.1"
337
+ }
338
+ },
339
+ "node_modules/@peculiar/x509": {
340
+ "version": "1.14.3",
341
+ "resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz",
342
+ "integrity": "sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==",
343
+ "license": "MIT",
344
+ "dependencies": {
345
+ "@peculiar/asn1-cms": "^2.6.0",
346
+ "@peculiar/asn1-csr": "^2.6.0",
347
+ "@peculiar/asn1-ecc": "^2.6.0",
348
+ "@peculiar/asn1-pkcs9": "^2.6.0",
349
+ "@peculiar/asn1-rsa": "^2.6.0",
350
+ "@peculiar/asn1-schema": "^2.6.0",
351
+ "@peculiar/asn1-x509": "^2.6.0",
352
+ "pvtsutils": "^1.3.6",
353
+ "reflect-metadata": "^0.2.2",
354
+ "tslib": "^2.8.1",
355
+ "tsyringe": "^4.10.0"
356
+ },
357
+ "engines": {
358
+ "node": ">=20.0.0"
359
+ }
360
+ },
361
+ "node_modules/@pinojs/redact": {
362
+ "version": "0.4.0",
363
+ "resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
364
+ "integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
365
+ "license": "MIT"
366
+ },
367
+ "node_modules/@scure/base": {
368
+ "version": "1.1.1",
369
+ "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz",
370
+ "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==",
371
+ "funding": [
372
+ {
373
+ "type": "individual",
374
+ "url": "https://paulmillr.com/funding/"
375
+ }
376
+ ],
377
+ "license": "MIT"
378
+ },
379
+ "node_modules/@scure/bip32": {
380
+ "version": "1.3.1",
381
+ "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.3.1.tgz",
382
+ "integrity": "sha512-osvveYtyzdEVbt3OfwwXFr4P2iVBL5u1Q3q4ONBfDY/UpOuXmOlbgwc1xECEboY8wIays8Yt6onaWMUdUbfl0A==",
383
+ "license": "MIT",
384
+ "dependencies": {
385
+ "@noble/curves": "~1.1.0",
386
+ "@noble/hashes": "~1.3.1",
387
+ "@scure/base": "~1.1.0"
388
+ },
389
+ "funding": {
390
+ "url": "https://paulmillr.com/funding/"
391
+ }
392
+ },
393
+ "node_modules/@scure/bip32/node_modules/@noble/curves": {
394
+ "version": "1.1.0",
395
+ "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.1.0.tgz",
396
+ "integrity": "sha512-091oBExgENk/kGj3AZmtBDMpxQPDtxQABR2B9lb1JbVTs6ytdzZNwvhxQ4MWasRNEzlbEH8jCWFCwhF/Obj5AA==",
397
+ "license": "MIT",
398
+ "dependencies": {
399
+ "@noble/hashes": "1.3.1"
400
+ },
401
+ "funding": {
402
+ "url": "https://paulmillr.com/funding/"
403
+ }
404
+ },
405
+ "node_modules/@scure/bip39": {
406
+ "version": "1.2.1",
407
+ "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.2.1.tgz",
408
+ "integrity": "sha512-Z3/Fsz1yr904dduJD0NpiyRHhRYHdcnyh73FZWiV+/qhWi83wNJ3NWolYqCEN+ZWsUz2TWwajJggcRE9r1zUYg==",
409
+ "license": "MIT",
410
+ "dependencies": {
411
+ "@noble/hashes": "~1.3.0",
412
+ "@scure/base": "~1.1.0"
413
+ },
414
+ "funding": {
415
+ "url": "https://paulmillr.com/funding/"
416
+ }
417
+ },
418
+ "node_modules/@simplewebauthn/server": {
419
+ "version": "13.2.2",
420
+ "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-13.2.2.tgz",
421
+ "integrity": "sha512-HcWLW28yTMGXpwE9VLx9J+N2KEUaELadLrkPEEI9tpI5la70xNEVEsu/C+m3u7uoq4FulLqZQhgBCzR9IZhFpA==",
422
+ "license": "MIT",
423
+ "dependencies": {
424
+ "@hexagon/base64": "^1.1.27",
425
+ "@levischuck/tiny-cbor": "^0.2.2",
426
+ "@peculiar/asn1-android": "^2.3.10",
427
+ "@peculiar/asn1-ecc": "^2.3.8",
428
+ "@peculiar/asn1-rsa": "^2.3.8",
429
+ "@peculiar/asn1-schema": "^2.3.8",
430
+ "@peculiar/asn1-x509": "^2.3.8",
431
+ "@peculiar/x509": "^1.13.0"
432
+ },
433
+ "engines": {
434
+ "node": ">=20.0.0"
435
+ }
436
+ },
437
+ "node_modules/abort-controller": {
438
+ "version": "3.0.0",
439
+ "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
440
+ "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
441
+ "license": "MIT",
442
+ "dependencies": {
443
+ "event-target-shim": "^5.0.0"
444
+ },
445
+ "engines": {
446
+ "node": ">=6.5"
447
+ }
448
+ },
449
+ "node_modules/abstract-logging": {
450
+ "version": "2.0.1",
451
+ "resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.1.tgz",
452
+ "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==",
453
+ "license": "MIT"
454
+ },
455
+ "node_modules/accepts": {
456
+ "version": "1.3.8",
457
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
458
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
459
+ "license": "MIT",
460
+ "dependencies": {
461
+ "mime-types": "~2.1.34",
462
+ "negotiator": "0.6.3"
463
+ },
464
+ "engines": {
465
+ "node": ">= 0.6"
466
+ }
467
+ },
468
+ "node_modules/accepts/node_modules/mime-db": {
469
+ "version": "1.52.0",
470
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
471
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
472
+ "license": "MIT",
473
+ "engines": {
474
+ "node": ">= 0.6"
475
+ }
476
+ },
477
+ "node_modules/accepts/node_modules/mime-types": {
478
+ "version": "2.1.35",
479
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
480
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
481
+ "license": "MIT",
482
+ "dependencies": {
483
+ "mime-db": "1.52.0"
484
+ },
485
+ "engines": {
486
+ "node": ">= 0.6"
487
+ }
488
+ },
489
+ "node_modules/ajv": {
490
+ "version": "8.17.1",
491
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
492
+ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
493
+ "license": "MIT",
494
+ "dependencies": {
495
+ "fast-deep-equal": "^3.1.3",
496
+ "fast-uri": "^3.0.1",
497
+ "json-schema-traverse": "^1.0.0",
498
+ "require-from-string": "^2.0.2"
499
+ },
500
+ "funding": {
501
+ "type": "github",
502
+ "url": "https://github.com/sponsors/epoberezkin"
503
+ }
504
+ },
505
+ "node_modules/ajv-formats": {
506
+ "version": "2.1.1",
507
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
508
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
509
+ "license": "MIT",
510
+ "dependencies": {
511
+ "ajv": "^8.0.0"
512
+ },
513
+ "peerDependencies": {
514
+ "ajv": "^8.0.0"
515
+ },
516
+ "peerDependenciesMeta": {
517
+ "ajv": {
518
+ "optional": true
519
+ }
520
+ }
521
+ },
522
+ "node_modules/ajv/node_modules/fast-uri": {
523
+ "version": "3.1.0",
524
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
525
+ "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
526
+ "funding": [
527
+ {
528
+ "type": "github",
529
+ "url": "https://github.com/sponsors/fastify"
530
+ },
531
+ {
532
+ "type": "opencollective",
533
+ "url": "https://opencollective.com/fastify"
534
+ }
535
+ ],
536
+ "license": "BSD-3-Clause"
537
+ },
538
+ "node_modules/asn1js": {
539
+ "version": "3.0.7",
540
+ "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.7.tgz",
541
+ "integrity": "sha512-uLvq6KJu04qoQM6gvBfKFjlh6Gl0vOKQuR5cJMDHQkmwfMOQeN3F3SHCv9SNYSL+CRoHvOGFfllDlVz03GQjvQ==",
542
+ "license": "BSD-3-Clause",
543
+ "dependencies": {
544
+ "pvtsutils": "^1.3.6",
545
+ "pvutils": "^1.1.3",
546
+ "tslib": "^2.8.1"
547
+ },
548
+ "engines": {
549
+ "node": ">=12.0.0"
550
+ }
551
+ },
552
+ "node_modules/atomic-sleep": {
553
+ "version": "1.0.0",
554
+ "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
555
+ "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
556
+ "license": "MIT",
557
+ "engines": {
558
+ "node": ">=8.0.0"
559
+ }
560
+ },
561
+ "node_modules/avvio": {
562
+ "version": "8.4.0",
563
+ "resolved": "https://registry.npmjs.org/avvio/-/avvio-8.4.0.tgz",
564
+ "integrity": "sha512-CDSwaxINFy59iNwhYnkvALBwZiTydGkOecZyPkqBpABYR1KqGEsET0VOOYDwtleZSUIdeY36DC2bSZ24CO1igA==",
565
+ "license": "MIT",
566
+ "dependencies": {
567
+ "@fastify/error": "^3.3.0",
568
+ "fastq": "^1.17.1"
569
+ }
570
+ },
571
+ "node_modules/base64-js": {
572
+ "version": "1.5.1",
573
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
574
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
575
+ "funding": [
576
+ {
577
+ "type": "github",
578
+ "url": "https://github.com/sponsors/feross"
579
+ },
580
+ {
581
+ "type": "patreon",
582
+ "url": "https://www.patreon.com/feross"
583
+ },
584
+ {
585
+ "type": "consulting",
586
+ "url": "https://feross.org/support"
587
+ }
588
+ ],
589
+ "license": "MIT"
590
+ },
591
+ "node_modules/bcryptjs": {
592
+ "version": "3.0.3",
593
+ "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-3.0.3.tgz",
594
+ "integrity": "sha512-GlF5wPWnSa/X5LKM1o0wz0suXIINz1iHRLvTS+sLyi7XPbe5ycmYI3DlZqVGZZtDgl4DmasFg7gOB3JYbphV5g==",
595
+ "license": "BSD-3-Clause",
596
+ "bin": {
597
+ "bcrypt": "bin/bcrypt"
598
+ }
599
+ },
600
+ "node_modules/buffer": {
601
+ "version": "6.0.3",
602
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
603
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
604
+ "funding": [
605
+ {
606
+ "type": "github",
607
+ "url": "https://github.com/sponsors/feross"
608
+ },
609
+ {
610
+ "type": "patreon",
611
+ "url": "https://www.patreon.com/feross"
612
+ },
613
+ {
614
+ "type": "consulting",
615
+ "url": "https://feross.org/support"
616
+ }
617
+ ],
618
+ "license": "MIT",
619
+ "dependencies": {
620
+ "base64-js": "^1.3.1",
621
+ "ieee754": "^1.2.1"
622
+ }
623
+ },
624
+ "node_modules/bytes": {
625
+ "version": "3.1.2",
626
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
627
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
628
+ "license": "MIT",
629
+ "engines": {
630
+ "node": ">= 0.8"
631
+ }
632
+ },
633
+ "node_modules/chalk": {
634
+ "version": "5.6.2",
635
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
636
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
637
+ "license": "MIT",
638
+ "engines": {
639
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
640
+ },
641
+ "funding": {
642
+ "url": "https://github.com/chalk/chalk?sponsor=1"
643
+ }
644
+ },
645
+ "node_modules/commander": {
646
+ "version": "12.1.0",
647
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
648
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
649
+ "license": "MIT",
650
+ "engines": {
651
+ "node": ">=18"
652
+ }
653
+ },
654
+ "node_modules/content-disposition": {
655
+ "version": "0.5.4",
656
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
657
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
658
+ "license": "MIT",
659
+ "dependencies": {
660
+ "safe-buffer": "5.2.1"
661
+ },
662
+ "engines": {
663
+ "node": ">= 0.6"
664
+ }
665
+ },
666
+ "node_modules/content-type": {
667
+ "version": "1.0.5",
668
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
669
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
670
+ "license": "MIT",
671
+ "engines": {
672
+ "node": ">= 0.6"
673
+ }
674
+ },
675
+ "node_modules/cookie": {
676
+ "version": "0.7.2",
677
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
678
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
679
+ "license": "MIT",
680
+ "engines": {
681
+ "node": ">= 0.6"
682
+ }
683
+ },
684
+ "node_modules/cookies": {
685
+ "version": "0.9.1",
686
+ "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.9.1.tgz",
687
+ "integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==",
688
+ "license": "MIT",
689
+ "dependencies": {
690
+ "depd": "~2.0.0",
691
+ "keygrip": "~1.1.0"
692
+ },
693
+ "engines": {
694
+ "node": ">= 0.8"
695
+ }
696
+ },
697
+ "node_modules/debug": {
698
+ "version": "4.4.3",
699
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
700
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
701
+ "license": "MIT",
702
+ "dependencies": {
703
+ "ms": "^2.1.3"
704
+ },
705
+ "engines": {
706
+ "node": ">=6.0"
707
+ },
708
+ "peerDependenciesMeta": {
709
+ "supports-color": {
710
+ "optional": true
711
+ }
712
+ }
713
+ },
714
+ "node_modules/deep-equal": {
715
+ "version": "1.0.1",
716
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz",
717
+ "integrity": "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==",
718
+ "license": "MIT"
719
+ },
720
+ "node_modules/delegates": {
721
+ "version": "1.0.0",
722
+ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
723
+ "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
724
+ "license": "MIT"
725
+ },
726
+ "node_modules/depd": {
727
+ "version": "2.0.0",
728
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
729
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
730
+ "license": "MIT",
731
+ "engines": {
732
+ "node": ">= 0.8"
733
+ }
734
+ },
735
+ "node_modules/destroy": {
736
+ "version": "1.2.0",
737
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
738
+ "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
739
+ "license": "MIT",
740
+ "engines": {
741
+ "node": ">= 0.8",
742
+ "npm": "1.2.8000 || >= 1.4.16"
743
+ }
744
+ },
745
+ "node_modules/ee-first": {
746
+ "version": "1.1.1",
747
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
748
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
749
+ "license": "MIT"
750
+ },
751
+ "node_modules/encodeurl": {
752
+ "version": "2.0.0",
753
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
754
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
755
+ "license": "MIT",
756
+ "engines": {
757
+ "node": ">= 0.8"
758
+ }
759
+ },
760
+ "node_modules/escape-html": {
761
+ "version": "1.0.3",
762
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
763
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
764
+ "license": "MIT"
765
+ },
766
+ "node_modules/eta": {
767
+ "version": "4.5.0",
768
+ "resolved": "https://registry.npmjs.org/eta/-/eta-4.5.0.tgz",
769
+ "integrity": "sha512-qifAYjuW5AM1eEEIsFnOwB+TGqu6ynU3OKj9WbUTOtUBHFPZqL03XUW34kbp3zm19Ald+U8dEyRXaVsUck+Y1g==",
770
+ "license": "MIT",
771
+ "engines": {
772
+ "node": ">=20"
773
+ },
774
+ "funding": {
775
+ "url": "https://github.com/bgub/eta?sponsor=1"
776
+ }
777
+ },
778
+ "node_modules/event-target-shim": {
779
+ "version": "5.0.1",
780
+ "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
781
+ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
782
+ "license": "MIT",
783
+ "engines": {
784
+ "node": ">=6"
785
+ }
786
+ },
787
+ "node_modules/events": {
788
+ "version": "3.3.0",
789
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
790
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
791
+ "license": "MIT",
792
+ "engines": {
793
+ "node": ">=0.8.x"
794
+ }
795
+ },
796
+ "node_modules/fast-content-type-parse": {
797
+ "version": "1.1.0",
798
+ "resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.1.0.tgz",
799
+ "integrity": "sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ==",
800
+ "license": "MIT"
801
+ },
802
+ "node_modules/fast-decode-uri-component": {
803
+ "version": "1.0.1",
804
+ "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
805
+ "integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==",
806
+ "license": "MIT"
807
+ },
808
+ "node_modules/fast-deep-equal": {
809
+ "version": "3.1.3",
810
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
811
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
812
+ "license": "MIT"
813
+ },
814
+ "node_modules/fast-json-stringify": {
815
+ "version": "5.16.1",
816
+ "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.16.1.tgz",
817
+ "integrity": "sha512-KAdnLvy1yu/XrRtP+LJnxbBGrhN+xXu+gt3EUvZhYGKCr3lFHq/7UFJHHFgmJKoqlh6B40bZLEv7w46B0mqn1g==",
818
+ "license": "MIT",
819
+ "dependencies": {
820
+ "@fastify/merge-json-schemas": "^0.1.0",
821
+ "ajv": "^8.10.0",
822
+ "ajv-formats": "^3.0.1",
823
+ "fast-deep-equal": "^3.1.3",
824
+ "fast-uri": "^2.1.0",
825
+ "json-schema-ref-resolver": "^1.0.1",
826
+ "rfdc": "^1.2.0"
827
+ }
828
+ },
829
+ "node_modules/fast-json-stringify/node_modules/ajv-formats": {
830
+ "version": "3.0.1",
831
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
832
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
833
+ "license": "MIT",
834
+ "dependencies": {
835
+ "ajv": "^8.0.0"
836
+ },
837
+ "peerDependencies": {
838
+ "ajv": "^8.0.0"
839
+ },
840
+ "peerDependenciesMeta": {
841
+ "ajv": {
842
+ "optional": true
843
+ }
844
+ }
845
+ },
846
+ "node_modules/fast-querystring": {
847
+ "version": "1.1.2",
848
+ "resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz",
849
+ "integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==",
850
+ "license": "MIT",
851
+ "dependencies": {
852
+ "fast-decode-uri-component": "^1.0.1"
853
+ }
854
+ },
855
+ "node_modules/fast-uri": {
856
+ "version": "2.4.0",
857
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.4.0.tgz",
858
+ "integrity": "sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==",
859
+ "license": "MIT"
860
+ },
861
+ "node_modules/fastify": {
862
+ "version": "4.29.1",
863
+ "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.29.1.tgz",
864
+ "integrity": "sha512-m2kMNHIG92tSNWv+Z3UeTR9AWLLuo7KctC7mlFPtMEVrfjIhmQhkQnT9v15qA/BfVq3vvj134Y0jl9SBje3jXQ==",
865
+ "funding": [
866
+ {
867
+ "type": "github",
868
+ "url": "https://github.com/sponsors/fastify"
869
+ },
870
+ {
871
+ "type": "opencollective",
872
+ "url": "https://opencollective.com/fastify"
873
+ }
874
+ ],
875
+ "license": "MIT",
876
+ "dependencies": {
877
+ "@fastify/ajv-compiler": "^3.5.0",
878
+ "@fastify/error": "^3.4.0",
879
+ "@fastify/fast-json-stringify-compiler": "^4.3.0",
880
+ "abstract-logging": "^2.0.1",
881
+ "avvio": "^8.3.0",
882
+ "fast-content-type-parse": "^1.1.0",
883
+ "fast-json-stringify": "^5.8.0",
884
+ "find-my-way": "^8.0.0",
885
+ "light-my-request": "^5.11.0",
886
+ "pino": "^9.0.0",
887
+ "process-warning": "^3.0.0",
888
+ "proxy-addr": "^2.0.7",
889
+ "rfdc": "^1.3.0",
890
+ "secure-json-parse": "^2.7.0",
891
+ "semver": "^7.5.4",
892
+ "toad-cache": "^3.3.0"
893
+ }
894
+ },
895
+ "node_modules/fastify-plugin": {
896
+ "version": "4.5.1",
897
+ "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz",
898
+ "integrity": "sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==",
899
+ "license": "MIT"
900
+ },
901
+ "node_modules/fastq": {
902
+ "version": "1.20.1",
903
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
904
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
905
+ "license": "ISC",
906
+ "dependencies": {
907
+ "reusify": "^1.0.4"
908
+ }
909
+ },
910
+ "node_modules/find-my-way": {
911
+ "version": "8.2.2",
912
+ "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-8.2.2.tgz",
913
+ "integrity": "sha512-Dobi7gcTEq8yszimcfp/R7+owiT4WncAJ7VTTgFH1jYJ5GaG1FbhjwDG820hptN0QDFvzVY3RfCzdInvGPGzjA==",
914
+ "license": "MIT",
915
+ "dependencies": {
916
+ "fast-deep-equal": "^3.1.3",
917
+ "fast-querystring": "^1.0.0",
918
+ "safe-regex2": "^3.1.0"
919
+ },
920
+ "engines": {
921
+ "node": ">=14"
922
+ }
923
+ },
924
+ "node_modules/forwarded": {
925
+ "version": "0.2.0",
926
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
927
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
928
+ "license": "MIT",
929
+ "engines": {
930
+ "node": ">= 0.6"
931
+ }
932
+ },
933
+ "node_modules/fresh": {
934
+ "version": "0.5.2",
935
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
936
+ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
937
+ "license": "MIT",
938
+ "engines": {
939
+ "node": ">= 0.6"
940
+ }
941
+ },
942
+ "node_modules/fs-extra": {
943
+ "version": "11.3.3",
944
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz",
945
+ "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==",
946
+ "license": "MIT",
947
+ "dependencies": {
948
+ "graceful-fs": "^4.2.0",
949
+ "jsonfile": "^6.0.1",
950
+ "universalify": "^2.0.0"
951
+ },
952
+ "engines": {
953
+ "node": ">=14.14"
954
+ }
955
+ },
956
+ "node_modules/graceful-fs": {
957
+ "version": "4.2.11",
958
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
959
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
960
+ "license": "ISC"
961
+ },
962
+ "node_modules/http-assert": {
963
+ "version": "1.5.0",
964
+ "resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.5.0.tgz",
965
+ "integrity": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==",
966
+ "license": "MIT",
967
+ "dependencies": {
968
+ "deep-equal": "~1.0.1",
969
+ "http-errors": "~1.8.0"
970
+ },
971
+ "engines": {
972
+ "node": ">= 0.8"
973
+ }
974
+ },
975
+ "node_modules/http-assert/node_modules/depd": {
976
+ "version": "1.1.2",
977
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
978
+ "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
979
+ "license": "MIT",
980
+ "engines": {
981
+ "node": ">= 0.6"
982
+ }
983
+ },
984
+ "node_modules/http-assert/node_modules/http-errors": {
985
+ "version": "1.8.1",
986
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
987
+ "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
988
+ "license": "MIT",
989
+ "dependencies": {
990
+ "depd": "~1.1.2",
991
+ "inherits": "2.0.4",
992
+ "setprototypeof": "1.2.0",
993
+ "statuses": ">= 1.5.0 < 2",
994
+ "toidentifier": "1.0.1"
995
+ },
996
+ "engines": {
997
+ "node": ">= 0.6"
998
+ }
999
+ },
1000
+ "node_modules/http-assert/node_modules/statuses": {
1001
+ "version": "1.5.0",
1002
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
1003
+ "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
1004
+ "license": "MIT",
1005
+ "engines": {
1006
+ "node": ">= 0.6"
1007
+ }
1008
+ },
1009
+ "node_modules/http-errors": {
1010
+ "version": "2.0.1",
1011
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1012
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1013
+ "license": "MIT",
1014
+ "dependencies": {
1015
+ "depd": "~2.0.0",
1016
+ "inherits": "~2.0.4",
1017
+ "setprototypeof": "~1.2.0",
1018
+ "statuses": "~2.0.2",
1019
+ "toidentifier": "~1.0.1"
1020
+ },
1021
+ "engines": {
1022
+ "node": ">= 0.8"
1023
+ },
1024
+ "funding": {
1025
+ "type": "opencollective",
1026
+ "url": "https://opencollective.com/express"
1027
+ }
1028
+ },
1029
+ "node_modules/iconv-lite": {
1030
+ "version": "0.7.2",
1031
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
1032
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
1033
+ "license": "MIT",
1034
+ "dependencies": {
1035
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
1036
+ },
1037
+ "engines": {
1038
+ "node": ">=0.10.0"
1039
+ },
1040
+ "funding": {
1041
+ "type": "opencollective",
1042
+ "url": "https://opencollective.com/express"
1043
+ }
1044
+ },
1045
+ "node_modules/ieee754": {
1046
+ "version": "1.2.1",
1047
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1048
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
1049
+ "funding": [
1050
+ {
1051
+ "type": "github",
1052
+ "url": "https://github.com/sponsors/feross"
1053
+ },
1054
+ {
1055
+ "type": "patreon",
1056
+ "url": "https://www.patreon.com/feross"
1057
+ },
1058
+ {
1059
+ "type": "consulting",
1060
+ "url": "https://feross.org/support"
1061
+ }
1062
+ ],
1063
+ "license": "BSD-3-Clause"
1064
+ },
1065
+ "node_modules/inherits": {
1066
+ "version": "2.0.4",
1067
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1068
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1069
+ "license": "ISC"
1070
+ },
1071
+ "node_modules/ipaddr.js": {
1072
+ "version": "1.9.1",
1073
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
1074
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
1075
+ "license": "MIT",
1076
+ "engines": {
1077
+ "node": ">= 0.10"
1078
+ }
1079
+ },
1080
+ "node_modules/javascript-solid-server": {
1081
+ "version": "0.0.91",
1082
+ "resolved": "https://registry.npmjs.org/javascript-solid-server/-/javascript-solid-server-0.0.91.tgz",
1083
+ "integrity": "sha512-0YgAvZwNcnvK36cPgJdeg8fBDgJv4Kz1ZCKAcFoZ8xfxf82ew14aZIKmaHNnnoOUdSiPOLhSlUlYvxJDOCCDGQ==",
1084
+ "license": "AGPL-3.0-only",
1085
+ "dependencies": {
1086
+ "@fastify/middie": "^8.3.3",
1087
+ "@fastify/rate-limit": "^9.1.0",
1088
+ "@fastify/websocket": "^8.3.1",
1089
+ "@simplewebauthn/server": "^13.2.2",
1090
+ "bcryptjs": "^3.0.3",
1091
+ "commander": "^14.0.2",
1092
+ "fastify": "^4.29.1",
1093
+ "fs-extra": "^11.2.0",
1094
+ "jose": "^6.1.3",
1095
+ "microfed": "^0.0.14",
1096
+ "n3": "^1.26.0",
1097
+ "nostr-tools": "^2.19.4",
1098
+ "oidc-provider": "^9.6.0",
1099
+ "sql.js": "^1.13.0"
1100
+ },
1101
+ "bin": {
1102
+ "jss": "bin/jss.js"
1103
+ },
1104
+ "engines": {
1105
+ "node": ">=18.0.0"
1106
+ }
1107
+ },
1108
+ "node_modules/javascript-solid-server/node_modules/commander": {
1109
+ "version": "14.0.2",
1110
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
1111
+ "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
1112
+ "license": "MIT",
1113
+ "engines": {
1114
+ "node": ">=20"
1115
+ }
1116
+ },
1117
+ "node_modules/jose": {
1118
+ "version": "6.1.3",
1119
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz",
1120
+ "integrity": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==",
1121
+ "license": "MIT",
1122
+ "funding": {
1123
+ "url": "https://github.com/sponsors/panva"
1124
+ }
1125
+ },
1126
+ "node_modules/jsesc": {
1127
+ "version": "3.1.0",
1128
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1129
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1130
+ "license": "MIT",
1131
+ "bin": {
1132
+ "jsesc": "bin/jsesc"
1133
+ },
1134
+ "engines": {
1135
+ "node": ">=6"
1136
+ }
1137
+ },
1138
+ "node_modules/json-schema-ref-resolver": {
1139
+ "version": "1.0.1",
1140
+ "resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-1.0.1.tgz",
1141
+ "integrity": "sha512-EJAj1pgHc1hxF6vo2Z3s69fMjO1INq6eGHXZ8Z6wCQeldCuwxGK9Sxf4/cScGn3FZubCVUehfWtcDM/PLteCQw==",
1142
+ "license": "MIT",
1143
+ "dependencies": {
1144
+ "fast-deep-equal": "^3.1.3"
1145
+ }
1146
+ },
1147
+ "node_modules/json-schema-traverse": {
1148
+ "version": "1.0.0",
1149
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1150
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1151
+ "license": "MIT"
1152
+ },
1153
+ "node_modules/jsonfile": {
1154
+ "version": "6.2.0",
1155
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
1156
+ "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
1157
+ "license": "MIT",
1158
+ "dependencies": {
1159
+ "universalify": "^2.0.0"
1160
+ },
1161
+ "optionalDependencies": {
1162
+ "graceful-fs": "^4.1.6"
1163
+ }
1164
+ },
1165
+ "node_modules/keygrip": {
1166
+ "version": "1.1.0",
1167
+ "resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz",
1168
+ "integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==",
1169
+ "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
1170
+ "license": "MIT",
1171
+ "dependencies": {
1172
+ "tsscmp": "1.0.6"
1173
+ },
1174
+ "engines": {
1175
+ "node": ">= 0.6"
1176
+ }
1177
+ },
1178
+ "node_modules/koa": {
1179
+ "version": "3.1.1",
1180
+ "resolved": "https://registry.npmjs.org/koa/-/koa-3.1.1.tgz",
1181
+ "integrity": "sha512-KDDuvpfqSK0ZKEO2gCPedNjl5wYpfj+HNiuVRlbhd1A88S3M0ySkdf2V/EJ4NWt5dwh5PXCdcenrKK2IQJAxsg==",
1182
+ "license": "MIT",
1183
+ "dependencies": {
1184
+ "accepts": "^1.3.8",
1185
+ "content-disposition": "~0.5.4",
1186
+ "content-type": "^1.0.5",
1187
+ "cookies": "~0.9.1",
1188
+ "delegates": "^1.0.0",
1189
+ "destroy": "^1.2.0",
1190
+ "encodeurl": "^2.0.0",
1191
+ "escape-html": "^1.0.3",
1192
+ "fresh": "~0.5.2",
1193
+ "http-assert": "^1.5.0",
1194
+ "http-errors": "^2.0.0",
1195
+ "koa-compose": "^4.1.0",
1196
+ "mime-types": "^3.0.1",
1197
+ "on-finished": "^2.4.1",
1198
+ "parseurl": "^1.3.3",
1199
+ "statuses": "^2.0.1",
1200
+ "type-is": "^2.0.1",
1201
+ "vary": "^1.1.2"
1202
+ },
1203
+ "engines": {
1204
+ "node": ">= 18"
1205
+ }
1206
+ },
1207
+ "node_modules/koa-compose": {
1208
+ "version": "4.1.0",
1209
+ "resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-4.1.0.tgz",
1210
+ "integrity": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==",
1211
+ "license": "MIT"
1212
+ },
1213
+ "node_modules/light-my-request": {
1214
+ "version": "5.14.0",
1215
+ "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.14.0.tgz",
1216
+ "integrity": "sha512-aORPWntbpH5esaYpGOOmri0OHDOe3wC5M2MQxZ9dvMLZm6DnaAn0kJlcbU9hwsQgLzmZyReKwFwwPkR+nHu5kA==",
1217
+ "license": "BSD-3-Clause",
1218
+ "dependencies": {
1219
+ "cookie": "^0.7.0",
1220
+ "process-warning": "^3.0.0",
1221
+ "set-cookie-parser": "^2.4.1"
1222
+ }
1223
+ },
1224
+ "node_modules/media-typer": {
1225
+ "version": "1.1.0",
1226
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
1227
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
1228
+ "license": "MIT",
1229
+ "engines": {
1230
+ "node": ">= 0.8"
1231
+ }
1232
+ },
1233
+ "node_modules/microfed": {
1234
+ "version": "0.0.14",
1235
+ "resolved": "https://registry.npmjs.org/microfed/-/microfed-0.0.14.tgz",
1236
+ "integrity": "sha512-zx5x2oMDMDma7AUygJRzRYYRxvWaT4tVWUnnyLLV9NGBBVg582engS+iFguTZPpqqjt56cCTgLxExtMoSTrx/g==",
1237
+ "license": "MIT"
1238
+ },
1239
+ "node_modules/mime-db": {
1240
+ "version": "1.54.0",
1241
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
1242
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
1243
+ "license": "MIT",
1244
+ "engines": {
1245
+ "node": ">= 0.6"
1246
+ }
1247
+ },
1248
+ "node_modules/mime-types": {
1249
+ "version": "3.0.2",
1250
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
1251
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
1252
+ "license": "MIT",
1253
+ "dependencies": {
1254
+ "mime-db": "^1.54.0"
1255
+ },
1256
+ "engines": {
1257
+ "node": ">=18"
1258
+ },
1259
+ "funding": {
1260
+ "type": "opencollective",
1261
+ "url": "https://opencollective.com/express"
1262
+ }
1263
+ },
1264
+ "node_modules/ms": {
1265
+ "version": "2.1.3",
1266
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1267
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1268
+ "license": "MIT"
1269
+ },
1270
+ "node_modules/n3": {
1271
+ "version": "1.26.0",
1272
+ "resolved": "https://registry.npmjs.org/n3/-/n3-1.26.0.tgz",
1273
+ "integrity": "sha512-SQknS0ua90rN+3RHuk8BeIqeYyqIH/+ecViZxX08jR4j6MugqWRjtONl3uANG/crWXnOM2WIqBJtjIhVYFha+w==",
1274
+ "license": "MIT",
1275
+ "dependencies": {
1276
+ "buffer": "^6.0.3",
1277
+ "readable-stream": "^4.0.0"
1278
+ },
1279
+ "engines": {
1280
+ "node": ">=12.0"
1281
+ }
1282
+ },
1283
+ "node_modules/nanoid": {
1284
+ "version": "5.1.6",
1285
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
1286
+ "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
1287
+ "funding": [
1288
+ {
1289
+ "type": "github",
1290
+ "url": "https://github.com/sponsors/ai"
1291
+ }
1292
+ ],
1293
+ "license": "MIT",
1294
+ "bin": {
1295
+ "nanoid": "bin/nanoid.js"
1296
+ },
1297
+ "engines": {
1298
+ "node": "^18 || >=20"
1299
+ }
1300
+ },
1301
+ "node_modules/negotiator": {
1302
+ "version": "0.6.3",
1303
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
1304
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
1305
+ "license": "MIT",
1306
+ "engines": {
1307
+ "node": ">= 0.6"
1308
+ }
1309
+ },
1310
+ "node_modules/nostr-tools": {
1311
+ "version": "2.20.0",
1312
+ "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.20.0.tgz",
1313
+ "integrity": "sha512-Kq/2lMyeOdGvpDsYH2an8HP4H0aFCqwKythhTzxfgZTVv4L3NOgrJw2SxH8jkWlH8xPhWxGfN6lFtC+EAa2qYQ==",
1314
+ "license": "Unlicense",
1315
+ "dependencies": {
1316
+ "@noble/ciphers": "^0.5.1",
1317
+ "@noble/curves": "1.2.0",
1318
+ "@noble/hashes": "1.3.1",
1319
+ "@scure/base": "1.1.1",
1320
+ "@scure/bip32": "1.3.1",
1321
+ "@scure/bip39": "1.2.1",
1322
+ "nostr-wasm": "0.1.0"
1323
+ },
1324
+ "peerDependencies": {
1325
+ "typescript": ">=5.0.0"
1326
+ },
1327
+ "peerDependenciesMeta": {
1328
+ "typescript": {
1329
+ "optional": true
1330
+ }
1331
+ }
1332
+ },
1333
+ "node_modules/nostr-wasm": {
1334
+ "version": "0.1.0",
1335
+ "resolved": "https://registry.npmjs.org/nostr-wasm/-/nostr-wasm-0.1.0.tgz",
1336
+ "integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA==",
1337
+ "license": "MIT"
1338
+ },
1339
+ "node_modules/oidc-provider": {
1340
+ "version": "9.6.0",
1341
+ "resolved": "https://registry.npmjs.org/oidc-provider/-/oidc-provider-9.6.0.tgz",
1342
+ "integrity": "sha512-CCRUYPOumEy/DT+L86H40WgXjXfDHlsJYZdyd4ZKGFxJh/kAd7DxMX3dwpbX0g+WjB+NWU+kla1b/yZmHNcR0Q==",
1343
+ "license": "MIT",
1344
+ "dependencies": {
1345
+ "@koa/cors": "^5.0.0",
1346
+ "@koa/router": "^15.0.0",
1347
+ "debug": "^4.4.3",
1348
+ "eta": "^4.4.1",
1349
+ "jose": "^6.1.3",
1350
+ "jsesc": "^3.1.0",
1351
+ "koa": "^3.1.1",
1352
+ "nanoid": "^5.1.6",
1353
+ "quick-lru": "^7.3.0",
1354
+ "raw-body": "^3.0.2"
1355
+ },
1356
+ "funding": {
1357
+ "url": "https://github.com/sponsors/panva"
1358
+ }
1359
+ },
1360
+ "node_modules/on-exit-leak-free": {
1361
+ "version": "2.1.2",
1362
+ "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
1363
+ "integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
1364
+ "license": "MIT",
1365
+ "engines": {
1366
+ "node": ">=14.0.0"
1367
+ }
1368
+ },
1369
+ "node_modules/on-finished": {
1370
+ "version": "2.4.1",
1371
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1372
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1373
+ "license": "MIT",
1374
+ "dependencies": {
1375
+ "ee-first": "1.1.1"
1376
+ },
1377
+ "engines": {
1378
+ "node": ">= 0.8"
1379
+ }
1380
+ },
1381
+ "node_modules/parseurl": {
1382
+ "version": "1.3.3",
1383
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1384
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
1385
+ "license": "MIT",
1386
+ "engines": {
1387
+ "node": ">= 0.8"
1388
+ }
1389
+ },
1390
+ "node_modules/path-to-regexp": {
1391
+ "version": "6.3.0",
1392
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
1393
+ "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
1394
+ "license": "MIT"
1395
+ },
1396
+ "node_modules/pino": {
1397
+ "version": "9.14.0",
1398
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.14.0.tgz",
1399
+ "integrity": "sha512-8OEwKp5juEvb/MjpIc4hjqfgCNysrS94RIOMXYvpYCdm/jglrKEiAYmiumbmGhCvs+IcInsphYDFwqrjr7398w==",
1400
+ "license": "MIT",
1401
+ "dependencies": {
1402
+ "@pinojs/redact": "^0.4.0",
1403
+ "atomic-sleep": "^1.0.0",
1404
+ "on-exit-leak-free": "^2.1.0",
1405
+ "pino-abstract-transport": "^2.0.0",
1406
+ "pino-std-serializers": "^7.0.0",
1407
+ "process-warning": "^5.0.0",
1408
+ "quick-format-unescaped": "^4.0.3",
1409
+ "real-require": "^0.2.0",
1410
+ "safe-stable-stringify": "^2.3.1",
1411
+ "sonic-boom": "^4.0.1",
1412
+ "thread-stream": "^3.0.0"
1413
+ },
1414
+ "bin": {
1415
+ "pino": "bin.js"
1416
+ }
1417
+ },
1418
+ "node_modules/pino-abstract-transport": {
1419
+ "version": "2.0.0",
1420
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
1421
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
1422
+ "license": "MIT",
1423
+ "dependencies": {
1424
+ "split2": "^4.0.0"
1425
+ }
1426
+ },
1427
+ "node_modules/pino-std-serializers": {
1428
+ "version": "7.1.0",
1429
+ "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz",
1430
+ "integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
1431
+ "license": "MIT"
1432
+ },
1433
+ "node_modules/pino/node_modules/process-warning": {
1434
+ "version": "5.0.0",
1435
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
1436
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
1437
+ "funding": [
1438
+ {
1439
+ "type": "github",
1440
+ "url": "https://github.com/sponsors/fastify"
1441
+ },
1442
+ {
1443
+ "type": "opencollective",
1444
+ "url": "https://opencollective.com/fastify"
1445
+ }
1446
+ ],
1447
+ "license": "MIT"
1448
+ },
1449
+ "node_modules/process": {
1450
+ "version": "0.11.10",
1451
+ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
1452
+ "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
1453
+ "license": "MIT",
1454
+ "engines": {
1455
+ "node": ">= 0.6.0"
1456
+ }
1457
+ },
1458
+ "node_modules/process-warning": {
1459
+ "version": "3.0.0",
1460
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz",
1461
+ "integrity": "sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==",
1462
+ "license": "MIT"
1463
+ },
1464
+ "node_modules/proxy-addr": {
1465
+ "version": "2.0.7",
1466
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
1467
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
1468
+ "license": "MIT",
1469
+ "dependencies": {
1470
+ "forwarded": "0.2.0",
1471
+ "ipaddr.js": "1.9.1"
1472
+ },
1473
+ "engines": {
1474
+ "node": ">= 0.10"
1475
+ }
1476
+ },
1477
+ "node_modules/pvtsutils": {
1478
+ "version": "1.3.6",
1479
+ "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.6.tgz",
1480
+ "integrity": "sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==",
1481
+ "license": "MIT",
1482
+ "dependencies": {
1483
+ "tslib": "^2.8.1"
1484
+ }
1485
+ },
1486
+ "node_modules/pvutils": {
1487
+ "version": "1.1.5",
1488
+ "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.5.tgz",
1489
+ "integrity": "sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==",
1490
+ "license": "MIT",
1491
+ "engines": {
1492
+ "node": ">=16.0.0"
1493
+ }
1494
+ },
1495
+ "node_modules/quick-format-unescaped": {
1496
+ "version": "4.0.4",
1497
+ "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
1498
+ "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
1499
+ "license": "MIT"
1500
+ },
1501
+ "node_modules/quick-lru": {
1502
+ "version": "7.3.0",
1503
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-7.3.0.tgz",
1504
+ "integrity": "sha512-k9lSsjl36EJdK7I06v7APZCbyGT2vMTsYSRX1Q2nbYmnkBqgUhRkAuzH08Ciotteu/PLJmIF2+tti7o3C/ts2g==",
1505
+ "license": "MIT",
1506
+ "engines": {
1507
+ "node": ">=18"
1508
+ },
1509
+ "funding": {
1510
+ "url": "https://github.com/sponsors/sindresorhus"
1511
+ }
1512
+ },
1513
+ "node_modules/raw-body": {
1514
+ "version": "3.0.2",
1515
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
1516
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
1517
+ "license": "MIT",
1518
+ "dependencies": {
1519
+ "bytes": "~3.1.2",
1520
+ "http-errors": "~2.0.1",
1521
+ "iconv-lite": "~0.7.0",
1522
+ "unpipe": "~1.0.0"
1523
+ },
1524
+ "engines": {
1525
+ "node": ">= 0.10"
1526
+ }
1527
+ },
1528
+ "node_modules/readable-stream": {
1529
+ "version": "4.7.0",
1530
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
1531
+ "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
1532
+ "license": "MIT",
1533
+ "dependencies": {
1534
+ "abort-controller": "^3.0.0",
1535
+ "buffer": "^6.0.3",
1536
+ "events": "^3.3.0",
1537
+ "process": "^0.11.10",
1538
+ "string_decoder": "^1.3.0"
1539
+ },
1540
+ "engines": {
1541
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1542
+ }
1543
+ },
1544
+ "node_modules/real-require": {
1545
+ "version": "0.2.0",
1546
+ "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
1547
+ "integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
1548
+ "license": "MIT",
1549
+ "engines": {
1550
+ "node": ">= 12.13.0"
1551
+ }
1552
+ },
1553
+ "node_modules/reflect-metadata": {
1554
+ "version": "0.2.2",
1555
+ "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
1556
+ "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
1557
+ "license": "Apache-2.0"
1558
+ },
1559
+ "node_modules/require-from-string": {
1560
+ "version": "2.0.2",
1561
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
1562
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
1563
+ "license": "MIT",
1564
+ "engines": {
1565
+ "node": ">=0.10.0"
1566
+ }
1567
+ },
1568
+ "node_modules/ret": {
1569
+ "version": "0.4.3",
1570
+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.4.3.tgz",
1571
+ "integrity": "sha512-0f4Memo5QP7WQyUEAYUO3esD/XjOc3Zjjg5CPsAq1p8sIu0XPeMbHJemKA0BO7tV0X7+A0FoEpbmHXWxPyD3wQ==",
1572
+ "license": "MIT",
1573
+ "engines": {
1574
+ "node": ">=10"
1575
+ }
1576
+ },
1577
+ "node_modules/reusify": {
1578
+ "version": "1.1.0",
1579
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
1580
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
1581
+ "license": "MIT",
1582
+ "engines": {
1583
+ "iojs": ">=1.0.0",
1584
+ "node": ">=0.10.0"
1585
+ }
1586
+ },
1587
+ "node_modules/rfdc": {
1588
+ "version": "1.4.1",
1589
+ "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
1590
+ "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
1591
+ "license": "MIT"
1592
+ },
1593
+ "node_modules/safe-buffer": {
1594
+ "version": "5.2.1",
1595
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1596
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1597
+ "funding": [
1598
+ {
1599
+ "type": "github",
1600
+ "url": "https://github.com/sponsors/feross"
1601
+ },
1602
+ {
1603
+ "type": "patreon",
1604
+ "url": "https://www.patreon.com/feross"
1605
+ },
1606
+ {
1607
+ "type": "consulting",
1608
+ "url": "https://feross.org/support"
1609
+ }
1610
+ ],
1611
+ "license": "MIT"
1612
+ },
1613
+ "node_modules/safe-regex2": {
1614
+ "version": "3.1.0",
1615
+ "resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-3.1.0.tgz",
1616
+ "integrity": "sha512-RAAZAGbap2kBfbVhvmnTFv73NWLMvDGOITFYTZBAaY8eR+Ir4ef7Up/e7amo+y1+AH+3PtLkrt9mvcTsG9LXug==",
1617
+ "license": "MIT",
1618
+ "dependencies": {
1619
+ "ret": "~0.4.0"
1620
+ }
1621
+ },
1622
+ "node_modules/safe-stable-stringify": {
1623
+ "version": "2.5.0",
1624
+ "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
1625
+ "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
1626
+ "license": "MIT",
1627
+ "engines": {
1628
+ "node": ">=10"
1629
+ }
1630
+ },
1631
+ "node_modules/safer-buffer": {
1632
+ "version": "2.1.2",
1633
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
1634
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
1635
+ "license": "MIT"
1636
+ },
1637
+ "node_modules/secure-json-parse": {
1638
+ "version": "2.7.0",
1639
+ "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
1640
+ "integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==",
1641
+ "license": "BSD-3-Clause"
1642
+ },
1643
+ "node_modules/semver": {
1644
+ "version": "7.7.3",
1645
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
1646
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
1647
+ "license": "ISC",
1648
+ "bin": {
1649
+ "semver": "bin/semver.js"
1650
+ },
1651
+ "engines": {
1652
+ "node": ">=10"
1653
+ }
1654
+ },
1655
+ "node_modules/set-cookie-parser": {
1656
+ "version": "2.7.2",
1657
+ "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
1658
+ "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
1659
+ "license": "MIT"
1660
+ },
1661
+ "node_modules/setprototypeof": {
1662
+ "version": "1.2.0",
1663
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
1664
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
1665
+ "license": "ISC"
1666
+ },
1667
+ "node_modules/sonic-boom": {
1668
+ "version": "4.2.0",
1669
+ "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.0.tgz",
1670
+ "integrity": "sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==",
1671
+ "license": "MIT",
1672
+ "dependencies": {
1673
+ "atomic-sleep": "^1.0.0"
1674
+ }
1675
+ },
1676
+ "node_modules/split2": {
1677
+ "version": "4.2.0",
1678
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
1679
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
1680
+ "license": "ISC",
1681
+ "engines": {
1682
+ "node": ">= 10.x"
1683
+ }
1684
+ },
1685
+ "node_modules/sql.js": {
1686
+ "version": "1.13.0",
1687
+ "resolved": "https://registry.npmjs.org/sql.js/-/sql.js-1.13.0.tgz",
1688
+ "integrity": "sha512-RJbVP1HRDlUUXahJ7VMTcu9Rm1Nzw+EBpoPr94vnbD4LwR715F3CcxE2G2k45PewcaZ57pjetYa+LoSJLAASgA==",
1689
+ "license": "MIT"
1690
+ },
1691
+ "node_modules/statuses": {
1692
+ "version": "2.0.2",
1693
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
1694
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
1695
+ "license": "MIT",
1696
+ "engines": {
1697
+ "node": ">= 0.8"
1698
+ }
1699
+ },
1700
+ "node_modules/string_decoder": {
1701
+ "version": "1.3.0",
1702
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
1703
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
1704
+ "license": "MIT",
1705
+ "dependencies": {
1706
+ "safe-buffer": "~5.2.0"
1707
+ }
1708
+ },
1709
+ "node_modules/thread-stream": {
1710
+ "version": "3.1.0",
1711
+ "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
1712
+ "integrity": "sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==",
1713
+ "license": "MIT",
1714
+ "dependencies": {
1715
+ "real-require": "^0.2.0"
1716
+ }
1717
+ },
1718
+ "node_modules/toad-cache": {
1719
+ "version": "3.7.0",
1720
+ "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz",
1721
+ "integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==",
1722
+ "license": "MIT",
1723
+ "engines": {
1724
+ "node": ">=12"
1725
+ }
1726
+ },
1727
+ "node_modules/toidentifier": {
1728
+ "version": "1.0.1",
1729
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
1730
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
1731
+ "license": "MIT",
1732
+ "engines": {
1733
+ "node": ">=0.6"
1734
+ }
1735
+ },
1736
+ "node_modules/tslib": {
1737
+ "version": "2.8.1",
1738
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1739
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1740
+ "license": "0BSD"
1741
+ },
1742
+ "node_modules/tsscmp": {
1743
+ "version": "1.0.6",
1744
+ "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz",
1745
+ "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
1746
+ "license": "MIT",
1747
+ "engines": {
1748
+ "node": ">=0.6.x"
1749
+ }
1750
+ },
1751
+ "node_modules/tsyringe": {
1752
+ "version": "4.10.0",
1753
+ "resolved": "https://registry.npmjs.org/tsyringe/-/tsyringe-4.10.0.tgz",
1754
+ "integrity": "sha512-axr3IdNuVIxnaK5XGEUFTu3YmAQ6lllgrvqfEoR16g/HGnYY/6We4oWENtAnzK6/LpJ2ur9PAb80RBt7/U4ugw==",
1755
+ "license": "MIT",
1756
+ "dependencies": {
1757
+ "tslib": "^1.9.3"
1758
+ },
1759
+ "engines": {
1760
+ "node": ">= 6.0.0"
1761
+ }
1762
+ },
1763
+ "node_modules/tsyringe/node_modules/tslib": {
1764
+ "version": "1.14.1",
1765
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
1766
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
1767
+ "license": "0BSD"
1768
+ },
1769
+ "node_modules/type-is": {
1770
+ "version": "2.0.1",
1771
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
1772
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
1773
+ "license": "MIT",
1774
+ "dependencies": {
1775
+ "content-type": "^1.0.5",
1776
+ "media-typer": "^1.1.0",
1777
+ "mime-types": "^3.0.0"
1778
+ },
1779
+ "engines": {
1780
+ "node": ">= 0.6"
1781
+ }
1782
+ },
1783
+ "node_modules/universalify": {
1784
+ "version": "2.0.1",
1785
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
1786
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
1787
+ "license": "MIT",
1788
+ "engines": {
1789
+ "node": ">= 10.0.0"
1790
+ }
1791
+ },
1792
+ "node_modules/unpipe": {
1793
+ "version": "1.0.0",
1794
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
1795
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
1796
+ "license": "MIT",
1797
+ "engines": {
1798
+ "node": ">= 0.8"
1799
+ }
1800
+ },
1801
+ "node_modules/vary": {
1802
+ "version": "1.1.2",
1803
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
1804
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
1805
+ "license": "MIT",
1806
+ "engines": {
1807
+ "node": ">= 0.8"
1808
+ }
1809
+ },
1810
+ "node_modules/ws": {
1811
+ "version": "8.19.0",
1812
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
1813
+ "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
1814
+ "license": "MIT",
1815
+ "engines": {
1816
+ "node": ">=10.0.0"
1817
+ },
1818
+ "peerDependencies": {
1819
+ "bufferutil": "^4.0.1",
1820
+ "utf-8-validate": ">=5.0.2"
1821
+ },
1822
+ "peerDependenciesMeta": {
1823
+ "bufferutil": {
1824
+ "optional": true
1825
+ },
1826
+ "utf-8-validate": {
1827
+ "optional": true
1828
+ }
1829
+ }
1830
+ }
1831
+ }
1832
+ }