Fork of Chiri for Astro for my blog
6
fork

Configure Feed

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

Removing netlify config, adding cloudflare configs

+857 -263
+4 -2
astro.config.ts
··· 16 16 import path from 'path' 17 17 import netlify from '@astrojs/netlify' 18 18 19 + import cloudflare from '@astrojs/cloudflare'; 20 + 19 21 export default defineConfig({ 20 - adapter: netlify(), // Set adapter for deployment, or set `linkCard` to `false` in `src/config.ts` 22 + adapter: cloudflare(), // Set adapter for deployment, or set `linkCard` to `false` in `src/config.ts` 21 23 site: themeConfig.site.website, 22 24 image: { 23 25 service: { ··· 50 52 devToolbar: { 51 53 enabled: false 52 54 } 53 - }) 55 + })
-109
netlify.toml
··· 1 - [build] 2 - publish = "dist" 3 - command = "pnpm run build" 4 - 5 - # Redirects for Astro static assets 6 - [[redirects]] 7 - from = "/_astro/*" 8 - to = "/_astro/:splat" 9 - status = 200 10 - 11 - # Enable Brotli Compression 12 - [build.processing] 13 - skip_processing = false 14 - [build.processing.css] 15 - bundle = true 16 - minify = true 17 - [build.processing.js] 18 - bundle = true 19 - minify = true 20 - [build.processing.html] 21 - pretty_urls = true 22 - 23 - # Global headers 24 - [[headers]] 25 - for = "/*" 26 - [headers.values] 27 - X-Frame-Options = "SAMEORIGIN" 28 - X-Content-Type-Options = "nosniff" 29 - Referrer-Policy = "strict-origin-when-cross-origin" 30 - Permissions-Policy = "geolocation=(), microphone=(), camera=(), fullscreen=(self)" 31 - Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' https:; style-src 'self' 'unsafe-inline' https:; img-src 'self' data: https: blob:; font-src 'self' data: https:; frame-src https: player.bilibili.com; connect-src 'self' https:; object-src 'none'; worker-src 'self' blob:; child-src 'self' blob: player.bilibili.com;" 32 - 33 - # HTML pages 34 - [[headers]] 35 - for = "/*.html" 36 - [headers.values] 37 - Cache-Control = "public, max-age=86400, s-maxage=172800" 38 - Vary = "Accept-Encoding" 39 - 40 - # Blog posts 41 - [[headers]] 42 - for = "/*/" 43 - [headers.values] 44 - Cache-Control = "public, max-age=86400, s-maxage=172800" 45 - Vary = "Accept-Encoding" 46 - 47 - # Homepage 48 - [[headers]] 49 - for = "/" 50 - [headers.values] 51 - Cache-Control = "public, max-age=1800, s-maxage=3600" 52 - Vary = "Accept-Encoding" 53 - 54 - # Static assets 55 - [[headers]] 56 - for = "/fonts/*" 57 - [headers.values] 58 - Cache-Control = "public, max-age=31536000, immutable" 59 - Vary = "Accept-Encoding" 60 - 61 - [[headers]] 62 - for = "/_astro/*" 63 - [headers.values] 64 - Cache-Control = "public, max-age=31536000, immutable" 65 - Vary = "Accept-Encoding" 66 - 67 - [[headers]] 68 - for = "/assets/*" 69 - [headers.values] 70 - Cache-Control = "public, max-age=31536000, immutable" 71 - Vary = "Accept-Encoding" 72 - 73 - [[headers]] 74 - for = "/*.css" 75 - [headers.values] 76 - Cache-Control = "public, max-age=31536000, immutable" 77 - Vary = "Accept-Encoding" 78 - 79 - [[headers]] 80 - for = "/*.js" 81 - [headers.values] 82 - Cache-Control = "public, max-age=31536000, immutable" 83 - Vary = "Accept-Encoding" 84 - 85 - # Images 86 - [[headers]] 87 - for = "/*.jpg" 88 - [headers.values] 89 - Cache-Control = "public, max-age=31536000, immutable" 90 - Vary = "Accept-Encoding" 91 - 92 - [[headers]] 93 - for = "/*.png" 94 - [headers.values] 95 - Cache-Control = "public, max-age=31536000, immutable" 96 - Vary = "Accept-Encoding" 97 - 98 - [[headers]] 99 - for = "/*.webp" 100 - [headers.values] 101 - Cache-Control = "public, max-age=31536000, immutable" 102 - Vary = "Accept-Encoding" 103 - 104 - 105 - 106 - 107 - 108 - 109 -
+1
package.json
··· 17 17 "update-theme": "tsx scripts/update-theme.ts" 18 18 }, 19 19 "dependencies": { 20 + "@astrojs/cloudflare": "^12.6.12", 20 21 "@astrojs/mdx": "^4.3.13", 21 22 "@astrojs/netlify": "^6.6.4", 22 23 "@astrojs/rss": "^4.0.15",
+834 -152
pnpm-lock.yaml
··· 8 8 9 9 .: 10 10 dependencies: 11 + '@astrojs/cloudflare': 12 + specifier: ^12.6.12 13 + version: 12.6.12(@types/node@25.0.9)(astro@5.17.3(@netlify/blobs@10.5.0)(@types/node@25.0.9)(jiti@2.6.1)(rollup@4.59.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) 11 14 '@astrojs/mdx': 12 15 specifier: ^4.3.13 13 16 version: 4.3.13(astro@5.17.3(@netlify/blobs@10.5.0)(@types/node@25.0.9)(jiti@2.6.1)(rollup@4.59.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) ··· 114 117 115 118 packages: 116 119 120 + '@astrojs/cloudflare@12.6.12': 121 + resolution: {integrity: sha512-f6iXreyJc02EhokqsoPf7D/s3tebyZ8dBNVOyY2JDY87ujft4RokVS1f+zNwNFyu0wkehC4ALUboU5z590DE4w==} 122 + peerDependencies: 123 + astro: ^5.7.0 124 + 117 125 '@astrojs/compiler@2.13.0': 118 126 resolution: {integrity: sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==} 119 127 ··· 179 187 resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==} 180 188 engines: {node: '>=18'} 181 189 190 + '@cloudflare/kv-asset-handler@0.4.0': 191 + resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==} 192 + engines: {node: '>=18.0.0'} 193 + 194 + '@cloudflare/unenv-preset@2.7.11': 195 + resolution: {integrity: sha512-se23f1D4PxKrMKOq+Stz+Yn7AJ9ITHcEecXo2Yjb+UgbUDCEBch1FXQC6hx6uT5fNA3kmX3mfzeZiUmpK1W9IQ==} 196 + peerDependencies: 197 + unenv: 2.0.0-rc.24 198 + workerd: ^1.20251106.1 199 + peerDependenciesMeta: 200 + workerd: 201 + optional: true 202 + 203 + '@cloudflare/workerd-darwin-64@1.20251118.0': 204 + resolution: {integrity: sha512-UmWmYEYS/LkK/4HFKN6xf3Hk8cw70PviR+ftr3hUvs9HYZS92IseZEp16pkL6ZBETrPRpZC7OrzoYF7ky6kHsg==} 205 + engines: {node: '>=16'} 206 + cpu: [x64] 207 + os: [darwin] 208 + 209 + '@cloudflare/workerd-darwin-arm64@1.20251118.0': 210 + resolution: {integrity: sha512-RockU7Qzf4rxNfY1lx3j4rvwutNLjTIX7rr2hogbQ4mzLo8Ea40/oZTzXVxl+on75joLBrt0YpenGW8o/r44QA==} 211 + engines: {node: '>=16'} 212 + cpu: [arm64] 213 + os: [darwin] 214 + 215 + '@cloudflare/workerd-linux-64@1.20251118.0': 216 + resolution: {integrity: sha512-aT97GnOAbJDuuOG0zPVhgRk0xFtB1dzBMrxMZ09eubDLoU4djH4BuORaqvxNRMmHgKfa4T6drthckT0NjUvBdw==} 217 + engines: {node: '>=16'} 218 + cpu: [x64] 219 + os: [linux] 220 + 221 + '@cloudflare/workerd-linux-arm64@1.20251118.0': 222 + resolution: {integrity: sha512-bXZPJcwlq00MPOXqP7DMWjr+goYj0+Fqyw6zgEC2M3FR1+SWla4yjghnZ4IdpN+H1t7VbUrsi5np2LzMUFs0NA==} 223 + engines: {node: '>=16'} 224 + cpu: [arm64] 225 + os: [linux] 226 + 227 + '@cloudflare/workerd-windows-64@1.20251118.0': 228 + resolution: {integrity: sha512-2LV99AHSlpr8WcCb/BYbU2QsYkXLUL1izN6YKWkN9Eibv80JKX0RtgmD3dfmajE5sNvClavxZejgzVvHD9N9Ag==} 229 + engines: {node: '>=16'} 230 + cpu: [x64] 231 + os: [win32] 232 + 233 + '@cloudflare/workers-types@4.20260302.0': 234 + resolution: {integrity: sha512-mbFRnlu1lNCScMpXZk/X/uBPufYx5OSbq+euGonGRcY+DgOwm2kczGdK401rUh52NB0fFMEcOy/zqwxv7CdDNA==} 235 + 182 236 '@colors/colors@1.6.0': 183 237 resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} 184 238 engines: {node: '>=0.1.90'} 239 + 240 + '@cspotcode/source-map-support@0.8.1': 241 + resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} 242 + engines: {node: '>=12'} 185 243 186 244 '@dabh/diagnostics@2.0.8': 187 245 resolution: {integrity: sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==} ··· 203 261 cpu: [ppc64] 204 262 os: [aix] 205 263 264 + '@esbuild/aix-ppc64@0.25.4': 265 + resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==} 266 + engines: {node: '>=18'} 267 + cpu: [ppc64] 268 + os: [aix] 269 + 206 270 '@esbuild/aix-ppc64@0.27.2': 207 271 resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==} 208 272 engines: {node: '>=18'} ··· 217 281 218 282 '@esbuild/android-arm64@0.25.12': 219 283 resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} 284 + engines: {node: '>=18'} 285 + cpu: [arm64] 286 + os: [android] 287 + 288 + '@esbuild/android-arm64@0.25.4': 289 + resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==} 220 290 engines: {node: '>=18'} 221 291 cpu: [arm64] 222 292 os: [android] ··· 239 309 cpu: [arm] 240 310 os: [android] 241 311 312 + '@esbuild/android-arm@0.25.4': 313 + resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==} 314 + engines: {node: '>=18'} 315 + cpu: [arm] 316 + os: [android] 317 + 242 318 '@esbuild/android-arm@0.27.2': 243 319 resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==} 244 320 engines: {node: '>=18'} ··· 257 333 cpu: [x64] 258 334 os: [android] 259 335 336 + '@esbuild/android-x64@0.25.4': 337 + resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==} 338 + engines: {node: '>=18'} 339 + cpu: [x64] 340 + os: [android] 341 + 260 342 '@esbuild/android-x64@0.27.2': 261 343 resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==} 262 344 engines: {node: '>=18'} ··· 275 357 cpu: [arm64] 276 358 os: [darwin] 277 359 360 + '@esbuild/darwin-arm64@0.25.4': 361 + resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==} 362 + engines: {node: '>=18'} 363 + cpu: [arm64] 364 + os: [darwin] 365 + 278 366 '@esbuild/darwin-arm64@0.27.2': 279 367 resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==} 280 368 engines: {node: '>=18'} ··· 293 381 cpu: [x64] 294 382 os: [darwin] 295 383 384 + '@esbuild/darwin-x64@0.25.4': 385 + resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==} 386 + engines: {node: '>=18'} 387 + cpu: [x64] 388 + os: [darwin] 389 + 296 390 '@esbuild/darwin-x64@0.27.2': 297 391 resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==} 298 392 engines: {node: '>=18'} ··· 307 401 308 402 '@esbuild/freebsd-arm64@0.25.12': 309 403 resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} 404 + engines: {node: '>=18'} 405 + cpu: [arm64] 406 + os: [freebsd] 407 + 408 + '@esbuild/freebsd-arm64@0.25.4': 409 + resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==} 310 410 engines: {node: '>=18'} 311 411 cpu: [arm64] 312 412 os: [freebsd] ··· 329 429 cpu: [x64] 330 430 os: [freebsd] 331 431 432 + '@esbuild/freebsd-x64@0.25.4': 433 + resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==} 434 + engines: {node: '>=18'} 435 + cpu: [x64] 436 + os: [freebsd] 437 + 332 438 '@esbuild/freebsd-x64@0.27.2': 333 439 resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==} 334 440 engines: {node: '>=18'} ··· 347 453 cpu: [arm64] 348 454 os: [linux] 349 455 456 + '@esbuild/linux-arm64@0.25.4': 457 + resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==} 458 + engines: {node: '>=18'} 459 + cpu: [arm64] 460 + os: [linux] 461 + 350 462 '@esbuild/linux-arm64@0.27.2': 351 463 resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==} 352 464 engines: {node: '>=18'} ··· 365 477 cpu: [arm] 366 478 os: [linux] 367 479 480 + '@esbuild/linux-arm@0.25.4': 481 + resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==} 482 + engines: {node: '>=18'} 483 + cpu: [arm] 484 + os: [linux] 485 + 368 486 '@esbuild/linux-arm@0.27.2': 369 487 resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==} 370 488 engines: {node: '>=18'} ··· 379 497 380 498 '@esbuild/linux-ia32@0.25.12': 381 499 resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} 500 + engines: {node: '>=18'} 501 + cpu: [ia32] 502 + os: [linux] 503 + 504 + '@esbuild/linux-ia32@0.25.4': 505 + resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==} 382 506 engines: {node: '>=18'} 383 507 cpu: [ia32] 384 508 os: [linux] ··· 401 525 cpu: [loong64] 402 526 os: [linux] 403 527 528 + '@esbuild/linux-loong64@0.25.4': 529 + resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==} 530 + engines: {node: '>=18'} 531 + cpu: [loong64] 532 + os: [linux] 533 + 404 534 '@esbuild/linux-loong64@0.27.2': 405 535 resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==} 406 536 engines: {node: '>=18'} ··· 419 549 cpu: [mips64el] 420 550 os: [linux] 421 551 552 + '@esbuild/linux-mips64el@0.25.4': 553 + resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==} 554 + engines: {node: '>=18'} 555 + cpu: [mips64el] 556 + os: [linux] 557 + 422 558 '@esbuild/linux-mips64el@0.27.2': 423 559 resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==} 424 560 engines: {node: '>=18'} ··· 437 573 cpu: [ppc64] 438 574 os: [linux] 439 575 576 + '@esbuild/linux-ppc64@0.25.4': 577 + resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==} 578 + engines: {node: '>=18'} 579 + cpu: [ppc64] 580 + os: [linux] 581 + 440 582 '@esbuild/linux-ppc64@0.27.2': 441 583 resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==} 442 584 engines: {node: '>=18'} ··· 451 593 452 594 '@esbuild/linux-riscv64@0.25.12': 453 595 resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} 596 + engines: {node: '>=18'} 597 + cpu: [riscv64] 598 + os: [linux] 599 + 600 + '@esbuild/linux-riscv64@0.25.4': 601 + resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==} 454 602 engines: {node: '>=18'} 455 603 cpu: [riscv64] 456 604 os: [linux] ··· 473 621 cpu: [s390x] 474 622 os: [linux] 475 623 624 + '@esbuild/linux-s390x@0.25.4': 625 + resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==} 626 + engines: {node: '>=18'} 627 + cpu: [s390x] 628 + os: [linux] 629 + 476 630 '@esbuild/linux-s390x@0.27.2': 477 631 resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==} 478 632 engines: {node: '>=18'} ··· 491 645 cpu: [x64] 492 646 os: [linux] 493 647 648 + '@esbuild/linux-x64@0.25.4': 649 + resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==} 650 + engines: {node: '>=18'} 651 + cpu: [x64] 652 + os: [linux] 653 + 494 654 '@esbuild/linux-x64@0.27.2': 495 655 resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==} 496 656 engines: {node: '>=18'} ··· 509 669 cpu: [arm64] 510 670 os: [netbsd] 511 671 672 + '@esbuild/netbsd-arm64@0.25.4': 673 + resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} 674 + engines: {node: '>=18'} 675 + cpu: [arm64] 676 + os: [netbsd] 677 + 512 678 '@esbuild/netbsd-arm64@0.27.2': 513 679 resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==} 514 680 engines: {node: '>=18'} ··· 527 693 cpu: [x64] 528 694 os: [netbsd] 529 695 696 + '@esbuild/netbsd-x64@0.25.4': 697 + resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==} 698 + engines: {node: '>=18'} 699 + cpu: [x64] 700 + os: [netbsd] 701 + 530 702 '@esbuild/netbsd-x64@0.27.2': 531 703 resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==} 532 704 engines: {node: '>=18'} ··· 541 713 542 714 '@esbuild/openbsd-arm64@0.25.12': 543 715 resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} 716 + engines: {node: '>=18'} 717 + cpu: [arm64] 718 + os: [openbsd] 719 + 720 + '@esbuild/openbsd-arm64@0.25.4': 721 + resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} 544 722 engines: {node: '>=18'} 545 723 cpu: [arm64] 546 724 os: [openbsd] ··· 563 741 cpu: [x64] 564 742 os: [openbsd] 565 743 744 + '@esbuild/openbsd-x64@0.25.4': 745 + resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==} 746 + engines: {node: '>=18'} 747 + cpu: [x64] 748 + os: [openbsd] 749 + 566 750 '@esbuild/openbsd-x64@0.27.2': 567 751 resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==} 568 752 engines: {node: '>=18'} ··· 599 783 cpu: [x64] 600 784 os: [sunos] 601 785 786 + '@esbuild/sunos-x64@0.25.4': 787 + resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} 788 + engines: {node: '>=18'} 789 + cpu: [x64] 790 + os: [sunos] 791 + 602 792 '@esbuild/sunos-x64@0.27.2': 603 793 resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==} 604 794 engines: {node: '>=18'} ··· 617 807 cpu: [arm64] 618 808 os: [win32] 619 809 810 + '@esbuild/win32-arm64@0.25.4': 811 + resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==} 812 + engines: {node: '>=18'} 813 + cpu: [arm64] 814 + os: [win32] 815 + 620 816 '@esbuild/win32-arm64@0.27.2': 621 817 resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==} 622 818 engines: {node: '>=18'} ··· 635 831 cpu: [ia32] 636 832 os: [win32] 637 833 834 + '@esbuild/win32-ia32@0.25.4': 835 + resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==} 836 + engines: {node: '>=18'} 837 + cpu: [ia32] 838 + os: [win32] 839 + 638 840 '@esbuild/win32-ia32@0.27.2': 639 841 resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==} 640 842 engines: {node: '>=18'} ··· 649 851 650 852 '@esbuild/win32-x64@0.25.12': 651 853 resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} 854 + engines: {node: '>=18'} 855 + cpu: [x64] 856 + os: [win32] 857 + 858 + '@esbuild/win32-x64@0.25.4': 859 + resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==} 652 860 engines: {node: '>=18'} 653 861 cpu: [x64] 654 862 os: [win32] ··· 740 948 resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} 741 949 engines: {node: '>=18'} 742 950 951 + '@img/sharp-darwin-arm64@0.33.5': 952 + resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} 953 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 954 + cpu: [arm64] 955 + os: [darwin] 956 + 743 957 '@img/sharp-darwin-arm64@0.34.5': 744 958 resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==} 745 959 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 746 960 cpu: [arm64] 747 961 os: [darwin] 748 962 963 + '@img/sharp-darwin-x64@0.33.5': 964 + resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} 965 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 966 + cpu: [x64] 967 + os: [darwin] 968 + 749 969 '@img/sharp-darwin-x64@0.34.5': 750 970 resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==} 751 971 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 752 972 cpu: [x64] 973 + os: [darwin] 974 + 975 + '@img/sharp-libvips-darwin-arm64@1.0.4': 976 + resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} 977 + cpu: [arm64] 753 978 os: [darwin] 754 979 755 980 '@img/sharp-libvips-darwin-arm64@1.2.4': ··· 757 982 cpu: [arm64] 758 983 os: [darwin] 759 984 985 + '@img/sharp-libvips-darwin-x64@1.0.4': 986 + resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} 987 + cpu: [x64] 988 + os: [darwin] 989 + 760 990 '@img/sharp-libvips-darwin-x64@1.2.4': 761 991 resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==} 762 992 cpu: [x64] 763 993 os: [darwin] 764 994 995 + '@img/sharp-libvips-linux-arm64@1.0.4': 996 + resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} 997 + cpu: [arm64] 998 + os: [linux] 999 + 765 1000 '@img/sharp-libvips-linux-arm64@1.2.4': 766 1001 resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==} 767 1002 cpu: [arm64] 1003 + os: [linux] 1004 + 1005 + '@img/sharp-libvips-linux-arm@1.0.5': 1006 + resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} 1007 + cpu: [arm] 768 1008 os: [linux] 769 1009 770 1010 '@img/sharp-libvips-linux-arm@1.2.4': ··· 782 1022 cpu: [riscv64] 783 1023 os: [linux] 784 1024 1025 + '@img/sharp-libvips-linux-s390x@1.0.4': 1026 + resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} 1027 + cpu: [s390x] 1028 + os: [linux] 1029 + 785 1030 '@img/sharp-libvips-linux-s390x@1.2.4': 786 1031 resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==} 787 1032 cpu: [s390x] 788 1033 os: [linux] 789 1034 1035 + '@img/sharp-libvips-linux-x64@1.0.4': 1036 + resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} 1037 + cpu: [x64] 1038 + os: [linux] 1039 + 790 1040 '@img/sharp-libvips-linux-x64@1.2.4': 791 1041 resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==} 792 1042 cpu: [x64] 1043 + os: [linux] 1044 + 1045 + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 1046 + resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} 1047 + cpu: [arm64] 793 1048 os: [linux] 794 1049 795 1050 '@img/sharp-libvips-linuxmusl-arm64@1.2.4': ··· 797 1052 cpu: [arm64] 798 1053 os: [linux] 799 1054 1055 + '@img/sharp-libvips-linuxmusl-x64@1.0.4': 1056 + resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} 1057 + cpu: [x64] 1058 + os: [linux] 1059 + 800 1060 '@img/sharp-libvips-linuxmusl-x64@1.2.4': 801 1061 resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==} 802 1062 cpu: [x64] 803 1063 os: [linux] 804 1064 1065 + '@img/sharp-linux-arm64@0.33.5': 1066 + resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} 1067 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1068 + cpu: [arm64] 1069 + os: [linux] 1070 + 805 1071 '@img/sharp-linux-arm64@0.34.5': 806 1072 resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==} 807 1073 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 808 1074 cpu: [arm64] 809 1075 os: [linux] 810 1076 1077 + '@img/sharp-linux-arm@0.33.5': 1078 + resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} 1079 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1080 + cpu: [arm] 1081 + os: [linux] 1082 + 811 1083 '@img/sharp-linux-arm@0.34.5': 812 1084 resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==} 813 1085 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 824 1096 resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==} 825 1097 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 826 1098 cpu: [riscv64] 1099 + os: [linux] 1100 + 1101 + '@img/sharp-linux-s390x@0.33.5': 1102 + resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} 1103 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1104 + cpu: [s390x] 827 1105 os: [linux] 828 1106 829 1107 '@img/sharp-linux-s390x@0.34.5': ··· 832 1110 cpu: [s390x] 833 1111 os: [linux] 834 1112 1113 + '@img/sharp-linux-x64@0.33.5': 1114 + resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} 1115 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1116 + cpu: [x64] 1117 + os: [linux] 1118 + 835 1119 '@img/sharp-linux-x64@0.34.5': 836 1120 resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==} 837 1121 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 838 1122 cpu: [x64] 839 1123 os: [linux] 840 1124 1125 + '@img/sharp-linuxmusl-arm64@0.33.5': 1126 + resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} 1127 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1128 + cpu: [arm64] 1129 + os: [linux] 1130 + 841 1131 '@img/sharp-linuxmusl-arm64@0.34.5': 842 1132 resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==} 843 1133 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 844 1134 cpu: [arm64] 845 1135 os: [linux] 846 1136 1137 + '@img/sharp-linuxmusl-x64@0.33.5': 1138 + resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} 1139 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1140 + cpu: [x64] 1141 + os: [linux] 1142 + 847 1143 '@img/sharp-linuxmusl-x64@0.34.5': 848 1144 resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==} 849 1145 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 850 1146 cpu: [x64] 851 1147 os: [linux] 852 1148 1149 + '@img/sharp-wasm32@0.33.5': 1150 + resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} 1151 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1152 + cpu: [wasm32] 1153 + 853 1154 '@img/sharp-wasm32@0.34.5': 854 1155 resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==} 855 1156 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 861 1162 cpu: [arm64] 862 1163 os: [win32] 863 1164 1165 + '@img/sharp-win32-ia32@0.33.5': 1166 + resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} 1167 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1168 + cpu: [ia32] 1169 + os: [win32] 1170 + 864 1171 '@img/sharp-win32-ia32@0.34.5': 865 1172 resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==} 866 1173 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 867 1174 cpu: [ia32] 868 1175 os: [win32] 869 1176 1177 + '@img/sharp-win32-x64@0.33.5': 1178 + resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} 1179 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1180 + cpu: [x64] 1181 + os: [win32] 1182 + 870 1183 '@img/sharp-win32-x64@0.34.5': 871 1184 resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==} 872 1185 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 884 1197 resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} 885 1198 engines: {node: '>=18.0.0'} 886 1199 1200 + '@jridgewell/resolve-uri@3.1.2': 1201 + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 1202 + engines: {node: '>=6.0.0'} 1203 + 887 1204 '@jridgewell/sourcemap-codec@1.5.5': 888 1205 resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} 1206 + 1207 + '@jridgewell/trace-mapping@0.3.9': 1208 + resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} 889 1209 890 1210 '@mapbox/node-pre-gyp@2.0.3': 891 1211 resolution: {integrity: sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==} ··· 1188 1508 '@playform/pipe@0.1.3': 1189 1509 resolution: {integrity: sha512-cjRcaj6b8XZMS+N51In78EuD9e0x0M3gYxi2g+qUGk1iya2uxcS+aSrXxfBUZueOjxADQwpyS4zLEhlbHCGcDA==} 1190 1510 1511 + '@poppinss/colors@4.1.6': 1512 + resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==} 1513 + 1514 + '@poppinss/dumper@0.6.5': 1515 + resolution: {integrity: sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==} 1516 + 1517 + '@poppinss/exception@1.2.3': 1518 + resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==} 1519 + 1191 1520 '@rollup/pluginutils@5.3.0': 1192 1521 resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} 1193 1522 engines: {node: '>=14.0.0'} ··· 1343 1672 '@shikijs/vscode-textmate@10.0.2': 1344 1673 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} 1345 1674 1675 + '@sindresorhus/is@7.2.0': 1676 + resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==} 1677 + engines: {node: '>=18'} 1678 + 1346 1679 '@so-ric/colorspace@1.1.6': 1347 1680 resolution: {integrity: sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==} 1681 + 1682 + '@speed-highlight/core@1.2.14': 1683 + resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==} 1348 1684 1349 1685 '@types/debug@4.1.12': 1350 1686 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} ··· 1418 1754 '@types/yauzl@2.10.3': 1419 1755 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 1420 1756 1421 - '@typescript-eslint/eslint-plugin@8.55.0': 1422 - resolution: {integrity: sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==} 1423 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1424 - peerDependencies: 1425 - '@typescript-eslint/parser': ^8.55.0 1426 - eslint: ^8.57.0 || ^9.0.0 1427 - typescript: '>=4.8.4 <6.0.0' 1428 - 1429 1757 '@typescript-eslint/eslint-plugin@8.56.0': 1430 1758 resolution: {integrity: sha512-lRyPDLzNCuae71A3t9NEINBiTn7swyOhvUj3MyUOxb8x6g6vPEFoOU+ZRmGMusNC3X3YMhqMIX7i8ShqhT74Pw==} 1431 1759 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1434 1762 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 1435 1763 typescript: '>=4.8.4 <6.0.0' 1436 1764 1437 - '@typescript-eslint/parser@8.55.0': 1438 - resolution: {integrity: sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==} 1439 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1440 - peerDependencies: 1441 - eslint: ^8.57.0 || ^9.0.0 1442 - typescript: '>=4.8.4 <6.0.0' 1443 - 1444 1765 '@typescript-eslint/parser@8.56.0': 1445 1766 resolution: {integrity: sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==} 1446 1767 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1448 1769 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 1449 1770 typescript: '>=4.8.4 <6.0.0' 1450 1771 1451 - '@typescript-eslint/project-service@8.55.0': 1452 - resolution: {integrity: sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==} 1453 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1454 - peerDependencies: 1455 - typescript: '>=4.8.4 <6.0.0' 1456 - 1457 1772 '@typescript-eslint/project-service@8.56.0': 1458 1773 resolution: {integrity: sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==} 1459 1774 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1460 1775 peerDependencies: 1461 1776 typescript: '>=4.8.4 <6.0.0' 1462 1777 1463 - '@typescript-eslint/scope-manager@8.55.0': 1464 - resolution: {integrity: sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==} 1465 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1466 - 1467 1778 '@typescript-eslint/scope-manager@8.56.0': 1468 1779 resolution: {integrity: sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==} 1469 1780 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1470 1781 1471 - '@typescript-eslint/tsconfig-utils@8.55.0': 1472 - resolution: {integrity: sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==} 1473 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1474 - peerDependencies: 1475 - typescript: '>=4.8.4 <6.0.0' 1476 - 1477 1782 '@typescript-eslint/tsconfig-utils@8.56.0': 1478 1783 resolution: {integrity: sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==} 1479 1784 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1480 1785 peerDependencies: 1481 1786 typescript: '>=4.8.4 <6.0.0' 1482 1787 1483 - '@typescript-eslint/type-utils@8.55.0': 1484 - resolution: {integrity: sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==} 1485 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1486 - peerDependencies: 1487 - eslint: ^8.57.0 || ^9.0.0 1488 - typescript: '>=4.8.4 <6.0.0' 1489 - 1490 1788 '@typescript-eslint/type-utils@8.56.0': 1491 1789 resolution: {integrity: sha512-qX2L3HWOU2nuDs6GzglBeuFXviDODreS58tLY/BALPC7iu3Fa+J7EOTwnX9PdNBxUI7Uh0ntP0YWGnxCkXzmfA==} 1492 1790 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1502 1800 resolution: {integrity: sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==} 1503 1801 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1504 1802 1505 - '@typescript-eslint/typescript-estree@8.55.0': 1506 - resolution: {integrity: sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==} 1507 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1508 - peerDependencies: 1509 - typescript: '>=4.8.4 <6.0.0' 1510 - 1511 1803 '@typescript-eslint/typescript-estree@8.56.0': 1512 1804 resolution: {integrity: sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==} 1513 1805 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1514 1806 peerDependencies: 1515 1807 typescript: '>=4.8.4 <6.0.0' 1516 1808 1517 - '@typescript-eslint/utils@8.55.0': 1518 - resolution: {integrity: sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==} 1519 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1520 - peerDependencies: 1521 - eslint: ^8.57.0 || ^9.0.0 1522 - typescript: '>=4.8.4 <6.0.0' 1523 - 1524 1809 '@typescript-eslint/utils@8.56.0': 1525 1810 resolution: {integrity: sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==} 1526 1811 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1527 1812 peerDependencies: 1528 1813 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 1529 1814 typescript: '>=4.8.4 <6.0.0' 1530 - 1531 - '@typescript-eslint/visitor-keys@8.55.0': 1532 - resolution: {integrity: sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==} 1533 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1534 1815 1535 1816 '@typescript-eslint/visitor-keys@8.56.0': 1536 1817 resolution: {integrity: sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==} ··· 1604 1885 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 1605 1886 peerDependencies: 1606 1887 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 1888 + 1889 + acorn-walk@8.3.2: 1890 + resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} 1891 + engines: {node: '>=0.4.0'} 1892 + 1893 + acorn@8.14.0: 1894 + resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} 1895 + engines: {node: '>=0.4.0'} 1896 + hasBin: true 1607 1897 1608 1898 acorn@8.15.0: 1609 1899 resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} ··· 1761 2051 bindings@1.5.0: 1762 2052 resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} 1763 2053 2054 + blake3-wasm@2.1.5: 2055 + resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==} 2056 + 1764 2057 boolbase@1.0.0: 1765 2058 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 1766 2059 ··· 1891 2184 resolution: {integrity: sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==} 1892 2185 engines: {node: '>=12.20'} 1893 2186 2187 + color-string@1.9.1: 2188 + resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} 2189 + 1894 2190 color-string@2.1.4: 1895 2191 resolution: {integrity: sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==} 1896 2192 engines: {node: '>=18'} 2193 + 2194 + color@4.2.3: 2195 + resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} 2196 + engines: {node: '>=12.5.0'} 1897 2197 1898 2198 color@5.0.3: 1899 2199 resolution: {integrity: sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==} ··· 2186 2486 resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==} 2187 2487 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 2188 2488 2489 + error-stack-parser-es@1.0.5: 2490 + resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==} 2491 + 2189 2492 es-module-lexer@1.7.0: 2190 2493 resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 2191 2494 ··· 2200 2503 engines: {node: '>=18'} 2201 2504 hasBin: true 2202 2505 2506 + esbuild@0.25.4: 2507 + resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} 2508 + engines: {node: '>=18'} 2509 + hasBin: true 2510 + 2203 2511 esbuild@0.27.2: 2204 2512 resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==} 2205 2513 engines: {node: '>=18'} ··· 2341 2649 execa@8.0.1: 2342 2650 resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} 2343 2651 engines: {node: '>=16.17'} 2652 + 2653 + exit-hook@2.2.1: 2654 + resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==} 2655 + engines: {node: '>=6'} 2344 2656 2345 2657 extend@3.0.2: 2346 2658 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} ··· 2510 2822 glob-parent@6.0.2: 2511 2823 resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} 2512 2824 engines: {node: '>=10.13.0'} 2825 + 2826 + glob-to-regexp@0.4.1: 2827 + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} 2513 2828 2514 2829 glob@10.5.0: 2515 2830 resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} ··· 2684 2999 is-alphanumerical@2.0.1: 2685 3000 resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} 2686 3001 3002 + is-arrayish@0.3.4: 3003 + resolution: {integrity: sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==} 3004 + 2687 3005 is-core-module@2.16.1: 2688 3006 resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} 2689 3007 engines: {node: '>= 0.4'} ··· 2840 3158 2841 3159 kleur@3.0.3: 2842 3160 resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} 3161 + engines: {node: '>=6'} 3162 + 3163 + kleur@4.1.5: 3164 + resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 2843 3165 engines: {node: '>=6'} 2844 3166 2845 3167 kuler@2.0.0: ··· 3146 3468 resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==} 3147 3469 engines: {node: '>=18'} 3148 3470 3471 + mime@3.0.0: 3472 + resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} 3473 + engines: {node: '>=10.0.0'} 3474 + hasBin: true 3475 + 3149 3476 mimic-fn@4.0.0: 3150 3477 resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} 3151 3478 engines: {node: '>=12'} 3152 3479 3480 + miniflare@4.20251118.1: 3481 + resolution: {integrity: sha512-uLSAE/DvOm392fiaig4LOaatxLjM7xzIniFRG5Y3yF9IduOYLLK/pkCPQNCgKQH3ou0YJRHnTN+09LPfqYNTQQ==} 3482 + engines: {node: '>=18.0.0'} 3483 + hasBin: true 3484 + 3153 3485 minimatch@3.1.2: 3154 3486 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 3155 3487 3156 3488 minimatch@5.1.7: 3157 3489 resolution: {integrity: sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA==} 3158 3490 engines: {node: '>=10'} 3159 - 3160 - minimatch@9.0.5: 3161 - resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} 3162 - engines: {node: '>=16 || 14 >=14.17'} 3163 3491 3164 3492 minimatch@9.0.6: 3165 3493 resolution: {integrity: sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==} ··· 3412 3740 resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} 3413 3741 engines: {node: '>=16 || 14 >=14.18'} 3414 3742 3743 + path-to-regexp@6.3.0: 3744 + resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} 3745 + 3415 3746 path-type@6.0.0: 3416 3747 resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} 3417 3748 engines: {node: '>=18'} ··· 3716 4047 engines: {node: '>=10'} 3717 4048 hasBin: true 3718 4049 4050 + sharp@0.33.5: 4051 + resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 4052 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 4053 + 3719 4054 sharp@0.34.5: 3720 4055 resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==} 3721 4056 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3734 4069 signal-exit@4.1.0: 3735 4070 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 3736 4071 engines: {node: '>=14'} 4072 + 4073 + simple-swizzle@0.2.4: 4074 + resolution: {integrity: sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==} 3737 4075 3738 4076 sisteransi@1.0.5: 3739 4077 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} ··· 3786 4124 std-env@3.10.0: 3787 4125 resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==} 3788 4126 4127 + stoppable@1.1.0: 4128 + resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==} 4129 + engines: {node: '>=4', npm: '>=6'} 4130 + 3789 4131 stream-replace-string@2.0.0: 3790 4132 resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==} 3791 4133 ··· 3841 4183 suf-log@2.5.3: 3842 4184 resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} 3843 4185 4186 + supports-color@10.2.2: 4187 + resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 4188 + engines: {node: '>=18'} 4189 + 3844 4190 supports-color@7.2.0: 3845 4191 resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} 3846 4192 engines: {node: '>=8'} ··· 3982 4328 3983 4329 undici-types@7.16.0: 3984 4330 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 4331 + 4332 + undici@7.14.0: 4333 + resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==} 4334 + engines: {node: '>=20.18.1'} 4335 + 4336 + unenv@2.0.0-rc.24: 4337 + resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==} 3985 4338 3986 4339 unicorn-magic@0.1.0: 3987 4340 resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} ··· 4218 4571 resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} 4219 4572 engines: {node: '>=0.10.0'} 4220 4573 4574 + workerd@1.20251118.0: 4575 + resolution: {integrity: sha512-Om5ns0Lyx/LKtYI04IV0bjIrkBgoFNg0p6urzr2asekJlfP18RqFzyqMFZKf0i9Gnjtz/JfAS/Ol6tjCe5JJsQ==} 4576 + engines: {node: '>=16'} 4577 + hasBin: true 4578 + 4579 + wrangler@4.50.0: 4580 + resolution: {integrity: sha512-+nuZuHZxDdKmAyXOSrHlciGshCoAPiy5dM+t6mEohWm7HpXvTHmWQGUf/na9jjWlWJHCJYOWzkA1P5HBJqrIEA==} 4581 + engines: {node: '>=20.0.0'} 4582 + hasBin: true 4583 + peerDependencies: 4584 + '@cloudflare/workers-types': ^4.20251118.0 4585 + peerDependenciesMeta: 4586 + '@cloudflare/workers-types': 4587 + optional: true 4588 + 4221 4589 wrap-ansi@7.0.0: 4222 4590 resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} 4223 4591 engines: {node: '>=10'} ··· 4237 4605 resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} 4238 4606 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 4239 4607 4608 + ws@8.18.0: 4609 + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} 4610 + engines: {node: '>=10.0.0'} 4611 + peerDependencies: 4612 + bufferutil: ^4.0.1 4613 + utf-8-validate: '>=5.0.2' 4614 + peerDependenciesMeta: 4615 + bufferutil: 4616 + optional: true 4617 + utf-8-validate: 4618 + optional: true 4619 + 4240 4620 xml-js@1.6.11: 4241 4621 resolution: {integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==} 4242 4622 hasBin: true ··· 4289 4669 resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==} 4290 4670 engines: {node: '>=18'} 4291 4671 4672 + youch-core@0.3.3: 4673 + resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==} 4674 + 4675 + youch@4.1.0-beta.10: 4676 + resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==} 4677 + 4292 4678 zip-stream@6.0.1: 4293 4679 resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} 4294 4680 engines: {node: '>= 14'} ··· 4304 4690 typescript: ^4.9.4 || ^5.0.2 4305 4691 zod: ^3 4306 4692 4693 + zod@3.22.3: 4694 + resolution: {integrity: sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==} 4695 + 4307 4696 zod@3.25.76: 4308 4697 resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 4309 4698 ··· 4314 4703 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 4315 4704 4316 4705 snapshots: 4706 + 4707 + '@astrojs/cloudflare@12.6.12(@types/node@25.0.9)(astro@5.17.3(@netlify/blobs@10.5.0)(@types/node@25.0.9)(jiti@2.6.1)(rollup@4.59.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)': 4708 + dependencies: 4709 + '@astrojs/internal-helpers': 0.7.5 4710 + '@astrojs/underscore-redirects': 1.0.0 4711 + '@cloudflare/workers-types': 4.20260302.0 4712 + astro: 5.17.3(@netlify/blobs@10.5.0)(@types/node@25.0.9)(jiti@2.6.1)(rollup@4.59.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4713 + tinyglobby: 0.2.15 4714 + vite: 6.4.1(@types/node@25.0.9)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) 4715 + wrangler: 4.50.0(@cloudflare/workers-types@4.20260302.0) 4716 + transitivePeerDependencies: 4717 + - '@types/node' 4718 + - bufferutil 4719 + - jiti 4720 + - less 4721 + - lightningcss 4722 + - sass 4723 + - sass-embedded 4724 + - stylus 4725 + - sugarss 4726 + - terser 4727 + - tsx 4728 + - utf-8-validate 4729 + - yaml 4317 4730 4318 4731 '@astrojs/compiler@2.13.0': {} 4319 4732 ··· 4468 4881 dependencies: 4469 4882 fontkitten: 1.0.2 4470 4883 4884 + '@cloudflare/kv-asset-handler@0.4.0': 4885 + dependencies: 4886 + mime: 3.0.0 4887 + 4888 + '@cloudflare/unenv-preset@2.7.11(unenv@2.0.0-rc.24)(workerd@1.20251118.0)': 4889 + dependencies: 4890 + unenv: 2.0.0-rc.24 4891 + optionalDependencies: 4892 + workerd: 1.20251118.0 4893 + 4894 + '@cloudflare/workerd-darwin-64@1.20251118.0': 4895 + optional: true 4896 + 4897 + '@cloudflare/workerd-darwin-arm64@1.20251118.0': 4898 + optional: true 4899 + 4900 + '@cloudflare/workerd-linux-64@1.20251118.0': 4901 + optional: true 4902 + 4903 + '@cloudflare/workerd-linux-arm64@1.20251118.0': 4904 + optional: true 4905 + 4906 + '@cloudflare/workerd-windows-64@1.20251118.0': 4907 + optional: true 4908 + 4909 + '@cloudflare/workers-types@4.20260302.0': {} 4910 + 4471 4911 '@colors/colors@1.6.0': {} 4912 + 4913 + '@cspotcode/source-map-support@0.8.1': 4914 + dependencies: 4915 + '@jridgewell/trace-mapping': 0.3.9 4472 4916 4473 4917 '@dabh/diagnostics@2.0.8': 4474 4918 dependencies: ··· 4494 4938 '@esbuild/aix-ppc64@0.25.12': 4495 4939 optional: true 4496 4940 4941 + '@esbuild/aix-ppc64@0.25.4': 4942 + optional: true 4943 + 4497 4944 '@esbuild/aix-ppc64@0.27.2': 4498 4945 optional: true 4499 4946 ··· 4503 4950 '@esbuild/android-arm64@0.25.12': 4504 4951 optional: true 4505 4952 4953 + '@esbuild/android-arm64@0.25.4': 4954 + optional: true 4955 + 4506 4956 '@esbuild/android-arm64@0.27.2': 4507 4957 optional: true 4508 4958 ··· 4510 4960 optional: true 4511 4961 4512 4962 '@esbuild/android-arm@0.25.12': 4963 + optional: true 4964 + 4965 + '@esbuild/android-arm@0.25.4': 4513 4966 optional: true 4514 4967 4515 4968 '@esbuild/android-arm@0.27.2': ··· 4521 4974 '@esbuild/android-x64@0.25.12': 4522 4975 optional: true 4523 4976 4977 + '@esbuild/android-x64@0.25.4': 4978 + optional: true 4979 + 4524 4980 '@esbuild/android-x64@0.27.2': 4525 4981 optional: true 4526 4982 ··· 4530 4986 '@esbuild/darwin-arm64@0.25.12': 4531 4987 optional: true 4532 4988 4989 + '@esbuild/darwin-arm64@0.25.4': 4990 + optional: true 4991 + 4533 4992 '@esbuild/darwin-arm64@0.27.2': 4534 4993 optional: true 4535 4994 ··· 4539 4998 '@esbuild/darwin-x64@0.25.12': 4540 4999 optional: true 4541 5000 5001 + '@esbuild/darwin-x64@0.25.4': 5002 + optional: true 5003 + 4542 5004 '@esbuild/darwin-x64@0.27.2': 4543 5005 optional: true 4544 5006 ··· 4546 5008 optional: true 4547 5009 4548 5010 '@esbuild/freebsd-arm64@0.25.12': 5011 + optional: true 5012 + 5013 + '@esbuild/freebsd-arm64@0.25.4': 4549 5014 optional: true 4550 5015 4551 5016 '@esbuild/freebsd-arm64@0.27.2': ··· 4555 5020 optional: true 4556 5021 4557 5022 '@esbuild/freebsd-x64@0.25.12': 5023 + optional: true 5024 + 5025 + '@esbuild/freebsd-x64@0.25.4': 4558 5026 optional: true 4559 5027 4560 5028 '@esbuild/freebsd-x64@0.27.2': ··· 4566 5034 '@esbuild/linux-arm64@0.25.12': 4567 5035 optional: true 4568 5036 5037 + '@esbuild/linux-arm64@0.25.4': 5038 + optional: true 5039 + 4569 5040 '@esbuild/linux-arm64@0.27.2': 4570 5041 optional: true 4571 5042 ··· 4575 5046 '@esbuild/linux-arm@0.25.12': 4576 5047 optional: true 4577 5048 5049 + '@esbuild/linux-arm@0.25.4': 5050 + optional: true 5051 + 4578 5052 '@esbuild/linux-arm@0.27.2': 4579 5053 optional: true 4580 5054 ··· 4584 5058 '@esbuild/linux-ia32@0.25.12': 4585 5059 optional: true 4586 5060 5061 + '@esbuild/linux-ia32@0.25.4': 5062 + optional: true 5063 + 4587 5064 '@esbuild/linux-ia32@0.27.2': 4588 5065 optional: true 4589 5066 ··· 4591 5068 optional: true 4592 5069 4593 5070 '@esbuild/linux-loong64@0.25.12': 5071 + optional: true 5072 + 5073 + '@esbuild/linux-loong64@0.25.4': 4594 5074 optional: true 4595 5075 4596 5076 '@esbuild/linux-loong64@0.27.2': ··· 4602 5082 '@esbuild/linux-mips64el@0.25.12': 4603 5083 optional: true 4604 5084 5085 + '@esbuild/linux-mips64el@0.25.4': 5086 + optional: true 5087 + 4605 5088 '@esbuild/linux-mips64el@0.27.2': 4606 5089 optional: true 4607 5090 ··· 4611 5094 '@esbuild/linux-ppc64@0.25.12': 4612 5095 optional: true 4613 5096 5097 + '@esbuild/linux-ppc64@0.25.4': 5098 + optional: true 5099 + 4614 5100 '@esbuild/linux-ppc64@0.27.2': 4615 5101 optional: true 4616 5102 ··· 4620 5106 '@esbuild/linux-riscv64@0.25.12': 4621 5107 optional: true 4622 5108 5109 + '@esbuild/linux-riscv64@0.25.4': 5110 + optional: true 5111 + 4623 5112 '@esbuild/linux-riscv64@0.27.2': 4624 5113 optional: true 4625 5114 ··· 4627 5116 optional: true 4628 5117 4629 5118 '@esbuild/linux-s390x@0.25.12': 5119 + optional: true 5120 + 5121 + '@esbuild/linux-s390x@0.25.4': 4630 5122 optional: true 4631 5123 4632 5124 '@esbuild/linux-s390x@0.27.2': ··· 4638 5130 '@esbuild/linux-x64@0.25.12': 4639 5131 optional: true 4640 5132 5133 + '@esbuild/linux-x64@0.25.4': 5134 + optional: true 5135 + 4641 5136 '@esbuild/linux-x64@0.27.2': 4642 5137 optional: true 4643 5138 ··· 4647 5142 '@esbuild/netbsd-arm64@0.25.12': 4648 5143 optional: true 4649 5144 5145 + '@esbuild/netbsd-arm64@0.25.4': 5146 + optional: true 5147 + 4650 5148 '@esbuild/netbsd-arm64@0.27.2': 4651 5149 optional: true 4652 5150 ··· 4656 5154 '@esbuild/netbsd-x64@0.25.12': 4657 5155 optional: true 4658 5156 5157 + '@esbuild/netbsd-x64@0.25.4': 5158 + optional: true 5159 + 4659 5160 '@esbuild/netbsd-x64@0.27.2': 4660 5161 optional: true 4661 5162 ··· 4665 5166 '@esbuild/openbsd-arm64@0.25.12': 4666 5167 optional: true 4667 5168 5169 + '@esbuild/openbsd-arm64@0.25.4': 5170 + optional: true 5171 + 4668 5172 '@esbuild/openbsd-arm64@0.27.2': 4669 5173 optional: true 4670 5174 ··· 4674 5178 '@esbuild/openbsd-x64@0.25.12': 4675 5179 optional: true 4676 5180 5181 + '@esbuild/openbsd-x64@0.25.4': 5182 + optional: true 5183 + 4677 5184 '@esbuild/openbsd-x64@0.27.2': 4678 5185 optional: true 4679 5186 ··· 4692 5199 '@esbuild/sunos-x64@0.25.12': 4693 5200 optional: true 4694 5201 5202 + '@esbuild/sunos-x64@0.25.4': 5203 + optional: true 5204 + 4695 5205 '@esbuild/sunos-x64@0.27.2': 4696 5206 optional: true 4697 5207 ··· 4701 5211 '@esbuild/win32-arm64@0.25.12': 4702 5212 optional: true 4703 5213 5214 + '@esbuild/win32-arm64@0.25.4': 5215 + optional: true 5216 + 4704 5217 '@esbuild/win32-arm64@0.27.2': 4705 5218 optional: true 4706 5219 ··· 4708 5221 optional: true 4709 5222 4710 5223 '@esbuild/win32-ia32@0.25.12': 5224 + optional: true 5225 + 5226 + '@esbuild/win32-ia32@0.25.4': 4711 5227 optional: true 4712 5228 4713 5229 '@esbuild/win32-ia32@0.27.2': ··· 4717 5233 optional: true 4718 5234 4719 5235 '@esbuild/win32-x64@0.25.12': 5236 + optional: true 5237 + 5238 + '@esbuild/win32-x64@0.25.4': 4720 5239 optional: true 4721 5240 4722 5241 '@esbuild/win32-x64@0.27.2': ··· 4794 5313 4795 5314 '@img/colour@1.0.0': {} 4796 5315 5316 + '@img/sharp-darwin-arm64@0.33.5': 5317 + optionalDependencies: 5318 + '@img/sharp-libvips-darwin-arm64': 1.0.4 5319 + optional: true 5320 + 4797 5321 '@img/sharp-darwin-arm64@0.34.5': 4798 5322 optionalDependencies: 4799 5323 '@img/sharp-libvips-darwin-arm64': 1.2.4 4800 5324 optional: true 4801 5325 5326 + '@img/sharp-darwin-x64@0.33.5': 5327 + optionalDependencies: 5328 + '@img/sharp-libvips-darwin-x64': 1.0.4 5329 + optional: true 5330 + 4802 5331 '@img/sharp-darwin-x64@0.34.5': 4803 5332 optionalDependencies: 4804 5333 '@img/sharp-libvips-darwin-x64': 1.2.4 5334 + optional: true 5335 + 5336 + '@img/sharp-libvips-darwin-arm64@1.0.4': 4805 5337 optional: true 4806 5338 4807 5339 '@img/sharp-libvips-darwin-arm64@1.2.4': 4808 5340 optional: true 4809 5341 5342 + '@img/sharp-libvips-darwin-x64@1.0.4': 5343 + optional: true 5344 + 4810 5345 '@img/sharp-libvips-darwin-x64@1.2.4': 5346 + optional: true 5347 + 5348 + '@img/sharp-libvips-linux-arm64@1.0.4': 4811 5349 optional: true 4812 5350 4813 5351 '@img/sharp-libvips-linux-arm64@1.2.4': 4814 5352 optional: true 4815 5353 5354 + '@img/sharp-libvips-linux-arm@1.0.5': 5355 + optional: true 5356 + 4816 5357 '@img/sharp-libvips-linux-arm@1.2.4': 4817 5358 optional: true 4818 5359 ··· 4820 5361 optional: true 4821 5362 4822 5363 '@img/sharp-libvips-linux-riscv64@1.2.4': 5364 + optional: true 5365 + 5366 + '@img/sharp-libvips-linux-s390x@1.0.4': 4823 5367 optional: true 4824 5368 4825 5369 '@img/sharp-libvips-linux-s390x@1.2.4': 4826 5370 optional: true 4827 5371 5372 + '@img/sharp-libvips-linux-x64@1.0.4': 5373 + optional: true 5374 + 4828 5375 '@img/sharp-libvips-linux-x64@1.2.4': 5376 + optional: true 5377 + 5378 + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 4829 5379 optional: true 4830 5380 4831 5381 '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 4832 5382 optional: true 4833 5383 5384 + '@img/sharp-libvips-linuxmusl-x64@1.0.4': 5385 + optional: true 5386 + 4834 5387 '@img/sharp-libvips-linuxmusl-x64@1.2.4': 4835 5388 optional: true 4836 5389 5390 + '@img/sharp-linux-arm64@0.33.5': 5391 + optionalDependencies: 5392 + '@img/sharp-libvips-linux-arm64': 1.0.4 5393 + optional: true 5394 + 4837 5395 '@img/sharp-linux-arm64@0.34.5': 4838 5396 optionalDependencies: 4839 5397 '@img/sharp-libvips-linux-arm64': 1.2.4 5398 + optional: true 5399 + 5400 + '@img/sharp-linux-arm@0.33.5': 5401 + optionalDependencies: 5402 + '@img/sharp-libvips-linux-arm': 1.0.5 4840 5403 optional: true 4841 5404 4842 5405 '@img/sharp-linux-arm@0.34.5': ··· 4854 5417 '@img/sharp-libvips-linux-riscv64': 1.2.4 4855 5418 optional: true 4856 5419 5420 + '@img/sharp-linux-s390x@0.33.5': 5421 + optionalDependencies: 5422 + '@img/sharp-libvips-linux-s390x': 1.0.4 5423 + optional: true 5424 + 4857 5425 '@img/sharp-linux-s390x@0.34.5': 4858 5426 optionalDependencies: 4859 5427 '@img/sharp-libvips-linux-s390x': 1.2.4 4860 5428 optional: true 4861 5429 5430 + '@img/sharp-linux-x64@0.33.5': 5431 + optionalDependencies: 5432 + '@img/sharp-libvips-linux-x64': 1.0.4 5433 + optional: true 5434 + 4862 5435 '@img/sharp-linux-x64@0.34.5': 4863 5436 optionalDependencies: 4864 5437 '@img/sharp-libvips-linux-x64': 1.2.4 4865 5438 optional: true 4866 5439 5440 + '@img/sharp-linuxmusl-arm64@0.33.5': 5441 + optionalDependencies: 5442 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 5443 + optional: true 5444 + 4867 5445 '@img/sharp-linuxmusl-arm64@0.34.5': 4868 5446 optionalDependencies: 4869 5447 '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 5448 + optional: true 5449 + 5450 + '@img/sharp-linuxmusl-x64@0.33.5': 5451 + optionalDependencies: 5452 + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 4870 5453 optional: true 4871 5454 4872 5455 '@img/sharp-linuxmusl-x64@0.34.5': ··· 4874 5457 '@img/sharp-libvips-linuxmusl-x64': 1.2.4 4875 5458 optional: true 4876 5459 5460 + '@img/sharp-wasm32@0.33.5': 5461 + dependencies: 5462 + '@emnapi/runtime': 1.8.1 5463 + optional: true 5464 + 4877 5465 '@img/sharp-wasm32@0.34.5': 4878 5466 dependencies: 4879 5467 '@emnapi/runtime': 1.8.1 ··· 4882 5470 '@img/sharp-win32-arm64@0.34.5': 4883 5471 optional: true 4884 5472 5473 + '@img/sharp-win32-ia32@0.33.5': 5474 + optional: true 5475 + 4885 5476 '@img/sharp-win32-ia32@0.34.5': 5477 + optional: true 5478 + 5479 + '@img/sharp-win32-x64@0.33.5': 4886 5480 optional: true 4887 5481 4888 5482 '@img/sharp-win32-x64@0.34.5': ··· 4903 5497 dependencies: 4904 5498 minipass: 7.1.2 4905 5499 5500 + '@jridgewell/resolve-uri@3.1.2': {} 5501 + 4906 5502 '@jridgewell/sourcemap-codec@1.5.5': {} 5503 + 5504 + '@jridgewell/trace-mapping@0.3.9': 5505 + dependencies: 5506 + '@jridgewell/resolve-uri': 3.1.2 5507 + '@jridgewell/sourcemap-codec': 1.5.5 4907 5508 4908 5509 '@mapbox/node-pre-gyp@2.0.3': 4909 5510 dependencies: ··· 5470 6071 deepmerge-ts: 7.1.5 5471 6072 fast-glob: 3.3.3 5472 6073 6074 + '@poppinss/colors@4.1.6': 6075 + dependencies: 6076 + kleur: 4.1.5 6077 + 6078 + '@poppinss/dumper@0.6.5': 6079 + dependencies: 6080 + '@poppinss/colors': 4.1.6 6081 + '@sindresorhus/is': 7.2.0 6082 + supports-color: 10.2.2 6083 + 6084 + '@poppinss/exception@1.2.3': {} 6085 + 5473 6086 '@rollup/pluginutils@5.3.0(rollup@4.59.0)': 5474 6087 dependencies: 5475 6088 '@types/estree': 1.0.8 ··· 5586 6199 5587 6200 '@shikijs/vscode-textmate@10.0.2': {} 5588 6201 6202 + '@sindresorhus/is@7.2.0': {} 6203 + 5589 6204 '@so-ric/colorspace@1.1.6': 5590 6205 dependencies: 5591 6206 color: 5.0.3 5592 6207 text-hex: 1.0.0 6208 + 6209 + '@speed-highlight/core@1.2.14': {} 5593 6210 5594 6211 '@types/debug@4.1.12': 5595 6212 dependencies: ··· 5664 6281 '@types/node': 25.0.9 5665 6282 optional: true 5666 6283 5667 - '@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5668 - dependencies: 5669 - '@eslint-community/regexpp': 4.12.2 5670 - '@typescript-eslint/parser': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5671 - '@typescript-eslint/scope-manager': 8.55.0 5672 - '@typescript-eslint/type-utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5673 - '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5674 - '@typescript-eslint/visitor-keys': 8.55.0 5675 - eslint: 9.39.2(jiti@2.6.1) 5676 - ignore: 7.0.5 5677 - natural-compare: 1.4.0 5678 - ts-api-utils: 2.4.0(typescript@5.9.3) 5679 - typescript: 5.9.3 5680 - transitivePeerDependencies: 5681 - - supports-color 5682 - 5683 6284 '@typescript-eslint/eslint-plugin@8.56.0(@typescript-eslint/parser@8.56.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5684 6285 dependencies: 5685 6286 '@eslint-community/regexpp': 4.12.2 ··· 5696 6297 transitivePeerDependencies: 5697 6298 - supports-color 5698 6299 5699 - '@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5700 - dependencies: 5701 - '@typescript-eslint/scope-manager': 8.55.0 5702 - '@typescript-eslint/types': 8.55.0 5703 - '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3) 5704 - '@typescript-eslint/visitor-keys': 8.55.0 5705 - debug: 4.4.3 5706 - eslint: 9.39.2(jiti@2.6.1) 5707 - typescript: 5.9.3 5708 - transitivePeerDependencies: 5709 - - supports-color 5710 - 5711 6300 '@typescript-eslint/parser@8.56.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5712 6301 dependencies: 5713 6302 '@typescript-eslint/scope-manager': 8.56.0 ··· 5720 6309 transitivePeerDependencies: 5721 6310 - supports-color 5722 6311 5723 - '@typescript-eslint/project-service@8.55.0(typescript@5.9.3)': 5724 - dependencies: 5725 - '@typescript-eslint/tsconfig-utils': 8.55.0(typescript@5.9.3) 5726 - '@typescript-eslint/types': 8.55.0 5727 - debug: 4.4.3 5728 - typescript: 5.9.3 5729 - transitivePeerDependencies: 5730 - - supports-color 5731 - 5732 6312 '@typescript-eslint/project-service@8.56.0(typescript@5.9.3)': 5733 6313 dependencies: 5734 6314 '@typescript-eslint/tsconfig-utils': 8.56.0(typescript@5.9.3) ··· 5738 6318 transitivePeerDependencies: 5739 6319 - supports-color 5740 6320 5741 - '@typescript-eslint/scope-manager@8.55.0': 5742 - dependencies: 5743 - '@typescript-eslint/types': 8.55.0 5744 - '@typescript-eslint/visitor-keys': 8.55.0 5745 - 5746 6321 '@typescript-eslint/scope-manager@8.56.0': 5747 6322 dependencies: 5748 6323 '@typescript-eslint/types': 8.56.0 5749 6324 '@typescript-eslint/visitor-keys': 8.56.0 5750 6325 5751 - '@typescript-eslint/tsconfig-utils@8.55.0(typescript@5.9.3)': 5752 - dependencies: 5753 - typescript: 5.9.3 5754 - 5755 6326 '@typescript-eslint/tsconfig-utils@8.56.0(typescript@5.9.3)': 5756 6327 dependencies: 5757 6328 typescript: 5.9.3 5758 6329 5759 - '@typescript-eslint/type-utils@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5760 - dependencies: 5761 - '@typescript-eslint/types': 8.55.0 5762 - '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3) 5763 - '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5764 - debug: 4.4.3 5765 - eslint: 9.39.2(jiti@2.6.1) 5766 - ts-api-utils: 2.4.0(typescript@5.9.3) 5767 - typescript: 5.9.3 5768 - transitivePeerDependencies: 5769 - - supports-color 5770 - 5771 6330 '@typescript-eslint/type-utils@8.56.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5772 6331 dependencies: 5773 6332 '@typescript-eslint/types': 8.56.0 ··· 5784 6343 5785 6344 '@typescript-eslint/types@8.56.0': {} 5786 6345 5787 - '@typescript-eslint/typescript-estree@8.55.0(typescript@5.9.3)': 5788 - dependencies: 5789 - '@typescript-eslint/project-service': 8.55.0(typescript@5.9.3) 5790 - '@typescript-eslint/tsconfig-utils': 8.55.0(typescript@5.9.3) 5791 - '@typescript-eslint/types': 8.55.0 5792 - '@typescript-eslint/visitor-keys': 8.55.0 5793 - debug: 4.4.3 5794 - minimatch: 9.0.5 5795 - semver: 7.7.4 5796 - tinyglobby: 0.2.15 5797 - ts-api-utils: 2.4.0(typescript@5.9.3) 5798 - typescript: 5.9.3 5799 - transitivePeerDependencies: 5800 - - supports-color 5801 - 5802 6346 '@typescript-eslint/typescript-estree@8.56.0(typescript@5.9.3)': 5803 6347 dependencies: 5804 6348 '@typescript-eslint/project-service': 8.56.0(typescript@5.9.3) ··· 5814 6358 transitivePeerDependencies: 5815 6359 - supports-color 5816 6360 5817 - '@typescript-eslint/utils@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5818 - dependencies: 5819 - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 5820 - '@typescript-eslint/scope-manager': 8.55.0 5821 - '@typescript-eslint/types': 8.55.0 5822 - '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3) 5823 - eslint: 9.39.2(jiti@2.6.1) 5824 - typescript: 5.9.3 5825 - transitivePeerDependencies: 5826 - - supports-color 5827 - 5828 6361 '@typescript-eslint/utils@8.56.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5829 6362 dependencies: 5830 6363 '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) ··· 5835 6368 typescript: 5.9.3 5836 6369 transitivePeerDependencies: 5837 6370 - supports-color 5838 - 5839 - '@typescript-eslint/visitor-keys@8.55.0': 5840 - dependencies: 5841 - '@typescript-eslint/types': 8.55.0 5842 - eslint-visitor-keys: 4.2.1 5843 6371 5844 6372 '@typescript-eslint/visitor-keys@8.56.0': 5845 6373 dependencies: ··· 5967 6495 dependencies: 5968 6496 acorn: 8.16.0 5969 6497 6498 + acorn-walk@8.3.2: {} 6499 + 6500 + acorn@8.14.0: {} 6501 + 5970 6502 acorn@8.15.0: {} 5971 6503 5972 6504 acorn@8.16.0: {} ··· 6222 6754 dependencies: 6223 6755 file-uri-to-path: 1.0.0 6224 6756 6757 + blake3-wasm@2.1.5: {} 6758 + 6225 6759 boolbase@1.0.0: {} 6226 6760 6227 6761 boxen@8.0.1: ··· 6340 6874 6341 6875 color-name@2.1.0: {} 6342 6876 6877 + color-string@1.9.1: 6878 + dependencies: 6879 + color-name: 1.1.4 6880 + simple-swizzle: 0.2.4 6881 + 6343 6882 color-string@2.1.4: 6344 6883 dependencies: 6345 6884 color-name: 2.1.0 6885 + 6886 + color@4.2.3: 6887 + dependencies: 6888 + color-convert: 2.0.1 6889 + color-string: 1.9.1 6346 6890 6347 6891 color@5.0.3: 6348 6892 dependencies: ··· 6599 7143 6600 7144 env-paths@3.0.0: {} 6601 7145 7146 + error-stack-parser-es@1.0.5: {} 7147 + 6602 7148 es-module-lexer@1.7.0: {} 6603 7149 6604 7150 esast-util-from-estree@2.0.0: ··· 6644 7190 '@esbuild/win32-ia32': 0.25.12 6645 7191 '@esbuild/win32-x64': 0.25.12 6646 7192 7193 + esbuild@0.25.4: 7194 + optionalDependencies: 7195 + '@esbuild/aix-ppc64': 0.25.4 7196 + '@esbuild/android-arm': 0.25.4 7197 + '@esbuild/android-arm64': 0.25.4 7198 + '@esbuild/android-x64': 0.25.4 7199 + '@esbuild/darwin-arm64': 0.25.4 7200 + '@esbuild/darwin-x64': 0.25.4 7201 + '@esbuild/freebsd-arm64': 0.25.4 7202 + '@esbuild/freebsd-x64': 0.25.4 7203 + '@esbuild/linux-arm': 0.25.4 7204 + '@esbuild/linux-arm64': 0.25.4 7205 + '@esbuild/linux-ia32': 0.25.4 7206 + '@esbuild/linux-loong64': 0.25.4 7207 + '@esbuild/linux-mips64el': 0.25.4 7208 + '@esbuild/linux-ppc64': 0.25.4 7209 + '@esbuild/linux-riscv64': 0.25.4 7210 + '@esbuild/linux-s390x': 0.25.4 7211 + '@esbuild/linux-x64': 0.25.4 7212 + '@esbuild/netbsd-arm64': 0.25.4 7213 + '@esbuild/netbsd-x64': 0.25.4 7214 + '@esbuild/openbsd-arm64': 0.25.4 7215 + '@esbuild/openbsd-x64': 0.25.4 7216 + '@esbuild/sunos-x64': 0.25.4 7217 + '@esbuild/win32-arm64': 0.25.4 7218 + '@esbuild/win32-ia32': 0.25.4 7219 + '@esbuild/win32-x64': 0.25.4 7220 + 6647 7221 esbuild@0.27.2: 6648 7222 optionalDependencies: 6649 7223 '@esbuild/aix-ppc64': 0.27.2 ··· 6872 7446 signal-exit: 4.1.0 6873 7447 strip-final-newline: 3.0.0 6874 7448 7449 + exit-hook@2.2.1: {} 7450 + 6875 7451 extend@3.0.2: {} 6876 7452 6877 7453 extract-zip@2.0.1: ··· 7025 7601 glob-parent@6.0.2: 7026 7602 dependencies: 7027 7603 is-glob: 4.0.3 7604 + 7605 + glob-to-regexp@0.4.1: {} 7028 7606 7029 7607 glob@10.5.0: 7030 7608 dependencies: ··· 7325 7903 is-alphabetical: 2.0.1 7326 7904 is-decimal: 2.0.1 7327 7905 7906 + is-arrayish@0.3.4: {} 7907 + 7328 7908 is-core-module@2.16.1: 7329 7909 dependencies: 7330 7910 hasown: 2.0.2 ··· 7450 8030 json-buffer: 3.0.1 7451 8031 7452 8032 kleur@3.0.3: {} 8033 + 8034 + kleur@4.1.5: {} 7453 8035 7454 8036 kuler@2.0.0: {} 7455 8037 ··· 8084 8666 dependencies: 8085 8667 mime-db: 1.54.0 8086 8668 8669 + mime@3.0.0: {} 8670 + 8087 8671 mimic-fn@4.0.0: {} 8088 8672 8673 + miniflare@4.20251118.1: 8674 + dependencies: 8675 + '@cspotcode/source-map-support': 0.8.1 8676 + acorn: 8.14.0 8677 + acorn-walk: 8.3.2 8678 + exit-hook: 2.2.1 8679 + glob-to-regexp: 0.4.1 8680 + sharp: 0.33.5 8681 + stoppable: 1.1.0 8682 + undici: 7.14.0 8683 + workerd: 1.20251118.0 8684 + ws: 8.18.0 8685 + youch: 4.1.0-beta.10 8686 + zod: 3.22.3 8687 + transitivePeerDependencies: 8688 + - bufferutil 8689 + - utf-8-validate 8690 + 8089 8691 minimatch@3.1.2: 8090 8692 dependencies: 8091 8693 brace-expansion: 1.1.12 8092 8694 8093 8695 minimatch@5.1.7: 8094 - dependencies: 8095 - brace-expansion: 2.0.2 8096 - 8097 - minimatch@9.0.5: 8098 8696 dependencies: 8099 8697 brace-expansion: 2.0.2 8100 8698 ··· 8339 8937 dependencies: 8340 8938 lru-cache: 10.4.3 8341 8939 minipass: 7.1.2 8940 + 8941 + path-to-regexp@6.3.0: {} 8342 8942 8343 8943 path-type@6.0.0: {} 8344 8944 ··· 8763 9363 8764 9364 semver@7.7.4: {} 8765 9365 9366 + sharp@0.33.5: 9367 + dependencies: 9368 + color: 4.2.3 9369 + detect-libc: 2.1.2 9370 + semver: 7.7.4 9371 + optionalDependencies: 9372 + '@img/sharp-darwin-arm64': 0.33.5 9373 + '@img/sharp-darwin-x64': 0.33.5 9374 + '@img/sharp-libvips-darwin-arm64': 1.0.4 9375 + '@img/sharp-libvips-darwin-x64': 1.0.4 9376 + '@img/sharp-libvips-linux-arm': 1.0.5 9377 + '@img/sharp-libvips-linux-arm64': 1.0.4 9378 + '@img/sharp-libvips-linux-s390x': 1.0.4 9379 + '@img/sharp-libvips-linux-x64': 1.0.4 9380 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 9381 + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 9382 + '@img/sharp-linux-arm': 0.33.5 9383 + '@img/sharp-linux-arm64': 0.33.5 9384 + '@img/sharp-linux-s390x': 0.33.5 9385 + '@img/sharp-linux-x64': 0.33.5 9386 + '@img/sharp-linuxmusl-arm64': 0.33.5 9387 + '@img/sharp-linuxmusl-x64': 0.33.5 9388 + '@img/sharp-wasm32': 0.33.5 9389 + '@img/sharp-win32-ia32': 0.33.5 9390 + '@img/sharp-win32-x64': 0.33.5 9391 + 8766 9392 sharp@0.34.5: 8767 9393 dependencies: 8768 9394 '@img/colour': 1.0.0 ··· 8813 9439 8814 9440 signal-exit@4.1.0: {} 8815 9441 9442 + simple-swizzle@0.2.4: 9443 + dependencies: 9444 + is-arrayish: 0.3.4 9445 + 8816 9446 sisteransi@1.0.5: {} 8817 9447 8818 9448 sitemap@8.0.2: ··· 8856 9486 stack-trace@0.0.10: {} 8857 9487 8858 9488 std-env@3.10.0: {} 9489 + 9490 + stoppable@1.1.0: {} 8859 9491 8860 9492 stream-replace-string@2.0.0: {} 8861 9493 ··· 8924 9556 suf-log@2.5.3: 8925 9557 dependencies: 8926 9558 s.color: 0.0.15 9559 + 9560 + supports-color@10.2.2: {} 8927 9561 8928 9562 supports-color@7.2.0: 8929 9563 dependencies: ··· 9054 9688 undici-types@7.16.0: 9055 9689 optional: true 9056 9690 9691 + undici@7.14.0: {} 9692 + 9693 + unenv@2.0.0-rc.24: 9694 + dependencies: 9695 + pathe: 2.0.3 9696 + 9057 9697 unicorn-magic@0.1.0: {} 9058 9698 9059 9699 unified@11.0.5: ··· 9241 9881 9242 9882 word-wrap@1.2.5: {} 9243 9883 9884 + workerd@1.20251118.0: 9885 + optionalDependencies: 9886 + '@cloudflare/workerd-darwin-64': 1.20251118.0 9887 + '@cloudflare/workerd-darwin-arm64': 1.20251118.0 9888 + '@cloudflare/workerd-linux-64': 1.20251118.0 9889 + '@cloudflare/workerd-linux-arm64': 1.20251118.0 9890 + '@cloudflare/workerd-windows-64': 1.20251118.0 9891 + 9892 + wrangler@4.50.0(@cloudflare/workers-types@4.20260302.0): 9893 + dependencies: 9894 + '@cloudflare/kv-asset-handler': 0.4.0 9895 + '@cloudflare/unenv-preset': 2.7.11(unenv@2.0.0-rc.24)(workerd@1.20251118.0) 9896 + blake3-wasm: 2.1.5 9897 + esbuild: 0.25.4 9898 + miniflare: 4.20251118.1 9899 + path-to-regexp: 6.3.0 9900 + unenv: 2.0.0-rc.24 9901 + workerd: 1.20251118.0 9902 + optionalDependencies: 9903 + '@cloudflare/workers-types': 4.20260302.0 9904 + fsevents: 2.3.3 9905 + transitivePeerDependencies: 9906 + - bufferutil 9907 + - utf-8-validate 9908 + 9244 9909 wrap-ansi@7.0.0: 9245 9910 dependencies: 9246 9911 ansi-styles: 4.3.0 ··· 9265 9930 dependencies: 9266 9931 imurmurhash: 0.1.4 9267 9932 signal-exit: 4.1.0 9933 + 9934 + ws@8.18.0: {} 9268 9935 9269 9936 xml-js@1.6.11: 9270 9937 dependencies: ··· 9310 9977 9311 9978 yoctocolors@2.1.2: {} 9312 9979 9980 + youch-core@0.3.3: 9981 + dependencies: 9982 + '@poppinss/exception': 1.2.3 9983 + error-stack-parser-es: 1.0.5 9984 + 9985 + youch@4.1.0-beta.10: 9986 + dependencies: 9987 + '@poppinss/colors': 4.1.6 9988 + '@poppinss/dumper': 0.6.5 9989 + '@speed-highlight/core': 1.2.14 9990 + cookie: 1.1.1 9991 + youch-core: 0.3.3 9992 + 9313 9993 zip-stream@6.0.1: 9314 9994 dependencies: 9315 9995 archiver-utils: 5.0.2 ··· 9324 10004 dependencies: 9325 10005 typescript: 5.9.3 9326 10006 zod: 3.25.76 10007 + 10008 + zod@3.22.3: {} 9327 10009 9328 10010 zod@3.25.76: {} 9329 10011
+2
public/.assetsignore
··· 1 + _worker.js 2 + _routes.json
+16
wrangler.jsonc
··· 1 + { 2 + "main": "dist/_worker.js/index.js", 3 + "name": "astro-chiri", 4 + "compatibility_date": "2026-02-23", 5 + "compatibility_flags": [ 6 + "nodejs_compat", 7 + "global_fetch_strictly_public" 8 + ], 9 + "assets": { 10 + "binding": "ASSETS", 11 + "directory": "./dist" 12 + }, 13 + "observability": { 14 + "enabled": true 15 + } 16 + }