A minimal AT Protocol Personal Data Server written in JavaScript.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3408 lines 106 kB view raw
1lockfileVersion: '9.0' 2 3settings: 4 autoInstallPeers: true 5 excludeLinksFromLockfile: false 6 7importers: 8 9 .: 10 dependencies: 11 '@pds/core': 12 specifier: workspace:* 13 version: link:packages/core 14 '@pds/lexicon-resolver': 15 specifier: workspace:* 16 version: link:packages/lexicon-resolver 17 '@pds/node': 18 specifier: workspace:* 19 version: link:packages/node 20 better-sqlite3: 21 specifier: ^12.6.0 22 version: 12.6.0 23 devDependencies: 24 '@bigmoves/lexicon': 25 specifier: ^0.2.0 26 version: 0.2.0 27 '@biomejs/biome': 28 specifier: ^2.3.11 29 version: 2.3.11 30 '@cloudflare/workers-types': 31 specifier: ^4.20260103.0 32 version: 4.20260111.0 33 '@types/better-sqlite3': 34 specifier: ^7.6.13 35 version: 7.6.13 36 '@types/node': 37 specifier: ^25.0.6 38 version: 25.0.6 39 '@types/ws': 40 specifier: ^8.18.1 41 version: 8.18.1 42 '@vitest/coverage-v8': 43 specifier: ^4.0.16 44 version: 4.0.16(vitest@4.0.16(@types/node@25.0.6)) 45 minio: 46 specifier: ^8.0.6 47 version: 8.0.6 48 typescript: 49 specifier: ^5.9.3 50 version: 5.9.3 51 vitest: 52 specifier: ^4.0.16 53 version: 4.0.16(@types/node@25.0.6) 54 wrangler: 55 specifier: ^4.54.0 56 version: 4.58.0(@cloudflare/workers-types@4.20260111.0) 57 ws: 58 specifier: ^8.19.0 59 version: 8.19.0 60 61 examples/cloudflare: 62 dependencies: 63 '@pds/cloudflare': 64 specifier: workspace:* 65 version: link:../../packages/cloudflare 66 devDependencies: 67 wrangler: 68 specifier: ^4.54.0 69 version: 4.58.0(@cloudflare/workers-types@4.20260111.0) 70 71 examples/deno: 72 devDependencies: 73 '@types/deno': 74 specifier: ^2.5.0 75 version: 2.5.0 76 77 examples/node: 78 dependencies: 79 '@pds/node': 80 specifier: workspace:* 81 version: link:../../packages/node 82 better-sqlite3: 83 specifier: ^12.6.0 84 version: 12.6.0 85 86 packages/blobs-deno: 87 devDependencies: 88 '@types/deno': 89 specifier: ^2.5.0 90 version: 2.5.0 91 92 packages/blobs-fs: {} 93 94 packages/blobs-s3: {} 95 96 packages/cloudflare: 97 dependencies: 98 '@pds/core': 99 specifier: workspace:* 100 version: link:../core 101 '@pds/lexicon-resolver': 102 specifier: workspace:* 103 version: link:../lexicon-resolver 104 105 packages/core: {} 106 107 packages/deno: 108 dependencies: 109 '@pds/core': 110 specifier: workspace:* 111 version: link:../core 112 '@pds/lexicon-resolver': 113 specifier: workspace:* 114 version: link:../lexicon-resolver 115 devDependencies: 116 '@types/deno': 117 specifier: ^2.5.0 118 version: 2.5.0 119 120 packages/lexicon-resolver: 121 dependencies: 122 '@bigmoves/lexicon': 123 specifier: ^0.2.0 124 version: 0.2.0 125 devDependencies: 126 vitest: 127 specifier: ^2.1.8 128 version: 2.1.9(@types/node@25.0.6) 129 130 packages/node: 131 dependencies: 132 '@pds/blobs-fs': 133 specifier: workspace:* 134 version: link:../blobs-fs 135 '@pds/core': 136 specifier: workspace:* 137 version: link:../core 138 '@pds/lexicon-resolver': 139 specifier: workspace:* 140 version: link:../lexicon-resolver 141 '@pds/storage-sqlite': 142 specifier: workspace:* 143 version: link:../storage-sqlite 144 better-sqlite3: 145 specifier: '>=9.0.0' 146 version: 12.6.0 147 ws: 148 specifier: ^8.19.0 149 version: 8.19.0 150 151 packages/storage-sqlite: 152 dependencies: 153 better-sqlite3: 154 specifier: '>=9.0.0' 155 version: 12.6.0 156 157packages: 158 159 '@babel/helper-string-parser@7.27.1': 160 resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 161 engines: {node: '>=6.9.0'} 162 163 '@babel/helper-validator-identifier@7.28.5': 164 resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} 165 engines: {node: '>=6.9.0'} 166 167 '@babel/parser@7.28.5': 168 resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} 169 engines: {node: '>=6.0.0'} 170 hasBin: true 171 172 '@babel/types@7.28.5': 173 resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 174 engines: {node: '>=6.9.0'} 175 176 '@bcoe/v8-coverage@1.0.2': 177 resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} 178 engines: {node: '>=18'} 179 180 '@bigmoves/lexicon@0.2.0': 181 resolution: {integrity: sha512-nDdgIF2tIxtnOe7eas0nyJi8kBBEHZQb9McMiZuWWEPx3tBePUoCHqlUAsB/jzPU8Zx3QJ4AlM6qoMIODvvzVQ==} 182 183 '@biomejs/biome@2.3.11': 184 resolution: {integrity: sha512-/zt+6qazBWguPG6+eWmiELqO+9jRsMZ/DBU3lfuU2ngtIQYzymocHhKiZRyrbra4aCOoyTg/BmY+6WH5mv9xmQ==} 185 engines: {node: '>=14.21.3'} 186 hasBin: true 187 188 '@biomejs/cli-darwin-arm64@2.3.11': 189 resolution: {integrity: sha512-/uXXkBcPKVQY7rc9Ys2CrlirBJYbpESEDme7RKiBD6MmqR2w3j0+ZZXRIL2xiaNPsIMMNhP1YnA+jRRxoOAFrA==} 190 engines: {node: '>=14.21.3'} 191 cpu: [arm64] 192 os: [darwin] 193 194 '@biomejs/cli-darwin-x64@2.3.11': 195 resolution: {integrity: sha512-fh7nnvbweDPm2xEmFjfmq7zSUiox88plgdHF9OIW4i99WnXrAC3o2P3ag9judoUMv8FCSUnlwJCM1B64nO5Fbg==} 196 engines: {node: '>=14.21.3'} 197 cpu: [x64] 198 os: [darwin] 199 200 '@biomejs/cli-linux-arm64-musl@2.3.11': 201 resolution: {integrity: sha512-XPSQ+XIPZMLaZ6zveQdwNjbX+QdROEd1zPgMwD47zvHV+tCGB88VH+aynyGxAHdzL+Tm/+DtKST5SECs4iwCLg==} 202 engines: {node: '>=14.21.3'} 203 cpu: [arm64] 204 os: [linux] 205 206 '@biomejs/cli-linux-arm64@2.3.11': 207 resolution: {integrity: sha512-l4xkGa9E7Uc0/05qU2lMYfN1H+fzzkHgaJoy98wO+b/7Gl78srbCRRgwYSW+BTLixTBrM6Ede5NSBwt7rd/i6g==} 208 engines: {node: '>=14.21.3'} 209 cpu: [arm64] 210 os: [linux] 211 212 '@biomejs/cli-linux-x64-musl@2.3.11': 213 resolution: {integrity: sha512-vU7a8wLs5C9yJ4CB8a44r12aXYb8yYgBn+WeyzbMjaCMklzCv1oXr8x+VEyWodgJt9bDmhiaW/I0RHbn7rsNmw==} 214 engines: {node: '>=14.21.3'} 215 cpu: [x64] 216 os: [linux] 217 218 '@biomejs/cli-linux-x64@2.3.11': 219 resolution: {integrity: sha512-/1s9V/H3cSe0r0Mv/Z8JryF5x9ywRxywomqZVLHAoa/uN0eY7F8gEngWKNS5vbbN/BsfpCG5yeBT5ENh50Frxg==} 220 engines: {node: '>=14.21.3'} 221 cpu: [x64] 222 os: [linux] 223 224 '@biomejs/cli-win32-arm64@2.3.11': 225 resolution: {integrity: sha512-PZQ6ElCOnkYapSsysiTy0+fYX+agXPlWugh6+eQ6uPKI3vKAqNp6TnMhoM3oY2NltSB89hz59o8xIfOdyhi9Iw==} 226 engines: {node: '>=14.21.3'} 227 cpu: [arm64] 228 os: [win32] 229 230 '@biomejs/cli-win32-x64@2.3.11': 231 resolution: {integrity: sha512-43VrG813EW+b5+YbDbz31uUsheX+qFKCpXeY9kfdAx+ww3naKxeVkTD9zLIWxUPfJquANMHrmW3wbe/037G0Qg==} 232 engines: {node: '>=14.21.3'} 233 cpu: [x64] 234 os: [win32] 235 236 '@cloudflare/kv-asset-handler@0.4.1': 237 resolution: {integrity: sha512-Nu8ahitGFFJztxUml9oD/DLb7Z28C8cd8F46IVQ7y5Btz575pvMY8AqZsXkX7Gds29eCKdMgIHjIvzskHgPSFg==} 238 engines: {node: '>=18.0.0'} 239 240 '@cloudflare/unenv-preset@2.8.0': 241 resolution: {integrity: sha512-oIAu6EdQ4zJuPwwKr9odIEqd8AV96z1aqi3RBEA4iKaJ+Vd3fvuI6m5EDC7/QCv+oaPIhy1SkYBYxmD09N+oZg==} 242 peerDependencies: 243 unenv: 2.0.0-rc.24 244 workerd: ^1.20251202.0 245 peerDependenciesMeta: 246 workerd: 247 optional: true 248 249 '@cloudflare/workerd-darwin-64@1.20260107.1': 250 resolution: {integrity: sha512-Srwe/IukVppkMU2qTndkFaKCmZBI7CnZoq4Y0U0gD/8158VGzMREHTqCii4IcCeHifwrtDqTWu8EcA1VBKI4mg==} 251 engines: {node: '>=16'} 252 cpu: [x64] 253 os: [darwin] 254 255 '@cloudflare/workerd-darwin-arm64@1.20260107.1': 256 resolution: {integrity: sha512-aAYwU7zXW+UZFh/a4vHP5cs1ulTOcDRLzwU9547yKad06RlZ6ioRm7ovjdYvdqdmbI8mPd99v4LN9gMmecazQw==} 257 engines: {node: '>=16'} 258 cpu: [arm64] 259 os: [darwin] 260 261 '@cloudflare/workerd-linux-64@1.20260107.1': 262 resolution: {integrity: sha512-Wh7xWtFOkk6WY3CXe3lSqZ1anMkFcwy+qOGIjtmvQ/3nCOaG34vKNwPIE9iwryPupqkSuDmEqkosI1UUnSTh1A==} 263 engines: {node: '>=16'} 264 cpu: [x64] 265 os: [linux] 266 267 '@cloudflare/workerd-linux-arm64@1.20260107.1': 268 resolution: {integrity: sha512-NI0/5rdssdZZKYHxNG4umTmMzODByq86vSCEk8u4HQbGhRCQo7rV1eXn84ntSBdyWBzWdYGISCbeZMsgfIjSTg==} 269 engines: {node: '>=16'} 270 cpu: [arm64] 271 os: [linux] 272 273 '@cloudflare/workerd-windows-64@1.20260107.1': 274 resolution: {integrity: sha512-gmBMqs606Gd/IhBEBPSL/hJAqy2L8IyPUjKtoqd/Ccy7GQxbSc0rYlRkxbQ9YzmqnuhrTVYvXuLscyWrpmAJkw==} 275 engines: {node: '>=16'} 276 cpu: [x64] 277 os: [win32] 278 279 '@cloudflare/workers-types@4.20260111.0': 280 resolution: {integrity: sha512-NFA2U+AqEWHkAmw6oRzNWJyc14rIvBlF/OlK3lixokunRKwyziuON07nWUZ0w0kKWlW4fJ/muA09tEUaQY07tA==} 281 282 '@cspotcode/source-map-support@0.8.1': 283 resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} 284 engines: {node: '>=12'} 285 286 '@emnapi/runtime@1.8.1': 287 resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} 288 289 '@esbuild/aix-ppc64@0.21.5': 290 resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} 291 engines: {node: '>=12'} 292 cpu: [ppc64] 293 os: [aix] 294 295 '@esbuild/aix-ppc64@0.27.0': 296 resolution: {integrity: sha512-KuZrd2hRjz01y5JK9mEBSD3Vj3mbCvemhT466rSuJYeE/hjuBrHfjjcjMdTm/sz7au+++sdbJZJmuBwQLuw68A==} 297 engines: {node: '>=18'} 298 cpu: [ppc64] 299 os: [aix] 300 301 '@esbuild/aix-ppc64@0.27.2': 302 resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==} 303 engines: {node: '>=18'} 304 cpu: [ppc64] 305 os: [aix] 306 307 '@esbuild/android-arm64@0.21.5': 308 resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} 309 engines: {node: '>=12'} 310 cpu: [arm64] 311 os: [android] 312 313 '@esbuild/android-arm64@0.27.0': 314 resolution: {integrity: sha512-CC3vt4+1xZrs97/PKDkl0yN7w8edvU2vZvAFGD16n9F0Cvniy5qvzRXjfO1l94efczkkQE6g1x0i73Qf5uthOQ==} 315 engines: {node: '>=18'} 316 cpu: [arm64] 317 os: [android] 318 319 '@esbuild/android-arm64@0.27.2': 320 resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==} 321 engines: {node: '>=18'} 322 cpu: [arm64] 323 os: [android] 324 325 '@esbuild/android-arm@0.21.5': 326 resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} 327 engines: {node: '>=12'} 328 cpu: [arm] 329 os: [android] 330 331 '@esbuild/android-arm@0.27.0': 332 resolution: {integrity: sha512-j67aezrPNYWJEOHUNLPj9maeJte7uSMM6gMoxfPC9hOg8N02JuQi/T7ewumf4tNvJadFkvLZMlAq73b9uwdMyQ==} 333 engines: {node: '>=18'} 334 cpu: [arm] 335 os: [android] 336 337 '@esbuild/android-arm@0.27.2': 338 resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==} 339 engines: {node: '>=18'} 340 cpu: [arm] 341 os: [android] 342 343 '@esbuild/android-x64@0.21.5': 344 resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} 345 engines: {node: '>=12'} 346 cpu: [x64] 347 os: [android] 348 349 '@esbuild/android-x64@0.27.0': 350 resolution: {integrity: sha512-wurMkF1nmQajBO1+0CJmcN17U4BP6GqNSROP8t0X/Jiw2ltYGLHpEksp9MpoBqkrFR3kv2/te6Sha26k3+yZ9Q==} 351 engines: {node: '>=18'} 352 cpu: [x64] 353 os: [android] 354 355 '@esbuild/android-x64@0.27.2': 356 resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==} 357 engines: {node: '>=18'} 358 cpu: [x64] 359 os: [android] 360 361 '@esbuild/darwin-arm64@0.21.5': 362 resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} 363 engines: {node: '>=12'} 364 cpu: [arm64] 365 os: [darwin] 366 367 '@esbuild/darwin-arm64@0.27.0': 368 resolution: {integrity: sha512-uJOQKYCcHhg07DL7i8MzjvS2LaP7W7Pn/7uA0B5S1EnqAirJtbyw4yC5jQ5qcFjHK9l6o/MX9QisBg12kNkdHg==} 369 engines: {node: '>=18'} 370 cpu: [arm64] 371 os: [darwin] 372 373 '@esbuild/darwin-arm64@0.27.2': 374 resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==} 375 engines: {node: '>=18'} 376 cpu: [arm64] 377 os: [darwin] 378 379 '@esbuild/darwin-x64@0.21.5': 380 resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} 381 engines: {node: '>=12'} 382 cpu: [x64] 383 os: [darwin] 384 385 '@esbuild/darwin-x64@0.27.0': 386 resolution: {integrity: sha512-8mG6arH3yB/4ZXiEnXof5MK72dE6zM9cDvUcPtxhUZsDjESl9JipZYW60C3JGreKCEP+p8P/72r69m4AZGJd5g==} 387 engines: {node: '>=18'} 388 cpu: [x64] 389 os: [darwin] 390 391 '@esbuild/darwin-x64@0.27.2': 392 resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==} 393 engines: {node: '>=18'} 394 cpu: [x64] 395 os: [darwin] 396 397 '@esbuild/freebsd-arm64@0.21.5': 398 resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} 399 engines: {node: '>=12'} 400 cpu: [arm64] 401 os: [freebsd] 402 403 '@esbuild/freebsd-arm64@0.27.0': 404 resolution: {integrity: sha512-9FHtyO988CwNMMOE3YIeci+UV+x5Zy8fI2qHNpsEtSF83YPBmE8UWmfYAQg6Ux7Gsmd4FejZqnEUZCMGaNQHQw==} 405 engines: {node: '>=18'} 406 cpu: [arm64] 407 os: [freebsd] 408 409 '@esbuild/freebsd-arm64@0.27.2': 410 resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==} 411 engines: {node: '>=18'} 412 cpu: [arm64] 413 os: [freebsd] 414 415 '@esbuild/freebsd-x64@0.21.5': 416 resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} 417 engines: {node: '>=12'} 418 cpu: [x64] 419 os: [freebsd] 420 421 '@esbuild/freebsd-x64@0.27.0': 422 resolution: {integrity: sha512-zCMeMXI4HS/tXvJz8vWGexpZj2YVtRAihHLk1imZj4efx1BQzN76YFeKqlDr3bUWI26wHwLWPd3rwh6pe4EV7g==} 423 engines: {node: '>=18'} 424 cpu: [x64] 425 os: [freebsd] 426 427 '@esbuild/freebsd-x64@0.27.2': 428 resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==} 429 engines: {node: '>=18'} 430 cpu: [x64] 431 os: [freebsd] 432 433 '@esbuild/linux-arm64@0.21.5': 434 resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} 435 engines: {node: '>=12'} 436 cpu: [arm64] 437 os: [linux] 438 439 '@esbuild/linux-arm64@0.27.0': 440 resolution: {integrity: sha512-AS18v0V+vZiLJyi/4LphvBE+OIX682Pu7ZYNsdUHyUKSoRwdnOsMf6FDekwoAFKej14WAkOef3zAORJgAtXnlQ==} 441 engines: {node: '>=18'} 442 cpu: [arm64] 443 os: [linux] 444 445 '@esbuild/linux-arm64@0.27.2': 446 resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==} 447 engines: {node: '>=18'} 448 cpu: [arm64] 449 os: [linux] 450 451 '@esbuild/linux-arm@0.21.5': 452 resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} 453 engines: {node: '>=12'} 454 cpu: [arm] 455 os: [linux] 456 457 '@esbuild/linux-arm@0.27.0': 458 resolution: {integrity: sha512-t76XLQDpxgmq2cNXKTVEB7O7YMb42atj2Re2Haf45HkaUpjM2J0UuJZDuaGbPbamzZ7bawyGFUkodL+zcE+jvQ==} 459 engines: {node: '>=18'} 460 cpu: [arm] 461 os: [linux] 462 463 '@esbuild/linux-arm@0.27.2': 464 resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==} 465 engines: {node: '>=18'} 466 cpu: [arm] 467 os: [linux] 468 469 '@esbuild/linux-ia32@0.21.5': 470 resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} 471 engines: {node: '>=12'} 472 cpu: [ia32] 473 os: [linux] 474 475 '@esbuild/linux-ia32@0.27.0': 476 resolution: {integrity: sha512-Mz1jxqm/kfgKkc/KLHC5qIujMvnnarD9ra1cEcrs7qshTUSksPihGrWHVG5+osAIQ68577Zpww7SGapmzSt4Nw==} 477 engines: {node: '>=18'} 478 cpu: [ia32] 479 os: [linux] 480 481 '@esbuild/linux-ia32@0.27.2': 482 resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==} 483 engines: {node: '>=18'} 484 cpu: [ia32] 485 os: [linux] 486 487 '@esbuild/linux-loong64@0.21.5': 488 resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} 489 engines: {node: '>=12'} 490 cpu: [loong64] 491 os: [linux] 492 493 '@esbuild/linux-loong64@0.27.0': 494 resolution: {integrity: sha512-QbEREjdJeIreIAbdG2hLU1yXm1uu+LTdzoq1KCo4G4pFOLlvIspBm36QrQOar9LFduavoWX2msNFAAAY9j4BDg==} 495 engines: {node: '>=18'} 496 cpu: [loong64] 497 os: [linux] 498 499 '@esbuild/linux-loong64@0.27.2': 500 resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==} 501 engines: {node: '>=18'} 502 cpu: [loong64] 503 os: [linux] 504 505 '@esbuild/linux-mips64el@0.21.5': 506 resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} 507 engines: {node: '>=12'} 508 cpu: [mips64el] 509 os: [linux] 510 511 '@esbuild/linux-mips64el@0.27.0': 512 resolution: {integrity: sha512-sJz3zRNe4tO2wxvDpH/HYJilb6+2YJxo/ZNbVdtFiKDufzWq4JmKAiHy9iGoLjAV7r/W32VgaHGkk35cUXlNOg==} 513 engines: {node: '>=18'} 514 cpu: [mips64el] 515 os: [linux] 516 517 '@esbuild/linux-mips64el@0.27.2': 518 resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==} 519 engines: {node: '>=18'} 520 cpu: [mips64el] 521 os: [linux] 522 523 '@esbuild/linux-ppc64@0.21.5': 524 resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} 525 engines: {node: '>=12'} 526 cpu: [ppc64] 527 os: [linux] 528 529 '@esbuild/linux-ppc64@0.27.0': 530 resolution: {integrity: sha512-z9N10FBD0DCS2dmSABDBb5TLAyF1/ydVb+N4pi88T45efQ/w4ohr/F/QYCkxDPnkhkp6AIpIcQKQ8F0ANoA2JA==} 531 engines: {node: '>=18'} 532 cpu: [ppc64] 533 os: [linux] 534 535 '@esbuild/linux-ppc64@0.27.2': 536 resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==} 537 engines: {node: '>=18'} 538 cpu: [ppc64] 539 os: [linux] 540 541 '@esbuild/linux-riscv64@0.21.5': 542 resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} 543 engines: {node: '>=12'} 544 cpu: [riscv64] 545 os: [linux] 546 547 '@esbuild/linux-riscv64@0.27.0': 548 resolution: {integrity: sha512-pQdyAIZ0BWIC5GyvVFn5awDiO14TkT/19FTmFcPdDec94KJ1uZcmFs21Fo8auMXzD4Tt+diXu1LW1gHus9fhFQ==} 549 engines: {node: '>=18'} 550 cpu: [riscv64] 551 os: [linux] 552 553 '@esbuild/linux-riscv64@0.27.2': 554 resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==} 555 engines: {node: '>=18'} 556 cpu: [riscv64] 557 os: [linux] 558 559 '@esbuild/linux-s390x@0.21.5': 560 resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} 561 engines: {node: '>=12'} 562 cpu: [s390x] 563 os: [linux] 564 565 '@esbuild/linux-s390x@0.27.0': 566 resolution: {integrity: sha512-hPlRWR4eIDDEci953RI1BLZitgi5uqcsjKMxwYfmi4LcwyWo2IcRP+lThVnKjNtk90pLS8nKdroXYOqW+QQH+w==} 567 engines: {node: '>=18'} 568 cpu: [s390x] 569 os: [linux] 570 571 '@esbuild/linux-s390x@0.27.2': 572 resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==} 573 engines: {node: '>=18'} 574 cpu: [s390x] 575 os: [linux] 576 577 '@esbuild/linux-x64@0.21.5': 578 resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} 579 engines: {node: '>=12'} 580 cpu: [x64] 581 os: [linux] 582 583 '@esbuild/linux-x64@0.27.0': 584 resolution: {integrity: sha512-1hBWx4OUJE2cab++aVZ7pObD6s+DK4mPGpemtnAORBvb5l/g5xFGk0vc0PjSkrDs0XaXj9yyob3d14XqvnQ4gw==} 585 engines: {node: '>=18'} 586 cpu: [x64] 587 os: [linux] 588 589 '@esbuild/linux-x64@0.27.2': 590 resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==} 591 engines: {node: '>=18'} 592 cpu: [x64] 593 os: [linux] 594 595 '@esbuild/netbsd-arm64@0.27.0': 596 resolution: {integrity: sha512-6m0sfQfxfQfy1qRuecMkJlf1cIzTOgyaeXaiVaaki8/v+WB+U4hc6ik15ZW6TAllRlg/WuQXxWj1jx6C+dfy3w==} 597 engines: {node: '>=18'} 598 cpu: [arm64] 599 os: [netbsd] 600 601 '@esbuild/netbsd-arm64@0.27.2': 602 resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==} 603 engines: {node: '>=18'} 604 cpu: [arm64] 605 os: [netbsd] 606 607 '@esbuild/netbsd-x64@0.21.5': 608 resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} 609 engines: {node: '>=12'} 610 cpu: [x64] 611 os: [netbsd] 612 613 '@esbuild/netbsd-x64@0.27.0': 614 resolution: {integrity: sha512-xbbOdfn06FtcJ9d0ShxxvSn2iUsGd/lgPIO2V3VZIPDbEaIj1/3nBBe1AwuEZKXVXkMmpr6LUAgMkLD/4D2PPA==} 615 engines: {node: '>=18'} 616 cpu: [x64] 617 os: [netbsd] 618 619 '@esbuild/netbsd-x64@0.27.2': 620 resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==} 621 engines: {node: '>=18'} 622 cpu: [x64] 623 os: [netbsd] 624 625 '@esbuild/openbsd-arm64@0.27.0': 626 resolution: {integrity: sha512-fWgqR8uNbCQ/GGv0yhzttj6sU/9Z5/Sv/VGU3F5OuXK6J6SlriONKrQ7tNlwBrJZXRYk5jUhuWvF7GYzGguBZQ==} 627 engines: {node: '>=18'} 628 cpu: [arm64] 629 os: [openbsd] 630 631 '@esbuild/openbsd-arm64@0.27.2': 632 resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==} 633 engines: {node: '>=18'} 634 cpu: [arm64] 635 os: [openbsd] 636 637 '@esbuild/openbsd-x64@0.21.5': 638 resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} 639 engines: {node: '>=12'} 640 cpu: [x64] 641 os: [openbsd] 642 643 '@esbuild/openbsd-x64@0.27.0': 644 resolution: {integrity: sha512-aCwlRdSNMNxkGGqQajMUza6uXzR/U0dIl1QmLjPtRbLOx3Gy3otfFu/VjATy4yQzo9yFDGTxYDo1FfAD9oRD2A==} 645 engines: {node: '>=18'} 646 cpu: [x64] 647 os: [openbsd] 648 649 '@esbuild/openbsd-x64@0.27.2': 650 resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==} 651 engines: {node: '>=18'} 652 cpu: [x64] 653 os: [openbsd] 654 655 '@esbuild/openharmony-arm64@0.27.0': 656 resolution: {integrity: sha512-nyvsBccxNAsNYz2jVFYwEGuRRomqZ149A39SHWk4hV0jWxKM0hjBPm3AmdxcbHiFLbBSwG6SbpIcUbXjgyECfA==} 657 engines: {node: '>=18'} 658 cpu: [arm64] 659 os: [openharmony] 660 661 '@esbuild/openharmony-arm64@0.27.2': 662 resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==} 663 engines: {node: '>=18'} 664 cpu: [arm64] 665 os: [openharmony] 666 667 '@esbuild/sunos-x64@0.21.5': 668 resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} 669 engines: {node: '>=12'} 670 cpu: [x64] 671 os: [sunos] 672 673 '@esbuild/sunos-x64@0.27.0': 674 resolution: {integrity: sha512-Q1KY1iJafM+UX6CFEL+F4HRTgygmEW568YMqDA5UV97AuZSm21b7SXIrRJDwXWPzr8MGr75fUZPV67FdtMHlHA==} 675 engines: {node: '>=18'} 676 cpu: [x64] 677 os: [sunos] 678 679 '@esbuild/sunos-x64@0.27.2': 680 resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==} 681 engines: {node: '>=18'} 682 cpu: [x64] 683 os: [sunos] 684 685 '@esbuild/win32-arm64@0.21.5': 686 resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} 687 engines: {node: '>=12'} 688 cpu: [arm64] 689 os: [win32] 690 691 '@esbuild/win32-arm64@0.27.0': 692 resolution: {integrity: sha512-W1eyGNi6d+8kOmZIwi/EDjrL9nxQIQ0MiGqe/AWc6+IaHloxHSGoeRgDRKHFISThLmsewZ5nHFvGFWdBYlgKPg==} 693 engines: {node: '>=18'} 694 cpu: [arm64] 695 os: [win32] 696 697 '@esbuild/win32-arm64@0.27.2': 698 resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==} 699 engines: {node: '>=18'} 700 cpu: [arm64] 701 os: [win32] 702 703 '@esbuild/win32-ia32@0.21.5': 704 resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} 705 engines: {node: '>=12'} 706 cpu: [ia32] 707 os: [win32] 708 709 '@esbuild/win32-ia32@0.27.0': 710 resolution: {integrity: sha512-30z1aKL9h22kQhilnYkORFYt+3wp7yZsHWus+wSKAJR8JtdfI76LJ4SBdMsCopTR3z/ORqVu5L1vtnHZWVj4cQ==} 711 engines: {node: '>=18'} 712 cpu: [ia32] 713 os: [win32] 714 715 '@esbuild/win32-ia32@0.27.2': 716 resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==} 717 engines: {node: '>=18'} 718 cpu: [ia32] 719 os: [win32] 720 721 '@esbuild/win32-x64@0.21.5': 722 resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} 723 engines: {node: '>=12'} 724 cpu: [x64] 725 os: [win32] 726 727 '@esbuild/win32-x64@0.27.0': 728 resolution: {integrity: sha512-aIitBcjQeyOhMTImhLZmtxfdOcuNRpwlPNmlFKPcHQYPhEssw75Cl1TSXJXpMkzaua9FUetx/4OQKq7eJul5Cg==} 729 engines: {node: '>=18'} 730 cpu: [x64] 731 os: [win32] 732 733 '@esbuild/win32-x64@0.27.2': 734 resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==} 735 engines: {node: '>=18'} 736 cpu: [x64] 737 os: [win32] 738 739 '@img/sharp-darwin-arm64@0.33.5': 740 resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} 741 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 742 cpu: [arm64] 743 os: [darwin] 744 745 '@img/sharp-darwin-x64@0.33.5': 746 resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} 747 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 748 cpu: [x64] 749 os: [darwin] 750 751 '@img/sharp-libvips-darwin-arm64@1.0.4': 752 resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} 753 cpu: [arm64] 754 os: [darwin] 755 756 '@img/sharp-libvips-darwin-x64@1.0.4': 757 resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} 758 cpu: [x64] 759 os: [darwin] 760 761 '@img/sharp-libvips-linux-arm64@1.0.4': 762 resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} 763 cpu: [arm64] 764 os: [linux] 765 766 '@img/sharp-libvips-linux-arm@1.0.5': 767 resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} 768 cpu: [arm] 769 os: [linux] 770 771 '@img/sharp-libvips-linux-s390x@1.0.4': 772 resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} 773 cpu: [s390x] 774 os: [linux] 775 776 '@img/sharp-libvips-linux-x64@1.0.4': 777 resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} 778 cpu: [x64] 779 os: [linux] 780 781 '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 782 resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} 783 cpu: [arm64] 784 os: [linux] 785 786 '@img/sharp-libvips-linuxmusl-x64@1.0.4': 787 resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} 788 cpu: [x64] 789 os: [linux] 790 791 '@img/sharp-linux-arm64@0.33.5': 792 resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} 793 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 794 cpu: [arm64] 795 os: [linux] 796 797 '@img/sharp-linux-arm@0.33.5': 798 resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} 799 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 800 cpu: [arm] 801 os: [linux] 802 803 '@img/sharp-linux-s390x@0.33.5': 804 resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} 805 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 806 cpu: [s390x] 807 os: [linux] 808 809 '@img/sharp-linux-x64@0.33.5': 810 resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} 811 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 812 cpu: [x64] 813 os: [linux] 814 815 '@img/sharp-linuxmusl-arm64@0.33.5': 816 resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} 817 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 818 cpu: [arm64] 819 os: [linux] 820 821 '@img/sharp-linuxmusl-x64@0.33.5': 822 resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} 823 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 824 cpu: [x64] 825 os: [linux] 826 827 '@img/sharp-wasm32@0.33.5': 828 resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} 829 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 830 cpu: [wasm32] 831 832 '@img/sharp-win32-ia32@0.33.5': 833 resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} 834 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 835 cpu: [ia32] 836 os: [win32] 837 838 '@img/sharp-win32-x64@0.33.5': 839 resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} 840 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 841 cpu: [x64] 842 os: [win32] 843 844 '@jridgewell/resolve-uri@3.1.2': 845 resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 846 engines: {node: '>=6.0.0'} 847 848 '@jridgewell/sourcemap-codec@1.5.5': 849 resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} 850 851 '@jridgewell/trace-mapping@0.3.31': 852 resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} 853 854 '@jridgewell/trace-mapping@0.3.9': 855 resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} 856 857 '@poppinss/colors@4.1.6': 858 resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==} 859 860 '@poppinss/dumper@0.6.5': 861 resolution: {integrity: sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==} 862 863 '@poppinss/exception@1.2.3': 864 resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==} 865 866 '@rollup/rollup-android-arm-eabi@4.55.1': 867 resolution: {integrity: sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==} 868 cpu: [arm] 869 os: [android] 870 871 '@rollup/rollup-android-arm64@4.55.1': 872 resolution: {integrity: sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==} 873 cpu: [arm64] 874 os: [android] 875 876 '@rollup/rollup-darwin-arm64@4.55.1': 877 resolution: {integrity: sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==} 878 cpu: [arm64] 879 os: [darwin] 880 881 '@rollup/rollup-darwin-x64@4.55.1': 882 resolution: {integrity: sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==} 883 cpu: [x64] 884 os: [darwin] 885 886 '@rollup/rollup-freebsd-arm64@4.55.1': 887 resolution: {integrity: sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==} 888 cpu: [arm64] 889 os: [freebsd] 890 891 '@rollup/rollup-freebsd-x64@4.55.1': 892 resolution: {integrity: sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==} 893 cpu: [x64] 894 os: [freebsd] 895 896 '@rollup/rollup-linux-arm-gnueabihf@4.55.1': 897 resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==} 898 cpu: [arm] 899 os: [linux] 900 901 '@rollup/rollup-linux-arm-musleabihf@4.55.1': 902 resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==} 903 cpu: [arm] 904 os: [linux] 905 906 '@rollup/rollup-linux-arm64-gnu@4.55.1': 907 resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==} 908 cpu: [arm64] 909 os: [linux] 910 911 '@rollup/rollup-linux-arm64-musl@4.55.1': 912 resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==} 913 cpu: [arm64] 914 os: [linux] 915 916 '@rollup/rollup-linux-loong64-gnu@4.55.1': 917 resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==} 918 cpu: [loong64] 919 os: [linux] 920 921 '@rollup/rollup-linux-loong64-musl@4.55.1': 922 resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==} 923 cpu: [loong64] 924 os: [linux] 925 926 '@rollup/rollup-linux-ppc64-gnu@4.55.1': 927 resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==} 928 cpu: [ppc64] 929 os: [linux] 930 931 '@rollup/rollup-linux-ppc64-musl@4.55.1': 932 resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==} 933 cpu: [ppc64] 934 os: [linux] 935 936 '@rollup/rollup-linux-riscv64-gnu@4.55.1': 937 resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==} 938 cpu: [riscv64] 939 os: [linux] 940 941 '@rollup/rollup-linux-riscv64-musl@4.55.1': 942 resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==} 943 cpu: [riscv64] 944 os: [linux] 945 946 '@rollup/rollup-linux-s390x-gnu@4.55.1': 947 resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==} 948 cpu: [s390x] 949 os: [linux] 950 951 '@rollup/rollup-linux-x64-gnu@4.55.1': 952 resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==} 953 cpu: [x64] 954 os: [linux] 955 956 '@rollup/rollup-linux-x64-musl@4.55.1': 957 resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==} 958 cpu: [x64] 959 os: [linux] 960 961 '@rollup/rollup-openbsd-x64@4.55.1': 962 resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==} 963 cpu: [x64] 964 os: [openbsd] 965 966 '@rollup/rollup-openharmony-arm64@4.55.1': 967 resolution: {integrity: sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==} 968 cpu: [arm64] 969 os: [openharmony] 970 971 '@rollup/rollup-win32-arm64-msvc@4.55.1': 972 resolution: {integrity: sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==} 973 cpu: [arm64] 974 os: [win32] 975 976 '@rollup/rollup-win32-ia32-msvc@4.55.1': 977 resolution: {integrity: sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==} 978 cpu: [ia32] 979 os: [win32] 980 981 '@rollup/rollup-win32-x64-gnu@4.55.1': 982 resolution: {integrity: sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==} 983 cpu: [x64] 984 os: [win32] 985 986 '@rollup/rollup-win32-x64-msvc@4.55.1': 987 resolution: {integrity: sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==} 988 cpu: [x64] 989 os: [win32] 990 991 '@sindresorhus/is@7.2.0': 992 resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==} 993 engines: {node: '>=18'} 994 995 '@speed-highlight/core@1.2.14': 996 resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==} 997 998 '@standard-schema/spec@1.1.0': 999 resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} 1000 1001 '@types/better-sqlite3@7.6.13': 1002 resolution: {integrity: sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==} 1003 1004 '@types/chai@5.2.3': 1005 resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==} 1006 1007 '@types/deep-eql@4.0.2': 1008 resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} 1009 1010 '@types/deno@2.5.0': 1011 resolution: {integrity: sha512-g8JS38vmc0S87jKsFzre+0ZyMOUDHPVokEJymSCRlL57h6f/FdKPWBXgdFh3Z8Ees9sz11qt9VWELU9Y9ZkiVw==} 1012 1013 '@types/estree@1.0.8': 1014 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 1015 1016 '@types/node@25.0.6': 1017 resolution: {integrity: sha512-NNu0sjyNxpoiW3YuVFfNz7mxSQ+S4X2G28uqg2s+CzoqoQjLPsWSbsFFyztIAqt2vb8kfEAsJNepMGPTxFDx3Q==} 1018 1019 '@types/ws@8.18.1': 1020 resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} 1021 1022 '@vitest/coverage-v8@4.0.16': 1023 resolution: {integrity: sha512-2rNdjEIsPRzsdu6/9Eq0AYAzYdpP6Bx9cje9tL3FE5XzXRQF1fNU9pe/1yE8fCrS0HD+fBtt6gLPh6LI57tX7A==} 1024 peerDependencies: 1025 '@vitest/browser': 4.0.16 1026 vitest: 4.0.16 1027 peerDependenciesMeta: 1028 '@vitest/browser': 1029 optional: true 1030 1031 '@vitest/expect@2.1.9': 1032 resolution: {integrity: sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==} 1033 1034 '@vitest/expect@4.0.16': 1035 resolution: {integrity: sha512-eshqULT2It7McaJkQGLkPjPjNph+uevROGuIMJdG3V+0BSR2w9u6J9Lwu+E8cK5TETlfou8GRijhafIMhXsimA==} 1036 1037 '@vitest/mocker@2.1.9': 1038 resolution: {integrity: sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==} 1039 peerDependencies: 1040 msw: ^2.4.9 1041 vite: ^5.0.0 1042 peerDependenciesMeta: 1043 msw: 1044 optional: true 1045 vite: 1046 optional: true 1047 1048 '@vitest/mocker@4.0.16': 1049 resolution: {integrity: sha512-yb6k4AZxJTB+q9ycAvsoxGn+j/po0UaPgajllBgt1PzoMAAmJGYFdDk0uCcRcxb3BrME34I6u8gHZTQlkqSZpg==} 1050 peerDependencies: 1051 msw: ^2.4.9 1052 vite: ^6.0.0 || ^7.0.0-0 1053 peerDependenciesMeta: 1054 msw: 1055 optional: true 1056 vite: 1057 optional: true 1058 1059 '@vitest/pretty-format@2.1.9': 1060 resolution: {integrity: sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==} 1061 1062 '@vitest/pretty-format@4.0.16': 1063 resolution: {integrity: sha512-eNCYNsSty9xJKi/UdVD8Ou16alu7AYiS2fCPRs0b1OdhJiV89buAXQLpTbe+X8V9L6qrs9CqyvU7OaAopJYPsA==} 1064 1065 '@vitest/runner@2.1.9': 1066 resolution: {integrity: sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==} 1067 1068 '@vitest/runner@4.0.16': 1069 resolution: {integrity: sha512-VWEDm5Wv9xEo80ctjORcTQRJ539EGPB3Pb9ApvVRAY1U/WkHXmmYISqU5E79uCwcW7xYUV38gwZD+RV755fu3Q==} 1070 1071 '@vitest/snapshot@2.1.9': 1072 resolution: {integrity: sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==} 1073 1074 '@vitest/snapshot@4.0.16': 1075 resolution: {integrity: sha512-sf6NcrYhYBsSYefxnry+DR8n3UV4xWZwWxYbCJUt2YdvtqzSPR7VfGrY0zsv090DAbjFZsi7ZaMi1KnSRyK1XA==} 1076 1077 '@vitest/spy@2.1.9': 1078 resolution: {integrity: sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==} 1079 1080 '@vitest/spy@4.0.16': 1081 resolution: {integrity: sha512-4jIOWjKP0ZUaEmJm00E0cOBLU+5WE0BpeNr3XN6TEF05ltro6NJqHWxXD0kA8/Zc8Nh23AT8WQxwNG+WeROupw==} 1082 1083 '@vitest/utils@2.1.9': 1084 resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==} 1085 1086 '@vitest/utils@4.0.16': 1087 resolution: {integrity: sha512-h8z9yYhV3e1LEfaQ3zdypIrnAg/9hguReGZoS7Gl0aBG5xgA410zBqECqmaF/+RkTggRsfnzc1XaAHA6bmUufA==} 1088 1089 '@zxing/text-encoding@0.9.0': 1090 resolution: {integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==} 1091 1092 acorn-walk@8.3.2: 1093 resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} 1094 engines: {node: '>=0.4.0'} 1095 1096 acorn@8.14.0: 1097 resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} 1098 engines: {node: '>=0.4.0'} 1099 hasBin: true 1100 1101 assertion-error@2.0.1: 1102 resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} 1103 engines: {node: '>=12'} 1104 1105 ast-v8-to-istanbul@0.3.10: 1106 resolution: {integrity: sha512-p4K7vMz2ZSk3wN8l5o3y2bJAoZXT3VuJI5OLTATY/01CYWumWvwkUw0SqDBnNq6IiTO3qDa1eSQDibAV8g7XOQ==} 1107 1108 async@3.2.6: 1109 resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==} 1110 1111 available-typed-arrays@1.0.7: 1112 resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} 1113 engines: {node: '>= 0.4'} 1114 1115 base64-js@1.5.1: 1116 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 1117 1118 better-sqlite3@12.6.0: 1119 resolution: {integrity: sha512-FXI191x+D6UPWSze5IzZjhz+i9MK9nsuHsmTX9bXVl52k06AfZ2xql0lrgIUuzsMsJ7Vgl5kIptvDgBLIV3ZSQ==} 1120 engines: {node: 20.x || 22.x || 23.x || 24.x || 25.x} 1121 1122 bindings@1.5.0: 1123 resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} 1124 1125 bl@4.1.0: 1126 resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} 1127 1128 blake3-wasm@2.1.5: 1129 resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==} 1130 1131 block-stream2@2.1.0: 1132 resolution: {integrity: sha512-suhjmLI57Ewpmq00qaygS8UgEq2ly2PCItenIyhMqVjo4t4pGzqMvfgJuX8iWTeSDdfSSqS6j38fL4ToNL7Pfg==} 1133 1134 browser-or-node@2.1.1: 1135 resolution: {integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==} 1136 1137 buffer-crc32@1.0.0: 1138 resolution: {integrity: sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==} 1139 engines: {node: '>=8.0.0'} 1140 1141 buffer@5.7.1: 1142 resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} 1143 1144 cac@6.7.14: 1145 resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} 1146 engines: {node: '>=8'} 1147 1148 call-bind-apply-helpers@1.0.2: 1149 resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} 1150 engines: {node: '>= 0.4'} 1151 1152 call-bind@1.0.8: 1153 resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} 1154 engines: {node: '>= 0.4'} 1155 1156 call-bound@1.0.4: 1157 resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} 1158 engines: {node: '>= 0.4'} 1159 1160 chai@5.3.3: 1161 resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==} 1162 engines: {node: '>=18'} 1163 1164 chai@6.2.2: 1165 resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==} 1166 engines: {node: '>=18'} 1167 1168 check-error@2.1.3: 1169 resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==} 1170 engines: {node: '>= 16'} 1171 1172 chownr@1.1.4: 1173 resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} 1174 1175 color-convert@2.0.1: 1176 resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} 1177 engines: {node: '>=7.0.0'} 1178 1179 color-name@1.1.4: 1180 resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 1181 1182 color-string@1.9.1: 1183 resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} 1184 1185 color@4.2.3: 1186 resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} 1187 engines: {node: '>=12.5.0'} 1188 1189 cookie@1.1.1: 1190 resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==} 1191 engines: {node: '>=18'} 1192 1193 debug@4.4.3: 1194 resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} 1195 engines: {node: '>=6.0'} 1196 peerDependencies: 1197 supports-color: '*' 1198 peerDependenciesMeta: 1199 supports-color: 1200 optional: true 1201 1202 decode-uri-component@0.2.2: 1203 resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} 1204 engines: {node: '>=0.10'} 1205 1206 decompress-response@6.0.0: 1207 resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} 1208 engines: {node: '>=10'} 1209 1210 deep-eql@5.0.2: 1211 resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} 1212 engines: {node: '>=6'} 1213 1214 deep-extend@0.6.0: 1215 resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} 1216 engines: {node: '>=4.0.0'} 1217 1218 define-data-property@1.1.4: 1219 resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} 1220 engines: {node: '>= 0.4'} 1221 1222 detect-libc@2.1.2: 1223 resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1224 engines: {node: '>=8'} 1225 1226 dunder-proto@1.0.1: 1227 resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} 1228 engines: {node: '>= 0.4'} 1229 1230 end-of-stream@1.4.5: 1231 resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} 1232 1233 error-stack-parser-es@1.0.5: 1234 resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==} 1235 1236 es-define-property@1.0.1: 1237 resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} 1238 engines: {node: '>= 0.4'} 1239 1240 es-errors@1.3.0: 1241 resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} 1242 engines: {node: '>= 0.4'} 1243 1244 es-module-lexer@1.7.0: 1245 resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 1246 1247 es-object-atoms@1.1.1: 1248 resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} 1249 engines: {node: '>= 0.4'} 1250 1251 esbuild@0.21.5: 1252 resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} 1253 engines: {node: '>=12'} 1254 hasBin: true 1255 1256 esbuild@0.27.0: 1257 resolution: {integrity: sha512-jd0f4NHbD6cALCyGElNpGAOtWxSq46l9X/sWB0Nzd5er4Kz2YTm+Vl0qKFT9KUJvD8+fiO8AvoHhFvEatfVixA==} 1258 engines: {node: '>=18'} 1259 hasBin: true 1260 1261 esbuild@0.27.2: 1262 resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==} 1263 engines: {node: '>=18'} 1264 hasBin: true 1265 1266 estree-walker@3.0.3: 1267 resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} 1268 1269 eventemitter3@5.0.1: 1270 resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} 1271 1272 exit-hook@2.2.1: 1273 resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==} 1274 engines: {node: '>=6'} 1275 1276 expand-template@2.0.3: 1277 resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} 1278 engines: {node: '>=6'} 1279 1280 expect-type@1.3.0: 1281 resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==} 1282 engines: {node: '>=12.0.0'} 1283 1284 fast-xml-parser@4.5.3: 1285 resolution: {integrity: sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==} 1286 hasBin: true 1287 1288 fdir@6.5.0: 1289 resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} 1290 engines: {node: '>=12.0.0'} 1291 peerDependencies: 1292 picomatch: ^3 || ^4 1293 peerDependenciesMeta: 1294 picomatch: 1295 optional: true 1296 1297 file-uri-to-path@1.0.0: 1298 resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} 1299 1300 filter-obj@1.1.0: 1301 resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==} 1302 engines: {node: '>=0.10.0'} 1303 1304 for-each@0.3.5: 1305 resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} 1306 engines: {node: '>= 0.4'} 1307 1308 fs-constants@1.0.0: 1309 resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} 1310 1311 fsevents@2.3.3: 1312 resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} 1313 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 1314 os: [darwin] 1315 1316 function-bind@1.1.2: 1317 resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} 1318 1319 generator-function@2.0.1: 1320 resolution: {integrity: sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==} 1321 engines: {node: '>= 0.4'} 1322 1323 get-intrinsic@1.3.0: 1324 resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} 1325 engines: {node: '>= 0.4'} 1326 1327 get-proto@1.0.1: 1328 resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} 1329 engines: {node: '>= 0.4'} 1330 1331 github-from-package@0.0.0: 1332 resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} 1333 1334 glob-to-regexp@0.4.1: 1335 resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} 1336 1337 gopd@1.2.0: 1338 resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} 1339 engines: {node: '>= 0.4'} 1340 1341 has-flag@4.0.0: 1342 resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} 1343 engines: {node: '>=8'} 1344 1345 has-property-descriptors@1.0.2: 1346 resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} 1347 1348 has-symbols@1.1.0: 1349 resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} 1350 engines: {node: '>= 0.4'} 1351 1352 has-tostringtag@1.0.2: 1353 resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} 1354 engines: {node: '>= 0.4'} 1355 1356 hasown@2.0.2: 1357 resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} 1358 engines: {node: '>= 0.4'} 1359 1360 html-escaper@2.0.2: 1361 resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} 1362 1363 ieee754@1.2.1: 1364 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 1365 1366 inherits@2.0.4: 1367 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 1368 1369 ini@1.3.8: 1370 resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} 1371 1372 ipaddr.js@2.3.0: 1373 resolution: {integrity: sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==} 1374 engines: {node: '>= 10'} 1375 1376 is-arguments@1.2.0: 1377 resolution: {integrity: sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==} 1378 engines: {node: '>= 0.4'} 1379 1380 is-arrayish@0.3.4: 1381 resolution: {integrity: sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==} 1382 1383 is-callable@1.2.7: 1384 resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} 1385 engines: {node: '>= 0.4'} 1386 1387 is-generator-function@1.1.2: 1388 resolution: {integrity: sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==} 1389 engines: {node: '>= 0.4'} 1390 1391 is-regex@1.2.1: 1392 resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} 1393 engines: {node: '>= 0.4'} 1394 1395 is-typed-array@1.1.15: 1396 resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} 1397 engines: {node: '>= 0.4'} 1398 1399 istanbul-lib-coverage@3.2.2: 1400 resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} 1401 engines: {node: '>=8'} 1402 1403 istanbul-lib-report@3.0.1: 1404 resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} 1405 engines: {node: '>=10'} 1406 1407 istanbul-lib-source-maps@5.0.6: 1408 resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==} 1409 engines: {node: '>=10'} 1410 1411 istanbul-reports@3.2.0: 1412 resolution: {integrity: sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==} 1413 engines: {node: '>=8'} 1414 1415 js-tokens@9.0.1: 1416 resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} 1417 1418 kleur@4.1.5: 1419 resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 1420 engines: {node: '>=6'} 1421 1422 lodash@4.17.21: 1423 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} 1424 1425 loupe@3.2.1: 1426 resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==} 1427 1428 magic-string@0.30.21: 1429 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 1430 1431 magicast@0.5.1: 1432 resolution: {integrity: sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==} 1433 1434 make-dir@4.0.0: 1435 resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} 1436 engines: {node: '>=10'} 1437 1438 math-intrinsics@1.1.0: 1439 resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} 1440 engines: {node: '>= 0.4'} 1441 1442 mime-db@1.52.0: 1443 resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} 1444 engines: {node: '>= 0.6'} 1445 1446 mime-types@2.1.35: 1447 resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} 1448 engines: {node: '>= 0.6'} 1449 1450 mime@3.0.0: 1451 resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} 1452 engines: {node: '>=10.0.0'} 1453 hasBin: true 1454 1455 mimic-response@3.1.0: 1456 resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} 1457 engines: {node: '>=10'} 1458 1459 miniflare@4.20260107.0: 1460 resolution: {integrity: sha512-X93sXczqbBq9ixoM6jnesmdTqp+4baVC/aM/DuPpRS0LK0XtcqaO75qPzNEvDEzBAHxwMAWRIum/9hg32YB8iA==} 1461 engines: {node: '>=18.0.0'} 1462 hasBin: true 1463 1464 minimist@1.2.8: 1465 resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} 1466 1467 minio@8.0.6: 1468 resolution: {integrity: sha512-sOeh2/b/XprRmEtYsnNRFtOqNRTPDvYtMWh+spWlfsuCV/+IdxNeKVUMKLqI7b5Dr07ZqCPuaRGU/rB9pZYVdQ==} 1469 engines: {node: ^16 || ^18 || >=20} 1470 1471 mkdirp-classic@0.5.3: 1472 resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} 1473 1474 ms@2.1.3: 1475 resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} 1476 1477 nanoid@3.3.11: 1478 resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} 1479 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 1480 hasBin: true 1481 1482 napi-build-utils@2.0.0: 1483 resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==} 1484 1485 node-abi@3.85.0: 1486 resolution: {integrity: sha512-zsFhmbkAzwhTft6nd3VxcG0cvJsT70rL+BIGHWVq5fi6MwGrHwzqKaxXE+Hl2GmnGItnDKPPkO5/LQqjVkIdFg==} 1487 engines: {node: '>=10'} 1488 1489 obug@2.1.1: 1490 resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 1491 1492 once@1.4.0: 1493 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 1494 1495 path-to-regexp@6.3.0: 1496 resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} 1497 1498 pathe@1.1.2: 1499 resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} 1500 1501 pathe@2.0.3: 1502 resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} 1503 1504 pathval@2.0.1: 1505 resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==} 1506 engines: {node: '>= 14.16'} 1507 1508 picocolors@1.1.1: 1509 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} 1510 1511 picomatch@4.0.3: 1512 resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 1513 engines: {node: '>=12'} 1514 1515 possible-typed-array-names@1.1.0: 1516 resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} 1517 engines: {node: '>= 0.4'} 1518 1519 postcss@8.5.6: 1520 resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 1521 engines: {node: ^10 || ^12 || >=14} 1522 1523 prebuild-install@7.1.3: 1524 resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} 1525 engines: {node: '>=10'} 1526 hasBin: true 1527 1528 pump@3.0.3: 1529 resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==} 1530 1531 query-string@7.1.3: 1532 resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==} 1533 engines: {node: '>=6'} 1534 1535 rc@1.2.8: 1536 resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} 1537 hasBin: true 1538 1539 readable-stream@3.6.2: 1540 resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} 1541 engines: {node: '>= 6'} 1542 1543 rollup@4.55.1: 1544 resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==} 1545 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1546 hasBin: true 1547 1548 safe-buffer@5.2.1: 1549 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} 1550 1551 safe-regex-test@1.1.0: 1552 resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} 1553 engines: {node: '>= 0.4'} 1554 1555 sax@1.4.4: 1556 resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==} 1557 engines: {node: '>=11.0.0'} 1558 1559 semver@7.7.3: 1560 resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} 1561 engines: {node: '>=10'} 1562 hasBin: true 1563 1564 set-function-length@1.2.2: 1565 resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} 1566 engines: {node: '>= 0.4'} 1567 1568 sharp@0.33.5: 1569 resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 1570 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1571 1572 siginfo@2.0.0: 1573 resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} 1574 1575 simple-concat@1.0.1: 1576 resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} 1577 1578 simple-get@4.0.1: 1579 resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} 1580 1581 simple-swizzle@0.2.4: 1582 resolution: {integrity: sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==} 1583 1584 source-map-js@1.2.1: 1585 resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 1586 engines: {node: '>=0.10.0'} 1587 1588 split-on-first@1.1.0: 1589 resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==} 1590 engines: {node: '>=6'} 1591 1592 stackback@0.0.2: 1593 resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} 1594 1595 std-env@3.10.0: 1596 resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==} 1597 1598 stoppable@1.1.0: 1599 resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==} 1600 engines: {node: '>=4', npm: '>=6'} 1601 1602 stream-chain@2.2.5: 1603 resolution: {integrity: sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==} 1604 1605 stream-json@1.9.1: 1606 resolution: {integrity: sha512-uWkjJ+2Nt/LO9Z/JyKZbMusL8Dkh97uUBTv3AJQ74y07lVahLY4eEFsPsE97pxYBwr8nnjMAIch5eqI0gPShyw==} 1607 1608 strict-uri-encode@2.0.0: 1609 resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==} 1610 engines: {node: '>=4'} 1611 1612 string_decoder@1.3.0: 1613 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} 1614 1615 strip-json-comments@2.0.1: 1616 resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} 1617 engines: {node: '>=0.10.0'} 1618 1619 strnum@1.1.2: 1620 resolution: {integrity: sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==} 1621 1622 supports-color@10.2.2: 1623 resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 1624 engines: {node: '>=18'} 1625 1626 supports-color@7.2.0: 1627 resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} 1628 engines: {node: '>=8'} 1629 1630 tar-fs@2.1.4: 1631 resolution: {integrity: sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==} 1632 1633 tar-stream@2.2.0: 1634 resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} 1635 engines: {node: '>=6'} 1636 1637 through2@4.0.2: 1638 resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} 1639 1640 tinybench@2.9.0: 1641 resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} 1642 1643 tinyexec@0.3.2: 1644 resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} 1645 1646 tinyexec@1.0.2: 1647 resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} 1648 engines: {node: '>=18'} 1649 1650 tinyglobby@0.2.15: 1651 resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 1652 engines: {node: '>=12.0.0'} 1653 1654 tinypool@1.1.1: 1655 resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==} 1656 engines: {node: ^18.0.0 || >=20.0.0} 1657 1658 tinyrainbow@1.2.0: 1659 resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} 1660 engines: {node: '>=14.0.0'} 1661 1662 tinyrainbow@3.0.3: 1663 resolution: {integrity: sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==} 1664 engines: {node: '>=14.0.0'} 1665 1666 tinyspy@3.0.2: 1667 resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} 1668 engines: {node: '>=14.0.0'} 1669 1670 tslib@2.8.1: 1671 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 1672 1673 tunnel-agent@0.6.0: 1674 resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} 1675 1676 typescript@5.9.3: 1677 resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 1678 engines: {node: '>=14.17'} 1679 hasBin: true 1680 1681 undici-types@7.16.0: 1682 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 1683 1684 undici@7.14.0: 1685 resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==} 1686 engines: {node: '>=20.18.1'} 1687 1688 unenv@2.0.0-rc.24: 1689 resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==} 1690 1691 util-deprecate@1.0.2: 1692 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 1693 1694 util@0.12.5: 1695 resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} 1696 1697 vite-node@2.1.9: 1698 resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==} 1699 engines: {node: ^18.0.0 || >=20.0.0} 1700 hasBin: true 1701 1702 vite@5.4.21: 1703 resolution: {integrity: sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==} 1704 engines: {node: ^18.0.0 || >=20.0.0} 1705 hasBin: true 1706 peerDependencies: 1707 '@types/node': ^18.0.0 || >=20.0.0 1708 less: '*' 1709 lightningcss: ^1.21.0 1710 sass: '*' 1711 sass-embedded: '*' 1712 stylus: '*' 1713 sugarss: '*' 1714 terser: ^5.4.0 1715 peerDependenciesMeta: 1716 '@types/node': 1717 optional: true 1718 less: 1719 optional: true 1720 lightningcss: 1721 optional: true 1722 sass: 1723 optional: true 1724 sass-embedded: 1725 optional: true 1726 stylus: 1727 optional: true 1728 sugarss: 1729 optional: true 1730 terser: 1731 optional: true 1732 1733 vite@7.3.1: 1734 resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} 1735 engines: {node: ^20.19.0 || >=22.12.0} 1736 hasBin: true 1737 peerDependencies: 1738 '@types/node': ^20.19.0 || >=22.12.0 1739 jiti: '>=1.21.0' 1740 less: ^4.0.0 1741 lightningcss: ^1.21.0 1742 sass: ^1.70.0 1743 sass-embedded: ^1.70.0 1744 stylus: '>=0.54.8' 1745 sugarss: ^5.0.0 1746 terser: ^5.16.0 1747 tsx: ^4.8.1 1748 yaml: ^2.4.2 1749 peerDependenciesMeta: 1750 '@types/node': 1751 optional: true 1752 jiti: 1753 optional: true 1754 less: 1755 optional: true 1756 lightningcss: 1757 optional: true 1758 sass: 1759 optional: true 1760 sass-embedded: 1761 optional: true 1762 stylus: 1763 optional: true 1764 sugarss: 1765 optional: true 1766 terser: 1767 optional: true 1768 tsx: 1769 optional: true 1770 yaml: 1771 optional: true 1772 1773 vitest@2.1.9: 1774 resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==} 1775 engines: {node: ^18.0.0 || >=20.0.0} 1776 hasBin: true 1777 peerDependencies: 1778 '@edge-runtime/vm': '*' 1779 '@types/node': ^18.0.0 || >=20.0.0 1780 '@vitest/browser': 2.1.9 1781 '@vitest/ui': 2.1.9 1782 happy-dom: '*' 1783 jsdom: '*' 1784 peerDependenciesMeta: 1785 '@edge-runtime/vm': 1786 optional: true 1787 '@types/node': 1788 optional: true 1789 '@vitest/browser': 1790 optional: true 1791 '@vitest/ui': 1792 optional: true 1793 happy-dom: 1794 optional: true 1795 jsdom: 1796 optional: true 1797 1798 vitest@4.0.16: 1799 resolution: {integrity: sha512-E4t7DJ9pESL6E3I8nFjPa4xGUd3PmiWDLsDztS2qXSJWfHtbQnwAWylaBvSNY48I3vr8PTqIZlyK8TE3V3CA4Q==} 1800 engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} 1801 hasBin: true 1802 peerDependencies: 1803 '@edge-runtime/vm': '*' 1804 '@opentelemetry/api': ^1.9.0 1805 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 1806 '@vitest/browser-playwright': 4.0.16 1807 '@vitest/browser-preview': 4.0.16 1808 '@vitest/browser-webdriverio': 4.0.16 1809 '@vitest/ui': 4.0.16 1810 happy-dom: '*' 1811 jsdom: '*' 1812 peerDependenciesMeta: 1813 '@edge-runtime/vm': 1814 optional: true 1815 '@opentelemetry/api': 1816 optional: true 1817 '@types/node': 1818 optional: true 1819 '@vitest/browser-playwright': 1820 optional: true 1821 '@vitest/browser-preview': 1822 optional: true 1823 '@vitest/browser-webdriverio': 1824 optional: true 1825 '@vitest/ui': 1826 optional: true 1827 happy-dom: 1828 optional: true 1829 jsdom: 1830 optional: true 1831 1832 web-encoding@1.1.5: 1833 resolution: {integrity: sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==} 1834 1835 which-typed-array@1.1.19: 1836 resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==} 1837 engines: {node: '>= 0.4'} 1838 1839 why-is-node-running@2.3.0: 1840 resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==} 1841 engines: {node: '>=8'} 1842 hasBin: true 1843 1844 workerd@1.20260107.1: 1845 resolution: {integrity: sha512-4ylAQJDdJZdMAUl2SbJgTa77YHpa88l6qmhiuCLNactP933+rifs7I0w1DslhUIFgydArUX5dNLAZnZhT7Bh7g==} 1846 engines: {node: '>=16'} 1847 hasBin: true 1848 1849 wrangler@4.58.0: 1850 resolution: {integrity: sha512-Jm6EYtlt8iUcznOCPSMYC54DYkwrMNESzbH0Vh3GFHv/7XVw5gBC13YJAB+nWMRGJ+6B2dMzy/NVQS4ONL51Pw==} 1851 engines: {node: '>=20.0.0'} 1852 hasBin: true 1853 peerDependencies: 1854 '@cloudflare/workers-types': ^4.20260107.1 1855 peerDependenciesMeta: 1856 '@cloudflare/workers-types': 1857 optional: true 1858 1859 wrappy@1.0.2: 1860 resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 1861 1862 ws@8.18.0: 1863 resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} 1864 engines: {node: '>=10.0.0'} 1865 peerDependencies: 1866 bufferutil: ^4.0.1 1867 utf-8-validate: '>=5.0.2' 1868 peerDependenciesMeta: 1869 bufferutil: 1870 optional: true 1871 utf-8-validate: 1872 optional: true 1873 1874 ws@8.19.0: 1875 resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==} 1876 engines: {node: '>=10.0.0'} 1877 peerDependencies: 1878 bufferutil: ^4.0.1 1879 utf-8-validate: '>=5.0.2' 1880 peerDependenciesMeta: 1881 bufferutil: 1882 optional: true 1883 utf-8-validate: 1884 optional: true 1885 1886 xml2js@0.6.2: 1887 resolution: {integrity: sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==} 1888 engines: {node: '>=4.0.0'} 1889 1890 xmlbuilder@11.0.1: 1891 resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==} 1892 engines: {node: '>=4.0'} 1893 1894 youch-core@0.3.3: 1895 resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==} 1896 1897 youch@4.1.0-beta.10: 1898 resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==} 1899 1900 zod@3.25.76: 1901 resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 1902 1903snapshots: 1904 1905 '@babel/helper-string-parser@7.27.1': {} 1906 1907 '@babel/helper-validator-identifier@7.28.5': {} 1908 1909 '@babel/parser@7.28.5': 1910 dependencies: 1911 '@babel/types': 7.28.5 1912 1913 '@babel/types@7.28.5': 1914 dependencies: 1915 '@babel/helper-string-parser': 7.27.1 1916 '@babel/helper-validator-identifier': 7.28.5 1917 1918 '@bcoe/v8-coverage@1.0.2': {} 1919 1920 '@bigmoves/lexicon@0.2.0': {} 1921 1922 '@biomejs/biome@2.3.11': 1923 optionalDependencies: 1924 '@biomejs/cli-darwin-arm64': 2.3.11 1925 '@biomejs/cli-darwin-x64': 2.3.11 1926 '@biomejs/cli-linux-arm64': 2.3.11 1927 '@biomejs/cli-linux-arm64-musl': 2.3.11 1928 '@biomejs/cli-linux-x64': 2.3.11 1929 '@biomejs/cli-linux-x64-musl': 2.3.11 1930 '@biomejs/cli-win32-arm64': 2.3.11 1931 '@biomejs/cli-win32-x64': 2.3.11 1932 1933 '@biomejs/cli-darwin-arm64@2.3.11': 1934 optional: true 1935 1936 '@biomejs/cli-darwin-x64@2.3.11': 1937 optional: true 1938 1939 '@biomejs/cli-linux-arm64-musl@2.3.11': 1940 optional: true 1941 1942 '@biomejs/cli-linux-arm64@2.3.11': 1943 optional: true 1944 1945 '@biomejs/cli-linux-x64-musl@2.3.11': 1946 optional: true 1947 1948 '@biomejs/cli-linux-x64@2.3.11': 1949 optional: true 1950 1951 '@biomejs/cli-win32-arm64@2.3.11': 1952 optional: true 1953 1954 '@biomejs/cli-win32-x64@2.3.11': 1955 optional: true 1956 1957 '@cloudflare/kv-asset-handler@0.4.1': 1958 dependencies: 1959 mime: 3.0.0 1960 1961 '@cloudflare/unenv-preset@2.8.0(unenv@2.0.0-rc.24)(workerd@1.20260107.1)': 1962 dependencies: 1963 unenv: 2.0.0-rc.24 1964 optionalDependencies: 1965 workerd: 1.20260107.1 1966 1967 '@cloudflare/workerd-darwin-64@1.20260107.1': 1968 optional: true 1969 1970 '@cloudflare/workerd-darwin-arm64@1.20260107.1': 1971 optional: true 1972 1973 '@cloudflare/workerd-linux-64@1.20260107.1': 1974 optional: true 1975 1976 '@cloudflare/workerd-linux-arm64@1.20260107.1': 1977 optional: true 1978 1979 '@cloudflare/workerd-windows-64@1.20260107.1': 1980 optional: true 1981 1982 '@cloudflare/workers-types@4.20260111.0': {} 1983 1984 '@cspotcode/source-map-support@0.8.1': 1985 dependencies: 1986 '@jridgewell/trace-mapping': 0.3.9 1987 1988 '@emnapi/runtime@1.8.1': 1989 dependencies: 1990 tslib: 2.8.1 1991 optional: true 1992 1993 '@esbuild/aix-ppc64@0.21.5': 1994 optional: true 1995 1996 '@esbuild/aix-ppc64@0.27.0': 1997 optional: true 1998 1999 '@esbuild/aix-ppc64@0.27.2': 2000 optional: true 2001 2002 '@esbuild/android-arm64@0.21.5': 2003 optional: true 2004 2005 '@esbuild/android-arm64@0.27.0': 2006 optional: true 2007 2008 '@esbuild/android-arm64@0.27.2': 2009 optional: true 2010 2011 '@esbuild/android-arm@0.21.5': 2012 optional: true 2013 2014 '@esbuild/android-arm@0.27.0': 2015 optional: true 2016 2017 '@esbuild/android-arm@0.27.2': 2018 optional: true 2019 2020 '@esbuild/android-x64@0.21.5': 2021 optional: true 2022 2023 '@esbuild/android-x64@0.27.0': 2024 optional: true 2025 2026 '@esbuild/android-x64@0.27.2': 2027 optional: true 2028 2029 '@esbuild/darwin-arm64@0.21.5': 2030 optional: true 2031 2032 '@esbuild/darwin-arm64@0.27.0': 2033 optional: true 2034 2035 '@esbuild/darwin-arm64@0.27.2': 2036 optional: true 2037 2038 '@esbuild/darwin-x64@0.21.5': 2039 optional: true 2040 2041 '@esbuild/darwin-x64@0.27.0': 2042 optional: true 2043 2044 '@esbuild/darwin-x64@0.27.2': 2045 optional: true 2046 2047 '@esbuild/freebsd-arm64@0.21.5': 2048 optional: true 2049 2050 '@esbuild/freebsd-arm64@0.27.0': 2051 optional: true 2052 2053 '@esbuild/freebsd-arm64@0.27.2': 2054 optional: true 2055 2056 '@esbuild/freebsd-x64@0.21.5': 2057 optional: true 2058 2059 '@esbuild/freebsd-x64@0.27.0': 2060 optional: true 2061 2062 '@esbuild/freebsd-x64@0.27.2': 2063 optional: true 2064 2065 '@esbuild/linux-arm64@0.21.5': 2066 optional: true 2067 2068 '@esbuild/linux-arm64@0.27.0': 2069 optional: true 2070 2071 '@esbuild/linux-arm64@0.27.2': 2072 optional: true 2073 2074 '@esbuild/linux-arm@0.21.5': 2075 optional: true 2076 2077 '@esbuild/linux-arm@0.27.0': 2078 optional: true 2079 2080 '@esbuild/linux-arm@0.27.2': 2081 optional: true 2082 2083 '@esbuild/linux-ia32@0.21.5': 2084 optional: true 2085 2086 '@esbuild/linux-ia32@0.27.0': 2087 optional: true 2088 2089 '@esbuild/linux-ia32@0.27.2': 2090 optional: true 2091 2092 '@esbuild/linux-loong64@0.21.5': 2093 optional: true 2094 2095 '@esbuild/linux-loong64@0.27.0': 2096 optional: true 2097 2098 '@esbuild/linux-loong64@0.27.2': 2099 optional: true 2100 2101 '@esbuild/linux-mips64el@0.21.5': 2102 optional: true 2103 2104 '@esbuild/linux-mips64el@0.27.0': 2105 optional: true 2106 2107 '@esbuild/linux-mips64el@0.27.2': 2108 optional: true 2109 2110 '@esbuild/linux-ppc64@0.21.5': 2111 optional: true 2112 2113 '@esbuild/linux-ppc64@0.27.0': 2114 optional: true 2115 2116 '@esbuild/linux-ppc64@0.27.2': 2117 optional: true 2118 2119 '@esbuild/linux-riscv64@0.21.5': 2120 optional: true 2121 2122 '@esbuild/linux-riscv64@0.27.0': 2123 optional: true 2124 2125 '@esbuild/linux-riscv64@0.27.2': 2126 optional: true 2127 2128 '@esbuild/linux-s390x@0.21.5': 2129 optional: true 2130 2131 '@esbuild/linux-s390x@0.27.0': 2132 optional: true 2133 2134 '@esbuild/linux-s390x@0.27.2': 2135 optional: true 2136 2137 '@esbuild/linux-x64@0.21.5': 2138 optional: true 2139 2140 '@esbuild/linux-x64@0.27.0': 2141 optional: true 2142 2143 '@esbuild/linux-x64@0.27.2': 2144 optional: true 2145 2146 '@esbuild/netbsd-arm64@0.27.0': 2147 optional: true 2148 2149 '@esbuild/netbsd-arm64@0.27.2': 2150 optional: true 2151 2152 '@esbuild/netbsd-x64@0.21.5': 2153 optional: true 2154 2155 '@esbuild/netbsd-x64@0.27.0': 2156 optional: true 2157 2158 '@esbuild/netbsd-x64@0.27.2': 2159 optional: true 2160 2161 '@esbuild/openbsd-arm64@0.27.0': 2162 optional: true 2163 2164 '@esbuild/openbsd-arm64@0.27.2': 2165 optional: true 2166 2167 '@esbuild/openbsd-x64@0.21.5': 2168 optional: true 2169 2170 '@esbuild/openbsd-x64@0.27.0': 2171 optional: true 2172 2173 '@esbuild/openbsd-x64@0.27.2': 2174 optional: true 2175 2176 '@esbuild/openharmony-arm64@0.27.0': 2177 optional: true 2178 2179 '@esbuild/openharmony-arm64@0.27.2': 2180 optional: true 2181 2182 '@esbuild/sunos-x64@0.21.5': 2183 optional: true 2184 2185 '@esbuild/sunos-x64@0.27.0': 2186 optional: true 2187 2188 '@esbuild/sunos-x64@0.27.2': 2189 optional: true 2190 2191 '@esbuild/win32-arm64@0.21.5': 2192 optional: true 2193 2194 '@esbuild/win32-arm64@0.27.0': 2195 optional: true 2196 2197 '@esbuild/win32-arm64@0.27.2': 2198 optional: true 2199 2200 '@esbuild/win32-ia32@0.21.5': 2201 optional: true 2202 2203 '@esbuild/win32-ia32@0.27.0': 2204 optional: true 2205 2206 '@esbuild/win32-ia32@0.27.2': 2207 optional: true 2208 2209 '@esbuild/win32-x64@0.21.5': 2210 optional: true 2211 2212 '@esbuild/win32-x64@0.27.0': 2213 optional: true 2214 2215 '@esbuild/win32-x64@0.27.2': 2216 optional: true 2217 2218 '@img/sharp-darwin-arm64@0.33.5': 2219 optionalDependencies: 2220 '@img/sharp-libvips-darwin-arm64': 1.0.4 2221 optional: true 2222 2223 '@img/sharp-darwin-x64@0.33.5': 2224 optionalDependencies: 2225 '@img/sharp-libvips-darwin-x64': 1.0.4 2226 optional: true 2227 2228 '@img/sharp-libvips-darwin-arm64@1.0.4': 2229 optional: true 2230 2231 '@img/sharp-libvips-darwin-x64@1.0.4': 2232 optional: true 2233 2234 '@img/sharp-libvips-linux-arm64@1.0.4': 2235 optional: true 2236 2237 '@img/sharp-libvips-linux-arm@1.0.5': 2238 optional: true 2239 2240 '@img/sharp-libvips-linux-s390x@1.0.4': 2241 optional: true 2242 2243 '@img/sharp-libvips-linux-x64@1.0.4': 2244 optional: true 2245 2246 '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 2247 optional: true 2248 2249 '@img/sharp-libvips-linuxmusl-x64@1.0.4': 2250 optional: true 2251 2252 '@img/sharp-linux-arm64@0.33.5': 2253 optionalDependencies: 2254 '@img/sharp-libvips-linux-arm64': 1.0.4 2255 optional: true 2256 2257 '@img/sharp-linux-arm@0.33.5': 2258 optionalDependencies: 2259 '@img/sharp-libvips-linux-arm': 1.0.5 2260 optional: true 2261 2262 '@img/sharp-linux-s390x@0.33.5': 2263 optionalDependencies: 2264 '@img/sharp-libvips-linux-s390x': 1.0.4 2265 optional: true 2266 2267 '@img/sharp-linux-x64@0.33.5': 2268 optionalDependencies: 2269 '@img/sharp-libvips-linux-x64': 1.0.4 2270 optional: true 2271 2272 '@img/sharp-linuxmusl-arm64@0.33.5': 2273 optionalDependencies: 2274 '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 2275 optional: true 2276 2277 '@img/sharp-linuxmusl-x64@0.33.5': 2278 optionalDependencies: 2279 '@img/sharp-libvips-linuxmusl-x64': 1.0.4 2280 optional: true 2281 2282 '@img/sharp-wasm32@0.33.5': 2283 dependencies: 2284 '@emnapi/runtime': 1.8.1 2285 optional: true 2286 2287 '@img/sharp-win32-ia32@0.33.5': 2288 optional: true 2289 2290 '@img/sharp-win32-x64@0.33.5': 2291 optional: true 2292 2293 '@jridgewell/resolve-uri@3.1.2': {} 2294 2295 '@jridgewell/sourcemap-codec@1.5.5': {} 2296 2297 '@jridgewell/trace-mapping@0.3.31': 2298 dependencies: 2299 '@jridgewell/resolve-uri': 3.1.2 2300 '@jridgewell/sourcemap-codec': 1.5.5 2301 2302 '@jridgewell/trace-mapping@0.3.9': 2303 dependencies: 2304 '@jridgewell/resolve-uri': 3.1.2 2305 '@jridgewell/sourcemap-codec': 1.5.5 2306 2307 '@poppinss/colors@4.1.6': 2308 dependencies: 2309 kleur: 4.1.5 2310 2311 '@poppinss/dumper@0.6.5': 2312 dependencies: 2313 '@poppinss/colors': 4.1.6 2314 '@sindresorhus/is': 7.2.0 2315 supports-color: 10.2.2 2316 2317 '@poppinss/exception@1.2.3': {} 2318 2319 '@rollup/rollup-android-arm-eabi@4.55.1': 2320 optional: true 2321 2322 '@rollup/rollup-android-arm64@4.55.1': 2323 optional: true 2324 2325 '@rollup/rollup-darwin-arm64@4.55.1': 2326 optional: true 2327 2328 '@rollup/rollup-darwin-x64@4.55.1': 2329 optional: true 2330 2331 '@rollup/rollup-freebsd-arm64@4.55.1': 2332 optional: true 2333 2334 '@rollup/rollup-freebsd-x64@4.55.1': 2335 optional: true 2336 2337 '@rollup/rollup-linux-arm-gnueabihf@4.55.1': 2338 optional: true 2339 2340 '@rollup/rollup-linux-arm-musleabihf@4.55.1': 2341 optional: true 2342 2343 '@rollup/rollup-linux-arm64-gnu@4.55.1': 2344 optional: true 2345 2346 '@rollup/rollup-linux-arm64-musl@4.55.1': 2347 optional: true 2348 2349 '@rollup/rollup-linux-loong64-gnu@4.55.1': 2350 optional: true 2351 2352 '@rollup/rollup-linux-loong64-musl@4.55.1': 2353 optional: true 2354 2355 '@rollup/rollup-linux-ppc64-gnu@4.55.1': 2356 optional: true 2357 2358 '@rollup/rollup-linux-ppc64-musl@4.55.1': 2359 optional: true 2360 2361 '@rollup/rollup-linux-riscv64-gnu@4.55.1': 2362 optional: true 2363 2364 '@rollup/rollup-linux-riscv64-musl@4.55.1': 2365 optional: true 2366 2367 '@rollup/rollup-linux-s390x-gnu@4.55.1': 2368 optional: true 2369 2370 '@rollup/rollup-linux-x64-gnu@4.55.1': 2371 optional: true 2372 2373 '@rollup/rollup-linux-x64-musl@4.55.1': 2374 optional: true 2375 2376 '@rollup/rollup-openbsd-x64@4.55.1': 2377 optional: true 2378 2379 '@rollup/rollup-openharmony-arm64@4.55.1': 2380 optional: true 2381 2382 '@rollup/rollup-win32-arm64-msvc@4.55.1': 2383 optional: true 2384 2385 '@rollup/rollup-win32-ia32-msvc@4.55.1': 2386 optional: true 2387 2388 '@rollup/rollup-win32-x64-gnu@4.55.1': 2389 optional: true 2390 2391 '@rollup/rollup-win32-x64-msvc@4.55.1': 2392 optional: true 2393 2394 '@sindresorhus/is@7.2.0': {} 2395 2396 '@speed-highlight/core@1.2.14': {} 2397 2398 '@standard-schema/spec@1.1.0': {} 2399 2400 '@types/better-sqlite3@7.6.13': 2401 dependencies: 2402 '@types/node': 25.0.6 2403 2404 '@types/chai@5.2.3': 2405 dependencies: 2406 '@types/deep-eql': 4.0.2 2407 assertion-error: 2.0.1 2408 2409 '@types/deep-eql@4.0.2': {} 2410 2411 '@types/deno@2.5.0': {} 2412 2413 '@types/estree@1.0.8': {} 2414 2415 '@types/node@25.0.6': 2416 dependencies: 2417 undici-types: 7.16.0 2418 2419 '@types/ws@8.18.1': 2420 dependencies: 2421 '@types/node': 25.0.6 2422 2423 '@vitest/coverage-v8@4.0.16(vitest@4.0.16(@types/node@25.0.6))': 2424 dependencies: 2425 '@bcoe/v8-coverage': 1.0.2 2426 '@vitest/utils': 4.0.16 2427 ast-v8-to-istanbul: 0.3.10 2428 istanbul-lib-coverage: 3.2.2 2429 istanbul-lib-report: 3.0.1 2430 istanbul-lib-source-maps: 5.0.6 2431 istanbul-reports: 3.2.0 2432 magicast: 0.5.1 2433 obug: 2.1.1 2434 std-env: 3.10.0 2435 tinyrainbow: 3.0.3 2436 vitest: 4.0.16(@types/node@25.0.6) 2437 transitivePeerDependencies: 2438 - supports-color 2439 2440 '@vitest/expect@2.1.9': 2441 dependencies: 2442 '@vitest/spy': 2.1.9 2443 '@vitest/utils': 2.1.9 2444 chai: 5.3.3 2445 tinyrainbow: 1.2.0 2446 2447 '@vitest/expect@4.0.16': 2448 dependencies: 2449 '@standard-schema/spec': 1.1.0 2450 '@types/chai': 5.2.3 2451 '@vitest/spy': 4.0.16 2452 '@vitest/utils': 4.0.16 2453 chai: 6.2.2 2454 tinyrainbow: 3.0.3 2455 2456 '@vitest/mocker@2.1.9(vite@5.4.21(@types/node@25.0.6))': 2457 dependencies: 2458 '@vitest/spy': 2.1.9 2459 estree-walker: 3.0.3 2460 magic-string: 0.30.21 2461 optionalDependencies: 2462 vite: 5.4.21(@types/node@25.0.6) 2463 2464 '@vitest/mocker@4.0.16(vite@7.3.1(@types/node@25.0.6))': 2465 dependencies: 2466 '@vitest/spy': 4.0.16 2467 estree-walker: 3.0.3 2468 magic-string: 0.30.21 2469 optionalDependencies: 2470 vite: 7.3.1(@types/node@25.0.6) 2471 2472 '@vitest/pretty-format@2.1.9': 2473 dependencies: 2474 tinyrainbow: 1.2.0 2475 2476 '@vitest/pretty-format@4.0.16': 2477 dependencies: 2478 tinyrainbow: 3.0.3 2479 2480 '@vitest/runner@2.1.9': 2481 dependencies: 2482 '@vitest/utils': 2.1.9 2483 pathe: 1.1.2 2484 2485 '@vitest/runner@4.0.16': 2486 dependencies: 2487 '@vitest/utils': 4.0.16 2488 pathe: 2.0.3 2489 2490 '@vitest/snapshot@2.1.9': 2491 dependencies: 2492 '@vitest/pretty-format': 2.1.9 2493 magic-string: 0.30.21 2494 pathe: 1.1.2 2495 2496 '@vitest/snapshot@4.0.16': 2497 dependencies: 2498 '@vitest/pretty-format': 4.0.16 2499 magic-string: 0.30.21 2500 pathe: 2.0.3 2501 2502 '@vitest/spy@2.1.9': 2503 dependencies: 2504 tinyspy: 3.0.2 2505 2506 '@vitest/spy@4.0.16': {} 2507 2508 '@vitest/utils@2.1.9': 2509 dependencies: 2510 '@vitest/pretty-format': 2.1.9 2511 loupe: 3.2.1 2512 tinyrainbow: 1.2.0 2513 2514 '@vitest/utils@4.0.16': 2515 dependencies: 2516 '@vitest/pretty-format': 4.0.16 2517 tinyrainbow: 3.0.3 2518 2519 '@zxing/text-encoding@0.9.0': 2520 optional: true 2521 2522 acorn-walk@8.3.2: {} 2523 2524 acorn@8.14.0: {} 2525 2526 assertion-error@2.0.1: {} 2527 2528 ast-v8-to-istanbul@0.3.10: 2529 dependencies: 2530 '@jridgewell/trace-mapping': 0.3.31 2531 estree-walker: 3.0.3 2532 js-tokens: 9.0.1 2533 2534 async@3.2.6: {} 2535 2536 available-typed-arrays@1.0.7: 2537 dependencies: 2538 possible-typed-array-names: 1.1.0 2539 2540 base64-js@1.5.1: {} 2541 2542 better-sqlite3@12.6.0: 2543 dependencies: 2544 bindings: 1.5.0 2545 prebuild-install: 7.1.3 2546 2547 bindings@1.5.0: 2548 dependencies: 2549 file-uri-to-path: 1.0.0 2550 2551 bl@4.1.0: 2552 dependencies: 2553 buffer: 5.7.1 2554 inherits: 2.0.4 2555 readable-stream: 3.6.2 2556 2557 blake3-wasm@2.1.5: {} 2558 2559 block-stream2@2.1.0: 2560 dependencies: 2561 readable-stream: 3.6.2 2562 2563 browser-or-node@2.1.1: {} 2564 2565 buffer-crc32@1.0.0: {} 2566 2567 buffer@5.7.1: 2568 dependencies: 2569 base64-js: 1.5.1 2570 ieee754: 1.2.1 2571 2572 cac@6.7.14: {} 2573 2574 call-bind-apply-helpers@1.0.2: 2575 dependencies: 2576 es-errors: 1.3.0 2577 function-bind: 1.1.2 2578 2579 call-bind@1.0.8: 2580 dependencies: 2581 call-bind-apply-helpers: 1.0.2 2582 es-define-property: 1.0.1 2583 get-intrinsic: 1.3.0 2584 set-function-length: 1.2.2 2585 2586 call-bound@1.0.4: 2587 dependencies: 2588 call-bind-apply-helpers: 1.0.2 2589 get-intrinsic: 1.3.0 2590 2591 chai@5.3.3: 2592 dependencies: 2593 assertion-error: 2.0.1 2594 check-error: 2.1.3 2595 deep-eql: 5.0.2 2596 loupe: 3.2.1 2597 pathval: 2.0.1 2598 2599 chai@6.2.2: {} 2600 2601 check-error@2.1.3: {} 2602 2603 chownr@1.1.4: {} 2604 2605 color-convert@2.0.1: 2606 dependencies: 2607 color-name: 1.1.4 2608 2609 color-name@1.1.4: {} 2610 2611 color-string@1.9.1: 2612 dependencies: 2613 color-name: 1.1.4 2614 simple-swizzle: 0.2.4 2615 2616 color@4.2.3: 2617 dependencies: 2618 color-convert: 2.0.1 2619 color-string: 1.9.1 2620 2621 cookie@1.1.1: {} 2622 2623 debug@4.4.3: 2624 dependencies: 2625 ms: 2.1.3 2626 2627 decode-uri-component@0.2.2: {} 2628 2629 decompress-response@6.0.0: 2630 dependencies: 2631 mimic-response: 3.1.0 2632 2633 deep-eql@5.0.2: {} 2634 2635 deep-extend@0.6.0: {} 2636 2637 define-data-property@1.1.4: 2638 dependencies: 2639 es-define-property: 1.0.1 2640 es-errors: 1.3.0 2641 gopd: 1.2.0 2642 2643 detect-libc@2.1.2: {} 2644 2645 dunder-proto@1.0.1: 2646 dependencies: 2647 call-bind-apply-helpers: 1.0.2 2648 es-errors: 1.3.0 2649 gopd: 1.2.0 2650 2651 end-of-stream@1.4.5: 2652 dependencies: 2653 once: 1.4.0 2654 2655 error-stack-parser-es@1.0.5: {} 2656 2657 es-define-property@1.0.1: {} 2658 2659 es-errors@1.3.0: {} 2660 2661 es-module-lexer@1.7.0: {} 2662 2663 es-object-atoms@1.1.1: 2664 dependencies: 2665 es-errors: 1.3.0 2666 2667 esbuild@0.21.5: 2668 optionalDependencies: 2669 '@esbuild/aix-ppc64': 0.21.5 2670 '@esbuild/android-arm': 0.21.5 2671 '@esbuild/android-arm64': 0.21.5 2672 '@esbuild/android-x64': 0.21.5 2673 '@esbuild/darwin-arm64': 0.21.5 2674 '@esbuild/darwin-x64': 0.21.5 2675 '@esbuild/freebsd-arm64': 0.21.5 2676 '@esbuild/freebsd-x64': 0.21.5 2677 '@esbuild/linux-arm': 0.21.5 2678 '@esbuild/linux-arm64': 0.21.5 2679 '@esbuild/linux-ia32': 0.21.5 2680 '@esbuild/linux-loong64': 0.21.5 2681 '@esbuild/linux-mips64el': 0.21.5 2682 '@esbuild/linux-ppc64': 0.21.5 2683 '@esbuild/linux-riscv64': 0.21.5 2684 '@esbuild/linux-s390x': 0.21.5 2685 '@esbuild/linux-x64': 0.21.5 2686 '@esbuild/netbsd-x64': 0.21.5 2687 '@esbuild/openbsd-x64': 0.21.5 2688 '@esbuild/sunos-x64': 0.21.5 2689 '@esbuild/win32-arm64': 0.21.5 2690 '@esbuild/win32-ia32': 0.21.5 2691 '@esbuild/win32-x64': 0.21.5 2692 2693 esbuild@0.27.0: 2694 optionalDependencies: 2695 '@esbuild/aix-ppc64': 0.27.0 2696 '@esbuild/android-arm': 0.27.0 2697 '@esbuild/android-arm64': 0.27.0 2698 '@esbuild/android-x64': 0.27.0 2699 '@esbuild/darwin-arm64': 0.27.0 2700 '@esbuild/darwin-x64': 0.27.0 2701 '@esbuild/freebsd-arm64': 0.27.0 2702 '@esbuild/freebsd-x64': 0.27.0 2703 '@esbuild/linux-arm': 0.27.0 2704 '@esbuild/linux-arm64': 0.27.0 2705 '@esbuild/linux-ia32': 0.27.0 2706 '@esbuild/linux-loong64': 0.27.0 2707 '@esbuild/linux-mips64el': 0.27.0 2708 '@esbuild/linux-ppc64': 0.27.0 2709 '@esbuild/linux-riscv64': 0.27.0 2710 '@esbuild/linux-s390x': 0.27.0 2711 '@esbuild/linux-x64': 0.27.0 2712 '@esbuild/netbsd-arm64': 0.27.0 2713 '@esbuild/netbsd-x64': 0.27.0 2714 '@esbuild/openbsd-arm64': 0.27.0 2715 '@esbuild/openbsd-x64': 0.27.0 2716 '@esbuild/openharmony-arm64': 0.27.0 2717 '@esbuild/sunos-x64': 0.27.0 2718 '@esbuild/win32-arm64': 0.27.0 2719 '@esbuild/win32-ia32': 0.27.0 2720 '@esbuild/win32-x64': 0.27.0 2721 2722 esbuild@0.27.2: 2723 optionalDependencies: 2724 '@esbuild/aix-ppc64': 0.27.2 2725 '@esbuild/android-arm': 0.27.2 2726 '@esbuild/android-arm64': 0.27.2 2727 '@esbuild/android-x64': 0.27.2 2728 '@esbuild/darwin-arm64': 0.27.2 2729 '@esbuild/darwin-x64': 0.27.2 2730 '@esbuild/freebsd-arm64': 0.27.2 2731 '@esbuild/freebsd-x64': 0.27.2 2732 '@esbuild/linux-arm': 0.27.2 2733 '@esbuild/linux-arm64': 0.27.2 2734 '@esbuild/linux-ia32': 0.27.2 2735 '@esbuild/linux-loong64': 0.27.2 2736 '@esbuild/linux-mips64el': 0.27.2 2737 '@esbuild/linux-ppc64': 0.27.2 2738 '@esbuild/linux-riscv64': 0.27.2 2739 '@esbuild/linux-s390x': 0.27.2 2740 '@esbuild/linux-x64': 0.27.2 2741 '@esbuild/netbsd-arm64': 0.27.2 2742 '@esbuild/netbsd-x64': 0.27.2 2743 '@esbuild/openbsd-arm64': 0.27.2 2744 '@esbuild/openbsd-x64': 0.27.2 2745 '@esbuild/openharmony-arm64': 0.27.2 2746 '@esbuild/sunos-x64': 0.27.2 2747 '@esbuild/win32-arm64': 0.27.2 2748 '@esbuild/win32-ia32': 0.27.2 2749 '@esbuild/win32-x64': 0.27.2 2750 2751 estree-walker@3.0.3: 2752 dependencies: 2753 '@types/estree': 1.0.8 2754 2755 eventemitter3@5.0.1: {} 2756 2757 exit-hook@2.2.1: {} 2758 2759 expand-template@2.0.3: {} 2760 2761 expect-type@1.3.0: {} 2762 2763 fast-xml-parser@4.5.3: 2764 dependencies: 2765 strnum: 1.1.2 2766 2767 fdir@6.5.0(picomatch@4.0.3): 2768 optionalDependencies: 2769 picomatch: 4.0.3 2770 2771 file-uri-to-path@1.0.0: {} 2772 2773 filter-obj@1.1.0: {} 2774 2775 for-each@0.3.5: 2776 dependencies: 2777 is-callable: 1.2.7 2778 2779 fs-constants@1.0.0: {} 2780 2781 fsevents@2.3.3: 2782 optional: true 2783 2784 function-bind@1.1.2: {} 2785 2786 generator-function@2.0.1: {} 2787 2788 get-intrinsic@1.3.0: 2789 dependencies: 2790 call-bind-apply-helpers: 1.0.2 2791 es-define-property: 1.0.1 2792 es-errors: 1.3.0 2793 es-object-atoms: 1.1.1 2794 function-bind: 1.1.2 2795 get-proto: 1.0.1 2796 gopd: 1.2.0 2797 has-symbols: 1.1.0 2798 hasown: 2.0.2 2799 math-intrinsics: 1.1.0 2800 2801 get-proto@1.0.1: 2802 dependencies: 2803 dunder-proto: 1.0.1 2804 es-object-atoms: 1.1.1 2805 2806 github-from-package@0.0.0: {} 2807 2808 glob-to-regexp@0.4.1: {} 2809 2810 gopd@1.2.0: {} 2811 2812 has-flag@4.0.0: {} 2813 2814 has-property-descriptors@1.0.2: 2815 dependencies: 2816 es-define-property: 1.0.1 2817 2818 has-symbols@1.1.0: {} 2819 2820 has-tostringtag@1.0.2: 2821 dependencies: 2822 has-symbols: 1.1.0 2823 2824 hasown@2.0.2: 2825 dependencies: 2826 function-bind: 1.1.2 2827 2828 html-escaper@2.0.2: {} 2829 2830 ieee754@1.2.1: {} 2831 2832 inherits@2.0.4: {} 2833 2834 ini@1.3.8: {} 2835 2836 ipaddr.js@2.3.0: {} 2837 2838 is-arguments@1.2.0: 2839 dependencies: 2840 call-bound: 1.0.4 2841 has-tostringtag: 1.0.2 2842 2843 is-arrayish@0.3.4: {} 2844 2845 is-callable@1.2.7: {} 2846 2847 is-generator-function@1.1.2: 2848 dependencies: 2849 call-bound: 1.0.4 2850 generator-function: 2.0.1 2851 get-proto: 1.0.1 2852 has-tostringtag: 1.0.2 2853 safe-regex-test: 1.1.0 2854 2855 is-regex@1.2.1: 2856 dependencies: 2857 call-bound: 1.0.4 2858 gopd: 1.2.0 2859 has-tostringtag: 1.0.2 2860 hasown: 2.0.2 2861 2862 is-typed-array@1.1.15: 2863 dependencies: 2864 which-typed-array: 1.1.19 2865 2866 istanbul-lib-coverage@3.2.2: {} 2867 2868 istanbul-lib-report@3.0.1: 2869 dependencies: 2870 istanbul-lib-coverage: 3.2.2 2871 make-dir: 4.0.0 2872 supports-color: 7.2.0 2873 2874 istanbul-lib-source-maps@5.0.6: 2875 dependencies: 2876 '@jridgewell/trace-mapping': 0.3.31 2877 debug: 4.4.3 2878 istanbul-lib-coverage: 3.2.2 2879 transitivePeerDependencies: 2880 - supports-color 2881 2882 istanbul-reports@3.2.0: 2883 dependencies: 2884 html-escaper: 2.0.2 2885 istanbul-lib-report: 3.0.1 2886 2887 js-tokens@9.0.1: {} 2888 2889 kleur@4.1.5: {} 2890 2891 lodash@4.17.21: {} 2892 2893 loupe@3.2.1: {} 2894 2895 magic-string@0.30.21: 2896 dependencies: 2897 '@jridgewell/sourcemap-codec': 1.5.5 2898 2899 magicast@0.5.1: 2900 dependencies: 2901 '@babel/parser': 7.28.5 2902 '@babel/types': 7.28.5 2903 source-map-js: 1.2.1 2904 2905 make-dir@4.0.0: 2906 dependencies: 2907 semver: 7.7.3 2908 2909 math-intrinsics@1.1.0: {} 2910 2911 mime-db@1.52.0: {} 2912 2913 mime-types@2.1.35: 2914 dependencies: 2915 mime-db: 1.52.0 2916 2917 mime@3.0.0: {} 2918 2919 mimic-response@3.1.0: {} 2920 2921 miniflare@4.20260107.0: 2922 dependencies: 2923 '@cspotcode/source-map-support': 0.8.1 2924 acorn: 8.14.0 2925 acorn-walk: 8.3.2 2926 exit-hook: 2.2.1 2927 glob-to-regexp: 0.4.1 2928 sharp: 0.33.5 2929 stoppable: 1.1.0 2930 undici: 7.14.0 2931 workerd: 1.20260107.1 2932 ws: 8.18.0 2933 youch: 4.1.0-beta.10 2934 zod: 3.25.76 2935 transitivePeerDependencies: 2936 - bufferutil 2937 - utf-8-validate 2938 2939 minimist@1.2.8: {} 2940 2941 minio@8.0.6: 2942 dependencies: 2943 async: 3.2.6 2944 block-stream2: 2.1.0 2945 browser-or-node: 2.1.1 2946 buffer-crc32: 1.0.0 2947 eventemitter3: 5.0.1 2948 fast-xml-parser: 4.5.3 2949 ipaddr.js: 2.3.0 2950 lodash: 4.17.21 2951 mime-types: 2.1.35 2952 query-string: 7.1.3 2953 stream-json: 1.9.1 2954 through2: 4.0.2 2955 web-encoding: 1.1.5 2956 xml2js: 0.6.2 2957 2958 mkdirp-classic@0.5.3: {} 2959 2960 ms@2.1.3: {} 2961 2962 nanoid@3.3.11: {} 2963 2964 napi-build-utils@2.0.0: {} 2965 2966 node-abi@3.85.0: 2967 dependencies: 2968 semver: 7.7.3 2969 2970 obug@2.1.1: {} 2971 2972 once@1.4.0: 2973 dependencies: 2974 wrappy: 1.0.2 2975 2976 path-to-regexp@6.3.0: {} 2977 2978 pathe@1.1.2: {} 2979 2980 pathe@2.0.3: {} 2981 2982 pathval@2.0.1: {} 2983 2984 picocolors@1.1.1: {} 2985 2986 picomatch@4.0.3: {} 2987 2988 possible-typed-array-names@1.1.0: {} 2989 2990 postcss@8.5.6: 2991 dependencies: 2992 nanoid: 3.3.11 2993 picocolors: 1.1.1 2994 source-map-js: 1.2.1 2995 2996 prebuild-install@7.1.3: 2997 dependencies: 2998 detect-libc: 2.1.2 2999 expand-template: 2.0.3 3000 github-from-package: 0.0.0 3001 minimist: 1.2.8 3002 mkdirp-classic: 0.5.3 3003 napi-build-utils: 2.0.0 3004 node-abi: 3.85.0 3005 pump: 3.0.3 3006 rc: 1.2.8 3007 simple-get: 4.0.1 3008 tar-fs: 2.1.4 3009 tunnel-agent: 0.6.0 3010 3011 pump@3.0.3: 3012 dependencies: 3013 end-of-stream: 1.4.5 3014 once: 1.4.0 3015 3016 query-string@7.1.3: 3017 dependencies: 3018 decode-uri-component: 0.2.2 3019 filter-obj: 1.1.0 3020 split-on-first: 1.1.0 3021 strict-uri-encode: 2.0.0 3022 3023 rc@1.2.8: 3024 dependencies: 3025 deep-extend: 0.6.0 3026 ini: 1.3.8 3027 minimist: 1.2.8 3028 strip-json-comments: 2.0.1 3029 3030 readable-stream@3.6.2: 3031 dependencies: 3032 inherits: 2.0.4 3033 string_decoder: 1.3.0 3034 util-deprecate: 1.0.2 3035 3036 rollup@4.55.1: 3037 dependencies: 3038 '@types/estree': 1.0.8 3039 optionalDependencies: 3040 '@rollup/rollup-android-arm-eabi': 4.55.1 3041 '@rollup/rollup-android-arm64': 4.55.1 3042 '@rollup/rollup-darwin-arm64': 4.55.1 3043 '@rollup/rollup-darwin-x64': 4.55.1 3044 '@rollup/rollup-freebsd-arm64': 4.55.1 3045 '@rollup/rollup-freebsd-x64': 4.55.1 3046 '@rollup/rollup-linux-arm-gnueabihf': 4.55.1 3047 '@rollup/rollup-linux-arm-musleabihf': 4.55.1 3048 '@rollup/rollup-linux-arm64-gnu': 4.55.1 3049 '@rollup/rollup-linux-arm64-musl': 4.55.1 3050 '@rollup/rollup-linux-loong64-gnu': 4.55.1 3051 '@rollup/rollup-linux-loong64-musl': 4.55.1 3052 '@rollup/rollup-linux-ppc64-gnu': 4.55.1 3053 '@rollup/rollup-linux-ppc64-musl': 4.55.1 3054 '@rollup/rollup-linux-riscv64-gnu': 4.55.1 3055 '@rollup/rollup-linux-riscv64-musl': 4.55.1 3056 '@rollup/rollup-linux-s390x-gnu': 4.55.1 3057 '@rollup/rollup-linux-x64-gnu': 4.55.1 3058 '@rollup/rollup-linux-x64-musl': 4.55.1 3059 '@rollup/rollup-openbsd-x64': 4.55.1 3060 '@rollup/rollup-openharmony-arm64': 4.55.1 3061 '@rollup/rollup-win32-arm64-msvc': 4.55.1 3062 '@rollup/rollup-win32-ia32-msvc': 4.55.1 3063 '@rollup/rollup-win32-x64-gnu': 4.55.1 3064 '@rollup/rollup-win32-x64-msvc': 4.55.1 3065 fsevents: 2.3.3 3066 3067 safe-buffer@5.2.1: {} 3068 3069 safe-regex-test@1.1.0: 3070 dependencies: 3071 call-bound: 1.0.4 3072 es-errors: 1.3.0 3073 is-regex: 1.2.1 3074 3075 sax@1.4.4: {} 3076 3077 semver@7.7.3: {} 3078 3079 set-function-length@1.2.2: 3080 dependencies: 3081 define-data-property: 1.1.4 3082 es-errors: 1.3.0 3083 function-bind: 1.1.2 3084 get-intrinsic: 1.3.0 3085 gopd: 1.2.0 3086 has-property-descriptors: 1.0.2 3087 3088 sharp@0.33.5: 3089 dependencies: 3090 color: 4.2.3 3091 detect-libc: 2.1.2 3092 semver: 7.7.3 3093 optionalDependencies: 3094 '@img/sharp-darwin-arm64': 0.33.5 3095 '@img/sharp-darwin-x64': 0.33.5 3096 '@img/sharp-libvips-darwin-arm64': 1.0.4 3097 '@img/sharp-libvips-darwin-x64': 1.0.4 3098 '@img/sharp-libvips-linux-arm': 1.0.5 3099 '@img/sharp-libvips-linux-arm64': 1.0.4 3100 '@img/sharp-libvips-linux-s390x': 1.0.4 3101 '@img/sharp-libvips-linux-x64': 1.0.4 3102 '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 3103 '@img/sharp-libvips-linuxmusl-x64': 1.0.4 3104 '@img/sharp-linux-arm': 0.33.5 3105 '@img/sharp-linux-arm64': 0.33.5 3106 '@img/sharp-linux-s390x': 0.33.5 3107 '@img/sharp-linux-x64': 0.33.5 3108 '@img/sharp-linuxmusl-arm64': 0.33.5 3109 '@img/sharp-linuxmusl-x64': 0.33.5 3110 '@img/sharp-wasm32': 0.33.5 3111 '@img/sharp-win32-ia32': 0.33.5 3112 '@img/sharp-win32-x64': 0.33.5 3113 3114 siginfo@2.0.0: {} 3115 3116 simple-concat@1.0.1: {} 3117 3118 simple-get@4.0.1: 3119 dependencies: 3120 decompress-response: 6.0.0 3121 once: 1.4.0 3122 simple-concat: 1.0.1 3123 3124 simple-swizzle@0.2.4: 3125 dependencies: 3126 is-arrayish: 0.3.4 3127 3128 source-map-js@1.2.1: {} 3129 3130 split-on-first@1.1.0: {} 3131 3132 stackback@0.0.2: {} 3133 3134 std-env@3.10.0: {} 3135 3136 stoppable@1.1.0: {} 3137 3138 stream-chain@2.2.5: {} 3139 3140 stream-json@1.9.1: 3141 dependencies: 3142 stream-chain: 2.2.5 3143 3144 strict-uri-encode@2.0.0: {} 3145 3146 string_decoder@1.3.0: 3147 dependencies: 3148 safe-buffer: 5.2.1 3149 3150 strip-json-comments@2.0.1: {} 3151 3152 strnum@1.1.2: {} 3153 3154 supports-color@10.2.2: {} 3155 3156 supports-color@7.2.0: 3157 dependencies: 3158 has-flag: 4.0.0 3159 3160 tar-fs@2.1.4: 3161 dependencies: 3162 chownr: 1.1.4 3163 mkdirp-classic: 0.5.3 3164 pump: 3.0.3 3165 tar-stream: 2.2.0 3166 3167 tar-stream@2.2.0: 3168 dependencies: 3169 bl: 4.1.0 3170 end-of-stream: 1.4.5 3171 fs-constants: 1.0.0 3172 inherits: 2.0.4 3173 readable-stream: 3.6.2 3174 3175 through2@4.0.2: 3176 dependencies: 3177 readable-stream: 3.6.2 3178 3179 tinybench@2.9.0: {} 3180 3181 tinyexec@0.3.2: {} 3182 3183 tinyexec@1.0.2: {} 3184 3185 tinyglobby@0.2.15: 3186 dependencies: 3187 fdir: 6.5.0(picomatch@4.0.3) 3188 picomatch: 4.0.3 3189 3190 tinypool@1.1.1: {} 3191 3192 tinyrainbow@1.2.0: {} 3193 3194 tinyrainbow@3.0.3: {} 3195 3196 tinyspy@3.0.2: {} 3197 3198 tslib@2.8.1: 3199 optional: true 3200 3201 tunnel-agent@0.6.0: 3202 dependencies: 3203 safe-buffer: 5.2.1 3204 3205 typescript@5.9.3: {} 3206 3207 undici-types@7.16.0: {} 3208 3209 undici@7.14.0: {} 3210 3211 unenv@2.0.0-rc.24: 3212 dependencies: 3213 pathe: 2.0.3 3214 3215 util-deprecate@1.0.2: {} 3216 3217 util@0.12.5: 3218 dependencies: 3219 inherits: 2.0.4 3220 is-arguments: 1.2.0 3221 is-generator-function: 1.1.2 3222 is-typed-array: 1.1.15 3223 which-typed-array: 1.1.19 3224 3225 vite-node@2.1.9(@types/node@25.0.6): 3226 dependencies: 3227 cac: 6.7.14 3228 debug: 4.4.3 3229 es-module-lexer: 1.7.0 3230 pathe: 1.1.2 3231 vite: 5.4.21(@types/node@25.0.6) 3232 transitivePeerDependencies: 3233 - '@types/node' 3234 - less 3235 - lightningcss 3236 - sass 3237 - sass-embedded 3238 - stylus 3239 - sugarss 3240 - supports-color 3241 - terser 3242 3243 vite@5.4.21(@types/node@25.0.6): 3244 dependencies: 3245 esbuild: 0.21.5 3246 postcss: 8.5.6 3247 rollup: 4.55.1 3248 optionalDependencies: 3249 '@types/node': 25.0.6 3250 fsevents: 2.3.3 3251 3252 vite@7.3.1(@types/node@25.0.6): 3253 dependencies: 3254 esbuild: 0.27.2 3255 fdir: 6.5.0(picomatch@4.0.3) 3256 picomatch: 4.0.3 3257 postcss: 8.5.6 3258 rollup: 4.55.1 3259 tinyglobby: 0.2.15 3260 optionalDependencies: 3261 '@types/node': 25.0.6 3262 fsevents: 2.3.3 3263 3264 vitest@2.1.9(@types/node@25.0.6): 3265 dependencies: 3266 '@vitest/expect': 2.1.9 3267 '@vitest/mocker': 2.1.9(vite@5.4.21(@types/node@25.0.6)) 3268 '@vitest/pretty-format': 2.1.9 3269 '@vitest/runner': 2.1.9 3270 '@vitest/snapshot': 2.1.9 3271 '@vitest/spy': 2.1.9 3272 '@vitest/utils': 2.1.9 3273 chai: 5.3.3 3274 debug: 4.4.3 3275 expect-type: 1.3.0 3276 magic-string: 0.30.21 3277 pathe: 1.1.2 3278 std-env: 3.10.0 3279 tinybench: 2.9.0 3280 tinyexec: 0.3.2 3281 tinypool: 1.1.1 3282 tinyrainbow: 1.2.0 3283 vite: 5.4.21(@types/node@25.0.6) 3284 vite-node: 2.1.9(@types/node@25.0.6) 3285 why-is-node-running: 2.3.0 3286 optionalDependencies: 3287 '@types/node': 25.0.6 3288 transitivePeerDependencies: 3289 - less 3290 - lightningcss 3291 - msw 3292 - sass 3293 - sass-embedded 3294 - stylus 3295 - sugarss 3296 - supports-color 3297 - terser 3298 3299 vitest@4.0.16(@types/node@25.0.6): 3300 dependencies: 3301 '@vitest/expect': 4.0.16 3302 '@vitest/mocker': 4.0.16(vite@7.3.1(@types/node@25.0.6)) 3303 '@vitest/pretty-format': 4.0.16 3304 '@vitest/runner': 4.0.16 3305 '@vitest/snapshot': 4.0.16 3306 '@vitest/spy': 4.0.16 3307 '@vitest/utils': 4.0.16 3308 es-module-lexer: 1.7.0 3309 expect-type: 1.3.0 3310 magic-string: 0.30.21 3311 obug: 2.1.1 3312 pathe: 2.0.3 3313 picomatch: 4.0.3 3314 std-env: 3.10.0 3315 tinybench: 2.9.0 3316 tinyexec: 1.0.2 3317 tinyglobby: 0.2.15 3318 tinyrainbow: 3.0.3 3319 vite: 7.3.1(@types/node@25.0.6) 3320 why-is-node-running: 2.3.0 3321 optionalDependencies: 3322 '@types/node': 25.0.6 3323 transitivePeerDependencies: 3324 - jiti 3325 - less 3326 - lightningcss 3327 - msw 3328 - sass 3329 - sass-embedded 3330 - stylus 3331 - sugarss 3332 - terser 3333 - tsx 3334 - yaml 3335 3336 web-encoding@1.1.5: 3337 dependencies: 3338 util: 0.12.5 3339 optionalDependencies: 3340 '@zxing/text-encoding': 0.9.0 3341 3342 which-typed-array@1.1.19: 3343 dependencies: 3344 available-typed-arrays: 1.0.7 3345 call-bind: 1.0.8 3346 call-bound: 1.0.4 3347 for-each: 0.3.5 3348 get-proto: 1.0.1 3349 gopd: 1.2.0 3350 has-tostringtag: 1.0.2 3351 3352 why-is-node-running@2.3.0: 3353 dependencies: 3354 siginfo: 2.0.0 3355 stackback: 0.0.2 3356 3357 workerd@1.20260107.1: 3358 optionalDependencies: 3359 '@cloudflare/workerd-darwin-64': 1.20260107.1 3360 '@cloudflare/workerd-darwin-arm64': 1.20260107.1 3361 '@cloudflare/workerd-linux-64': 1.20260107.1 3362 '@cloudflare/workerd-linux-arm64': 1.20260107.1 3363 '@cloudflare/workerd-windows-64': 1.20260107.1 3364 3365 wrangler@4.58.0(@cloudflare/workers-types@4.20260111.0): 3366 dependencies: 3367 '@cloudflare/kv-asset-handler': 0.4.1 3368 '@cloudflare/unenv-preset': 2.8.0(unenv@2.0.0-rc.24)(workerd@1.20260107.1) 3369 blake3-wasm: 2.1.5 3370 esbuild: 0.27.0 3371 miniflare: 4.20260107.0 3372 path-to-regexp: 6.3.0 3373 unenv: 2.0.0-rc.24 3374 workerd: 1.20260107.1 3375 optionalDependencies: 3376 '@cloudflare/workers-types': 4.20260111.0 3377 fsevents: 2.3.3 3378 transitivePeerDependencies: 3379 - bufferutil 3380 - utf-8-validate 3381 3382 wrappy@1.0.2: {} 3383 3384 ws@8.18.0: {} 3385 3386 ws@8.19.0: {} 3387 3388 xml2js@0.6.2: 3389 dependencies: 3390 sax: 1.4.4 3391 xmlbuilder: 11.0.1 3392 3393 xmlbuilder@11.0.1: {} 3394 3395 youch-core@0.3.3: 3396 dependencies: 3397 '@poppinss/exception': 1.2.3 3398 error-stack-parser-es: 1.0.5 3399 3400 youch@4.1.0-beta.10: 3401 dependencies: 3402 '@poppinss/colors': 4.1.6 3403 '@poppinss/dumper': 0.6.5 3404 '@speed-highlight/core': 1.2.14 3405 cookie: 1.1.1 3406 youch-core: 0.3.3 3407 3408 zod@3.25.76: {}