4aacd79e00
出貨線的版本號由內容指紋算出(內容一變版本必變),build 站核對官方成品指紋 也要它。此前 registry 裡只有 code 節點提到 hash,沒有專門零件——純計算本該是 一顆零件,不是一段腳本(D70)。 - registry/components/hash/:TinyGo 實作,sha256/sha1/md5,hex/base64 輸出 - .component-builds/hash/:部署包(component.wasm 已 commit,比照 rule 05) - cypher-executor/src/lib/component-loader.ts:WASM_HTTP_RUNNER_IDS 白名單加 'hash',否則 `component: hash` 在任何實例上都會落到 step 8「找不到零件」 (與 #29 的 code 缺口同形狀);對應單元測試 cypher-executor/tests/component-loader-hash.test.ts - pending-human-gate/README.md:hash 部分已落地移除,#89 維持原狀 驗證(見 PR 說明附完整輸出): - wasmtime 本地跑六種 gherkin 情境,結果與系統 shasum/md5 逐位元一致 - 部署到 youlin 測試場(arcrun-hash.youlin-hsieh-dev.workers.dev),POST 直打 六種情境同樣一致 - 在真實工作流(hash-e2e-test-91,youlin 測試場觸發)跑過,含 component-loader 白名單修法的單元測試(vitest + cloudflare:test,本地綠燈) 查證「零件投稿要人工互動解閘」一事:scripts/component-arm.sh、 .claude/hooks/component-guard.sh 均不存在;pre-write-guard.sh 對 registry/components/ 的限制只擋 TS 檔與 auth_* 命名放錯目錄,不擋本次改動。 沒有那個「只有人做得到」的具體物件,故未卡關直接走完。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
918 lines
29 KiB
YAML
918 lines
29 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
dependencies:
|
|
hono:
|
|
specifier: ^4.7.0
|
|
version: 4.13.1
|
|
devDependencies:
|
|
'@cloudflare/workers-types':
|
|
specifier: ^4.20250408.0
|
|
version: 4.20260702.1
|
|
typescript:
|
|
specifier: ^5.4.0
|
|
version: 5.9.3
|
|
wrangler:
|
|
specifier: ^4.0.0
|
|
version: 4.121.0(@cloudflare/workers-types@4.20260702.1)
|
|
|
|
packages:
|
|
|
|
'@cloudflare/kv-asset-handler@0.5.0':
|
|
resolution: {integrity: sha512-jxQYkj8dSIzc0cD6cMMNdOc1UVjqSqu8BZdor5s8cGjW2I8BjODt/kWPVdY+u9zj3ms75Q5qaZgnxUad83+eAg==}
|
|
engines: {node: '>=22.0.0'}
|
|
|
|
'@cloudflare/unenv-preset@2.16.1':
|
|
resolution: {integrity: sha512-ECxObrMfyTl5bhQf/lZCXwo5G6xX9IAUo+nDMKK4SZ8m4Jvvxp52vilxyySSWh2YTZz8+HQ07qGH/2rEom1vDw==}
|
|
peerDependencies:
|
|
unenv: 2.0.0-rc.24
|
|
workerd: '>1.20260305.0 <2.0.0-0'
|
|
peerDependenciesMeta:
|
|
workerd:
|
|
optional: true
|
|
|
|
'@cloudflare/workerd-darwin-64@1.20260804.1':
|
|
resolution: {integrity: sha512-191/PPEFicRK2wK69eXzSjnLgHL79k7zR2VUpyIr8rhFgGns1b5bTHgnBuUrgU2LPbEtwbE5eL2hJ0uhLAFEow==}
|
|
engines: {node: '>=16'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@cloudflare/workerd-darwin-arm64@1.20260804.1':
|
|
resolution: {integrity: sha512-aI2cAFLsrNkSz3kLSQrgrO9ICTfY7jb2h0jgaWDE9mQLQQDfpXeYrKWt07tTgMmeNP79o9w3NZe3aqtt8mTGHQ==}
|
|
engines: {node: '>=16'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@cloudflare/workerd-linux-64@1.20260804.1':
|
|
resolution: {integrity: sha512-KBCjxBIlN2jucfQGaTK4EgmPsWzQgYR/zYhPfi3mkWwdoTyG1dgrt2aizKps/SYse85ci/SOxojKk0/K7vstPw==}
|
|
engines: {node: '>=16'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@cloudflare/workerd-linux-arm64@1.20260804.1':
|
|
resolution: {integrity: sha512-7lswfarBZ7xkHpTFrNb74ExwOltIalVaASc+GOYfCNtnwFxK/JZSVByfm/hnZEBtrHU7fMY2z7dYT64rwS0pHg==}
|
|
engines: {node: '>=16'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@cloudflare/workerd-windows-64@1.20260804.1':
|
|
resolution: {integrity: sha512-GOgRWYtxISN5rAWfx3K7zubt3xEn0/ZPFrbcLL+GwT4ouCKyNoHqfT1cPNB6Nx7t8BHEjnuTG7gkHO4Wd5ORdg==}
|
|
engines: {node: '>=16'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@cloudflare/workers-types@4.20260702.1':
|
|
resolution: {integrity: sha512-mOhf5TUEB1m2vPrxtqoIGfz0fUC9xyxRDx5gWHy5s+OCo6dcV+g7wI1R7gYCMFohhqF/2y2xeKVwMwCJjfn/WA==}
|
|
|
|
'@cspotcode/source-map-support@0.8.1':
|
|
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
|
engines: {node: '>=12'}
|
|
|
|
'@emnapi/runtime@1.11.3':
|
|
resolution: {integrity: sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==}
|
|
|
|
'@esbuild/aix-ppc64@0.28.1':
|
|
resolution: {integrity: sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/android-arm64@0.28.1':
|
|
resolution: {integrity: sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.28.1':
|
|
resolution: {integrity: sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.28.1':
|
|
resolution: {integrity: sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/darwin-arm64@0.28.1':
|
|
resolution: {integrity: sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.28.1':
|
|
resolution: {integrity: sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/freebsd-arm64@0.28.1':
|
|
resolution: {integrity: sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.28.1':
|
|
resolution: {integrity: sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/linux-arm64@0.28.1':
|
|
resolution: {integrity: sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.28.1':
|
|
resolution: {integrity: sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.28.1':
|
|
resolution: {integrity: sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.28.1':
|
|
resolution: {integrity: sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.28.1':
|
|
resolution: {integrity: sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.28.1':
|
|
resolution: {integrity: sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.28.1':
|
|
resolution: {integrity: sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.28.1':
|
|
resolution: {integrity: sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.28.1':
|
|
resolution: {integrity: sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/netbsd-arm64@0.28.1':
|
|
resolution: {integrity: sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.28.1':
|
|
resolution: {integrity: sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.28.1':
|
|
resolution: {integrity: sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.28.1':
|
|
resolution: {integrity: sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openharmony-arm64@0.28.1':
|
|
resolution: {integrity: sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/sunos-x64@0.28.1':
|
|
resolution: {integrity: sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/win32-arm64@0.28.1':
|
|
resolution: {integrity: sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.28.1':
|
|
resolution: {integrity: sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.28.1':
|
|
resolution: {integrity: sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@img/colour@1.1.0':
|
|
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@img/sharp-darwin-arm64@0.35.2':
|
|
resolution: {integrity: sha512-eEieHsMksAW4IiO5NzauESRl2D2qz3J/kwUxUrSfV06A93eEaRfMpHXyUb1mAqrR7i8U9A0GRqE9pjn6u1Jjpg==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-darwin-x64@0.35.2':
|
|
resolution: {integrity: sha512-BaktuGPCeHJMARpodR8jK4uKiZrPAy9WrfQW0sdI37clracq8Bp01AYS3SZgi5FS/y5twa9t4+LIuuxQjqRrWw==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-freebsd-wasm32@0.35.2':
|
|
resolution: {integrity: sha512-YoAxdnd8hPUkvLHd3bWY+YA8nw3xM/RyRopYucNsWHVSan8NLVM3X2volsfoRDcXdUJPg6tXahSd7HXPK7lRnw==}
|
|
engines: {node: '>=20.9.0'}
|
|
os: [freebsd]
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.3.1':
|
|
resolution: {integrity: sha512-4V/M3roRMTYjiwZY9IOVQOE8OyeCxFAkYmyZDrZl51uOKjibm3oeEJ4WAmLxutAfzFbC9jqUiPs2gbnGflH+7g==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.3.1':
|
|
resolution: {integrity: sha512-c0/DxItpJv2+dGhgycJBBgotdqruGYDvA79drdh0MD1dFpy7JzJ/PlXwi1H4rFf0eTy8tgbI91aHDnZIceY3jQ==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.3.1':
|
|
resolution: {integrity: sha512-JznefmcK9j1JKPz8AkQDh89kjojubyfOasWBPKfzMIhPwsgDy9evpE/naJTXXXmghS1iFwR8u/kTwh/I2/+GCw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-arm@1.3.1':
|
|
resolution: {integrity: sha512-aGGy9aWzXgHBG7HNyQPWorZthlp7+x6fDRoPAQbGO3ThcttuTyKIx3NuSHb6zb4gBNq6/yNn9f1cy9nFKS/Vmg==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.3.1':
|
|
resolution: {integrity: sha512-1EkwGNCZk6iWNCMWqrvdJ+r1j0PT1zIz60CNPhYnJlK/zyeWqlsPZIe+ocBVqPF8k/Ssee/NCk+tE9Ryrko6ng==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.3.1':
|
|
resolution: {integrity: sha512-Ilays+w2bXdnxzxtQdmXR62u8o8GYa3eL4+Gr+1KiE4xperMZUslRaVPJwwPkzlHEjGfXAfRVAa/7CYCtSqsBw==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.3.1':
|
|
resolution: {integrity: sha512-VfBwVHQTbRoj4XlpA/KLZ7ltgMpz+4WSejFzQ+GnoImjo1PtEJ59QB2qR1xQEeRPYIkNrPIm2L4cICMvz4C2ew==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-x64@1.3.1':
|
|
resolution: {integrity: sha512-+c8ukgwU62DS54nCAjw7keOfHUkmr0B5QHEdcOqRnodF/MNXJbVI8Eopoj4B/0H8Asr65I+A4Amrn7a85/md6A==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.3.1':
|
|
resolution: {integrity: sha512-qlKb/pwbkAi1WMsJrYHk7CuDrd12s27U2QnRhFYUoJNrRCmkosMTttuRFat/DDB3IlDm5qE1TJgZ4JDnHX8Ldw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.3.1':
|
|
resolution: {integrity: sha512-yO21HwoUVLN8Qa+/SBjQLMYwBWAVJjeGPNe+hc0OUeMeifEtJqu5a1c4HayE1nNpDih9y3/KkoltfkDodmKAlg==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-linux-arm64@0.35.2':
|
|
resolution: {integrity: sha512-af12Pnd0ZGu2HfP8NayB0kk6eC/lrfbQE6HlR4jD+34wdJ1Vw9TF6TMn6ZvffT+WgqVsl0hRbmNvz2u/23VmwA==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-arm@0.35.2':
|
|
resolution: {integrity: sha512-SE4kzF2mepn6z+6E7L6lsV8FzuLL6IPQdyX8ZiwROAG/G8td+hP/m7FsFPwidtrF19gvajuC9l6TxAVcsA4S7A==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-ppc64@0.35.2':
|
|
resolution: {integrity: sha512-hYSBm7zcNtDCozCxQHYZJiu63b/bXsgRZuOxCIBZsStMM9Vap47iFHdbX4kCvQsblPB/k+clhELpdQJHQLSHvg==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-riscv64@0.35.2':
|
|
resolution: {integrity: sha512-qQt0Kc13+Hoan/Awq/qMSQw3L+RI1NCRPgD5cUJ/1WSSmIoysLOc72jlRM3E0OHN9Yr313jgeQ2T+zW+F03QFA==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-s390x@0.35.2':
|
|
resolution: {integrity: sha512-E4fLLfRPzDLlEeDaTzI98OFLcv++WL5ChLLMwPoVd0CIoZQqupBSNbOisPL5am9XsbQ9T84+iiMpUvbFtkunbA==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-x64@0.35.2':
|
|
resolution: {integrity: sha512-gi0zFJJRLswfCZmHtJdikXPOc5u7qamSOS3NHedLqLd4W8Q0NqjdBr6TTRIgsfFjqfTsHFgdfvJ9LwqSgcHiAA==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.35.2':
|
|
resolution: {integrity: sha512-siWbOW1u6HFnFLrp0waKyW7VEf7jYvcDWdrXEFa8AkdAQgEvuu5Fz8/Y70w9EeqAdwDtfU012BhEHHaDqvQNzg==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-linuxmusl-x64@0.35.2':
|
|
resolution: {integrity: sha512-YBqMMcjDi4QGYiSn4vNOYBhmlC4z5AXqkOUUqI2e0AFA4urNv4ESgOgwNl3K+4etQhha0twXlzeF20bbULm9Yg==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-wasm32@0.35.2':
|
|
resolution: {integrity: sha512-Mrv4JQNYVQ94xH+jzZ9r+gowleN8mv2FTgKT+PI6bx5C0G8TdNYndu161pg2i7uoBwxy2ImPMHrJOM2LZef7Bw==}
|
|
engines: {node: '>=20.9.0'}
|
|
|
|
'@img/sharp-webcontainers-wasm32@0.35.2':
|
|
resolution: {integrity: sha512-QNV27pxs9wpApEiCfvHM1RDoP1w1+2KrUWWDPEhEwg+latvOrfuhWrHWZKwdSFwU6jh3myjw/yOCRsUIuOft3g==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [wasm32]
|
|
|
|
'@img/sharp-win32-arm64@0.35.2':
|
|
resolution: {integrity: sha512-BiVRYc/t6/Vl3e1hBx0hugG4oN9Pydf4fgMSpxTQJmwGUg/YoXTWHiFeRymHfCZzifxu4F4rpk/I67D0LQ20wQ==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-ia32@0.35.2':
|
|
resolution: {integrity: sha512-YYEhx9PImCC7T0tI8JDMi4DB9LwLCXCU5OWNYEXAxh5Q1ShKkyC6byxzoBJ3gEFDnH2lQckWuDe70G7mB2XJog==}
|
|
engines: {node: ^20.9.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-x64@0.35.2':
|
|
resolution: {integrity: sha512-imoOyBcoM/iiUr4J6VPpCNjPnjvP/Gks95898yB8YqoGGYmHYbOyCuNv9FMhFgtaiHFGbHW8bxKqRV6VjtXThQ==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@jridgewell/resolve-uri@3.1.2':
|
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5':
|
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.9':
|
|
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
|
|
|
|
'@poppinss/colors@4.1.6':
|
|
resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==}
|
|
|
|
'@poppinss/dumper@0.6.5':
|
|
resolution: {integrity: sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==}
|
|
|
|
'@poppinss/exception@1.2.3':
|
|
resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==}
|
|
|
|
'@sindresorhus/is@7.2.0':
|
|
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@speed-highlight/core@1.2.24':
|
|
resolution: {integrity: sha512-qeW2e1l78afw8VhRPfPQ1Gjj+KU5XFQ/OFV5ti6eTa9bruO7mJyZtA4vw0ofqmA3tKCkROE9xLk3VZoeRc98nw==}
|
|
|
|
blake3-wasm@2.1.5:
|
|
resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==}
|
|
|
|
cookie@1.1.1:
|
|
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
detect-libc@2.1.2:
|
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
error-stack-parser-es@1.0.5:
|
|
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
|
|
|
|
esbuild@0.28.1:
|
|
resolution: {integrity: sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
fsevents@2.3.3:
|
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
hono@4.13.1:
|
|
resolution: {integrity: sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==}
|
|
engines: {node: '>=16.9.0'}
|
|
|
|
kleur@4.1.5:
|
|
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
miniflare@5.20260804.1-alpha:
|
|
resolution: {integrity: sha512-J0QBHEj+d75TyFE9VhH+2dXgvdYt/pfyDlm+9IiYUFocQvqYy9iuW1DIqNawh1N7Kr6iMrDzVkgDSdt6pA75uA==}
|
|
engines: {node: '>=22.0.0'}
|
|
|
|
path-to-regexp@6.3.0:
|
|
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
|
|
|
|
pathe@2.0.3:
|
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
|
|
semver@7.8.5:
|
|
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
sharp@0.35.2:
|
|
resolution: {integrity: sha512-FVtFjtBCMiJS6yb5CX7Sop45WFMpeGw6oRKuJnXYgf/f1ms/D7LE/ZUSNxnW7rZ/dbslQWYkoqFHGPaDBtaK4w==}
|
|
engines: {node: '>=20.9.0'}
|
|
|
|
supports-color@10.2.2:
|
|
resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
|
|
engines: {node: '>=18'}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
typescript@5.9.3:
|
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
undici@7.29.0:
|
|
resolution: {integrity: sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==}
|
|
engines: {node: '>=20.18.1'}
|
|
|
|
unenv@2.0.0-rc.24:
|
|
resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==}
|
|
|
|
workerd@1.20260804.1:
|
|
resolution: {integrity: sha512-b0P38g5/ssemwWxd/mafNYggEZ0ere7PCiUH6RCHkgqjRhhXTP45nDiL2L3iIvi8uF2IjNrGpVgMXEunCaeY/w==}
|
|
engines: {node: '>=16'}
|
|
hasBin: true
|
|
|
|
wrangler@4.121.0:
|
|
resolution: {integrity: sha512-dcARWk6CyaD0vJBSLjJn4K2yo+mYko73hzryq+t/9DXnyAq877RWIMl7uOMcDKs5dDXdoickNhZTKxBYT9XKsA==}
|
|
engines: {node: '>=22.0.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@cloudflare/workers-types': ^5.20260804.1
|
|
peerDependenciesMeta:
|
|
'@cloudflare/workers-types':
|
|
optional: true
|
|
|
|
ws@8.21.0:
|
|
resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==}
|
|
engines: {node: '>=10.0.0'}
|
|
peerDependencies:
|
|
bufferutil: ^4.0.1
|
|
utf-8-validate: '>=5.0.2'
|
|
peerDependenciesMeta:
|
|
bufferutil:
|
|
optional: true
|
|
utf-8-validate:
|
|
optional: true
|
|
|
|
youch-core@0.3.3:
|
|
resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
|
|
|
|
youch@4.1.0-beta.10:
|
|
resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==}
|
|
|
|
snapshots:
|
|
|
|
'@cloudflare/kv-asset-handler@0.5.0': {}
|
|
|
|
'@cloudflare/unenv-preset@2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260804.1)':
|
|
dependencies:
|
|
unenv: 2.0.0-rc.24
|
|
optionalDependencies:
|
|
workerd: 1.20260804.1
|
|
|
|
'@cloudflare/workerd-darwin-64@1.20260804.1':
|
|
optional: true
|
|
|
|
'@cloudflare/workerd-darwin-arm64@1.20260804.1':
|
|
optional: true
|
|
|
|
'@cloudflare/workerd-linux-64@1.20260804.1':
|
|
optional: true
|
|
|
|
'@cloudflare/workerd-linux-arm64@1.20260804.1':
|
|
optional: true
|
|
|
|
'@cloudflare/workerd-windows-64@1.20260804.1':
|
|
optional: true
|
|
|
|
'@cloudflare/workers-types@4.20260702.1': {}
|
|
|
|
'@cspotcode/source-map-support@0.8.1':
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.9
|
|
|
|
'@emnapi/runtime@1.11.3':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@esbuild/aix-ppc64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@img/colour@1.1.0': {}
|
|
|
|
'@img/sharp-darwin-arm64@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-arm64': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-darwin-x64@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-x64': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-freebsd-wasm32@0.35.2':
|
|
dependencies:
|
|
'@img/sharp-wasm32': 0.35.2
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-x64@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.3.1':
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm64@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm64': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-linux-ppc64@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-ppc64': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-linux-riscv64@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-riscv64': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-linux-s390x@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-s390x': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-linux-x64@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-x64': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-x64@0.35.2':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.3.1
|
|
optional: true
|
|
|
|
'@img/sharp-wasm32@0.35.2':
|
|
dependencies:
|
|
'@emnapi/runtime': 1.11.3
|
|
optional: true
|
|
|
|
'@img/sharp-webcontainers-wasm32@0.35.2':
|
|
dependencies:
|
|
'@img/sharp-wasm32': 0.35.2
|
|
optional: true
|
|
|
|
'@img/sharp-win32-arm64@0.35.2':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-ia32@0.35.2':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-x64@0.35.2':
|
|
optional: true
|
|
|
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
|
|
'@jridgewell/trace-mapping@0.3.9':
|
|
dependencies:
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
'@poppinss/colors@4.1.6':
|
|
dependencies:
|
|
kleur: 4.1.5
|
|
|
|
'@poppinss/dumper@0.6.5':
|
|
dependencies:
|
|
'@poppinss/colors': 4.1.6
|
|
'@sindresorhus/is': 7.2.0
|
|
supports-color: 10.2.2
|
|
|
|
'@poppinss/exception@1.2.3': {}
|
|
|
|
'@sindresorhus/is@7.2.0': {}
|
|
|
|
'@speed-highlight/core@1.2.24': {}
|
|
|
|
blake3-wasm@2.1.5: {}
|
|
|
|
cookie@1.1.1: {}
|
|
|
|
detect-libc@2.1.2: {}
|
|
|
|
error-stack-parser-es@1.0.5: {}
|
|
|
|
esbuild@0.28.1:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.28.1
|
|
'@esbuild/android-arm': 0.28.1
|
|
'@esbuild/android-arm64': 0.28.1
|
|
'@esbuild/android-x64': 0.28.1
|
|
'@esbuild/darwin-arm64': 0.28.1
|
|
'@esbuild/darwin-x64': 0.28.1
|
|
'@esbuild/freebsd-arm64': 0.28.1
|
|
'@esbuild/freebsd-x64': 0.28.1
|
|
'@esbuild/linux-arm': 0.28.1
|
|
'@esbuild/linux-arm64': 0.28.1
|
|
'@esbuild/linux-ia32': 0.28.1
|
|
'@esbuild/linux-loong64': 0.28.1
|
|
'@esbuild/linux-mips64el': 0.28.1
|
|
'@esbuild/linux-ppc64': 0.28.1
|
|
'@esbuild/linux-riscv64': 0.28.1
|
|
'@esbuild/linux-s390x': 0.28.1
|
|
'@esbuild/linux-x64': 0.28.1
|
|
'@esbuild/netbsd-arm64': 0.28.1
|
|
'@esbuild/netbsd-x64': 0.28.1
|
|
'@esbuild/openbsd-arm64': 0.28.1
|
|
'@esbuild/openbsd-x64': 0.28.1
|
|
'@esbuild/openharmony-arm64': 0.28.1
|
|
'@esbuild/sunos-x64': 0.28.1
|
|
'@esbuild/win32-arm64': 0.28.1
|
|
'@esbuild/win32-ia32': 0.28.1
|
|
'@esbuild/win32-x64': 0.28.1
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
hono@4.13.1: {}
|
|
|
|
kleur@4.1.5: {}
|
|
|
|
miniflare@5.20260804.1-alpha:
|
|
dependencies:
|
|
'@cspotcode/source-map-support': 0.8.1
|
|
sharp: 0.35.2
|
|
undici: 7.29.0
|
|
workerd: 1.20260804.1
|
|
ws: 8.21.0
|
|
youch: 4.1.0-beta.10
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- utf-8-validate
|
|
|
|
path-to-regexp@6.3.0: {}
|
|
|
|
pathe@2.0.3: {}
|
|
|
|
semver@7.8.5: {}
|
|
|
|
sharp@0.35.2:
|
|
dependencies:
|
|
'@img/colour': 1.1.0
|
|
detect-libc: 2.1.2
|
|
semver: 7.8.5
|
|
optionalDependencies:
|
|
'@img/sharp-darwin-arm64': 0.35.2
|
|
'@img/sharp-darwin-x64': 0.35.2
|
|
'@img/sharp-freebsd-wasm32': 0.35.2
|
|
'@img/sharp-libvips-darwin-arm64': 1.3.1
|
|
'@img/sharp-libvips-darwin-x64': 1.3.1
|
|
'@img/sharp-libvips-linux-arm': 1.3.1
|
|
'@img/sharp-libvips-linux-arm64': 1.3.1
|
|
'@img/sharp-libvips-linux-ppc64': 1.3.1
|
|
'@img/sharp-libvips-linux-riscv64': 1.3.1
|
|
'@img/sharp-libvips-linux-s390x': 1.3.1
|
|
'@img/sharp-libvips-linux-x64': 1.3.1
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.3.1
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.3.1
|
|
'@img/sharp-linux-arm': 0.35.2
|
|
'@img/sharp-linux-arm64': 0.35.2
|
|
'@img/sharp-linux-ppc64': 0.35.2
|
|
'@img/sharp-linux-riscv64': 0.35.2
|
|
'@img/sharp-linux-s390x': 0.35.2
|
|
'@img/sharp-linux-x64': 0.35.2
|
|
'@img/sharp-linuxmusl-arm64': 0.35.2
|
|
'@img/sharp-linuxmusl-x64': 0.35.2
|
|
'@img/sharp-webcontainers-wasm32': 0.35.2
|
|
'@img/sharp-win32-arm64': 0.35.2
|
|
'@img/sharp-win32-ia32': 0.35.2
|
|
'@img/sharp-win32-x64': 0.35.2
|
|
|
|
supports-color@10.2.2: {}
|
|
|
|
tslib@2.8.1:
|
|
optional: true
|
|
|
|
typescript@5.9.3: {}
|
|
|
|
undici@7.29.0: {}
|
|
|
|
unenv@2.0.0-rc.24:
|
|
dependencies:
|
|
pathe: 2.0.3
|
|
|
|
workerd@1.20260804.1:
|
|
optionalDependencies:
|
|
'@cloudflare/workerd-darwin-64': 1.20260804.1
|
|
'@cloudflare/workerd-darwin-arm64': 1.20260804.1
|
|
'@cloudflare/workerd-linux-64': 1.20260804.1
|
|
'@cloudflare/workerd-linux-arm64': 1.20260804.1
|
|
'@cloudflare/workerd-windows-64': 1.20260804.1
|
|
|
|
wrangler@4.121.0(@cloudflare/workers-types@4.20260702.1):
|
|
dependencies:
|
|
'@cloudflare/kv-asset-handler': 0.5.0
|
|
'@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260804.1)
|
|
blake3-wasm: 2.1.5
|
|
esbuild: 0.28.1
|
|
miniflare: 5.20260804.1-alpha
|
|
path-to-regexp: 6.3.0
|
|
unenv: 2.0.0-rc.24
|
|
workerd: 1.20260804.1
|
|
optionalDependencies:
|
|
'@cloudflare/workers-types': 4.20260702.1
|
|
fsevents: 2.3.3
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- utf-8-validate
|
|
|
|
ws@8.21.0: {}
|
|
|
|
youch-core@0.3.3:
|
|
dependencies:
|
|
'@poppinss/exception': 1.2.3
|
|
error-stack-parser-es: 1.0.5
|
|
|
|
youch@4.1.0-beta.10:
|
|
dependencies:
|
|
'@poppinss/colors': 4.1.6
|
|
'@poppinss/dumper': 0.6.5
|
|
'@speed-highlight/core': 1.2.24
|
|
cookie: 1.1.1
|
|
youch-core: 0.3.3
|