[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

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

remove cloudflare plugin

Nate Moore (Jun 6, 2026, 6:09 PM -0500) d0112966 b7dfc9ed

+2 -442
-4
astro.config.mjs
··· 1 1 // @ts-check 2 2 import { defineConfig } from "astro/config"; 3 3 import starlight from "@astrojs/starlight"; 4 - import cloudflare from "@astrojs/cloudflare"; 5 4 import ecTwoSlash from "expressive-code-twoslash"; 6 5 import topics from "starlight-sidebar-topics"; 7 6 ··· 9 8 10 9 // https://astro.build/config 11 10 export default defineConfig({ 12 - adapter: cloudflare({ 13 - imageService: 'compile' 14 - }), 15 11 site: "https://bomb.sh/", 16 12 base: "/docs", 17 13 outDir: "./dist/docs/",
-1
package.json
··· 12 12 "snapshot": "node --experimental-strip-types ./scripts/snapshot.ts" 13 13 }, 14 14 "dependencies": { 15 - "@astrojs/cloudflare": "^12.6.13", 16 15 "@astrojs/starlight": "^0.37.1", 17 16 "@bomb.sh/args": "^0.3.1", 18 17 "@clack/core": "^1.4.0",
+2 -437
pnpm-lock.yaml
··· 8 8 9 9 .: 10 10 dependencies: 11 - '@astrojs/cloudflare': 12 - specifier: ^12.6.13 13 - version: 12.6.13(@types/node@22.19.3)(astro@5.16.6(@types/node@22.19.3)(rollup@4.55.1)(typescript@5.8.2)) 14 11 '@astrojs/starlight': 15 12 specifier: ^0.37.1 16 13 version: 0.37.1(astro@5.16.6(@types/node@22.19.3)(rollup@4.55.1)(typescript@5.8.2)) ··· 62 59 version: 1.0.2 63 60 wrangler: 64 61 specifier: ^4.97.0 65 - version: 4.97.0(@cloudflare/workers-types@4.20260405.1) 62 + version: 4.97.0 66 63 67 64 router: 68 65 devDependencies: ··· 81 78 '@ark/util@0.56.0': 82 79 resolution: {integrity: sha512-BghfRC8b9pNs3vBoDJhcta0/c1J1rsoS1+HgVUreMFPdhz/CRAKReAu57YEllNaSy98rWAdY1gE+gFup7OXpgA==} 83 80 84 - '@astrojs/cloudflare@12.6.13': 85 - resolution: {integrity: sha512-oKaCyiovyQr183r9U93787Ju1zwk+rRMgPnLTwCLckHmOUK7sltA1Gp4LSGt8oNMgqQS6jR7uRdfQ/NPul37QA==} 86 - peerDependencies: 87 - astro: ^5.7.0 88 - 89 81 '@astrojs/compiler@2.13.0': 90 82 resolution: {integrity: sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==} 91 83 92 84 '@astrojs/internal-helpers@0.7.5': 93 85 resolution: {integrity: sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==} 94 - 95 - '@astrojs/internal-helpers@0.7.6': 96 - resolution: {integrity: sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==} 97 86 98 87 '@astrojs/markdown-remark@6.3.10': 99 88 resolution: {integrity: sha512-kk4HeYR6AcnzC4QV8iSlOfh+N8TZ3MEStxPyenyCtemqn8IpEATBFMTJcfrNW32dgpt6MY3oCkMM/Tv3/I4G3A==} ··· 120 109 resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} 121 110 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 122 111 123 - '@astrojs/underscore-redirects@1.0.0': 124 - resolution: {integrity: sha512-qZxHwVnmb5FXuvRsaIGaqWgnftjCuMY+GSbaVZdBmE4j8AfgPqKPxYp8SUERyJcjpKCEmO4wD6ybuGH8A2kVRQ==} 125 - 126 112 '@babel/helper-string-parser@7.27.1': 127 113 resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 128 114 engines: {node: '>=6.9.0'} ··· 167 153 resolution: {integrity: sha512-jxQYkj8dSIzc0cD6cMMNdOc1UVjqSqu8BZdor5s8cGjW2I8BjODt/kWPVdY+u9zj3ms75Q5qaZgnxUad83+eAg==} 168 154 engines: {node: '>=22.0.0'} 169 155 170 - '@cloudflare/unenv-preset@2.10.0': 171 - resolution: {integrity: sha512-/uII4vLQXhzCAZzEVeYAjFLBNg2nqTJ1JGzd2lRF6ItYe6U2zVoYGfeKpGx/EkBF6euiU+cyBXgMdtJih+nQ6g==} 172 - peerDependencies: 173 - unenv: 2.0.0-rc.24 174 - workerd: ^1.20251221.0 175 - peerDependenciesMeta: 176 - workerd: 177 - optional: true 178 - 179 156 '@cloudflare/unenv-preset@2.16.0': 180 157 resolution: {integrity: sha512-8ovsRpwzPoEqPUzoErAYVv8l3FMZNeBVQfJTvtzP4AgLSRGZISRfuChFxHWUQd3n6cnrwkuTGxT+2cGo8EsyYg==} 181 158 peerDependencies: ··· 194 171 workerd: 195 172 optional: true 196 173 197 - '@cloudflare/workerd-darwin-64@1.20260114.0': 198 - resolution: {integrity: sha512-HNlsRkfNgardCig2P/5bp/dqDECsZ4+NU5XewqArWxMseqt3C5daSuptI620s4pn7Wr0ZKg7jVLH0PDEBkA+aA==} 199 - engines: {node: '>=16'} 200 - cpu: [x64] 201 - os: [darwin] 202 - 203 174 '@cloudflare/workerd-darwin-64@1.20260401.1': 204 175 resolution: {integrity: sha512-ZSmceM70jH6k+/62VkEcmMNzrpr4kSctkX5Lsgqv38KktfhPY/hsh75y1lRoPWS3H3kgMa4p2pUSlidZR1u2hw==} 205 176 engines: {node: '>=16'} ··· 212 183 cpu: [x64] 213 184 os: [darwin] 214 185 215 - '@cloudflare/workerd-darwin-arm64@1.20260114.0': 216 - resolution: {integrity: sha512-qyE1UdFnAlxzb+uCfN/d9c8icch7XRiH49/DjoqEa+bCDihTuRS7GL1RmhVIqHJhb3pX3DzxmKgQZBDBL83Inw==} 217 - engines: {node: '>=16'} 218 - cpu: [arm64] 219 - os: [darwin] 220 - 221 186 '@cloudflare/workerd-darwin-arm64@1.20260401.1': 222 187 resolution: {integrity: sha512-7UKWF+IUZ3NXMVPsDg8Cjg0r58b+uYlfvs5Yt8bvtU+geCtW4P2MxRHmRSEo8SryckXOJjb/b8tcncgCykFu8g==} 223 188 engines: {node: '>=16'} ··· 230 195 cpu: [arm64] 231 196 os: [darwin] 232 197 233 - '@cloudflare/workerd-linux-64@1.20260114.0': 234 - resolution: {integrity: sha512-Z0BLvAj/JPOabzads2ddDEfgExWTlD22pnwsuNbPwZAGTSZeQa3Y47eGUWyHk+rSGngknk++S7zHTGbKuG7RRg==} 235 - engines: {node: '>=16'} 236 - cpu: [x64] 237 - os: [linux] 238 - 239 198 '@cloudflare/workerd-linux-64@1.20260401.1': 240 199 resolution: {integrity: sha512-MDWUH/0bvL/l9aauN8zEddyYOXId1OueqrUCXXENNJ95R/lSmF6OgGVuXaYhoIhxQkNiEJ/0NOlnVYj9mJq4dw==} 241 200 engines: {node: '>=16'} ··· 246 205 resolution: {integrity: sha512-n/9hDz7fPGpYF0J684+Xr5zgjcS2jdmY2Of5m6e+eQ/M9+RfR+UaU8Ee/tkA1dDC0LYQB13hfPafZG66Ff1CsA==} 247 206 engines: {node: '>=16'} 248 207 cpu: [x64] 249 - os: [linux] 250 - 251 - '@cloudflare/workerd-linux-arm64@1.20260114.0': 252 - resolution: {integrity: sha512-kPUmEtUxUWlr9PQ64kuhdK0qyo8idPe5IIXUgi7xCD7mDd6EOe5J7ugDpbfvfbYKEjx4DpLvN2t45izyI/Sodw==} 253 - engines: {node: '>=16'} 254 - cpu: [arm64] 255 208 os: [linux] 256 209 257 210 '@cloudflare/workerd-linux-arm64@1.20260401.1': ··· 265 218 engines: {node: '>=16'} 266 219 cpu: [arm64] 267 220 os: [linux] 268 - 269 - '@cloudflare/workerd-windows-64@1.20260114.0': 270 - resolution: {integrity: sha512-MJnKgm6i1jZGyt2ZHQYCnRlpFTEZcK2rv9y7asS3KdVEXaDgGF8kOns5u6YL6/+eMogfZuHRjfDS+UqRTUYIFA==} 271 - engines: {node: '>=16'} 272 - cpu: [x64] 273 - os: [win32] 274 221 275 222 '@cloudflare/workerd-windows-64@1.20260401.1': 276 223 resolution: {integrity: sha512-HBLzcQF5iF4Qv20tQ++pG7xs3OsCnaIbc+GAi6fmhUKZhvmzvml/jwrQzLJ+MPm0cQo41K5OO/U3T4S8tvJetQ==} ··· 304 251 cpu: [ppc64] 305 252 os: [aix] 306 253 307 - '@esbuild/aix-ppc64@0.27.0': 308 - resolution: {integrity: sha512-KuZrd2hRjz01y5JK9mEBSD3Vj3mbCvemhT466rSuJYeE/hjuBrHfjjcjMdTm/sz7au+++sdbJZJmuBwQLuw68A==} 309 - engines: {node: '>=18'} 310 - cpu: [ppc64] 311 - os: [aix] 312 - 313 254 '@esbuild/aix-ppc64@0.27.3': 314 255 resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==} 315 256 engines: {node: '>=18'} ··· 322 263 cpu: [arm64] 323 264 os: [android] 324 265 325 - '@esbuild/android-arm64@0.27.0': 326 - resolution: {integrity: sha512-CC3vt4+1xZrs97/PKDkl0yN7w8edvU2vZvAFGD16n9F0Cvniy5qvzRXjfO1l94efczkkQE6g1x0i73Qf5uthOQ==} 327 - engines: {node: '>=18'} 328 - cpu: [arm64] 329 - os: [android] 330 - 331 266 '@esbuild/android-arm64@0.27.3': 332 267 resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==} 333 268 engines: {node: '>=18'} ··· 340 275 cpu: [arm] 341 276 os: [android] 342 277 343 - '@esbuild/android-arm@0.27.0': 344 - resolution: {integrity: sha512-j67aezrPNYWJEOHUNLPj9maeJte7uSMM6gMoxfPC9hOg8N02JuQi/T7ewumf4tNvJadFkvLZMlAq73b9uwdMyQ==} 345 - engines: {node: '>=18'} 346 - cpu: [arm] 347 - os: [android] 348 - 349 278 '@esbuild/android-arm@0.27.3': 350 279 resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==} 351 280 engines: {node: '>=18'} ··· 358 287 cpu: [x64] 359 288 os: [android] 360 289 361 - '@esbuild/android-x64@0.27.0': 362 - resolution: {integrity: sha512-wurMkF1nmQajBO1+0CJmcN17U4BP6GqNSROP8t0X/Jiw2ltYGLHpEksp9MpoBqkrFR3kv2/te6Sha26k3+yZ9Q==} 363 - engines: {node: '>=18'} 364 - cpu: [x64] 365 - os: [android] 366 - 367 290 '@esbuild/android-x64@0.27.3': 368 291 resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==} 369 292 engines: {node: '>=18'} ··· 376 299 cpu: [arm64] 377 300 os: [darwin] 378 301 379 - '@esbuild/darwin-arm64@0.27.0': 380 - resolution: {integrity: sha512-uJOQKYCcHhg07DL7i8MzjvS2LaP7W7Pn/7uA0B5S1EnqAirJtbyw4yC5jQ5qcFjHK9l6o/MX9QisBg12kNkdHg==} 381 - engines: {node: '>=18'} 382 - cpu: [arm64] 383 - os: [darwin] 384 - 385 302 '@esbuild/darwin-arm64@0.27.3': 386 303 resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==} 387 304 engines: {node: '>=18'} ··· 394 311 cpu: [x64] 395 312 os: [darwin] 396 313 397 - '@esbuild/darwin-x64@0.27.0': 398 - resolution: {integrity: sha512-8mG6arH3yB/4ZXiEnXof5MK72dE6zM9cDvUcPtxhUZsDjESl9JipZYW60C3JGreKCEP+p8P/72r69m4AZGJd5g==} 399 - engines: {node: '>=18'} 400 - cpu: [x64] 401 - os: [darwin] 402 - 403 314 '@esbuild/darwin-x64@0.27.3': 404 315 resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==} 405 316 engines: {node: '>=18'} ··· 408 319 409 320 '@esbuild/freebsd-arm64@0.25.12': 410 321 resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} 411 - engines: {node: '>=18'} 412 - cpu: [arm64] 413 - os: [freebsd] 414 - 415 - '@esbuild/freebsd-arm64@0.27.0': 416 - resolution: {integrity: sha512-9FHtyO988CwNMMOE3YIeci+UV+x5Zy8fI2qHNpsEtSF83YPBmE8UWmfYAQg6Ux7Gsmd4FejZqnEUZCMGaNQHQw==} 417 322 engines: {node: '>=18'} 418 323 cpu: [arm64] 419 324 os: [freebsd] ··· 430 335 cpu: [x64] 431 336 os: [freebsd] 432 337 433 - '@esbuild/freebsd-x64@0.27.0': 434 - resolution: {integrity: sha512-zCMeMXI4HS/tXvJz8vWGexpZj2YVtRAihHLk1imZj4efx1BQzN76YFeKqlDr3bUWI26wHwLWPd3rwh6pe4EV7g==} 435 - engines: {node: '>=18'} 436 - cpu: [x64] 437 - os: [freebsd] 438 - 439 338 '@esbuild/freebsd-x64@0.27.3': 440 339 resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==} 441 340 engines: {node: '>=18'} ··· 448 347 cpu: [arm64] 449 348 os: [linux] 450 349 451 - '@esbuild/linux-arm64@0.27.0': 452 - resolution: {integrity: sha512-AS18v0V+vZiLJyi/4LphvBE+OIX682Pu7ZYNsdUHyUKSoRwdnOsMf6FDekwoAFKej14WAkOef3zAORJgAtXnlQ==} 453 - engines: {node: '>=18'} 454 - cpu: [arm64] 455 - os: [linux] 456 - 457 350 '@esbuild/linux-arm64@0.27.3': 458 351 resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==} 459 352 engines: {node: '>=18'} ··· 466 359 cpu: [arm] 467 360 os: [linux] 468 361 469 - '@esbuild/linux-arm@0.27.0': 470 - resolution: {integrity: sha512-t76XLQDpxgmq2cNXKTVEB7O7YMb42atj2Re2Haf45HkaUpjM2J0UuJZDuaGbPbamzZ7bawyGFUkodL+zcE+jvQ==} 471 - engines: {node: '>=18'} 472 - cpu: [arm] 473 - os: [linux] 474 - 475 362 '@esbuild/linux-arm@0.27.3': 476 363 resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==} 477 364 engines: {node: '>=18'} ··· 484 371 cpu: [ia32] 485 372 os: [linux] 486 373 487 - '@esbuild/linux-ia32@0.27.0': 488 - resolution: {integrity: sha512-Mz1jxqm/kfgKkc/KLHC5qIujMvnnarD9ra1cEcrs7qshTUSksPihGrWHVG5+osAIQ68577Zpww7SGapmzSt4Nw==} 489 - engines: {node: '>=18'} 490 - cpu: [ia32] 491 - os: [linux] 492 - 493 374 '@esbuild/linux-ia32@0.27.3': 494 375 resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==} 495 376 engines: {node: '>=18'} ··· 502 383 cpu: [loong64] 503 384 os: [linux] 504 385 505 - '@esbuild/linux-loong64@0.27.0': 506 - resolution: {integrity: sha512-QbEREjdJeIreIAbdG2hLU1yXm1uu+LTdzoq1KCo4G4pFOLlvIspBm36QrQOar9LFduavoWX2msNFAAAY9j4BDg==} 507 - engines: {node: '>=18'} 508 - cpu: [loong64] 509 - os: [linux] 510 - 511 386 '@esbuild/linux-loong64@0.27.3': 512 387 resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==} 513 388 engines: {node: '>=18'} ··· 520 395 cpu: [mips64el] 521 396 os: [linux] 522 397 523 - '@esbuild/linux-mips64el@0.27.0': 524 - resolution: {integrity: sha512-sJz3zRNe4tO2wxvDpH/HYJilb6+2YJxo/ZNbVdtFiKDufzWq4JmKAiHy9iGoLjAV7r/W32VgaHGkk35cUXlNOg==} 525 - engines: {node: '>=18'} 526 - cpu: [mips64el] 527 - os: [linux] 528 - 529 398 '@esbuild/linux-mips64el@0.27.3': 530 399 resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==} 531 400 engines: {node: '>=18'} ··· 538 407 cpu: [ppc64] 539 408 os: [linux] 540 409 541 - '@esbuild/linux-ppc64@0.27.0': 542 - resolution: {integrity: sha512-z9N10FBD0DCS2dmSABDBb5TLAyF1/ydVb+N4pi88T45efQ/w4ohr/F/QYCkxDPnkhkp6AIpIcQKQ8F0ANoA2JA==} 543 - engines: {node: '>=18'} 544 - cpu: [ppc64] 545 - os: [linux] 546 - 547 410 '@esbuild/linux-ppc64@0.27.3': 548 411 resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==} 549 412 engines: {node: '>=18'} ··· 556 419 cpu: [riscv64] 557 420 os: [linux] 558 421 559 - '@esbuild/linux-riscv64@0.27.0': 560 - resolution: {integrity: sha512-pQdyAIZ0BWIC5GyvVFn5awDiO14TkT/19FTmFcPdDec94KJ1uZcmFs21Fo8auMXzD4Tt+diXu1LW1gHus9fhFQ==} 561 - engines: {node: '>=18'} 562 - cpu: [riscv64] 563 - os: [linux] 564 - 565 422 '@esbuild/linux-riscv64@0.27.3': 566 423 resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==} 567 424 engines: {node: '>=18'} ··· 574 431 cpu: [s390x] 575 432 os: [linux] 576 433 577 - '@esbuild/linux-s390x@0.27.0': 578 - resolution: {integrity: sha512-hPlRWR4eIDDEci953RI1BLZitgi5uqcsjKMxwYfmi4LcwyWo2IcRP+lThVnKjNtk90pLS8nKdroXYOqW+QQH+w==} 579 - engines: {node: '>=18'} 580 - cpu: [s390x] 581 - os: [linux] 582 - 583 434 '@esbuild/linux-s390x@0.27.3': 584 435 resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==} 585 436 engines: {node: '>=18'} ··· 592 443 cpu: [x64] 593 444 os: [linux] 594 445 595 - '@esbuild/linux-x64@0.27.0': 596 - resolution: {integrity: sha512-1hBWx4OUJE2cab++aVZ7pObD6s+DK4mPGpemtnAORBvb5l/g5xFGk0vc0PjSkrDs0XaXj9yyob3d14XqvnQ4gw==} 597 - engines: {node: '>=18'} 598 - cpu: [x64] 599 - os: [linux] 600 - 601 446 '@esbuild/linux-x64@0.27.3': 602 447 resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==} 603 448 engines: {node: '>=18'} ··· 610 455 cpu: [arm64] 611 456 os: [netbsd] 612 457 613 - '@esbuild/netbsd-arm64@0.27.0': 614 - resolution: {integrity: sha512-6m0sfQfxfQfy1qRuecMkJlf1cIzTOgyaeXaiVaaki8/v+WB+U4hc6ik15ZW6TAllRlg/WuQXxWj1jx6C+dfy3w==} 615 - engines: {node: '>=18'} 616 - cpu: [arm64] 617 - os: [netbsd] 618 - 619 458 '@esbuild/netbsd-arm64@0.27.3': 620 459 resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==} 621 460 engines: {node: '>=18'} ··· 628 467 cpu: [x64] 629 468 os: [netbsd] 630 469 631 - '@esbuild/netbsd-x64@0.27.0': 632 - resolution: {integrity: sha512-xbbOdfn06FtcJ9d0ShxxvSn2iUsGd/lgPIO2V3VZIPDbEaIj1/3nBBe1AwuEZKXVXkMmpr6LUAgMkLD/4D2PPA==} 633 - engines: {node: '>=18'} 634 - cpu: [x64] 635 - os: [netbsd] 636 - 637 470 '@esbuild/netbsd-x64@0.27.3': 638 471 resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==} 639 472 engines: {node: '>=18'} ··· 646 479 cpu: [arm64] 647 480 os: [openbsd] 648 481 649 - '@esbuild/openbsd-arm64@0.27.0': 650 - resolution: {integrity: sha512-fWgqR8uNbCQ/GGv0yhzttj6sU/9Z5/Sv/VGU3F5OuXK6J6SlriONKrQ7tNlwBrJZXRYk5jUhuWvF7GYzGguBZQ==} 651 - engines: {node: '>=18'} 652 - cpu: [arm64] 653 - os: [openbsd] 654 - 655 482 '@esbuild/openbsd-arm64@0.27.3': 656 483 resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==} 657 484 engines: {node: '>=18'} ··· 664 491 cpu: [x64] 665 492 os: [openbsd] 666 493 667 - '@esbuild/openbsd-x64@0.27.0': 668 - resolution: {integrity: sha512-aCwlRdSNMNxkGGqQajMUza6uXzR/U0dIl1QmLjPtRbLOx3Gy3otfFu/VjATy4yQzo9yFDGTxYDo1FfAD9oRD2A==} 669 - engines: {node: '>=18'} 670 - cpu: [x64] 671 - os: [openbsd] 672 - 673 494 '@esbuild/openbsd-x64@0.27.3': 674 495 resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==} 675 496 engines: {node: '>=18'} ··· 682 503 cpu: [arm64] 683 504 os: [openharmony] 684 505 685 - '@esbuild/openharmony-arm64@0.27.0': 686 - resolution: {integrity: sha512-nyvsBccxNAsNYz2jVFYwEGuRRomqZ149A39SHWk4hV0jWxKM0hjBPm3AmdxcbHiFLbBSwG6SbpIcUbXjgyECfA==} 687 - engines: {node: '>=18'} 688 - cpu: [arm64] 689 - os: [openharmony] 690 - 691 506 '@esbuild/openharmony-arm64@0.27.3': 692 507 resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==} 693 508 engines: {node: '>=18'} ··· 696 511 697 512 '@esbuild/sunos-x64@0.25.12': 698 513 resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} 699 - engines: {node: '>=18'} 700 - cpu: [x64] 701 - os: [sunos] 702 - 703 - '@esbuild/sunos-x64@0.27.0': 704 - resolution: {integrity: sha512-Q1KY1iJafM+UX6CFEL+F4HRTgygmEW568YMqDA5UV97AuZSm21b7SXIrRJDwXWPzr8MGr75fUZPV67FdtMHlHA==} 705 514 engines: {node: '>=18'} 706 515 cpu: [x64] 707 516 os: [sunos] ··· 714 523 715 524 '@esbuild/win32-arm64@0.25.12': 716 525 resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} 717 - engines: {node: '>=18'} 718 - cpu: [arm64] 719 - os: [win32] 720 - 721 - '@esbuild/win32-arm64@0.27.0': 722 - resolution: {integrity: sha512-W1eyGNi6d+8kOmZIwi/EDjrL9nxQIQ0MiGqe/AWc6+IaHloxHSGoeRgDRKHFISThLmsewZ5nHFvGFWdBYlgKPg==} 723 526 engines: {node: '>=18'} 724 527 cpu: [arm64] 725 528 os: [win32] ··· 736 539 cpu: [ia32] 737 540 os: [win32] 738 541 739 - '@esbuild/win32-ia32@0.27.0': 740 - resolution: {integrity: sha512-30z1aKL9h22kQhilnYkORFYt+3wp7yZsHWus+wSKAJR8JtdfI76LJ4SBdMsCopTR3z/ORqVu5L1vtnHZWVj4cQ==} 741 - engines: {node: '>=18'} 742 - cpu: [ia32] 743 - os: [win32] 744 - 745 542 '@esbuild/win32-ia32@0.27.3': 746 543 resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==} 747 544 engines: {node: '>=18'} ··· 750 547 751 548 '@esbuild/win32-x64@0.25.12': 752 549 resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} 753 - engines: {node: '>=18'} 754 - cpu: [x64] 755 - os: [win32] 756 - 757 - '@esbuild/win32-x64@0.27.0': 758 - resolution: {integrity: sha512-aIitBcjQeyOhMTImhLZmtxfdOcuNRpwlPNmlFKPcHQYPhEssw75Cl1TSXJXpMkzaua9FUetx/4OQKq7eJul5Cg==} 759 550 engines: {node: '>=18'} 760 551 cpu: [x64] 761 552 os: [win32] ··· 1657 1448 engines: {node: '>=18'} 1658 1449 hasBin: true 1659 1450 1660 - esbuild@0.27.0: 1661 - resolution: {integrity: sha512-jd0f4NHbD6cALCyGElNpGAOtWxSq46l9X/sWB0Nzd5er4Kz2YTm+Vl0qKFT9KUJvD8+fiO8AvoHhFvEatfVixA==} 1662 - engines: {node: '>=18'} 1663 - hasBin: true 1664 - 1665 1451 esbuild@0.27.3: 1666 1452 resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} 1667 1453 engines: {node: '>=18'} ··· 2081 1867 micromark@4.0.2: 2082 1868 resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==} 2083 1869 2084 - miniflare@4.20260114.0: 2085 - resolution: {integrity: sha512-QwHT7S6XqGdQxIvql1uirH/7/i3zDEt0B/YBXTYzMfJtVCR4+ue3KPkU+Bl0zMxvpgkvjh9+eCHhJbKEqya70A==} 2086 - engines: {node: '>=18.0.0'} 2087 - hasBin: true 2088 - 2089 1870 miniflare@4.20260401.0: 2090 1871 resolution: {integrity: sha512-lngHPzZFN9sxYG/mhzvnWiBMNVAN5MsO/7g32ttJ07rymtiK/ZBalODTKb8Od+BQdlU5DOR4CjVt9NydjnUyYg==} 2091 1872 engines: {node: '>=18.0.0'} ··· 2460 2241 undici-types@6.21.0: 2461 2242 resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} 2462 2243 2463 - undici@7.14.0: 2464 - resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==} 2465 - engines: {node: '>=20.18.1'} 2466 - 2467 2244 undici@7.24.4: 2468 2245 resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==} 2469 2246 engines: {node: '>=20.18.1'} ··· 2650 2427 resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} 2651 2428 engines: {node: '>=18'} 2652 2429 2653 - workerd@1.20260114.0: 2654 - resolution: {integrity: sha512-kTJ+jNdIllOzWuVA3NRQRvywP0T135zdCjAE2dAUY1BFbxM6fmMZV8BbskEoQ4hAODVQUfZQmyGctcwvVCKxFA==} 2655 - engines: {node: '>=16'} 2656 - hasBin: true 2657 - 2658 2430 workerd@1.20260401.1: 2659 2431 resolution: {integrity: sha512-mUYCd+ohaWJWF5nhDzxugWaAD/DM8Dw0ze3B7bu8JaA7S70+XQJXcvcvwE8C4qGcxSdCyqjsrFzqxKubECDwzg==} 2660 2432 engines: {node: '>=16'} ··· 2664 2436 resolution: {integrity: sha512-Bg4+HF3B8TW0urAv8chiz25HSQ/aJxMBjgheUzu/nB1NQa+CaKGrUPv+Z3bf0np/WxLHYW1kcseVEtzZVPbX4g==} 2665 2437 engines: {node: '>=16'} 2666 2438 hasBin: true 2667 - 2668 - wrangler@4.59.2: 2669 - resolution: {integrity: sha512-Z4xn6jFZTaugcOKz42xvRAYKgkVUERHVbuCJ5+f+gK+R6k12L02unakPGOA0L0ejhUl16dqDjKe4tmL9sedHcw==} 2670 - engines: {node: '>=20.0.0'} 2671 - hasBin: true 2672 - peerDependencies: 2673 - '@cloudflare/workers-types': ^4.20260114.0 2674 - peerDependenciesMeta: 2675 - '@cloudflare/workers-types': 2676 - optional: true 2677 2439 2678 2440 wrangler@4.80.0: 2679 2441 resolution: {integrity: sha512-2ZKF7uPeOZy65BGk3YfvqBCPo/xH1MrAlMmH9mVP+tCNBrTUMnwOHSj1HrZHgR8LttkAqhko0fGz+I4ax1rzyQ==} ··· 2773 2535 2774 2536 '@ark/util@0.56.0': {} 2775 2537 2776 - '@astrojs/cloudflare@12.6.13(@types/node@22.19.3)(astro@5.16.6(@types/node@22.19.3)(rollup@4.55.1)(typescript@5.8.2))': 2777 - dependencies: 2778 - '@astrojs/internal-helpers': 0.7.6 2779 - '@astrojs/underscore-redirects': 1.0.0 2780 - '@cloudflare/workers-types': 4.20260405.1 2781 - astro: 5.16.6(@types/node@22.19.3)(rollup@4.55.1)(typescript@5.8.2) 2782 - tinyglobby: 0.2.15 2783 - vite: 6.4.1(@types/node@22.19.3) 2784 - wrangler: 4.59.2(@cloudflare/workers-types@4.20260405.1) 2785 - transitivePeerDependencies: 2786 - - '@types/node' 2787 - - bufferutil 2788 - - jiti 2789 - - less 2790 - - lightningcss 2791 - - sass 2792 - - sass-embedded 2793 - - stylus 2794 - - sugarss 2795 - - terser 2796 - - tsx 2797 - - utf-8-validate 2798 - - yaml 2799 - 2800 2538 '@astrojs/compiler@2.13.0': {} 2801 2539 2802 2540 '@astrojs/internal-helpers@0.7.5': {} 2803 - 2804 - '@astrojs/internal-helpers@0.7.6': {} 2805 2541 2806 2542 '@astrojs/markdown-remark@6.3.10': 2807 2543 dependencies: ··· 2904 2640 transitivePeerDependencies: 2905 2641 - supports-color 2906 2642 2907 - '@astrojs/underscore-redirects@1.0.0': {} 2908 - 2909 2643 '@babel/helper-string-parser@7.27.1': {} 2910 2644 2911 2645 '@babel/helper-validator-identifier@7.28.5': {} ··· 2943 2677 2944 2678 '@cloudflare/kv-asset-handler@0.5.0': {} 2945 2679 2946 - '@cloudflare/unenv-preset@2.10.0(unenv@2.0.0-rc.24)(workerd@1.20260114.0)': 2947 - dependencies: 2948 - unenv: 2.0.0-rc.24 2949 - optionalDependencies: 2950 - workerd: 1.20260114.0 2951 - 2952 2680 '@cloudflare/unenv-preset@2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1)': 2953 2681 dependencies: 2954 2682 unenv: 2.0.0-rc.24 ··· 2961 2689 optionalDependencies: 2962 2690 workerd: 1.20260601.1 2963 2691 2964 - '@cloudflare/workerd-darwin-64@1.20260114.0': 2965 - optional: true 2966 - 2967 2692 '@cloudflare/workerd-darwin-64@1.20260401.1': 2968 2693 optional: true 2969 2694 2970 2695 '@cloudflare/workerd-darwin-64@1.20260601.1': 2971 2696 optional: true 2972 2697 2973 - '@cloudflare/workerd-darwin-arm64@1.20260114.0': 2974 - optional: true 2975 - 2976 2698 '@cloudflare/workerd-darwin-arm64@1.20260401.1': 2977 2699 optional: true 2978 2700 2979 2701 '@cloudflare/workerd-darwin-arm64@1.20260601.1': 2980 2702 optional: true 2981 2703 2982 - '@cloudflare/workerd-linux-64@1.20260114.0': 2983 - optional: true 2984 - 2985 2704 '@cloudflare/workerd-linux-64@1.20260401.1': 2986 2705 optional: true 2987 2706 2988 2707 '@cloudflare/workerd-linux-64@1.20260601.1': 2989 - optional: true 2990 - 2991 - '@cloudflare/workerd-linux-arm64@1.20260114.0': 2992 2708 optional: true 2993 2709 2994 2710 '@cloudflare/workerd-linux-arm64@1.20260401.1': 2995 2711 optional: true 2996 2712 2997 2713 '@cloudflare/workerd-linux-arm64@1.20260601.1': 2998 - optional: true 2999 - 3000 - '@cloudflare/workerd-windows-64@1.20260114.0': 3001 2714 optional: true 3002 2715 3003 2716 '@cloudflare/workerd-windows-64@1.20260401.1': ··· 3022 2735 '@esbuild/aix-ppc64@0.25.12': 3023 2736 optional: true 3024 2737 3025 - '@esbuild/aix-ppc64@0.27.0': 3026 - optional: true 3027 - 3028 2738 '@esbuild/aix-ppc64@0.27.3': 3029 2739 optional: true 3030 2740 3031 2741 '@esbuild/android-arm64@0.25.12': 3032 2742 optional: true 3033 2743 3034 - '@esbuild/android-arm64@0.27.0': 3035 - optional: true 3036 - 3037 2744 '@esbuild/android-arm64@0.27.3': 3038 2745 optional: true 3039 2746 3040 2747 '@esbuild/android-arm@0.25.12': 3041 2748 optional: true 3042 2749 3043 - '@esbuild/android-arm@0.27.0': 3044 - optional: true 3045 - 3046 2750 '@esbuild/android-arm@0.27.3': 3047 2751 optional: true 3048 2752 3049 2753 '@esbuild/android-x64@0.25.12': 3050 2754 optional: true 3051 2755 3052 - '@esbuild/android-x64@0.27.0': 3053 - optional: true 3054 - 3055 2756 '@esbuild/android-x64@0.27.3': 3056 2757 optional: true 3057 2758 3058 2759 '@esbuild/darwin-arm64@0.25.12': 3059 2760 optional: true 3060 2761 3061 - '@esbuild/darwin-arm64@0.27.0': 3062 - optional: true 3063 - 3064 2762 '@esbuild/darwin-arm64@0.27.3': 3065 2763 optional: true 3066 2764 3067 2765 '@esbuild/darwin-x64@0.25.12': 3068 - optional: true 3069 - 3070 - '@esbuild/darwin-x64@0.27.0': 3071 2766 optional: true 3072 2767 3073 2768 '@esbuild/darwin-x64@0.27.3': 3074 2769 optional: true 3075 2770 3076 2771 '@esbuild/freebsd-arm64@0.25.12': 3077 - optional: true 3078 - 3079 - '@esbuild/freebsd-arm64@0.27.0': 3080 2772 optional: true 3081 2773 3082 2774 '@esbuild/freebsd-arm64@0.27.3': ··· 3085 2777 '@esbuild/freebsd-x64@0.25.12': 3086 2778 optional: true 3087 2779 3088 - '@esbuild/freebsd-x64@0.27.0': 3089 - optional: true 3090 - 3091 2780 '@esbuild/freebsd-x64@0.27.3': 3092 2781 optional: true 3093 2782 3094 2783 '@esbuild/linux-arm64@0.25.12': 3095 2784 optional: true 3096 2785 3097 - '@esbuild/linux-arm64@0.27.0': 3098 - optional: true 3099 - 3100 2786 '@esbuild/linux-arm64@0.27.3': 3101 2787 optional: true 3102 2788 3103 2789 '@esbuild/linux-arm@0.25.12': 3104 2790 optional: true 3105 2791 3106 - '@esbuild/linux-arm@0.27.0': 3107 - optional: true 3108 - 3109 2792 '@esbuild/linux-arm@0.27.3': 3110 2793 optional: true 3111 2794 3112 2795 '@esbuild/linux-ia32@0.25.12': 3113 2796 optional: true 3114 2797 3115 - '@esbuild/linux-ia32@0.27.0': 3116 - optional: true 3117 - 3118 2798 '@esbuild/linux-ia32@0.27.3': 3119 2799 optional: true 3120 2800 3121 2801 '@esbuild/linux-loong64@0.25.12': 3122 2802 optional: true 3123 2803 3124 - '@esbuild/linux-loong64@0.27.0': 3125 - optional: true 3126 - 3127 2804 '@esbuild/linux-loong64@0.27.3': 3128 2805 optional: true 3129 2806 3130 2807 '@esbuild/linux-mips64el@0.25.12': 3131 2808 optional: true 3132 2809 3133 - '@esbuild/linux-mips64el@0.27.0': 3134 - optional: true 3135 - 3136 2810 '@esbuild/linux-mips64el@0.27.3': 3137 2811 optional: true 3138 2812 3139 2813 '@esbuild/linux-ppc64@0.25.12': 3140 2814 optional: true 3141 2815 3142 - '@esbuild/linux-ppc64@0.27.0': 3143 - optional: true 3144 - 3145 2816 '@esbuild/linux-ppc64@0.27.3': 3146 2817 optional: true 3147 2818 3148 2819 '@esbuild/linux-riscv64@0.25.12': 3149 2820 optional: true 3150 2821 3151 - '@esbuild/linux-riscv64@0.27.0': 3152 - optional: true 3153 - 3154 2822 '@esbuild/linux-riscv64@0.27.3': 3155 2823 optional: true 3156 2824 3157 2825 '@esbuild/linux-s390x@0.25.12': 3158 2826 optional: true 3159 2827 3160 - '@esbuild/linux-s390x@0.27.0': 3161 - optional: true 3162 - 3163 2828 '@esbuild/linux-s390x@0.27.3': 3164 2829 optional: true 3165 2830 3166 2831 '@esbuild/linux-x64@0.25.12': 3167 - optional: true 3168 - 3169 - '@esbuild/linux-x64@0.27.0': 3170 2832 optional: true 3171 2833 3172 2834 '@esbuild/linux-x64@0.27.3': ··· 3175 2837 '@esbuild/netbsd-arm64@0.25.12': 3176 2838 optional: true 3177 2839 3178 - '@esbuild/netbsd-arm64@0.27.0': 3179 - optional: true 3180 - 3181 2840 '@esbuild/netbsd-arm64@0.27.3': 3182 2841 optional: true 3183 2842 3184 2843 '@esbuild/netbsd-x64@0.25.12': 3185 2844 optional: true 3186 2845 3187 - '@esbuild/netbsd-x64@0.27.0': 3188 - optional: true 3189 - 3190 2846 '@esbuild/netbsd-x64@0.27.3': 3191 2847 optional: true 3192 2848 3193 2849 '@esbuild/openbsd-arm64@0.25.12': 3194 - optional: true 3195 - 3196 - '@esbuild/openbsd-arm64@0.27.0': 3197 2850 optional: true 3198 2851 3199 2852 '@esbuild/openbsd-arm64@0.27.3': ··· 3202 2855 '@esbuild/openbsd-x64@0.25.12': 3203 2856 optional: true 3204 2857 3205 - '@esbuild/openbsd-x64@0.27.0': 3206 - optional: true 3207 - 3208 2858 '@esbuild/openbsd-x64@0.27.3': 3209 2859 optional: true 3210 2860 3211 2861 '@esbuild/openharmony-arm64@0.25.12': 3212 2862 optional: true 3213 2863 3214 - '@esbuild/openharmony-arm64@0.27.0': 3215 - optional: true 3216 - 3217 2864 '@esbuild/openharmony-arm64@0.27.3': 3218 2865 optional: true 3219 2866 3220 2867 '@esbuild/sunos-x64@0.25.12': 3221 - optional: true 3222 - 3223 - '@esbuild/sunos-x64@0.27.0': 3224 2868 optional: true 3225 2869 3226 2870 '@esbuild/sunos-x64@0.27.3': ··· 3229 2873 '@esbuild/win32-arm64@0.25.12': 3230 2874 optional: true 3231 2875 3232 - '@esbuild/win32-arm64@0.27.0': 3233 - optional: true 3234 - 3235 2876 '@esbuild/win32-arm64@0.27.3': 3236 2877 optional: true 3237 2878 3238 2879 '@esbuild/win32-ia32@0.25.12': 3239 2880 optional: true 3240 2881 3241 - '@esbuild/win32-ia32@0.27.0': 3242 - optional: true 3243 - 3244 2882 '@esbuild/win32-ia32@0.27.3': 3245 2883 optional: true 3246 2884 3247 2885 '@esbuild/win32-x64@0.25.12': 3248 - optional: true 3249 - 3250 - '@esbuild/win32-x64@0.27.0': 3251 2886 optional: true 3252 2887 3253 2888 '@esbuild/win32-x64@0.27.3': ··· 4093 3728 '@esbuild/win32-ia32': 0.25.12 4094 3729 '@esbuild/win32-x64': 0.25.12 4095 3730 4096 - esbuild@0.27.0: 4097 - optionalDependencies: 4098 - '@esbuild/aix-ppc64': 0.27.0 4099 - '@esbuild/android-arm': 0.27.0 4100 - '@esbuild/android-arm64': 0.27.0 4101 - '@esbuild/android-x64': 0.27.0 4102 - '@esbuild/darwin-arm64': 0.27.0 4103 - '@esbuild/darwin-x64': 0.27.0 4104 - '@esbuild/freebsd-arm64': 0.27.0 4105 - '@esbuild/freebsd-x64': 0.27.0 4106 - '@esbuild/linux-arm': 0.27.0 4107 - '@esbuild/linux-arm64': 0.27.0 4108 - '@esbuild/linux-ia32': 0.27.0 4109 - '@esbuild/linux-loong64': 0.27.0 4110 - '@esbuild/linux-mips64el': 0.27.0 4111 - '@esbuild/linux-ppc64': 0.27.0 4112 - '@esbuild/linux-riscv64': 0.27.0 4113 - '@esbuild/linux-s390x': 0.27.0 4114 - '@esbuild/linux-x64': 0.27.0 4115 - '@esbuild/netbsd-arm64': 0.27.0 4116 - '@esbuild/netbsd-x64': 0.27.0 4117 - '@esbuild/openbsd-arm64': 0.27.0 4118 - '@esbuild/openbsd-x64': 0.27.0 4119 - '@esbuild/openharmony-arm64': 0.27.0 4120 - '@esbuild/sunos-x64': 0.27.0 4121 - '@esbuild/win32-arm64': 0.27.0 4122 - '@esbuild/win32-ia32': 0.27.0 4123 - '@esbuild/win32-x64': 0.27.0 4124 - 4125 3731 esbuild@0.27.3: 4126 3732 optionalDependencies: 4127 3733 '@esbuild/aix-ppc64': 0.27.3 ··· 4988 4594 transitivePeerDependencies: 4989 4595 - supports-color 4990 4596 4991 - miniflare@4.20260114.0: 4992 - dependencies: 4993 - '@cspotcode/source-map-support': 0.8.1 4994 - sharp: 0.34.5 4995 - undici: 7.14.0 4996 - workerd: 1.20260114.0 4997 - ws: 8.18.0 4998 - youch: 4.1.0-beta.10 4999 - zod: 3.25.76 5000 - transitivePeerDependencies: 5001 - - bufferutil 5002 - - utf-8-validate 5003 - 5004 4597 miniflare@4.20260401.0: 5005 4598 dependencies: 5006 4599 '@cspotcode/source-map-support': 0.8.1 ··· 5535 5128 5536 5129 undici-types@6.21.0: {} 5537 5130 5538 - undici@7.14.0: {} 5539 - 5540 5131 undici@7.24.4: {} 5541 5132 5542 5133 undici@7.24.8: {} ··· 5669 5260 dependencies: 5670 5261 string-width: 7.2.0 5671 5262 5672 - workerd@1.20260114.0: 5673 - optionalDependencies: 5674 - '@cloudflare/workerd-darwin-64': 1.20260114.0 5675 - '@cloudflare/workerd-darwin-arm64': 1.20260114.0 5676 - '@cloudflare/workerd-linux-64': 1.20260114.0 5677 - '@cloudflare/workerd-linux-arm64': 1.20260114.0 5678 - '@cloudflare/workerd-windows-64': 1.20260114.0 5679 - 5680 5263 workerd@1.20260401.1: 5681 5264 optionalDependencies: 5682 5265 '@cloudflare/workerd-darwin-64': 1.20260401.1 ··· 5693 5276 '@cloudflare/workerd-linux-arm64': 1.20260601.1 5694 5277 '@cloudflare/workerd-windows-64': 1.20260601.1 5695 5278 5696 - wrangler@4.59.2(@cloudflare/workers-types@4.20260405.1): 5697 - dependencies: 5698 - '@cloudflare/kv-asset-handler': 0.4.2 5699 - '@cloudflare/unenv-preset': 2.10.0(unenv@2.0.0-rc.24)(workerd@1.20260114.0) 5700 - blake3-wasm: 2.1.5 5701 - esbuild: 0.27.0 5702 - miniflare: 4.20260114.0 5703 - path-to-regexp: 6.3.0 5704 - unenv: 2.0.0-rc.24 5705 - workerd: 1.20260114.0 5706 - optionalDependencies: 5707 - '@cloudflare/workers-types': 4.20260405.1 5708 - fsevents: 2.3.3 5709 - transitivePeerDependencies: 5710 - - bufferutil 5711 - - utf-8-validate 5712 - 5713 5279 wrangler@4.80.0(@cloudflare/workers-types@4.20260405.1): 5714 5280 dependencies: 5715 5281 '@cloudflare/kv-asset-handler': 0.4.2 ··· 5727 5293 - bufferutil 5728 5294 - utf-8-validate 5729 5295 5730 - wrangler@4.97.0(@cloudflare/workers-types@4.20260405.1): 5296 + wrangler@4.97.0: 5731 5297 dependencies: 5732 5298 '@cloudflare/kv-asset-handler': 0.5.0 5733 5299 '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260601.1) ··· 5738 5304 unenv: 2.0.0-rc.24 5739 5305 workerd: 1.20260601.1 5740 5306 optionalDependencies: 5741 - '@cloudflare/workers-types': 4.20260405.1 5742 5307 fsevents: 2.3.3 5743 5308 transitivePeerDependencies: 5744 5309 - bufferutil