Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

chore: bump deps

aria 06957760 1a23cddd

+667 -595
+44 -38
astro.config.mjs
··· 3 3 import { remarkModifiedTime } from "./remark-modified-time.mjs"; 4 4 5 5 import preact from "@astrojs/preact"; 6 - import tailwind from "@astrojs/tailwind"; 7 - import node from "@astrojs/node"; 6 + import tailwindcss from "@tailwindcss/vite"; 7 + import tailwind from "@tailwindcss/vite"; 8 + // import node from "@astrojs/node"; 8 9 9 10 import icon from "astro-icon"; 10 11 ··· 12 13 13 14 // https://astro.build/config 14 15 export default defineConfig({ 15 - output: process.env.DOCKER_BUILD ? "server" : "static", 16 - site: "https://aria.coffee", 17 - integrations: [preact(), tailwind(), icon(), mdx()], 16 + output: process.env.DOCKER_BUILD ? "server" : "static", 17 + site: "https://aria.coffee", 18 + integrations: [preact(), tailwind(), icon(), mdx()], 18 19 19 - image: { 20 - domains: [ 21 - "buymymojo.net", 22 - "aria.coffee", 23 - "github.com", 24 - "githubusercontent.com", 25 - "avatars.githubusercontent.com", 26 - "camo.githubusercontent.com", 27 - "user-images.githubusercontent.com", 28 - "private-user-images.githubusercontent.com", 29 - "alyxia.dev", 30 - "nanoshinono.me", 31 - "ata.moe", 32 - "buh.moe", 33 - "hayden.moe", 34 - "onz.ee", 35 - "notnite.com", 36 - "erisdump.neocities.org", 37 - "espi.me", 38 - "alula.me", 39 - "sapphic.moe", 40 - "calayucu.com", 41 - "meow-d.github.io", 42 - "girlthi.ng", 43 - "lenooby09.tech", 44 - "ackwell.au", 45 - "ari.express" 46 - ], 47 - }, 48 - markdown: { 49 - remarkPlugins: [remarkModifiedTime], 50 - }, 20 + image: { 21 + domains: [ 22 + "buymymojo.net", 23 + "aria.coffee", 24 + "github.com", 25 + "githubusercontent.com", 26 + "avatars.githubusercontent.com", 27 + "camo.githubusercontent.com", 28 + "user-images.githubusercontent.com", 29 + "private-user-images.githubusercontent.com", 30 + "alyxia.dev", 31 + "nanoshinono.me", 32 + "ata.moe", 33 + "buh.moe", 34 + "hayden.moe", 35 + "onz.ee", 36 + "notnite.com", 37 + "erisdump.neocities.org", 38 + "espi.me", 39 + "alula.me", 40 + "sapphic.moe", 41 + "calayucu.com", 42 + "meow-d.github.io", 43 + "girlthi.ng", 44 + "lenooby09.tech", 45 + "ackwell.au", 46 + "ari.express" 47 + ], 48 + }, 49 + 50 + markdown: { 51 + remarkPlugins: [remarkModifiedTime], 52 + }, 53 + 54 + vite: { 55 + plugins: [tailwindcss()], 56 + }, 51 57 }); 52 58 53 59 // Bellow is for when dedicated server is wanted? ··· 56 62 // 57 63 // adapter: node({ 58 64 // mode: "standalone", 59 - // }) 65 + // })
+5 -5
package.json
··· 15 15 "@astrojs/node": "^9.2.2", 16 16 "@astrojs/preact": "^4.1.0", 17 17 "@astrojs/rss": "^4.0.12", 18 - "@astrojs/tailwind": "^5.1.5", 19 - "astro": "^5.9.1", 18 + "@tailwindcss/vite": "^4.1.10", 19 + "astro": "^5.9.3", 20 20 "astro-icon": "^1.1.5", 21 21 "dayjs": "^1.11.13", 22 - "preact": "^10.26.8", 23 - "sharp": "^0.33.5", 24 - "tailwindcss": "^3.4.17", 22 + "preact": "^10.26.9", 23 + "sharp": "^0.34.2", 24 + "tailwindcss": "^4.1.10", 25 25 "typescript": "^5.8.3" 26 26 }, 27 27 "devDependencies": {
+615 -552
pnpm-lock.yaml
··· 13 13 version: 0.9.4(typescript@5.8.3) 14 14 '@astrojs/mdx': 15 15 specifier: ^4.3.0 16 - version: 4.3.0(astro@5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0)) 16 + version: 4.3.0(astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0)) 17 17 '@astrojs/node': 18 18 specifier: ^9.2.2 19 - version: 9.2.2(astro@5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0)) 19 + version: 9.2.2(astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0)) 20 20 '@astrojs/preact': 21 21 specifier: ^4.1.0 22 - version: 4.1.0(@babel/core@7.27.3)(@types/node@22.15.27)(jiti@2.4.2)(preact@10.26.8)(yaml@2.8.0) 22 + version: 4.1.0(@babel/core@7.27.3)(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.26.9)(yaml@2.8.0) 23 23 '@astrojs/rss': 24 24 specifier: ^4.0.12 25 25 version: 4.0.12 26 - '@astrojs/tailwind': 27 - specifier: ^5.1.5 28 - version: 5.1.5(astro@5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0))(tailwindcss@3.4.17) 26 + '@tailwindcss/vite': 27 + specifier: ^4.1.10 28 + version: 4.1.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 29 29 astro: 30 - specifier: ^5.9.1 31 - version: 5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 30 + specifier: ^5.9.3 31 + version: 5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 32 32 astro-icon: 33 33 specifier: ^1.1.5 34 34 version: 1.1.5 ··· 36 36 specifier: ^1.11.13 37 37 version: 1.11.13 38 38 preact: 39 - specifier: ^10.26.8 40 - version: 10.26.8 39 + specifier: ^10.26.9 40 + version: 10.26.9 41 41 sharp: 42 - specifier: ^0.33.5 43 - version: 0.33.5 42 + specifier: ^0.34.2 43 + version: 0.34.2 44 44 tailwindcss: 45 - specifier: ^3.4.17 46 - version: 3.4.17 45 + specifier: ^4.1.10 46 + version: 4.1.10 47 47 typescript: 48 48 specifier: ^5.8.3 49 49 version: 5.8.3 ··· 68 68 version: 1.2.17 69 69 '@tailwindcss/typography': 70 70 specifier: ^0.5.16 71 - version: 0.5.16(tailwindcss@3.4.17) 71 + version: 0.5.16(tailwindcss@4.1.10) 72 72 vite: 73 73 specifier: ^6.3.5 74 - version: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0) 74 + version: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 75 75 76 76 packages: 77 - 78 - '@alloc/quick-lru@5.2.0': 79 - resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} 80 - engines: {node: '>=10'} 81 77 82 78 '@ampproject/remapping@2.3.0': 83 79 resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} ··· 142 138 143 139 '@astrojs/rss@4.0.12': 144 140 resolution: {integrity: sha512-O5yyxHuDVb6DQ6VLOrbUVFSm+NpObulPxjs6XT9q3tC+RoKbN4HXMZLpv0LvXd1qdAjzVgJ1NFD+zKHJNDXikw==} 145 - 146 - '@astrojs/tailwind@5.1.5': 147 - resolution: {integrity: sha512-1diguZEau7FZ9vIjzE4BwavGdhD3+JkdS8zmibl1ene+EHgIU5hI0NMgRYG3yea+Niaf7cyMwjeWeLvzq/maxg==} 148 - peerDependencies: 149 - astro: ^3.0.0 || ^4.0.0 || ^5.0.0 150 - tailwindcss: ^3.0.24 151 141 152 142 '@astrojs/telemetry@3.3.0': 153 143 resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} ··· 455 445 cpu: [arm64] 456 446 os: [darwin] 457 447 448 + '@img/sharp-darwin-arm64@0.34.2': 449 + resolution: {integrity: sha512-OfXHZPppddivUJnqyKoi5YVeHRkkNE2zUFT2gbpKxp/JZCFYEYubnMg+gOp6lWfasPrTS+KPosKqdI+ELYVDtg==} 450 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 451 + cpu: [arm64] 452 + os: [darwin] 453 + 458 454 '@img/sharp-darwin-x64@0.33.5': 459 455 resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} 460 456 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 461 457 cpu: [x64] 462 458 os: [darwin] 463 459 460 + '@img/sharp-darwin-x64@0.34.2': 461 + resolution: {integrity: sha512-dYvWqmjU9VxqXmjEtjmvHnGqF8GrVjM2Epj9rJ6BUIXvk8slvNDJbhGFvIoXzkDhrJC2jUxNLz/GUjjvSzfw+g==} 462 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 463 + cpu: [x64] 464 + os: [darwin] 465 + 464 466 '@img/sharp-libvips-darwin-arm64@1.0.4': 465 467 resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} 466 468 cpu: [arm64] 467 469 os: [darwin] 468 470 471 + '@img/sharp-libvips-darwin-arm64@1.1.0': 472 + resolution: {integrity: sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==} 473 + cpu: [arm64] 474 + os: [darwin] 475 + 469 476 '@img/sharp-libvips-darwin-x64@1.0.4': 470 477 resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} 471 478 cpu: [x64] 472 479 os: [darwin] 473 480 481 + '@img/sharp-libvips-darwin-x64@1.1.0': 482 + resolution: {integrity: sha512-Xzc2ToEmHN+hfvsl9wja0RlnXEgpKNmftriQp6XzY/RaSfwD9th+MSh0WQKzUreLKKINb3afirxW7A0fz2YWuQ==} 483 + cpu: [x64] 484 + os: [darwin] 485 + 474 486 '@img/sharp-libvips-linux-arm64@1.0.4': 475 487 resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} 476 488 cpu: [arm64] 477 489 os: [linux] 478 490 491 + '@img/sharp-libvips-linux-arm64@1.1.0': 492 + resolution: {integrity: sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==} 493 + cpu: [arm64] 494 + os: [linux] 495 + 479 496 '@img/sharp-libvips-linux-arm@1.0.5': 480 497 resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} 481 498 cpu: [arm] 482 499 os: [linux] 483 500 501 + '@img/sharp-libvips-linux-arm@1.1.0': 502 + resolution: {integrity: sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==} 503 + cpu: [arm] 504 + os: [linux] 505 + 506 + '@img/sharp-libvips-linux-ppc64@1.1.0': 507 + resolution: {integrity: sha512-tiXxFZFbhnkWE2LA8oQj7KYR+bWBkiV2nilRldT7bqoEZ4HiDOcePr9wVDAZPi/Id5fT1oY9iGnDq20cwUz8lQ==} 508 + cpu: [ppc64] 509 + os: [linux] 510 + 484 511 '@img/sharp-libvips-linux-s390x@1.0.4': 485 512 resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} 486 513 cpu: [s390x] 487 514 os: [linux] 488 515 516 + '@img/sharp-libvips-linux-s390x@1.1.0': 517 + resolution: {integrity: sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==} 518 + cpu: [s390x] 519 + os: [linux] 520 + 489 521 '@img/sharp-libvips-linux-x64@1.0.4': 490 522 resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} 491 523 cpu: [x64] 492 524 os: [linux] 493 525 526 + '@img/sharp-libvips-linux-x64@1.1.0': 527 + resolution: {integrity: sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==} 528 + cpu: [x64] 529 + os: [linux] 530 + 494 531 '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 495 532 resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} 496 533 cpu: [arm64] 497 534 os: [linux] 498 535 536 + '@img/sharp-libvips-linuxmusl-arm64@1.1.0': 537 + resolution: {integrity: sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==} 538 + cpu: [arm64] 539 + os: [linux] 540 + 499 541 '@img/sharp-libvips-linuxmusl-x64@1.0.4': 500 542 resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} 501 543 cpu: [x64] 502 544 os: [linux] 503 545 546 + '@img/sharp-libvips-linuxmusl-x64@1.1.0': 547 + resolution: {integrity: sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==} 548 + cpu: [x64] 549 + os: [linux] 550 + 504 551 '@img/sharp-linux-arm64@0.33.5': 505 552 resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} 506 553 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 507 554 cpu: [arm64] 508 555 os: [linux] 509 556 557 + '@img/sharp-linux-arm64@0.34.2': 558 + resolution: {integrity: sha512-D8n8wgWmPDakc83LORcfJepdOSN6MvWNzzz2ux0MnIbOqdieRZwVYY32zxVx+IFUT8er5KPcyU3XXsn+GzG/0Q==} 559 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 560 + cpu: [arm64] 561 + os: [linux] 562 + 510 563 '@img/sharp-linux-arm@0.33.5': 511 564 resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} 512 565 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 513 566 cpu: [arm] 514 567 os: [linux] 515 568 569 + '@img/sharp-linux-arm@0.34.2': 570 + resolution: {integrity: sha512-0DZzkvuEOqQUP9mo2kjjKNok5AmnOr1jB2XYjkaoNRwpAYMDzRmAqUIa1nRi58S2WswqSfPOWLNOr0FDT3H5RQ==} 571 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 572 + cpu: [arm] 573 + os: [linux] 574 + 516 575 '@img/sharp-linux-s390x@0.33.5': 517 576 resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} 518 577 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 519 578 cpu: [s390x] 520 579 os: [linux] 521 580 581 + '@img/sharp-linux-s390x@0.34.2': 582 + resolution: {integrity: sha512-EGZ1xwhBI7dNISwxjChqBGELCWMGDvmxZXKjQRuqMrakhO8QoMgqCrdjnAqJq/CScxfRn+Bb7suXBElKQpPDiw==} 583 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 584 + cpu: [s390x] 585 + os: [linux] 586 + 522 587 '@img/sharp-linux-x64@0.33.5': 523 588 resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} 524 589 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 525 590 cpu: [x64] 526 591 os: [linux] 527 592 593 + '@img/sharp-linux-x64@0.34.2': 594 + resolution: {integrity: sha512-sD7J+h5nFLMMmOXYH4DD9UtSNBD05tWSSdWAcEyzqW8Cn5UxXvsHAxmxSesYUsTOBmUnjtxghKDl15EvfqLFbQ==} 595 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 596 + cpu: [x64] 597 + os: [linux] 598 + 528 599 '@img/sharp-linuxmusl-arm64@0.33.5': 529 600 resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} 530 601 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 531 602 cpu: [arm64] 532 603 os: [linux] 533 604 605 + '@img/sharp-linuxmusl-arm64@0.34.2': 606 + resolution: {integrity: sha512-NEE2vQ6wcxYav1/A22OOxoSOGiKnNmDzCYFOZ949xFmrWZOVII1Bp3NqVVpvj+3UeHMFyN5eP/V5hzViQ5CZNA==} 607 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 608 + cpu: [arm64] 609 + os: [linux] 610 + 534 611 '@img/sharp-linuxmusl-x64@0.33.5': 535 612 resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} 536 613 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 537 614 cpu: [x64] 538 615 os: [linux] 539 616 617 + '@img/sharp-linuxmusl-x64@0.34.2': 618 + resolution: {integrity: sha512-DOYMrDm5E6/8bm/yQLCWyuDJwUnlevR8xtF8bs+gjZ7cyUNYXiSf/E8Kp0Ss5xasIaXSHzb888V1BE4i1hFhAA==} 619 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 620 + cpu: [x64] 621 + os: [linux] 622 + 540 623 '@img/sharp-wasm32@0.33.5': 541 624 resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} 542 625 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 543 626 cpu: [wasm32] 627 + 628 + '@img/sharp-wasm32@0.34.2': 629 + resolution: {integrity: sha512-/VI4mdlJ9zkaq53MbIG6rZY+QRN3MLbR6usYlgITEzi4Rpx5S6LFKsycOQjkOGmqTNmkIdLjEvooFKwww6OpdQ==} 630 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 631 + cpu: [wasm32] 632 + 633 + '@img/sharp-win32-arm64@0.34.2': 634 + resolution: {integrity: sha512-cfP/r9FdS63VA5k0xiqaNaEoGxBg9k7uE+RQGzuK9fHt7jib4zAVVseR9LsE4gJcNWgT6APKMNnCcnyOtmSEUQ==} 635 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 636 + cpu: [arm64] 637 + os: [win32] 544 638 545 639 '@img/sharp-win32-ia32@0.33.5': 546 640 resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} ··· 548 642 cpu: [ia32] 549 643 os: [win32] 550 644 645 + '@img/sharp-win32-ia32@0.34.2': 646 + resolution: {integrity: sha512-QLjGGvAbj0X/FXl8n1WbtQ6iVBpWU7JO94u/P2M4a8CFYsvQi4GW2mRy/JqkRx0qpBzaOdKJKw8uc930EX2AHw==} 647 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 648 + cpu: [ia32] 649 + os: [win32] 650 + 551 651 '@img/sharp-win32-x64@0.33.5': 552 652 resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} 553 653 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 554 654 cpu: [x64] 555 655 os: [win32] 556 656 557 - '@isaacs/cliui@8.0.2': 558 - resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} 559 - engines: {node: '>=12'} 657 + '@img/sharp-win32-x64@0.34.2': 658 + resolution: {integrity: sha512-aUdT6zEYtDKCaxkofmmJDJYGCf0+pJg3eU9/oBuqvEeoB9dKI6ZLc/1iLJCTuJQDO4ptntAlkUmHgGjyuobZbw==} 659 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 660 + cpu: [x64] 661 + os: [win32] 662 + 663 + '@isaacs/fs-minipass@4.0.1': 664 + resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} 665 + engines: {node: '>=18.0.0'} 560 666 561 667 '@jridgewell/gen-mapping@0.3.8': 562 668 resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} ··· 593 699 594 700 '@oslojs/encoding@1.1.0': 595 701 resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} 596 - 597 - '@pkgjs/parseargs@0.11.0': 598 - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} 599 - engines: {node: '>=14'} 600 702 601 703 '@preact/preset-vite@2.10.1': 602 704 resolution: {integrity: sha512-59lyGBXNfZIr5OOuBUB4/IB8AqF/ULbvYnyItgK/2BJnsGJqaeaJobRVtMp1129obHQuj8oZ/dVxB9inmH8Xig==} ··· 766 868 '@swc/helpers@0.5.17': 767 869 resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} 768 870 871 + '@tailwindcss/node@4.1.10': 872 + resolution: {integrity: sha512-2ACf1znY5fpRBwRhMgj9ZXvb2XZW8qs+oTfotJ2C5xR0/WNL7UHZ7zXl6s+rUqedL1mNi+0O+WQr5awGowS3PQ==} 873 + 874 + '@tailwindcss/oxide-android-arm64@4.1.10': 875 + resolution: {integrity: sha512-VGLazCoRQ7rtsCzThaI1UyDu/XRYVyH4/EWiaSX6tFglE+xZB5cvtC5Omt0OQ+FfiIVP98su16jDVHDEIuH4iQ==} 876 + engines: {node: '>= 10'} 877 + cpu: [arm64] 878 + os: [android] 879 + 880 + '@tailwindcss/oxide-darwin-arm64@4.1.10': 881 + resolution: {integrity: sha512-ZIFqvR1irX2yNjWJzKCqTCcHZbgkSkSkZKbRM3BPzhDL/18idA8uWCoopYA2CSDdSGFlDAxYdU2yBHwAwx8euQ==} 882 + engines: {node: '>= 10'} 883 + cpu: [arm64] 884 + os: [darwin] 885 + 886 + '@tailwindcss/oxide-darwin-x64@4.1.10': 887 + resolution: {integrity: sha512-eCA4zbIhWUFDXoamNztmS0MjXHSEJYlvATzWnRiTqJkcUteSjO94PoRHJy1Xbwp9bptjeIxxBHh+zBWFhttbrQ==} 888 + engines: {node: '>= 10'} 889 + cpu: [x64] 890 + os: [darwin] 891 + 892 + '@tailwindcss/oxide-freebsd-x64@4.1.10': 893 + resolution: {integrity: sha512-8/392Xu12R0cc93DpiJvNpJ4wYVSiciUlkiOHOSOQNH3adq9Gi/dtySK7dVQjXIOzlpSHjeCL89RUUI8/GTI6g==} 894 + engines: {node: '>= 10'} 895 + cpu: [x64] 896 + os: [freebsd] 897 + 898 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.10': 899 + resolution: {integrity: sha512-t9rhmLT6EqeuPT+MXhWhlRYIMSfh5LZ6kBrC4FS6/+M1yXwfCtp24UumgCWOAJVyjQwG+lYva6wWZxrfvB+NhQ==} 900 + engines: {node: '>= 10'} 901 + cpu: [arm] 902 + os: [linux] 903 + 904 + '@tailwindcss/oxide-linux-arm64-gnu@4.1.10': 905 + resolution: {integrity: sha512-3oWrlNlxLRxXejQ8zImzrVLuZ/9Z2SeKoLhtCu0hpo38hTO2iL86eFOu4sVR8cZc6n3z7eRXXqtHJECa6mFOvA==} 906 + engines: {node: '>= 10'} 907 + cpu: [arm64] 908 + os: [linux] 909 + 910 + '@tailwindcss/oxide-linux-arm64-musl@4.1.10': 911 + resolution: {integrity: sha512-saScU0cmWvg/Ez4gUmQWr9pvY9Kssxt+Xenfx1LG7LmqjcrvBnw4r9VjkFcqmbBb7GCBwYNcZi9X3/oMda9sqQ==} 912 + engines: {node: '>= 10'} 913 + cpu: [arm64] 914 + os: [linux] 915 + 916 + '@tailwindcss/oxide-linux-x64-gnu@4.1.10': 917 + resolution: {integrity: sha512-/G3ao/ybV9YEEgAXeEg28dyH6gs1QG8tvdN9c2MNZdUXYBaIY/Gx0N6RlJzfLy/7Nkdok4kaxKPHKJUlAaoTdA==} 918 + engines: {node: '>= 10'} 919 + cpu: [x64] 920 + os: [linux] 921 + 922 + '@tailwindcss/oxide-linux-x64-musl@4.1.10': 923 + resolution: {integrity: sha512-LNr7X8fTiKGRtQGOerSayc2pWJp/9ptRYAa4G+U+cjw9kJZvkopav1AQc5HHD+U364f71tZv6XamaHKgrIoVzA==} 924 + engines: {node: '>= 10'} 925 + cpu: [x64] 926 + os: [linux] 927 + 928 + '@tailwindcss/oxide-wasm32-wasi@4.1.10': 929 + resolution: {integrity: sha512-d6ekQpopFQJAcIK2i7ZzWOYGZ+A6NzzvQ3ozBvWFdeyqfOZdYHU66g5yr+/HC4ipP1ZgWsqa80+ISNILk+ae/Q==} 930 + engines: {node: '>=14.0.0'} 931 + cpu: [wasm32] 932 + bundledDependencies: 933 + - '@napi-rs/wasm-runtime' 934 + - '@emnapi/core' 935 + - '@emnapi/runtime' 936 + - '@tybys/wasm-util' 937 + - '@emnapi/wasi-threads' 938 + - tslib 939 + 940 + '@tailwindcss/oxide-win32-arm64-msvc@4.1.10': 941 + resolution: {integrity: sha512-i1Iwg9gRbwNVOCYmnigWCCgow8nDWSFmeTUU5nbNx3rqbe4p0kRbEqLwLJbYZKmSSp23g4N6rCDmm7OuPBXhDA==} 942 + engines: {node: '>= 10'} 943 + cpu: [arm64] 944 + os: [win32] 945 + 946 + '@tailwindcss/oxide-win32-x64-msvc@4.1.10': 947 + resolution: {integrity: sha512-sGiJTjcBSfGq2DVRtaSljq5ZgZS2SDHSIfhOylkBvHVjwOsodBhnb3HdmiKkVuUGKD0I7G63abMOVaskj1KpOA==} 948 + engines: {node: '>= 10'} 949 + cpu: [x64] 950 + os: [win32] 951 + 952 + '@tailwindcss/oxide@4.1.10': 953 + resolution: {integrity: sha512-v0C43s7Pjw+B9w21htrQwuFObSkio2aV/qPx/mhrRldbqxbWJK6KizM+q7BF1/1CmuLqZqX3CeYF7s7P9fbA8Q==} 954 + engines: {node: '>= 10'} 955 + 769 956 '@tailwindcss/typography@0.5.16': 770 957 resolution: {integrity: sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==} 771 958 peerDependencies: 772 959 tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' 773 960 961 + '@tailwindcss/vite@4.1.10': 962 + resolution: {integrity: sha512-QWnD5HDY2IADv+vYR82lOhqOlS1jSCUUAmfem52cXAhRTKxpDh3ARX8TTXJTCCO7Rv7cD2Nlekabv02bwP3a2A==} 963 + peerDependencies: 964 + vite: ^5.2.0 || ^6 965 + 774 966 '@trysound/sax@0.2.0': 775 967 resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} 776 968 engines: {node: '>=10.13.0'} ··· 878 1070 resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} 879 1071 engines: {node: '>=12'} 880 1072 881 - any-promise@1.3.0: 882 - resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} 883 - 884 1073 anymatch@3.1.3: 885 1074 resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} 886 1075 engines: {node: '>= 8'} 887 - 888 - arg@5.0.2: 889 - resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} 890 1076 891 1077 argparse@2.0.1: 892 1078 resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} ··· 905 1091 astro-icon@1.1.5: 906 1092 resolution: {integrity: sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==} 907 1093 908 - astro@5.9.1: 909 - resolution: {integrity: sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==} 1094 + astro@5.9.3: 1095 + resolution: {integrity: sha512-VReZrpUa/3rfeiVvsQ1A2M3ujDPI+pDGIYOMtXPEZwut8tZoEyealXXLjitgCsJ+3dunKGZbg4Eak6i+r0vniw==} 910 1096 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 911 1097 hasBin: true 912 1098 913 1099 asynckit@0.4.0: 914 1100 resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} 915 1101 916 - autoprefixer@10.4.21: 917 - resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} 918 - engines: {node: ^10 || ^12 || >=14} 919 - hasBin: true 920 - peerDependencies: 921 - postcss: ^8.1.0 922 - 923 1102 axios@1.9.0: 924 1103 resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==} 925 1104 ··· 935 1114 bail@2.0.2: 936 1115 resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} 937 1116 938 - balanced-match@1.0.2: 939 - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 940 - 941 1117 base-64@1.0.0: 942 1118 resolution: {integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==} 943 1119 944 1120 base64-js@1.5.1: 945 1121 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 946 1122 947 - binary-extensions@2.3.0: 948 - resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} 949 - engines: {node: '>=8'} 950 - 951 1123 blob-to-buffer@1.2.9: 952 1124 resolution: {integrity: sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==} 953 1125 ··· 958 1130 resolution: {integrity: sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==} 959 1131 engines: {node: '>=18'} 960 1132 961 - brace-expansion@2.0.1: 962 - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} 963 - 964 1133 braces@3.0.3: 965 1134 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 966 1135 engines: {node: '>=8'} ··· 979 1148 call-bind-apply-helpers@1.0.2: 980 1149 resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} 981 1150 engines: {node: '>= 0.4'} 982 - 983 - camelcase-css@2.0.1: 984 - resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} 985 - engines: {node: '>= 6'} 986 1151 987 1152 camelcase@8.0.0: 988 1153 resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} ··· 1017 1182 resolution: {integrity: sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==} 1018 1183 engines: {node: '>=18.17'} 1019 1184 1020 - chokidar@3.6.0: 1021 - resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} 1022 - engines: {node: '>= 8.10.0'} 1023 - 1024 1185 chokidar@4.0.3: 1025 1186 resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 1026 1187 engines: {node: '>= 14.16.0'} ··· 1028 1189 chownr@2.0.0: 1029 1190 resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} 1030 1191 engines: {node: '>=10'} 1192 + 1193 + chownr@3.0.0: 1194 + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} 1195 + engines: {node: '>=18'} 1031 1196 1032 1197 ci-info@4.2.0: 1033 1198 resolution: {integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==} ··· 1073 1238 comma-separated-tokens@2.0.3: 1074 1239 resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} 1075 1240 1076 - commander@4.1.1: 1077 - resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} 1078 - engines: {node: '>= 6'} 1079 - 1080 1241 commander@7.2.0: 1081 1242 resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} 1082 1243 engines: {node: '>= 10'} ··· 1103 1264 cross-fetch@3.2.0: 1104 1265 resolution: {integrity: sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==} 1105 1266 1106 - cross-spawn@7.0.6: 1107 - resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} 1108 - engines: {node: '>= 8'} 1109 - 1110 1267 crossws@0.3.5: 1111 1268 resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==} 1112 1269 ··· 1188 1345 dfa@1.2.0: 1189 1346 resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==} 1190 1347 1191 - didyoumean@1.2.2: 1192 - resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} 1193 - 1194 1348 diff@5.2.0: 1195 1349 resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} 1196 1350 engines: {node: '>=0.3.1'} ··· 1218 1372 dunder-proto@1.0.1: 1219 1373 resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} 1220 1374 engines: {node: '>= 0.4'} 1221 - 1222 - eastasianwidth@0.2.0: 1223 - resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} 1224 1375 1225 1376 ee-first@1.1.1: 1226 1377 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} ··· 1237 1388 emoji-regex@8.0.0: 1238 1389 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} 1239 1390 1240 - emoji-regex@9.2.2: 1241 - resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} 1242 - 1243 1391 encodeurl@2.0.0: 1244 1392 resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} 1245 1393 engines: {node: '>= 0.8'} ··· 1249 1397 1250 1398 end-of-stream@1.4.4: 1251 1399 resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} 1400 + 1401 + enhanced-resolve@5.18.1: 1402 + resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} 1403 + engines: {node: '>=10.13.0'} 1252 1404 1253 1405 entities@4.5.0: 1254 1406 resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} ··· 1392 1544 fontkit@2.0.4: 1393 1545 resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==} 1394 1546 1395 - foreground-child@3.3.1: 1396 - resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} 1397 - engines: {node: '>=14'} 1398 - 1399 1547 form-data@4.0.2: 1400 1548 resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} 1401 1549 engines: {node: '>= 6'} 1402 - 1403 - fraction.js@4.3.7: 1404 - resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} 1405 1550 1406 1551 fresh@2.0.0: 1407 1552 resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==} ··· 1450 1595 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 1451 1596 engines: {node: '>= 6'} 1452 1597 1453 - glob-parent@6.0.2: 1454 - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} 1455 - engines: {node: '>=10.13.0'} 1456 - 1457 - glob@10.4.5: 1458 - resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} 1459 - hasBin: true 1460 - 1461 1598 globals@11.12.0: 1462 1599 resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 1463 1600 engines: {node: '>=4'} ··· 1469 1606 gopd@1.2.0: 1470 1607 resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} 1471 1608 engines: {node: '>= 0.4'} 1609 + 1610 + graceful-fs@4.2.11: 1611 + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 1472 1612 1473 1613 h3@1.15.3: 1474 1614 resolution: {integrity: sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ==} ··· 1566 1706 is-arrayish@0.3.2: 1567 1707 resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 1568 1708 1569 - is-binary-path@2.1.0: 1570 - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} 1571 - engines: {node: '>=8'} 1572 - 1573 - is-core-module@2.16.1: 1574 - resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} 1575 - engines: {node: '>= 0.4'} 1576 - 1577 1709 is-decimal@2.0.1: 1578 1710 resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} 1579 1711 ··· 1614 1746 resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} 1615 1747 engines: {node: '>=16'} 1616 1748 1617 - isexe@2.0.0: 1618 - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 1619 - 1620 - jackspeak@3.4.3: 1621 - resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} 1622 - 1623 - jiti@1.21.7: 1624 - resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} 1625 - hasBin: true 1626 - 1627 1749 jiti@2.4.2: 1628 1750 resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} 1629 1751 hasBin: true ··· 1665 1787 kolorist@1.8.0: 1666 1788 resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} 1667 1789 1668 - lilconfig@3.1.3: 1669 - resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} 1670 - engines: {node: '>=14'} 1790 + lightningcss-darwin-arm64@1.30.1: 1791 + resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==} 1792 + engines: {node: '>= 12.0.0'} 1793 + cpu: [arm64] 1794 + os: [darwin] 1671 1795 1672 - lines-and-columns@1.2.4: 1673 - resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} 1796 + lightningcss-darwin-x64@1.30.1: 1797 + resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==} 1798 + engines: {node: '>= 12.0.0'} 1799 + cpu: [x64] 1800 + os: [darwin] 1801 + 1802 + lightningcss-freebsd-x64@1.30.1: 1803 + resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==} 1804 + engines: {node: '>= 12.0.0'} 1805 + cpu: [x64] 1806 + os: [freebsd] 1807 + 1808 + lightningcss-linux-arm-gnueabihf@1.30.1: 1809 + resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==} 1810 + engines: {node: '>= 12.0.0'} 1811 + cpu: [arm] 1812 + os: [linux] 1813 + 1814 + lightningcss-linux-arm64-gnu@1.30.1: 1815 + resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==} 1816 + engines: {node: '>= 12.0.0'} 1817 + cpu: [arm64] 1818 + os: [linux] 1819 + 1820 + lightningcss-linux-arm64-musl@1.30.1: 1821 + resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==} 1822 + engines: {node: '>= 12.0.0'} 1823 + cpu: [arm64] 1824 + os: [linux] 1825 + 1826 + lightningcss-linux-x64-gnu@1.30.1: 1827 + resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==} 1828 + engines: {node: '>= 12.0.0'} 1829 + cpu: [x64] 1830 + os: [linux] 1831 + 1832 + lightningcss-linux-x64-musl@1.30.1: 1833 + resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==} 1834 + engines: {node: '>= 12.0.0'} 1835 + cpu: [x64] 1836 + os: [linux] 1837 + 1838 + lightningcss-win32-arm64-msvc@1.30.1: 1839 + resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==} 1840 + engines: {node: '>= 12.0.0'} 1841 + cpu: [arm64] 1842 + os: [win32] 1843 + 1844 + lightningcss-win32-x64-msvc@1.30.1: 1845 + resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==} 1846 + engines: {node: '>= 12.0.0'} 1847 + cpu: [x64] 1848 + os: [win32] 1849 + 1850 + lightningcss@1.30.1: 1851 + resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==} 1852 + engines: {node: '>= 12.0.0'} 1674 1853 1675 1854 local-pkg@0.5.1: 1676 1855 resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==} ··· 1907 2086 resolution: {integrity: sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==} 1908 2087 engines: {node: '>= 0.6'} 1909 2088 1910 - minimatch@9.0.5: 1911 - resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} 1912 - engines: {node: '>=16 || 14 >=14.17'} 1913 - 1914 2089 minipass@3.3.6: 1915 2090 resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} 1916 2091 engines: {node: '>=8'} ··· 1931 2106 resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} 1932 2107 engines: {node: '>= 8'} 1933 2108 2109 + minizlib@3.0.2: 2110 + resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==} 2111 + engines: {node: '>= 18'} 2112 + 1934 2113 mkdirp@1.0.4: 1935 2114 resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} 1936 2115 engines: {node: '>=10'} 1937 2116 hasBin: true 1938 2117 2118 + mkdirp@3.0.1: 2119 + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} 2120 + engines: {node: '>=10'} 2121 + hasBin: true 2122 + 1939 2123 mlly@1.7.4: 1940 2124 resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} 1941 2125 ··· 1948 2132 1949 2133 muggle-string@0.4.1: 1950 2134 resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} 1951 - 1952 - mz@2.7.0: 1953 - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} 1954 2135 1955 2136 nanoid@3.3.11: 1956 2137 resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} ··· 1989 2170 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} 1990 2171 engines: {node: '>=0.10.0'} 1991 2172 1992 - normalize-range@0.1.2: 1993 - resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} 1994 - engines: {node: '>=0.10.0'} 1995 - 1996 2173 nth-check@2.1.1: 1997 2174 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 1998 2175 1999 - object-assign@4.1.1: 2000 - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} 2001 - engines: {node: '>=0.10.0'} 2002 - 2003 - object-hash@3.0.0: 2004 - resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} 2005 - engines: {node: '>= 6'} 2006 - 2007 2176 ofetch@1.4.1: 2008 2177 resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} 2009 2178 ··· 2035 2204 resolution: {integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==} 2036 2205 engines: {node: '>=14.16'} 2037 2206 2038 - package-json-from-dist@1.0.1: 2039 - resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} 2040 - 2041 2207 package-manager-detector@1.3.0: 2042 2208 resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==} 2043 2209 ··· 2062 2228 path-browserify@1.0.1: 2063 2229 resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} 2064 2230 2065 - path-key@3.1.1: 2066 - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} 2067 - engines: {node: '>=8'} 2068 - 2069 - path-parse@1.0.7: 2070 - resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} 2071 - 2072 - path-scurry@1.11.1: 2073 - resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} 2074 - engines: {node: '>=16 || 14 >=14.18'} 2075 - 2076 2231 pathe@1.1.2: 2077 2232 resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} 2078 2233 ··· 2093 2248 resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 2094 2249 engines: {node: '>=12'} 2095 2250 2096 - pify@2.3.0: 2097 - resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} 2098 - engines: {node: '>=0.10.0'} 2099 - 2100 - pirates@4.0.7: 2101 - resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} 2102 - engines: {node: '>= 6'} 2103 - 2104 2251 pkg-types@1.3.1: 2105 2252 resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} 2106 2253 2107 2254 pkg-types@2.1.0: 2108 2255 resolution: {integrity: sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==} 2109 2256 2110 - postcss-import@15.1.0: 2111 - resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} 2112 - engines: {node: '>=14.0.0'} 2113 - peerDependencies: 2114 - postcss: ^8.0.0 2115 - 2116 - postcss-js@4.0.1: 2117 - resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} 2118 - engines: {node: ^12 || ^14 || >= 16} 2119 - peerDependencies: 2120 - postcss: ^8.4.21 2121 - 2122 - postcss-load-config@4.0.2: 2123 - resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} 2124 - engines: {node: '>= 14'} 2125 - peerDependencies: 2126 - postcss: '>=8.0.9' 2127 - ts-node: '>=9.0.0' 2128 - peerDependenciesMeta: 2129 - postcss: 2130 - optional: true 2131 - ts-node: 2132 - optional: true 2133 - 2134 - postcss-nested@6.2.0: 2135 - resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} 2136 - engines: {node: '>=12.0'} 2137 - peerDependencies: 2138 - postcss: ^8.2.14 2139 - 2140 2257 postcss-selector-parser@6.0.10: 2141 2258 resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} 2142 2259 engines: {node: '>=4'} 2143 2260 2144 - postcss-selector-parser@6.1.2: 2145 - resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} 2146 - engines: {node: '>=4'} 2147 - 2148 - postcss-value-parser@4.2.0: 2149 - resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} 2150 - 2151 2261 postcss@8.5.4: 2152 2262 resolution: {integrity: sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==} 2153 2263 engines: {node: ^10 || ^12 || >=14} ··· 2157 2267 peerDependencies: 2158 2268 preact: '>=10' 2159 2269 2160 - preact@10.26.8: 2161 - resolution: {integrity: sha512-1nMfdFjucm5hKvq0IClqZwK4FJkGXhRrQstOQ3P4vp8HxKrJEMFcY6RdBRVTdfQS/UlnX6gfbPuTvaqx/bDoeQ==} 2270 + preact@10.26.9: 2271 + resolution: {integrity: sha512-SSjF9vcnF27mJK1XyFMNJzFd5u3pQiATFqoaDy03XuN00u4ziveVVEGt5RKJrDR8MHE/wJo9Nnad56RLzS2RMA==} 2162 2272 2163 2273 prettier@2.8.7: 2164 2274 resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} ··· 2197 2307 range-parser@1.2.1: 2198 2308 resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} 2199 2309 engines: {node: '>= 0.6'} 2200 - 2201 - read-cache@1.0.0: 2202 - resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} 2203 - 2204 - readdirp@3.6.0: 2205 - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} 2206 - engines: {node: '>=8.10.0'} 2207 2310 2208 2311 readdirp@4.1.2: 2209 2312 resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} ··· 2278 2381 resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} 2279 2382 engines: {node: '>=0.10.0'} 2280 2383 2281 - resolve@1.22.10: 2282 - resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==} 2283 - engines: {node: '>= 0.4'} 2284 - hasBin: true 2285 - 2286 2384 restructure@3.0.2: 2287 2385 resolution: {integrity: sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==} 2288 2386 ··· 2336 2434 resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 2337 2435 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2338 2436 2339 - shebang-command@2.0.0: 2340 - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} 2341 - engines: {node: '>=8'} 2342 - 2343 - shebang-regex@3.0.0: 2344 - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 2345 - engines: {node: '>=8'} 2437 + sharp@0.34.2: 2438 + resolution: {integrity: sha512-lszvBmB9QURERtyKT2bNmsgxXK0ShJrL/fvqlonCo7e6xBF8nT8xU6pW+PMIbLsz0RxQk3rgH9kd8UmvOzlMJg==} 2439 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2346 2440 2347 2441 shiki@3.4.2: 2348 2442 resolution: {integrity: sha512-wuxzZzQG8kvZndD7nustrNFIKYJ1jJoWIPaBpVe2+KHSvtzMi4SBjOxrigs8qeqce/l3U0cwiC+VAkLKSunHQQ==} 2349 - 2350 - signal-exit@4.1.0: 2351 - resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 2352 - engines: {node: '>=14'} 2353 2443 2354 2444 simple-code-frame@1.3.0: 2355 2445 resolution: {integrity: sha512-MB4pQmETUBlNs62BBeRjIFGeuy/x6gGKh7+eRUemn1rCFhqo7K+4slPqsyizCbcbYLnaYqaoZ2FWsZ/jN06D8w==} ··· 2387 2477 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} 2388 2478 engines: {node: '>=8'} 2389 2479 2390 - string-width@5.1.2: 2391 - resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} 2392 - engines: {node: '>=12'} 2393 - 2394 2480 string-width@7.2.0: 2395 2481 resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} 2396 2482 engines: {node: '>=18'} ··· 2415 2501 style-to-object@1.0.8: 2416 2502 resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} 2417 2503 2418 - sucrase@3.35.0: 2419 - resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} 2420 - engines: {node: '>=16 || 14 >=14.17'} 2421 - hasBin: true 2422 - 2423 - supports-preserve-symlinks-flag@1.0.0: 2424 - resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 2425 - engines: {node: '>= 0.4'} 2426 - 2427 2504 svgo@3.3.2: 2428 2505 resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==} 2429 2506 engines: {node: '>=14.0.0'} 2430 2507 hasBin: true 2431 2508 2432 - tailwindcss@3.4.17: 2433 - resolution: {integrity: sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==} 2434 - engines: {node: '>=14.0.0'} 2435 - hasBin: true 2509 + tailwindcss@4.1.10: 2510 + resolution: {integrity: sha512-P3nr6WkvKV/ONsTzj6Gb57sWPMX29EPNPopo7+FcpkQaNsrNpZ1pv8QmrYI2RqEKD7mlGqLnGovlcYnBK0IqUA==} 2511 + 2512 + tapable@2.2.2: 2513 + resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==} 2514 + engines: {node: '>=6'} 2436 2515 2437 2516 tar@6.2.1: 2438 2517 resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} 2439 2518 engines: {node: '>=10'} 2440 2519 2441 - thenify-all@1.6.0: 2442 - resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} 2443 - engines: {node: '>=0.8'} 2444 - 2445 - thenify@3.3.1: 2446 - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} 2520 + tar@7.4.3: 2521 + resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} 2522 + engines: {node: '>=18'} 2447 2523 2448 2524 tiny-inflate@1.0.3: 2449 2525 resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} ··· 2474 2550 2475 2551 trough@2.2.0: 2476 2552 resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} 2477 - 2478 - ts-interface-checker@0.1.13: 2479 - resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} 2480 2553 2481 2554 tsconfck@3.1.6: 2482 2555 resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==} ··· 2821 2894 resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==} 2822 2895 engines: {node: '>=4'} 2823 2896 2824 - which@2.0.2: 2825 - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} 2826 - engines: {node: '>= 8'} 2827 - hasBin: true 2828 - 2829 2897 widest-line@5.0.0: 2830 2898 resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} 2831 2899 engines: {node: '>=18'} ··· 2833 2901 wrap-ansi@7.0.0: 2834 2902 resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} 2835 2903 engines: {node: '>=10'} 2836 - 2837 - wrap-ansi@8.1.0: 2838 - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} 2839 - engines: {node: '>=12'} 2840 2904 2841 2905 wrap-ansi@9.0.0: 2842 2906 resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} ··· 2858 2922 yallist@4.0.0: 2859 2923 resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} 2860 2924 2925 + yallist@5.0.0: 2926 + resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} 2927 + engines: {node: '>=18'} 2928 + 2861 2929 yaml-language-server@1.15.0: 2862 2930 resolution: {integrity: sha512-N47AqBDCMQmh6mBLmI6oqxryHRzi33aPFPsJhYy3VTUGCdLHYjGh4FZzpUjRlphaADBBkDmnkM/++KNIOHi5Rw==} 2863 2931 hasBin: true ··· 2912 2980 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 2913 2981 2914 2982 snapshots: 2915 - 2916 - '@alloc/quick-lru@5.2.0': {} 2917 2983 2918 2984 '@ampproject/remapping@2.3.0': 2919 2985 dependencies: ··· 2993 3059 transitivePeerDependencies: 2994 3060 - supports-color 2995 3061 2996 - '@astrojs/mdx@4.3.0(astro@5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0))': 3062 + '@astrojs/mdx@4.3.0(astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0))': 2997 3063 dependencies: 2998 3064 '@astrojs/markdown-remark': 6.3.2 2999 3065 '@mdx-js/mdx': 3.1.0(acorn@8.14.1) 3000 3066 acorn: 8.14.1 3001 - astro: 5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 3067 + astro: 5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 3002 3068 es-module-lexer: 1.7.0 3003 3069 estree-util-visit: 2.0.0 3004 3070 hast-util-to-html: 9.0.5 ··· 3012 3078 transitivePeerDependencies: 3013 3079 - supports-color 3014 3080 3015 - '@astrojs/node@9.2.2(astro@5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0))': 3081 + '@astrojs/node@9.2.2(astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0))': 3016 3082 dependencies: 3017 3083 '@astrojs/internal-helpers': 0.6.1 3018 - astro: 5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 3084 + astro: 5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 3019 3085 send: 1.2.0 3020 3086 server-destroy: 1.0.1 3021 3087 transitivePeerDependencies: 3022 3088 - supports-color 3023 3089 3024 - '@astrojs/preact@4.1.0(@babel/core@7.27.3)(@types/node@22.15.27)(jiti@2.4.2)(preact@10.26.8)(yaml@2.8.0)': 3090 + '@astrojs/preact@4.1.0(@babel/core@7.27.3)(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.26.9)(yaml@2.8.0)': 3025 3091 dependencies: 3026 - '@preact/preset-vite': 2.10.1(@babel/core@7.27.3)(preact@10.26.8)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0)) 3027 - '@preact/signals': 2.2.0(preact@10.26.8) 3028 - preact: 10.26.8 3029 - preact-render-to-string: 6.5.13(preact@10.26.8) 3030 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0) 3092 + '@preact/preset-vite': 2.10.1(@babel/core@7.27.3)(preact@10.26.9)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3093 + '@preact/signals': 2.2.0(preact@10.26.9) 3094 + preact: 10.26.9 3095 + preact-render-to-string: 6.5.13(preact@10.26.9) 3096 + vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3031 3097 transitivePeerDependencies: 3032 3098 - '@babel/core' 3033 3099 - '@types/node' ··· 3051 3117 dependencies: 3052 3118 fast-xml-parser: 5.2.5 3053 3119 kleur: 4.1.5 3054 - 3055 - '@astrojs/tailwind@5.1.5(astro@5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0))(tailwindcss@3.4.17)': 3056 - dependencies: 3057 - astro: 5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 3058 - autoprefixer: 10.4.21(postcss@8.5.4) 3059 - postcss: 8.5.4 3060 - postcss-load-config: 4.0.2(postcss@8.5.4) 3061 - tailwindcss: 3.4.17 3062 - transitivePeerDependencies: 3063 - - ts-node 3064 3120 3065 3121 '@astrojs/telemetry@3.3.0': 3066 3122 dependencies: ··· 3377 3433 '@img/sharp-libvips-darwin-arm64': 1.0.4 3378 3434 optional: true 3379 3435 3436 + '@img/sharp-darwin-arm64@0.34.2': 3437 + optionalDependencies: 3438 + '@img/sharp-libvips-darwin-arm64': 1.1.0 3439 + optional: true 3440 + 3380 3441 '@img/sharp-darwin-x64@0.33.5': 3381 3442 optionalDependencies: 3382 3443 '@img/sharp-libvips-darwin-x64': 1.0.4 3444 + optional: true 3445 + 3446 + '@img/sharp-darwin-x64@0.34.2': 3447 + optionalDependencies: 3448 + '@img/sharp-libvips-darwin-x64': 1.1.0 3383 3449 optional: true 3384 3450 3385 3451 '@img/sharp-libvips-darwin-arm64@1.0.4': 3386 3452 optional: true 3387 3453 3454 + '@img/sharp-libvips-darwin-arm64@1.1.0': 3455 + optional: true 3456 + 3388 3457 '@img/sharp-libvips-darwin-x64@1.0.4': 3389 3458 optional: true 3390 3459 3460 + '@img/sharp-libvips-darwin-x64@1.1.0': 3461 + optional: true 3462 + 3391 3463 '@img/sharp-libvips-linux-arm64@1.0.4': 3392 3464 optional: true 3393 3465 3466 + '@img/sharp-libvips-linux-arm64@1.1.0': 3467 + optional: true 3468 + 3394 3469 '@img/sharp-libvips-linux-arm@1.0.5': 3395 3470 optional: true 3396 3471 3472 + '@img/sharp-libvips-linux-arm@1.1.0': 3473 + optional: true 3474 + 3475 + '@img/sharp-libvips-linux-ppc64@1.1.0': 3476 + optional: true 3477 + 3397 3478 '@img/sharp-libvips-linux-s390x@1.0.4': 3398 3479 optional: true 3399 3480 3481 + '@img/sharp-libvips-linux-s390x@1.1.0': 3482 + optional: true 3483 + 3400 3484 '@img/sharp-libvips-linux-x64@1.0.4': 3401 3485 optional: true 3402 3486 3487 + '@img/sharp-libvips-linux-x64@1.1.0': 3488 + optional: true 3489 + 3403 3490 '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 3404 3491 optional: true 3405 3492 3493 + '@img/sharp-libvips-linuxmusl-arm64@1.1.0': 3494 + optional: true 3495 + 3406 3496 '@img/sharp-libvips-linuxmusl-x64@1.0.4': 3407 3497 optional: true 3408 3498 3499 + '@img/sharp-libvips-linuxmusl-x64@1.1.0': 3500 + optional: true 3501 + 3409 3502 '@img/sharp-linux-arm64@0.33.5': 3410 3503 optionalDependencies: 3411 3504 '@img/sharp-libvips-linux-arm64': 1.0.4 3412 3505 optional: true 3413 3506 3507 + '@img/sharp-linux-arm64@0.34.2': 3508 + optionalDependencies: 3509 + '@img/sharp-libvips-linux-arm64': 1.1.0 3510 + optional: true 3511 + 3414 3512 '@img/sharp-linux-arm@0.33.5': 3415 3513 optionalDependencies: 3416 3514 '@img/sharp-libvips-linux-arm': 1.0.5 3417 3515 optional: true 3418 3516 3517 + '@img/sharp-linux-arm@0.34.2': 3518 + optionalDependencies: 3519 + '@img/sharp-libvips-linux-arm': 1.1.0 3520 + optional: true 3521 + 3419 3522 '@img/sharp-linux-s390x@0.33.5': 3420 3523 optionalDependencies: 3421 3524 '@img/sharp-libvips-linux-s390x': 1.0.4 3422 3525 optional: true 3423 3526 3527 + '@img/sharp-linux-s390x@0.34.2': 3528 + optionalDependencies: 3529 + '@img/sharp-libvips-linux-s390x': 1.1.0 3530 + optional: true 3531 + 3424 3532 '@img/sharp-linux-x64@0.33.5': 3425 3533 optionalDependencies: 3426 3534 '@img/sharp-libvips-linux-x64': 1.0.4 3427 3535 optional: true 3428 3536 3537 + '@img/sharp-linux-x64@0.34.2': 3538 + optionalDependencies: 3539 + '@img/sharp-libvips-linux-x64': 1.1.0 3540 + optional: true 3541 + 3429 3542 '@img/sharp-linuxmusl-arm64@0.33.5': 3430 3543 optionalDependencies: 3431 3544 '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 3432 3545 optional: true 3433 3546 3547 + '@img/sharp-linuxmusl-arm64@0.34.2': 3548 + optionalDependencies: 3549 + '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 3550 + optional: true 3551 + 3434 3552 '@img/sharp-linuxmusl-x64@0.33.5': 3435 3553 optionalDependencies: 3436 3554 '@img/sharp-libvips-linuxmusl-x64': 1.0.4 3555 + optional: true 3556 + 3557 + '@img/sharp-linuxmusl-x64@0.34.2': 3558 + optionalDependencies: 3559 + '@img/sharp-libvips-linuxmusl-x64': 1.1.0 3437 3560 optional: true 3438 3561 3439 3562 '@img/sharp-wasm32@0.33.5': ··· 3441 3564 '@emnapi/runtime': 1.4.3 3442 3565 optional: true 3443 3566 3567 + '@img/sharp-wasm32@0.34.2': 3568 + dependencies: 3569 + '@emnapi/runtime': 1.4.3 3570 + optional: true 3571 + 3572 + '@img/sharp-win32-arm64@0.34.2': 3573 + optional: true 3574 + 3444 3575 '@img/sharp-win32-ia32@0.33.5': 3445 3576 optional: true 3446 3577 3578 + '@img/sharp-win32-ia32@0.34.2': 3579 + optional: true 3580 + 3447 3581 '@img/sharp-win32-x64@0.33.5': 3448 3582 optional: true 3449 3583 3450 - '@isaacs/cliui@8.0.2': 3584 + '@img/sharp-win32-x64@0.34.2': 3585 + optional: true 3586 + 3587 + '@isaacs/fs-minipass@4.0.1': 3451 3588 dependencies: 3452 - string-width: 5.1.2 3453 - string-width-cjs: string-width@4.2.3 3454 - strip-ansi: 7.1.0 3455 - strip-ansi-cjs: strip-ansi@6.0.1 3456 - wrap-ansi: 8.1.0 3457 - wrap-ansi-cjs: wrap-ansi@7.0.0 3589 + minipass: 7.1.2 3458 3590 3459 3591 '@jridgewell/gen-mapping@0.3.8': 3460 3592 dependencies: ··· 3517 3649 3518 3650 '@oslojs/encoding@1.1.0': {} 3519 3651 3520 - '@pkgjs/parseargs@0.11.0': 3521 - optional: true 3522 - 3523 - '@preact/preset-vite@2.10.1(@babel/core@7.27.3)(preact@10.26.8)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0))': 3652 + '@preact/preset-vite@2.10.1(@babel/core@7.27.3)(preact@10.26.9)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3524 3653 dependencies: 3525 3654 '@babel/core': 7.27.3 3526 3655 '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.27.3) 3527 3656 '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.27.3) 3528 - '@prefresh/vite': 2.4.7(preact@10.26.8)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0)) 3657 + '@prefresh/vite': 2.4.7(preact@10.26.9)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3529 3658 '@rollup/pluginutils': 4.2.1 3530 3659 babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.27.3) 3531 3660 debug: 4.4.1 3532 3661 kolorist: 1.8.0 3533 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0) 3534 - vite-prerender-plugin: 0.5.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0)) 3662 + vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3663 + vite-prerender-plugin: 0.5.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3535 3664 transitivePeerDependencies: 3536 3665 - preact 3537 3666 - supports-color 3538 3667 3539 3668 '@preact/signals-core@1.9.0': {} 3540 3669 3541 - '@preact/signals@2.2.0(preact@10.26.8)': 3670 + '@preact/signals@2.2.0(preact@10.26.9)': 3542 3671 dependencies: 3543 3672 '@preact/signals-core': 1.9.0 3544 - preact: 10.26.8 3673 + preact: 10.26.9 3545 3674 3546 3675 '@prefresh/babel-plugin@0.5.1': {} 3547 3676 3548 - '@prefresh/core@1.5.3(preact@10.26.8)': 3677 + '@prefresh/core@1.5.3(preact@10.26.9)': 3549 3678 dependencies: 3550 - preact: 10.26.8 3679 + preact: 10.26.9 3551 3680 3552 3681 '@prefresh/utils@1.2.0': {} 3553 3682 3554 - '@prefresh/vite@2.4.7(preact@10.26.8)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0))': 3683 + '@prefresh/vite@2.4.7(preact@10.26.9)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3555 3684 dependencies: 3556 3685 '@babel/core': 7.27.3 3557 3686 '@prefresh/babel-plugin': 0.5.1 3558 - '@prefresh/core': 1.5.3(preact@10.26.8) 3687 + '@prefresh/core': 1.5.3(preact@10.26.9) 3559 3688 '@prefresh/utils': 1.2.0 3560 3689 '@rollup/pluginutils': 4.2.1 3561 - preact: 10.26.8 3562 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0) 3690 + preact: 10.26.9 3691 + vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3563 3692 transitivePeerDependencies: 3564 3693 - supports-color 3565 3694 ··· 3673 3802 dependencies: 3674 3803 tslib: 2.8.1 3675 3804 3676 - '@tailwindcss/typography@0.5.16(tailwindcss@3.4.17)': 3805 + '@tailwindcss/node@4.1.10': 3806 + dependencies: 3807 + '@ampproject/remapping': 2.3.0 3808 + enhanced-resolve: 5.18.1 3809 + jiti: 2.4.2 3810 + lightningcss: 1.30.1 3811 + magic-string: 0.30.17 3812 + source-map-js: 1.2.1 3813 + tailwindcss: 4.1.10 3814 + 3815 + '@tailwindcss/oxide-android-arm64@4.1.10': 3816 + optional: true 3817 + 3818 + '@tailwindcss/oxide-darwin-arm64@4.1.10': 3819 + optional: true 3820 + 3821 + '@tailwindcss/oxide-darwin-x64@4.1.10': 3822 + optional: true 3823 + 3824 + '@tailwindcss/oxide-freebsd-x64@4.1.10': 3825 + optional: true 3826 + 3827 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.10': 3828 + optional: true 3829 + 3830 + '@tailwindcss/oxide-linux-arm64-gnu@4.1.10': 3831 + optional: true 3832 + 3833 + '@tailwindcss/oxide-linux-arm64-musl@4.1.10': 3834 + optional: true 3835 + 3836 + '@tailwindcss/oxide-linux-x64-gnu@4.1.10': 3837 + optional: true 3838 + 3839 + '@tailwindcss/oxide-linux-x64-musl@4.1.10': 3840 + optional: true 3841 + 3842 + '@tailwindcss/oxide-wasm32-wasi@4.1.10': 3843 + optional: true 3844 + 3845 + '@tailwindcss/oxide-win32-arm64-msvc@4.1.10': 3846 + optional: true 3847 + 3848 + '@tailwindcss/oxide-win32-x64-msvc@4.1.10': 3849 + optional: true 3850 + 3851 + '@tailwindcss/oxide@4.1.10': 3852 + dependencies: 3853 + detect-libc: 2.0.4 3854 + tar: 7.4.3 3855 + optionalDependencies: 3856 + '@tailwindcss/oxide-android-arm64': 4.1.10 3857 + '@tailwindcss/oxide-darwin-arm64': 4.1.10 3858 + '@tailwindcss/oxide-darwin-x64': 4.1.10 3859 + '@tailwindcss/oxide-freebsd-x64': 4.1.10 3860 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.10 3861 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.10 3862 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.10 3863 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.10 3864 + '@tailwindcss/oxide-linux-x64-musl': 4.1.10 3865 + '@tailwindcss/oxide-wasm32-wasi': 4.1.10 3866 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.10 3867 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.10 3868 + 3869 + '@tailwindcss/typography@0.5.16(tailwindcss@4.1.10)': 3677 3870 dependencies: 3678 3871 lodash.castarray: 4.4.0 3679 3872 lodash.isplainobject: 4.0.6 3680 3873 lodash.merge: 4.6.2 3681 3874 postcss-selector-parser: 6.0.10 3682 - tailwindcss: 3.4.17 3875 + tailwindcss: 4.1.10 3876 + 3877 + '@tailwindcss/vite@4.1.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3878 + dependencies: 3879 + '@tailwindcss/node': 4.1.10 3880 + '@tailwindcss/oxide': 4.1.10 3881 + tailwindcss: 4.1.10 3882 + vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3683 3883 3684 3884 '@trysound/sax@0.2.0': {} 3685 3885 ··· 3810 4010 3811 4011 ansi-styles@6.2.1: {} 3812 4012 3813 - any-promise@1.3.0: {} 3814 - 3815 4013 anymatch@3.1.3: 3816 4014 dependencies: 3817 4015 normalize-path: 3.0.0 3818 4016 picomatch: 2.3.1 3819 4017 3820 - arg@5.0.2: {} 3821 - 3822 4018 argparse@2.0.1: {} 3823 4019 3824 4020 aria-query@5.3.2: {} ··· 3836 4032 - debug 3837 4033 - supports-color 3838 4034 3839 - astro@5.9.1(@types/node@22.15.27)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0): 4035 + astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0): 3840 4036 dependencies: 3841 4037 '@astrojs/compiler': 2.12.2 3842 4038 '@astrojs/internal-helpers': 0.6.1 ··· 3891 4087 unist-util-visit: 5.0.0 3892 4088 unstorage: 1.16.0 3893 4089 vfile: 6.0.3 3894 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0) 3895 - vitefu: 1.0.6(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0)) 4090 + vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 4091 + vitefu: 1.0.6(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3896 4092 xxhash-wasm: 1.1.0 3897 4093 yargs-parser: 21.1.1 3898 4094 yocto-spinner: 0.2.3 ··· 3938 4134 3939 4135 asynckit@0.4.0: {} 3940 4136 3941 - autoprefixer@10.4.21(postcss@8.5.4): 3942 - dependencies: 3943 - browserslist: 4.25.0 3944 - caniuse-lite: 1.0.30001720 3945 - fraction.js: 4.3.7 3946 - normalize-range: 0.1.2 3947 - picocolors: 1.1.1 3948 - postcss: 8.5.4 3949 - postcss-value-parser: 4.2.0 3950 - 3951 4137 axios@1.9.0: 3952 4138 dependencies: 3953 4139 follow-redirects: 1.15.9 ··· 3964 4150 3965 4151 bail@2.0.2: {} 3966 4152 3967 - balanced-match@1.0.2: {} 3968 - 3969 4153 base-64@1.0.0: {} 3970 4154 3971 4155 base64-js@1.5.1: {} 3972 - 3973 - binary-extensions@2.3.0: {} 3974 4156 3975 4157 blob-to-buffer@1.2.9: {} 3976 4158 ··· 3987 4169 widest-line: 5.0.0 3988 4170 wrap-ansi: 9.0.0 3989 4171 3990 - brace-expansion@2.0.1: 3991 - dependencies: 3992 - balanced-match: 1.0.2 3993 - 3994 4172 braces@3.0.3: 3995 4173 dependencies: 3996 4174 fill-range: 7.1.1 ··· 4012 4190 dependencies: 4013 4191 es-errors: 1.3.0 4014 4192 function-bind: 1.1.2 4015 - 4016 - camelcase-css@2.0.1: {} 4017 4193 4018 4194 camelcase@8.0.0: {} 4019 4195 ··· 4054 4230 undici: 6.21.3 4055 4231 whatwg-mimetype: 4.0.0 4056 4232 4057 - chokidar@3.6.0: 4058 - dependencies: 4059 - anymatch: 3.1.3 4060 - braces: 3.0.3 4061 - glob-parent: 5.1.2 4062 - is-binary-path: 2.1.0 4063 - is-glob: 4.0.3 4064 - normalize-path: 3.0.0 4065 - readdirp: 3.6.0 4066 - optionalDependencies: 4067 - fsevents: 2.3.3 4068 - 4069 4233 chokidar@4.0.3: 4070 4234 dependencies: 4071 4235 readdirp: 4.1.2 4072 4236 4073 4237 chownr@2.0.0: {} 4238 + 4239 + chownr@3.0.0: {} 4074 4240 4075 4241 ci-info@4.2.0: {} 4076 4242 ··· 4110 4276 4111 4277 comma-separated-tokens@2.0.3: {} 4112 4278 4113 - commander@4.1.1: {} 4114 - 4115 4279 commander@7.2.0: {} 4116 4280 4117 4281 common-ancestor-path@1.0.1: {} ··· 4132 4296 transitivePeerDependencies: 4133 4297 - encoding 4134 4298 4135 - cross-spawn@7.0.6: 4136 - dependencies: 4137 - path-key: 3.1.1 4138 - shebang-command: 2.0.0 4139 - which: 2.0.2 4140 - 4141 4299 crossws@0.3.5: 4142 4300 dependencies: 4143 4301 uncrypto: 0.1.3 ··· 4207 4365 4208 4366 dfa@1.2.0: {} 4209 4367 4210 - didyoumean@1.2.2: {} 4211 - 4212 4368 diff@5.2.0: {} 4213 4369 4214 4370 dlv@1.1.3: {} ··· 4239 4395 es-errors: 1.3.0 4240 4396 gopd: 1.2.0 4241 4397 4242 - eastasianwidth@0.2.0: {} 4243 - 4244 4398 ee-first@1.1.1: {} 4245 4399 4246 4400 electron-to-chromium@1.5.161: {} ··· 4254 4408 4255 4409 emoji-regex@8.0.0: {} 4256 4410 4257 - emoji-regex@9.2.2: {} 4258 - 4259 4411 encodeurl@2.0.0: {} 4260 4412 4261 4413 encoding-sniffer@0.2.0: ··· 4266 4418 end-of-stream@1.4.4: 4267 4419 dependencies: 4268 4420 once: 1.4.0 4421 + 4422 + enhanced-resolve@5.18.1: 4423 + dependencies: 4424 + graceful-fs: 4.2.11 4425 + tapable: 2.2.2 4269 4426 4270 4427 entities@4.5.0: {} 4271 4428 ··· 4442 4599 unicode-properties: 1.4.1 4443 4600 unicode-trie: 2.0.0 4444 4601 4445 - foreground-child@3.3.1: 4446 - dependencies: 4447 - cross-spawn: 7.0.6 4448 - signal-exit: 4.1.0 4449 - 4450 4602 form-data@4.0.2: 4451 4603 dependencies: 4452 4604 asynckit: 0.4.0 4453 4605 combined-stream: 1.0.8 4454 4606 es-set-tostringtag: 2.1.0 4455 4607 mime-types: 2.1.35 4456 - 4457 - fraction.js@4.3.7: {} 4458 4608 4459 4609 fresh@2.0.0: {} 4460 4610 ··· 4501 4651 dependencies: 4502 4652 is-glob: 4.0.3 4503 4653 4504 - glob-parent@6.0.2: 4505 - dependencies: 4506 - is-glob: 4.0.3 4507 - 4508 - glob@10.4.5: 4509 - dependencies: 4510 - foreground-child: 3.3.1 4511 - jackspeak: 3.4.3 4512 - minimatch: 9.0.5 4513 - minipass: 7.1.2 4514 - package-json-from-dist: 1.0.1 4515 - path-scurry: 1.11.1 4516 - 4517 4654 globals@11.12.0: {} 4518 4655 4519 4656 globals@15.15.0: {} 4520 4657 4521 4658 gopd@1.2.0: {} 4659 + 4660 + graceful-fs@4.2.11: {} 4522 4661 4523 4662 h3@1.15.3: 4524 4663 dependencies: ··· 4714 4853 4715 4854 is-arrayish@0.3.2: {} 4716 4855 4717 - is-binary-path@2.1.0: 4718 - dependencies: 4719 - binary-extensions: 2.3.0 4720 - 4721 - is-core-module@2.16.1: 4722 - dependencies: 4723 - hasown: 2.0.2 4724 - 4725 4856 is-decimal@2.0.1: {} 4726 4857 4727 4858 is-docker@3.0.0: {} ··· 4748 4879 dependencies: 4749 4880 is-inside-container: 1.0.0 4750 4881 4751 - isexe@2.0.0: {} 4752 - 4753 - jackspeak@3.4.3: 4754 - dependencies: 4755 - '@isaacs/cliui': 8.0.2 4756 - optionalDependencies: 4757 - '@pkgjs/parseargs': 0.11.0 4758 - 4759 - jiti@1.21.7: {} 4760 - 4761 - jiti@2.4.2: 4762 - optional: true 4882 + jiti@2.4.2: {} 4763 4883 4764 4884 js-tokens@4.0.0: {} 4765 4885 ··· 4783 4903 4784 4904 kolorist@1.8.0: {} 4785 4905 4786 - lilconfig@3.1.3: {} 4906 + lightningcss-darwin-arm64@1.30.1: 4907 + optional: true 4787 4908 4788 - lines-and-columns@1.2.4: {} 4909 + lightningcss-darwin-x64@1.30.1: 4910 + optional: true 4911 + 4912 + lightningcss-freebsd-x64@1.30.1: 4913 + optional: true 4914 + 4915 + lightningcss-linux-arm-gnueabihf@1.30.1: 4916 + optional: true 4917 + 4918 + lightningcss-linux-arm64-gnu@1.30.1: 4919 + optional: true 4920 + 4921 + lightningcss-linux-arm64-musl@1.30.1: 4922 + optional: true 4923 + 4924 + lightningcss-linux-x64-gnu@1.30.1: 4925 + optional: true 4926 + 4927 + lightningcss-linux-x64-musl@1.30.1: 4928 + optional: true 4929 + 4930 + lightningcss-win32-arm64-msvc@1.30.1: 4931 + optional: true 4932 + 4933 + lightningcss-win32-x64-msvc@1.30.1: 4934 + optional: true 4935 + 4936 + lightningcss@1.30.1: 4937 + dependencies: 4938 + detect-libc: 2.0.4 4939 + optionalDependencies: 4940 + lightningcss-darwin-arm64: 1.30.1 4941 + lightningcss-darwin-x64: 1.30.1 4942 + lightningcss-freebsd-x64: 1.30.1 4943 + lightningcss-linux-arm-gnueabihf: 1.30.1 4944 + lightningcss-linux-arm64-gnu: 1.30.1 4945 + lightningcss-linux-arm64-musl: 1.30.1 4946 + lightningcss-linux-x64-gnu: 1.30.1 4947 + lightningcss-linux-x64-musl: 1.30.1 4948 + lightningcss-win32-arm64-msvc: 1.30.1 4949 + lightningcss-win32-x64-msvc: 1.30.1 4789 4950 4790 4951 local-pkg@0.5.1: 4791 4952 dependencies: ··· 5288 5449 dependencies: 5289 5450 mime-db: 1.54.0 5290 5451 5291 - minimatch@9.0.5: 5292 - dependencies: 5293 - brace-expansion: 2.0.1 5294 - 5295 5452 minipass@3.3.6: 5296 5453 dependencies: 5297 5454 yallist: 4.0.0 ··· 5306 5463 dependencies: 5307 5464 minipass: 3.3.6 5308 5465 yallist: 4.0.0 5466 + 5467 + minizlib@3.0.2: 5468 + dependencies: 5469 + minipass: 7.1.2 5309 5470 5310 5471 mkdirp@1.0.4: {} 5311 5472 5473 + mkdirp@3.0.1: {} 5474 + 5312 5475 mlly@1.7.4: 5313 5476 dependencies: 5314 5477 acorn: 8.14.1 ··· 5321 5484 ms@2.1.3: {} 5322 5485 5323 5486 muggle-string@0.4.1: {} 5324 - 5325 - mz@2.7.0: 5326 - dependencies: 5327 - any-promise: 1.3.0 5328 - object-assign: 4.1.1 5329 - thenify-all: 1.6.0 5330 5487 5331 5488 nanoid@3.3.11: {} 5332 5489 ··· 5353 5510 5354 5511 normalize-path@3.0.0: {} 5355 5512 5356 - normalize-range@0.1.2: {} 5357 - 5358 5513 nth-check@2.1.1: 5359 5514 dependencies: 5360 5515 boolbase: 1.0.0 5361 - 5362 - object-assign@4.1.1: {} 5363 - 5364 - object-hash@3.0.0: {} 5365 5516 5366 5517 ofetch@1.4.1: 5367 5518 dependencies: ··· 5397 5548 p-timeout: 6.1.4 5398 5549 5399 5550 p-timeout@6.1.4: {} 5400 - 5401 - package-json-from-dist@1.0.1: {} 5402 5551 5403 5552 package-manager-detector@1.3.0: {} 5404 5553 ··· 5438 5587 5439 5588 path-browserify@1.0.1: {} 5440 5589 5441 - path-key@3.1.1: {} 5442 - 5443 - path-parse@1.0.7: {} 5444 - 5445 - path-scurry@1.11.1: 5446 - dependencies: 5447 - lru-cache: 10.4.3 5448 - minipass: 7.1.2 5449 - 5450 5590 pathe@1.1.2: {} 5451 5591 5452 5592 pathe@2.0.3: {} ··· 5459 5599 5460 5600 picomatch@4.0.2: {} 5461 5601 5462 - pify@2.3.0: {} 5463 - 5464 - pirates@4.0.7: {} 5465 - 5466 5602 pkg-types@1.3.1: 5467 5603 dependencies: 5468 5604 confbox: 0.1.8 ··· 5474 5610 confbox: 0.2.2 5475 5611 exsolve: 1.0.5 5476 5612 pathe: 2.0.3 5477 - 5478 - postcss-import@15.1.0(postcss@8.5.4): 5479 - dependencies: 5480 - postcss: 8.5.4 5481 - postcss-value-parser: 4.2.0 5482 - read-cache: 1.0.0 5483 - resolve: 1.22.10 5484 - 5485 - postcss-js@4.0.1(postcss@8.5.4): 5486 - dependencies: 5487 - camelcase-css: 2.0.1 5488 - postcss: 8.5.4 5489 - 5490 - postcss-load-config@4.0.2(postcss@8.5.4): 5491 - dependencies: 5492 - lilconfig: 3.1.3 5493 - yaml: 2.8.0 5494 - optionalDependencies: 5495 - postcss: 8.5.4 5496 - 5497 - postcss-nested@6.2.0(postcss@8.5.4): 5498 - dependencies: 5499 - postcss: 8.5.4 5500 - postcss-selector-parser: 6.1.2 5501 5613 5502 5614 postcss-selector-parser@6.0.10: 5503 5615 dependencies: 5504 5616 cssesc: 3.0.0 5505 5617 util-deprecate: 1.0.2 5506 5618 5507 - postcss-selector-parser@6.1.2: 5508 - dependencies: 5509 - cssesc: 3.0.0 5510 - util-deprecate: 1.0.2 5511 - 5512 - postcss-value-parser@4.2.0: {} 5513 - 5514 5619 postcss@8.5.4: 5515 5620 dependencies: 5516 5621 nanoid: 3.3.11 5517 5622 picocolors: 1.1.1 5518 5623 source-map-js: 1.2.1 5519 5624 5520 - preact-render-to-string@6.5.13(preact@10.26.8): 5625 + preact-render-to-string@6.5.13(preact@10.26.9): 5521 5626 dependencies: 5522 - preact: 10.26.8 5627 + preact: 10.26.9 5523 5628 5524 - preact@10.26.8: {} 5629 + preact@10.26.9: {} 5525 5630 5526 5631 prettier@2.8.7: 5527 5632 optional: true ··· 5552 5657 5553 5658 range-parser@1.2.1: {} 5554 5659 5555 - read-cache@1.0.0: 5556 - dependencies: 5557 - pify: 2.3.0 5558 - 5559 - readdirp@3.6.0: 5560 - dependencies: 5561 - picomatch: 2.3.1 5562 - 5563 5660 readdirp@4.1.2: {} 5564 5661 5565 5662 recma-build-jsx@1.0.0: ··· 5691 5788 5692 5789 require-from-string@2.0.2: {} 5693 5790 5694 - resolve@1.22.10: 5695 - dependencies: 5696 - is-core-module: 2.16.1 5697 - path-parse: 1.0.7 5698 - supports-preserve-symlinks-flag: 1.0.0 5699 - 5700 5791 restructure@3.0.2: {} 5701 5792 5702 5793 retext-latin@4.0.0: ··· 5807 5898 '@img/sharp-wasm32': 0.33.5 5808 5899 '@img/sharp-win32-ia32': 0.33.5 5809 5900 '@img/sharp-win32-x64': 0.33.5 5901 + optional: true 5810 5902 5811 - shebang-command@2.0.0: 5903 + sharp@0.34.2: 5812 5904 dependencies: 5813 - shebang-regex: 3.0.0 5814 - 5815 - shebang-regex@3.0.0: {} 5905 + color: 4.2.3 5906 + detect-libc: 2.0.4 5907 + semver: 7.7.2 5908 + optionalDependencies: 5909 + '@img/sharp-darwin-arm64': 0.34.2 5910 + '@img/sharp-darwin-x64': 0.34.2 5911 + '@img/sharp-libvips-darwin-arm64': 1.1.0 5912 + '@img/sharp-libvips-darwin-x64': 1.1.0 5913 + '@img/sharp-libvips-linux-arm': 1.1.0 5914 + '@img/sharp-libvips-linux-arm64': 1.1.0 5915 + '@img/sharp-libvips-linux-ppc64': 1.1.0 5916 + '@img/sharp-libvips-linux-s390x': 1.1.0 5917 + '@img/sharp-libvips-linux-x64': 1.1.0 5918 + '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 5919 + '@img/sharp-libvips-linuxmusl-x64': 1.1.0 5920 + '@img/sharp-linux-arm': 0.34.2 5921 + '@img/sharp-linux-arm64': 0.34.2 5922 + '@img/sharp-linux-s390x': 0.34.2 5923 + '@img/sharp-linux-x64': 0.34.2 5924 + '@img/sharp-linuxmusl-arm64': 0.34.2 5925 + '@img/sharp-linuxmusl-x64': 0.34.2 5926 + '@img/sharp-wasm32': 0.34.2 5927 + '@img/sharp-win32-arm64': 0.34.2 5928 + '@img/sharp-win32-ia32': 0.34.2 5929 + '@img/sharp-win32-x64': 0.34.2 5816 5930 5817 5931 shiki@3.4.2: 5818 5932 dependencies: ··· 5824 5938 '@shikijs/types': 3.4.2 5825 5939 '@shikijs/vscode-textmate': 10.0.2 5826 5940 '@types/hast': 3.0.4 5827 - 5828 - signal-exit@4.1.0: {} 5829 5941 5830 5942 simple-code-frame@1.3.0: 5831 5943 dependencies: ··· 5855 5967 is-fullwidth-code-point: 3.0.0 5856 5968 strip-ansi: 6.0.1 5857 5969 5858 - string-width@5.1.2: 5859 - dependencies: 5860 - eastasianwidth: 0.2.0 5861 - emoji-regex: 9.2.2 5862 - strip-ansi: 7.1.0 5863 - 5864 5970 string-width@7.2.0: 5865 5971 dependencies: 5866 5972 emoji-regex: 10.4.0 ··· 5890 5996 dependencies: 5891 5997 inline-style-parser: 0.2.4 5892 5998 5893 - sucrase@3.35.0: 5894 - dependencies: 5895 - '@jridgewell/gen-mapping': 0.3.8 5896 - commander: 4.1.1 5897 - glob: 10.4.5 5898 - lines-and-columns: 1.2.4 5899 - mz: 2.7.0 5900 - pirates: 4.0.7 5901 - ts-interface-checker: 0.1.13 5902 - 5903 - supports-preserve-symlinks-flag@1.0.0: {} 5904 - 5905 5999 svgo@3.3.2: 5906 6000 dependencies: 5907 6001 '@trysound/sax': 0.2.0 ··· 5912 6006 csso: 5.0.5 5913 6007 picocolors: 1.1.1 5914 6008 5915 - tailwindcss@3.4.17: 5916 - dependencies: 5917 - '@alloc/quick-lru': 5.2.0 5918 - arg: 5.0.2 5919 - chokidar: 3.6.0 5920 - didyoumean: 1.2.2 5921 - dlv: 1.1.3 5922 - fast-glob: 3.3.3 5923 - glob-parent: 6.0.2 5924 - is-glob: 4.0.3 5925 - jiti: 1.21.7 5926 - lilconfig: 3.1.3 5927 - micromatch: 4.0.8 5928 - normalize-path: 3.0.0 5929 - object-hash: 3.0.0 5930 - picocolors: 1.1.1 5931 - postcss: 8.5.4 5932 - postcss-import: 15.1.0(postcss@8.5.4) 5933 - postcss-js: 4.0.1(postcss@8.5.4) 5934 - postcss-load-config: 4.0.2(postcss@8.5.4) 5935 - postcss-nested: 6.2.0(postcss@8.5.4) 5936 - postcss-selector-parser: 6.1.2 5937 - resolve: 1.22.10 5938 - sucrase: 3.35.0 5939 - transitivePeerDependencies: 5940 - - ts-node 6009 + tailwindcss@4.1.10: {} 6010 + 6011 + tapable@2.2.2: {} 5941 6012 5942 6013 tar@6.2.1: 5943 6014 dependencies: ··· 5948 6019 mkdirp: 1.0.4 5949 6020 yallist: 4.0.0 5950 6021 5951 - thenify-all@1.6.0: 5952 - dependencies: 5953 - thenify: 3.3.1 5954 - 5955 - thenify@3.3.1: 6022 + tar@7.4.3: 5956 6023 dependencies: 5957 - any-promise: 1.3.0 6024 + '@isaacs/fs-minipass': 4.0.1 6025 + chownr: 3.0.0 6026 + minipass: 7.1.2 6027 + minizlib: 3.0.2 6028 + mkdirp: 3.0.1 6029 + yallist: 5.0.0 5958 6030 5959 6031 tiny-inflate@1.0.3: {} 5960 6032 ··· 5978 6050 trim-lines@3.0.1: {} 5979 6051 5980 6052 trough@2.2.0: {} 5981 - 5982 - ts-interface-checker@0.1.13: {} 5983 6053 5984 6054 tsconfck@3.1.6(typescript@5.8.3): 5985 6055 optionalDependencies: ··· 6112 6182 '@types/unist': 3.0.3 6113 6183 vfile-message: 4.0.2 6114 6184 6115 - vite-prerender-plugin@0.5.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0)): 6185 + vite-prerender-plugin@0.5.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)): 6116 6186 dependencies: 6117 6187 kolorist: 1.8.0 6118 6188 magic-string: 0.30.17 ··· 6120 6190 simple-code-frame: 1.3.0 6121 6191 source-map: 0.7.4 6122 6192 stack-trace: 1.0.0-pre2 6123 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0) 6193 + vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 6124 6194 6125 - vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0): 6195 + vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0): 6126 6196 dependencies: 6127 6197 esbuild: 0.25.5 6128 6198 fdir: 6.4.5(picomatch@4.0.2) ··· 6134 6204 '@types/node': 22.15.27 6135 6205 fsevents: 2.3.3 6136 6206 jiti: 2.4.2 6207 + lightningcss: 1.30.1 6137 6208 yaml: 2.8.0 6138 6209 6139 - vitefu@1.0.6(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0)): 6210 + vitefu@1.0.6(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)): 6140 6211 optionalDependencies: 6141 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(yaml@2.8.0) 6212 + vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 6142 6213 6143 6214 volar-service-css@0.0.62(@volar/language-service@2.4.14): 6144 6215 dependencies: ··· 6266 6337 6267 6338 which-pm-runs@1.1.0: {} 6268 6339 6269 - which@2.0.2: 6270 - dependencies: 6271 - isexe: 2.0.0 6272 - 6273 6340 widest-line@5.0.0: 6274 6341 dependencies: 6275 6342 string-width: 7.2.0 ··· 6280 6347 string-width: 4.2.3 6281 6348 strip-ansi: 6.0.1 6282 6349 6283 - wrap-ansi@8.1.0: 6284 - dependencies: 6285 - ansi-styles: 6.2.1 6286 - string-width: 5.1.2 6287 - strip-ansi: 7.1.0 6288 - 6289 6350 wrap-ansi@9.0.0: 6290 6351 dependencies: 6291 6352 ansi-styles: 6.2.1 ··· 6301 6362 yallist@3.1.1: {} 6302 6363 6303 6364 yallist@4.0.0: {} 6365 + 6366 + yallist@5.0.0: {} 6304 6367 6305 6368 yaml-language-server@1.15.0: 6306 6369 dependencies:
+1
pnpm-workspace.yaml
··· 1 1 onlyBuiltDependencies: 2 + - '@tailwindcss/oxide' 2 3 - esbuild 3 4 - sharp
+2
src/styles/aria.css
··· 1 + @import "tailwindcss"; 2 + 1 3 /* @font-face { 2 4 font-family: "Noto Sans"; 3 5 src: local("Noto Sans"), url("/static/fonts/NotoSansDisplay-Regular.ttf")