[Archived] Archived WIP of vielle.dev

Chore: Fix file naming and move arrow.svg.astro to be just an svg component

+18 -654
-10
astro.config.mjs
··· 1 1 // @ts-check 2 2 import { defineConfig } from "astro/config"; 3 3 4 - import svelte from "@astrojs/svelte"; 5 - 6 - import cloudflare from "@astrojs/cloudflare"; 7 - 8 4 import mdx from "@astrojs/mdx"; 9 5 10 6 import sitemap from "@astrojs/sitemap"; ··· 12 8 // https://astro.build/config 13 9 export default defineConfig({ 14 10 integrations: [ 15 - svelte({ 16 - extensions: [".svelte"], 17 - compilerOptions: { 18 - runes: true, 19 - }, 20 - }), 21 11 mdx(), 22 12 sitemap(), 23 13 ],
-5
package.json
··· 11 11 }, 12 12 "dependencies": { 13 13 "@astrojs/check": "^0.9.4", 14 - "@astrojs/cloudflare": "^12.5.3", 15 14 "@astrojs/mdx": "^4.2.6", 16 15 "@astrojs/rss": "^4.0.11", 17 16 "@astrojs/sitemap": "^3.4.0", 18 - "@astrojs/svelte": "7.0.13", 19 17 "astro": "5.7.13", 20 18 "lunarphase-js": "^2.0.3", 21 - "markdown-it": "^14.1.0", 22 - "nanostores": "^1.0.1", 23 - "svelte": "^5.32.1", 24 19 "typescript": "^5.8.3" 25 20 } 26 21 }
+8 -625
pnpm-lock.yaml
··· 11 11 '@astrojs/check': 12 12 specifier: ^0.9.4 13 13 version: 0.9.4(typescript@5.8.3) 14 - '@astrojs/cloudflare': 15 - specifier: ^12.5.3 16 - version: 12.5.3(@types/node@22.15.20)(astro@5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0))(yaml@2.8.0) 17 14 '@astrojs/mdx': 18 15 specifier: ^4.2.6 19 16 version: 4.2.6(astro@5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0)) ··· 23 20 '@astrojs/sitemap': 24 21 specifier: ^3.4.0 25 22 version: 3.4.0 26 - '@astrojs/svelte': 27 - specifier: 7.0.13 28 - version: 7.0.13(@types/node@22.15.20)(astro@5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0))(svelte@5.32.1)(typescript@5.8.3)(yaml@2.8.0) 29 23 astro: 30 24 specifier: 5.7.13 31 25 version: 5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0) 32 26 lunarphase-js: 33 27 specifier: ^2.0.3 34 28 version: 2.0.3 35 - markdown-it: 36 - specifier: ^14.1.0 37 - version: 14.1.0 38 - nanostores: 39 - specifier: ^1.0.1 40 - version: 1.0.1 41 - svelte: 42 - specifier: ^5.32.1 43 - version: 5.32.1 44 29 typescript: 45 30 specifier: ^5.8.3 46 31 version: 5.8.3 47 32 48 33 packages: 49 34 50 - '@ampproject/remapping@2.3.0': 51 - resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} 52 - engines: {node: '>=6.0.0'} 53 - 54 35 '@astrojs/check@0.9.4': 55 36 resolution: {integrity: sha512-IOheHwCtpUfvogHHsvu0AbeRZEnjJg3MopdLddkJE70mULItS/Vh37BHcI00mcOJcH1vhD3odbpvWokpxam7xA==} 56 37 hasBin: true 57 38 peerDependencies: 58 39 typescript: ^5.0.0 59 40 60 - '@astrojs/cloudflare@12.5.3': 61 - resolution: {integrity: sha512-QYA6gkF+s3LpDNT0KoURgJeByjiSvUABK1VXBpi9yzqUQfWm3kSAtn0aBXX8EkRlE5UaJ0CkArizfgfqr9zBhA==} 62 - peerDependencies: 63 - astro: ^5.0.0 64 - 65 41 '@astrojs/compiler@2.12.0': 66 42 resolution: {integrity: sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==} 67 43 ··· 99 75 '@astrojs/sitemap@3.4.0': 100 76 resolution: {integrity: sha512-C5m/xsKvRSILKM3hy47n5wKtTQtJXn8epoYuUmCCstaE9XBt20yInym3Bz2uNbEiNfv11bokoW0MqeXPIvjFIQ==} 101 77 102 - '@astrojs/svelte@7.0.13': 103 - resolution: {integrity: sha512-wAWZu3Y/shIa83qVWyhr34vqwfl0GOXLsTYp081mMMOzuiyDAqmusFILua2zpbhqsQhQlhH/BYbGLEIQ/zQpRA==} 104 - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 105 - peerDependencies: 106 - astro: ^5.0.0 107 - svelte: ^5.1.16 108 - typescript: ^5.3.3 109 - 110 78 '@astrojs/telemetry@3.2.1': 111 79 resolution: {integrity: sha512-SSVM820Jqc6wjsn7qYfV9qfeQvePtVc1nSofhyap7l0/iakUKywj3hfy3UJAOV4sGV4Q/u450RD4AaCaFvNPlg==} 112 80 engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 113 - 114 - '@astrojs/underscore-redirects@0.6.1': 115 - resolution: {integrity: sha512-4bMLrs2KW+8/vHEE5Ffv2HbxCbbgXO+2N6MpoCsMXUlUoi7pgEEx8kbkzMXJ2dZtWF3gvwm9lvgjnFeanC2LGg==} 116 81 117 82 '@astrojs/yaml2ts@0.2.2': 118 83 resolution: {integrity: sha512-GOfvSr5Nqy2z5XiwqTouBBpy5FyI6DEe+/g/Mk5am9SjILN1S5fOEvYK0GuWHg98yS/dobP4m8qyqw/URW35fQ==} ··· 137 102 '@capsizecss/unpack@2.4.0': 138 103 resolution: {integrity: sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==} 139 104 140 - '@cloudflare/kv-asset-handler@0.4.0': 141 - resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==} 142 - engines: {node: '>=18.0.0'} 143 - 144 - '@cloudflare/unenv-preset@2.3.2': 145 - resolution: {integrity: sha512-MtUgNl+QkQyhQvv5bbWP+BpBC1N0me4CHHuP2H4ktmOMKdB/6kkz/lo+zqiA4mEazb4y+1cwyNjVrQ2DWeE4mg==} 146 - peerDependencies: 147 - unenv: 2.0.0-rc.17 148 - workerd: ^1.20250508.0 149 - peerDependenciesMeta: 150 - workerd: 151 - optional: true 152 - 153 - '@cloudflare/workerd-darwin-64@1.20250508.0': 154 - resolution: {integrity: sha512-9x09MrA9Y5RQs3zqWvWns8xHgM2pVNXWpeJ+3hQYu4PrwPFZXtTD6b/iMmOnlYKzINlREq1RGeEybMFyWEUlUg==} 155 - engines: {node: '>=16'} 156 - cpu: [x64] 157 - os: [darwin] 158 - 159 - '@cloudflare/workerd-darwin-arm64@1.20250508.0': 160 - resolution: {integrity: sha512-0Ili+nE2LLRzYue/yPc1pepSyNNg6LxR3/ng/rlQzVQUxPXIXldHFkJ/ynsYwQnAcf6OxasSi/kbTm6yvDoSAQ==} 161 - engines: {node: '>=16'} 162 - cpu: [arm64] 163 - os: [darwin] 164 - 165 - '@cloudflare/workerd-linux-64@1.20250508.0': 166 - resolution: {integrity: sha512-5saVrZ3uVwYxvBa7BaonXjeqB6X0YF3ak05qvBaWcmZ3FNmnarMm2W8842cnbhnckDVBpB/iDo51Sy6Y7y1jcw==} 167 - engines: {node: '>=16'} 168 - cpu: [x64] 169 - os: [linux] 170 - 171 - '@cloudflare/workerd-linux-arm64@1.20250508.0': 172 - resolution: {integrity: sha512-muQe1pkxRi3eaq1Q417xvfGd2SlktbLTzNhT5Yftsx8OecWrYuB8i4ttR6Nr5ER06bfEj0FqQjqJJhcp6wLLUQ==} 173 - engines: {node: '>=16'} 174 - cpu: [arm64] 175 - os: [linux] 176 - 177 - '@cloudflare/workerd-windows-64@1.20250508.0': 178 - resolution: {integrity: sha512-EJj8iTWFMqjgvZUxxNvzK7frA1JMFi3y/9eDIdZPL/OaQh3cmk5Lai5DCXsKYUxfooMBZWYTp53zOLrvuJI8VQ==} 179 - engines: {node: '>=16'} 180 - cpu: [x64] 181 - os: [win32] 182 - 183 - '@cloudflare/workers-types@4.20250520.0': 184 - resolution: {integrity: sha512-bMPrpZREctlSaKtqIp3mdRjgyRSgioPQDUlhOeCUYRIo9DzWUACvw/u5kq3GQMmE4V1/nVCGHb7a1Ie8f5wG5g==} 185 - 186 - '@cspotcode/source-map-support@0.8.1': 187 - resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} 188 - engines: {node: '>=12'} 189 - 190 105 '@emmetio/abbreviation@2.3.3': 191 106 resolution: {integrity: sha512-mgv58UrU3rh4YgbE/TzgLQwJ3pFsHHhCLqY20aJq+9comytTXUDNGG/SMtSeMJdkpxgXSXunBGLD8Boka3JyVA==} 192 107 ··· 361 276 cpu: [x64] 362 277 os: [win32] 363 278 364 - '@fastify/busboy@2.1.1': 365 - resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} 366 - engines: {node: '>=14'} 367 - 368 279 '@img/sharp-darwin-arm64@0.33.5': 369 280 resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} 370 281 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 470 381 cpu: [x64] 471 382 os: [win32] 472 383 473 - '@jridgewell/gen-mapping@0.3.8': 474 - resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} 475 - engines: {node: '>=6.0.0'} 476 - 477 - '@jridgewell/resolve-uri@3.1.2': 478 - resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 479 - engines: {node: '>=6.0.0'} 480 - 481 - '@jridgewell/set-array@1.2.1': 482 - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} 483 - engines: {node: '>=6.0.0'} 484 - 485 384 '@jridgewell/sourcemap-codec@1.5.0': 486 385 resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} 487 - 488 - '@jridgewell/trace-mapping@0.3.25': 489 - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} 490 - 491 - '@jridgewell/trace-mapping@0.3.9': 492 - resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} 493 386 494 387 '@mdx-js/mdx@3.1.0': 495 388 resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==} ··· 639 532 '@shikijs/vscode-textmate@10.0.2': 640 533 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} 641 534 642 - '@sveltejs/acorn-typescript@1.0.5': 643 - resolution: {integrity: sha512-IwQk4yfwLdibDlrXVE04jTZYlLnwsTT2PIOQQGNLWfjavGifnk1JD1LcZjZaBTRcxZu2FfPfNLOE04DSu9lqtQ==} 644 - peerDependencies: 645 - acorn: ^8.9.0 646 - 647 - '@sveltejs/vite-plugin-svelte-inspector@4.0.1': 648 - resolution: {integrity: sha512-J/Nmb2Q2y7mck2hyCX4ckVHcR5tu2J+MtBEQqpDrrgELZ2uvraQcK/ioCV61AqkdXFgriksOKIceDcQmqnGhVw==} 649 - engines: {node: ^18.0.0 || ^20.0.0 || >=22} 650 - peerDependencies: 651 - '@sveltejs/vite-plugin-svelte': ^5.0.0 652 - svelte: ^5.0.0 653 - vite: ^6.0.0 654 - 655 - '@sveltejs/vite-plugin-svelte@5.0.3': 656 - resolution: {integrity: sha512-MCFS6CrQDu1yGwspm4qtli0e63vaPCehf6V7pIMP15AsWgMKrqDGCPFF/0kn4SP0ii4aySu4Pa62+fIRGFMjgw==} 657 - engines: {node: ^18.0.0 || ^20.0.0 || >=22} 658 - peerDependencies: 659 - svelte: ^5.0.0 660 - vite: ^6.0.0 661 - 662 535 '@swc/helpers@0.5.17': 663 536 resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} 664 537 ··· 738 611 peerDependencies: 739 612 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 740 613 741 - acorn-walk@8.3.2: 742 - resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} 743 - engines: {node: '>=0.4.0'} 744 - 745 - acorn@8.14.0: 746 - resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} 747 - engines: {node: '>=0.4.0'} 748 - hasBin: true 749 - 750 614 acorn@8.14.1: 751 615 resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} 752 616 engines: {node: '>=0.4.0'} ··· 791 655 array-iterate@2.0.1: 792 656 resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} 793 657 794 - as-table@1.0.55: 795 - resolution: {integrity: sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==} 796 - 797 658 astring@1.9.0: 798 659 resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==} 799 660 hasBin: true ··· 816 677 base64-js@1.5.1: 817 678 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 818 679 819 - blake3-wasm@2.1.5: 820 - resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==} 821 - 822 680 blob-to-buffer@1.2.9: 823 681 resolution: {integrity: sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==} 824 682 ··· 906 764 cookie-es@1.2.2: 907 765 resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} 908 766 909 - cookie@0.7.2: 910 - resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} 911 - engines: {node: '>= 0.6'} 912 - 913 767 cookie@1.0.2: 914 768 resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} 915 769 engines: {node: '>=18'} ··· 929 783 engines: {node: '>=4'} 930 784 hasBin: true 931 785 932 - data-uri-to-buffer@2.0.2: 933 - resolution: {integrity: sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==} 934 - 935 786 debug@4.4.1: 936 787 resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} 937 788 engines: {node: '>=6.0'} ··· 944 795 decode-named-character-reference@1.1.0: 945 796 resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==} 946 797 947 - dedent-js@1.0.1: 948 - resolution: {integrity: sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ==} 949 - 950 - deepmerge@4.3.1: 951 - resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} 952 - engines: {node: '>=0.10.0'} 953 - 954 798 defu@6.1.4: 955 799 resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} 956 800 ··· 998 842 emoji-regex@8.0.0: 999 843 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} 1000 844 1001 - entities@4.5.0: 1002 - resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} 1003 - engines: {node: '>=0.12'} 1004 - 1005 845 entities@6.0.0: 1006 846 resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==} 1007 847 engines: {node: '>=0.12'} ··· 1028 868 resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} 1029 869 engines: {node: '>=12'} 1030 870 1031 - esm-env@1.2.2: 1032 - resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==} 1033 - 1034 - esrap@1.4.6: 1035 - resolution: {integrity: sha512-F/D2mADJ9SHY3IwksD4DAXjTt7qt7GWUf3/8RhCNWmC/67tyb55dpimHmy7EplakFaflV0R/PC+fdSPqrRHAQw==} 1036 - 1037 871 estree-util-attach-comments@3.0.0: 1038 872 resolution: {integrity: sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==} 1039 873 ··· 1061 895 eventemitter3@5.0.1: 1062 896 resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} 1063 897 1064 - exit-hook@2.2.1: 1065 - resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==} 1066 - engines: {node: '>=6'} 1067 - 1068 - exsolve@1.0.5: 1069 - resolution: {integrity: sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==} 1070 - 1071 898 extend@3.0.2: 1072 899 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} 1073 900 ··· 1123 950 resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} 1124 951 engines: {node: '>=18'} 1125 952 1126 - get-source@2.0.12: 1127 - resolution: {integrity: sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==} 1128 - 1129 953 github-slugger@2.0.0: 1130 954 resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} 1131 955 1132 956 glob-parent@5.1.2: 1133 957 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 1134 958 engines: {node: '>= 6'} 1135 - 1136 - glob-to-regexp@0.4.1: 1137 - resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} 1138 959 1139 960 h3@1.15.3: 1140 961 resolution: {integrity: sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ==} ··· 1238 1059 resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} 1239 1060 engines: {node: '>=12'} 1240 1061 1241 - is-reference@3.0.3: 1242 - resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==} 1243 - 1244 1062 is-wsl@3.1.0: 1245 1063 resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} 1246 1064 engines: {node: '>=16'} ··· 1266 1084 resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 1267 1085 engines: {node: '>=6'} 1268 1086 1269 - linkify-it@5.0.0: 1270 - resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} 1271 - 1272 - locate-character@3.0.0: 1273 - resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} 1274 - 1275 1087 lodash@4.17.21: 1276 1088 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} 1277 1089 1278 1090 longest-streak@3.1.0: 1279 1091 resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} 1280 1092 1281 - lower-case@2.0.2: 1282 - resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} 1283 - 1284 1093 lru-cache@10.4.3: 1285 1094 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 1286 1095 ··· 1296 1105 markdown-extensions@2.0.0: 1297 1106 resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} 1298 1107 engines: {node: '>=16'} 1299 - 1300 - markdown-it@14.1.0: 1301 - resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} 1302 - hasBin: true 1303 1108 1304 1109 markdown-table@3.0.4: 1305 1110 resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==} ··· 1357 1162 1358 1163 mdn-data@2.12.2: 1359 1164 resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} 1360 - 1361 - mdurl@2.0.0: 1362 - resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} 1363 1165 1364 1166 merge2@1.4.1: 1365 1167 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} ··· 1474 1276 resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} 1475 1277 engines: {node: '>=8.6'} 1476 1278 1477 - mime@3.0.0: 1478 - resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} 1479 - engines: {node: '>=10.0.0'} 1480 - hasBin: true 1481 - 1482 - miniflare@4.20250508.3: 1483 - resolution: {integrity: sha512-43oTmZ0CCmUcieetI5YDDyX0IiwhOcVIWzdBBCqWXK3F1XgQwg4d3fTqRyJnCmHIoaYx9CE1kTEKZC1UahPQhA==} 1484 - engines: {node: '>=18.0.0'} 1485 - hasBin: true 1486 - 1487 1279 mrmime@2.0.1: 1488 1280 resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==} 1489 1281 engines: {node: '>=10'} ··· 1494 1286 muggle-string@0.4.1: 1495 1287 resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} 1496 1288 1497 - mustache@4.2.0: 1498 - resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==} 1499 - hasBin: true 1500 - 1501 1289 nanoid@3.3.11: 1502 1290 resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} 1503 1291 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 1504 1292 hasBin: true 1505 1293 1506 - nanostores@1.0.1: 1507 - resolution: {integrity: sha512-kNZ9xnoJYKg/AfxjrVL4SS0fKX++4awQReGqWnwTRHxeHGZ1FJFVgTqr/eMrNQdp0Tz7M7tG/TDaX8QfHDwVCw==} 1508 - engines: {node: ^20.0.0 || >=22.0.0} 1509 - 1510 1294 neotraverse@0.6.18: 1511 1295 resolution: {integrity: sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==} 1512 1296 engines: {node: '>= 10'} 1513 1297 1514 1298 nlcst-to-string@4.0.0: 1515 1299 resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==} 1516 - 1517 - no-case@3.0.4: 1518 - resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} 1519 1300 1520 1301 node-fetch-native@1.6.6: 1521 1302 resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==} ··· 1575 1356 parse5@7.3.0: 1576 1357 resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==} 1577 1358 1578 - pascal-case@3.1.2: 1579 - resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} 1580 - 1581 1359 path-browserify@1.0.1: 1582 1360 resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} 1583 1361 1584 - path-to-regexp@6.3.0: 1585 - resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} 1586 - 1587 - pathe@2.0.3: 1588 - resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} 1589 - 1590 1362 picocolors@1.1.1: 1591 1363 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} 1592 1364 ··· 1606 1378 resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} 1607 1379 engines: {node: '>=10.13.0'} 1608 1380 hasBin: true 1609 - 1610 - printable-characters@1.0.42: 1611 - resolution: {integrity: sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==} 1612 1381 1613 1382 prismjs@1.30.0: 1614 1383 resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} ··· 1623 1392 1624 1393 property-information@7.1.0: 1625 1394 resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==} 1626 - 1627 - punycode.js@2.3.1: 1628 - resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} 1629 - engines: {node: '>=6'} 1630 1395 1631 1396 queue-microtask@1.2.3: 1632 1397 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} ··· 1768 1533 resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 1769 1534 engines: {node: '>=0.10.0'} 1770 1535 1771 - source-map@0.6.1: 1772 - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} 1773 - engines: {node: '>=0.10.0'} 1774 - 1775 1536 source-map@0.7.4: 1776 1537 resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} 1777 1538 engines: {node: '>= 8'} 1778 1539 1779 1540 space-separated-tokens@2.0.2: 1780 1541 resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} 1781 - 1782 - stacktracey@2.1.8: 1783 - resolution: {integrity: sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==} 1784 - 1785 - stoppable@1.1.0: 1786 - resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==} 1787 - engines: {node: '>=4', npm: '>=6'} 1788 1542 1789 1543 stream-replace-string@2.0.0: 1790 1544 resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==} ··· 1817 1571 style-to-object@1.0.8: 1818 1572 resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} 1819 1573 1820 - svelte2tsx@0.7.39: 1821 - resolution: {integrity: sha512-NX8a7eSqF1hr6WKArvXr7TV7DeE+y0kDFD7L5JP7TWqlwFidzGKaG415p992MHREiiEWOv2xIWXJ+mlONofs0A==} 1822 - peerDependencies: 1823 - svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0 1824 - typescript: ^4.9.4 || ^5.0.0 1825 - 1826 - svelte@5.32.1: 1827 - resolution: {integrity: sha512-tT02QOeF0dbSIQ+/rUZw+76DyO6ATHvZJGOM2A/Ed6fBwZwUxqIun3beErpePAtwFIK3Mi9k2QAnhFVvUBun8g==} 1828 - engines: {node: '>=18'} 1829 - 1830 1574 tiny-inflate@1.0.3: 1831 1575 resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} 1832 1576 ··· 1878 1622 engines: {node: '>=14.17'} 1879 1623 hasBin: true 1880 1624 1881 - uc.micro@2.1.0: 1882 - resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} 1883 - 1884 1625 ufo@1.6.1: 1885 1626 resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} 1886 1627 ··· 1892 1633 1893 1634 undici-types@6.21.0: 1894 1635 resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} 1895 - 1896 - undici@5.29.0: 1897 - resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} 1898 - engines: {node: '>=14.0'} 1899 - 1900 - unenv@2.0.0-rc.17: 1901 - resolution: {integrity: sha512-B06u0wXkEd+o5gOCMl/ZHl5cfpYbDZKAT+HWTL+Hws6jWu7dCiqBBXXXzMFcFVJb8D4ytAnYmxJA83uwOQRSsg==} 1902 1636 1903 1637 unicode-properties@1.4.1: 1904 1638 resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} ··· 2181 1915 resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} 2182 1916 engines: {node: '>=18'} 2183 1917 2184 - workerd@1.20250508.0: 2185 - resolution: {integrity: sha512-ffLxe7dXSuGoA6jb3Qx2SClIV1aLHfJQ6RhGhzYHjQgv7dL6fdUOSIIGgzmu2mRKs+WFSujp6c8WgKquco6w3w==} 2186 - engines: {node: '>=16'} 2187 - hasBin: true 2188 - 2189 - wrangler@4.16.0: 2190 - resolution: {integrity: sha512-zQojiBJKAWRVG4WdUgTP5/i9N5UcwOixhWljnBrcKxJd+kpqUXVV/L03ytO+0cnr5IhgYUs7qhjd8EWU6UwPfg==} 2191 - engines: {node: '>=18.0.0'} 2192 - hasBin: true 2193 - peerDependencies: 2194 - '@cloudflare/workers-types': ^4.20250508.0 2195 - peerDependenciesMeta: 2196 - '@cloudflare/workers-types': 2197 - optional: true 2198 - 2199 1918 wrap-ansi@7.0.0: 2200 1919 resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} 2201 1920 engines: {node: '>=10'} ··· 2204 1923 resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} 2205 1924 engines: {node: '>=18'} 2206 1925 2207 - ws@8.18.0: 2208 - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} 2209 - engines: {node: '>=10.0.0'} 2210 - peerDependencies: 2211 - bufferutil: ^4.0.1 2212 - utf-8-validate: '>=5.0.2' 2213 - peerDependenciesMeta: 2214 - bufferutil: 2215 - optional: true 2216 - utf-8-validate: 2217 - optional: true 2218 - 2219 1926 xxhash-wasm@1.1.0: 2220 1927 resolution: {integrity: sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==} 2221 1928 ··· 2256 1963 resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 2257 1964 engines: {node: '>=18'} 2258 1965 2259 - youch@3.3.4: 2260 - resolution: {integrity: sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==} 2261 - 2262 - zimmerframe@1.1.2: 2263 - resolution: {integrity: sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==} 2264 - 2265 1966 zod-to-json-schema@3.24.5: 2266 1967 resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} 2267 1968 peerDependencies: ··· 2273 1974 typescript: ^4.9.4 || ^5.0.2 2274 1975 zod: ^3 2275 1976 2276 - zod@3.22.3: 2277 - resolution: {integrity: sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==} 2278 - 2279 1977 zod@3.25.7: 2280 1978 resolution: {integrity: sha512-YGdT1cVRmKkOg6Sq7vY7IkxdphySKnXhaUmFI4r4FcuFVNgpCb9tZfNwXbT6BPjD5oz0nubFsoo9pIqKrDcCvg==} 2281 1979 ··· 2284 1982 2285 1983 snapshots: 2286 1984 2287 - '@ampproject/remapping@2.3.0': 2288 - dependencies: 2289 - '@jridgewell/gen-mapping': 0.3.8 2290 - '@jridgewell/trace-mapping': 0.3.25 2291 - 2292 1985 '@astrojs/check@0.9.4(typescript@5.8.3)': 2293 1986 dependencies: 2294 1987 '@astrojs/language-server': 2.15.4(typescript@5.8.3) ··· 2300 1993 - prettier 2301 1994 - prettier-plugin-astro 2302 1995 2303 - '@astrojs/cloudflare@12.5.3(@types/node@22.15.20)(astro@5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0))(yaml@2.8.0)': 2304 - dependencies: 2305 - '@astrojs/internal-helpers': 0.6.1 2306 - '@astrojs/underscore-redirects': 0.6.1 2307 - '@cloudflare/workers-types': 4.20250520.0 2308 - astro: 5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0) 2309 - tinyglobby: 0.2.13 2310 - vite: 6.3.5(@types/node@22.15.20)(yaml@2.8.0) 2311 - wrangler: 4.16.0(@cloudflare/workers-types@4.20250520.0) 2312 - transitivePeerDependencies: 2313 - - '@types/node' 2314 - - bufferutil 2315 - - jiti 2316 - - less 2317 - - lightningcss 2318 - - sass 2319 - - sass-embedded 2320 - - stylus 2321 - - sugarss 2322 - - terser 2323 - - tsx 2324 - - utf-8-validate 2325 - - yaml 2326 - 2327 1996 '@astrojs/compiler@2.12.0': {} 2328 1997 2329 1998 '@astrojs/internal-helpers@0.6.1': {} ··· 2411 2080 stream-replace-string: 2.0.0 2412 2081 zod: 3.25.7 2413 2082 2414 - '@astrojs/svelte@7.0.13(@types/node@22.15.20)(astro@5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0))(svelte@5.32.1)(typescript@5.8.3)(yaml@2.8.0)': 2415 - dependencies: 2416 - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.32.1)(vite@6.3.5(@types/node@22.15.20)(yaml@2.8.0)) 2417 - astro: 5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0) 2418 - svelte: 5.32.1 2419 - svelte2tsx: 0.7.39(svelte@5.32.1)(typescript@5.8.3) 2420 - typescript: 5.8.3 2421 - vite: 6.3.5(@types/node@22.15.20)(yaml@2.8.0) 2422 - transitivePeerDependencies: 2423 - - '@types/node' 2424 - - jiti 2425 - - less 2426 - - lightningcss 2427 - - sass 2428 - - sass-embedded 2429 - - stylus 2430 - - sugarss 2431 - - supports-color 2432 - - terser 2433 - - tsx 2434 - - yaml 2435 - 2436 2083 '@astrojs/telemetry@3.2.1': 2437 2084 dependencies: 2438 2085 ci-info: 4.2.0 ··· 2444 2091 which-pm-runs: 1.1.0 2445 2092 transitivePeerDependencies: 2446 2093 - supports-color 2447 - 2448 - '@astrojs/underscore-redirects@0.6.1': {} 2449 2094 2450 2095 '@astrojs/yaml2ts@0.2.2': 2451 2096 dependencies: ··· 2472 2117 transitivePeerDependencies: 2473 2118 - encoding 2474 2119 2475 - '@cloudflare/kv-asset-handler@0.4.0': 2476 - dependencies: 2477 - mime: 3.0.0 2478 - 2479 - '@cloudflare/unenv-preset@2.3.2(unenv@2.0.0-rc.17)(workerd@1.20250508.0)': 2480 - dependencies: 2481 - unenv: 2.0.0-rc.17 2482 - optionalDependencies: 2483 - workerd: 1.20250508.0 2484 - 2485 - '@cloudflare/workerd-darwin-64@1.20250508.0': 2486 - optional: true 2487 - 2488 - '@cloudflare/workerd-darwin-arm64@1.20250508.0': 2489 - optional: true 2490 - 2491 - '@cloudflare/workerd-linux-64@1.20250508.0': 2492 - optional: true 2493 - 2494 - '@cloudflare/workerd-linux-arm64@1.20250508.0': 2495 - optional: true 2496 - 2497 - '@cloudflare/workerd-windows-64@1.20250508.0': 2498 - optional: true 2499 - 2500 - '@cloudflare/workers-types@4.20250520.0': {} 2501 - 2502 - '@cspotcode/source-map-support@0.8.1': 2503 - dependencies: 2504 - '@jridgewell/trace-mapping': 0.3.9 2505 - 2506 2120 '@emmetio/abbreviation@2.3.3': 2507 2121 dependencies: 2508 2122 '@emmetio/scanner': 1.0.4 ··· 2606 2220 '@esbuild/win32-x64@0.25.4': 2607 2221 optional: true 2608 2222 2609 - '@fastify/busboy@2.1.1': {} 2610 - 2611 2223 '@img/sharp-darwin-arm64@0.33.5': 2612 2224 optionalDependencies: 2613 2225 '@img/sharp-libvips-darwin-arm64': 1.0.4 ··· 2683 2295 '@img/sharp-win32-x64@0.33.5': 2684 2296 optional: true 2685 2297 2686 - '@jridgewell/gen-mapping@0.3.8': 2687 - dependencies: 2688 - '@jridgewell/set-array': 1.2.1 2689 - '@jridgewell/sourcemap-codec': 1.5.0 2690 - '@jridgewell/trace-mapping': 0.3.25 2691 - 2692 - '@jridgewell/resolve-uri@3.1.2': {} 2693 - 2694 - '@jridgewell/set-array@1.2.1': {} 2695 - 2696 2298 '@jridgewell/sourcemap-codec@1.5.0': {} 2697 - 2698 - '@jridgewell/trace-mapping@0.3.25': 2699 - dependencies: 2700 - '@jridgewell/resolve-uri': 3.1.2 2701 - '@jridgewell/sourcemap-codec': 1.5.0 2702 - 2703 - '@jridgewell/trace-mapping@0.3.9': 2704 - dependencies: 2705 - '@jridgewell/resolve-uri': 3.1.2 2706 - '@jridgewell/sourcemap-codec': 1.5.0 2707 2299 2708 2300 '@mdx-js/mdx@3.1.0(acorn@8.14.1)': 2709 2301 dependencies: ··· 2850 2442 2851 2443 '@shikijs/vscode-textmate@10.0.2': {} 2852 2444 2853 - '@sveltejs/acorn-typescript@1.0.5(acorn@8.14.1)': 2854 - dependencies: 2855 - acorn: 8.14.1 2856 - 2857 - '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.32.1)(vite@6.3.5(@types/node@22.15.20)(yaml@2.8.0)))(svelte@5.32.1)(vite@6.3.5(@types/node@22.15.20)(yaml@2.8.0))': 2858 - dependencies: 2859 - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.32.1)(vite@6.3.5(@types/node@22.15.20)(yaml@2.8.0)) 2860 - debug: 4.4.1 2861 - svelte: 5.32.1 2862 - vite: 6.3.5(@types/node@22.15.20)(yaml@2.8.0) 2863 - transitivePeerDependencies: 2864 - - supports-color 2865 - 2866 - '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.32.1)(vite@6.3.5(@types/node@22.15.20)(yaml@2.8.0))': 2867 - dependencies: 2868 - '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.32.1)(vite@6.3.5(@types/node@22.15.20)(yaml@2.8.0)))(svelte@5.32.1)(vite@6.3.5(@types/node@22.15.20)(yaml@2.8.0)) 2869 - debug: 4.4.1 2870 - deepmerge: 4.3.1 2871 - kleur: 4.1.5 2872 - magic-string: 0.30.17 2873 - svelte: 5.32.1 2874 - vite: 6.3.5(@types/node@22.15.20)(yaml@2.8.0) 2875 - vitefu: 1.0.6(vite@6.3.5(@types/node@22.15.20)(yaml@2.8.0)) 2876 - transitivePeerDependencies: 2877 - - supports-color 2878 - 2879 2445 '@swc/helpers@0.5.17': 2880 2446 dependencies: 2881 2447 tslib: 2.8.1 ··· 2980 2546 dependencies: 2981 2547 acorn: 8.14.1 2982 2548 2983 - acorn-walk@8.3.2: {} 2984 - 2985 - acorn@8.14.0: {} 2986 - 2987 2549 acorn@8.14.1: {} 2988 2550 2989 2551 ajv@8.17.1: ··· 3020 2582 3021 2583 array-iterate@2.0.1: {} 3022 2584 3023 - as-table@1.0.55: 3024 - dependencies: 3025 - printable-characters: 1.0.42 3026 - 3027 2585 astring@1.9.0: {} 3028 2586 3029 2587 astro@5.7.13(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0): ··· 3133 2691 3134 2692 base64-js@1.5.1: {} 3135 2693 3136 - blake3-wasm@2.1.5: {} 3137 - 3138 2694 blob-to-buffer@1.2.9: {} 3139 2695 3140 2696 boxen@8.0.1: ··· 3200 2756 dependencies: 3201 2757 color-name: 1.1.4 3202 2758 simple-swizzle: 0.2.2 2759 + optional: true 3203 2760 3204 2761 color@4.2.3: 3205 2762 dependencies: 3206 2763 color-convert: 2.0.1 3207 2764 color-string: 1.9.1 2765 + optional: true 3208 2766 3209 2767 comma-separated-tokens@2.0.3: {} 3210 2768 ··· 3212 2770 3213 2771 cookie-es@1.2.2: {} 3214 2772 3215 - cookie@0.7.2: {} 3216 - 3217 2773 cookie@1.0.2: {} 3218 2774 3219 2775 cross-fetch@3.2.0: ··· 3233 2789 3234 2790 cssesc@3.0.0: {} 3235 2791 3236 - data-uri-to-buffer@2.0.2: {} 3237 - 3238 2792 debug@4.4.1: 3239 2793 dependencies: 3240 2794 ms: 2.1.3 ··· 3243 2797 dependencies: 3244 2798 character-entities: 2.0.2 3245 2799 3246 - dedent-js@1.0.1: {} 3247 - 3248 - deepmerge@4.3.1: {} 3249 - 3250 2800 defu@6.1.4: {} 3251 2801 3252 2802 dequal@2.0.3: {} 3253 2803 3254 2804 destr@2.0.5: {} 3255 2805 3256 - detect-libc@2.0.4: {} 2806 + detect-libc@2.0.4: 2807 + optional: true 3257 2808 3258 2809 deterministic-object-hash@2.0.2: 3259 2810 dependencies: ··· 3281 2832 emoji-regex@10.4.0: {} 3282 2833 3283 2834 emoji-regex@8.0.0: {} 3284 - 3285 - entities@4.5.0: {} 3286 2835 3287 2836 entities@6.0.0: {} 3288 2837 ··· 3334 2883 3335 2884 escape-string-regexp@5.0.0: {} 3336 2885 3337 - esm-env@1.2.2: {} 3338 - 3339 - esrap@1.4.6: 3340 - dependencies: 3341 - '@jridgewell/sourcemap-codec': 1.5.0 3342 - 3343 2886 estree-util-attach-comments@3.0.0: 3344 2887 dependencies: 3345 2888 '@types/estree': 1.0.7 ··· 3377 2920 3378 2921 eventemitter3@5.0.1: {} 3379 2922 3380 - exit-hook@2.2.1: {} 3381 - 3382 - exsolve@1.0.5: {} 3383 - 3384 2923 extend@3.0.2: {} 3385 2924 3386 2925 fast-deep-equal@3.1.3: {} ··· 3437 2976 3438 2977 get-east-asian-width@1.3.0: {} 3439 2978 3440 - get-source@2.0.12: 3441 - dependencies: 3442 - data-uri-to-buffer: 2.0.2 3443 - source-map: 0.6.1 3444 - 3445 2979 github-slugger@2.0.0: {} 3446 2980 3447 2981 glob-parent@5.1.2: 3448 2982 dependencies: 3449 2983 is-glob: 4.0.3 3450 2984 3451 - glob-to-regexp@0.4.1: {} 3452 - 3453 2985 h3@1.15.3: 3454 2986 dependencies: 3455 2987 cookie-es: 1.2.2 ··· 3609 3141 is-alphabetical: 2.0.1 3610 3142 is-decimal: 2.0.1 3611 3143 3612 - is-arrayish@0.3.2: {} 3144 + is-arrayish@0.3.2: 3145 + optional: true 3613 3146 3614 3147 is-decimal@2.0.1: {} 3615 3148 ··· 3633 3166 3634 3167 is-plain-obj@4.1.0: {} 3635 3168 3636 - is-reference@3.0.3: 3637 - dependencies: 3638 - '@types/estree': 1.0.7 3639 - 3640 3169 is-wsl@3.1.0: 3641 3170 dependencies: 3642 3171 is-inside-container: 1.0.0 ··· 3655 3184 3656 3185 kleur@4.1.5: {} 3657 3186 3658 - linkify-it@5.0.0: 3659 - dependencies: 3660 - uc.micro: 2.1.0 3661 - 3662 - locate-character@3.0.0: {} 3663 - 3664 3187 lodash@4.17.21: {} 3665 3188 3666 3189 longest-streak@3.1.0: {} 3667 - 3668 - lower-case@2.0.2: 3669 - dependencies: 3670 - tslib: 2.8.1 3671 3190 3672 3191 lru-cache@10.4.3: {} 3673 3192 ··· 3685 3204 3686 3205 markdown-extensions@2.0.0: {} 3687 3206 3688 - markdown-it@14.1.0: 3689 - dependencies: 3690 - argparse: 2.0.1 3691 - entities: 4.5.0 3692 - linkify-it: 5.0.0 3693 - mdurl: 2.0.0 3694 - punycode.js: 2.3.1 3695 - uc.micro: 2.1.0 3696 - 3697 3207 markdown-table@3.0.4: {} 3698 3208 3699 3209 mdast-util-definitions@6.0.0: ··· 3866 3376 '@types/mdast': 4.0.4 3867 3377 3868 3378 mdn-data@2.12.2: {} 3869 - 3870 - mdurl@2.0.0: {} 3871 3379 3872 3380 merge2@1.4.1: {} 3873 3381 ··· 4140 3648 braces: 3.0.3 4141 3649 picomatch: 2.3.1 4142 3650 4143 - mime@3.0.0: {} 4144 - 4145 - miniflare@4.20250508.3: 4146 - dependencies: 4147 - '@cspotcode/source-map-support': 0.8.1 4148 - acorn: 8.14.0 4149 - acorn-walk: 8.3.2 4150 - exit-hook: 2.2.1 4151 - glob-to-regexp: 0.4.1 4152 - sharp: 0.33.5 4153 - stoppable: 1.1.0 4154 - undici: 5.29.0 4155 - workerd: 1.20250508.0 4156 - ws: 8.18.0 4157 - youch: 3.3.4 4158 - zod: 3.22.3 4159 - transitivePeerDependencies: 4160 - - bufferutil 4161 - - utf-8-validate 4162 - 4163 3651 mrmime@2.0.1: {} 4164 3652 4165 3653 ms@2.1.3: {} 4166 3654 4167 3655 muggle-string@0.4.1: {} 4168 3656 4169 - mustache@4.2.0: {} 4170 - 4171 3657 nanoid@3.3.11: {} 4172 3658 4173 - nanostores@1.0.1: {} 4174 - 4175 3659 neotraverse@0.6.18: {} 4176 3660 4177 3661 nlcst-to-string@4.0.0: 4178 3662 dependencies: 4179 3663 '@types/nlcst': 2.0.3 4180 3664 4181 - no-case@3.0.4: 4182 - dependencies: 4183 - lower-case: 2.0.2 4184 - tslib: 2.8.1 4185 - 4186 3665 node-fetch-native@1.6.6: {} 4187 3666 4188 3667 node-fetch@2.7.0: ··· 4247 3726 dependencies: 4248 3727 entities: 6.0.0 4249 3728 4250 - pascal-case@3.1.2: 4251 - dependencies: 4252 - no-case: 3.0.4 4253 - tslib: 2.8.1 4254 - 4255 3729 path-browserify@1.0.1: {} 4256 3730 4257 - path-to-regexp@6.3.0: {} 4258 - 4259 - pathe@2.0.3: {} 4260 - 4261 3731 picocolors@1.1.1: {} 4262 3732 4263 3733 picomatch@2.3.1: {} ··· 4273 3743 prettier@2.8.7: 4274 3744 optional: true 4275 3745 4276 - printable-characters@1.0.42: {} 4277 - 4278 3746 prismjs@1.30.0: {} 4279 3747 4280 3748 prompts@2.4.2: ··· 4285 3753 property-information@6.5.0: {} 4286 3754 4287 3755 property-information@7.1.0: {} 4288 - 4289 - punycode.js@2.3.1: {} 4290 3756 4291 3757 queue-microtask@1.2.3: {} 4292 3758 ··· 4511 3977 '@img/sharp-wasm32': 0.33.5 4512 3978 '@img/sharp-win32-ia32': 0.33.5 4513 3979 '@img/sharp-win32-x64': 0.33.5 3980 + optional: true 4514 3981 4515 3982 shiki@3.4.2: 4516 3983 dependencies: ··· 4526 3993 simple-swizzle@0.2.2: 4527 3994 dependencies: 4528 3995 is-arrayish: 0.3.2 3996 + optional: true 4529 3997 4530 3998 sisteransi@1.0.5: {} 4531 3999 ··· 4539 4007 smol-toml@1.3.4: {} 4540 4008 4541 4009 source-map-js@1.2.1: {} 4542 - 4543 - source-map@0.6.1: {} 4544 4010 4545 4011 source-map@0.7.4: {} 4546 4012 4547 4013 space-separated-tokens@2.0.2: {} 4548 4014 4549 - stacktracey@2.1.8: 4550 - dependencies: 4551 - as-table: 1.0.55 4552 - get-source: 2.0.12 4553 - 4554 - stoppable@1.1.0: {} 4555 - 4556 4015 stream-replace-string@2.0.0: {} 4557 4016 4558 4017 string-width@4.2.3: ··· 4590 4049 dependencies: 4591 4050 inline-style-parser: 0.2.4 4592 4051 4593 - svelte2tsx@0.7.39(svelte@5.32.1)(typescript@5.8.3): 4594 - dependencies: 4595 - dedent-js: 1.0.1 4596 - pascal-case: 3.1.2 4597 - svelte: 5.32.1 4598 - typescript: 5.8.3 4599 - 4600 - svelte@5.32.1: 4601 - dependencies: 4602 - '@ampproject/remapping': 2.3.0 4603 - '@jridgewell/sourcemap-codec': 1.5.0 4604 - '@sveltejs/acorn-typescript': 1.0.5(acorn@8.14.1) 4605 - '@types/estree': 1.0.7 4606 - acorn: 8.14.1 4607 - aria-query: 5.3.2 4608 - axobject-query: 4.1.0 4609 - clsx: 2.1.1 4610 - esm-env: 1.2.2 4611 - esrap: 1.4.6 4612 - is-reference: 3.0.3 4613 - locate-character: 3.0.0 4614 - magic-string: 0.30.17 4615 - zimmerframe: 1.1.2 4616 - 4617 4052 tiny-inflate@1.0.3: {} 4618 4053 4619 4054 tinyexec@0.3.2: {} ··· 4649 4084 4650 4085 typescript@5.8.3: {} 4651 4086 4652 - uc.micro@2.1.0: {} 4653 - 4654 4087 ufo@1.6.1: {} 4655 4088 4656 4089 ultrahtml@1.6.0: {} ··· 4658 4091 uncrypto@0.1.3: {} 4659 4092 4660 4093 undici-types@6.21.0: {} 4661 - 4662 - undici@5.29.0: 4663 - dependencies: 4664 - '@fastify/busboy': 2.1.1 4665 - 4666 - unenv@2.0.0-rc.17: 4667 - dependencies: 4668 - defu: 6.1.4 4669 - exsolve: 1.0.5 4670 - ohash: 2.0.11 4671 - pathe: 2.0.3 4672 - ufo: 1.6.1 4673 4094 4674 4095 unicode-properties@1.4.1: 4675 4096 dependencies: ··· 4909 4330 dependencies: 4910 4331 string-width: 7.2.0 4911 4332 4912 - workerd@1.20250508.0: 4913 - optionalDependencies: 4914 - '@cloudflare/workerd-darwin-64': 1.20250508.0 4915 - '@cloudflare/workerd-darwin-arm64': 1.20250508.0 4916 - '@cloudflare/workerd-linux-64': 1.20250508.0 4917 - '@cloudflare/workerd-linux-arm64': 1.20250508.0 4918 - '@cloudflare/workerd-windows-64': 1.20250508.0 4919 - 4920 - wrangler@4.16.0(@cloudflare/workers-types@4.20250520.0): 4921 - dependencies: 4922 - '@cloudflare/kv-asset-handler': 0.4.0 4923 - '@cloudflare/unenv-preset': 2.3.2(unenv@2.0.0-rc.17)(workerd@1.20250508.0) 4924 - blake3-wasm: 2.1.5 4925 - esbuild: 0.25.4 4926 - miniflare: 4.20250508.3 4927 - path-to-regexp: 6.3.0 4928 - unenv: 2.0.0-rc.17 4929 - workerd: 1.20250508.0 4930 - optionalDependencies: 4931 - '@cloudflare/workers-types': 4.20250520.0 4932 - fsevents: 2.3.3 4933 - sharp: 0.33.5 4934 - transitivePeerDependencies: 4935 - - bufferutil 4936 - - utf-8-validate 4937 - 4938 4333 wrap-ansi@7.0.0: 4939 4334 dependencies: 4940 4335 ansi-styles: 4.3.0 ··· 4946 4341 ansi-styles: 6.2.1 4947 4342 string-width: 7.2.0 4948 4343 strip-ansi: 7.1.0 4949 - 4950 - ws@8.18.0: {} 4951 4344 4952 4345 xxhash-wasm@1.1.0: {} 4953 4346 ··· 4992 4385 4993 4386 yoctocolors@2.1.1: {} 4994 4387 4995 - youch@3.3.4: 4996 - dependencies: 4997 - cookie: 0.7.2 4998 - mustache: 4.2.0 4999 - stacktracey: 2.1.8 5000 - 5001 - zimmerframe@1.1.2: {} 5002 - 5003 4388 zod-to-json-schema@3.24.5(zod@3.25.7): 5004 4389 dependencies: 5005 4390 zod: 3.25.7 ··· 5008 4393 dependencies: 5009 4394 typescript: 5.8.3 5010 4395 zod: 3.25.7 5011 - 5012 - zod@3.22.3: {} 5013 4396 5014 4397 zod@3.25.7: {} 5015 4398
-9
src/assets/arrow.svg.astro src/assets/arrow.svg
··· 1 - --- 2 - interface Props { 3 - class: string; 4 - style: string; 5 - } 6 - 7 - const { class: className, style } = Astro.props; 8 - --- 9 - 10 1 <svg 11 2 width="100" 12 3 height="20"
src/components/blog/post.astro src/components/blog/Post.astro
+1 -1
src/components/index/map.astro src/components/index/Map.astro
··· 4 4 import mc_cyan from "@/assets/mc_cyan_banner.png"; 5 5 import mc_magenta from "@/assets/mc_magenta_banner.png"; 6 6 import mc_blue from "@/assets/mc_blue_banner.png"; 7 - import Arrow from "@/assets/arrow.svg.astro"; 7 + import Arrow from "@/assets/arrow.svg"; 8 8 9 9 type colour = "red" | "cyan" | "magenta" | "blue"; 10 10 type position = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
+8 -3
src/pages/blog/index.astro
··· 2 2 import Base from "@/Base.astro"; 3 3 import Rss from "@/assets/rss.svg"; 4 4 import { getCollection } from "astro:content"; 5 - import Post from "@/components/blog/post.astro"; 5 + import Post from "@/components/blog/Post.astro"; 6 + import { blog } from "@/config"; 6 7 7 8 const posts = await getCollection("blog"); 8 9 --- ··· 17 18 border-radius: 0.5rem; 18 19 19 20 & svg { 20 - width: .8em; 21 + width: 0.8em; 21 22 aspect-ratio: 1; 22 23 } 23 24 } 25 + 26 + h1 { 27 + margin-bottom: var(--y-gap); 28 + } 24 29 </style> 25 30 26 31 <Base title="Blog"> 27 32 <main> 28 - <h1> 33 + <h1 style={`--y-gap: ${blog.post.yGap}rem`}> 29 34 Blog 30 35 <a href="/rss.xml" aria-label="Rss Feed"> 31 36 <Rss width=".8em" height=".8em" />
+1 -1
src/pages/index.astro
··· 1 1 --- 2 2 // import Map from "@/components/map.astro" 3 3 import Base from "@/Base.astro"; 4 - import Map from "@/components/index/map.astro"; 4 + import Map from "@/components/index/Map.astro"; 5 5 --- 6 6 <Base title="home"> 7 7 <style slot="head">