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