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