mirror of
https://github.com/pnpm/action-setup.git
synced 2026-03-16 23:36:11 +08:00
Remove the 9MB bundled pnpm.cjs/worker.js and instead use npm ci with committed package-lock.json files (~5KB) to install a bootstrap pnpm, which then installs the target version with integrity verification via the project's pnpm-lock.yaml. Also switch from ncc to esbuild and modernize to ESM. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1091 lines
32 KiB
YAML
1091 lines
32 KiB
YAML
---
|
|
lockfileVersion: '9.0'
|
|
|
|
importers:
|
|
|
|
.:
|
|
configDependencies: {}
|
|
packageManagerDependencies:
|
|
'@pnpm/exe':
|
|
specifier: 10.32.1
|
|
version: 10.32.1
|
|
pnpm:
|
|
specifier: 10.32.1
|
|
version: 10.32.1
|
|
|
|
packages:
|
|
|
|
'@pnpm/exe@10.32.1':
|
|
hasBin: true
|
|
resolution: {integrity: sha512-baEtwHeZwmZAdBuuDDL6tbdGg5KpxhPxr3QFfYTGXvY6ws+Z1bN0mQ7ZjcaXBSC1HuLpVXnZ6NsBiaZ2DMv4vg==}
|
|
|
|
'@pnpm/linux-arm64@10.32.1':
|
|
cpu: [arm64]
|
|
hasBin: true
|
|
os: [linux]
|
|
resolution: {integrity: sha512-6uB0B+XvunQwHGzIMk2JCkl4Ur6BtM4XbJSwB/mgpWmXDoX/KTJmgx2lodcTjgJSGSySCHfIVuTR9sj/F2D4EA==}
|
|
|
|
'@pnpm/linux-x64@10.32.1':
|
|
cpu: [x64]
|
|
hasBin: true
|
|
os: [linux]
|
|
resolution: {integrity: sha512-AM2tv23Fg7h+nV+adqA/SkZKUysSIEetHfBwYFl8ArgdgkqbGoQy0rAOdKYQBb920CqfexXfI8OA8kPCzRxYng==}
|
|
|
|
'@pnpm/macos-arm64@10.32.1':
|
|
cpu: [arm64]
|
|
hasBin: true
|
|
os: [darwin]
|
|
resolution: {integrity: sha512-Zr4JkhRbtGVsYgbuGZO0dq/6FPOn072Pdo0ubmqWtc14cUATKgAJD7efG03yqr3MLgtwFHgdtUzZ1WsaYAtUTA==}
|
|
|
|
'@pnpm/macos-x64@10.32.1':
|
|
cpu: [x64]
|
|
hasBin: true
|
|
os: [darwin]
|
|
resolution: {integrity: sha512-Yk6q3oFDu//OniXJxfTSHo+aew1LX81FcbzJAtEkcCeTQ0SLbQT6J3QiOMNikp8n8IjNhsy+bn2bdkUxaw+akA==}
|
|
|
|
'@pnpm/win-arm64@10.32.1':
|
|
cpu: [arm64]
|
|
hasBin: true
|
|
os: [win32]
|
|
resolution: {integrity: sha512-P8rsP5IUetpYjr2iwggoswL2qUukYrJoToXWuMyo8immn58CsYxaXsHVQ1Oq1R3XMfmGGWTXLsiJuQ7H991MRg==}
|
|
|
|
'@pnpm/win-x64@10.32.1':
|
|
cpu: [x64]
|
|
hasBin: true
|
|
os: [win32]
|
|
resolution: {integrity: sha512-i24GwbtBO8ojrhp8WWimX7NgZs0UKH1171oRt6qcRL+a+FxE0Eggv2y0KP7ZI7F3+LZMarwr3tnYsZryfciUOg==}
|
|
|
|
pnpm@10.32.1:
|
|
engines: {node: '>=18.12'}
|
|
hasBin: true
|
|
resolution: {integrity: sha512-pwaTjw6JrBRWtlY+q07fHR+vM2jRGR/FxZeQ6W3JGORFarLmfWE94QQ9LoyB+HMD5rQNT/7KnfFe8a1Wc0jyvg==}
|
|
|
|
snapshots:
|
|
|
|
'@pnpm/exe@10.32.1':
|
|
optionalDependencies:
|
|
'@pnpm/win-arm64': 10.32.1
|
|
'@pnpm/linux-arm64': 10.32.1
|
|
'@pnpm/win-x64': 10.32.1
|
|
'@pnpm/macos-x64': 10.32.1
|
|
'@pnpm/macos-arm64': 10.32.1
|
|
'@pnpm/linux-x64': 10.32.1
|
|
|
|
'@pnpm/linux-arm64@10.32.1':
|
|
optional: true
|
|
|
|
'@pnpm/linux-x64@10.32.1':
|
|
optional: true
|
|
|
|
'@pnpm/macos-arm64@10.32.1':
|
|
optional: true
|
|
|
|
'@pnpm/macos-x64@10.32.1':
|
|
optional: true
|
|
|
|
'@pnpm/win-arm64@10.32.1':
|
|
optional: true
|
|
|
|
'@pnpm/win-x64@10.32.1':
|
|
optional: true
|
|
|
|
pnpm@10.32.1: {}
|
|
|
|
---
|
|
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
dependencies:
|
|
'@actions/cache':
|
|
specifier: ^4.1.0
|
|
version: 4.1.0
|
|
'@actions/core':
|
|
specifier: ^1.10.1
|
|
version: 1.11.1
|
|
'@actions/exec':
|
|
specifier: ^1.1.1
|
|
version: 1.1.1
|
|
'@actions/glob':
|
|
specifier: ^0.5.0
|
|
version: 0.5.0
|
|
'@types/expand-tilde':
|
|
specifier: ^2.0.2
|
|
version: 2.0.2
|
|
'@types/node':
|
|
specifier: ^22.0.0
|
|
version: 22.19.11
|
|
expand-tilde:
|
|
specifier: ^2.0.2
|
|
version: 2.0.2
|
|
yaml:
|
|
specifier: ^2.3.4
|
|
version: 2.7.0
|
|
zod:
|
|
specifier: ^3.22.4
|
|
version: 3.24.1
|
|
devDependencies:
|
|
esbuild:
|
|
specifier: ^0.27.4
|
|
version: 0.27.4
|
|
typescript:
|
|
specifier: ^5.3.3
|
|
version: 5.7.3
|
|
|
|
packages:
|
|
|
|
'@actions/cache@4.1.0':
|
|
resolution: {integrity: sha512-z3Opg+P4Y7baq+g1dODXgdtsvPLSewr3ZKpp3U0HQR1A/vWCoJFS52XSezjdngo4SIOdR5oHtyK3a3Arar+X9A==}
|
|
|
|
'@actions/core@1.11.1':
|
|
resolution: {integrity: sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==}
|
|
|
|
'@actions/exec@1.1.1':
|
|
resolution: {integrity: sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==}
|
|
|
|
'@actions/glob@0.1.2':
|
|
resolution: {integrity: sha512-SclLR7Ia5sEqjkJTPs7Sd86maMDw43p769YxBOxvPvEWuPEhpAnBsQfENOpXjFYMmhCqd127bmf+YdvJqVqR4A==}
|
|
|
|
'@actions/glob@0.5.0':
|
|
resolution: {integrity: sha512-tST2rjPvJLRZLuT9NMUtyBjvj9Yo0MiJS3ow004slMvm8GFM+Zv9HvMJ7HWzfUyJnGrJvDsYkWBaaG3YKXRtCw==}
|
|
|
|
'@actions/http-client@2.2.3':
|
|
resolution: {integrity: sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==}
|
|
|
|
'@actions/io@1.1.3':
|
|
resolution: {integrity: sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==}
|
|
|
|
'@azure/abort-controller@1.1.0':
|
|
resolution: {integrity: sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
'@azure/abort-controller@2.1.2':
|
|
resolution: {integrity: sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@azure/core-auth@1.10.0':
|
|
resolution: {integrity: sha512-88Djs5vBvGbHQHf5ZZcaoNHo6Y8BKZkt3cw2iuJIQzLEgH4Ox6Tm4hjFhbqOxyYsgIG/eJbFEHpxRIfEEWv5Ow==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@azure/core-client@1.10.0':
|
|
resolution: {integrity: sha512-O4aP3CLFNodg8eTHXECaH3B3CjicfzkxVtnrfLkOq0XNP7TIECGfHpK/C6vADZkWP75wzmdBnsIA8ksuJMk18g==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@azure/core-http-compat@2.3.0':
|
|
resolution: {integrity: sha512-qLQujmUypBBG0gxHd0j6/Jdmul6ttl24c8WGiLXIk7IHXdBlfoBqW27hyz3Xn6xbfdyVSarl1Ttbk0AwnZBYCw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@azure/core-lro@2.7.2':
|
|
resolution: {integrity: sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@azure/core-paging@1.6.2':
|
|
resolution: {integrity: sha512-YKWi9YuCU04B55h25cnOYZHxXYtEvQEbKST5vqRga7hWY9ydd3FZHdeQF8pyh+acWZvppw13M/LMGx0LABUVMA==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@azure/core-rest-pipeline@1.22.0':
|
|
resolution: {integrity: sha512-OKHmb3/Kpm06HypvB3g6Q3zJuvyXcpxDpCS1PnU8OV6AJgSFaee/covXBcPbWc6XDDxtEPlbi3EMQ6nUiPaQtw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@azure/core-tracing@1.3.0':
|
|
resolution: {integrity: sha512-+XvmZLLWPe67WXNZo9Oc9CrPj/Tm8QnHR92fFAFdnbzwNdCH1h+7UdpaQgRSBsMY+oW1kHXNUZQLdZ1gHX3ROw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@azure/core-util@1.13.0':
|
|
resolution: {integrity: sha512-o0psW8QWQ58fq3i24Q1K2XfS/jYTxr7O1HRcyUE9bV9NttLU+kYOH82Ixj8DGlMTOWgxm1Sss2QAfKK5UkSPxw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@azure/core-xml@1.5.0':
|
|
resolution: {integrity: sha512-D/sdlJBMJfx7gqoj66PKVmhDDaU6TKA49ptcolxdas29X7AfvLTmfAGLjAcIMBK7UZ2o4lygHIqVckOlQU3xWw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@azure/logger@1.3.0':
|
|
resolution: {integrity: sha512-fCqPIfOcLE+CGqGPd66c8bZpwAji98tZ4JI9i/mlTNTlsIWslCfpg48s/ypyLxZTump5sypjrKn2/kY7q8oAbA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@azure/ms-rest-js@2.7.0':
|
|
resolution: {integrity: sha512-ngbzWbqF+NmztDOpLBVDxYM+XLcUj7nKhxGbSU9WtIsXfRB//cf2ZbAG5HkOrhU9/wd/ORRB6lM/d69RKVjiyA==}
|
|
|
|
'@azure/storage-blob@12.27.0':
|
|
resolution: {integrity: sha512-IQjj9RIzAKatmNca3D6bT0qJ+Pkox1WZGOg2esJF2YLHb45pQKOwGPIAV+w3rfgkj7zV3RMxpn/c6iftzSOZJQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@esbuild/aix-ppc64@0.27.4':
|
|
resolution: {integrity: sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/android-arm64@0.27.4':
|
|
resolution: {integrity: sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.27.4':
|
|
resolution: {integrity: sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.27.4':
|
|
resolution: {integrity: sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/darwin-arm64@0.27.4':
|
|
resolution: {integrity: sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.27.4':
|
|
resolution: {integrity: sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/freebsd-arm64@0.27.4':
|
|
resolution: {integrity: sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.27.4':
|
|
resolution: {integrity: sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/linux-arm64@0.27.4':
|
|
resolution: {integrity: sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.27.4':
|
|
resolution: {integrity: sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.27.4':
|
|
resolution: {integrity: sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.27.4':
|
|
resolution: {integrity: sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.27.4':
|
|
resolution: {integrity: sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.27.4':
|
|
resolution: {integrity: sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.27.4':
|
|
resolution: {integrity: sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.27.4':
|
|
resolution: {integrity: sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.27.4':
|
|
resolution: {integrity: sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/netbsd-arm64@0.27.4':
|
|
resolution: {integrity: sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.27.4':
|
|
resolution: {integrity: sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.27.4':
|
|
resolution: {integrity: sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.27.4':
|
|
resolution: {integrity: sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openharmony-arm64@0.27.4':
|
|
resolution: {integrity: sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/sunos-x64@0.27.4':
|
|
resolution: {integrity: sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/win32-arm64@0.27.4':
|
|
resolution: {integrity: sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.27.4':
|
|
resolution: {integrity: sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.27.4':
|
|
resolution: {integrity: sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@fastify/busboy@2.1.1':
|
|
resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==}
|
|
engines: {node: '>=14'}
|
|
|
|
'@protobuf-ts/runtime-rpc@2.11.1':
|
|
resolution: {integrity: sha512-4CqqUmNA+/uMz00+d3CYKgElXO9VrEbucjnBFEjqI4GuDrEQ32MaI3q+9qPBvIGOlL4PmHXrzM32vBPWRhQKWQ==}
|
|
|
|
'@protobuf-ts/runtime@2.11.1':
|
|
resolution: {integrity: sha512-KuDaT1IfHkugM2pyz+FwiY80ejWrkH1pAtOBOZFuR6SXEFTsnb/jiQWQ1rCIrcKx2BtyxnxW6BWwsVSA/Ie+WQ==}
|
|
|
|
'@types/expand-tilde@2.0.2':
|
|
resolution: {integrity: sha512-wlsMYiapmIR4Eq/Z0qysN8xaDMjSkO6AIDNFx9oxgWGeKVA1jU+NzwPRZErBNP5z6/dx6QNkNpKglBGPO9OkTA==}
|
|
|
|
'@types/node@22.19.11':
|
|
resolution: {integrity: sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==}
|
|
|
|
'@typespec/ts-http-runtime@0.3.0':
|
|
resolution: {integrity: sha512-sOx1PKSuFwnIl7z4RN0Ls7N9AQawmR9r66eI5rFCzLDIs8HTIYrIpH9QjYWoX0lkgGrkLxXhi4QnK7MizPRrIg==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
abort-controller@3.0.0:
|
|
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
|
engines: {node: '>=6.5'}
|
|
|
|
agent-base@7.1.4:
|
|
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
engines: {node: '>= 14'}
|
|
|
|
asynckit@0.4.0:
|
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
|
|
balanced-match@1.0.2:
|
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
|
|
brace-expansion@1.1.12:
|
|
resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
combined-stream@1.0.8:
|
|
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
concat-map@0.0.1:
|
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
|
|
debug@4.4.1:
|
|
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
engines: {node: '>=6.0'}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
delayed-stream@1.0.0:
|
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
dunder-proto@1.0.1:
|
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-define-property@1.0.1:
|
|
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-errors@1.3.0:
|
|
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-object-atoms@1.1.1:
|
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
esbuild@0.27.4:
|
|
resolution: {integrity: sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
event-target-shim@5.0.1:
|
|
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
events@3.3.0:
|
|
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
|
engines: {node: '>=0.8.x'}
|
|
|
|
expand-tilde@2.0.2:
|
|
resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
fast-xml-parser@5.2.5:
|
|
resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==}
|
|
hasBin: true
|
|
|
|
form-data@2.5.5:
|
|
resolution: {integrity: sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==}
|
|
engines: {node: '>= 0.12'}
|
|
|
|
function-bind@1.1.2:
|
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
|
|
get-intrinsic@1.3.0:
|
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-proto@1.0.1:
|
|
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
gopd@1.2.0:
|
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
has-symbols@1.1.0:
|
|
resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
has-tostringtag@1.0.2:
|
|
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
hasown@2.0.2:
|
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
homedir-polyfill@1.0.3:
|
|
resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
http-proxy-agent@7.0.2:
|
|
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
|
engines: {node: '>= 14'}
|
|
|
|
https-proxy-agent@7.0.6:
|
|
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
|
engines: {node: '>= 14'}
|
|
|
|
math-intrinsics@1.1.0:
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
mime-db@1.52.0:
|
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mime-types@2.1.35:
|
|
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
minimatch@3.1.2:
|
|
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
|
|
|
ms@2.1.3:
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
node-fetch@2.7.0:
|
|
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
|
|
engines: {node: 4.x || >=6.0.0}
|
|
peerDependencies:
|
|
encoding: ^0.1.0
|
|
peerDependenciesMeta:
|
|
encoding:
|
|
optional: true
|
|
|
|
parse-passwd@1.0.0:
|
|
resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
safe-buffer@5.2.1:
|
|
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
|
|
sax@1.4.1:
|
|
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
|
|
|
|
semver@6.3.1:
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
hasBin: true
|
|
|
|
strnum@2.1.1:
|
|
resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==}
|
|
|
|
tr46@0.0.3:
|
|
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
|
|
tslib@1.14.1:
|
|
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
tunnel@0.0.6:
|
|
resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==}
|
|
engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'}
|
|
|
|
typescript@5.7.3:
|
|
resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
undici-types@6.21.0:
|
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
|
|
undici@5.29.0:
|
|
resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==}
|
|
engines: {node: '>=14.0'}
|
|
|
|
uuid@8.3.2:
|
|
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
|
hasBin: true
|
|
|
|
webidl-conversions@3.0.1:
|
|
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
|
|
whatwg-url@5.0.0:
|
|
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
|
|
xml2js@0.5.0:
|
|
resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==}
|
|
engines: {node: '>=4.0.0'}
|
|
|
|
xmlbuilder@11.0.1:
|
|
resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
yaml@2.7.0:
|
|
resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==}
|
|
engines: {node: '>= 14'}
|
|
hasBin: true
|
|
|
|
zod@3.24.1:
|
|
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
|
|
|
|
snapshots:
|
|
|
|
'@actions/cache@4.1.0':
|
|
dependencies:
|
|
'@actions/core': 1.11.1
|
|
'@actions/exec': 1.1.1
|
|
'@actions/glob': 0.1.2
|
|
'@actions/http-client': 2.2.3
|
|
'@actions/io': 1.1.3
|
|
'@azure/abort-controller': 1.1.0
|
|
'@azure/ms-rest-js': 2.7.0
|
|
'@azure/storage-blob': 12.27.0
|
|
'@protobuf-ts/runtime-rpc': 2.11.1
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
'@actions/core@1.11.1':
|
|
dependencies:
|
|
'@actions/exec': 1.1.1
|
|
'@actions/http-client': 2.2.3
|
|
|
|
'@actions/exec@1.1.1':
|
|
dependencies:
|
|
'@actions/io': 1.1.3
|
|
|
|
'@actions/glob@0.1.2':
|
|
dependencies:
|
|
'@actions/core': 1.11.1
|
|
minimatch: 3.1.2
|
|
|
|
'@actions/glob@0.5.0':
|
|
dependencies:
|
|
'@actions/core': 1.11.1
|
|
minimatch: 3.1.2
|
|
|
|
'@actions/http-client@2.2.3':
|
|
dependencies:
|
|
tunnel: 0.0.6
|
|
undici: 5.29.0
|
|
|
|
'@actions/io@1.1.3': {}
|
|
|
|
'@azure/abort-controller@1.1.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@azure/abort-controller@2.1.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@azure/core-auth@1.10.0':
|
|
dependencies:
|
|
'@azure/abort-controller': 2.1.2
|
|
'@azure/core-util': 1.13.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@azure/core-client@1.10.0':
|
|
dependencies:
|
|
'@azure/abort-controller': 2.1.2
|
|
'@azure/core-auth': 1.10.0
|
|
'@azure/core-rest-pipeline': 1.22.0
|
|
'@azure/core-tracing': 1.3.0
|
|
'@azure/core-util': 1.13.0
|
|
'@azure/logger': 1.3.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@azure/core-http-compat@2.3.0':
|
|
dependencies:
|
|
'@azure/abort-controller': 2.1.2
|
|
'@azure/core-client': 1.10.0
|
|
'@azure/core-rest-pipeline': 1.22.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@azure/core-lro@2.7.2':
|
|
dependencies:
|
|
'@azure/abort-controller': 2.1.2
|
|
'@azure/core-util': 1.13.0
|
|
'@azure/logger': 1.3.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@azure/core-paging@1.6.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@azure/core-rest-pipeline@1.22.0':
|
|
dependencies:
|
|
'@azure/abort-controller': 2.1.2
|
|
'@azure/core-auth': 1.10.0
|
|
'@azure/core-tracing': 1.3.0
|
|
'@azure/core-util': 1.13.0
|
|
'@azure/logger': 1.3.0
|
|
'@typespec/ts-http-runtime': 0.3.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@azure/core-tracing@1.3.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@azure/core-util@1.13.0':
|
|
dependencies:
|
|
'@azure/abort-controller': 2.1.2
|
|
'@typespec/ts-http-runtime': 0.3.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@azure/core-xml@1.5.0':
|
|
dependencies:
|
|
fast-xml-parser: 5.2.5
|
|
tslib: 2.8.1
|
|
|
|
'@azure/logger@1.3.0':
|
|
dependencies:
|
|
'@typespec/ts-http-runtime': 0.3.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@azure/ms-rest-js@2.7.0':
|
|
dependencies:
|
|
'@azure/core-auth': 1.10.0
|
|
abort-controller: 3.0.0
|
|
form-data: 2.5.5
|
|
node-fetch: 2.7.0
|
|
tslib: 1.14.1
|
|
tunnel: 0.0.6
|
|
uuid: 8.3.2
|
|
xml2js: 0.5.0
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
'@azure/storage-blob@12.27.0':
|
|
dependencies:
|
|
'@azure/abort-controller': 2.1.2
|
|
'@azure/core-auth': 1.10.0
|
|
'@azure/core-client': 1.10.0
|
|
'@azure/core-http-compat': 2.3.0
|
|
'@azure/core-lro': 2.7.2
|
|
'@azure/core-paging': 1.6.2
|
|
'@azure/core-rest-pipeline': 1.22.0
|
|
'@azure/core-tracing': 1.3.0
|
|
'@azure/core-util': 1.13.0
|
|
'@azure/core-xml': 1.5.0
|
|
'@azure/logger': 1.3.0
|
|
events: 3.3.0
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@esbuild/aix-ppc64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@fastify/busboy@2.1.1': {}
|
|
|
|
'@protobuf-ts/runtime-rpc@2.11.1':
|
|
dependencies:
|
|
'@protobuf-ts/runtime': 2.11.1
|
|
|
|
'@protobuf-ts/runtime@2.11.1': {}
|
|
|
|
'@types/expand-tilde@2.0.2': {}
|
|
|
|
'@types/node@22.19.11':
|
|
dependencies:
|
|
undici-types: 6.21.0
|
|
|
|
'@typespec/ts-http-runtime@0.3.0':
|
|
dependencies:
|
|
http-proxy-agent: 7.0.2
|
|
https-proxy-agent: 7.0.6
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
abort-controller@3.0.0:
|
|
dependencies:
|
|
event-target-shim: 5.0.1
|
|
|
|
agent-base@7.1.4: {}
|
|
|
|
asynckit@0.4.0: {}
|
|
|
|
balanced-match@1.0.2: {}
|
|
|
|
brace-expansion@1.1.12:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
concat-map: 0.0.1
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
|
|
combined-stream@1.0.8:
|
|
dependencies:
|
|
delayed-stream: 1.0.0
|
|
|
|
concat-map@0.0.1: {}
|
|
|
|
debug@4.4.1:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
delayed-stream@1.0.0: {}
|
|
|
|
dunder-proto@1.0.1:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
es-define-property@1.0.1: {}
|
|
|
|
es-errors@1.3.0: {}
|
|
|
|
es-object-atoms@1.1.1:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
has-tostringtag: 1.0.2
|
|
hasown: 2.0.2
|
|
|
|
esbuild@0.27.4:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.27.4
|
|
'@esbuild/android-arm': 0.27.4
|
|
'@esbuild/android-arm64': 0.27.4
|
|
'@esbuild/android-x64': 0.27.4
|
|
'@esbuild/darwin-arm64': 0.27.4
|
|
'@esbuild/darwin-x64': 0.27.4
|
|
'@esbuild/freebsd-arm64': 0.27.4
|
|
'@esbuild/freebsd-x64': 0.27.4
|
|
'@esbuild/linux-arm': 0.27.4
|
|
'@esbuild/linux-arm64': 0.27.4
|
|
'@esbuild/linux-ia32': 0.27.4
|
|
'@esbuild/linux-loong64': 0.27.4
|
|
'@esbuild/linux-mips64el': 0.27.4
|
|
'@esbuild/linux-ppc64': 0.27.4
|
|
'@esbuild/linux-riscv64': 0.27.4
|
|
'@esbuild/linux-s390x': 0.27.4
|
|
'@esbuild/linux-x64': 0.27.4
|
|
'@esbuild/netbsd-arm64': 0.27.4
|
|
'@esbuild/netbsd-x64': 0.27.4
|
|
'@esbuild/openbsd-arm64': 0.27.4
|
|
'@esbuild/openbsd-x64': 0.27.4
|
|
'@esbuild/openharmony-arm64': 0.27.4
|
|
'@esbuild/sunos-x64': 0.27.4
|
|
'@esbuild/win32-arm64': 0.27.4
|
|
'@esbuild/win32-ia32': 0.27.4
|
|
'@esbuild/win32-x64': 0.27.4
|
|
|
|
event-target-shim@5.0.1: {}
|
|
|
|
events@3.3.0: {}
|
|
|
|
expand-tilde@2.0.2:
|
|
dependencies:
|
|
homedir-polyfill: 1.0.3
|
|
|
|
fast-xml-parser@5.2.5:
|
|
dependencies:
|
|
strnum: 2.1.1
|
|
|
|
form-data@2.5.5:
|
|
dependencies:
|
|
asynckit: 0.4.0
|
|
combined-stream: 1.0.8
|
|
es-set-tostringtag: 2.1.0
|
|
hasown: 2.0.2
|
|
mime-types: 2.1.35
|
|
safe-buffer: 5.2.1
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
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
|
|
|
|
get-proto@1.0.1:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
gopd@1.2.0: {}
|
|
|
|
has-symbols@1.1.0: {}
|
|
|
|
has-tostringtag@1.0.2:
|
|
dependencies:
|
|
has-symbols: 1.1.0
|
|
|
|
hasown@2.0.2:
|
|
dependencies:
|
|
function-bind: 1.1.2
|
|
|
|
homedir-polyfill@1.0.3:
|
|
dependencies:
|
|
parse-passwd: 1.0.0
|
|
|
|
http-proxy-agent@7.0.2:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
https-proxy-agent@7.0.6:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
mime-db@1.52.0: {}
|
|
|
|
mime-types@2.1.35:
|
|
dependencies:
|
|
mime-db: 1.52.0
|
|
|
|
minimatch@3.1.2:
|
|
dependencies:
|
|
brace-expansion: 1.1.12
|
|
|
|
ms@2.1.3: {}
|
|
|
|
node-fetch@2.7.0:
|
|
dependencies:
|
|
whatwg-url: 5.0.0
|
|
|
|
parse-passwd@1.0.0: {}
|
|
|
|
safe-buffer@5.2.1: {}
|
|
|
|
sax@1.4.1: {}
|
|
|
|
semver@6.3.1: {}
|
|
|
|
strnum@2.1.1: {}
|
|
|
|
tr46@0.0.3: {}
|
|
|
|
tslib@1.14.1: {}
|
|
|
|
tslib@2.8.1: {}
|
|
|
|
tunnel@0.0.6: {}
|
|
|
|
typescript@5.7.3: {}
|
|
|
|
undici-types@6.21.0: {}
|
|
|
|
undici@5.29.0:
|
|
dependencies:
|
|
'@fastify/busboy': 2.1.1
|
|
|
|
uuid@8.3.2: {}
|
|
|
|
webidl-conversions@3.0.1: {}
|
|
|
|
whatwg-url@5.0.0:
|
|
dependencies:
|
|
tr46: 0.0.3
|
|
webidl-conversions: 3.0.1
|
|
|
|
xml2js@0.5.0:
|
|
dependencies:
|
|
sax: 1.4.1
|
|
xmlbuilder: 11.0.1
|
|
|
|
xmlbuilder@11.0.1: {}
|
|
|
|
yaml@2.7.0: {}
|
|
|
|
zod@3.24.1: {}
|