My landing page, written in Astro hayden.moe
0
fork

Configure Feed

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

Merge pull request #60 from hbjydev/astro

feat: astro time pog

authored by

Hayden and committed by
GitHub
50e54604 8068dcdd

+8213 -1056
+1 -19
.github/workflows/build-deploy.yaml
··· 4 4 on: [push] 5 5 6 6 jobs: 7 - build: 8 - runs-on: ubuntu-latest 9 - name: Build 10 - steps: 11 - - uses: actions/checkout@v4 12 - - uses: oven-sh/setup-bun@v2 13 - - run: bun install 14 - - run: bun run build 15 - - uses: actions/upload-artifact@v4 16 - with: 17 - name: build 18 - path: build 19 - 20 7 deploy: 21 8 runs-on: ubuntu-latest 22 9 name: Deploy 23 - needs: [build] 24 10 permissions: 25 11 contents: read 26 12 deployments: write 27 13 steps: 28 14 - uses: actions/checkout@v4 29 15 - uses: oven-sh/setup-bun@v2 30 - - uses: actions/download-artifact@v4 31 - with: 32 - name: build 33 - path: build 34 16 - run: bun install 35 17 - run: bun run build 36 18 - uses: cloudflare/wrangler-action@v3 37 19 with: 38 20 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 39 21 accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} 40 - command: pages deploy ./build/client 22 + command: deploy 41 23 gitHubToken: ${{ secrets.GITHUB_TOKEN }}
+2
.gitignore
··· 3 3 .react-router 4 4 /.wrangler 5 5 /build 6 + /dist 6 7 .env 7 8 .dev.vars 9 + .astro
+23
astro.config.mjs
··· 1 + import { defineConfig } from 'astro/config'; 2 + import cloudflare from '@astrojs/cloudflare'; 3 + 4 + import tailwindcss from '@tailwindcss/vite'; 5 + 6 + export default defineConfig({ 7 + site: 'https://hayden.moe', 8 + 9 + adapter: cloudflare({ 10 + imageService: 'cloudflare', 11 + platformProxy: { 12 + enabled: true, 13 + } 14 + }), 15 + vite: { 16 + plugins: [tailwindcss()], 17 + build: { 18 + rollupOptions: { 19 + external: ['shiki/onig.wasm'], 20 + }, 21 + }, 22 + } 23 + });
+456 -366
bun.lock
··· 3 3 "workspaces": { 4 4 "": { 5 5 "dependencies": { 6 + "@astrojs/cloudflare": "^12.6.0", 7 + "@astrojs/markdown-remark": "^6.3.3", 8 + "@astrojs/rss": "^4.0.12", 6 9 "@atproto/api": "^0.13.20", 7 - "@cloudflare/kv-asset-handler": "^0.3.4", 8 10 "@fontsource/geist-mono": "^5.1.0", 9 - "@react-router/cloudflare": "^7.0.0", 10 - "@react-router/fs-routes": "^7.0.2", 11 + "astro": "^5.12.0", 11 12 "feed": "^4.2.2", 12 13 "isbot": "^5.1.17", 13 - "react": "^19.0.0", 14 - "react-dom": "^19.0.0", 15 - "react-markdown": "^9.0.1", 16 - "react-router": "^7.0.0", 14 + "shiki": "^3.8.1", 17 15 }, 18 16 "devDependencies": { 19 17 "@cloudflare/workers-types": "^4.20241022.0", 20 - "@react-router/dev": "^7.0.0", 21 18 "@tailwindcss/postcss": "^4.0.0", 22 19 "@tailwindcss/typography": "^0.5.15", 23 - "@types/react": "^18.3.12", 24 - "@types/react-dom": "^18.3.1", 20 + "@tailwindcss/vite": "^4.1.11", 21 + "@types/bun": "^1.2.18", 25 22 "@typescript-eslint/eslint-plugin": "^7.0.0", 26 23 "@typescript-eslint/parser": "^6.21.0", 27 24 "eslint": "^8.57.1", 28 25 "eslint-import-resolver-typescript": "^3.6.3", 29 26 "eslint-plugin-import": "^2.31.0", 30 - "eslint-plugin-jsx-a11y": "^6.10.2", 31 - "eslint-plugin-react": "^7.37.2", 32 - "eslint-plugin-react-hooks": "^5.0.0", 33 27 "postcss": "^8.4.49", 34 28 "tailwindcss": "^4.0.0", 35 29 "typescript": "^5.6.3", 36 - "vite": "^5.4.11", 37 - "vite-tsconfig-paths": "^5.1.0", 38 - "wrangler": "^3.84.1", 30 + "wrangler": "4", 39 31 }, 40 32 }, 41 33 }, ··· 44 36 45 37 "@ampproject/remapping": ["@ampproject/remapping@2.3.0", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="], 46 38 47 - "@atproto/api": ["@atproto/api@0.13.35", "", { "dependencies": { "@atproto/common-web": "^0.4.0", "@atproto/lexicon": "^0.4.6", "@atproto/syntax": "^0.3.2", "@atproto/xrpc": "^0.6.8", "await-lock": "^2.2.2", "multiformats": "^9.9.0", "tlds": "^1.234.0", "zod": "^3.23.8" } }, "sha512-vsEfBj0C333TLjDppvTdTE0IdKlXuljKSveAeI4PPx/l6eUKNnDTsYxvILtXUVzwUlTDmSRqy5O4Ryh78n1b7g=="], 48 - 49 - "@atproto/common-web": ["@atproto/common-web@0.4.2", "", { "dependencies": { "graphemer": "^1.4.0", "multiformats": "^9.9.0", "uint8arrays": "3.0.0", "zod": "^3.23.8" } }, "sha512-vrXwGNoFGogodjQvJDxAeP3QbGtawgZute2ed1XdRO0wMixLk3qewtikZm06H259QDJVu6voKC5mubml+WgQUw=="], 39 + "@astrojs/cloudflare": ["@astrojs/cloudflare@12.6.0", "", { "dependencies": { "@astrojs/internal-helpers": "0.6.1", "@astrojs/underscore-redirects": "1.0.0", "@cloudflare/workers-types": "^4.20250507.0", "tinyglobby": "^0.2.13", "vite": "^6.3.5", "wrangler": "^4.14.1" }, "peerDependencies": { "astro": "^5.0.0" } }, "sha512-pQ8bokC59GEiXvyXpC4swBNoL7C/EknP+82KFzQwgR/Aeo5N1oPiAoPHgJbpPya/YF4E26WODdCQfBQDvLRfuw=="], 50 40 51 - "@atproto/lexicon": ["@atproto/lexicon@0.4.12", "", { "dependencies": { "@atproto/common-web": "^0.4.2", "@atproto/syntax": "^0.4.0", "iso-datestring-validator": "^2.2.2", "multiformats": "^9.9.0", "zod": "^3.23.8" } }, "sha512-fcEvEQ1GpQYF5igZ4IZjPWEoWVpsEF22L9RexxLS3ptfySXLflEyH384e7HITzO/73McDeaJx3lqHIuqn9ulnw=="], 41 + "@astrojs/compiler": ["@astrojs/compiler@2.12.2", "", {}, "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw=="], 52 42 53 - "@atproto/syntax": ["@atproto/syntax@0.3.4", "", {}, "sha512-8CNmi5DipOLaVeSMPggMe7FCksVag0aO6XZy9WflbduTKM4dFZVCs4686UeMLfGRXX+X966XgwECHoLYrovMMg=="], 43 + "@astrojs/internal-helpers": ["@astrojs/internal-helpers@0.6.1", "", {}, "sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A=="], 54 44 55 - "@atproto/xrpc": ["@atproto/xrpc@0.6.12", "", { "dependencies": { "@atproto/lexicon": "^0.4.10", "zod": "^3.23.8" } }, "sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w=="], 45 + "@astrojs/markdown-remark": ["@astrojs/markdown-remark@6.3.3", "", { "dependencies": { "@astrojs/internal-helpers": "0.6.1", "@astrojs/prism": "3.3.0", "github-slugger": "^2.0.0", "hast-util-from-html": "^2.0.3", "hast-util-to-text": "^4.0.2", "import-meta-resolve": "^4.1.0", "js-yaml": "^4.1.0", "mdast-util-definitions": "^6.0.0", "rehype-raw": "^7.0.0", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-smartypants": "^3.0.2", "shiki": "^3.2.1", "smol-toml": "^1.3.4", "unified": "^11.0.5", "unist-util-remove-position": "^5.0.0", "unist-util-visit": "^5.0.0", "unist-util-visit-parents": "^6.0.1", "vfile": "^6.0.3" } }, "sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w=="], 56 46 57 - "@babel/code-frame": ["@babel/code-frame@7.27.1", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" } }, "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg=="], 47 + "@astrojs/prism": ["@astrojs/prism@3.3.0", "", { "dependencies": { "prismjs": "^1.30.0" } }, "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ=="], 58 48 59 - "@babel/compat-data": ["@babel/compat-data@7.28.0", "", {}, "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw=="], 49 + "@astrojs/rss": ["@astrojs/rss@4.0.12", "", { "dependencies": { "fast-xml-parser": "^5.2.0", "kleur": "^4.1.5" } }, "sha512-O5yyxHuDVb6DQ6VLOrbUVFSm+NpObulPxjs6XT9q3tC+RoKbN4HXMZLpv0LvXd1qdAjzVgJ1NFD+zKHJNDXikw=="], 60 50 61 - "@babel/core": ["@babel/core@7.28.0", "", { "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.0", "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-module-transforms": "^7.27.3", "@babel/helpers": "^7.27.6", "@babel/parser": "^7.28.0", "@babel/template": "^7.27.2", "@babel/traverse": "^7.28.0", "@babel/types": "^7.28.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.2.3", "semver": "^6.3.1" } }, "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ=="], 51 + "@astrojs/telemetry": ["@astrojs/telemetry@3.3.0", "", { "dependencies": { "ci-info": "^4.2.0", "debug": "^4.4.0", "dlv": "^1.1.3", "dset": "^3.1.4", "is-docker": "^3.0.0", "is-wsl": "^3.1.0", "which-pm-runs": "^1.1.0" } }, "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ=="], 62 52 63 - "@babel/generator": ["@babel/generator@7.28.0", "", { "dependencies": { "@babel/parser": "^7.28.0", "@babel/types": "^7.28.0", "@jridgewell/gen-mapping": "^0.3.12", "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" } }, "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg=="], 53 + "@astrojs/underscore-redirects": ["@astrojs/underscore-redirects@1.0.0", "", {}, "sha512-qZxHwVnmb5FXuvRsaIGaqWgnftjCuMY+GSbaVZdBmE4j8AfgPqKPxYp8SUERyJcjpKCEmO4wD6ybuGH8A2kVRQ=="], 64 54 65 - "@babel/helper-annotate-as-pure": ["@babel/helper-annotate-as-pure@7.27.3", "", { "dependencies": { "@babel/types": "^7.27.3" } }, "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg=="], 55 + "@atproto/api": ["@atproto/api@0.13.35", "", { "dependencies": { "@atproto/common-web": "^0.4.0", "@atproto/lexicon": "^0.4.6", "@atproto/syntax": "^0.3.2", "@atproto/xrpc": "^0.6.8", "await-lock": "^2.2.2", "multiformats": "^9.9.0", "tlds": "^1.234.0", "zod": "^3.23.8" } }, "sha512-vsEfBj0C333TLjDppvTdTE0IdKlXuljKSveAeI4PPx/l6eUKNnDTsYxvILtXUVzwUlTDmSRqy5O4Ryh78n1b7g=="], 66 56 67 - "@babel/helper-compilation-targets": ["@babel/helper-compilation-targets@7.27.2", "", { "dependencies": { "@babel/compat-data": "^7.27.2", "@babel/helper-validator-option": "^7.27.1", "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" } }, "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ=="], 57 + "@atproto/common-web": ["@atproto/common-web@0.4.2", "", { "dependencies": { "graphemer": "^1.4.0", "multiformats": "^9.9.0", "uint8arrays": "3.0.0", "zod": "^3.23.8" } }, "sha512-vrXwGNoFGogodjQvJDxAeP3QbGtawgZute2ed1XdRO0wMixLk3qewtikZm06H259QDJVu6voKC5mubml+WgQUw=="], 68 58 69 - "@babel/helper-create-class-features-plugin": ["@babel/helper-create-class-features-plugin@7.27.1", "", { "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-member-expression-to-functions": "^7.27.1", "@babel/helper-optimise-call-expression": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", "@babel/traverse": "^7.27.1", "semver": "^6.3.1" }, "peerDependencies": { "@babel/core": "^7.0.0" } }, "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A=="], 59 + "@atproto/lexicon": ["@atproto/lexicon@0.4.12", "", { "dependencies": { "@atproto/common-web": "^0.4.2", "@atproto/syntax": "^0.4.0", "iso-datestring-validator": "^2.2.2", "multiformats": "^9.9.0", "zod": "^3.23.8" } }, "sha512-fcEvEQ1GpQYF5igZ4IZjPWEoWVpsEF22L9RexxLS3ptfySXLflEyH384e7HITzO/73McDeaJx3lqHIuqn9ulnw=="], 70 60 71 - "@babel/helper-globals": ["@babel/helper-globals@7.28.0", "", {}, "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw=="], 61 + "@atproto/syntax": ["@atproto/syntax@0.3.4", "", {}, "sha512-8CNmi5DipOLaVeSMPggMe7FCksVag0aO6XZy9WflbduTKM4dFZVCs4686UeMLfGRXX+X966XgwECHoLYrovMMg=="], 72 62 73 - "@babel/helper-member-expression-to-functions": ["@babel/helper-member-expression-to-functions@7.27.1", "", { "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" } }, "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA=="], 74 - 75 - "@babel/helper-module-imports": ["@babel/helper-module-imports@7.27.1", "", { "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" } }, "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w=="], 76 - 77 - "@babel/helper-module-transforms": ["@babel/helper-module-transforms@7.27.3", "", { "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", "@babel/traverse": "^7.27.3" }, "peerDependencies": { "@babel/core": "^7.0.0" } }, "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg=="], 78 - 79 - "@babel/helper-optimise-call-expression": ["@babel/helper-optimise-call-expression@7.27.1", "", { "dependencies": { "@babel/types": "^7.27.1" } }, "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw=="], 80 - 81 - "@babel/helper-plugin-utils": ["@babel/helper-plugin-utils@7.27.1", "", {}, "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw=="], 82 - 83 - "@babel/helper-replace-supers": ["@babel/helper-replace-supers@7.27.1", "", { "dependencies": { "@babel/helper-member-expression-to-functions": "^7.27.1", "@babel/helper-optimise-call-expression": "^7.27.1", "@babel/traverse": "^7.27.1" }, "peerDependencies": { "@babel/core": "^7.0.0" } }, "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA=="], 84 - 85 - "@babel/helper-skip-transparent-expression-wrappers": ["@babel/helper-skip-transparent-expression-wrappers@7.27.1", "", { "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" } }, "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg=="], 63 + "@atproto/xrpc": ["@atproto/xrpc@0.6.12", "", { "dependencies": { "@atproto/lexicon": "^0.4.10", "zod": "^3.23.8" } }, "sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w=="], 86 64 87 65 "@babel/helper-string-parser": ["@babel/helper-string-parser@7.27.1", "", {}, "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="], 88 66 89 67 "@babel/helper-validator-identifier": ["@babel/helper-validator-identifier@7.27.1", "", {}, "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="], 90 68 91 - "@babel/helper-validator-option": ["@babel/helper-validator-option@7.27.1", "", {}, "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg=="], 92 - 93 - "@babel/helpers": ["@babel/helpers@7.27.6", "", { "dependencies": { "@babel/template": "^7.27.2", "@babel/types": "^7.27.6" } }, "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug=="], 94 - 95 69 "@babel/parser": ["@babel/parser@7.28.0", "", { "dependencies": { "@babel/types": "^7.28.0" }, "bin": "./bin/babel-parser.js" }, "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g=="], 96 70 97 - "@babel/plugin-syntax-jsx": ["@babel/plugin-syntax-jsx@7.27.1", "", { "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w=="], 71 + "@babel/types": ["@babel/types@7.28.1", "", { "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1" } }, "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ=="], 98 72 99 - "@babel/plugin-syntax-typescript": ["@babel/plugin-syntax-typescript@7.27.1", "", { "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ=="], 73 + "@capsizecss/unpack": ["@capsizecss/unpack@2.4.0", "", { "dependencies": { "blob-to-buffer": "^1.2.8", "cross-fetch": "^3.0.4", "fontkit": "^2.0.2" } }, "sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q=="], 100 74 101 - "@babel/plugin-transform-modules-commonjs": ["@babel/plugin-transform-modules-commonjs@7.27.1", "", { "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw=="], 75 + "@cloudflare/kv-asset-handler": ["@cloudflare/kv-asset-handler@0.4.0", "", { "dependencies": { "mime": "^3.0.0" } }, "sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA=="], 102 76 103 - "@babel/plugin-transform-typescript": ["@babel/plugin-transform-typescript@7.28.0", "", { "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", "@babel/plugin-syntax-typescript": "^7.27.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg=="], 77 + "@cloudflare/unenv-preset": ["@cloudflare/unenv-preset@2.3.3", "", { "peerDependencies": { "unenv": "2.0.0-rc.17", "workerd": "^1.20250508.0" }, "optionalPeers": ["workerd"] }, "sha512-/M3MEcj3V2WHIRSW1eAQBPRJ6JnGQHc6JKMAPLkDb7pLs3m6X9ES/+K3ceGqxI6TKeF32AWAi7ls0AYzVxCP0A=="], 104 78 105 - "@babel/preset-typescript": ["@babel/preset-typescript@7.27.1", "", { "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/plugin-transform-modules-commonjs": "^7.27.1", "@babel/plugin-transform-typescript": "^7.27.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ=="], 79 + "@cloudflare/workerd-darwin-64": ["@cloudflare/workerd-darwin-64@1.20250712.0", "", { "os": "darwin", "cpu": "x64" }, "sha512-M6S6a/LQ0Jb0R+g0XhlYi1adGifvYmxA5mD/i9TuZZgjs2bIm5ELuka/n3SCnI98ltvlx3HahRaHagAtOilsFg=="], 106 80 107 - "@babel/template": ["@babel/template@7.27.2", "", { "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/parser": "^7.27.2", "@babel/types": "^7.27.1" } }, "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw=="], 81 + "@cloudflare/workerd-darwin-arm64": ["@cloudflare/workerd-darwin-arm64@1.20250712.0", "", { "os": "darwin", "cpu": "arm64" }, "sha512-7sFzn6rvAcnLy7MktFL42dYtzL0Idw/kiUmNf2P3TvsBRoShhLK5ZKhbw+NAhvU8e4pXWm5lkE0XmpieA0zNjw=="], 108 82 109 - "@babel/traverse": ["@babel/traverse@7.28.0", "", { "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.0", "@babel/helper-globals": "^7.28.0", "@babel/parser": "^7.28.0", "@babel/template": "^7.27.2", "@babel/types": "^7.28.0", "debug": "^4.3.1" } }, "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg=="], 83 + "@cloudflare/workerd-linux-64": ["@cloudflare/workerd-linux-64@1.20250712.0", "", { "os": "linux", "cpu": "x64" }, "sha512-EFRrGe/bqK7NHtht7vNlbrDpfvH3eRvtJOgsTpEQEysDjVmlK6pVJxSnLy9Hg1zlLY15IfhfGC+K2qisseHGJQ=="], 110 84 111 - "@babel/types": ["@babel/types@7.28.1", "", { "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1" } }, "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ=="], 85 + "@cloudflare/workerd-linux-arm64": ["@cloudflare/workerd-linux-arm64@1.20250712.0", "", { "os": "linux", "cpu": "arm64" }, "sha512-rG8JUleddhUHQVwpXOYv0VbL0S9kOtR9PNKecgVhFpxEhC8aTeg2HNBBjo8st7IfcUvY8WaW3pD3qdAMZ05UwQ=="], 112 86 113 - "@cloudflare/kv-asset-handler": ["@cloudflare/kv-asset-handler@0.3.4", "", { "dependencies": { "mime": "^3.0.0" } }, "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q=="], 114 - 115 - "@cloudflare/unenv-preset": ["@cloudflare/unenv-preset@2.0.2", "", { "peerDependencies": { "unenv": "2.0.0-rc.14", "workerd": "^1.20250124.0" }, "optionalPeers": ["workerd"] }, "sha512-nyzYnlZjjV5xT3LizahG1Iu6mnrCaxglJ04rZLpDwlDVDZ7v46lNsfxhV3A/xtfgQuSHmLnc6SVI+KwBpc3Lwg=="], 116 - 117 - "@cloudflare/workerd-darwin-64": ["@cloudflare/workerd-darwin-64@1.20250408.0", "", { "os": "darwin", "cpu": "x64" }, "sha512-bxhIwBWxaNItZLXDNOKY2dCv0FHjDiDkfJFpwv4HvtvU5MKcrivZHVmmfDzLW85rqzfcDOmKbZeMPVfiKxdBZw=="], 118 - 119 - "@cloudflare/workerd-darwin-arm64": ["@cloudflare/workerd-darwin-arm64@1.20250408.0", "", { "os": "darwin", "cpu": "arm64" }, "sha512-5XZ2Oykr8bSo7zBmERtHh18h5BZYC/6H1YFWVxEj3PtalF3+6SHsO4KZsbGvDml9Pu7sHV277jiZE5eny8Hlyw=="], 120 - 121 - "@cloudflare/workerd-linux-64": ["@cloudflare/workerd-linux-64@1.20250408.0", "", { "os": "linux", "cpu": "x64" }, "sha512-WbgItXWln6G5d7GvYLWcuOzAVwafysZaWunH3UEfsm95wPuRofpYnlDD861gdWJX10IHSVgMStGESUcs7FLerQ=="], 122 - 123 - "@cloudflare/workerd-linux-arm64": ["@cloudflare/workerd-linux-arm64@1.20250408.0", "", { "os": "linux", "cpu": "arm64" }, "sha512-pAhEywPPvr92SLylnQfZEPgXz+9pOG9G9haAPLpEatncZwYiYd9yiR6HYWhKp2erzCoNrOqKg9IlQwU3z1IDiw=="], 124 - 125 - "@cloudflare/workerd-windows-64": ["@cloudflare/workerd-windows-64@1.20250408.0", "", { "os": "win32", "cpu": "x64" }, "sha512-nJ3RjMKGae2aF2rZ/CNeBvQPM+W5V1SUK0FYWG/uomyr7uQ2l4IayHna1ODg/OHHTEgIjwom0Mbn58iXb0WOcQ=="], 87 + "@cloudflare/workerd-windows-64": ["@cloudflare/workerd-windows-64@1.20250712.0", "", { "os": "win32", "cpu": "x64" }, "sha512-qS8H5RCYwE21Om9wo5/F807ClBJIfknhuLBj16eYxvJcj9JqgAKWi12BGgjyGxHuJJjeoQ63lr4wHAdbFntDDg=="], 126 88 127 89 "@cloudflare/workers-types": ["@cloudflare/workers-types@4.20250718.0", "", {}, "sha512-RpYLgb81veUGtlLQINwGldsXQDcaK2/Z6QGeSq88yyd9o4tZYw7dzMu34sHgoCeb0QiPQWtetXiPf99PrIj+YQ=="], 128 90 ··· 134 96 135 97 "@emnapi/wasi-threads": ["@emnapi/wasi-threads@1.0.3", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-8K5IFFsQqF9wQNJptGbS6FNKgUTsSRYnTqNCG1vPP8jFdjSv18n2mQfJpkt2Oibo9iBEzcDnDxNwKTzC7svlJw=="], 136 98 137 - "@esbuild-plugins/node-globals-polyfill": ["@esbuild-plugins/node-globals-polyfill@0.2.3", "", { "peerDependencies": { "esbuild": "*" } }, "sha512-r3MIryXDeXDOZh7ih1l/yE9ZLORCd5e8vWg02azWRGj5SPTuoh69A2AIyn0Z31V/kHBfZ4HgWJ+OK3GTTwLmnw=="], 99 + "@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.25.4", "", { "os": "aix", "cpu": "ppc64" }, "sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q=="], 138 100 139 - "@esbuild-plugins/node-modules-polyfill": ["@esbuild-plugins/node-modules-polyfill@0.2.2", "", { "dependencies": { "escape-string-regexp": "^4.0.0", "rollup-plugin-node-polyfills": "^0.2.1" }, "peerDependencies": { "esbuild": "*" } }, "sha512-LXV7QsWJxRuMYvKbiznh+U1ilIop3g2TeKRzUxOG5X3YITc8JyyTa90BmLwqqv0YnX4v32CSlG+vsziZp9dMvA=="], 101 + "@esbuild/android-arm": ["@esbuild/android-arm@0.25.4", "", { "os": "android", "cpu": "arm" }, "sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ=="], 140 102 141 - "@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.21.5", "", { "os": "aix", "cpu": "ppc64" }, "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ=="], 103 + "@esbuild/android-arm64": ["@esbuild/android-arm64@0.25.4", "", { "os": "android", "cpu": "arm64" }, "sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A=="], 142 104 143 - "@esbuild/android-arm": ["@esbuild/android-arm@0.21.5", "", { "os": "android", "cpu": "arm" }, "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg=="], 105 + "@esbuild/android-x64": ["@esbuild/android-x64@0.25.4", "", { "os": "android", "cpu": "x64" }, "sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ=="], 144 106 145 - "@esbuild/android-arm64": ["@esbuild/android-arm64@0.21.5", "", { "os": "android", "cpu": "arm64" }, "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A=="], 107 + "@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.25.4", "", { "os": "darwin", "cpu": "arm64" }, "sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g=="], 146 108 147 - "@esbuild/android-x64": ["@esbuild/android-x64@0.21.5", "", { "os": "android", "cpu": "x64" }, "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA=="], 109 + "@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.25.4", "", { "os": "darwin", "cpu": "x64" }, "sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A=="], 148 110 149 - "@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.21.5", "", { "os": "darwin", "cpu": "arm64" }, "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ=="], 111 + "@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.25.4", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ=="], 150 112 151 - "@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.21.5", "", { "os": "darwin", "cpu": "x64" }, "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw=="], 113 + "@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.25.4", "", { "os": "freebsd", "cpu": "x64" }, "sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ=="], 152 114 153 - "@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.21.5", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g=="], 115 + "@esbuild/linux-arm": ["@esbuild/linux-arm@0.25.4", "", { "os": "linux", "cpu": "arm" }, "sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ=="], 154 116 155 - "@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.21.5", "", { "os": "freebsd", "cpu": "x64" }, "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ=="], 117 + "@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.25.4", "", { "os": "linux", "cpu": "arm64" }, "sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ=="], 156 118 157 - "@esbuild/linux-arm": ["@esbuild/linux-arm@0.21.5", "", { "os": "linux", "cpu": "arm" }, "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA=="], 119 + "@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.25.4", "", { "os": "linux", "cpu": "ia32" }, "sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ=="], 158 120 159 - "@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.21.5", "", { "os": "linux", "cpu": "arm64" }, "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q=="], 121 + "@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.25.4", "", { "os": "linux", "cpu": "none" }, "sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA=="], 160 122 161 - "@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.21.5", "", { "os": "linux", "cpu": "ia32" }, "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg=="], 123 + "@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.25.4", "", { "os": "linux", "cpu": "none" }, "sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg=="], 162 124 163 - "@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.21.5", "", { "os": "linux", "cpu": "none" }, "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg=="], 125 + "@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.25.4", "", { "os": "linux", "cpu": "ppc64" }, "sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag=="], 164 126 165 - "@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.21.5", "", { "os": "linux", "cpu": "none" }, "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg=="], 127 + "@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.25.4", "", { "os": "linux", "cpu": "none" }, "sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA=="], 166 128 167 - "@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.21.5", "", { "os": "linux", "cpu": "ppc64" }, "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w=="], 129 + "@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.25.4", "", { "os": "linux", "cpu": "s390x" }, "sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g=="], 168 130 169 - "@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.21.5", "", { "os": "linux", "cpu": "none" }, "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA=="], 131 + "@esbuild/linux-x64": ["@esbuild/linux-x64@0.25.4", "", { "os": "linux", "cpu": "x64" }, "sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA=="], 170 132 171 - "@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.21.5", "", { "os": "linux", "cpu": "s390x" }, "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A=="], 133 + "@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.25.4", "", { "os": "none", "cpu": "arm64" }, "sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ=="], 172 134 173 - "@esbuild/linux-x64": ["@esbuild/linux-x64@0.21.5", "", { "os": "linux", "cpu": "x64" }, "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ=="], 135 + "@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.25.4", "", { "os": "none", "cpu": "x64" }, "sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw=="], 174 136 175 - "@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.21.5", "", { "os": "none", "cpu": "x64" }, "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg=="], 137 + "@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.25.4", "", { "os": "openbsd", "cpu": "arm64" }, "sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A=="], 176 138 177 - "@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.21.5", "", { "os": "openbsd", "cpu": "x64" }, "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow=="], 139 + "@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.25.4", "", { "os": "openbsd", "cpu": "x64" }, "sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw=="], 140 + 141 + "@esbuild/openharmony-arm64": ["@esbuild/openharmony-arm64@0.25.6", "", { "os": "none", "cpu": "arm64" }, "sha512-+SqBcAWoB1fYKmpWoQP4pGtx+pUUC//RNYhFdbcSA16617cchuryuhOCRpPsjCblKukAckWsV+aQ3UKT/RMPcA=="], 178 142 179 - "@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.21.5", "", { "os": "sunos", "cpu": "x64" }, "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg=="], 143 + "@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.25.4", "", { "os": "sunos", "cpu": "x64" }, "sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q=="], 180 144 181 - "@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.21.5", "", { "os": "win32", "cpu": "arm64" }, "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A=="], 145 + "@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.25.4", "", { "os": "win32", "cpu": "arm64" }, "sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ=="], 182 146 183 - "@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.21.5", "", { "os": "win32", "cpu": "ia32" }, "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA=="], 147 + "@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.25.4", "", { "os": "win32", "cpu": "ia32" }, "sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg=="], 184 148 185 - "@esbuild/win32-x64": ["@esbuild/win32-x64@0.21.5", "", { "os": "win32", "cpu": "x64" }, "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw=="], 149 + "@esbuild/win32-x64": ["@esbuild/win32-x64@0.25.4", "", { "os": "win32", "cpu": "x64" }, "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ=="], 186 150 187 151 "@eslint-community/eslint-utils": ["@eslint-community/eslint-utils@4.7.0", "", { "dependencies": { "eslint-visitor-keys": "^3.4.3" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw=="], 188 152 ··· 191 155 "@eslint/eslintrc": ["@eslint/eslintrc@2.1.4", "", { "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" } }, "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ=="], 192 156 193 157 "@eslint/js": ["@eslint/js@8.57.1", "", {}, "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q=="], 194 - 195 - "@fastify/busboy": ["@fastify/busboy@2.1.1", "", {}, "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA=="], 196 158 197 159 "@fontsource/geist-mono": ["@fontsource/geist-mono@5.2.6", "", {}, "sha512-I3hsRP+8Gmhk35cwlPAR4w5xqk7e5pro2F1o51ZmB+lN+dPcwN3jYHKN+u0E5AMuiQKpTdkrqfEpvBjzQax3cQ=="], 198 160 ··· 240 202 241 203 "@img/sharp-win32-x64": ["@img/sharp-win32-x64@0.33.5", "", { "os": "win32", "cpu": "x64" }, "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg=="], 242 204 243 - "@isaacs/cliui": ["@isaacs/cliui@8.0.2", "", { "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", "strip-ansi": "^7.0.1", "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", "wrap-ansi": "^8.1.0", "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" } }, "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA=="], 244 - 245 205 "@isaacs/fs-minipass": ["@isaacs/fs-minipass@4.0.1", "", { "dependencies": { "minipass": "^7.0.4" } }, "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w=="], 246 206 247 207 "@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.12", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg=="], ··· 252 212 253 213 "@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.29", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ=="], 254 214 255 - "@mjackson/node-fetch-server": ["@mjackson/node-fetch-server@0.2.0", "", {}, "sha512-EMlH1e30yzmTpGLQjlFmaDAjyOeZhng1/XCd7DExR8PNAnG/G1tyruZxEoUe11ClnwGhGrtsdnyyUx1frSzjng=="], 256 - 257 215 "@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@0.2.12", "", { "dependencies": { "@emnapi/core": "^1.4.3", "@emnapi/runtime": "^1.4.3", "@tybys/wasm-util": "^0.10.0" } }, "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ=="], 258 216 259 217 "@nodelib/fs.scandir": ["@nodelib/fs.scandir@2.1.5", "", { "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="], ··· 264 222 265 223 "@nolyfill/is-core-module": ["@nolyfill/is-core-module@1.0.39", "", {}, "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA=="], 266 224 267 - "@npmcli/git": ["@npmcli/git@4.1.0", "", { "dependencies": { "@npmcli/promise-spawn": "^6.0.0", "lru-cache": "^7.4.4", "npm-pick-manifest": "^8.0.0", "proc-log": "^3.0.0", "promise-inflight": "^1.0.1", "promise-retry": "^2.0.1", "semver": "^7.3.5", "which": "^3.0.0" } }, "sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ=="], 225 + "@oslojs/encoding": ["@oslojs/encoding@1.1.0", "", {}, "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ=="], 268 226 269 - "@npmcli/package-json": ["@npmcli/package-json@4.0.1", "", { "dependencies": { "@npmcli/git": "^4.1.0", "glob": "^10.2.2", "hosted-git-info": "^6.1.1", "json-parse-even-better-errors": "^3.0.0", "normalize-package-data": "^5.0.0", "proc-log": "^3.0.0", "semver": "^7.5.3" } }, "sha512-lRCEGdHZomFsURroh522YvA/2cVb9oPIJrjHanCJZkiasz1BzcnLr3tBJhlV7S86MBJBuAQ33is2D60YitZL2Q=="], 227 + "@poppinss/colors": ["@poppinss/colors@4.1.5", "", { "dependencies": { "kleur": "^4.1.5" } }, "sha512-FvdDqtcRCtz6hThExcFOgW0cWX+xwSMWcRuQe5ZEb2m7cVQOAVZOIMt+/v9RxGiD9/OY16qJBXK4CVKWAPalBw=="], 270 228 271 - "@npmcli/promise-spawn": ["@npmcli/promise-spawn@6.0.2", "", { "dependencies": { "which": "^3.0.0" } }, "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg=="], 229 + "@poppinss/dumper": ["@poppinss/dumper@0.6.4", "", { "dependencies": { "@poppinss/colors": "^4.1.5", "@sindresorhus/is": "^7.0.2", "supports-color": "^10.0.0" } }, "sha512-iG0TIdqv8xJ3Lt9O8DrPRxw1MRLjNpoqiSGU03P/wNLP/s0ra0udPJ1J2Tx5M0J3H/cVyEgpbn8xUKRY9j59kQ=="], 272 230 273 - "@pkgjs/parseargs": ["@pkgjs/parseargs@0.11.0", "", {}, "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="], 231 + "@poppinss/exception": ["@poppinss/exception@1.2.2", "", {}, "sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg=="], 274 232 275 - "@react-router/cloudflare": ["@react-router/cloudflare@7.7.0", "", { "peerDependencies": { "@cloudflare/workers-types": "^4.0.0", "react-router": "^7.7.0", "typescript": "^5.1.0" }, "optionalPeers": ["typescript"] }, "sha512-C3QhzeCiQ3z/RWhahAKZGW3lFK5pSt53ZF8kL30x46HJKMAx/62HZdVtga8VmhU7DM9pOCRMV6NTb5rjH5S6pA=="], 276 - 277 - "@react-router/dev": ["@react-router/dev@7.7.0", "", { "dependencies": { "@babel/core": "^7.27.7", "@babel/generator": "^7.27.5", "@babel/parser": "^7.27.7", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@babel/traverse": "^7.27.7", "@babel/types": "^7.27.7", "@npmcli/package-json": "^4.0.1", "@react-router/node": "7.7.0", "arg": "^5.0.1", "babel-dead-code-elimination": "^1.0.6", "chokidar": "^4.0.0", "dedent": "^1.5.3", "es-module-lexer": "^1.3.1", "exit-hook": "2.2.1", "isbot": "^5.1.11", "jsesc": "3.0.2", "lodash": "^4.17.21", "pathe": "^1.1.2", "picocolors": "^1.1.1", "prettier": "^2.7.1", "react-refresh": "^0.14.0", "semver": "^7.3.7", "set-cookie-parser": "^2.6.0", "tinyglobby": "^0.2.14", "valibot": "^0.41.0", "vite-node": "^3.2.2" }, "peerDependencies": { "@react-router/serve": "^7.7.0", "react-router": "^7.7.0", "typescript": "^5.1.0", "vite": "^5.1.0 || ^6.0.0 || ^7.0.0", "wrangler": "^3.28.2 || ^4.0.0" }, "optionalPeers": ["@react-router/serve", "typescript", "wrangler"], "bin": { "react-router": "bin.js" } }, "sha512-z6tJ0US20pS/YpaPz59SJgSH+1BJ6xvQmQ/u4Y4HM1uLOa4b3Mleg3KujqAvwGP5wkMkNFz3Ae2g6/kDTFyuCA=="], 278 - 279 - "@react-router/fs-routes": ["@react-router/fs-routes@7.7.0", "", { "dependencies": { "minimatch": "^9.0.0" }, "peerDependencies": { "@react-router/dev": "^7.7.0", "typescript": "^5.1.0" }, "optionalPeers": ["typescript"] }, "sha512-Ckvp35DJ6Y3KNQkNas2Uzv5i0FNngKhTVZDmCeE+tZ585IH6PQq6hhXjX/aHdL4J/sSLKqS3jBbCuya5OiESsg=="], 280 - 281 - "@react-router/node": ["@react-router/node@7.7.0", "", { "dependencies": { "@mjackson/node-fetch-server": "^0.2.0" }, "peerDependencies": { "react-router": "7.7.0", "typescript": "^5.1.0" }, "optionalPeers": ["typescript"] }, "sha512-PTl4C+QjWsbTfp+9mybOzIH10ZM/pjZrAlcoxc/KGYxcfWDEe2GDFFBQN6nGZgJe/0SwSjHsVwqo2haMKgTbvQ=="], 233 + "@rollup/pluginutils": ["@rollup/pluginutils@5.2.0", "", { "dependencies": { "@types/estree": "^1.0.0", "estree-walker": "^2.0.2", "picomatch": "^4.0.2" }, "peerDependencies": { "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "optionalPeers": ["rollup"] }, "sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw=="], 282 234 283 235 "@rollup/rollup-android-arm-eabi": ["@rollup/rollup-android-arm-eabi@4.45.1", "", { "os": "android", "cpu": "arm" }, "sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA=="], 284 236 ··· 322 274 323 275 "@rtsao/scc": ["@rtsao/scc@1.1.0", "", {}, "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g=="], 324 276 277 + "@shikijs/core": ["@shikijs/core@3.8.1", "", { "dependencies": { "@shikijs/types": "3.8.1", "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4", "hast-util-to-html": "^9.0.5" } }, "sha512-uTSXzUBQ/IgFcUa6gmGShCHr4tMdR3pxUiiWKDm8pd42UKJdYhkAYsAmHX5mTwybQ5VyGDgTjW4qKSsRvGSang=="], 278 + 279 + "@shikijs/engine-javascript": ["@shikijs/engine-javascript@3.8.1", "", { "dependencies": { "@shikijs/types": "3.8.1", "@shikijs/vscode-textmate": "^10.0.2", "oniguruma-to-es": "^4.3.3" } }, "sha512-rZRp3BM1llrHkuBPAdYAzjlF7OqlM0rm/7EWASeCcY7cRYZIrOnGIHE9qsLz5TCjGefxBFnwgIECzBs2vmOyKA=="], 280 + 281 + "@shikijs/engine-oniguruma": ["@shikijs/engine-oniguruma@3.8.1", "", { "dependencies": { "@shikijs/types": "3.8.1", "@shikijs/vscode-textmate": "^10.0.2" } }, "sha512-KGQJZHlNY7c656qPFEQpIoqOuC4LrxjyNndRdzk5WKB/Ie87+NJCF1xo9KkOUxwxylk7rT6nhlZyTGTC4fCe1g=="], 282 + 283 + "@shikijs/langs": ["@shikijs/langs@3.8.1", "", { "dependencies": { "@shikijs/types": "3.8.1" } }, "sha512-TjOFg2Wp1w07oKnXjs0AUMb4kJvujML+fJ1C5cmEj45lhjbUXtziT1x2bPQb9Db6kmPhkG5NI2tgYW1/DzhUuQ=="], 284 + 285 + "@shikijs/themes": ["@shikijs/themes@3.8.1", "", { "dependencies": { "@shikijs/types": "3.8.1" } }, "sha512-Vu3t3BBLifc0GB0UPg2Pox1naTemrrvyZv2lkiSw3QayVV60me1ujFQwPZGgUTmwXl1yhCPW8Lieesm0CYruLQ=="], 286 + 287 + "@shikijs/types": ["@shikijs/types@3.8.1", "", { "dependencies": { "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4" } }, "sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg=="], 288 + 289 + "@shikijs/vscode-textmate": ["@shikijs/vscode-textmate@10.0.2", "", {}, "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg=="], 290 + 291 + "@sindresorhus/is": ["@sindresorhus/is@7.0.2", "", {}, "sha512-d9xRovfKNz1SKieM0qJdO+PQonjnnIfSNWfHYnBSJ9hkjm0ZPw6HlxscDXYstp3z+7V2GOFHc+J0CYrYTjqCJw=="], 292 + 293 + "@speed-highlight/core": ["@speed-highlight/core@1.2.7", "", {}, "sha512-0dxmVj4gxg3Jg879kvFS/msl4s9F3T9UXC1InxgOf7t5NvcPD97u/WTA5vL/IxWHMn7qSxBozqrnnE2wvl1m8g=="], 294 + 295 + "@swc/helpers": ["@swc/helpers@0.5.17", "", { "dependencies": { "tslib": "^2.8.0" } }, "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A=="], 296 + 325 297 "@tailwindcss/node": ["@tailwindcss/node@4.1.11", "", { "dependencies": { "@ampproject/remapping": "^2.3.0", "enhanced-resolve": "^5.18.1", "jiti": "^2.4.2", "lightningcss": "1.30.1", "magic-string": "^0.30.17", "source-map-js": "^1.2.1", "tailwindcss": "4.1.11" } }, "sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q=="], 326 298 327 299 "@tailwindcss/oxide": ["@tailwindcss/oxide@4.1.11", "", { "dependencies": { "detect-libc": "^2.0.4", "tar": "^7.4.3" }, "optionalDependencies": { "@tailwindcss/oxide-android-arm64": "4.1.11", "@tailwindcss/oxide-darwin-arm64": "4.1.11", "@tailwindcss/oxide-darwin-x64": "4.1.11", "@tailwindcss/oxide-freebsd-x64": "4.1.11", "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.11", "@tailwindcss/oxide-linux-arm64-gnu": "4.1.11", "@tailwindcss/oxide-linux-arm64-musl": "4.1.11", "@tailwindcss/oxide-linux-x64-gnu": "4.1.11", "@tailwindcss/oxide-linux-x64-musl": "4.1.11", "@tailwindcss/oxide-wasm32-wasi": "4.1.11", "@tailwindcss/oxide-win32-arm64-msvc": "4.1.11", "@tailwindcss/oxide-win32-x64-msvc": "4.1.11" } }, "sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg=="], ··· 353 325 "@tailwindcss/postcss": ["@tailwindcss/postcss@4.1.11", "", { "dependencies": { "@alloc/quick-lru": "^5.2.0", "@tailwindcss/node": "4.1.11", "@tailwindcss/oxide": "4.1.11", "postcss": "^8.4.41", "tailwindcss": "4.1.11" } }, "sha512-q/EAIIpF6WpLhKEuQSEVMZNMIY8KhWoAemZ9eylNAih9jxMGAYPPWBn3I9QL/2jZ+e7OEz/tZkX5HwbBR4HohA=="], 354 326 355 327 "@tailwindcss/typography": ["@tailwindcss/typography@0.5.16", "", { "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", "postcss-selector-parser": "6.0.10" }, "peerDependencies": { "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" } }, "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA=="], 328 + 329 + "@tailwindcss/vite": ["@tailwindcss/vite@4.1.11", "", { "dependencies": { "@tailwindcss/node": "4.1.11", "@tailwindcss/oxide": "4.1.11", "tailwindcss": "4.1.11" }, "peerDependencies": { "vite": "^5.2.0 || ^6 || ^7" } }, "sha512-RHYhrR3hku0MJFRV+fN2gNbDNEh3dwKvY8XJvTxCSXeMOsCRSr+uKvDWQcbizrHgjML6ZmTE5OwMrl5wKcujCw=="], 356 330 357 331 "@tybys/wasm-util": ["@tybys/wasm-util@0.10.0", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ=="], 358 332 333 + "@types/bun": ["@types/bun@1.2.18", "", { "dependencies": { "bun-types": "1.2.18" } }, "sha512-Xf6RaWVheyemaThV0kUfaAUvCNokFr+bH8Jxp+tTZfx7dAPA8z9ePnP9S9+Vspzuxxx9JRAXhnyccRj3GyCMdQ=="], 334 + 359 335 "@types/debug": ["@types/debug@4.1.12", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="], 360 336 361 337 "@types/estree": ["@types/estree@1.0.8", "", {}, "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="], 362 338 363 - "@types/estree-jsx": ["@types/estree-jsx@1.0.5", "", { "dependencies": { "@types/estree": "*" } }, "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg=="], 339 + "@types/fontkit": ["@types/fontkit@2.0.8", "", { "dependencies": { "@types/node": "*" } }, "sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew=="], 364 340 365 341 "@types/hast": ["@types/hast@3.0.4", "", { "dependencies": { "@types/unist": "*" } }, "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ=="], 366 342 ··· 370 346 371 347 "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="], 372 348 349 + "@types/nlcst": ["@types/nlcst@2.0.3", "", { "dependencies": { "@types/unist": "*" } }, "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA=="], 350 + 351 + "@types/node": ["@types/node@24.0.14", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw=="], 352 + 373 353 "@types/prop-types": ["@types/prop-types@15.7.15", "", {}, "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw=="], 374 354 375 355 "@types/react": ["@types/react@18.3.23", "", { "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" } }, "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w=="], 376 - 377 - "@types/react-dom": ["@types/react-dom@18.3.7", "", { "peerDependencies": { "@types/react": "^18.0.0" } }, "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ=="], 378 356 379 357 "@types/unist": ["@types/unist@3.0.3", "", {}, "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="], 380 358 ··· 441 419 "acorn-walk": ["acorn-walk@8.3.2", "", {}, "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A=="], 442 420 443 421 "ajv": ["ajv@6.12.6", "", { "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g=="], 422 + 423 + "ansi-align": ["ansi-align@3.0.1", "", { "dependencies": { "string-width": "^4.1.0" } }, "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w=="], 444 424 445 425 "ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="], 446 426 447 427 "ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], 448 428 449 - "arg": ["arg@5.0.2", "", {}, "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="], 429 + "anymatch": ["anymatch@3.1.3", "", { "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" } }, "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw=="], 450 430 451 431 "argparse": ["argparse@2.0.1", "", {}, "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="], 452 432 ··· 455 435 "array-buffer-byte-length": ["array-buffer-byte-length@1.0.2", "", { "dependencies": { "call-bound": "^1.0.3", "is-array-buffer": "^3.0.5" } }, "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw=="], 456 436 457 437 "array-includes": ["array-includes@3.1.9", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", "define-properties": "^1.2.1", "es-abstract": "^1.24.0", "es-object-atoms": "^1.1.1", "get-intrinsic": "^1.3.0", "is-string": "^1.1.1", "math-intrinsics": "^1.1.0" } }, "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ=="], 438 + 439 + "array-iterate": ["array-iterate@2.0.1", "", {}, "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg=="], 458 440 459 441 "array-union": ["array-union@2.1.0", "", {}, "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="], 460 442 461 - "array.prototype.findlast": ["array.prototype.findlast@1.2.5", "", { "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-abstract": "^1.23.2", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0", "es-shim-unscopables": "^1.0.2" } }, "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ=="], 462 - 463 443 "array.prototype.findlastindex": ["array.prototype.findlastindex@1.2.6", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", "define-properties": "^1.2.1", "es-abstract": "^1.23.9", "es-errors": "^1.3.0", "es-object-atoms": "^1.1.1", "es-shim-unscopables": "^1.1.0" } }, "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ=="], 464 444 465 445 "array.prototype.flat": ["array.prototype.flat@1.3.3", "", { "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-abstract": "^1.23.5", "es-shim-unscopables": "^1.0.2" } }, "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg=="], 466 446 467 447 "array.prototype.flatmap": ["array.prototype.flatmap@1.3.3", "", { "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-abstract": "^1.23.5", "es-shim-unscopables": "^1.0.2" } }, "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg=="], 468 448 469 - "array.prototype.tosorted": ["array.prototype.tosorted@1.1.4", "", { "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-abstract": "^1.23.3", "es-errors": "^1.3.0", "es-shim-unscopables": "^1.0.2" } }, "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA=="], 470 - 471 449 "arraybuffer.prototype.slice": ["arraybuffer.prototype.slice@1.0.4", "", { "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-abstract": "^1.23.5", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", "is-array-buffer": "^3.0.4" } }, "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ=="], 472 450 473 - "as-table": ["as-table@1.0.55", "", { "dependencies": { "printable-characters": "^1.0.42" } }, "sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ=="], 474 - 475 - "ast-types-flow": ["ast-types-flow@0.0.8", "", {}, "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ=="], 451 + "astro": ["astro@5.12.0", "", { "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.3", "@astrojs/telemetry": "3.3.0", "@capsizecss/unpack": "^2.4.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.1.4", "acorn": "^8.14.1", "aria-query": "^5.3.2", "axobject-query": "^4.1.0", "boxen": "8.0.1", "ci-info": "^4.2.0", "clsx": "^2.1.1", "common-ancestor-path": "^1.0.1", "cookie": "^1.0.2", "cssesc": "^3.0.0", "debug": "^4.4.0", "deterministic-object-hash": "^2.0.2", "devalue": "^5.1.1", "diff": "^5.2.0", "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^1.6.0", "esbuild": "^0.25.0", "estree-walker": "^3.0.3", "flattie": "^1.1.1", "fontace": "~0.3.0", "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.1.1", "import-meta-resolve": "^4.1.0", "js-yaml": "^4.1.0", "kleur": "^4.1.5", "magic-string": "^0.30.17", "magicast": "^0.3.5", "mrmime": "^2.0.1", "neotraverse": "^0.6.18", "p-limit": "^6.2.0", "p-queue": "^8.1.0", "package-manager-detector": "^1.1.0", "picomatch": "^4.0.2", "prompts": "^2.4.2", "rehype": "^13.0.2", "semver": "^7.7.1", "shiki": "^3.2.1", "smol-toml": "^1.3.4", "tinyexec": "^0.3.2", "tinyglobby": "^0.2.12", "tsconfck": "^3.1.5", "ultrahtml": "^1.6.0", "unifont": "~0.5.0", "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", "vite": "^6.3.4", "vitefu": "^1.0.6", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", "yocto-spinner": "^0.2.1", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.5", "zod-to-ts": "^1.2.0" }, "optionalDependencies": { "sharp": "^0.33.3" }, "bin": { "astro": "astro.js" } }, "sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg=="], 476 452 477 453 "async-function": ["async-function@1.0.0", "", {}, "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA=="], 478 454 ··· 480 456 481 457 "await-lock": ["await-lock@2.2.2", "", {}, "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw=="], 482 458 483 - "axe-core": ["axe-core@4.10.3", "", {}, "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg=="], 484 - 485 459 "axobject-query": ["axobject-query@4.1.0", "", {}, "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ=="], 486 - 487 - "babel-dead-code-elimination": ["babel-dead-code-elimination@1.0.10", "", { "dependencies": { "@babel/core": "^7.23.7", "@babel/parser": "^7.23.6", "@babel/traverse": "^7.23.7", "@babel/types": "^7.23.6" } }, "sha512-DV5bdJZTzZ0zn0DC24v3jD7Mnidh6xhKa4GfKCbq3sfW8kaWhDdZjP3i81geA8T33tdYqWKw4D3fVv0CwEgKVA=="], 488 460 489 461 "bail": ["bail@2.0.2", "", {}, "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw=="], 490 462 491 463 "balanced-match": ["balanced-match@1.0.2", "", {}, "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="], 464 + 465 + "base-64": ["base-64@1.0.0", "", {}, "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg=="], 466 + 467 + "base64-js": ["base64-js@1.5.1", "", {}, "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="], 492 468 493 469 "blake3-wasm": ["blake3-wasm@2.1.5", "", {}, "sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g=="], 494 470 471 + "blob-to-buffer": ["blob-to-buffer@1.2.9", "", {}, "sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA=="], 472 + 473 + "boxen": ["boxen@8.0.1", "", { "dependencies": { "ansi-align": "^3.0.1", "camelcase": "^8.0.0", "chalk": "^5.3.0", "cli-boxes": "^3.0.0", "string-width": "^7.2.0", "type-fest": "^4.21.0", "widest-line": "^5.0.0", "wrap-ansi": "^9.0.0" } }, "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw=="], 474 + 495 475 "brace-expansion": ["brace-expansion@1.1.12", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg=="], 496 476 497 477 "braces": ["braces@3.0.3", "", { "dependencies": { "fill-range": "^7.1.1" } }, "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA=="], 498 478 499 - "browserslist": ["browserslist@4.25.1", "", { "dependencies": { "caniuse-lite": "^1.0.30001726", "electron-to-chromium": "^1.5.173", "node-releases": "^2.0.19", "update-browserslist-db": "^1.1.3" }, "bin": { "browserslist": "cli.js" } }, "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw=="], 479 + "brotli": ["brotli@1.3.3", "", { "dependencies": { "base64-js": "^1.1.2" } }, "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg=="], 500 480 501 - "cac": ["cac@6.7.14", "", {}, "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ=="], 481 + "bun-types": ["bun-types@1.2.18", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-04+Eha5NP7Z0A9YgDAzMk5PHR16ZuLVa83b26kH5+cp1qZW4F6FmAURngE7INf4tKOvCE69vYvDEwoNl1tGiWw=="], 502 482 503 483 "call-bind": ["call-bind@1.0.8", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", "get-intrinsic": "^1.2.4", "set-function-length": "^1.2.2" } }, "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww=="], 504 484 ··· 508 488 509 489 "callsites": ["callsites@3.1.0", "", {}, "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="], 510 490 511 - "caniuse-lite": ["caniuse-lite@1.0.30001727", "", {}, "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q=="], 491 + "camelcase": ["camelcase@8.0.0", "", {}, "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA=="], 512 492 513 493 "ccount": ["ccount@2.0.1", "", {}, "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg=="], 514 494 ··· 520 500 521 501 "character-entities-legacy": ["character-entities-legacy@3.0.0", "", {}, "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ=="], 522 502 523 - "character-reference-invalid": ["character-reference-invalid@2.0.1", "", {}, "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw=="], 524 - 525 503 "chokidar": ["chokidar@4.0.3", "", { "dependencies": { "readdirp": "^4.0.1" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="], 526 504 527 505 "chownr": ["chownr@3.0.0", "", {}, "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g=="], 528 506 507 + "ci-info": ["ci-info@4.3.0", "", {}, "sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ=="], 508 + 509 + "cli-boxes": ["cli-boxes@3.0.0", "", {}, "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g=="], 510 + 511 + "clone": ["clone@2.1.2", "", {}, "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w=="], 512 + 513 + "clsx": ["clsx@2.1.1", "", {}, "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA=="], 514 + 529 515 "color": ["color@4.2.3", "", { "dependencies": { "color-convert": "^2.0.1", "color-string": "^1.9.0" } }, "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A=="], 530 516 531 517 "color-convert": ["color-convert@2.0.1", "", { "dependencies": { "color-name": "~1.1.4" } }, "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="], ··· 536 522 537 523 "comma-separated-tokens": ["comma-separated-tokens@2.0.3", "", {}, "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg=="], 538 524 525 + "common-ancestor-path": ["common-ancestor-path@1.0.1", "", {}, "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w=="], 526 + 539 527 "concat-map": ["concat-map@0.0.1", "", {}, "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="], 540 528 541 - "convert-source-map": ["convert-source-map@2.0.0", "", {}, "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="], 529 + "cookie": ["cookie@1.0.2", "", {}, "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA=="], 530 + 531 + "cookie-es": ["cookie-es@1.2.2", "", {}, "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg=="], 542 532 543 - "cookie": ["cookie@1.0.2", "", {}, "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA=="], 533 + "cross-fetch": ["cross-fetch@3.2.0", "", { "dependencies": { "node-fetch": "^2.7.0" } }, "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q=="], 544 534 545 535 "cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="], 536 + 537 + "crossws": ["crossws@0.3.5", "", { "dependencies": { "uncrypto": "^0.1.3" } }, "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA=="], 538 + 539 + "css-tree": ["css-tree@3.1.0", "", { "dependencies": { "mdn-data": "2.12.2", "source-map-js": "^1.0.1" } }, "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w=="], 546 540 547 541 "cssesc": ["cssesc@3.0.0", "", { "bin": { "cssesc": "bin/cssesc" } }, "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="], 548 542 549 543 "csstype": ["csstype@3.1.3", "", {}, "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="], 550 544 551 - "damerau-levenshtein": ["damerau-levenshtein@1.0.8", "", {}, "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="], 552 - 553 - "data-uri-to-buffer": ["data-uri-to-buffer@2.0.2", "", {}, "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA=="], 554 - 555 545 "data-view-buffer": ["data-view-buffer@1.0.2", "", { "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", "is-data-view": "^1.0.2" } }, "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ=="], 556 546 557 547 "data-view-byte-length": ["data-view-byte-length@1.0.2", "", { "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", "is-data-view": "^1.0.2" } }, "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ=="], ··· 562 552 563 553 "decode-named-character-reference": ["decode-named-character-reference@1.2.0", "", { "dependencies": { "character-entities": "^2.0.0" } }, "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q=="], 564 554 565 - "dedent": ["dedent@1.6.0", "", { "peerDependencies": { "babel-plugin-macros": "^3.1.0" }, "optionalPeers": ["babel-plugin-macros"] }, "sha512-F1Z+5UCFpmQUzJa11agbyPVMbpgT/qA3/SKyJ1jyBgm7dUcUEa8v9JwDkerSQXfakBwFljIxhOJqGkjUwZ9FSA=="], 566 - 567 555 "deep-is": ["deep-is@0.1.4", "", {}, "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="], 568 556 569 557 "define-data-property": ["define-data-property@1.1.4", "", { "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", "gopd": "^1.0.1" } }, "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A=="], ··· 574 562 575 563 "dequal": ["dequal@2.0.3", "", {}, "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="], 576 564 565 + "destr": ["destr@2.0.5", "", {}, "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA=="], 566 + 577 567 "detect-libc": ["detect-libc@2.0.4", "", {}, "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA=="], 578 568 569 + "deterministic-object-hash": ["deterministic-object-hash@2.0.2", "", { "dependencies": { "base-64": "^1.0.0" } }, "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ=="], 570 + 571 + "devalue": ["devalue@5.1.1", "", {}, "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw=="], 572 + 579 573 "devlop": ["devlop@1.1.0", "", { "dependencies": { "dequal": "^2.0.0" } }, "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA=="], 580 574 575 + "dfa": ["dfa@1.2.0", "", {}, "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q=="], 576 + 577 + "diff": ["diff@5.2.0", "", {}, "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A=="], 578 + 581 579 "dir-glob": ["dir-glob@3.0.1", "", { "dependencies": { "path-type": "^4.0.0" } }, "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA=="], 582 580 581 + "dlv": ["dlv@1.1.3", "", {}, "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="], 582 + 583 583 "doctrine": ["doctrine@3.0.0", "", { "dependencies": { "esutils": "^2.0.2" } }, "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w=="], 584 + 585 + "dset": ["dset@3.1.4", "", {}, "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA=="], 584 586 585 587 "dunder-proto": ["dunder-proto@1.0.1", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", "gopd": "^1.2.0" } }, "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="], 586 588 587 - "eastasianwidth": ["eastasianwidth@0.2.0", "", {}, "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="], 589 + "emoji-regex": ["emoji-regex@10.4.0", "", {}, "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="], 588 590 589 - "electron-to-chromium": ["electron-to-chromium@1.5.187", "", {}, "sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA=="], 591 + "enhanced-resolve": ["enhanced-resolve@5.18.2", "", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" } }, "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ=="], 590 592 591 - "emoji-regex": ["emoji-regex@9.2.2", "", {}, "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="], 593 + "entities": ["entities@6.0.1", "", {}, "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g=="], 592 594 593 - "enhanced-resolve": ["enhanced-resolve@5.18.2", "", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" } }, "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ=="], 594 - 595 - "err-code": ["err-code@2.0.3", "", {}, "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="], 595 + "error-stack-parser-es": ["error-stack-parser-es@1.0.5", "", {}, "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA=="], 596 596 597 597 "es-abstract": ["es-abstract@1.24.0", "", { "dependencies": { "array-buffer-byte-length": "^1.0.2", "arraybuffer.prototype.slice": "^1.0.4", "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", "call-bound": "^1.0.4", "data-view-buffer": "^1.0.2", "data-view-byte-length": "^1.0.2", "data-view-byte-offset": "^1.0.1", "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "es-object-atoms": "^1.1.1", "es-set-tostringtag": "^2.1.0", "es-to-primitive": "^1.3.0", "function.prototype.name": "^1.1.8", "get-intrinsic": "^1.3.0", "get-proto": "^1.0.1", "get-symbol-description": "^1.1.0", "globalthis": "^1.0.4", "gopd": "^1.2.0", "has-property-descriptors": "^1.0.2", "has-proto": "^1.2.0", "has-symbols": "^1.1.0", "hasown": "^2.0.2", "internal-slot": "^1.1.0", "is-array-buffer": "^3.0.5", "is-callable": "^1.2.7", "is-data-view": "^1.0.2", "is-negative-zero": "^2.0.3", "is-regex": "^1.2.1", "is-set": "^2.0.3", "is-shared-array-buffer": "^1.0.4", "is-string": "^1.1.1", "is-typed-array": "^1.1.15", "is-weakref": "^1.1.1", "math-intrinsics": "^1.1.0", "object-inspect": "^1.13.4", "object-keys": "^1.1.1", "object.assign": "^4.1.7", "own-keys": "^1.0.1", "regexp.prototype.flags": "^1.5.4", "safe-array-concat": "^1.1.3", "safe-push-apply": "^1.0.0", "safe-regex-test": "^1.1.0", "set-proto": "^1.0.0", "stop-iteration-iterator": "^1.1.0", "string.prototype.trim": "^1.2.10", "string.prototype.trimend": "^1.0.9", "string.prototype.trimstart": "^1.0.8", "typed-array-buffer": "^1.0.3", "typed-array-byte-length": "^1.0.3", "typed-array-byte-offset": "^1.0.4", "typed-array-length": "^1.0.7", "unbox-primitive": "^1.1.0", "which-typed-array": "^1.1.19" } }, "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg=="], 598 598 599 599 "es-define-property": ["es-define-property@1.0.1", "", {}, "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="], 600 600 601 601 "es-errors": ["es-errors@1.3.0", "", {}, "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="], 602 - 603 - "es-iterator-helpers": ["es-iterator-helpers@1.2.1", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", "define-properties": "^1.2.1", "es-abstract": "^1.23.6", "es-errors": "^1.3.0", "es-set-tostringtag": "^2.0.3", "function-bind": "^1.1.2", "get-intrinsic": "^1.2.6", "globalthis": "^1.0.4", "gopd": "^1.2.0", "has-property-descriptors": "^1.0.2", "has-proto": "^1.2.0", "has-symbols": "^1.1.0", "internal-slot": "^1.1.0", "iterator.prototype": "^1.1.4", "safe-array-concat": "^1.1.3" } }, "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w=="], 604 602 605 603 "es-module-lexer": ["es-module-lexer@1.7.0", "", {}, "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA=="], 606 604 ··· 612 610 613 611 "es-to-primitive": ["es-to-primitive@1.3.0", "", { "dependencies": { "is-callable": "^1.2.7", "is-date-object": "^1.0.5", "is-symbol": "^1.0.4" } }, "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g=="], 614 612 615 - "esbuild": ["esbuild@0.21.5", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.21.5", "@esbuild/android-arm": "0.21.5", "@esbuild/android-arm64": "0.21.5", "@esbuild/android-x64": "0.21.5", "@esbuild/darwin-arm64": "0.21.5", "@esbuild/darwin-x64": "0.21.5", "@esbuild/freebsd-arm64": "0.21.5", "@esbuild/freebsd-x64": "0.21.5", "@esbuild/linux-arm": "0.21.5", "@esbuild/linux-arm64": "0.21.5", "@esbuild/linux-ia32": "0.21.5", "@esbuild/linux-loong64": "0.21.5", "@esbuild/linux-mips64el": "0.21.5", "@esbuild/linux-ppc64": "0.21.5", "@esbuild/linux-riscv64": "0.21.5", "@esbuild/linux-s390x": "0.21.5", "@esbuild/linux-x64": "0.21.5", "@esbuild/netbsd-x64": "0.21.5", "@esbuild/openbsd-x64": "0.21.5", "@esbuild/sunos-x64": "0.21.5", "@esbuild/win32-arm64": "0.21.5", "@esbuild/win32-ia32": "0.21.5", "@esbuild/win32-x64": "0.21.5" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw=="], 616 - 617 - "escalade": ["escalade@3.2.0", "", {}, "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA=="], 613 + "esbuild": ["esbuild@0.25.4", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.25.4", "@esbuild/android-arm": "0.25.4", "@esbuild/android-arm64": "0.25.4", "@esbuild/android-x64": "0.25.4", "@esbuild/darwin-arm64": "0.25.4", "@esbuild/darwin-x64": "0.25.4", "@esbuild/freebsd-arm64": "0.25.4", "@esbuild/freebsd-x64": "0.25.4", "@esbuild/linux-arm": "0.25.4", "@esbuild/linux-arm64": "0.25.4", "@esbuild/linux-ia32": "0.25.4", "@esbuild/linux-loong64": "0.25.4", "@esbuild/linux-mips64el": "0.25.4", "@esbuild/linux-ppc64": "0.25.4", "@esbuild/linux-riscv64": "0.25.4", "@esbuild/linux-s390x": "0.25.4", "@esbuild/linux-x64": "0.25.4", "@esbuild/netbsd-arm64": "0.25.4", "@esbuild/netbsd-x64": "0.25.4", "@esbuild/openbsd-arm64": "0.25.4", "@esbuild/openbsd-x64": "0.25.4", "@esbuild/sunos-x64": "0.25.4", "@esbuild/win32-arm64": "0.25.4", "@esbuild/win32-ia32": "0.25.4", "@esbuild/win32-x64": "0.25.4" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q=="], 618 614 619 615 "escape-string-regexp": ["escape-string-regexp@4.0.0", "", {}, "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="], 620 616 ··· 628 624 629 625 "eslint-plugin-import": ["eslint-plugin-import@2.32.0", "", { "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", "array.prototype.findlastindex": "^1.2.6", "array.prototype.flat": "^1.3.3", "array.prototype.flatmap": "^1.3.3", "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.9", "eslint-module-utils": "^2.12.1", "hasown": "^2.0.2", "is-core-module": "^2.16.1", "is-glob": "^4.0.3", "minimatch": "^3.1.2", "object.fromentries": "^2.0.8", "object.groupby": "^1.0.3", "object.values": "^1.2.1", "semver": "^6.3.1", "string.prototype.trimend": "^1.0.9", "tsconfig-paths": "^3.15.0" }, "peerDependencies": { "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA=="], 630 626 631 - "eslint-plugin-jsx-a11y": ["eslint-plugin-jsx-a11y@6.10.2", "", { "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", "array.prototype.flatmap": "^1.3.2", "ast-types-flow": "^0.0.8", "axe-core": "^4.10.0", "axobject-query": "^4.1.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "hasown": "^2.0.2", "jsx-ast-utils": "^3.3.5", "language-tags": "^1.0.9", "minimatch": "^3.1.2", "object.fromentries": "^2.0.8", "safe-regex-test": "^1.0.3", "string.prototype.includes": "^2.0.1" }, "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" } }, "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q=="], 632 - 633 - "eslint-plugin-react": ["eslint-plugin-react@7.37.5", "", { "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", "array.prototype.flatmap": "^1.3.3", "array.prototype.tosorted": "^1.1.4", "doctrine": "^2.1.0", "es-iterator-helpers": "^1.2.1", "estraverse": "^5.3.0", "hasown": "^2.0.2", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", "object.entries": "^1.1.9", "object.fromentries": "^2.0.8", "object.values": "^1.2.1", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.5", "semver": "^6.3.1", "string.prototype.matchall": "^4.0.12", "string.prototype.repeat": "^1.0.0" }, "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" } }, "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA=="], 634 - 635 - "eslint-plugin-react-hooks": ["eslint-plugin-react-hooks@5.2.0", "", { "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" } }, "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg=="], 636 - 637 627 "eslint-scope": ["eslint-scope@7.2.2", "", { "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" } }, "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg=="], 638 628 639 629 "eslint-visitor-keys": ["eslint-visitor-keys@3.4.3", "", {}, "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag=="], ··· 646 636 647 637 "estraverse": ["estraverse@5.3.0", "", {}, "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="], 648 638 649 - "estree-util-is-identifier-name": ["estree-util-is-identifier-name@3.0.0", "", {}, "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg=="], 650 - 651 - "estree-walker": ["estree-walker@0.6.1", "", {}, "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w=="], 639 + "estree-walker": ["estree-walker@3.0.3", "", { "dependencies": { "@types/estree": "^1.0.0" } }, "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g=="], 652 640 653 641 "esutils": ["esutils@2.0.3", "", {}, "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="], 642 + 643 + "eventemitter3": ["eventemitter3@5.0.1", "", {}, "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="], 654 644 655 645 "exit-hook": ["exit-hook@2.2.1", "", {}, "sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw=="], 656 646 ··· 666 656 667 657 "fast-levenshtein": ["fast-levenshtein@2.0.6", "", {}, "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="], 668 658 659 + "fast-xml-parser": ["fast-xml-parser@5.2.5", "", { "dependencies": { "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ=="], 660 + 669 661 "fastq": ["fastq@1.19.1", "", { "dependencies": { "reusify": "^1.0.4" } }, "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ=="], 670 662 671 663 "fdir": ["fdir@6.4.6", "", { "peerDependencies": { "picomatch": "^3 || ^4" }, "optionalPeers": ["picomatch"] }, "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w=="], ··· 682 674 683 675 "flatted": ["flatted@3.3.3", "", {}, "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg=="], 684 676 685 - "for-each": ["for-each@0.3.5", "", { "dependencies": { "is-callable": "^1.2.7" } }, "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg=="], 677 + "flattie": ["flattie@1.1.1", "", {}, "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ=="], 678 + 679 + "fontace": ["fontace@0.3.0", "", { "dependencies": { "@types/fontkit": "^2.0.8", "fontkit": "^2.0.4" } }, "sha512-czoqATrcnxgWb/nAkfyIrRp6Q8biYj7nGnL6zfhTcX+JKKpWHFBnb8uNMw/kZr7u++3Y3wYSYoZgHkCcsuBpBg=="], 680 + 681 + "fontkit": ["fontkit@2.0.4", "", { "dependencies": { "@swc/helpers": "^0.5.12", "brotli": "^1.3.2", "clone": "^2.1.2", "dfa": "^1.2.0", "fast-deep-equal": "^3.1.3", "restructure": "^3.0.0", "tiny-inflate": "^1.0.3", "unicode-properties": "^1.4.0", "unicode-trie": "^2.0.0" } }, "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g=="], 686 682 687 - "foreground-child": ["foreground-child@3.3.1", "", { "dependencies": { "cross-spawn": "^7.0.6", "signal-exit": "^4.0.1" } }, "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw=="], 683 + "for-each": ["for-each@0.3.5", "", { "dependencies": { "is-callable": "^1.2.7" } }, "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg=="], 688 684 689 685 "fs.realpath": ["fs.realpath@1.0.0", "", {}, "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="], 690 686 ··· 696 692 697 693 "functions-have-names": ["functions-have-names@1.2.3", "", {}, "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="], 698 694 699 - "gensync": ["gensync@1.0.0-beta.2", "", {}, "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="], 695 + "get-east-asian-width": ["get-east-asian-width@1.3.0", "", {}, "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ=="], 700 696 701 697 "get-intrinsic": ["get-intrinsic@1.3.0", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "es-object-atoms": "^1.1.1", "function-bind": "^1.1.2", "get-proto": "^1.0.1", "gopd": "^1.2.0", "has-symbols": "^1.1.0", "hasown": "^2.0.2", "math-intrinsics": "^1.1.0" } }, "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ=="], 702 698 703 699 "get-proto": ["get-proto@1.0.1", "", { "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" } }, "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g=="], 704 700 705 - "get-source": ["get-source@2.0.12", "", { "dependencies": { "data-uri-to-buffer": "^2.0.0", "source-map": "^0.6.1" } }, "sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w=="], 706 - 707 701 "get-symbol-description": ["get-symbol-description@1.1.0", "", { "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6" } }, "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg=="], 708 702 709 703 "get-tsconfig": ["get-tsconfig@4.10.1", "", { "dependencies": { "resolve-pkg-maps": "^1.0.0" } }, "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ=="], 710 704 711 - "glob": ["glob@10.4.5", "", { "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", "minimatch": "^9.0.4", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" } }, "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg=="], 705 + "github-slugger": ["github-slugger@2.0.0", "", {}, "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw=="], 706 + 707 + "glob": ["glob@7.2.3", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q=="], 712 708 713 709 "glob-parent": ["glob-parent@6.0.2", "", { "dependencies": { "is-glob": "^4.0.3" } }, "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A=="], 714 710 ··· 719 715 "globalthis": ["globalthis@1.0.4", "", { "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" } }, "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ=="], 720 716 721 717 "globby": ["globby@11.1.0", "", { "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.2.9", "ignore": "^5.2.0", "merge2": "^1.4.1", "slash": "^3.0.0" } }, "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g=="], 722 - 723 - "globrex": ["globrex@0.1.2", "", {}, "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg=="], 724 718 725 719 "gopd": ["gopd@1.2.0", "", {}, "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="], 726 720 ··· 728 722 729 723 "graphemer": ["graphemer@1.4.0", "", {}, "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="], 730 724 725 + "h3": ["h3@1.15.3", "", { "dependencies": { "cookie-es": "^1.2.2", "crossws": "^0.3.4", "defu": "^6.1.4", "destr": "^2.0.5", "iron-webcrypto": "^1.2.1", "node-mock-http": "^1.0.0", "radix3": "^1.1.2", "ufo": "^1.6.1", "uncrypto": "^0.1.3" } }, "sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ=="], 726 + 731 727 "has-bigints": ["has-bigints@1.1.0", "", {}, "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg=="], 732 728 733 729 "has-flag": ["has-flag@4.0.0", "", {}, "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="], ··· 742 738 743 739 "hasown": ["hasown@2.0.2", "", { "dependencies": { "function-bind": "^1.1.2" } }, "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ=="], 744 740 745 - "hast-util-to-jsx-runtime": ["hast-util-to-jsx-runtime@2.3.6", "", { "dependencies": { "@types/estree": "^1.0.0", "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", "comma-separated-tokens": "^2.0.0", "devlop": "^1.0.0", "estree-util-is-identifier-name": "^3.0.0", "hast-util-whitespace": "^3.0.0", "mdast-util-mdx-expression": "^2.0.0", "mdast-util-mdx-jsx": "^3.0.0", "mdast-util-mdxjs-esm": "^2.0.0", "property-information": "^7.0.0", "space-separated-tokens": "^2.0.0", "style-to-js": "^1.0.0", "unist-util-position": "^5.0.0", "vfile-message": "^4.0.0" } }, "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg=="], 741 + "hast-util-from-html": ["hast-util-from-html@2.0.3", "", { "dependencies": { "@types/hast": "^3.0.0", "devlop": "^1.1.0", "hast-util-from-parse5": "^8.0.0", "parse5": "^7.0.0", "vfile": "^6.0.0", "vfile-message": "^4.0.0" } }, "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw=="], 742 + 743 + "hast-util-from-parse5": ["hast-util-from-parse5@8.0.3", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", "devlop": "^1.0.0", "hastscript": "^9.0.0", "property-information": "^7.0.0", "vfile": "^6.0.0", "vfile-location": "^5.0.0", "web-namespaces": "^2.0.0" } }, "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg=="], 744 + 745 + "hast-util-is-element": ["hast-util-is-element@3.0.0", "", { "dependencies": { "@types/hast": "^3.0.0" } }, "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g=="], 746 + 747 + "hast-util-parse-selector": ["hast-util-parse-selector@4.0.0", "", { "dependencies": { "@types/hast": "^3.0.0" } }, "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A=="], 748 + 749 + "hast-util-raw": ["hast-util-raw@9.1.0", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", "@ungap/structured-clone": "^1.0.0", "hast-util-from-parse5": "^8.0.0", "hast-util-to-parse5": "^8.0.0", "html-void-elements": "^3.0.0", "mdast-util-to-hast": "^13.0.0", "parse5": "^7.0.0", "unist-util-position": "^5.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.0", "web-namespaces": "^2.0.0", "zwitch": "^2.0.0" } }, "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw=="], 750 + 751 + "hast-util-to-html": ["hast-util-to-html@9.0.5", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", "ccount": "^2.0.0", "comma-separated-tokens": "^2.0.0", "hast-util-whitespace": "^3.0.0", "html-void-elements": "^3.0.0", "mdast-util-to-hast": "^13.0.0", "property-information": "^7.0.0", "space-separated-tokens": "^2.0.0", "stringify-entities": "^4.0.0", "zwitch": "^2.0.4" } }, "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw=="], 752 + 753 + "hast-util-to-parse5": ["hast-util-to-parse5@8.0.0", "", { "dependencies": { "@types/hast": "^3.0.0", "comma-separated-tokens": "^2.0.0", "devlop": "^1.0.0", "property-information": "^6.0.0", "space-separated-tokens": "^2.0.0", "web-namespaces": "^2.0.0", "zwitch": "^2.0.0" } }, "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw=="], 754 + 755 + "hast-util-to-text": ["hast-util-to-text@4.0.2", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", "hast-util-is-element": "^3.0.0", "unist-util-find-after": "^5.0.0" } }, "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A=="], 746 756 747 757 "hast-util-whitespace": ["hast-util-whitespace@3.0.0", "", { "dependencies": { "@types/hast": "^3.0.0" } }, "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw=="], 748 758 749 - "hosted-git-info": ["hosted-git-info@6.1.3", "", { "dependencies": { "lru-cache": "^7.5.1" } }, "sha512-HVJyzUrLIL1c0QmviVh5E8VGyUS7xCFPS6yydaVd1UegW+ibV/CohqTH9MkOLDp5o+rb82DMo77PTuc9F/8GKw=="], 759 + "hastscript": ["hastscript@9.0.1", "", { "dependencies": { "@types/hast": "^3.0.0", "comma-separated-tokens": "^2.0.0", "hast-util-parse-selector": "^4.0.0", "property-information": "^7.0.0", "space-separated-tokens": "^2.0.0" } }, "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w=="], 760 + 761 + "html-escaper": ["html-escaper@3.0.3", "", {}, "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ=="], 762 + 763 + "html-void-elements": ["html-void-elements@3.0.0", "", {}, "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg=="], 750 764 751 - "html-url-attributes": ["html-url-attributes@3.0.1", "", {}, "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ=="], 765 + "http-cache-semantics": ["http-cache-semantics@4.2.0", "", {}, "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ=="], 752 766 753 767 "ignore": ["ignore@5.3.2", "", {}, "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="], 754 768 755 769 "import-fresh": ["import-fresh@3.3.1", "", { "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" } }, "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ=="], 770 + 771 + "import-meta-resolve": ["import-meta-resolve@4.1.0", "", {}, "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw=="], 756 772 757 773 "imurmurhash": ["imurmurhash@0.1.4", "", {}, "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=="], 758 774 ··· 760 776 761 777 "inherits": ["inherits@2.0.4", "", {}, "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="], 762 778 763 - "inline-style-parser": ["inline-style-parser@0.2.4", "", {}, "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q=="], 764 - 765 779 "internal-slot": ["internal-slot@1.1.0", "", { "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.2", "side-channel": "^1.1.0" } }, "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw=="], 766 780 767 - "is-alphabetical": ["is-alphabetical@2.0.1", "", {}, "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ=="], 768 - 769 - "is-alphanumerical": ["is-alphanumerical@2.0.1", "", { "dependencies": { "is-alphabetical": "^2.0.0", "is-decimal": "^2.0.0" } }, "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw=="], 781 + "iron-webcrypto": ["iron-webcrypto@1.2.1", "", {}, "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg=="], 770 782 771 783 "is-array-buffer": ["is-array-buffer@3.0.5", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" } }, "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A=="], 772 784 ··· 788 800 789 801 "is-date-object": ["is-date-object@1.1.0", "", { "dependencies": { "call-bound": "^1.0.2", "has-tostringtag": "^1.0.2" } }, "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg=="], 790 802 791 - "is-decimal": ["is-decimal@2.0.1", "", {}, "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A=="], 803 + "is-docker": ["is-docker@3.0.0", "", { "bin": { "is-docker": "cli.js" } }, "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ=="], 792 804 793 805 "is-extglob": ["is-extglob@2.1.1", "", {}, "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="], 794 806 ··· 800 812 801 813 "is-glob": ["is-glob@4.0.3", "", { "dependencies": { "is-extglob": "^2.1.1" } }, "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg=="], 802 814 803 - "is-hexadecimal": ["is-hexadecimal@2.0.1", "", {}, "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg=="], 815 + "is-inside-container": ["is-inside-container@1.0.0", "", { "dependencies": { "is-docker": "^3.0.0" }, "bin": { "is-inside-container": "cli.js" } }, "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA=="], 804 816 805 817 "is-map": ["is-map@2.0.3", "", {}, "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw=="], 806 818 ··· 832 844 833 845 "is-weakset": ["is-weakset@2.0.4", "", { "dependencies": { "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" } }, "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ=="], 834 846 847 + "is-wsl": ["is-wsl@3.1.0", "", { "dependencies": { "is-inside-container": "^1.0.0" } }, "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw=="], 848 + 835 849 "isarray": ["isarray@2.0.5", "", {}, "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="], 836 850 837 851 "isbot": ["isbot@5.1.28", "", {}, "sha512-qrOp4g3xj8YNse4biorv6O5ZShwsJM0trsoda4y7j/Su7ZtTTfVXFzbKkpgcSoDrHS8FcTuUwcU04YimZlZOxw=="], ··· 840 854 841 855 "iso-datestring-validator": ["iso-datestring-validator@2.2.2", "", {}, "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA=="], 842 856 843 - "iterator.prototype": ["iterator.prototype@1.1.5", "", { "dependencies": { "define-data-property": "^1.1.4", "es-object-atoms": "^1.0.0", "get-intrinsic": "^1.2.6", "get-proto": "^1.0.0", "has-symbols": "^1.1.0", "set-function-name": "^2.0.2" } }, "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g=="], 844 - 845 - "jackspeak": ["jackspeak@3.4.3", "", { "dependencies": { "@isaacs/cliui": "^8.0.2" }, "optionalDependencies": { "@pkgjs/parseargs": "^0.11.0" } }, "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw=="], 846 - 847 857 "jiti": ["jiti@2.4.2", "", { "bin": { "jiti": "lib/jiti-cli.mjs" } }, "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A=="], 848 858 849 - "js-tokens": ["js-tokens@4.0.0", "", {}, "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="], 850 - 851 859 "js-yaml": ["js-yaml@4.1.0", "", { "dependencies": { "argparse": "^2.0.1" }, "bin": { "js-yaml": "bin/js-yaml.js" } }, "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA=="], 852 860 853 - "jsesc": ["jsesc@3.0.2", "", { "bin": { "jsesc": "bin/jsesc" } }, "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g=="], 854 - 855 861 "json-buffer": ["json-buffer@3.0.1", "", {}, "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="], 856 - 857 - "json-parse-even-better-errors": ["json-parse-even-better-errors@3.0.2", "", {}, "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ=="], 858 862 859 863 "json-schema-traverse": ["json-schema-traverse@0.4.1", "", {}, "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="], 860 864 861 865 "json-stable-stringify-without-jsonify": ["json-stable-stringify-without-jsonify@1.0.1", "", {}, "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="], 862 866 863 - "json5": ["json5@2.2.3", "", { "bin": { "json5": "lib/cli.js" } }, "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="], 864 - 865 - "jsx-ast-utils": ["jsx-ast-utils@3.3.5", "", { "dependencies": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", "object.assign": "^4.1.4", "object.values": "^1.1.6" } }, "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ=="], 867 + "json5": ["json5@1.0.2", "", { "dependencies": { "minimist": "^1.2.0" }, "bin": { "json5": "lib/cli.js" } }, "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA=="], 866 868 867 869 "keyv": ["keyv@4.5.4", "", { "dependencies": { "json-buffer": "3.0.1" } }, "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw=="], 868 870 869 - "language-subtag-registry": ["language-subtag-registry@0.3.23", "", {}, "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ=="], 870 - 871 - "language-tags": ["language-tags@1.0.9", "", { "dependencies": { "language-subtag-registry": "^0.3.20" } }, "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA=="], 871 + "kleur": ["kleur@4.1.5", "", {}, "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ=="], 872 872 873 873 "levn": ["levn@0.4.1", "", { "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" } }, "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ=="], 874 874 ··· 895 895 "lightningcss-win32-x64-msvc": ["lightningcss-win32-x64-msvc@1.30.1", "", { "os": "win32", "cpu": "x64" }, "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg=="], 896 896 897 897 "locate-path": ["locate-path@6.0.0", "", { "dependencies": { "p-locate": "^5.0.0" } }, "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw=="], 898 - 899 - "lodash": ["lodash@4.17.21", "", {}, "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="], 900 898 901 899 "lodash.castarray": ["lodash.castarray@4.4.0", "", {}, "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q=="], 902 900 ··· 906 904 907 905 "longest-streak": ["longest-streak@3.1.0", "", {}, "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g=="], 908 906 909 - "loose-envify": ["loose-envify@1.4.0", "", { "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, "bin": { "loose-envify": "cli.js" } }, "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q=="], 907 + "lru-cache": ["lru-cache@10.4.3", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="], 908 + 909 + "magic-string": ["magic-string@0.30.17", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }, "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA=="], 910 910 911 - "lru-cache": ["lru-cache@5.1.1", "", { "dependencies": { "yallist": "^3.0.2" } }, "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w=="], 911 + "magicast": ["magicast@0.3.5", "", { "dependencies": { "@babel/parser": "^7.25.4", "@babel/types": "^7.25.4", "source-map-js": "^1.2.0" } }, "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ=="], 912 912 913 - "magic-string": ["magic-string@0.30.17", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }, "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA=="], 913 + "markdown-table": ["markdown-table@3.0.4", "", {}, "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw=="], 914 914 915 915 "math-intrinsics": ["math-intrinsics@1.1.0", "", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="], 916 916 917 + "mdast-util-definitions": ["mdast-util-definitions@6.0.0", "", { "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", "unist-util-visit": "^5.0.0" } }, "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ=="], 918 + 919 + "mdast-util-find-and-replace": ["mdast-util-find-and-replace@3.0.2", "", { "dependencies": { "@types/mdast": "^4.0.0", "escape-string-regexp": "^5.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg=="], 920 + 917 921 "mdast-util-from-markdown": ["mdast-util-from-markdown@2.0.2", "", { "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "mdast-util-to-string": "^4.0.0", "micromark": "^4.0.0", "micromark-util-decode-numeric-character-reference": "^2.0.0", "micromark-util-decode-string": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0", "unist-util-stringify-position": "^4.0.0" } }, "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA=="], 918 922 919 - "mdast-util-mdx-expression": ["mdast-util-mdx-expression@2.0.1", "", { "dependencies": { "@types/estree-jsx": "^1.0.0", "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0" } }, "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ=="], 923 + "mdast-util-gfm": ["mdast-util-gfm@3.1.0", "", { "dependencies": { "mdast-util-from-markdown": "^2.0.0", "mdast-util-gfm-autolink-literal": "^2.0.0", "mdast-util-gfm-footnote": "^2.0.0", "mdast-util-gfm-strikethrough": "^2.0.0", "mdast-util-gfm-table": "^2.0.0", "mdast-util-gfm-task-list-item": "^2.0.0", "mdast-util-to-markdown": "^2.0.0" } }, "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ=="], 920 924 921 - "mdast-util-mdx-jsx": ["mdast-util-mdx-jsx@3.2.0", "", { "dependencies": { "@types/estree-jsx": "^1.0.0", "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", "ccount": "^2.0.0", "devlop": "^1.1.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0", "parse-entities": "^4.0.0", "stringify-entities": "^4.0.0", "unist-util-stringify-position": "^4.0.0", "vfile-message": "^4.0.0" } }, "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q=="], 925 + "mdast-util-gfm-autolink-literal": ["mdast-util-gfm-autolink-literal@2.0.1", "", { "dependencies": { "@types/mdast": "^4.0.0", "ccount": "^2.0.0", "devlop": "^1.0.0", "mdast-util-find-and-replace": "^3.0.0", "micromark-util-character": "^2.0.0" } }, "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ=="], 922 926 923 - "mdast-util-mdxjs-esm": ["mdast-util-mdxjs-esm@2.0.1", "", { "dependencies": { "@types/estree-jsx": "^1.0.0", "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0" } }, "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg=="], 927 + "mdast-util-gfm-footnote": ["mdast-util-gfm-footnote@2.1.0", "", { "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.1.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0" } }, "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ=="], 928 + 929 + "mdast-util-gfm-strikethrough": ["mdast-util-gfm-strikethrough@2.0.0", "", { "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0" } }, "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg=="], 930 + 931 + "mdast-util-gfm-table": ["mdast-util-gfm-table@2.0.0", "", { "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "markdown-table": "^3.0.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0" } }, "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg=="], 932 + 933 + "mdast-util-gfm-task-list-item": ["mdast-util-gfm-task-list-item@2.0.0", "", { "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0" } }, "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ=="], 924 934 925 935 "mdast-util-phrasing": ["mdast-util-phrasing@4.1.0", "", { "dependencies": { "@types/mdast": "^4.0.0", "unist-util-is": "^6.0.0" } }, "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w=="], 926 936 ··· 930 940 931 941 "mdast-util-to-string": ["mdast-util-to-string@4.0.0", "", { "dependencies": { "@types/mdast": "^4.0.0" } }, "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg=="], 932 942 943 + "mdn-data": ["mdn-data@2.12.2", "", {}, "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA=="], 944 + 933 945 "merge2": ["merge2@1.4.1", "", {}, "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="], 934 946 935 947 "micromark": ["micromark@4.0.2", "", { "dependencies": { "@types/debug": "^4.0.0", "debug": "^4.0.0", "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "micromark-core-commonmark": "^2.0.0", "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-chunked": "^2.0.0", "micromark-util-combine-extensions": "^2.0.0", "micromark-util-decode-numeric-character-reference": "^2.0.0", "micromark-util-encode": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-resolve-all": "^2.0.0", "micromark-util-sanitize-uri": "^2.0.0", "micromark-util-subtokenize": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA=="], 936 948 937 949 "micromark-core-commonmark": ["micromark-core-commonmark@2.0.3", "", { "dependencies": { "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "micromark-factory-destination": "^2.0.0", "micromark-factory-label": "^2.0.0", "micromark-factory-space": "^2.0.0", "micromark-factory-title": "^2.0.0", "micromark-factory-whitespace": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-chunked": "^2.0.0", "micromark-util-classify-character": "^2.0.0", "micromark-util-html-tag-name": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-resolve-all": "^2.0.0", "micromark-util-subtokenize": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg=="], 938 950 951 + "micromark-extension-gfm": ["micromark-extension-gfm@3.0.0", "", { "dependencies": { "micromark-extension-gfm-autolink-literal": "^2.0.0", "micromark-extension-gfm-footnote": "^2.0.0", "micromark-extension-gfm-strikethrough": "^2.0.0", "micromark-extension-gfm-table": "^2.0.0", "micromark-extension-gfm-tagfilter": "^2.0.0", "micromark-extension-gfm-task-list-item": "^2.0.0", "micromark-util-combine-extensions": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w=="], 952 + 953 + "micromark-extension-gfm-autolink-literal": ["micromark-extension-gfm-autolink-literal@2.1.0", "", { "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-sanitize-uri": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw=="], 954 + 955 + "micromark-extension-gfm-footnote": ["micromark-extension-gfm-footnote@2.1.0", "", { "dependencies": { "devlop": "^1.0.0", "micromark-core-commonmark": "^2.0.0", "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-sanitize-uri": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw=="], 956 + 957 + "micromark-extension-gfm-strikethrough": ["micromark-extension-gfm-strikethrough@2.1.0", "", { "dependencies": { "devlop": "^1.0.0", "micromark-util-chunked": "^2.0.0", "micromark-util-classify-character": "^2.0.0", "micromark-util-resolve-all": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw=="], 958 + 959 + "micromark-extension-gfm-table": ["micromark-extension-gfm-table@2.1.1", "", { "dependencies": { "devlop": "^1.0.0", "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg=="], 960 + 961 + "micromark-extension-gfm-tagfilter": ["micromark-extension-gfm-tagfilter@2.0.0", "", { "dependencies": { "micromark-util-types": "^2.0.0" } }, "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg=="], 962 + 963 + "micromark-extension-gfm-task-list-item": ["micromark-extension-gfm-task-list-item@2.1.0", "", { "dependencies": { "devlop": "^1.0.0", "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw=="], 964 + 939 965 "micromark-factory-destination": ["micromark-factory-destination@2.0.1", "", { "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA=="], 940 966 941 967 "micromark-factory-label": ["micromark-factory-label@2.0.1", "", { "dependencies": { "devlop": "^1.0.0", "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg=="], ··· 978 1004 979 1005 "mime": ["mime@3.0.0", "", { "bin": { "mime": "cli.js" } }, "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A=="], 980 1006 981 - "miniflare": ["miniflare@3.20250408.2", "", { "dependencies": { "@cspotcode/source-map-support": "0.8.1", "acorn": "8.14.0", "acorn-walk": "8.3.2", "exit-hook": "2.2.1", "glob-to-regexp": "0.4.1", "stoppable": "1.1.0", "undici": "^5.28.5", "workerd": "1.20250408.0", "ws": "8.18.0", "youch": "3.3.4", "zod": "3.22.3" }, "bin": { "miniflare": "bootstrap.js" } }, "sha512-uTs7cGWFErgJTKtBdmtctwhuoxniuCQqDT8+xaEiJdEC8d+HsaZVYfZwIX2NuSmdAiHMe7NtbdZYjFMbIXtJsQ=="], 1007 + "miniflare": ["miniflare@4.20250712.0", "", { "dependencies": { "@cspotcode/source-map-support": "0.8.1", "acorn": "8.14.0", "acorn-walk": "8.3.2", "exit-hook": "2.2.1", "glob-to-regexp": "0.4.1", "sharp": "^0.33.5", "stoppable": "1.1.0", "undici": "^7.10.0", "workerd": "1.20250712.0", "ws": "8.18.0", "youch": "4.1.0-beta.10", "zod": "3.22.3" }, "bin": { "miniflare": "bootstrap.js" } }, "sha512-o7zYqG4pMi3gQTjiGhgZ82bQfexNwK+bzAaNlu8f7m3Kra4DcU5LC9nznfq2rfIBnUnMgwtU2VUfMlN1TuI8Og=="], 982 1008 983 1009 "minimatch": ["minimatch@3.1.2", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw=="], 984 1010 ··· 990 1016 991 1017 "mkdirp": ["mkdirp@3.0.1", "", { "bin": { "mkdirp": "dist/cjs/src/bin.js" } }, "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg=="], 992 1018 1019 + "mrmime": ["mrmime@2.0.1", "", {}, "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ=="], 1020 + 993 1021 "ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="], 994 1022 995 1023 "multiformats": ["multiformats@9.9.0", "", {}, "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg=="], 996 - 997 - "mustache": ["mustache@4.2.0", "", { "bin": { "mustache": "bin/mustache" } }, "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ=="], 998 1024 999 1025 "nanoid": ["nanoid@3.3.11", "", { "bin": { "nanoid": "bin/nanoid.cjs" } }, "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="], 1000 1026 ··· 1002 1028 1003 1029 "natural-compare": ["natural-compare@1.4.0", "", {}, "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="], 1004 1030 1005 - "node-releases": ["node-releases@2.0.19", "", {}, "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw=="], 1031 + "neotraverse": ["neotraverse@0.6.18", "", {}, "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA=="], 1006 1032 1007 - "normalize-package-data": ["normalize-package-data@5.0.0", "", { "dependencies": { "hosted-git-info": "^6.0.0", "is-core-module": "^2.8.1", "semver": "^7.3.5", "validate-npm-package-license": "^3.0.4" } }, "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q=="], 1008 - 1009 - "npm-install-checks": ["npm-install-checks@6.3.0", "", { "dependencies": { "semver": "^7.1.1" } }, "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw=="], 1033 + "nlcst-to-string": ["nlcst-to-string@4.0.0", "", { "dependencies": { "@types/nlcst": "^2.0.0" } }, "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA=="], 1010 1034 1011 - "npm-normalize-package-bin": ["npm-normalize-package-bin@3.0.1", "", {}, "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ=="], 1035 + "node-fetch": ["node-fetch@2.7.0", "", { "dependencies": { "whatwg-url": "^5.0.0" }, "peerDependencies": { "encoding": "^0.1.0" }, "optionalPeers": ["encoding"] }, "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A=="], 1012 1036 1013 - "npm-package-arg": ["npm-package-arg@10.1.0", "", { "dependencies": { "hosted-git-info": "^6.0.0", "proc-log": "^3.0.0", "semver": "^7.3.5", "validate-npm-package-name": "^5.0.0" } }, "sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA=="], 1037 + "node-fetch-native": ["node-fetch-native@1.6.6", "", {}, "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ=="], 1014 1038 1015 - "npm-pick-manifest": ["npm-pick-manifest@8.0.2", "", { "dependencies": { "npm-install-checks": "^6.0.0", "npm-normalize-package-bin": "^3.0.0", "npm-package-arg": "^10.0.0", "semver": "^7.3.5" } }, "sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg=="], 1039 + "node-mock-http": ["node-mock-http@1.0.1", "", {}, "sha512-0gJJgENizp4ghds/Ywu2FCmcRsgBTmRQzYPZm61wy+Em2sBarSka0OhQS5huLBg6od1zkNpnWMCZloQDFVvOMQ=="], 1016 1040 1017 - "object-assign": ["object-assign@4.1.1", "", {}, "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="], 1041 + "normalize-path": ["normalize-path@3.0.0", "", {}, "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="], 1018 1042 1019 1043 "object-inspect": ["object-inspect@1.13.4", "", {}, "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew=="], 1020 1044 ··· 1022 1046 1023 1047 "object.assign": ["object.assign@4.1.7", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", "define-properties": "^1.2.1", "es-object-atoms": "^1.0.0", "has-symbols": "^1.1.0", "object-keys": "^1.1.1" } }, "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw=="], 1024 1048 1025 - "object.entries": ["object.entries@1.1.9", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", "define-properties": "^1.2.1", "es-object-atoms": "^1.1.1" } }, "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw=="], 1026 - 1027 1049 "object.fromentries": ["object.fromentries@2.0.8", "", { "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-abstract": "^1.23.2", "es-object-atoms": "^1.0.0" } }, "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ=="], 1028 1050 1029 1051 "object.groupby": ["object.groupby@1.0.3", "", { "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-abstract": "^1.23.2" } }, "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ=="], 1030 1052 1031 1053 "object.values": ["object.values@1.2.1", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", "define-properties": "^1.2.1", "es-object-atoms": "^1.0.0" } }, "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA=="], 1054 + 1055 + "ofetch": ["ofetch@1.4.1", "", { "dependencies": { "destr": "^2.0.3", "node-fetch-native": "^1.6.4", "ufo": "^1.5.4" } }, "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw=="], 1032 1056 1033 1057 "ohash": ["ohash@2.0.11", "", {}, "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ=="], 1034 1058 1035 1059 "once": ["once@1.4.0", "", { "dependencies": { "wrappy": "1" } }, "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w=="], 1036 1060 1061 + "oniguruma-parser": ["oniguruma-parser@0.12.1", "", {}, "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w=="], 1062 + 1063 + "oniguruma-to-es": ["oniguruma-to-es@4.3.3", "", { "dependencies": { "oniguruma-parser": "^0.12.1", "regex": "^6.0.1", "regex-recursion": "^6.0.2" } }, "sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg=="], 1064 + 1037 1065 "optionator": ["optionator@0.9.4", "", { "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", "type-check": "^0.4.0", "word-wrap": "^1.2.5" } }, "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g=="], 1038 1066 1039 1067 "own-keys": ["own-keys@1.0.1", "", { "dependencies": { "get-intrinsic": "^1.2.6", "object-keys": "^1.1.1", "safe-push-apply": "^1.0.0" } }, "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg=="], 1040 1068 1041 - "p-limit": ["p-limit@3.1.0", "", { "dependencies": { "yocto-queue": "^0.1.0" } }, "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ=="], 1069 + "p-limit": ["p-limit@6.2.0", "", { "dependencies": { "yocto-queue": "^1.1.1" } }, "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA=="], 1042 1070 1043 1071 "p-locate": ["p-locate@5.0.0", "", { "dependencies": { "p-limit": "^3.0.2" } }, "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw=="], 1044 1072 1045 - "package-json-from-dist": ["package-json-from-dist@1.0.1", "", {}, "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="], 1073 + "p-queue": ["p-queue@8.1.0", "", { "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^6.1.2" } }, "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw=="], 1074 + 1075 + "p-timeout": ["p-timeout@6.1.4", "", {}, "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg=="], 1076 + 1077 + "package-manager-detector": ["package-manager-detector@1.3.0", "", {}, "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ=="], 1078 + 1079 + "pako": ["pako@0.2.9", "", {}, "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA=="], 1046 1080 1047 1081 "parent-module": ["parent-module@1.0.1", "", { "dependencies": { "callsites": "^3.0.0" } }, "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g=="], 1048 1082 1049 - "parse-entities": ["parse-entities@4.0.2", "", { "dependencies": { "@types/unist": "^2.0.0", "character-entities-legacy": "^3.0.0", "character-reference-invalid": "^2.0.0", "decode-named-character-reference": "^1.0.0", "is-alphanumerical": "^2.0.0", "is-decimal": "^2.0.0", "is-hexadecimal": "^2.0.0" } }, "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw=="], 1083 + "parse-latin": ["parse-latin@7.0.0", "", { "dependencies": { "@types/nlcst": "^2.0.0", "@types/unist": "^3.0.0", "nlcst-to-string": "^4.0.0", "unist-util-modify-children": "^4.0.0", "unist-util-visit-children": "^3.0.0", "vfile": "^6.0.0" } }, "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ=="], 1084 + 1085 + "parse5": ["parse5@7.3.0", "", { "dependencies": { "entities": "^6.0.0" } }, "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw=="], 1050 1086 1051 1087 "path-exists": ["path-exists@4.0.0", "", {}, "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="], 1052 1088 ··· 1055 1091 "path-key": ["path-key@3.1.1", "", {}, "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="], 1056 1092 1057 1093 "path-parse": ["path-parse@1.0.7", "", {}, "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="], 1058 - 1059 - "path-scurry": ["path-scurry@1.11.1", "", { "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" } }, "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA=="], 1060 1094 1061 1095 "path-to-regexp": ["path-to-regexp@6.3.0", "", {}, "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ=="], 1062 1096 1063 1097 "path-type": ["path-type@4.0.0", "", {}, "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="], 1064 1098 1065 - "pathe": ["pathe@1.1.2", "", {}, "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="], 1099 + "pathe": ["pathe@2.0.3", "", {}, "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w=="], 1066 1100 1067 1101 "picocolors": ["picocolors@1.1.1", "", {}, "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="], 1068 1102 ··· 1076 1110 1077 1111 "prelude-ls": ["prelude-ls@1.2.1", "", {}, "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="], 1078 1112 1079 - "prettier": ["prettier@2.8.8", "", { "bin": { "prettier": "bin-prettier.js" } }, "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q=="], 1113 + "prismjs": ["prismjs@1.30.0", "", {}, "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw=="], 1080 1114 1081 - "printable-characters": ["printable-characters@1.0.42", "", {}, "sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ=="], 1115 + "prompts": ["prompts@2.4.2", "", { "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" } }, "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q=="], 1082 1116 1083 - "proc-log": ["proc-log@3.0.0", "", {}, "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A=="], 1117 + "property-information": ["property-information@7.1.0", "", {}, "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ=="], 1084 1118 1085 - "promise-inflight": ["promise-inflight@1.0.1", "", {}, "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g=="], 1119 + "punycode": ["punycode@2.3.1", "", {}, "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="], 1086 1120 1087 - "promise-retry": ["promise-retry@2.0.1", "", { "dependencies": { "err-code": "^2.0.2", "retry": "^0.12.0" } }, "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g=="], 1121 + "queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="], 1088 1122 1089 - "prop-types": ["prop-types@15.8.1", "", { "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "react-is": "^16.13.1" } }, "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg=="], 1123 + "radix3": ["radix3@1.1.2", "", {}, "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="], 1090 1124 1091 - "property-information": ["property-information@7.1.0", "", {}, "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ=="], 1125 + "readdirp": ["readdirp@4.1.2", "", {}, "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="], 1092 1126 1093 - "punycode": ["punycode@2.3.1", "", {}, "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="], 1127 + "reflect.getprototypeof": ["reflect.getprototypeof@1.0.10", "", { "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-abstract": "^1.23.9", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0", "get-intrinsic": "^1.2.7", "get-proto": "^1.0.1", "which-builtin-type": "^1.2.1" } }, "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw=="], 1094 1128 1095 - "queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="], 1129 + "regex": ["regex@6.0.1", "", { "dependencies": { "regex-utilities": "^2.3.0" } }, "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA=="], 1096 1130 1097 - "react": ["react@19.1.0", "", {}, "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg=="], 1131 + "regex-recursion": ["regex-recursion@6.0.2", "", { "dependencies": { "regex-utilities": "^2.3.0" } }, "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg=="], 1098 1132 1099 - "react-dom": ["react-dom@19.1.0", "", { "dependencies": { "scheduler": "^0.26.0" }, "peerDependencies": { "react": "^19.1.0" } }, "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g=="], 1133 + "regex-utilities": ["regex-utilities@2.3.0", "", {}, "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng=="], 1100 1134 1101 - "react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], 1135 + "regexp.prototype.flags": ["regexp.prototype.flags@1.5.4", "", { "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-errors": "^1.3.0", "get-proto": "^1.0.1", "gopd": "^1.2.0", "set-function-name": "^2.0.2" } }, "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA=="], 1102 1136 1103 - "react-markdown": ["react-markdown@9.1.0", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "hast-util-to-jsx-runtime": "^2.0.0", "html-url-attributes": "^3.0.0", "mdast-util-to-hast": "^13.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", "unified": "^11.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.0" }, "peerDependencies": { "@types/react": ">=18", "react": ">=18" } }, "sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw=="], 1137 + "rehype": ["rehype@13.0.2", "", { "dependencies": { "@types/hast": "^3.0.0", "rehype-parse": "^9.0.0", "rehype-stringify": "^10.0.0", "unified": "^11.0.0" } }, "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A=="], 1104 1138 1105 - "react-refresh": ["react-refresh@0.14.2", "", {}, "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA=="], 1139 + "rehype-parse": ["rehype-parse@9.0.1", "", { "dependencies": { "@types/hast": "^3.0.0", "hast-util-from-html": "^2.0.0", "unified": "^11.0.0" } }, "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag=="], 1106 1140 1107 - "react-router": ["react-router@7.7.0", "", { "dependencies": { "cookie": "^1.0.1", "set-cookie-parser": "^2.6.0" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "optionalPeers": ["react-dom"] }, "sha512-3FUYSwlvB/5wRJVTL/aavqHmfUKe0+Xm9MllkYgGo9eDwNdkvwlJGjpPxono1kCycLt6AnDTgjmXvK3/B4QGuw=="], 1141 + "rehype-raw": ["rehype-raw@7.0.0", "", { "dependencies": { "@types/hast": "^3.0.0", "hast-util-raw": "^9.0.0", "vfile": "^6.0.0" } }, "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww=="], 1108 1142 1109 - "readdirp": ["readdirp@4.1.2", "", {}, "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="], 1110 - 1111 - "reflect.getprototypeof": ["reflect.getprototypeof@1.0.10", "", { "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-abstract": "^1.23.9", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0", "get-intrinsic": "^1.2.7", "get-proto": "^1.0.1", "which-builtin-type": "^1.2.1" } }, "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw=="], 1143 + "rehype-stringify": ["rehype-stringify@10.0.1", "", { "dependencies": { "@types/hast": "^3.0.0", "hast-util-to-html": "^9.0.0", "unified": "^11.0.0" } }, "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA=="], 1112 1144 1113 - "regexp.prototype.flags": ["regexp.prototype.flags@1.5.4", "", { "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-errors": "^1.3.0", "get-proto": "^1.0.1", "gopd": "^1.2.0", "set-function-name": "^2.0.2" } }, "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA=="], 1145 + "remark-gfm": ["remark-gfm@4.0.1", "", { "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-gfm": "^3.0.0", "micromark-extension-gfm": "^3.0.0", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", "unified": "^11.0.0" } }, "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg=="], 1114 1146 1115 1147 "remark-parse": ["remark-parse@11.0.0", "", { "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-from-markdown": "^2.0.0", "micromark-util-types": "^2.0.0", "unified": "^11.0.0" } }, "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA=="], 1116 1148 1117 1149 "remark-rehype": ["remark-rehype@11.1.2", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "mdast-util-to-hast": "^13.0.0", "unified": "^11.0.0", "vfile": "^6.0.0" } }, "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw=="], 1118 1150 1119 - "resolve": ["resolve@2.0.0-next.5", "", { "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": { "resolve": "bin/resolve" } }, "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA=="], 1151 + "remark-smartypants": ["remark-smartypants@3.0.2", "", { "dependencies": { "retext": "^9.0.0", "retext-smartypants": "^6.0.0", "unified": "^11.0.4", "unist-util-visit": "^5.0.0" } }, "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA=="], 1152 + 1153 + "remark-stringify": ["remark-stringify@11.0.0", "", { "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-to-markdown": "^2.0.0", "unified": "^11.0.0" } }, "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw=="], 1154 + 1155 + "resolve": ["resolve@1.22.10", "", { "dependencies": { "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": { "resolve": "bin/resolve" } }, "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w=="], 1120 1156 1121 1157 "resolve-from": ["resolve-from@4.0.0", "", {}, "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="], 1122 1158 1123 1159 "resolve-pkg-maps": ["resolve-pkg-maps@1.0.0", "", {}, "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw=="], 1124 1160 1125 - "retry": ["retry@0.12.0", "", {}, "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow=="], 1161 + "restructure": ["restructure@3.0.2", "", {}, "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw=="], 1126 1162 1127 - "reusify": ["reusify@1.1.0", "", {}, "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="], 1163 + "retext": ["retext@9.0.0", "", { "dependencies": { "@types/nlcst": "^2.0.0", "retext-latin": "^4.0.0", "retext-stringify": "^4.0.0", "unified": "^11.0.0" } }, "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA=="], 1128 1164 1129 - "rimraf": ["rimraf@3.0.2", "", { "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "bin.js" } }, "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="], 1165 + "retext-latin": ["retext-latin@4.0.0", "", { "dependencies": { "@types/nlcst": "^2.0.0", "parse-latin": "^7.0.0", "unified": "^11.0.0" } }, "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA=="], 1130 1166 1131 - "rollup": ["rollup@4.45.1", "", { "dependencies": { "@types/estree": "1.0.8" }, "optionalDependencies": { "@rollup/rollup-android-arm-eabi": "4.45.1", "@rollup/rollup-android-arm64": "4.45.1", "@rollup/rollup-darwin-arm64": "4.45.1", "@rollup/rollup-darwin-x64": "4.45.1", "@rollup/rollup-freebsd-arm64": "4.45.1", "@rollup/rollup-freebsd-x64": "4.45.1", "@rollup/rollup-linux-arm-gnueabihf": "4.45.1", "@rollup/rollup-linux-arm-musleabihf": "4.45.1", "@rollup/rollup-linux-arm64-gnu": "4.45.1", "@rollup/rollup-linux-arm64-musl": "4.45.1", "@rollup/rollup-linux-loongarch64-gnu": "4.45.1", "@rollup/rollup-linux-powerpc64le-gnu": "4.45.1", "@rollup/rollup-linux-riscv64-gnu": "4.45.1", "@rollup/rollup-linux-riscv64-musl": "4.45.1", "@rollup/rollup-linux-s390x-gnu": "4.45.1", "@rollup/rollup-linux-x64-gnu": "4.45.1", "@rollup/rollup-linux-x64-musl": "4.45.1", "@rollup/rollup-win32-arm64-msvc": "4.45.1", "@rollup/rollup-win32-ia32-msvc": "4.45.1", "@rollup/rollup-win32-x64-msvc": "4.45.1", "fsevents": "~2.3.2" }, "bin": { "rollup": "dist/bin/rollup" } }, "sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw=="], 1167 + "retext-smartypants": ["retext-smartypants@6.2.0", "", { "dependencies": { "@types/nlcst": "^2.0.0", "nlcst-to-string": "^4.0.0", "unist-util-visit": "^5.0.0" } }, "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ=="], 1132 1168 1133 - "rollup-plugin-inject": ["rollup-plugin-inject@3.0.2", "", { "dependencies": { "estree-walker": "^0.6.1", "magic-string": "^0.25.3", "rollup-pluginutils": "^2.8.1" } }, "sha512-ptg9PQwzs3orn4jkgXJ74bfs5vYz1NCZlSQMBUA0wKcGp5i5pA1AO3fOUEte8enhGUC+iapTCzEWw2jEFFUO/w=="], 1169 + "retext-stringify": ["retext-stringify@4.0.0", "", { "dependencies": { "@types/nlcst": "^2.0.0", "nlcst-to-string": "^4.0.0", "unified": "^11.0.0" } }, "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA=="], 1134 1170 1135 - "rollup-plugin-node-polyfills": ["rollup-plugin-node-polyfills@0.2.1", "", { "dependencies": { "rollup-plugin-inject": "^3.0.0" } }, "sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA=="], 1171 + "reusify": ["reusify@1.1.0", "", {}, "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="], 1136 1172 1137 - "rollup-pluginutils": ["rollup-pluginutils@2.8.2", "", { "dependencies": { "estree-walker": "^0.6.1" } }, "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ=="], 1173 + "rimraf": ["rimraf@3.0.2", "", { "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "bin.js" } }, "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="], 1174 + 1175 + "rollup": ["rollup@4.45.1", "", { "dependencies": { "@types/estree": "1.0.8" }, "optionalDependencies": { "@rollup/rollup-android-arm-eabi": "4.45.1", "@rollup/rollup-android-arm64": "4.45.1", "@rollup/rollup-darwin-arm64": "4.45.1", "@rollup/rollup-darwin-x64": "4.45.1", "@rollup/rollup-freebsd-arm64": "4.45.1", "@rollup/rollup-freebsd-x64": "4.45.1", "@rollup/rollup-linux-arm-gnueabihf": "4.45.1", "@rollup/rollup-linux-arm-musleabihf": "4.45.1", "@rollup/rollup-linux-arm64-gnu": "4.45.1", "@rollup/rollup-linux-arm64-musl": "4.45.1", "@rollup/rollup-linux-loongarch64-gnu": "4.45.1", "@rollup/rollup-linux-powerpc64le-gnu": "4.45.1", "@rollup/rollup-linux-riscv64-gnu": "4.45.1", "@rollup/rollup-linux-riscv64-musl": "4.45.1", "@rollup/rollup-linux-s390x-gnu": "4.45.1", "@rollup/rollup-linux-x64-gnu": "4.45.1", "@rollup/rollup-linux-x64-musl": "4.45.1", "@rollup/rollup-win32-arm64-msvc": "4.45.1", "@rollup/rollup-win32-ia32-msvc": "4.45.1", "@rollup/rollup-win32-x64-msvc": "4.45.1", "fsevents": "~2.3.2" }, "bin": { "rollup": "dist/bin/rollup" } }, "sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw=="], 1138 1176 1139 1177 "run-parallel": ["run-parallel@1.2.0", "", { "dependencies": { "queue-microtask": "^1.2.2" } }, "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="], 1140 1178 ··· 1146 1184 1147 1185 "sax": ["sax@1.4.1", "", {}, "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="], 1148 1186 1149 - "scheduler": ["scheduler@0.26.0", "", {}, "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA=="], 1150 - 1151 - "semver": ["semver@7.7.2", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="], 1152 - 1153 - "set-cookie-parser": ["set-cookie-parser@2.7.1", "", {}, "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ=="], 1187 + "semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], 1154 1188 1155 1189 "set-function-length": ["set-function-length@1.2.2", "", { "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", "gopd": "^1.0.1", "has-property-descriptors": "^1.0.2" } }, "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg=="], 1156 1190 ··· 1164 1198 1165 1199 "shebang-regex": ["shebang-regex@3.0.0", "", {}, "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="], 1166 1200 1201 + "shiki": ["shiki@3.8.1", "", { "dependencies": { "@shikijs/core": "3.8.1", "@shikijs/engine-javascript": "3.8.1", "@shikijs/engine-oniguruma": "3.8.1", "@shikijs/langs": "3.8.1", "@shikijs/themes": "3.8.1", "@shikijs/types": "3.8.1", "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4" } }, "sha512-+MYIyjwGPCaegbpBeFN9+oOifI8CKiKG3awI/6h3JeT85c//H2wDW/xCJEGuQ5jPqtbboKNqNy+JyX9PYpGwNg=="], 1202 + 1167 1203 "side-channel": ["side-channel@1.1.0", "", { "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", "side-channel-list": "^1.0.0", "side-channel-map": "^1.0.1", "side-channel-weakmap": "^1.0.2" } }, "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw=="], 1168 1204 1169 1205 "side-channel-list": ["side-channel-list@1.0.0", "", { "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" } }, "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA=="], ··· 1171 1207 "side-channel-map": ["side-channel-map@1.0.1", "", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3" } }, "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA=="], 1172 1208 1173 1209 "side-channel-weakmap": ["side-channel-weakmap@1.0.2", "", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3", "side-channel-map": "^1.0.1" } }, "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A=="], 1174 - 1175 - "signal-exit": ["signal-exit@4.1.0", "", {}, "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="], 1176 1210 1177 1211 "simple-swizzle": ["simple-swizzle@0.2.2", "", { "dependencies": { "is-arrayish": "^0.3.1" } }, "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg=="], 1178 1212 1213 + "sisteransi": ["sisteransi@1.0.5", "", {}, "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="], 1214 + 1179 1215 "slash": ["slash@3.0.0", "", {}, "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="], 1180 1216 1181 - "source-map": ["source-map@0.6.1", "", {}, "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="], 1217 + "smol-toml": ["smol-toml@1.4.1", "", {}, "sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg=="], 1182 1218 1183 1219 "source-map-js": ["source-map-js@1.2.1", "", {}, "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="], 1184 1220 1185 - "sourcemap-codec": ["sourcemap-codec@1.4.8", "", {}, "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="], 1186 - 1187 1221 "space-separated-tokens": ["space-separated-tokens@2.0.2", "", {}, "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q=="], 1188 1222 1189 - "spdx-correct": ["spdx-correct@3.2.0", "", { "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" } }, "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA=="], 1190 - 1191 - "spdx-exceptions": ["spdx-exceptions@2.5.0", "", {}, "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="], 1192 - 1193 - "spdx-expression-parse": ["spdx-expression-parse@3.0.1", "", { "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" } }, "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q=="], 1194 - 1195 - "spdx-license-ids": ["spdx-license-ids@3.0.21", "", {}, "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg=="], 1196 - 1197 1223 "stable-hash": ["stable-hash@0.0.5", "", {}, "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA=="], 1198 - 1199 - "stacktracey": ["stacktracey@2.1.8", "", { "dependencies": { "as-table": "^1.0.36", "get-source": "^2.0.12" } }, "sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw=="], 1200 1224 1201 1225 "stop-iteration-iterator": ["stop-iteration-iterator@1.1.0", "", { "dependencies": { "es-errors": "^1.3.0", "internal-slot": "^1.1.0" } }, "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ=="], 1202 1226 1203 1227 "stoppable": ["stoppable@1.1.0", "", {}, "sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw=="], 1204 1228 1205 - "string-width": ["string-width@5.1.2", "", { "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" } }, "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA=="], 1206 - 1207 - "string-width-cjs": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="], 1208 - 1209 - "string.prototype.includes": ["string.prototype.includes@2.0.1", "", { "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-abstract": "^1.23.3" } }, "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg=="], 1210 - 1211 - "string.prototype.matchall": ["string.prototype.matchall@4.0.12", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", "define-properties": "^1.2.1", "es-abstract": "^1.23.6", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0", "get-intrinsic": "^1.2.6", "gopd": "^1.2.0", "has-symbols": "^1.1.0", "internal-slot": "^1.1.0", "regexp.prototype.flags": "^1.5.3", "set-function-name": "^2.0.2", "side-channel": "^1.1.0" } }, "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA=="], 1212 - 1213 - "string.prototype.repeat": ["string.prototype.repeat@1.0.0", "", { "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" } }, "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w=="], 1229 + "string-width": ["string-width@7.2.0", "", { "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", "strip-ansi": "^7.1.0" } }, "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ=="], 1214 1230 1215 1231 "string.prototype.trim": ["string.prototype.trim@1.2.10", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", "define-data-property": "^1.1.4", "define-properties": "^1.2.1", "es-abstract": "^1.23.5", "es-object-atoms": "^1.0.0", "has-property-descriptors": "^1.0.2" } }, "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA=="], 1216 1232 ··· 1222 1238 1223 1239 "strip-ansi": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="], 1224 1240 1225 - "strip-ansi-cjs": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="], 1226 - 1227 1241 "strip-bom": ["strip-bom@3.0.0", "", {}, "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA=="], 1228 1242 1229 1243 "strip-json-comments": ["strip-json-comments@3.1.1", "", {}, "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="], 1230 1244 1231 - "style-to-js": ["style-to-js@1.1.17", "", { "dependencies": { "style-to-object": "1.0.9" } }, "sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA=="], 1232 - 1233 - "style-to-object": ["style-to-object@1.0.9", "", { "dependencies": { "inline-style-parser": "0.2.4" } }, "sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw=="], 1245 + "strnum": ["strnum@2.1.1", "", {}, "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw=="], 1234 1246 1235 1247 "supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], 1236 1248 ··· 1244 1256 1245 1257 "text-table": ["text-table@0.2.0", "", {}, "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="], 1246 1258 1259 + "tiny-inflate": ["tiny-inflate@1.0.3", "", {}, "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw=="], 1260 + 1261 + "tinyexec": ["tinyexec@0.3.2", "", {}, "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA=="], 1262 + 1247 1263 "tinyglobby": ["tinyglobby@0.2.14", "", { "dependencies": { "fdir": "^6.4.4", "picomatch": "^4.0.2" } }, "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ=="], 1248 1264 1249 1265 "tlds": ["tlds@1.259.0", "", { "bin": { "tlds": "bin.js" } }, "sha512-AldGGlDP0PNgwppe2quAvuBl18UcjuNtOnDuUkqhd6ipPqrYYBt3aTxK1QTsBVknk97lS2JcafWMghjGWFtunw=="], 1250 1266 1251 1267 "to-regex-range": ["to-regex-range@5.0.1", "", { "dependencies": { "is-number": "^7.0.0" } }, "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="], 1268 + 1269 + "tr46": ["tr46@0.0.3", "", {}, "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="], 1252 1270 1253 1271 "trim-lines": ["trim-lines@3.0.1", "", {}, "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg=="], 1254 1272 ··· 1280 1298 1281 1299 "uint8arrays": ["uint8arrays@3.0.0", "", { "dependencies": { "multiformats": "^9.4.2" } }, "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA=="], 1282 1300 1301 + "ultrahtml": ["ultrahtml@1.6.0", "", {}, "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw=="], 1302 + 1283 1303 "unbox-primitive": ["unbox-primitive@1.1.0", "", { "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", "has-symbols": "^1.1.0", "which-boxed-primitive": "^1.1.1" } }, "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw=="], 1284 1304 1285 - "undici": ["undici@5.29.0", "", { "dependencies": { "@fastify/busboy": "^2.0.0" } }, "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg=="], 1305 + "uncrypto": ["uncrypto@0.1.3", "", {}, "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="], 1306 + 1307 + "undici": ["undici@7.11.0", "", {}, "sha512-heTSIac3iLhsmZhUCjyS3JQEkZELateufzZuBaVM5RHXdSBMb1LPMQf5x+FH7qjsZYDP0ttAc3nnVpUB+wYbOg=="], 1308 + 1309 + "undici-types": ["undici-types@7.8.0", "", {}, "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw=="], 1310 + 1311 + "unenv": ["unenv@2.0.0-rc.17", "", { "dependencies": { "defu": "^6.1.4", "exsolve": "^1.0.4", "ohash": "^2.0.11", "pathe": "^2.0.3", "ufo": "^1.6.1" } }, "sha512-B06u0wXkEd+o5gOCMl/ZHl5cfpYbDZKAT+HWTL+Hws6jWu7dCiqBBXXXzMFcFVJb8D4ytAnYmxJA83uwOQRSsg=="], 1286 1312 1287 - "unenv": ["unenv@2.0.0-rc.14", "", { "dependencies": { "defu": "^6.1.4", "exsolve": "^1.0.1", "ohash": "^2.0.10", "pathe": "^2.0.3", "ufo": "^1.5.4" } }, "sha512-od496pShMen7nOy5VmVJCnq8rptd45vh6Nx/r2iPbrba6pa6p+tS2ywuIHRZ/OBvSbQZB0kWvpO9XBNVFXHD3Q=="], 1313 + "unicode-properties": ["unicode-properties@1.4.1", "", { "dependencies": { "base64-js": "^1.3.0", "unicode-trie": "^2.0.0" } }, "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg=="], 1314 + 1315 + "unicode-trie": ["unicode-trie@2.0.0", "", { "dependencies": { "pako": "^0.2.5", "tiny-inflate": "^1.0.0" } }, "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ=="], 1288 1316 1289 1317 "unified": ["unified@11.0.5", "", { "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", "devlop": "^1.0.0", "extend": "^3.0.0", "is-plain-obj": "^4.0.0", "trough": "^2.0.0", "vfile": "^6.0.0" } }, "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA=="], 1290 1318 1319 + "unifont": ["unifont@0.5.2", "", { "dependencies": { "css-tree": "^3.0.0", "ofetch": "^1.4.1", "ohash": "^2.0.0" } }, "sha512-LzR4WUqzH9ILFvjLAUU7dK3Lnou/qd5kD+IakBtBK4S15/+x2y9VX+DcWQv6s551R6W+vzwgVS6tFg3XggGBgg=="], 1320 + 1321 + "unist-util-find-after": ["unist-util-find-after@5.0.0", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" } }, "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ=="], 1322 + 1291 1323 "unist-util-is": ["unist-util-is@6.0.0", "", { "dependencies": { "@types/unist": "^3.0.0" } }, "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw=="], 1292 1324 1325 + "unist-util-modify-children": ["unist-util-modify-children@4.0.0", "", { "dependencies": { "@types/unist": "^3.0.0", "array-iterate": "^2.0.0" } }, "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw=="], 1326 + 1293 1327 "unist-util-position": ["unist-util-position@5.0.0", "", { "dependencies": { "@types/unist": "^3.0.0" } }, "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA=="], 1294 1328 1329 + "unist-util-remove-position": ["unist-util-remove-position@5.0.0", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-visit": "^5.0.0" } }, "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q=="], 1330 + 1295 1331 "unist-util-stringify-position": ["unist-util-stringify-position@4.0.0", "", { "dependencies": { "@types/unist": "^3.0.0" } }, "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ=="], 1296 1332 1297 1333 "unist-util-visit": ["unist-util-visit@5.0.0", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg=="], 1334 + 1335 + "unist-util-visit-children": ["unist-util-visit-children@3.0.0", "", { "dependencies": { "@types/unist": "^3.0.0" } }, "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA=="], 1298 1336 1299 1337 "unist-util-visit-parents": ["unist-util-visit-parents@6.0.1", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" } }, "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw=="], 1300 1338 1301 1339 "unrs-resolver": ["unrs-resolver@1.11.1", "", { "dependencies": { "napi-postinstall": "^0.3.0" }, "optionalDependencies": { "@unrs/resolver-binding-android-arm-eabi": "1.11.1", "@unrs/resolver-binding-android-arm64": "1.11.1", "@unrs/resolver-binding-darwin-arm64": "1.11.1", "@unrs/resolver-binding-darwin-x64": "1.11.1", "@unrs/resolver-binding-freebsd-x64": "1.11.1", "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1", "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1", "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1", "@unrs/resolver-binding-linux-arm64-musl": "1.11.1", "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1", "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1", "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1", "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1", "@unrs/resolver-binding-linux-x64-gnu": "1.11.1", "@unrs/resolver-binding-linux-x64-musl": "1.11.1", "@unrs/resolver-binding-wasm32-wasi": "1.11.1", "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1", "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1", "@unrs/resolver-binding-win32-x64-msvc": "1.11.1" } }, "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg=="], 1302 1340 1303 - "update-browserslist-db": ["update-browserslist-db@1.1.3", "", { "dependencies": { "escalade": "^3.2.0", "picocolors": "^1.1.1" }, "peerDependencies": { "browserslist": ">= 4.21.0" }, "bin": { "update-browserslist-db": "cli.js" } }, "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw=="], 1341 + "unstorage": ["unstorage@1.16.1", "", { "dependencies": { "anymatch": "^3.1.3", "chokidar": "^4.0.3", "destr": "^2.0.5", "h3": "^1.15.3", "lru-cache": "^10.4.3", "node-fetch-native": "^1.6.6", "ofetch": "^1.4.1", "ufo": "^1.6.1" }, "peerDependencies": { "@azure/app-configuration": "^1.8.0", "@azure/cosmos": "^4.2.0", "@azure/data-tables": "^13.3.0", "@azure/identity": "^4.6.0", "@azure/keyvault-secrets": "^4.9.0", "@azure/storage-blob": "^12.26.0", "@capacitor/preferences": "^6.0.3 || ^7.0.0", "@deno/kv": ">=0.9.0", "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", "@planetscale/database": "^1.19.0", "@upstash/redis": "^1.34.3", "@vercel/blob": ">=0.27.1", "@vercel/kv": "^1.0.1", "aws4fetch": "^1.0.20", "db0": ">=0.2.1", "idb-keyval": "^6.2.1", "ioredis": "^5.4.2", "uploadthing": "^7.4.4" }, "optionalPeers": ["@azure/app-configuration", "@azure/cosmos", "@azure/data-tables", "@azure/identity", "@azure/keyvault-secrets", "@azure/storage-blob", "@capacitor/preferences", "@deno/kv", "@netlify/blobs", "@planetscale/database", "@upstash/redis", "@vercel/blob", "@vercel/kv", "aws4fetch", "db0", "idb-keyval", "ioredis", "uploadthing"] }, "sha512-gdpZ3guLDhz+zWIlYP1UwQ259tG5T5vYRzDaHMkQ1bBY1SQPutvZnrRjTFaWUUpseErJIgAZS51h6NOcZVZiqQ=="], 1304 1342 1305 1343 "uri-js": ["uri-js@4.4.1", "", { "dependencies": { "punycode": "^2.1.0" } }, "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg=="], 1306 1344 1307 1345 "util-deprecate": ["util-deprecate@1.0.2", "", {}, "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="], 1308 1346 1309 - "valibot": ["valibot@0.41.0", "", { "peerDependencies": { "typescript": ">=5" }, "optionalPeers": ["typescript"] }, "sha512-igDBb8CTYr8YTQlOKgaN9nSS0Be7z+WRuaeYqGf3Cjz3aKmSnqEmYnkfVjzIuumGqfHpa3fLIvMEAfhrpqN8ng=="], 1347 + "vfile": ["vfile@6.0.3", "", { "dependencies": { "@types/unist": "^3.0.0", "vfile-message": "^4.0.0" } }, "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q=="], 1310 1348 1311 - "validate-npm-package-license": ["validate-npm-package-license@3.0.4", "", { "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew=="], 1349 + "vfile-location": ["vfile-location@5.0.3", "", { "dependencies": { "@types/unist": "^3.0.0", "vfile": "^6.0.0" } }, "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg=="], 1312 1350 1313 - "validate-npm-package-name": ["validate-npm-package-name@5.0.1", "", {}, "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ=="], 1351 + "vfile-message": ["vfile-message@4.0.2", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-stringify-position": "^4.0.0" } }, "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw=="], 1314 1352 1315 - "vfile": ["vfile@6.0.3", "", { "dependencies": { "@types/unist": "^3.0.0", "vfile-message": "^4.0.0" } }, "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q=="], 1353 + "vite": ["vite@6.3.5", "", { "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.4.4", "picomatch": "^4.0.2", "postcss": "^8.5.3", "rollup": "^4.34.9", "tinyglobby": "^0.2.13" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", "jiti": ">=1.21.0", "less": "*", "lightningcss": "^1.21.0", "sass": "*", "sass-embedded": "*", "stylus": "*", "sugarss": "*", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ=="], 1316 1354 1317 - "vfile-message": ["vfile-message@4.0.2", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-stringify-position": "^4.0.0" } }, "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw=="], 1355 + "vitefu": ["vitefu@1.1.1", "", { "peerDependencies": { "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" }, "optionalPeers": ["vite"] }, "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ=="], 1318 1356 1319 - "vite": ["vite@5.4.19", "", { "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", "rollup": "^4.20.0" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^18.0.0 || >=20.0.0", "less": "*", "lightningcss": "^1.21.0", "sass": "*", "sass-embedded": "*", "stylus": "*", "sugarss": "*", "terser": "^5.4.0" }, "optionalPeers": ["@types/node", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser"], "bin": { "vite": "bin/vite.js" } }, "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA=="], 1357 + "web-namespaces": ["web-namespaces@2.0.1", "", {}, "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ=="], 1320 1358 1321 - "vite-node": ["vite-node@3.2.4", "", { "dependencies": { "cac": "^6.7.14", "debug": "^4.4.1", "es-module-lexer": "^1.7.0", "pathe": "^2.0.3", "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" }, "bin": { "vite-node": "vite-node.mjs" } }, "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg=="], 1359 + "webidl-conversions": ["webidl-conversions@3.0.1", "", {}, "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="], 1322 1360 1323 - "vite-tsconfig-paths": ["vite-tsconfig-paths@5.1.4", "", { "dependencies": { "debug": "^4.1.1", "globrex": "^0.1.2", "tsconfck": "^3.0.3" }, "peerDependencies": { "vite": "*" }, "optionalPeers": ["vite"] }, "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w=="], 1361 + "whatwg-url": ["whatwg-url@5.0.0", "", { "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw=="], 1324 1362 1325 1363 "which": ["which@2.0.2", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "./bin/node-which" } }, "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="], 1326 1364 ··· 1330 1368 1331 1369 "which-collection": ["which-collection@1.0.2", "", { "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", "is-weakmap": "^2.0.2", "is-weakset": "^2.0.3" } }, "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw=="], 1332 1370 1371 + "which-pm-runs": ["which-pm-runs@1.1.0", "", {}, "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA=="], 1372 + 1333 1373 "which-typed-array": ["which-typed-array@1.1.19", "", { "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", "call-bound": "^1.0.4", "for-each": "^0.3.5", "get-proto": "^1.0.1", "gopd": "^1.2.0", "has-tostringtag": "^1.0.2" } }, "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw=="], 1374 + 1375 + "widest-line": ["widest-line@5.0.0", "", { "dependencies": { "string-width": "^7.0.0" } }, "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA=="], 1334 1376 1335 1377 "word-wrap": ["word-wrap@1.2.5", "", {}, "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA=="], 1336 1378 1337 - "workerd": ["workerd@1.20250408.0", "", { "optionalDependencies": { "@cloudflare/workerd-darwin-64": "1.20250408.0", "@cloudflare/workerd-darwin-arm64": "1.20250408.0", "@cloudflare/workerd-linux-64": "1.20250408.0", "@cloudflare/workerd-linux-arm64": "1.20250408.0", "@cloudflare/workerd-windows-64": "1.20250408.0" }, "bin": { "workerd": "bin/workerd" } }, "sha512-bBUX+UsvpzAqiWFNeZrlZmDGddiGZdBBbftZJz2wE6iUg/cIAJeVQYTtS/3ahaicguoLBz4nJiDo8luqM9fx1A=="], 1338 - 1339 - "wrangler": ["wrangler@3.114.11", "", { "dependencies": { "@cloudflare/kv-asset-handler": "0.3.4", "@cloudflare/unenv-preset": "2.0.2", "@esbuild-plugins/node-globals-polyfill": "0.2.3", "@esbuild-plugins/node-modules-polyfill": "0.2.2", "blake3-wasm": "2.1.5", "esbuild": "0.17.19", "miniflare": "3.20250408.2", "path-to-regexp": "6.3.0", "unenv": "2.0.0-rc.14", "workerd": "1.20250408.0" }, "optionalDependencies": { "fsevents": "~2.3.2", "sharp": "^0.33.5" }, "peerDependencies": { "@cloudflare/workers-types": "^4.20250408.0" }, "optionalPeers": ["@cloudflare/workers-types"], "bin": { "wrangler": "bin/wrangler.js", "wrangler2": "bin/wrangler.js" } }, "sha512-g0KhNj0AzlDXrW/XNzOrbfjBnDHbmf3a+3+UR67BbKnS8EUC9yTPrKCRymERdFKfiSvlPs34tHGAzOTw62Jb4g=="], 1379 + "workerd": ["workerd@1.20250712.0", "", { "optionalDependencies": { "@cloudflare/workerd-darwin-64": "1.20250712.0", "@cloudflare/workerd-darwin-arm64": "1.20250712.0", "@cloudflare/workerd-linux-64": "1.20250712.0", "@cloudflare/workerd-linux-arm64": "1.20250712.0", "@cloudflare/workerd-windows-64": "1.20250712.0" }, "bin": { "workerd": "bin/workerd" } }, "sha512-7h+k1OxREpiZW0849g0uQNexRWMcs5i5gUGhJzCY8nIx6Tv4D/ndlXJ47lEFj7/LQdp165IL9dM2D5uDiedZrg=="], 1340 1380 1341 - "wrap-ansi": ["wrap-ansi@8.1.0", "", { "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", "strip-ansi": "^7.0.1" } }, "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ=="], 1381 + "wrangler": ["wrangler@4.25.0", "", { "dependencies": { "@cloudflare/kv-asset-handler": "0.4.0", "@cloudflare/unenv-preset": "2.3.3", "blake3-wasm": "2.1.5", "esbuild": "0.25.4", "miniflare": "4.20250712.0", "path-to-regexp": "6.3.0", "unenv": "2.0.0-rc.17", "workerd": "1.20250712.0" }, "optionalDependencies": { "fsevents": "~2.3.2" }, "peerDependencies": { "@cloudflare/workers-types": "^4.20250712.0" }, "optionalPeers": ["@cloudflare/workers-types"], "bin": { "wrangler": "bin/wrangler.js", "wrangler2": "bin/wrangler.js" } }, "sha512-SepXQbzWkdp0O7qAx3i0go+fw5I0VkDqLV2G3ewbffO5k8kpvuCkhalS23KO+7+o8+Oa3vfC7x+16IL3rj2n4w=="], 1342 1382 1343 - "wrap-ansi-cjs": ["wrap-ansi@7.0.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="], 1383 + "wrap-ansi": ["wrap-ansi@9.0.0", "", { "dependencies": { "ansi-styles": "^6.2.1", "string-width": "^7.0.0", "strip-ansi": "^7.1.0" } }, "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q=="], 1344 1384 1345 1385 "wrappy": ["wrappy@1.0.2", "", {}, "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="], 1346 1386 1347 1387 "ws": ["ws@8.18.0", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="], 1348 1388 1349 1389 "xml-js": ["xml-js@1.6.11", "", { "dependencies": { "sax": "^1.2.4" }, "bin": { "xml-js": "./bin/cli.js" } }, "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g=="], 1390 + 1391 + "xxhash-wasm": ["xxhash-wasm@1.1.0", "", {}, "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA=="], 1350 1392 1351 1393 "yallist": ["yallist@5.0.0", "", {}, "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw=="], 1352 1394 1353 - "yocto-queue": ["yocto-queue@0.1.0", "", {}, "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="], 1395 + "yargs-parser": ["yargs-parser@21.1.1", "", {}, "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="], 1354 1396 1355 - "youch": ["youch@3.3.4", "", { "dependencies": { "cookie": "^0.7.1", "mustache": "^4.2.0", "stacktracey": "^2.1.8" } }, "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg=="], 1397 + "yocto-queue": ["yocto-queue@1.2.1", "", {}, "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg=="], 1356 1398 1357 - "zod": ["zod@3.25.76", "", {}, "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="], 1399 + "yocto-spinner": ["yocto-spinner@0.2.3", "", { "dependencies": { "yoctocolors": "^2.1.1" } }, "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ=="], 1358 1400 1359 - "zwitch": ["zwitch@2.0.4", "", {}, "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="], 1401 + "yoctocolors": ["yoctocolors@2.1.1", "", {}, "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ=="], 1360 1402 1361 - "@atproto/lexicon/@atproto/syntax": ["@atproto/syntax@0.4.0", "", {}, "sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA=="], 1403 + "youch": ["youch@4.1.0-beta.10", "", { "dependencies": { "@poppinss/colors": "^4.1.5", "@poppinss/dumper": "^0.6.4", "@speed-highlight/core": "^1.2.7", "cookie": "^1.0.2", "youch-core": "^0.3.3" } }, "sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ=="], 1362 1404 1363 - "@babel/core/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], 1405 + "youch-core": ["youch-core@0.3.3", "", { "dependencies": { "@poppinss/exception": "^1.2.2", "error-stack-parser-es": "^1.0.5" } }, "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA=="], 1364 1406 1365 - "@babel/helper-compilation-targets/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], 1407 + "zod": ["zod@3.25.76", "", {}, "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="], 1366 1408 1367 - "@babel/helper-create-class-features-plugin/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], 1409 + "zod-to-json-schema": ["zod-to-json-schema@3.24.6", "", { "peerDependencies": { "zod": "^3.24.1" } }, "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg=="], 1368 1410 1369 - "@cspotcode/source-map-support/@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.9", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ=="], 1411 + "zod-to-ts": ["zod-to-ts@1.2.0", "", { "peerDependencies": { "typescript": "^4.9.4 || ^5.0.2", "zod": "^3" } }, "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA=="], 1370 1412 1371 - "@isaacs/cliui/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="], 1413 + "zwitch": ["zwitch@2.0.4", "", {}, "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="], 1372 1414 1373 - "@npmcli/git/lru-cache": ["lru-cache@7.18.3", "", {}, "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA=="], 1415 + "@atproto/lexicon/@atproto/syntax": ["@atproto/syntax@0.4.0", "", {}, "sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA=="], 1374 1416 1375 - "@npmcli/git/which": ["which@3.0.1", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "bin/which.js" } }, "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg=="], 1417 + "@cspotcode/source-map-support/@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.9", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ=="], 1376 1418 1377 - "@npmcli/promise-spawn/which": ["which@3.0.1", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "bin/which.js" } }, "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg=="], 1419 + "@poppinss/dumper/supports-color": ["supports-color@10.0.0", "", {}, "sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ=="], 1378 1420 1379 - "@react-router/fs-routes/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="], 1421 + "@rollup/pluginutils/estree-walker": ["estree-walker@2.0.2", "", {}, "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="], 1380 1422 1381 1423 "@tailwindcss/oxide-wasm32-wasi/@emnapi/core": ["@emnapi/core@1.4.4", "", { "dependencies": { "@emnapi/wasi-threads": "1.0.3", "tslib": "^2.4.0" }, "bundled": true }, "sha512-A9CnAbC6ARNMKcIcrQwq6HeHCjpcBZ5wSx4U01WXCqEKlrzB9F9315WDNHkrs2xbx7YjjSxbUYxuN6EQzpcY2g=="], 1382 1424 ··· 1402 1444 1403 1445 "@typescript-eslint/typescript-estree/minimatch": ["minimatch@9.0.3", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg=="], 1404 1446 1447 + "@typescript-eslint/typescript-estree/semver": ["semver@7.7.2", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="], 1448 + 1405 1449 "@typescript-eslint/utils/@typescript-eslint/types": ["@typescript-eslint/types@7.18.0", "", {}, "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ=="], 1406 1450 1407 1451 "@typescript-eslint/utils/@typescript-eslint/typescript-estree": ["@typescript-eslint/typescript-estree@7.18.0", "", { "dependencies": { "@typescript-eslint/types": "7.18.0", "@typescript-eslint/visitor-keys": "7.18.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", "minimatch": "^9.0.4", "semver": "^7.6.0", "ts-api-utils": "^1.3.0" } }, "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA=="], 1408 1452 1409 1453 "@typescript-eslint/visitor-keys/@typescript-eslint/types": ["@typescript-eslint/types@7.18.0", "", {}, "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ=="], 1410 1454 1411 - "eslint-import-resolver-node/debug": ["debug@3.2.7", "", { "dependencies": { "ms": "^2.1.1" } }, "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="], 1455 + "ansi-align/string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="], 1456 + 1457 + "anymatch/picomatch": ["picomatch@2.3.1", "", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="], 1458 + 1459 + "astro/esbuild": ["esbuild@0.25.6", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.25.6", "@esbuild/android-arm": "0.25.6", "@esbuild/android-arm64": "0.25.6", "@esbuild/android-x64": "0.25.6", "@esbuild/darwin-arm64": "0.25.6", "@esbuild/darwin-x64": "0.25.6", "@esbuild/freebsd-arm64": "0.25.6", "@esbuild/freebsd-x64": "0.25.6", "@esbuild/linux-arm": "0.25.6", "@esbuild/linux-arm64": "0.25.6", "@esbuild/linux-ia32": "0.25.6", "@esbuild/linux-loong64": "0.25.6", "@esbuild/linux-mips64el": "0.25.6", "@esbuild/linux-ppc64": "0.25.6", "@esbuild/linux-riscv64": "0.25.6", "@esbuild/linux-s390x": "0.25.6", "@esbuild/linux-x64": "0.25.6", "@esbuild/netbsd-arm64": "0.25.6", "@esbuild/netbsd-x64": "0.25.6", "@esbuild/openbsd-arm64": "0.25.6", "@esbuild/openbsd-x64": "0.25.6", "@esbuild/openharmony-arm64": "0.25.6", "@esbuild/sunos-x64": "0.25.6", "@esbuild/win32-arm64": "0.25.6", "@esbuild/win32-ia32": "0.25.6", "@esbuild/win32-x64": "0.25.6" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg=="], 1412 1460 1413 - "eslint-import-resolver-node/resolve": ["resolve@1.22.10", "", { "dependencies": { "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": { "resolve": "bin/resolve" } }, "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w=="], 1461 + "astro/semver": ["semver@7.7.2", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="], 1414 1462 1415 - "eslint-module-utils/debug": ["debug@3.2.7", "", { "dependencies": { "ms": "^2.1.1" } }, "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="], 1463 + "boxen/chalk": ["chalk@5.4.1", "", {}, "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w=="], 1416 1464 1417 - "eslint-plugin-import/debug": ["debug@3.2.7", "", { "dependencies": { "ms": "^2.1.1" } }, "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="], 1465 + "boxen/type-fest": ["type-fest@4.41.0", "", {}, "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA=="], 1418 1466 1419 - "eslint-plugin-import/doctrine": ["doctrine@2.1.0", "", { "dependencies": { "esutils": "^2.0.2" } }, "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw=="], 1467 + "eslint-import-resolver-node/debug": ["debug@3.2.7", "", { "dependencies": { "ms": "^2.1.1" } }, "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="], 1420 1468 1421 - "eslint-plugin-import/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], 1469 + "eslint-module-utils/debug": ["debug@3.2.7", "", { "dependencies": { "ms": "^2.1.1" } }, "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="], 1422 1470 1423 - "eslint-plugin-react/doctrine": ["doctrine@2.1.0", "", { "dependencies": { "esutils": "^2.0.2" } }, "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw=="], 1471 + "eslint-plugin-import/debug": ["debug@3.2.7", "", { "dependencies": { "ms": "^2.1.1" } }, "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="], 1424 1472 1425 - "eslint-plugin-react/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], 1473 + "eslint-plugin-import/doctrine": ["doctrine@2.1.0", "", { "dependencies": { "esutils": "^2.0.2" } }, "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw=="], 1426 1474 1427 1475 "fast-glob/glob-parent": ["glob-parent@5.1.2", "", { "dependencies": { "is-glob": "^4.0.1" } }, "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="], 1428 1476 1429 - "glob/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="], 1477 + "hast-util-to-parse5/property-information": ["property-information@6.5.0", "", {}, "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig=="], 1430 1478 1431 - "hosted-git-info/lru-cache": ["lru-cache@7.18.3", "", {}, "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA=="], 1479 + "is-bun-module/semver": ["semver@7.7.2", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="], 1432 1480 1433 - "lru-cache/yallist": ["yallist@3.1.1", "", {}, "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="], 1481 + "mdast-util-find-and-replace/escape-string-regexp": ["escape-string-regexp@5.0.0", "", {}, "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="], 1434 1482 1435 1483 "micromatch/picomatch": ["picomatch@2.3.1", "", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="], 1436 1484 ··· 1438 1486 1439 1487 "miniflare/zod": ["zod@3.22.3", "", {}, "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug=="], 1440 1488 1441 - "parse-entities/@types/unist": ["@types/unist@2.0.11", "", {}, "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA=="], 1489 + "p-locate/p-limit": ["p-limit@3.1.0", "", { "dependencies": { "yocto-queue": "^0.1.0" } }, "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ=="], 1490 + 1491 + "prompts/kleur": ["kleur@3.0.3", "", {}, "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="], 1492 + 1493 + "sharp/semver": ["semver@7.7.2", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="], 1494 + 1495 + "string-width/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="], 1496 + 1497 + "vite/esbuild": ["esbuild@0.25.6", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.25.6", "@esbuild/android-arm": "0.25.6", "@esbuild/android-arm64": "0.25.6", "@esbuild/android-x64": "0.25.6", "@esbuild/darwin-arm64": "0.25.6", "@esbuild/darwin-x64": "0.25.6", "@esbuild/freebsd-arm64": "0.25.6", "@esbuild/freebsd-x64": "0.25.6", "@esbuild/linux-arm": "0.25.6", "@esbuild/linux-arm64": "0.25.6", "@esbuild/linux-ia32": "0.25.6", "@esbuild/linux-loong64": "0.25.6", "@esbuild/linux-mips64el": "0.25.6", "@esbuild/linux-ppc64": "0.25.6", "@esbuild/linux-riscv64": "0.25.6", "@esbuild/linux-s390x": "0.25.6", "@esbuild/linux-x64": "0.25.6", "@esbuild/netbsd-arm64": "0.25.6", "@esbuild/netbsd-x64": "0.25.6", "@esbuild/openbsd-arm64": "0.25.6", "@esbuild/openbsd-x64": "0.25.6", "@esbuild/openharmony-arm64": "0.25.6", "@esbuild/sunos-x64": "0.25.6", "@esbuild/win32-arm64": "0.25.6", "@esbuild/win32-ia32": "0.25.6", "@esbuild/win32-x64": "0.25.6" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg=="], 1498 + 1499 + "wrap-ansi/ansi-styles": ["ansi-styles@6.2.1", "", {}, "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="], 1500 + 1501 + "wrap-ansi/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="], 1502 + 1503 + "@tailwindcss/oxide-wasm32-wasi/@napi-rs/wasm-runtime/@tybys/wasm-util": ["@tybys/wasm-util@0.10.0", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ=="], 1504 + 1505 + "@typescript-eslint/type-utils/@typescript-eslint/typescript-estree/@typescript-eslint/types": ["@typescript-eslint/types@7.18.0", "", {}, "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ=="], 1506 + 1507 + "@typescript-eslint/type-utils/@typescript-eslint/typescript-estree/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="], 1508 + 1509 + "@typescript-eslint/type-utils/@typescript-eslint/typescript-estree/semver": ["semver@7.7.2", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="], 1510 + 1511 + "@typescript-eslint/typescript-estree/minimatch/brace-expansion": ["brace-expansion@2.0.2", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ=="], 1512 + 1513 + "@typescript-eslint/utils/@typescript-eslint/typescript-estree/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="], 1514 + 1515 + "@typescript-eslint/utils/@typescript-eslint/typescript-estree/semver": ["semver@7.7.2", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="], 1516 + 1517 + "ansi-align/string-width/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="], 1518 + 1519 + "astro/esbuild/@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.25.6", "", { "os": "aix", "cpu": "ppc64" }, "sha512-ShbM/3XxwuxjFiuVBHA+d3j5dyac0aEVVq1oluIDf71hUw0aRF59dV/efUsIwFnR6m8JNM2FjZOzmaZ8yG61kw=="], 1442 1520 1443 - "path-scurry/lru-cache": ["lru-cache@10.4.3", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="], 1521 + "astro/esbuild/@esbuild/android-arm": ["@esbuild/android-arm@0.25.6", "", { "os": "android", "cpu": "arm" }, "sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg=="], 1444 1522 1445 - "rimraf/glob": ["glob@7.2.3", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q=="], 1523 + "astro/esbuild/@esbuild/android-arm64": ["@esbuild/android-arm64@0.25.6", "", { "os": "android", "cpu": "arm64" }, "sha512-hd5zdUarsK6strW+3Wxi5qWws+rJhCCbMiC9QZyzoxfk5uHRIE8T287giQxzVpEvCwuJ9Qjg6bEjcRJcgfLqoA=="], 1446 1524 1447 - "rollup-plugin-inject/magic-string": ["magic-string@0.25.9", "", { "dependencies": { "sourcemap-codec": "^1.4.8" } }, "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ=="], 1525 + "astro/esbuild/@esbuild/android-x64": ["@esbuild/android-x64@0.25.6", "", { "os": "android", "cpu": "x64" }, "sha512-0Z7KpHSr3VBIO9A/1wcT3NTy7EB4oNC4upJ5ye3R7taCc2GUdeynSLArnon5G8scPwaU866d3H4BCrE5xLW25A=="], 1448 1526 1449 - "string-width/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="], 1527 + "astro/esbuild/@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.25.6", "", { "os": "darwin", "cpu": "arm64" }, "sha512-FFCssz3XBavjxcFxKsGy2DYK5VSvJqa6y5HXljKzhRZ87LvEi13brPrf/wdyl/BbpbMKJNOr1Sd0jtW4Ge1pAA=="], 1450 1528 1451 - "string-width-cjs/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="], 1529 + "astro/esbuild/@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.25.6", "", { "os": "darwin", "cpu": "x64" }, "sha512-GfXs5kry/TkGM2vKqK2oyiLFygJRqKVhawu3+DOCk7OxLy/6jYkWXhlHwOoTb0WqGnWGAS7sooxbZowy+pK9Yg=="], 1452 1530 1453 - "tsconfig-paths/json5": ["json5@1.0.2", "", { "dependencies": { "minimist": "^1.2.0" }, "bin": { "json5": "lib/cli.js" } }, "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA=="], 1531 + "astro/esbuild/@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.25.6", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-aoLF2c3OvDn2XDTRvn8hN6DRzVVpDlj2B/F66clWd/FHLiHaG3aVZjxQX2DYphA5y/evbdGvC6Us13tvyt4pWg=="], 1532 + 1533 + "astro/esbuild/@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.25.6", "", { "os": "freebsd", "cpu": "x64" }, "sha512-2SkqTjTSo2dYi/jzFbU9Plt1vk0+nNg8YC8rOXXea+iA3hfNJWebKYPs3xnOUf9+ZWhKAaxnQNUf2X9LOpeiMQ=="], 1534 + 1535 + "astro/esbuild/@esbuild/linux-arm": ["@esbuild/linux-arm@0.25.6", "", { "os": "linux", "cpu": "arm" }, "sha512-SZHQlzvqv4Du5PrKE2faN0qlbsaW/3QQfUUc6yO2EjFcA83xnwm91UbEEVx4ApZ9Z5oG8Bxz4qPE+HFwtVcfyw=="], 1536 + 1537 + "astro/esbuild/@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.25.6", "", { "os": "linux", "cpu": "arm64" }, "sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ=="], 1454 1538 1455 - "unenv/pathe": ["pathe@2.0.3", "", {}, "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w=="], 1539 + "astro/esbuild/@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.25.6", "", { "os": "linux", "cpu": "ia32" }, "sha512-aHWdQ2AAltRkLPOsKdi3xv0mZ8fUGPdlKEjIEhxCPm5yKEThcUjHpWB1idN74lfXGnZ5SULQSgtr5Qos5B0bPw=="], 1456 1540 1457 - "vite-node/pathe": ["pathe@2.0.3", "", {}, "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w=="], 1541 + "astro/esbuild/@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.25.6", "", { "os": "linux", "cpu": "none" }, "sha512-VgKCsHdXRSQ7E1+QXGdRPlQ/e08bN6WMQb27/TMfV+vPjjTImuT9PmLXupRlC90S1JeNNW5lzkAEO/McKeJ2yg=="], 1458 1542 1459 - "wrangler/esbuild": ["esbuild@0.17.19", "", { "optionalDependencies": { "@esbuild/android-arm": "0.17.19", "@esbuild/android-arm64": "0.17.19", "@esbuild/android-x64": "0.17.19", "@esbuild/darwin-arm64": "0.17.19", "@esbuild/darwin-x64": "0.17.19", "@esbuild/freebsd-arm64": "0.17.19", "@esbuild/freebsd-x64": "0.17.19", "@esbuild/linux-arm": "0.17.19", "@esbuild/linux-arm64": "0.17.19", "@esbuild/linux-ia32": "0.17.19", "@esbuild/linux-loong64": "0.17.19", "@esbuild/linux-mips64el": "0.17.19", "@esbuild/linux-ppc64": "0.17.19", "@esbuild/linux-riscv64": "0.17.19", "@esbuild/linux-s390x": "0.17.19", "@esbuild/linux-x64": "0.17.19", "@esbuild/netbsd-x64": "0.17.19", "@esbuild/openbsd-x64": "0.17.19", "@esbuild/sunos-x64": "0.17.19", "@esbuild/win32-arm64": "0.17.19", "@esbuild/win32-ia32": "0.17.19", "@esbuild/win32-x64": "0.17.19" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw=="], 1543 + "astro/esbuild/@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.25.6", "", { "os": "linux", "cpu": "none" }, "sha512-WViNlpivRKT9/py3kCmkHnn44GkGXVdXfdc4drNmRl15zVQ2+D2uFwdlGh6IuK5AAnGTo2qPB1Djppj+t78rzw=="], 1460 1544 1461 - "wrap-ansi/ansi-styles": ["ansi-styles@6.2.1", "", {}, "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="], 1545 + "astro/esbuild/@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.25.6", "", { "os": "linux", "cpu": "ppc64" }, "sha512-wyYKZ9NTdmAMb5730I38lBqVu6cKl4ZfYXIs31Baf8aoOtB4xSGi3THmDYt4BTFHk7/EcVixkOV2uZfwU3Q2Jw=="], 1462 1546 1463 - "wrap-ansi/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="], 1547 + "astro/esbuild/@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.25.6", "", { "os": "linux", "cpu": "none" }, "sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w=="], 1464 1548 1465 - "wrap-ansi-cjs/string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="], 1549 + "astro/esbuild/@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.25.6", "", { "os": "linux", "cpu": "s390x" }, "sha512-9N1LsTwAuE9oj6lHMyyAM+ucxGiVnEqUdp4v7IaMmrwb06ZTEVCIs3oPPplVsnjPfyjmxwHxHMF8b6vzUVAUGw=="], 1466 1550 1467 - "youch/cookie": ["cookie@0.7.2", "", {}, "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w=="], 1551 + "astro/esbuild/@esbuild/linux-x64": ["@esbuild/linux-x64@0.25.6", "", { "os": "linux", "cpu": "x64" }, "sha512-A6bJB41b4lKFWRKNrWoP2LHsjVzNiaurf7wyj/XtFNTsnPuxwEBWHLty+ZE0dWBKuSK1fvKgrKaNjBS7qbFKig=="], 1468 1552 1469 - "@isaacs/cliui/strip-ansi/ansi-regex": ["ansi-regex@6.1.0", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="], 1553 + "astro/esbuild/@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.25.6", "", { "os": "none", "cpu": "arm64" }, "sha512-IjA+DcwoVpjEvyxZddDqBY+uJ2Snc6duLpjmkXm/v4xuS3H+3FkLZlDm9ZsAbF9rsfP3zeA0/ArNDORZgrxR/Q=="], 1470 1554 1471 - "@react-router/fs-routes/minimatch/brace-expansion": ["brace-expansion@2.0.2", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ=="], 1555 + "astro/esbuild/@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.25.6", "", { "os": "none", "cpu": "x64" }, "sha512-dUXuZr5WenIDlMHdMkvDc1FAu4xdWixTCRgP7RQLBOkkGgwuuzaGSYcOpW4jFxzpzL1ejb8yF620UxAqnBrR9g=="], 1472 1556 1473 - "@tailwindcss/oxide-wasm32-wasi/@napi-rs/wasm-runtime/@tybys/wasm-util": ["@tybys/wasm-util@0.10.0", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ=="], 1557 + "astro/esbuild/@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.25.6", "", { "os": "openbsd", "cpu": "arm64" }, "sha512-l8ZCvXP0tbTJ3iaqdNf3pjaOSd5ex/e6/omLIQCVBLmHTlfXW3zAxQ4fnDmPLOB1x9xrcSi/xtCWFwCZRIaEwg=="], 1474 1558 1475 - "@typescript-eslint/type-utils/@typescript-eslint/typescript-estree/@typescript-eslint/types": ["@typescript-eslint/types@7.18.0", "", {}, "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ=="], 1559 + "astro/esbuild/@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.25.6", "", { "os": "openbsd", "cpu": "x64" }, "sha512-hKrmDa0aOFOr71KQ/19JC7az1P0GWtCN1t2ahYAf4O007DHZt/dW8ym5+CUdJhQ/qkZmI1HAF8KkJbEFtCL7gw=="], 1476 1560 1477 - "@typescript-eslint/type-utils/@typescript-eslint/typescript-estree/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="], 1561 + "astro/esbuild/@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.25.6", "", { "os": "sunos", "cpu": "x64" }, "sha512-dyCGxv1/Br7MiSC42qinGL8KkG4kX0pEsdb0+TKhmJZgCUDBGmyo1/ArCjNGiOLiIAgdbWgmWgib4HoCi5t7kA=="], 1478 1562 1479 - "@typescript-eslint/typescript-estree/minimatch/brace-expansion": ["brace-expansion@2.0.2", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ=="], 1563 + "astro/esbuild/@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.25.6", "", { "os": "win32", "cpu": "arm64" }, "sha512-42QOgcZeZOvXfsCBJF5Afw73t4veOId//XD3i+/9gSkhSV6Gk3VPlWncctI+JcOyERv85FUo7RxuxGy+z8A43Q=="], 1480 1564 1481 - "@typescript-eslint/utils/@typescript-eslint/typescript-estree/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="], 1565 + "astro/esbuild/@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.25.6", "", { "os": "win32", "cpu": "ia32" }, "sha512-4AWhgXmDuYN7rJI6ORB+uU9DHLq/erBbuMoAuB4VWJTu5KtCgcKYPynF0YI1VkBNuEfjNlLrFr9KZPJzrtLkrQ=="], 1482 1566 1483 - "glob/minimatch/brace-expansion": ["brace-expansion@2.0.2", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ=="], 1567 + "astro/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.25.6", "", { "os": "win32", "cpu": "x64" }, "sha512-NgJPHHbEpLQgDH2MjQu90pzW/5vvXIZ7KOnPyNBm92A6WgZ/7b6fJyUBjoumLqeOQQGqY2QjQxRo97ah4Sj0cA=="], 1568 + 1569 + "p-locate/p-limit/yocto-queue": ["yocto-queue@0.1.0", "", {}, "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="], 1484 1570 1485 1571 "string-width/strip-ansi/ansi-regex": ["ansi-regex@6.1.0", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="], 1486 1572 1487 - "wrangler/esbuild/@esbuild/android-arm": ["@esbuild/android-arm@0.17.19", "", { "os": "android", "cpu": "arm" }, "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A=="], 1573 + "vite/esbuild/@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.25.6", "", { "os": "aix", "cpu": "ppc64" }, "sha512-ShbM/3XxwuxjFiuVBHA+d3j5dyac0aEVVq1oluIDf71hUw0aRF59dV/efUsIwFnR6m8JNM2FjZOzmaZ8yG61kw=="], 1488 1574 1489 - "wrangler/esbuild/@esbuild/android-arm64": ["@esbuild/android-arm64@0.17.19", "", { "os": "android", "cpu": "arm64" }, "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA=="], 1575 + "vite/esbuild/@esbuild/android-arm": ["@esbuild/android-arm@0.25.6", "", { "os": "android", "cpu": "arm" }, "sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg=="], 1490 1576 1491 - "wrangler/esbuild/@esbuild/android-x64": ["@esbuild/android-x64@0.17.19", "", { "os": "android", "cpu": "x64" }, "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww=="], 1577 + "vite/esbuild/@esbuild/android-arm64": ["@esbuild/android-arm64@0.25.6", "", { "os": "android", "cpu": "arm64" }, "sha512-hd5zdUarsK6strW+3Wxi5qWws+rJhCCbMiC9QZyzoxfk5uHRIE8T287giQxzVpEvCwuJ9Qjg6bEjcRJcgfLqoA=="], 1492 1578 1493 - "wrangler/esbuild/@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.17.19", "", { "os": "darwin", "cpu": "arm64" }, "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg=="], 1579 + "vite/esbuild/@esbuild/android-x64": ["@esbuild/android-x64@0.25.6", "", { "os": "android", "cpu": "x64" }, "sha512-0Z7KpHSr3VBIO9A/1wcT3NTy7EB4oNC4upJ5ye3R7taCc2GUdeynSLArnon5G8scPwaU866d3H4BCrE5xLW25A=="], 1494 1580 1495 - "wrangler/esbuild/@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.17.19", "", { "os": "darwin", "cpu": "x64" }, "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw=="], 1581 + "vite/esbuild/@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.25.6", "", { "os": "darwin", "cpu": "arm64" }, "sha512-FFCssz3XBavjxcFxKsGy2DYK5VSvJqa6y5HXljKzhRZ87LvEi13brPrf/wdyl/BbpbMKJNOr1Sd0jtW4Ge1pAA=="], 1496 1582 1497 - "wrangler/esbuild/@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.17.19", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ=="], 1583 + "vite/esbuild/@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.25.6", "", { "os": "darwin", "cpu": "x64" }, "sha512-GfXs5kry/TkGM2vKqK2oyiLFygJRqKVhawu3+DOCk7OxLy/6jYkWXhlHwOoTb0WqGnWGAS7sooxbZowy+pK9Yg=="], 1498 1584 1499 - "wrangler/esbuild/@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.17.19", "", { "os": "freebsd", "cpu": "x64" }, "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ=="], 1585 + "vite/esbuild/@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.25.6", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-aoLF2c3OvDn2XDTRvn8hN6DRzVVpDlj2B/F66clWd/FHLiHaG3aVZjxQX2DYphA5y/evbdGvC6Us13tvyt4pWg=="], 1586 + 1587 + "vite/esbuild/@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.25.6", "", { "os": "freebsd", "cpu": "x64" }, "sha512-2SkqTjTSo2dYi/jzFbU9Plt1vk0+nNg8YC8rOXXea+iA3hfNJWebKYPs3xnOUf9+ZWhKAaxnQNUf2X9LOpeiMQ=="], 1588 + 1589 + "vite/esbuild/@esbuild/linux-arm": ["@esbuild/linux-arm@0.25.6", "", { "os": "linux", "cpu": "arm" }, "sha512-SZHQlzvqv4Du5PrKE2faN0qlbsaW/3QQfUUc6yO2EjFcA83xnwm91UbEEVx4ApZ9Z5oG8Bxz4qPE+HFwtVcfyw=="], 1500 1590 1501 - "wrangler/esbuild/@esbuild/linux-arm": ["@esbuild/linux-arm@0.17.19", "", { "os": "linux", "cpu": "arm" }, "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA=="], 1591 + "vite/esbuild/@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.25.6", "", { "os": "linux", "cpu": "arm64" }, "sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ=="], 1502 1592 1503 - "wrangler/esbuild/@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.17.19", "", { "os": "linux", "cpu": "arm64" }, "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg=="], 1593 + "vite/esbuild/@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.25.6", "", { "os": "linux", "cpu": "ia32" }, "sha512-aHWdQ2AAltRkLPOsKdi3xv0mZ8fUGPdlKEjIEhxCPm5yKEThcUjHpWB1idN74lfXGnZ5SULQSgtr5Qos5B0bPw=="], 1504 1594 1505 - "wrangler/esbuild/@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.17.19", "", { "os": "linux", "cpu": "ia32" }, "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ=="], 1595 + "vite/esbuild/@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.25.6", "", { "os": "linux", "cpu": "none" }, "sha512-VgKCsHdXRSQ7E1+QXGdRPlQ/e08bN6WMQb27/TMfV+vPjjTImuT9PmLXupRlC90S1JeNNW5lzkAEO/McKeJ2yg=="], 1506 1596 1507 - "wrangler/esbuild/@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.17.19", "", { "os": "linux", "cpu": "none" }, "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ=="], 1597 + "vite/esbuild/@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.25.6", "", { "os": "linux", "cpu": "none" }, "sha512-WViNlpivRKT9/py3kCmkHnn44GkGXVdXfdc4drNmRl15zVQ2+D2uFwdlGh6IuK5AAnGTo2qPB1Djppj+t78rzw=="], 1508 1598 1509 - "wrangler/esbuild/@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.17.19", "", { "os": "linux", "cpu": "none" }, "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A=="], 1599 + "vite/esbuild/@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.25.6", "", { "os": "linux", "cpu": "ppc64" }, "sha512-wyYKZ9NTdmAMb5730I38lBqVu6cKl4ZfYXIs31Baf8aoOtB4xSGi3THmDYt4BTFHk7/EcVixkOV2uZfwU3Q2Jw=="], 1510 1600 1511 - "wrangler/esbuild/@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.17.19", "", { "os": "linux", "cpu": "ppc64" }, "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg=="], 1601 + "vite/esbuild/@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.25.6", "", { "os": "linux", "cpu": "none" }, "sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w=="], 1512 1602 1513 - "wrangler/esbuild/@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.17.19", "", { "os": "linux", "cpu": "none" }, "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA=="], 1603 + "vite/esbuild/@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.25.6", "", { "os": "linux", "cpu": "s390x" }, "sha512-9N1LsTwAuE9oj6lHMyyAM+ucxGiVnEqUdp4v7IaMmrwb06ZTEVCIs3oPPplVsnjPfyjmxwHxHMF8b6vzUVAUGw=="], 1514 1604 1515 - "wrangler/esbuild/@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.17.19", "", { "os": "linux", "cpu": "s390x" }, "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q=="], 1605 + "vite/esbuild/@esbuild/linux-x64": ["@esbuild/linux-x64@0.25.6", "", { "os": "linux", "cpu": "x64" }, "sha512-A6bJB41b4lKFWRKNrWoP2LHsjVzNiaurf7wyj/XtFNTsnPuxwEBWHLty+ZE0dWBKuSK1fvKgrKaNjBS7qbFKig=="], 1516 1606 1517 - "wrangler/esbuild/@esbuild/linux-x64": ["@esbuild/linux-x64@0.17.19", "", { "os": "linux", "cpu": "x64" }, "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw=="], 1607 + "vite/esbuild/@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.25.6", "", { "os": "none", "cpu": "arm64" }, "sha512-IjA+DcwoVpjEvyxZddDqBY+uJ2Snc6duLpjmkXm/v4xuS3H+3FkLZlDm9ZsAbF9rsfP3zeA0/ArNDORZgrxR/Q=="], 1518 1608 1519 - "wrangler/esbuild/@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.17.19", "", { "os": "none", "cpu": "x64" }, "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q=="], 1609 + "vite/esbuild/@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.25.6", "", { "os": "none", "cpu": "x64" }, "sha512-dUXuZr5WenIDlMHdMkvDc1FAu4xdWixTCRgP7RQLBOkkGgwuuzaGSYcOpW4jFxzpzL1ejb8yF620UxAqnBrR9g=="], 1520 1610 1521 - "wrangler/esbuild/@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.17.19", "", { "os": "openbsd", "cpu": "x64" }, "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g=="], 1611 + "vite/esbuild/@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.25.6", "", { "os": "openbsd", "cpu": "arm64" }, "sha512-l8ZCvXP0tbTJ3iaqdNf3pjaOSd5ex/e6/omLIQCVBLmHTlfXW3zAxQ4fnDmPLOB1x9xrcSi/xtCWFwCZRIaEwg=="], 1522 1612 1523 - "wrangler/esbuild/@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.17.19", "", { "os": "sunos", "cpu": "x64" }, "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg=="], 1613 + "vite/esbuild/@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.25.6", "", { "os": "openbsd", "cpu": "x64" }, "sha512-hKrmDa0aOFOr71KQ/19JC7az1P0GWtCN1t2ahYAf4O007DHZt/dW8ym5+CUdJhQ/qkZmI1HAF8KkJbEFtCL7gw=="], 1524 1614 1525 - "wrangler/esbuild/@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.17.19", "", { "os": "win32", "cpu": "arm64" }, "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag=="], 1615 + "vite/esbuild/@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.25.6", "", { "os": "sunos", "cpu": "x64" }, "sha512-dyCGxv1/Br7MiSC42qinGL8KkG4kX0pEsdb0+TKhmJZgCUDBGmyo1/ArCjNGiOLiIAgdbWgmWgib4HoCi5t7kA=="], 1526 1616 1527 - "wrangler/esbuild/@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.17.19", "", { "os": "win32", "cpu": "ia32" }, "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw=="], 1617 + "vite/esbuild/@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.25.6", "", { "os": "win32", "cpu": "arm64" }, "sha512-42QOgcZeZOvXfsCBJF5Afw73t4veOId//XD3i+/9gSkhSV6Gk3VPlWncctI+JcOyERv85FUo7RxuxGy+z8A43Q=="], 1528 1618 1529 - "wrangler/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.17.19", "", { "os": "win32", "cpu": "x64" }, "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA=="], 1619 + "vite/esbuild/@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.25.6", "", { "os": "win32", "cpu": "ia32" }, "sha512-4AWhgXmDuYN7rJI6ORB+uU9DHLq/erBbuMoAuB4VWJTu5KtCgcKYPynF0YI1VkBNuEfjNlLrFr9KZPJzrtLkrQ=="], 1530 1620 1531 - "wrap-ansi-cjs/string-width/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="], 1621 + "vite/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.25.6", "", { "os": "win32", "cpu": "x64" }, "sha512-NgJPHHbEpLQgDH2MjQu90pzW/5vvXIZ7KOnPyNBm92A6WgZ/7b6fJyUBjoumLqeOQQGqY2QjQxRo97ah4Sj0cA=="], 1532 1622 1533 1623 "wrap-ansi/strip-ansi/ansi-regex": ["ansi-regex@6.1.0", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="], 1534 1624
+6 -3
env.d.ts
··· 1 - declare module "__STATIC_CONTENT_MANIFEST" { 2 - const manifest: string; 3 - export default manifest; 1 + /// <reference types="astro/client" /> 2 + 3 + // use a default runtime configuration (advanced mode). 4 + type Runtime = import("@astrojs/cloudflare").Runtime<Env>; 5 + declare namespace App { 6 + interface Locals extends Runtime {} 4 7 }
-8
functions/[[path]].ts
··· 1 - import { createPagesFunctionHandler } from "@react-router/cloudflare"; 2 - 3 - // eslint-disable-next-line @typescript-eslint/ban-ts-comment 4 - // @ts-ignore - the server build file is generated by `remix vite:build` 5 - // eslint-disable-next-line import/no-unresolved 6 - import * as build from "../build/server"; 7 - 8 - export const onRequest = createPagesFunctionHandler({ build });
-13
load-context.ts
··· 1 - import { type PlatformProxy } from "wrangler"; 2 - 3 - // PlatformProxy’s caches property is incompatible with the caches global 4 - // https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/src/api/integrations/platform/caches.ts 5 - type Cloudflare = Omit<PlatformProxy<Env>, "dispose" | "caches"> & { 6 - caches: CacheStorage; 7 - }; 8 - 9 - declare module "@remix-run/cloudflare" { 10 - interface AppLoadContext { 11 - cloudflare: Cloudflare; 12 - } 13 - }
+12 -22
package.json
··· 1 1 { 2 2 "name": "hayden.moe", 3 3 "private": true, 4 - "sideEffects": false, 5 4 "type": "module", 6 5 "packageManager": "bun@1.2.16", 7 6 "scripts": { 8 - "build": "react-router build", 9 - "deploy": "wrangler pages deploy ./build/client", 10 - "dev": "react-router dev", 7 + "build": "astro build", 8 + "deploy": "wrangler deploy", 9 + "dev": "astro dev", 11 10 "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .", 12 - "start": "wrangler pages dev ./build/client", 13 - "typecheck": "react-router typegen && tsc", 11 + "start": "wrangler dev", 14 12 "typegen": "wrangler types" 15 13 }, 16 14 "dependencies": { 15 + "@astrojs/cloudflare": "^12.6.0", 16 + "@astrojs/markdown-remark": "^6.3.3", 17 + "@astrojs/rss": "^4.0.12", 17 18 "@atproto/api": "^0.13.20", 18 - "@cloudflare/kv-asset-handler": "^0.3.4", 19 19 "@fontsource/geist-mono": "^5.1.0", 20 - "@react-router/cloudflare": "^7.0.0", 21 - "@react-router/fs-routes": "^7.0.2", 20 + "astro": "^5.12.0", 22 21 "feed": "^4.2.2", 23 22 "isbot": "^5.1.17", 24 - "react": "^19.0.0", 25 - "react-dom": "^19.0.0", 26 - "react-markdown": "^9.0.1", 27 - "react-router": "^7.0.0" 23 + "shiki": "^3.8.1" 28 24 }, 29 25 "devDependencies": { 30 26 "@cloudflare/workers-types": "^4.20241022.0", 31 - "@react-router/dev": "^7.0.0", 32 27 "@tailwindcss/postcss": "^4.0.0", 33 28 "@tailwindcss/typography": "^0.5.15", 34 - "@types/react": "^18.3.12", 35 - "@types/react-dom": "^18.3.1", 29 + "@tailwindcss/vite": "^4.1.11", 30 + "@types/bun": "^1.2.18", 36 31 "@typescript-eslint/eslint-plugin": "^7.0.0", 37 32 "@typescript-eslint/parser": "^6.21.0", 38 33 "eslint": "^8.57.1", 39 34 "eslint-import-resolver-typescript": "^3.6.3", 40 35 "eslint-plugin-import": "^2.31.0", 41 - "eslint-plugin-jsx-a11y": "^6.10.2", 42 - "eslint-plugin-react": "^7.37.2", 43 - "eslint-plugin-react-hooks": "^5.0.0", 44 36 "postcss": "^8.4.49", 45 37 "tailwindcss": "^4.0.0", 46 38 "typescript": "^5.6.3", 47 - "vite": "^5.4.11", 48 - "vite-tsconfig-paths": "^5.1.0", 49 - "wrangler": "^3.84.1" 39 + "wrangler": "4" 50 40 }, 51 41 "engines": { 52 42 "node": ">=20.0.0"
+2
public/.assetsignore
··· 1 + _worker.js 2 + _routes.json
-5
react-router.config.ts
··· 1 - import type { Config } from "@react-router/dev/config"; 2 - export default { 3 - ssr: true, 4 - appDirectory: './src/app', 5 - } satisfies Config;
-57
server.ts
··· 1 - import { getAssetFromKV } from "@cloudflare/kv-asset-handler"; 2 - import { createRequestHandler } from "@react-router/cloudflare"; 3 - import { type ServerBuild } from "react-router"; 4 - // eslint-disable-next-line @typescript-eslint/ban-ts-comment 5 - // @ts-ignore This file won’t exist if it hasn’t yet been built 6 - import * as build from "./build/server"; // eslint-disable-line import/no-unresolved 7 - // eslint-disable-next-line import/no-unresolved 8 - import __STATIC_CONTENT_MANIFEST from "__STATIC_CONTENT_MANIFEST"; 9 - 10 - const MANIFEST = JSON.parse(__STATIC_CONTENT_MANIFEST); 11 - // eslint-disable-next-line @typescript-eslint/no-explicit-any 12 - const handleRemixRequest = createRequestHandler(build as any as ServerBuild); 13 - 14 - export default { 15 - async fetch(request, env, ctx) { 16 - const waitUntil = ctx.waitUntil.bind(ctx); 17 - const passThroughOnException = ctx.passThroughOnException.bind(ctx); 18 - try { 19 - const url = new URL(request.url); 20 - const ttl = url.pathname.startsWith("/assets/") 21 - ? 60 * 60 * 24 * 365 // 1 year 22 - : 60 * 5; // 5 minutes 23 - return await getAssetFromKV( 24 - { request, waitUntil }, 25 - { 26 - ASSET_NAMESPACE: env.__STATIC_CONTENT, 27 - ASSET_MANIFEST: MANIFEST, 28 - cacheControl: { 29 - browserTTL: ttl, 30 - edgeTTL: ttl, 31 - }, 32 - } 33 - ); 34 - } catch (error) { 35 - // No-op 36 - } 37 - 38 - try { 39 - const loadContext = { 40 - cloudflare: { 41 - // This object matches the return value from Wrangler's 42 - // `getPlatformProxy` used during development via Remix's 43 - // `cloudflareDevProxyVitePlugin`: 44 - // https://developers.cloudflare.com/workers/wrangler/api/#getplatformproxy 45 - cf: request.cf, 46 - ctx: { waitUntil, passThroughOnException }, 47 - caches, 48 - env, 49 - }, 50 - }; 51 - return await handleRemixRequest(request, loadContext); 52 - } catch (error) { 53 - console.log(error); 54 - return new Response("An unexpected error occurred", { status: 500 }); 55 - } 56 - }, 57 - } satisfies ExportedHandler<Env & { __STATIC_CONTENT: KVNamespace<string> }>;
-9
src/app/components/footer.tsx
··· 1 - export const Footer = () => { 2 - const today = new Date(); 3 - 4 - return ( 5 - <p className="text-base03 px-4 py-2"> 6 - Copyright (c) Hayden Young {today.getFullYear()}. 7 - </p> 8 - ) 9 - }
-15
src/app/components/formatted-date.tsx
··· 1 - export type FormattedDateProps = { 2 - date: Date; 3 - } 4 - 5 - export const FormattedDate = ({ date }: FormattedDateProps) => ( 6 - <time dateTime={date.toISOString()}> 7 - { 8 - date.toLocaleDateString('en-us', { 9 - year: 'numeric', 10 - month: 'short', 11 - day: 'numeric', 12 - }) 13 - } 14 - </time> 15 - )
-11
src/app/components/header.tsx
··· 1 - export const Header = () => ( 2 - <nav className="h-10 border-b border-muted justify-left divide-x divide-muted [&>a]:py-1 [&>a]:px-4 fixed w-full bg-black flex items-center"> 3 - <a href="/" className="flex items-center gap-2 text-base0A"> 4 - <span>hayden@web ~</span> 5 - <div className="w-[10px] h-[21px] animate-blink bg-pink"></div> 6 - </a> 7 - 8 - <a className="hover:text-base0E" href="/posts">posts</a> 9 - <a className="hover:text-base0E border-r! border-muted" href="/rss.xml">rss</a> 10 - </nav> 11 - );
-18
src/app/entry.client.tsx
··· 1 - /** 2 - * By default, Remix will handle hydrating your app on the client for you. 3 - * You are free to delete this file if you'd like to, but if you ever want it revealed again, you can run `npx remix reveal` ✨ 4 - * For more information, see https://remix.run/file-conventions/entry.client 5 - */ 6 - 7 - import { HydratedRouter } from "react-router/dom"; 8 - import { startTransition, StrictMode } from "react"; 9 - import { hydrateRoot } from "react-dom/client"; 10 - 11 - startTransition(() => { 12 - hydrateRoot( 13 - document, 14 - <StrictMode> 15 - <HydratedRouter /> 16 - </StrictMode> 17 - ); 18 - });
-56
src/app/entry.server.tsx
··· 1 - /** 2 - * By default, Remix will handle generating the HTTP Response for you. 3 - * You are free to delete this file if you'd like to, but if you ever want it revealed again, you can run `npx remix reveal` ✨ 4 - * For more information, see https://remix.run/file-conventions/entry.server 5 - */ 6 - 7 - import type { AppLoadContext, EntryContext } from "react-router"; 8 - import { ServerRouter } from "react-router"; 9 - import { isbot } from "isbot"; 10 - import { renderToReadableStream } from "react-dom/server"; 11 - 12 - const ABORT_DELAY = 5000; 13 - 14 - export default async function handleRequest( 15 - request: Request, 16 - responseStatusCode: number, 17 - responseHeaders: Headers, 18 - reactRouterContext: EntryContext, 19 - // This is ignored so we can keep it in the template for visibility. Feel 20 - // free to delete this parameter in your app if you're not using it! 21 - // eslint-disable-next-line @typescript-eslint/no-unused-vars 22 - loadContext: AppLoadContext 23 - ) { 24 - const controller = new AbortController(); 25 - const timeoutId = setTimeout(() => controller.abort(), ABORT_DELAY); 26 - 27 - const body = await renderToReadableStream( 28 - <ServerRouter 29 - context={reactRouterContext} 30 - url={request.url} 31 - abortDelay={ABORT_DELAY} 32 - />, 33 - { 34 - signal: controller.signal, 35 - onError(error: unknown) { 36 - if (!controller.signal.aborted) { 37 - // Log streaming rendering errors from inside the shell 38 - console.error(error); 39 - } 40 - responseStatusCode = 500; 41 - }, 42 - } 43 - ); 44 - 45 - body.allReady.then(() => clearTimeout(timeoutId)); 46 - 47 - if (isbot(request.headers.get("user-agent") || "")) { 48 - await body.allReady; 49 - } 50 - 51 - responseHeaders.set("Content-Type", "text/html"); 52 - return new Response(body, { 53 - headers: responseHeaders, 54 - status: responseStatusCode, 55 - }); 56 - }
-69
src/app/root.tsx
··· 1 - import { 2 - Links, 3 - Meta, 4 - Outlet, 5 - Scripts, 6 - ScrollRestoration, 7 - useLoaderData, 8 - useLocation, 9 - } from "react-router"; 10 - import type { LinksFunction, LoaderFunction } from "react-router"; 11 - 12 - import "@fontsource/geist-mono"; 13 - import "./tailwind.css"; 14 - import { Footer } from "./components/footer"; 15 - import { Header } from "./components/header"; 16 - 17 - export const loader: LoaderFunction = ({ request }) => { 18 - return { 19 - origin: new URL(request.url).origin, 20 - }; 21 - } 22 - 23 - export const links: LinksFunction = () => [ 24 - { 25 - rel: 'canonical', 26 - href: 'https://hayden.moe', 27 - }, 28 - { rel: 'icon', href: '/favicon.ico' }, 29 - { rel: 'icon', sizes: '32x32', href: '/favicon-32x32.png' }, 30 - { rel: 'icon', sizes: '16x16', href: '/favicon-16x16.png' }, 31 - { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }, 32 - ]; 33 - 34 - export function Layout({ children }: { children: React.ReactNode }) { 35 - const props = useLoaderData<{ origin: string }>(); 36 - const { pathname } = useLocation() 37 - const href = props ? props.origin + pathname : ''; 38 - 39 - return ( 40 - <html lang="en"> 41 - <head> 42 - <meta charSet="utf-8" /> 43 - <meta name="viewport" content="width=device-width, initial-scale=1" /> 44 - {href ? <link href={href} rel='canonical' /> : null} 45 - <Meta /> 46 - <Links /> 47 - </head> 48 - <body className="antialiased bg-black text-white font-mono tracking-normal leading-normal flex flex-col min-h-screen selection:bg-base0E selection:text-black"> 49 - <div className="flex flex-col grow"> 50 - <Header /> 51 - 52 - <main className="mt-10 flex flex-col gap-3 px-5 pt-5 grow"> 53 - {children} 54 - </main> 55 - 56 - <footer className="page__footer"> 57 - <Footer /> 58 - </footer> 59 - </div> 60 - <ScrollRestoration /> 61 - <Scripts /> 62 - </body> 63 - </html> 64 - ); 65 - } 66 - 67 - export default function App() { 68 - return <Outlet />; 69 - }
-4
src/app/routes.ts
··· 1 - import { type RouteConfig } from "@react-router/dev/routes"; 2 - import { flatRoutes } from "@react-router/fs-routes"; 3 - 4 - export default flatRoutes() satisfies RouteConfig;
-63
src/app/routes/_index.tsx
··· 1 - import type { MetaFunction } from "react-router"; 2 - 3 - export const meta: MetaFunction = () => { 4 - return [ 5 - { title: "hayden@web ~" }, 6 - { name: "description", content: "The blog of a lowly DevOps Engineer from the UK. Federated on atproto!" }, 7 - ]; 8 - }; 9 - 10 - export default () => { 11 - return ( 12 - <> 13 - <div className="prose max-w-2xl mx-auto"> 14 - <p> 15 - I love working with all things DevOps, from automation and software 16 - engineering to full-on platform engineering. I’m a huge advocate for making 17 - things self-service and as reproducible as possible (hence my love/hate 18 - relationship with <a href="https://nixos.org">Nix</a>). 19 - </p> 20 - 21 - <p> 22 - Recently, I’ve been learning how to build developer-focal automation, 23 - building up understanding of how to view both sides of the infrastructure 24 - coin; platform administration and developers. 25 - </p> 26 - 27 - <p> 28 - I think pineapple on pizza is a crime, I listen to everything from rock and 29 - indie to jungle and breakcore, and I’m a huge fan of virtual reality. 30 - </p> 31 - 32 - <p> 33 - I’m based in Sheffield, in the UK, and I’m always open to having 34 - conversations with people about any topic you think I’d find interesting. 35 - </p> 36 - 37 - <p> 38 - <span className="line-through">also <a href="https://nohello.net">nohello.net</a> pls thx</span> 39 - </p> 40 - </div> 41 - 42 - <div className="max-w-sm w-full mx-auto grid md:grid-cols-2 gap-4"> 43 - <div className="flex flex-col gap-2"> 44 - <span className="font-bold text-lg">On the web</span> 45 - <ul className="list-disc list-inside"> 46 - <li><a className="text-pink underline" href="https://bsky.app/profile/hayden.moe">Bluesky</a></li> 47 - <li><a className="text-pink underline" href="https://discord.gg/vmuNsEuUyW">Discord</a></li> 48 - <li><a className="text-pink underline" href="https://github.com/hbjydev">GitHub</a></li> 49 - <li><a className="text-pink underline" href="https://twitch.tv/hayden_dev">Twitch</a></li> 50 - <li><a className="text-pink underline" href="mailto:hayden@hayden.moe">Email</a></li> 51 - </ul> 52 - </div> 53 - <div className="flex flex-col gap-2"> 54 - <span className="font-bold text-lg">On this site</span> 55 - <ul className="list-disc list-inside"> 56 - <li><a className="text-pink underline" href="/posts">Blog</a></li> 57 - <li><a className="text-pink underline" href="/ring">Webring</a></li> 58 - </ul> 59 - </div> 60 - </div> 61 - </> 62 - ); 63 - }
-79
src/app/routes/posts.$rkey.tsx
··· 1 - import { LoaderFunctionArgs, MetaFunction } from 'react-router'; 2 - import { useLoaderData } from 'react-router'; 3 - import { getPost } from 'src/atproto/getPost'; 4 - import { FormattedDate } from '../components/formatted-date'; 5 - import Markdown from 'react-markdown'; 6 - 7 - export const meta: MetaFunction<typeof loader> = ({ data }) => { 8 - if (data) { 9 - const desc = data.post.content?.slice(0, 100).trimEnd(); 10 - const url = `https://hayden.moe/${data.post.rkey}`; 11 - 12 - return [ 13 - // HTML Meta 14 - { title: data.post.title }, 15 - { name: 'description', content: desc }, 16 - 17 - // OG Meta 18 - { property: 'og:url', content: url }, 19 - { property: 'og:type', content: 'website' }, 20 - { property: 'og:title', content: data.post.title }, 21 - { property: 'og:description', content: desc }, 22 - 23 - // Twitter Meta 24 - { name: 'twitter:card', content: 'summary_large_image' }, 25 - { property: 'twitter:domain', content: 'hayden.moe' }, 26 - { property: 'twitter:url', content: url }, 27 - { name: 'twitter:title', content: data.post.title }, 28 - { name: 'twitter:description', content: desc }, 29 - ]; 30 - } else { 31 - return [ 32 - { title: 'Not found' }, 33 - { name: 'description', content: "This post doesn't exist!" }, 34 - ]; 35 - } 36 - } 37 - 38 - export const loader = async ({ params, context }: LoaderFunctionArgs) => { 39 - const { rkey } = params; 40 - try { 41 - const post = await getPost(context, rkey!); 42 - return { post }; 43 - } catch(e) { 44 - throw new Response(null, { 45 - status: 404, 46 - statusText: 'Post not found.', 47 - }); 48 - } 49 - }; 50 - 51 - export default () => { 52 - const { post } = useLoaderData<typeof loader>(); 53 - 54 - return ( 55 - <> 56 - <header className="max-w-2xl mx-auto w-full"> 57 - <h1 className="font-bold before-hash-1">{post.title}</h1> 58 - <span className="text-base03"> 59 - <FormattedDate date={new Date(Date.parse(post.createdAt))} /> 60 - </span> 61 - </header> 62 - 63 - <hr /> 64 - 65 - <Markdown className="prose max-w-2xl mx-auto pb-5"> 66 - {post.content} 67 - </Markdown> 68 - 69 - <hr /> 70 - 71 - <p className="max-w-2xl mx-auto pb-5 prose"> 72 - Thanks for reading along, I hope you enjoyed this post. 73 - If you did, maybe consider following me on <a href="https://bsky.app/profile/hayden.moe">Bluesky</a>, 74 - and if you're feeling generous, maybe consider <a href="https://ko-fi.com/haydenuwu">buying me a coffee</a>. 75 - I'm trying to write more this year, so I'll see you in the next post. 👋 76 - </p> 77 - </> 78 - ); 79 - }
-64
src/app/routes/posts._index.tsx
··· 1 - import { LoaderFunctionArgs, MetaFunction } from 'react-router'; 2 - import { useLoaderData } from 'react-router'; 3 - import { getPosts } from 'src/atproto/getPosts'; 4 - import { FormattedDate } from '../components/formatted-date'; 5 - import Markdown from 'react-markdown'; 6 - 7 - export const meta: MetaFunction = () => [ 8 - { title: 'hayden@web ~/posts' }, 9 - ]; 10 - 11 - export const loader = async ({ context }: LoaderFunctionArgs) => { 12 - const posts = await getPosts(context, undefined); 13 - 14 - const postsFiltered = posts.filter(p => !p.content?.startsWith('NOT_LIVE')); 15 - 16 - const postsShortened = postsFiltered.map(p => { 17 - if (p.content?.length! > 200) { 18 - p.content = p.content?.slice(0, 200).trimEnd() + '...'; 19 - } 20 - return p; 21 - }); 22 - 23 - return { posts: postsShortened }; 24 - }; 25 - 26 - export default () => { 27 - const { posts } = useLoaderData<typeof loader>(); 28 - 29 - return ( 30 - <div className="-mx-5 flex flex-col"> 31 - <header className="flex flex-col px-5"> 32 - <h1 className="font-bold before-hash-1">Posts</h1> 33 - <p className="text-base03"> 34 - Showing {posts.length} posts of {posts.length}. 35 - </p> 36 - </header> 37 - 38 - <div> 39 - {posts.map((post, idx) => ( 40 - <div className="px-5 py-4 border-b border-muted" key={idx}> 41 - <article> 42 - <header> 43 - <h2 className="text-pink font-bold"> 44 - <a href={`/posts/${post.rkey}/`}>{post.title}</a> 45 - </h2> 46 - <p className="text-base03"> 47 - <span className="date"> 48 - <FormattedDate date={new Date(Date.parse(post.createdAt))} /> 49 - </span> 50 - </p> 51 - </header> 52 - </article> 53 - 54 - <section className="post__summary prose max-w-6xl"> 55 - <Markdown> 56 - { post.content } 57 - </Markdown> 58 - </section> 59 - </div> 60 - ))} 61 - </div> 62 - </div> 63 - ); 64 - };
-41
src/app/routes/ring.tsx
··· 1 - import { MetaFunction } from "react-router"; 2 - import { frens } from "src/ring"; 3 - 4 - export const meta: MetaFunction = () => { 5 - return [ 6 - { title: "hayden@web ~/ring" }, 7 - { name: "description", content: "The blog of a lowly DevOps Engineer from the UK. Federated on atproto!" }, 8 - ]; 9 - }; 10 - 11 - export default () => { 12 - return ( 13 - <div className="max-w-2xl mx-auto flex flex-col gap-2"> 14 - <span className="font-bold text-lg text-blue">Webring</span> 15 - 16 - <div className="flex items-center gap-4"> 17 - {frens.map((fren, idx) => ( 18 - <a href={fren.url} key={idx}> 19 - <img 20 - src={fren.img} 21 - className="rendering-pixelated" 22 - width={88} 23 - height={31} 24 - alt={fren.name} 25 - /> 26 - </a> 27 - ))} 28 - </div> 29 - <div className="p-2 bg-base01 block"> 30 - <p>Wanna add me to yours? Here's my badge!</p> 31 - <img 32 - src={`/88x31/hayden.png`} 33 - className="rendering-pixelated" 34 - width={88} 35 - height={31} 36 - alt="Hayden" 37 - /> 38 - </div> 39 - </div> 40 - ); 41 - };
-40
src/app/routes/rss[.xml].tsx
··· 1 - import { LoaderFunction } from "react-router"; 2 - import { Feed } from "feed"; 3 - import { getPosts } from "src/atproto/getPosts"; 4 - 5 - export const loader: LoaderFunction = async ({ context }) => { 6 - const posts = await getPosts(context, undefined); 7 - 8 - const postsFiltered = posts.filter(p => !p.content?.startsWith('NOT_LIVE')); 9 - 10 - const postsShortened = postsFiltered.map(p => { 11 - if (p.content?.length! > 200) { 12 - p.content = p.content?.slice(0, 200).trimEnd() + '...'; 13 - } 14 - return p; 15 - }); 16 - 17 - const blogLink = 'https://hayden.moe/posts'; 18 - const feed = new Feed({ 19 - id: blogLink, 20 - title: 'hayden@web ~/posts', 21 - description: 'The blog of a lowly DevOps Engineer from the UK. Federated on atproto!', 22 - link: blogLink, 23 - language: 'en', 24 - updated: postsShortened.length > 0 ? new Date(postsShortened[0].createdAt) : new Date(), 25 - generator: 'https://github.com/jpmonette/feed', 26 - copyright: '© Hayden Young', 27 - }); 28 - 29 - postsShortened.forEach(post => feed.addItem({ 30 - id: `${blogLink}/${post.rkey}/`, 31 - title: post.title, 32 - link: `${blogLink}/${post.rkey}/`, 33 - date: new Date(post.createdAt), 34 - description: post.content, 35 - })); 36 - 37 - return new Response(feed.rss2(), { 38 - headers: { 'Content-Type': 'application/xml' }, 39 - }); 40 - };
+2 -2
src/app/tailwind.css src/style.css
··· 80 80 81 81 code { 82 82 color: var(--color-base0E); 83 - &::before { content: "" !important }; 84 - &::after { content: "" !important }; 83 + &::before { content: "" !important } 84 + &::after { content: "" !important } 85 85 } 86 86 } 87 87
+2 -3
src/atproto/agent.ts
··· 1 1 import { AtpAgent } from '@atproto/api'; 2 - import { AppLoadContext } from '@react-router'; 3 2 4 - export const atpAgent = (ctx: AppLoadContext) => new AtpAgent({ 5 - service: ctx.cloudflare.env.ATP_SERVICE, 3 + export const atpAgent = (locals: App.Locals) => new AtpAgent({ 4 + service: locals.runtime.env.ATP_SERVICE, 6 5 });
+7 -7
src/atproto/dataToView.ts
··· 1 - import {WhtwndBlogEntryRecord, WhtwndBlogEntryView} from '../types' 2 - import {uriToRkey} from './uriToRkey' 1 + import type { WhtwndBlogEntryRecord, WhtwndBlogEntryView } from "../types"; 2 + import { uriToRkey } from "./uriToRkey"; 3 3 4 4 export const whtwndBlogEntryRecordToView = ({ 5 5 uri, 6 6 cid, 7 7 value, 8 8 }: { 9 - uri: string 10 - cid: string 11 - value: WhtwndBlogEntryRecord 9 + uri: string; 10 + cid: string; 11 + value: WhtwndBlogEntryRecord; 12 12 }): WhtwndBlogEntryView => { 13 13 return { 14 14 rkey: uriToRkey(uri), ··· 17 17 content: value.content, 18 18 createdAt: value.createdAt, 19 19 banner: value.ogp?.url ?? undefined, 20 - } 21 - } 20 + }; 21 + };
+3 -4
src/atproto/getPost.ts
··· 1 - import { WhtwndBlogEntryRecord, WhtwndBlogEntryView } from "src/types"; 1 + import type { WhtwndBlogEntryRecord, WhtwndBlogEntryView } from "src/types"; 2 2 import { atpAgent } from "./agent"; 3 3 import { whtwndBlogEntryRecordToView } from "./dataToView"; 4 - import { AppLoadContext } from "react-router"; 5 4 import { getCachedPost, setCachedPost } from "src/kv"; 6 5 7 - export const getPost = async (ctx: AppLoadContext, rkey: string, skipCache?: boolean) => { 6 + export const getPost = async (ctx: App.Locals, rkey: string, skipCache?: boolean) => { 8 7 const cachedRes = await getCachedPost(ctx, rkey); 9 8 if (!skipCache && cachedRes) { 10 9 return cachedRes; 11 10 } 12 11 13 - const repo = ctx.cloudflare.env.ATP_IDENTIFIER; 12 + const repo = ctx.runtime.env.ATP_IDENTIFIER; 14 13 const res = await atpAgent(ctx).com.atproto.repo.getRecord({ 15 14 collection: 'com.whtwnd.blog.entry', 16 15 repo,
+3 -4
src/atproto/getPosts.ts
··· 1 - import { WhtwndBlogEntryRecord, WhtwndBlogEntryView } from "src/types"; 1 + import type { WhtwndBlogEntryRecord, WhtwndBlogEntryView } from "src/types"; 2 2 import { atpAgent } from "./agent"; 3 3 import { whtwndBlogEntryRecordToView } from "./dataToView"; 4 - import { AppLoadContext } from "react-router"; 5 4 import { getCachedPosts, setCachedPost, setCachedPosts } from "src/kv"; 6 5 7 - export const getPosts = async (ctx: AppLoadContext, cursor: string | undefined, skipCache?: boolean) => { 6 + export const getPosts = async (ctx: App.Locals, cursor: string | undefined, skipCache?: boolean) => { 8 7 const cachedRes = await getCachedPosts(ctx); 9 8 if (!skipCache && cachedRes) { 10 9 return cachedRes; 11 10 } 12 11 13 - const repo = ctx.cloudflare.env.ATP_IDENTIFIER; 12 + const repo = ctx.runtime.env.ATP_IDENTIFIER; 14 13 const res = await atpAgent(ctx).com.atproto.repo.listRecords({ 15 14 collection: 'com.whtwnd.blog.entry', 16 15 repo,
+10
src/components/base-head.astro
··· 1 + --- 2 + const site = Astro.site; 3 + --- 4 + 5 + <link rel="canonical" href={site} /> 6 + <link rel="icon" href="/favicon.ico" /> 7 + <link rel="icon" sizes="32x32" href="/favicon-32x32.png" /> 8 + <link rel="icon" sizes="16x16" href="/favicon-16x16.png" /> 9 + <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> 10 + <meta name="description" content="The blog of a lowly DevOps Engineer from the UK. Federated on atproto!" />
+14
src/components/footer.astro
··· 1 + --- 2 + import childProcess from "child_process"; 3 + 4 + const today = new Date(); 5 + 6 + // obtain Git commit hash 7 + const hash = childProcess 8 + .execSync("git rev-parse --short HEAD") 9 + .toString() 10 + .trim(); 11 + --- 12 + <p class="text-base03 px-4 py-2"> 13 + Copyright (c) Hayden Young {today.getFullYear()}. Version <a target="_blank" href={`https://github.com/hbjydev/hayden.moe/commit/${hash}`} class="decoration-wavy underline hover:text-pink transition-color duration-200">{hash}</a>. 14 + </p>
+16
src/components/formatted-date.astro
··· 1 + --- 2 + interface Props { 3 + date: Date; 4 + } 5 + const { date } = Astro.props; 6 + --- 7 + 8 + <time datetime={date.toISOString()}> 9 + { 10 + date.toLocaleDateString('en-us', { 11 + year: 'numeric', 12 + month: 'short', 13 + day: 'numeric', 14 + }) 15 + } 16 + </time>
+9
src/components/header.astro
··· 1 + <nav class="h-10 border-b border-muted justify-left divide-x divide-muted [&>a]:py-1 [&>a]:px-4 fixed w-full bg-black flex items-center"> 2 + <a href="/" class="flex items-center gap-2 text-base0A"> 3 + <span>hayden@web ~</span> 4 + <div class="w-[10px] h-[21px] animate-blink bg-pink"></div> 5 + </a> 6 + 7 + <a class="hover:text-base0E" href="/posts">posts</a> 8 + <a class="hover:text-base0E border-r! border-muted" href="/rss.xml">rss</a> 9 + </nav>
+9 -10
src/kv/index.ts
··· 1 - import { AppLoadContext } from "react-router"; 2 - import { WhtwndBlogEntryView } from "src/types"; 1 + import type { WhtwndBlogEntryView } from "src/types"; 3 2 4 - export const getCachedPosts = async (context: AppLoadContext) => { 5 - const res = await context.cloudflare.env.CACHE.get('post:all', 'json'); 3 + export const getCachedPosts = async (context: App.Locals) => { 4 + const res = await context.runtime.env.CACHE.get('post:all', 'json'); 6 5 if (!res) { 7 6 return null; 8 7 } 9 8 return res as WhtwndBlogEntryView[]; 10 9 }; 11 10 12 - export const setCachedPosts = async (context: AppLoadContext, posts: WhtwndBlogEntryView[]) => { 13 - await context.cloudflare.env.CACHE.put( 11 + export const setCachedPosts = async (context: App.Locals, posts: WhtwndBlogEntryView[]) => { 12 + await context.runtime.env.CACHE.put( 14 13 'post:all', 15 14 JSON.stringify(posts), 16 15 { expirationTtl: 60 }, 17 16 ); 18 17 }; 19 18 20 - export const getCachedPost = async (context: AppLoadContext, rkey: string) => { 21 - const res = await context.cloudflare.env.CACHE.get(`post:${rkey}`, 'json'); 19 + export const getCachedPost = async (context: App.Locals, rkey: string) => { 20 + const res = await context.runtime.env.CACHE.get(`post:${rkey}`, 'json'); 22 21 if (!res) { 23 22 return null; 24 23 } 25 24 return res as WhtwndBlogEntryView; 26 25 }; 27 26 28 - export const setCachedPost = async (context: AppLoadContext, post: WhtwndBlogEntryView) => { 29 - await context.cloudflare.env.CACHE.put( 27 + export const setCachedPost = async (context: App.Locals, post: WhtwndBlogEntryView) => { 28 + await context.runtime.env.CACHE.put( 30 29 `post:${post.rkey}`, 31 30 JSON.stringify(post), 32 31 { expirationTtl: 60 * 10 },
+38
src/layouts/shell.astro
··· 1 + --- 2 + import BaseHead from '../components/base-head.astro'; 3 + import Header from '../components/header.astro'; 4 + import Footer from '../components/footer.astro'; 5 + 6 + import '@fontsource/geist-mono'; 7 + 8 + import '../style.css'; 9 + 10 + interface Props { 11 + title?: string; 12 + children: any; 13 + } 14 + 15 + const { title } = Astro.props; 16 + --- 17 + 18 + <html lang="en"> 19 + <head> 20 + <meta charset="utf-8" /> 21 + <meta name="viewport" content="width=device-width, initial-scale=1" /> 22 + <title>{title ?? 'hayden@web ~'}</title> 23 + <BaseHead /> 24 + </head> 25 + <body class="antialiased bg-black text-white font-mono tracking-normal leading-normal flex flex-col min-h-screen selection:bg-base0E selection:text-black"> 26 + <div class="flex flex-col grow"> 27 + <Header /> 28 + 29 + <main class="mt-10 flex flex-col gap-3 px-5 pt-5 grow"> 30 + <slot /> 31 + </main> 32 + 33 + <footer class="page__footer"> 34 + <Footer /> 35 + </footer> 36 + </div> 37 + </body> 38 + </html>
+54
src/pages/index.astro
··· 1 + --- 2 + import Shell from '../layouts/shell.astro'; 3 + --- 4 + 5 + <Shell> 6 + <div class="prose max-w-2xl mx-auto"> 7 + <p> 8 + I love working with all things DevOps, from automation and software 9 + engineering to full-on platform engineering. I’m a huge advocate for making 10 + things self-service and as reproducible as possible (hence my love/hate 11 + relationship with <a href="https://nixos.org">Nix</a>). 12 + </p> 13 + 14 + <p> 15 + Recently, I’ve been learning how to build developer-focal automation, 16 + building up understanding of how to view both sides of the infrastructure 17 + coin; platform administration and developers. 18 + </p> 19 + 20 + <p> 21 + I think pineapple on pizza is a crime, I listen to everything from rock and 22 + indie to jungle and breakcore, and I’m a huge fan of virtual reality. 23 + </p> 24 + 25 + <p> 26 + I’m based in Sheffield, in the UK, and I’m always open to having 27 + conversations with people about any topic you think I’d find interesting. 28 + </p> 29 + 30 + <p> 31 + <span class="line-through">also <a href="https://nohello.net">nohello.net</a> pls thx</span> 32 + </p> 33 + </div> 34 + 35 + <div class="max-w-sm w-full mx-auto grid md:grid-cols-2 gap-4"> 36 + <div class="flex flex-col gap-2"> 37 + <span class="font-bold text-lg">On the web</span> 38 + <ul class="list-disc list-inside"> 39 + <li><a class="text-pink underline" href="https://bsky.app/profile/hayden.moe">Bluesky</a></li> 40 + <li><a class="text-pink underline" href="https://discord.gg/vmuNsEuUyW">Discord</a></li> 41 + <li><a class="text-pink underline" href="https://github.com/hbjydev">GitHub</a></li> 42 + <li><a class="text-pink underline" href="https://twitch.tv/hayden_dev">Twitch</a></li> 43 + <li><a class="text-pink underline" href="mailto:hayden@hayden.moe">Email</a></li> 44 + </ul> 45 + </div> 46 + <div class="flex flex-col gap-2"> 47 + <span class="font-bold text-lg">On this site</span> 48 + <ul class="list-disc list-inside"> 49 + <li><a class="text-pink underline" href="/posts">Blog</a></li> 50 + <li><a class="text-pink underline" href="/ring">Webring</a></li> 51 + </ul> 52 + </div> 53 + </div> 54 + </Shell>
+40
src/pages/posts/[rkey].astro
··· 1 + --- 2 + export const prerender = false; 3 + 4 + import { createMarkdownProcessor } from '@astrojs/markdown-remark'; 5 + 6 + import { getPost } from '~/atproto/getPost'; 7 + import Shell from '~/layouts/shell.astro'; 8 + import FormattedDate from '~/components/formatted-date.astro'; 9 + import { loadWasm } from 'shiki'; 10 + 11 + const rkey = Astro.params.rkey; 12 + 13 + // @ts-ignore 14 + loadWasm(await import('shiki/onig.wasm')); 15 + 16 + const markdownProcessor = await createMarkdownProcessor(); 17 + const post = await getPost(Astro.locals, rkey!); 18 + const content = await markdownProcessor.render(post.content) 19 + --- 20 + <Shell> 21 + <header class="max-w-2xl mx-auto w-full"> 22 + <h1 class="font-bold before-hash-1">{post.title}</h1> 23 + <span class="text-base03"> 24 + <FormattedDate date={new Date(Date.parse(post.createdAt))} /> 25 + </span> 26 + </header> 27 + 28 + <hr /> 29 + 30 + <div class="prose max-w-2xl mx-auto pb-5" set:html={content.code} /> 31 + 32 + <hr /> 33 + 34 + <p class="max-w-2xl mx-auto pb-5 prose"> 35 + Thanks for reading along, I hope you enjoyed this post. 36 + If you did, maybe consider following me on <a href="https://bsky.app/profile/hayden.moe">Bluesky</a>, 37 + and if you're feeling generous, maybe consider <a href="https://ko-fi.com/haydenuwu">buying me a coffee</a>. 38 + I'm trying to write more this year, so I'll see you in the next post. 👋 39 + </p> 40 + </Shell>
+50
src/pages/posts/index.astro
··· 1 + --- 2 + export const prerender = false; 3 + 4 + import { getPosts } from '~/atproto/getPosts'; 5 + import Shell from '~/layouts/shell.astro'; 6 + import FormattedDate from '~/components/formatted-date.astro'; 7 + 8 + const posts = await getPosts(Astro.locals, '', false); 9 + const postsFiltered = posts.filter(p => !p.content?.startsWith('NOT_LIVE')); 10 + 11 + const postsShortened = postsFiltered.map(p => { 12 + if (p.content?.length! > 200) { 13 + p.content = p.content?.slice(0, 200).trimEnd() + '...'; 14 + } 15 + return p; 16 + }); 17 + --- 18 + <Shell title="hayden@web ~/posts"> 19 + <div class="-mx-5 flex flex-col"> 20 + <header class="flex flex-col px-5"> 21 + <h1 class="font-bold before-hash-1">Posts</h1> 22 + <p class="text-base03"> 23 + Showing {posts.length} posts of {posts.length}. 24 + </p> 25 + </header> 26 + 27 + <div> 28 + {postsShortened.map((post) => ( 29 + <div class="px-5 py-4 border-b border-muted"> 30 + <article> 31 + <header> 32 + <h2 class="text-pink font-bold"> 33 + <a href={`/posts/${post.rkey}/`}>{post.title}</a> 34 + </h2> 35 + <p class="text-base03"> 36 + <span class="date"> 37 + <FormattedDate date={new Date(Date.parse(post.createdAt))} /> 38 + </span> 39 + </p> 40 + </header> 41 + </article> 42 + 43 + <section class="post__summary prose max-w-6xl"> 44 + { post.content } 45 + </section> 46 + </div> 47 + ))} 48 + </div> 49 + </div> 50 + </Shell>
+33
src/pages/ring.astro
··· 1 + --- 2 + import Shell from "~/layouts/shell.astro"; 3 + import { frens } from "~/ring"; 4 + --- 5 + <Shell> 6 + <div class="max-w-2xl mx-auto flex flex-col gap-2"> 7 + <span class="font-bold text-lg text-blue">Webring</span> 8 + 9 + <div class="flex items-center gap-4"> 10 + {frens.map(fren => ( 11 + <a href={fren.url}> 12 + <img 13 + src={fren.img} 14 + class="rendering-pixelated" 15 + width={88} 16 + height={31} 17 + alt={fren.name} 18 + /> 19 + </a> 20 + ))} 21 + </div> 22 + <div class="p-2 bg-base01 block"> 23 + <p>Wanna add me to yours? Here's my badge!</p> 24 + <img 25 + src={`/88x31/hayden.png`} 26 + class="rendering-pixelated" 27 + width={88} 28 + height={31} 29 + alt="Hayden" 30 + /> 31 + </div> 32 + </div> 33 + </Shell>
+32
src/pages/rss.xml.ts
··· 1 + import rss from '@astrojs/rss'; 2 + import type { APIContext } from "astro"; 3 + import { getPosts } from '~/atproto/getPosts'; 4 + 5 + export const prerender = false; 6 + 7 + export const GET = async (context: APIContext) => { 8 + const posts = await getPosts(context.locals, undefined); 9 + 10 + const postsFiltered = posts.filter(p => !p.content?.startsWith('NOT_LIVE')); 11 + 12 + const postsShortened = postsFiltered.map(p => { 13 + if (p.content?.length! > 200) { 14 + p.content = p.content?.slice(0, 200).trimEnd() + '...'; 15 + } 16 + return p; 17 + }); 18 + 19 + return rss({ 20 + title: 'Hayden\'s Blog', 21 + description: 'The blog of a lowly DevOps Engineer from the UK. Federated on atproto!', 22 + site: context.site, 23 + 24 + items: postsShortened.map(post => ({ 25 + id: `${context.site}posts/${post.rkey}/`, 26 + title: post.title, 27 + link: `${context.site}posts/${post.rkey}/`, 28 + date: new Date(post.createdAt), 29 + description: post.content, 30 + })), 31 + }); 32 + };
+3 -31
tsconfig.json
··· 1 1 { 2 - "include": [ 3 - "worker-configuration.d.ts", 4 - "env.d.ts", 5 - "**/*.ts", 6 - "**/*.tsx", 7 - "**/.server/**/*.ts", 8 - "**/.server/**/*.tsx", 9 - "**/.client/**/*.ts", 10 - "**/.client/**/*.tsx" 11 - ], 2 + "extends": "astro/tsconfigs/base", 12 3 "compilerOptions": { 13 - "lib": ["DOM", "DOM.Iterable", "ES2022"], 14 - "types": [ 15 - "@remix-run/cloudflare", 16 - "@cloudflare/workers-types", 17 - "vite/client" 18 - ], 19 - "isolatedModules": true, 20 - "esModuleInterop": true, 21 - "jsx": "react-jsx", 22 - "moduleResolution": "Bundler", 23 - "resolveJsonModule": true, 24 - "target": "ES2022", 25 - "strict": true, 26 - "allowJs": true, 27 - "skipLibCheck": true, 28 - "forceConsistentCasingInFileNames": true, 29 4 "baseUrl": ".", 30 5 "paths": { 31 - "~/*": ["./app/*"] 32 - }, 33 - 34 - // Remix takes care of building everything in `remix build`. 35 - "noEmit": true 6 + "~/*": ["./src/*"] 7 + } 36 8 } 37 9 }
-23
vite.config.ts
··· 1 - import { defineConfig } from "vite"; 2 - import { reactRouter } from "@react-router/dev/vite"; 3 - import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare"; 4 - import tsconfigPaths from "vite-tsconfig-paths"; 5 - 6 - export default defineConfig({ 7 - plugins: [ 8 - cloudflareDevProxy(), 9 - reactRouter(), 10 - tsconfigPaths(), 11 - ], 12 - ssr: { 13 - resolve: { 14 - conditions: ["workerd", "worker", "browser"], 15 - }, 16 - }, 17 - resolve: { 18 - mainFields: ["browser", "module", "main"], 19 - }, 20 - build: { 21 - minify: true, 22 - }, 23 - });
+7365 -5
worker-configuration.d.ts
··· 1 - // Generated by Wrangler by running `wrangler types` 1 + /* eslint-disable */ 2 + // Generated by Wrangler by running `wrangler types` (hash: 84ee6b628f59e86744716c2b4c491a48) 3 + // Runtime types generated with workerd@1.20250712.0 2025-07-18 nodejs_compat 4 + declare namespace Cloudflare { 5 + interface Env { 6 + CACHE: KVNamespace; 7 + ATP_IDENTIFIER: "hayden.moe"; 8 + ATP_SERVICE: "https://pds.hayden.moe/"; 9 + ASSETS: Fetcher; 10 + } 11 + } 12 + interface Env extends Cloudflare.Env {} 13 + type StringifyValues<EnvType extends Record<string, unknown>> = { 14 + [Binding in keyof EnvType]: EnvType[Binding] extends string ? EnvType[Binding] : string; 15 + }; 16 + declare namespace NodeJS { 17 + interface ProcessEnv extends StringifyValues<Pick<Cloudflare.Env, "ATP_IDENTIFIER" | "ATP_SERVICE">> {} 18 + } 2 19 3 - interface Env { 4 - CACHE: KVNamespace; 5 - ATP_IDENTIFIER: "hayden.moe"; 6 - ATP_SERVICE: "https://pds.hayden.moe/"; 20 + // Begin runtime types 21 + /*! ***************************************************************************** 22 + Copyright (c) Cloudflare. All rights reserved. 23 + Copyright (c) Microsoft Corporation. All rights reserved. 24 + 25 + Licensed under the Apache License, Version 2.0 (the "License"); you may not use 26 + this file except in compliance with the License. You may obtain a copy of the 27 + License at http://www.apache.org/licenses/LICENSE-2.0 28 + THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 29 + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED 30 + WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, 31 + MERCHANTABLITY OR NON-INFRINGEMENT. 32 + See the Apache Version 2.0 License for specific language governing permissions 33 + and limitations under the License. 34 + ***************************************************************************** */ 35 + /* eslint-disable */ 36 + // noinspection JSUnusedGlobalSymbols 37 + declare var onmessage: never; 38 + /** 39 + * An abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API. 40 + * 41 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException) 42 + */ 43 + declare class DOMException extends Error { 44 + constructor(message?: string, name?: string); 45 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/message) */ 46 + readonly message: string; 47 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/name) */ 48 + readonly name: string; 49 + /** 50 + * @deprecated 51 + * 52 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/code) 53 + */ 54 + readonly code: number; 55 + static readonly INDEX_SIZE_ERR: number; 56 + static readonly DOMSTRING_SIZE_ERR: number; 57 + static readonly HIERARCHY_REQUEST_ERR: number; 58 + static readonly WRONG_DOCUMENT_ERR: number; 59 + static readonly INVALID_CHARACTER_ERR: number; 60 + static readonly NO_DATA_ALLOWED_ERR: number; 61 + static readonly NO_MODIFICATION_ALLOWED_ERR: number; 62 + static readonly NOT_FOUND_ERR: number; 63 + static readonly NOT_SUPPORTED_ERR: number; 64 + static readonly INUSE_ATTRIBUTE_ERR: number; 65 + static readonly INVALID_STATE_ERR: number; 66 + static readonly SYNTAX_ERR: number; 67 + static readonly INVALID_MODIFICATION_ERR: number; 68 + static readonly NAMESPACE_ERR: number; 69 + static readonly INVALID_ACCESS_ERR: number; 70 + static readonly VALIDATION_ERR: number; 71 + static readonly TYPE_MISMATCH_ERR: number; 72 + static readonly SECURITY_ERR: number; 73 + static readonly NETWORK_ERR: number; 74 + static readonly ABORT_ERR: number; 75 + static readonly URL_MISMATCH_ERR: number; 76 + static readonly QUOTA_EXCEEDED_ERR: number; 77 + static readonly TIMEOUT_ERR: number; 78 + static readonly INVALID_NODE_TYPE_ERR: number; 79 + static readonly DATA_CLONE_ERR: number; 80 + get stack(): any; 81 + set stack(value: any); 82 + } 83 + type WorkerGlobalScopeEventMap = { 84 + fetch: FetchEvent; 85 + scheduled: ScheduledEvent; 86 + queue: QueueEvent; 87 + unhandledrejection: PromiseRejectionEvent; 88 + rejectionhandled: PromiseRejectionEvent; 89 + }; 90 + declare abstract class WorkerGlobalScope extends EventTarget<WorkerGlobalScopeEventMap> { 91 + EventTarget: typeof EventTarget; 92 + } 93 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console) */ 94 + interface Console { 95 + "assert"(condition?: boolean, ...data: any[]): void; 96 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/clear_static) */ 97 + clear(): void; 98 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static) */ 99 + count(label?: string): void; 100 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset_static) */ 101 + countReset(label?: string): void; 102 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */ 103 + debug(...data: any[]): void; 104 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dir_static) */ 105 + dir(item?: any, options?: any): void; 106 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dirxml_static) */ 107 + dirxml(...data: any[]): void; 108 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static) */ 109 + error(...data: any[]): void; 110 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static) */ 111 + group(...data: any[]): void; 112 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed_static) */ 113 + groupCollapsed(...data: any[]): void; 114 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static) */ 115 + groupEnd(): void; 116 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static) */ 117 + info(...data: any[]): void; 118 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) */ 119 + log(...data: any[]): void; 120 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table_static) */ 121 + table(tabularData?: any, properties?: string[]): void; 122 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */ 123 + time(label?: string): void; 124 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */ 125 + timeEnd(label?: string): void; 126 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog_static) */ 127 + timeLog(label?: string, ...data: any[]): void; 128 + timeStamp(label?: string): void; 129 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */ 130 + trace(...data: any[]): void; 131 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn_static) */ 132 + warn(...data: any[]): void; 133 + } 134 + declare const console: Console; 135 + type BufferSource = ArrayBufferView | ArrayBuffer; 136 + type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array; 137 + declare namespace WebAssembly { 138 + class CompileError extends Error { 139 + constructor(message?: string); 140 + } 141 + class RuntimeError extends Error { 142 + constructor(message?: string); 143 + } 144 + type ValueType = "anyfunc" | "externref" | "f32" | "f64" | "i32" | "i64" | "v128"; 145 + interface GlobalDescriptor { 146 + value: ValueType; 147 + mutable?: boolean; 148 + } 149 + class Global { 150 + constructor(descriptor: GlobalDescriptor, value?: any); 151 + value: any; 152 + valueOf(): any; 153 + } 154 + type ImportValue = ExportValue | number; 155 + type ModuleImports = Record<string, ImportValue>; 156 + type Imports = Record<string, ModuleImports>; 157 + type ExportValue = Function | Global | Memory | Table; 158 + type Exports = Record<string, ExportValue>; 159 + class Instance { 160 + constructor(module: Module, imports?: Imports); 161 + readonly exports: Exports; 162 + } 163 + interface MemoryDescriptor { 164 + initial: number; 165 + maximum?: number; 166 + shared?: boolean; 167 + } 168 + class Memory { 169 + constructor(descriptor: MemoryDescriptor); 170 + readonly buffer: ArrayBuffer; 171 + grow(delta: number): number; 172 + } 173 + type ImportExportKind = "function" | "global" | "memory" | "table"; 174 + interface ModuleExportDescriptor { 175 + kind: ImportExportKind; 176 + name: string; 177 + } 178 + interface ModuleImportDescriptor { 179 + kind: ImportExportKind; 180 + module: string; 181 + name: string; 182 + } 183 + abstract class Module { 184 + static customSections(module: Module, sectionName: string): ArrayBuffer[]; 185 + static exports(module: Module): ModuleExportDescriptor[]; 186 + static imports(module: Module): ModuleImportDescriptor[]; 187 + } 188 + type TableKind = "anyfunc" | "externref"; 189 + interface TableDescriptor { 190 + element: TableKind; 191 + initial: number; 192 + maximum?: number; 193 + } 194 + class Table { 195 + constructor(descriptor: TableDescriptor, value?: any); 196 + readonly length: number; 197 + get(index: number): any; 198 + grow(delta: number, value?: any): number; 199 + set(index: number, value?: any): void; 200 + } 201 + function instantiate(module: Module, imports?: Imports): Promise<Instance>; 202 + function validate(bytes: BufferSource): boolean; 203 + } 204 + /** 205 + * This ServiceWorker API interface represents the global execution context of a service worker. 206 + * Available only in secure contexts. 207 + * 208 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope) 209 + */ 210 + interface ServiceWorkerGlobalScope extends WorkerGlobalScope { 211 + DOMException: typeof DOMException; 212 + WorkerGlobalScope: typeof WorkerGlobalScope; 213 + btoa(data: string): string; 214 + atob(data: string): string; 215 + setTimeout(callback: (...args: any[]) => void, msDelay?: number): number; 216 + setTimeout<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number; 217 + clearTimeout(timeoutId: number | null): void; 218 + setInterval(callback: (...args: any[]) => void, msDelay?: number): number; 219 + setInterval<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number; 220 + clearInterval(timeoutId: number | null): void; 221 + queueMicrotask(task: Function): void; 222 + structuredClone<T>(value: T, options?: StructuredSerializeOptions): T; 223 + reportError(error: any): void; 224 + fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>; 225 + self: ServiceWorkerGlobalScope; 226 + crypto: Crypto; 227 + caches: CacheStorage; 228 + scheduler: Scheduler; 229 + performance: Performance; 230 + Cloudflare: Cloudflare; 231 + readonly origin: string; 232 + Event: typeof Event; 233 + ExtendableEvent: typeof ExtendableEvent; 234 + CustomEvent: typeof CustomEvent; 235 + PromiseRejectionEvent: typeof PromiseRejectionEvent; 236 + FetchEvent: typeof FetchEvent; 237 + TailEvent: typeof TailEvent; 238 + TraceEvent: typeof TailEvent; 239 + ScheduledEvent: typeof ScheduledEvent; 240 + MessageEvent: typeof MessageEvent; 241 + CloseEvent: typeof CloseEvent; 242 + ReadableStreamDefaultReader: typeof ReadableStreamDefaultReader; 243 + ReadableStreamBYOBReader: typeof ReadableStreamBYOBReader; 244 + ReadableStream: typeof ReadableStream; 245 + WritableStream: typeof WritableStream; 246 + WritableStreamDefaultWriter: typeof WritableStreamDefaultWriter; 247 + TransformStream: typeof TransformStream; 248 + ByteLengthQueuingStrategy: typeof ByteLengthQueuingStrategy; 249 + CountQueuingStrategy: typeof CountQueuingStrategy; 250 + ErrorEvent: typeof ErrorEvent; 251 + EventSource: typeof EventSource; 252 + ReadableStreamBYOBRequest: typeof ReadableStreamBYOBRequest; 253 + ReadableStreamDefaultController: typeof ReadableStreamDefaultController; 254 + ReadableByteStreamController: typeof ReadableByteStreamController; 255 + WritableStreamDefaultController: typeof WritableStreamDefaultController; 256 + TransformStreamDefaultController: typeof TransformStreamDefaultController; 257 + CompressionStream: typeof CompressionStream; 258 + DecompressionStream: typeof DecompressionStream; 259 + TextEncoderStream: typeof TextEncoderStream; 260 + TextDecoderStream: typeof TextDecoderStream; 261 + Headers: typeof Headers; 262 + Body: typeof Body; 263 + Request: typeof Request; 264 + Response: typeof Response; 265 + WebSocket: typeof WebSocket; 266 + WebSocketPair: typeof WebSocketPair; 267 + WebSocketRequestResponsePair: typeof WebSocketRequestResponsePair; 268 + AbortController: typeof AbortController; 269 + AbortSignal: typeof AbortSignal; 270 + TextDecoder: typeof TextDecoder; 271 + TextEncoder: typeof TextEncoder; 272 + navigator: Navigator; 273 + Navigator: typeof Navigator; 274 + URL: typeof URL; 275 + URLSearchParams: typeof URLSearchParams; 276 + URLPattern: typeof URLPattern; 277 + Blob: typeof Blob; 278 + File: typeof File; 279 + FormData: typeof FormData; 280 + Crypto: typeof Crypto; 281 + SubtleCrypto: typeof SubtleCrypto; 282 + CryptoKey: typeof CryptoKey; 283 + CacheStorage: typeof CacheStorage; 284 + Cache: typeof Cache; 285 + FixedLengthStream: typeof FixedLengthStream; 286 + IdentityTransformStream: typeof IdentityTransformStream; 287 + HTMLRewriter: typeof HTMLRewriter; 288 + } 289 + declare function addEventListener<Type extends keyof WorkerGlobalScopeEventMap>(type: Type, handler: EventListenerOrEventListenerObject<WorkerGlobalScopeEventMap[Type]>, options?: EventTargetAddEventListenerOptions | boolean): void; 290 + declare function removeEventListener<Type extends keyof WorkerGlobalScopeEventMap>(type: Type, handler: EventListenerOrEventListenerObject<WorkerGlobalScopeEventMap[Type]>, options?: EventTargetEventListenerOptions | boolean): void; 291 + /** 292 + * Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise. 293 + * 294 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent) 295 + */ 296 + declare function dispatchEvent(event: WorkerGlobalScopeEventMap[keyof WorkerGlobalScopeEventMap]): boolean; 297 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/btoa) */ 298 + declare function btoa(data: string): string; 299 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/atob) */ 300 + declare function atob(data: string): string; 301 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setTimeout) */ 302 + declare function setTimeout(callback: (...args: any[]) => void, msDelay?: number): number; 303 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setTimeout) */ 304 + declare function setTimeout<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number; 305 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/clearTimeout) */ 306 + declare function clearTimeout(timeoutId: number | null): void; 307 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setInterval) */ 308 + declare function setInterval(callback: (...args: any[]) => void, msDelay?: number): number; 309 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setInterval) */ 310 + declare function setInterval<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number; 311 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/clearInterval) */ 312 + declare function clearInterval(timeoutId: number | null): void; 313 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/queueMicrotask) */ 314 + declare function queueMicrotask(task: Function): void; 315 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/structuredClone) */ 316 + declare function structuredClone<T>(value: T, options?: StructuredSerializeOptions): T; 317 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/reportError) */ 318 + declare function reportError(error: any): void; 319 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/fetch) */ 320 + declare function fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>; 321 + declare const self: ServiceWorkerGlobalScope; 322 + /** 323 + * The Web Crypto API provides a set of low-level functions for common cryptographic tasks. 324 + * The Workers runtime implements the full surface of this API, but with some differences in 325 + * the [supported algorithms](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/#supported-algorithms) 326 + * compared to those implemented in most browsers. 327 + * 328 + * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/) 329 + */ 330 + declare const crypto: Crypto; 331 + /** 332 + * The Cache API allows fine grained control of reading and writing from the Cloudflare global network cache. 333 + * 334 + * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/) 335 + */ 336 + declare const caches: CacheStorage; 337 + declare const scheduler: Scheduler; 338 + /** 339 + * The Workers runtime supports a subset of the Performance API, used to measure timing and performance, 340 + * as well as timing of subrequests and other operations. 341 + * 342 + * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/performance/) 343 + */ 344 + declare const performance: Performance; 345 + declare const Cloudflare: Cloudflare; 346 + declare const origin: string; 347 + declare const navigator: Navigator; 348 + interface TestController { 349 + } 350 + interface ExecutionContext { 351 + waitUntil(promise: Promise<any>): void; 352 + passThroughOnException(): void; 353 + props: any; 354 + } 355 + type ExportedHandlerFetchHandler<Env = unknown, CfHostMetadata = unknown> = (request: Request<CfHostMetadata, IncomingRequestCfProperties<CfHostMetadata>>, env: Env, ctx: ExecutionContext) => Response | Promise<Response>; 356 + type ExportedHandlerTailHandler<Env = unknown> = (events: TraceItem[], env: Env, ctx: ExecutionContext) => void | Promise<void>; 357 + type ExportedHandlerTraceHandler<Env = unknown> = (traces: TraceItem[], env: Env, ctx: ExecutionContext) => void | Promise<void>; 358 + type ExportedHandlerTailStreamHandler<Env = unknown> = (event: TailStream.TailEvent<TailStream.Onset>, env: Env, ctx: ExecutionContext) => TailStream.TailEventHandlerType | Promise<TailStream.TailEventHandlerType>; 359 + type ExportedHandlerScheduledHandler<Env = unknown> = (controller: ScheduledController, env: Env, ctx: ExecutionContext) => void | Promise<void>; 360 + type ExportedHandlerQueueHandler<Env = unknown, Message = unknown> = (batch: MessageBatch<Message>, env: Env, ctx: ExecutionContext) => void | Promise<void>; 361 + type ExportedHandlerTestHandler<Env = unknown> = (controller: TestController, env: Env, ctx: ExecutionContext) => void | Promise<void>; 362 + interface ExportedHandler<Env = unknown, QueueHandlerMessage = unknown, CfHostMetadata = unknown> { 363 + fetch?: ExportedHandlerFetchHandler<Env, CfHostMetadata>; 364 + tail?: ExportedHandlerTailHandler<Env>; 365 + trace?: ExportedHandlerTraceHandler<Env>; 366 + tailStream?: ExportedHandlerTailStreamHandler<Env>; 367 + scheduled?: ExportedHandlerScheduledHandler<Env>; 368 + test?: ExportedHandlerTestHandler<Env>; 369 + email?: EmailExportedHandler<Env>; 370 + queue?: ExportedHandlerQueueHandler<Env, QueueHandlerMessage>; 371 + } 372 + interface StructuredSerializeOptions { 373 + transfer?: any[]; 374 + } 375 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PromiseRejectionEvent) */ 376 + declare abstract class PromiseRejectionEvent extends Event { 377 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PromiseRejectionEvent/promise) */ 378 + readonly promise: Promise<any>; 379 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PromiseRejectionEvent/reason) */ 380 + readonly reason: any; 381 + } 382 + declare abstract class Navigator { 383 + sendBeacon(url: string, body?: (ReadableStream | string | (ArrayBuffer | ArrayBufferView) | Blob | FormData | URLSearchParams | URLSearchParams)): boolean; 384 + readonly userAgent: string; 385 + readonly hardwareConcurrency: number; 386 + readonly language: string; 387 + readonly languages: string[]; 388 + } 389 + /** 390 + * The Workers runtime supports a subset of the Performance API, used to measure timing and performance, 391 + * as well as timing of subrequests and other operations. 392 + * 393 + * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/performance/) 394 + */ 395 + interface Performance { 396 + /* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/performance/#performancetimeorigin) */ 397 + readonly timeOrigin: number; 398 + /* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/performance/#performancenow) */ 399 + now(): number; 400 + } 401 + interface AlarmInvocationInfo { 402 + readonly isRetry: boolean; 403 + readonly retryCount: number; 404 + } 405 + interface Cloudflare { 406 + readonly compatibilityFlags: Record<string, boolean>; 407 + } 408 + interface DurableObject { 409 + fetch(request: Request): Response | Promise<Response>; 410 + alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>; 411 + webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>; 412 + webSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>; 413 + webSocketError?(ws: WebSocket, error: unknown): void | Promise<void>; 414 + } 415 + type DurableObjectStub<T extends Rpc.DurableObjectBranded | undefined = undefined> = Fetcher<T, "alarm" | "webSocketMessage" | "webSocketClose" | "webSocketError"> & { 416 + readonly id: DurableObjectId; 417 + readonly name?: string; 418 + }; 419 + interface DurableObjectId { 420 + toString(): string; 421 + equals(other: DurableObjectId): boolean; 422 + readonly name?: string; 423 + } 424 + interface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> { 425 + newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId; 426 + idFromName(name: string): DurableObjectId; 427 + idFromString(id: string): DurableObjectId; 428 + get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>; 429 + jurisdiction(jurisdiction: DurableObjectJurisdiction): DurableObjectNamespace<T>; 430 + } 431 + type DurableObjectJurisdiction = "eu" | "fedramp" | "fedramp-high"; 432 + interface DurableObjectNamespaceNewUniqueIdOptions { 433 + jurisdiction?: DurableObjectJurisdiction; 434 + } 435 + type DurableObjectLocationHint = "wnam" | "enam" | "sam" | "weur" | "eeur" | "apac" | "oc" | "afr" | "me"; 436 + interface DurableObjectNamespaceGetDurableObjectOptions { 437 + locationHint?: DurableObjectLocationHint; 438 + } 439 + interface DurableObjectState { 440 + waitUntil(promise: Promise<any>): void; 441 + readonly id: DurableObjectId; 442 + readonly storage: DurableObjectStorage; 443 + container?: Container; 444 + blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>; 445 + acceptWebSocket(ws: WebSocket, tags?: string[]): void; 446 + getWebSockets(tag?: string): WebSocket[]; 447 + setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void; 448 + getWebSocketAutoResponse(): WebSocketRequestResponsePair | null; 449 + getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null; 450 + setHibernatableWebSocketEventTimeout(timeoutMs?: number): void; 451 + getHibernatableWebSocketEventTimeout(): number | null; 452 + getTags(ws: WebSocket): string[]; 453 + abort(reason?: string): void; 454 + } 455 + interface DurableObjectTransaction { 456 + get<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>; 457 + get<T = unknown>(keys: string[], options?: DurableObjectGetOptions): Promise<Map<string, T>>; 458 + list<T = unknown>(options?: DurableObjectListOptions): Promise<Map<string, T>>; 459 + put<T>(key: string, value: T, options?: DurableObjectPutOptions): Promise<void>; 460 + put<T>(entries: Record<string, T>, options?: DurableObjectPutOptions): Promise<void>; 461 + delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>; 462 + delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>; 463 + rollback(): void; 464 + getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>; 465 + setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; 466 + deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>; 467 + } 468 + interface DurableObjectStorage { 469 + get<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>; 470 + get<T = unknown>(keys: string[], options?: DurableObjectGetOptions): Promise<Map<string, T>>; 471 + list<T = unknown>(options?: DurableObjectListOptions): Promise<Map<string, T>>; 472 + put<T>(key: string, value: T, options?: DurableObjectPutOptions): Promise<void>; 473 + put<T>(entries: Record<string, T>, options?: DurableObjectPutOptions): Promise<void>; 474 + delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>; 475 + delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>; 476 + deleteAll(options?: DurableObjectPutOptions): Promise<void>; 477 + transaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>; 478 + getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>; 479 + setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; 480 + deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>; 481 + sync(): Promise<void>; 482 + sql: SqlStorage; 483 + transactionSync<T>(closure: () => T): T; 484 + getCurrentBookmark(): Promise<string>; 485 + getBookmarkForTime(timestamp: number | Date): Promise<string>; 486 + onNextSessionRestoreBookmark(bookmark: string): Promise<string>; 487 + } 488 + interface DurableObjectListOptions { 489 + start?: string; 490 + startAfter?: string; 491 + end?: string; 492 + prefix?: string; 493 + reverse?: boolean; 494 + limit?: number; 495 + allowConcurrency?: boolean; 496 + noCache?: boolean; 497 + } 498 + interface DurableObjectGetOptions { 499 + allowConcurrency?: boolean; 500 + noCache?: boolean; 501 + } 502 + interface DurableObjectGetAlarmOptions { 503 + allowConcurrency?: boolean; 504 + } 505 + interface DurableObjectPutOptions { 506 + allowConcurrency?: boolean; 507 + allowUnconfirmed?: boolean; 508 + noCache?: boolean; 509 + } 510 + interface DurableObjectSetAlarmOptions { 511 + allowConcurrency?: boolean; 512 + allowUnconfirmed?: boolean; 513 + } 514 + declare class WebSocketRequestResponsePair { 515 + constructor(request: string, response: string); 516 + get request(): string; 517 + get response(): string; 518 + } 519 + interface AnalyticsEngineDataset { 520 + writeDataPoint(event?: AnalyticsEngineDataPoint): void; 521 + } 522 + interface AnalyticsEngineDataPoint { 523 + indexes?: ((ArrayBuffer | string) | null)[]; 524 + doubles?: number[]; 525 + blobs?: ((ArrayBuffer | string) | null)[]; 526 + } 527 + /** 528 + * An event which takes place in the DOM. 529 + * 530 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event) 531 + */ 532 + declare class Event { 533 + constructor(type: string, init?: EventInit); 534 + /** 535 + * Returns the type of event, e.g. "click", "hashchange", or "submit". 536 + * 537 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type) 538 + */ 539 + get type(): string; 540 + /** 541 + * Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE. 542 + * 543 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase) 544 + */ 545 + get eventPhase(): number; 546 + /** 547 + * Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise. 548 + * 549 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed) 550 + */ 551 + get composed(): boolean; 552 + /** 553 + * Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. 554 + * 555 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles) 556 + */ 557 + get bubbles(): boolean; 558 + /** 559 + * Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. 560 + * 561 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable) 562 + */ 563 + get cancelable(): boolean; 564 + /** 565 + * Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise. 566 + * 567 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented) 568 + */ 569 + get defaultPrevented(): boolean; 570 + /** 571 + * @deprecated 572 + * 573 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue) 574 + */ 575 + get returnValue(): boolean; 576 + /** 577 + * Returns the object whose event listener's callback is currently being invoked. 578 + * 579 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget) 580 + */ 581 + get currentTarget(): EventTarget | undefined; 582 + /** 583 + * Returns the object to which event is dispatched (its target). 584 + * 585 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target) 586 + */ 587 + get target(): EventTarget | undefined; 588 + /** 589 + * @deprecated 590 + * 591 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement) 592 + */ 593 + get srcElement(): EventTarget | undefined; 594 + /** 595 + * Returns the event's timestamp as the number of milliseconds measured relative to the time origin. 596 + * 597 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp) 598 + */ 599 + get timeStamp(): number; 600 + /** 601 + * Returns true if event was dispatched by the user agent, and false otherwise. 602 + * 603 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted) 604 + */ 605 + get isTrusted(): boolean; 606 + /** 607 + * @deprecated 608 + * 609 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble) 610 + */ 611 + get cancelBubble(): boolean; 612 + /** 613 + * @deprecated 614 + * 615 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble) 616 + */ 617 + set cancelBubble(value: boolean); 618 + /** 619 + * Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects. 620 + * 621 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation) 622 + */ 623 + stopImmediatePropagation(): void; 624 + /** 625 + * If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled. 626 + * 627 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault) 628 + */ 629 + preventDefault(): void; 630 + /** 631 + * When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object. 632 + * 633 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation) 634 + */ 635 + stopPropagation(): void; 636 + /** 637 + * Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is "closed" that are not reachable from event's currentTarget. 638 + * 639 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath) 640 + */ 641 + composedPath(): EventTarget[]; 642 + static readonly NONE: number; 643 + static readonly CAPTURING_PHASE: number; 644 + static readonly AT_TARGET: number; 645 + static readonly BUBBLING_PHASE: number; 646 + } 647 + interface EventInit { 648 + bubbles?: boolean; 649 + cancelable?: boolean; 650 + composed?: boolean; 651 + } 652 + type EventListener<EventType extends Event = Event> = (event: EventType) => void; 653 + interface EventListenerObject<EventType extends Event = Event> { 654 + handleEvent(event: EventType): void; 655 + } 656 + type EventListenerOrEventListenerObject<EventType extends Event = Event> = EventListener<EventType> | EventListenerObject<EventType>; 657 + /** 658 + * EventTarget is a DOM interface implemented by objects that can receive events and may have listeners for them. 659 + * 660 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget) 661 + */ 662 + declare class EventTarget<EventMap extends Record<string, Event> = Record<string, Event>> { 663 + constructor(); 664 + /** 665 + * Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched. 666 + * 667 + * The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture. 668 + * 669 + * When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET. 670 + * 671 + * When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners. 672 + * 673 + * When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed. 674 + * 675 + * If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted. 676 + * 677 + * The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture. 678 + * 679 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener) 680 + */ 681 + addEventListener<Type extends keyof EventMap>(type: Type, handler: EventListenerOrEventListenerObject<EventMap[Type]>, options?: EventTargetAddEventListenerOptions | boolean): void; 682 + /** 683 + * Removes the event listener in target's event listener list with the same type, callback, and options. 684 + * 685 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener) 686 + */ 687 + removeEventListener<Type extends keyof EventMap>(type: Type, handler: EventListenerOrEventListenerObject<EventMap[Type]>, options?: EventTargetEventListenerOptions | boolean): void; 688 + /** 689 + * Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise. 690 + * 691 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent) 692 + */ 693 + dispatchEvent(event: EventMap[keyof EventMap]): boolean; 694 + } 695 + interface EventTargetEventListenerOptions { 696 + capture?: boolean; 697 + } 698 + interface EventTargetAddEventListenerOptions { 699 + capture?: boolean; 700 + passive?: boolean; 701 + once?: boolean; 702 + signal?: AbortSignal; 703 + } 704 + interface EventTargetHandlerObject { 705 + handleEvent: (event: Event) => any | undefined; 706 + } 707 + /** 708 + * A controller object that allows you to abort one or more DOM requests as and when desired. 709 + * 710 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortController) 711 + */ 712 + declare class AbortController { 713 + constructor(); 714 + /** 715 + * Returns the AbortSignal object associated with this object. 716 + * 717 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortController/signal) 718 + */ 719 + get signal(): AbortSignal; 720 + /** 721 + * Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted. 722 + * 723 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortController/abort) 724 + */ 725 + abort(reason?: any): void; 726 + } 727 + /** 728 + * A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object. 729 + * 730 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal) 731 + */ 732 + declare abstract class AbortSignal extends EventTarget { 733 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_static) */ 734 + static abort(reason?: any): AbortSignal; 735 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/timeout_static) */ 736 + static timeout(delay: number): AbortSignal; 737 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/any_static) */ 738 + static any(signals: AbortSignal[]): AbortSignal; 739 + /** 740 + * Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise. 741 + * 742 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/aborted) 743 + */ 744 + get aborted(): boolean; 745 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/reason) */ 746 + get reason(): any; 747 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_event) */ 748 + get onabort(): any | null; 749 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_event) */ 750 + set onabort(value: any | null); 751 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/throwIfAborted) */ 752 + throwIfAborted(): void; 753 + } 754 + interface Scheduler { 755 + wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>; 756 + } 757 + interface SchedulerWaitOptions { 758 + signal?: AbortSignal; 759 + } 760 + /** 761 + * Extends the lifetime of the install and activate events dispatched on the global scope as part of the service worker lifecycle. This ensures that any functional events (like FetchEvent) are not dispatched until it upgrades database schemas and deletes the outdated cache entries. 762 + * 763 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ExtendableEvent) 764 + */ 765 + declare abstract class ExtendableEvent extends Event { 766 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ExtendableEvent/waitUntil) */ 767 + waitUntil(promise: Promise<any>): void; 768 + } 769 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent) */ 770 + declare class CustomEvent<T = any> extends Event { 771 + constructor(type: string, init?: CustomEventCustomEventInit); 772 + /** 773 + * Returns any custom data event was created with. Typically used for synthetic events. 774 + * 775 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent/detail) 776 + */ 777 + get detail(): T; 778 + } 779 + interface CustomEventCustomEventInit { 780 + bubbles?: boolean; 781 + cancelable?: boolean; 782 + composed?: boolean; 783 + detail?: any; 784 + } 785 + /** 786 + * A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system. 787 + * 788 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob) 789 + */ 790 + declare class Blob { 791 + constructor(type?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[], options?: BlobOptions); 792 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */ 793 + get size(): number; 794 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/type) */ 795 + get type(): string; 796 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice) */ 797 + slice(start?: number, end?: number, type?: string): Blob; 798 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/arrayBuffer) */ 799 + arrayBuffer(): Promise<ArrayBuffer>; 800 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/bytes) */ 801 + bytes(): Promise<Uint8Array>; 802 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text) */ 803 + text(): Promise<string>; 804 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/stream) */ 805 + stream(): ReadableStream; 806 + } 807 + interface BlobOptions { 808 + type?: string; 809 + } 810 + /** 811 + * Provides information about files and allows JavaScript in a web page to access their content. 812 + * 813 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/File) 814 + */ 815 + declare class File extends Blob { 816 + constructor(bits: ((ArrayBuffer | ArrayBufferView) | string | Blob)[] | undefined, name: string, options?: FileOptions); 817 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name) */ 818 + get name(): string; 819 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/lastModified) */ 820 + get lastModified(): number; 821 + } 822 + interface FileOptions { 823 + type?: string; 824 + lastModified?: number; 825 + } 826 + /** 827 + * The Cache API allows fine grained control of reading and writing from the Cloudflare global network cache. 828 + * 829 + * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/) 830 + */ 831 + declare abstract class CacheStorage { 832 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CacheStorage/open) */ 833 + open(cacheName: string): Promise<Cache>; 834 + readonly default: Cache; 835 + } 836 + /** 837 + * The Cache API allows fine grained control of reading and writing from the Cloudflare global network cache. 838 + * 839 + * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/) 840 + */ 841 + declare abstract class Cache { 842 + /* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/#delete) */ 843 + delete(request: RequestInfo | URL, options?: CacheQueryOptions): Promise<boolean>; 844 + /* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/#match) */ 845 + match(request: RequestInfo | URL, options?: CacheQueryOptions): Promise<Response | undefined>; 846 + /* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/#put) */ 847 + put(request: RequestInfo | URL, response: Response): Promise<void>; 848 + } 849 + interface CacheQueryOptions { 850 + ignoreMethod?: boolean; 851 + } 852 + /** 853 + * The Web Crypto API provides a set of low-level functions for common cryptographic tasks. 854 + * The Workers runtime implements the full surface of this API, but with some differences in 855 + * the [supported algorithms](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/#supported-algorithms) 856 + * compared to those implemented in most browsers. 857 + * 858 + * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/) 859 + */ 860 + declare abstract class Crypto { 861 + /** 862 + * Available only in secure contexts. 863 + * 864 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/subtle) 865 + */ 866 + get subtle(): SubtleCrypto; 867 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues) */ 868 + getRandomValues<T extends Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | BigInt64Array | BigUint64Array>(buffer: T): T; 869 + /** 870 + * Available only in secure contexts. 871 + * 872 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/randomUUID) 873 + */ 874 + randomUUID(): string; 875 + DigestStream: typeof DigestStream; 876 + } 877 + /** 878 + * This Web Crypto API interface provides a number of low-level cryptographic functions. It is accessed via the Crypto.subtle properties available in a window context (via Window.crypto). 879 + * Available only in secure contexts. 880 + * 881 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto) 882 + */ 883 + declare abstract class SubtleCrypto { 884 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/encrypt) */ 885 + encrypt(algorithm: string | SubtleCryptoEncryptAlgorithm, key: CryptoKey, plainText: ArrayBuffer | ArrayBufferView): Promise<ArrayBuffer>; 886 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/decrypt) */ 887 + decrypt(algorithm: string | SubtleCryptoEncryptAlgorithm, key: CryptoKey, cipherText: ArrayBuffer | ArrayBufferView): Promise<ArrayBuffer>; 888 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/sign) */ 889 + sign(algorithm: string | SubtleCryptoSignAlgorithm, key: CryptoKey, data: ArrayBuffer | ArrayBufferView): Promise<ArrayBuffer>; 890 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/verify) */ 891 + verify(algorithm: string | SubtleCryptoSignAlgorithm, key: CryptoKey, signature: ArrayBuffer | ArrayBufferView, data: ArrayBuffer | ArrayBufferView): Promise<boolean>; 892 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/digest) */ 893 + digest(algorithm: string | SubtleCryptoHashAlgorithm, data: ArrayBuffer | ArrayBufferView): Promise<ArrayBuffer>; 894 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/generateKey) */ 895 + generateKey(algorithm: string | SubtleCryptoGenerateKeyAlgorithm, extractable: boolean, keyUsages: string[]): Promise<CryptoKey | CryptoKeyPair>; 896 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey) */ 897 + deriveKey(algorithm: string | SubtleCryptoDeriveKeyAlgorithm, baseKey: CryptoKey, derivedKeyAlgorithm: string | SubtleCryptoImportKeyAlgorithm, extractable: boolean, keyUsages: string[]): Promise<CryptoKey>; 898 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveBits) */ 899 + deriveBits(algorithm: string | SubtleCryptoDeriveKeyAlgorithm, baseKey: CryptoKey, length?: number | null): Promise<ArrayBuffer>; 900 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey) */ 901 + importKey(format: string, keyData: (ArrayBuffer | ArrayBufferView) | JsonWebKey, algorithm: string | SubtleCryptoImportKeyAlgorithm, extractable: boolean, keyUsages: string[]): Promise<CryptoKey>; 902 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/exportKey) */ 903 + exportKey(format: string, key: CryptoKey): Promise<ArrayBuffer | JsonWebKey>; 904 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/wrapKey) */ 905 + wrapKey(format: string, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: string | SubtleCryptoEncryptAlgorithm): Promise<ArrayBuffer>; 906 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/unwrapKey) */ 907 + unwrapKey(format: string, wrappedKey: ArrayBuffer | ArrayBufferView, unwrappingKey: CryptoKey, unwrapAlgorithm: string | SubtleCryptoEncryptAlgorithm, unwrappedKeyAlgorithm: string | SubtleCryptoImportKeyAlgorithm, extractable: boolean, keyUsages: string[]): Promise<CryptoKey>; 908 + timingSafeEqual(a: ArrayBuffer | ArrayBufferView, b: ArrayBuffer | ArrayBufferView): boolean; 909 + } 910 + /** 911 + * The CryptoKey dictionary of the Web Crypto API represents a cryptographic key. 912 + * Available only in secure contexts. 913 + * 914 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey) 915 + */ 916 + declare abstract class CryptoKey { 917 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey/type) */ 918 + readonly type: string; 919 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey/extractable) */ 920 + readonly extractable: boolean; 921 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey/algorithm) */ 922 + readonly algorithm: CryptoKeyKeyAlgorithm | CryptoKeyAesKeyAlgorithm | CryptoKeyHmacKeyAlgorithm | CryptoKeyRsaKeyAlgorithm | CryptoKeyEllipticKeyAlgorithm | CryptoKeyArbitraryKeyAlgorithm; 923 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey/usages) */ 924 + readonly usages: string[]; 925 + } 926 + interface CryptoKeyPair { 927 + publicKey: CryptoKey; 928 + privateKey: CryptoKey; 929 + } 930 + interface JsonWebKey { 931 + kty: string; 932 + use?: string; 933 + key_ops?: string[]; 934 + alg?: string; 935 + ext?: boolean; 936 + crv?: string; 937 + x?: string; 938 + y?: string; 939 + d?: string; 940 + n?: string; 941 + e?: string; 942 + p?: string; 943 + q?: string; 944 + dp?: string; 945 + dq?: string; 946 + qi?: string; 947 + oth?: RsaOtherPrimesInfo[]; 948 + k?: string; 949 + } 950 + interface RsaOtherPrimesInfo { 951 + r?: string; 952 + d?: string; 953 + t?: string; 954 + } 955 + interface SubtleCryptoDeriveKeyAlgorithm { 956 + name: string; 957 + salt?: (ArrayBuffer | ArrayBufferView); 958 + iterations?: number; 959 + hash?: (string | SubtleCryptoHashAlgorithm); 960 + $public?: CryptoKey; 961 + info?: (ArrayBuffer | ArrayBufferView); 962 + } 963 + interface SubtleCryptoEncryptAlgorithm { 964 + name: string; 965 + iv?: (ArrayBuffer | ArrayBufferView); 966 + additionalData?: (ArrayBuffer | ArrayBufferView); 967 + tagLength?: number; 968 + counter?: (ArrayBuffer | ArrayBufferView); 969 + length?: number; 970 + label?: (ArrayBuffer | ArrayBufferView); 971 + } 972 + interface SubtleCryptoGenerateKeyAlgorithm { 973 + name: string; 974 + hash?: (string | SubtleCryptoHashAlgorithm); 975 + modulusLength?: number; 976 + publicExponent?: (ArrayBuffer | ArrayBufferView); 977 + length?: number; 978 + namedCurve?: string; 979 + } 980 + interface SubtleCryptoHashAlgorithm { 981 + name: string; 982 + } 983 + interface SubtleCryptoImportKeyAlgorithm { 984 + name: string; 985 + hash?: (string | SubtleCryptoHashAlgorithm); 986 + length?: number; 987 + namedCurve?: string; 988 + compressed?: boolean; 989 + } 990 + interface SubtleCryptoSignAlgorithm { 991 + name: string; 992 + hash?: (string | SubtleCryptoHashAlgorithm); 993 + dataLength?: number; 994 + saltLength?: number; 995 + } 996 + interface CryptoKeyKeyAlgorithm { 997 + name: string; 998 + } 999 + interface CryptoKeyAesKeyAlgorithm { 1000 + name: string; 1001 + length: number; 1002 + } 1003 + interface CryptoKeyHmacKeyAlgorithm { 1004 + name: string; 1005 + hash: CryptoKeyKeyAlgorithm; 1006 + length: number; 1007 + } 1008 + interface CryptoKeyRsaKeyAlgorithm { 1009 + name: string; 1010 + modulusLength: number; 1011 + publicExponent: ArrayBuffer | ArrayBufferView; 1012 + hash?: CryptoKeyKeyAlgorithm; 1013 + } 1014 + interface CryptoKeyEllipticKeyAlgorithm { 1015 + name: string; 1016 + namedCurve: string; 1017 + } 1018 + interface CryptoKeyArbitraryKeyAlgorithm { 1019 + name: string; 1020 + hash?: CryptoKeyKeyAlgorithm; 1021 + namedCurve?: string; 1022 + length?: number; 1023 + } 1024 + declare class DigestStream extends WritableStream<ArrayBuffer | ArrayBufferView> { 1025 + constructor(algorithm: string | SubtleCryptoHashAlgorithm); 1026 + readonly digest: Promise<ArrayBuffer>; 1027 + get bytesWritten(): number | bigint; 1028 + } 1029 + /** 1030 + * A decoder for a specific method, that is a specific character encoding, like utf-8, iso-8859-2, koi8, cp1261, gbk, etc. A decoder takes a stream of bytes as input and emits a stream of code points. For a more scalable, non-native library, see StringView – a C-like representation of strings based on typed arrays. 1031 + * 1032 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder) 1033 + */ 1034 + declare class TextDecoder { 1035 + constructor(label?: string, options?: TextDecoderConstructorOptions); 1036 + /** 1037 + * Returns the result of running encoding's decoder. The method can be invoked zero or more times with options's stream set to true, and then once without options's stream (or set to false), to process a fragmented input. If the invocation without options's stream (or set to false) has no input, it's clearest to omit both arguments. 1038 + * 1039 + * ``` 1040 + * var string = "", decoder = new TextDecoder(encoding), buffer; 1041 + * while(buffer = next_chunk()) { 1042 + * string += decoder.decode(buffer, {stream:true}); 1043 + * } 1044 + * string += decoder.decode(); // end-of-queue 1045 + * ``` 1046 + * 1047 + * If the error mode is "fatal" and encoding's decoder returns error, throws a TypeError. 1048 + * 1049 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder/decode) 1050 + */ 1051 + decode(input?: (ArrayBuffer | ArrayBufferView), options?: TextDecoderDecodeOptions): string; 1052 + get encoding(): string; 1053 + get fatal(): boolean; 1054 + get ignoreBOM(): boolean; 1055 + } 1056 + /** 1057 + * TextEncoder takes a stream of code points as input and emits a stream of bytes. For a more scalable, non-native library, see StringView – a C-like representation of strings based on typed arrays. 1058 + * 1059 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder) 1060 + */ 1061 + declare class TextEncoder { 1062 + constructor(); 1063 + /** 1064 + * Returns the result of running UTF-8's encoder. 1065 + * 1066 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder/encode) 1067 + */ 1068 + encode(input?: string): Uint8Array; 1069 + /** 1070 + * Runs the UTF-8 encoder on source, stores the result of that operation into destination, and returns the progress made as an object wherein read is the number of converted code units of source and written is the number of bytes modified in destination. 1071 + * 1072 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder/encodeInto) 1073 + */ 1074 + encodeInto(input: string, buffer: ArrayBuffer | ArrayBufferView): TextEncoderEncodeIntoResult; 1075 + get encoding(): string; 1076 + } 1077 + interface TextDecoderConstructorOptions { 1078 + fatal: boolean; 1079 + ignoreBOM: boolean; 1080 + } 1081 + interface TextDecoderDecodeOptions { 1082 + stream: boolean; 1083 + } 1084 + interface TextEncoderEncodeIntoResult { 1085 + read: number; 1086 + written: number; 1087 + } 1088 + /** 1089 + * Events providing information related to errors in scripts or in files. 1090 + * 1091 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent) 1092 + */ 1093 + declare class ErrorEvent extends Event { 1094 + constructor(type: string, init?: ErrorEventErrorEventInit); 1095 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */ 1096 + get filename(): string; 1097 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */ 1098 + get message(): string; 1099 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */ 1100 + get lineno(): number; 1101 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/colno) */ 1102 + get colno(): number; 1103 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */ 1104 + get error(): any; 1105 + } 1106 + interface ErrorEventErrorEventInit { 1107 + message?: string; 1108 + filename?: string; 1109 + lineno?: number; 1110 + colno?: number; 1111 + error?: any; 1112 + } 1113 + /** 1114 + * Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method. It uses the same format a form would use if the encoding type were set to "multipart/form-data". 1115 + * 1116 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData) 1117 + */ 1118 + declare class FormData { 1119 + constructor(); 1120 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/append) */ 1121 + append(name: string, value: string): void; 1122 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/append) */ 1123 + append(name: string, value: Blob, filename?: string): void; 1124 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/delete) */ 1125 + delete(name: string): void; 1126 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/get) */ 1127 + get(name: string): (File | string) | null; 1128 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/getAll) */ 1129 + getAll(name: string): (File | string)[]; 1130 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/has) */ 1131 + has(name: string): boolean; 1132 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/set) */ 1133 + set(name: string, value: string): void; 1134 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/set) */ 1135 + set(name: string, value: Blob, filename?: string): void; 1136 + /* Returns an array of key, value pairs for every entry in the list. */ 1137 + entries(): IterableIterator<[ 1138 + key: string, 1139 + value: File | string 1140 + ]>; 1141 + /* Returns a list of keys in the list. */ 1142 + keys(): IterableIterator<string>; 1143 + /* Returns a list of values in the list. */ 1144 + values(): IterableIterator<(File | string)>; 1145 + forEach<This = unknown>(callback: (this: This, value: File | string, key: string, parent: FormData) => void, thisArg?: This): void; 1146 + [Symbol.iterator](): IterableIterator<[ 1147 + key: string, 1148 + value: File | string 1149 + ]>; 1150 + } 1151 + interface ContentOptions { 1152 + html?: boolean; 1153 + } 1154 + declare class HTMLRewriter { 1155 + constructor(); 1156 + on(selector: string, handlers: HTMLRewriterElementContentHandlers): HTMLRewriter; 1157 + onDocument(handlers: HTMLRewriterDocumentContentHandlers): HTMLRewriter; 1158 + transform(response: Response): Response; 1159 + } 1160 + interface HTMLRewriterElementContentHandlers { 1161 + element?(element: Element): void | Promise<void>; 1162 + comments?(comment: Comment): void | Promise<void>; 1163 + text?(element: Text): void | Promise<void>; 1164 + } 1165 + interface HTMLRewriterDocumentContentHandlers { 1166 + doctype?(doctype: Doctype): void | Promise<void>; 1167 + comments?(comment: Comment): void | Promise<void>; 1168 + text?(text: Text): void | Promise<void>; 1169 + end?(end: DocumentEnd): void | Promise<void>; 1170 + } 1171 + interface Doctype { 1172 + readonly name: string | null; 1173 + readonly publicId: string | null; 1174 + readonly systemId: string | null; 1175 + } 1176 + interface Element { 1177 + tagName: string; 1178 + readonly attributes: IterableIterator<string[]>; 1179 + readonly removed: boolean; 1180 + readonly namespaceURI: string; 1181 + getAttribute(name: string): string | null; 1182 + hasAttribute(name: string): boolean; 1183 + setAttribute(name: string, value: string): Element; 1184 + removeAttribute(name: string): Element; 1185 + before(content: string | ReadableStream | Response, options?: ContentOptions): Element; 1186 + after(content: string | ReadableStream | Response, options?: ContentOptions): Element; 1187 + prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element; 1188 + append(content: string | ReadableStream | Response, options?: ContentOptions): Element; 1189 + replace(content: string | ReadableStream | Response, options?: ContentOptions): Element; 1190 + remove(): Element; 1191 + removeAndKeepContent(): Element; 1192 + setInnerContent(content: string | ReadableStream | Response, options?: ContentOptions): Element; 1193 + onEndTag(handler: (tag: EndTag) => void | Promise<void>): void; 1194 + } 1195 + interface EndTag { 1196 + name: string; 1197 + before(content: string | ReadableStream | Response, options?: ContentOptions): EndTag; 1198 + after(content: string | ReadableStream | Response, options?: ContentOptions): EndTag; 1199 + remove(): EndTag; 1200 + } 1201 + interface Comment { 1202 + text: string; 1203 + readonly removed: boolean; 1204 + before(content: string, options?: ContentOptions): Comment; 1205 + after(content: string, options?: ContentOptions): Comment; 1206 + replace(content: string, options?: ContentOptions): Comment; 1207 + remove(): Comment; 1208 + } 1209 + interface Text { 1210 + readonly text: string; 1211 + readonly lastInTextNode: boolean; 1212 + readonly removed: boolean; 1213 + before(content: string | ReadableStream | Response, options?: ContentOptions): Text; 1214 + after(content: string | ReadableStream | Response, options?: ContentOptions): Text; 1215 + replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; 1216 + remove(): Text; 1217 + } 1218 + interface DocumentEnd { 1219 + append(content: string, options?: ContentOptions): DocumentEnd; 1220 + } 1221 + /** 1222 + * This is the event type for fetch events dispatched on the service worker global scope. It contains information about the fetch, including the request and how the receiver will treat the response. It provides the event.respondWith() method, which allows us to provide a response to this fetch. 1223 + * 1224 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FetchEvent) 1225 + */ 1226 + declare abstract class FetchEvent extends ExtendableEvent { 1227 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FetchEvent/request) */ 1228 + readonly request: Request; 1229 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FetchEvent/respondWith) */ 1230 + respondWith(promise: Response | Promise<Response>): void; 1231 + passThroughOnException(): void; 1232 + } 1233 + type HeadersInit = Headers | Iterable<Iterable<string>> | Record<string, string>; 1234 + /** 1235 + * This Fetch API interface allows you to perform various actions on HTTP request and response headers. These actions include retrieving, setting, adding to, and removing. A Headers object has an associated header list, which is initially empty and consists of zero or more name and value pairs.  You can add to this using methods like append() (see Examples.) In all methods of this interface, header names are matched by case-insensitive byte sequence. 1236 + * 1237 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers) 1238 + */ 1239 + declare class Headers { 1240 + constructor(init?: HeadersInit); 1241 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/get) */ 1242 + get(name: string): string | null; 1243 + getAll(name: string): string[]; 1244 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/getSetCookie) */ 1245 + getSetCookie(): string[]; 1246 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/has) */ 1247 + has(name: string): boolean; 1248 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/set) */ 1249 + set(name: string, value: string): void; 1250 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/append) */ 1251 + append(name: string, value: string): void; 1252 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/delete) */ 1253 + delete(name: string): void; 1254 + forEach<This = unknown>(callback: (this: This, value: string, key: string, parent: Headers) => void, thisArg?: This): void; 1255 + /* Returns an iterator allowing to go through all key/value pairs contained in this object. */ 1256 + entries(): IterableIterator<[ 1257 + key: string, 1258 + value: string 1259 + ]>; 1260 + /* Returns an iterator allowing to go through all keys of the key/value pairs contained in this object. */ 1261 + keys(): IterableIterator<string>; 1262 + /* Returns an iterator allowing to go through all values of the key/value pairs contained in this object. */ 1263 + values(): IterableIterator<string>; 1264 + [Symbol.iterator](): IterableIterator<[ 1265 + key: string, 1266 + value: string 1267 + ]>; 1268 + } 1269 + type BodyInit = ReadableStream<Uint8Array> | string | ArrayBuffer | ArrayBufferView | Blob | URLSearchParams | FormData; 1270 + declare abstract class Body { 1271 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/body) */ 1272 + get body(): ReadableStream | null; 1273 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bodyUsed) */ 1274 + get bodyUsed(): boolean; 1275 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/arrayBuffer) */ 1276 + arrayBuffer(): Promise<ArrayBuffer>; 1277 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bytes) */ 1278 + bytes(): Promise<Uint8Array>; 1279 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/text) */ 1280 + text(): Promise<string>; 1281 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/json) */ 1282 + json<T>(): Promise<T>; 1283 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/formData) */ 1284 + formData(): Promise<FormData>; 1285 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/blob) */ 1286 + blob(): Promise<Blob>; 1287 + } 1288 + /** 1289 + * This Fetch API interface represents the response to a request. 1290 + * 1291 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response) 1292 + */ 1293 + declare var Response: { 1294 + prototype: Response; 1295 + new (body?: BodyInit | null, init?: ResponseInit): Response; 1296 + error(): Response; 1297 + redirect(url: string, status?: number): Response; 1298 + json(any: any, maybeInit?: (ResponseInit | Response)): Response; 1299 + }; 1300 + /** 1301 + * This Fetch API interface represents the response to a request. 1302 + * 1303 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response) 1304 + */ 1305 + interface Response extends Body { 1306 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/clone) */ 1307 + clone(): Response; 1308 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/status) */ 1309 + status: number; 1310 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/statusText) */ 1311 + statusText: string; 1312 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/headers) */ 1313 + headers: Headers; 1314 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/ok) */ 1315 + ok: boolean; 1316 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/redirected) */ 1317 + redirected: boolean; 1318 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/url) */ 1319 + url: string; 1320 + webSocket: WebSocket | null; 1321 + cf: any | undefined; 1322 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/type) */ 1323 + type: "default" | "error"; 1324 + } 1325 + interface ResponseInit { 1326 + status?: number; 1327 + statusText?: string; 1328 + headers?: HeadersInit; 1329 + cf?: any; 1330 + webSocket?: (WebSocket | null); 1331 + encodeBody?: "automatic" | "manual"; 1332 + } 1333 + type RequestInfo<CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>> = Request<CfHostMetadata, Cf> | string; 1334 + /** 1335 + * This Fetch API interface represents a resource request. 1336 + * 1337 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request) 1338 + */ 1339 + declare var Request: { 1340 + prototype: Request; 1341 + new <CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>>(input: RequestInfo<CfProperties> | URL, init?: RequestInit<Cf>): Request<CfHostMetadata, Cf>; 1342 + }; 1343 + /** 1344 + * This Fetch API interface represents a resource request. 1345 + * 1346 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request) 1347 + */ 1348 + interface Request<CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>> extends Body { 1349 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/clone) */ 1350 + clone(): Request<CfHostMetadata, Cf>; 1351 + /** 1352 + * Returns request's HTTP method, which is "GET" by default. 1353 + * 1354 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/method) 1355 + */ 1356 + method: string; 1357 + /** 1358 + * Returns the URL of request as a string. 1359 + * 1360 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/url) 1361 + */ 1362 + url: string; 1363 + /** 1364 + * Returns a Headers object consisting of the headers associated with request. Note that headers added in the network layer by the user agent will not be accounted for in this object, e.g., the "Host" header. 1365 + * 1366 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/headers) 1367 + */ 1368 + headers: Headers; 1369 + /** 1370 + * Returns the redirect mode associated with request, which is a string indicating how redirects for the request will be handled during fetching. A request will follow redirects by default. 1371 + * 1372 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/redirect) 1373 + */ 1374 + redirect: string; 1375 + fetcher: Fetcher | null; 1376 + /** 1377 + * Returns the signal associated with request, which is an AbortSignal object indicating whether or not request has been aborted, and its abort event handler. 1378 + * 1379 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/signal) 1380 + */ 1381 + signal: AbortSignal; 1382 + cf: Cf | undefined; 1383 + /** 1384 + * Returns request's subresource integrity metadata, which is a cryptographic hash of the resource being fetched. Its value consists of multiple hashes separated by whitespace. [SRI] 1385 + * 1386 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/integrity) 1387 + */ 1388 + integrity: string; 1389 + /** 1390 + * Returns a boolean indicating whether or not request can outlive the global in which it was created. 1391 + * 1392 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/keepalive) 1393 + */ 1394 + keepalive: boolean; 1395 + /** 1396 + * Returns the cache mode associated with request, which is a string indicating how the request will interact with the browser's cache when fetching. 1397 + * 1398 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/cache) 1399 + */ 1400 + cache?: "no-store"; 1401 + } 1402 + interface RequestInit<Cf = CfProperties> { 1403 + /* A string to set request's method. */ 1404 + method?: string; 1405 + /* A Headers object, an object literal, or an array of two-item arrays to set request's headers. */ 1406 + headers?: HeadersInit; 1407 + /* A BodyInit object or null to set request's body. */ 1408 + body?: BodyInit | null; 1409 + /* A string indicating whether request follows redirects, results in an error upon encountering a redirect, or returns the redirect (in an opaque fashion). Sets request's redirect. */ 1410 + redirect?: string; 1411 + fetcher?: (Fetcher | null); 1412 + cf?: Cf; 1413 + /* A string indicating how the request will interact with the browser's cache to set request's cache. */ 1414 + cache?: "no-store"; 1415 + /* A cryptographic hash of the resource to be fetched by request. Sets request's integrity. */ 1416 + integrity?: string; 1417 + /* An AbortSignal to set request's signal. */ 1418 + signal?: (AbortSignal | null); 1419 + encodeResponseBody?: "automatic" | "manual"; 1420 + } 1421 + type Service<T extends Rpc.WorkerEntrypointBranded | undefined = undefined> = Fetcher<T>; 1422 + type Fetcher<T extends Rpc.EntrypointBranded | undefined = undefined, Reserved extends string = never> = (T extends Rpc.EntrypointBranded ? Rpc.Provider<T, Reserved | "fetch" | "connect"> : unknown) & { 1423 + fetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>; 1424 + connect(address: SocketAddress | string, options?: SocketOptions): Socket; 1425 + }; 1426 + interface KVNamespaceListKey<Metadata, Key extends string = string> { 1427 + name: Key; 1428 + expiration?: number; 1429 + metadata?: Metadata; 1430 + } 1431 + type KVNamespaceListResult<Metadata, Key extends string = string> = { 1432 + list_complete: false; 1433 + keys: KVNamespaceListKey<Metadata, Key>[]; 1434 + cursor: string; 1435 + cacheStatus: string | null; 1436 + } | { 1437 + list_complete: true; 1438 + keys: KVNamespaceListKey<Metadata, Key>[]; 1439 + cacheStatus: string | null; 1440 + }; 1441 + interface KVNamespace<Key extends string = string> { 1442 + get(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<string | null>; 1443 + get(key: Key, type: "text"): Promise<string | null>; 1444 + get<ExpectedValue = unknown>(key: Key, type: "json"): Promise<ExpectedValue | null>; 1445 + get(key: Key, type: "arrayBuffer"): Promise<ArrayBuffer | null>; 1446 + get(key: Key, type: "stream"): Promise<ReadableStream | null>; 1447 + get(key: Key, options?: KVNamespaceGetOptions<"text">): Promise<string | null>; 1448 + get<ExpectedValue = unknown>(key: Key, options?: KVNamespaceGetOptions<"json">): Promise<ExpectedValue | null>; 1449 + get(key: Key, options?: KVNamespaceGetOptions<"arrayBuffer">): Promise<ArrayBuffer | null>; 1450 + get(key: Key, options?: KVNamespaceGetOptions<"stream">): Promise<ReadableStream | null>; 1451 + get(key: Array<Key>, type: "text"): Promise<Map<string, string | null>>; 1452 + get<ExpectedValue = unknown>(key: Array<Key>, type: "json"): Promise<Map<string, ExpectedValue | null>>; 1453 + get(key: Array<Key>, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<Map<string, string | null>>; 1454 + get(key: Array<Key>, options?: KVNamespaceGetOptions<"text">): Promise<Map<string, string | null>>; 1455 + get<ExpectedValue = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"json">): Promise<Map<string, ExpectedValue | null>>; 1456 + list<Metadata = unknown>(options?: KVNamespaceListOptions): Promise<KVNamespaceListResult<Metadata, Key>>; 1457 + put(key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespacePutOptions): Promise<void>; 1458 + getWithMetadata<Metadata = unknown>(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<KVNamespaceGetWithMetadataResult<string, Metadata>>; 1459 + getWithMetadata<Metadata = unknown>(key: Key, type: "text"): Promise<KVNamespaceGetWithMetadataResult<string, Metadata>>; 1460 + getWithMetadata<ExpectedValue = unknown, Metadata = unknown>(key: Key, type: "json"): Promise<KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>; 1461 + getWithMetadata<Metadata = unknown>(key: Key, type: "arrayBuffer"): Promise<KVNamespaceGetWithMetadataResult<ArrayBuffer, Metadata>>; 1462 + getWithMetadata<Metadata = unknown>(key: Key, type: "stream"): Promise<KVNamespaceGetWithMetadataResult<ReadableStream, Metadata>>; 1463 + getWithMetadata<Metadata = unknown>(key: Key, options: KVNamespaceGetOptions<"text">): Promise<KVNamespaceGetWithMetadataResult<string, Metadata>>; 1464 + getWithMetadata<ExpectedValue = unknown, Metadata = unknown>(key: Key, options: KVNamespaceGetOptions<"json">): Promise<KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>; 1465 + getWithMetadata<Metadata = unknown>(key: Key, options: KVNamespaceGetOptions<"arrayBuffer">): Promise<KVNamespaceGetWithMetadataResult<ArrayBuffer, Metadata>>; 1466 + getWithMetadata<Metadata = unknown>(key: Key, options: KVNamespaceGetOptions<"stream">): Promise<KVNamespaceGetWithMetadataResult<ReadableStream, Metadata>>; 1467 + getWithMetadata<Metadata = unknown>(key: Array<Key>, type: "text"): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>; 1468 + getWithMetadata<ExpectedValue = unknown, Metadata = unknown>(key: Array<Key>, type: "json"): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>; 1469 + getWithMetadata<Metadata = unknown>(key: Array<Key>, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>; 1470 + getWithMetadata<Metadata = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"text">): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>; 1471 + getWithMetadata<ExpectedValue = unknown, Metadata = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"json">): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>; 1472 + delete(key: Key): Promise<void>; 1473 + } 1474 + interface KVNamespaceListOptions { 1475 + limit?: number; 1476 + prefix?: (string | null); 1477 + cursor?: (string | null); 1478 + } 1479 + interface KVNamespaceGetOptions<Type> { 1480 + type: Type; 1481 + cacheTtl?: number; 1482 + } 1483 + interface KVNamespacePutOptions { 1484 + expiration?: number; 1485 + expirationTtl?: number; 1486 + metadata?: (any | null); 1487 + } 1488 + interface KVNamespaceGetWithMetadataResult<Value, Metadata> { 1489 + value: Value | null; 1490 + metadata: Metadata | null; 1491 + cacheStatus: string | null; 1492 + } 1493 + type QueueContentType = "text" | "bytes" | "json" | "v8"; 1494 + interface Queue<Body = unknown> { 1495 + send(message: Body, options?: QueueSendOptions): Promise<void>; 1496 + sendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<void>; 1497 + } 1498 + interface QueueSendOptions { 1499 + contentType?: QueueContentType; 1500 + delaySeconds?: number; 1501 + } 1502 + interface QueueSendBatchOptions { 1503 + delaySeconds?: number; 1504 + } 1505 + interface MessageSendRequest<Body = unknown> { 1506 + body: Body; 1507 + contentType?: QueueContentType; 1508 + delaySeconds?: number; 1509 + } 1510 + interface QueueRetryOptions { 1511 + delaySeconds?: number; 1512 + } 1513 + interface Message<Body = unknown> { 1514 + readonly id: string; 1515 + readonly timestamp: Date; 1516 + readonly body: Body; 1517 + readonly attempts: number; 1518 + retry(options?: QueueRetryOptions): void; 1519 + ack(): void; 1520 + } 1521 + interface QueueEvent<Body = unknown> extends ExtendableEvent { 1522 + readonly messages: readonly Message<Body>[]; 1523 + readonly queue: string; 1524 + retryAll(options?: QueueRetryOptions): void; 1525 + ackAll(): void; 1526 + } 1527 + interface MessageBatch<Body = unknown> { 1528 + readonly messages: readonly Message<Body>[]; 1529 + readonly queue: string; 1530 + retryAll(options?: QueueRetryOptions): void; 1531 + ackAll(): void; 1532 + } 1533 + interface R2Error extends Error { 1534 + readonly name: string; 1535 + readonly code: number; 1536 + readonly message: string; 1537 + readonly action: string; 1538 + readonly stack: any; 1539 + } 1540 + interface R2ListOptions { 1541 + limit?: number; 1542 + prefix?: string; 1543 + cursor?: string; 1544 + delimiter?: string; 1545 + startAfter?: string; 1546 + include?: ("httpMetadata" | "customMetadata")[]; 1547 + } 1548 + declare abstract class R2Bucket { 1549 + head(key: string): Promise<R2Object | null>; 1550 + get(key: string, options: R2GetOptions & { 1551 + onlyIf: R2Conditional | Headers; 1552 + }): Promise<R2ObjectBody | R2Object | null>; 1553 + get(key: string, options?: R2GetOptions): Promise<R2ObjectBody | null>; 1554 + put(key: string, value: ReadableStream | ArrayBuffer | ArrayBufferView | string | null | Blob, options?: R2PutOptions & { 1555 + onlyIf: R2Conditional | Headers; 1556 + }): Promise<R2Object | null>; 1557 + put(key: string, value: ReadableStream | ArrayBuffer | ArrayBufferView | string | null | Blob, options?: R2PutOptions): Promise<R2Object>; 1558 + createMultipartUpload(key: string, options?: R2MultipartOptions): Promise<R2MultipartUpload>; 1559 + resumeMultipartUpload(key: string, uploadId: string): R2MultipartUpload; 1560 + delete(keys: string | string[]): Promise<void>; 1561 + list(options?: R2ListOptions): Promise<R2Objects>; 1562 + } 1563 + interface R2MultipartUpload { 1564 + readonly key: string; 1565 + readonly uploadId: string; 1566 + uploadPart(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2UploadPartOptions): Promise<R2UploadedPart>; 1567 + abort(): Promise<void>; 1568 + complete(uploadedParts: R2UploadedPart[]): Promise<R2Object>; 1569 + } 1570 + interface R2UploadedPart { 1571 + partNumber: number; 1572 + etag: string; 1573 + } 1574 + declare abstract class R2Object { 1575 + readonly key: string; 1576 + readonly version: string; 1577 + readonly size: number; 1578 + readonly etag: string; 1579 + readonly httpEtag: string; 1580 + readonly checksums: R2Checksums; 1581 + readonly uploaded: Date; 1582 + readonly httpMetadata?: R2HTTPMetadata; 1583 + readonly customMetadata?: Record<string, string>; 1584 + readonly range?: R2Range; 1585 + readonly storageClass: string; 1586 + readonly ssecKeyMd5?: string; 1587 + writeHttpMetadata(headers: Headers): void; 1588 + } 1589 + interface R2ObjectBody extends R2Object { 1590 + get body(): ReadableStream; 1591 + get bodyUsed(): boolean; 1592 + arrayBuffer(): Promise<ArrayBuffer>; 1593 + bytes(): Promise<Uint8Array>; 1594 + text(): Promise<string>; 1595 + json<T>(): Promise<T>; 1596 + blob(): Promise<Blob>; 1597 + } 1598 + type R2Range = { 1599 + offset: number; 1600 + length?: number; 1601 + } | { 1602 + offset?: number; 1603 + length: number; 1604 + } | { 1605 + suffix: number; 1606 + }; 1607 + interface R2Conditional { 1608 + etagMatches?: string; 1609 + etagDoesNotMatch?: string; 1610 + uploadedBefore?: Date; 1611 + uploadedAfter?: Date; 1612 + secondsGranularity?: boolean; 1613 + } 1614 + interface R2GetOptions { 1615 + onlyIf?: (R2Conditional | Headers); 1616 + range?: (R2Range | Headers); 1617 + ssecKey?: (ArrayBuffer | string); 1618 + } 1619 + interface R2PutOptions { 1620 + onlyIf?: (R2Conditional | Headers); 1621 + httpMetadata?: (R2HTTPMetadata | Headers); 1622 + customMetadata?: Record<string, string>; 1623 + md5?: ((ArrayBuffer | ArrayBufferView) | string); 1624 + sha1?: ((ArrayBuffer | ArrayBufferView) | string); 1625 + sha256?: ((ArrayBuffer | ArrayBufferView) | string); 1626 + sha384?: ((ArrayBuffer | ArrayBufferView) | string); 1627 + sha512?: ((ArrayBuffer | ArrayBufferView) | string); 1628 + storageClass?: string; 1629 + ssecKey?: (ArrayBuffer | string); 1630 + } 1631 + interface R2MultipartOptions { 1632 + httpMetadata?: (R2HTTPMetadata | Headers); 1633 + customMetadata?: Record<string, string>; 1634 + storageClass?: string; 1635 + ssecKey?: (ArrayBuffer | string); 1636 + } 1637 + interface R2Checksums { 1638 + readonly md5?: ArrayBuffer; 1639 + readonly sha1?: ArrayBuffer; 1640 + readonly sha256?: ArrayBuffer; 1641 + readonly sha384?: ArrayBuffer; 1642 + readonly sha512?: ArrayBuffer; 1643 + toJSON(): R2StringChecksums; 1644 + } 1645 + interface R2StringChecksums { 1646 + md5?: string; 1647 + sha1?: string; 1648 + sha256?: string; 1649 + sha384?: string; 1650 + sha512?: string; 1651 + } 1652 + interface R2HTTPMetadata { 1653 + contentType?: string; 1654 + contentLanguage?: string; 1655 + contentDisposition?: string; 1656 + contentEncoding?: string; 1657 + cacheControl?: string; 1658 + cacheExpiry?: Date; 1659 + } 1660 + type R2Objects = { 1661 + objects: R2Object[]; 1662 + delimitedPrefixes: string[]; 1663 + } & ({ 1664 + truncated: true; 1665 + cursor: string; 1666 + } | { 1667 + truncated: false; 1668 + }); 1669 + interface R2UploadPartOptions { 1670 + ssecKey?: (ArrayBuffer | string); 1671 + } 1672 + declare abstract class ScheduledEvent extends ExtendableEvent { 1673 + readonly scheduledTime: number; 1674 + readonly cron: string; 1675 + noRetry(): void; 1676 + } 1677 + interface ScheduledController { 1678 + readonly scheduledTime: number; 1679 + readonly cron: string; 1680 + noRetry(): void; 1681 + } 1682 + interface QueuingStrategy<T = any> { 1683 + highWaterMark?: (number | bigint); 1684 + size?: (chunk: T) => number | bigint; 1685 + } 1686 + interface UnderlyingSink<W = any> { 1687 + type?: string; 1688 + start?: (controller: WritableStreamDefaultController) => void | Promise<void>; 1689 + write?: (chunk: W, controller: WritableStreamDefaultController) => void | Promise<void>; 1690 + abort?: (reason: any) => void | Promise<void>; 1691 + close?: () => void | Promise<void>; 1692 + } 1693 + interface UnderlyingByteSource { 1694 + type: "bytes"; 1695 + autoAllocateChunkSize?: number; 1696 + start?: (controller: ReadableByteStreamController) => void | Promise<void>; 1697 + pull?: (controller: ReadableByteStreamController) => void | Promise<void>; 1698 + cancel?: (reason: any) => void | Promise<void>; 1699 + } 1700 + interface UnderlyingSource<R = any> { 1701 + type?: "" | undefined; 1702 + start?: (controller: ReadableStreamDefaultController<R>) => void | Promise<void>; 1703 + pull?: (controller: ReadableStreamDefaultController<R>) => void | Promise<void>; 1704 + cancel?: (reason: any) => void | Promise<void>; 1705 + expectedLength?: (number | bigint); 1706 + } 1707 + interface Transformer<I = any, O = any> { 1708 + readableType?: string; 1709 + writableType?: string; 1710 + start?: (controller: TransformStreamDefaultController<O>) => void | Promise<void>; 1711 + transform?: (chunk: I, controller: TransformStreamDefaultController<O>) => void | Promise<void>; 1712 + flush?: (controller: TransformStreamDefaultController<O>) => void | Promise<void>; 1713 + cancel?: (reason: any) => void | Promise<void>; 1714 + expectedLength?: number; 1715 + } 1716 + interface StreamPipeOptions { 1717 + /** 1718 + * Pipes this readable stream to a given writable stream destination. The way in which the piping process behaves under various error conditions can be customized with a number of passed options. It returns a promise that fulfills when the piping process completes successfully, or rejects if any errors were encountered. 1719 + * 1720 + * Piping a stream will lock it for the duration of the pipe, preventing any other consumer from acquiring a reader. 1721 + * 1722 + * Errors and closures of the source and destination streams propagate as follows: 1723 + * 1724 + * An error in this source readable stream will abort destination, unless preventAbort is truthy. The returned promise will be rejected with the source's error, or with any error that occurs during aborting the destination. 1725 + * 1726 + * An error in destination will cancel this source readable stream, unless preventCancel is truthy. The returned promise will be rejected with the destination's error, or with any error that occurs during canceling the source. 1727 + * 1728 + * When this source readable stream closes, destination will be closed, unless preventClose is truthy. The returned promise will be fulfilled once this process completes, unless an error is encountered while closing the destination, in which case it will be rejected with that error. 1729 + * 1730 + * If destination starts out closed or closing, this source readable stream will be canceled, unless preventCancel is true. The returned promise will be rejected with an error indicating piping to a closed stream failed, or with any error that occurs during canceling the source. 1731 + * 1732 + * The signal option can be set to an AbortSignal to allow aborting an ongoing pipe operation via the corresponding AbortController. In this case, this source readable stream will be canceled, and destination aborted, unless the respective options preventCancel or preventAbort are set. 1733 + */ 1734 + preventClose?: boolean; 1735 + preventAbort?: boolean; 1736 + preventCancel?: boolean; 1737 + signal?: AbortSignal; 1738 + } 1739 + type ReadableStreamReadResult<R = any> = { 1740 + done: false; 1741 + value: R; 1742 + } | { 1743 + done: true; 1744 + value?: undefined; 1745 + }; 1746 + /** 1747 + * This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. 1748 + * 1749 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream) 1750 + */ 1751 + interface ReadableStream<R = any> { 1752 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/locked) */ 1753 + get locked(): boolean; 1754 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/cancel) */ 1755 + cancel(reason?: any): Promise<void>; 1756 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader) */ 1757 + getReader(): ReadableStreamDefaultReader<R>; 1758 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader) */ 1759 + getReader(options: ReadableStreamGetReaderOptions): ReadableStreamBYOBReader; 1760 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/pipeThrough) */ 1761 + pipeThrough<T>(transform: ReadableWritablePair<T, R>, options?: StreamPipeOptions): ReadableStream<T>; 1762 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/pipeTo) */ 1763 + pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>; 1764 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/tee) */ 1765 + tee(): [ 1766 + ReadableStream<R>, 1767 + ReadableStream<R> 1768 + ]; 1769 + values(options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>; 1770 + [Symbol.asyncIterator](options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>; 1771 + } 1772 + /** 1773 + * This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. 1774 + * 1775 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream) 1776 + */ 1777 + declare const ReadableStream: { 1778 + prototype: ReadableStream; 1779 + new (underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy<Uint8Array>): ReadableStream<Uint8Array>; 1780 + new <R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>; 1781 + }; 1782 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultReader) */ 1783 + declare class ReadableStreamDefaultReader<R = any> { 1784 + constructor(stream: ReadableStream); 1785 + get closed(): Promise<void>; 1786 + cancel(reason?: any): Promise<void>; 1787 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultReader/read) */ 1788 + read(): Promise<ReadableStreamReadResult<R>>; 1789 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultReader/releaseLock) */ 1790 + releaseLock(): void; 1791 + } 1792 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader) */ 1793 + declare class ReadableStreamBYOBReader { 1794 + constructor(stream: ReadableStream); 1795 + get closed(): Promise<void>; 1796 + cancel(reason?: any): Promise<void>; 1797 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/read) */ 1798 + read<T extends ArrayBufferView>(view: T): Promise<ReadableStreamReadResult<T>>; 1799 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/releaseLock) */ 1800 + releaseLock(): void; 1801 + readAtLeast<T extends ArrayBufferView>(minElements: number, view: T): Promise<ReadableStreamReadResult<T>>; 1802 + } 1803 + interface ReadableStreamBYOBReaderReadableStreamBYOBReaderReadOptions { 1804 + min?: number; 1805 + } 1806 + interface ReadableStreamGetReaderOptions { 1807 + /** 1808 + * Creates a ReadableStreamBYOBReader and locks the stream to the new reader. 1809 + * 1810 + * This call behaves the same way as the no-argument variant, except that it only works on readable byte streams, i.e. streams which were constructed specifically with the ability to handle "bring your own buffer" reading. The returned BYOB reader provides the ability to directly read individual chunks from the stream via its read() method, into developer-supplied buffers, allowing more precise control over allocation. 1811 + */ 1812 + mode: "byob"; 1813 + } 1814 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest) */ 1815 + declare abstract class ReadableStreamBYOBRequest { 1816 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/view) */ 1817 + get view(): Uint8Array | null; 1818 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respond) */ 1819 + respond(bytesWritten: number): void; 1820 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView) */ 1821 + respondWithNewView(view: ArrayBuffer | ArrayBufferView): void; 1822 + get atLeast(): number | null; 1823 + } 1824 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController) */ 1825 + declare abstract class ReadableStreamDefaultController<R = any> { 1826 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/desiredSize) */ 1827 + get desiredSize(): number | null; 1828 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/close) */ 1829 + close(): void; 1830 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/enqueue) */ 1831 + enqueue(chunk?: R): void; 1832 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/error) */ 1833 + error(reason: any): void; 1834 + } 1835 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController) */ 1836 + declare abstract class ReadableByteStreamController { 1837 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/byobRequest) */ 1838 + get byobRequest(): ReadableStreamBYOBRequest | null; 1839 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/desiredSize) */ 1840 + get desiredSize(): number | null; 1841 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/close) */ 1842 + close(): void; 1843 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/enqueue) */ 1844 + enqueue(chunk: ArrayBuffer | ArrayBufferView): void; 1845 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/error) */ 1846 + error(reason: any): void; 1847 + } 1848 + /** 1849 + * This Streams API interface represents a controller allowing control of a WritableStream's state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate. 1850 + * 1851 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultController) 1852 + */ 1853 + declare abstract class WritableStreamDefaultController { 1854 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultController/signal) */ 1855 + get signal(): AbortSignal; 1856 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultController/error) */ 1857 + error(reason?: any): void; 1858 + } 1859 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController) */ 1860 + declare abstract class TransformStreamDefaultController<O = any> { 1861 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController/desiredSize) */ 1862 + get desiredSize(): number | null; 1863 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController/enqueue) */ 1864 + enqueue(chunk?: O): void; 1865 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController/error) */ 1866 + error(reason: any): void; 1867 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController/terminate) */ 1868 + terminate(): void; 1869 + } 1870 + interface ReadableWritablePair<R = any, W = any> { 1871 + /** 1872 + * Provides a convenient, chainable way of piping this readable stream through a transform stream (or any other { writable, readable } pair). It simply pipes the stream into the writable side of the supplied pair, and returns the readable side for further use. 1873 + * 1874 + * Piping a stream will lock it for the duration of the pipe, preventing any other consumer from acquiring a reader. 1875 + */ 1876 + writable: WritableStream<W>; 1877 + readable: ReadableStream<R>; 1878 + } 1879 + /** 1880 + * This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing. 1881 + * 1882 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream) 1883 + */ 1884 + declare class WritableStream<W = any> { 1885 + constructor(underlyingSink?: UnderlyingSink, queuingStrategy?: QueuingStrategy); 1886 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/locked) */ 1887 + get locked(): boolean; 1888 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/abort) */ 1889 + abort(reason?: any): Promise<void>; 1890 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/close) */ 1891 + close(): Promise<void>; 1892 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/getWriter) */ 1893 + getWriter(): WritableStreamDefaultWriter<W>; 1894 + } 1895 + /** 1896 + * This Streams API interface is the object returned by WritableStream.getWriter() and once created locks the < writer to the WritableStream ensuring that no other streams can write to the underlying sink. 1897 + * 1898 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter) 1899 + */ 1900 + declare class WritableStreamDefaultWriter<W = any> { 1901 + constructor(stream: WritableStream); 1902 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/closed) */ 1903 + get closed(): Promise<void>; 1904 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/ready) */ 1905 + get ready(): Promise<void>; 1906 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/desiredSize) */ 1907 + get desiredSize(): number | null; 1908 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/abort) */ 1909 + abort(reason?: any): Promise<void>; 1910 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/close) */ 1911 + close(): Promise<void>; 1912 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/write) */ 1913 + write(chunk?: W): Promise<void>; 1914 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/releaseLock) */ 1915 + releaseLock(): void; 1916 + } 1917 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStream) */ 1918 + declare class TransformStream<I = any, O = any> { 1919 + constructor(transformer?: Transformer<I, O>, writableStrategy?: QueuingStrategy<I>, readableStrategy?: QueuingStrategy<O>); 1920 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStream/readable) */ 1921 + get readable(): ReadableStream<O>; 1922 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStream/writable) */ 1923 + get writable(): WritableStream<I>; 1924 + } 1925 + declare class FixedLengthStream extends IdentityTransformStream { 1926 + constructor(expectedLength: number | bigint, queuingStrategy?: IdentityTransformStreamQueuingStrategy); 1927 + } 1928 + declare class IdentityTransformStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> { 1929 + constructor(queuingStrategy?: IdentityTransformStreamQueuingStrategy); 1930 + } 1931 + interface IdentityTransformStreamQueuingStrategy { 1932 + highWaterMark?: (number | bigint); 1933 + } 1934 + interface ReadableStreamValuesOptions { 1935 + preventCancel?: boolean; 1936 + } 1937 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompressionStream) */ 1938 + declare class CompressionStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> { 1939 + constructor(format: "gzip" | "deflate" | "deflate-raw"); 1940 + } 1941 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DecompressionStream) */ 1942 + declare class DecompressionStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> { 1943 + constructor(format: "gzip" | "deflate" | "deflate-raw"); 1944 + } 1945 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */ 1946 + declare class TextEncoderStream extends TransformStream<string, Uint8Array> { 1947 + constructor(); 1948 + get encoding(): string; 1949 + } 1950 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream) */ 1951 + declare class TextDecoderStream extends TransformStream<ArrayBuffer | ArrayBufferView, string> { 1952 + constructor(label?: string, options?: TextDecoderStreamTextDecoderStreamInit); 1953 + get encoding(): string; 1954 + get fatal(): boolean; 1955 + get ignoreBOM(): boolean; 1956 + } 1957 + interface TextDecoderStreamTextDecoderStreamInit { 1958 + fatal?: boolean; 1959 + ignoreBOM?: boolean; 1960 + } 1961 + /** 1962 + * This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams. 1963 + * 1964 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy) 1965 + */ 1966 + declare class ByteLengthQueuingStrategy implements QueuingStrategy<ArrayBufferView> { 1967 + constructor(init: QueuingStrategyInit); 1968 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/highWaterMark) */ 1969 + get highWaterMark(): number; 1970 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/size) */ 1971 + get size(): (chunk?: any) => number; 1972 + } 1973 + /** 1974 + * This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams. 1975 + * 1976 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CountQueuingStrategy) 1977 + */ 1978 + declare class CountQueuingStrategy implements QueuingStrategy { 1979 + constructor(init: QueuingStrategyInit); 1980 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CountQueuingStrategy/highWaterMark) */ 1981 + get highWaterMark(): number; 1982 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CountQueuingStrategy/size) */ 1983 + get size(): (chunk?: any) => number; 1984 + } 1985 + interface QueuingStrategyInit { 1986 + /** 1987 + * Creates a new ByteLengthQueuingStrategy with the provided high water mark. 1988 + * 1989 + * Note that the provided high water mark will not be validated ahead of time. Instead, if it is negative, NaN, or not a number, the resulting ByteLengthQueuingStrategy will cause the corresponding stream constructor to throw. 1990 + */ 1991 + highWaterMark: number; 1992 + } 1993 + interface ScriptVersion { 1994 + id?: string; 1995 + tag?: string; 1996 + message?: string; 1997 + } 1998 + declare abstract class TailEvent extends ExtendableEvent { 1999 + readonly events: TraceItem[]; 2000 + readonly traces: TraceItem[]; 2001 + } 2002 + interface TraceItem { 2003 + readonly event: (TraceItemFetchEventInfo | TraceItemJsRpcEventInfo | TraceItemScheduledEventInfo | TraceItemAlarmEventInfo | TraceItemQueueEventInfo | TraceItemEmailEventInfo | TraceItemTailEventInfo | TraceItemCustomEventInfo | TraceItemHibernatableWebSocketEventInfo) | null; 2004 + readonly eventTimestamp: number | null; 2005 + readonly logs: TraceLog[]; 2006 + readonly exceptions: TraceException[]; 2007 + readonly diagnosticsChannelEvents: TraceDiagnosticChannelEvent[]; 2008 + readonly scriptName: string | null; 2009 + readonly entrypoint?: string; 2010 + readonly scriptVersion?: ScriptVersion; 2011 + readonly dispatchNamespace?: string; 2012 + readonly scriptTags?: string[]; 2013 + readonly outcome: string; 2014 + readonly executionModel: string; 2015 + readonly truncated: boolean; 2016 + readonly cpuTime: number; 2017 + readonly wallTime: number; 2018 + } 2019 + interface TraceItemAlarmEventInfo { 2020 + readonly scheduledTime: Date; 2021 + } 2022 + interface TraceItemCustomEventInfo { 2023 + } 2024 + interface TraceItemScheduledEventInfo { 2025 + readonly scheduledTime: number; 2026 + readonly cron: string; 2027 + } 2028 + interface TraceItemQueueEventInfo { 2029 + readonly queue: string; 2030 + readonly batchSize: number; 2031 + } 2032 + interface TraceItemEmailEventInfo { 2033 + readonly mailFrom: string; 2034 + readonly rcptTo: string; 2035 + readonly rawSize: number; 2036 + } 2037 + interface TraceItemTailEventInfo { 2038 + readonly consumedEvents: TraceItemTailEventInfoTailItem[]; 2039 + } 2040 + interface TraceItemTailEventInfoTailItem { 2041 + readonly scriptName: string | null; 2042 + } 2043 + interface TraceItemFetchEventInfo { 2044 + readonly response?: TraceItemFetchEventInfoResponse; 2045 + readonly request: TraceItemFetchEventInfoRequest; 2046 + } 2047 + interface TraceItemFetchEventInfoRequest { 2048 + readonly cf?: any; 2049 + readonly headers: Record<string, string>; 2050 + readonly method: string; 2051 + readonly url: string; 2052 + getUnredacted(): TraceItemFetchEventInfoRequest; 2053 + } 2054 + interface TraceItemFetchEventInfoResponse { 2055 + readonly status: number; 2056 + } 2057 + interface TraceItemJsRpcEventInfo { 2058 + readonly rpcMethod: string; 2059 + } 2060 + interface TraceItemHibernatableWebSocketEventInfo { 2061 + readonly getWebSocketEvent: TraceItemHibernatableWebSocketEventInfoMessage | TraceItemHibernatableWebSocketEventInfoClose | TraceItemHibernatableWebSocketEventInfoError; 2062 + } 2063 + interface TraceItemHibernatableWebSocketEventInfoMessage { 2064 + readonly webSocketEventType: string; 2065 + } 2066 + interface TraceItemHibernatableWebSocketEventInfoClose { 2067 + readonly webSocketEventType: string; 2068 + readonly code: number; 2069 + readonly wasClean: boolean; 2070 + } 2071 + interface TraceItemHibernatableWebSocketEventInfoError { 2072 + readonly webSocketEventType: string; 2073 + } 2074 + interface TraceLog { 2075 + readonly timestamp: number; 2076 + readonly level: string; 2077 + readonly message: any; 2078 + } 2079 + interface TraceException { 2080 + readonly timestamp: number; 2081 + readonly message: string; 2082 + readonly name: string; 2083 + readonly stack?: string; 2084 + } 2085 + interface TraceDiagnosticChannelEvent { 2086 + readonly timestamp: number; 2087 + readonly channel: string; 2088 + readonly message: any; 2089 + } 2090 + interface TraceMetrics { 2091 + readonly cpuTime: number; 2092 + readonly wallTime: number; 2093 + } 2094 + interface UnsafeTraceMetrics { 2095 + fromTrace(item: TraceItem): TraceMetrics; 2096 + } 2097 + /** 2098 + * The URL interface represents an object providing static methods used for creating object URLs. 2099 + * 2100 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL) 2101 + */ 2102 + declare class URL { 2103 + constructor(url: string | URL, base?: string | URL); 2104 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/origin) */ 2105 + get origin(): string; 2106 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/href) */ 2107 + get href(): string; 2108 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/href) */ 2109 + set href(value: string); 2110 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/protocol) */ 2111 + get protocol(): string; 2112 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/protocol) */ 2113 + set protocol(value: string); 2114 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/username) */ 2115 + get username(): string; 2116 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/username) */ 2117 + set username(value: string); 2118 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/password) */ 2119 + get password(): string; 2120 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/password) */ 2121 + set password(value: string); 2122 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/host) */ 2123 + get host(): string; 2124 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/host) */ 2125 + set host(value: string); 2126 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/hostname) */ 2127 + get hostname(): string; 2128 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/hostname) */ 2129 + set hostname(value: string); 2130 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/port) */ 2131 + get port(): string; 2132 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/port) */ 2133 + set port(value: string); 2134 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/pathname) */ 2135 + get pathname(): string; 2136 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/pathname) */ 2137 + set pathname(value: string); 2138 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/search) */ 2139 + get search(): string; 2140 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/search) */ 2141 + set search(value: string); 2142 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/hash) */ 2143 + get hash(): string; 2144 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/hash) */ 2145 + set hash(value: string); 2146 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/searchParams) */ 2147 + get searchParams(): URLSearchParams; 2148 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/toJSON) */ 2149 + toJSON(): string; 2150 + /*function toString() { [native code] }*/ 2151 + toString(): string; 2152 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/canParse_static) */ 2153 + static canParse(url: string, base?: string): boolean; 2154 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/parse_static) */ 2155 + static parse(url: string, base?: string): URL | null; 2156 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static) */ 2157 + static createObjectURL(object: File | Blob): string; 2158 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/revokeObjectURL_static) */ 2159 + static revokeObjectURL(object_url: string): void; 2160 + } 2161 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams) */ 2162 + declare class URLSearchParams { 2163 + constructor(init?: (Iterable<Iterable<string>> | Record<string, string> | string)); 2164 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/size) */ 2165 + get size(): number; 2166 + /** 2167 + * Appends a specified key/value pair as a new search parameter. 2168 + * 2169 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/append) 2170 + */ 2171 + append(name: string, value: string): void; 2172 + /** 2173 + * Deletes the given search parameter, and its associated value, from the list of all search parameters. 2174 + * 2175 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/delete) 2176 + */ 2177 + delete(name: string, value?: string): void; 2178 + /** 2179 + * Returns the first value associated to the given search parameter. 2180 + * 2181 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/get) 2182 + */ 2183 + get(name: string): string | null; 2184 + /** 2185 + * Returns all the values association with a given search parameter. 2186 + * 2187 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/getAll) 2188 + */ 2189 + getAll(name: string): string[]; 2190 + /** 2191 + * Returns a Boolean indicating if such a search parameter exists. 2192 + * 2193 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/has) 2194 + */ 2195 + has(name: string, value?: string): boolean; 2196 + /** 2197 + * Sets the value associated to a given search parameter to the given value. If there were several values, delete the others. 2198 + * 2199 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/set) 2200 + */ 2201 + set(name: string, value: string): void; 2202 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/sort) */ 2203 + sort(): void; 2204 + /* Returns an array of key, value pairs for every entry in the search params. */ 2205 + entries(): IterableIterator<[ 2206 + key: string, 2207 + value: string 2208 + ]>; 2209 + /* Returns a list of keys in the search params. */ 2210 + keys(): IterableIterator<string>; 2211 + /* Returns a list of values in the search params. */ 2212 + values(): IterableIterator<string>; 2213 + forEach<This = unknown>(callback: (this: This, value: string, key: string, parent: URLSearchParams) => void, thisArg?: This): void; 2214 + /*function toString() { [native code] } Returns a string containing a query string suitable for use in a URL. Does not include the question mark. */ 2215 + toString(): string; 2216 + [Symbol.iterator](): IterableIterator<[ 2217 + key: string, 2218 + value: string 2219 + ]>; 2220 + } 2221 + declare class URLPattern { 2222 + constructor(input?: (string | URLPatternInit), baseURL?: (string | URLPatternOptions), patternOptions?: URLPatternOptions); 2223 + get protocol(): string; 2224 + get username(): string; 2225 + get password(): string; 2226 + get hostname(): string; 2227 + get port(): string; 2228 + get pathname(): string; 2229 + get search(): string; 2230 + get hash(): string; 2231 + get hasRegExpGroups(): boolean; 2232 + test(input?: (string | URLPatternInit), baseURL?: string): boolean; 2233 + exec(input?: (string | URLPatternInit), baseURL?: string): URLPatternResult | null; 2234 + } 2235 + interface URLPatternInit { 2236 + protocol?: string; 2237 + username?: string; 2238 + password?: string; 2239 + hostname?: string; 2240 + port?: string; 2241 + pathname?: string; 2242 + search?: string; 2243 + hash?: string; 2244 + baseURL?: string; 2245 + } 2246 + interface URLPatternComponentResult { 2247 + input: string; 2248 + groups: Record<string, string>; 2249 + } 2250 + interface URLPatternResult { 2251 + inputs: (string | URLPatternInit)[]; 2252 + protocol: URLPatternComponentResult; 2253 + username: URLPatternComponentResult; 2254 + password: URLPatternComponentResult; 2255 + hostname: URLPatternComponentResult; 2256 + port: URLPatternComponentResult; 2257 + pathname: URLPatternComponentResult; 2258 + search: URLPatternComponentResult; 2259 + hash: URLPatternComponentResult; 2260 + } 2261 + interface URLPatternOptions { 2262 + ignoreCase?: boolean; 2263 + } 2264 + /** 2265 + * A CloseEvent is sent to clients using WebSockets when the connection is closed. This is delivered to the listener indicated by the WebSocket object's onclose attribute. 2266 + * 2267 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent) 2268 + */ 2269 + declare class CloseEvent extends Event { 2270 + constructor(type: string, initializer?: CloseEventInit); 2271 + /** 2272 + * Returns the WebSocket connection close code provided by the server. 2273 + * 2274 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/code) 2275 + */ 2276 + readonly code: number; 2277 + /** 2278 + * Returns the WebSocket connection close reason provided by the server. 2279 + * 2280 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/reason) 2281 + */ 2282 + readonly reason: string; 2283 + /** 2284 + * Returns true if the connection closed cleanly; false otherwise. 2285 + * 2286 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/wasClean) 2287 + */ 2288 + readonly wasClean: boolean; 2289 + } 2290 + interface CloseEventInit { 2291 + code?: number; 2292 + reason?: string; 2293 + wasClean?: boolean; 2294 + } 2295 + /** 2296 + * A message received by a target object. 2297 + * 2298 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessageEvent) 2299 + */ 2300 + declare class MessageEvent extends Event { 2301 + constructor(type: string, initializer: MessageEventInit); 2302 + /** 2303 + * Returns the data of the message. 2304 + * 2305 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessageEvent/data) 2306 + */ 2307 + readonly data: ArrayBuffer | string; 2308 + } 2309 + interface MessageEventInit { 2310 + data: ArrayBuffer | string; 2311 + } 2312 + type WebSocketEventMap = { 2313 + close: CloseEvent; 2314 + message: MessageEvent; 2315 + open: Event; 2316 + error: ErrorEvent; 2317 + }; 2318 + /** 2319 + * Provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection. 2320 + * 2321 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket) 2322 + */ 2323 + declare var WebSocket: { 2324 + prototype: WebSocket; 2325 + new (url: string, protocols?: (string[] | string)): WebSocket; 2326 + readonly READY_STATE_CONNECTING: number; 2327 + readonly CONNECTING: number; 2328 + readonly READY_STATE_OPEN: number; 2329 + readonly OPEN: number; 2330 + readonly READY_STATE_CLOSING: number; 2331 + readonly CLOSING: number; 2332 + readonly READY_STATE_CLOSED: number; 2333 + readonly CLOSED: number; 2334 + }; 2335 + /** 2336 + * Provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection. 2337 + * 2338 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket) 2339 + */ 2340 + interface WebSocket extends EventTarget<WebSocketEventMap> { 2341 + accept(): void; 2342 + /** 2343 + * Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView. 2344 + * 2345 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/send) 2346 + */ 2347 + send(message: (ArrayBuffer | ArrayBufferView) | string): void; 2348 + /** 2349 + * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason. 2350 + * 2351 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close) 2352 + */ 2353 + close(code?: number, reason?: string): void; 2354 + serializeAttachment(attachment: any): void; 2355 + deserializeAttachment(): any | null; 2356 + /** 2357 + * Returns the state of the WebSocket object's connection. It can have the values described below. 2358 + * 2359 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/readyState) 2360 + */ 2361 + readyState: number; 2362 + /** 2363 + * Returns the URL that was used to establish the WebSocket connection. 2364 + * 2365 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/url) 2366 + */ 2367 + url: string | null; 2368 + /** 2369 + * Returns the subprotocol selected by the server, if any. It can be used in conjunction with the array form of the constructor's second argument to perform subprotocol negotiation. 2370 + * 2371 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/protocol) 2372 + */ 2373 + protocol: string | null; 2374 + /** 2375 + * Returns the extensions selected by the server, if any. 2376 + * 2377 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/extensions) 2378 + */ 2379 + extensions: string | null; 2380 + } 2381 + declare const WebSocketPair: { 2382 + new (): { 2383 + 0: WebSocket; 2384 + 1: WebSocket; 2385 + }; 2386 + }; 2387 + interface SqlStorage { 2388 + exec<T extends Record<string, SqlStorageValue>>(query: string, ...bindings: any[]): SqlStorageCursor<T>; 2389 + get databaseSize(): number; 2390 + Cursor: typeof SqlStorageCursor; 2391 + Statement: typeof SqlStorageStatement; 2392 + } 2393 + declare abstract class SqlStorageStatement { 2394 + } 2395 + type SqlStorageValue = ArrayBuffer | string | number | null; 2396 + declare abstract class SqlStorageCursor<T extends Record<string, SqlStorageValue>> { 2397 + next(): { 2398 + done?: false; 2399 + value: T; 2400 + } | { 2401 + done: true; 2402 + value?: never; 2403 + }; 2404 + toArray(): T[]; 2405 + one(): T; 2406 + raw<U extends SqlStorageValue[]>(): IterableIterator<U>; 2407 + columnNames: string[]; 2408 + get rowsRead(): number; 2409 + get rowsWritten(): number; 2410 + [Symbol.iterator](): IterableIterator<T>; 2411 + } 2412 + interface Socket { 2413 + get readable(): ReadableStream; 2414 + get writable(): WritableStream; 2415 + get closed(): Promise<void>; 2416 + get opened(): Promise<SocketInfo>; 2417 + get upgraded(): boolean; 2418 + get secureTransport(): "on" | "off" | "starttls"; 2419 + close(): Promise<void>; 2420 + startTls(options?: TlsOptions): Socket; 2421 + } 2422 + interface SocketOptions { 2423 + secureTransport?: string; 2424 + allowHalfOpen: boolean; 2425 + highWaterMark?: (number | bigint); 2426 + } 2427 + interface SocketAddress { 2428 + hostname: string; 2429 + port: number; 2430 + } 2431 + interface TlsOptions { 2432 + expectedServerHostname?: string; 2433 + } 2434 + interface SocketInfo { 2435 + remoteAddress?: string; 2436 + localAddress?: string; 2437 + } 2438 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource) */ 2439 + declare class EventSource extends EventTarget { 2440 + constructor(url: string, init?: EventSourceEventSourceInit); 2441 + /** 2442 + * Aborts any instances of the fetch algorithm started for this EventSource object, and sets the readyState attribute to CLOSED. 2443 + * 2444 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/close) 2445 + */ 2446 + close(): void; 2447 + /** 2448 + * Returns the URL providing the event stream. 2449 + * 2450 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/url) 2451 + */ 2452 + get url(): string; 2453 + /** 2454 + * Returns true if the credentials mode for connection requests to the URL providing the event stream is set to "include", and false otherwise. 2455 + * 2456 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/withCredentials) 2457 + */ 2458 + get withCredentials(): boolean; 2459 + /** 2460 + * Returns the state of this EventSource object's connection. It can have the values described below. 2461 + * 2462 + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/readyState) 2463 + */ 2464 + get readyState(): number; 2465 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/open_event) */ 2466 + get onopen(): any | null; 2467 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/open_event) */ 2468 + set onopen(value: any | null); 2469 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */ 2470 + get onmessage(): any | null; 2471 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */ 2472 + set onmessage(value: any | null); 2473 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/error_event) */ 2474 + get onerror(): any | null; 2475 + /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/error_event) */ 2476 + set onerror(value: any | null); 2477 + static readonly CONNECTING: number; 2478 + static readonly OPEN: number; 2479 + static readonly CLOSED: number; 2480 + static from(stream: ReadableStream): EventSource; 2481 + } 2482 + interface EventSourceEventSourceInit { 2483 + withCredentials?: boolean; 2484 + fetcher?: Fetcher; 2485 + } 2486 + interface Container { 2487 + get running(): boolean; 2488 + start(options?: ContainerStartupOptions): void; 2489 + monitor(): Promise<void>; 2490 + destroy(error?: any): Promise<void>; 2491 + signal(signo: number): void; 2492 + getTcpPort(port: number): Fetcher; 2493 + } 2494 + interface ContainerStartupOptions { 2495 + entrypoint?: string[]; 2496 + enableInternet: boolean; 2497 + env?: Record<string, string>; 2498 + } 2499 + type AiImageClassificationInput = { 2500 + image: number[]; 2501 + }; 2502 + type AiImageClassificationOutput = { 2503 + score?: number; 2504 + label?: string; 2505 + }[]; 2506 + declare abstract class BaseAiImageClassification { 2507 + inputs: AiImageClassificationInput; 2508 + postProcessedOutputs: AiImageClassificationOutput; 2509 + } 2510 + type AiImageToTextInput = { 2511 + image: number[]; 2512 + prompt?: string; 2513 + max_tokens?: number; 2514 + temperature?: number; 2515 + top_p?: number; 2516 + top_k?: number; 2517 + seed?: number; 2518 + repetition_penalty?: number; 2519 + frequency_penalty?: number; 2520 + presence_penalty?: number; 2521 + raw?: boolean; 2522 + messages?: RoleScopedChatInput[]; 2523 + }; 2524 + type AiImageToTextOutput = { 2525 + description: string; 2526 + }; 2527 + declare abstract class BaseAiImageToText { 2528 + inputs: AiImageToTextInput; 2529 + postProcessedOutputs: AiImageToTextOutput; 2530 + } 2531 + type AiImageTextToTextInput = { 2532 + image: string; 2533 + prompt?: string; 2534 + max_tokens?: number; 2535 + temperature?: number; 2536 + ignore_eos?: boolean; 2537 + top_p?: number; 2538 + top_k?: number; 2539 + seed?: number; 2540 + repetition_penalty?: number; 2541 + frequency_penalty?: number; 2542 + presence_penalty?: number; 2543 + raw?: boolean; 2544 + messages?: RoleScopedChatInput[]; 2545 + }; 2546 + type AiImageTextToTextOutput = { 2547 + description: string; 2548 + }; 2549 + declare abstract class BaseAiImageTextToText { 2550 + inputs: AiImageTextToTextInput; 2551 + postProcessedOutputs: AiImageTextToTextOutput; 2552 + } 2553 + type AiObjectDetectionInput = { 2554 + image: number[]; 2555 + }; 2556 + type AiObjectDetectionOutput = { 2557 + score?: number; 2558 + label?: string; 2559 + }[]; 2560 + declare abstract class BaseAiObjectDetection { 2561 + inputs: AiObjectDetectionInput; 2562 + postProcessedOutputs: AiObjectDetectionOutput; 2563 + } 2564 + type AiSentenceSimilarityInput = { 2565 + source: string; 2566 + sentences: string[]; 2567 + }; 2568 + type AiSentenceSimilarityOutput = number[]; 2569 + declare abstract class BaseAiSentenceSimilarity { 2570 + inputs: AiSentenceSimilarityInput; 2571 + postProcessedOutputs: AiSentenceSimilarityOutput; 2572 + } 2573 + type AiAutomaticSpeechRecognitionInput = { 2574 + audio: number[]; 2575 + }; 2576 + type AiAutomaticSpeechRecognitionOutput = { 2577 + text?: string; 2578 + words?: { 2579 + word: string; 2580 + start: number; 2581 + end: number; 2582 + }[]; 2583 + vtt?: string; 2584 + }; 2585 + declare abstract class BaseAiAutomaticSpeechRecognition { 2586 + inputs: AiAutomaticSpeechRecognitionInput; 2587 + postProcessedOutputs: AiAutomaticSpeechRecognitionOutput; 2588 + } 2589 + type AiSummarizationInput = { 2590 + input_text: string; 2591 + max_length?: number; 2592 + }; 2593 + type AiSummarizationOutput = { 2594 + summary: string; 2595 + }; 2596 + declare abstract class BaseAiSummarization { 2597 + inputs: AiSummarizationInput; 2598 + postProcessedOutputs: AiSummarizationOutput; 2599 + } 2600 + type AiTextClassificationInput = { 2601 + text: string; 2602 + }; 2603 + type AiTextClassificationOutput = { 2604 + score?: number; 2605 + label?: string; 2606 + }[]; 2607 + declare abstract class BaseAiTextClassification { 2608 + inputs: AiTextClassificationInput; 2609 + postProcessedOutputs: AiTextClassificationOutput; 2610 + } 2611 + type AiTextEmbeddingsInput = { 2612 + text: string | string[]; 2613 + }; 2614 + type AiTextEmbeddingsOutput = { 2615 + shape: number[]; 2616 + data: number[][]; 2617 + }; 2618 + declare abstract class BaseAiTextEmbeddings { 2619 + inputs: AiTextEmbeddingsInput; 2620 + postProcessedOutputs: AiTextEmbeddingsOutput; 2621 + } 2622 + type RoleScopedChatInput = { 2623 + role: "user" | "assistant" | "system" | "tool" | (string & NonNullable<unknown>); 2624 + content: string; 2625 + name?: string; 2626 + }; 2627 + type AiTextGenerationToolLegacyInput = { 2628 + name: string; 2629 + description: string; 2630 + parameters?: { 2631 + type: "object" | (string & NonNullable<unknown>); 2632 + properties: { 2633 + [key: string]: { 2634 + type: string; 2635 + description?: string; 2636 + }; 2637 + }; 2638 + required: string[]; 2639 + }; 2640 + }; 2641 + type AiTextGenerationToolInput = { 2642 + type: "function" | (string & NonNullable<unknown>); 2643 + function: { 2644 + name: string; 2645 + description: string; 2646 + parameters?: { 2647 + type: "object" | (string & NonNullable<unknown>); 2648 + properties: { 2649 + [key: string]: { 2650 + type: string; 2651 + description?: string; 2652 + }; 2653 + }; 2654 + required: string[]; 2655 + }; 2656 + }; 2657 + }; 2658 + type AiTextGenerationFunctionsInput = { 2659 + name: string; 2660 + code: string; 2661 + }; 2662 + type AiTextGenerationResponseFormat = { 2663 + type: string; 2664 + json_schema?: any; 2665 + }; 2666 + type AiTextGenerationInput = { 2667 + prompt?: string; 2668 + raw?: boolean; 2669 + stream?: boolean; 2670 + max_tokens?: number; 2671 + temperature?: number; 2672 + top_p?: number; 2673 + top_k?: number; 2674 + seed?: number; 2675 + repetition_penalty?: number; 2676 + frequency_penalty?: number; 2677 + presence_penalty?: number; 2678 + messages?: RoleScopedChatInput[]; 2679 + response_format?: AiTextGenerationResponseFormat; 2680 + tools?: AiTextGenerationToolInput[] | AiTextGenerationToolLegacyInput[] | (object & NonNullable<unknown>); 2681 + functions?: AiTextGenerationFunctionsInput[]; 2682 + }; 2683 + type AiTextGenerationOutput = { 2684 + response?: string; 2685 + tool_calls?: { 2686 + name: string; 2687 + arguments: unknown; 2688 + }[]; 2689 + }; 2690 + declare abstract class BaseAiTextGeneration { 2691 + inputs: AiTextGenerationInput; 2692 + postProcessedOutputs: AiTextGenerationOutput; 2693 + } 2694 + type AiTextToSpeechInput = { 2695 + prompt: string; 2696 + lang?: string; 2697 + }; 2698 + type AiTextToSpeechOutput = Uint8Array | { 2699 + audio: string; 2700 + }; 2701 + declare abstract class BaseAiTextToSpeech { 2702 + inputs: AiTextToSpeechInput; 2703 + postProcessedOutputs: AiTextToSpeechOutput; 2704 + } 2705 + type AiTextToImageInput = { 2706 + prompt: string; 2707 + negative_prompt?: string; 2708 + height?: number; 2709 + width?: number; 2710 + image?: number[]; 2711 + image_b64?: string; 2712 + mask?: number[]; 2713 + num_steps?: number; 2714 + strength?: number; 2715 + guidance?: number; 2716 + seed?: number; 2717 + }; 2718 + type AiTextToImageOutput = ReadableStream<Uint8Array>; 2719 + declare abstract class BaseAiTextToImage { 2720 + inputs: AiTextToImageInput; 2721 + postProcessedOutputs: AiTextToImageOutput; 2722 + } 2723 + type AiTranslationInput = { 2724 + text: string; 2725 + target_lang: string; 2726 + source_lang?: string; 2727 + }; 2728 + type AiTranslationOutput = { 2729 + translated_text?: string; 2730 + }; 2731 + declare abstract class BaseAiTranslation { 2732 + inputs: AiTranslationInput; 2733 + postProcessedOutputs: AiTranslationOutput; 2734 + } 2735 + type Ai_Cf_Baai_Bge_Base_En_V1_5_Input = { 2736 + text: string | string[]; 2737 + /** 2738 + * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy. 2739 + */ 2740 + pooling?: "mean" | "cls"; 2741 + } | { 2742 + /** 2743 + * Batch of the embeddings requests to run using async-queue 2744 + */ 2745 + requests: { 2746 + text: string | string[]; 2747 + /** 2748 + * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy. 2749 + */ 2750 + pooling?: "mean" | "cls"; 2751 + }[]; 2752 + }; 2753 + type Ai_Cf_Baai_Bge_Base_En_V1_5_Output = { 2754 + shape?: number[]; 2755 + /** 2756 + * Embeddings of the requested text values 2757 + */ 2758 + data?: number[][]; 2759 + /** 2760 + * The pooling method used in the embedding process. 2761 + */ 2762 + pooling?: "mean" | "cls"; 2763 + } | AsyncResponse; 2764 + interface AsyncResponse { 2765 + /** 2766 + * The async request id that can be used to obtain the results. 2767 + */ 2768 + request_id?: string; 2769 + } 2770 + declare abstract class Base_Ai_Cf_Baai_Bge_Base_En_V1_5 { 2771 + inputs: Ai_Cf_Baai_Bge_Base_En_V1_5_Input; 2772 + postProcessedOutputs: Ai_Cf_Baai_Bge_Base_En_V1_5_Output; 2773 + } 2774 + type Ai_Cf_Openai_Whisper_Input = string | { 2775 + /** 2776 + * An array of integers that represent the audio data constrained to 8-bit unsigned integer values 2777 + */ 2778 + audio: number[]; 2779 + }; 2780 + interface Ai_Cf_Openai_Whisper_Output { 2781 + /** 2782 + * The transcription 2783 + */ 2784 + text: string; 2785 + word_count?: number; 2786 + words?: { 2787 + word?: string; 2788 + /** 2789 + * The second this word begins in the recording 2790 + */ 2791 + start?: number; 2792 + /** 2793 + * The ending second when the word completes 2794 + */ 2795 + end?: number; 2796 + }[]; 2797 + vtt?: string; 2798 + } 2799 + declare abstract class Base_Ai_Cf_Openai_Whisper { 2800 + inputs: Ai_Cf_Openai_Whisper_Input; 2801 + postProcessedOutputs: Ai_Cf_Openai_Whisper_Output; 2802 + } 2803 + type Ai_Cf_Meta_M2M100_1_2B_Input = { 2804 + /** 2805 + * The text to be translated 2806 + */ 2807 + text: string; 2808 + /** 2809 + * The language code of the source text (e.g., 'en' for English). Defaults to 'en' if not specified 2810 + */ 2811 + source_lang?: string; 2812 + /** 2813 + * The language code to translate the text into (e.g., 'es' for Spanish) 2814 + */ 2815 + target_lang: string; 2816 + } | { 2817 + /** 2818 + * Batch of the embeddings requests to run using async-queue 2819 + */ 2820 + requests: { 2821 + /** 2822 + * The text to be translated 2823 + */ 2824 + text: string; 2825 + /** 2826 + * The language code of the source text (e.g., 'en' for English). Defaults to 'en' if not specified 2827 + */ 2828 + source_lang?: string; 2829 + /** 2830 + * The language code to translate the text into (e.g., 'es' for Spanish) 2831 + */ 2832 + target_lang: string; 2833 + }[]; 2834 + }; 2835 + type Ai_Cf_Meta_M2M100_1_2B_Output = { 2836 + /** 2837 + * The translated text in the target language 2838 + */ 2839 + translated_text?: string; 2840 + } | AsyncResponse; 2841 + declare abstract class Base_Ai_Cf_Meta_M2M100_1_2B { 2842 + inputs: Ai_Cf_Meta_M2M100_1_2B_Input; 2843 + postProcessedOutputs: Ai_Cf_Meta_M2M100_1_2B_Output; 2844 + } 2845 + type Ai_Cf_Baai_Bge_Small_En_V1_5_Input = { 2846 + text: string | string[]; 2847 + /** 2848 + * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy. 2849 + */ 2850 + pooling?: "mean" | "cls"; 2851 + } | { 2852 + /** 2853 + * Batch of the embeddings requests to run using async-queue 2854 + */ 2855 + requests: { 2856 + text: string | string[]; 2857 + /** 2858 + * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy. 2859 + */ 2860 + pooling?: "mean" | "cls"; 2861 + }[]; 2862 + }; 2863 + type Ai_Cf_Baai_Bge_Small_En_V1_5_Output = { 2864 + shape?: number[]; 2865 + /** 2866 + * Embeddings of the requested text values 2867 + */ 2868 + data?: number[][]; 2869 + /** 2870 + * The pooling method used in the embedding process. 2871 + */ 2872 + pooling?: "mean" | "cls"; 2873 + } | AsyncResponse; 2874 + declare abstract class Base_Ai_Cf_Baai_Bge_Small_En_V1_5 { 2875 + inputs: Ai_Cf_Baai_Bge_Small_En_V1_5_Input; 2876 + postProcessedOutputs: Ai_Cf_Baai_Bge_Small_En_V1_5_Output; 2877 + } 2878 + type Ai_Cf_Baai_Bge_Large_En_V1_5_Input = { 2879 + text: string | string[]; 2880 + /** 2881 + * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy. 2882 + */ 2883 + pooling?: "mean" | "cls"; 2884 + } | { 2885 + /** 2886 + * Batch of the embeddings requests to run using async-queue 2887 + */ 2888 + requests: { 2889 + text: string | string[]; 2890 + /** 2891 + * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy. 2892 + */ 2893 + pooling?: "mean" | "cls"; 2894 + }[]; 2895 + }; 2896 + type Ai_Cf_Baai_Bge_Large_En_V1_5_Output = { 2897 + shape?: number[]; 2898 + /** 2899 + * Embeddings of the requested text values 2900 + */ 2901 + data?: number[][]; 2902 + /** 2903 + * The pooling method used in the embedding process. 2904 + */ 2905 + pooling?: "mean" | "cls"; 2906 + } | AsyncResponse; 2907 + declare abstract class Base_Ai_Cf_Baai_Bge_Large_En_V1_5 { 2908 + inputs: Ai_Cf_Baai_Bge_Large_En_V1_5_Input; 2909 + postProcessedOutputs: Ai_Cf_Baai_Bge_Large_En_V1_5_Output; 2910 + } 2911 + type Ai_Cf_Unum_Uform_Gen2_Qwen_500M_Input = string | { 2912 + /** 2913 + * The input text prompt for the model to generate a response. 2914 + */ 2915 + prompt?: string; 2916 + /** 2917 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 2918 + */ 2919 + raw?: boolean; 2920 + /** 2921 + * Controls the creativity of the AI's responses by adjusting how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 2922 + */ 2923 + top_p?: number; 2924 + /** 2925 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 2926 + */ 2927 + top_k?: number; 2928 + /** 2929 + * Random seed for reproducibility of the generation. 2930 + */ 2931 + seed?: number; 2932 + /** 2933 + * Penalty for repeated tokens; higher values discourage repetition. 2934 + */ 2935 + repetition_penalty?: number; 2936 + /** 2937 + * Decreases the likelihood of the model repeating the same lines verbatim. 2938 + */ 2939 + frequency_penalty?: number; 2940 + /** 2941 + * Increases the likelihood of the model introducing new topics. 2942 + */ 2943 + presence_penalty?: number; 2944 + image: number[] | (string & NonNullable<unknown>); 2945 + /** 2946 + * The maximum number of tokens to generate in the response. 2947 + */ 2948 + max_tokens?: number; 2949 + }; 2950 + interface Ai_Cf_Unum_Uform_Gen2_Qwen_500M_Output { 2951 + description?: string; 2952 + } 2953 + declare abstract class Base_Ai_Cf_Unum_Uform_Gen2_Qwen_500M { 2954 + inputs: Ai_Cf_Unum_Uform_Gen2_Qwen_500M_Input; 2955 + postProcessedOutputs: Ai_Cf_Unum_Uform_Gen2_Qwen_500M_Output; 2956 + } 2957 + type Ai_Cf_Openai_Whisper_Tiny_En_Input = string | { 2958 + /** 2959 + * An array of integers that represent the audio data constrained to 8-bit unsigned integer values 2960 + */ 2961 + audio: number[]; 2962 + }; 2963 + interface Ai_Cf_Openai_Whisper_Tiny_En_Output { 2964 + /** 2965 + * The transcription 2966 + */ 2967 + text: string; 2968 + word_count?: number; 2969 + words?: { 2970 + word?: string; 2971 + /** 2972 + * The second this word begins in the recording 2973 + */ 2974 + start?: number; 2975 + /** 2976 + * The ending second when the word completes 2977 + */ 2978 + end?: number; 2979 + }[]; 2980 + vtt?: string; 2981 + } 2982 + declare abstract class Base_Ai_Cf_Openai_Whisper_Tiny_En { 2983 + inputs: Ai_Cf_Openai_Whisper_Tiny_En_Input; 2984 + postProcessedOutputs: Ai_Cf_Openai_Whisper_Tiny_En_Output; 2985 + } 2986 + interface Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input { 2987 + /** 2988 + * Base64 encoded value of the audio data. 2989 + */ 2990 + audio: string; 2991 + /** 2992 + * Supported tasks are 'translate' or 'transcribe'. 2993 + */ 2994 + task?: string; 2995 + /** 2996 + * The language of the audio being transcribed or translated. 2997 + */ 2998 + language?: string; 2999 + /** 3000 + * Preprocess the audio with a voice activity detection model. 3001 + */ 3002 + vad_filter?: boolean; 3003 + /** 3004 + * A text prompt to help provide context to the model on the contents of the audio. 3005 + */ 3006 + initial_prompt?: string; 3007 + /** 3008 + * The prefix it appended the the beginning of the output of the transcription and can guide the transcription result. 3009 + */ 3010 + prefix?: string; 3011 + } 3012 + interface Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output { 3013 + transcription_info?: { 3014 + /** 3015 + * The language of the audio being transcribed or translated. 3016 + */ 3017 + language?: string; 3018 + /** 3019 + * The confidence level or probability of the detected language being accurate, represented as a decimal between 0 and 1. 3020 + */ 3021 + language_probability?: number; 3022 + /** 3023 + * The total duration of the original audio file, in seconds. 3024 + */ 3025 + duration?: number; 3026 + /** 3027 + * The duration of the audio after applying Voice Activity Detection (VAD) to remove silent or irrelevant sections, in seconds. 3028 + */ 3029 + duration_after_vad?: number; 3030 + }; 3031 + /** 3032 + * The complete transcription of the audio. 3033 + */ 3034 + text: string; 3035 + /** 3036 + * The total number of words in the transcription. 3037 + */ 3038 + word_count?: number; 3039 + segments?: { 3040 + /** 3041 + * The starting time of the segment within the audio, in seconds. 3042 + */ 3043 + start?: number; 3044 + /** 3045 + * The ending time of the segment within the audio, in seconds. 3046 + */ 3047 + end?: number; 3048 + /** 3049 + * The transcription of the segment. 3050 + */ 3051 + text?: string; 3052 + /** 3053 + * The temperature used in the decoding process, controlling randomness in predictions. Lower values result in more deterministic outputs. 3054 + */ 3055 + temperature?: number; 3056 + /** 3057 + * The average log probability of the predictions for the words in this segment, indicating overall confidence. 3058 + */ 3059 + avg_logprob?: number; 3060 + /** 3061 + * The compression ratio of the input to the output, measuring how much the text was compressed during the transcription process. 3062 + */ 3063 + compression_ratio?: number; 3064 + /** 3065 + * The probability that the segment contains no speech, represented as a decimal between 0 and 1. 3066 + */ 3067 + no_speech_prob?: number; 3068 + words?: { 3069 + /** 3070 + * The individual word transcribed from the audio. 3071 + */ 3072 + word?: string; 3073 + /** 3074 + * The starting time of the word within the audio, in seconds. 3075 + */ 3076 + start?: number; 3077 + /** 3078 + * The ending time of the word within the audio, in seconds. 3079 + */ 3080 + end?: number; 3081 + }[]; 3082 + }[]; 3083 + /** 3084 + * The transcription in WebVTT format, which includes timing and text information for use in subtitles. 3085 + */ 3086 + vtt?: string; 3087 + } 3088 + declare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo { 3089 + inputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input; 3090 + postProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output; 3091 + } 3092 + type Ai_Cf_Baai_Bge_M3_Input = BGEM3InputQueryAndContexts | BGEM3InputEmbedding | { 3093 + /** 3094 + * Batch of the embeddings requests to run using async-queue 3095 + */ 3096 + requests: (BGEM3InputQueryAndContexts1 | BGEM3InputEmbedding1)[]; 3097 + }; 3098 + interface BGEM3InputQueryAndContexts { 3099 + /** 3100 + * A query you wish to perform against the provided contexts. If no query is provided the model with respond with embeddings for contexts 3101 + */ 3102 + query?: string; 3103 + /** 3104 + * List of provided contexts. Note that the index in this array is important, as the response will refer to it. 3105 + */ 3106 + contexts: { 3107 + /** 3108 + * One of the provided context content 3109 + */ 3110 + text?: string; 3111 + }[]; 3112 + /** 3113 + * When provided with too long context should the model error out or truncate the context to fit? 3114 + */ 3115 + truncate_inputs?: boolean; 3116 + } 3117 + interface BGEM3InputEmbedding { 3118 + text: string | string[]; 3119 + /** 3120 + * When provided with too long context should the model error out or truncate the context to fit? 3121 + */ 3122 + truncate_inputs?: boolean; 3123 + } 3124 + interface BGEM3InputQueryAndContexts1 { 3125 + /** 3126 + * A query you wish to perform against the provided contexts. If no query is provided the model with respond with embeddings for contexts 3127 + */ 3128 + query?: string; 3129 + /** 3130 + * List of provided contexts. Note that the index in this array is important, as the response will refer to it. 3131 + */ 3132 + contexts: { 3133 + /** 3134 + * One of the provided context content 3135 + */ 3136 + text?: string; 3137 + }[]; 3138 + /** 3139 + * When provided with too long context should the model error out or truncate the context to fit? 3140 + */ 3141 + truncate_inputs?: boolean; 3142 + } 3143 + interface BGEM3InputEmbedding1 { 3144 + text: string | string[]; 3145 + /** 3146 + * When provided with too long context should the model error out or truncate the context to fit? 3147 + */ 3148 + truncate_inputs?: boolean; 3149 + } 3150 + type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding | AsyncResponse; 3151 + interface BGEM3OuputQuery { 3152 + response?: { 3153 + /** 3154 + * Index of the context in the request 3155 + */ 3156 + id?: number; 3157 + /** 3158 + * Score of the context under the index. 3159 + */ 3160 + score?: number; 3161 + }[]; 3162 + } 3163 + interface BGEM3OutputEmbeddingForContexts { 3164 + response?: number[][]; 3165 + shape?: number[]; 3166 + /** 3167 + * The pooling method used in the embedding process. 3168 + */ 3169 + pooling?: "mean" | "cls"; 3170 + } 3171 + interface BGEM3OuputEmbedding { 3172 + shape?: number[]; 3173 + /** 3174 + * Embeddings of the requested text values 3175 + */ 3176 + data?: number[][]; 3177 + /** 3178 + * The pooling method used in the embedding process. 3179 + */ 3180 + pooling?: "mean" | "cls"; 3181 + } 3182 + declare abstract class Base_Ai_Cf_Baai_Bge_M3 { 3183 + inputs: Ai_Cf_Baai_Bge_M3_Input; 3184 + postProcessedOutputs: Ai_Cf_Baai_Bge_M3_Output; 3185 + } 3186 + interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input { 3187 + /** 3188 + * A text description of the image you want to generate. 3189 + */ 3190 + prompt: string; 3191 + /** 3192 + * The number of diffusion steps; higher values can improve quality but take longer. 3193 + */ 3194 + steps?: number; 3195 + } 3196 + interface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output { 3197 + /** 3198 + * The generated image in Base64 format. 3199 + */ 3200 + image?: string; 3201 + } 3202 + declare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell { 3203 + inputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input; 3204 + postProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output; 3205 + } 3206 + type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages; 3207 + interface Prompt { 3208 + /** 3209 + * The input text prompt for the model to generate a response. 3210 + */ 3211 + prompt: string; 3212 + image?: number[] | (string & NonNullable<unknown>); 3213 + /** 3214 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 3215 + */ 3216 + raw?: boolean; 3217 + /** 3218 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 3219 + */ 3220 + stream?: boolean; 3221 + /** 3222 + * The maximum number of tokens to generate in the response. 3223 + */ 3224 + max_tokens?: number; 3225 + /** 3226 + * Controls the randomness of the output; higher values produce more random results. 3227 + */ 3228 + temperature?: number; 3229 + /** 3230 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 3231 + */ 3232 + top_p?: number; 3233 + /** 3234 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 3235 + */ 3236 + top_k?: number; 3237 + /** 3238 + * Random seed for reproducibility of the generation. 3239 + */ 3240 + seed?: number; 3241 + /** 3242 + * Penalty for repeated tokens; higher values discourage repetition. 3243 + */ 3244 + repetition_penalty?: number; 3245 + /** 3246 + * Decreases the likelihood of the model repeating the same lines verbatim. 3247 + */ 3248 + frequency_penalty?: number; 3249 + /** 3250 + * Increases the likelihood of the model introducing new topics. 3251 + */ 3252 + presence_penalty?: number; 3253 + /** 3254 + * Name of the LoRA (Low-Rank Adaptation) model to fine-tune the base model. 3255 + */ 3256 + lora?: string; 3257 + } 3258 + interface Messages { 3259 + /** 3260 + * An array of message objects representing the conversation history. 3261 + */ 3262 + messages: { 3263 + /** 3264 + * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool'). 3265 + */ 3266 + role?: string; 3267 + /** 3268 + * The tool call id. Must be supplied for tool calls for Mistral-3. If you don't know what to put here you can fall back to 000000001 3269 + */ 3270 + tool_call_id?: string; 3271 + content?: string | { 3272 + /** 3273 + * Type of the content provided 3274 + */ 3275 + type?: string; 3276 + text?: string; 3277 + image_url?: { 3278 + /** 3279 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 3280 + */ 3281 + url?: string; 3282 + }; 3283 + }[] | { 3284 + /** 3285 + * Type of the content provided 3286 + */ 3287 + type?: string; 3288 + text?: string; 3289 + image_url?: { 3290 + /** 3291 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 3292 + */ 3293 + url?: string; 3294 + }; 3295 + }; 3296 + }[]; 3297 + image?: number[] | (string & NonNullable<unknown>); 3298 + functions?: { 3299 + name: string; 3300 + code: string; 3301 + }[]; 3302 + /** 3303 + * A list of tools available for the assistant to use. 3304 + */ 3305 + tools?: ({ 3306 + /** 3307 + * The name of the tool. More descriptive the better. 3308 + */ 3309 + name: string; 3310 + /** 3311 + * A brief description of what the tool does. 3312 + */ 3313 + description: string; 3314 + /** 3315 + * Schema defining the parameters accepted by the tool. 3316 + */ 3317 + parameters: { 3318 + /** 3319 + * The type of the parameters object (usually 'object'). 3320 + */ 3321 + type: string; 3322 + /** 3323 + * List of required parameter names. 3324 + */ 3325 + required?: string[]; 3326 + /** 3327 + * Definitions of each parameter. 3328 + */ 3329 + properties: { 3330 + [k: string]: { 3331 + /** 3332 + * The data type of the parameter. 3333 + */ 3334 + type: string; 3335 + /** 3336 + * A description of the expected parameter. 3337 + */ 3338 + description: string; 3339 + }; 3340 + }; 3341 + }; 3342 + } | { 3343 + /** 3344 + * Specifies the type of tool (e.g., 'function'). 3345 + */ 3346 + type: string; 3347 + /** 3348 + * Details of the function tool. 3349 + */ 3350 + function: { 3351 + /** 3352 + * The name of the function. 3353 + */ 3354 + name: string; 3355 + /** 3356 + * A brief description of what the function does. 3357 + */ 3358 + description: string; 3359 + /** 3360 + * Schema defining the parameters accepted by the function. 3361 + */ 3362 + parameters: { 3363 + /** 3364 + * The type of the parameters object (usually 'object'). 3365 + */ 3366 + type: string; 3367 + /** 3368 + * List of required parameter names. 3369 + */ 3370 + required?: string[]; 3371 + /** 3372 + * Definitions of each parameter. 3373 + */ 3374 + properties: { 3375 + [k: string]: { 3376 + /** 3377 + * The data type of the parameter. 3378 + */ 3379 + type: string; 3380 + /** 3381 + * A description of the expected parameter. 3382 + */ 3383 + description: string; 3384 + }; 3385 + }; 3386 + }; 3387 + }; 3388 + })[]; 3389 + /** 3390 + * If true, the response will be streamed back incrementally. 3391 + */ 3392 + stream?: boolean; 3393 + /** 3394 + * The maximum number of tokens to generate in the response. 3395 + */ 3396 + max_tokens?: number; 3397 + /** 3398 + * Controls the randomness of the output; higher values produce more random results. 3399 + */ 3400 + temperature?: number; 3401 + /** 3402 + * Controls the creativity of the AI's responses by adjusting how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 3403 + */ 3404 + top_p?: number; 3405 + /** 3406 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 3407 + */ 3408 + top_k?: number; 3409 + /** 3410 + * Random seed for reproducibility of the generation. 3411 + */ 3412 + seed?: number; 3413 + /** 3414 + * Penalty for repeated tokens; higher values discourage repetition. 3415 + */ 3416 + repetition_penalty?: number; 3417 + /** 3418 + * Decreases the likelihood of the model repeating the same lines verbatim. 3419 + */ 3420 + frequency_penalty?: number; 3421 + /** 3422 + * Increases the likelihood of the model introducing new topics. 3423 + */ 3424 + presence_penalty?: number; 3425 + } 3426 + type Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Output = { 3427 + /** 3428 + * The generated text response from the model 3429 + */ 3430 + response?: string; 3431 + /** 3432 + * An array of tool calls requests made during the response generation 3433 + */ 3434 + tool_calls?: { 3435 + /** 3436 + * The arguments passed to be passed to the tool call request 3437 + */ 3438 + arguments?: object; 3439 + /** 3440 + * The name of the tool to be called 3441 + */ 3442 + name?: string; 3443 + }[]; 3444 + }; 3445 + declare abstract class Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct { 3446 + inputs: Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input; 3447 + postProcessedOutputs: Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Output; 3448 + } 3449 + type Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Input = Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Prompt | Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Messages | AsyncBatch; 3450 + interface Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Prompt { 3451 + /** 3452 + * The input text prompt for the model to generate a response. 3453 + */ 3454 + prompt: string; 3455 + /** 3456 + * Name of the LoRA (Low-Rank Adaptation) model to fine-tune the base model. 3457 + */ 3458 + lora?: string; 3459 + response_format?: JSONMode; 3460 + /** 3461 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 3462 + */ 3463 + raw?: boolean; 3464 + /** 3465 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 3466 + */ 3467 + stream?: boolean; 3468 + /** 3469 + * The maximum number of tokens to generate in the response. 3470 + */ 3471 + max_tokens?: number; 3472 + /** 3473 + * Controls the randomness of the output; higher values produce more random results. 3474 + */ 3475 + temperature?: number; 3476 + /** 3477 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 3478 + */ 3479 + top_p?: number; 3480 + /** 3481 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 3482 + */ 3483 + top_k?: number; 3484 + /** 3485 + * Random seed for reproducibility of the generation. 3486 + */ 3487 + seed?: number; 3488 + /** 3489 + * Penalty for repeated tokens; higher values discourage repetition. 3490 + */ 3491 + repetition_penalty?: number; 3492 + /** 3493 + * Decreases the likelihood of the model repeating the same lines verbatim. 3494 + */ 3495 + frequency_penalty?: number; 3496 + /** 3497 + * Increases the likelihood of the model introducing new topics. 3498 + */ 3499 + presence_penalty?: number; 3500 + } 3501 + interface JSONMode { 3502 + type?: "json_object" | "json_schema"; 3503 + json_schema?: unknown; 3504 + } 3505 + interface Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Messages { 3506 + /** 3507 + * An array of message objects representing the conversation history. 3508 + */ 3509 + messages: { 3510 + /** 3511 + * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool'). 3512 + */ 3513 + role: string; 3514 + /** 3515 + * The content of the message as a string. 3516 + */ 3517 + content: string; 3518 + }[]; 3519 + functions?: { 3520 + name: string; 3521 + code: string; 3522 + }[]; 3523 + /** 3524 + * A list of tools available for the assistant to use. 3525 + */ 3526 + tools?: ({ 3527 + /** 3528 + * The name of the tool. More descriptive the better. 3529 + */ 3530 + name: string; 3531 + /** 3532 + * A brief description of what the tool does. 3533 + */ 3534 + description: string; 3535 + /** 3536 + * Schema defining the parameters accepted by the tool. 3537 + */ 3538 + parameters: { 3539 + /** 3540 + * The type of the parameters object (usually 'object'). 3541 + */ 3542 + type: string; 3543 + /** 3544 + * List of required parameter names. 3545 + */ 3546 + required?: string[]; 3547 + /** 3548 + * Definitions of each parameter. 3549 + */ 3550 + properties: { 3551 + [k: string]: { 3552 + /** 3553 + * The data type of the parameter. 3554 + */ 3555 + type: string; 3556 + /** 3557 + * A description of the expected parameter. 3558 + */ 3559 + description: string; 3560 + }; 3561 + }; 3562 + }; 3563 + } | { 3564 + /** 3565 + * Specifies the type of tool (e.g., 'function'). 3566 + */ 3567 + type: string; 3568 + /** 3569 + * Details of the function tool. 3570 + */ 3571 + function: { 3572 + /** 3573 + * The name of the function. 3574 + */ 3575 + name: string; 3576 + /** 3577 + * A brief description of what the function does. 3578 + */ 3579 + description: string; 3580 + /** 3581 + * Schema defining the parameters accepted by the function. 3582 + */ 3583 + parameters: { 3584 + /** 3585 + * The type of the parameters object (usually 'object'). 3586 + */ 3587 + type: string; 3588 + /** 3589 + * List of required parameter names. 3590 + */ 3591 + required?: string[]; 3592 + /** 3593 + * Definitions of each parameter. 3594 + */ 3595 + properties: { 3596 + [k: string]: { 3597 + /** 3598 + * The data type of the parameter. 3599 + */ 3600 + type: string; 3601 + /** 3602 + * A description of the expected parameter. 3603 + */ 3604 + description: string; 3605 + }; 3606 + }; 3607 + }; 3608 + }; 3609 + })[]; 3610 + response_format?: JSONMode; 3611 + /** 3612 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 3613 + */ 3614 + raw?: boolean; 3615 + /** 3616 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 3617 + */ 3618 + stream?: boolean; 3619 + /** 3620 + * The maximum number of tokens to generate in the response. 3621 + */ 3622 + max_tokens?: number; 3623 + /** 3624 + * Controls the randomness of the output; higher values produce more random results. 3625 + */ 3626 + temperature?: number; 3627 + /** 3628 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 3629 + */ 3630 + top_p?: number; 3631 + /** 3632 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 3633 + */ 3634 + top_k?: number; 3635 + /** 3636 + * Random seed for reproducibility of the generation. 3637 + */ 3638 + seed?: number; 3639 + /** 3640 + * Penalty for repeated tokens; higher values discourage repetition. 3641 + */ 3642 + repetition_penalty?: number; 3643 + /** 3644 + * Decreases the likelihood of the model repeating the same lines verbatim. 3645 + */ 3646 + frequency_penalty?: number; 3647 + /** 3648 + * Increases the likelihood of the model introducing new topics. 3649 + */ 3650 + presence_penalty?: number; 3651 + } 3652 + interface AsyncBatch { 3653 + requests?: { 3654 + /** 3655 + * User-supplied reference. This field will be present in the response as well it can be used to reference the request and response. It's NOT validated to be unique. 3656 + */ 3657 + external_reference?: string; 3658 + /** 3659 + * Prompt for the text generation model 3660 + */ 3661 + prompt?: string; 3662 + /** 3663 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 3664 + */ 3665 + stream?: boolean; 3666 + /** 3667 + * The maximum number of tokens to generate in the response. 3668 + */ 3669 + max_tokens?: number; 3670 + /** 3671 + * Controls the randomness of the output; higher values produce more random results. 3672 + */ 3673 + temperature?: number; 3674 + /** 3675 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 3676 + */ 3677 + top_p?: number; 3678 + /** 3679 + * Random seed for reproducibility of the generation. 3680 + */ 3681 + seed?: number; 3682 + /** 3683 + * Penalty for repeated tokens; higher values discourage repetition. 3684 + */ 3685 + repetition_penalty?: number; 3686 + /** 3687 + * Decreases the likelihood of the model repeating the same lines verbatim. 3688 + */ 3689 + frequency_penalty?: number; 3690 + /** 3691 + * Increases the likelihood of the model introducing new topics. 3692 + */ 3693 + presence_penalty?: number; 3694 + response_format?: JSONMode; 3695 + }[]; 3696 + } 3697 + type Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Output = { 3698 + /** 3699 + * The generated text response from the model 3700 + */ 3701 + response: string; 3702 + /** 3703 + * Usage statistics for the inference request 3704 + */ 3705 + usage?: { 3706 + /** 3707 + * Total number of tokens in input 3708 + */ 3709 + prompt_tokens?: number; 3710 + /** 3711 + * Total number of tokens in output 3712 + */ 3713 + completion_tokens?: number; 3714 + /** 3715 + * Total number of input and output tokens 3716 + */ 3717 + total_tokens?: number; 3718 + }; 3719 + /** 3720 + * An array of tool calls requests made during the response generation 3721 + */ 3722 + tool_calls?: { 3723 + /** 3724 + * The arguments passed to be passed to the tool call request 3725 + */ 3726 + arguments?: object; 3727 + /** 3728 + * The name of the tool to be called 3729 + */ 3730 + name?: string; 3731 + }[]; 3732 + } | AsyncResponse; 3733 + declare abstract class Base_Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast { 3734 + inputs: Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Input; 3735 + postProcessedOutputs: Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Output; 3736 + } 3737 + interface Ai_Cf_Meta_Llama_Guard_3_8B_Input { 3738 + /** 3739 + * An array of message objects representing the conversation history. 3740 + */ 3741 + messages: { 3742 + /** 3743 + * The role of the message sender must alternate between 'user' and 'assistant'. 3744 + */ 3745 + role: "user" | "assistant"; 3746 + /** 3747 + * The content of the message as a string. 3748 + */ 3749 + content: string; 3750 + }[]; 3751 + /** 3752 + * The maximum number of tokens to generate in the response. 3753 + */ 3754 + max_tokens?: number; 3755 + /** 3756 + * Controls the randomness of the output; higher values produce more random results. 3757 + */ 3758 + temperature?: number; 3759 + /** 3760 + * Dictate the output format of the generated response. 3761 + */ 3762 + response_format?: { 3763 + /** 3764 + * Set to json_object to process and output generated text as JSON. 3765 + */ 3766 + type?: string; 3767 + }; 3768 + } 3769 + interface Ai_Cf_Meta_Llama_Guard_3_8B_Output { 3770 + response?: string | { 3771 + /** 3772 + * Whether the conversation is safe or not. 3773 + */ 3774 + safe?: boolean; 3775 + /** 3776 + * A list of what hazard categories predicted for the conversation, if the conversation is deemed unsafe. 3777 + */ 3778 + categories?: string[]; 3779 + }; 3780 + /** 3781 + * Usage statistics for the inference request 3782 + */ 3783 + usage?: { 3784 + /** 3785 + * Total number of tokens in input 3786 + */ 3787 + prompt_tokens?: number; 3788 + /** 3789 + * Total number of tokens in output 3790 + */ 3791 + completion_tokens?: number; 3792 + /** 3793 + * Total number of input and output tokens 3794 + */ 3795 + total_tokens?: number; 3796 + }; 3797 + } 3798 + declare abstract class Base_Ai_Cf_Meta_Llama_Guard_3_8B { 3799 + inputs: Ai_Cf_Meta_Llama_Guard_3_8B_Input; 3800 + postProcessedOutputs: Ai_Cf_Meta_Llama_Guard_3_8B_Output; 3801 + } 3802 + interface Ai_Cf_Baai_Bge_Reranker_Base_Input { 3803 + /** 3804 + * A query you wish to perform against the provided contexts. 3805 + */ 3806 + query: string; 3807 + /** 3808 + * Number of returned results starting with the best score. 3809 + */ 3810 + top_k?: number; 3811 + /** 3812 + * List of provided contexts. Note that the index in this array is important, as the response will refer to it. 3813 + */ 3814 + contexts: { 3815 + /** 3816 + * One of the provided context content 3817 + */ 3818 + text?: string; 3819 + }[]; 3820 + } 3821 + interface Ai_Cf_Baai_Bge_Reranker_Base_Output { 3822 + response?: { 3823 + /** 3824 + * Index of the context in the request 3825 + */ 3826 + id?: number; 3827 + /** 3828 + * Score of the context under the index. 3829 + */ 3830 + score?: number; 3831 + }[]; 3832 + } 3833 + declare abstract class Base_Ai_Cf_Baai_Bge_Reranker_Base { 3834 + inputs: Ai_Cf_Baai_Bge_Reranker_Base_Input; 3835 + postProcessedOutputs: Ai_Cf_Baai_Bge_Reranker_Base_Output; 3836 + } 3837 + type Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct_Input = Qwen2_5_Coder_32B_Instruct_Prompt | Qwen2_5_Coder_32B_Instruct_Messages; 3838 + interface Qwen2_5_Coder_32B_Instruct_Prompt { 3839 + /** 3840 + * The input text prompt for the model to generate a response. 3841 + */ 3842 + prompt: string; 3843 + /** 3844 + * Name of the LoRA (Low-Rank Adaptation) model to fine-tune the base model. 3845 + */ 3846 + lora?: string; 3847 + response_format?: JSONMode; 3848 + /** 3849 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 3850 + */ 3851 + raw?: boolean; 3852 + /** 3853 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 3854 + */ 3855 + stream?: boolean; 3856 + /** 3857 + * The maximum number of tokens to generate in the response. 3858 + */ 3859 + max_tokens?: number; 3860 + /** 3861 + * Controls the randomness of the output; higher values produce more random results. 3862 + */ 3863 + temperature?: number; 3864 + /** 3865 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 3866 + */ 3867 + top_p?: number; 3868 + /** 3869 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 3870 + */ 3871 + top_k?: number; 3872 + /** 3873 + * Random seed for reproducibility of the generation. 3874 + */ 3875 + seed?: number; 3876 + /** 3877 + * Penalty for repeated tokens; higher values discourage repetition. 3878 + */ 3879 + repetition_penalty?: number; 3880 + /** 3881 + * Decreases the likelihood of the model repeating the same lines verbatim. 3882 + */ 3883 + frequency_penalty?: number; 3884 + /** 3885 + * Increases the likelihood of the model introducing new topics. 3886 + */ 3887 + presence_penalty?: number; 3888 + } 3889 + interface Qwen2_5_Coder_32B_Instruct_Messages { 3890 + /** 3891 + * An array of message objects representing the conversation history. 3892 + */ 3893 + messages: { 3894 + /** 3895 + * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool'). 3896 + */ 3897 + role: string; 3898 + /** 3899 + * The content of the message as a string. 3900 + */ 3901 + content: string; 3902 + }[]; 3903 + functions?: { 3904 + name: string; 3905 + code: string; 3906 + }[]; 3907 + /** 3908 + * A list of tools available for the assistant to use. 3909 + */ 3910 + tools?: ({ 3911 + /** 3912 + * The name of the tool. More descriptive the better. 3913 + */ 3914 + name: string; 3915 + /** 3916 + * A brief description of what the tool does. 3917 + */ 3918 + description: string; 3919 + /** 3920 + * Schema defining the parameters accepted by the tool. 3921 + */ 3922 + parameters: { 3923 + /** 3924 + * The type of the parameters object (usually 'object'). 3925 + */ 3926 + type: string; 3927 + /** 3928 + * List of required parameter names. 3929 + */ 3930 + required?: string[]; 3931 + /** 3932 + * Definitions of each parameter. 3933 + */ 3934 + properties: { 3935 + [k: string]: { 3936 + /** 3937 + * The data type of the parameter. 3938 + */ 3939 + type: string; 3940 + /** 3941 + * A description of the expected parameter. 3942 + */ 3943 + description: string; 3944 + }; 3945 + }; 3946 + }; 3947 + } | { 3948 + /** 3949 + * Specifies the type of tool (e.g., 'function'). 3950 + */ 3951 + type: string; 3952 + /** 3953 + * Details of the function tool. 3954 + */ 3955 + function: { 3956 + /** 3957 + * The name of the function. 3958 + */ 3959 + name: string; 3960 + /** 3961 + * A brief description of what the function does. 3962 + */ 3963 + description: string; 3964 + /** 3965 + * Schema defining the parameters accepted by the function. 3966 + */ 3967 + parameters: { 3968 + /** 3969 + * The type of the parameters object (usually 'object'). 3970 + */ 3971 + type: string; 3972 + /** 3973 + * List of required parameter names. 3974 + */ 3975 + required?: string[]; 3976 + /** 3977 + * Definitions of each parameter. 3978 + */ 3979 + properties: { 3980 + [k: string]: { 3981 + /** 3982 + * The data type of the parameter. 3983 + */ 3984 + type: string; 3985 + /** 3986 + * A description of the expected parameter. 3987 + */ 3988 + description: string; 3989 + }; 3990 + }; 3991 + }; 3992 + }; 3993 + })[]; 3994 + response_format?: JSONMode; 3995 + /** 3996 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 3997 + */ 3998 + raw?: boolean; 3999 + /** 4000 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 4001 + */ 4002 + stream?: boolean; 4003 + /** 4004 + * The maximum number of tokens to generate in the response. 4005 + */ 4006 + max_tokens?: number; 4007 + /** 4008 + * Controls the randomness of the output; higher values produce more random results. 4009 + */ 4010 + temperature?: number; 4011 + /** 4012 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 4013 + */ 4014 + top_p?: number; 4015 + /** 4016 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 4017 + */ 4018 + top_k?: number; 4019 + /** 4020 + * Random seed for reproducibility of the generation. 4021 + */ 4022 + seed?: number; 4023 + /** 4024 + * Penalty for repeated tokens; higher values discourage repetition. 4025 + */ 4026 + repetition_penalty?: number; 4027 + /** 4028 + * Decreases the likelihood of the model repeating the same lines verbatim. 4029 + */ 4030 + frequency_penalty?: number; 4031 + /** 4032 + * Increases the likelihood of the model introducing new topics. 4033 + */ 4034 + presence_penalty?: number; 4035 + } 4036 + type Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct_Output = { 4037 + /** 4038 + * The generated text response from the model 4039 + */ 4040 + response: string; 4041 + /** 4042 + * Usage statistics for the inference request 4043 + */ 4044 + usage?: { 4045 + /** 4046 + * Total number of tokens in input 4047 + */ 4048 + prompt_tokens?: number; 4049 + /** 4050 + * Total number of tokens in output 4051 + */ 4052 + completion_tokens?: number; 4053 + /** 4054 + * Total number of input and output tokens 4055 + */ 4056 + total_tokens?: number; 4057 + }; 4058 + /** 4059 + * An array of tool calls requests made during the response generation 4060 + */ 4061 + tool_calls?: { 4062 + /** 4063 + * The arguments passed to be passed to the tool call request 4064 + */ 4065 + arguments?: object; 4066 + /** 4067 + * The name of the tool to be called 4068 + */ 4069 + name?: string; 4070 + }[]; 4071 + }; 4072 + declare abstract class Base_Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct { 4073 + inputs: Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct_Input; 4074 + postProcessedOutputs: Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct_Output; 4075 + } 4076 + type Ai_Cf_Qwen_Qwq_32B_Input = Qwen_Qwq_32B_Prompt | Qwen_Qwq_32B_Messages; 4077 + interface Qwen_Qwq_32B_Prompt { 4078 + /** 4079 + * The input text prompt for the model to generate a response. 4080 + */ 4081 + prompt: string; 4082 + /** 4083 + * JSON schema that should be fulfilled for the response. 4084 + */ 4085 + guided_json?: object; 4086 + /** 4087 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 4088 + */ 4089 + raw?: boolean; 4090 + /** 4091 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 4092 + */ 4093 + stream?: boolean; 4094 + /** 4095 + * The maximum number of tokens to generate in the response. 4096 + */ 4097 + max_tokens?: number; 4098 + /** 4099 + * Controls the randomness of the output; higher values produce more random results. 4100 + */ 4101 + temperature?: number; 4102 + /** 4103 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 4104 + */ 4105 + top_p?: number; 4106 + /** 4107 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 4108 + */ 4109 + top_k?: number; 4110 + /** 4111 + * Random seed for reproducibility of the generation. 4112 + */ 4113 + seed?: number; 4114 + /** 4115 + * Penalty for repeated tokens; higher values discourage repetition. 4116 + */ 4117 + repetition_penalty?: number; 4118 + /** 4119 + * Decreases the likelihood of the model repeating the same lines verbatim. 4120 + */ 4121 + frequency_penalty?: number; 4122 + /** 4123 + * Increases the likelihood of the model introducing new topics. 4124 + */ 4125 + presence_penalty?: number; 4126 + } 4127 + interface Qwen_Qwq_32B_Messages { 4128 + /** 4129 + * An array of message objects representing the conversation history. 4130 + */ 4131 + messages: { 4132 + /** 4133 + * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool'). 4134 + */ 4135 + role?: string; 4136 + /** 4137 + * The tool call id. Must be supplied for tool calls for Mistral-3. If you don't know what to put here you can fall back to 000000001 4138 + */ 4139 + tool_call_id?: string; 4140 + content?: string | { 4141 + /** 4142 + * Type of the content provided 4143 + */ 4144 + type?: string; 4145 + text?: string; 4146 + image_url?: { 4147 + /** 4148 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 4149 + */ 4150 + url?: string; 4151 + }; 4152 + }[] | { 4153 + /** 4154 + * Type of the content provided 4155 + */ 4156 + type?: string; 4157 + text?: string; 4158 + image_url?: { 4159 + /** 4160 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 4161 + */ 4162 + url?: string; 4163 + }; 4164 + }; 4165 + }[]; 4166 + functions?: { 4167 + name: string; 4168 + code: string; 4169 + }[]; 4170 + /** 4171 + * A list of tools available for the assistant to use. 4172 + */ 4173 + tools?: ({ 4174 + /** 4175 + * The name of the tool. More descriptive the better. 4176 + */ 4177 + name: string; 4178 + /** 4179 + * A brief description of what the tool does. 4180 + */ 4181 + description: string; 4182 + /** 4183 + * Schema defining the parameters accepted by the tool. 4184 + */ 4185 + parameters: { 4186 + /** 4187 + * The type of the parameters object (usually 'object'). 4188 + */ 4189 + type: string; 4190 + /** 4191 + * List of required parameter names. 4192 + */ 4193 + required?: string[]; 4194 + /** 4195 + * Definitions of each parameter. 4196 + */ 4197 + properties: { 4198 + [k: string]: { 4199 + /** 4200 + * The data type of the parameter. 4201 + */ 4202 + type: string; 4203 + /** 4204 + * A description of the expected parameter. 4205 + */ 4206 + description: string; 4207 + }; 4208 + }; 4209 + }; 4210 + } | { 4211 + /** 4212 + * Specifies the type of tool (e.g., 'function'). 4213 + */ 4214 + type: string; 4215 + /** 4216 + * Details of the function tool. 4217 + */ 4218 + function: { 4219 + /** 4220 + * The name of the function. 4221 + */ 4222 + name: string; 4223 + /** 4224 + * A brief description of what the function does. 4225 + */ 4226 + description: string; 4227 + /** 4228 + * Schema defining the parameters accepted by the function. 4229 + */ 4230 + parameters: { 4231 + /** 4232 + * The type of the parameters object (usually 'object'). 4233 + */ 4234 + type: string; 4235 + /** 4236 + * List of required parameter names. 4237 + */ 4238 + required?: string[]; 4239 + /** 4240 + * Definitions of each parameter. 4241 + */ 4242 + properties: { 4243 + [k: string]: { 4244 + /** 4245 + * The data type of the parameter. 4246 + */ 4247 + type: string; 4248 + /** 4249 + * A description of the expected parameter. 4250 + */ 4251 + description: string; 4252 + }; 4253 + }; 4254 + }; 4255 + }; 4256 + })[]; 4257 + /** 4258 + * JSON schema that should be fufilled for the response. 4259 + */ 4260 + guided_json?: object; 4261 + /** 4262 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 4263 + */ 4264 + raw?: boolean; 4265 + /** 4266 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 4267 + */ 4268 + stream?: boolean; 4269 + /** 4270 + * The maximum number of tokens to generate in the response. 4271 + */ 4272 + max_tokens?: number; 4273 + /** 4274 + * Controls the randomness of the output; higher values produce more random results. 4275 + */ 4276 + temperature?: number; 4277 + /** 4278 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 4279 + */ 4280 + top_p?: number; 4281 + /** 4282 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 4283 + */ 4284 + top_k?: number; 4285 + /** 4286 + * Random seed for reproducibility of the generation. 4287 + */ 4288 + seed?: number; 4289 + /** 4290 + * Penalty for repeated tokens; higher values discourage repetition. 4291 + */ 4292 + repetition_penalty?: number; 4293 + /** 4294 + * Decreases the likelihood of the model repeating the same lines verbatim. 4295 + */ 4296 + frequency_penalty?: number; 4297 + /** 4298 + * Increases the likelihood of the model introducing new topics. 4299 + */ 4300 + presence_penalty?: number; 4301 + } 4302 + type Ai_Cf_Qwen_Qwq_32B_Output = { 4303 + /** 4304 + * The generated text response from the model 4305 + */ 4306 + response: string; 4307 + /** 4308 + * Usage statistics for the inference request 4309 + */ 4310 + usage?: { 4311 + /** 4312 + * Total number of tokens in input 4313 + */ 4314 + prompt_tokens?: number; 4315 + /** 4316 + * Total number of tokens in output 4317 + */ 4318 + completion_tokens?: number; 4319 + /** 4320 + * Total number of input and output tokens 4321 + */ 4322 + total_tokens?: number; 4323 + }; 4324 + /** 4325 + * An array of tool calls requests made during the response generation 4326 + */ 4327 + tool_calls?: { 4328 + /** 4329 + * The arguments passed to be passed to the tool call request 4330 + */ 4331 + arguments?: object; 4332 + /** 4333 + * The name of the tool to be called 4334 + */ 4335 + name?: string; 4336 + }[]; 4337 + }; 4338 + declare abstract class Base_Ai_Cf_Qwen_Qwq_32B { 4339 + inputs: Ai_Cf_Qwen_Qwq_32B_Input; 4340 + postProcessedOutputs: Ai_Cf_Qwen_Qwq_32B_Output; 4341 + } 4342 + type Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Input = Mistral_Small_3_1_24B_Instruct_Prompt | Mistral_Small_3_1_24B_Instruct_Messages; 4343 + interface Mistral_Small_3_1_24B_Instruct_Prompt { 4344 + /** 4345 + * The input text prompt for the model to generate a response. 4346 + */ 4347 + prompt: string; 4348 + /** 4349 + * JSON schema that should be fulfilled for the response. 4350 + */ 4351 + guided_json?: object; 4352 + /** 4353 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 4354 + */ 4355 + raw?: boolean; 4356 + /** 4357 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 4358 + */ 4359 + stream?: boolean; 4360 + /** 4361 + * The maximum number of tokens to generate in the response. 4362 + */ 4363 + max_tokens?: number; 4364 + /** 4365 + * Controls the randomness of the output; higher values produce more random results. 4366 + */ 4367 + temperature?: number; 4368 + /** 4369 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 4370 + */ 4371 + top_p?: number; 4372 + /** 4373 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 4374 + */ 4375 + top_k?: number; 4376 + /** 4377 + * Random seed for reproducibility of the generation. 4378 + */ 4379 + seed?: number; 4380 + /** 4381 + * Penalty for repeated tokens; higher values discourage repetition. 4382 + */ 4383 + repetition_penalty?: number; 4384 + /** 4385 + * Decreases the likelihood of the model repeating the same lines verbatim. 4386 + */ 4387 + frequency_penalty?: number; 4388 + /** 4389 + * Increases the likelihood of the model introducing new topics. 4390 + */ 4391 + presence_penalty?: number; 4392 + } 4393 + interface Mistral_Small_3_1_24B_Instruct_Messages { 4394 + /** 4395 + * An array of message objects representing the conversation history. 4396 + */ 4397 + messages: { 4398 + /** 4399 + * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool'). 4400 + */ 4401 + role?: string; 4402 + /** 4403 + * The tool call id. Must be supplied for tool calls for Mistral-3. If you don't know what to put here you can fall back to 000000001 4404 + */ 4405 + tool_call_id?: string; 4406 + content?: string | { 4407 + /** 4408 + * Type of the content provided 4409 + */ 4410 + type?: string; 4411 + text?: string; 4412 + image_url?: { 4413 + /** 4414 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 4415 + */ 4416 + url?: string; 4417 + }; 4418 + }[] | { 4419 + /** 4420 + * Type of the content provided 4421 + */ 4422 + type?: string; 4423 + text?: string; 4424 + image_url?: { 4425 + /** 4426 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 4427 + */ 4428 + url?: string; 4429 + }; 4430 + }; 4431 + }[]; 4432 + functions?: { 4433 + name: string; 4434 + code: string; 4435 + }[]; 4436 + /** 4437 + * A list of tools available for the assistant to use. 4438 + */ 4439 + tools?: ({ 4440 + /** 4441 + * The name of the tool. More descriptive the better. 4442 + */ 4443 + name: string; 4444 + /** 4445 + * A brief description of what the tool does. 4446 + */ 4447 + description: string; 4448 + /** 4449 + * Schema defining the parameters accepted by the tool. 4450 + */ 4451 + parameters: { 4452 + /** 4453 + * The type of the parameters object (usually 'object'). 4454 + */ 4455 + type: string; 4456 + /** 4457 + * List of required parameter names. 4458 + */ 4459 + required?: string[]; 4460 + /** 4461 + * Definitions of each parameter. 4462 + */ 4463 + properties: { 4464 + [k: string]: { 4465 + /** 4466 + * The data type of the parameter. 4467 + */ 4468 + type: string; 4469 + /** 4470 + * A description of the expected parameter. 4471 + */ 4472 + description: string; 4473 + }; 4474 + }; 4475 + }; 4476 + } | { 4477 + /** 4478 + * Specifies the type of tool (e.g., 'function'). 4479 + */ 4480 + type: string; 4481 + /** 4482 + * Details of the function tool. 4483 + */ 4484 + function: { 4485 + /** 4486 + * The name of the function. 4487 + */ 4488 + name: string; 4489 + /** 4490 + * A brief description of what the function does. 4491 + */ 4492 + description: string; 4493 + /** 4494 + * Schema defining the parameters accepted by the function. 4495 + */ 4496 + parameters: { 4497 + /** 4498 + * The type of the parameters object (usually 'object'). 4499 + */ 4500 + type: string; 4501 + /** 4502 + * List of required parameter names. 4503 + */ 4504 + required?: string[]; 4505 + /** 4506 + * Definitions of each parameter. 4507 + */ 4508 + properties: { 4509 + [k: string]: { 4510 + /** 4511 + * The data type of the parameter. 4512 + */ 4513 + type: string; 4514 + /** 4515 + * A description of the expected parameter. 4516 + */ 4517 + description: string; 4518 + }; 4519 + }; 4520 + }; 4521 + }; 4522 + })[]; 4523 + /** 4524 + * JSON schema that should be fufilled for the response. 4525 + */ 4526 + guided_json?: object; 4527 + /** 4528 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 4529 + */ 4530 + raw?: boolean; 4531 + /** 4532 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 4533 + */ 4534 + stream?: boolean; 4535 + /** 4536 + * The maximum number of tokens to generate in the response. 4537 + */ 4538 + max_tokens?: number; 4539 + /** 4540 + * Controls the randomness of the output; higher values produce more random results. 4541 + */ 4542 + temperature?: number; 4543 + /** 4544 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 4545 + */ 4546 + top_p?: number; 4547 + /** 4548 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 4549 + */ 4550 + top_k?: number; 4551 + /** 4552 + * Random seed for reproducibility of the generation. 4553 + */ 4554 + seed?: number; 4555 + /** 4556 + * Penalty for repeated tokens; higher values discourage repetition. 4557 + */ 4558 + repetition_penalty?: number; 4559 + /** 4560 + * Decreases the likelihood of the model repeating the same lines verbatim. 4561 + */ 4562 + frequency_penalty?: number; 4563 + /** 4564 + * Increases the likelihood of the model introducing new topics. 4565 + */ 4566 + presence_penalty?: number; 4567 + } 4568 + type Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Output = { 4569 + /** 4570 + * The generated text response from the model 4571 + */ 4572 + response: string; 4573 + /** 4574 + * Usage statistics for the inference request 4575 + */ 4576 + usage?: { 4577 + /** 4578 + * Total number of tokens in input 4579 + */ 4580 + prompt_tokens?: number; 4581 + /** 4582 + * Total number of tokens in output 4583 + */ 4584 + completion_tokens?: number; 4585 + /** 4586 + * Total number of input and output tokens 4587 + */ 4588 + total_tokens?: number; 4589 + }; 4590 + /** 4591 + * An array of tool calls requests made during the response generation 4592 + */ 4593 + tool_calls?: { 4594 + /** 4595 + * The arguments passed to be passed to the tool call request 4596 + */ 4597 + arguments?: object; 4598 + /** 4599 + * The name of the tool to be called 4600 + */ 4601 + name?: string; 4602 + }[]; 4603 + }; 4604 + declare abstract class Base_Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct { 4605 + inputs: Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Input; 4606 + postProcessedOutputs: Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Output; 4607 + } 4608 + type Ai_Cf_Google_Gemma_3_12B_It_Input = Google_Gemma_3_12B_It_Prompt | Google_Gemma_3_12B_It_Messages; 4609 + interface Google_Gemma_3_12B_It_Prompt { 4610 + /** 4611 + * The input text prompt for the model to generate a response. 4612 + */ 4613 + prompt: string; 4614 + /** 4615 + * JSON schema that should be fufilled for the response. 4616 + */ 4617 + guided_json?: object; 4618 + /** 4619 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 4620 + */ 4621 + raw?: boolean; 4622 + /** 4623 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 4624 + */ 4625 + stream?: boolean; 4626 + /** 4627 + * The maximum number of tokens to generate in the response. 4628 + */ 4629 + max_tokens?: number; 4630 + /** 4631 + * Controls the randomness of the output; higher values produce more random results. 4632 + */ 4633 + temperature?: number; 4634 + /** 4635 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 4636 + */ 4637 + top_p?: number; 4638 + /** 4639 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 4640 + */ 4641 + top_k?: number; 4642 + /** 4643 + * Random seed for reproducibility of the generation. 4644 + */ 4645 + seed?: number; 4646 + /** 4647 + * Penalty for repeated tokens; higher values discourage repetition. 4648 + */ 4649 + repetition_penalty?: number; 4650 + /** 4651 + * Decreases the likelihood of the model repeating the same lines verbatim. 4652 + */ 4653 + frequency_penalty?: number; 4654 + /** 4655 + * Increases the likelihood of the model introducing new topics. 4656 + */ 4657 + presence_penalty?: number; 4658 + } 4659 + interface Google_Gemma_3_12B_It_Messages { 4660 + /** 4661 + * An array of message objects representing the conversation history. 4662 + */ 4663 + messages: { 4664 + /** 4665 + * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool'). 4666 + */ 4667 + role?: string; 4668 + content?: string | { 4669 + /** 4670 + * Type of the content provided 4671 + */ 4672 + type?: string; 4673 + text?: string; 4674 + image_url?: { 4675 + /** 4676 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 4677 + */ 4678 + url?: string; 4679 + }; 4680 + }[] | { 4681 + /** 4682 + * Type of the content provided 4683 + */ 4684 + type?: string; 4685 + text?: string; 4686 + image_url?: { 4687 + /** 4688 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 4689 + */ 4690 + url?: string; 4691 + }; 4692 + }; 4693 + }[]; 4694 + functions?: { 4695 + name: string; 4696 + code: string; 4697 + }[]; 4698 + /** 4699 + * A list of tools available for the assistant to use. 4700 + */ 4701 + tools?: ({ 4702 + /** 4703 + * The name of the tool. More descriptive the better. 4704 + */ 4705 + name: string; 4706 + /** 4707 + * A brief description of what the tool does. 4708 + */ 4709 + description: string; 4710 + /** 4711 + * Schema defining the parameters accepted by the tool. 4712 + */ 4713 + parameters: { 4714 + /** 4715 + * The type of the parameters object (usually 'object'). 4716 + */ 4717 + type: string; 4718 + /** 4719 + * List of required parameter names. 4720 + */ 4721 + required?: string[]; 4722 + /** 4723 + * Definitions of each parameter. 4724 + */ 4725 + properties: { 4726 + [k: string]: { 4727 + /** 4728 + * The data type of the parameter. 4729 + */ 4730 + type: string; 4731 + /** 4732 + * A description of the expected parameter. 4733 + */ 4734 + description: string; 4735 + }; 4736 + }; 4737 + }; 4738 + } | { 4739 + /** 4740 + * Specifies the type of tool (e.g., 'function'). 4741 + */ 4742 + type: string; 4743 + /** 4744 + * Details of the function tool. 4745 + */ 4746 + function: { 4747 + /** 4748 + * The name of the function. 4749 + */ 4750 + name: string; 4751 + /** 4752 + * A brief description of what the function does. 4753 + */ 4754 + description: string; 4755 + /** 4756 + * Schema defining the parameters accepted by the function. 4757 + */ 4758 + parameters: { 4759 + /** 4760 + * The type of the parameters object (usually 'object'). 4761 + */ 4762 + type: string; 4763 + /** 4764 + * List of required parameter names. 4765 + */ 4766 + required?: string[]; 4767 + /** 4768 + * Definitions of each parameter. 4769 + */ 4770 + properties: { 4771 + [k: string]: { 4772 + /** 4773 + * The data type of the parameter. 4774 + */ 4775 + type: string; 4776 + /** 4777 + * A description of the expected parameter. 4778 + */ 4779 + description: string; 4780 + }; 4781 + }; 4782 + }; 4783 + }; 4784 + })[]; 4785 + /** 4786 + * JSON schema that should be fufilled for the response. 4787 + */ 4788 + guided_json?: object; 4789 + /** 4790 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 4791 + */ 4792 + raw?: boolean; 4793 + /** 4794 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 4795 + */ 4796 + stream?: boolean; 4797 + /** 4798 + * The maximum number of tokens to generate in the response. 4799 + */ 4800 + max_tokens?: number; 4801 + /** 4802 + * Controls the randomness of the output; higher values produce more random results. 4803 + */ 4804 + temperature?: number; 4805 + /** 4806 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 4807 + */ 4808 + top_p?: number; 4809 + /** 4810 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 4811 + */ 4812 + top_k?: number; 4813 + /** 4814 + * Random seed for reproducibility of the generation. 4815 + */ 4816 + seed?: number; 4817 + /** 4818 + * Penalty for repeated tokens; higher values discourage repetition. 4819 + */ 4820 + repetition_penalty?: number; 4821 + /** 4822 + * Decreases the likelihood of the model repeating the same lines verbatim. 4823 + */ 4824 + frequency_penalty?: number; 4825 + /** 4826 + * Increases the likelihood of the model introducing new topics. 4827 + */ 4828 + presence_penalty?: number; 4829 + } 4830 + type Ai_Cf_Google_Gemma_3_12B_It_Output = { 4831 + /** 4832 + * The generated text response from the model 4833 + */ 4834 + response: string; 4835 + /** 4836 + * Usage statistics for the inference request 4837 + */ 4838 + usage?: { 4839 + /** 4840 + * Total number of tokens in input 4841 + */ 4842 + prompt_tokens?: number; 4843 + /** 4844 + * Total number of tokens in output 4845 + */ 4846 + completion_tokens?: number; 4847 + /** 4848 + * Total number of input and output tokens 4849 + */ 4850 + total_tokens?: number; 4851 + }; 4852 + /** 4853 + * An array of tool calls requests made during the response generation 4854 + */ 4855 + tool_calls?: { 4856 + /** 4857 + * The arguments passed to be passed to the tool call request 4858 + */ 4859 + arguments?: object; 4860 + /** 4861 + * The name of the tool to be called 4862 + */ 4863 + name?: string; 4864 + }[]; 4865 + }; 4866 + declare abstract class Base_Ai_Cf_Google_Gemma_3_12B_It { 4867 + inputs: Ai_Cf_Google_Gemma_3_12B_It_Input; 4868 + postProcessedOutputs: Ai_Cf_Google_Gemma_3_12B_It_Output; 4869 + } 4870 + type Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Input = Ai_Cf_Meta_Llama_4_Prompt | Ai_Cf_Meta_Llama_4_Messages; 4871 + interface Ai_Cf_Meta_Llama_4_Prompt { 4872 + /** 4873 + * The input text prompt for the model to generate a response. 4874 + */ 4875 + prompt: string; 4876 + /** 4877 + * JSON schema that should be fulfilled for the response. 4878 + */ 4879 + guided_json?: object; 4880 + response_format?: JSONMode; 4881 + /** 4882 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 4883 + */ 4884 + raw?: boolean; 4885 + /** 4886 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 4887 + */ 4888 + stream?: boolean; 4889 + /** 4890 + * The maximum number of tokens to generate in the response. 4891 + */ 4892 + max_tokens?: number; 4893 + /** 4894 + * Controls the randomness of the output; higher values produce more random results. 4895 + */ 4896 + temperature?: number; 4897 + /** 4898 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 4899 + */ 4900 + top_p?: number; 4901 + /** 4902 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 4903 + */ 4904 + top_k?: number; 4905 + /** 4906 + * Random seed for reproducibility of the generation. 4907 + */ 4908 + seed?: number; 4909 + /** 4910 + * Penalty for repeated tokens; higher values discourage repetition. 4911 + */ 4912 + repetition_penalty?: number; 4913 + /** 4914 + * Decreases the likelihood of the model repeating the same lines verbatim. 4915 + */ 4916 + frequency_penalty?: number; 4917 + /** 4918 + * Increases the likelihood of the model introducing new topics. 4919 + */ 4920 + presence_penalty?: number; 4921 + } 4922 + interface Ai_Cf_Meta_Llama_4_Messages { 4923 + /** 4924 + * An array of message objects representing the conversation history. 4925 + */ 4926 + messages: { 4927 + /** 4928 + * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool'). 4929 + */ 4930 + role?: string; 4931 + /** 4932 + * The tool call id. If you don't know what to put here you can fall back to 000000001 4933 + */ 4934 + tool_call_id?: string; 4935 + content?: string | { 4936 + /** 4937 + * Type of the content provided 4938 + */ 4939 + type?: string; 4940 + text?: string; 4941 + image_url?: { 4942 + /** 4943 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 4944 + */ 4945 + url?: string; 4946 + }; 4947 + }[] | { 4948 + /** 4949 + * Type of the content provided 4950 + */ 4951 + type?: string; 4952 + text?: string; 4953 + image_url?: { 4954 + /** 4955 + * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted 4956 + */ 4957 + url?: string; 4958 + }; 4959 + }; 4960 + }[]; 4961 + functions?: { 4962 + name: string; 4963 + code: string; 4964 + }[]; 4965 + /** 4966 + * A list of tools available for the assistant to use. 4967 + */ 4968 + tools?: ({ 4969 + /** 4970 + * The name of the tool. More descriptive the better. 4971 + */ 4972 + name: string; 4973 + /** 4974 + * A brief description of what the tool does. 4975 + */ 4976 + description: string; 4977 + /** 4978 + * Schema defining the parameters accepted by the tool. 4979 + */ 4980 + parameters: { 4981 + /** 4982 + * The type of the parameters object (usually 'object'). 4983 + */ 4984 + type: string; 4985 + /** 4986 + * List of required parameter names. 4987 + */ 4988 + required?: string[]; 4989 + /** 4990 + * Definitions of each parameter. 4991 + */ 4992 + properties: { 4993 + [k: string]: { 4994 + /** 4995 + * The data type of the parameter. 4996 + */ 4997 + type: string; 4998 + /** 4999 + * A description of the expected parameter. 5000 + */ 5001 + description: string; 5002 + }; 5003 + }; 5004 + }; 5005 + } | { 5006 + /** 5007 + * Specifies the type of tool (e.g., 'function'). 5008 + */ 5009 + type: string; 5010 + /** 5011 + * Details of the function tool. 5012 + */ 5013 + function: { 5014 + /** 5015 + * The name of the function. 5016 + */ 5017 + name: string; 5018 + /** 5019 + * A brief description of what the function does. 5020 + */ 5021 + description: string; 5022 + /** 5023 + * Schema defining the parameters accepted by the function. 5024 + */ 5025 + parameters: { 5026 + /** 5027 + * The type of the parameters object (usually 'object'). 5028 + */ 5029 + type: string; 5030 + /** 5031 + * List of required parameter names. 5032 + */ 5033 + required?: string[]; 5034 + /** 5035 + * Definitions of each parameter. 5036 + */ 5037 + properties: { 5038 + [k: string]: { 5039 + /** 5040 + * The data type of the parameter. 5041 + */ 5042 + type: string; 5043 + /** 5044 + * A description of the expected parameter. 5045 + */ 5046 + description: string; 5047 + }; 5048 + }; 5049 + }; 5050 + }; 5051 + })[]; 5052 + response_format?: JSONMode; 5053 + /** 5054 + * JSON schema that should be fufilled for the response. 5055 + */ 5056 + guided_json?: object; 5057 + /** 5058 + * If true, a chat template is not applied and you must adhere to the specific model's expected formatting. 5059 + */ 5060 + raw?: boolean; 5061 + /** 5062 + * If true, the response will be streamed back incrementally using SSE, Server Sent Events. 5063 + */ 5064 + stream?: boolean; 5065 + /** 5066 + * The maximum number of tokens to generate in the response. 5067 + */ 5068 + max_tokens?: number; 5069 + /** 5070 + * Controls the randomness of the output; higher values produce more random results. 5071 + */ 5072 + temperature?: number; 5073 + /** 5074 + * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses. 5075 + */ 5076 + top_p?: number; 5077 + /** 5078 + * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises. 5079 + */ 5080 + top_k?: number; 5081 + /** 5082 + * Random seed for reproducibility of the generation. 5083 + */ 5084 + seed?: number; 5085 + /** 5086 + * Penalty for repeated tokens; higher values discourage repetition. 5087 + */ 5088 + repetition_penalty?: number; 5089 + /** 5090 + * Decreases the likelihood of the model repeating the same lines verbatim. 5091 + */ 5092 + frequency_penalty?: number; 5093 + /** 5094 + * Increases the likelihood of the model introducing new topics. 5095 + */ 5096 + presence_penalty?: number; 5097 + } 5098 + type Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Output = { 5099 + /** 5100 + * The generated text response from the model 5101 + */ 5102 + response: string; 5103 + /** 5104 + * Usage statistics for the inference request 5105 + */ 5106 + usage?: { 5107 + /** 5108 + * Total number of tokens in input 5109 + */ 5110 + prompt_tokens?: number; 5111 + /** 5112 + * Total number of tokens in output 5113 + */ 5114 + completion_tokens?: number; 5115 + /** 5116 + * Total number of input and output tokens 5117 + */ 5118 + total_tokens?: number; 5119 + }; 5120 + /** 5121 + * An array of tool calls requests made during the response generation 5122 + */ 5123 + tool_calls?: { 5124 + /** 5125 + * The tool call id. 5126 + */ 5127 + id?: string; 5128 + /** 5129 + * Specifies the type of tool (e.g., 'function'). 5130 + */ 5131 + type?: string; 5132 + /** 5133 + * Details of the function tool. 5134 + */ 5135 + function?: { 5136 + /** 5137 + * The name of the tool to be called 5138 + */ 5139 + name?: string; 5140 + /** 5141 + * The arguments passed to be passed to the tool call request 5142 + */ 5143 + arguments?: object; 5144 + }; 5145 + }[]; 5146 + }; 5147 + declare abstract class Base_Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct { 5148 + inputs: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Input; 5149 + postProcessedOutputs: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Output; 5150 + } 5151 + interface AiModels { 5152 + "@cf/huggingface/distilbert-sst-2-int8": BaseAiTextClassification; 5153 + "@cf/stabilityai/stable-diffusion-xl-base-1.0": BaseAiTextToImage; 5154 + "@cf/runwayml/stable-diffusion-v1-5-inpainting": BaseAiTextToImage; 5155 + "@cf/runwayml/stable-diffusion-v1-5-img2img": BaseAiTextToImage; 5156 + "@cf/lykon/dreamshaper-8-lcm": BaseAiTextToImage; 5157 + "@cf/bytedance/stable-diffusion-xl-lightning": BaseAiTextToImage; 5158 + "@cf/myshell-ai/melotts": BaseAiTextToSpeech; 5159 + "@cf/microsoft/resnet-50": BaseAiImageClassification; 5160 + "@cf/facebook/detr-resnet-50": BaseAiObjectDetection; 5161 + "@cf/meta/llama-2-7b-chat-int8": BaseAiTextGeneration; 5162 + "@cf/mistral/mistral-7b-instruct-v0.1": BaseAiTextGeneration; 5163 + "@cf/meta/llama-2-7b-chat-fp16": BaseAiTextGeneration; 5164 + "@hf/thebloke/llama-2-13b-chat-awq": BaseAiTextGeneration; 5165 + "@hf/thebloke/mistral-7b-instruct-v0.1-awq": BaseAiTextGeneration; 5166 + "@hf/thebloke/zephyr-7b-beta-awq": BaseAiTextGeneration; 5167 + "@hf/thebloke/openhermes-2.5-mistral-7b-awq": BaseAiTextGeneration; 5168 + "@hf/thebloke/neural-chat-7b-v3-1-awq": BaseAiTextGeneration; 5169 + "@hf/thebloke/llamaguard-7b-awq": BaseAiTextGeneration; 5170 + "@hf/thebloke/deepseek-coder-6.7b-base-awq": BaseAiTextGeneration; 5171 + "@hf/thebloke/deepseek-coder-6.7b-instruct-awq": BaseAiTextGeneration; 5172 + "@cf/deepseek-ai/deepseek-math-7b-instruct": BaseAiTextGeneration; 5173 + "@cf/defog/sqlcoder-7b-2": BaseAiTextGeneration; 5174 + "@cf/openchat/openchat-3.5-0106": BaseAiTextGeneration; 5175 + "@cf/tiiuae/falcon-7b-instruct": BaseAiTextGeneration; 5176 + "@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration; 5177 + "@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration; 5178 + "@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration; 5179 + "@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration; 5180 + "@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration; 5181 + "@cf/microsoft/phi-2": BaseAiTextGeneration; 5182 + "@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration; 5183 + "@cf/mistral/mistral-7b-instruct-v0.2-lora": BaseAiTextGeneration; 5184 + "@hf/nousresearch/hermes-2-pro-mistral-7b": BaseAiTextGeneration; 5185 + "@hf/nexusflow/starling-lm-7b-beta": BaseAiTextGeneration; 5186 + "@hf/google/gemma-7b-it": BaseAiTextGeneration; 5187 + "@cf/meta-llama/llama-2-7b-chat-hf-lora": BaseAiTextGeneration; 5188 + "@cf/google/gemma-2b-it-lora": BaseAiTextGeneration; 5189 + "@cf/google/gemma-7b-it-lora": BaseAiTextGeneration; 5190 + "@hf/mistral/mistral-7b-instruct-v0.2": BaseAiTextGeneration; 5191 + "@cf/meta/llama-3-8b-instruct": BaseAiTextGeneration; 5192 + "@cf/fblgit/una-cybertron-7b-v2-bf16": BaseAiTextGeneration; 5193 + "@cf/meta/llama-3-8b-instruct-awq": BaseAiTextGeneration; 5194 + "@hf/meta-llama/meta-llama-3-8b-instruct": BaseAiTextGeneration; 5195 + "@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration; 5196 + "@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration; 5197 + "@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration; 5198 + "@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration; 5199 + "@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration; 5200 + "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b": BaseAiTextGeneration; 5201 + "@cf/facebook/bart-large-cnn": BaseAiSummarization; 5202 + "@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText; 5203 + "@cf/baai/bge-base-en-v1.5": Base_Ai_Cf_Baai_Bge_Base_En_V1_5; 5204 + "@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper; 5205 + "@cf/meta/m2m100-1.2b": Base_Ai_Cf_Meta_M2M100_1_2B; 5206 + "@cf/baai/bge-small-en-v1.5": Base_Ai_Cf_Baai_Bge_Small_En_V1_5; 5207 + "@cf/baai/bge-large-en-v1.5": Base_Ai_Cf_Baai_Bge_Large_En_V1_5; 5208 + "@cf/unum/uform-gen2-qwen-500m": Base_Ai_Cf_Unum_Uform_Gen2_Qwen_500M; 5209 + "@cf/openai/whisper-tiny-en": Base_Ai_Cf_Openai_Whisper_Tiny_En; 5210 + "@cf/openai/whisper-large-v3-turbo": Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo; 5211 + "@cf/baai/bge-m3": Base_Ai_Cf_Baai_Bge_M3; 5212 + "@cf/black-forest-labs/flux-1-schnell": Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell; 5213 + "@cf/meta/llama-3.2-11b-vision-instruct": Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct; 5214 + "@cf/meta/llama-3.3-70b-instruct-fp8-fast": Base_Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast; 5215 + "@cf/meta/llama-guard-3-8b": Base_Ai_Cf_Meta_Llama_Guard_3_8B; 5216 + "@cf/baai/bge-reranker-base": Base_Ai_Cf_Baai_Bge_Reranker_Base; 5217 + "@cf/qwen/qwen2.5-coder-32b-instruct": Base_Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct; 5218 + "@cf/qwen/qwq-32b": Base_Ai_Cf_Qwen_Qwq_32B; 5219 + "@cf/mistralai/mistral-small-3.1-24b-instruct": Base_Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct; 5220 + "@cf/google/gemma-3-12b-it": Base_Ai_Cf_Google_Gemma_3_12B_It; 5221 + "@cf/meta/llama-4-scout-17b-16e-instruct": Base_Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct; 5222 + } 5223 + type AiOptions = { 5224 + /** 5225 + * Send requests as an asynchronous batch job, only works for supported models 5226 + * https://developers.cloudflare.com/workers-ai/features/batch-api 5227 + */ 5228 + queueRequest?: boolean; 5229 + gateway?: GatewayOptions; 5230 + returnRawResponse?: boolean; 5231 + prefix?: string; 5232 + extraHeaders?: object; 5233 + }; 5234 + type ConversionResponse = { 5235 + name: string; 5236 + mimeType: string; 5237 + format: "markdown"; 5238 + tokens: number; 5239 + data: string; 5240 + }; 5241 + type AiModelsSearchParams = { 5242 + author?: string; 5243 + hide_experimental?: boolean; 5244 + page?: number; 5245 + per_page?: number; 5246 + search?: string; 5247 + source?: number; 5248 + task?: string; 5249 + }; 5250 + type AiModelsSearchObject = { 5251 + id: string; 5252 + source: number; 5253 + name: string; 5254 + description: string; 5255 + task: { 5256 + id: string; 5257 + name: string; 5258 + description: string; 5259 + }; 5260 + tags: string[]; 5261 + properties: { 5262 + property_id: string; 5263 + value: string; 5264 + }[]; 5265 + }; 5266 + interface InferenceUpstreamError extends Error { 5267 + } 5268 + interface AiInternalError extends Error { 5269 + } 5270 + type AiModelListType = Record<string, any>; 5271 + declare abstract class Ai<AiModelList extends AiModelListType = AiModels> { 5272 + aiGatewayLogId: string | null; 5273 + gateway(gatewayId: string): AiGateway; 5274 + autorag(autoragId?: string): AutoRAG; 5275 + run<Name extends keyof AiModelList, Options extends AiOptions, InputOptions extends AiModelList[Name]["inputs"]>(model: Name, inputs: InputOptions, options?: Options): Promise<Options extends { 5276 + returnRawResponse: true; 5277 + } ? Response : InputOptions extends { 5278 + stream: true; 5279 + } ? ReadableStream : AiModelList[Name]["postProcessedOutputs"]>; 5280 + models(params?: AiModelsSearchParams): Promise<AiModelsSearchObject[]>; 5281 + toMarkdown(files: { 5282 + name: string; 5283 + blob: Blob; 5284 + }[], options?: { 5285 + gateway?: GatewayOptions; 5286 + extraHeaders?: object; 5287 + }): Promise<ConversionResponse[]>; 5288 + toMarkdown(files: { 5289 + name: string; 5290 + blob: Blob; 5291 + }, options?: { 5292 + gateway?: GatewayOptions; 5293 + extraHeaders?: object; 5294 + }): Promise<ConversionResponse>; 5295 + } 5296 + type GatewayRetries = { 5297 + maxAttempts?: 1 | 2 | 3 | 4 | 5; 5298 + retryDelayMs?: number; 5299 + backoff?: 'constant' | 'linear' | 'exponential'; 5300 + }; 5301 + type GatewayOptions = { 5302 + id: string; 5303 + cacheKey?: string; 5304 + cacheTtl?: number; 5305 + skipCache?: boolean; 5306 + metadata?: Record<string, number | string | boolean | null | bigint>; 5307 + collectLog?: boolean; 5308 + eventId?: string; 5309 + requestTimeoutMs?: number; 5310 + retries?: GatewayRetries; 5311 + }; 5312 + type AiGatewayPatchLog = { 5313 + score?: number | null; 5314 + feedback?: -1 | 1 | null; 5315 + metadata?: Record<string, number | string | boolean | null | bigint> | null; 5316 + }; 5317 + type AiGatewayLog = { 5318 + id: string; 5319 + provider: string; 5320 + model: string; 5321 + model_type?: string; 5322 + path: string; 5323 + duration: number; 5324 + request_type?: string; 5325 + request_content_type?: string; 5326 + status_code: number; 5327 + response_content_type?: string; 5328 + success: boolean; 5329 + cached: boolean; 5330 + tokens_in?: number; 5331 + tokens_out?: number; 5332 + metadata?: Record<string, number | string | boolean | null | bigint>; 5333 + step?: number; 5334 + cost?: number; 5335 + custom_cost?: boolean; 5336 + request_size: number; 5337 + request_head?: string; 5338 + request_head_complete: boolean; 5339 + response_size: number; 5340 + response_head?: string; 5341 + response_head_complete: boolean; 5342 + created_at: Date; 5343 + }; 5344 + type AIGatewayProviders = 'workers-ai' | 'anthropic' | 'aws-bedrock' | 'azure-openai' | 'google-vertex-ai' | 'huggingface' | 'openai' | 'perplexity-ai' | 'replicate' | 'groq' | 'cohere' | 'google-ai-studio' | 'mistral' | 'grok' | 'openrouter' | 'deepseek' | 'cerebras' | 'cartesia' | 'elevenlabs' | 'adobe-firefly'; 5345 + type AIGatewayHeaders = { 5346 + 'cf-aig-metadata': Record<string, number | string | boolean | null | bigint> | string; 5347 + 'cf-aig-custom-cost': { 5348 + per_token_in?: number; 5349 + per_token_out?: number; 5350 + } | { 5351 + total_cost?: number; 5352 + } | string; 5353 + 'cf-aig-cache-ttl': number | string; 5354 + 'cf-aig-skip-cache': boolean | string; 5355 + 'cf-aig-cache-key': string; 5356 + 'cf-aig-event-id': string; 5357 + 'cf-aig-request-timeout': number | string; 5358 + 'cf-aig-max-attempts': number | string; 5359 + 'cf-aig-retry-delay': number | string; 5360 + 'cf-aig-backoff': string; 5361 + 'cf-aig-collect-log': boolean | string; 5362 + Authorization: string; 5363 + 'Content-Type': string; 5364 + [key: string]: string | number | boolean | object; 5365 + }; 5366 + type AIGatewayUniversalRequest = { 5367 + provider: AIGatewayProviders | string; // eslint-disable-line 5368 + endpoint: string; 5369 + headers: Partial<AIGatewayHeaders>; 5370 + query: unknown; 5371 + }; 5372 + interface AiGatewayInternalError extends Error { 5373 + } 5374 + interface AiGatewayLogNotFound extends Error { 5375 + } 5376 + declare abstract class AiGateway { 5377 + patchLog(logId: string, data: AiGatewayPatchLog): Promise<void>; 5378 + getLog(logId: string): Promise<AiGatewayLog>; 5379 + run(data: AIGatewayUniversalRequest | AIGatewayUniversalRequest[], options?: { 5380 + gateway?: GatewayOptions; 5381 + extraHeaders?: object; 5382 + }): Promise<Response>; 5383 + getUrl(provider?: AIGatewayProviders | string): Promise<string>; // eslint-disable-line 5384 + } 5385 + interface AutoRAGInternalError extends Error { 5386 + } 5387 + interface AutoRAGNotFoundError extends Error { 5388 + } 5389 + interface AutoRAGUnauthorizedError extends Error { 5390 + } 5391 + interface AutoRAGNameNotSetError extends Error { 5392 + } 5393 + type ComparisonFilter = { 5394 + key: string; 5395 + type: 'eq' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte'; 5396 + value: string | number | boolean; 5397 + }; 5398 + type CompoundFilter = { 5399 + type: 'and' | 'or'; 5400 + filters: ComparisonFilter[]; 5401 + }; 5402 + type AutoRagSearchRequest = { 5403 + query: string; 5404 + filters?: CompoundFilter | ComparisonFilter; 5405 + max_num_results?: number; 5406 + ranking_options?: { 5407 + ranker?: string; 5408 + score_threshold?: number; 5409 + }; 5410 + rewrite_query?: boolean; 5411 + }; 5412 + type AutoRagAiSearchRequest = AutoRagSearchRequest & { 5413 + stream?: boolean; 5414 + }; 5415 + type AutoRagAiSearchRequestStreaming = Omit<AutoRagAiSearchRequest, 'stream'> & { 5416 + stream: true; 5417 + }; 5418 + type AutoRagSearchResponse = { 5419 + object: 'vector_store.search_results.page'; 5420 + search_query: string; 5421 + data: { 5422 + file_id: string; 5423 + filename: string; 5424 + score: number; 5425 + attributes: Record<string, string | number | boolean | null>; 5426 + content: { 5427 + type: 'text'; 5428 + text: string; 5429 + }[]; 5430 + }[]; 5431 + has_more: boolean; 5432 + next_page: string | null; 5433 + }; 5434 + type AutoRagListResponse = { 5435 + id: string; 5436 + enable: boolean; 5437 + type: string; 5438 + source: string; 5439 + vectorize_name: string; 5440 + paused: boolean; 5441 + status: string; 5442 + }[]; 5443 + type AutoRagAiSearchResponse = AutoRagSearchResponse & { 5444 + response: string; 5445 + }; 5446 + declare abstract class AutoRAG { 5447 + list(): Promise<AutoRagListResponse>; 5448 + search(params: AutoRagSearchRequest): Promise<AutoRagSearchResponse>; 5449 + aiSearch(params: AutoRagAiSearchRequestStreaming): Promise<Response>; 5450 + aiSearch(params: AutoRagAiSearchRequest): Promise<AutoRagAiSearchResponse>; 5451 + aiSearch(params: AutoRagAiSearchRequest): Promise<AutoRagAiSearchResponse | Response>; 5452 + } 5453 + interface BasicImageTransformations { 5454 + /** 5455 + * Maximum width in image pixels. The value must be an integer. 5456 + */ 5457 + width?: number; 5458 + /** 5459 + * Maximum height in image pixels. The value must be an integer. 5460 + */ 5461 + height?: number; 5462 + /** 5463 + * Resizing mode as a string. It affects interpretation of width and height 5464 + * options: 5465 + * - scale-down: Similar to contain, but the image is never enlarged. If 5466 + * the image is larger than given width or height, it will be resized. 5467 + * Otherwise its original size will be kept. 5468 + * - contain: Resizes to maximum size that fits within the given width and 5469 + * height. If only a single dimension is given (e.g. only width), the 5470 + * image will be shrunk or enlarged to exactly match that dimension. 5471 + * Aspect ratio is always preserved. 5472 + * - cover: Resizes (shrinks or enlarges) to fill the entire area of width 5473 + * and height. If the image has an aspect ratio different from the ratio 5474 + * of width and height, it will be cropped to fit. 5475 + * - crop: The image will be shrunk and cropped to fit within the area 5476 + * specified by width and height. The image will not be enlarged. For images 5477 + * smaller than the given dimensions it's the same as scale-down. For 5478 + * images larger than the given dimensions, it's the same as cover. 5479 + * See also trim. 5480 + * - pad: Resizes to the maximum size that fits within the given width and 5481 + * height, and then fills the remaining area with a background color 5482 + * (white by default). Use of this mode is not recommended, as the same 5483 + * effect can be more efficiently achieved with the contain mode and the 5484 + * CSS object-fit: contain property. 5485 + * - squeeze: Stretches and deforms to the width and height given, even if it 5486 + * breaks aspect ratio 5487 + */ 5488 + fit?: "scale-down" | "contain" | "cover" | "crop" | "pad" | "squeeze"; 5489 + /** 5490 + * When cropping with fit: "cover", this defines the side or point that should 5491 + * be left uncropped. The value is either a string 5492 + * "left", "right", "top", "bottom", "auto", or "center" (the default), 5493 + * or an object {x, y} containing focal point coordinates in the original 5494 + * image expressed as fractions ranging from 0.0 (top or left) to 1.0 5495 + * (bottom or right), 0.5 being the center. {fit: "cover", gravity: "top"} will 5496 + * crop bottom or left and right sides as necessary, but won’t crop anything 5497 + * from the top. {fit: "cover", gravity: {x:0.5, y:0.2}} will crop each side to 5498 + * preserve as much as possible around a point at 20% of the height of the 5499 + * source image. 5500 + */ 5501 + gravity?: 'left' | 'right' | 'top' | 'bottom' | 'center' | 'auto' | 'entropy' | BasicImageTransformationsGravityCoordinates; 5502 + /** 5503 + * Background color to add underneath the image. Applies only to images with 5504 + * transparency (such as PNG). Accepts any CSS color (#RRGGBB, rgba(…), 5505 + * hsl(…), etc.) 5506 + */ 5507 + background?: string; 5508 + /** 5509 + * Number of degrees (90, 180, 270) to rotate the image by. width and height 5510 + * options refer to axes after rotation. 5511 + */ 5512 + rotate?: 0 | 90 | 180 | 270 | 360; 5513 + } 5514 + interface BasicImageTransformationsGravityCoordinates { 5515 + x?: number; 5516 + y?: number; 5517 + mode?: 'remainder' | 'box-center'; 5518 + } 5519 + /** 5520 + * In addition to the properties you can set in the RequestInit dict 5521 + * that you pass as an argument to the Request constructor, you can 5522 + * set certain properties of a `cf` object to control how Cloudflare 5523 + * features are applied to that new Request. 5524 + * 5525 + * Note: Currently, these properties cannot be tested in the 5526 + * playground. 5527 + */ 5528 + interface RequestInitCfProperties extends Record<string, unknown> { 5529 + cacheEverything?: boolean; 5530 + /** 5531 + * A request's cache key is what determines if two requests are 5532 + * "the same" for caching purposes. If a request has the same cache key 5533 + * as some previous request, then we can serve the same cached response for 5534 + * both. (e.g. 'some-key') 5535 + * 5536 + * Only available for Enterprise customers. 5537 + */ 5538 + cacheKey?: string; 5539 + /** 5540 + * This allows you to append additional Cache-Tag response headers 5541 + * to the origin response without modifications to the origin server. 5542 + * This will allow for greater control over the Purge by Cache Tag feature 5543 + * utilizing changes only in the Workers process. 5544 + * 5545 + * Only available for Enterprise customers. 5546 + */ 5547 + cacheTags?: string[]; 5548 + /** 5549 + * Force response to be cached for a given number of seconds. (e.g. 300) 5550 + */ 5551 + cacheTtl?: number; 5552 + /** 5553 + * Force response to be cached for a given number of seconds based on the Origin status code. 5554 + * (e.g. { '200-299': 86400, '404': 1, '500-599': 0 }) 5555 + */ 5556 + cacheTtlByStatus?: Record<string, number>; 5557 + scrapeShield?: boolean; 5558 + apps?: boolean; 5559 + image?: RequestInitCfPropertiesImage; 5560 + minify?: RequestInitCfPropertiesImageMinify; 5561 + mirage?: boolean; 5562 + polish?: "lossy" | "lossless" | "off"; 5563 + r2?: RequestInitCfPropertiesR2; 5564 + /** 5565 + * Redirects the request to an alternate origin server. You can use this, 5566 + * for example, to implement load balancing across several origins. 5567 + * (e.g.us-east.example.com) 5568 + * 5569 + * Note - For security reasons, the hostname set in resolveOverride must 5570 + * be proxied on the same Cloudflare zone of the incoming request. 5571 + * Otherwise, the setting is ignored. CNAME hosts are allowed, so to 5572 + * resolve to a host under a different domain or a DNS only domain first 5573 + * declare a CNAME record within your own zone’s DNS mapping to the 5574 + * external hostname, set proxy on Cloudflare, then set resolveOverride 5575 + * to point to that CNAME record. 5576 + */ 5577 + resolveOverride?: string; 5578 + } 5579 + interface RequestInitCfPropertiesImageDraw extends BasicImageTransformations { 5580 + /** 5581 + * Absolute URL of the image file to use for the drawing. It can be any of 5582 + * the supported file formats. For drawing of watermarks or non-rectangular 5583 + * overlays we recommend using PNG or WebP images. 5584 + */ 5585 + url: string; 5586 + /** 5587 + * Floating-point number between 0 (transparent) and 1 (opaque). 5588 + * For example, opacity: 0.5 makes overlay semitransparent. 5589 + */ 5590 + opacity?: number; 5591 + /** 5592 + * - If set to true, the overlay image will be tiled to cover the entire 5593 + * area. This is useful for stock-photo-like watermarks. 5594 + * - If set to "x", the overlay image will be tiled horizontally only 5595 + * (form a line). 5596 + * - If set to "y", the overlay image will be tiled vertically only 5597 + * (form a line). 5598 + */ 5599 + repeat?: true | "x" | "y"; 5600 + /** 5601 + * Position of the overlay image relative to a given edge. Each property is 5602 + * an offset in pixels. 0 aligns exactly to the edge. For example, left: 10 5603 + * positions left side of the overlay 10 pixels from the left edge of the 5604 + * image it's drawn over. bottom: 0 aligns bottom of the overlay with bottom 5605 + * of the background image. 5606 + * 5607 + * Setting both left & right, or both top & bottom is an error. 5608 + * 5609 + * If no position is specified, the image will be centered. 5610 + */ 5611 + top?: number; 5612 + left?: number; 5613 + bottom?: number; 5614 + right?: number; 5615 + } 5616 + interface RequestInitCfPropertiesImage extends BasicImageTransformations { 5617 + /** 5618 + * Device Pixel Ratio. Default 1. Multiplier for width/height that makes it 5619 + * easier to specify higher-DPI sizes in <img srcset>. 5620 + */ 5621 + dpr?: number; 5622 + /** 5623 + * Allows you to trim your image. Takes dpr into account and is performed before 5624 + * resizing or rotation. 5625 + * 5626 + * It can be used as: 5627 + * - left, top, right, bottom - it will specify the number of pixels to cut 5628 + * off each side 5629 + * - width, height - the width/height you'd like to end up with - can be used 5630 + * in combination with the properties above 5631 + * - border - this will automatically trim the surroundings of an image based on 5632 + * it's color. It consists of three properties: 5633 + * - color: rgb or hex representation of the color you wish to trim (todo: verify the rgba bit) 5634 + * - tolerance: difference from color to treat as color 5635 + * - keep: the number of pixels of border to keep 5636 + */ 5637 + trim?: "border" | { 5638 + top?: number; 5639 + bottom?: number; 5640 + left?: number; 5641 + right?: number; 5642 + width?: number; 5643 + height?: number; 5644 + border?: boolean | { 5645 + color?: string; 5646 + tolerance?: number; 5647 + keep?: number; 5648 + }; 5649 + }; 5650 + /** 5651 + * Quality setting from 1-100 (useful values are in 60-90 range). Lower values 5652 + * make images look worse, but load faster. The default is 85. It applies only 5653 + * to JPEG and WebP images. It doesn’t have any effect on PNG. 5654 + */ 5655 + quality?: number | "low" | "medium-low" | "medium-high" | "high"; 5656 + /** 5657 + * Output format to generate. It can be: 5658 + * - avif: generate images in AVIF format. 5659 + * - webp: generate images in Google WebP format. Set quality to 100 to get 5660 + * the WebP-lossless format. 5661 + * - json: instead of generating an image, outputs information about the 5662 + * image, in JSON format. The JSON object will contain image size 5663 + * (before and after resizing), source image’s MIME type, file size, etc. 5664 + * - jpeg: generate images in JPEG format. 5665 + * - png: generate images in PNG format. 5666 + */ 5667 + format?: "avif" | "webp" | "json" | "jpeg" | "png" | "baseline-jpeg" | "png-force" | "svg"; 5668 + /** 5669 + * Whether to preserve animation frames from input files. Default is true. 5670 + * Setting it to false reduces animations to still images. This setting is 5671 + * recommended when enlarging images or processing arbitrary user content, 5672 + * because large GIF animations can weigh tens or even hundreds of megabytes. 5673 + * It is also useful to set anim:false when using format:"json" to get the 5674 + * response quicker without the number of frames. 5675 + */ 5676 + anim?: boolean; 5677 + /** 5678 + * What EXIF data should be preserved in the output image. Note that EXIF 5679 + * rotation and embedded color profiles are always applied ("baked in" into 5680 + * the image), and aren't affected by this option. Note that if the Polish 5681 + * feature is enabled, all metadata may have been removed already and this 5682 + * option may have no effect. 5683 + * - keep: Preserve most of EXIF metadata, including GPS location if there's 5684 + * any. 5685 + * - copyright: Only keep the copyright tag, and discard everything else. 5686 + * This is the default behavior for JPEG files. 5687 + * - none: Discard all invisible EXIF metadata. Currently WebP and PNG 5688 + * output formats always discard metadata. 5689 + */ 5690 + metadata?: "keep" | "copyright" | "none"; 5691 + /** 5692 + * Strength of sharpening filter to apply to the image. Floating-point 5693 + * number between 0 (no sharpening, default) and 10 (maximum). 1.0 is a 5694 + * recommended value for downscaled images. 5695 + */ 5696 + sharpen?: number; 5697 + /** 5698 + * Radius of a blur filter (approximate gaussian). Maximum supported radius 5699 + * is 250. 5700 + */ 5701 + blur?: number; 5702 + /** 5703 + * Overlays are drawn in the order they appear in the array (last array 5704 + * entry is the topmost layer). 5705 + */ 5706 + draw?: RequestInitCfPropertiesImageDraw[]; 5707 + /** 5708 + * Fetching image from authenticated origin. Setting this property will 5709 + * pass authentication headers (Authorization, Cookie, etc.) through to 5710 + * the origin. 5711 + */ 5712 + "origin-auth"?: "share-publicly"; 5713 + /** 5714 + * Adds a border around the image. The border is added after resizing. Border 5715 + * width takes dpr into account, and can be specified either using a single 5716 + * width property, or individually for each side. 5717 + */ 5718 + border?: { 5719 + color: string; 5720 + width: number; 5721 + } | { 5722 + color: string; 5723 + top: number; 5724 + right: number; 5725 + bottom: number; 5726 + left: number; 5727 + }; 5728 + /** 5729 + * Increase brightness by a factor. A value of 1.0 equals no change, a value 5730 + * of 0.5 equals half brightness, and a value of 2.0 equals twice as bright. 5731 + * 0 is ignored. 5732 + */ 5733 + brightness?: number; 5734 + /** 5735 + * Increase contrast by a factor. A value of 1.0 equals no change, a value of 5736 + * 0.5 equals low contrast, and a value of 2.0 equals high contrast. 0 is 5737 + * ignored. 5738 + */ 5739 + contrast?: number; 5740 + /** 5741 + * Increase exposure by a factor. A value of 1.0 equals no change, a value of 5742 + * 0.5 darkens the image, and a value of 2.0 lightens the image. 0 is ignored. 5743 + */ 5744 + gamma?: number; 5745 + /** 5746 + * Increase contrast by a factor. A value of 1.0 equals no change, a value of 5747 + * 0.5 equals low contrast, and a value of 2.0 equals high contrast. 0 is 5748 + * ignored. 5749 + */ 5750 + saturation?: number; 5751 + /** 5752 + * Flips the images horizontally, vertically, or both. Flipping is applied before 5753 + * rotation, so if you apply flip=h,rotate=90 then the image will be flipped 5754 + * horizontally, then rotated by 90 degrees. 5755 + */ 5756 + flip?: 'h' | 'v' | 'hv'; 5757 + /** 5758 + * Slightly reduces latency on a cache miss by selecting a 5759 + * quickest-to-compress file format, at a cost of increased file size and 5760 + * lower image quality. It will usually override the format option and choose 5761 + * JPEG over WebP or AVIF. We do not recommend using this option, except in 5762 + * unusual circumstances like resizing uncacheable dynamically-generated 5763 + * images. 5764 + */ 5765 + compression?: "fast"; 5766 + } 5767 + interface RequestInitCfPropertiesImageMinify { 5768 + javascript?: boolean; 5769 + css?: boolean; 5770 + html?: boolean; 5771 + } 5772 + interface RequestInitCfPropertiesR2 { 5773 + /** 5774 + * Colo id of bucket that an object is stored in 5775 + */ 5776 + bucketColoId?: number; 5777 + } 5778 + /** 5779 + * Request metadata provided by Cloudflare's edge. 5780 + */ 5781 + type IncomingRequestCfProperties<HostMetadata = unknown> = IncomingRequestCfPropertiesBase & IncomingRequestCfPropertiesBotManagementEnterprise & IncomingRequestCfPropertiesCloudflareForSaaSEnterprise<HostMetadata> & IncomingRequestCfPropertiesGeographicInformation & IncomingRequestCfPropertiesCloudflareAccessOrApiShield; 5782 + interface IncomingRequestCfPropertiesBase extends Record<string, unknown> { 5783 + /** 5784 + * [ASN](https://www.iana.org/assignments/as-numbers/as-numbers.xhtml) of the incoming request. 5785 + * 5786 + * @example 395747 5787 + */ 5788 + asn: number; 5789 + /** 5790 + * The organization which owns the ASN of the incoming request. 5791 + * 5792 + * @example "Google Cloud" 5793 + */ 5794 + asOrganization: string; 5795 + /** 5796 + * The original value of the `Accept-Encoding` header if Cloudflare modified it. 5797 + * 5798 + * @example "gzip, deflate, br" 5799 + */ 5800 + clientAcceptEncoding?: string; 5801 + /** 5802 + * The number of milliseconds it took for the request to reach your worker. 5803 + * 5804 + * @example 22 5805 + */ 5806 + clientTcpRtt?: number; 5807 + /** 5808 + * The three-letter [IATA](https://en.wikipedia.org/wiki/IATA_airport_code) 5809 + * airport code of the data center that the request hit. 5810 + * 5811 + * @example "DFW" 5812 + */ 5813 + colo: string; 5814 + /** 5815 + * Represents the upstream's response to a 5816 + * [TCP `keepalive` message](https://tldp.org/HOWTO/TCP-Keepalive-HOWTO/overview.html) 5817 + * from cloudflare. 5818 + * 5819 + * For workers with no upstream, this will always be `1`. 5820 + * 5821 + * @example 3 5822 + */ 5823 + edgeRequestKeepAliveStatus: IncomingRequestCfPropertiesEdgeRequestKeepAliveStatus; 5824 + /** 5825 + * The HTTP Protocol the request used. 5826 + * 5827 + * @example "HTTP/2" 5828 + */ 5829 + httpProtocol: string; 5830 + /** 5831 + * The browser-requested prioritization information in the request object. 5832 + * 5833 + * If no information was set, defaults to the empty string `""` 5834 + * 5835 + * @example "weight=192;exclusive=0;group=3;group-weight=127" 5836 + * @default "" 5837 + */ 5838 + requestPriority: string; 5839 + /** 5840 + * The TLS version of the connection to Cloudflare. 5841 + * In requests served over plaintext (without TLS), this property is the empty string `""`. 5842 + * 5843 + * @example "TLSv1.3" 5844 + */ 5845 + tlsVersion: string; 5846 + /** 5847 + * The cipher for the connection to Cloudflare. 5848 + * In requests served over plaintext (without TLS), this property is the empty string `""`. 5849 + * 5850 + * @example "AEAD-AES128-GCM-SHA256" 5851 + */ 5852 + tlsCipher: string; 5853 + /** 5854 + * Metadata containing the [`HELLO`](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.1.2) and [`FINISHED`](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.9) messages from this request's TLS handshake. 5855 + * 5856 + * If the incoming request was served over plaintext (without TLS) this field is undefined. 5857 + */ 5858 + tlsExportedAuthenticator?: IncomingRequestCfPropertiesExportedAuthenticatorMetadata; 5859 + } 5860 + interface IncomingRequestCfPropertiesBotManagementBase { 5861 + /** 5862 + * Cloudflare’s [level of certainty](https://developers.cloudflare.com/bots/concepts/bot-score/) that a request comes from a bot, 5863 + * represented as an integer percentage between `1` (almost certainly a bot) and `99` (almost certainly human). 5864 + * 5865 + * @example 54 5866 + */ 5867 + score: number; 5868 + /** 5869 + * A boolean value that is true if the request comes from a good bot, like Google or Bing. 5870 + * Most customers choose to allow this traffic. For more details, see [Traffic from known bots](https://developers.cloudflare.com/firewall/known-issues-and-faq/#how-does-firewall-rules-handle-traffic-from-known-bots). 5871 + */ 5872 + verifiedBot: boolean; 5873 + /** 5874 + * A boolean value that is true if the request originates from a 5875 + * Cloudflare-verified proxy service. 5876 + */ 5877 + corporateProxy: boolean; 5878 + /** 5879 + * A boolean value that's true if the request matches [file extensions](https://developers.cloudflare.com/bots/reference/static-resources/) for many types of static resources. 5880 + */ 5881 + staticResource: boolean; 5882 + /** 5883 + * List of IDs that correlate to the Bot Management heuristic detections made on a request (you can have multiple heuristic detections on the same request). 5884 + */ 5885 + detectionIds: number[]; 5886 + } 5887 + interface IncomingRequestCfPropertiesBotManagement { 5888 + /** 5889 + * Results of Cloudflare's Bot Management analysis 5890 + */ 5891 + botManagement: IncomingRequestCfPropertiesBotManagementBase; 5892 + /** 5893 + * Duplicate of `botManagement.score`. 5894 + * 5895 + * @deprecated 5896 + */ 5897 + clientTrustScore: number; 5898 + } 5899 + interface IncomingRequestCfPropertiesBotManagementEnterprise extends IncomingRequestCfPropertiesBotManagement { 5900 + /** 5901 + * Results of Cloudflare's Bot Management analysis 5902 + */ 5903 + botManagement: IncomingRequestCfPropertiesBotManagementBase & { 5904 + /** 5905 + * A [JA3 Fingerprint](https://developers.cloudflare.com/bots/concepts/ja3-fingerprint/) to help profile specific SSL/TLS clients 5906 + * across different destination IPs, Ports, and X509 certificates. 5907 + */ 5908 + ja3Hash: string; 5909 + }; 5910 + } 5911 + interface IncomingRequestCfPropertiesCloudflareForSaaSEnterprise<HostMetadata> { 5912 + /** 5913 + * Custom metadata set per-host in [Cloudflare for SaaS](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/). 5914 + * 5915 + * This field is only present if you have Cloudflare for SaaS enabled on your account 5916 + * and you have followed the [required steps to enable it]((https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/domain-support/custom-metadata/)). 5917 + */ 5918 + hostMetadata: HostMetadata; 5919 + } 5920 + interface IncomingRequestCfPropertiesCloudflareAccessOrApiShield { 5921 + /** 5922 + * Information about the client certificate presented to Cloudflare. 5923 + * 5924 + * This is populated when the incoming request is served over TLS using 5925 + * either Cloudflare Access or API Shield (mTLS) 5926 + * and the presented SSL certificate has a valid 5927 + * [Certificate Serial Number](https://ldapwiki.com/wiki/Certificate%20Serial%20Number) 5928 + * (i.e., not `null` or `""`). 5929 + * 5930 + * Otherwise, a set of placeholder values are used. 5931 + * 5932 + * The property `certPresented` will be set to `"1"` when 5933 + * the object is populated (i.e. the above conditions were met). 5934 + */ 5935 + tlsClientAuth: IncomingRequestCfPropertiesTLSClientAuth | IncomingRequestCfPropertiesTLSClientAuthPlaceholder; 5936 + } 5937 + /** 5938 + * Metadata about the request's TLS handshake 5939 + */ 5940 + interface IncomingRequestCfPropertiesExportedAuthenticatorMetadata { 5941 + /** 5942 + * The client's [`HELLO` message](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.1.2), encoded in hexadecimal 5943 + * 5944 + * @example "44372ba35fa1270921d318f34c12f155dc87b682cf36a790cfaa3ba8737a1b5d" 5945 + */ 5946 + clientHandshake: string; 5947 + /** 5948 + * The server's [`HELLO` message](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.1.2), encoded in hexadecimal 5949 + * 5950 + * @example "44372ba35fa1270921d318f34c12f155dc87b682cf36a790cfaa3ba8737a1b5d" 5951 + */ 5952 + serverHandshake: string; 5953 + /** 5954 + * The client's [`FINISHED` message](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.9), encoded in hexadecimal 5955 + * 5956 + * @example "084ee802fe1348f688220e2a6040a05b2199a761f33cf753abb1b006792d3f8b" 5957 + */ 5958 + clientFinished: string; 5959 + /** 5960 + * The server's [`FINISHED` message](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.9), encoded in hexadecimal 5961 + * 5962 + * @example "084ee802fe1348f688220e2a6040a05b2199a761f33cf753abb1b006792d3f8b" 5963 + */ 5964 + serverFinished: string; 5965 + } 5966 + /** 5967 + * Geographic data about the request's origin. 5968 + */ 5969 + interface IncomingRequestCfPropertiesGeographicInformation { 5970 + /** 5971 + * The [ISO 3166-1 Alpha 2](https://www.iso.org/iso-3166-country-codes.html) country code the request originated from. 5972 + * 5973 + * If your worker is [configured to accept TOR connections](https://support.cloudflare.com/hc/en-us/articles/203306930-Understanding-Cloudflare-Tor-support-and-Onion-Routing), this may also be `"T1"`, indicating a request that originated over TOR. 5974 + * 5975 + * If Cloudflare is unable to determine where the request originated this property is omitted. 5976 + * 5977 + * The country code `"T1"` is used for requests originating on TOR. 5978 + * 5979 + * @example "GB" 5980 + */ 5981 + country?: Iso3166Alpha2Code | "T1"; 5982 + /** 5983 + * If present, this property indicates that the request originated in the EU 5984 + * 5985 + * @example "1" 5986 + */ 5987 + isEUCountry?: "1"; 5988 + /** 5989 + * A two-letter code indicating the continent the request originated from. 5990 + * 5991 + * @example "AN" 5992 + */ 5993 + continent?: ContinentCode; 5994 + /** 5995 + * The city the request originated from 5996 + * 5997 + * @example "Austin" 5998 + */ 5999 + city?: string; 6000 + /** 6001 + * Postal code of the incoming request 6002 + * 6003 + * @example "78701" 6004 + */ 6005 + postalCode?: string; 6006 + /** 6007 + * Latitude of the incoming request 6008 + * 6009 + * @example "30.27130" 6010 + */ 6011 + latitude?: string; 6012 + /** 6013 + * Longitude of the incoming request 6014 + * 6015 + * @example "-97.74260" 6016 + */ 6017 + longitude?: string; 6018 + /** 6019 + * Timezone of the incoming request 6020 + * 6021 + * @example "America/Chicago" 6022 + */ 6023 + timezone?: string; 6024 + /** 6025 + * If known, the ISO 3166-2 name for the first level region associated with 6026 + * the IP address of the incoming request 6027 + * 6028 + * @example "Texas" 6029 + */ 6030 + region?: string; 6031 + /** 6032 + * If known, the ISO 3166-2 code for the first-level region associated with 6033 + * the IP address of the incoming request 6034 + * 6035 + * @example "TX" 6036 + */ 6037 + regionCode?: string; 6038 + /** 6039 + * Metro code (DMA) of the incoming request 6040 + * 6041 + * @example "635" 6042 + */ 6043 + metroCode?: string; 6044 + } 6045 + /** Data about the incoming request's TLS certificate */ 6046 + interface IncomingRequestCfPropertiesTLSClientAuth { 6047 + /** Always `"1"`, indicating that the certificate was presented */ 6048 + certPresented: "1"; 6049 + /** 6050 + * Result of certificate verification. 6051 + * 6052 + * @example "FAILED:self signed certificate" 6053 + */ 6054 + certVerified: Exclude<CertVerificationStatus, "NONE">; 6055 + /** The presented certificate's revokation status. 6056 + * 6057 + * - A value of `"1"` indicates the certificate has been revoked 6058 + * - A value of `"0"` indicates the certificate has not been revoked 6059 + */ 6060 + certRevoked: "1" | "0"; 6061 + /** 6062 + * The certificate issuer's [distinguished name](https://knowledge.digicert.com/generalinformation/INFO1745.html) 6063 + * 6064 + * @example "CN=cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare" 6065 + */ 6066 + certIssuerDN: string; 6067 + /** 6068 + * The certificate subject's [distinguished name](https://knowledge.digicert.com/generalinformation/INFO1745.html) 6069 + * 6070 + * @example "CN=*.cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare" 6071 + */ 6072 + certSubjectDN: string; 6073 + /** 6074 + * The certificate issuer's [distinguished name](https://knowledge.digicert.com/generalinformation/INFO1745.html) ([RFC 2253](https://www.rfc-editor.org/rfc/rfc2253.html) formatted) 6075 + * 6076 + * @example "CN=cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare" 6077 + */ 6078 + certIssuerDNRFC2253: string; 6079 + /** 6080 + * The certificate subject's [distinguished name](https://knowledge.digicert.com/generalinformation/INFO1745.html) ([RFC 2253](https://www.rfc-editor.org/rfc/rfc2253.html) formatted) 6081 + * 6082 + * @example "CN=*.cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare" 6083 + */ 6084 + certSubjectDNRFC2253: string; 6085 + /** The certificate issuer's distinguished name (legacy policies) */ 6086 + certIssuerDNLegacy: string; 6087 + /** The certificate subject's distinguished name (legacy policies) */ 6088 + certSubjectDNLegacy: string; 6089 + /** 6090 + * The certificate's serial number 6091 + * 6092 + * @example "00936EACBE07F201DF" 6093 + */ 6094 + certSerial: string; 6095 + /** 6096 + * The certificate issuer's serial number 6097 + * 6098 + * @example "2489002934BDFEA34" 6099 + */ 6100 + certIssuerSerial: string; 6101 + /** 6102 + * The certificate's Subject Key Identifier 6103 + * 6104 + * @example "BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4" 6105 + */ 6106 + certSKI: string; 6107 + /** 6108 + * The certificate issuer's Subject Key Identifier 6109 + * 6110 + * @example "BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4" 6111 + */ 6112 + certIssuerSKI: string; 6113 + /** 6114 + * The certificate's SHA-1 fingerprint 6115 + * 6116 + * @example "6b9109f323999e52259cda7373ff0b4d26bd232e" 6117 + */ 6118 + certFingerprintSHA1: string; 6119 + /** 6120 + * The certificate's SHA-256 fingerprint 6121 + * 6122 + * @example "acf77cf37b4156a2708e34c4eb755f9b5dbbe5ebb55adfec8f11493438d19e6ad3f157f81fa3b98278453d5652b0c1fd1d71e5695ae4d709803a4d3f39de9dea" 6123 + */ 6124 + certFingerprintSHA256: string; 6125 + /** 6126 + * The effective starting date of the certificate 6127 + * 6128 + * @example "Dec 22 19:39:00 2018 GMT" 6129 + */ 6130 + certNotBefore: string; 6131 + /** 6132 + * The effective expiration date of the certificate 6133 + * 6134 + * @example "Dec 22 19:39:00 2018 GMT" 6135 + */ 6136 + certNotAfter: string; 6137 + } 6138 + /** Placeholder values for TLS Client Authorization */ 6139 + interface IncomingRequestCfPropertiesTLSClientAuthPlaceholder { 6140 + certPresented: "0"; 6141 + certVerified: "NONE"; 6142 + certRevoked: "0"; 6143 + certIssuerDN: ""; 6144 + certSubjectDN: ""; 6145 + certIssuerDNRFC2253: ""; 6146 + certSubjectDNRFC2253: ""; 6147 + certIssuerDNLegacy: ""; 6148 + certSubjectDNLegacy: ""; 6149 + certSerial: ""; 6150 + certIssuerSerial: ""; 6151 + certSKI: ""; 6152 + certIssuerSKI: ""; 6153 + certFingerprintSHA1: ""; 6154 + certFingerprintSHA256: ""; 6155 + certNotBefore: ""; 6156 + certNotAfter: ""; 6157 + } 6158 + /** Possible outcomes of TLS verification */ 6159 + declare type CertVerificationStatus = 6160 + /** Authentication succeeded */ 6161 + "SUCCESS" 6162 + /** No certificate was presented */ 6163 + | "NONE" 6164 + /** Failed because the certificate was self-signed */ 6165 + | "FAILED:self signed certificate" 6166 + /** Failed because the certificate failed a trust chain check */ 6167 + | "FAILED:unable to verify the first certificate" 6168 + /** Failed because the certificate not yet valid */ 6169 + | "FAILED:certificate is not yet valid" 6170 + /** Failed because the certificate is expired */ 6171 + | "FAILED:certificate has expired" 6172 + /** Failed for another unspecified reason */ 6173 + | "FAILED"; 6174 + /** 6175 + * An upstream endpoint's response to a TCP `keepalive` message from Cloudflare. 6176 + */ 6177 + declare type IncomingRequestCfPropertiesEdgeRequestKeepAliveStatus = 0 /** Unknown */ | 1 /** no keepalives (not found) */ | 2 /** no connection re-use, opening keepalive connection failed */ | 3 /** no connection re-use, keepalive accepted and saved */ | 4 /** connection re-use, refused by the origin server (`TCP FIN`) */ | 5; /** connection re-use, accepted by the origin server */ 6178 + /** ISO 3166-1 Alpha-2 codes */ 6179 + declare type Iso3166Alpha2Code = "AD" | "AE" | "AF" | "AG" | "AI" | "AL" | "AM" | "AO" | "AQ" | "AR" | "AS" | "AT" | "AU" | "AW" | "AX" | "AZ" | "BA" | "BB" | "BD" | "BE" | "BF" | "BG" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BV" | "BW" | "BY" | "BZ" | "CA" | "CC" | "CD" | "CF" | "CG" | "CH" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "CR" | "CU" | "CV" | "CW" | "CX" | "CY" | "CZ" | "DE" | "DJ" | "DK" | "DM" | "DO" | "DZ" | "EC" | "EE" | "EG" | "EH" | "ER" | "ES" | "ET" | "FI" | "FJ" | "FK" | "FM" | "FO" | "FR" | "GA" | "GB" | "GD" | "GE" | "GF" | "GG" | "GH" | "GI" | "GL" | "GM" | "GN" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GW" | "GY" | "HK" | "HM" | "HN" | "HR" | "HT" | "HU" | "ID" | "IE" | "IL" | "IM" | "IN" | "IO" | "IQ" | "IR" | "IS" | "IT" | "JE" | "JM" | "JO" | "JP" | "KE" | "KG" | "KH" | "KI" | "KM" | "KN" | "KP" | "KR" | "KW" | "KY" | "KZ" | "LA" | "LB" | "LC" | "LI" | "LK" | "LR" | "LS" | "LT" | "LU" | "LV" | "LY" | "MA" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MK" | "ML" | "MM" | "MN" | "MO" | "MP" | "MQ" | "MR" | "MS" | "MT" | "MU" | "MV" | "MW" | "MX" | "MY" | "MZ" | "NA" | "NC" | "NE" | "NF" | "NG" | "NI" | "NL" | "NO" | "NP" | "NR" | "NU" | "NZ" | "OM" | "PA" | "PE" | "PF" | "PG" | "PH" | "PK" | "PL" | "PM" | "PN" | "PR" | "PS" | "PT" | "PW" | "PY" | "QA" | "RE" | "RO" | "RS" | "RU" | "RW" | "SA" | "SB" | "SC" | "SD" | "SE" | "SG" | "SH" | "SI" | "SJ" | "SK" | "SL" | "SM" | "SN" | "SO" | "SR" | "SS" | "ST" | "SV" | "SX" | "SY" | "SZ" | "TC" | "TD" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TO" | "TR" | "TT" | "TV" | "TW" | "TZ" | "UA" | "UG" | "UM" | "US" | "UY" | "UZ" | "VA" | "VC" | "VE" | "VG" | "VI" | "VN" | "VU" | "WF" | "WS" | "YE" | "YT" | "ZA" | "ZM" | "ZW"; 6180 + /** The 2-letter continent codes Cloudflare uses */ 6181 + declare type ContinentCode = "AF" | "AN" | "AS" | "EU" | "NA" | "OC" | "SA"; 6182 + type CfProperties<HostMetadata = unknown> = IncomingRequestCfProperties<HostMetadata> | RequestInitCfProperties; 6183 + interface D1Meta { 6184 + duration: number; 6185 + size_after: number; 6186 + rows_read: number; 6187 + rows_written: number; 6188 + last_row_id: number; 6189 + changed_db: boolean; 6190 + changes: number; 6191 + /** 6192 + * The region of the database instance that executed the query. 6193 + */ 6194 + served_by_region?: string; 6195 + /** 6196 + * True if-and-only-if the database instance that executed the query was the primary. 6197 + */ 6198 + served_by_primary?: boolean; 6199 + timings?: { 6200 + /** 6201 + * The duration of the SQL query execution by the database instance. It doesn't include any network time. 6202 + */ 6203 + sql_duration_ms: number; 6204 + }; 6205 + } 6206 + interface D1Response { 6207 + success: true; 6208 + meta: D1Meta & Record<string, unknown>; 6209 + error?: never; 6210 + } 6211 + type D1Result<T = unknown> = D1Response & { 6212 + results: T[]; 6213 + }; 6214 + interface D1ExecResult { 6215 + count: number; 6216 + duration: number; 6217 + } 6218 + type D1SessionConstraint = 6219 + // Indicates that the first query should go to the primary, and the rest queries 6220 + // using the same D1DatabaseSession will go to any replica that is consistent with 6221 + // the bookmark maintained by the session (returned by the first query). 6222 + "first-primary" 6223 + // Indicates that the first query can go anywhere (primary or replica), and the rest queries 6224 + // using the same D1DatabaseSession will go to any replica that is consistent with 6225 + // the bookmark maintained by the session (returned by the first query). 6226 + | "first-unconstrained"; 6227 + type D1SessionBookmark = string; 6228 + declare abstract class D1Database { 6229 + prepare(query: string): D1PreparedStatement; 6230 + batch<T = unknown>(statements: D1PreparedStatement[]): Promise<D1Result<T>[]>; 6231 + exec(query: string): Promise<D1ExecResult>; 6232 + /** 6233 + * Creates a new D1 Session anchored at the given constraint or the bookmark. 6234 + * All queries executed using the created session will have sequential consistency, 6235 + * meaning that all writes done through the session will be visible in subsequent reads. 6236 + * 6237 + * @param constraintOrBookmark Either the session constraint or the explicit bookmark to anchor the created session. 6238 + */ 6239 + withSession(constraintOrBookmark?: D1SessionBookmark | D1SessionConstraint): D1DatabaseSession; 6240 + /** 6241 + * @deprecated dump() will be removed soon, only applies to deprecated alpha v1 databases. 6242 + */ 6243 + dump(): Promise<ArrayBuffer>; 6244 + } 6245 + declare abstract class D1DatabaseSession { 6246 + prepare(query: string): D1PreparedStatement; 6247 + batch<T = unknown>(statements: D1PreparedStatement[]): Promise<D1Result<T>[]>; 6248 + /** 6249 + * @returns The latest session bookmark across all executed queries on the session. 6250 + * If no query has been executed yet, `null` is returned. 6251 + */ 6252 + getBookmark(): D1SessionBookmark | null; 6253 + } 6254 + declare abstract class D1PreparedStatement { 6255 + bind(...values: unknown[]): D1PreparedStatement; 6256 + first<T = unknown>(colName: string): Promise<T | null>; 6257 + first<T = Record<string, unknown>>(): Promise<T | null>; 6258 + run<T = Record<string, unknown>>(): Promise<D1Result<T>>; 6259 + all<T = Record<string, unknown>>(): Promise<D1Result<T>>; 6260 + raw<T = unknown[]>(options: { 6261 + columnNames: true; 6262 + }): Promise<[ 6263 + string[], 6264 + ...T[] 6265 + ]>; 6266 + raw<T = unknown[]>(options?: { 6267 + columnNames?: false; 6268 + }): Promise<T[]>; 6269 + } 6270 + // `Disposable` was added to TypeScript's standard lib types in version 5.2. 6271 + // To support older TypeScript versions, define an empty `Disposable` interface. 6272 + // Users won't be able to use `using`/`Symbol.dispose` without upgrading to 5.2, 6273 + // but this will ensure type checking on older versions still passes. 6274 + // TypeScript's interface merging will ensure our empty interface is effectively 6275 + // ignored when `Disposable` is included in the standard lib. 6276 + interface Disposable { 6277 + } 6278 + /** 6279 + * An email message that can be sent from a Worker. 6280 + */ 6281 + interface EmailMessage { 6282 + /** 6283 + * Envelope From attribute of the email message. 6284 + */ 6285 + readonly from: string; 6286 + /** 6287 + * Envelope To attribute of the email message. 6288 + */ 6289 + readonly to: string; 6290 + } 6291 + /** 6292 + * An email message that is sent to a consumer Worker and can be rejected/forwarded. 6293 + */ 6294 + interface ForwardableEmailMessage extends EmailMessage { 6295 + /** 6296 + * Stream of the email message content. 6297 + */ 6298 + readonly raw: ReadableStream<Uint8Array>; 6299 + /** 6300 + * An [Headers object](https://developer.mozilla.org/en-US/docs/Web/API/Headers). 6301 + */ 6302 + readonly headers: Headers; 6303 + /** 6304 + * Size of the email message content. 6305 + */ 6306 + readonly rawSize: number; 6307 + /** 6308 + * Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. 6309 + * @param reason The reject reason. 6310 + * @returns void 6311 + */ 6312 + setReject(reason: string): void; 6313 + /** 6314 + * Forward this email message to a verified destination address of the account. 6315 + * @param rcptTo Verified destination address. 6316 + * @param headers A [Headers object](https://developer.mozilla.org/en-US/docs/Web/API/Headers). 6317 + * @returns A promise that resolves when the email message is forwarded. 6318 + */ 6319 + forward(rcptTo: string, headers?: Headers): Promise<void>; 6320 + /** 6321 + * Reply to the sender of this email message with a new EmailMessage object. 6322 + * @param message The reply message. 6323 + * @returns A promise that resolves when the email message is replied. 6324 + */ 6325 + reply(message: EmailMessage): Promise<void>; 6326 + } 6327 + /** 6328 + * A binding that allows a Worker to send email messages. 6329 + */ 6330 + interface SendEmail { 6331 + send(message: EmailMessage): Promise<void>; 6332 + } 6333 + declare abstract class EmailEvent extends ExtendableEvent { 6334 + readonly message: ForwardableEmailMessage; 6335 + } 6336 + declare type EmailExportedHandler<Env = unknown> = (message: ForwardableEmailMessage, env: Env, ctx: ExecutionContext) => void | Promise<void>; 6337 + declare module "cloudflare:email" { 6338 + let _EmailMessage: { 6339 + prototype: EmailMessage; 6340 + new (from: string, to: string, raw: ReadableStream | string): EmailMessage; 6341 + }; 6342 + export { _EmailMessage as EmailMessage }; 6343 + } 6344 + /** 6345 + * Hello World binding to serve as an explanatory example. DO NOT USE 6346 + */ 6347 + interface HelloWorldBinding { 6348 + /** 6349 + * Retrieve the current stored value 6350 + */ 6351 + get(): Promise<{ 6352 + value: string; 6353 + ms?: number; 6354 + }>; 6355 + /** 6356 + * Set a new stored value 6357 + */ 6358 + set(value: string): Promise<void>; 6359 + } 6360 + interface Hyperdrive { 6361 + /** 6362 + * Connect directly to Hyperdrive as if it's your database, returning a TCP socket. 6363 + * 6364 + * Calling this method returns an idential socket to if you call 6365 + * `connect("host:port")` using the `host` and `port` fields from this object. 6366 + * Pick whichever approach works better with your preferred DB client library. 6367 + * 6368 + * Note that this socket is not yet authenticated -- it's expected that your 6369 + * code (or preferably, the client library of your choice) will authenticate 6370 + * using the information in this class's readonly fields. 6371 + */ 6372 + connect(): Socket; 6373 + /** 6374 + * A valid DB connection string that can be passed straight into the typical 6375 + * client library/driver/ORM. This will typically be the easiest way to use 6376 + * Hyperdrive. 6377 + */ 6378 + readonly connectionString: string; 6379 + /* 6380 + * A randomly generated hostname that is only valid within the context of the 6381 + * currently running Worker which, when passed into `connect()` function from 6382 + * the "cloudflare:sockets" module, will connect to the Hyperdrive instance 6383 + * for your database. 6384 + */ 6385 + readonly host: string; 6386 + /* 6387 + * The port that must be paired the the host field when connecting. 6388 + */ 6389 + readonly port: number; 6390 + /* 6391 + * The username to use when authenticating to your database via Hyperdrive. 6392 + * Unlike the host and password, this will be the same every time 6393 + */ 6394 + readonly user: string; 6395 + /* 6396 + * The randomly generated password to use when authenticating to your 6397 + * database via Hyperdrive. Like the host field, this password is only valid 6398 + * within the context of the currently running Worker instance from which 6399 + * it's read. 6400 + */ 6401 + readonly password: string; 6402 + /* 6403 + * The name of the database to connect to. 6404 + */ 6405 + readonly database: string; 6406 + } 6407 + // Copyright (c) 2024 Cloudflare, Inc. 6408 + // Licensed under the Apache 2.0 license found in the LICENSE file or at: 6409 + // https://opensource.org/licenses/Apache-2.0 6410 + type ImageInfoResponse = { 6411 + format: 'image/svg+xml'; 6412 + } | { 6413 + format: string; 6414 + fileSize: number; 6415 + width: number; 6416 + height: number; 6417 + }; 6418 + type ImageTransform = { 6419 + width?: number; 6420 + height?: number; 6421 + background?: string; 6422 + blur?: number; 6423 + border?: { 6424 + color?: string; 6425 + width?: number; 6426 + } | { 6427 + top?: number; 6428 + bottom?: number; 6429 + left?: number; 6430 + right?: number; 6431 + }; 6432 + brightness?: number; 6433 + contrast?: number; 6434 + fit?: 'scale-down' | 'contain' | 'pad' | 'squeeze' | 'cover' | 'crop'; 6435 + flip?: 'h' | 'v' | 'hv'; 6436 + gamma?: number; 6437 + gravity?: 'left' | 'right' | 'top' | 'bottom' | 'center' | 'auto' | 'entropy' | { 6438 + x?: number; 6439 + y?: number; 6440 + mode: 'remainder' | 'box-center'; 6441 + }; 6442 + rotate?: 0 | 90 | 180 | 270; 6443 + saturation?: number; 6444 + sharpen?: number; 6445 + trim?: "border" | { 6446 + top?: number; 6447 + bottom?: number; 6448 + left?: number; 6449 + right?: number; 6450 + width?: number; 6451 + height?: number; 6452 + border?: boolean | { 6453 + color?: string; 6454 + tolerance?: number; 6455 + keep?: number; 6456 + }; 6457 + }; 6458 + }; 6459 + type ImageDrawOptions = { 6460 + opacity?: number; 6461 + repeat?: boolean | string; 6462 + top?: number; 6463 + left?: number; 6464 + bottom?: number; 6465 + right?: number; 6466 + }; 6467 + type ImageOutputOptions = { 6468 + format: 'image/jpeg' | 'image/png' | 'image/gif' | 'image/webp' | 'image/avif' | 'rgb' | 'rgba'; 6469 + quality?: number; 6470 + background?: string; 6471 + }; 6472 + interface ImagesBinding { 6473 + /** 6474 + * Get image metadata (type, width and height) 6475 + * @throws {@link ImagesError} with code 9412 if input is not an image 6476 + * @param stream The image bytes 6477 + */ 6478 + info(stream: ReadableStream<Uint8Array>): Promise<ImageInfoResponse>; 6479 + /** 6480 + * Begin applying a series of transformations to an image 6481 + * @param stream The image bytes 6482 + * @returns A transform handle 6483 + */ 6484 + input(stream: ReadableStream<Uint8Array>): ImageTransformer; 6485 + } 6486 + interface ImageTransformer { 6487 + /** 6488 + * Apply transform next, returning a transform handle. 6489 + * You can then apply more transformations, draw, or retrieve the output. 6490 + * @param transform 6491 + */ 6492 + transform(transform: ImageTransform): ImageTransformer; 6493 + /** 6494 + * Draw an image on this transformer, returning a transform handle. 6495 + * You can then apply more transformations, draw, or retrieve the output. 6496 + * @param image The image (or transformer that will give the image) to draw 6497 + * @param options The options configuring how to draw the image 6498 + */ 6499 + draw(image: ReadableStream<Uint8Array> | ImageTransformer, options?: ImageDrawOptions): ImageTransformer; 6500 + /** 6501 + * Retrieve the image that results from applying the transforms to the 6502 + * provided input 6503 + * @param options Options that apply to the output e.g. output format 6504 + */ 6505 + output(options: ImageOutputOptions): Promise<ImageTransformationResult>; 6506 + } 6507 + interface ImageTransformationResult { 6508 + /** 6509 + * The image as a response, ready to store in cache or return to users 6510 + */ 6511 + response(): Response; 6512 + /** 6513 + * The content type of the returned image 6514 + */ 6515 + contentType(): string; 6516 + /** 6517 + * The bytes of the response 6518 + */ 6519 + image(): ReadableStream<Uint8Array>; 6520 + } 6521 + interface ImagesError extends Error { 6522 + readonly code: number; 6523 + readonly message: string; 6524 + readonly stack?: string; 6525 + } 6526 + type Params<P extends string = any> = Record<P, string | string[]>; 6527 + type EventContext<Env, P extends string, Data> = { 6528 + request: Request<unknown, IncomingRequestCfProperties<unknown>>; 6529 + functionPath: string; 6530 + waitUntil: (promise: Promise<any>) => void; 6531 + passThroughOnException: () => void; 6532 + next: (input?: Request | string, init?: RequestInit) => Promise<Response>; 6533 + env: Env & { 6534 + ASSETS: { 6535 + fetch: typeof fetch; 6536 + }; 6537 + }; 6538 + params: Params<P>; 6539 + data: Data; 6540 + }; 6541 + type PagesFunction<Env = unknown, Params extends string = any, Data extends Record<string, unknown> = Record<string, unknown>> = (context: EventContext<Env, Params, Data>) => Response | Promise<Response>; 6542 + type EventPluginContext<Env, P extends string, Data, PluginArgs> = { 6543 + request: Request<unknown, IncomingRequestCfProperties<unknown>>; 6544 + functionPath: string; 6545 + waitUntil: (promise: Promise<any>) => void; 6546 + passThroughOnException: () => void; 6547 + next: (input?: Request | string, init?: RequestInit) => Promise<Response>; 6548 + env: Env & { 6549 + ASSETS: { 6550 + fetch: typeof fetch; 6551 + }; 6552 + }; 6553 + params: Params<P>; 6554 + data: Data; 6555 + pluginArgs: PluginArgs; 6556 + }; 6557 + type PagesPluginFunction<Env = unknown, Params extends string = any, Data extends Record<string, unknown> = Record<string, unknown>, PluginArgs = unknown> = (context: EventPluginContext<Env, Params, Data, PluginArgs>) => Response | Promise<Response>; 6558 + declare module "assets:*" { 6559 + export const onRequest: PagesFunction; 6560 + } 6561 + // Copyright (c) 2022-2023 Cloudflare, Inc. 6562 + // Licensed under the Apache 2.0 license found in the LICENSE file or at: 6563 + // https://opensource.org/licenses/Apache-2.0 6564 + declare module "cloudflare:pipelines" { 6565 + export abstract class PipelineTransformationEntrypoint<Env = unknown, I extends PipelineRecord = PipelineRecord, O extends PipelineRecord = PipelineRecord> { 6566 + protected env: Env; 6567 + protected ctx: ExecutionContext; 6568 + constructor(ctx: ExecutionContext, env: Env); 6569 + /** 6570 + * run recieves an array of PipelineRecord which can be 6571 + * transformed and returned to the pipeline 6572 + * @param records Incoming records from the pipeline to be transformed 6573 + * @param metadata Information about the specific pipeline calling the transformation entrypoint 6574 + * @returns A promise containing the transformed PipelineRecord array 6575 + */ 6576 + public run(records: I[], metadata: PipelineBatchMetadata): Promise<O[]>; 6577 + } 6578 + export type PipelineRecord = Record<string, unknown>; 6579 + export type PipelineBatchMetadata = { 6580 + pipelineId: string; 6581 + pipelineName: string; 6582 + }; 6583 + export interface Pipeline<T extends PipelineRecord = PipelineRecord> { 6584 + /** 6585 + * The Pipeline interface represents the type of a binding to a Pipeline 6586 + * 6587 + * @param records The records to send to the pipeline 6588 + */ 6589 + send(records: T[]): Promise<void>; 6590 + } 6591 + } 6592 + // PubSubMessage represents an incoming PubSub message. 6593 + // The message includes metadata about the broker, the client, and the payload 6594 + // itself. 6595 + // https://developers.cloudflare.com/pub-sub/ 6596 + interface PubSubMessage { 6597 + // Message ID 6598 + readonly mid: number; 6599 + // MQTT broker FQDN in the form mqtts://BROKER.NAMESPACE.cloudflarepubsub.com:PORT 6600 + readonly broker: string; 6601 + // The MQTT topic the message was sent on. 6602 + readonly topic: string; 6603 + // The client ID of the client that published this message. 6604 + readonly clientId: string; 6605 + // The unique identifier (JWT ID) used by the client to authenticate, if token 6606 + // auth was used. 6607 + readonly jti?: string; 6608 + // A Unix timestamp (seconds from Jan 1, 1970), set when the Pub/Sub Broker 6609 + // received the message from the client. 6610 + readonly receivedAt: number; 6611 + // An (optional) string with the MIME type of the payload, if set by the 6612 + // client. 6613 + readonly contentType: string; 6614 + // Set to 1 when the payload is a UTF-8 string 6615 + // https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901063 6616 + readonly payloadFormatIndicator: number; 6617 + // Pub/Sub (MQTT) payloads can be UTF-8 strings, or byte arrays. 6618 + // You can use payloadFormatIndicator to inspect this before decoding. 6619 + payload: string | Uint8Array; 6620 + } 6621 + // JsonWebKey extended by kid parameter 6622 + interface JsonWebKeyWithKid extends JsonWebKey { 6623 + // Key Identifier of the JWK 6624 + readonly kid: string; 6625 + } 6626 + interface RateLimitOptions { 6627 + key: string; 6628 + } 6629 + interface RateLimitOutcome { 6630 + success: boolean; 6631 + } 6632 + interface RateLimit { 6633 + /** 6634 + * Rate limit a request based on the provided options. 6635 + * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ 6636 + * @returns A promise that resolves with the outcome of the rate limit. 6637 + */ 6638 + limit(options: RateLimitOptions): Promise<RateLimitOutcome>; 6639 + } 6640 + // Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need 6641 + // to referenced by `Fetcher`. This is included in the "importable" version of the types which 6642 + // strips all `module` blocks. 6643 + declare namespace Rpc { 6644 + // Branded types for identifying `WorkerEntrypoint`/`DurableObject`/`Target`s. 6645 + // TypeScript uses *structural* typing meaning anything with the same shape as type `T` is a `T`. 6646 + // For the classes exported by `cloudflare:workers` we want *nominal* typing (i.e. we only want to 6647 + // accept `WorkerEntrypoint` from `cloudflare:workers`, not any other class with the same shape) 6648 + export const __RPC_STUB_BRAND: '__RPC_STUB_BRAND'; 6649 + export const __RPC_TARGET_BRAND: '__RPC_TARGET_BRAND'; 6650 + export const __WORKER_ENTRYPOINT_BRAND: '__WORKER_ENTRYPOINT_BRAND'; 6651 + export const __DURABLE_OBJECT_BRAND: '__DURABLE_OBJECT_BRAND'; 6652 + export const __WORKFLOW_ENTRYPOINT_BRAND: '__WORKFLOW_ENTRYPOINT_BRAND'; 6653 + export interface RpcTargetBranded { 6654 + [__RPC_TARGET_BRAND]: never; 6655 + } 6656 + export interface WorkerEntrypointBranded { 6657 + [__WORKER_ENTRYPOINT_BRAND]: never; 6658 + } 6659 + export interface DurableObjectBranded { 6660 + [__DURABLE_OBJECT_BRAND]: never; 6661 + } 6662 + export interface WorkflowEntrypointBranded { 6663 + [__WORKFLOW_ENTRYPOINT_BRAND]: never; 6664 + } 6665 + export type EntrypointBranded = WorkerEntrypointBranded | DurableObjectBranded | WorkflowEntrypointBranded; 6666 + // Types that can be used through `Stub`s 6667 + export type Stubable = RpcTargetBranded | ((...args: any[]) => any); 6668 + // Types that can be passed over RPC 6669 + // The reason for using a generic type here is to build a serializable subset of structured 6670 + // cloneable composite types. This allows types defined with the "interface" keyword to pass the 6671 + // serializable check as well. Otherwise, only types defined with the "type" keyword would pass. 6672 + type Serializable<T> = 6673 + // Structured cloneables 6674 + BaseType 6675 + // Structured cloneable composites 6676 + | Map<T extends Map<infer U, unknown> ? Serializable<U> : never, T extends Map<unknown, infer U> ? Serializable<U> : never> | Set<T extends Set<infer U> ? Serializable<U> : never> | ReadonlyArray<T extends ReadonlyArray<infer U> ? Serializable<U> : never> | { 6677 + [K in keyof T]: K extends number | string ? Serializable<T[K]> : never; 6678 + } 6679 + // Special types 6680 + | Stub<Stubable> 6681 + // Serialized as stubs, see `Stubify` 6682 + | Stubable; 6683 + // Base type for all RPC stubs, including common memory management methods. 6684 + // `T` is used as a marker type for unwrapping `Stub`s later. 6685 + interface StubBase<T extends Stubable> extends Disposable { 6686 + [__RPC_STUB_BRAND]: T; 6687 + dup(): this; 6688 + } 6689 + export type Stub<T extends Stubable> = Provider<T> & StubBase<T>; 6690 + // This represents all the types that can be sent as-is over an RPC boundary 6691 + type BaseType = void | undefined | null | boolean | number | bigint | string | TypedArray | ArrayBuffer | DataView | Date | Error | RegExp | ReadableStream<Uint8Array> | WritableStream<Uint8Array> | Request | Response | Headers; 6692 + // Recursively rewrite all `Stubable` types with `Stub`s 6693 + // prettier-ignore 6694 + type Stubify<T> = T extends Stubable ? Stub<T> : T extends Map<infer K, infer V> ? Map<Stubify<K>, Stubify<V>> : T extends Set<infer V> ? Set<Stubify<V>> : T extends Array<infer V> ? Array<Stubify<V>> : T extends ReadonlyArray<infer V> ? ReadonlyArray<Stubify<V>> : T extends BaseType ? T : T extends { 6695 + [key: string | number]: any; 6696 + } ? { 6697 + [K in keyof T]: Stubify<T[K]>; 6698 + } : T; 6699 + // Recursively rewrite all `Stub<T>`s with the corresponding `T`s. 6700 + // Note we use `StubBase` instead of `Stub` here to avoid circular dependencies: 6701 + // `Stub` depends on `Provider`, which depends on `Unstubify`, which would depend on `Stub`. 6702 + // prettier-ignore 6703 + type Unstubify<T> = T extends StubBase<infer V> ? V : T extends Map<infer K, infer V> ? Map<Unstubify<K>, Unstubify<V>> : T extends Set<infer V> ? Set<Unstubify<V>> : T extends Array<infer V> ? Array<Unstubify<V>> : T extends ReadonlyArray<infer V> ? ReadonlyArray<Unstubify<V>> : T extends BaseType ? T : T extends { 6704 + [key: string | number]: unknown; 6705 + } ? { 6706 + [K in keyof T]: Unstubify<T[K]>; 6707 + } : T; 6708 + type UnstubifyAll<A extends any[]> = { 6709 + [I in keyof A]: Unstubify<A[I]>; 6710 + }; 6711 + // Utility type for adding `Provider`/`Disposable`s to `object` types only. 6712 + // Note `unknown & T` is equivalent to `T`. 6713 + type MaybeProvider<T> = T extends object ? Provider<T> : unknown; 6714 + type MaybeDisposable<T> = T extends object ? Disposable : unknown; 6715 + // Type for method return or property on an RPC interface. 6716 + // - Stubable types are replaced by stubs. 6717 + // - Serializable types are passed by value, with stubable types replaced by stubs 6718 + // and a top-level `Disposer`. 6719 + // Everything else can't be passed over PRC. 6720 + // Technically, we use custom thenables here, but they quack like `Promise`s. 6721 + // Intersecting with `(Maybe)Provider` allows pipelining. 6722 + // prettier-ignore 6723 + type Result<R> = R extends Stubable ? Promise<Stub<R>> & Provider<R> : R extends Serializable<R> ? Promise<Stubify<R> & MaybeDisposable<R>> & MaybeProvider<R> : never; 6724 + // Type for method or property on an RPC interface. 6725 + // For methods, unwrap `Stub`s in parameters, and rewrite returns to be `Result`s. 6726 + // Unwrapping `Stub`s allows calling with `Stubable` arguments. 6727 + // For properties, rewrite types to be `Result`s. 6728 + // In each case, unwrap `Promise`s. 6729 + type MethodOrProperty<V> = V extends (...args: infer P) => infer R ? (...args: UnstubifyAll<P>) => Result<Awaited<R>> : Result<Awaited<V>>; 6730 + // Type for the callable part of an `Provider` if `T` is callable. 6731 + // This is intersected with methods/properties. 6732 + type MaybeCallableProvider<T> = T extends (...args: any[]) => any ? MethodOrProperty<T> : unknown; 6733 + // Base type for all other types providing RPC-like interfaces. 6734 + // Rewrites all methods/properties to be `MethodOrProperty`s, while preserving callable types. 6735 + // `Reserved` names (e.g. stub method names like `dup()`) and symbols can't be accessed over RPC. 6736 + export type Provider<T extends object, Reserved extends string = never> = MaybeCallableProvider<T> & { 6737 + [K in Exclude<keyof T, Reserved | symbol | keyof StubBase<never>>]: MethodOrProperty<T[K]>; 6738 + }; 6739 + } 6740 + declare namespace Cloudflare { 6741 + interface Env { 6742 + } 6743 + } 6744 + declare module 'cloudflare:workers' { 6745 + export type RpcStub<T extends Rpc.Stubable> = Rpc.Stub<T>; 6746 + export const RpcStub: { 6747 + new <T extends Rpc.Stubable>(value: T): Rpc.Stub<T>; 6748 + }; 6749 + export abstract class RpcTarget implements Rpc.RpcTargetBranded { 6750 + [Rpc.__RPC_TARGET_BRAND]: never; 6751 + } 6752 + // `protected` fields don't appear in `keyof`s, so can't be accessed over RPC 6753 + export abstract class WorkerEntrypoint<Env = unknown> implements Rpc.WorkerEntrypointBranded { 6754 + [Rpc.__WORKER_ENTRYPOINT_BRAND]: never; 6755 + protected ctx: ExecutionContext; 6756 + protected env: Env; 6757 + constructor(ctx: ExecutionContext, env: Env); 6758 + fetch?(request: Request): Response | Promise<Response>; 6759 + tail?(events: TraceItem[]): void | Promise<void>; 6760 + trace?(traces: TraceItem[]): void | Promise<void>; 6761 + scheduled?(controller: ScheduledController): void | Promise<void>; 6762 + queue?(batch: MessageBatch<unknown>): void | Promise<void>; 6763 + test?(controller: TestController): void | Promise<void>; 6764 + } 6765 + export abstract class DurableObject<Env = unknown> implements Rpc.DurableObjectBranded { 6766 + [Rpc.__DURABLE_OBJECT_BRAND]: never; 6767 + protected ctx: DurableObjectState; 6768 + protected env: Env; 6769 + constructor(ctx: DurableObjectState, env: Env); 6770 + fetch?(request: Request): Response | Promise<Response>; 6771 + alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>; 6772 + webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>; 6773 + webSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>; 6774 + webSocketError?(ws: WebSocket, error: unknown): void | Promise<void>; 6775 + } 6776 + export type WorkflowDurationLabel = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'year'; 6777 + export type WorkflowSleepDuration = `${number} ${WorkflowDurationLabel}${'s' | ''}` | number; 6778 + export type WorkflowDelayDuration = WorkflowSleepDuration; 6779 + export type WorkflowTimeoutDuration = WorkflowSleepDuration; 6780 + export type WorkflowRetentionDuration = WorkflowSleepDuration; 6781 + export type WorkflowBackoff = 'constant' | 'linear' | 'exponential'; 6782 + export type WorkflowStepConfig = { 6783 + retries?: { 6784 + limit: number; 6785 + delay: WorkflowDelayDuration | number; 6786 + backoff?: WorkflowBackoff; 6787 + }; 6788 + timeout?: WorkflowTimeoutDuration | number; 6789 + }; 6790 + export type WorkflowEvent<T> = { 6791 + payload: Readonly<T>; 6792 + timestamp: Date; 6793 + instanceId: string; 6794 + }; 6795 + export type WorkflowStepEvent<T> = { 6796 + payload: Readonly<T>; 6797 + timestamp: Date; 6798 + type: string; 6799 + }; 6800 + export abstract class WorkflowStep { 6801 + do<T extends Rpc.Serializable<T>>(name: string, callback: () => Promise<T>): Promise<T>; 6802 + do<T extends Rpc.Serializable<T>>(name: string, config: WorkflowStepConfig, callback: () => Promise<T>): Promise<T>; 6803 + sleep: (name: string, duration: WorkflowSleepDuration) => Promise<void>; 6804 + sleepUntil: (name: string, timestamp: Date | number) => Promise<void>; 6805 + waitForEvent<T extends Rpc.Serializable<T>>(name: string, options: { 6806 + type: string; 6807 + timeout?: WorkflowTimeoutDuration | number; 6808 + }): Promise<WorkflowStepEvent<T>>; 6809 + } 6810 + export abstract class WorkflowEntrypoint<Env = unknown, T extends Rpc.Serializable<T> | unknown = unknown> implements Rpc.WorkflowEntrypointBranded { 6811 + [Rpc.__WORKFLOW_ENTRYPOINT_BRAND]: never; 6812 + protected ctx: ExecutionContext; 6813 + protected env: Env; 6814 + constructor(ctx: ExecutionContext, env: Env); 6815 + run(event: Readonly<WorkflowEvent<T>>, step: WorkflowStep): Promise<unknown>; 6816 + } 6817 + export const env: Cloudflare.Env; 6818 + } 6819 + interface SecretsStoreSecret { 6820 + /** 6821 + * Get a secret from the Secrets Store, returning a string of the secret value 6822 + * if it exists, or throws an error if it does not exist 6823 + */ 6824 + get(): Promise<string>; 6825 + } 6826 + declare module "cloudflare:sockets" { 6827 + function _connect(address: string | SocketAddress, options?: SocketOptions): Socket; 6828 + export { _connect as connect }; 6829 + } 6830 + declare namespace TailStream { 6831 + interface Header { 6832 + readonly name: string; 6833 + readonly value: string; 6834 + } 6835 + interface FetchEventInfo { 6836 + readonly type: "fetch"; 6837 + readonly method: string; 6838 + readonly url: string; 6839 + readonly cfJson: string; 6840 + readonly headers: Header[]; 6841 + } 6842 + interface JsRpcEventInfo { 6843 + readonly type: "jsrpc"; 6844 + readonly methodName: string; 6845 + } 6846 + interface ScheduledEventInfo { 6847 + readonly type: "scheduled"; 6848 + readonly scheduledTime: Date; 6849 + readonly cron: string; 6850 + } 6851 + interface AlarmEventInfo { 6852 + readonly type: "alarm"; 6853 + readonly scheduledTime: Date; 6854 + } 6855 + interface QueueEventInfo { 6856 + readonly type: "queue"; 6857 + readonly queueName: string; 6858 + readonly batchSize: number; 6859 + } 6860 + interface EmailEventInfo { 6861 + readonly type: "email"; 6862 + readonly mailFrom: string; 6863 + readonly rcptTo: string; 6864 + readonly rawSize: number; 6865 + } 6866 + interface TraceEventInfo { 6867 + readonly type: "trace"; 6868 + readonly traces: (string | null)[]; 6869 + } 6870 + interface HibernatableWebSocketEventInfoMessage { 6871 + readonly type: "message"; 6872 + } 6873 + interface HibernatableWebSocketEventInfoError { 6874 + readonly type: "error"; 6875 + } 6876 + interface HibernatableWebSocketEventInfoClose { 6877 + readonly type: "close"; 6878 + readonly code: number; 6879 + readonly wasClean: boolean; 6880 + } 6881 + interface HibernatableWebSocketEventInfo { 6882 + readonly type: "hibernatableWebSocket"; 6883 + readonly info: HibernatableWebSocketEventInfoClose | HibernatableWebSocketEventInfoError | HibernatableWebSocketEventInfoMessage; 6884 + } 6885 + interface Resume { 6886 + readonly type: "resume"; 6887 + readonly attachment?: any; 6888 + } 6889 + interface CustomEventInfo { 6890 + readonly type: "custom"; 6891 + } 6892 + interface FetchResponseInfo { 6893 + readonly type: "fetch"; 6894 + readonly statusCode: number; 6895 + } 6896 + type EventOutcome = "ok" | "canceled" | "exception" | "unknown" | "killSwitch" | "daemonDown" | "exceededCpu" | "exceededMemory" | "loadShed" | "responseStreamDisconnected" | "scriptNotFound"; 6897 + interface ScriptVersion { 6898 + readonly id: string; 6899 + readonly tag?: string; 6900 + readonly message?: string; 6901 + } 6902 + interface Trigger { 6903 + readonly traceId: string; 6904 + readonly invocationId: string; 6905 + readonly spanId: string; 6906 + } 6907 + interface Onset { 6908 + readonly type: "onset"; 6909 + readonly dispatchNamespace?: string; 6910 + readonly entrypoint?: string; 6911 + readonly executionModel: string; 6912 + readonly scriptName?: string; 6913 + readonly scriptTags?: string[]; 6914 + readonly scriptVersion?: ScriptVersion; 6915 + readonly trigger?: Trigger; 6916 + readonly info: FetchEventInfo | JsRpcEventInfo | ScheduledEventInfo | AlarmEventInfo | QueueEventInfo | EmailEventInfo | TraceEventInfo | HibernatableWebSocketEventInfo | Resume | CustomEventInfo; 6917 + } 6918 + interface Outcome { 6919 + readonly type: "outcome"; 6920 + readonly outcome: EventOutcome; 6921 + readonly cpuTime: number; 6922 + readonly wallTime: number; 6923 + } 6924 + interface Hibernate { 6925 + readonly type: "hibernate"; 6926 + } 6927 + interface SpanOpen { 6928 + readonly type: "spanOpen"; 6929 + readonly name: string; 6930 + readonly info?: FetchEventInfo | JsRpcEventInfo | Attributes; 6931 + } 6932 + interface SpanClose { 6933 + readonly type: "spanClose"; 6934 + readonly outcome: EventOutcome; 6935 + } 6936 + interface DiagnosticChannelEvent { 6937 + readonly type: "diagnosticChannel"; 6938 + readonly channel: string; 6939 + readonly message: any; 6940 + } 6941 + interface Exception { 6942 + readonly type: "exception"; 6943 + readonly name: string; 6944 + readonly message: string; 6945 + readonly stack?: string; 6946 + } 6947 + interface Log { 6948 + readonly type: "log"; 6949 + readonly level: "debug" | "error" | "info" | "log" | "warn"; 6950 + readonly message: string; 6951 + } 6952 + interface Return { 6953 + readonly type: "return"; 6954 + readonly info?: FetchResponseInfo; 6955 + } 6956 + interface Link { 6957 + readonly type: "link"; 6958 + readonly label?: string; 6959 + readonly traceId: string; 6960 + readonly invocationId: string; 6961 + readonly spanId: string; 6962 + } 6963 + interface Attribute { 6964 + readonly name: string; 6965 + readonly value: string | string[] | boolean | boolean[] | number | number[] | bigint | bigint[]; 6966 + } 6967 + interface Attributes { 6968 + readonly type: "attributes"; 6969 + readonly info: Attribute[]; 6970 + } 6971 + type EventType = Onset | Outcome | Hibernate | SpanOpen | SpanClose | DiagnosticChannelEvent | Exception | Log | Return | Link | Attributes; 6972 + interface TailEvent<Event extends EventType> { 6973 + readonly invocationId: string; 6974 + readonly spanId: string; 6975 + readonly timestamp: Date; 6976 + readonly sequence: number; 6977 + readonly event: Event; 6978 + } 6979 + type TailEventHandler<Event extends EventType = EventType> = (event: TailEvent<Event>) => void | Promise<void>; 6980 + type TailEventHandlerObject = { 6981 + outcome?: TailEventHandler<Outcome>; 6982 + hibernate?: TailEventHandler<Hibernate>; 6983 + spanOpen?: TailEventHandler<SpanOpen>; 6984 + spanClose?: TailEventHandler<SpanClose>; 6985 + diagnosticChannel?: TailEventHandler<DiagnosticChannelEvent>; 6986 + exception?: TailEventHandler<Exception>; 6987 + log?: TailEventHandler<Log>; 6988 + return?: TailEventHandler<Return>; 6989 + link?: TailEventHandler<Link>; 6990 + attributes?: TailEventHandler<Attributes>; 6991 + }; 6992 + type TailEventHandlerType = TailEventHandler | TailEventHandlerObject; 6993 + } 6994 + // Copyright (c) 2022-2023 Cloudflare, Inc. 6995 + // Licensed under the Apache 2.0 license found in the LICENSE file or at: 6996 + // https://opensource.org/licenses/Apache-2.0 6997 + /** 6998 + * Data types supported for holding vector metadata. 6999 + */ 7000 + type VectorizeVectorMetadataValue = string | number | boolean | string[]; 7001 + /** 7002 + * Additional information to associate with a vector. 7003 + */ 7004 + type VectorizeVectorMetadata = VectorizeVectorMetadataValue | Record<string, VectorizeVectorMetadataValue>; 7005 + type VectorFloatArray = Float32Array | Float64Array; 7006 + interface VectorizeError { 7007 + code?: number; 7008 + error: string; 7009 + } 7010 + /** 7011 + * Comparison logic/operation to use for metadata filtering. 7012 + * 7013 + * This list is expected to grow as support for more operations are released. 7014 + */ 7015 + type VectorizeVectorMetadataFilterOp = "$eq" | "$ne"; 7016 + /** 7017 + * Filter criteria for vector metadata used to limit the retrieved query result set. 7018 + */ 7019 + type VectorizeVectorMetadataFilter = { 7020 + [field: string]: Exclude<VectorizeVectorMetadataValue, string[]> | null | { 7021 + [Op in VectorizeVectorMetadataFilterOp]?: Exclude<VectorizeVectorMetadataValue, string[]> | null; 7022 + }; 7023 + }; 7024 + /** 7025 + * Supported distance metrics for an index. 7026 + * Distance metrics determine how other "similar" vectors are determined. 7027 + */ 7028 + type VectorizeDistanceMetric = "euclidean" | "cosine" | "dot-product"; 7029 + /** 7030 + * Metadata return levels for a Vectorize query. 7031 + * 7032 + * Default to "none". 7033 + * 7034 + * @property all Full metadata for the vector return set, including all fields (including those un-indexed) without truncation. This is a more expensive retrieval, as it requires additional fetching & reading of un-indexed data. 7035 + * @property indexed Return all metadata fields configured for indexing in the vector return set. This level of retrieval is "free" in that no additional overhead is incurred returning this data. However, note that indexed metadata is subject to truncation (especially for larger strings). 7036 + * @property none No indexed metadata will be returned. 7037 + */ 7038 + type VectorizeMetadataRetrievalLevel = "all" | "indexed" | "none"; 7039 + interface VectorizeQueryOptions { 7040 + topK?: number; 7041 + namespace?: string; 7042 + returnValues?: boolean; 7043 + returnMetadata?: boolean | VectorizeMetadataRetrievalLevel; 7044 + filter?: VectorizeVectorMetadataFilter; 7045 + } 7046 + /** 7047 + * Information about the configuration of an index. 7048 + */ 7049 + type VectorizeIndexConfig = { 7050 + dimensions: number; 7051 + metric: VectorizeDistanceMetric; 7052 + } | { 7053 + preset: string; // keep this generic, as we'll be adding more presets in the future and this is only in a read capacity 7054 + }; 7055 + /** 7056 + * Metadata about an existing index. 7057 + * 7058 + * This type is exclusively for the Vectorize **beta** and will be deprecated once Vectorize RC is released. 7059 + * See {@link VectorizeIndexInfo} for its post-beta equivalent. 7060 + */ 7061 + interface VectorizeIndexDetails { 7062 + /** The unique ID of the index */ 7063 + readonly id: string; 7064 + /** The name of the index. */ 7065 + name: string; 7066 + /** (optional) A human readable description for the index. */ 7067 + description?: string; 7068 + /** The index configuration, including the dimension size and distance metric. */ 7069 + config: VectorizeIndexConfig; 7070 + /** The number of records containing vectors within the index. */ 7071 + vectorsCount: number; 7072 + } 7073 + /** 7074 + * Metadata about an existing index. 7075 + */ 7076 + interface VectorizeIndexInfo { 7077 + /** The number of records containing vectors within the index. */ 7078 + vectorCount: number; 7079 + /** Number of dimensions the index has been configured for. */ 7080 + dimensions: number; 7081 + /** ISO 8601 datetime of the last processed mutation on in the index. All changes before this mutation will be reflected in the index state. */ 7082 + processedUpToDatetime: number; 7083 + /** UUIDv4 of the last mutation processed by the index. All changes before this mutation will be reflected in the index state. */ 7084 + processedUpToMutation: number; 7085 + } 7086 + /** 7087 + * Represents a single vector value set along with its associated metadata. 7088 + */ 7089 + interface VectorizeVector { 7090 + /** The ID for the vector. This can be user-defined, and must be unique. It should uniquely identify the object, and is best set based on the ID of what the vector represents. */ 7091 + id: string; 7092 + /** The vector values */ 7093 + values: VectorFloatArray | number[]; 7094 + /** The namespace this vector belongs to. */ 7095 + namespace?: string; 7096 + /** Metadata associated with the vector. Includes the values of other fields and potentially additional details. */ 7097 + metadata?: Record<string, VectorizeVectorMetadata>; 7098 + } 7099 + /** 7100 + * Represents a matched vector for a query along with its score and (if specified) the matching vector information. 7101 + */ 7102 + type VectorizeMatch = Pick<Partial<VectorizeVector>, "values"> & Omit<VectorizeVector, "values"> & { 7103 + /** The score or rank for similarity, when returned as a result */ 7104 + score: number; 7105 + }; 7106 + /** 7107 + * A set of matching {@link VectorizeMatch} for a particular query. 7108 + */ 7109 + interface VectorizeMatches { 7110 + matches: VectorizeMatch[]; 7111 + count: number; 7112 + } 7113 + /** 7114 + * Results of an operation that performed a mutation on a set of vectors. 7115 + * Here, `ids` is a list of vectors that were successfully processed. 7116 + * 7117 + * This type is exclusively for the Vectorize **beta** and will be deprecated once Vectorize RC is released. 7118 + * See {@link VectorizeAsyncMutation} for its post-beta equivalent. 7119 + */ 7120 + interface VectorizeVectorMutation { 7121 + /* List of ids of vectors that were successfully processed. */ 7122 + ids: string[]; 7123 + /* Total count of the number of processed vectors. */ 7124 + count: number; 7125 + } 7126 + /** 7127 + * Result type indicating a mutation on the Vectorize Index. 7128 + * Actual mutations are processed async where the `mutationId` is the unique identifier for the operation. 7129 + */ 7130 + interface VectorizeAsyncMutation { 7131 + /** The unique identifier for the async mutation operation containing the changeset. */ 7132 + mutationId: string; 7133 + } 7134 + /** 7135 + * A Vectorize Vector Search Index for querying vectors/embeddings. 7136 + * 7137 + * This type is exclusively for the Vectorize **beta** and will be deprecated once Vectorize RC is released. 7138 + * See {@link Vectorize} for its new implementation. 7139 + */ 7140 + declare abstract class VectorizeIndex { 7141 + /** 7142 + * Get information about the currently bound index. 7143 + * @returns A promise that resolves with information about the current index. 7144 + */ 7145 + public describe(): Promise<VectorizeIndexDetails>; 7146 + /** 7147 + * Use the provided vector to perform a similarity search across the index. 7148 + * @param vector Input vector that will be used to drive the similarity search. 7149 + * @param options Configuration options to massage the returned data. 7150 + * @returns A promise that resolves with matched and scored vectors. 7151 + */ 7152 + public query(vector: VectorFloatArray | number[], options?: VectorizeQueryOptions): Promise<VectorizeMatches>; 7153 + /** 7154 + * Insert a list of vectors into the index dataset. If a provided id exists, an error will be thrown. 7155 + * @param vectors List of vectors that will be inserted. 7156 + * @returns A promise that resolves with the ids & count of records that were successfully processed. 7157 + */ 7158 + public insert(vectors: VectorizeVector[]): Promise<VectorizeVectorMutation>; 7159 + /** 7160 + * Upsert a list of vectors into the index dataset. If a provided id exists, it will be replaced with the new values. 7161 + * @param vectors List of vectors that will be upserted. 7162 + * @returns A promise that resolves with the ids & count of records that were successfully processed. 7163 + */ 7164 + public upsert(vectors: VectorizeVector[]): Promise<VectorizeVectorMutation>; 7165 + /** 7166 + * Delete a list of vectors with a matching id. 7167 + * @param ids List of vector ids that should be deleted. 7168 + * @returns A promise that resolves with the ids & count of records that were successfully processed (and thus deleted). 7169 + */ 7170 + public deleteByIds(ids: string[]): Promise<VectorizeVectorMutation>; 7171 + /** 7172 + * Get a list of vectors with a matching id. 7173 + * @param ids List of vector ids that should be returned. 7174 + * @returns A promise that resolves with the raw unscored vectors matching the id set. 7175 + */ 7176 + public getByIds(ids: string[]): Promise<VectorizeVector[]>; 7177 + } 7178 + /** 7179 + * A Vectorize Vector Search Index for querying vectors/embeddings. 7180 + * 7181 + * Mutations in this version are async, returning a mutation id. 7182 + */ 7183 + declare abstract class Vectorize { 7184 + /** 7185 + * Get information about the currently bound index. 7186 + * @returns A promise that resolves with information about the current index. 7187 + */ 7188 + public describe(): Promise<VectorizeIndexInfo>; 7189 + /** 7190 + * Use the provided vector to perform a similarity search across the index. 7191 + * @param vector Input vector that will be used to drive the similarity search. 7192 + * @param options Configuration options to massage the returned data. 7193 + * @returns A promise that resolves with matched and scored vectors. 7194 + */ 7195 + public query(vector: VectorFloatArray | number[], options?: VectorizeQueryOptions): Promise<VectorizeMatches>; 7196 + /** 7197 + * Use the provided vector-id to perform a similarity search across the index. 7198 + * @param vectorId Id for a vector in the index against which the index should be queried. 7199 + * @param options Configuration options to massage the returned data. 7200 + * @returns A promise that resolves with matched and scored vectors. 7201 + */ 7202 + public queryById(vectorId: string, options?: VectorizeQueryOptions): Promise<VectorizeMatches>; 7203 + /** 7204 + * Insert a list of vectors into the index dataset. If a provided id exists, an error will be thrown. 7205 + * @param vectors List of vectors that will be inserted. 7206 + * @returns A promise that resolves with a unique identifier of a mutation containing the insert changeset. 7207 + */ 7208 + public insert(vectors: VectorizeVector[]): Promise<VectorizeAsyncMutation>; 7209 + /** 7210 + * Upsert a list of vectors into the index dataset. If a provided id exists, it will be replaced with the new values. 7211 + * @param vectors List of vectors that will be upserted. 7212 + * @returns A promise that resolves with a unique identifier of a mutation containing the upsert changeset. 7213 + */ 7214 + public upsert(vectors: VectorizeVector[]): Promise<VectorizeAsyncMutation>; 7215 + /** 7216 + * Delete a list of vectors with a matching id. 7217 + * @param ids List of vector ids that should be deleted. 7218 + * @returns A promise that resolves with a unique identifier of a mutation containing the delete changeset. 7219 + */ 7220 + public deleteByIds(ids: string[]): Promise<VectorizeAsyncMutation>; 7221 + /** 7222 + * Get a list of vectors with a matching id. 7223 + * @param ids List of vector ids that should be returned. 7224 + * @returns A promise that resolves with the raw unscored vectors matching the id set. 7225 + */ 7226 + public getByIds(ids: string[]): Promise<VectorizeVector[]>; 7227 + } 7228 + /** 7229 + * The interface for "version_metadata" binding 7230 + * providing metadata about the Worker Version using this binding. 7231 + */ 7232 + type WorkerVersionMetadata = { 7233 + /** The ID of the Worker Version using this binding */ 7234 + id: string; 7235 + /** The tag of the Worker Version using this binding */ 7236 + tag: string; 7237 + /** The timestamp of when the Worker Version was uploaded */ 7238 + timestamp: string; 7239 + }; 7240 + interface DynamicDispatchLimits { 7241 + /** 7242 + * Limit CPU time in milliseconds. 7243 + */ 7244 + cpuMs?: number; 7245 + /** 7246 + * Limit number of subrequests. 7247 + */ 7248 + subRequests?: number; 7249 + } 7250 + interface DynamicDispatchOptions { 7251 + /** 7252 + * Limit resources of invoked Worker script. 7253 + */ 7254 + limits?: DynamicDispatchLimits; 7255 + /** 7256 + * Arguments for outbound Worker script, if configured. 7257 + */ 7258 + outbound?: { 7259 + [key: string]: any; 7260 + }; 7261 + } 7262 + interface DispatchNamespace { 7263 + /** 7264 + * @param name Name of the Worker script. 7265 + * @param args Arguments to Worker script. 7266 + * @param options Options for Dynamic Dispatch invocation. 7267 + * @returns A Fetcher object that allows you to send requests to the Worker script. 7268 + * @throws If the Worker script does not exist in this dispatch namespace, an error will be thrown. 7269 + */ 7270 + get(name: string, args?: { 7271 + [key: string]: any; 7272 + }, options?: DynamicDispatchOptions): Fetcher; 7273 + } 7274 + declare module 'cloudflare:workflows' { 7275 + /** 7276 + * NonRetryableError allows for a user to throw a fatal error 7277 + * that makes a Workflow instance fail immediately without triggering a retry 7278 + */ 7279 + export class NonRetryableError extends Error { 7280 + public constructor(message: string, name?: string); 7281 + } 7282 + } 7283 + declare abstract class Workflow<PARAMS = unknown> { 7284 + /** 7285 + * Get a handle to an existing instance of the Workflow. 7286 + * @param id Id for the instance of this Workflow 7287 + * @returns A promise that resolves with a handle for the Instance 7288 + */ 7289 + public get(id: string): Promise<WorkflowInstance>; 7290 + /** 7291 + * Create a new instance and return a handle to it. If a provided id exists, an error will be thrown. 7292 + * @param options Options when creating an instance including id and params 7293 + * @returns A promise that resolves with a handle for the Instance 7294 + */ 7295 + public create(options?: WorkflowInstanceCreateOptions<PARAMS>): Promise<WorkflowInstance>; 7296 + /** 7297 + * Create a batch of instances and return handle for all of them. If a provided id exists, an error will be thrown. 7298 + * `createBatch` is limited at 100 instances at a time or when the RPC limit for the batch (1MiB) is reached. 7299 + * @param batch List of Options when creating an instance including name and params 7300 + * @returns A promise that resolves with a list of handles for the created instances. 7301 + */ 7302 + public createBatch(batch: WorkflowInstanceCreateOptions<PARAMS>[]): Promise<WorkflowInstance[]>; 7303 + } 7304 + type WorkflowDurationLabel = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'year'; 7305 + type WorkflowSleepDuration = `${number} ${WorkflowDurationLabel}${'s' | ''}` | number; 7306 + type WorkflowRetentionDuration = WorkflowSleepDuration; 7307 + interface WorkflowInstanceCreateOptions<PARAMS = unknown> { 7308 + /** 7309 + * An id for your Workflow instance. Must be unique within the Workflow. 7310 + */ 7311 + id?: string; 7312 + /** 7313 + * The event payload the Workflow instance is triggered with 7314 + */ 7315 + params?: PARAMS; 7316 + /** 7317 + * The retention policy for Workflow instance. 7318 + * Defaults to the maximum retention period available for the owner's account. 7319 + */ 7320 + retention?: { 7321 + successRetention?: WorkflowRetentionDuration; 7322 + errorRetention?: WorkflowRetentionDuration; 7323 + }; 7324 + } 7325 + type InstanceStatus = { 7326 + status: 'queued' // means that instance is waiting to be started (see concurrency limits) 7327 + | 'running' | 'paused' | 'errored' | 'terminated' // user terminated the instance while it was running 7328 + | 'complete' | 'waiting' // instance is hibernating and waiting for sleep or event to finish 7329 + | 'waitingForPause' // instance is finishing the current work to pause 7330 + | 'unknown'; 7331 + error?: string; 7332 + output?: object; 7333 + }; 7334 + interface WorkflowError { 7335 + code?: number; 7336 + message: string; 7337 + } 7338 + declare abstract class WorkflowInstance { 7339 + public id: string; 7340 + /** 7341 + * Pause the instance. 7342 + */ 7343 + public pause(): Promise<void>; 7344 + /** 7345 + * Resume the instance. If it is already running, an error will be thrown. 7346 + */ 7347 + public resume(): Promise<void>; 7348 + /** 7349 + * Terminate the instance. If it is errored, terminated or complete, an error will be thrown. 7350 + */ 7351 + public terminate(): Promise<void>; 7352 + /** 7353 + * Restart the instance. 7354 + */ 7355 + public restart(): Promise<void>; 7356 + /** 7357 + * Returns the current status of the instance. 7358 + */ 7359 + public status(): Promise<InstanceStatus>; 7360 + /** 7361 + * Send an event to this instance. 7362 + */ 7363 + public sendEvent({ type, payload, }: { 7364 + type: string; 7365 + payload: unknown; 7366 + }): Promise<void>; 7 7367 }
+21 -5
wrangler.toml
··· 1 1 name = "haydenuwu-blog" 2 + main = "./dist/_worker.js/index.js" 3 + 4 + compatibility_date = "2025-07-18" 2 5 compatibility_flags = [ "nodejs_compat" ] 3 - compatibility_date = "2024-09-23" 4 - pages_build_output_dir = "./build/client" 5 6 6 - [[kv_namespaces]] 7 - binding = "CACHE" 8 - id = "d7e88adf8eb44f7b9e0544b43bfb27b4" 7 + [[routes]] 8 + pattern = "hayden.moe" 9 + custom_domain = true 10 + 11 + [[routes]] 12 + pattern = "hbjy.dev" 13 + custom_domain = true 9 14 10 15 [vars] 11 16 ATP_IDENTIFIER = "hayden.moe" 12 17 ATP_SERVICE = "https://pds.hayden.moe/" 18 + 19 + [observability] 20 + enabled = true 21 + 22 + [assets] 23 + binding = "ASSETS" 24 + directory = "./dist" 25 + 26 + [[kv_namespaces]] 27 + binding = "CACHE" 28 + id = "d7e88adf8eb44f7b9e0544b43bfb27b4"