WIP! A BB-style forum, on the ATmosphere!
We're still working... we'll be back soon when we have something to show off!
node
typescript
hono
htmx
atproto
1lockfileVersion: '9.0'
2
3settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7importers:
8
9 .:
10 devDependencies:
11 lefthook:
12 specifier: ^1.9.0
13 version: 1.13.6
14 oxlint:
15 specifier: ^0.17.0
16 version: 0.17.0
17 turbo:
18 specifier: ^2.4.0
19 version: 2.8.3
20 typescript:
21 specifier: ^5.7.0
22 version: 5.9.3
23 vitest:
24 specifier: ^4.0.18
25 version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@22.19.9)(jsdom@28.1.0)(tsx@4.21.0)(yaml@2.8.2)
26
27 apps/appview:
28 dependencies:
29 '@atbb/atproto':
30 specifier: workspace:*
31 version: link:../../packages/atproto
32 '@atbb/db':
33 specifier: workspace:*
34 version: link:../../packages/db
35 '@atbb/lexicon':
36 specifier: workspace:*
37 version: link:../../packages/lexicon
38 '@atbb/logger':
39 specifier: workspace:*
40 version: link:../../packages/logger
41 '@atproto/api':
42 specifier: ^0.15.0
43 version: 0.15.27
44 '@atproto/common':
45 specifier: ^0.5.11
46 version: 0.5.11
47 '@atproto/common-web':
48 specifier: ^0.4.0
49 version: 0.4.16
50 '@atproto/oauth-client-node':
51 specifier: ^0.3.16
52 version: 0.3.16
53 '@hono/node-server':
54 specifier: ^1.14.0
55 version: 1.19.9(hono@4.11.8)
56 '@skyware/jetstream':
57 specifier: ^0.2.5
58 version: 0.2.5
59 drizzle-kit:
60 specifier: ^0.31.8
61 version: 0.31.8
62 drizzle-orm:
63 specifier: ^0.45.1
64 version: 0.45.1(@libsql/client@0.14.0)(@opentelemetry/api@1.9.0)(postgres@3.4.8)
65 hono:
66 specifier: ^4.7.0
67 version: 4.11.8
68 postgres:
69 specifier: ^3.4.8
70 version: 3.4.8
71 devDependencies:
72 '@types/node':
73 specifier: ^22.0.0
74 version: 22.19.9
75 dotenv:
76 specifier: ^17.3.1
77 version: 17.3.1
78 tsx:
79 specifier: ^4.0.0
80 version: 4.21.0
81 typescript:
82 specifier: ^5.7.0
83 version: 5.9.3
84 vite:
85 specifier: ^7.3.1
86 version: 7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2)
87 vitest:
88 specifier: ^3.1.0
89 version: 3.2.4(@types/node@22.19.9)(jsdom@28.1.0)(tsx@4.21.0)(yaml@2.8.2)
90
91 apps/web:
92 dependencies:
93 '@atbb/logger':
94 specifier: workspace:*
95 version: link:../../packages/logger
96 '@hono/node-server':
97 specifier: ^1.14.0
98 version: 1.19.9(hono@4.11.8)
99 hono:
100 specifier: ^4.7.0
101 version: 4.11.8
102 devDependencies:
103 '@types/node':
104 specifier: ^22.0.0
105 version: 22.19.9
106 axe-core:
107 specifier: ^4.11.1
108 version: 4.11.1
109 jsdom:
110 specifier: ^28.1.0
111 version: 28.1.0
112 tsx:
113 specifier: ^4.0.0
114 version: 4.21.0
115 typed-htmx:
116 specifier: ^0.3.0
117 version: 0.3.1
118 typescript:
119 specifier: ^5.7.0
120 version: 5.9.3
121 vitest:
122 specifier: ^4.0.18
123 version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@22.19.9)(jsdom@28.1.0)(tsx@4.21.0)(yaml@2.8.2)
124
125 packages/atproto:
126 dependencies:
127 '@atbb/logger':
128 specifier: workspace:*
129 version: link:../logger
130 '@atproto/api':
131 specifier: ^0.15.0
132 version: 0.15.27
133 devDependencies:
134 '@types/node':
135 specifier: ^22.0.0
136 version: 22.19.9
137 typescript:
138 specifier: ^5.7.0
139 version: 5.9.3
140
141 packages/cli:
142 dependencies:
143 '@atbb/atproto':
144 specifier: workspace:*
145 version: link:../atproto
146 '@atbb/db':
147 specifier: workspace:*
148 version: link:../db
149 '@atbb/logger':
150 specifier: workspace:*
151 version: link:../logger
152 '@atproto/api':
153 specifier: ^0.15.0
154 version: 0.15.27
155 '@inquirer/prompts':
156 specifier: ^7.0.0
157 version: 7.10.1(@types/node@22.19.9)
158 citty:
159 specifier: ^0.1.6
160 version: 0.1.6
161 consola:
162 specifier: ^3.4.0
163 version: 3.4.2
164 drizzle-orm:
165 specifier: ^0.45.1
166 version: 0.45.1(@libsql/client@0.14.0)(@opentelemetry/api@1.9.0)(postgres@3.4.8)
167 postgres:
168 specifier: ^3.4.8
169 version: 3.4.8
170 devDependencies:
171 '@types/node':
172 specifier: ^22.0.0
173 version: 22.19.9
174 tsx:
175 specifier: ^4.0.0
176 version: 4.21.0
177 typescript:
178 specifier: ^5.7.0
179 version: 5.9.3
180 vitest:
181 specifier: ^3.0.0
182 version: 3.2.4(@types/node@22.19.9)(jsdom@28.1.0)(tsx@4.21.0)(yaml@2.8.2)
183
184 packages/db:
185 dependencies:
186 '@libsql/client':
187 specifier: ^0.14.0
188 version: 0.14.0
189 drizzle-orm:
190 specifier: ^0.45.1
191 version: 0.45.1(@libsql/client@0.14.0)(@opentelemetry/api@1.9.0)(postgres@3.4.8)
192 postgres:
193 specifier: ^3.4.8
194 version: 3.4.8
195 devDependencies:
196 '@types/node':
197 specifier: ^22.0.0
198 version: 22.19.9
199 typescript:
200 specifier: ^5.7.0
201 version: 5.9.3
202
203 packages/lexicon:
204 dependencies:
205 '@atproto/api':
206 specifier: ^0.15.0
207 version: 0.15.27
208 '@atproto/lexicon':
209 specifier: ^0.6.1
210 version: 0.6.1
211 '@atproto/xrpc':
212 specifier: ^0.7.7
213 version: 0.7.7
214 multiformats:
215 specifier: ^13.4.2
216 version: 13.4.2
217 devDependencies:
218 '@atproto/lex-cli':
219 specifier: ^0.9.8
220 version: 0.9.8
221 '@types/node':
222 specifier: ^22.0.0
223 version: 22.19.9
224 glob:
225 specifier: ^11.0.0
226 version: 11.1.0
227 tsx:
228 specifier: ^4.0.0
229 version: 4.21.0
230 typescript:
231 specifier: ^5.7.0
232 version: 5.9.3
233 vitest:
234 specifier: ^3.1.0
235 version: 3.2.4(@types/node@22.19.9)(jsdom@28.1.0)(tsx@4.21.0)(yaml@2.8.2)
236 yaml:
237 specifier: ^2.7.0
238 version: 2.8.2
239
240 packages/logger:
241 dependencies:
242 '@opentelemetry/api':
243 specifier: ^1.9.0
244 version: 1.9.0
245 '@opentelemetry/api-logs':
246 specifier: ^0.200.0
247 version: 0.200.0
248 '@opentelemetry/core':
249 specifier: ^2.0.0
250 version: 2.5.1(@opentelemetry/api@1.9.0)
251 '@opentelemetry/resources':
252 specifier: ^2.0.0
253 version: 2.5.1(@opentelemetry/api@1.9.0)
254 '@opentelemetry/sdk-logs':
255 specifier: ^0.200.0
256 version: 0.200.0(@opentelemetry/api@1.9.0)
257 '@opentelemetry/semantic-conventions':
258 specifier: ^1.34.0
259 version: 1.39.0
260 hono:
261 specifier: ^4.7.0
262 version: 4.11.8
263 devDependencies:
264 '@types/node':
265 specifier: ^22.0.0
266 version: 22.19.9
267 typescript:
268 specifier: ^5.7.0
269 version: 5.9.3
270 vitest:
271 specifier: ^3.1.0
272 version: 3.2.4(@types/node@22.19.9)(jsdom@28.1.0)(tsx@4.21.0)(yaml@2.8.2)
273
274packages:
275
276 '@acemir/cssom@0.9.31':
277 resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==}
278
279 '@asamuzakjp/css-color@5.0.1':
280 resolution: {integrity: sha512-2SZFvqMyvboVV1d15lMf7XiI3m7SDqXUuKaTymJYLN6dSGadqp+fVojqJlVoMlbZnlTmu3S0TLwLTJpvBMO1Aw==}
281 engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
282
283 '@asamuzakjp/dom-selector@6.8.1':
284 resolution: {integrity: sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==}
285
286 '@asamuzakjp/nwsapi@2.3.9':
287 resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==}
288
289 '@atcute/atproto@3.1.10':
290 resolution: {integrity: sha512-+GKZpOc0PJcdWMQEkTfg/rSNDAAHxmAUGBl60g2az15etqJn5WaUPNGFE2sB7hKpwi5Ue2h/L0OacINcE/JDDQ==}
291
292 '@atcute/bluesky@3.2.17':
293 resolution: {integrity: sha512-Li+RsPkcRNC6AnNlqOGnlmAcjSwBdXIKFubJL1nwACDngKNXG4ooGL5cvzeekdDEfHmtFhS/tyZNaUx9QXYEUw==}
294
295 '@atcute/lexicons@1.2.7':
296 resolution: {integrity: sha512-gCvkSMI1F1zx7xXa59iPiSKMH3L5Hga6iurGqQjaQbE2V/np/2QuDqQzt96TNbWfaFAXE9f9oY+0z3ljf/bweA==}
297
298 '@atcute/uint8array@1.1.0':
299 resolution: {integrity: sha512-JtHXIVW6LPU9FMWp7SgE4HbUs3uV2WdfkK/2RWdEGjr4EgMV50P3FdU6fPeGlTfDNBJVYMIsuD2wwaKRPV/Aqg==}
300
301 '@atcute/util-text@1.1.0':
302 resolution: {integrity: sha512-34G9KD5Z9f7oEdFpZOmqrMnU86p8ne6LlxJowfZzKNszRcl1GH+FtEPh3N1woelJT2SkPXMK2anwT8DESTluwA==}
303
304 '@atproto-labs/did-resolver@0.2.6':
305 resolution: {integrity: sha512-2K1bC04nI2fmgNcvof+yA28IhGlpWn2JKYlPa7To9JTKI45FINCGkQSGiL2nyXlyzDJJ34fZ1aq6/IRFIOIiqg==}
306
307 '@atproto-labs/fetch-node@0.2.0':
308 resolution: {integrity: sha512-Krq09nH/aeoiU2s9xdHA0FjTEFWG9B5FFenipv1iRixCcPc7V3DhTNDawxG9gI8Ny0k4dBVS9WTRN/IDzBx86Q==}
309 engines: {node: '>=18.7.0'}
310
311 '@atproto-labs/fetch@0.2.3':
312 resolution: {integrity: sha512-NZtbJOCbxKUFRFKMpamT38PUQMY0hX0p7TG5AEYOPhZKZEP7dHZ1K2s1aB8MdVH0qxmqX7nQleNrrvLf09Zfdw==}
313
314 '@atproto-labs/handle-resolver-node@0.1.25':
315 resolution: {integrity: sha512-NY9WYM2VLd3IuMGRkkmvGBg8xqVEaK/fitv1vD8SMXqFTekdpjOLCCyv7EFtqVHouzmDcL83VOvWRfHVa8V9Yw==}
316 engines: {node: '>=18.7.0'}
317
318 '@atproto-labs/handle-resolver@0.3.6':
319 resolution: {integrity: sha512-qnSTXvOBNj1EHhp2qTWSX8MS5q3AwYU5LKlt5fBvSbCjgmTr2j0URHCv+ydrwO55KvsojIkTMgeMOh4YuY4fCA==}
320
321 '@atproto-labs/identity-resolver@0.3.6':
322 resolution: {integrity: sha512-qoWqBDRobln0NR8L8dQjSp79E0chGkBhibEgxQa2f9WD+JbJdjQ0YvwwO5yeQn05pJoJmAwmI2wyJ45zjU7aWg==}
323
324 '@atproto-labs/pipe@0.1.1':
325 resolution: {integrity: sha512-hdNw2oUs2B6BN1lp+32pF7cp8EMKuIN5Qok2Vvv/aOpG/3tNSJ9YkvfI0k6Zd188LeDDYRUpYpxcoFIcGH/FNg==}
326
327 '@atproto-labs/simple-store-memory@0.1.4':
328 resolution: {integrity: sha512-3mKY4dP8I7yKPFj9VKpYyCRzGJOi5CEpOLPlRhoJyLmgs3J4RzDrjn323Oakjz2Aj2JzRU/AIvWRAZVhpYNJHw==}
329
330 '@atproto-labs/simple-store@0.3.0':
331 resolution: {integrity: sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==}
332
333 '@atproto/api@0.15.27':
334 resolution: {integrity: sha512-ok/WGafh1nz4t8pEQGtAF/32x2E2VDWU4af6BajkO5Gky2jp2q6cv6aB2A5yuvNNcc3XkYMYipsqVHVwLPMF9g==}
335
336 '@atproto/common-web@0.4.16':
337 resolution: {integrity: sha512-Ufvaff5JgxUyUyTAG0/3o7ltpy3lnZ1DvLjyAnvAf+hHfiK7OMQg+8byr+orN+KP9MtIQaRTsCgYPX+PxMKUoA==}
338
339 '@atproto/common@0.5.11':
340 resolution: {integrity: sha512-WRlT4s+wv80WdQuzkQub9D5vTD82O8dH2p91u4b+x3O17q5IQbmA3Lj+1NICINNSy2voqloqAWdqXEkRfdlAPw==}
341 engines: {node: '>=18.7.0'}
342
343 '@atproto/did@0.3.0':
344 resolution: {integrity: sha512-raUPzUGegtW/6OxwCmM8bhZvuIMzxG5t9oWsth6Tp91Kb5fTnHV2h/KKNF1C82doeA4BdXCErTyg7ISwLbQkzA==}
345
346 '@atproto/jwk-jose@0.1.11':
347 resolution: {integrity: sha512-i4Fnr2sTBYmMmHXl7NJh8GrCH+tDQEVWrcDMDnV5DjJfkgT17wIqvojIw9SNbSL4Uf0OtfEv6AgG0A+mgh8b5Q==}
348
349 '@atproto/jwk-webcrypto@0.2.0':
350 resolution: {integrity: sha512-UmgRrrEAkWvxwhlwe30UmDOdTEFidlIzBC7C3cCbeJMcBN1x8B3KH+crXrsTqfWQBG58mXgt8wgSK3Kxs2LhFg==}
351
352 '@atproto/jwk@0.6.0':
353 resolution: {integrity: sha512-bDoJPvt7TrQVi/rBfBrSSpGykhtIriKxeYCYQTiPRKFfyRhbgpElF0wPXADjIswnbzZdOwbY63az4E/CFVT3Tw==}
354
355 '@atproto/lex-cbor@0.0.11':
356 resolution: {integrity: sha512-A7ETtPsEsJ/VuPJOFw4bPNTKxHvFN1JbTQ2NjLuisd3ry7fVxgMpo/qGXsUQsAh/I/uziGbhpNqdS6GnI2p/Wg==}
357
358 '@atproto/lex-cli@0.9.8':
359 resolution: {integrity: sha512-0ebVyp12i3S8oE77+BxahbTmyrXcqeC9GTx2HGa/PA9KjnThapkGkgVQjIWw74DNQprzbg9EkiQsaKU2xFYhmA==}
360 engines: {node: '>=18.7.0'}
361 hasBin: true
362
363 '@atproto/lex-data@0.0.11':
364 resolution: {integrity: sha512-4+KTtHdqwlhiTKA7D4SACea4jprsNpCQsNALW09wsZ6IHhCDGO5tr1cmV+QnLYe3G3mu1E1yXHXbPUHrUUDT/A==}
365
366 '@atproto/lex-json@0.0.11':
367 resolution: {integrity: sha512-2IExAoQ4KsR5fyPa1JjIvtR316PvdgRH/l3BVGLBd3cSxM3m5MftIv1B6qZ9HjNiK60SgkWp0mi9574bTNDhBQ==}
368
369 '@atproto/lexicon@0.4.14':
370 resolution: {integrity: sha512-jiKpmH1QER3Gvc7JVY5brwrfo+etFoe57tKPQX/SmPwjvUsFnJAow5xLIryuBaJgFAhnTZViXKs41t//pahGHQ==}
371
372 '@atproto/lexicon@0.6.1':
373 resolution: {integrity: sha512-/vI1kVlY50Si+5MXpvOucelnYwb0UJ6Qto5mCp+7Q5C+Jtp+SoSykAPVvjVtTnQUH2vrKOFOwpb3C375vSKzXw==}
374
375 '@atproto/oauth-client-node@0.3.16':
376 resolution: {integrity: sha512-2dooMzxAkiQ4MkOAZlEQ3iwbB9SEovrbIKMNuBbVCLQYORVNxe20tMdjs3lvhrzdpzvaHLlQnJJhw5dA9VELFw==}
377 engines: {node: '>=18.7.0'}
378
379 '@atproto/oauth-client@0.5.14':
380 resolution: {integrity: sha512-sPH+vcdq9maTEAhJI0HzmFcFAMrkCS19np+RUssNkX6kS8Xr3OYr57tvYRCbkcnIyYTfYcxKQgpwHKx3RVEaYw==}
381
382 '@atproto/oauth-types@0.6.2':
383 resolution: {integrity: sha512-2cuboM4RQBCYR8NQC5uGRkW6KgCgKyq/B5/+tnMmWZYtZGVUQvsUWQHK/ZiMCnVXbcDNtc/RIEJQJDZ8FXMoxg==}
384
385 '@atproto/syntax@0.4.3':
386 resolution: {integrity: sha512-YoZUz40YAJr5nPwvCDWgodEOlt5IftZqPJvA0JDWjuZKD8yXddTwSzXSaKQAzGOpuM+/A3uXRtPzJJqlScc+iA==}
387
388 '@atproto/xrpc@0.7.7':
389 resolution: {integrity: sha512-K1ZyO/BU8JNtXX5dmPp7b5UrkLMMqpsIa/Lrj5D3Su+j1Xwq1m6QJ2XJ1AgjEjkI1v4Muzm7klianLE6XGxtmA==}
390
391 '@bramus/specificity@2.4.2':
392 resolution: {integrity: sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==}
393 hasBin: true
394
395 '@csstools/color-helpers@6.0.2':
396 resolution: {integrity: sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==}
397 engines: {node: '>=20.19.0'}
398
399 '@csstools/css-calc@3.1.1':
400 resolution: {integrity: sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==}
401 engines: {node: '>=20.19.0'}
402 peerDependencies:
403 '@csstools/css-parser-algorithms': ^4.0.0
404 '@csstools/css-tokenizer': ^4.0.0
405
406 '@csstools/css-color-parser@4.0.2':
407 resolution: {integrity: sha512-0GEfbBLmTFf0dJlpsNU7zwxRIH0/BGEMuXLTCvFYxuL1tNhqzTbtnFICyJLTNK4a+RechKP75e7w42ClXSnJQw==}
408 engines: {node: '>=20.19.0'}
409 peerDependencies:
410 '@csstools/css-parser-algorithms': ^4.0.0
411 '@csstools/css-tokenizer': ^4.0.0
412
413 '@csstools/css-parser-algorithms@4.0.0':
414 resolution: {integrity: sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==}
415 engines: {node: '>=20.19.0'}
416 peerDependencies:
417 '@csstools/css-tokenizer': ^4.0.0
418
419 '@csstools/css-syntax-patches-for-csstree@1.0.28':
420 resolution: {integrity: sha512-1NRf1CUBjnr3K7hu8BLxjQrKCxEe8FP/xmPTenAxCRZWVLbmGotkFvG9mfNpjA6k7Bw1bw4BilZq9cu19RA5pg==}
421
422 '@csstools/css-tokenizer@4.0.0':
423 resolution: {integrity: sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==}
424 engines: {node: '>=20.19.0'}
425
426 '@drizzle-team/brocli@0.10.2':
427 resolution: {integrity: sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==}
428
429 '@esbuild-kit/core-utils@3.3.2':
430 resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
431 deprecated: 'Merged into tsx: https://tsx.is'
432
433 '@esbuild-kit/esm-loader@2.6.5':
434 resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
435 deprecated: 'Merged into tsx: https://tsx.is'
436
437 '@esbuild/aix-ppc64@0.25.12':
438 resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
439 engines: {node: '>=18'}
440 cpu: [ppc64]
441 os: [aix]
442
443 '@esbuild/aix-ppc64@0.27.3':
444 resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
445 engines: {node: '>=18'}
446 cpu: [ppc64]
447 os: [aix]
448
449 '@esbuild/android-arm64@0.18.20':
450 resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
451 engines: {node: '>=12'}
452 cpu: [arm64]
453 os: [android]
454
455 '@esbuild/android-arm64@0.25.12':
456 resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
457 engines: {node: '>=18'}
458 cpu: [arm64]
459 os: [android]
460
461 '@esbuild/android-arm64@0.27.3':
462 resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==}
463 engines: {node: '>=18'}
464 cpu: [arm64]
465 os: [android]
466
467 '@esbuild/android-arm@0.18.20':
468 resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
469 engines: {node: '>=12'}
470 cpu: [arm]
471 os: [android]
472
473 '@esbuild/android-arm@0.25.12':
474 resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
475 engines: {node: '>=18'}
476 cpu: [arm]
477 os: [android]
478
479 '@esbuild/android-arm@0.27.3':
480 resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==}
481 engines: {node: '>=18'}
482 cpu: [arm]
483 os: [android]
484
485 '@esbuild/android-x64@0.18.20':
486 resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
487 engines: {node: '>=12'}
488 cpu: [x64]
489 os: [android]
490
491 '@esbuild/android-x64@0.25.12':
492 resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
493 engines: {node: '>=18'}
494 cpu: [x64]
495 os: [android]
496
497 '@esbuild/android-x64@0.27.3':
498 resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==}
499 engines: {node: '>=18'}
500 cpu: [x64]
501 os: [android]
502
503 '@esbuild/darwin-arm64@0.18.20':
504 resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
505 engines: {node: '>=12'}
506 cpu: [arm64]
507 os: [darwin]
508
509 '@esbuild/darwin-arm64@0.25.12':
510 resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
511 engines: {node: '>=18'}
512 cpu: [arm64]
513 os: [darwin]
514
515 '@esbuild/darwin-arm64@0.27.3':
516 resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==}
517 engines: {node: '>=18'}
518 cpu: [arm64]
519 os: [darwin]
520
521 '@esbuild/darwin-x64@0.18.20':
522 resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
523 engines: {node: '>=12'}
524 cpu: [x64]
525 os: [darwin]
526
527 '@esbuild/darwin-x64@0.25.12':
528 resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
529 engines: {node: '>=18'}
530 cpu: [x64]
531 os: [darwin]
532
533 '@esbuild/darwin-x64@0.27.3':
534 resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==}
535 engines: {node: '>=18'}
536 cpu: [x64]
537 os: [darwin]
538
539 '@esbuild/freebsd-arm64@0.18.20':
540 resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
541 engines: {node: '>=12'}
542 cpu: [arm64]
543 os: [freebsd]
544
545 '@esbuild/freebsd-arm64@0.25.12':
546 resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
547 engines: {node: '>=18'}
548 cpu: [arm64]
549 os: [freebsd]
550
551 '@esbuild/freebsd-arm64@0.27.3':
552 resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==}
553 engines: {node: '>=18'}
554 cpu: [arm64]
555 os: [freebsd]
556
557 '@esbuild/freebsd-x64@0.18.20':
558 resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
559 engines: {node: '>=12'}
560 cpu: [x64]
561 os: [freebsd]
562
563 '@esbuild/freebsd-x64@0.25.12':
564 resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
565 engines: {node: '>=18'}
566 cpu: [x64]
567 os: [freebsd]
568
569 '@esbuild/freebsd-x64@0.27.3':
570 resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==}
571 engines: {node: '>=18'}
572 cpu: [x64]
573 os: [freebsd]
574
575 '@esbuild/linux-arm64@0.18.20':
576 resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
577 engines: {node: '>=12'}
578 cpu: [arm64]
579 os: [linux]
580
581 '@esbuild/linux-arm64@0.25.12':
582 resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
583 engines: {node: '>=18'}
584 cpu: [arm64]
585 os: [linux]
586
587 '@esbuild/linux-arm64@0.27.3':
588 resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==}
589 engines: {node: '>=18'}
590 cpu: [arm64]
591 os: [linux]
592
593 '@esbuild/linux-arm@0.18.20':
594 resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
595 engines: {node: '>=12'}
596 cpu: [arm]
597 os: [linux]
598
599 '@esbuild/linux-arm@0.25.12':
600 resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
601 engines: {node: '>=18'}
602 cpu: [arm]
603 os: [linux]
604
605 '@esbuild/linux-arm@0.27.3':
606 resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==}
607 engines: {node: '>=18'}
608 cpu: [arm]
609 os: [linux]
610
611 '@esbuild/linux-ia32@0.18.20':
612 resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
613 engines: {node: '>=12'}
614 cpu: [ia32]
615 os: [linux]
616
617 '@esbuild/linux-ia32@0.25.12':
618 resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
619 engines: {node: '>=18'}
620 cpu: [ia32]
621 os: [linux]
622
623 '@esbuild/linux-ia32@0.27.3':
624 resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==}
625 engines: {node: '>=18'}
626 cpu: [ia32]
627 os: [linux]
628
629 '@esbuild/linux-loong64@0.18.20':
630 resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
631 engines: {node: '>=12'}
632 cpu: [loong64]
633 os: [linux]
634
635 '@esbuild/linux-loong64@0.25.12':
636 resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
637 engines: {node: '>=18'}
638 cpu: [loong64]
639 os: [linux]
640
641 '@esbuild/linux-loong64@0.27.3':
642 resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==}
643 engines: {node: '>=18'}
644 cpu: [loong64]
645 os: [linux]
646
647 '@esbuild/linux-mips64el@0.18.20':
648 resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
649 engines: {node: '>=12'}
650 cpu: [mips64el]
651 os: [linux]
652
653 '@esbuild/linux-mips64el@0.25.12':
654 resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
655 engines: {node: '>=18'}
656 cpu: [mips64el]
657 os: [linux]
658
659 '@esbuild/linux-mips64el@0.27.3':
660 resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==}
661 engines: {node: '>=18'}
662 cpu: [mips64el]
663 os: [linux]
664
665 '@esbuild/linux-ppc64@0.18.20':
666 resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
667 engines: {node: '>=12'}
668 cpu: [ppc64]
669 os: [linux]
670
671 '@esbuild/linux-ppc64@0.25.12':
672 resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
673 engines: {node: '>=18'}
674 cpu: [ppc64]
675 os: [linux]
676
677 '@esbuild/linux-ppc64@0.27.3':
678 resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==}
679 engines: {node: '>=18'}
680 cpu: [ppc64]
681 os: [linux]
682
683 '@esbuild/linux-riscv64@0.18.20':
684 resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
685 engines: {node: '>=12'}
686 cpu: [riscv64]
687 os: [linux]
688
689 '@esbuild/linux-riscv64@0.25.12':
690 resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
691 engines: {node: '>=18'}
692 cpu: [riscv64]
693 os: [linux]
694
695 '@esbuild/linux-riscv64@0.27.3':
696 resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==}
697 engines: {node: '>=18'}
698 cpu: [riscv64]
699 os: [linux]
700
701 '@esbuild/linux-s390x@0.18.20':
702 resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
703 engines: {node: '>=12'}
704 cpu: [s390x]
705 os: [linux]
706
707 '@esbuild/linux-s390x@0.25.12':
708 resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
709 engines: {node: '>=18'}
710 cpu: [s390x]
711 os: [linux]
712
713 '@esbuild/linux-s390x@0.27.3':
714 resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==}
715 engines: {node: '>=18'}
716 cpu: [s390x]
717 os: [linux]
718
719 '@esbuild/linux-x64@0.18.20':
720 resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
721 engines: {node: '>=12'}
722 cpu: [x64]
723 os: [linux]
724
725 '@esbuild/linux-x64@0.25.12':
726 resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
727 engines: {node: '>=18'}
728 cpu: [x64]
729 os: [linux]
730
731 '@esbuild/linux-x64@0.27.3':
732 resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==}
733 engines: {node: '>=18'}
734 cpu: [x64]
735 os: [linux]
736
737 '@esbuild/netbsd-arm64@0.25.12':
738 resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
739 engines: {node: '>=18'}
740 cpu: [arm64]
741 os: [netbsd]
742
743 '@esbuild/netbsd-arm64@0.27.3':
744 resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==}
745 engines: {node: '>=18'}
746 cpu: [arm64]
747 os: [netbsd]
748
749 '@esbuild/netbsd-x64@0.18.20':
750 resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
751 engines: {node: '>=12'}
752 cpu: [x64]
753 os: [netbsd]
754
755 '@esbuild/netbsd-x64@0.25.12':
756 resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
757 engines: {node: '>=18'}
758 cpu: [x64]
759 os: [netbsd]
760
761 '@esbuild/netbsd-x64@0.27.3':
762 resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==}
763 engines: {node: '>=18'}
764 cpu: [x64]
765 os: [netbsd]
766
767 '@esbuild/openbsd-arm64@0.25.12':
768 resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
769 engines: {node: '>=18'}
770 cpu: [arm64]
771 os: [openbsd]
772
773 '@esbuild/openbsd-arm64@0.27.3':
774 resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==}
775 engines: {node: '>=18'}
776 cpu: [arm64]
777 os: [openbsd]
778
779 '@esbuild/openbsd-x64@0.18.20':
780 resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
781 engines: {node: '>=12'}
782 cpu: [x64]
783 os: [openbsd]
784
785 '@esbuild/openbsd-x64@0.25.12':
786 resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
787 engines: {node: '>=18'}
788 cpu: [x64]
789 os: [openbsd]
790
791 '@esbuild/openbsd-x64@0.27.3':
792 resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==}
793 engines: {node: '>=18'}
794 cpu: [x64]
795 os: [openbsd]
796
797 '@esbuild/openharmony-arm64@0.25.12':
798 resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
799 engines: {node: '>=18'}
800 cpu: [arm64]
801 os: [openharmony]
802
803 '@esbuild/openharmony-arm64@0.27.3':
804 resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==}
805 engines: {node: '>=18'}
806 cpu: [arm64]
807 os: [openharmony]
808
809 '@esbuild/sunos-x64@0.18.20':
810 resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
811 engines: {node: '>=12'}
812 cpu: [x64]
813 os: [sunos]
814
815 '@esbuild/sunos-x64@0.25.12':
816 resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
817 engines: {node: '>=18'}
818 cpu: [x64]
819 os: [sunos]
820
821 '@esbuild/sunos-x64@0.27.3':
822 resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==}
823 engines: {node: '>=18'}
824 cpu: [x64]
825 os: [sunos]
826
827 '@esbuild/win32-arm64@0.18.20':
828 resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
829 engines: {node: '>=12'}
830 cpu: [arm64]
831 os: [win32]
832
833 '@esbuild/win32-arm64@0.25.12':
834 resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
835 engines: {node: '>=18'}
836 cpu: [arm64]
837 os: [win32]
838
839 '@esbuild/win32-arm64@0.27.3':
840 resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==}
841 engines: {node: '>=18'}
842 cpu: [arm64]
843 os: [win32]
844
845 '@esbuild/win32-ia32@0.18.20':
846 resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
847 engines: {node: '>=12'}
848 cpu: [ia32]
849 os: [win32]
850
851 '@esbuild/win32-ia32@0.25.12':
852 resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
853 engines: {node: '>=18'}
854 cpu: [ia32]
855 os: [win32]
856
857 '@esbuild/win32-ia32@0.27.3':
858 resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==}
859 engines: {node: '>=18'}
860 cpu: [ia32]
861 os: [win32]
862
863 '@esbuild/win32-x64@0.18.20':
864 resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
865 engines: {node: '>=12'}
866 cpu: [x64]
867 os: [win32]
868
869 '@esbuild/win32-x64@0.25.12':
870 resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
871 engines: {node: '>=18'}
872 cpu: [x64]
873 os: [win32]
874
875 '@esbuild/win32-x64@0.27.3':
876 resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==}
877 engines: {node: '>=18'}
878 cpu: [x64]
879 os: [win32]
880
881 '@exodus/bytes@1.14.1':
882 resolution: {integrity: sha512-OhkBFWI6GcRMUroChZiopRiSp2iAMvEBK47NhJooDqz1RERO4QuZIZnjP63TXX8GAiLABkYmX+fuQsdJ1dd2QQ==}
883 engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
884 peerDependencies:
885 '@noble/hashes': ^1.8.0 || ^2.0.0
886 peerDependenciesMeta:
887 '@noble/hashes':
888 optional: true
889
890 '@hono/node-server@1.19.9':
891 resolution: {integrity: sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==}
892 engines: {node: '>=18.14.1'}
893 peerDependencies:
894 hono: ^4
895
896 '@inquirer/ansi@1.0.2':
897 resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==}
898 engines: {node: '>=18'}
899
900 '@inquirer/checkbox@4.3.2':
901 resolution: {integrity: sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==}
902 engines: {node: '>=18'}
903 peerDependencies:
904 '@types/node': '>=18'
905 peerDependenciesMeta:
906 '@types/node':
907 optional: true
908
909 '@inquirer/confirm@5.1.21':
910 resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==}
911 engines: {node: '>=18'}
912 peerDependencies:
913 '@types/node': '>=18'
914 peerDependenciesMeta:
915 '@types/node':
916 optional: true
917
918 '@inquirer/core@10.3.2':
919 resolution: {integrity: sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==}
920 engines: {node: '>=18'}
921 peerDependencies:
922 '@types/node': '>=18'
923 peerDependenciesMeta:
924 '@types/node':
925 optional: true
926
927 '@inquirer/editor@4.2.23':
928 resolution: {integrity: sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==}
929 engines: {node: '>=18'}
930 peerDependencies:
931 '@types/node': '>=18'
932 peerDependenciesMeta:
933 '@types/node':
934 optional: true
935
936 '@inquirer/expand@4.0.23':
937 resolution: {integrity: sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==}
938 engines: {node: '>=18'}
939 peerDependencies:
940 '@types/node': '>=18'
941 peerDependenciesMeta:
942 '@types/node':
943 optional: true
944
945 '@inquirer/external-editor@1.0.3':
946 resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==}
947 engines: {node: '>=18'}
948 peerDependencies:
949 '@types/node': '>=18'
950 peerDependenciesMeta:
951 '@types/node':
952 optional: true
953
954 '@inquirer/figures@1.0.15':
955 resolution: {integrity: sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==}
956 engines: {node: '>=18'}
957
958 '@inquirer/input@4.3.1':
959 resolution: {integrity: sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==}
960 engines: {node: '>=18'}
961 peerDependencies:
962 '@types/node': '>=18'
963 peerDependenciesMeta:
964 '@types/node':
965 optional: true
966
967 '@inquirer/number@3.0.23':
968 resolution: {integrity: sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==}
969 engines: {node: '>=18'}
970 peerDependencies:
971 '@types/node': '>=18'
972 peerDependenciesMeta:
973 '@types/node':
974 optional: true
975
976 '@inquirer/password@4.0.23':
977 resolution: {integrity: sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==}
978 engines: {node: '>=18'}
979 peerDependencies:
980 '@types/node': '>=18'
981 peerDependenciesMeta:
982 '@types/node':
983 optional: true
984
985 '@inquirer/prompts@7.10.1':
986 resolution: {integrity: sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==}
987 engines: {node: '>=18'}
988 peerDependencies:
989 '@types/node': '>=18'
990 peerDependenciesMeta:
991 '@types/node':
992 optional: true
993
994 '@inquirer/rawlist@4.1.11':
995 resolution: {integrity: sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==}
996 engines: {node: '>=18'}
997 peerDependencies:
998 '@types/node': '>=18'
999 peerDependenciesMeta:
1000 '@types/node':
1001 optional: true
1002
1003 '@inquirer/search@3.2.2':
1004 resolution: {integrity: sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==}
1005 engines: {node: '>=18'}
1006 peerDependencies:
1007 '@types/node': '>=18'
1008 peerDependenciesMeta:
1009 '@types/node':
1010 optional: true
1011
1012 '@inquirer/select@4.4.2':
1013 resolution: {integrity: sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==}
1014 engines: {node: '>=18'}
1015 peerDependencies:
1016 '@types/node': '>=18'
1017 peerDependenciesMeta:
1018 '@types/node':
1019 optional: true
1020
1021 '@inquirer/type@3.0.10':
1022 resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==}
1023 engines: {node: '>=18'}
1024 peerDependencies:
1025 '@types/node': '>=18'
1026 peerDependenciesMeta:
1027 '@types/node':
1028 optional: true
1029
1030 '@isaacs/balanced-match@4.0.1':
1031 resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
1032 engines: {node: 20 || >=22}
1033
1034 '@isaacs/brace-expansion@5.0.1':
1035 resolution: {integrity: sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==}
1036 engines: {node: 20 || >=22}
1037
1038 '@isaacs/cliui@9.0.0':
1039 resolution: {integrity: sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==}
1040 engines: {node: '>=18'}
1041
1042 '@jridgewell/sourcemap-codec@1.5.5':
1043 resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
1044
1045 '@libsql/client@0.14.0':
1046 resolution: {integrity: sha512-/9HEKfn6fwXB5aTEEoMeFh4CtG0ZzbncBb1e++OCdVpgKZ/xyMsIVYXm0w7Pv4RUel803vE6LwniB3PqD72R0Q==}
1047
1048 '@libsql/core@0.14.0':
1049 resolution: {integrity: sha512-nhbuXf7GP3PSZgdCY2Ecj8vz187ptHlZQ0VRc751oB2C1W8jQUXKKklvt7t1LJiUTQBVJuadF628eUk+3cRi4Q==}
1050
1051 '@libsql/darwin-arm64@0.4.7':
1052 resolution: {integrity: sha512-yOL742IfWUlUevnI5PdnIT4fryY3LYTdLm56bnY0wXBw7dhFcnjuA7jrH3oSVz2mjZTHujxoITgAE7V6Z+eAbg==}
1053 cpu: [arm64]
1054 os: [darwin]
1055
1056 '@libsql/darwin-x64@0.4.7':
1057 resolution: {integrity: sha512-ezc7V75+eoyyH07BO9tIyJdqXXcRfZMbKcLCeF8+qWK5nP8wWuMcfOVywecsXGRbT99zc5eNra4NEx6z5PkSsA==}
1058 cpu: [x64]
1059 os: [darwin]
1060
1061 '@libsql/hrana-client@0.7.0':
1062 resolution: {integrity: sha512-OF8fFQSkbL7vJY9rfuegK1R7sPgQ6kFMkDamiEccNUvieQ+3urzfDFI616oPl8V7T9zRmnTkSjMOImYCAVRVuw==}
1063
1064 '@libsql/isomorphic-fetch@0.3.1':
1065 resolution: {integrity: sha512-6kK3SUK5Uu56zPq/Las620n5aS9xJq+jMBcNSOmjhNf/MUvdyji4vrMTqD7ptY7/4/CAVEAYDeotUz60LNQHtw==}
1066 engines: {node: '>=18.0.0'}
1067
1068 '@libsql/isomorphic-ws@0.1.5':
1069 resolution: {integrity: sha512-DtLWIH29onUYR00i0GlQ3UdcTRC6EP4u9w/h9LxpUZJWRMARk6dQwZ6Jkd+QdwVpuAOrdxt18v0K2uIYR3fwFg==}
1070
1071 '@libsql/linux-arm64-gnu@0.4.7':
1072 resolution: {integrity: sha512-WlX2VYB5diM4kFfNaYcyhw5y+UJAI3xcMkEUJZPtRDEIu85SsSFrQ+gvoKfcVh76B//ztSeEX2wl9yrjF7BBCA==}
1073 cpu: [arm64]
1074 os: [linux]
1075
1076 '@libsql/linux-arm64-musl@0.4.7':
1077 resolution: {integrity: sha512-6kK9xAArVRlTCpWeqnNMCoXW1pe7WITI378n4NpvU5EJ0Ok3aNTIC2nRPRjhro90QcnmLL1jPcrVwO4WD1U0xw==}
1078 cpu: [arm64]
1079 os: [linux]
1080
1081 '@libsql/linux-x64-gnu@0.4.7':
1082 resolution: {integrity: sha512-CMnNRCmlWQqqzlTw6NeaZXzLWI8bydaXDke63JTUCvu8R+fj/ENsLrVBtPDlxQ0wGsYdXGlrUCH8Qi9gJep0yQ==}
1083 cpu: [x64]
1084 os: [linux]
1085
1086 '@libsql/linux-x64-musl@0.4.7':
1087 resolution: {integrity: sha512-nI6tpS1t6WzGAt1Kx1n1HsvtBbZ+jHn0m7ogNNT6pQHZQj7AFFTIMeDQw/i/Nt5H38np1GVRNsFe99eSIMs9XA==}
1088 cpu: [x64]
1089 os: [linux]
1090
1091 '@libsql/win32-x64-msvc@0.4.7':
1092 resolution: {integrity: sha512-7pJzOWzPm6oJUxml+PCDRzYQ4A1hTMHAciTAHfFK4fkbDZX33nWPVG7Y3vqdKtslcwAzwmrNDc6sXy2nwWnbiw==}
1093 cpu: [x64]
1094 os: [win32]
1095
1096 '@neon-rs/load@0.0.4':
1097 resolution: {integrity: sha512-kTPhdZyTQxB+2wpiRcFWrDcejc4JI6tkPuS7UZCG4l6Zvc5kU/gGQ/ozvHTh1XR5tS+UlfAfGuPajjzQjCiHCw==}
1098
1099 '@opentelemetry/api-logs@0.200.0':
1100 resolution: {integrity: sha512-IKJBQxh91qJ+3ssRly5hYEJ8NDHu9oY/B1PXVSCWf7zytmYO9RNLB0Ox9XQ/fJ8m6gY6Q6NtBWlmXfaXt5Uc4Q==}
1101 engines: {node: '>=8.0.0'}
1102
1103 '@opentelemetry/api@1.9.0':
1104 resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==}
1105 engines: {node: '>=8.0.0'}
1106
1107 '@opentelemetry/core@2.0.0':
1108 resolution: {integrity: sha512-SLX36allrcnVaPYG3R78F/UZZsBsvbc7lMCLx37LyH5MJ1KAAZ2E3mW9OAD3zGz0G8q/BtoS5VUrjzDydhD6LQ==}
1109 engines: {node: ^18.19.0 || >=20.6.0}
1110 peerDependencies:
1111 '@opentelemetry/api': '>=1.0.0 <1.10.0'
1112
1113 '@opentelemetry/core@2.5.1':
1114 resolution: {integrity: sha512-Dwlc+3HAZqpgTYq0MUyZABjFkcrKTePwuiFVLjahGD8cx3enqihmpAmdgNFO1R4m/sIe5afjJrA25Prqy4NXlA==}
1115 engines: {node: ^18.19.0 || >=20.6.0}
1116 peerDependencies:
1117 '@opentelemetry/api': '>=1.0.0 <1.10.0'
1118
1119 '@opentelemetry/resources@2.0.0':
1120 resolution: {integrity: sha512-rnZr6dML2z4IARI4zPGQV4arDikF/9OXZQzrC01dLmn0CZxU5U5OLd/m1T7YkGRj5UitjeoCtg/zorlgMQcdTg==}
1121 engines: {node: ^18.19.0 || >=20.6.0}
1122 peerDependencies:
1123 '@opentelemetry/api': '>=1.3.0 <1.10.0'
1124
1125 '@opentelemetry/resources@2.5.1':
1126 resolution: {integrity: sha512-BViBCdE/GuXRlp9k7nS1w6wJvY5fnFX5XvuEtWsTAOQFIO89Eru7lGW3WbfbxtCuZ/GbrJfAziXG0w0dpxL7eQ==}
1127 engines: {node: ^18.19.0 || >=20.6.0}
1128 peerDependencies:
1129 '@opentelemetry/api': '>=1.3.0 <1.10.0'
1130
1131 '@opentelemetry/sdk-logs@0.200.0':
1132 resolution: {integrity: sha512-VZG870063NLfObmQQNtCVcdXXLzI3vOjjrRENmU37HYiPFa0ZXpXVDsTD02Nh3AT3xYJzQaWKl2X2lQ2l7TWJA==}
1133 engines: {node: ^18.19.0 || >=20.6.0}
1134 peerDependencies:
1135 '@opentelemetry/api': '>=1.4.0 <1.10.0'
1136
1137 '@opentelemetry/semantic-conventions@1.39.0':
1138 resolution: {integrity: sha512-R5R9tb2AXs2IRLNKLBJDynhkfmx7mX0vi8NkhZb3gUkPWHn6HXk5J8iQ/dql0U3ApfWym4kXXmBDRGO+oeOfjg==}
1139 engines: {node: '>=14'}
1140
1141 '@oxlint/darwin-arm64@0.17.0':
1142 resolution: {integrity: sha512-py/N0yTMbdy5Kd1RFMMgFqzO5Qwc5MbHSCA0BvSx/GnC3n7yPstcEFSSdZzb+HaANI00xn4dwjYo6HVEFHhuWA==}
1143 cpu: [arm64]
1144 os: [darwin]
1145
1146 '@oxlint/darwin-x64@0.17.0':
1147 resolution: {integrity: sha512-rQUFu6Ci8gmBHTgb2EMKYNZWCmBB8sSW7SAxBes9k0esonKsioDNjT51CsfKZhXyaMtaM70hiVhSCBc0NqUEJg==}
1148 cpu: [x64]
1149 os: [darwin]
1150
1151 '@oxlint/linux-arm64-gnu@0.17.0':
1152 resolution: {integrity: sha512-NoAWscdfVj6Sci3NdbHHc1OivSSKpwtkLff5SoAM8XgJ9t7flf+zW7XOy3OeSgZAxNbcF4QGruv+XcBLR7tWMA==}
1153 cpu: [arm64]
1154 os: [linux]
1155
1156 '@oxlint/linux-arm64-musl@0.17.0':
1157 resolution: {integrity: sha512-VQRmSdbuc0rpSZoLqdhKJG9nUjJmEymOU60dO3lKlCT5YXME4dxA+jf1AigtnmJS5FgOxQm54ECF9lh6dyP0ew==}
1158 cpu: [arm64]
1159 os: [linux]
1160
1161 '@oxlint/linux-x64-gnu@0.17.0':
1162 resolution: {integrity: sha512-KcaXWkBfqt7weerU1EXJysEupEHB8AtJytufBOQMuLE5vx2OoAbjAk0vt2V14W8Lss9Sz+ET7nXo6ZAEku4vCA==}
1163 cpu: [x64]
1164 os: [linux]
1165
1166 '@oxlint/linux-x64-musl@0.17.0':
1167 resolution: {integrity: sha512-yWbFXWKKTrH4zR0FI1V6KDJp5NqOLFe1LZbKNeaoS1wtq5/aFPeM+d9dttGLoA5u6G9uhIK/nSnrPmtuNLPU4Q==}
1168 cpu: [x64]
1169 os: [linux]
1170
1171 '@oxlint/win32-arm64@0.17.0':
1172 resolution: {integrity: sha512-zdoB3mbvcx3eGOh6ElPJ01S2MOzyZo/gijeHw7yb2PXcRis+3clVje6kpnG7/TN69zoHv7WwDX6poJu8FURTqg==}
1173 cpu: [arm64]
1174 os: [win32]
1175
1176 '@oxlint/win32-x64@0.17.0':
1177 resolution: {integrity: sha512-gxVYAOy/8IAWgmsaXDxRJvOr7l61DUDj6s7tXImzXqBAH/An6yJZGr1tR+5BsACVw/3hcCPOUbotXGS4+vZNZQ==}
1178 cpu: [x64]
1179 os: [win32]
1180
1181 '@rollup/rollup-android-arm-eabi@4.57.1':
1182 resolution: {integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==}
1183 cpu: [arm]
1184 os: [android]
1185
1186 '@rollup/rollup-android-arm64@4.57.1':
1187 resolution: {integrity: sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==}
1188 cpu: [arm64]
1189 os: [android]
1190
1191 '@rollup/rollup-darwin-arm64@4.57.1':
1192 resolution: {integrity: sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==}
1193 cpu: [arm64]
1194 os: [darwin]
1195
1196 '@rollup/rollup-darwin-x64@4.57.1':
1197 resolution: {integrity: sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==}
1198 cpu: [x64]
1199 os: [darwin]
1200
1201 '@rollup/rollup-freebsd-arm64@4.57.1':
1202 resolution: {integrity: sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==}
1203 cpu: [arm64]
1204 os: [freebsd]
1205
1206 '@rollup/rollup-freebsd-x64@4.57.1':
1207 resolution: {integrity: sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==}
1208 cpu: [x64]
1209 os: [freebsd]
1210
1211 '@rollup/rollup-linux-arm-gnueabihf@4.57.1':
1212 resolution: {integrity: sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==}
1213 cpu: [arm]
1214 os: [linux]
1215
1216 '@rollup/rollup-linux-arm-musleabihf@4.57.1':
1217 resolution: {integrity: sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==}
1218 cpu: [arm]
1219 os: [linux]
1220
1221 '@rollup/rollup-linux-arm64-gnu@4.57.1':
1222 resolution: {integrity: sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==}
1223 cpu: [arm64]
1224 os: [linux]
1225
1226 '@rollup/rollup-linux-arm64-musl@4.57.1':
1227 resolution: {integrity: sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==}
1228 cpu: [arm64]
1229 os: [linux]
1230
1231 '@rollup/rollup-linux-loong64-gnu@4.57.1':
1232 resolution: {integrity: sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==}
1233 cpu: [loong64]
1234 os: [linux]
1235
1236 '@rollup/rollup-linux-loong64-musl@4.57.1':
1237 resolution: {integrity: sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==}
1238 cpu: [loong64]
1239 os: [linux]
1240
1241 '@rollup/rollup-linux-ppc64-gnu@4.57.1':
1242 resolution: {integrity: sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==}
1243 cpu: [ppc64]
1244 os: [linux]
1245
1246 '@rollup/rollup-linux-ppc64-musl@4.57.1':
1247 resolution: {integrity: sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==}
1248 cpu: [ppc64]
1249 os: [linux]
1250
1251 '@rollup/rollup-linux-riscv64-gnu@4.57.1':
1252 resolution: {integrity: sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==}
1253 cpu: [riscv64]
1254 os: [linux]
1255
1256 '@rollup/rollup-linux-riscv64-musl@4.57.1':
1257 resolution: {integrity: sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==}
1258 cpu: [riscv64]
1259 os: [linux]
1260
1261 '@rollup/rollup-linux-s390x-gnu@4.57.1':
1262 resolution: {integrity: sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==}
1263 cpu: [s390x]
1264 os: [linux]
1265
1266 '@rollup/rollup-linux-x64-gnu@4.57.1':
1267 resolution: {integrity: sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==}
1268 cpu: [x64]
1269 os: [linux]
1270
1271 '@rollup/rollup-linux-x64-musl@4.57.1':
1272 resolution: {integrity: sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==}
1273 cpu: [x64]
1274 os: [linux]
1275
1276 '@rollup/rollup-openbsd-x64@4.57.1':
1277 resolution: {integrity: sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==}
1278 cpu: [x64]
1279 os: [openbsd]
1280
1281 '@rollup/rollup-openharmony-arm64@4.57.1':
1282 resolution: {integrity: sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==}
1283 cpu: [arm64]
1284 os: [openharmony]
1285
1286 '@rollup/rollup-win32-arm64-msvc@4.57.1':
1287 resolution: {integrity: sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==}
1288 cpu: [arm64]
1289 os: [win32]
1290
1291 '@rollup/rollup-win32-ia32-msvc@4.57.1':
1292 resolution: {integrity: sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==}
1293 cpu: [ia32]
1294 os: [win32]
1295
1296 '@rollup/rollup-win32-x64-gnu@4.57.1':
1297 resolution: {integrity: sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==}
1298 cpu: [x64]
1299 os: [win32]
1300
1301 '@rollup/rollup-win32-x64-msvc@4.57.1':
1302 resolution: {integrity: sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==}
1303 cpu: [x64]
1304 os: [win32]
1305
1306 '@skyware/jetstream@0.2.5':
1307 resolution: {integrity: sha512-fM/zs03DLwqRyzZZJFWN20e76KrdqIp97Tlm8Cek+vxn96+tu5d/fx79V6H85L0QN6HvGiX2l9A8hWFqHvYlOA==}
1308
1309 '@standard-schema/spec@1.1.0':
1310 resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
1311
1312 '@ts-morph/common@0.25.0':
1313 resolution: {integrity: sha512-kMnZz+vGGHi4GoHnLmMhGNjm44kGtKUXGnOvrKmMwAuvNjM/PgKVGfUnL7IDvK7Jb2QQ82jq3Zmp04Gy+r3Dkg==}
1314
1315 '@types/chai@5.2.3':
1316 resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
1317
1318 '@types/deep-eql@4.0.2':
1319 resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
1320
1321 '@types/estree@1.0.8':
1322 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
1323
1324 '@types/node@22.19.9':
1325 resolution: {integrity: sha512-PD03/U8g1F9T9MI+1OBisaIARhSzeidsUjQaf51fOxrfjeiKN9bLVO06lHuHYjxdnqLWJijJHfqXPSJri2EM2A==}
1326
1327 '@types/ws@8.18.1':
1328 resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
1329
1330 '@vitest/expect@3.2.4':
1331 resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==}
1332
1333 '@vitest/expect@4.0.18':
1334 resolution: {integrity: sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==}
1335
1336 '@vitest/mocker@3.2.4':
1337 resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==}
1338 peerDependencies:
1339 msw: ^2.4.9
1340 vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
1341 peerDependenciesMeta:
1342 msw:
1343 optional: true
1344 vite:
1345 optional: true
1346
1347 '@vitest/mocker@4.0.18':
1348 resolution: {integrity: sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==}
1349 peerDependencies:
1350 msw: ^2.4.9
1351 vite: ^6.0.0 || ^7.0.0-0
1352 peerDependenciesMeta:
1353 msw:
1354 optional: true
1355 vite:
1356 optional: true
1357
1358 '@vitest/pretty-format@3.2.4':
1359 resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==}
1360
1361 '@vitest/pretty-format@4.0.18':
1362 resolution: {integrity: sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==}
1363
1364 '@vitest/runner@3.2.4':
1365 resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==}
1366
1367 '@vitest/runner@4.0.18':
1368 resolution: {integrity: sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==}
1369
1370 '@vitest/snapshot@3.2.4':
1371 resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==}
1372
1373 '@vitest/snapshot@4.0.18':
1374 resolution: {integrity: sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==}
1375
1376 '@vitest/spy@3.2.4':
1377 resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==}
1378
1379 '@vitest/spy@4.0.18':
1380 resolution: {integrity: sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==}
1381
1382 '@vitest/utils@3.2.4':
1383 resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
1384
1385 '@vitest/utils@4.0.18':
1386 resolution: {integrity: sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==}
1387
1388 abort-controller@3.0.0:
1389 resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
1390 engines: {node: '>=6.5'}
1391
1392 agent-base@7.1.4:
1393 resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
1394 engines: {node: '>= 14'}
1395
1396 ansi-regex@5.0.1:
1397 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
1398 engines: {node: '>=8'}
1399
1400 ansi-styles@4.3.0:
1401 resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
1402 engines: {node: '>=8'}
1403
1404 assertion-error@2.0.1:
1405 resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
1406 engines: {node: '>=12'}
1407
1408 atomic-sleep@1.0.0:
1409 resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==}
1410 engines: {node: '>=8.0.0'}
1411
1412 await-lock@2.2.2:
1413 resolution: {integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==}
1414
1415 axe-core@4.11.1:
1416 resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==}
1417 engines: {node: '>=4'}
1418
1419 balanced-match@1.0.2:
1420 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1421
1422 base64-js@1.5.1:
1423 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
1424
1425 bidi-js@1.0.3:
1426 resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==}
1427
1428 brace-expansion@2.0.2:
1429 resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
1430
1431 buffer-from@1.1.2:
1432 resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
1433
1434 buffer@6.0.3:
1435 resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
1436
1437 cac@6.7.14:
1438 resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
1439 engines: {node: '>=8'}
1440
1441 chai@5.3.3:
1442 resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
1443 engines: {node: '>=18'}
1444
1445 chai@6.2.2:
1446 resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==}
1447 engines: {node: '>=18'}
1448
1449 chalk@4.1.2:
1450 resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
1451 engines: {node: '>=10'}
1452
1453 chardet@2.1.1:
1454 resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==}
1455
1456 check-error@2.1.3:
1457 resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==}
1458 engines: {node: '>= 16'}
1459
1460 citty@0.1.6:
1461 resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
1462
1463 cli-width@4.1.0:
1464 resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
1465 engines: {node: '>= 12'}
1466
1467 code-block-writer@13.0.3:
1468 resolution: {integrity: sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==}
1469
1470 color-convert@2.0.1:
1471 resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
1472 engines: {node: '>=7.0.0'}
1473
1474 color-name@1.1.4:
1475 resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
1476
1477 commander@9.5.0:
1478 resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==}
1479 engines: {node: ^12.20.0 || >=14}
1480
1481 consola@3.4.2:
1482 resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
1483 engines: {node: ^14.18.0 || >=16.10.0}
1484
1485 core-js@3.48.0:
1486 resolution: {integrity: sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==}
1487
1488 cross-spawn@7.0.6:
1489 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
1490 engines: {node: '>= 8'}
1491
1492 css-tree@3.1.0:
1493 resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
1494 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
1495
1496 cssstyle@6.1.0:
1497 resolution: {integrity: sha512-Ml4fP2UT2K3CUBQnVlbdV/8aFDdlY69E+YnwJM+3VUWl08S3J8c8aRuJqCkD9Py8DHZ7zNNvsfKl8psocHZEFg==}
1498 engines: {node: '>=20'}
1499
1500 data-uri-to-buffer@4.0.1:
1501 resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
1502 engines: {node: '>= 12'}
1503
1504 data-urls@7.0.0:
1505 resolution: {integrity: sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==}
1506 engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
1507
1508 debug@4.4.3:
1509 resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
1510 engines: {node: '>=6.0'}
1511 peerDependencies:
1512 supports-color: '*'
1513 peerDependenciesMeta:
1514 supports-color:
1515 optional: true
1516
1517 decimal.js@10.6.0:
1518 resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
1519
1520 deep-eql@5.0.2:
1521 resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
1522 engines: {node: '>=6'}
1523
1524 detect-libc@2.0.2:
1525 resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==}
1526 engines: {node: '>=8'}
1527
1528 dotenv@17.3.1:
1529 resolution: {integrity: sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==}
1530 engines: {node: '>=12'}
1531
1532 drizzle-kit@0.31.8:
1533 resolution: {integrity: sha512-O9EC/miwdnRDY10qRxM8P3Pg8hXe3LyU4ZipReKOgTwn4OqANmftj8XJz1UPUAS6NMHf0E2htjsbQujUTkncCg==}
1534 hasBin: true
1535
1536 drizzle-orm@0.45.1:
1537 resolution: {integrity: sha512-Te0FOdKIistGNPMq2jscdqngBRfBpC8uMFVwqjf6gtTVJHIQ/dosgV/CLBU2N4ZJBsXL5savCba9b0YJskKdcA==}
1538 peerDependencies:
1539 '@aws-sdk/client-rds-data': '>=3'
1540 '@cloudflare/workers-types': '>=4'
1541 '@electric-sql/pglite': '>=0.2.0'
1542 '@libsql/client': '>=0.10.0'
1543 '@libsql/client-wasm': '>=0.10.0'
1544 '@neondatabase/serverless': '>=0.10.0'
1545 '@op-engineering/op-sqlite': '>=2'
1546 '@opentelemetry/api': ^1.4.1
1547 '@planetscale/database': '>=1.13'
1548 '@prisma/client': '*'
1549 '@tidbcloud/serverless': '*'
1550 '@types/better-sqlite3': '*'
1551 '@types/pg': '*'
1552 '@types/sql.js': '*'
1553 '@upstash/redis': '>=1.34.7'
1554 '@vercel/postgres': '>=0.8.0'
1555 '@xata.io/client': '*'
1556 better-sqlite3: '>=7'
1557 bun-types: '*'
1558 expo-sqlite: '>=14.0.0'
1559 gel: '>=2'
1560 knex: '*'
1561 kysely: '*'
1562 mysql2: '>=2'
1563 pg: '>=8'
1564 postgres: '>=3'
1565 prisma: '*'
1566 sql.js: '>=1'
1567 sqlite3: '>=5'
1568 peerDependenciesMeta:
1569 '@aws-sdk/client-rds-data':
1570 optional: true
1571 '@cloudflare/workers-types':
1572 optional: true
1573 '@electric-sql/pglite':
1574 optional: true
1575 '@libsql/client':
1576 optional: true
1577 '@libsql/client-wasm':
1578 optional: true
1579 '@neondatabase/serverless':
1580 optional: true
1581 '@op-engineering/op-sqlite':
1582 optional: true
1583 '@opentelemetry/api':
1584 optional: true
1585 '@planetscale/database':
1586 optional: true
1587 '@prisma/client':
1588 optional: true
1589 '@tidbcloud/serverless':
1590 optional: true
1591 '@types/better-sqlite3':
1592 optional: true
1593 '@types/pg':
1594 optional: true
1595 '@types/sql.js':
1596 optional: true
1597 '@upstash/redis':
1598 optional: true
1599 '@vercel/postgres':
1600 optional: true
1601 '@xata.io/client':
1602 optional: true
1603 better-sqlite3:
1604 optional: true
1605 bun-types:
1606 optional: true
1607 expo-sqlite:
1608 optional: true
1609 gel:
1610 optional: true
1611 knex:
1612 optional: true
1613 kysely:
1614 optional: true
1615 mysql2:
1616 optional: true
1617 pg:
1618 optional: true
1619 postgres:
1620 optional: true
1621 prisma:
1622 optional: true
1623 sql.js:
1624 optional: true
1625 sqlite3:
1626 optional: true
1627
1628 emoji-regex@8.0.0:
1629 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
1630
1631 entities@6.0.1:
1632 resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
1633 engines: {node: '>=0.12'}
1634
1635 es-module-lexer@1.7.0:
1636 resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
1637
1638 esbuild-register@3.6.0:
1639 resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
1640 peerDependencies:
1641 esbuild: '>=0.12 <1'
1642
1643 esbuild@0.18.20:
1644 resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
1645 engines: {node: '>=12'}
1646 hasBin: true
1647
1648 esbuild@0.25.12:
1649 resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
1650 engines: {node: '>=18'}
1651 hasBin: true
1652
1653 esbuild@0.27.3:
1654 resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
1655 engines: {node: '>=18'}
1656 hasBin: true
1657
1658 esm-env@1.2.2:
1659 resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==}
1660
1661 estree-walker@3.0.3:
1662 resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
1663
1664 event-target-polyfill@0.0.4:
1665 resolution: {integrity: sha512-Gs6RLjzlLRdT8X9ZipJdIZI/Y6/HhRLyq9RdDlCsnpxr/+Nn6bU2EFGuC94GjxqhM+Nmij2Vcq98yoHrU8uNFQ==}
1666
1667 event-target-shim@5.0.1:
1668 resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
1669 engines: {node: '>=6'}
1670
1671 events@3.3.0:
1672 resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
1673 engines: {node: '>=0.8.x'}
1674
1675 expect-type@1.3.0:
1676 resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
1677 engines: {node: '>=12.0.0'}
1678
1679 fast-redact@3.5.0:
1680 resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==}
1681 engines: {node: '>=6'}
1682
1683 fdir@6.5.0:
1684 resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1685 engines: {node: '>=12.0.0'}
1686 peerDependencies:
1687 picomatch: ^3 || ^4
1688 peerDependenciesMeta:
1689 picomatch:
1690 optional: true
1691
1692 fetch-blob@3.2.0:
1693 resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
1694 engines: {node: ^12.20 || >= 14.13}
1695
1696 foreground-child@3.3.1:
1697 resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
1698 engines: {node: '>=14'}
1699
1700 formdata-polyfill@4.0.10:
1701 resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
1702 engines: {node: '>=12.20.0'}
1703
1704 fsevents@2.3.3:
1705 resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1706 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1707 os: [darwin]
1708
1709 get-tsconfig@4.13.6:
1710 resolution: {integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==}
1711
1712 glob@11.1.0:
1713 resolution: {integrity: sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==}
1714 engines: {node: 20 || >=22}
1715 deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
1716 hasBin: true
1717
1718 has-flag@4.0.0:
1719 resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1720 engines: {node: '>=8'}
1721
1722 hono@4.11.8:
1723 resolution: {integrity: sha512-eVkB/CYCCei7K2WElZW9yYQFWssG0DhaDhVvr7wy5jJ22K+ck8fWW0EsLpB0sITUTvPnc97+rrbQqIr5iqiy9Q==}
1724 engines: {node: '>=16.9.0'}
1725
1726 html-encoding-sniffer@6.0.0:
1727 resolution: {integrity: sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==}
1728 engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
1729
1730 http-proxy-agent@7.0.2:
1731 resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
1732 engines: {node: '>= 14'}
1733
1734 https-proxy-agent@7.0.6:
1735 resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
1736 engines: {node: '>= 14'}
1737
1738 iconv-lite@0.7.2:
1739 resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
1740 engines: {node: '>=0.10.0'}
1741
1742 ieee754@1.2.1:
1743 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
1744
1745 ipaddr.js@2.3.0:
1746 resolution: {integrity: sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==}
1747 engines: {node: '>= 10'}
1748
1749 is-fullwidth-code-point@3.0.0:
1750 resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
1751 engines: {node: '>=8'}
1752
1753 is-potential-custom-element-name@1.0.1:
1754 resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
1755
1756 isexe@2.0.0:
1757 resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1758
1759 iso-datestring-validator@2.2.2:
1760 resolution: {integrity: sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==}
1761
1762 jackspeak@4.2.1:
1763 resolution: {integrity: sha512-GPBXyfcZSGujjddPeA+V34bW70ZJT7jzCEbloVasSH4yjiqWqXHX8iZQtZdVbOhc5esSeAIuiSmMutRZQB/olg==}
1764 engines: {node: 20 || >=22}
1765
1766 jose@5.10.0:
1767 resolution: {integrity: sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==}
1768
1769 js-base64@3.7.8:
1770 resolution: {integrity: sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==}
1771
1772 js-tokens@9.0.1:
1773 resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
1774
1775 jsdom@28.1.0:
1776 resolution: {integrity: sha512-0+MoQNYyr2rBHqO1xilltfDjV9G7ymYGlAUazgcDLQaUf8JDHbuGwsxN6U9qWaElZ4w1B2r7yEGIL3GdeW3Rug==}
1777 engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
1778 peerDependencies:
1779 canvas: ^3.0.0
1780 peerDependenciesMeta:
1781 canvas:
1782 optional: true
1783
1784 lefthook-darwin-arm64@1.13.6:
1785 resolution: {integrity: sha512-m6Lb77VGc84/Qo21Lhq576pEvcgFCnvloEiP02HbAHcIXD0RTLy9u2yAInrixqZeaz13HYtdDaI7OBYAAdVt8A==}
1786 cpu: [arm64]
1787 os: [darwin]
1788
1789 lefthook-darwin-x64@1.13.6:
1790 resolution: {integrity: sha512-CoRpdzanu9RK3oXR1vbEJA5LN7iB+c7hP+sONeQJzoOXuq4PNKVtEaN84Gl1BrVtCNLHWFAvCQaZPPiiXSy8qg==}
1791 cpu: [x64]
1792 os: [darwin]
1793
1794 lefthook-freebsd-arm64@1.13.6:
1795 resolution: {integrity: sha512-X4A7yfvAJ68CoHTqP+XvQzdKbyd935sYy0bQT6Ajz7FL1g7hFiro8dqHSdPdkwei9hs8hXeV7feyTXbYmfjKQQ==}
1796 cpu: [arm64]
1797 os: [freebsd]
1798
1799 lefthook-freebsd-x64@1.13.6:
1800 resolution: {integrity: sha512-ai2m+Sj2kGdY46USfBrCqLKe9GYhzeq01nuyDYCrdGISePeZ6udOlD1k3lQKJGQCHb0bRz4St0r5nKDSh1x/2A==}
1801 cpu: [x64]
1802 os: [freebsd]
1803
1804 lefthook-linux-arm64@1.13.6:
1805 resolution: {integrity: sha512-cbo4Wtdq81GTABvikLORJsAWPKAJXE8Q5RXsICFUVznh5PHigS9dFW/4NXywo0+jfFPCT6SYds2zz4tCx6DA0Q==}
1806 cpu: [arm64]
1807 os: [linux]
1808
1809 lefthook-linux-x64@1.13.6:
1810 resolution: {integrity: sha512-uJl9vjCIIBTBvMZkemxCE+3zrZHlRO7Oc+nZJ+o9Oea3fu+W82jwX7a7clw8jqNfaeBS+8+ZEQgiMHWCloTsGw==}
1811 cpu: [x64]
1812 os: [linux]
1813
1814 lefthook-openbsd-arm64@1.13.6:
1815 resolution: {integrity: sha512-7r153dxrNRQ9ytRs2PmGKKkYdvZYFPre7My7XToSTiRu5jNCq++++eAKVkoyWPduk97dGIA+YWiEr5Noe0TK2A==}
1816 cpu: [arm64]
1817 os: [openbsd]
1818
1819 lefthook-openbsd-x64@1.13.6:
1820 resolution: {integrity: sha512-Z+UhLlcg1xrXOidK3aLLpgH7KrwNyWYE3yb7ITYnzJSEV8qXnePtVu8lvMBHs/myzemjBzeIr/U/+ipjclR06g==}
1821 cpu: [x64]
1822 os: [openbsd]
1823
1824 lefthook-windows-arm64@1.13.6:
1825 resolution: {integrity: sha512-Uxef6qoDxCmUNQwk8eBvddYJKSBFglfwAY9Y9+NnnmiHpWTjjYiObE9gT2mvGVpEgZRJVAatBXc+Ha5oDD/OgQ==}
1826 cpu: [arm64]
1827 os: [win32]
1828
1829 lefthook-windows-x64@1.13.6:
1830 resolution: {integrity: sha512-mOZoM3FQh3o08M8PQ/b3IYuL5oo36D9ehczIw1dAgp1Ly+Tr4fJ96A+4SEJrQuYeRD4mex9bR7Ps56I73sBSZA==}
1831 cpu: [x64]
1832 os: [win32]
1833
1834 lefthook@1.13.6:
1835 resolution: {integrity: sha512-ojj4/4IJ29Xn4drd5emqVgilegAPN3Kf0FQM2p/9+lwSTpU+SZ1v4Ig++NF+9MOa99UKY8bElmVrLhnUUNFh5g==}
1836 hasBin: true
1837
1838 libsql@0.4.7:
1839 resolution: {integrity: sha512-T9eIRCs6b0J1SHKYIvD8+KCJMcWZ900iZyxdnSCdqxN12Z1ijzT+jY5nrk72Jw4B0HGzms2NgpryArlJqvc3Lw==}
1840 cpu: [x64, arm64, wasm32]
1841 os: [darwin, linux, win32]
1842
1843 loupe@3.2.1:
1844 resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
1845
1846 lru-cache@10.4.3:
1847 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
1848
1849 lru-cache@11.2.5:
1850 resolution: {integrity: sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==}
1851 engines: {node: 20 || >=22}
1852
1853 lru-cache@11.2.6:
1854 resolution: {integrity: sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==}
1855 engines: {node: 20 || >=22}
1856
1857 magic-string@0.30.21:
1858 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
1859
1860 mdn-data@2.12.2:
1861 resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
1862
1863 minimatch@10.1.2:
1864 resolution: {integrity: sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==}
1865 engines: {node: 20 || >=22}
1866
1867 minimatch@9.0.5:
1868 resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
1869 engines: {node: '>=16 || 14 >=14.17'}
1870
1871 minipass@7.1.2:
1872 resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
1873 engines: {node: '>=16 || 14 >=14.17'}
1874
1875 ms@2.1.3:
1876 resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1877
1878 multiformats@13.4.2:
1879 resolution: {integrity: sha512-eh6eHCrRi1+POZ3dA+Dq1C6jhP1GNtr9CRINMb67OKzqW9I5DUuZM/3jLPlzhgpGeiNUlEGEbkCYChXMCc/8DQ==}
1880
1881 multiformats@9.9.0:
1882 resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==}
1883
1884 mute-stream@2.0.0:
1885 resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==}
1886 engines: {node: ^18.17.0 || >=20.5.0}
1887
1888 nanoid@3.3.11:
1889 resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1890 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1891 hasBin: true
1892
1893 node-domexception@1.0.0:
1894 resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
1895 engines: {node: '>=10.5.0'}
1896 deprecated: Use your platform's native DOMException instead
1897
1898 node-fetch@3.3.2:
1899 resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
1900 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1901
1902 obug@2.1.1:
1903 resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
1904
1905 on-exit-leak-free@2.1.2:
1906 resolution: {integrity: sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==}
1907 engines: {node: '>=14.0.0'}
1908
1909 oxlint@0.17.0:
1910 resolution: {integrity: sha512-LCXomDhPGbDUZ/T+ScFA0tjh7A5QgYwPRCw7XFlJxRD2URBV8wj2lLvepbQ9yS/Q6SGhVfHQMpziQytajl8NcQ==}
1911 engines: {node: '>=8.*'}
1912 hasBin: true
1913
1914 package-json-from-dist@1.0.1:
1915 resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
1916
1917 parse5@8.0.0:
1918 resolution: {integrity: sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==}
1919
1920 partysocket@1.1.11:
1921 resolution: {integrity: sha512-P0EtOQiAwvLriqLgdThcSaREfz3bP77LkLSdmXq680BosPKvGSoGTh/d0g3S+UNmaqcw89Ad7JXHHKyRx3xU9Q==}
1922
1923 path-browserify@1.0.1:
1924 resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
1925
1926 path-key@3.1.1:
1927 resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1928 engines: {node: '>=8'}
1929
1930 path-scurry@2.0.1:
1931 resolution: {integrity: sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==}
1932 engines: {node: 20 || >=22}
1933
1934 pathe@2.0.3:
1935 resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
1936
1937 pathval@2.0.1:
1938 resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
1939 engines: {node: '>= 14.16'}
1940
1941 picocolors@1.1.1:
1942 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1943
1944 picomatch@4.0.3:
1945 resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
1946 engines: {node: '>=12'}
1947
1948 pino-abstract-transport@1.2.0:
1949 resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==}
1950
1951 pino-std-serializers@6.2.2:
1952 resolution: {integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==}
1953
1954 pino@8.21.0:
1955 resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==}
1956 hasBin: true
1957
1958 postcss@8.5.6:
1959 resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1960 engines: {node: ^10 || ^12 || >=14}
1961
1962 postgres@3.4.8:
1963 resolution: {integrity: sha512-d+JFcLM17njZaOLkv6SCev7uoLaBtfK86vMUXhW1Z4glPWh4jozno9APvW/XKFJ3CCxVoC7OL38BqRydtu5nGg==}
1964 engines: {node: '>=12'}
1965
1966 prettier@3.8.1:
1967 resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
1968 engines: {node: '>=14'}
1969 hasBin: true
1970
1971 process-warning@3.0.0:
1972 resolution: {integrity: sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==}
1973
1974 process@0.11.10:
1975 resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
1976 engines: {node: '>= 0.6.0'}
1977
1978 promise-limit@2.7.0:
1979 resolution: {integrity: sha512-7nJ6v5lnJsXwGprnGXga4wx6d1POjvi5Qmf1ivTRxTjH4Z/9Czja/UCMLVmB9N93GeWOU93XaFaEt6jbuoagNw==}
1980
1981 punycode@2.3.1:
1982 resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1983 engines: {node: '>=6'}
1984
1985 quick-format-unescaped@4.0.4:
1986 resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==}
1987
1988 readable-stream@4.7.0:
1989 resolution: {integrity: sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==}
1990 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1991
1992 real-require@0.2.0:
1993 resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
1994 engines: {node: '>= 12.13.0'}
1995
1996 require-from-string@2.0.2:
1997 resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
1998 engines: {node: '>=0.10.0'}
1999
2000 resolve-pkg-maps@1.0.0:
2001 resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
2002
2003 rollup@4.57.1:
2004 resolution: {integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==}
2005 engines: {node: '>=18.0.0', npm: '>=8.0.0'}
2006 hasBin: true
2007
2008 safe-buffer@5.2.1:
2009 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
2010
2011 safe-stable-stringify@2.5.0:
2012 resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
2013 engines: {node: '>=10'}
2014
2015 safer-buffer@2.1.2:
2016 resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
2017
2018 saxes@6.0.0:
2019 resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
2020 engines: {node: '>=v12.22.7'}
2021
2022 shebang-command@2.0.0:
2023 resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
2024 engines: {node: '>=8'}
2025
2026 shebang-regex@3.0.0:
2027 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
2028 engines: {node: '>=8'}
2029
2030 siginfo@2.0.0:
2031 resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
2032
2033 signal-exit@4.1.0:
2034 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
2035 engines: {node: '>=14'}
2036
2037 sonic-boom@3.8.1:
2038 resolution: {integrity: sha512-y4Z8LCDBuum+PBP3lSV7RHrXscqksve/bi0as7mhwVnBW+/wUqKT/2Kb7um8yqcFy0duYbbPxzt89Zy2nOCaxg==}
2039
2040 source-map-js@1.2.1:
2041 resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
2042 engines: {node: '>=0.10.0'}
2043
2044 source-map-support@0.5.21:
2045 resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
2046
2047 source-map@0.6.1:
2048 resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
2049 engines: {node: '>=0.10.0'}
2050
2051 split2@4.2.0:
2052 resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
2053 engines: {node: '>= 10.x'}
2054
2055 stackback@0.0.2:
2056 resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
2057
2058 std-env@3.10.0:
2059 resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
2060
2061 string-width@4.2.3:
2062 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
2063 engines: {node: '>=8'}
2064
2065 string_decoder@1.3.0:
2066 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
2067
2068 strip-ansi@6.0.1:
2069 resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
2070 engines: {node: '>=8'}
2071
2072 strip-literal@3.1.0:
2073 resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
2074
2075 supports-color@7.2.0:
2076 resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
2077 engines: {node: '>=8'}
2078
2079 symbol-tree@3.2.4:
2080 resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
2081
2082 thread-stream@2.7.0:
2083 resolution: {integrity: sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==}
2084
2085 tiny-emitter@2.1.0:
2086 resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==}
2087
2088 tinybench@2.9.0:
2089 resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
2090
2091 tinyexec@0.3.2:
2092 resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
2093
2094 tinyexec@1.0.2:
2095 resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==}
2096 engines: {node: '>=18'}
2097
2098 tinyglobby@0.2.15:
2099 resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
2100 engines: {node: '>=12.0.0'}
2101
2102 tinypool@1.1.1:
2103 resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==}
2104 engines: {node: ^18.0.0 || >=20.0.0}
2105
2106 tinyrainbow@2.0.0:
2107 resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
2108 engines: {node: '>=14.0.0'}
2109
2110 tinyrainbow@3.0.3:
2111 resolution: {integrity: sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==}
2112 engines: {node: '>=14.0.0'}
2113
2114 tinyspy@4.0.4:
2115 resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==}
2116 engines: {node: '>=14.0.0'}
2117
2118 tlds@1.261.0:
2119 resolution: {integrity: sha512-QXqwfEl9ddlGBaRFXIvNKK6OhipSiLXuRuLJX5DErz0o0Q0rYxulWLdFryTkV5PkdZct5iMInwYEGe/eR++1AA==}
2120 hasBin: true
2121
2122 tldts-core@7.0.23:
2123 resolution: {integrity: sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==}
2124
2125 tldts@7.0.23:
2126 resolution: {integrity: sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==}
2127 hasBin: true
2128
2129 tough-cookie@6.0.0:
2130 resolution: {integrity: sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==}
2131 engines: {node: '>=16'}
2132
2133 tr46@6.0.0:
2134 resolution: {integrity: sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==}
2135 engines: {node: '>=20'}
2136
2137 ts-morph@24.0.0:
2138 resolution: {integrity: sha512-2OAOg/Ob5yx9Et7ZX4CvTCc0UFoZHwLEJ+dpDPSUi5TgwwlTlX47w+iFRrEwzUZwYACjq83cgjS/Da50Ga37uw==}
2139
2140 tslib@2.8.1:
2141 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
2142
2143 tsx@4.21.0:
2144 resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==}
2145 engines: {node: '>=18.0.0'}
2146 hasBin: true
2147
2148 turbo-darwin-64@2.8.3:
2149 resolution: {integrity: sha512-4kXRLfcygLOeNcP6JquqRLmGB/ATjjfehiojL2dJkL7GFm3SPSXbq7oNj8UbD8XriYQ5hPaSuz59iF1ijPHkTw==}
2150 cpu: [x64]
2151 os: [darwin]
2152
2153 turbo-darwin-arm64@2.8.3:
2154 resolution: {integrity: sha512-xF7uCeC0UY0Hrv/tqax0BMbFlVP1J/aRyeGQPZT4NjvIPj8gSPDgFhfkfz06DhUwDg5NgMo04uiSkAWE8WB/QQ==}
2155 cpu: [arm64]
2156 os: [darwin]
2157
2158 turbo-linux-64@2.8.3:
2159 resolution: {integrity: sha512-vxMDXwaOjweW/4etY7BxrXCSkvtwh0PbwVafyfT1Ww659SedUxd5rM3V2ZCmbwG8NiCfY7d6VtxyHx3Wh1GoZA==}
2160 cpu: [x64]
2161 os: [linux]
2162
2163 turbo-linux-arm64@2.8.3:
2164 resolution: {integrity: sha512-mQX7uYBZFkuPLLlKaNe9IjR1JIef4YvY8f21xFocvttXvdPebnq3PK1Zjzl9A1zun2BEuWNUwQIL8lgvN9Pm3Q==}
2165 cpu: [arm64]
2166 os: [linux]
2167
2168 turbo-windows-64@2.8.3:
2169 resolution: {integrity: sha512-YLGEfppGxZj3VWcNOVa08h6ISsVKiG85aCAWosOKNUjb6yErWEuydv6/qImRJUI+tDLvDvW7BxopAkujRnWCrw==}
2170 cpu: [x64]
2171 os: [win32]
2172
2173 turbo-windows-arm64@2.8.3:
2174 resolution: {integrity: sha512-afTUGKBRmOJU1smQSBnFGcbq0iabAPwh1uXu2BVk7BREg30/1gMnJh9DFEQTah+UD3n3ru8V55J83RQNFfqoyw==}
2175 cpu: [arm64]
2176 os: [win32]
2177
2178 turbo@2.8.3:
2179 resolution: {integrity: sha512-8Osxz5Tu/Dw2kb31EAY+nhq/YZ3wzmQSmYa1nIArqxgCAldxv9TPlrAiaBUDVnKA4aiPn0OFBD1ACcpc5VFOAQ==}
2180 hasBin: true
2181
2182 typed-html@3.0.1:
2183 resolution: {integrity: sha512-JKCM9zTfPDuPqQqdGZBWSEiItShliKkBFg5c6yOR8zth43v763XkAzTWaOlVqc0Y6p9ee8AaAbipGfUnCsYZUA==}
2184 engines: {node: '>=12'}
2185
2186 typed-htmx@0.3.1:
2187 resolution: {integrity: sha512-6WSPsukTIOEMsVbx5wzgVSvldLmgBUVcFIm2vJlBpRPtcbDOGC5y1IYrCWNX1yUlNsrv1Ngcw4gGM8jsPyNV7w==}
2188 engines: {node: '>=12'}
2189
2190 typescript@5.9.3:
2191 resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
2192 engines: {node: '>=14.17'}
2193 hasBin: true
2194
2195 uint8arrays@3.0.0:
2196 resolution: {integrity: sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==}
2197
2198 undici-types@6.21.0:
2199 resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
2200
2201 undici@6.23.0:
2202 resolution: {integrity: sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==}
2203 engines: {node: '>=18.17'}
2204
2205 undici@7.22.0:
2206 resolution: {integrity: sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==}
2207 engines: {node: '>=20.18.1'}
2208
2209 unicode-segmenter@0.14.5:
2210 resolution: {integrity: sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g==}
2211
2212 vite-node@3.2.4:
2213 resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==}
2214 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
2215 hasBin: true
2216
2217 vite@7.3.1:
2218 resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
2219 engines: {node: ^20.19.0 || >=22.12.0}
2220 hasBin: true
2221 peerDependencies:
2222 '@types/node': ^20.19.0 || >=22.12.0
2223 jiti: '>=1.21.0'
2224 less: ^4.0.0
2225 lightningcss: ^1.21.0
2226 sass: ^1.70.0
2227 sass-embedded: ^1.70.0
2228 stylus: '>=0.54.8'
2229 sugarss: ^5.0.0
2230 terser: ^5.16.0
2231 tsx: ^4.8.1
2232 yaml: ^2.4.2
2233 peerDependenciesMeta:
2234 '@types/node':
2235 optional: true
2236 jiti:
2237 optional: true
2238 less:
2239 optional: true
2240 lightningcss:
2241 optional: true
2242 sass:
2243 optional: true
2244 sass-embedded:
2245 optional: true
2246 stylus:
2247 optional: true
2248 sugarss:
2249 optional: true
2250 terser:
2251 optional: true
2252 tsx:
2253 optional: true
2254 yaml:
2255 optional: true
2256
2257 vitest@3.2.4:
2258 resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==}
2259 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
2260 hasBin: true
2261 peerDependencies:
2262 '@edge-runtime/vm': '*'
2263 '@types/debug': ^4.1.12
2264 '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
2265 '@vitest/browser': 3.2.4
2266 '@vitest/ui': 3.2.4
2267 happy-dom: '*'
2268 jsdom: '*'
2269 peerDependenciesMeta:
2270 '@edge-runtime/vm':
2271 optional: true
2272 '@types/debug':
2273 optional: true
2274 '@types/node':
2275 optional: true
2276 '@vitest/browser':
2277 optional: true
2278 '@vitest/ui':
2279 optional: true
2280 happy-dom:
2281 optional: true
2282 jsdom:
2283 optional: true
2284
2285 vitest@4.0.18:
2286 resolution: {integrity: sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==}
2287 engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
2288 hasBin: true
2289 peerDependencies:
2290 '@edge-runtime/vm': '*'
2291 '@opentelemetry/api': ^1.9.0
2292 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
2293 '@vitest/browser-playwright': 4.0.18
2294 '@vitest/browser-preview': 4.0.18
2295 '@vitest/browser-webdriverio': 4.0.18
2296 '@vitest/ui': 4.0.18
2297 happy-dom: '*'
2298 jsdom: '*'
2299 peerDependenciesMeta:
2300 '@edge-runtime/vm':
2301 optional: true
2302 '@opentelemetry/api':
2303 optional: true
2304 '@types/node':
2305 optional: true
2306 '@vitest/browser-playwright':
2307 optional: true
2308 '@vitest/browser-preview':
2309 optional: true
2310 '@vitest/browser-webdriverio':
2311 optional: true
2312 '@vitest/ui':
2313 optional: true
2314 happy-dom:
2315 optional: true
2316 jsdom:
2317 optional: true
2318
2319 w3c-xmlserializer@5.0.0:
2320 resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
2321 engines: {node: '>=18'}
2322
2323 web-streams-polyfill@3.3.3:
2324 resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
2325 engines: {node: '>= 8'}
2326
2327 webidl-conversions@8.0.1:
2328 resolution: {integrity: sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==}
2329 engines: {node: '>=20'}
2330
2331 whatwg-mimetype@5.0.0:
2332 resolution: {integrity: sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==}
2333 engines: {node: '>=20'}
2334
2335 whatwg-url@16.0.1:
2336 resolution: {integrity: sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==}
2337 engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
2338
2339 which@2.0.2:
2340 resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
2341 engines: {node: '>= 8'}
2342 hasBin: true
2343
2344 why-is-node-running@2.3.0:
2345 resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
2346 engines: {node: '>=8'}
2347 hasBin: true
2348
2349 wrap-ansi@6.2.0:
2350 resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
2351 engines: {node: '>=8'}
2352
2353 ws@8.19.0:
2354 resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
2355 engines: {node: '>=10.0.0'}
2356 peerDependencies:
2357 bufferutil: ^4.0.1
2358 utf-8-validate: '>=5.0.2'
2359 peerDependenciesMeta:
2360 bufferutil:
2361 optional: true
2362 utf-8-validate:
2363 optional: true
2364
2365 xml-name-validator@5.0.0:
2366 resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
2367 engines: {node: '>=18'}
2368
2369 xmlchars@2.2.0:
2370 resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
2371
2372 yaml@2.8.2:
2373 resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==}
2374 engines: {node: '>= 14.6'}
2375 hasBin: true
2376
2377 yesno@0.4.0:
2378 resolution: {integrity: sha512-tdBxmHvbXPBKYIg81bMCB7bVeDmHkRzk5rVJyYYXurwKkHq/MCd8rz4HSJUP7hW0H2NlXiq8IFiWvYKEHhlotA==}
2379
2380 yoctocolors-cjs@2.1.3:
2381 resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==}
2382 engines: {node: '>=18'}
2383
2384 zod@3.25.76:
2385 resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
2386
2387snapshots:
2388
2389 '@acemir/cssom@0.9.31': {}
2390
2391 '@asamuzakjp/css-color@5.0.1':
2392 dependencies:
2393 '@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
2394 '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
2395 '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
2396 '@csstools/css-tokenizer': 4.0.0
2397 lru-cache: 11.2.6
2398
2399 '@asamuzakjp/dom-selector@6.8.1':
2400 dependencies:
2401 '@asamuzakjp/nwsapi': 2.3.9
2402 bidi-js: 1.0.3
2403 css-tree: 3.1.0
2404 is-potential-custom-element-name: 1.0.1
2405 lru-cache: 11.2.6
2406
2407 '@asamuzakjp/nwsapi@2.3.9': {}
2408
2409 '@atcute/atproto@3.1.10':
2410 dependencies:
2411 '@atcute/lexicons': 1.2.7
2412
2413 '@atcute/bluesky@3.2.17':
2414 dependencies:
2415 '@atcute/atproto': 3.1.10
2416 '@atcute/lexicons': 1.2.7
2417
2418 '@atcute/lexicons@1.2.7':
2419 dependencies:
2420 '@atcute/uint8array': 1.1.0
2421 '@atcute/util-text': 1.1.0
2422 '@standard-schema/spec': 1.1.0
2423 esm-env: 1.2.2
2424
2425 '@atcute/uint8array@1.1.0': {}
2426
2427 '@atcute/util-text@1.1.0':
2428 dependencies:
2429 unicode-segmenter: 0.14.5
2430
2431 '@atproto-labs/did-resolver@0.2.6':
2432 dependencies:
2433 '@atproto-labs/fetch': 0.2.3
2434 '@atproto-labs/pipe': 0.1.1
2435 '@atproto-labs/simple-store': 0.3.0
2436 '@atproto-labs/simple-store-memory': 0.1.4
2437 '@atproto/did': 0.3.0
2438 zod: 3.25.76
2439
2440 '@atproto-labs/fetch-node@0.2.0':
2441 dependencies:
2442 '@atproto-labs/fetch': 0.2.3
2443 '@atproto-labs/pipe': 0.1.1
2444 ipaddr.js: 2.3.0
2445 undici: 6.23.0
2446
2447 '@atproto-labs/fetch@0.2.3':
2448 dependencies:
2449 '@atproto-labs/pipe': 0.1.1
2450
2451 '@atproto-labs/handle-resolver-node@0.1.25':
2452 dependencies:
2453 '@atproto-labs/fetch-node': 0.2.0
2454 '@atproto-labs/handle-resolver': 0.3.6
2455 '@atproto/did': 0.3.0
2456
2457 '@atproto-labs/handle-resolver@0.3.6':
2458 dependencies:
2459 '@atproto-labs/simple-store': 0.3.0
2460 '@atproto-labs/simple-store-memory': 0.1.4
2461 '@atproto/did': 0.3.0
2462 zod: 3.25.76
2463
2464 '@atproto-labs/identity-resolver@0.3.6':
2465 dependencies:
2466 '@atproto-labs/did-resolver': 0.2.6
2467 '@atproto-labs/handle-resolver': 0.3.6
2468
2469 '@atproto-labs/pipe@0.1.1': {}
2470
2471 '@atproto-labs/simple-store-memory@0.1.4':
2472 dependencies:
2473 '@atproto-labs/simple-store': 0.3.0
2474 lru-cache: 10.4.3
2475
2476 '@atproto-labs/simple-store@0.3.0': {}
2477
2478 '@atproto/api@0.15.27':
2479 dependencies:
2480 '@atproto/common-web': 0.4.16
2481 '@atproto/lexicon': 0.4.14
2482 '@atproto/syntax': 0.4.3
2483 '@atproto/xrpc': 0.7.7
2484 await-lock: 2.2.2
2485 multiformats: 9.9.0
2486 tlds: 1.261.0
2487 zod: 3.25.76
2488
2489 '@atproto/common-web@0.4.16':
2490 dependencies:
2491 '@atproto/lex-data': 0.0.11
2492 '@atproto/lex-json': 0.0.11
2493 '@atproto/syntax': 0.4.3
2494 zod: 3.25.76
2495
2496 '@atproto/common@0.5.11':
2497 dependencies:
2498 '@atproto/common-web': 0.4.16
2499 '@atproto/lex-cbor': 0.0.11
2500 '@atproto/lex-data': 0.0.11
2501 iso-datestring-validator: 2.2.2
2502 multiformats: 9.9.0
2503 pino: 8.21.0
2504
2505 '@atproto/did@0.3.0':
2506 dependencies:
2507 zod: 3.25.76
2508
2509 '@atproto/jwk-jose@0.1.11':
2510 dependencies:
2511 '@atproto/jwk': 0.6.0
2512 jose: 5.10.0
2513
2514 '@atproto/jwk-webcrypto@0.2.0':
2515 dependencies:
2516 '@atproto/jwk': 0.6.0
2517 '@atproto/jwk-jose': 0.1.11
2518 zod: 3.25.76
2519
2520 '@atproto/jwk@0.6.0':
2521 dependencies:
2522 multiformats: 9.9.0
2523 zod: 3.25.76
2524
2525 '@atproto/lex-cbor@0.0.11':
2526 dependencies:
2527 '@atproto/lex-data': 0.0.11
2528 tslib: 2.8.1
2529
2530 '@atproto/lex-cli@0.9.8':
2531 dependencies:
2532 '@atproto/lexicon': 0.6.1
2533 '@atproto/syntax': 0.4.3
2534 chalk: 4.1.2
2535 commander: 9.5.0
2536 prettier: 3.8.1
2537 ts-morph: 24.0.0
2538 yesno: 0.4.0
2539 zod: 3.25.76
2540
2541 '@atproto/lex-data@0.0.11':
2542 dependencies:
2543 multiformats: 9.9.0
2544 tslib: 2.8.1
2545 uint8arrays: 3.0.0
2546 unicode-segmenter: 0.14.5
2547
2548 '@atproto/lex-json@0.0.11':
2549 dependencies:
2550 '@atproto/lex-data': 0.0.11
2551 tslib: 2.8.1
2552
2553 '@atproto/lexicon@0.4.14':
2554 dependencies:
2555 '@atproto/common-web': 0.4.16
2556 '@atproto/syntax': 0.4.3
2557 iso-datestring-validator: 2.2.2
2558 multiformats: 9.9.0
2559 zod: 3.25.76
2560
2561 '@atproto/lexicon@0.6.1':
2562 dependencies:
2563 '@atproto/common-web': 0.4.16
2564 '@atproto/syntax': 0.4.3
2565 iso-datestring-validator: 2.2.2
2566 multiformats: 9.9.0
2567 zod: 3.25.76
2568
2569 '@atproto/oauth-client-node@0.3.16':
2570 dependencies:
2571 '@atproto-labs/did-resolver': 0.2.6
2572 '@atproto-labs/handle-resolver-node': 0.1.25
2573 '@atproto-labs/simple-store': 0.3.0
2574 '@atproto/did': 0.3.0
2575 '@atproto/jwk': 0.6.0
2576 '@atproto/jwk-jose': 0.1.11
2577 '@atproto/jwk-webcrypto': 0.2.0
2578 '@atproto/oauth-client': 0.5.14
2579 '@atproto/oauth-types': 0.6.2
2580
2581 '@atproto/oauth-client@0.5.14':
2582 dependencies:
2583 '@atproto-labs/did-resolver': 0.2.6
2584 '@atproto-labs/fetch': 0.2.3
2585 '@atproto-labs/handle-resolver': 0.3.6
2586 '@atproto-labs/identity-resolver': 0.3.6
2587 '@atproto-labs/simple-store': 0.3.0
2588 '@atproto-labs/simple-store-memory': 0.1.4
2589 '@atproto/did': 0.3.0
2590 '@atproto/jwk': 0.6.0
2591 '@atproto/oauth-types': 0.6.2
2592 '@atproto/xrpc': 0.7.7
2593 core-js: 3.48.0
2594 multiformats: 9.9.0
2595 zod: 3.25.76
2596
2597 '@atproto/oauth-types@0.6.2':
2598 dependencies:
2599 '@atproto/did': 0.3.0
2600 '@atproto/jwk': 0.6.0
2601 zod: 3.25.76
2602
2603 '@atproto/syntax@0.4.3':
2604 dependencies:
2605 tslib: 2.8.1
2606
2607 '@atproto/xrpc@0.7.7':
2608 dependencies:
2609 '@atproto/lexicon': 0.6.1
2610 zod: 3.25.76
2611
2612 '@bramus/specificity@2.4.2':
2613 dependencies:
2614 css-tree: 3.1.0
2615
2616 '@csstools/color-helpers@6.0.2': {}
2617
2618 '@csstools/css-calc@3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)':
2619 dependencies:
2620 '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
2621 '@csstools/css-tokenizer': 4.0.0
2622
2623 '@csstools/css-color-parser@4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)':
2624 dependencies:
2625 '@csstools/color-helpers': 6.0.2
2626 '@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
2627 '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
2628 '@csstools/css-tokenizer': 4.0.0
2629
2630 '@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0)':
2631 dependencies:
2632 '@csstools/css-tokenizer': 4.0.0
2633
2634 '@csstools/css-syntax-patches-for-csstree@1.0.28': {}
2635
2636 '@csstools/css-tokenizer@4.0.0': {}
2637
2638 '@drizzle-team/brocli@0.10.2': {}
2639
2640 '@esbuild-kit/core-utils@3.3.2':
2641 dependencies:
2642 esbuild: 0.18.20
2643 source-map-support: 0.5.21
2644
2645 '@esbuild-kit/esm-loader@2.6.5':
2646 dependencies:
2647 '@esbuild-kit/core-utils': 3.3.2
2648 get-tsconfig: 4.13.6
2649
2650 '@esbuild/aix-ppc64@0.25.12':
2651 optional: true
2652
2653 '@esbuild/aix-ppc64@0.27.3':
2654 optional: true
2655
2656 '@esbuild/android-arm64@0.18.20':
2657 optional: true
2658
2659 '@esbuild/android-arm64@0.25.12':
2660 optional: true
2661
2662 '@esbuild/android-arm64@0.27.3':
2663 optional: true
2664
2665 '@esbuild/android-arm@0.18.20':
2666 optional: true
2667
2668 '@esbuild/android-arm@0.25.12':
2669 optional: true
2670
2671 '@esbuild/android-arm@0.27.3':
2672 optional: true
2673
2674 '@esbuild/android-x64@0.18.20':
2675 optional: true
2676
2677 '@esbuild/android-x64@0.25.12':
2678 optional: true
2679
2680 '@esbuild/android-x64@0.27.3':
2681 optional: true
2682
2683 '@esbuild/darwin-arm64@0.18.20':
2684 optional: true
2685
2686 '@esbuild/darwin-arm64@0.25.12':
2687 optional: true
2688
2689 '@esbuild/darwin-arm64@0.27.3':
2690 optional: true
2691
2692 '@esbuild/darwin-x64@0.18.20':
2693 optional: true
2694
2695 '@esbuild/darwin-x64@0.25.12':
2696 optional: true
2697
2698 '@esbuild/darwin-x64@0.27.3':
2699 optional: true
2700
2701 '@esbuild/freebsd-arm64@0.18.20':
2702 optional: true
2703
2704 '@esbuild/freebsd-arm64@0.25.12':
2705 optional: true
2706
2707 '@esbuild/freebsd-arm64@0.27.3':
2708 optional: true
2709
2710 '@esbuild/freebsd-x64@0.18.20':
2711 optional: true
2712
2713 '@esbuild/freebsd-x64@0.25.12':
2714 optional: true
2715
2716 '@esbuild/freebsd-x64@0.27.3':
2717 optional: true
2718
2719 '@esbuild/linux-arm64@0.18.20':
2720 optional: true
2721
2722 '@esbuild/linux-arm64@0.25.12':
2723 optional: true
2724
2725 '@esbuild/linux-arm64@0.27.3':
2726 optional: true
2727
2728 '@esbuild/linux-arm@0.18.20':
2729 optional: true
2730
2731 '@esbuild/linux-arm@0.25.12':
2732 optional: true
2733
2734 '@esbuild/linux-arm@0.27.3':
2735 optional: true
2736
2737 '@esbuild/linux-ia32@0.18.20':
2738 optional: true
2739
2740 '@esbuild/linux-ia32@0.25.12':
2741 optional: true
2742
2743 '@esbuild/linux-ia32@0.27.3':
2744 optional: true
2745
2746 '@esbuild/linux-loong64@0.18.20':
2747 optional: true
2748
2749 '@esbuild/linux-loong64@0.25.12':
2750 optional: true
2751
2752 '@esbuild/linux-loong64@0.27.3':
2753 optional: true
2754
2755 '@esbuild/linux-mips64el@0.18.20':
2756 optional: true
2757
2758 '@esbuild/linux-mips64el@0.25.12':
2759 optional: true
2760
2761 '@esbuild/linux-mips64el@0.27.3':
2762 optional: true
2763
2764 '@esbuild/linux-ppc64@0.18.20':
2765 optional: true
2766
2767 '@esbuild/linux-ppc64@0.25.12':
2768 optional: true
2769
2770 '@esbuild/linux-ppc64@0.27.3':
2771 optional: true
2772
2773 '@esbuild/linux-riscv64@0.18.20':
2774 optional: true
2775
2776 '@esbuild/linux-riscv64@0.25.12':
2777 optional: true
2778
2779 '@esbuild/linux-riscv64@0.27.3':
2780 optional: true
2781
2782 '@esbuild/linux-s390x@0.18.20':
2783 optional: true
2784
2785 '@esbuild/linux-s390x@0.25.12':
2786 optional: true
2787
2788 '@esbuild/linux-s390x@0.27.3':
2789 optional: true
2790
2791 '@esbuild/linux-x64@0.18.20':
2792 optional: true
2793
2794 '@esbuild/linux-x64@0.25.12':
2795 optional: true
2796
2797 '@esbuild/linux-x64@0.27.3':
2798 optional: true
2799
2800 '@esbuild/netbsd-arm64@0.25.12':
2801 optional: true
2802
2803 '@esbuild/netbsd-arm64@0.27.3':
2804 optional: true
2805
2806 '@esbuild/netbsd-x64@0.18.20':
2807 optional: true
2808
2809 '@esbuild/netbsd-x64@0.25.12':
2810 optional: true
2811
2812 '@esbuild/netbsd-x64@0.27.3':
2813 optional: true
2814
2815 '@esbuild/openbsd-arm64@0.25.12':
2816 optional: true
2817
2818 '@esbuild/openbsd-arm64@0.27.3':
2819 optional: true
2820
2821 '@esbuild/openbsd-x64@0.18.20':
2822 optional: true
2823
2824 '@esbuild/openbsd-x64@0.25.12':
2825 optional: true
2826
2827 '@esbuild/openbsd-x64@0.27.3':
2828 optional: true
2829
2830 '@esbuild/openharmony-arm64@0.25.12':
2831 optional: true
2832
2833 '@esbuild/openharmony-arm64@0.27.3':
2834 optional: true
2835
2836 '@esbuild/sunos-x64@0.18.20':
2837 optional: true
2838
2839 '@esbuild/sunos-x64@0.25.12':
2840 optional: true
2841
2842 '@esbuild/sunos-x64@0.27.3':
2843 optional: true
2844
2845 '@esbuild/win32-arm64@0.18.20':
2846 optional: true
2847
2848 '@esbuild/win32-arm64@0.25.12':
2849 optional: true
2850
2851 '@esbuild/win32-arm64@0.27.3':
2852 optional: true
2853
2854 '@esbuild/win32-ia32@0.18.20':
2855 optional: true
2856
2857 '@esbuild/win32-ia32@0.25.12':
2858 optional: true
2859
2860 '@esbuild/win32-ia32@0.27.3':
2861 optional: true
2862
2863 '@esbuild/win32-x64@0.18.20':
2864 optional: true
2865
2866 '@esbuild/win32-x64@0.25.12':
2867 optional: true
2868
2869 '@esbuild/win32-x64@0.27.3':
2870 optional: true
2871
2872 '@exodus/bytes@1.14.1': {}
2873
2874 '@hono/node-server@1.19.9(hono@4.11.8)':
2875 dependencies:
2876 hono: 4.11.8
2877
2878 '@inquirer/ansi@1.0.2': {}
2879
2880 '@inquirer/checkbox@4.3.2(@types/node@22.19.9)':
2881 dependencies:
2882 '@inquirer/ansi': 1.0.2
2883 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2884 '@inquirer/figures': 1.0.15
2885 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2886 yoctocolors-cjs: 2.1.3
2887 optionalDependencies:
2888 '@types/node': 22.19.9
2889
2890 '@inquirer/confirm@5.1.21(@types/node@22.19.9)':
2891 dependencies:
2892 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2893 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2894 optionalDependencies:
2895 '@types/node': 22.19.9
2896
2897 '@inquirer/core@10.3.2(@types/node@22.19.9)':
2898 dependencies:
2899 '@inquirer/ansi': 1.0.2
2900 '@inquirer/figures': 1.0.15
2901 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2902 cli-width: 4.1.0
2903 mute-stream: 2.0.0
2904 signal-exit: 4.1.0
2905 wrap-ansi: 6.2.0
2906 yoctocolors-cjs: 2.1.3
2907 optionalDependencies:
2908 '@types/node': 22.19.9
2909
2910 '@inquirer/editor@4.2.23(@types/node@22.19.9)':
2911 dependencies:
2912 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2913 '@inquirer/external-editor': 1.0.3(@types/node@22.19.9)
2914 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2915 optionalDependencies:
2916 '@types/node': 22.19.9
2917
2918 '@inquirer/expand@4.0.23(@types/node@22.19.9)':
2919 dependencies:
2920 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2921 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2922 yoctocolors-cjs: 2.1.3
2923 optionalDependencies:
2924 '@types/node': 22.19.9
2925
2926 '@inquirer/external-editor@1.0.3(@types/node@22.19.9)':
2927 dependencies:
2928 chardet: 2.1.1
2929 iconv-lite: 0.7.2
2930 optionalDependencies:
2931 '@types/node': 22.19.9
2932
2933 '@inquirer/figures@1.0.15': {}
2934
2935 '@inquirer/input@4.3.1(@types/node@22.19.9)':
2936 dependencies:
2937 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2938 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2939 optionalDependencies:
2940 '@types/node': 22.19.9
2941
2942 '@inquirer/number@3.0.23(@types/node@22.19.9)':
2943 dependencies:
2944 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2945 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2946 optionalDependencies:
2947 '@types/node': 22.19.9
2948
2949 '@inquirer/password@4.0.23(@types/node@22.19.9)':
2950 dependencies:
2951 '@inquirer/ansi': 1.0.2
2952 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2953 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2954 optionalDependencies:
2955 '@types/node': 22.19.9
2956
2957 '@inquirer/prompts@7.10.1(@types/node@22.19.9)':
2958 dependencies:
2959 '@inquirer/checkbox': 4.3.2(@types/node@22.19.9)
2960 '@inquirer/confirm': 5.1.21(@types/node@22.19.9)
2961 '@inquirer/editor': 4.2.23(@types/node@22.19.9)
2962 '@inquirer/expand': 4.0.23(@types/node@22.19.9)
2963 '@inquirer/input': 4.3.1(@types/node@22.19.9)
2964 '@inquirer/number': 3.0.23(@types/node@22.19.9)
2965 '@inquirer/password': 4.0.23(@types/node@22.19.9)
2966 '@inquirer/rawlist': 4.1.11(@types/node@22.19.9)
2967 '@inquirer/search': 3.2.2(@types/node@22.19.9)
2968 '@inquirer/select': 4.4.2(@types/node@22.19.9)
2969 optionalDependencies:
2970 '@types/node': 22.19.9
2971
2972 '@inquirer/rawlist@4.1.11(@types/node@22.19.9)':
2973 dependencies:
2974 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2975 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2976 yoctocolors-cjs: 2.1.3
2977 optionalDependencies:
2978 '@types/node': 22.19.9
2979
2980 '@inquirer/search@3.2.2(@types/node@22.19.9)':
2981 dependencies:
2982 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2983 '@inquirer/figures': 1.0.15
2984 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2985 yoctocolors-cjs: 2.1.3
2986 optionalDependencies:
2987 '@types/node': 22.19.9
2988
2989 '@inquirer/select@4.4.2(@types/node@22.19.9)':
2990 dependencies:
2991 '@inquirer/ansi': 1.0.2
2992 '@inquirer/core': 10.3.2(@types/node@22.19.9)
2993 '@inquirer/figures': 1.0.15
2994 '@inquirer/type': 3.0.10(@types/node@22.19.9)
2995 yoctocolors-cjs: 2.1.3
2996 optionalDependencies:
2997 '@types/node': 22.19.9
2998
2999 '@inquirer/type@3.0.10(@types/node@22.19.9)':
3000 optionalDependencies:
3001 '@types/node': 22.19.9
3002
3003 '@isaacs/balanced-match@4.0.1': {}
3004
3005 '@isaacs/brace-expansion@5.0.1':
3006 dependencies:
3007 '@isaacs/balanced-match': 4.0.1
3008
3009 '@isaacs/cliui@9.0.0': {}
3010
3011 '@jridgewell/sourcemap-codec@1.5.5': {}
3012
3013 '@libsql/client@0.14.0':
3014 dependencies:
3015 '@libsql/core': 0.14.0
3016 '@libsql/hrana-client': 0.7.0
3017 js-base64: 3.7.8
3018 libsql: 0.4.7
3019 promise-limit: 2.7.0
3020 transitivePeerDependencies:
3021 - bufferutil
3022 - utf-8-validate
3023
3024 '@libsql/core@0.14.0':
3025 dependencies:
3026 js-base64: 3.7.8
3027
3028 '@libsql/darwin-arm64@0.4.7':
3029 optional: true
3030
3031 '@libsql/darwin-x64@0.4.7':
3032 optional: true
3033
3034 '@libsql/hrana-client@0.7.0':
3035 dependencies:
3036 '@libsql/isomorphic-fetch': 0.3.1
3037 '@libsql/isomorphic-ws': 0.1.5
3038 js-base64: 3.7.8
3039 node-fetch: 3.3.2
3040 transitivePeerDependencies:
3041 - bufferutil
3042 - utf-8-validate
3043
3044 '@libsql/isomorphic-fetch@0.3.1': {}
3045
3046 '@libsql/isomorphic-ws@0.1.5':
3047 dependencies:
3048 '@types/ws': 8.18.1
3049 ws: 8.19.0
3050 transitivePeerDependencies:
3051 - bufferutil
3052 - utf-8-validate
3053
3054 '@libsql/linux-arm64-gnu@0.4.7':
3055 optional: true
3056
3057 '@libsql/linux-arm64-musl@0.4.7':
3058 optional: true
3059
3060 '@libsql/linux-x64-gnu@0.4.7':
3061 optional: true
3062
3063 '@libsql/linux-x64-musl@0.4.7':
3064 optional: true
3065
3066 '@libsql/win32-x64-msvc@0.4.7':
3067 optional: true
3068
3069 '@neon-rs/load@0.0.4': {}
3070
3071 '@opentelemetry/api-logs@0.200.0':
3072 dependencies:
3073 '@opentelemetry/api': 1.9.0
3074
3075 '@opentelemetry/api@1.9.0': {}
3076
3077 '@opentelemetry/core@2.0.0(@opentelemetry/api@1.9.0)':
3078 dependencies:
3079 '@opentelemetry/api': 1.9.0
3080 '@opentelemetry/semantic-conventions': 1.39.0
3081
3082 '@opentelemetry/core@2.5.1(@opentelemetry/api@1.9.0)':
3083 dependencies:
3084 '@opentelemetry/api': 1.9.0
3085 '@opentelemetry/semantic-conventions': 1.39.0
3086
3087 '@opentelemetry/resources@2.0.0(@opentelemetry/api@1.9.0)':
3088 dependencies:
3089 '@opentelemetry/api': 1.9.0
3090 '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0)
3091 '@opentelemetry/semantic-conventions': 1.39.0
3092
3093 '@opentelemetry/resources@2.5.1(@opentelemetry/api@1.9.0)':
3094 dependencies:
3095 '@opentelemetry/api': 1.9.0
3096 '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
3097 '@opentelemetry/semantic-conventions': 1.39.0
3098
3099 '@opentelemetry/sdk-logs@0.200.0(@opentelemetry/api@1.9.0)':
3100 dependencies:
3101 '@opentelemetry/api': 1.9.0
3102 '@opentelemetry/api-logs': 0.200.0
3103 '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0)
3104 '@opentelemetry/resources': 2.0.0(@opentelemetry/api@1.9.0)
3105
3106 '@opentelemetry/semantic-conventions@1.39.0': {}
3107
3108 '@oxlint/darwin-arm64@0.17.0':
3109 optional: true
3110
3111 '@oxlint/darwin-x64@0.17.0':
3112 optional: true
3113
3114 '@oxlint/linux-arm64-gnu@0.17.0':
3115 optional: true
3116
3117 '@oxlint/linux-arm64-musl@0.17.0':
3118 optional: true
3119
3120 '@oxlint/linux-x64-gnu@0.17.0':
3121 optional: true
3122
3123 '@oxlint/linux-x64-musl@0.17.0':
3124 optional: true
3125
3126 '@oxlint/win32-arm64@0.17.0':
3127 optional: true
3128
3129 '@oxlint/win32-x64@0.17.0':
3130 optional: true
3131
3132 '@rollup/rollup-android-arm-eabi@4.57.1':
3133 optional: true
3134
3135 '@rollup/rollup-android-arm64@4.57.1':
3136 optional: true
3137
3138 '@rollup/rollup-darwin-arm64@4.57.1':
3139 optional: true
3140
3141 '@rollup/rollup-darwin-x64@4.57.1':
3142 optional: true
3143
3144 '@rollup/rollup-freebsd-arm64@4.57.1':
3145 optional: true
3146
3147 '@rollup/rollup-freebsd-x64@4.57.1':
3148 optional: true
3149
3150 '@rollup/rollup-linux-arm-gnueabihf@4.57.1':
3151 optional: true
3152
3153 '@rollup/rollup-linux-arm-musleabihf@4.57.1':
3154 optional: true
3155
3156 '@rollup/rollup-linux-arm64-gnu@4.57.1':
3157 optional: true
3158
3159 '@rollup/rollup-linux-arm64-musl@4.57.1':
3160 optional: true
3161
3162 '@rollup/rollup-linux-loong64-gnu@4.57.1':
3163 optional: true
3164
3165 '@rollup/rollup-linux-loong64-musl@4.57.1':
3166 optional: true
3167
3168 '@rollup/rollup-linux-ppc64-gnu@4.57.1':
3169 optional: true
3170
3171 '@rollup/rollup-linux-ppc64-musl@4.57.1':
3172 optional: true
3173
3174 '@rollup/rollup-linux-riscv64-gnu@4.57.1':
3175 optional: true
3176
3177 '@rollup/rollup-linux-riscv64-musl@4.57.1':
3178 optional: true
3179
3180 '@rollup/rollup-linux-s390x-gnu@4.57.1':
3181 optional: true
3182
3183 '@rollup/rollup-linux-x64-gnu@4.57.1':
3184 optional: true
3185
3186 '@rollup/rollup-linux-x64-musl@4.57.1':
3187 optional: true
3188
3189 '@rollup/rollup-openbsd-x64@4.57.1':
3190 optional: true
3191
3192 '@rollup/rollup-openharmony-arm64@4.57.1':
3193 optional: true
3194
3195 '@rollup/rollup-win32-arm64-msvc@4.57.1':
3196 optional: true
3197
3198 '@rollup/rollup-win32-ia32-msvc@4.57.1':
3199 optional: true
3200
3201 '@rollup/rollup-win32-x64-gnu@4.57.1':
3202 optional: true
3203
3204 '@rollup/rollup-win32-x64-msvc@4.57.1':
3205 optional: true
3206
3207 '@skyware/jetstream@0.2.5':
3208 dependencies:
3209 '@atcute/atproto': 3.1.10
3210 '@atcute/bluesky': 3.2.17
3211 '@atcute/lexicons': 1.2.7
3212 partysocket: 1.1.11
3213 tiny-emitter: 2.1.0
3214
3215 '@standard-schema/spec@1.1.0': {}
3216
3217 '@ts-morph/common@0.25.0':
3218 dependencies:
3219 minimatch: 9.0.5
3220 path-browserify: 1.0.1
3221 tinyglobby: 0.2.15
3222
3223 '@types/chai@5.2.3':
3224 dependencies:
3225 '@types/deep-eql': 4.0.2
3226 assertion-error: 2.0.1
3227
3228 '@types/deep-eql@4.0.2': {}
3229
3230 '@types/estree@1.0.8': {}
3231
3232 '@types/node@22.19.9':
3233 dependencies:
3234 undici-types: 6.21.0
3235
3236 '@types/ws@8.18.1':
3237 dependencies:
3238 '@types/node': 22.19.9
3239
3240 '@vitest/expect@3.2.4':
3241 dependencies:
3242 '@types/chai': 5.2.3
3243 '@vitest/spy': 3.2.4
3244 '@vitest/utils': 3.2.4
3245 chai: 5.3.3
3246 tinyrainbow: 2.0.0
3247
3248 '@vitest/expect@4.0.18':
3249 dependencies:
3250 '@standard-schema/spec': 1.1.0
3251 '@types/chai': 5.2.3
3252 '@vitest/spy': 4.0.18
3253 '@vitest/utils': 4.0.18
3254 chai: 6.2.2
3255 tinyrainbow: 3.0.3
3256
3257 '@vitest/mocker@3.2.4(vite@7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2))':
3258 dependencies:
3259 '@vitest/spy': 3.2.4
3260 estree-walker: 3.0.3
3261 magic-string: 0.30.21
3262 optionalDependencies:
3263 vite: 7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2)
3264
3265 '@vitest/mocker@4.0.18(vite@7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2))':
3266 dependencies:
3267 '@vitest/spy': 4.0.18
3268 estree-walker: 3.0.3
3269 magic-string: 0.30.21
3270 optionalDependencies:
3271 vite: 7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2)
3272
3273 '@vitest/pretty-format@3.2.4':
3274 dependencies:
3275 tinyrainbow: 2.0.0
3276
3277 '@vitest/pretty-format@4.0.18':
3278 dependencies:
3279 tinyrainbow: 3.0.3
3280
3281 '@vitest/runner@3.2.4':
3282 dependencies:
3283 '@vitest/utils': 3.2.4
3284 pathe: 2.0.3
3285 strip-literal: 3.1.0
3286
3287 '@vitest/runner@4.0.18':
3288 dependencies:
3289 '@vitest/utils': 4.0.18
3290 pathe: 2.0.3
3291
3292 '@vitest/snapshot@3.2.4':
3293 dependencies:
3294 '@vitest/pretty-format': 3.2.4
3295 magic-string: 0.30.21
3296 pathe: 2.0.3
3297
3298 '@vitest/snapshot@4.0.18':
3299 dependencies:
3300 '@vitest/pretty-format': 4.0.18
3301 magic-string: 0.30.21
3302 pathe: 2.0.3
3303
3304 '@vitest/spy@3.2.4':
3305 dependencies:
3306 tinyspy: 4.0.4
3307
3308 '@vitest/spy@4.0.18': {}
3309
3310 '@vitest/utils@3.2.4':
3311 dependencies:
3312 '@vitest/pretty-format': 3.2.4
3313 loupe: 3.2.1
3314 tinyrainbow: 2.0.0
3315
3316 '@vitest/utils@4.0.18':
3317 dependencies:
3318 '@vitest/pretty-format': 4.0.18
3319 tinyrainbow: 3.0.3
3320
3321 abort-controller@3.0.0:
3322 dependencies:
3323 event-target-shim: 5.0.1
3324
3325 agent-base@7.1.4: {}
3326
3327 ansi-regex@5.0.1: {}
3328
3329 ansi-styles@4.3.0:
3330 dependencies:
3331 color-convert: 2.0.1
3332
3333 assertion-error@2.0.1: {}
3334
3335 atomic-sleep@1.0.0: {}
3336
3337 await-lock@2.2.2: {}
3338
3339 axe-core@4.11.1: {}
3340
3341 balanced-match@1.0.2: {}
3342
3343 base64-js@1.5.1: {}
3344
3345 bidi-js@1.0.3:
3346 dependencies:
3347 require-from-string: 2.0.2
3348
3349 brace-expansion@2.0.2:
3350 dependencies:
3351 balanced-match: 1.0.2
3352
3353 buffer-from@1.1.2: {}
3354
3355 buffer@6.0.3:
3356 dependencies:
3357 base64-js: 1.5.1
3358 ieee754: 1.2.1
3359
3360 cac@6.7.14: {}
3361
3362 chai@5.3.3:
3363 dependencies:
3364 assertion-error: 2.0.1
3365 check-error: 2.1.3
3366 deep-eql: 5.0.2
3367 loupe: 3.2.1
3368 pathval: 2.0.1
3369
3370 chai@6.2.2: {}
3371
3372 chalk@4.1.2:
3373 dependencies:
3374 ansi-styles: 4.3.0
3375 supports-color: 7.2.0
3376
3377 chardet@2.1.1: {}
3378
3379 check-error@2.1.3: {}
3380
3381 citty@0.1.6:
3382 dependencies:
3383 consola: 3.4.2
3384
3385 cli-width@4.1.0: {}
3386
3387 code-block-writer@13.0.3: {}
3388
3389 color-convert@2.0.1:
3390 dependencies:
3391 color-name: 1.1.4
3392
3393 color-name@1.1.4: {}
3394
3395 commander@9.5.0: {}
3396
3397 consola@3.4.2: {}
3398
3399 core-js@3.48.0: {}
3400
3401 cross-spawn@7.0.6:
3402 dependencies:
3403 path-key: 3.1.1
3404 shebang-command: 2.0.0
3405 which: 2.0.2
3406
3407 css-tree@3.1.0:
3408 dependencies:
3409 mdn-data: 2.12.2
3410 source-map-js: 1.2.1
3411
3412 cssstyle@6.1.0:
3413 dependencies:
3414 '@asamuzakjp/css-color': 5.0.1
3415 '@csstools/css-syntax-patches-for-csstree': 1.0.28
3416 css-tree: 3.1.0
3417 lru-cache: 11.2.6
3418
3419 data-uri-to-buffer@4.0.1: {}
3420
3421 data-urls@7.0.0:
3422 dependencies:
3423 whatwg-mimetype: 5.0.0
3424 whatwg-url: 16.0.1
3425 transitivePeerDependencies:
3426 - '@noble/hashes'
3427
3428 debug@4.4.3:
3429 dependencies:
3430 ms: 2.1.3
3431
3432 decimal.js@10.6.0: {}
3433
3434 deep-eql@5.0.2: {}
3435
3436 detect-libc@2.0.2: {}
3437
3438 dotenv@17.3.1: {}
3439
3440 drizzle-kit@0.31.8:
3441 dependencies:
3442 '@drizzle-team/brocli': 0.10.2
3443 '@esbuild-kit/esm-loader': 2.6.5
3444 esbuild: 0.25.12
3445 esbuild-register: 3.6.0(esbuild@0.25.12)
3446 transitivePeerDependencies:
3447 - supports-color
3448
3449 drizzle-orm@0.45.1(@libsql/client@0.14.0)(@opentelemetry/api@1.9.0)(postgres@3.4.8):
3450 optionalDependencies:
3451 '@libsql/client': 0.14.0
3452 '@opentelemetry/api': 1.9.0
3453 postgres: 3.4.8
3454
3455 emoji-regex@8.0.0: {}
3456
3457 entities@6.0.1: {}
3458
3459 es-module-lexer@1.7.0: {}
3460
3461 esbuild-register@3.6.0(esbuild@0.25.12):
3462 dependencies:
3463 debug: 4.4.3
3464 esbuild: 0.25.12
3465 transitivePeerDependencies:
3466 - supports-color
3467
3468 esbuild@0.18.20:
3469 optionalDependencies:
3470 '@esbuild/android-arm': 0.18.20
3471 '@esbuild/android-arm64': 0.18.20
3472 '@esbuild/android-x64': 0.18.20
3473 '@esbuild/darwin-arm64': 0.18.20
3474 '@esbuild/darwin-x64': 0.18.20
3475 '@esbuild/freebsd-arm64': 0.18.20
3476 '@esbuild/freebsd-x64': 0.18.20
3477 '@esbuild/linux-arm': 0.18.20
3478 '@esbuild/linux-arm64': 0.18.20
3479 '@esbuild/linux-ia32': 0.18.20
3480 '@esbuild/linux-loong64': 0.18.20
3481 '@esbuild/linux-mips64el': 0.18.20
3482 '@esbuild/linux-ppc64': 0.18.20
3483 '@esbuild/linux-riscv64': 0.18.20
3484 '@esbuild/linux-s390x': 0.18.20
3485 '@esbuild/linux-x64': 0.18.20
3486 '@esbuild/netbsd-x64': 0.18.20
3487 '@esbuild/openbsd-x64': 0.18.20
3488 '@esbuild/sunos-x64': 0.18.20
3489 '@esbuild/win32-arm64': 0.18.20
3490 '@esbuild/win32-ia32': 0.18.20
3491 '@esbuild/win32-x64': 0.18.20
3492
3493 esbuild@0.25.12:
3494 optionalDependencies:
3495 '@esbuild/aix-ppc64': 0.25.12
3496 '@esbuild/android-arm': 0.25.12
3497 '@esbuild/android-arm64': 0.25.12
3498 '@esbuild/android-x64': 0.25.12
3499 '@esbuild/darwin-arm64': 0.25.12
3500 '@esbuild/darwin-x64': 0.25.12
3501 '@esbuild/freebsd-arm64': 0.25.12
3502 '@esbuild/freebsd-x64': 0.25.12
3503 '@esbuild/linux-arm': 0.25.12
3504 '@esbuild/linux-arm64': 0.25.12
3505 '@esbuild/linux-ia32': 0.25.12
3506 '@esbuild/linux-loong64': 0.25.12
3507 '@esbuild/linux-mips64el': 0.25.12
3508 '@esbuild/linux-ppc64': 0.25.12
3509 '@esbuild/linux-riscv64': 0.25.12
3510 '@esbuild/linux-s390x': 0.25.12
3511 '@esbuild/linux-x64': 0.25.12
3512 '@esbuild/netbsd-arm64': 0.25.12
3513 '@esbuild/netbsd-x64': 0.25.12
3514 '@esbuild/openbsd-arm64': 0.25.12
3515 '@esbuild/openbsd-x64': 0.25.12
3516 '@esbuild/openharmony-arm64': 0.25.12
3517 '@esbuild/sunos-x64': 0.25.12
3518 '@esbuild/win32-arm64': 0.25.12
3519 '@esbuild/win32-ia32': 0.25.12
3520 '@esbuild/win32-x64': 0.25.12
3521
3522 esbuild@0.27.3:
3523 optionalDependencies:
3524 '@esbuild/aix-ppc64': 0.27.3
3525 '@esbuild/android-arm': 0.27.3
3526 '@esbuild/android-arm64': 0.27.3
3527 '@esbuild/android-x64': 0.27.3
3528 '@esbuild/darwin-arm64': 0.27.3
3529 '@esbuild/darwin-x64': 0.27.3
3530 '@esbuild/freebsd-arm64': 0.27.3
3531 '@esbuild/freebsd-x64': 0.27.3
3532 '@esbuild/linux-arm': 0.27.3
3533 '@esbuild/linux-arm64': 0.27.3
3534 '@esbuild/linux-ia32': 0.27.3
3535 '@esbuild/linux-loong64': 0.27.3
3536 '@esbuild/linux-mips64el': 0.27.3
3537 '@esbuild/linux-ppc64': 0.27.3
3538 '@esbuild/linux-riscv64': 0.27.3
3539 '@esbuild/linux-s390x': 0.27.3
3540 '@esbuild/linux-x64': 0.27.3
3541 '@esbuild/netbsd-arm64': 0.27.3
3542 '@esbuild/netbsd-x64': 0.27.3
3543 '@esbuild/openbsd-arm64': 0.27.3
3544 '@esbuild/openbsd-x64': 0.27.3
3545 '@esbuild/openharmony-arm64': 0.27.3
3546 '@esbuild/sunos-x64': 0.27.3
3547 '@esbuild/win32-arm64': 0.27.3
3548 '@esbuild/win32-ia32': 0.27.3
3549 '@esbuild/win32-x64': 0.27.3
3550
3551 esm-env@1.2.2: {}
3552
3553 estree-walker@3.0.3:
3554 dependencies:
3555 '@types/estree': 1.0.8
3556
3557 event-target-polyfill@0.0.4: {}
3558
3559 event-target-shim@5.0.1: {}
3560
3561 events@3.3.0: {}
3562
3563 expect-type@1.3.0: {}
3564
3565 fast-redact@3.5.0: {}
3566
3567 fdir@6.5.0(picomatch@4.0.3):
3568 optionalDependencies:
3569 picomatch: 4.0.3
3570
3571 fetch-blob@3.2.0:
3572 dependencies:
3573 node-domexception: 1.0.0
3574 web-streams-polyfill: 3.3.3
3575
3576 foreground-child@3.3.1:
3577 dependencies:
3578 cross-spawn: 7.0.6
3579 signal-exit: 4.1.0
3580
3581 formdata-polyfill@4.0.10:
3582 dependencies:
3583 fetch-blob: 3.2.0
3584
3585 fsevents@2.3.3:
3586 optional: true
3587
3588 get-tsconfig@4.13.6:
3589 dependencies:
3590 resolve-pkg-maps: 1.0.0
3591
3592 glob@11.1.0:
3593 dependencies:
3594 foreground-child: 3.3.1
3595 jackspeak: 4.2.1
3596 minimatch: 10.1.2
3597 minipass: 7.1.2
3598 package-json-from-dist: 1.0.1
3599 path-scurry: 2.0.1
3600
3601 has-flag@4.0.0: {}
3602
3603 hono@4.11.8: {}
3604
3605 html-encoding-sniffer@6.0.0:
3606 dependencies:
3607 '@exodus/bytes': 1.14.1
3608 transitivePeerDependencies:
3609 - '@noble/hashes'
3610
3611 http-proxy-agent@7.0.2:
3612 dependencies:
3613 agent-base: 7.1.4
3614 debug: 4.4.3
3615 transitivePeerDependencies:
3616 - supports-color
3617
3618 https-proxy-agent@7.0.6:
3619 dependencies:
3620 agent-base: 7.1.4
3621 debug: 4.4.3
3622 transitivePeerDependencies:
3623 - supports-color
3624
3625 iconv-lite@0.7.2:
3626 dependencies:
3627 safer-buffer: 2.1.2
3628
3629 ieee754@1.2.1: {}
3630
3631 ipaddr.js@2.3.0: {}
3632
3633 is-fullwidth-code-point@3.0.0: {}
3634
3635 is-potential-custom-element-name@1.0.1: {}
3636
3637 isexe@2.0.0: {}
3638
3639 iso-datestring-validator@2.2.2: {}
3640
3641 jackspeak@4.2.1:
3642 dependencies:
3643 '@isaacs/cliui': 9.0.0
3644
3645 jose@5.10.0: {}
3646
3647 js-base64@3.7.8: {}
3648
3649 js-tokens@9.0.1: {}
3650
3651 jsdom@28.1.0:
3652 dependencies:
3653 '@acemir/cssom': 0.9.31
3654 '@asamuzakjp/dom-selector': 6.8.1
3655 '@bramus/specificity': 2.4.2
3656 '@exodus/bytes': 1.14.1
3657 cssstyle: 6.1.0
3658 data-urls: 7.0.0
3659 decimal.js: 10.6.0
3660 html-encoding-sniffer: 6.0.0
3661 http-proxy-agent: 7.0.2
3662 https-proxy-agent: 7.0.6
3663 is-potential-custom-element-name: 1.0.1
3664 parse5: 8.0.0
3665 saxes: 6.0.0
3666 symbol-tree: 3.2.4
3667 tough-cookie: 6.0.0
3668 undici: 7.22.0
3669 w3c-xmlserializer: 5.0.0
3670 webidl-conversions: 8.0.1
3671 whatwg-mimetype: 5.0.0
3672 whatwg-url: 16.0.1
3673 xml-name-validator: 5.0.0
3674 transitivePeerDependencies:
3675 - '@noble/hashes'
3676 - supports-color
3677
3678 lefthook-darwin-arm64@1.13.6:
3679 optional: true
3680
3681 lefthook-darwin-x64@1.13.6:
3682 optional: true
3683
3684 lefthook-freebsd-arm64@1.13.6:
3685 optional: true
3686
3687 lefthook-freebsd-x64@1.13.6:
3688 optional: true
3689
3690 lefthook-linux-arm64@1.13.6:
3691 optional: true
3692
3693 lefthook-linux-x64@1.13.6:
3694 optional: true
3695
3696 lefthook-openbsd-arm64@1.13.6:
3697 optional: true
3698
3699 lefthook-openbsd-x64@1.13.6:
3700 optional: true
3701
3702 lefthook-windows-arm64@1.13.6:
3703 optional: true
3704
3705 lefthook-windows-x64@1.13.6:
3706 optional: true
3707
3708 lefthook@1.13.6:
3709 optionalDependencies:
3710 lefthook-darwin-arm64: 1.13.6
3711 lefthook-darwin-x64: 1.13.6
3712 lefthook-freebsd-arm64: 1.13.6
3713 lefthook-freebsd-x64: 1.13.6
3714 lefthook-linux-arm64: 1.13.6
3715 lefthook-linux-x64: 1.13.6
3716 lefthook-openbsd-arm64: 1.13.6
3717 lefthook-openbsd-x64: 1.13.6
3718 lefthook-windows-arm64: 1.13.6
3719 lefthook-windows-x64: 1.13.6
3720
3721 libsql@0.4.7:
3722 dependencies:
3723 '@neon-rs/load': 0.0.4
3724 detect-libc: 2.0.2
3725 optionalDependencies:
3726 '@libsql/darwin-arm64': 0.4.7
3727 '@libsql/darwin-x64': 0.4.7
3728 '@libsql/linux-arm64-gnu': 0.4.7
3729 '@libsql/linux-arm64-musl': 0.4.7
3730 '@libsql/linux-x64-gnu': 0.4.7
3731 '@libsql/linux-x64-musl': 0.4.7
3732 '@libsql/win32-x64-msvc': 0.4.7
3733
3734 loupe@3.2.1: {}
3735
3736 lru-cache@10.4.3: {}
3737
3738 lru-cache@11.2.5: {}
3739
3740 lru-cache@11.2.6: {}
3741
3742 magic-string@0.30.21:
3743 dependencies:
3744 '@jridgewell/sourcemap-codec': 1.5.5
3745
3746 mdn-data@2.12.2: {}
3747
3748 minimatch@10.1.2:
3749 dependencies:
3750 '@isaacs/brace-expansion': 5.0.1
3751
3752 minimatch@9.0.5:
3753 dependencies:
3754 brace-expansion: 2.0.2
3755
3756 minipass@7.1.2: {}
3757
3758 ms@2.1.3: {}
3759
3760 multiformats@13.4.2: {}
3761
3762 multiformats@9.9.0: {}
3763
3764 mute-stream@2.0.0: {}
3765
3766 nanoid@3.3.11: {}
3767
3768 node-domexception@1.0.0: {}
3769
3770 node-fetch@3.3.2:
3771 dependencies:
3772 data-uri-to-buffer: 4.0.1
3773 fetch-blob: 3.2.0
3774 formdata-polyfill: 4.0.10
3775
3776 obug@2.1.1: {}
3777
3778 on-exit-leak-free@2.1.2: {}
3779
3780 oxlint@0.17.0:
3781 optionalDependencies:
3782 '@oxlint/darwin-arm64': 0.17.0
3783 '@oxlint/darwin-x64': 0.17.0
3784 '@oxlint/linux-arm64-gnu': 0.17.0
3785 '@oxlint/linux-arm64-musl': 0.17.0
3786 '@oxlint/linux-x64-gnu': 0.17.0
3787 '@oxlint/linux-x64-musl': 0.17.0
3788 '@oxlint/win32-arm64': 0.17.0
3789 '@oxlint/win32-x64': 0.17.0
3790
3791 package-json-from-dist@1.0.1: {}
3792
3793 parse5@8.0.0:
3794 dependencies:
3795 entities: 6.0.1
3796
3797 partysocket@1.1.11:
3798 dependencies:
3799 event-target-polyfill: 0.0.4
3800
3801 path-browserify@1.0.1: {}
3802
3803 path-key@3.1.1: {}
3804
3805 path-scurry@2.0.1:
3806 dependencies:
3807 lru-cache: 11.2.5
3808 minipass: 7.1.2
3809
3810 pathe@2.0.3: {}
3811
3812 pathval@2.0.1: {}
3813
3814 picocolors@1.1.1: {}
3815
3816 picomatch@4.0.3: {}
3817
3818 pino-abstract-transport@1.2.0:
3819 dependencies:
3820 readable-stream: 4.7.0
3821 split2: 4.2.0
3822
3823 pino-std-serializers@6.2.2: {}
3824
3825 pino@8.21.0:
3826 dependencies:
3827 atomic-sleep: 1.0.0
3828 fast-redact: 3.5.0
3829 on-exit-leak-free: 2.1.2
3830 pino-abstract-transport: 1.2.0
3831 pino-std-serializers: 6.2.2
3832 process-warning: 3.0.0
3833 quick-format-unescaped: 4.0.4
3834 real-require: 0.2.0
3835 safe-stable-stringify: 2.5.0
3836 sonic-boom: 3.8.1
3837 thread-stream: 2.7.0
3838
3839 postcss@8.5.6:
3840 dependencies:
3841 nanoid: 3.3.11
3842 picocolors: 1.1.1
3843 source-map-js: 1.2.1
3844
3845 postgres@3.4.8: {}
3846
3847 prettier@3.8.1: {}
3848
3849 process-warning@3.0.0: {}
3850
3851 process@0.11.10: {}
3852
3853 promise-limit@2.7.0: {}
3854
3855 punycode@2.3.1: {}
3856
3857 quick-format-unescaped@4.0.4: {}
3858
3859 readable-stream@4.7.0:
3860 dependencies:
3861 abort-controller: 3.0.0
3862 buffer: 6.0.3
3863 events: 3.3.0
3864 process: 0.11.10
3865 string_decoder: 1.3.0
3866
3867 real-require@0.2.0: {}
3868
3869 require-from-string@2.0.2: {}
3870
3871 resolve-pkg-maps@1.0.0: {}
3872
3873 rollup@4.57.1:
3874 dependencies:
3875 '@types/estree': 1.0.8
3876 optionalDependencies:
3877 '@rollup/rollup-android-arm-eabi': 4.57.1
3878 '@rollup/rollup-android-arm64': 4.57.1
3879 '@rollup/rollup-darwin-arm64': 4.57.1
3880 '@rollup/rollup-darwin-x64': 4.57.1
3881 '@rollup/rollup-freebsd-arm64': 4.57.1
3882 '@rollup/rollup-freebsd-x64': 4.57.1
3883 '@rollup/rollup-linux-arm-gnueabihf': 4.57.1
3884 '@rollup/rollup-linux-arm-musleabihf': 4.57.1
3885 '@rollup/rollup-linux-arm64-gnu': 4.57.1
3886 '@rollup/rollup-linux-arm64-musl': 4.57.1
3887 '@rollup/rollup-linux-loong64-gnu': 4.57.1
3888 '@rollup/rollup-linux-loong64-musl': 4.57.1
3889 '@rollup/rollup-linux-ppc64-gnu': 4.57.1
3890 '@rollup/rollup-linux-ppc64-musl': 4.57.1
3891 '@rollup/rollup-linux-riscv64-gnu': 4.57.1
3892 '@rollup/rollup-linux-riscv64-musl': 4.57.1
3893 '@rollup/rollup-linux-s390x-gnu': 4.57.1
3894 '@rollup/rollup-linux-x64-gnu': 4.57.1
3895 '@rollup/rollup-linux-x64-musl': 4.57.1
3896 '@rollup/rollup-openbsd-x64': 4.57.1
3897 '@rollup/rollup-openharmony-arm64': 4.57.1
3898 '@rollup/rollup-win32-arm64-msvc': 4.57.1
3899 '@rollup/rollup-win32-ia32-msvc': 4.57.1
3900 '@rollup/rollup-win32-x64-gnu': 4.57.1
3901 '@rollup/rollup-win32-x64-msvc': 4.57.1
3902 fsevents: 2.3.3
3903
3904 safe-buffer@5.2.1: {}
3905
3906 safe-stable-stringify@2.5.0: {}
3907
3908 safer-buffer@2.1.2: {}
3909
3910 saxes@6.0.0:
3911 dependencies:
3912 xmlchars: 2.2.0
3913
3914 shebang-command@2.0.0:
3915 dependencies:
3916 shebang-regex: 3.0.0
3917
3918 shebang-regex@3.0.0: {}
3919
3920 siginfo@2.0.0: {}
3921
3922 signal-exit@4.1.0: {}
3923
3924 sonic-boom@3.8.1:
3925 dependencies:
3926 atomic-sleep: 1.0.0
3927
3928 source-map-js@1.2.1: {}
3929
3930 source-map-support@0.5.21:
3931 dependencies:
3932 buffer-from: 1.1.2
3933 source-map: 0.6.1
3934
3935 source-map@0.6.1: {}
3936
3937 split2@4.2.0: {}
3938
3939 stackback@0.0.2: {}
3940
3941 std-env@3.10.0: {}
3942
3943 string-width@4.2.3:
3944 dependencies:
3945 emoji-regex: 8.0.0
3946 is-fullwidth-code-point: 3.0.0
3947 strip-ansi: 6.0.1
3948
3949 string_decoder@1.3.0:
3950 dependencies:
3951 safe-buffer: 5.2.1
3952
3953 strip-ansi@6.0.1:
3954 dependencies:
3955 ansi-regex: 5.0.1
3956
3957 strip-literal@3.1.0:
3958 dependencies:
3959 js-tokens: 9.0.1
3960
3961 supports-color@7.2.0:
3962 dependencies:
3963 has-flag: 4.0.0
3964
3965 symbol-tree@3.2.4: {}
3966
3967 thread-stream@2.7.0:
3968 dependencies:
3969 real-require: 0.2.0
3970
3971 tiny-emitter@2.1.0: {}
3972
3973 tinybench@2.9.0: {}
3974
3975 tinyexec@0.3.2: {}
3976
3977 tinyexec@1.0.2: {}
3978
3979 tinyglobby@0.2.15:
3980 dependencies:
3981 fdir: 6.5.0(picomatch@4.0.3)
3982 picomatch: 4.0.3
3983
3984 tinypool@1.1.1: {}
3985
3986 tinyrainbow@2.0.0: {}
3987
3988 tinyrainbow@3.0.3: {}
3989
3990 tinyspy@4.0.4: {}
3991
3992 tlds@1.261.0: {}
3993
3994 tldts-core@7.0.23: {}
3995
3996 tldts@7.0.23:
3997 dependencies:
3998 tldts-core: 7.0.23
3999
4000 tough-cookie@6.0.0:
4001 dependencies:
4002 tldts: 7.0.23
4003
4004 tr46@6.0.0:
4005 dependencies:
4006 punycode: 2.3.1
4007
4008 ts-morph@24.0.0:
4009 dependencies:
4010 '@ts-morph/common': 0.25.0
4011 code-block-writer: 13.0.3
4012
4013 tslib@2.8.1: {}
4014
4015 tsx@4.21.0:
4016 dependencies:
4017 esbuild: 0.27.3
4018 get-tsconfig: 4.13.6
4019 optionalDependencies:
4020 fsevents: 2.3.3
4021
4022 turbo-darwin-64@2.8.3:
4023 optional: true
4024
4025 turbo-darwin-arm64@2.8.3:
4026 optional: true
4027
4028 turbo-linux-64@2.8.3:
4029 optional: true
4030
4031 turbo-linux-arm64@2.8.3:
4032 optional: true
4033
4034 turbo-windows-64@2.8.3:
4035 optional: true
4036
4037 turbo-windows-arm64@2.8.3:
4038 optional: true
4039
4040 turbo@2.8.3:
4041 optionalDependencies:
4042 turbo-darwin-64: 2.8.3
4043 turbo-darwin-arm64: 2.8.3
4044 turbo-linux-64: 2.8.3
4045 turbo-linux-arm64: 2.8.3
4046 turbo-windows-64: 2.8.3
4047 turbo-windows-arm64: 2.8.3
4048
4049 typed-html@3.0.1: {}
4050
4051 typed-htmx@0.3.1:
4052 dependencies:
4053 typed-html: 3.0.1
4054
4055 typescript@5.9.3: {}
4056
4057 uint8arrays@3.0.0:
4058 dependencies:
4059 multiformats: 9.9.0
4060
4061 undici-types@6.21.0: {}
4062
4063 undici@6.23.0: {}
4064
4065 undici@7.22.0: {}
4066
4067 unicode-segmenter@0.14.5: {}
4068
4069 vite-node@3.2.4(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2):
4070 dependencies:
4071 cac: 6.7.14
4072 debug: 4.4.3
4073 es-module-lexer: 1.7.0
4074 pathe: 2.0.3
4075 vite: 7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2)
4076 transitivePeerDependencies:
4077 - '@types/node'
4078 - jiti
4079 - less
4080 - lightningcss
4081 - sass
4082 - sass-embedded
4083 - stylus
4084 - sugarss
4085 - supports-color
4086 - terser
4087 - tsx
4088 - yaml
4089
4090 vite@7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2):
4091 dependencies:
4092 esbuild: 0.27.3
4093 fdir: 6.5.0(picomatch@4.0.3)
4094 picomatch: 4.0.3
4095 postcss: 8.5.6
4096 rollup: 4.57.1
4097 tinyglobby: 0.2.15
4098 optionalDependencies:
4099 '@types/node': 22.19.9
4100 fsevents: 2.3.3
4101 tsx: 4.21.0
4102 yaml: 2.8.2
4103
4104 vitest@3.2.4(@types/node@22.19.9)(jsdom@28.1.0)(tsx@4.21.0)(yaml@2.8.2):
4105 dependencies:
4106 '@types/chai': 5.2.3
4107 '@vitest/expect': 3.2.4
4108 '@vitest/mocker': 3.2.4(vite@7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2))
4109 '@vitest/pretty-format': 3.2.4
4110 '@vitest/runner': 3.2.4
4111 '@vitest/snapshot': 3.2.4
4112 '@vitest/spy': 3.2.4
4113 '@vitest/utils': 3.2.4
4114 chai: 5.3.3
4115 debug: 4.4.3
4116 expect-type: 1.3.0
4117 magic-string: 0.30.21
4118 pathe: 2.0.3
4119 picomatch: 4.0.3
4120 std-env: 3.10.0
4121 tinybench: 2.9.0
4122 tinyexec: 0.3.2
4123 tinyglobby: 0.2.15
4124 tinypool: 1.1.1
4125 tinyrainbow: 2.0.0
4126 vite: 7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2)
4127 vite-node: 3.2.4(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2)
4128 why-is-node-running: 2.3.0
4129 optionalDependencies:
4130 '@types/node': 22.19.9
4131 jsdom: 28.1.0
4132 transitivePeerDependencies:
4133 - jiti
4134 - less
4135 - lightningcss
4136 - msw
4137 - sass
4138 - sass-embedded
4139 - stylus
4140 - sugarss
4141 - supports-color
4142 - terser
4143 - tsx
4144 - yaml
4145
4146 vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@22.19.9)(jsdom@28.1.0)(tsx@4.21.0)(yaml@2.8.2):
4147 dependencies:
4148 '@vitest/expect': 4.0.18
4149 '@vitest/mocker': 4.0.18(vite@7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2))
4150 '@vitest/pretty-format': 4.0.18
4151 '@vitest/runner': 4.0.18
4152 '@vitest/snapshot': 4.0.18
4153 '@vitest/spy': 4.0.18
4154 '@vitest/utils': 4.0.18
4155 es-module-lexer: 1.7.0
4156 expect-type: 1.3.0
4157 magic-string: 0.30.21
4158 obug: 2.1.1
4159 pathe: 2.0.3
4160 picomatch: 4.0.3
4161 std-env: 3.10.0
4162 tinybench: 2.9.0
4163 tinyexec: 1.0.2
4164 tinyglobby: 0.2.15
4165 tinyrainbow: 3.0.3
4166 vite: 7.3.1(@types/node@22.19.9)(tsx@4.21.0)(yaml@2.8.2)
4167 why-is-node-running: 2.3.0
4168 optionalDependencies:
4169 '@opentelemetry/api': 1.9.0
4170 '@types/node': 22.19.9
4171 jsdom: 28.1.0
4172 transitivePeerDependencies:
4173 - jiti
4174 - less
4175 - lightningcss
4176 - msw
4177 - sass
4178 - sass-embedded
4179 - stylus
4180 - sugarss
4181 - terser
4182 - tsx
4183 - yaml
4184
4185 w3c-xmlserializer@5.0.0:
4186 dependencies:
4187 xml-name-validator: 5.0.0
4188
4189 web-streams-polyfill@3.3.3: {}
4190
4191 webidl-conversions@8.0.1: {}
4192
4193 whatwg-mimetype@5.0.0: {}
4194
4195 whatwg-url@16.0.1:
4196 dependencies:
4197 '@exodus/bytes': 1.14.1
4198 tr46: 6.0.0
4199 webidl-conversions: 8.0.1
4200 transitivePeerDependencies:
4201 - '@noble/hashes'
4202
4203 which@2.0.2:
4204 dependencies:
4205 isexe: 2.0.0
4206
4207 why-is-node-running@2.3.0:
4208 dependencies:
4209 siginfo: 2.0.0
4210 stackback: 0.0.2
4211
4212 wrap-ansi@6.2.0:
4213 dependencies:
4214 ansi-styles: 4.3.0
4215 string-width: 4.2.3
4216 strip-ansi: 6.0.1
4217
4218 ws@8.19.0: {}
4219
4220 xml-name-validator@5.0.0: {}
4221
4222 xmlchars@2.2.0: {}
4223
4224 yaml@2.8.2: {}
4225
4226 yesno@0.4.0: {}
4227
4228 yoctocolors-cjs@2.1.3: {}
4229
4230 zod@3.25.76: {}