Nix packages for third-party projects that don't ship their own flakes
1{
2 "name": "@solpbc/rook",
3 "version": "0.2.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "@solpbc/rook",
9 "version": "0.2.0",
10 "license": "AGPL-3.0-only",
11 "dependencies": {
12 "@atproto/api": "^0.18.20",
13 "@atproto/oauth-client-node": "0.3.16",
14 "commander": "^13.0.0",
15 "env-paths": "4.0.0",
16 "vit": "0.6.1"
17 },
18 "bin": {
19 "rook": "bin/rook.js"
20 },
21 "devDependencies": {
22 "@biomejs/biome": "1.9.4"
23 },
24 "engines": {
25 "node": ">=20.10.0"
26 }
27 },
28 "node_modules/@atproto-labs/did-resolver": {
29 "version": "0.2.6",
30 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.2.6.tgz",
31 "integrity": "sha512-2K1bC04nI2fmgNcvof+yA28IhGlpWn2JKYlPa7To9JTKI45FINCGkQSGiL2nyXlyzDJJ34fZ1aq6/IRFIOIiqg==",
32 "license": "MIT",
33 "dependencies": {
34 "@atproto-labs/fetch": "0.2.3",
35 "@atproto-labs/pipe": "0.1.1",
36 "@atproto-labs/simple-store": "0.3.0",
37 "@atproto-labs/simple-store-memory": "0.1.4",
38 "@atproto/did": "0.3.0",
39 "zod": "^3.23.8"
40 }
41 },
42 "node_modules/@atproto-labs/fetch": {
43 "version": "0.2.3",
44 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.3.tgz",
45 "integrity": "sha512-NZtbJOCbxKUFRFKMpamT38PUQMY0hX0p7TG5AEYOPhZKZEP7dHZ1K2s1aB8MdVH0qxmqX7nQleNrrvLf09Zfdw==",
46 "license": "MIT",
47 "dependencies": {
48 "@atproto-labs/pipe": "0.1.1"
49 }
50 },
51 "node_modules/@atproto-labs/fetch-node": {
52 "version": "0.2.0",
53 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch-node/-/fetch-node-0.2.0.tgz",
54 "integrity": "sha512-Krq09nH/aeoiU2s9xdHA0FjTEFWG9B5FFenipv1iRixCcPc7V3DhTNDawxG9gI8Ny0k4dBVS9WTRN/IDzBx86Q==",
55 "license": "MIT",
56 "dependencies": {
57 "@atproto-labs/fetch": "0.2.3",
58 "@atproto-labs/pipe": "0.1.1",
59 "ipaddr.js": "^2.1.0",
60 "undici": "^6.14.1"
61 },
62 "engines": {
63 "node": ">=18.7.0"
64 }
65 },
66 "node_modules/@atproto-labs/handle-resolver": {
67 "version": "0.3.6",
68 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.3.6.tgz",
69 "integrity": "sha512-qnSTXvOBNj1EHhp2qTWSX8MS5q3AwYU5LKlt5fBvSbCjgmTr2j0URHCv+ydrwO55KvsojIkTMgeMOh4YuY4fCA==",
70 "license": "MIT",
71 "dependencies": {
72 "@atproto-labs/simple-store": "0.3.0",
73 "@atproto-labs/simple-store-memory": "0.1.4",
74 "@atproto/did": "0.3.0",
75 "zod": "^3.23.8"
76 }
77 },
78 "node_modules/@atproto-labs/handle-resolver-node": {
79 "version": "0.1.25",
80 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver-node/-/handle-resolver-node-0.1.25.tgz",
81 "integrity": "sha512-NY9WYM2VLd3IuMGRkkmvGBg8xqVEaK/fitv1vD8SMXqFTekdpjOLCCyv7EFtqVHouzmDcL83VOvWRfHVa8V9Yw==",
82 "license": "MIT",
83 "dependencies": {
84 "@atproto-labs/fetch-node": "0.2.0",
85 "@atproto-labs/handle-resolver": "0.3.6",
86 "@atproto/did": "0.3.0"
87 },
88 "engines": {
89 "node": ">=18.7.0"
90 }
91 },
92 "node_modules/@atproto-labs/identity-resolver": {
93 "version": "0.3.6",
94 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.3.6.tgz",
95 "integrity": "sha512-qoWqBDRobln0NR8L8dQjSp79E0chGkBhibEgxQa2f9WD+JbJdjQ0YvwwO5yeQn05pJoJmAwmI2wyJ45zjU7aWg==",
96 "license": "MIT",
97 "dependencies": {
98 "@atproto-labs/did-resolver": "0.2.6",
99 "@atproto-labs/handle-resolver": "0.3.6"
100 }
101 },
102 "node_modules/@atproto-labs/pipe": {
103 "version": "0.1.1",
104 "resolved": "https://registry.npmjs.org/@atproto-labs/pipe/-/pipe-0.1.1.tgz",
105 "integrity": "sha512-hdNw2oUs2B6BN1lp+32pF7cp8EMKuIN5Qok2Vvv/aOpG/3tNSJ9YkvfI0k6Zd188LeDDYRUpYpxcoFIcGH/FNg==",
106 "license": "MIT"
107 },
108 "node_modules/@atproto-labs/simple-store": {
109 "version": "0.3.0",
110 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.3.0.tgz",
111 "integrity": "sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==",
112 "license": "MIT"
113 },
114 "node_modules/@atproto-labs/simple-store-memory": {
115 "version": "0.1.4",
116 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.4.tgz",
117 "integrity": "sha512-3mKY4dP8I7yKPFj9VKpYyCRzGJOi5CEpOLPlRhoJyLmgs3J4RzDrjn323Oakjz2Aj2JzRU/AIvWRAZVhpYNJHw==",
118 "license": "MIT",
119 "dependencies": {
120 "@atproto-labs/simple-store": "0.3.0",
121 "lru-cache": "^10.2.0"
122 }
123 },
124 "node_modules/@atproto/api": {
125 "version": "0.18.21",
126 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.18.21.tgz",
127 "integrity": "sha512-s35MIJerGT/pKe2xJtKKswqlIr/ola2r2iURBKBL0Mk1OKe6jP4YvTMh1N2d2PEANFzNNTbKoDaLfJPo2Uvc/w==",
128 "license": "MIT",
129 "dependencies": {
130 "@atproto/common-web": "^0.4.16",
131 "@atproto/lexicon": "^0.6.1",
132 "@atproto/syntax": "^0.4.3",
133 "@atproto/xrpc": "^0.7.7",
134 "await-lock": "^2.2.2",
135 "multiformats": "^9.9.0",
136 "tlds": "^1.234.0",
137 "zod": "^3.23.8"
138 }
139 },
140 "node_modules/@atproto/api/node_modules/@atproto/syntax": {
141 "version": "0.4.3",
142 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.3.tgz",
143 "integrity": "sha512-YoZUz40YAJr5nPwvCDWgodEOlt5IftZqPJvA0JDWjuZKD8yXddTwSzXSaKQAzGOpuM+/A3uXRtPzJJqlScc+iA==",
144 "license": "MIT",
145 "dependencies": {
146 "tslib": "^2.8.1"
147 }
148 },
149 "node_modules/@atproto/common-web": {
150 "version": "0.4.21",
151 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.21.tgz",
152 "integrity": "sha512-Odq+wdk3YNasGCjjlpl3bCIPvqYHige5DLfMkIffNv/2PI/iIj5ZvAvMvJlJ59OhReKSxtpI0invx5UQPc3+fw==",
153 "license": "MIT",
154 "dependencies": {
155 "@atproto/lex-data": "^0.0.15",
156 "@atproto/lex-json": "^0.0.16",
157 "@atproto/syntax": "^0.5.4",
158 "zod": "^3.23.8"
159 }
160 },
161 "node_modules/@atproto/did": {
162 "version": "0.3.0",
163 "resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.3.0.tgz",
164 "integrity": "sha512-raUPzUGegtW/6OxwCmM8bhZvuIMzxG5t9oWsth6Tp91Kb5fTnHV2h/KKNF1C82doeA4BdXCErTyg7ISwLbQkzA==",
165 "license": "MIT",
166 "dependencies": {
167 "zod": "^3.23.8"
168 }
169 },
170 "node_modules/@atproto/jwk": {
171 "version": "0.6.0",
172 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.6.0.tgz",
173 "integrity": "sha512-bDoJPvt7TrQVi/rBfBrSSpGykhtIriKxeYCYQTiPRKFfyRhbgpElF0wPXADjIswnbzZdOwbY63az4E/CFVT3Tw==",
174 "license": "MIT",
175 "dependencies": {
176 "multiformats": "^9.9.0",
177 "zod": "^3.23.8"
178 }
179 },
180 "node_modules/@atproto/jwk-jose": {
181 "version": "0.1.11",
182 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.11.tgz",
183 "integrity": "sha512-i4Fnr2sTBYmMmHXl7NJh8GrCH+tDQEVWrcDMDnV5DjJfkgT17wIqvojIw9SNbSL4Uf0OtfEv6AgG0A+mgh8b5Q==",
184 "license": "MIT",
185 "dependencies": {
186 "@atproto/jwk": "0.6.0",
187 "jose": "^5.2.0"
188 }
189 },
190 "node_modules/@atproto/jwk-webcrypto": {
191 "version": "0.2.0",
192 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.2.0.tgz",
193 "integrity": "sha512-UmgRrrEAkWvxwhlwe30UmDOdTEFidlIzBC7C3cCbeJMcBN1x8B3KH+crXrsTqfWQBG58mXgt8wgSK3Kxs2LhFg==",
194 "license": "MIT",
195 "dependencies": {
196 "@atproto/jwk": "0.6.0",
197 "@atproto/jwk-jose": "0.1.11",
198 "zod": "^3.23.8"
199 }
200 },
201 "node_modules/@atproto/lex-data": {
202 "version": "0.0.15",
203 "resolved": "https://registry.npmjs.org/@atproto/lex-data/-/lex-data-0.0.15.tgz",
204 "integrity": "sha512-ZsbGiaM5S3CnGrcTMbDGON3bLZzCi/Mx9UvcMREKSRujnF68eHgMiXxJqvykP7+QpOX6tYCK93axZkuJVhtSEw==",
205 "license": "MIT",
206 "dependencies": {
207 "multiformats": "^9.9.0",
208 "tslib": "^2.8.1",
209 "uint8arrays": "3.0.0",
210 "unicode-segmenter": "^0.14.0"
211 }
212 },
213 "node_modules/@atproto/lex-json": {
214 "version": "0.0.16",
215 "resolved": "https://registry.npmjs.org/@atproto/lex-json/-/lex-json-0.0.16.tgz",
216 "integrity": "sha512-IgLgQ0krshVlrIYZ+heTBDbCnM3LmAgWvsaYn5MxvKA3LcBot3PG3ptdO8VOweVZ+WgCLuo39cz9EbUmIbqdtg==",
217 "license": "MIT",
218 "dependencies": {
219 "@atproto/lex-data": "^0.0.15",
220 "tslib": "^2.8.1"
221 }
222 },
223 "node_modules/@atproto/lexicon": {
224 "version": "0.6.2",
225 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.6.2.tgz",
226 "integrity": "sha512-p3Ly6hinVZW0ETuAXZMeUGwuMm3g8HvQMQ41yyEE6AL0hAkfeKFaZKos6BdBrr6CjkpbrDZqE8M+5+QOceysMw==",
227 "license": "MIT",
228 "dependencies": {
229 "@atproto/common-web": "^0.4.18",
230 "@atproto/syntax": "^0.5.0",
231 "iso-datestring-validator": "^2.2.2",
232 "multiformats": "^9.9.0",
233 "zod": "^3.23.8"
234 }
235 },
236 "node_modules/@atproto/oauth-client": {
237 "version": "0.5.14",
238 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.5.14.tgz",
239 "integrity": "sha512-sPH+vcdq9maTEAhJI0HzmFcFAMrkCS19np+RUssNkX6kS8Xr3OYr57tvYRCbkcnIyYTfYcxKQgpwHKx3RVEaYw==",
240 "license": "MIT",
241 "dependencies": {
242 "@atproto-labs/did-resolver": "0.2.6",
243 "@atproto-labs/fetch": "0.2.3",
244 "@atproto-labs/handle-resolver": "0.3.6",
245 "@atproto-labs/identity-resolver": "0.3.6",
246 "@atproto-labs/simple-store": "0.3.0",
247 "@atproto-labs/simple-store-memory": "0.1.4",
248 "@atproto/did": "0.3.0",
249 "@atproto/jwk": "0.6.0",
250 "@atproto/oauth-types": "0.6.2",
251 "@atproto/xrpc": "0.7.7",
252 "core-js": "^3",
253 "multiformats": "^9.9.0",
254 "zod": "^3.23.8"
255 }
256 },
257 "node_modules/@atproto/oauth-client-node": {
258 "version": "0.3.16",
259 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-node/-/oauth-client-node-0.3.16.tgz",
260 "integrity": "sha512-2dooMzxAkiQ4MkOAZlEQ3iwbB9SEovrbIKMNuBbVCLQYORVNxe20tMdjs3lvhrzdpzvaHLlQnJJhw5dA9VELFw==",
261 "license": "MIT",
262 "dependencies": {
263 "@atproto-labs/did-resolver": "0.2.6",
264 "@atproto-labs/handle-resolver-node": "0.1.25",
265 "@atproto-labs/simple-store": "0.3.0",
266 "@atproto/did": "0.3.0",
267 "@atproto/jwk": "0.6.0",
268 "@atproto/jwk-jose": "0.1.11",
269 "@atproto/jwk-webcrypto": "0.2.0",
270 "@atproto/oauth-client": "0.5.14",
271 "@atproto/oauth-types": "0.6.2"
272 },
273 "engines": {
274 "node": ">=18.7.0"
275 }
276 },
277 "node_modules/@atproto/oauth-types": {
278 "version": "0.6.2",
279 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.6.2.tgz",
280 "integrity": "sha512-2cuboM4RQBCYR8NQC5uGRkW6KgCgKyq/B5/+tnMmWZYtZGVUQvsUWQHK/ZiMCnVXbcDNtc/RIEJQJDZ8FXMoxg==",
281 "license": "MIT",
282 "dependencies": {
283 "@atproto/did": "0.3.0",
284 "@atproto/jwk": "0.6.0",
285 "zod": "^3.23.8"
286 }
287 },
288 "node_modules/@atproto/syntax": {
289 "version": "0.5.4",
290 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.5.4.tgz",
291 "integrity": "sha512-9XJOpMAgsGFxMEIp8nJ8AIWv+krrY1xQMj+wULbbXhQztQV+9aZ0TbG9Jtn3Op2or8Kr6OqyWR4ga9Z189kKDw==",
292 "license": "MIT",
293 "dependencies": {
294 "tslib": "^2.8.1"
295 }
296 },
297 "node_modules/@atproto/xrpc": {
298 "version": "0.7.7",
299 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.7.7.tgz",
300 "integrity": "sha512-K1ZyO/BU8JNtXX5dmPp7b5UrkLMMqpsIa/Lrj5D3Su+j1Xwq1m6QJ2XJ1AgjEjkI1v4Muzm7klianLE6XGxtmA==",
301 "license": "MIT",
302 "dependencies": {
303 "@atproto/lexicon": "^0.6.0",
304 "zod": "^3.23.8"
305 }
306 },
307 "node_modules/@biomejs/biome": {
308 "version": "1.9.4",
309 "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz",
310 "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==",
311 "dev": true,
312 "hasInstallScript": true,
313 "license": "MIT OR Apache-2.0",
314 "bin": {
315 "biome": "bin/biome"
316 },
317 "engines": {
318 "node": ">=14.21.3"
319 },
320 "funding": {
321 "type": "opencollective",
322 "url": "https://opencollective.com/biome"
323 },
324 "optionalDependencies": {
325 "@biomejs/cli-darwin-arm64": "1.9.4",
326 "@biomejs/cli-darwin-x64": "1.9.4",
327 "@biomejs/cli-linux-arm64": "1.9.4",
328 "@biomejs/cli-linux-arm64-musl": "1.9.4",
329 "@biomejs/cli-linux-x64": "1.9.4",
330 "@biomejs/cli-linux-x64-musl": "1.9.4",
331 "@biomejs/cli-win32-arm64": "1.9.4",
332 "@biomejs/cli-win32-x64": "1.9.4"
333 }
334 },
335 "node_modules/@biomejs/cli-darwin-arm64": {
336 "version": "1.9.4",
337 "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz",
338 "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==",
339 "cpu": [
340 "arm64"
341 ],
342 "dev": true,
343 "license": "MIT OR Apache-2.0",
344 "optional": true,
345 "os": [
346 "darwin"
347 ],
348 "engines": {
349 "node": ">=14.21.3"
350 }
351 },
352 "node_modules/@biomejs/cli-darwin-x64": {
353 "version": "1.9.4",
354 "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz",
355 "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==",
356 "cpu": [
357 "x64"
358 ],
359 "dev": true,
360 "license": "MIT OR Apache-2.0",
361 "optional": true,
362 "os": [
363 "darwin"
364 ],
365 "engines": {
366 "node": ">=14.21.3"
367 }
368 },
369 "node_modules/@biomejs/cli-linux-arm64": {
370 "version": "1.9.4",
371 "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz",
372 "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==",
373 "cpu": [
374 "arm64"
375 ],
376 "dev": true,
377 "libc": [
378 "glibc"
379 ],
380 "license": "MIT OR Apache-2.0",
381 "optional": true,
382 "os": [
383 "linux"
384 ],
385 "engines": {
386 "node": ">=14.21.3"
387 }
388 },
389 "node_modules/@biomejs/cli-linux-arm64-musl": {
390 "version": "1.9.4",
391 "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz",
392 "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==",
393 "cpu": [
394 "arm64"
395 ],
396 "dev": true,
397 "libc": [
398 "musl"
399 ],
400 "license": "MIT OR Apache-2.0",
401 "optional": true,
402 "os": [
403 "linux"
404 ],
405 "engines": {
406 "node": ">=14.21.3"
407 }
408 },
409 "node_modules/@biomejs/cli-linux-x64": {
410 "version": "1.9.4",
411 "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz",
412 "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==",
413 "cpu": [
414 "x64"
415 ],
416 "dev": true,
417 "libc": [
418 "glibc"
419 ],
420 "license": "MIT OR Apache-2.0",
421 "optional": true,
422 "os": [
423 "linux"
424 ],
425 "engines": {
426 "node": ">=14.21.3"
427 }
428 },
429 "node_modules/@biomejs/cli-linux-x64-musl": {
430 "version": "1.9.4",
431 "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz",
432 "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==",
433 "cpu": [
434 "x64"
435 ],
436 "dev": true,
437 "libc": [
438 "musl"
439 ],
440 "license": "MIT OR Apache-2.0",
441 "optional": true,
442 "os": [
443 "linux"
444 ],
445 "engines": {
446 "node": ">=14.21.3"
447 }
448 },
449 "node_modules/@biomejs/cli-win32-arm64": {
450 "version": "1.9.4",
451 "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz",
452 "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==",
453 "cpu": [
454 "arm64"
455 ],
456 "dev": true,
457 "license": "MIT OR Apache-2.0",
458 "optional": true,
459 "os": [
460 "win32"
461 ],
462 "engines": {
463 "node": ">=14.21.3"
464 }
465 },
466 "node_modules/@biomejs/cli-win32-x64": {
467 "version": "1.9.4",
468 "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz",
469 "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==",
470 "cpu": [
471 "x64"
472 ],
473 "dev": true,
474 "license": "MIT OR Apache-2.0",
475 "optional": true,
476 "os": [
477 "win32"
478 ],
479 "engines": {
480 "node": ">=14.21.3"
481 }
482 },
483 "node_modules/@ipld/dag-cbor": {
484 "version": "9.2.7",
485 "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-9.2.7.tgz",
486 "integrity": "sha512-ZmfXmElRWATr+hoUTSAOr6HUcjVhOcNHDqgczc76qte2DHHFEK0ZhNzUcdTDQhF/VSIvf2ioaRTRLWwLc83sNw==",
487 "license": "Apache-2.0 OR MIT",
488 "dependencies": {
489 "cborg": "^5.0.1",
490 "multiformats": "^13.1.0"
491 }
492 },
493 "node_modules/@ipld/dag-cbor/node_modules/multiformats": {
494 "version": "13.4.2",
495 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.2.tgz",
496 "integrity": "sha512-eh6eHCrRi1+POZ3dA+Dq1C6jhP1GNtr9CRINMb67OKzqW9I5DUuZM/3jLPlzhgpGeiNUlEGEbkCYChXMCc/8DQ==",
497 "license": "Apache-2.0 OR MIT"
498 },
499 "node_modules/@jsonjoy.com/base64": {
500 "version": "1.1.2",
501 "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
502 "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
503 "license": "Apache-2.0",
504 "engines": {
505 "node": ">=10.0"
506 },
507 "funding": {
508 "type": "github",
509 "url": "https://github.com/sponsors/streamich"
510 },
511 "peerDependencies": {
512 "tslib": "2"
513 }
514 },
515 "node_modules/@jsonjoy.com/buffers": {
516 "version": "17.67.0",
517 "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-17.67.0.tgz",
518 "integrity": "sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==",
519 "license": "Apache-2.0",
520 "engines": {
521 "node": ">=10.0"
522 },
523 "funding": {
524 "type": "github",
525 "url": "https://github.com/sponsors/streamich"
526 },
527 "peerDependencies": {
528 "tslib": "2"
529 }
530 },
531 "node_modules/@jsonjoy.com/codegen": {
532 "version": "1.0.0",
533 "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
534 "integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
535 "license": "Apache-2.0",
536 "engines": {
537 "node": ">=10.0"
538 },
539 "funding": {
540 "type": "github",
541 "url": "https://github.com/sponsors/streamich"
542 },
543 "peerDependencies": {
544 "tslib": "2"
545 }
546 },
547 "node_modules/@jsonjoy.com/fs-core": {
548 "version": "4.56.10",
549 "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-core/-/fs-core-4.56.10.tgz",
550 "integrity": "sha512-PyAEA/3cnHhsGcdY+AmIU+ZPqTuZkDhCXQ2wkXypdLitSpd6d5Ivxhnq4wa2ETRWFVJGabYynBWxIijOswSmOw==",
551 "license": "Apache-2.0",
552 "dependencies": {
553 "@jsonjoy.com/fs-node-builtins": "4.56.10",
554 "@jsonjoy.com/fs-node-utils": "4.56.10",
555 "thingies": "^2.5.0"
556 },
557 "engines": {
558 "node": ">=10.0"
559 },
560 "funding": {
561 "type": "github",
562 "url": "https://github.com/sponsors/streamich"
563 },
564 "peerDependencies": {
565 "tslib": "2"
566 }
567 },
568 "node_modules/@jsonjoy.com/fs-fsa": {
569 "version": "4.56.10",
570 "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-fsa/-/fs-fsa-4.56.10.tgz",
571 "integrity": "sha512-/FVK63ysNzTPOnCCcPoPHt77TOmachdMS422txM4KhxddLdbW1fIbFMYH0AM0ow/YchCyS5gqEjKLNyv71j/5Q==",
572 "license": "Apache-2.0",
573 "dependencies": {
574 "@jsonjoy.com/fs-core": "4.56.10",
575 "@jsonjoy.com/fs-node-builtins": "4.56.10",
576 "@jsonjoy.com/fs-node-utils": "4.56.10",
577 "thingies": "^2.5.0"
578 },
579 "engines": {
580 "node": ">=10.0"
581 },
582 "funding": {
583 "type": "github",
584 "url": "https://github.com/sponsors/streamich"
585 },
586 "peerDependencies": {
587 "tslib": "2"
588 }
589 },
590 "node_modules/@jsonjoy.com/fs-node": {
591 "version": "4.56.10",
592 "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node/-/fs-node-4.56.10.tgz",
593 "integrity": "sha512-7R4Gv3tkUdW3dXfXiOkqxkElxKNVdd8BDOWC0/dbERd0pXpPY+s2s1Mino+aTvkGrFPiY+mmVxA7zhskm4Ue4Q==",
594 "license": "Apache-2.0",
595 "dependencies": {
596 "@jsonjoy.com/fs-core": "4.56.10",
597 "@jsonjoy.com/fs-node-builtins": "4.56.10",
598 "@jsonjoy.com/fs-node-utils": "4.56.10",
599 "@jsonjoy.com/fs-print": "4.56.10",
600 "@jsonjoy.com/fs-snapshot": "4.56.10",
601 "glob-to-regex.js": "^1.0.0",
602 "thingies": "^2.5.0"
603 },
604 "engines": {
605 "node": ">=10.0"
606 },
607 "funding": {
608 "type": "github",
609 "url": "https://github.com/sponsors/streamich"
610 },
611 "peerDependencies": {
612 "tslib": "2"
613 }
614 },
615 "node_modules/@jsonjoy.com/fs-node-builtins": {
616 "version": "4.56.10",
617 "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.56.10.tgz",
618 "integrity": "sha512-uUnKz8R0YJyKq5jXpZtkGV9U0pJDt8hmYcLRrPjROheIfjMXsz82kXMgAA/qNg0wrZ1Kv+hrg7azqEZx6XZCVw==",
619 "license": "Apache-2.0",
620 "engines": {
621 "node": ">=10.0"
622 },
623 "funding": {
624 "type": "github",
625 "url": "https://github.com/sponsors/streamich"
626 },
627 "peerDependencies": {
628 "tslib": "2"
629 }
630 },
631 "node_modules/@jsonjoy.com/fs-node-to-fsa": {
632 "version": "4.56.10",
633 "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.56.10.tgz",
634 "integrity": "sha512-oH+O6Y4lhn9NyG6aEoFwIBNKZeYy66toP5LJcDOMBgL99BKQMUf/zWJspdRhMdn/3hbzQsZ8EHHsuekbFLGUWw==",
635 "license": "Apache-2.0",
636 "dependencies": {
637 "@jsonjoy.com/fs-fsa": "4.56.10",
638 "@jsonjoy.com/fs-node-builtins": "4.56.10",
639 "@jsonjoy.com/fs-node-utils": "4.56.10"
640 },
641 "engines": {
642 "node": ">=10.0"
643 },
644 "funding": {
645 "type": "github",
646 "url": "https://github.com/sponsors/streamich"
647 },
648 "peerDependencies": {
649 "tslib": "2"
650 }
651 },
652 "node_modules/@jsonjoy.com/fs-node-utils": {
653 "version": "4.56.10",
654 "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.56.10.tgz",
655 "integrity": "sha512-8EuPBgVI2aDPwFdaNQeNpHsyqPi3rr+85tMNG/lHvQLiVjzoZsvxA//Xd8aB567LUhy4QS03ptT+unkD/DIsNg==",
656 "license": "Apache-2.0",
657 "dependencies": {
658 "@jsonjoy.com/fs-node-builtins": "4.56.10"
659 },
660 "engines": {
661 "node": ">=10.0"
662 },
663 "funding": {
664 "type": "github",
665 "url": "https://github.com/sponsors/streamich"
666 },
667 "peerDependencies": {
668 "tslib": "2"
669 }
670 },
671 "node_modules/@jsonjoy.com/fs-print": {
672 "version": "4.56.10",
673 "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-print/-/fs-print-4.56.10.tgz",
674 "integrity": "sha512-JW4fp5mAYepzFsSGrQ48ep8FXxpg4niFWHdF78wDrFGof7F3tKDJln72QFDEn/27M1yHd4v7sKHHVPh78aWcEw==",
675 "license": "Apache-2.0",
676 "dependencies": {
677 "@jsonjoy.com/fs-node-utils": "4.56.10",
678 "tree-dump": "^1.1.0"
679 },
680 "engines": {
681 "node": ">=10.0"
682 },
683 "funding": {
684 "type": "github",
685 "url": "https://github.com/sponsors/streamich"
686 },
687 "peerDependencies": {
688 "tslib": "2"
689 }
690 },
691 "node_modules/@jsonjoy.com/fs-snapshot": {
692 "version": "4.56.10",
693 "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.56.10.tgz",
694 "integrity": "sha512-DkR6l5fj7+qj0+fVKm/OOXMGfDFCGXLfyHkORH3DF8hxkpDgIHbhf/DwncBMs2igu/ST7OEkexn1gIqoU6Y+9g==",
695 "license": "Apache-2.0",
696 "dependencies": {
697 "@jsonjoy.com/buffers": "^17.65.0",
698 "@jsonjoy.com/fs-node-utils": "4.56.10",
699 "@jsonjoy.com/json-pack": "^17.65.0",
700 "@jsonjoy.com/util": "^17.65.0"
701 },
702 "engines": {
703 "node": ">=10.0"
704 },
705 "funding": {
706 "type": "github",
707 "url": "https://github.com/sponsors/streamich"
708 },
709 "peerDependencies": {
710 "tslib": "2"
711 }
712 },
713 "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/base64": {
714 "version": "17.67.0",
715 "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-17.67.0.tgz",
716 "integrity": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==",
717 "license": "Apache-2.0",
718 "engines": {
719 "node": ">=10.0"
720 },
721 "funding": {
722 "type": "github",
723 "url": "https://github.com/sponsors/streamich"
724 },
725 "peerDependencies": {
726 "tslib": "2"
727 }
728 },
729 "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/codegen": {
730 "version": "17.67.0",
731 "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-17.67.0.tgz",
732 "integrity": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==",
733 "license": "Apache-2.0",
734 "engines": {
735 "node": ">=10.0"
736 },
737 "funding": {
738 "type": "github",
739 "url": "https://github.com/sponsors/streamich"
740 },
741 "peerDependencies": {
742 "tslib": "2"
743 }
744 },
745 "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pack": {
746 "version": "17.67.0",
747 "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-17.67.0.tgz",
748 "integrity": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==",
749 "license": "Apache-2.0",
750 "dependencies": {
751 "@jsonjoy.com/base64": "17.67.0",
752 "@jsonjoy.com/buffers": "17.67.0",
753 "@jsonjoy.com/codegen": "17.67.0",
754 "@jsonjoy.com/json-pointer": "17.67.0",
755 "@jsonjoy.com/util": "17.67.0",
756 "hyperdyperid": "^1.2.0",
757 "thingies": "^2.5.0",
758 "tree-dump": "^1.1.0"
759 },
760 "engines": {
761 "node": ">=10.0"
762 },
763 "funding": {
764 "type": "github",
765 "url": "https://github.com/sponsors/streamich"
766 },
767 "peerDependencies": {
768 "tslib": "2"
769 }
770 },
771 "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pointer": {
772 "version": "17.67.0",
773 "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-17.67.0.tgz",
774 "integrity": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==",
775 "license": "Apache-2.0",
776 "dependencies": {
777 "@jsonjoy.com/util": "17.67.0"
778 },
779 "engines": {
780 "node": ">=10.0"
781 },
782 "funding": {
783 "type": "github",
784 "url": "https://github.com/sponsors/streamich"
785 },
786 "peerDependencies": {
787 "tslib": "2"
788 }
789 },
790 "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/util": {
791 "version": "17.67.0",
792 "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-17.67.0.tgz",
793 "integrity": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==",
794 "license": "Apache-2.0",
795 "dependencies": {
796 "@jsonjoy.com/buffers": "17.67.0",
797 "@jsonjoy.com/codegen": "17.67.0"
798 },
799 "engines": {
800 "node": ">=10.0"
801 },
802 "funding": {
803 "type": "github",
804 "url": "https://github.com/sponsors/streamich"
805 },
806 "peerDependencies": {
807 "tslib": "2"
808 }
809 },
810 "node_modules/@jsonjoy.com/json-pack": {
811 "version": "1.21.0",
812 "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz",
813 "integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==",
814 "license": "Apache-2.0",
815 "dependencies": {
816 "@jsonjoy.com/base64": "^1.1.2",
817 "@jsonjoy.com/buffers": "^1.2.0",
818 "@jsonjoy.com/codegen": "^1.0.0",
819 "@jsonjoy.com/json-pointer": "^1.0.2",
820 "@jsonjoy.com/util": "^1.9.0",
821 "hyperdyperid": "^1.2.0",
822 "thingies": "^2.5.0",
823 "tree-dump": "^1.1.0"
824 },
825 "engines": {
826 "node": ">=10.0"
827 },
828 "funding": {
829 "type": "github",
830 "url": "https://github.com/sponsors/streamich"
831 },
832 "peerDependencies": {
833 "tslib": "2"
834 }
835 },
836 "node_modules/@jsonjoy.com/json-pack/node_modules/@jsonjoy.com/buffers": {
837 "version": "1.2.1",
838 "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz",
839 "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
840 "license": "Apache-2.0",
841 "engines": {
842 "node": ">=10.0"
843 },
844 "funding": {
845 "type": "github",
846 "url": "https://github.com/sponsors/streamich"
847 },
848 "peerDependencies": {
849 "tslib": "2"
850 }
851 },
852 "node_modules/@jsonjoy.com/json-pointer": {
853 "version": "1.0.2",
854 "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz",
855 "integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==",
856 "license": "Apache-2.0",
857 "dependencies": {
858 "@jsonjoy.com/codegen": "^1.0.0",
859 "@jsonjoy.com/util": "^1.9.0"
860 },
861 "engines": {
862 "node": ">=10.0"
863 },
864 "funding": {
865 "type": "github",
866 "url": "https://github.com/sponsors/streamich"
867 },
868 "peerDependencies": {
869 "tslib": "2"
870 }
871 },
872 "node_modules/@jsonjoy.com/util": {
873 "version": "1.9.0",
874 "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
875 "integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
876 "license": "Apache-2.0",
877 "dependencies": {
878 "@jsonjoy.com/buffers": "^1.0.0",
879 "@jsonjoy.com/codegen": "^1.0.0"
880 },
881 "engines": {
882 "node": ">=10.0"
883 },
884 "funding": {
885 "type": "github",
886 "url": "https://github.com/sponsors/streamich"
887 },
888 "peerDependencies": {
889 "tslib": "2"
890 }
891 },
892 "node_modules/@jsonjoy.com/util/node_modules/@jsonjoy.com/buffers": {
893 "version": "1.2.1",
894 "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz",
895 "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
896 "license": "Apache-2.0",
897 "engines": {
898 "node": ">=10.0"
899 },
900 "funding": {
901 "type": "github",
902 "url": "https://github.com/sponsors/streamich"
903 },
904 "peerDependencies": {
905 "tslib": "2"
906 }
907 },
908 "node_modules/@noble/curves": {
909 "version": "1.9.7",
910 "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz",
911 "integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==",
912 "license": "MIT",
913 "dependencies": {
914 "@noble/hashes": "1.8.0"
915 },
916 "engines": {
917 "node": "^14.21.3 || >=16"
918 },
919 "funding": {
920 "url": "https://paulmillr.com/funding/"
921 }
922 },
923 "node_modules/@noble/hashes": {
924 "version": "1.8.0",
925 "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
926 "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
927 "license": "MIT",
928 "engines": {
929 "node": "^14.21.3 || >=16"
930 },
931 "funding": {
932 "url": "https://paulmillr.com/funding/"
933 }
934 },
935 "node_modules/@scure/base": {
936 "version": "1.2.6",
937 "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
938 "integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
939 "license": "MIT",
940 "funding": {
941 "url": "https://paulmillr.com/funding/"
942 }
943 },
944 "node_modules/@scure/bip39": {
945 "version": "1.6.0",
946 "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz",
947 "integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
948 "license": "MIT",
949 "dependencies": {
950 "@noble/hashes": "~1.8.0",
951 "@scure/base": "~1.2.5"
952 },
953 "funding": {
954 "url": "https://paulmillr.com/funding/"
955 }
956 },
957 "node_modules/abort-controller": {
958 "version": "3.0.0",
959 "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
960 "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
961 "license": "MIT",
962 "dependencies": {
963 "event-target-shim": "^5.0.0"
964 },
965 "engines": {
966 "node": ">=6.5"
967 }
968 },
969 "node_modules/async-lock": {
970 "version": "1.4.1",
971 "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.4.1.tgz",
972 "integrity": "sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==",
973 "license": "MIT"
974 },
975 "node_modules/available-typed-arrays": {
976 "version": "1.0.7",
977 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
978 "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
979 "license": "MIT",
980 "dependencies": {
981 "possible-typed-array-names": "^1.0.0"
982 },
983 "engines": {
984 "node": ">= 0.4"
985 },
986 "funding": {
987 "url": "https://github.com/sponsors/ljharb"
988 }
989 },
990 "node_modules/await-lock": {
991 "version": "2.2.2",
992 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz",
993 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==",
994 "license": "MIT"
995 },
996 "node_modules/base-x": {
997 "version": "5.0.1",
998 "resolved": "https://registry.npmjs.org/base-x/-/base-x-5.0.1.tgz",
999 "integrity": "sha512-M7uio8Zt++eg3jPj+rHMfCC+IuygQHHCOU+IYsVtik6FWjuYpVt/+MRKcgsAMHh8mMFAwnB+Bs+mTrFiXjMzKg==",
1000 "license": "MIT"
1001 },
1002 "node_modules/base64-js": {
1003 "version": "1.5.1",
1004 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1005 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1006 "funding": [
1007 {
1008 "type": "github",
1009 "url": "https://github.com/sponsors/feross"
1010 },
1011 {
1012 "type": "patreon",
1013 "url": "https://www.patreon.com/feross"
1014 },
1015 {
1016 "type": "consulting",
1017 "url": "https://feross.org/support"
1018 }
1019 ],
1020 "license": "MIT"
1021 },
1022 "node_modules/bs58": {
1023 "version": "6.0.0",
1024 "resolved": "https://registry.npmjs.org/bs58/-/bs58-6.0.0.tgz",
1025 "integrity": "sha512-PD0wEnEYg6ijszw/u8s+iI3H17cTymlrwkKhDhPZq+Sokl3AU4htyBFTjAeNAlCCmg0f53g6ih3jATyCKftTfw==",
1026 "license": "MIT",
1027 "dependencies": {
1028 "base-x": "^5.0.0"
1029 }
1030 },
1031 "node_modules/buffer": {
1032 "version": "6.0.3",
1033 "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
1034 "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
1035 "funding": [
1036 {
1037 "type": "github",
1038 "url": "https://github.com/sponsors/feross"
1039 },
1040 {
1041 "type": "patreon",
1042 "url": "https://www.patreon.com/feross"
1043 },
1044 {
1045 "type": "consulting",
1046 "url": "https://feross.org/support"
1047 }
1048 ],
1049 "license": "MIT",
1050 "dependencies": {
1051 "base64-js": "^1.3.1",
1052 "ieee754": "^1.2.1"
1053 }
1054 },
1055 "node_modules/call-bind": {
1056 "version": "1.0.9",
1057 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
1058 "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
1059 "license": "MIT",
1060 "dependencies": {
1061 "call-bind-apply-helpers": "^1.0.2",
1062 "es-define-property": "^1.0.1",
1063 "get-intrinsic": "^1.3.0",
1064 "set-function-length": "^1.2.2"
1065 },
1066 "engines": {
1067 "node": ">= 0.4"
1068 },
1069 "funding": {
1070 "url": "https://github.com/sponsors/ljharb"
1071 }
1072 },
1073 "node_modules/call-bind-apply-helpers": {
1074 "version": "1.0.2",
1075 "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1076 "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1077 "license": "MIT",
1078 "dependencies": {
1079 "es-errors": "^1.3.0",
1080 "function-bind": "^1.1.2"
1081 },
1082 "engines": {
1083 "node": ">= 0.4"
1084 }
1085 },
1086 "node_modules/call-bound": {
1087 "version": "1.0.4",
1088 "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1089 "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1090 "license": "MIT",
1091 "dependencies": {
1092 "call-bind-apply-helpers": "^1.0.2",
1093 "get-intrinsic": "^1.3.0"
1094 },
1095 "engines": {
1096 "node": ">= 0.4"
1097 },
1098 "funding": {
1099 "url": "https://github.com/sponsors/ljharb"
1100 }
1101 },
1102 "node_modules/cborg": {
1103 "version": "5.1.7",
1104 "resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.7.tgz",
1105 "integrity": "sha512-rGg2MG9zZEUKtKqjkBppIWUecTXf9N1vs1Qru43vJWoDaODhCrtmzdehCaA/aq/c1cPI5A0kPrJ5Tf+jIfhV4w==",
1106 "license": "Apache-2.0",
1107 "bin": {
1108 "cborg": "lib/bin.js"
1109 }
1110 },
1111 "node_modules/clean-git-ref": {
1112 "version": "2.0.1",
1113 "resolved": "https://registry.npmjs.org/clean-git-ref/-/clean-git-ref-2.0.1.tgz",
1114 "integrity": "sha512-bLSptAy2P0s6hU4PzuIMKmMJJSE6gLXGH1cntDu7bWJUksvuM+7ReOK61mozULErYvP6a15rnYl0zFDef+pyPw==",
1115 "license": "Apache-2.0"
1116 },
1117 "node_modules/commander": {
1118 "version": "13.1.0",
1119 "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
1120 "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
1121 "license": "MIT",
1122 "engines": {
1123 "node": ">=18"
1124 }
1125 },
1126 "node_modules/core-js": {
1127 "version": "3.49.0",
1128 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.49.0.tgz",
1129 "integrity": "sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==",
1130 "hasInstallScript": true,
1131 "license": "MIT",
1132 "funding": {
1133 "type": "opencollective",
1134 "url": "https://opencollective.com/core-js"
1135 }
1136 },
1137 "node_modules/crc-32": {
1138 "version": "1.2.2",
1139 "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
1140 "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
1141 "license": "Apache-2.0",
1142 "bin": {
1143 "crc32": "bin/crc32.njs"
1144 },
1145 "engines": {
1146 "node": ">=0.8"
1147 }
1148 },
1149 "node_modules/decompress-response": {
1150 "version": "6.0.0",
1151 "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
1152 "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
1153 "license": "MIT",
1154 "dependencies": {
1155 "mimic-response": "^3.1.0"
1156 },
1157 "engines": {
1158 "node": ">=10"
1159 },
1160 "funding": {
1161 "url": "https://github.com/sponsors/sindresorhus"
1162 }
1163 },
1164 "node_modules/define-data-property": {
1165 "version": "1.1.4",
1166 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
1167 "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
1168 "license": "MIT",
1169 "dependencies": {
1170 "es-define-property": "^1.0.0",
1171 "es-errors": "^1.3.0",
1172 "gopd": "^1.0.1"
1173 },
1174 "engines": {
1175 "node": ">= 0.4"
1176 },
1177 "funding": {
1178 "url": "https://github.com/sponsors/ljharb"
1179 }
1180 },
1181 "node_modules/diff3": {
1182 "version": "0.0.3",
1183 "resolved": "https://registry.npmjs.org/diff3/-/diff3-0.0.3.tgz",
1184 "integrity": "sha512-iSq8ngPOt0K53A6eVr4d5Kn6GNrM2nQZtC740pzIriHtn4pOQ2lyzEXQMBeVcWERN0ye7fhBsk9PbLLQOnUx/g==",
1185 "license": "MIT"
1186 },
1187 "node_modules/dunder-proto": {
1188 "version": "1.0.1",
1189 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1190 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1191 "license": "MIT",
1192 "dependencies": {
1193 "call-bind-apply-helpers": "^1.0.1",
1194 "es-errors": "^1.3.0",
1195 "gopd": "^1.2.0"
1196 },
1197 "engines": {
1198 "node": ">= 0.4"
1199 }
1200 },
1201 "node_modules/env-paths": {
1202 "version": "4.0.0",
1203 "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-4.0.0.tgz",
1204 "integrity": "sha512-pxP8eL2SwwaTRi/KHYwLYXinDs7gL3jxFcBYmEdYfZmZXbaVDvdppd0XBU8qVz03rDfKZMXg1omHCbsJjZrMsw==",
1205 "license": "MIT",
1206 "dependencies": {
1207 "is-safe-filename": "^0.1.0"
1208 },
1209 "engines": {
1210 "node": ">=20"
1211 },
1212 "funding": {
1213 "url": "https://github.com/sponsors/sindresorhus"
1214 }
1215 },
1216 "node_modules/es-define-property": {
1217 "version": "1.0.1",
1218 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1219 "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1220 "license": "MIT",
1221 "engines": {
1222 "node": ">= 0.4"
1223 }
1224 },
1225 "node_modules/es-errors": {
1226 "version": "1.3.0",
1227 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1228 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1229 "license": "MIT",
1230 "engines": {
1231 "node": ">= 0.4"
1232 }
1233 },
1234 "node_modules/es-object-atoms": {
1235 "version": "1.1.2",
1236 "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
1237 "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
1238 "license": "MIT",
1239 "dependencies": {
1240 "es-errors": "^1.3.0"
1241 },
1242 "engines": {
1243 "node": ">= 0.4"
1244 }
1245 },
1246 "node_modules/event-target-shim": {
1247 "version": "5.0.1",
1248 "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
1249 "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
1250 "license": "MIT",
1251 "engines": {
1252 "node": ">=6"
1253 }
1254 },
1255 "node_modules/events": {
1256 "version": "3.3.0",
1257 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
1258 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
1259 "license": "MIT",
1260 "engines": {
1261 "node": ">=0.8.x"
1262 }
1263 },
1264 "node_modules/for-each": {
1265 "version": "0.3.5",
1266 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
1267 "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
1268 "license": "MIT",
1269 "dependencies": {
1270 "is-callable": "^1.2.7"
1271 },
1272 "engines": {
1273 "node": ">= 0.4"
1274 },
1275 "funding": {
1276 "url": "https://github.com/sponsors/ljharb"
1277 }
1278 },
1279 "node_modules/function-bind": {
1280 "version": "1.1.2",
1281 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1282 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1283 "license": "MIT",
1284 "funding": {
1285 "url": "https://github.com/sponsors/ljharb"
1286 }
1287 },
1288 "node_modules/get-intrinsic": {
1289 "version": "1.3.0",
1290 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1291 "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1292 "license": "MIT",
1293 "dependencies": {
1294 "call-bind-apply-helpers": "^1.0.2",
1295 "es-define-property": "^1.0.1",
1296 "es-errors": "^1.3.0",
1297 "es-object-atoms": "^1.1.1",
1298 "function-bind": "^1.1.2",
1299 "get-proto": "^1.0.1",
1300 "gopd": "^1.2.0",
1301 "has-symbols": "^1.1.0",
1302 "hasown": "^2.0.2",
1303 "math-intrinsics": "^1.1.0"
1304 },
1305 "engines": {
1306 "node": ">= 0.4"
1307 },
1308 "funding": {
1309 "url": "https://github.com/sponsors/ljharb"
1310 }
1311 },
1312 "node_modules/get-proto": {
1313 "version": "1.0.1",
1314 "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1315 "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1316 "license": "MIT",
1317 "dependencies": {
1318 "dunder-proto": "^1.0.1",
1319 "es-object-atoms": "^1.0.0"
1320 },
1321 "engines": {
1322 "node": ">= 0.4"
1323 }
1324 },
1325 "node_modules/glob-to-regex.js": {
1326 "version": "1.2.0",
1327 "resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz",
1328 "integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==",
1329 "license": "Apache-2.0",
1330 "engines": {
1331 "node": ">=10.0"
1332 },
1333 "funding": {
1334 "type": "github",
1335 "url": "https://github.com/sponsors/streamich"
1336 },
1337 "peerDependencies": {
1338 "tslib": "2"
1339 }
1340 },
1341 "node_modules/gopd": {
1342 "version": "1.2.0",
1343 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1344 "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1345 "license": "MIT",
1346 "engines": {
1347 "node": ">= 0.4"
1348 },
1349 "funding": {
1350 "url": "https://github.com/sponsors/ljharb"
1351 }
1352 },
1353 "node_modules/has-property-descriptors": {
1354 "version": "1.0.2",
1355 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
1356 "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
1357 "license": "MIT",
1358 "dependencies": {
1359 "es-define-property": "^1.0.0"
1360 },
1361 "funding": {
1362 "url": "https://github.com/sponsors/ljharb"
1363 }
1364 },
1365 "node_modules/has-symbols": {
1366 "version": "1.1.0",
1367 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1368 "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1369 "license": "MIT",
1370 "engines": {
1371 "node": ">= 0.4"
1372 },
1373 "funding": {
1374 "url": "https://github.com/sponsors/ljharb"
1375 }
1376 },
1377 "node_modules/has-tostringtag": {
1378 "version": "1.0.2",
1379 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
1380 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
1381 "license": "MIT",
1382 "dependencies": {
1383 "has-symbols": "^1.0.3"
1384 },
1385 "engines": {
1386 "node": ">= 0.4"
1387 },
1388 "funding": {
1389 "url": "https://github.com/sponsors/ljharb"
1390 }
1391 },
1392 "node_modules/hasown": {
1393 "version": "2.0.4",
1394 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
1395 "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
1396 "license": "MIT",
1397 "dependencies": {
1398 "function-bind": "^1.1.2"
1399 },
1400 "engines": {
1401 "node": ">= 0.4"
1402 }
1403 },
1404 "node_modules/hyperdyperid": {
1405 "version": "1.2.0",
1406 "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
1407 "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
1408 "license": "MIT",
1409 "engines": {
1410 "node": ">=10.18"
1411 }
1412 },
1413 "node_modules/ieee754": {
1414 "version": "1.2.1",
1415 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1416 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
1417 "funding": [
1418 {
1419 "type": "github",
1420 "url": "https://github.com/sponsors/feross"
1421 },
1422 {
1423 "type": "patreon",
1424 "url": "https://www.patreon.com/feross"
1425 },
1426 {
1427 "type": "consulting",
1428 "url": "https://feross.org/support"
1429 }
1430 ],
1431 "license": "BSD-3-Clause"
1432 },
1433 "node_modules/ignore": {
1434 "version": "5.3.2",
1435 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
1436 "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
1437 "license": "MIT",
1438 "engines": {
1439 "node": ">= 4"
1440 }
1441 },
1442 "node_modules/inherits": {
1443 "version": "2.0.4",
1444 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1445 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1446 "license": "ISC"
1447 },
1448 "node_modules/ipaddr.js": {
1449 "version": "2.4.0",
1450 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.4.0.tgz",
1451 "integrity": "sha512-9VGk3HGanVE6JoZXHiCpnGy5X0jYDnN4EA4lntFPj+1vIWlFhIylq2CrrCOJH9EAhc5CYhq18F2Av2tgoAPsYQ==",
1452 "license": "MIT",
1453 "engines": {
1454 "node": ">= 10"
1455 }
1456 },
1457 "node_modules/is-callable": {
1458 "version": "1.2.7",
1459 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
1460 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
1461 "license": "MIT",
1462 "engines": {
1463 "node": ">= 0.4"
1464 },
1465 "funding": {
1466 "url": "https://github.com/sponsors/ljharb"
1467 }
1468 },
1469 "node_modules/is-safe-filename": {
1470 "version": "0.1.1",
1471 "resolved": "https://registry.npmjs.org/is-safe-filename/-/is-safe-filename-0.1.1.tgz",
1472 "integrity": "sha512-4SrR7AdnY11LHfDKTZY1u6Ga3RuxZdl3YKWWShO5iyuG5h8QS4GD2tOb04peBJ5I7pXbR+CGBNEhTcwK+FzN3g==",
1473 "license": "MIT",
1474 "engines": {
1475 "node": ">=20"
1476 },
1477 "funding": {
1478 "url": "https://github.com/sponsors/sindresorhus"
1479 }
1480 },
1481 "node_modules/is-typed-array": {
1482 "version": "1.1.15",
1483 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
1484 "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
1485 "license": "MIT",
1486 "dependencies": {
1487 "which-typed-array": "^1.1.16"
1488 },
1489 "engines": {
1490 "node": ">= 0.4"
1491 },
1492 "funding": {
1493 "url": "https://github.com/sponsors/ljharb"
1494 }
1495 },
1496 "node_modules/isarray": {
1497 "version": "2.0.5",
1498 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
1499 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
1500 "license": "MIT"
1501 },
1502 "node_modules/iso-datestring-validator": {
1503 "version": "2.2.2",
1504 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz",
1505 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==",
1506 "license": "MIT"
1507 },
1508 "node_modules/isomorphic-git": {
1509 "version": "1.37.0",
1510 "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.37.0.tgz",
1511 "integrity": "sha512-XXdcywuJq8ff2tUQRCfFp+mz8dQTOZonXQ7I9WPgM2dUrhm6+oh5JM+EOrobgq6n+qN3TqgyRBkfgqFf9g7RTg==",
1512 "license": "MIT",
1513 "dependencies": {
1514 "async-lock": "^1.4.1",
1515 "clean-git-ref": "^2.0.1",
1516 "crc-32": "^1.2.0",
1517 "diff3": "0.0.3",
1518 "ignore": "^5.1.4",
1519 "minimisted": "^2.0.0",
1520 "pako": "^1.0.10",
1521 "pify": "^4.0.1",
1522 "readable-stream": "^4.0.0",
1523 "sha.js": "^2.4.12",
1524 "simple-get": "^4.0.1"
1525 },
1526 "bin": {
1527 "isogit": "cli.cjs"
1528 },
1529 "engines": {
1530 "node": ">=14.17"
1531 }
1532 },
1533 "node_modules/jose": {
1534 "version": "5.10.0",
1535 "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
1536 "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
1537 "license": "MIT",
1538 "funding": {
1539 "url": "https://github.com/sponsors/panva"
1540 }
1541 },
1542 "node_modules/lru-cache": {
1543 "version": "10.4.3",
1544 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
1545 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
1546 "license": "ISC"
1547 },
1548 "node_modules/math-intrinsics": {
1549 "version": "1.1.0",
1550 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1551 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1552 "license": "MIT",
1553 "engines": {
1554 "node": ">= 0.4"
1555 }
1556 },
1557 "node_modules/memfs": {
1558 "version": "4.56.10",
1559 "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.56.10.tgz",
1560 "integrity": "sha512-eLvzyrwqLHnLYalJP7YZ3wBe79MXktMdfQbvMrVD80K+NhrIukCVBvgP30zTJYEEDh9hZ/ep9z0KOdD7FSHo7w==",
1561 "license": "Apache-2.0",
1562 "dependencies": {
1563 "@jsonjoy.com/fs-core": "4.56.10",
1564 "@jsonjoy.com/fs-fsa": "4.56.10",
1565 "@jsonjoy.com/fs-node": "4.56.10",
1566 "@jsonjoy.com/fs-node-builtins": "4.56.10",
1567 "@jsonjoy.com/fs-node-to-fsa": "4.56.10",
1568 "@jsonjoy.com/fs-node-utils": "4.56.10",
1569 "@jsonjoy.com/fs-print": "4.56.10",
1570 "@jsonjoy.com/fs-snapshot": "4.56.10",
1571 "@jsonjoy.com/json-pack": "^1.11.0",
1572 "@jsonjoy.com/util": "^1.9.0",
1573 "glob-to-regex.js": "^1.0.1",
1574 "thingies": "^2.5.0",
1575 "tree-dump": "^1.0.3",
1576 "tslib": "^2.0.0"
1577 },
1578 "funding": {
1579 "type": "github",
1580 "url": "https://github.com/sponsors/streamich"
1581 },
1582 "peerDependencies": {
1583 "tslib": "2"
1584 }
1585 },
1586 "node_modules/mimic-response": {
1587 "version": "3.1.0",
1588 "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
1589 "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
1590 "license": "MIT",
1591 "engines": {
1592 "node": ">=10"
1593 },
1594 "funding": {
1595 "url": "https://github.com/sponsors/sindresorhus"
1596 }
1597 },
1598 "node_modules/minimist": {
1599 "version": "1.2.8",
1600 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
1601 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
1602 "license": "MIT",
1603 "funding": {
1604 "url": "https://github.com/sponsors/ljharb"
1605 }
1606 },
1607 "node_modules/minimisted": {
1608 "version": "2.0.1",
1609 "resolved": "https://registry.npmjs.org/minimisted/-/minimisted-2.0.1.tgz",
1610 "integrity": "sha512-1oPjfuLQa2caorJUM8HV8lGgWCc0qqAO1MNv/k05G4qslmsndV/5WdNZrqCiyqiz3wohia2Ij2B7w2Dr7/IyrA==",
1611 "license": "MIT",
1612 "dependencies": {
1613 "minimist": "^1.2.5"
1614 }
1615 },
1616 "node_modules/multiformats": {
1617 "version": "9.9.0",
1618 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz",
1619 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==",
1620 "license": "(Apache-2.0 AND MIT)"
1621 },
1622 "node_modules/once": {
1623 "version": "1.4.0",
1624 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1625 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1626 "license": "ISC",
1627 "dependencies": {
1628 "wrappy": "1"
1629 }
1630 },
1631 "node_modules/pako": {
1632 "version": "1.0.11",
1633 "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
1634 "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
1635 "license": "(MIT AND Zlib)"
1636 },
1637 "node_modules/pify": {
1638 "version": "4.0.1",
1639 "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
1640 "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
1641 "license": "MIT",
1642 "engines": {
1643 "node": ">=6"
1644 }
1645 },
1646 "node_modules/possible-typed-array-names": {
1647 "version": "1.1.0",
1648 "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
1649 "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
1650 "license": "MIT",
1651 "engines": {
1652 "node": ">= 0.4"
1653 }
1654 },
1655 "node_modules/process": {
1656 "version": "0.11.10",
1657 "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
1658 "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
1659 "license": "MIT",
1660 "engines": {
1661 "node": ">= 0.6.0"
1662 }
1663 },
1664 "node_modules/readable-stream": {
1665 "version": "4.7.0",
1666 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
1667 "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
1668 "license": "MIT",
1669 "dependencies": {
1670 "abort-controller": "^3.0.0",
1671 "buffer": "^6.0.3",
1672 "events": "^3.3.0",
1673 "process": "^0.11.10",
1674 "string_decoder": "^1.3.0"
1675 },
1676 "engines": {
1677 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1678 }
1679 },
1680 "node_modules/safe-buffer": {
1681 "version": "5.2.1",
1682 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1683 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1684 "funding": [
1685 {
1686 "type": "github",
1687 "url": "https://github.com/sponsors/feross"
1688 },
1689 {
1690 "type": "patreon",
1691 "url": "https://www.patreon.com/feross"
1692 },
1693 {
1694 "type": "consulting",
1695 "url": "https://feross.org/support"
1696 }
1697 ],
1698 "license": "MIT"
1699 },
1700 "node_modules/set-function-length": {
1701 "version": "1.2.2",
1702 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
1703 "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
1704 "license": "MIT",
1705 "dependencies": {
1706 "define-data-property": "^1.1.4",
1707 "es-errors": "^1.3.0",
1708 "function-bind": "^1.1.2",
1709 "get-intrinsic": "^1.2.4",
1710 "gopd": "^1.0.1",
1711 "has-property-descriptors": "^1.0.2"
1712 },
1713 "engines": {
1714 "node": ">= 0.4"
1715 }
1716 },
1717 "node_modules/sha.js": {
1718 "version": "2.4.12",
1719 "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
1720 "integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
1721 "license": "(MIT AND BSD-3-Clause)",
1722 "dependencies": {
1723 "inherits": "^2.0.4",
1724 "safe-buffer": "^5.2.1",
1725 "to-buffer": "^1.2.0"
1726 },
1727 "bin": {
1728 "sha.js": "bin.js"
1729 },
1730 "engines": {
1731 "node": ">= 0.10"
1732 },
1733 "funding": {
1734 "url": "https://github.com/sponsors/ljharb"
1735 }
1736 },
1737 "node_modules/simple-concat": {
1738 "version": "1.0.1",
1739 "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
1740 "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
1741 "funding": [
1742 {
1743 "type": "github",
1744 "url": "https://github.com/sponsors/feross"
1745 },
1746 {
1747 "type": "patreon",
1748 "url": "https://www.patreon.com/feross"
1749 },
1750 {
1751 "type": "consulting",
1752 "url": "https://feross.org/support"
1753 }
1754 ],
1755 "license": "MIT"
1756 },
1757 "node_modules/simple-get": {
1758 "version": "4.0.1",
1759 "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
1760 "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
1761 "funding": [
1762 {
1763 "type": "github",
1764 "url": "https://github.com/sponsors/feross"
1765 },
1766 {
1767 "type": "patreon",
1768 "url": "https://www.patreon.com/feross"
1769 },
1770 {
1771 "type": "consulting",
1772 "url": "https://feross.org/support"
1773 }
1774 ],
1775 "license": "MIT",
1776 "dependencies": {
1777 "decompress-response": "^6.0.0",
1778 "once": "^1.3.1",
1779 "simple-concat": "^1.0.0"
1780 }
1781 },
1782 "node_modules/string_decoder": {
1783 "version": "1.3.0",
1784 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
1785 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
1786 "license": "MIT",
1787 "dependencies": {
1788 "safe-buffer": "~5.2.0"
1789 }
1790 },
1791 "node_modules/thingies": {
1792 "version": "2.6.0",
1793 "resolved": "https://registry.npmjs.org/thingies/-/thingies-2.6.0.tgz",
1794 "integrity": "sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==",
1795 "license": "MIT",
1796 "engines": {
1797 "node": ">=10.18"
1798 },
1799 "funding": {
1800 "type": "github",
1801 "url": "https://github.com/sponsors/streamich"
1802 },
1803 "peerDependencies": {
1804 "tslib": "^2"
1805 }
1806 },
1807 "node_modules/tlds": {
1808 "version": "1.261.0",
1809 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.261.0.tgz",
1810 "integrity": "sha512-QXqwfEl9ddlGBaRFXIvNKK6OhipSiLXuRuLJX5DErz0o0Q0rYxulWLdFryTkV5PkdZct5iMInwYEGe/eR++1AA==",
1811 "license": "MIT",
1812 "bin": {
1813 "tlds": "bin.js"
1814 }
1815 },
1816 "node_modules/to-buffer": {
1817 "version": "1.2.2",
1818 "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz",
1819 "integrity": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==",
1820 "license": "MIT",
1821 "dependencies": {
1822 "isarray": "^2.0.5",
1823 "safe-buffer": "^5.2.1",
1824 "typed-array-buffer": "^1.0.3"
1825 },
1826 "engines": {
1827 "node": ">= 0.4"
1828 }
1829 },
1830 "node_modules/tree-dump": {
1831 "version": "1.1.0",
1832 "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.1.0.tgz",
1833 "integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==",
1834 "license": "Apache-2.0",
1835 "engines": {
1836 "node": ">=10.0"
1837 },
1838 "funding": {
1839 "type": "github",
1840 "url": "https://github.com/sponsors/streamich"
1841 },
1842 "peerDependencies": {
1843 "tslib": "2"
1844 }
1845 },
1846 "node_modules/tslib": {
1847 "version": "2.8.1",
1848 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1849 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1850 "license": "0BSD"
1851 },
1852 "node_modules/typed-array-buffer": {
1853 "version": "1.0.3",
1854 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
1855 "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
1856 "license": "MIT",
1857 "dependencies": {
1858 "call-bound": "^1.0.3",
1859 "es-errors": "^1.3.0",
1860 "is-typed-array": "^1.1.14"
1861 },
1862 "engines": {
1863 "node": ">= 0.4"
1864 }
1865 },
1866 "node_modules/uint8arrays": {
1867 "version": "3.0.0",
1868 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
1869 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==",
1870 "license": "MIT",
1871 "dependencies": {
1872 "multiformats": "^9.4.2"
1873 }
1874 },
1875 "node_modules/undici": {
1876 "version": "6.27.0",
1877 "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz",
1878 "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==",
1879 "license": "MIT",
1880 "engines": {
1881 "node": ">=18.17"
1882 }
1883 },
1884 "node_modules/unicode-segmenter": {
1885 "version": "0.14.5",
1886 "resolved": "https://registry.npmjs.org/unicode-segmenter/-/unicode-segmenter-0.14.5.tgz",
1887 "integrity": "sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g==",
1888 "license": "MIT"
1889 },
1890 "node_modules/vit": {
1891 "version": "0.6.1",
1892 "resolved": "https://registry.npmjs.org/vit/-/vit-0.6.1.tgz",
1893 "integrity": "sha512-AeU1jrpxHb2nVjA2n884s+8+vj5lRbln/1atPgo7WWbTXnRLTLiHQly2Aywidw/RpQnuB2unDUkgTwIc9jQQ2Q==",
1894 "hasInstallScript": true,
1895 "license": "MIT",
1896 "dependencies": {
1897 "@atproto/api": "^0.18.20",
1898 "@atproto/common-web": "^0.4.16",
1899 "@atproto/oauth-client-node": "^0.3.16",
1900 "@ipld/dag-cbor": "^9.2.0",
1901 "@noble/curves": "^1.8.0",
1902 "@noble/hashes": "^1.7.0",
1903 "@scure/bip39": "1.6.0",
1904 "bs58": "^6.0.0",
1905 "commander": "^13.0.0",
1906 "env-paths": "4.0.0",
1907 "isomorphic-git": "1.37.0",
1908 "memfs": "4.56.10"
1909 },
1910 "bin": {
1911 "vit": "bin/vit.js"
1912 },
1913 "engines": {
1914 "node": ">=20.10.0"
1915 }
1916 },
1917 "node_modules/which-typed-array": {
1918 "version": "1.1.22",
1919 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.22.tgz",
1920 "integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
1921 "license": "MIT",
1922 "dependencies": {
1923 "available-typed-arrays": "^1.0.7",
1924 "call-bind": "^1.0.9",
1925 "call-bound": "^1.0.4",
1926 "for-each": "^0.3.5",
1927 "get-proto": "^1.0.1",
1928 "gopd": "^1.2.0",
1929 "has-tostringtag": "^1.0.2"
1930 },
1931 "engines": {
1932 "node": ">= 0.4"
1933 },
1934 "funding": {
1935 "url": "https://github.com/sponsors/ljharb"
1936 }
1937 },
1938 "node_modules/wrappy": {
1939 "version": "1.0.2",
1940 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1941 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
1942 "license": "ISC"
1943 },
1944 "node_modules/zod": {
1945 "version": "3.25.76",
1946 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
1947 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
1948 "license": "MIT",
1949 "funding": {
1950 "url": "https://github.com/sponsors/colinhacks"
1951 }
1952 }
1953 }
1954}