- Lock public registration to first-user bootstrap (403 afterwards) - Require JwtAuthGuard on upload + whitelist png/jpg/webp/gif (SVG/XSS blocked) - Add global throttling (login/register 5/min, upload 10/min) - Add helmet security headers; serve uploads with nosniff - Replace permissive CORS (origin:true+credentials) with CORS_ORIGINS whitelist - Disable Swagger outside development; sanitize 500 error responses - Enforce 32+ char JWT_SECRET; make token expiry configurable (TOKEN_EXPIRES_IN) - Re-check user in DB on every JWT validation (revocation on user delete) - Dummy bcrypt compare to prevent login user-enumeration via timing - Map malformed BigInt inputs to 400 instead of 500 - Widen .gitignore to .env* and add apps/api/.env.example - Disable Nuxt devtools and sourcemaps
18484 lines
633 KiB
YAML
18484 lines
633 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
devDependencies:
|
|
prettier:
|
|
specifier: ^3.3.0
|
|
version: 3.9.5
|
|
turbo:
|
|
specifier: ^2.0.0
|
|
version: 2.10.4
|
|
|
|
apps/admin:
|
|
dependencies:
|
|
'@element-plus/icons-vue':
|
|
specifier: ^2.3.2
|
|
version: 2.3.2(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/core':
|
|
specifier: ^14.3.0
|
|
version: 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
axios:
|
|
specifier: ^1.18.0
|
|
version: 1.18.1
|
|
dayjs:
|
|
specifier: ^1.11.21
|
|
version: 1.11.21
|
|
element-plus:
|
|
specifier: ^2.14.2
|
|
version: 2.14.3(vue@3.5.39(typescript@6.0.3))
|
|
pinia:
|
|
specifier: ^3.0.4
|
|
version: 3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3))
|
|
vue:
|
|
specifier: ^3.5.34
|
|
version: 3.5.39(typescript@6.0.3)
|
|
vue-router:
|
|
specifier: ^4.6.4
|
|
version: 4.6.4(vue@3.5.39(typescript@6.0.3))
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^24.12.3
|
|
version: 24.13.3
|
|
'@vitejs/plugin-vue':
|
|
specifier: ^6.0.6
|
|
version: 6.0.7(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
'@vue/tsconfig':
|
|
specifier: ^0.9.1
|
|
version: 0.9.1(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3))
|
|
sass:
|
|
specifier: ^1.101.0
|
|
version: 1.101.0
|
|
typescript:
|
|
specifier: ~6.0.2
|
|
version: 6.0.3
|
|
unplugin-auto-import:
|
|
specifier: ^21.0.0
|
|
version: 21.0.0(@nuxt/kit@4.4.8(magicast@0.5.3))(@vueuse/core@14.3.0(vue@3.5.39(typescript@6.0.3)))
|
|
unplugin-vue-components:
|
|
specifier: ^32.1.0
|
|
version: 32.1.0(@nuxt/kit@4.4.8(magicast@0.5.3))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1))
|
|
vite:
|
|
specifier: ^8.0.12
|
|
version: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vue-tsc:
|
|
specifier: ^3.2.8
|
|
version: 3.3.7(typescript@6.0.3)
|
|
|
|
apps/api:
|
|
dependencies:
|
|
'@nestjs/axios':
|
|
specifier: ^3.0.1
|
|
version: 3.1.3(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(axios@1.18.1)(rxjs@7.8.2)
|
|
'@nestjs/common':
|
|
specifier: ^10.3.0
|
|
version: 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nestjs/config':
|
|
specifier: ^3.1.1
|
|
version: 3.3.0(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
'@nestjs/core':
|
|
specifier: ^10.3.0
|
|
version: 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@10.4.22)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nestjs/jwt':
|
|
specifier: ^10.2.0
|
|
version: 10.2.0(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))
|
|
'@nestjs/passport':
|
|
specifier: ^10.0.3
|
|
version: 10.0.3(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(passport@0.7.0)
|
|
'@nestjs/platform-express':
|
|
specifier: ^10.3.0
|
|
version: 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)
|
|
'@nestjs/schedule':
|
|
specifier: ^4.0.0
|
|
version: 4.1.2(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)
|
|
'@nestjs/swagger':
|
|
specifier: ^7.1.17
|
|
version: 7.4.2(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)
|
|
'@nestjs/throttler':
|
|
specifier: ^6.5.0
|
|
version: 6.5.0(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)(reflect-metadata@0.2.2)
|
|
'@prisma/client':
|
|
specifier: ^5.8.0
|
|
version: 5.22.0(prisma@5.22.0)
|
|
'@types/multer':
|
|
specifier: ^2.2.0
|
|
version: 2.2.0
|
|
axios:
|
|
specifier: ^1.6.5
|
|
version: 1.18.1
|
|
bcrypt:
|
|
specifier: ^5.1.1
|
|
version: 5.1.1
|
|
class-transformer:
|
|
specifier: ^0.5.1
|
|
version: 0.5.1
|
|
class-validator:
|
|
specifier: ^0.14.0
|
|
version: 0.14.4
|
|
express:
|
|
specifier: ^4.21.0
|
|
version: 4.22.1
|
|
helmet:
|
|
specifier: ^8.3.0
|
|
version: 8.3.0
|
|
multer:
|
|
specifier: ^2.2.0
|
|
version: 2.2.0
|
|
passport:
|
|
specifier: ^0.7.0
|
|
version: 0.7.0
|
|
passport-jwt:
|
|
specifier: ^4.0.1
|
|
version: 4.0.1
|
|
reflect-metadata:
|
|
specifier: ^0.2.1
|
|
version: 0.2.2
|
|
rxjs:
|
|
specifier: ^7.8.1
|
|
version: 7.8.2
|
|
devDependencies:
|
|
'@nestjs/cli':
|
|
specifier: ^10.2.1
|
|
version: 10.4.9
|
|
'@nestjs/schematics':
|
|
specifier: ^10.0.3
|
|
version: 10.2.3(chokidar@3.6.0)(typescript@5.9.3)
|
|
'@nestjs/testing':
|
|
specifier: ^10.3.0
|
|
version: 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)(@nestjs/platform-express@10.4.22)
|
|
'@types/bcrypt':
|
|
specifier: ^5.0.2
|
|
version: 5.0.2
|
|
'@types/express':
|
|
specifier: ^4.17.21
|
|
version: 4.17.25
|
|
'@types/jest':
|
|
specifier: ^29.5.11
|
|
version: 29.5.14
|
|
'@types/node':
|
|
specifier: ^20.10.6
|
|
version: 20.19.43
|
|
'@types/passport-jwt':
|
|
specifier: ^4.0.0
|
|
version: 4.0.1
|
|
'@types/supertest':
|
|
specifier: ^6.0.2
|
|
version: 6.0.3
|
|
'@typescript-eslint/eslint-plugin':
|
|
specifier: ^6.17.0
|
|
version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)
|
|
'@typescript-eslint/parser':
|
|
specifier: ^6.17.0
|
|
version: 6.21.0(eslint@8.57.1)(typescript@5.9.3)
|
|
eslint:
|
|
specifier: ^8.56.0
|
|
version: 8.57.1
|
|
eslint-config-prettier:
|
|
specifier: ^9.1.0
|
|
version: 9.1.2(eslint@8.57.1)
|
|
eslint-plugin-prettier:
|
|
specifier: ^5.1.2
|
|
version: 5.5.6(@types/eslint@9.6.1)(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.9.5)
|
|
jest:
|
|
specifier: ^29.7.0
|
|
version: 29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
prettier:
|
|
specifier: ^3.1.1
|
|
version: 3.9.5
|
|
prisma:
|
|
specifier: ^5.8.0
|
|
version: 5.22.0
|
|
source-map-support:
|
|
specifier: ^0.5.21
|
|
version: 0.5.21
|
|
supertest:
|
|
specifier: ^6.3.3
|
|
version: 6.3.4
|
|
ts-jest:
|
|
specifier: ^29.1.1
|
|
version: 29.4.11(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest-util@29.7.0)(jest@29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3)))(typescript@5.9.3)
|
|
ts-loader:
|
|
specifier: ^9.5.1
|
|
version: 9.6.2(typescript@5.9.3)(webpack@5.97.1)
|
|
ts-node:
|
|
specifier: ^10.9.2
|
|
version: 10.9.2(@types/node@20.19.43)(typescript@5.9.3)
|
|
tsconfig-paths:
|
|
specifier: ^4.2.0
|
|
version: 4.2.0
|
|
typescript:
|
|
specifier: ^5.3.3
|
|
version: 5.9.3
|
|
|
|
apps/website:
|
|
dependencies:
|
|
'@fortawesome/fontawesome-free':
|
|
specifier: ^7.2.0
|
|
version: 7.3.0
|
|
'@nuxtjs/seo':
|
|
specifier: ^5.1.3
|
|
version: 5.3.2(3e5babf51d8d70e3fe05aad885f274e3)
|
|
'@tailwindcss/postcss':
|
|
specifier: ^4.3.0
|
|
version: 4.3.2
|
|
'@takumi-rs/core':
|
|
specifier: ^1.5.1
|
|
version: 1.8.7
|
|
nuxt:
|
|
specifier: ^4.4.6
|
|
version: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0)
|
|
tailwindcss:
|
|
specifier: ^4.3.0
|
|
version: 4.3.2
|
|
vue:
|
|
specifier: ^3.5.34
|
|
version: 3.5.39(typescript@6.0.3)
|
|
vue-router:
|
|
specifier: ^5.0.7
|
|
version: 5.2.0(@vue/compiler-sfc@3.5.39)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
devDependencies:
|
|
'@vitejs/plugin-vue':
|
|
specifier: ^6.0.7
|
|
version: 6.0.7(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
'@vue/test-utils':
|
|
specifier: ^2.4.11
|
|
version: 2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@6.0.3)))(vue@3.5.39(typescript@6.0.3))
|
|
happy-dom:
|
|
specifier: ^20.10.6
|
|
version: 20.10.6
|
|
vitest:
|
|
specifier: ^4.1.10
|
|
version: 4.1.10(@types/node@24.13.3)(happy-dom@20.10.6)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
|
|
packages/shared-types: {}
|
|
|
|
packages/tsconfig: {}
|
|
|
|
packages:
|
|
|
|
'@alloc/quick-lru@5.2.0':
|
|
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
engines: {node: '>=10'}
|
|
|
|
'@angular-devkit/core@17.3.11':
|
|
resolution: {integrity: sha512-vTNDYNsLIWpYk2I969LMQFH29GTsLzxNk/0cLw5q56ARF0v5sIWfHYwGTS88jdDqIpuuettcSczbxeA7EuAmqQ==}
|
|
engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
peerDependencies:
|
|
chokidar: ^3.5.2
|
|
peerDependenciesMeta:
|
|
chokidar:
|
|
optional: true
|
|
|
|
'@angular-devkit/schematics-cli@17.3.11':
|
|
resolution: {integrity: sha512-kcOMqp+PHAKkqRad7Zd7PbpqJ0LqLaNZdY1+k66lLWmkEBozgq8v4ASn/puPWf9Bo0HpCiK+EzLf0VHE8Z/y6Q==}
|
|
engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
hasBin: true
|
|
|
|
'@angular-devkit/schematics@17.3.11':
|
|
resolution: {integrity: sha512-I5wviiIqiFwar9Pdk30Lujk8FczEEc18i22A5c6Z9lbmhPQdTroDnEQdsfXjy404wPe8H62s0I15o4pmMGfTYQ==}
|
|
engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
|
|
'@antfu/install-pkg@1.1.0':
|
|
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
|
|
|
|
'@babel/code-frame@7.29.7':
|
|
resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/compat-data@7.29.7':
|
|
resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.29.7':
|
|
resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@7.29.7':
|
|
resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@8.0.0':
|
|
resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==}
|
|
engines: {node: ^22.18.0 || >=24.11.0}
|
|
|
|
'@babel/helper-annotate-as-pure@7.29.7':
|
|
resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-compilation-targets@7.29.7':
|
|
resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-create-class-features-plugin@7.29.7':
|
|
resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-globals@7.29.7':
|
|
resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-member-expression-to-functions@7.29.7':
|
|
resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-imports@7.29.7':
|
|
resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-transforms@7.29.7':
|
|
resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-optimise-call-expression@7.29.7':
|
|
resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-plugin-utils@7.29.7':
|
|
resolution: {integrity: sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-replace-supers@7.29.7':
|
|
resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-skip-transparent-expression-wrappers@7.29.7':
|
|
resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-string-parser@7.29.7':
|
|
resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-string-parser@8.0.0':
|
|
resolution: {integrity: sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==}
|
|
engines: {node: ^22.18.0 || >=24.11.0}
|
|
|
|
'@babel/helper-validator-identifier@7.29.7':
|
|
resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-identifier@8.0.4':
|
|
resolution: {integrity: sha512-4wFaiLd0bVo4cIoTXI3zKI038NIWE/cr3jvBjejOVYVxV/m8Ltav1USiGzG1fmS5J2RhgEOgXNNK46cRPnRsrg==}
|
|
engines: {node: ^22.18.0 || >=24.11.0}
|
|
|
|
'@babel/helper-validator-option@7.29.7':
|
|
resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helpers@7.29.7':
|
|
resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/parser@7.29.7':
|
|
resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
'@babel/parser@8.0.4':
|
|
resolution: {integrity: sha512-srpptsAkEbbNIC/q8nT7o+m6CQe8CJUTV/t7MYc9NnWlgYVtHOb7JH6SorxMhN0kuRJjVqXbKClG6xSbPtzz+g==}
|
|
engines: {node: ^22.18.0 || >=24.11.0}
|
|
hasBin: true
|
|
|
|
'@babel/plugin-syntax-async-generators@7.8.4':
|
|
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-bigint@7.8.3':
|
|
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-class-properties@7.12.13':
|
|
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-class-static-block@7.14.5':
|
|
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-import-attributes@7.29.7':
|
|
resolution: {integrity: sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-import-meta@7.10.4':
|
|
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-json-strings@7.8.3':
|
|
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-jsx@7.29.7':
|
|
resolution: {integrity: sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-logical-assignment-operators@7.10.4':
|
|
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3':
|
|
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-numeric-separator@7.10.4':
|
|
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-object-rest-spread@7.8.3':
|
|
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-optional-catch-binding@7.8.3':
|
|
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-optional-chaining@7.8.3':
|
|
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-private-property-in-object@7.14.5':
|
|
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-top-level-await@7.14.5':
|
|
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-typescript@7.29.7':
|
|
resolution: {integrity: sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-transform-typescript@7.29.7':
|
|
resolution: {integrity: sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/template@7.29.7':
|
|
resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/traverse@7.29.7':
|
|
resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@7.29.7':
|
|
resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@8.0.4':
|
|
resolution: {integrity: sha512-eY+Yn3dCqTGmyiq2QRU66lA5FL8lqqqvecHt0fF3uHONIa7ToYsaCiWV8lOKqAs0Rb2SjixiKFROngnulPtt2g==}
|
|
engines: {node: ^22.18.0 || >=24.11.0}
|
|
|
|
'@bcoe/v8-coverage@0.2.3':
|
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
|
|
'@bomb.sh/tab@0.0.19':
|
|
resolution: {integrity: sha512-dTRfo9Q9B+lbLG3JCu8a/AGQSfD2XXcFcnakQzVjSOX+VvR/s9zpsH8TlqV3iHqazniRn1Ypwd1hcRlXcu/4BA==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
cac: ^6.7.14
|
|
citty: ^0.1.6 || ^0.2.0
|
|
commander: ^13.1.0 || ^14.0.0 || ^15.0.0
|
|
peerDependenciesMeta:
|
|
cac:
|
|
optional: true
|
|
citty:
|
|
optional: true
|
|
commander:
|
|
optional: true
|
|
|
|
'@borewit/text-codec@0.2.2':
|
|
resolution: {integrity: sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==}
|
|
|
|
'@capsizecss/unpack@4.0.1':
|
|
resolution: {integrity: sha512-CuNiSqg7+e1cO/GjffyMOm5Tt2jUF9CWHHnvQ/UkqvtkGfHdgwEC0wpmq7fkN3gxwpRnrAN0WzO3vREKmNolMQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@clack/core@1.4.3':
|
|
resolution: {integrity: sha512-/kr3UWNtdJfxZtPgDqUOmG2pvwlmcLGheex5yiZKdwbzZJxhV+HMNR9QNmyY5cGwTNV6LrR7Jtp+KjhUAP1qBQ==}
|
|
engines: {node: '>= 20.12.0'}
|
|
|
|
'@clack/prompts@1.7.0':
|
|
resolution: {integrity: sha512-y7/yvZ2TPAnR9+jnc00klvNNLkJiXFFrQA/hlLCcxA9a2A4zQIOimyFQ9XfwYKiGD1fb5GY8vbKIIgO8d5Tb2A==}
|
|
engines: {node: '>= 20.12.0'}
|
|
|
|
'@cloudflare/kv-asset-handler@0.4.2':
|
|
resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@colordx/core@5.5.0':
|
|
resolution: {integrity: sha512-3PxTH8itZzltK0U9jTwVVnjLXvnDYuq3m+QXsHkENxWiPRh4WaoLcs1SQjqgZ55kS+QyirpH5BVwzP2gMVG6EQ==}
|
|
|
|
'@colors/colors@1.5.0':
|
|
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
|
|
engines: {node: '>=0.1.90'}
|
|
|
|
'@cspotcode/source-map-support@0.8.1':
|
|
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
|
engines: {node: '>=12'}
|
|
|
|
'@ctrl/tinycolor@4.2.0':
|
|
resolution: {integrity: sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==}
|
|
engines: {node: '>=14'}
|
|
|
|
'@devframes/hub@0.5.4':
|
|
resolution: {integrity: sha512-NZs5RFuNb6tjQd2JBsRYQT+OqE+z16Kg9/72HG4k+uJdzK90sAGtAjOwK8bsvav/9l85KGx4agfkgxnfbl313w==}
|
|
peerDependencies:
|
|
devframe: 0.5.4
|
|
|
|
'@dxup/nuxt@0.4.1':
|
|
resolution: {integrity: sha512-gtYffW6OfWNvoLW+XD3Mx/K8uUq08PMGLYJoDxc92EzZAWqR0FhcR5iaLm5r/OxyGTKz+P5f5Y7Aoir9+SjYaw==}
|
|
peerDependencies:
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@dxup/unimport@0.1.2':
|
|
resolution: {integrity: sha512-/B8YJGPzaYq1NbsQmwgP8EZqg40NpTw4ZB3suuI0TplbxKHeK94jeaawLmVhCv+YwUnOpiWEz9U6SeThku/8JQ==}
|
|
|
|
'@element-plus/icons-vue@2.3.2':
|
|
resolution: {integrity: sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==}
|
|
peerDependencies:
|
|
vue: ^3.2.0
|
|
|
|
'@emnapi/core@1.10.0':
|
|
resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==}
|
|
|
|
'@emnapi/core@1.11.1':
|
|
resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==}
|
|
|
|
'@emnapi/runtime@1.10.0':
|
|
resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==}
|
|
|
|
'@emnapi/runtime@1.11.1':
|
|
resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==}
|
|
|
|
'@emnapi/wasi-threads@1.2.1':
|
|
resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==}
|
|
|
|
'@emnapi/wasi-threads@1.2.2':
|
|
resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==}
|
|
|
|
'@esbuild/aix-ppc64@0.27.7':
|
|
resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@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.27.7':
|
|
resolution: {integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm64@0.28.1':
|
|
resolution: {integrity: sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.27.7':
|
|
resolution: {integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.28.1':
|
|
resolution: {integrity: sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.27.7':
|
|
resolution: {integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-arm64@0.28.1':
|
|
resolution: {integrity: sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.27.7':
|
|
resolution: {integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.28.1':
|
|
resolution: {integrity: sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/freebsd-arm64@0.27.7':
|
|
resolution: {integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@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.27.7':
|
|
resolution: {integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm64@0.28.1':
|
|
resolution: {integrity: sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.27.7':
|
|
resolution: {integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.28.1':
|
|
resolution: {integrity: sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.27.7':
|
|
resolution: {integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.28.1':
|
|
resolution: {integrity: sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.27.7':
|
|
resolution: {integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-arm64@0.28.1':
|
|
resolution: {integrity: sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.27.7':
|
|
resolution: {integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.28.1':
|
|
resolution: {integrity: sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.27.7':
|
|
resolution: {integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.28.1':
|
|
resolution: {integrity: sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.27.7':
|
|
resolution: {integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/openharmony-arm64@0.28.1':
|
|
resolution: {integrity: sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/sunos-x64@0.27.7':
|
|
resolution: {integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/sunos-x64@0.28.1':
|
|
resolution: {integrity: sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/win32-arm64@0.27.7':
|
|
resolution: {integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-arm64@0.28.1':
|
|
resolution: {integrity: sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.27.7':
|
|
resolution: {integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
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.27.7':
|
|
resolution: {integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.28.1':
|
|
resolution: {integrity: sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@eslint-community/eslint-utils@4.9.1':
|
|
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
peerDependencies:
|
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
|
|
'@eslint-community/regexpp@4.12.2':
|
|
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
|
|
'@eslint/eslintrc@2.1.4':
|
|
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
'@eslint/js@8.57.1':
|
|
resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
'@fingerprintjs/botd@2.0.0':
|
|
resolution: {integrity: sha512-yhuz23NKEcBDTHmGz/ULrXlGnbHenO+xZmVwuBkuqHUkqvaZ5TAA0kAgcRy4Wyo5dIBdkIf57UXX8/c9UlMLJg==}
|
|
|
|
'@floating-ui/core@1.8.0':
|
|
resolution: {integrity: sha512-0CIZ5itps/8x7BG8dEIhs53BvCUH2PCoogtakwRTut+Arm58sJooJ0AuZhLw2HJYIR5cMLNPBSS728sPho2khQ==}
|
|
|
|
'@floating-ui/dom@1.8.0':
|
|
resolution: {integrity: sha512-yXSrzeHZBTZadLOlfyhCkJHNeLJnHRnRInwdZ40L7ZiaAtrBwoYlsDrX3v5zB1Utk7CLfzcOVnVVWoXEky7Ceg==}
|
|
|
|
'@floating-ui/utils@0.2.12':
|
|
resolution: {integrity: sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==}
|
|
|
|
'@floating-ui/vue@1.1.11':
|
|
resolution: {integrity: sha512-HzHKCNVxnGS35r9fCHBc3+uCnjw9IWIlCPL683cGgM9Kgj2BiAl8x1mS7vtvP6F9S/e/q4O6MApwSHj8hNLGfw==}
|
|
|
|
'@fortawesome/fontawesome-free@7.3.0':
|
|
resolution: {integrity: sha512-Yw4Qa43P6e4Xwh0TwEUkHQNRJInWaqIBo73VJmns3j2AIlZPAvUcR4yGIxCPqPRCgyJ5KIVIalF/I1GxhZ/Kgw==}
|
|
engines: {node: '>=6'}
|
|
|
|
'@humanwhocodes/config-array@0.13.0':
|
|
resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
|
|
engines: {node: '>=10.10.0'}
|
|
deprecated: Use @eslint/config-array instead
|
|
|
|
'@humanwhocodes/module-importer@1.0.1':
|
|
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
|
engines: {node: '>=12.22'}
|
|
|
|
'@humanwhocodes/object-schema@2.0.3':
|
|
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
|
|
deprecated: Use @eslint/object-schema instead
|
|
|
|
'@iconify-json/carbon@1.2.24':
|
|
resolution: {integrity: sha512-b7u/eTWE3xFa7UXlRJBSEm6At1y6+F0P3imBEip5/8QeRzouxVjBf80Y2xnu1GYsFo9MYlHA0bZfxxMd5givfw==}
|
|
|
|
'@iconify/collections@1.0.710':
|
|
resolution: {integrity: sha512-v8Si3U8z1Fpz526gEb5W5LxXMm/Ds6uvdMzcjeugyFLaqcuCsL1xgj1sjggofVXn3P36ZYeI804HRsBrmt5W3g==}
|
|
|
|
'@iconify/types@2.0.0':
|
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
|
|
|
'@iconify/utils@3.1.4':
|
|
resolution: {integrity: sha512-b1S7B1k9ohZ+iNTi2ATxbRYG9fTrJmUT0rc46bvVnNxqNRGW7dyo/vRREwyniI5IRN2RSJHDcm+s3BjWrSAjHw==}
|
|
|
|
'@iconify/vue@5.0.1':
|
|
resolution: {integrity: sha512-aumwwooJlFJ5H5qYWB6ZTAyM0C8hpfcSVLB9/a3qnH1GGvIJ+FEbpEs4s/HfErYe/M5qZeLjwmESR5fFm3lXEw==}
|
|
peerDependencies:
|
|
vue: '>=3.0.0'
|
|
|
|
'@img/colour@1.1.0':
|
|
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@img/sharp-darwin-arm64@0.35.3':
|
|
resolution: {integrity: sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-darwin-x64@0.35.3':
|
|
resolution: {integrity: sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-freebsd-wasm32@0.35.3':
|
|
resolution: {integrity: sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==}
|
|
engines: {node: '>=20.9.0'}
|
|
os: [freebsd]
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
|
resolution: {integrity: sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.3.2':
|
|
resolution: {integrity: sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.3.2':
|
|
resolution: {integrity: sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-arm@1.3.2':
|
|
resolution: {integrity: sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
|
resolution: {integrity: sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
|
resolution: {integrity: sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.3.2':
|
|
resolution: {integrity: sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linux-x64@1.3.2':
|
|
resolution: {integrity: sha512-ITPEtgffGJ0S6G9dRyw/366tJQqFRcHWPHhC+Stpg3Z8AEMrDrTr2lhdz4f/Y/HMbRh//7Z5mBzEpVdi62Oc3w==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
|
resolution: {integrity: sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
|
resolution: {integrity: sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-linux-arm64@0.35.3':
|
|
resolution: {integrity: sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-arm@0.35.3':
|
|
resolution: {integrity: sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-ppc64@0.35.3':
|
|
resolution: {integrity: sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-riscv64@0.35.3':
|
|
resolution: {integrity: sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-s390x@0.35.3':
|
|
resolution: {integrity: sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linux-x64@0.35.3':
|
|
resolution: {integrity: sha512-8pqvxubL2PGdhlPy6GLqzDYMUjyRmKAwKHYKixpdJYBUK7PJ0C029XdsnpFIdgRZG68fZiGdHVWcKPvtiPB4cA==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.35.3':
|
|
resolution: {integrity: sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-linuxmusl-x64@0.35.3':
|
|
resolution: {integrity: sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@img/sharp-wasm32@0.35.3':
|
|
resolution: {integrity: sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==}
|
|
engines: {node: '>=20.9.0'}
|
|
|
|
'@img/sharp-webcontainers-wasm32@0.35.3':
|
|
resolution: {integrity: sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [wasm32]
|
|
|
|
'@img/sharp-win32-arm64@0.35.3':
|
|
resolution: {integrity: sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-ia32@0.35.3':
|
|
resolution: {integrity: sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==}
|
|
engines: {node: ^20.9.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-x64@0.35.3':
|
|
resolution: {integrity: sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==}
|
|
engines: {node: '>=20.9.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@internationalized/date@3.12.2':
|
|
resolution: {integrity: sha512-FY1Y+H64NDs+HAF6omlnWxm3mEpfgaCSWtL5l551ZZfImA+kGjPFgrnJrGjH6lfmLL0g8Z/mBu1R3kufeCp6Jw==}
|
|
|
|
'@internationalized/number@3.6.7':
|
|
resolution: {integrity: sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==}
|
|
|
|
'@ioredis/commands@1.10.0':
|
|
resolution: {integrity: sha512-UmeW7z4LfctwoQ5wkhVzgq8tXkreED2xZGpX+Bg+zA+WJFZCT6c062AfCK/Dfk81xZnnwdhJCUMkitihRaoC2Q==}
|
|
|
|
'@isaacs/cliui@8.0.2':
|
|
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
|
engines: {node: '>=12'}
|
|
|
|
'@isaacs/fs-minipass@4.0.1':
|
|
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@istanbuljs/load-nyc-config@1.1.0':
|
|
resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
'@istanbuljs/schema@0.1.6':
|
|
resolution: {integrity: sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==}
|
|
engines: {node: '>=8'}
|
|
|
|
'@jest/console@29.7.0':
|
|
resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/core@29.7.0':
|
|
resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
peerDependencies:
|
|
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
|
|
peerDependenciesMeta:
|
|
node-notifier:
|
|
optional: true
|
|
|
|
'@jest/environment@29.7.0':
|
|
resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/expect-utils@29.7.0':
|
|
resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/expect@29.7.0':
|
|
resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/fake-timers@29.7.0':
|
|
resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/globals@29.7.0':
|
|
resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/reporters@29.7.0':
|
|
resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
peerDependencies:
|
|
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
|
|
peerDependenciesMeta:
|
|
node-notifier:
|
|
optional: true
|
|
|
|
'@jest/schemas@29.6.3':
|
|
resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/source-map@29.6.3':
|
|
resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/test-result@29.7.0':
|
|
resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/test-sequencer@29.7.0':
|
|
resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/transform@29.7.0':
|
|
resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jest/types@29.6.3':
|
|
resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
'@jridgewell/gen-mapping@0.3.13':
|
|
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
|
|
'@jridgewell/resolve-uri@3.1.2':
|
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/source-map@0.3.11':
|
|
resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5':
|
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.9':
|
|
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
|
|
|
|
'@kwsites/file-exists@1.1.1':
|
|
resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==}
|
|
|
|
'@kwsites/promise-deferred@1.1.1':
|
|
resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==}
|
|
|
|
'@ljharb/through@2.3.14':
|
|
resolution: {integrity: sha512-ajBvlKpWucBB17FuQYUShqpqy8GRgYEpJW0vWJbUu1CV9lWyrDCapy0lScU8T8Z6qn49sSwJB3+M+evYIdGg+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
'@lukeed/csprng@1.1.0':
|
|
resolution: {integrity: sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==}
|
|
engines: {node: '>=8'}
|
|
|
|
'@mapbox/node-pre-gyp@1.0.11':
|
|
resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==}
|
|
hasBin: true
|
|
|
|
'@mapbox/node-pre-gyp@2.0.3':
|
|
resolution: {integrity: sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
'@microsoft/tsdoc@0.15.1':
|
|
resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==}
|
|
|
|
'@napi-rs/wasm-runtime@1.1.6':
|
|
resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==}
|
|
peerDependencies:
|
|
'@emnapi/core': ^1.7.1
|
|
'@emnapi/runtime': ^1.7.1
|
|
|
|
'@nestjs/axios@3.1.3':
|
|
resolution: {integrity: sha512-RZ/63c1tMxGLqyG3iOCVt7A72oy4x1eM6QEhd4KzCYpaVWW0igq0WSREeRoEZhIxRcZfDfIIkvsOMiM7yfVGZQ==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
axios: ^1.3.1
|
|
rxjs: ^6.0.0 || ^7.0.0
|
|
|
|
'@nestjs/cli@10.4.9':
|
|
resolution: {integrity: sha512-s8qYd97bggqeK7Op3iD49X2MpFtW4LVNLAwXFkfbRxKME6IYT7X0muNTJ2+QfI8hpbNx9isWkrLWIp+g5FOhiA==}
|
|
engines: {node: '>= 16.14'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@swc/cli': ^0.1.62 || ^0.3.0 || ^0.4.0 || ^0.5.0
|
|
'@swc/core': ^1.3.62
|
|
peerDependenciesMeta:
|
|
'@swc/cli':
|
|
optional: true
|
|
'@swc/core':
|
|
optional: true
|
|
|
|
'@nestjs/common@10.4.22':
|
|
resolution: {integrity: sha512-fxJ4v85nDHaqT1PmfNCQ37b/jcv2OojtXTaK1P2uAXhzLf9qq6WNUOFvxBrV4fhQek1EQoT1o9oj5xAZmv3NRw==}
|
|
peerDependencies:
|
|
class-transformer: '*'
|
|
class-validator: '*'
|
|
reflect-metadata: ^0.1.12 || ^0.2.0
|
|
rxjs: ^7.1.0
|
|
peerDependenciesMeta:
|
|
class-transformer:
|
|
optional: true
|
|
class-validator:
|
|
optional: true
|
|
|
|
'@nestjs/config@3.3.0':
|
|
resolution: {integrity: sha512-pdGTp8m9d0ZCrjTpjkUbZx6gyf2IKf+7zlkrPNMsJzYZ4bFRRTpXrnj+556/5uiI6AfL5mMrJc2u7dB6bvM+VA==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
rxjs: ^7.1.0
|
|
|
|
'@nestjs/core@10.4.22':
|
|
resolution: {integrity: sha512-6IX9+VwjiKtCjx+mXVPncpkQ5ZjKfmssOZPFexmT+6T9H9wZ3svpYACAo7+9e7Nr9DZSoRZw3pffkJP7Z0UjaA==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^10.0.0
|
|
'@nestjs/microservices': ^10.0.0
|
|
'@nestjs/platform-express': ^10.0.0
|
|
'@nestjs/websockets': ^10.0.0
|
|
reflect-metadata: ^0.1.12 || ^0.2.0
|
|
rxjs: ^7.1.0
|
|
peerDependenciesMeta:
|
|
'@nestjs/microservices':
|
|
optional: true
|
|
'@nestjs/platform-express':
|
|
optional: true
|
|
'@nestjs/websockets':
|
|
optional: true
|
|
|
|
'@nestjs/jwt@10.2.0':
|
|
resolution: {integrity: sha512-x8cG90SURkEiLOehNaN2aRlotxT0KZESUliOPKKnjWiyJOcWurkF3w345WOX0P4MgFzUjGoZ1Sy0aZnxeihT0g==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
|
|
'@nestjs/mapped-types@2.0.5':
|
|
resolution: {integrity: sha512-bSJv4pd6EY99NX9CjBIyn4TVDoSit82DUZlL4I3bqNfy5Gt+gXTa86i3I/i0iIV9P4hntcGM5GyO+FhZAhxtyg==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
class-transformer: ^0.4.0 || ^0.5.0
|
|
class-validator: ^0.13.0 || ^0.14.0
|
|
reflect-metadata: ^0.1.12 || ^0.2.0
|
|
peerDependenciesMeta:
|
|
class-transformer:
|
|
optional: true
|
|
class-validator:
|
|
optional: true
|
|
|
|
'@nestjs/passport@10.0.3':
|
|
resolution: {integrity: sha512-znJ9Y4S8ZDVY+j4doWAJ8EuuVO7SkQN3yOBmzxbGaXbvcSwFDAdGJ+OMCg52NdzIO4tQoN4pYKx8W6M0ArfFRQ==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
passport: ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0
|
|
|
|
'@nestjs/platform-express@10.4.22':
|
|
resolution: {integrity: sha512-ySSq7Py/DFozzZdNDH67m/vHoeVdphDniWBnl6q5QVoXldDdrZIHLXLRMPayTDh5A95nt7jjJzmD4qpTbNQ6tA==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^10.0.0
|
|
'@nestjs/core': ^10.0.0
|
|
|
|
'@nestjs/schedule@4.1.2':
|
|
resolution: {integrity: sha512-hCTQ1lNjIA5EHxeu8VvQu2Ed2DBLS1GSC6uKPYlBiQe6LL9a7zfE9iVSK+zuK8E2odsApteEBmfAQchc8Hx0Gg==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
'@nestjs/core': ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
|
|
'@nestjs/schematics@10.2.3':
|
|
resolution: {integrity: sha512-4e8gxaCk7DhBxVUly2PjYL4xC2ifDFexCqq1/u4TtivLGXotVk0wHdYuPYe1tHTHuR1lsOkRbfOCpkdTnigLVg==}
|
|
peerDependencies:
|
|
typescript: '>=4.8.2'
|
|
|
|
'@nestjs/swagger@7.4.2':
|
|
resolution: {integrity: sha512-Mu6TEn1M/owIvAx2B4DUQObQXqo2028R2s9rSZ/hJEgBK95+doTwS0DjmVA2wTeZTyVtXOoN7CsoM5pONBzvKQ==}
|
|
peerDependencies:
|
|
'@fastify/static': ^6.0.0 || ^7.0.0
|
|
'@nestjs/common': ^9.0.0 || ^10.0.0
|
|
'@nestjs/core': ^9.0.0 || ^10.0.0
|
|
class-transformer: '*'
|
|
class-validator: '*'
|
|
reflect-metadata: ^0.1.12 || ^0.2.0
|
|
peerDependenciesMeta:
|
|
'@fastify/static':
|
|
optional: true
|
|
class-transformer:
|
|
optional: true
|
|
class-validator:
|
|
optional: true
|
|
|
|
'@nestjs/testing@10.4.22':
|
|
resolution: {integrity: sha512-HO9aPus3bAedAC+jKVAA8jTdaj4fs5M9fing4giHrcYV2txe9CvC1l1WAjwQ9RDhEHdugjY4y+FZA/U/YqPZrA==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^10.0.0
|
|
'@nestjs/core': ^10.0.0
|
|
'@nestjs/microservices': ^10.0.0
|
|
'@nestjs/platform-express': ^10.0.0
|
|
peerDependenciesMeta:
|
|
'@nestjs/microservices':
|
|
optional: true
|
|
'@nestjs/platform-express':
|
|
optional: true
|
|
|
|
'@nestjs/throttler@6.5.0':
|
|
resolution: {integrity: sha512-9j0ZRfH0QE1qyrj9JjIRDz5gQLPqq9yVC2nHsrosDVAfI5HHw08/aUAWx9DZLSdQf4HDkmhTTEGLrRFHENvchQ==}
|
|
peerDependencies:
|
|
'@nestjs/common': ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0
|
|
'@nestjs/core': ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0
|
|
reflect-metadata: ^0.1.13 || ^0.2.0
|
|
|
|
'@noble/hashes@1.8.0':
|
|
resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==}
|
|
engines: {node: ^14.21.3 || >=16}
|
|
|
|
'@nodable/entities@2.2.0':
|
|
resolution: {integrity: sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==}
|
|
|
|
'@nodelib/fs.scandir@2.1.5':
|
|
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@nodelib/fs.stat@2.0.5':
|
|
resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@nodelib/fs.walk@1.2.8':
|
|
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@nuxt/cli@3.37.0':
|
|
resolution: {integrity: sha512-Zj9NwHjEBzVrgezsgMFjpMhNqwNgROk9DzNi/dyfk1mCbXIRigV11br2xOl0Satek30bmv7oZAfMtCnDe6Ip0Q==}
|
|
engines: {node: ^16.14.0 || >=18.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@nuxt/schema': ^4.4.6
|
|
peerDependenciesMeta:
|
|
'@nuxt/schema':
|
|
optional: true
|
|
|
|
'@nuxt/devalue@2.0.2':
|
|
resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==}
|
|
|
|
'@nuxt/devtools-kit@3.2.4':
|
|
resolution: {integrity: sha512-Yxy2Xgmq5hf3dQy983V0xh0OJV2mYwRZz9eVIGc3EaribdFGPDNGMMbYqX9qCty3Pbxn/bCF3J0UyPaNlHVayQ==}
|
|
peerDependencies:
|
|
vite: '>=6.0'
|
|
|
|
'@nuxt/devtools-kit@4.0.0-alpha.3':
|
|
resolution: {integrity: sha512-ymp4jqS3hFfwRw8uDkv8cpu4kWvhQrX+S4jnA/oOc76s4AXf2HCZZJgrncKxh+txqi1NJj8nsQNBbaqRAo3g4w==}
|
|
peerDependencies:
|
|
vite: '>=6.0'
|
|
|
|
'@nuxt/devtools-wizard@3.2.4':
|
|
resolution: {integrity: sha512-5tu2+Quu9XTxwtpzM8CUN0UKn/bzZIfJcoGd+at5Yy1RiUQJ4E52tRK0idW1rMSUDkbkvX3dSnu8Tpj7SAtWdQ==}
|
|
hasBin: true
|
|
|
|
'@nuxt/devtools@3.2.4':
|
|
resolution: {integrity: sha512-VPbFy7hlPzWpEZk4BsuVpNuHq1ZYGV9xezjb7/NGuePuNLqeNn74YZugU+PCtva7OwKhEeTXmMK0Mqo/6+nwNA==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@vitejs/devtools': '*'
|
|
vite: '>=6.0'
|
|
peerDependenciesMeta:
|
|
'@vitejs/devtools':
|
|
optional: true
|
|
|
|
'@nuxt/fonts@0.14.0':
|
|
resolution: {integrity: sha512-4uXQl9fa5F4ibdgU8zomoOcyMdnwgdem+Pi8JEqeDYI5yPR32Kam6HnuRr47dTb97CstaepAvXPWQUUHMtjsFQ==}
|
|
|
|
'@nuxt/icon@2.3.1':
|
|
resolution: {integrity: sha512-ebx7Zp08eR0Mw3zFAh3aT+t5zC4RoI0Xf0wLEfbv23LIPUQ9fvxYpofNiNZdG9m96Fvc3pQu6v+NaCRbRYRRog==}
|
|
|
|
'@nuxt/kit@4.4.8':
|
|
resolution: {integrity: sha512-ZUlZ5iYfyfJFDPluhn6ZxFWcsuxWbLnZBc8w3MAROcQ4lYfZ+qFpALBLSNlpc0zhOa++33EE+5PEbOAdVIY+dw==}
|
|
engines: {node: '>=18.12.0'}
|
|
|
|
'@nuxt/nitro-server@4.4.8':
|
|
resolution: {integrity: sha512-cc1fxgSx34Htesx3JBO+hMhbqd6VljXDC06P+UOA5z53cR224TmEFYT/MUuZDkrtt4qLnSG8yq0IxhEM3NCUlw==}
|
|
engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0}
|
|
peerDependencies:
|
|
'@babel/plugin-proposal-decorators': ^7.25.0
|
|
'@babel/plugin-syntax-typescript': ^7.25.0
|
|
'@rollup/plugin-babel': ^6.0.0 || ^7.0.0
|
|
nuxt: ^4.4.8
|
|
peerDependenciesMeta:
|
|
'@babel/plugin-proposal-decorators':
|
|
optional: true
|
|
'@babel/plugin-syntax-typescript':
|
|
optional: true
|
|
'@rollup/plugin-babel':
|
|
optional: true
|
|
|
|
'@nuxt/schema@4.4.8':
|
|
resolution: {integrity: sha512-igfWuMF0x0Pmx/XwhPwH/bcXgbuwNnjUjqxCAsY6VQhmGKo0e9soJq3Q0ohj+rBkBfX6o2ysTP1/t2M82aK4qA==}
|
|
engines: {node: ^14.18.0 || >=16.10.0}
|
|
|
|
'@nuxt/telemetry@2.8.0':
|
|
resolution: {integrity: sha512-zAwXY24KYvpLTmiV+osagd2EHkfs5IF+7oDZYTQoit5r0kPlwaCNlzHp5I/wUAWT4LBw6lG8gZ6bWidAdv/erQ==}
|
|
engines: {node: '>=18.12.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@nuxt/kit': '>=3.0.0'
|
|
|
|
'@nuxt/ui@4.9.0':
|
|
resolution: {integrity: sha512-ufcG2UsX6/SMqh/oa4pIKM5AHDDK1ZWRTe6f4+Y5/xFUh1TBD25o4eb35BGFap16Uy/iIow1ih8g8h8wcw1Wcg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@inertiajs/vue3': ^2.0.7 || ^3.0.0
|
|
'@internationalized/date': ^3.0.0
|
|
'@internationalized/number': ^3.0.0
|
|
'@nuxt/content': ^3.0.0
|
|
'@tiptap/core': ^3
|
|
'@tiptap/extension-bubble-menu': ^3
|
|
'@tiptap/extension-code': ^3
|
|
'@tiptap/extension-collaboration': ^3
|
|
'@tiptap/extension-drag-handle': ^3
|
|
'@tiptap/extension-drag-handle-vue-3': ^3
|
|
'@tiptap/extension-floating-menu': ^3
|
|
'@tiptap/extension-horizontal-rule': ^3
|
|
'@tiptap/extension-image': ^3
|
|
'@tiptap/extension-mention': ^3
|
|
'@tiptap/extension-node-range': ^3
|
|
'@tiptap/extension-placeholder': ^3
|
|
'@tiptap/markdown': ^3
|
|
'@tiptap/pm': ^3
|
|
'@tiptap/starter-kit': ^3
|
|
'@tiptap/suggestion': ^3
|
|
'@tiptap/vue-3': ^3
|
|
joi: ^18.0.0
|
|
superstruct: ^2.0.0
|
|
tailwindcss: ^4.0.0
|
|
typescript: ^5.6.3 || ^6.0.0
|
|
valibot: ^1.0.0
|
|
vue-router: ^4.5.0 || ^5.0.0
|
|
yup: ^1.7.0
|
|
zod: ^3.24.0 || ^4.0.0
|
|
peerDependenciesMeta:
|
|
'@inertiajs/vue3':
|
|
optional: true
|
|
'@internationalized/date':
|
|
optional: true
|
|
'@internationalized/number':
|
|
optional: true
|
|
'@nuxt/content':
|
|
optional: true
|
|
joi:
|
|
optional: true
|
|
superstruct:
|
|
optional: true
|
|
valibot:
|
|
optional: true
|
|
vue-router:
|
|
optional: true
|
|
yup:
|
|
optional: true
|
|
zod:
|
|
optional: true
|
|
|
|
'@nuxt/vite-builder@4.4.8':
|
|
resolution: {integrity: sha512-54M/k6qVY85Qeoe1m/lPZ0SANGJEbI50r5uYgh3XT942ENve3K5Nk6TMYp8i5wGGC4TWvPea+1mlCrp8rjsXag==}
|
|
engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0}
|
|
peerDependencies:
|
|
'@babel/plugin-proposal-decorators': ^7.25.0
|
|
'@babel/plugin-syntax-jsx': ^7.25.0
|
|
nuxt: 4.4.8
|
|
rolldown: ^1.0.0-beta.38
|
|
rollup-plugin-visualizer: ^6.0.0 || ^7.0.1
|
|
vue: ^3.3.4
|
|
peerDependenciesMeta:
|
|
'@babel/plugin-proposal-decorators':
|
|
optional: true
|
|
'@babel/plugin-syntax-jsx':
|
|
optional: true
|
|
rolldown:
|
|
optional: true
|
|
rollup-plugin-visualizer:
|
|
optional: true
|
|
|
|
'@nuxtjs/color-mode@4.0.1':
|
|
resolution: {integrity: sha512-eiA7hWXi5zNHaYKyJFCGF6i0wFZtuvR7KDXZ6jiSvwxjCpRFwphrw0MOSmNfArTSSsT1wpW+/2H92cejeVfUlg==}
|
|
|
|
'@nuxtjs/opencollective@0.3.2':
|
|
resolution: {integrity: sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==}
|
|
engines: {node: '>=8.0.0', npm: '>=5.0.0'}
|
|
hasBin: true
|
|
|
|
'@nuxtjs/robots@6.1.2':
|
|
resolution: {integrity: sha512-1jEoIfhxl2goQ7hHyG4SGLnypK+N3N4oNEL7eTE7vO21+2yXcYqNUCUtm9E3CVFHz3X5wKzv7O83XV4daH9Ygg==}
|
|
peerDependencies:
|
|
zod: '>=3'
|
|
peerDependenciesMeta:
|
|
zod:
|
|
optional: true
|
|
|
|
'@nuxtjs/seo@5.3.2':
|
|
resolution: {integrity: sha512-oRHLfEBCHS6C0resx71ffAAE7XZWYEMvOzuCiXVZfP0cahIl0AIQdgrrvmFso1bxITHmrVXz5Gr++K5kpyuZXw==}
|
|
peerDependencies:
|
|
nuxt: ^3.16.0 || ^4.0.0
|
|
|
|
'@nuxtjs/sitemap@8.2.2':
|
|
resolution: {integrity: sha512-5tnNu0yHsh7J++epvQt7SLIfmFYqmr3tGuIgsI3yooXBtlDNhXt1+0hp6FZ2b+PocFOsxU22c98zzeucwW0Ydw==}
|
|
engines: {node: '>=18.0.0'}
|
|
peerDependencies:
|
|
zod: '>=3'
|
|
peerDependenciesMeta:
|
|
zod:
|
|
optional: true
|
|
|
|
'@one-ini/wasm@0.1.1':
|
|
resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==}
|
|
|
|
'@oxc-minify/binding-android-arm-eabi@0.133.0':
|
|
resolution: {integrity: sha512-D8M1+nqwLaACHZsld/t6f+cE4N97XOu5iQ88f1ZaYH4ptFzFrXo5N7wUKACTI4xmNUD+6W0Y4Apk5U2r8HLdBQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@oxc-minify/binding-android-arm64@0.133.0':
|
|
resolution: {integrity: sha512-dnQUJdpOEh/nZfQtvGGN61VcCCcPJ2aCm+ndl8GIA2lk2GpmIBgZ9h+phLVhgUFGt2es+2AQc0xvtK7RFNsViw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@oxc-minify/binding-darwin-arm64@0.133.0':
|
|
resolution: {integrity: sha512-K6+aXlOlsCcibpTiTitQYNXWGGwea0fEKF/kGHCNB+MNqOLCkdC7wesycaABYcXcyr58DhDoJnVb8E4Hq95iVw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@oxc-minify/binding-darwin-x64@0.133.0':
|
|
resolution: {integrity: sha512-BFEXHxYNwThyaO63p1VE5MOOXNGkHsHfkmajOCKXH40TfllTHQenXhpJ9mHDoF7EhaQjArpPjlDY88BuPjhurw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@oxc-minify/binding-freebsd-x64@0.133.0':
|
|
resolution: {integrity: sha512-oT5dbcXnS/cbpdXCpudAeVg/fqH1XnKhLUE/vkuRTuocjOd/GA2MoNMMhLWUvqNXO0xJnYmo2ISmDxShkItfOQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@oxc-minify/binding-linux-arm-gnueabihf@0.133.0':
|
|
resolution: {integrity: sha512-tJ3B+b7DOuTsIMXSmu5xHHCakrBqqcrp4COYd/lelOdDvkbFoDRGnwH91POUOSUEOI/WLzIMkDqAH2SZ3N2jhQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-minify/binding-linux-arm-musleabihf@0.133.0':
|
|
resolution: {integrity: sha512-XMUHfdilk1KTtOM2vA1bwDso07/wkLm/GgDOO9z/ioxrZoQyjXnJRW665VXa08z2BqEgwHRc1zH9p7s6sKPQbg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-minify/binding-linux-arm64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-UEff2jopbwJ4SndmxK06uqXrOpwWiJERJPdgDTBywwXP9QgW0p1YkQnBNt4+jK0I/hdLpbbyaCLLuUPKbaU70w==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-minify/binding-linux-arm64-musl@0.133.0':
|
|
resolution: {integrity: sha512-yqskeIapQvx7Tu/OLsepLPcGsHGzfYy9PX6gIbhaOHfF+LA2zHBKnKb587FGx+lQjHLQR0llfmoSuXQ6q2EN+A==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-minify/binding-linux-ppc64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-r7PnUNxRB9D/gQjCVeasoieJVUF48n43rvk/jYbGAw9sRfYGoEo/rOs0GyTZU9ttss8HzjBaerAbADbAL8K8vw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-minify/binding-linux-riscv64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-omXWC8I9lAMMjQIeadfItP5H4VDAiuU2BiVCtHMH3ktTbFq04sxscZhK4NFUUuw3fApDdXmfd7LW18q0JBHarg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-minify/binding-linux-riscv64-musl@0.133.0':
|
|
resolution: {integrity: sha512-LtFA3Hi8LVD/zuiPLKy9Aiz7N1IOj8rRhdXiW38GKQ9mAhj+Ko6IHGcTk2A7yNDA1DZBl7r+Qd4PEGWgVelPPw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-minify/binding-linux-s390x-gnu@0.133.0':
|
|
resolution: {integrity: sha512-rFsPDsT1j3beSInbrFukAAlTg101PcqdVMXDioR9AgJ1180tZ8s8D+pNDpQTRmPd3956mnpAE+Cs77Xoo/QZAQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-minify/binding-linux-x64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-xlrtAmDWZI8BEmsaXMYfblWuLIY5UnnRkit1VLkmVDb5ceZRZf4oEXK1QeYf5Z33dT0WK1Ek++P+TL/ZMCpyGQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-minify/binding-linux-x64-musl@0.133.0':
|
|
resolution: {integrity: sha512-kd36CDkTkZDMNfVceNTSfpWnitE1+GjZmzJCeq8yaxsgvs/MXg8aauI2RgFjElYZIHSMyZku4pQ7Jtl3ZEYI6w==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-minify/binding-openharmony-arm64@0.133.0':
|
|
resolution: {integrity: sha512-pI38dJBqfkNbFoL/GEarAzGDjKGVCZTdg0a8NKh1PP9GqWleXT6HLtXE4CZ+54e+2u68qVYVBwhbWAiRfwlUZA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@oxc-minify/binding-wasm32-wasi@0.133.0':
|
|
resolution: {integrity: sha512-AkLr+d+LLY4/55J/TrE0srNBUpZPzyU+cygdse7yZ9AhCndryNqe2y6e8naVK0TV7n8lxBd2OGGJAkho6blAkw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [wasm32]
|
|
|
|
'@oxc-minify/binding-win32-arm64-msvc@0.133.0':
|
|
resolution: {integrity: sha512-V92v7397t2073g+mSfaLHnPeoz6hA/1U4JNLeUBP87eWGZgVxDZ2qz3t3wFyYqXGJ/0VoEwdP8yrHLQQ7QzAOQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@oxc-minify/binding-win32-ia32-msvc@0.133.0':
|
|
resolution: {integrity: sha512-2DP5RbG/SSaRVtmuwgTH6Ati4+uuOJjoI88dQnC5hD0zCC90EVDXZSXyJQ5i/OxLE1UAy58Wo2DJot/OrUspzA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@oxc-minify/binding-win32-x64-msvc@0.133.0':
|
|
resolution: {integrity: sha512-PJ75c6PlBx87tau0W35J43eGCv4wrDmdZ+4ddTZAnGtZqEeCVsLdmDPOEMe2DepogqlSVUF2kGBWtnFUJ5c7Rw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-android-arm-eabi@0.132.0':
|
|
resolution: {integrity: sha512-KrLaPWa5c9Y7LkW+rKkaUE3y7DBDrQtaf7rlsSDfv6KAHUjgzAIRA761Lrrp6//Yd/Rlie/yEOt9YENCoJnOcw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@oxc-parser/binding-android-arm-eabi@0.133.0':
|
|
resolution: {integrity: sha512-l/44caGse+VpnY9gx0yvvc5QnnG3yG1FO3KZgYvNL1GZrfK86zIwAOgGEVlxDyRymzrU/KHiblPFpevKOmJmUA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@oxc-parser/binding-android-arm-eabi@0.138.0':
|
|
resolution: {integrity: sha512-hSYAD+F9W2Qh8SETMqBsQRx6YHvB4z+i/i36shlC7tfdZQauMs4vf3G/EQwKOkNlN7rkTiKINvsNmQb9q2MWcQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@oxc-parser/binding-android-arm-eabi@0.139.0':
|
|
resolution: {integrity: sha512-22EsXTA3Vc7OvrF4bfT48PFln2UbxkVgrp/Tm32qLw76Dv7SmcInfClJe6yPYamnli6HiqasnESZ5ezN+X4ybg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@oxc-parser/binding-android-arm64@0.132.0':
|
|
resolution: {integrity: sha512-SThDrSeamB/kG2+NxcJ5/wSLcV6dUqDknrPLqFYQ0ST/55mtBP4M7Q/f3QbubH6aAd11wpzZn/nwbVRSdobOpg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@oxc-parser/binding-android-arm64@0.133.0':
|
|
resolution: {integrity: sha512-KUHmPMziLBp4u+zbrLdB7iWS7KshuZe+RAp7ELnY9SI9nNXBZ+dp8fiBqWOxhXqn+FQg3a4UcQhwmsJOKV8Jjg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@oxc-parser/binding-android-arm64@0.138.0':
|
|
resolution: {integrity: sha512-Ns5LLTp8cVyP8DsYqD482h0HE84xiGYRgtm7g4LtTinq209NAiMF768e/8r2NHaa0UMirS5mrT1m1VwiVmBi4Q==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@oxc-parser/binding-android-arm64@0.139.0':
|
|
resolution: {integrity: sha512-uASQkZV+CUQ6xXvoMzDQyfhd8OMusdv2FyCPfAi5ZDYptesapJlw7erhpGi1Lc+U8QjQV2JUrIh7d/3su2LzmQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@oxc-parser/binding-darwin-arm64@0.132.0':
|
|
resolution: {integrity: sha512-Lc0f/TYoKBghE5/2Gsv7bLXk+TJZunx2Tf61X8hG4ARXdc8UYI26dCGccFSd1AyFbK3jfaNXtMnupggDbjPXdQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@oxc-parser/binding-darwin-arm64@0.133.0':
|
|
resolution: {integrity: sha512-q8dWmnU/8ea2tga9w2f1PinQ5rcMPDUGkF64T189b65YMjUomET4oy5oRldOr4AwOQkneOG/Zttnz1Dvrc62wg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@oxc-parser/binding-darwin-arm64@0.138.0':
|
|
resolution: {integrity: sha512-Yka0m4YhKUHBIZufafSLAeO+DUrfHPtNXBlZSj7DxshquIl41x/a+i/MbRnbOy8heuLiYU1STa6h0FAAzT7Pbw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@oxc-parser/binding-darwin-arm64@0.139.0':
|
|
resolution: {integrity: sha512-vuQOv2WF5pZCkdSPEExul98o853M3MCR24DpWsGrUoPJu5KcnGE34kLXY2yFwBwZwT+eN1x40Tt4q6ZzlEdNUA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@oxc-parser/binding-darwin-x64@0.132.0':
|
|
resolution: {integrity: sha512-RG2eJIpf7C21z9HSSXFw1bTArdpKe7Y4fwcJTwRq1yCSe1vSavaN9GA1sm9KqzemTLAGVktQ+7qBTGp0vQeUZg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@oxc-parser/binding-darwin-x64@0.133.0':
|
|
resolution: {integrity: sha512-cOKeIELIB2bJnCKwqx4Rdj+1Lss/U6uCbLxRySZrhyOOQa1flKhwZFjEHRHxk8fU1NKmhK5OnTdPQ4CpjuFuVw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@oxc-parser/binding-darwin-x64@0.138.0':
|
|
resolution: {integrity: sha512-MWLUZZzmNRUqTWueZF27ncreaZ1wZ0gboWL2QMPxRQA2xgOmBPlGg2H9pAKJSPBlwEHcWa9TdWRiehAS+yls8w==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@oxc-parser/binding-darwin-x64@0.139.0':
|
|
resolution: {integrity: sha512-zxZB8ChS+7XactZhcyxQ292P/DNiiBaPPKYiVUlb3RC0V/hme5bokNubjcmEmbW9uTfmqLTpveAdkbe66H3pGg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@oxc-parser/binding-freebsd-x64@0.132.0':
|
|
resolution: {integrity: sha512-wQIPntPLtJ8NcBpvKPbEv3NqzV6k8eP8tP/jE9Rg8HTg/j7urZGFSsTCPCW5k77Qfw2DM4vRvc9p3I4yq/Shvw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@oxc-parser/binding-freebsd-x64@0.133.0':
|
|
resolution: {integrity: sha512-OpaSv4pW3KgFrMYQxTaS0aOE4T1DQF3qZE/4B6uqqv1KgPWWd4UQhJALi8PJPX1RRV5K7ThKXRfF7qGg2+3l1A==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@oxc-parser/binding-freebsd-x64@0.138.0':
|
|
resolution: {integrity: sha512-Vae5tzsrzZ/lCDVCZUMi/vzSiiHEgcOEfsyIfWOHmjZ2ji+gT+n96T757yX5/f7/7JIJuiannAHJKV5ARaF6ng==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@oxc-parser/binding-freebsd-x64@0.139.0':
|
|
resolution: {integrity: sha512-iw2MsoCPBQwdJqywRAGsF1jEAcGoZ+DeG2LVzt5pdUvRHqajsMF46BH0rHiWoWtMwcMSia+oQYga7fHo7u7Bcw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@oxc-parser/binding-linux-arm-gnueabihf@0.132.0':
|
|
resolution: {integrity: sha512-PixKEpeSe3yxQWqNyOCBALRYc72+Tj7ILDofUl3iXo25cVOzLA6jHUhmOINRtWIPh7dbUie3QNeabwaQpZTw6w==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-parser/binding-linux-arm-gnueabihf@0.133.0':
|
|
resolution: {integrity: sha512-JGK1wlGrGwxBIlVSF7KWTX1/ru6BEtf28fRROztDRkLfiW+Kxa4onnriezMIiogfn9hVw2KzYcKiLjkLR2ns8A==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-parser/binding-linux-arm-gnueabihf@0.138.0':
|
|
resolution: {integrity: sha512-qkU8wv5mYexrCw0X4DHFgxGbRScwGLIIKUkHXU7xXEiLoMnQzELak2gujxfa9GFrlEgPjbyLUDFHWm67Zs38ng==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-parser/binding-linux-arm-gnueabihf@0.139.0':
|
|
resolution: {integrity: sha512-SwjD/k3Y5bwGJWOH313VyaDrAuaYg1Pe+4AAXCgUKvSO5IHkj+mZ0oFcOWmB5nTuOM3uwdT+leL8h4OnFlI5hw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-parser/binding-linux-arm-musleabihf@0.132.0':
|
|
resolution: {integrity: sha512-sCR+DzGHlyHKnbA2z9zWjTUhIo8Sy0enJl4RDsBwPmkxYynPatpwOAWe8W5127SlW0boqUWHGtr1NWn5UwIhXQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-parser/binding-linux-arm-musleabihf@0.133.0':
|
|
resolution: {integrity: sha512-yuZO533Ftonxn/iyoqQzURzLQHMspvsIyfiCSNi1t/ER4eIQaR0SsmUOUm5b/lmSig7IWIUa5/BrbEkAPwcilQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-parser/binding-linux-arm-musleabihf@0.138.0':
|
|
resolution: {integrity: sha512-3HgULIvoDV7h2ZfVYzxQwOSOJnAjMwYmyUBzndNuLRGgBNI549ED0P6AGmN9y2TnSvrwJ+Q8zqdxqssMnGXitA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-parser/binding-linux-arm-musleabihf@0.139.0':
|
|
resolution: {integrity: sha512-qbeygDkcvailKFhphb2YGMMXsaZIynHlPtoOrcx4NZB/tRbUKraCCMbw8dPeFtEKasfS2qWh1VnReY+Lcys1zA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-parser/binding-linux-arm64-gnu@0.132.0':
|
|
resolution: {integrity: sha512-sQBix5P2cW+IpzTcCwYxnh9yALrKSIkKJThspBvMGcygSMnbzkSvhN7SfuX1hvBk8y1XEChsdkU3ET0V5DmzUw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-arm64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-hvpbqT5pN2rR+3+xtWeizwfR/aZ0vGceg6TqYMl+ToxMpk9/tmnX7kSvQnfEUkoua8mhogzvIKsAkn0wxgblBA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-arm64-gnu@0.138.0':
|
|
resolution: {integrity: sha512-pIonbH2p0KLCwz4CNPCi0xGqci4numpMQDCLJwLfsrEky7NUuByKDFhCjzE0E7vR3aj/lBjyMoTskHBo/qSg8g==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-arm64-gnu@0.139.0':
|
|
resolution: {integrity: sha512-SrlL02KeImKlvx/9rCeopOLH7qKI3rqKKEguK6KBwVwEGLhV/A47dW4DNigf6/LFhrwoovaiayEQryjYAI86dQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-arm64-musl@0.132.0':
|
|
resolution: {integrity: sha512-WozHg3Kc//8Sk756HXXgMbEAvqtG+Lzb9JOojwQzIGDtN78Az2dLttkb71akWYUF/8IgYfDSlfKh4Uot8is5Vw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-arm64-musl@0.133.0':
|
|
resolution: {integrity: sha512-wJQGamIosQBoJHW9+S5XxrtKRo3eyJxsnS1XCPrqN0LHi8uw1pTqqTfn3t/NVuvbBg7Pumn4ez9Eidgcn0xbEg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-arm64-musl@0.138.0':
|
|
resolution: {integrity: sha512-cT5L1Xz/5m6Ga1hD3922gLc+fePOauJZJdApPTI/2Vu0EmYo62uHG9V5Dq65hhgU9TW10oDi2840y9cGdd7BIg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-arm64-musl@0.139.0':
|
|
resolution: {integrity: sha512-u9e884ChAVRmIZ1jr/m46S96FoDQnruFjISLi4Y0i6Wu/JUUmIiw7+umLyXILJsPfUuqnN5BJLe23t07+Y6+IA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-ppc64-gnu@0.132.0':
|
|
resolution: {integrity: sha512-CmX/ulNBOEwWTyVRmcpYKAcAizW6+OjtLJgo7fXoL9OqQvjF4VER8tPomv44vwzfSCy1BHbsB0ZlZYzYJNj4cA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-ppc64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-Koaz32/O5+abIfrNGdyndgRvdOZ9jEf5/z3Ep9h3h2QWpdDiUQpVwgH0OcMXCs+l9aXxPLtkupqyVig9W6FDKw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-ppc64-gnu@0.138.0':
|
|
resolution: {integrity: sha512-hKy/vvejKk3LNE/FsRbekWejLa046//TnLWtSo7ur29NIsNbSIvnOVYIirSVC7fsd6NO8UFzwDdcoZfCyBvSBA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-ppc64-gnu@0.139.0':
|
|
resolution: {integrity: sha512-Z9tU2b3GJfAXOdirQmz4gZQkQkVjy53i77gf91l0733MQKa/qtk73KQQE2GzDtMqim+HyjpzvemmqzBtH2IJUA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-riscv64-gnu@0.132.0':
|
|
resolution: {integrity: sha512-j9oQS+hM90SdhviNGWbPgT4+Rlq+ac++q/zjgwPD1mVHgxHzATvoRGtDx0sXGmFOQ9J9YkwAhYGb5MAHL6TAsA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-riscv64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-R4vOjWzxhnNWHnVLeiB6jNuIifdy9vcMXZGPc7StXcxBovI+U2zg1QhZ9o8OjV80oGivs1lX5NfPLzk4IPqlRA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-riscv64-gnu@0.138.0':
|
|
resolution: {integrity: sha512-bh6tjNGq0v0b9GAMu0pTv/YpTqepCFy0TIOtQHm8+41fZwLXTaB6xiEWVUSarNCXqc5kyzYcH6EOfwW1sJxJOw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-riscv64-gnu@0.139.0':
|
|
resolution: {integrity: sha512-RyUbr7hzPK84YDWKs77PRYk9VBwWbsbuYsQzQWiSmLnARXTg2zntLPGfCH/1wpfUYdmGkp/6SsqTXSsYdw9Jgw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-riscv64-musl@0.132.0':
|
|
resolution: {integrity: sha512-bLz+Xi+Agnfmd7kWPEsSVwCn2k4EyIalZkNBcQ0OGIv9rqn8VgCPLNd03tM9mKX/5TdlvDXalz0q71BIrOPNqg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-riscv64-musl@0.133.0':
|
|
resolution: {integrity: sha512-iwgBNUTHiMdxARLYuM0SBlnYeb19iw1Ea5M+4ERZupCsBMLArti6FyZ6UfFjJxIiTDr2oW2DGQFxlQVQ/dW9rA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-riscv64-musl@0.138.0':
|
|
resolution: {integrity: sha512-HhOkddcClSTtTxY10f/mACblKcQdxWy4lYYwX12G23j+S5eiJ5y1kpo1r7kKng+2bdnCBO+lCDWOVVc9kVl9+g==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-riscv64-musl@0.139.0':
|
|
resolution: {integrity: sha512-dcQhjtcDvtR8BgkUpt03Yz5SzxdzYvTigenIJOEsiSX6G2t6yybEMxGWjp0dOuYGror0BaqcZfTyXR58amCEig==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-s390x-gnu@0.132.0':
|
|
resolution: {integrity: sha512-U6t2qbJU0ypTfyj9QV3W1Y6mITDTL8ai/OR6NUn85vyHthOvobKWgXzU4tu0EskSzlpuVFz1g0jFGulDIUKHxQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-s390x-gnu@0.133.0':
|
|
resolution: {integrity: sha512-ZwZNo8FZmB/gVfboQl+wXilBigGl+6nQQs+nITOeAP/HcAOjiHl6XZJL9F/KXNEspODQcbjAiyjUbeCJd9a0fA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-s390x-gnu@0.138.0':
|
|
resolution: {integrity: sha512-5mi+wtbeJiEa4waGG88EcEGgJBBNJdDeIcayPPcrLNMXbCrgdtbb80q0Nrat7A8NglLUVzhuTAAp7K6PjmUO8Q==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-s390x-gnu@0.139.0':
|
|
resolution: {integrity: sha512-iuGrxysV4rGUymdKpn7bgZQ6Vix8Bi/6D/rp71HYIzphq6NKrsBhsGOYsSZte+uBFL43tXh7Xr7TM72sGliJNA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-x64-gnu@0.132.0':
|
|
resolution: {integrity: sha512-WcEaSNHFk8yz5YFlQQAlhq6jOFmZBB/RKE7uzhyCIf+pF1Lmv9gUH4221mle2Gd9iHyWT3ySNph8yZgb1xYdWg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-x64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-govCvWx1dBlED3uu4qXctxpRcouu9I8Kn+DBktGCl760JtlGJzc9l/OmPJKlYWSbrRqKkMZehNeZ/4Wfma7uSA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-x64-gnu@0.138.0':
|
|
resolution: {integrity: sha512-ckbq3AMI7lI8AhQtE8KdqYRmzmzwKfCU12QN/PBKXO72PfWdvvZQN0hFShDX/XRNsPqjddLmvXaQMT3zfYtNlw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-x64-gnu@0.139.0':
|
|
resolution: {integrity: sha512-NxJdZZyaa2JLLvNfH/iJQXfCNfKcPMylwY4ObMpBVmW4Nq+RyUpVVQXrMMelcQ6rwx3nuhF1Iga8n+eoAKGCIA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-parser/binding-linux-x64-musl@0.132.0':
|
|
resolution: {integrity: sha512-iQrV4iJzQgRwK3BWRmQl1C3C6g3wYpXN2WLdQdyR+efoUnncdShZAVp9OgcojtlD3MDRbuOMGG3SjxF4fL4nlQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-x64-musl@0.133.0':
|
|
resolution: {integrity: sha512-ssTlpXD5Mq9uCssDJPzlRWqBt4Y7Zzd9i+XZhWmK/9Y6KUIuAxVYTYiI8lxcGWi0+3/Cz4A8q9UrD4NK9Y2j7g==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-x64-musl@0.138.0':
|
|
resolution: {integrity: sha512-JrCOzHO9BYEs5Xz5JHYBxSc/hYKxfXUj5QQb64sERSbkQot6+KEgMTOR2C9hLrhaqOui65OYcFyTTS+YxXDtnA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-linux-x64-musl@0.139.0':
|
|
resolution: {integrity: sha512-ePxBvvtzISmSsJ0RIj8FNikSCn58i1jtccj7XR4U9Li4iSzhkFyYlnJ51cQTUwkairz8WMTD4SpKoot8RyTnQA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-parser/binding-openharmony-arm64@0.132.0':
|
|
resolution: {integrity: sha512-FWzmUGrZ6GUby4U7WIwcCtab6tdmlTO3xTRRKyb5kjIJVEiaUAT8animUG/nK8ZCA8gkRkPOTId4rl6uTqUmJQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@oxc-parser/binding-openharmony-arm64@0.133.0':
|
|
resolution: {integrity: sha512-51aByfXhPtLEdWG4a2Ihdw6cPWV1ei1AarALpFdDP8MLWDLE2NuUMgbo3DERR2Kt8fT/ok1GUvBiLxVGke9uUQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@oxc-parser/binding-openharmony-arm64@0.138.0':
|
|
resolution: {integrity: sha512-eASMMfOOIfLHkWJRPSu8llByvVRM+c1M/lh18KjsjELM3y10+7B5iBbbrht9LdtsJXQ+mRuP/lJ7UWe3Ok3ehw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@oxc-parser/binding-openharmony-arm64@0.139.0':
|
|
resolution: {integrity: sha512-b/c2+mPXMOxG5x16n8yf9cjor/ntQQScmYnSmLEWIWJ4rfXd5dokMxx0kliSLA+YAGq6DD3K9BWi+aFXHiiV1w==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@oxc-parser/binding-wasm32-wasi@0.132.0':
|
|
resolution: {integrity: sha512-TlbMppxJI5CjWDes0QaP6G3aneVg1yikBu5QYI+DUShF9WDL66ccgKFNNGmi/Wybtszw6hxwAvv76T4DaPKnHw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [wasm32]
|
|
|
|
'@oxc-parser/binding-wasm32-wasi@0.133.0':
|
|
resolution: {integrity: sha512-2e16tkKp+wDO2GTAmXfxbBcCmGEaFPIJEIRBBmVKNVXSc8/fJsSIaBGyFTPHM9ST5GNWgJcYIt94rDTks+PLwA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [wasm32]
|
|
|
|
'@oxc-parser/binding-wasm32-wasi@0.138.0':
|
|
resolution: {integrity: sha512-BnTCO87Iwc57NufXS7vcrkrmpN+daeCeYr1+/xgPT6HjwNs0lBmJYeFrcOs4WkNN8yscdd6Rc4FxWh3+59hAFw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [wasm32]
|
|
|
|
'@oxc-parser/binding-wasm32-wasi@0.139.0':
|
|
resolution: {integrity: sha512-rNU0pO+/CVPC2qZ+xtX5R2cOje9Q75q3UkfgwUCPlplqxMv6Iffd5tMPGVMCLGnPINxPlmi0WPsW94HltbYvfQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [wasm32]
|
|
|
|
'@oxc-parser/binding-win32-arm64-msvc@0.132.0':
|
|
resolution: {integrity: sha512-RH/NbFjGKqdUAUi7Oh3LQPxUk2hsWFEEQ38HSnbRQT8QjBZFKqL1fMbmsB3N4jy/KPh9iX94+9dmkEMBBbambw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-arm64-msvc@0.133.0':
|
|
resolution: {integrity: sha512-KPTNDKbxH1cglrqTyVeXHb4Pk4oksz8EcE1/v8zqU7N4UXbiHfA/IwtXZ2U77fnRAWBbgVkl/lZbL7o3hRdejg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-arm64-msvc@0.138.0':
|
|
resolution: {integrity: sha512-+Zi47boD2wKNL0hOA47Vkwk6njMZ8sOsr4Geu/56EUtlooDh9crNOU41U6bXGS0UjC4Y72HtRA1iuB6qx1ARUw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-arm64-msvc@0.139.0':
|
|
resolution: {integrity: sha512-JPEmfncZfqAFiGsAN6UZSMIBqnG8wn8buywRacFOWjP+9dZwcs03SsBp4tmyjM/4l/VoH/IuThrW1Jof3OyQUw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-ia32-msvc@0.132.0':
|
|
resolution: {integrity: sha512-JUr4jQY9jxoIB/YTLXr6XofSi5xikj6p5/Ns1h0VOBDT0j1jKU+kMsv2xxv51RwnETcXpA1Yw/9oUAfcqfaqEA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-ia32-msvc@0.133.0':
|
|
resolution: {integrity: sha512-Una1bNYv9zCavQrfnDR9wuZVB3itLjCEH4Oz7i6CwAJN/Xq9b+zbbcxmvdkKvvJt4Ngc/MBmIYlbLo3zS4TQ0A==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-ia32-msvc@0.138.0':
|
|
resolution: {integrity: sha512-SYcV674Wi2WuoBefUFgf0PBMNlZe5IF0YZ0TnP7DK+EusMVpEWq6iz+7r64svjAb7vjthzlas0FUCSlz8YkqYg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-ia32-msvc@0.139.0':
|
|
resolution: {integrity: sha512-c06dWBwEnFHof5JN7T9/ts23uATXS9czPEBO60d4xnjH2Am29Bo7OGKdVHRmcWQnw0OBxlTg9fIEXAvtcwOBfw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-x64-msvc@0.132.0':
|
|
resolution: {integrity: sha512-2dapgHpA5X8DSXF4AU36hJWYf6zP0tKjMXFRAZFBD62pkevW/uhFDXoFH9Y/3Fd2EtDrw5ByNnR1wVE9X9y0SQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-x64-msvc@0.133.0':
|
|
resolution: {integrity: sha512-kjBhCiOGSYTwDJQuuZa7a94JbP8htWu7J0X1KwH74kV2K5eYf6eyJRYmkpCDvr0XEL8tMxYI4WU1VekblFCLgg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-x64-msvc@0.138.0':
|
|
resolution: {integrity: sha512-QZplnCxS4vPe4StAVBtvD2bW3pELlidf0Ek6iQ/HHiCjbEtrs5pFZZfLAoPhKLJyDzyxoGAdic9bSIYrJYTZcg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@oxc-parser/binding-win32-x64-msvc@0.139.0':
|
|
resolution: {integrity: sha512-bI3/44urQjW/D495JPXe+c9d+4Q+ONi3DvDNnzwRZYTWHZ3hAlFdmirYK4mzhTfCZiAly02EbMYir7QGU+9O2Q==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@oxc-project/types@0.132.0':
|
|
resolution: {integrity: sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==}
|
|
|
|
'@oxc-project/types@0.133.0':
|
|
resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==}
|
|
|
|
'@oxc-project/types@0.138.0':
|
|
resolution: {integrity: sha512-1a7ZKmrRTCoN1XMZ4L0PyyqrMnrNlLyPuOkdSX2MZg7IiIGRUyurNhAm73ptDOraoBcIordsIGKNPKUzy3ZmfA==}
|
|
|
|
'@oxc-project/types@0.139.0':
|
|
resolution: {integrity: sha512-r9gHphtCs+1M7J0pw6Sn/hh/Wpa/iQrOOkrNAlVLF/gHq+/CJmHIWKKUUhdWjcD6CIa8idarspCsASiXCXvFUw==}
|
|
|
|
'@oxc-transform/binding-android-arm-eabi@0.133.0':
|
|
resolution: {integrity: sha512-2A79NBpyBKgHJ0FwgC8D1hzp3x2ujyvqq/kG+M76YyDMMkxLhX6A3vjnAnfEKycOoZxuKhwYu8BF9hKq67ykIA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@oxc-transform/binding-android-arm64@0.133.0':
|
|
resolution: {integrity: sha512-dynEph/hyoSgBzd2XbNlW37NK97nU6tZMs5jrhObUxSasBV/Gv9THZrWj9AlbWiMXR07WFYE82C9axjntYyBSw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@oxc-transform/binding-darwin-arm64@0.133.0':
|
|
resolution: {integrity: sha512-4hGgKOG+dZSN3xjcgNWpcihekRG7/YbbAdjyz07yv0HjzA6kdqYAhGrn84374UPO2h6etYJwsCBoM9iJHHvJ8w==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@oxc-transform/binding-darwin-x64@0.133.0':
|
|
resolution: {integrity: sha512-7J11/9PFkznmKuANkCAjt3znV1BcDFXQSgDiBvDxXT3Wm6995/zxrJD5zmo+5XSgY4sm+2V8/ED6ZSD3mKOC5A==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@oxc-transform/binding-freebsd-x64@0.133.0':
|
|
resolution: {integrity: sha512-5EMAO0vzCpUfhn6aSjIUeJeRI2ztevHwSVr/M8sZ2VBYc79UuOfjjMCQ67LtUbgpvQtpBWkzeAHCP3L7JFYmlg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@oxc-transform/binding-linux-arm-gnueabihf@0.133.0':
|
|
resolution: {integrity: sha512-z6XT8tmo9sPmCIYaFIxDelBU4wXLwwWMX2VNCMIY6bkQp5r+kRtVXYS3yLbJHMKEhRKvw/g+Z7fO9aadsGGEAw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-transform/binding-linux-arm-musleabihf@0.133.0':
|
|
resolution: {integrity: sha512-GQDpEV2VhHG8hT5BviDv+emi9oHYhfv+JJJWROYp+eGgWjiQMp4QZVb6Bu3kwVMzkwy0r200ToA1KThYTq53ug==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@oxc-transform/binding-linux-arm64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-VstR+NEQAJb80ysWk2vPjEvg0JzwEjKn2hDbC/joa5zGXkCnVVCWgAGG8c6o23S981a7XRpCMcClBgeD1q9H2A==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-transform/binding-linux-arm64-musl@0.133.0':
|
|
resolution: {integrity: sha512-Ec7xJdDrnukgiz20E3iDNzAIgx1XXn8cVVsNNUpgEIAvNlXZaocqlQT8Zalk0Lv3fbkxcJ+9BuWB0ndBRHQtzg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-transform/binding-linux-ppc64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-6YX38grimcigz20eYpyz6e4c9rDKzwK3i+tcDpgwYj0bWreaAOwrABmSmKplPJOorkDVlbT69wPCN+d11irBQw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-transform/binding-linux-riscv64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-WxMIzItRJR66lgaAyyqj0FFwLMpcuCV9mTFcUMQpIz8+Hey1Enk8xuv+7QpSsqCR5zRlwNr092dsFkz5cbvtrw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-transform/binding-linux-riscv64-musl@0.133.0':
|
|
resolution: {integrity: sha512-+x6dnO87986rjVNjcF0tg8wVS0e/SH8nzLa/X0Wsh7jtEniN7buvR8iqZm8pnsfaZ8DH5F4GCSZpoPRrd9jJ6w==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-transform/binding-linux-s390x-gnu@0.133.0':
|
|
resolution: {integrity: sha512-oEyQudXIwWM/+v0vZzPbAi25YMWyvjtQYYjuSrhMEQwe7ZEMDXscX7U1j6alrVdZq2DtCMeror3X/Dv7p/JUwg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-transform/binding-linux-x64-gnu@0.133.0':
|
|
resolution: {integrity: sha512-G8P/OadKTbyUHz5TK63sDDtUHwn2SXG/o0oGo4GGTzBu70xmUSN5/ZUgpyl6ypAmbshoyw8nC7+msb3BjzHxaA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@oxc-transform/binding-linux-x64-musl@0.133.0':
|
|
resolution: {integrity: sha512-Oi/fyOzZ+aytmmsRND5pGgvux4n++v9cG4qNFiXj7qFwSqBKWZHBq7cJLXqbH1I81pyI3kvU1Za+1qk3afXuwg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@oxc-transform/binding-openharmony-arm64@0.133.0':
|
|
resolution: {integrity: sha512-/ZElgq+/tcga27X2G2AUpxcYX0baX94Gz658w6Zz2P+6Kr06bfYSrdtC0P7oPrbu3Gy/6kpiSoJPgZy8R2IjYQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@oxc-transform/binding-wasm32-wasi@0.133.0':
|
|
resolution: {integrity: sha512-GANcoEa8Nzza7saxdb4qWO24U6jk4nK6G+g87lGp8TTU45CUvWf1Igdze2+NrebgiwOy6F1/h6Esag4DM3JTtQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [wasm32]
|
|
|
|
'@oxc-transform/binding-win32-arm64-msvc@0.133.0':
|
|
resolution: {integrity: sha512-2+uDo/+ZvGQu10J8xryg/l5PdBt2vXPtf+0aIosVKJavqCaKcBDdo95OUaEulx0bqvoytAQ4yyz2gcPZ40mjcQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@oxc-transform/binding-win32-ia32-msvc@0.133.0':
|
|
resolution: {integrity: sha512-zpPIZ1S3JHmSEFyyGyPYCwhOiNLyfaPifYxK8BQY21JXyHglu/wUr3/ESFrXb+XegEy/iBlWbzr3FzPtcq1MUw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@oxc-transform/binding-win32-x64-msvc@0.133.0':
|
|
resolution: {integrity: sha512-cADrfLvc/VeyvpvQS+t5ktqfyqyyGANZC5NHp++JAElacfXqq/+k8bYkjqMWzNZ3HxkJtL1qDHfZZCA9+4hlSQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@paralleldrive/cuid2@2.3.1':
|
|
resolution: {integrity: sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==}
|
|
|
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@parcel/watcher-darwin-arm64@2.5.6':
|
|
resolution: {integrity: sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@parcel/watcher-darwin-x64@2.5.6':
|
|
resolution: {integrity: sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@parcel/watcher-freebsd-x64@2.5.6':
|
|
resolution: {integrity: sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@parcel/watcher-linux-arm-glibc@2.5.6':
|
|
resolution: {integrity: sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@parcel/watcher-linux-arm-musl@2.5.6':
|
|
resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@parcel/watcher-linux-arm64-glibc@2.5.6':
|
|
resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@parcel/watcher-linux-arm64-musl@2.5.6':
|
|
resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@parcel/watcher-linux-x64-glibc@2.5.6':
|
|
resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@parcel/watcher-linux-x64-musl@2.5.6':
|
|
resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@parcel/watcher-wasm@2.5.6':
|
|
resolution: {integrity: sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==}
|
|
engines: {node: '>= 10.0.0'}
|
|
bundledDependencies:
|
|
- napi-wasm
|
|
|
|
'@parcel/watcher-win32-arm64@2.5.6':
|
|
resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@parcel/watcher-win32-ia32@2.5.6':
|
|
resolution: {integrity: sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@parcel/watcher-win32-x64@2.5.6':
|
|
resolution: {integrity: sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==}
|
|
engines: {node: '>= 10.0.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@parcel/watcher@2.5.6':
|
|
resolution: {integrity: sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==}
|
|
engines: {node: '>= 10.0.0'}
|
|
|
|
'@pkgjs/parseargs@0.11.0':
|
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
engines: {node: '>=14'}
|
|
|
|
'@pkgr/core@0.3.6':
|
|
resolution: {integrity: sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==}
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
|
|
'@polka/url@1.0.0-next.29':
|
|
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
|
|
|
'@poppinss/colors@4.1.6':
|
|
resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==}
|
|
|
|
'@poppinss/dumper@0.7.0':
|
|
resolution: {integrity: sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==}
|
|
|
|
'@poppinss/exception@1.2.3':
|
|
resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==}
|
|
|
|
'@prisma/client@5.22.0':
|
|
resolution: {integrity: sha512-M0SVXfyHnQREBKxCgyo7sffrKttwE6R8PMq330MIUF0pTwjUhLbW84pFDlf06B27XyCR++VtjugEnIHdr07SVA==}
|
|
engines: {node: '>=16.13'}
|
|
peerDependencies:
|
|
prisma: '*'
|
|
peerDependenciesMeta:
|
|
prisma:
|
|
optional: true
|
|
|
|
'@prisma/debug@5.22.0':
|
|
resolution: {integrity: sha512-AUt44v3YJeggO2ZU5BkXI7M4hu9BF2zzH2iF2V5pyXT/lRTyWiElZ7It+bRH1EshoMRxHgpYg4VB6rCM+mG5jQ==}
|
|
|
|
'@prisma/engines-version@5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2':
|
|
resolution: {integrity: sha512-2PTmxFR2yHW/eB3uqWtcgRcgAbG1rwG9ZriSvQw+nnb7c4uCr3RAcGMb6/zfE88SKlC1Nj2ziUvc96Z379mHgQ==}
|
|
|
|
'@prisma/engines@5.22.0':
|
|
resolution: {integrity: sha512-UNjfslWhAt06kVL3CjkuYpHAWSO6L4kDCVPegV6itt7nD1kSJavd3vhgAEhjglLJJKEdJ7oIqDJ+yHk6qO8gPA==}
|
|
|
|
'@prisma/fetch-engine@5.22.0':
|
|
resolution: {integrity: sha512-bkrD/Mc2fSvkQBV5EpoFcZ87AvOgDxbG99488a5cexp5Ccny+UM6MAe/UFkUC0wLYD9+9befNOqGiIJhhq+HbA==}
|
|
|
|
'@prisma/get-platform@5.22.0':
|
|
resolution: {integrity: sha512-pHhpQdr1UPFpt+zFfnPazhulaZYCUqeIcPpJViYoq9R+D/yw4fjE+CtnsnKzPYm0ddUbeXUzjGVGIRVgPDCk4Q==}
|
|
|
|
'@quansync/fs@1.0.0':
|
|
resolution: {integrity: sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==}
|
|
|
|
'@rolldown/binding-android-arm64@1.1.5':
|
|
resolution: {integrity: sha512-lZg8fqIv2v7FF237bwMgzGZEJvGL79/s5knJ/i6FmsGF4XXlzccZ4jb+TrFIxtSSxFtIpdsgrPZeMk1I9AFcyQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@rolldown/binding-darwin-arm64@1.1.5':
|
|
resolution: {integrity: sha512-51Bnx9pNiMRKSUNtBfySkNJ9vMU9Hh3I1ozDd6gyPPYzaXCfnptUcEZxXGYFn+ul2dtcMUiqGR1Yai2K10uoTw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@rolldown/binding-darwin-x64@1.1.5':
|
|
resolution: {integrity: sha512-Tm+gbfC0aHu1tBA/JvKQh32S0K6YgCHkiAF4/W6xX0K0RmNuc94VeK419dJoE65R5aRxmo+noZQSWrAMF6yb6g==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@rolldown/binding-freebsd-x64@1.1.5':
|
|
resolution: {integrity: sha512-JMzDKCCXq93YccG5gz3hvOs1oXRKAf0XYpfOS88e+wZrC8Iugj6j68867vrYZkvpDDpKn/KoKORThmchMpF6TA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@rolldown/binding-linux-arm-gnueabihf@1.1.5':
|
|
resolution: {integrity: sha512-uML21j2K5TfPGutKxub+M+nLjZIrWjXQ5Grx4lCe/nimTj9B4L63zHpjXLl4y0L3mcm2htEQIb06oCG/szerNw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@rolldown/binding-linux-arm64-gnu@1.1.5':
|
|
resolution: {integrity: sha512-navSiuTMogvnQoZoM/v+l3ZWo50/NTwSHSzheABx/RCnmUPaKwq9qSo4Br2OYRs21+Fz8uFqITZM3H4opOB0/Q==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rolldown/binding-linux-arm64-musl@1.1.5':
|
|
resolution: {integrity: sha512-lAryqH7IteztmCXQXk0etKj4wBQ7Gx5S6LjKhsgp9zb8I5bsuvU/2llH1hDQcjsFeqIsovMVN339/8pUDDBXxA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rolldown/binding-linux-ppc64-gnu@1.1.5':
|
|
resolution: {integrity: sha512-fsK/sNBnxzBlL4O1JNrZakVQxPspqpED5dLtNsZS9oOKmtSpdNIzxH2kkol5HYTWJN47sE20ztMJPxfZ89qGOg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rolldown/binding-linux-s390x-gnu@1.1.5':
|
|
resolution: {integrity: sha512-gLYb4BIadlfTOYT5gO503n8zQjXflgzpD0FcyKh0Mzx3rqCZKnHoJWV9xe1KXUJ5lx2JfcSHr/mhzS0PC/McAA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rolldown/binding-linux-x64-gnu@1.1.5':
|
|
resolution: {integrity: sha512-FjcpEKUyJygHgs1o50VYNvkt5+7Le/VEdYt0AkRpkL33MnyQfwr8l5mXwMmfmTbyMPr5vJLC+8/Gd9gXnwU1QQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rolldown/binding-linux-x64-musl@1.1.5':
|
|
resolution: {integrity: sha512-Me+PfPI2TMeOQk0gYWfLQZtTktrmzbr8cDboqX83XKc7UrgAi55gF+2dUkWdxd19n55Essp2yeca+O9N5rBxHg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rolldown/binding-openharmony-arm64@1.1.5':
|
|
resolution: {integrity: sha512-yc5WrLzXks6zCQfn9Oxr8pORKyl/pF+QjHmW/Qx3qu0oyrrNC+y2JLTU1E2rcWYAmzlnqngWXHQjy51VzW70Vw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@rolldown/binding-wasm32-wasi@1.1.5':
|
|
resolution: {integrity: sha512-VbQGPX2b4r48TAMIM2cjgluIM1HYutm4pcTEJsle7iEP7sB1dFqtPLBVbdLAZCxy1txCcPxf4QFf4v8uvltPqA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [wasm32]
|
|
|
|
'@rolldown/binding-win32-arm64-msvc@1.1.5':
|
|
resolution: {integrity: sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@rolldown/binding-win32-x64-msvc@1.1.5':
|
|
resolution: {integrity: sha512-tTZuDBPw85tEN5PQi1pnEBzDy0Z49HtScLAbD5t6hyeU92A95pRWaSMw1GZZi/RwgSgUIl0xrSlXIT/9QzvYSA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@rolldown/pluginutils@1.0.1':
|
|
resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
|
|
|
|
'@rollup/plugin-alias@6.0.0':
|
|
resolution: {integrity: sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==}
|
|
engines: {node: '>=20.19.0'}
|
|
peerDependencies:
|
|
rollup: '>=4.0.0'
|
|
peerDependenciesMeta:
|
|
rollup:
|
|
optional: true
|
|
|
|
'@rollup/plugin-commonjs@29.0.3':
|
|
resolution: {integrity: sha512-ZaOxZceP7SOUW7Lqw5IRVweSQYWaeIPnXIGLiB690EBA3FGJTO40EEr2L5yZplJWsgTCogILRSpcAe7+U0Otdg==}
|
|
engines: {node: '>=16.0.0 || 14 >= 14.17'}
|
|
peerDependencies:
|
|
rollup: ^2.68.0||^3.0.0||^4.0.0
|
|
peerDependenciesMeta:
|
|
rollup:
|
|
optional: true
|
|
|
|
'@rollup/plugin-inject@5.0.5':
|
|
resolution: {integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
|
|
peerDependenciesMeta:
|
|
rollup:
|
|
optional: true
|
|
|
|
'@rollup/plugin-json@6.1.0':
|
|
resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
|
|
peerDependenciesMeta:
|
|
rollup:
|
|
optional: true
|
|
|
|
'@rollup/plugin-node-resolve@16.0.3':
|
|
resolution: {integrity: sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
rollup: ^2.78.0||^3.0.0||^4.0.0
|
|
peerDependenciesMeta:
|
|
rollup:
|
|
optional: true
|
|
|
|
'@rollup/plugin-replace@6.0.3':
|
|
resolution: {integrity: sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
|
|
peerDependenciesMeta:
|
|
rollup:
|
|
optional: true
|
|
|
|
'@rollup/plugin-terser@1.0.0':
|
|
resolution: {integrity: sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==}
|
|
engines: {node: '>=20.0.0'}
|
|
peerDependencies:
|
|
rollup: ^2.0.0||^3.0.0||^4.0.0
|
|
peerDependenciesMeta:
|
|
rollup:
|
|
optional: true
|
|
|
|
'@rollup/pluginutils@5.4.0':
|
|
resolution: {integrity: sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
|
|
peerDependenciesMeta:
|
|
rollup:
|
|
optional: true
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.62.2':
|
|
resolution: {integrity: sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-android-arm64@4.62.2':
|
|
resolution: {integrity: sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-darwin-arm64@4.62.2':
|
|
resolution: {integrity: sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-darwin-x64@4.62.2':
|
|
resolution: {integrity: sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.62.2':
|
|
resolution: {integrity: sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-freebsd-x64@4.62.2':
|
|
resolution: {integrity: sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.62.2':
|
|
resolution: {integrity: sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.62.2':
|
|
resolution: {integrity: sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.62.2':
|
|
resolution: {integrity: sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.62.2':
|
|
resolution: {integrity: sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-linux-loong64-gnu@4.62.2':
|
|
resolution: {integrity: sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-loong64-musl@4.62.2':
|
|
resolution: {integrity: sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.62.2':
|
|
resolution: {integrity: sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-ppc64-musl@4.62.2':
|
|
resolution: {integrity: sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.62.2':
|
|
resolution: {integrity: sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.62.2':
|
|
resolution: {integrity: sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.62.2':
|
|
resolution: {integrity: sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.62.2':
|
|
resolution: {integrity: sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.62.2':
|
|
resolution: {integrity: sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-openbsd-x64@4.62.2':
|
|
resolution: {integrity: sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@rollup/rollup-openharmony-arm64@4.62.2':
|
|
resolution: {integrity: sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.62.2':
|
|
resolution: {integrity: sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.62.2':
|
|
resolution: {integrity: sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-x64-gnu@4.62.2':
|
|
resolution: {integrity: sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.62.2':
|
|
resolution: {integrity: sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@shikijs/core@4.3.1':
|
|
resolution: {integrity: sha512-ANMDxuaPsNMdDC1m4vfvhlDmJweMwkE5XitTwrq2rWHx5jM+dlm4MmHt2PP6t0uejfR77SuhrhJ0zEijIF/uhA==}
|
|
engines: {node: '>=20'}
|
|
|
|
'@shikijs/engine-javascript@4.3.1':
|
|
resolution: {integrity: sha512-JBItcnPuYq7jVJdZo/vMj94r+szT7XEjHFX+mvFDGSEIbVAXAGyHAHzhbWzpGOwYidCZrErJLLgn2PVeiokHnQ==}
|
|
engines: {node: '>=20'}
|
|
|
|
'@shikijs/engine-oniguruma@4.3.1':
|
|
resolution: {integrity: sha512-OXyNMzg0pews+msMj4cHeqT4xiYKKvbnn6VbdAXxfoFl3SSx4fJTc8FadECuc5/H9p3BzhNAoAUXKwAu9rWYhg==}
|
|
engines: {node: '>=20'}
|
|
|
|
'@shikijs/langs@4.3.1':
|
|
resolution: {integrity: sha512-m0l9nsDqgBHvbZbk7A0/kXz/impK3uB/c6rAn6Gpg/uPtdZRQ+alsN/17MU5thb68XTj/4DxkZAotrM0GGSpDQ==}
|
|
engines: {node: '>=20'}
|
|
|
|
'@shikijs/primitive@4.3.1':
|
|
resolution: {integrity: sha512-CXQRQOYy1leqQ8ceTeJdmXv/bsUY++6QyLpXJ94LZAAYj5X2SKRdc5ipguv4NPyGVKItB2PPwUpRNe0Sjh5S1A==}
|
|
engines: {node: '>=20'}
|
|
|
|
'@shikijs/themes@4.3.1':
|
|
resolution: {integrity: sha512-dgpoJ4WqNi2yTmizQHBJ5zcX6j2lE6icN/0yt4l1kkf16jrY/pwPLoTb1ETsWMz0OBLf9ZNvwmxft+cH+N9qSA==}
|
|
engines: {node: '>=20'}
|
|
|
|
'@shikijs/types@4.3.1':
|
|
resolution: {integrity: sha512-CHFxE0jztBIZRHH6gxXE7DXUCFXjReEGxZ/j0rfSLGKZuwp2xBYycEP14875DSa9KLL/6700oxIq6oO6ef9K2g==}
|
|
engines: {node: '>=20'}
|
|
|
|
'@shikijs/vscode-textmate@10.0.2':
|
|
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
|
|
|
|
'@simple-git/args-pathspec@1.0.3':
|
|
resolution: {integrity: sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==}
|
|
|
|
'@simple-git/argv-parser@1.1.1':
|
|
resolution: {integrity: sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==}
|
|
|
|
'@sinclair/typebox@0.27.10':
|
|
resolution: {integrity: sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==}
|
|
|
|
'@sindresorhus/is@7.2.0':
|
|
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@sindresorhus/merge-streams@4.0.0':
|
|
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@sinonjs/commons@3.0.1':
|
|
resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==}
|
|
|
|
'@sinonjs/fake-timers@10.3.0':
|
|
resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==}
|
|
|
|
'@speed-highlight/core@1.2.17':
|
|
resolution: {integrity: sha512-Z92FwKpCtfaW1V0jTU/fh3QzYEZN8wDwrzRIBoADCJfn4mJCNcJN/XegifX7BDrQ8/h9Xh/JnbyMchL0FqXrkg==}
|
|
|
|
'@standard-schema/spec@1.1.0':
|
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
|
|
'@swc/helpers@0.5.23':
|
|
resolution: {integrity: sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==}
|
|
|
|
'@sxzz/popperjs-es@2.11.8':
|
|
resolution: {integrity: sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==}
|
|
|
|
'@tailwindcss/node@4.3.2':
|
|
resolution: {integrity: sha512-yWP/sqEcBLaD8JuA6zNwxoYKr75qxTioYwlRwekj5Jr/I5GXnoJfjetH/psLUIv74cYTH2lBUEzBkinthoYcBg==}
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.3.2':
|
|
resolution: {integrity: sha512-WHxqIuHpvZ5VtdX6GTl1Ik/Vp2YuN42Et+0CdeaVd/frQ9jAvGmvR8vLT+jk3e8/Q3x8kECB9+R17pgpp2BulA==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.3.2':
|
|
resolution: {integrity: sha512-GZypeUY/IDJW3877KeM+O67vbXr3MBnbtEL4aYhNErv/JWZhye2vGSWWG9tB6iiqR2MqRNkY8IOUy4NdSZV26w==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.3.2':
|
|
resolution: {integrity: sha512-UIIzmefR6KO1sDU7MzRqAxC8iBpft/VhkGjTjnhoS6k7Z3rQ9wEgA1ODSiyH/tcSYssulNm4Ci3hOeK1jH7ccQ==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.3.2':
|
|
resolution: {integrity: sha512-GN+uAmcI6DNspnCDwtOAZrTz6oukJnp337qZvxqCGLd3BHBzJpO0ZbTLRvJNdztOeAmTzewewGIMPb0tk2R4WA==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.3.2':
|
|
resolution: {integrity: sha512-4ABn7qSbdHRwTiDiuWNegCyb5+2FJ4vKIKc3DmKrvAFw7MU1Lm11dIkTPwUaFdTzc7IsOpDbqBrlh0x6y36U/w==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.3.2':
|
|
resolution: {integrity: sha512-wDgEIGwoM8w8pufh9LVt1PahDgNdKXrLC2qfAnV3vAmococ9RWbxeAw4pxPttd/TsJfwjyLf90Dg1y9y8I6Emw==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.3.2':
|
|
resolution: {integrity: sha512-J5Nuk0uZQIiMTJj3LEx4sAA9tMFUoXQZFv1J6An+QGYe53HKRJuFDi0rpq/tuouCZeAbOBY3kQ6g8qeD4TUjtA==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.3.2':
|
|
resolution: {integrity: sha512-kqCZpSKOBEJO4mz7OqWoofBZeXTAwaVGPj0ErAj7CojmhKpWVWVOnrt9dE8odoIraZq4oj3ausM37kXi+Tow8w==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.3.2':
|
|
resolution: {integrity: sha512-cixpqbh2toJDmkuCRI68nXA8ZxNmdK9Y+9v5h3MC3ZQKy/0BO8AWzlkWyRM7JAFSGBlfig4YVTPsK6MVgqz1uw==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.3.2':
|
|
resolution: {integrity: sha512-4ec2Z/LOmRsAgU23CS4xeJfcJlmRg94A/XrbGRCF1gyU/zdDfRLYDVsS+ynSZCmGNxQ1jQriQOKMQeQxBA3Isw==}
|
|
engines: {node: '>=14.0.0'}
|
|
cpu: [wasm32]
|
|
bundledDependencies:
|
|
- '@napi-rs/wasm-runtime'
|
|
- '@emnapi/core'
|
|
- '@emnapi/runtime'
|
|
- '@tybys/wasm-util'
|
|
- '@emnapi/wasi-threads'
|
|
- tslib
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.3.2':
|
|
resolution: {integrity: sha512-Zyr/M0+XcYZu3bZrUytc7TXvrk0ftWfl8gN2MwekNDzhqhKRUucMPSeOzM0o0wH5AWOU49BsKRrfKxI2atCPMQ==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.3.2':
|
|
resolution: {integrity: sha512-QI9BO7KlNZsp2GuO0jwAAj5jCDABOKXRkCk2XuKTSaNEFSdfzqswYVTtCHBNKHLsqyjFyFkqlDiwkNbTYSssMQ==}
|
|
engines: {node: '>= 20'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@tailwindcss/oxide@4.3.2':
|
|
resolution: {integrity: sha512-z8ZgnzX8gdNoWLBLqBPoh/sjnxkwvf9ZuWjnO0l0yIzbLa5/9S+eC5QxGZKRobVHIC3/1BoMWjHblqWjcgFgag==}
|
|
engines: {node: '>= 20'}
|
|
|
|
'@tailwindcss/postcss@4.3.2':
|
|
resolution: {integrity: sha512-rjVWYCa7Ngbi5AarT6k8TkxUG3Wl1QKzHdIZVsjZSzf36Jmo2IKZt/NHRAwly8oDkbBOH0YTu+CHuf9jPxMc+g==}
|
|
|
|
'@tailwindcss/vite@4.3.2':
|
|
resolution: {integrity: sha512-eHpMeX4JXfVNJDEcsouTeCBubJBTcTLigeaw/NTUW6PB5ATKKXdyonnXgTBX2VuRbjz1hjfz6C5XAhr52ImQXA==}
|
|
peerDependencies:
|
|
vite: ^5.2.0 || ^6 || ^7 || ^8
|
|
|
|
'@takumi-rs/core-darwin-arm64@1.8.7':
|
|
resolution: {integrity: sha512-an8vc2B/Qf9vo3uwDmJ6WKazpMBpDruRy/kXr+x98GfIkzMHDEUy+9EgNfUYxprtZo49cJruXrVwzxsqqW+1tA==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@takumi-rs/core-darwin-x64@1.8.7':
|
|
resolution: {integrity: sha512-q0xQxmb4y4EwYK3ILMBvWvqLGX8gxsqcEas0zOwNbPnxBLTQFF8KVH4jXaKXLUFwj020lu8nsf1BNvLIkJMo3Q==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@takumi-rs/core-linux-arm64-gnu@1.8.7':
|
|
resolution: {integrity: sha512-uZ6l792M4Mc06XG+m+8RarTgdR5o1ZLjncULKUEPAw3nBKhRbJ50Re3aLM4n4+p25iOj1oL9QwEZRcaJn8u/Ag==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@takumi-rs/core-linux-arm64-musl@1.8.7':
|
|
resolution: {integrity: sha512-akVy80ztI2as/b0n0EVCfHNKhibp+Od4ioP49PtX2rQMi6KDtqv3aoCIjaBls8oxzv+4x77/2U9fsWIO2XZQjg==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@takumi-rs/core-linux-x64-gnu@1.8.7':
|
|
resolution: {integrity: sha512-SV1YesGs/HfC1CMpSF5SqS6KbL4hDLvD2m54JcfB+X/0xatmo/CS2XleqoIXhSmR+95X8Of5g2vg1a4TAdpcug==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@takumi-rs/core-linux-x64-musl@1.8.7':
|
|
resolution: {integrity: sha512-zprYQ/ivPDmYX4tFaONiAzoDJNTANA3kqfIe7SMHZ2YhkfEhYnr3PE3XtBytgB4W/VlTc9WQLyD77SKwPnPuFw==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@takumi-rs/core-win32-arm64-msvc@1.8.7':
|
|
resolution: {integrity: sha512-2S5YcgIj/c0E3sLzWDcxzlXoPvEjR2xC1v7yODe0CvimlRx95Df6rJ9idTS6E1KNUjDaTfqxTr8Ud4gWqYrrPg==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@takumi-rs/core-win32-x64-msvc@1.8.7':
|
|
resolution: {integrity: sha512-sooiM6fL0JN597ciNAFVp9F7YxCW+8hXpwu/7wRMRo0TGQ/KMi1Y94tf1FUu2csCHN0pgy9a3y09y8+qnw3FTw==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@takumi-rs/core@1.8.7':
|
|
resolution: {integrity: sha512-Ia8I3vg0VAQPnzHiYRrd18UgZbIj3X0zMwWMjuTm3yb2TBH1988lPwnnlf+eAfYMwZrutNiXLLtgEnkzsm2gMw==}
|
|
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
|
|
|
|
'@takumi-rs/helpers@1.8.7':
|
|
resolution: {integrity: sha512-5dSR9W8msQ7Asp4TCvUUB9Bt8yLgIc2ASjWtEG4Jn9xSuAVJLWFZ21Xl8HShW5GE6SV5aCCM9BL0NA9YuBWIJw==}
|
|
peerDependencies:
|
|
react: ^19.2.5
|
|
react-dom: ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
react:
|
|
optional: true
|
|
react-dom:
|
|
optional: true
|
|
|
|
'@tanstack/table-core@8.21.3':
|
|
resolution: {integrity: sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==}
|
|
engines: {node: '>=12'}
|
|
|
|
'@tanstack/virtual-core@3.17.4':
|
|
resolution: {integrity: sha512-nGm5KteqxasUdThLc2izl6dHUqLv0LQj7Nuyo5gYalTPf/U8a9ermvsl7reT+6ioBW1l8WfpP/mcU338nLXpqw==}
|
|
|
|
'@tanstack/vue-table@8.21.3':
|
|
resolution: {integrity: sha512-rusRyd77c5tDPloPskctMyPLFEQUeBzxdQ+2Eow4F7gDPlPOB1UnnhzfpdvqZ8ZyX2rRNGmqNnQWm87OI2OQPw==}
|
|
engines: {node: '>=12'}
|
|
peerDependencies:
|
|
vue: '>=3.2'
|
|
|
|
'@tanstack/vue-virtual@3.13.32':
|
|
resolution: {integrity: sha512-E8OCutx7QnwZdvpJijz0Q2PHsYDWBWjnGr3TvgWiqxTU35jB1kVhtkd93scRV7tTFuId2tg3x2iFiw+IE4evjQ==}
|
|
peerDependencies:
|
|
vue: ^2.7.0 || ^3.0.0
|
|
|
|
'@tiptap/core@3.27.4':
|
|
resolution: {integrity: sha512-8W/GwlEn0JwNdpyVfTWcXwHYUpj9BWwO++YxtizmgjJzlwigSh7/xLVJMwVykuQHQ2fCq5rkUvmBRtpHOMLUQA==}
|
|
peerDependencies:
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-blockquote@3.27.4':
|
|
resolution: {integrity: sha512-d1tOHgP3R5cOE+Ot8qL/dkLXRByajgn+j6cCXHqDtmJO2wsK9knmbKQ0SEjbKrU6OgHrTnY/EotNxBEBW9HGoA==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-bold@3.27.4':
|
|
resolution: {integrity: sha512-wTtJUUAxCAZ01ICH2DNlOBzzHKRQ1ZST8aRYtIhBPzqEUhnJaKGcjnDB4X49fqPi48iXaPxzhsInDl+rVUujWg==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-bubble-menu@3.27.4':
|
|
resolution: {integrity: sha512-Poy7xwcD3POG5ew/TW7mYXv7m++vCchvHxPUqIfnTxBxvvvqDZkPYFWZS1lvPrSBtm1DcfUTQAgVutM5NDZ99Q==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-bullet-list@3.27.4':
|
|
resolution: {integrity: sha512-rvja0N1RnwGJAVwDdbUfDIJ4NoT+KjPFaZudKiPuEMfMHfbqe4xcbbC2hsfs61JNcl2xmx+ohV6lzD9YxxJl1w==}
|
|
peerDependencies:
|
|
'@tiptap/extension-list': 3.27.4
|
|
|
|
'@tiptap/extension-code-block@3.27.4':
|
|
resolution: {integrity: sha512-a5caWfWN6Z6usy48vzJDDOhWoA6+rFFCHGpQM7jXn/7rRzYPcvBzTZUGptjEbltj4YqtrQ2tVwTJcCtbb+mknA==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-code@3.27.4':
|
|
resolution: {integrity: sha512-aPc7opCR1ylK4m4c2lsjLsGpEBD1fLQQKWd5PbZiJvrTF8gkdGZlYLt9A6VukpxeJyHhb22Jaj4fxgKmGMeTtw==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-collaboration@3.27.4':
|
|
resolution: {integrity: sha512-l3jmzFhuzCgE1upc2GeO/jDueijeE/RIdSWfnWr8uVyB+chzfeaZjz/aDl25i43UC5Q0XBkYYh5QlVH+5rVXcw==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/y-tiptap': ^3.0.6
|
|
yjs: ^13
|
|
|
|
'@tiptap/extension-document@3.27.4':
|
|
resolution: {integrity: sha512-7nAqgfkgb9HADBeCTnOHuTiyZuxfxvMPT3nH4OZeY+cmtkI1On3QffqlmtcUPvNbkhT3o9ehA1hVfCnQ1Ye4LQ==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-drag-handle-vue-3@3.27.4':
|
|
resolution: {integrity: sha512-yDwkwJU1Mujf94NIwudSKMIoP87d4VfUI0rElD6uH2wlqSYgeLWTtqllgvzNFTQ1SgZFwJ6L2uW47O6yX0p1mg==}
|
|
peerDependencies:
|
|
'@tiptap/extension-drag-handle': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/vue-3': 3.27.4
|
|
vue: ^3.0.0
|
|
|
|
'@tiptap/extension-drag-handle@3.27.4':
|
|
resolution: {integrity: sha512-iHnpBq1RU1TWLfKzyKwEVJ68wCoRcX/4IvQqaTFapwdTuIk2ytwsyPqU2zXY4P4/mNojk6BuIYLSprzO8C2IVw==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/extension-collaboration': 3.27.4
|
|
'@tiptap/extension-node-range': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/y-tiptap': ^3.0.6
|
|
|
|
'@tiptap/extension-dropcursor@3.27.4':
|
|
resolution: {integrity: sha512-RiZasQJuUTUO3aME16Bn8eJH7cYnvhT5JCFDFq0ya/1iFI9wUQA2NJC5tb5TrZ74+sQwkYU9VzexnchM481Y9w==}
|
|
peerDependencies:
|
|
'@tiptap/extensions': 3.27.4
|
|
|
|
'@tiptap/extension-floating-menu@3.27.4':
|
|
resolution: {integrity: sha512-tnZywwoNDuEcUZmYYIztXl3PpIKUq+gKeaYPuZhpYEVTThU44tzK3ZuFOmd+qf2aAa1MQwxKWqUuLpNK77bwNw==}
|
|
peerDependencies:
|
|
'@floating-ui/dom': ^1.0.0
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-gapcursor@3.27.4':
|
|
resolution: {integrity: sha512-svLwSKcFhzpcJeXvxxKkRFuQpykmXrQefVhEsaXq0L95yJIIAGKMRmQC3mxKdzL2j0P9cY7V41bNVSyOAyvclw==}
|
|
peerDependencies:
|
|
'@tiptap/extensions': 3.27.4
|
|
|
|
'@tiptap/extension-hard-break@3.27.4':
|
|
resolution: {integrity: sha512-W+Z9pmDgqjbdu3NeZOQrzA15iM4w60Yd8l2CYzxcdApPVIfYzb2S3a7+u1RqW9wnTYb6xyZjASmFNfxXS4P4cg==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-heading@3.27.4':
|
|
resolution: {integrity: sha512-RgvpxzuYk6QEK+az+eiXpWvGlUso42zNcGnjyUrvskoZjS47MbhSg8ylRYQSRtXE0ETlXhAx4J7iGlGr72kyIw==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-horizontal-rule@3.27.4':
|
|
resolution: {integrity: sha512-2eQU/55nE5mhMJHALtLMuBL3dcVJUDVVT7n+uZYMaYE63BtCvC4VS08YLFSR7JZSVJIlgVAmdt5nAw0B+rEPNA==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-image@3.27.4':
|
|
resolution: {integrity: sha512-yQ8CazyOL4z1/NbV1NLGv6DvchVhOXHH3uQ7md5VX/IGZruFpnm8IpF9MDpdAUxUFmTsXJDYyO2lWGO1PYWG8A==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-italic@3.27.4':
|
|
resolution: {integrity: sha512-PeZT4XbyxAp7Lqo/hfA1k5LI27g1RlgS+YgXp2CeHXIrUfSpO5HlZXh02Bvb0pOdl3RFw2tEKtlHzjt8Y1+Nwg==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-link@3.27.4':
|
|
resolution: {integrity: sha512-6K/FkNwMLWWQbNWKlycrUPTN7YcyVFdFwZncoBXe5WyarRjLTGw7ywafnCI9PDIWSq7ttzVL4NgjN2IN8kBXww==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-list-item@3.27.4':
|
|
resolution: {integrity: sha512-z5TVuPw2mkK0B/x+gFg3uUV7tBdaElDFg0zVgnXZCqlSVTLfIyInOOnG5LTWoAd9BdzBjGrzE3PohDcLVDDGBQ==}
|
|
peerDependencies:
|
|
'@tiptap/extension-list': 3.27.4
|
|
|
|
'@tiptap/extension-list-keymap@3.27.4':
|
|
resolution: {integrity: sha512-on7JNDi7Eqz7UdZeZdiO83bQHo0flVDHzjmtR+v/nrCGW9H15D3CHs5+4ozLDiCvTK8tbkBuut/l9AWNxcCE/Q==}
|
|
peerDependencies:
|
|
'@tiptap/extension-list': 3.27.4
|
|
|
|
'@tiptap/extension-list@3.27.4':
|
|
resolution: {integrity: sha512-A0BgmRO1RE0yLCx9w7GQITtKfS9wLE5cdngSYDiSpwulcXJhJjKm5mZ4OUZmks2VN4HO5jMl2BWCGt2NSDhA+w==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-mention@3.27.4':
|
|
resolution: {integrity: sha512-xtUQYpCaXWIGwn6qYOZiW3Udx5XPI30yC/KX4yzPtgKYYfbK5jUaHZ4hz4vXPj5jO4b0fgKFusV7I7iqnbeLJw==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/suggestion': 3.27.4
|
|
|
|
'@tiptap/extension-node-range@3.27.4':
|
|
resolution: {integrity: sha512-kACXIhn1mK3dRQGfyeLt75dEEVq5Ji2NdWjqXMozhn6TGVP7nmswDmP5wyp02L2F4wjwrOu+J+7cOILqnwHvjA==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-ordered-list@3.27.4':
|
|
resolution: {integrity: sha512-bHwLiof0FqJfWzB0act7oEKMTZatEKQ4IYCvmyF5EktjMs4kxEatkPp4Yx/1LSYSjLy1MMT7oLELyaz2FFYyXA==}
|
|
peerDependencies:
|
|
'@tiptap/extension-list': 3.27.4
|
|
|
|
'@tiptap/extension-paragraph@3.27.4':
|
|
resolution: {integrity: sha512-8Dnr1J5s/s4XYYuEF3b784NnCxLjXOlQpmGyXRxTAzW7JaOP08tIUJWVNvSMekfXc2vXa33HUbqjxyyWZEQ6LQ==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-placeholder@3.27.4':
|
|
resolution: {integrity: sha512-7hBoFLeddCv1WzkqB0x3coZ1Hp9WZ9wLoRXIUtUhRKMpzFq2IlTtW1iw88g9pTJnL98bCCElN4DZ4mYtaQvmgA==}
|
|
peerDependencies:
|
|
'@tiptap/extensions': 3.27.4
|
|
|
|
'@tiptap/extension-strike@3.27.4':
|
|
resolution: {integrity: sha512-8OXwcPKuV3ToBBgyvDxH1jQdObK5FIKCGiyIim6qNWiOpi9BhM3XYD+aO1khjv8qIjtoI/DYbizF4ewj09fX2g==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-text@3.27.4':
|
|
resolution: {integrity: sha512-lKQH/hP4FBXsziHypd6Ywj8JFvMLM5GVkK1xsH6yApNuXbHq95rd42ZOYWpYILIBib7tlaz93z61d74UrJiuiw==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extension-underline@3.27.4':
|
|
resolution: {integrity: sha512-nRJGvRyEXDtINlHTW+C2oWcL3vmX1URVxAPpkD3Zwn5Rb/vEeOU/pk/w97I0iid816MR4iVbvl1XhbUVegK9gQ==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
|
|
'@tiptap/extensions@3.27.4':
|
|
resolution: {integrity: sha512-d8opkg2iGtVwJmNGIqv0blfRxnvWOJp1brz+Z8CsP4ojSS2ZtaE46d6JSQ5OeJ7nMpjhT+9wh4UQcA7OSEO59w==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/markdown@3.27.4':
|
|
resolution: {integrity: sha512-0TqNpVQ5W3FGpK/zej8ZPSp+xepqH3ihmH3Fv+nsCOf9tQazKJadpNXwFfhUj6PDIpTJmjxbQhTUAlxSNPEkRA==}
|
|
peerDependencies:
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/pm@3.27.4':
|
|
resolution: {integrity: sha512-UB8lcyomfWk7YGI2PZKNqcYXfyRA+PFj+QntlsUXyrsiA5JJIaE8SHKYjxKlGG/xtW3EtPm1b0p38T9Mk4xiFw==}
|
|
|
|
'@tiptap/starter-kit@3.27.4':
|
|
resolution: {integrity: sha512-/sb6rFxNt5BO4hWpUwvHh+Yh1kNyCQuuz3oDpGef5HUUjSdu9p9rfNiHWIUKBadK8VXuw5es7N+UlZ4hma+gvA==}
|
|
|
|
'@tiptap/suggestion@3.27.4':
|
|
resolution: {integrity: sha512-cughtzjjRdLu62Ioani4hMcFDQk98v9rGiNINrp8HEK9hKcs1kkygFzDLZjHxabdC97pqQDkjllJ8EwK3RvCRg==}
|
|
peerDependencies:
|
|
'@floating-ui/dom': ^1.0.0
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/vue-3@3.27.4':
|
|
resolution: {integrity: sha512-fTz21viWZlpZz7PPdHJde+kzYmgRXBivVLoC2KGEeltqsREa8JR0v/eUDbzeMjj6AIajlNDtmn96I3h14gZJLg==}
|
|
peerDependencies:
|
|
'@floating-ui/dom': ^1.0.0
|
|
'@tiptap/core': 3.27.4
|
|
'@tiptap/pm': 3.27.4
|
|
vue: ^3.0.0
|
|
|
|
'@tiptap/y-tiptap@3.0.7':
|
|
resolution: {integrity: sha512-3VG01F7i2JDghWsBZSBKi7ypMiN5UVVSyD18IwoXx7ilm0ZynrTS+XNpmgxfuiSBjdauWk7tUlP04xfM8Bw4Vw==}
|
|
engines: {node: '>=16.0.0', npm: '>=8.0.0'}
|
|
peerDependencies:
|
|
prosemirror-model: ^1.7.1
|
|
prosemirror-state: ^1.2.3
|
|
prosemirror-view: ^1.9.10
|
|
y-protocols: ^1.0.1
|
|
yjs: ^13.5.38
|
|
|
|
'@tokenizer/inflate@0.2.7':
|
|
resolution: {integrity: sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@tokenizer/token@0.3.0':
|
|
resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==}
|
|
|
|
'@tsconfig/node10@1.0.12':
|
|
resolution: {integrity: sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==}
|
|
|
|
'@tsconfig/node12@1.0.11':
|
|
resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==}
|
|
|
|
'@tsconfig/node14@1.0.3':
|
|
resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==}
|
|
|
|
'@tsconfig/node16@1.0.4':
|
|
resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==}
|
|
|
|
'@turbo/darwin-64@2.10.4':
|
|
resolution: {integrity: sha512-m1MUEI4MJ69r5CwfMYxmHi0H0rrgiYCBOp0tgBZ9x/YVvOb5uu/lRIDyDwdtH054R2yWeQaIigUGu6aCX9f8cA==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@turbo/darwin-arm64@2.10.4':
|
|
resolution: {integrity: sha512-VQ1Yxs5zkPT+2z7t1P4mvn6JmcKLkOCAsPuK9XbOvuVj0DlTlETfIXNisX0771v/vTWHOQqiwoGi+TtAUq8efw==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@turbo/linux-64@2.10.4':
|
|
resolution: {integrity: sha512-IzV1QovmwX7mfGnVinmE++2IB8tbeo38weltiuH5zNqwCTBjLs/DytyRKx+bmnhHdXIq9SheR8p0Nip/LBUPHg==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@turbo/linux-arm64@2.10.4':
|
|
resolution: {integrity: sha512-rfujSQkP5aYiRn0PgTM7F00WkJCP/bKDVZbOx3WmrZwa/vHA0bplhCl328kpX7VI9HH2vI90ISGwuSVgJgoqTw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@turbo/windows-64@2.10.4':
|
|
resolution: {integrity: sha512-NnspP7Wd5fa3Wwnqv9bKfhegqZzuHBgbPxdZU/idTLQcazx/vgKu95JlCx2YHY0hdvKCnPcARrDwM+KEUmaO7A==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@turbo/windows-arm64@2.10.4':
|
|
resolution: {integrity: sha512-Iv02YgOpaEShc2OkG7mgCJ2pEw1RUKiKbs0h8W5wAf4jZ5vpmraTEjuGTgHRuOORQnC1GN3KHo5WB+hu1abRMA==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@tybys/wasm-util@0.10.3':
|
|
resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==}
|
|
|
|
'@types/babel__core@7.20.5':
|
|
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
|
|
|
|
'@types/babel__template@7.4.4':
|
|
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
|
|
|
|
'@types/babel__traverse@7.28.0':
|
|
resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
|
|
|
|
'@types/bcrypt@5.0.2':
|
|
resolution: {integrity: sha512-6atioO8Y75fNcbmj0G7UjI9lXN2pQ/IGJ2FWT4a/btd0Lk9lQalHLKhkgKVZ3r+spnmWUKfbMi1GEe9wyHQfNQ==}
|
|
|
|
'@types/body-parser@1.19.6':
|
|
resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==}
|
|
|
|
'@types/chai@5.2.3':
|
|
resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
|
|
|
|
'@types/connect@3.4.38':
|
|
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
|
|
|
|
'@types/cookiejar@2.1.5':
|
|
resolution: {integrity: sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==}
|
|
|
|
'@types/deep-eql@4.0.2':
|
|
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
|
|
|
|
'@types/eslint-scope@3.7.7':
|
|
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
|
|
|
|
'@types/eslint@9.6.1':
|
|
resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
|
|
|
|
'@types/estree@1.0.9':
|
|
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
|
|
|
|
'@types/express-serve-static-core@4.19.9':
|
|
resolution: {integrity: sha512-QP2ESEe/ImWY0HDwNAnK9PvEffUyhLTnWkk7KXzHfyeWAnlrDe1fN77bXl6ia8KT3wPlmA7t9/VPRpnf4Ex9sg==}
|
|
|
|
'@types/express@4.17.25':
|
|
resolution: {integrity: sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==}
|
|
|
|
'@types/graceful-fs@4.1.9':
|
|
resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==}
|
|
|
|
'@types/hast@3.0.5':
|
|
resolution: {integrity: sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==}
|
|
|
|
'@types/http-errors@2.0.5':
|
|
resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==}
|
|
|
|
'@types/istanbul-lib-coverage@2.0.6':
|
|
resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==}
|
|
|
|
'@types/istanbul-lib-report@3.0.3':
|
|
resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==}
|
|
|
|
'@types/istanbul-reports@3.0.4':
|
|
resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==}
|
|
|
|
'@types/jest@29.5.14':
|
|
resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==}
|
|
|
|
'@types/jsesc@2.5.1':
|
|
resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==}
|
|
|
|
'@types/json-schema@7.0.15':
|
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
|
|
'@types/jsonwebtoken@9.0.10':
|
|
resolution: {integrity: sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==}
|
|
|
|
'@types/jsonwebtoken@9.0.5':
|
|
resolution: {integrity: sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==}
|
|
|
|
'@types/lodash-es@4.17.12':
|
|
resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
|
|
|
|
'@types/lodash@4.17.24':
|
|
resolution: {integrity: sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==}
|
|
|
|
'@types/luxon@3.4.2':
|
|
resolution: {integrity: sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==}
|
|
|
|
'@types/mdast@4.0.4':
|
|
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
|
|
|
|
'@types/methods@1.1.4':
|
|
resolution: {integrity: sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==}
|
|
|
|
'@types/mime@1.3.5':
|
|
resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==}
|
|
|
|
'@types/ms@2.1.0':
|
|
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
|
|
|
'@types/multer@2.2.0':
|
|
resolution: {integrity: sha512-3U1troeqGV8Ntp7Q3klwf4zr23VEoqYVocYXaswm9+8z3O9UHDYAqLxjJ/h550iRADTjKdOdhhasXw6gD6kYtg==}
|
|
|
|
'@types/node@20.19.43':
|
|
resolution: {integrity: sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==}
|
|
|
|
'@types/node@24.13.3':
|
|
resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==}
|
|
|
|
'@types/passport-jwt@4.0.1':
|
|
resolution: {integrity: sha512-Y0Ykz6nWP4jpxgEUYq8NoVZeCQPo1ZndJLfapI249g1jHChvRfZRO/LS3tqu26YgAS/laI1qx98sYGz0IalRXQ==}
|
|
|
|
'@types/passport-strategy@0.2.38':
|
|
resolution: {integrity: sha512-GC6eMqqojOooq993Tmnmp7AUTbbQSgilyvpCYQjT+H6JfG/g6RGc7nXEniZlp0zyKJ0WUdOiZWLBZft9Yug1uA==}
|
|
|
|
'@types/passport@1.0.17':
|
|
resolution: {integrity: sha512-aciLyx+wDwT2t2/kJGJR2AEeBz0nJU4WuRX04Wu9Dqc5lSUtwu0WERPHYsLhF9PtseiAMPBGNUOtFjxZ56prsg==}
|
|
|
|
'@types/qs@6.15.1':
|
|
resolution: {integrity: sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==}
|
|
|
|
'@types/range-parser@1.2.7':
|
|
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
|
|
|
|
'@types/resolve@1.20.2':
|
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
|
|
|
'@types/semver@7.7.1':
|
|
resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==}
|
|
|
|
'@types/send@0.17.6':
|
|
resolution: {integrity: sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==}
|
|
|
|
'@types/send@1.2.1':
|
|
resolution: {integrity: sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==}
|
|
|
|
'@types/serve-static@1.15.10':
|
|
resolution: {integrity: sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==}
|
|
|
|
'@types/stack-utils@2.0.3':
|
|
resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==}
|
|
|
|
'@types/superagent@8.1.10':
|
|
resolution: {integrity: sha512-nbt4IWXABhW0jGmmpRzCFNlbmwCTzZ2gTUsNIr+X+ItdqPms+PAJZbWsNzpS2USqXjcoNLQcO6nXo60zcPQiIg==}
|
|
|
|
'@types/supertest@6.0.3':
|
|
resolution: {integrity: sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==}
|
|
|
|
'@types/unist@3.0.3':
|
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
|
|
'@types/validator@13.15.10':
|
|
resolution: {integrity: sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==}
|
|
|
|
'@types/web-bluetooth@0.0.20':
|
|
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
|
|
|
|
'@types/web-bluetooth@0.0.21':
|
|
resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==}
|
|
|
|
'@types/whatwg-mimetype@3.0.2':
|
|
resolution: {integrity: sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==}
|
|
|
|
'@types/ws@8.18.1':
|
|
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
|
|
'@types/yargs-parser@21.0.3':
|
|
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
|
|
|
|
'@types/yargs@17.0.35':
|
|
resolution: {integrity: sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==}
|
|
|
|
'@typescript-eslint/eslint-plugin@6.21.0':
|
|
resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
|
|
eslint: ^7.0.0 || ^8.0.0
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@typescript-eslint/parser@6.21.0':
|
|
resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
eslint: ^7.0.0 || ^8.0.0
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@typescript-eslint/scope-manager@6.21.0':
|
|
resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
'@typescript-eslint/type-utils@6.21.0':
|
|
resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
eslint: ^7.0.0 || ^8.0.0
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@typescript-eslint/types@6.21.0':
|
|
resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
'@typescript-eslint/typescript-estree@6.21.0':
|
|
resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@typescript-eslint/utils@6.21.0':
|
|
resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
eslint: ^7.0.0 || ^8.0.0
|
|
|
|
'@typescript-eslint/visitor-keys@6.21.0':
|
|
resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
'@ungap/structured-clone@1.3.3':
|
|
resolution: {integrity: sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==}
|
|
|
|
'@unhead/bundler@3.1.8':
|
|
resolution: {integrity: sha512-mVhM6gmvAgaE9UgENuFSvqpCghAorY8PbQgV+n3y6VyOLso/KbCOd4hm4cmI/Q/IETQZTDSZBIjVVS98mgYwdA==}
|
|
peerDependencies:
|
|
'@unhead/cli': ^3.1.8
|
|
esbuild: '>=0.17.0'
|
|
lightningcss: '>=1.20.0'
|
|
rolldown: '>=1.0.0-beta.0'
|
|
unhead: ^3.1.8
|
|
vite: '>=6.4.2'
|
|
webpack: '>=5.0.0'
|
|
peerDependenciesMeta:
|
|
'@unhead/cli':
|
|
optional: true
|
|
esbuild:
|
|
optional: true
|
|
lightningcss:
|
|
optional: true
|
|
rolldown:
|
|
optional: true
|
|
vite:
|
|
optional: true
|
|
webpack:
|
|
optional: true
|
|
|
|
'@unhead/vue@2.1.15':
|
|
resolution: {integrity: sha512-SSByXfEjhzPn8gXdEdgpYqpLMPSkLUH2HVE0GxZfOtNsJ0GgOHQs0g9T67ZZ1z0kTELLKdtOtYrzrbv9+ffF7g==}
|
|
peerDependencies:
|
|
vue: '>=3.5.18'
|
|
|
|
'@unocss/config@66.7.5':
|
|
resolution: {integrity: sha512-dkPl9glhEahJ+Xoja5ZseKKnH+vZaeaKQzg8b0otcKcPPNrHQgu1nu3QgfeOjnXOGrjZIotHwUeVtt4ZA2Skgg==}
|
|
|
|
'@unocss/core@66.7.5':
|
|
resolution: {integrity: sha512-UdJb8MiMywcau8QrWEVgUAz0kvoFHyR+sACwYCgmBh/BpKJGyR/zw/Ys3wvysbm0f+i/20VGBex/QQxYVlzdyQ==}
|
|
|
|
'@valibot/to-json-schema@1.7.1':
|
|
resolution: {integrity: sha512-3qkmU6KXWh8GIThEAW3kuRHPQBMjWkKy+Ppz3WkUucx53DTpOa6siMn4xDGSOhlVyMrDaJTCTMLYPZVAIk1P0A==}
|
|
peerDependencies:
|
|
valibot: ^1.4.0
|
|
|
|
'@vercel/nft@1.10.2':
|
|
resolution: {integrity: sha512-w+WyX5Ulmj4dtTZrxaulqrjaLZHSbnPzx75SJsTNYmotKsqn1JlLnDJa+lz5hn90HJofhl/2MAtw0mCrgM3qYw==}
|
|
engines: {node: '>=20'}
|
|
hasBin: true
|
|
|
|
'@vitejs/devtools-kit@0.3.4':
|
|
resolution: {integrity: sha512-QHvb3wF0KZxvbfEplzzdGenB/dWoPBQlUnw3VVBm5qUYTdoud8rOoem9QI6h/+7a+iwy88LmLigxbSXbbv2Uyg==}
|
|
peerDependencies:
|
|
vite: '*'
|
|
|
|
'@vitejs/plugin-vue-jsx@5.1.6':
|
|
resolution: {integrity: sha512-YXvi4as2clxt6DFw5+a0tTA97ntiQXm/raR8ofNj3aNwwdlVGTiG2gp7EvfZW17P50acL/9bP0ccF4XnqNmlgA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
peerDependencies:
|
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
vue: ^3.0.0
|
|
|
|
'@vitejs/plugin-vue@6.0.7':
|
|
resolution: {integrity: sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
peerDependencies:
|
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
vue: ^3.2.25
|
|
|
|
'@vitest/expect@4.1.10':
|
|
resolution: {integrity: sha512-YsCn+qAk1GWjQOWFEsEcL2gNQ0zmVmQu3T03qP6UyjhtmdtwtbuI+DASn/7iQB3HGTXkdBwGddzxPlmiql5vlA==}
|
|
|
|
'@vitest/mocker@4.1.10':
|
|
resolution: {integrity: sha512-v0xaezt+DKEmKfaxg133ldzADrwLGd7Ze1MfQQTYfvs8OqZIwbxyxaYURivwV7sWy5fqn3rH5uOrSp07bp44Ow==}
|
|
peerDependencies:
|
|
msw: ^2.4.9
|
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
peerDependenciesMeta:
|
|
msw:
|
|
optional: true
|
|
vite:
|
|
optional: true
|
|
|
|
'@vitest/pretty-format@4.1.10':
|
|
resolution: {integrity: sha512-W1HsjSH4MXQ9YfmmhLAoIYf1HRfekQCGngeIgcei6MP5QQGWUe0gkopdZQaVCFO+JDJMrAJGwa5pRpNpvy4P8Q==}
|
|
|
|
'@vitest/runner@4.1.10':
|
|
resolution: {integrity: sha512-IKI6kpIH+LmpROplyLwBBaCfMgOZOMsygVa6BARD6ahA04VRuJSa6OaVG7kRvSEMD870Vd91rSSw0eegtWyLGg==}
|
|
|
|
'@vitest/snapshot@4.1.10':
|
|
resolution: {integrity: sha512-xRkfOT1qpTAi/Ti4Y1LtfRc3kEuqxGw59eN2jN9pRWMtS/XDevekhcFSqvQqjUNGksfjMJu3Y+oJ+4Ypn2OaJw==}
|
|
|
|
'@vitest/spy@4.1.10':
|
|
resolution: {integrity: sha512-PLf/Ugvoq5wO/b4rwYCR1h2PSIdXz7wnkQFMiUpLdtM7l6pqVFcQIBEHyT1+l+cj7mNwAfZHzqXqDyjvOuwbDw==}
|
|
|
|
'@vitest/utils@4.1.10':
|
|
resolution: {integrity: sha512-fy9am/HWxbaGt/Sawrp90vt6Y6jQwf1RX77cz3uwoJwJVMli/e1IEwRPnMNJ7vKfPTwo0diXifkpPvwH9v7nGA==}
|
|
|
|
'@volar/language-core@2.4.28':
|
|
resolution: {integrity: sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==}
|
|
|
|
'@volar/source-map@2.4.28':
|
|
resolution: {integrity: sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==}
|
|
|
|
'@volar/typescript@2.4.28':
|
|
resolution: {integrity: sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==}
|
|
|
|
'@vue-macros/common@3.1.3':
|
|
resolution: {integrity: sha512-pphnexn8CDKugcA4TYSKlg1XanBYPbILST+eZK9ZGqG8sVbNR5L0kXEpRqs8+iSznosHt/Jo2k1FGl0tnWIpyg==}
|
|
engines: {node: '>=20.19.0'}
|
|
peerDependencies:
|
|
vue: ^2.7.0 || ^3.2.25
|
|
peerDependenciesMeta:
|
|
vue:
|
|
optional: true
|
|
|
|
'@vue/babel-helper-vue-transform-on@2.0.1':
|
|
resolution: {integrity: sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==}
|
|
|
|
'@vue/babel-plugin-jsx@2.0.1':
|
|
resolution: {integrity: sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
peerDependenciesMeta:
|
|
'@babel/core':
|
|
optional: true
|
|
|
|
'@vue/babel-plugin-resolve-type@2.0.1':
|
|
resolution: {integrity: sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@vue/compiler-core@3.5.39':
|
|
resolution: {integrity: sha512-16KBTEXAJCpDr0mwlw+AZyhu8iyC7R3S2vBwsI7QnWJU6X3WKc9VKeNEZpiMdZ569qWhz9574L3vV55qRL0Vtw==}
|
|
|
|
'@vue/compiler-dom@3.5.39':
|
|
resolution: {integrity: sha512-oQPigALqYbNxTNPvNgSOe+czwVExfbVF02lz8jP0S3AXJiu3jxYDygNUiqSep4ezzW8XgnubqH63My2A7JR/vg==}
|
|
|
|
'@vue/compiler-sfc@3.5.39':
|
|
resolution: {integrity: sha512-d0ki86iOyN8LoZPBmk5SJWNwHP19CnDDCfuo//+2WJa2g5Ke0Jay983PIBIcSSzldC68I8DrD5GrHV3OSDfodg==}
|
|
|
|
'@vue/compiler-ssr@3.5.39':
|
|
resolution: {integrity: sha512-Ce7/wvwMHai74bdszfXExdazFigYnlF9zgCmEQUcM1j0fOymlouZ7XilTYNo8oUjhlnjYOZbGrcYKuqjz89Ucw==}
|
|
|
|
'@vue/devtools-api@6.6.4':
|
|
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
|
|
|
|
'@vue/devtools-api@7.7.10':
|
|
resolution: {integrity: sha512-KxtEpUOOpFz/qOGRrAwA36QF7DqIA+FXgCYit9mk9wjbaZt0sXOFz81ElOZtKA4HbWHUdwNjZHBFsFFyp5BZiA==}
|
|
|
|
'@vue/devtools-api@8.1.5':
|
|
resolution: {integrity: sha512-YJipMVAKe5wT5CWf5kTYCaNV7NMNjFVxJkIkJaJ4W/nCxEBzlZzrOsYKeCymdCrFZmBS/+wTWFoUs3Jf/Q6XSQ==}
|
|
|
|
'@vue/devtools-core@8.1.5':
|
|
resolution: {integrity: sha512-5e5jQOEssCdZA1wlFEUkIDtb+cAOWuLNWJ52fm4PBWbF7e3oTnM2fneaL42E5lJoolAaUQ678tv/XEb3h4e86Q==}
|
|
peerDependencies:
|
|
vue: ^3.0.0
|
|
|
|
'@vue/devtools-kit@7.7.10':
|
|
resolution: {integrity: sha512-3WNi2Kq4tbpVbmhml7RiphmAt0279oh3fKNeWMQIrltfX8Q91b4i5PL8DtyNKdwmcsGrV4fg+erwWOmD05CLIw==}
|
|
|
|
'@vue/devtools-kit@8.1.5':
|
|
resolution: {integrity: sha512-FcSAxsi4eWuXLCB7Rv9lj0aIVHHPNVQ2BazGf4RJTc2JCqb4BQg0hk87ZFhminCfl+mD5OUI0rX2cgyu4kJOGA==}
|
|
|
|
'@vue/devtools-shared@7.7.10':
|
|
resolution: {integrity: sha512-wOPslzB8vTvpxwdaOcR2qAbwmuSP0L+rhpoC6Cf56V3Jip+HWb7PQQXOUPgBNQARpXsbQX/+mvi8kKucmBGRwQ==}
|
|
|
|
'@vue/devtools-shared@8.1.5':
|
|
resolution: {integrity: sha512-mhT4zcPFhF+Xk1O4BfhhrbXzpmfqY03fS6xGpcllbQG7lDjhQf8pQHcTIhqQIYx1hfwtHmk/6jM96ele0UxPqQ==}
|
|
|
|
'@vue/language-core@3.3.7':
|
|
resolution: {integrity: sha512-LzmkKinXAMMoh8Jfi/jMUSDUjuPdv8mynH5WJGKfXyZtDw3hQ6GBaoI6Bcnl/Xqlu32q/0Z6i/trp4VXykzyLw==}
|
|
|
|
'@vue/reactivity@3.5.39':
|
|
resolution: {integrity: sha512-TpsuBJ9gGlZa5d23XcM2y8EXanz9dZeVDQBXRwzy46ItgvM+rWpzs+UVM0wcRLxGvcav0HE5jz2gNL53xlRAog==}
|
|
|
|
'@vue/runtime-core@3.5.39':
|
|
resolution: {integrity: sha512-9GLtNyRvPAUMbX+7ono0RC2j0guo2LXVi8LvcmAooImACUKm0oFf0jjwbX8/H0AE/t1nxhAkn8RSl9PMCzzxZw==}
|
|
|
|
'@vue/runtime-dom@3.5.39':
|
|
resolution: {integrity: sha512-7Y6aAGboKcXAZ3ECuUy7RrS5yy2r47dhTp2SKaJmYxjopImaVFaNa5Ne66NwGovsrxVAl5S5rwc7m22UG7Lmww==}
|
|
|
|
'@vue/server-renderer@3.5.39':
|
|
resolution: {integrity: sha512-yZSakiAGw85rZfG7UM8akMnIF+FmeiNk47uvHf2nVBBSe+dIKUhZuZq9+XgJhbV3nS5Z4ALH23/MpXofW+mbcw==}
|
|
peerDependencies:
|
|
vue: 3.5.39
|
|
|
|
'@vue/shared@3.5.39':
|
|
resolution: {integrity: sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==}
|
|
|
|
'@vue/test-utils@2.4.11':
|
|
resolution: {integrity: sha512-GDqaqZsA6m2E5vNzej0aYiIb6BX8xV9pNSbbbXKOfEYwg7ZNblVX8suyqmUBThq8VIrgAJNxn+z72hVtUeiWHA==}
|
|
peerDependencies:
|
|
'@vue/compiler-dom': 3.x
|
|
'@vue/server-renderer': 3.x
|
|
vue: 3.x
|
|
peerDependenciesMeta:
|
|
'@vue/server-renderer':
|
|
optional: true
|
|
|
|
'@vue/tsconfig@0.9.1':
|
|
resolution: {integrity: sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==}
|
|
peerDependencies:
|
|
typescript: '>= 5.8'
|
|
vue: ^3.4.0
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
vue:
|
|
optional: true
|
|
|
|
'@vueuse/core@10.11.1':
|
|
resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
|
|
|
|
'@vueuse/core@14.3.0':
|
|
resolution: {integrity: sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==}
|
|
peerDependencies:
|
|
vue: ^3.5.0
|
|
|
|
'@vueuse/integrations@14.3.0':
|
|
resolution: {integrity: sha512-76I5FT2ESvCmCaSwapI+a/u/CFtNXmzl9f9lNp1hRtx8vKB8hfiokJr8IvQqcQG5ckGXElyXK516b54ozV3MvA==}
|
|
peerDependencies:
|
|
async-validator: ^4
|
|
axios: ^1
|
|
change-case: ^5
|
|
drauu: ^0.4
|
|
focus-trap: ^7 || ^8
|
|
fuse.js: ^7
|
|
idb-keyval: ^6
|
|
jwt-decode: ^4
|
|
nprogress: ^0.2
|
|
qrcode: ^1.5
|
|
sortablejs: ^1
|
|
universal-cookie: ^7 || ^8
|
|
vue: ^3.5.0
|
|
peerDependenciesMeta:
|
|
async-validator:
|
|
optional: true
|
|
axios:
|
|
optional: true
|
|
change-case:
|
|
optional: true
|
|
drauu:
|
|
optional: true
|
|
focus-trap:
|
|
optional: true
|
|
fuse.js:
|
|
optional: true
|
|
idb-keyval:
|
|
optional: true
|
|
jwt-decode:
|
|
optional: true
|
|
nprogress:
|
|
optional: true
|
|
qrcode:
|
|
optional: true
|
|
sortablejs:
|
|
optional: true
|
|
universal-cookie:
|
|
optional: true
|
|
|
|
'@vueuse/metadata@10.11.1':
|
|
resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==}
|
|
|
|
'@vueuse/metadata@14.3.0':
|
|
resolution: {integrity: sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==}
|
|
|
|
'@vueuse/nuxt@14.3.0':
|
|
resolution: {integrity: sha512-Uxaz/DsNa3i7vHTSjZin5R17R5pt+MtpAifsfqhV1qiBZti1wYv+/S3xysCMHuuiWyLIbbignKxIsgG9ul5kEA==}
|
|
peerDependencies:
|
|
nuxt: ^3.0.0 || ^4.0.0-0
|
|
vue: ^3.5.0
|
|
|
|
'@vueuse/shared@10.11.1':
|
|
resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==}
|
|
|
|
'@vueuse/shared@14.3.0':
|
|
resolution: {integrity: sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==}
|
|
peerDependencies:
|
|
vue: ^3.5.0
|
|
|
|
'@webassemblyjs/ast@1.14.1':
|
|
resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==}
|
|
|
|
'@webassemblyjs/floating-point-hex-parser@1.13.2':
|
|
resolution: {integrity: sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==}
|
|
|
|
'@webassemblyjs/helper-api-error@1.13.2':
|
|
resolution: {integrity: sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==}
|
|
|
|
'@webassemblyjs/helper-buffer@1.14.1':
|
|
resolution: {integrity: sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==}
|
|
|
|
'@webassemblyjs/helper-numbers@1.13.2':
|
|
resolution: {integrity: sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==}
|
|
|
|
'@webassemblyjs/helper-wasm-bytecode@1.13.2':
|
|
resolution: {integrity: sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==}
|
|
|
|
'@webassemblyjs/helper-wasm-section@1.14.1':
|
|
resolution: {integrity: sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==}
|
|
|
|
'@webassemblyjs/ieee754@1.13.2':
|
|
resolution: {integrity: sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==}
|
|
|
|
'@webassemblyjs/leb128@1.13.2':
|
|
resolution: {integrity: sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==}
|
|
|
|
'@webassemblyjs/utf8@1.13.2':
|
|
resolution: {integrity: sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==}
|
|
|
|
'@webassemblyjs/wasm-edit@1.14.1':
|
|
resolution: {integrity: sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==}
|
|
|
|
'@webassemblyjs/wasm-gen@1.14.1':
|
|
resolution: {integrity: sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==}
|
|
|
|
'@webassemblyjs/wasm-opt@1.14.1':
|
|
resolution: {integrity: sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==}
|
|
|
|
'@webassemblyjs/wasm-parser@1.14.1':
|
|
resolution: {integrity: sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==}
|
|
|
|
'@webassemblyjs/wast-printer@1.14.1':
|
|
resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==}
|
|
|
|
'@xtuc/ieee754@1.2.0':
|
|
resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
|
|
|
|
'@xtuc/long@4.2.2':
|
|
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
|
|
|
abbrev@1.1.1:
|
|
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
|
|
|
|
abbrev@2.0.0:
|
|
resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==}
|
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
|
|
abbrev@3.0.1:
|
|
resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==}
|
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
|
|
abort-controller@3.0.0:
|
|
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
|
engines: {node: '>=6.5'}
|
|
|
|
accepts@1.3.8:
|
|
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
acorn-import-attributes@1.9.5:
|
|
resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==}
|
|
peerDependencies:
|
|
acorn: ^8
|
|
|
|
acorn-jsx@5.3.2:
|
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
peerDependencies:
|
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
acorn-walk@8.3.5:
|
|
resolution: {integrity: sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
acorn@8.17.0:
|
|
resolution: {integrity: sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==}
|
|
engines: {node: '>=0.4.0'}
|
|
hasBin: true
|
|
|
|
agent-base@6.0.2:
|
|
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
|
|
engines: {node: '>= 6.0.0'}
|
|
|
|
agent-base@7.1.4:
|
|
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
engines: {node: '>= 14'}
|
|
|
|
ajv-formats@2.1.1:
|
|
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
|
peerDependencies:
|
|
ajv: ^8.0.0
|
|
peerDependenciesMeta:
|
|
ajv:
|
|
optional: true
|
|
|
|
ajv-keywords@3.5.2:
|
|
resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
|
|
peerDependencies:
|
|
ajv: ^6.9.1
|
|
|
|
ajv-keywords@5.1.0:
|
|
resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
|
|
peerDependencies:
|
|
ajv: ^8.8.2
|
|
|
|
ajv@6.15.0:
|
|
resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==}
|
|
|
|
ajv@8.12.0:
|
|
resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
|
|
|
|
ajv@8.20.0:
|
|
resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==}
|
|
|
|
alien-signals@3.2.1:
|
|
resolution: {integrity: sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==}
|
|
|
|
ansi-colors@4.1.3:
|
|
resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
|
|
engines: {node: '>=6'}
|
|
|
|
ansi-escapes@4.3.2:
|
|
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-regex@5.0.1:
|
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-regex@6.2.2:
|
|
resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
|
|
engines: {node: '>=12'}
|
|
|
|
ansi-styles@4.3.0:
|
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-styles@5.2.0:
|
|
resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
|
|
engines: {node: '>=10'}
|
|
|
|
ansi-styles@6.2.3:
|
|
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
|
|
engines: {node: '>=12'}
|
|
|
|
ansis@4.3.1:
|
|
resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==}
|
|
engines: {node: '>=14'}
|
|
|
|
anymatch@3.1.3:
|
|
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
|
engines: {node: '>= 8'}
|
|
|
|
anynum@1.0.1:
|
|
resolution: {integrity: sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==}
|
|
|
|
append-field@1.0.0:
|
|
resolution: {integrity: sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==}
|
|
|
|
aproba@2.1.0:
|
|
resolution: {integrity: sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==}
|
|
|
|
archiver-utils@5.0.2:
|
|
resolution: {integrity: sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==}
|
|
engines: {node: '>= 14'}
|
|
|
|
archiver@7.0.1:
|
|
resolution: {integrity: sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==}
|
|
engines: {node: '>= 14'}
|
|
|
|
are-we-there-yet@2.0.0:
|
|
resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==}
|
|
engines: {node: '>=10'}
|
|
deprecated: This package is no longer supported.
|
|
|
|
arg@4.1.3:
|
|
resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==}
|
|
|
|
argparse@1.0.10:
|
|
resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
|
|
|
|
argparse@2.0.1:
|
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
|
|
aria-hidden@1.2.6:
|
|
resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
|
|
engines: {node: '>=10'}
|
|
|
|
array-flatten@1.1.1:
|
|
resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
|
|
|
|
array-timsort@1.0.3:
|
|
resolution: {integrity: sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==}
|
|
|
|
array-union@2.1.0:
|
|
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
|
|
engines: {node: '>=8'}
|
|
|
|
asap@2.0.6:
|
|
resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==}
|
|
|
|
assertion-error@2.0.1:
|
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
engines: {node: '>=12'}
|
|
|
|
ast-kit@2.2.0:
|
|
resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
ast-walker-scope@0.9.0:
|
|
resolution: {integrity: sha512-IJdzo2vLiElBxKzwS36VsCue/62d6IdWjnPB2v3nuPKeWGynp6FF/CYoLa5i/3jXH/z97ZDdsXz6abpgM6w07A==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
async-sema@3.1.1:
|
|
resolution: {integrity: sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==}
|
|
|
|
async-validator@4.2.5:
|
|
resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
|
|
|
|
async@3.2.6:
|
|
resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
|
|
|
|
asynckit@0.4.0:
|
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
|
|
autoprefixer@10.5.3:
|
|
resolution: {integrity: sha512-bJRzflk8GgE4JX+iZNEwz9f9p460NCHnU7bd+CZ9vIjIlZuTkt6F3WSl2oNO8StZBFx17nLEsiQ6H2wcZiY7nA==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
hasBin: true
|
|
peerDependencies:
|
|
postcss: ^8.1.0
|
|
|
|
axios@1.18.1:
|
|
resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==}
|
|
|
|
b4a@1.8.1:
|
|
resolution: {integrity: sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==}
|
|
peerDependencies:
|
|
react-native-b4a: '*'
|
|
peerDependenciesMeta:
|
|
react-native-b4a:
|
|
optional: true
|
|
|
|
babel-jest@29.7.0:
|
|
resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
peerDependencies:
|
|
'@babel/core': ^7.8.0
|
|
|
|
babel-plugin-istanbul@6.1.1:
|
|
resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==}
|
|
engines: {node: '>=8'}
|
|
|
|
babel-plugin-jest-hoist@29.6.3:
|
|
resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
babel-preset-current-node-syntax@1.2.0:
|
|
resolution: {integrity: sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0 || ^8.0.0-0
|
|
|
|
babel-preset-jest@29.6.3:
|
|
resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
balanced-match@1.0.2:
|
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
|
|
balanced-match@4.0.4:
|
|
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
bare-events@2.9.1:
|
|
resolution: {integrity: sha512-Z0oHEHAFDZkffN8Qc39zNZjQlMDkPJRyyyZieU1VH7u8c5S+qHZ2S8ixdKIAxEjfHO7FJxXmJWgteOghVanIsg==}
|
|
peerDependencies:
|
|
bare-abort-controller: '*'
|
|
peerDependenciesMeta:
|
|
bare-abort-controller:
|
|
optional: true
|
|
|
|
bare-fs@4.7.4:
|
|
resolution: {integrity: sha512-y1kC+ffIx/tPLdTE693uNjHfzTfr+ravR5tvWlMXe25nELbkqV400S71qHDwbkAQ1FVEZobB1NFRzFbCCcyBCQ==}
|
|
engines: {bare: '>=1.16.0'}
|
|
peerDependencies:
|
|
bare-buffer: '*'
|
|
peerDependenciesMeta:
|
|
bare-buffer:
|
|
optional: true
|
|
|
|
bare-path@3.1.1:
|
|
resolution: {integrity: sha512-JprUlveX3QjApC1cTpsUOiscADftCGVWkzitbHsRqv84hzYwYHw2mbluddsq5TvI8mH/8Ov1f4BiMAdcB0oYnQ==}
|
|
|
|
bare-stream@2.13.3:
|
|
resolution: {integrity: sha512-Kc+brLqvEqGkjyfiwJmImAOqLZL7OsoLKuavx+hJjgVV3nLTOjloJyPMFxjUPerGGHrNH0fLU06jjykMLWrERQ==}
|
|
peerDependencies:
|
|
bare-abort-controller: '*'
|
|
bare-buffer: '*'
|
|
bare-events: '*'
|
|
peerDependenciesMeta:
|
|
bare-abort-controller:
|
|
optional: true
|
|
bare-buffer:
|
|
optional: true
|
|
bare-events:
|
|
optional: true
|
|
|
|
bare-url@2.4.5:
|
|
resolution: {integrity: sha512-K+y9xF1tN+CdPu4qWwr0QiK1Al07eFPGYK5M2pDXcmHdMdgC/tT/bpmMe1hrmRHaidKLkXrC+cRNYf3XVDUhSQ==}
|
|
|
|
base64-js@1.5.1:
|
|
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
|
|
|
baseline-browser-mapping@2.10.42:
|
|
resolution: {integrity: sha512-c/jurFrDLyui7o1J86yLkRu4LMsTYcBohveus7/I2Hzdn9KIP2bdJPTue/lR1KH46enoPbD77GKeSYNdyPoD3Q==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
bcrypt@5.1.1:
|
|
resolution: {integrity: sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==}
|
|
engines: {node: '>= 10.0.0'}
|
|
|
|
binary-extensions@2.3.0:
|
|
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
|
|
engines: {node: '>=8'}
|
|
|
|
bindings@1.5.0:
|
|
resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
|
|
|
|
birpc@2.9.0:
|
|
resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==}
|
|
|
|
birpc@4.0.0:
|
|
resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==}
|
|
|
|
bl@4.1.0:
|
|
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
|
|
|
body-parser@1.20.4:
|
|
resolution: {integrity: sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==}
|
|
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
|
|
|
|
boolbase@1.0.0:
|
|
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
|
|
|
|
brace-expansion@1.1.16:
|
|
resolution: {integrity: sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==}
|
|
|
|
brace-expansion@2.1.2:
|
|
resolution: {integrity: sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==}
|
|
|
|
brace-expansion@5.0.7:
|
|
resolution: {integrity: sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==}
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
braces@3.0.3:
|
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
browserslist@4.28.5:
|
|
resolution: {integrity: sha512-Cu2E6QejHWzuDMTkuwgpABFgDfZrXLQq5V13YOACZx4mFAG4IwGTbTfHPMr4WtxlHoXSM8FIuRwYYCz5XiabaQ==}
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
hasBin: true
|
|
|
|
browserslist@4.28.6:
|
|
resolution: {integrity: sha512-FQBYNK15VMslhLHpA7+n+n1GOlF1kId2xcCg7/j95f24AOF6VDYMNH4mFxF7KuaTdv627faazpOAjFzMrfJOUw==}
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
hasBin: true
|
|
|
|
bs-logger@0.2.6:
|
|
resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==}
|
|
engines: {node: '>= 6'}
|
|
|
|
bser@2.1.1:
|
|
resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==}
|
|
|
|
buffer-crc32@1.0.0:
|
|
resolution: {integrity: sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==}
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
buffer-equal-constant-time@1.0.1:
|
|
resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==}
|
|
|
|
buffer-from@1.1.2:
|
|
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
|
|
|
buffer-image-size@0.6.4:
|
|
resolution: {integrity: sha512-nEh+kZOPY1w+gcCMobZ6ETUp9WfibndnosbpwB1iJk/8Gt5ZF2bhS6+B6bPYz424KtwsR6Rflc3tCz1/ghX2dQ==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
buffer@5.7.1:
|
|
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
|
|
|
|
buffer@6.0.3:
|
|
resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
|
|
|
|
bundle-name@4.1.0:
|
|
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
busboy@1.6.0:
|
|
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
|
|
engines: {node: '>=10.16.0'}
|
|
|
|
bytes@3.1.2:
|
|
resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
c12@3.3.4:
|
|
resolution: {integrity: sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==}
|
|
peerDependencies:
|
|
magicast: '*'
|
|
peerDependenciesMeta:
|
|
magicast:
|
|
optional: true
|
|
|
|
cac@6.7.14:
|
|
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
cac@7.0.0:
|
|
resolution: {integrity: sha512-tixWYgm5ZoOD+3g6UTea91eow5z6AAHaho3g0V9CNSNb45gM8SmflpAc+GRd1InC4AqN/07Unrgp56Y94N9hJQ==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
call-bind@1.0.9:
|
|
resolution: {integrity: sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
call-bound@1.0.4:
|
|
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
callsites@3.1.0:
|
|
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
camelcase@5.3.1:
|
|
resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==}
|
|
engines: {node: '>=6'}
|
|
|
|
camelcase@6.3.0:
|
|
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
|
|
engines: {node: '>=10'}
|
|
|
|
caniuse-api@4.0.0:
|
|
resolution: {integrity: sha512-B0hQ1OLyJuHTQSOWXvwibWqM6DCoqJdvBA6X1S/53bd4XU7LJ1yurIPlrsouol3mw1jh9pGI4ivubSpmJeIqCA==}
|
|
|
|
caniuse-lite@1.0.30001803:
|
|
resolution: {integrity: sha512-g/uHREV2ZpK9qMalCsWaxmA6ol+DX8GYhuf3T40RKoP+oL7vhRJh8LNt73PCjpnR6l14FzfPrB5Yux4PKm2meg==}
|
|
|
|
caniuse-lite@1.0.30001805:
|
|
resolution: {integrity: sha512-52noaS3DubycKSXaU30TwPGIp+POyQSUVa5jBEq3vkRkY0kjyb3LQgvhU6WGyCcyXqVLWO0Cw0Q6BSdD0kUfVA==}
|
|
|
|
ccount@2.0.1:
|
|
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
|
|
|
chai@6.2.2:
|
|
resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==}
|
|
engines: {node: '>=18'}
|
|
|
|
chalk@4.1.2:
|
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
engines: {node: '>=10'}
|
|
|
|
chalk@5.6.2:
|
|
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
|
|
char-regex@1.0.2:
|
|
resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
|
|
engines: {node: '>=10'}
|
|
|
|
character-entities-html4@2.1.0:
|
|
resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
|
|
|
|
character-entities-legacy@3.0.0:
|
|
resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
|
|
|
|
chardet@0.7.0:
|
|
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
|
|
|
|
chokidar@3.6.0:
|
|
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
engines: {node: '>= 8.10.0'}
|
|
|
|
chokidar@5.0.0:
|
|
resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
|
|
engines: {node: '>= 20.19.0'}
|
|
|
|
chownr@2.0.0:
|
|
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
chownr@3.0.0:
|
|
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
|
|
engines: {node: '>=18'}
|
|
|
|
chrome-launcher@1.2.1:
|
|
resolution: {integrity: sha512-qmFR5PLMzHyuNJHwOloHPAHhbaNglkfeV/xDtt5b7xiFFyU1I+AZZX0PYseMuhenJSSirgxELYIbswcoc+5H4A==}
|
|
engines: {node: '>=12.13.0'}
|
|
hasBin: true
|
|
|
|
chrome-trace-event@1.0.4:
|
|
resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
|
|
engines: {node: '>=6.0'}
|
|
|
|
ci-info@3.9.0:
|
|
resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
citty@0.1.6:
|
|
resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
|
|
|
|
citty@0.2.2:
|
|
resolution: {integrity: sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==}
|
|
|
|
cjs-module-lexer@1.4.3:
|
|
resolution: {integrity: sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==}
|
|
|
|
class-transformer@0.5.1:
|
|
resolution: {integrity: sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==}
|
|
|
|
class-validator@0.14.4:
|
|
resolution: {integrity: sha512-AwNusCCam51q703dW82x95tOqQp6oC9HNUl724KxJJOfnKscI8dOloXFgyez7LbTTKWuRBA37FScqVbJEoq8Yw==}
|
|
|
|
cli-cursor@3.1.0:
|
|
resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
|
|
engines: {node: '>=8'}
|
|
|
|
cli-spinners@2.9.2:
|
|
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
|
|
engines: {node: '>=6'}
|
|
|
|
cli-table3@0.6.5:
|
|
resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==}
|
|
engines: {node: 10.* || >= 12.*}
|
|
|
|
cli-width@3.0.0:
|
|
resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==}
|
|
engines: {node: '>= 10'}
|
|
|
|
cli-width@4.1.0:
|
|
resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
|
|
engines: {node: '>= 12'}
|
|
|
|
cliui@8.0.1:
|
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
cliui@9.0.1:
|
|
resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==}
|
|
engines: {node: '>=20'}
|
|
|
|
clone@1.0.4:
|
|
resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
|
|
engines: {node: '>=0.8'}
|
|
|
|
cluster-key-slot@1.1.1:
|
|
resolution: {integrity: sha512-rwHwUfXL40Chm1r08yrhU3qpUvdVlgkKNeyeGPOxnW8/SyVDvgRaed/Uz54AqWNaTCAThlj6QAs3TZcKI0xDEw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
co@4.6.0:
|
|
resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==}
|
|
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
|
|
|
|
collect-v8-coverage@1.0.3:
|
|
resolution: {integrity: sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==}
|
|
|
|
color-convert@2.0.1:
|
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
engines: {node: '>=7.0.0'}
|
|
|
|
color-name@1.1.4:
|
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
|
|
color-support@1.1.3:
|
|
resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==}
|
|
hasBin: true
|
|
|
|
colorette@2.0.20:
|
|
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
|
|
|
|
colortranslator@5.0.0:
|
|
resolution: {integrity: sha512-Z3UPUKasUVDFCDYAjP2fmlVRf1jFHJv1izAmPjiOa0OCIw1W7iC8PZ2GsoDa8uZv+mKyWopxxStT9q05+27h7w==}
|
|
|
|
combined-stream@1.0.8:
|
|
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
comma-separated-tokens@2.0.3:
|
|
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
|
|
|
|
commander@10.0.1:
|
|
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
|
|
engines: {node: '>=14'}
|
|
|
|
commander@11.1.0:
|
|
resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==}
|
|
engines: {node: '>=16'}
|
|
|
|
commander@2.20.3:
|
|
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
|
|
|
commander@4.1.1:
|
|
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
comment-json@4.2.5:
|
|
resolution: {integrity: sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==}
|
|
engines: {node: '>= 6'}
|
|
|
|
commondir@1.0.1:
|
|
resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
|
|
|
|
compatx@0.2.0:
|
|
resolution: {integrity: sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==}
|
|
|
|
component-emitter@1.3.1:
|
|
resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==}
|
|
|
|
compress-commons@6.0.2:
|
|
resolution: {integrity: sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==}
|
|
engines: {node: '>= 14'}
|
|
|
|
concat-map@0.0.1:
|
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
|
|
concat-stream@2.0.0:
|
|
resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==}
|
|
engines: {'0': node >= 6.0}
|
|
|
|
confbox@0.1.8:
|
|
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
|
|
|
|
confbox@0.2.4:
|
|
resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==}
|
|
|
|
config-chain@1.1.13:
|
|
resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
|
|
|
|
consola@2.15.3:
|
|
resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==}
|
|
|
|
consola@3.4.2:
|
|
resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
|
|
engines: {node: ^14.18.0 || >=16.10.0}
|
|
|
|
console-control-strings@1.1.0:
|
|
resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==}
|
|
|
|
content-disposition@0.5.4:
|
|
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
content-type@1.0.5:
|
|
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
convert-source-map@2.0.0:
|
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
|
|
cookie-es@1.2.3:
|
|
resolution: {integrity: sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==}
|
|
|
|
cookie-es@2.0.1:
|
|
resolution: {integrity: sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==}
|
|
|
|
cookie-es@3.1.1:
|
|
resolution: {integrity: sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==}
|
|
|
|
cookie-signature@1.0.7:
|
|
resolution: {integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==}
|
|
|
|
cookie@0.7.2:
|
|
resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
cookiejar@2.1.4:
|
|
resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==}
|
|
|
|
copy-anything@4.0.5:
|
|
resolution: {integrity: sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==}
|
|
engines: {node: '>=18'}
|
|
|
|
core-util-is@1.0.3:
|
|
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
|
|
|
cors@2.8.5:
|
|
resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==}
|
|
engines: {node: '>= 0.10'}
|
|
|
|
cosmiconfig@8.3.6:
|
|
resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
|
|
engines: {node: '>=14'}
|
|
peerDependencies:
|
|
typescript: '>=4.9.5'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
crc-32@1.2.2:
|
|
resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==}
|
|
engines: {node: '>=0.8'}
|
|
hasBin: true
|
|
|
|
crc32-stream@6.0.0:
|
|
resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==}
|
|
engines: {node: '>= 14'}
|
|
|
|
create-jest@29.7.0:
|
|
resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
hasBin: true
|
|
|
|
create-require@1.1.1:
|
|
resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==}
|
|
|
|
cron@3.2.1:
|
|
resolution: {integrity: sha512-w2n5l49GMmmkBFEsH9FIDhjZ1n1QgTMOCMGuQtOXs5veNiosZmso6bQGuqOJSYAXXrG84WQFVneNk+Yt0Ua9iw==}
|
|
|
|
croner@10.0.1:
|
|
resolution: {integrity: sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==}
|
|
engines: {node: '>=18.0'}
|
|
|
|
cross-spawn@7.0.6:
|
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
crossws@0.3.5:
|
|
resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==}
|
|
|
|
crossws@0.4.10:
|
|
resolution: {integrity: sha512-pz3oubH/dt12KjqsUB0IuXW4nwRDQ583iDsP4555Cpdqx0NoU7pGlWBcayyFI8f/l/idRpgjMEfwuOxSWJYlIA==}
|
|
peerDependencies:
|
|
srvx: '>=0.11.5'
|
|
peerDependenciesMeta:
|
|
srvx:
|
|
optional: true
|
|
|
|
css-select@5.2.2:
|
|
resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==}
|
|
|
|
css-tree@2.2.1:
|
|
resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
|
|
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
|
|
|
|
css-tree@3.2.1:
|
|
resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==}
|
|
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
|
|
|
|
css-what@6.2.2:
|
|
resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
cssesc@3.0.0:
|
|
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
|
|
engines: {node: '>=4'}
|
|
hasBin: true
|
|
|
|
cssnano-preset-default@8.0.2:
|
|
resolution: {integrity: sha512-+jQAqIKCqMmBjZs7741XkilU93ITZ/EW8gjAkMmujdCzfDkfjrDBv2VqkSu29Fzeig/0rZ3S9IAwfPLlmXEUfQ==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
cssnano-utils@6.0.1:
|
|
resolution: {integrity: sha512-zk65GIxA8tCjqVk7nTm1mE+ZKxtnxAvU5JSUaBLXbAr3ZF7IOvz3fbPOnEDvZKhnS7GOIitXTS5BgehLzNoc8Q==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
cssnano@8.0.2:
|
|
resolution: {integrity: sha512-K+a76gA1v0/CsYgcsE95HGGyIuPKxpQSetwSwz4nHEM8fFXqSkzq2JzEXFL8v5+CCjxzVVVhPcTK3Oo8SaF/xA==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
csso@5.0.5:
|
|
resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
|
|
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
|
|
|
|
csstype@3.2.3:
|
|
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
|
|
culori@4.0.2:
|
|
resolution: {integrity: sha512-1+BhOB8ahCn4O0cep0Sh2l9KCOfOdY+BXJnKMHFFzDEouSr/el18QwXEMRlOj9UY5nCeA8UN3a/82rUWRBeyBw==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
dayjs@1.11.21:
|
|
resolution: {integrity: sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==}
|
|
|
|
db0@0.3.4:
|
|
resolution: {integrity: sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==}
|
|
peerDependencies:
|
|
'@electric-sql/pglite': '*'
|
|
'@libsql/client': '*'
|
|
better-sqlite3: '*'
|
|
drizzle-orm: '*'
|
|
mysql2: '*'
|
|
sqlite3: '*'
|
|
peerDependenciesMeta:
|
|
'@electric-sql/pglite':
|
|
optional: true
|
|
'@libsql/client':
|
|
optional: true
|
|
better-sqlite3:
|
|
optional: true
|
|
drizzle-orm:
|
|
optional: true
|
|
mysql2:
|
|
optional: true
|
|
sqlite3:
|
|
optional: true
|
|
|
|
debug@2.6.9:
|
|
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
debug@4.4.3:
|
|
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
engines: {node: '>=6.0'}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
dedent@1.7.2:
|
|
resolution: {integrity: sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==}
|
|
peerDependencies:
|
|
babel-plugin-macros: ^3.1.0
|
|
peerDependenciesMeta:
|
|
babel-plugin-macros:
|
|
optional: true
|
|
|
|
deep-is@0.1.4:
|
|
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
|
|
|
deepmerge@4.3.1:
|
|
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
default-browser-id@5.0.1:
|
|
resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
default-browser@5.5.0:
|
|
resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==}
|
|
engines: {node: '>=18'}
|
|
|
|
defaults@1.0.4:
|
|
resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==}
|
|
|
|
define-data-property@1.1.4:
|
|
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
define-lazy-prop@3.0.0:
|
|
resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
|
|
engines: {node: '>=12'}
|
|
|
|
defu@6.1.7:
|
|
resolution: {integrity: sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==}
|
|
|
|
delayed-stream@1.0.0:
|
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
delegates@1.0.0:
|
|
resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==}
|
|
|
|
denque@2.1.0:
|
|
resolution: {integrity: sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==}
|
|
engines: {node: '>=0.10'}
|
|
|
|
depd@2.0.0:
|
|
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
dequal@2.0.3:
|
|
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
|
engines: {node: '>=6'}
|
|
|
|
destr@2.0.5:
|
|
resolution: {integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==}
|
|
|
|
destroy@1.2.0:
|
|
resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
|
|
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
|
|
|
|
detect-libc@2.1.2:
|
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
detect-newline@3.1.0:
|
|
resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
|
|
engines: {node: '>=8'}
|
|
|
|
devalue@5.8.1:
|
|
resolution: {integrity: sha512-4CXDYRBGqN+57wVJkuXBYmpAVUSg3L6JAQa/DFqm238G73E1wuyc/JhGQJzN7vUf/CMphYau2zXbfWzDR5aTEw==}
|
|
|
|
devframe@0.5.4:
|
|
resolution: {integrity: sha512-dbHU/LuptR1aMXcizjHUeY3gu7qVaRQoFYqbbyyGuO6Y+avFA4uQtwinHtG1qa7lRel/7b8JrBDm0nbnxU3vqg==}
|
|
peerDependencies:
|
|
'@modelcontextprotocol/sdk': ^1.0.0
|
|
peerDependenciesMeta:
|
|
'@modelcontextprotocol/sdk':
|
|
optional: true
|
|
|
|
devlop@1.1.0:
|
|
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
|
|
|
dezalgo@1.0.4:
|
|
resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==}
|
|
|
|
diff-sequences@29.6.3:
|
|
resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
diff@4.0.4:
|
|
resolution: {integrity: sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==}
|
|
engines: {node: '>=0.3.1'}
|
|
|
|
diff@8.0.4:
|
|
resolution: {integrity: sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==}
|
|
engines: {node: '>=0.3.1'}
|
|
|
|
diff@9.0.0:
|
|
resolution: {integrity: sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==}
|
|
engines: {node: '>=0.3.1'}
|
|
|
|
dir-glob@3.0.1:
|
|
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
|
engines: {node: '>=8'}
|
|
|
|
doctrine@3.0.0:
|
|
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
dom-serializer@2.0.0:
|
|
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
|
|
|
|
domelementtype@2.3.0:
|
|
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
|
|
|
|
domhandler@5.0.3:
|
|
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
|
|
engines: {node: '>= 4'}
|
|
|
|
domutils@3.2.2:
|
|
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
|
|
|
|
dot-prop@10.1.0:
|
|
resolution: {integrity: sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==}
|
|
engines: {node: '>=20'}
|
|
|
|
dotenv-expand@10.0.0:
|
|
resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==}
|
|
engines: {node: '>=12'}
|
|
|
|
dotenv@16.4.5:
|
|
resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==}
|
|
engines: {node: '>=12'}
|
|
|
|
dotenv@17.4.2:
|
|
resolution: {integrity: sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==}
|
|
engines: {node: '>=12'}
|
|
|
|
dunder-proto@1.0.1:
|
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
duplexer@0.1.2:
|
|
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
|
|
|
|
eastasianwidth@0.2.0:
|
|
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
|
|
ecdsa-sig-formatter@1.0.11:
|
|
resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==}
|
|
|
|
editorconfig@1.0.7:
|
|
resolution: {integrity: sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==}
|
|
engines: {node: '>=14'}
|
|
hasBin: true
|
|
|
|
ee-first@1.1.1:
|
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
|
|
|
electron-to-chromium@1.5.389:
|
|
resolution: {integrity: sha512-cEto7aeOqBfU1D+c5py5pE+ooscKE75JifxLBdFUZsqAxRS6y7kebtxAZvICszSl05gPjYHDTjY+lXpyGvpJbg==}
|
|
|
|
element-plus@2.14.3:
|
|
resolution: {integrity: sha512-pJcvxcpZjYruNzuJhAeVwnbYjfNgzBKnWHwSVEhwzM2/kcLI3brzmtIBxtPqd4hQWJfD1PRnjoc1WipLw2eBGg==}
|
|
peerDependencies:
|
|
vue: ^3.3.7
|
|
|
|
embla-carousel-auto-height@8.6.0:
|
|
resolution: {integrity: sha512-/HrJQOEM6aol/oF33gd2QlINcXy3e19fJWvHDuHWp2bpyTa+2dm9tVVJak30m2Qy6QyQ6Fc8DkImtv7pxWOJUQ==}
|
|
peerDependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-auto-scroll@8.6.0:
|
|
resolution: {integrity: sha512-WT9fWhNXFpbQ6kP+aS07oF5IHYLZ1Dx4DkwgCY8Hv2ZyYd2KMCPfMV1q/cA3wFGuLO7GMgKiySLX90/pQkcOdQ==}
|
|
peerDependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-autoplay@8.6.0:
|
|
resolution: {integrity: sha512-OBu5G3nwaSXkZCo1A6LTaFMZ8EpkYbwIaH+bPqdBnDGQ2fh4+NbzjXjs2SktoPNKCtflfVMc75njaDHOYXcrsA==}
|
|
peerDependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-class-names@8.6.0:
|
|
resolution: {integrity: sha512-l1hm1+7GxQ+zwdU2sea/LhD946on7XO2qk3Xq2XWSwBaWfdgchXdK567yzLtYSHn4sWYdiX+x4nnaj+saKnJkw==}
|
|
peerDependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-fade@8.6.0:
|
|
resolution: {integrity: sha512-qaYsx5mwCz72ZrjlsXgs1nKejSrW+UhkbOMwLgfRT7w2LtdEB03nPRI06GHuHv5ac2USvbEiX2/nAHctcDwvpg==}
|
|
peerDependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-reactive-utils@8.6.0:
|
|
resolution: {integrity: sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==}
|
|
peerDependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-vue@8.6.0:
|
|
resolution: {integrity: sha512-v8UO5UsyLocZnu/LbfQA7Dn2QHuZKurJY93VUmZYP//QRWoCWOsionmvLLAlibkET3pGPs7++03VhJKbWD7vhQ==}
|
|
peerDependencies:
|
|
vue: ^3.2.37
|
|
|
|
embla-carousel-wheel-gestures@8.1.0:
|
|
resolution: {integrity: sha512-J68jkYrxbWDmXOm2n2YHl+uMEXzkGSKjWmjaEgL9xVvPb3HqVmg6rJSKfI3sqIDVvm7mkeTy87wtG/5263XqHQ==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
embla-carousel: ^8.0.0 || ~8.0.0-rc03
|
|
|
|
embla-carousel@8.6.0:
|
|
resolution: {integrity: sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==}
|
|
|
|
emittery@0.13.1:
|
|
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
emoji-regex@10.6.0:
|
|
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
|
|
|
|
emoji-regex@8.0.0:
|
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
|
emoji-regex@9.2.2:
|
|
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
|
|
encodeurl@2.0.0:
|
|
resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
enhanced-resolve@5.21.6:
|
|
resolution: {integrity: sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
enhanced-resolve@5.24.2:
|
|
resolution: {integrity: sha512-rpsZEGT1jFuve6QlpyRp9ckQ+kN61hvF9BzCPyMdaKTm8UJce96KBn3sorXOFXlzjPrs3Vc4T1NsSroZ3PxlFw==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
entities@4.5.0:
|
|
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
entities@7.0.1:
|
|
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
error-ex@1.3.4:
|
|
resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==}
|
|
|
|
error-stack-parser-es@1.0.5:
|
|
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
|
|
|
|
errx@0.1.0:
|
|
resolution: {integrity: sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==}
|
|
|
|
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-module-lexer@1.7.0:
|
|
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
|
|
es-module-lexer@2.3.1:
|
|
resolution: {integrity: sha512-shc1dbU90Yl/xq1QrC7QRtfcwURZuVRfPhZbDoldJ1cn1gzDvBaBWlv0eFolj5+0znnPJz5TXLxsN77X/12KTA==}
|
|
|
|
es-object-atoms@1.1.2:
|
|
resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
esbuild@0.27.7:
|
|
resolution: {integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
esbuild@0.28.1:
|
|
resolution: {integrity: sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
escalade@3.2.0:
|
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
engines: {node: '>=6'}
|
|
|
|
escape-html@1.0.3:
|
|
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
|
|
|
escape-string-regexp@1.0.5:
|
|
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
|
|
engines: {node: '>=0.8.0'}
|
|
|
|
escape-string-regexp@2.0.0:
|
|
resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==}
|
|
engines: {node: '>=8'}
|
|
|
|
escape-string-regexp@4.0.0:
|
|
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
engines: {node: '>=10'}
|
|
|
|
escape-string-regexp@5.0.0:
|
|
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
|
|
engines: {node: '>=12'}
|
|
|
|
eslint-config-prettier@9.1.2:
|
|
resolution: {integrity: sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
eslint: '>=7.0.0'
|
|
|
|
eslint-plugin-prettier@5.5.6:
|
|
resolution: {integrity: sha512-ifetmTcxWfz+4qRW3pH/ujdTq2jQIj59AxJMIN26K5avYgU8dxycUETQonWiW+wPrYXA0j3Try0l1CnwVQtDqQ==}
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
peerDependencies:
|
|
'@types/eslint': '>=8.0.0'
|
|
eslint: '>=8.0.0'
|
|
eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0'
|
|
prettier: '>=3.0.0'
|
|
peerDependenciesMeta:
|
|
'@types/eslint':
|
|
optional: true
|
|
eslint-config-prettier:
|
|
optional: true
|
|
|
|
eslint-scope@5.1.1:
|
|
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
eslint-scope@7.2.2:
|
|
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
eslint-visitor-keys@3.4.3:
|
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
eslint@8.57.1:
|
|
resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
|
|
hasBin: true
|
|
|
|
espree@9.6.1:
|
|
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
esprima@4.0.1:
|
|
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
engines: {node: '>=4'}
|
|
hasBin: true
|
|
|
|
esquery@1.7.0:
|
|
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
|
|
engines: {node: '>=0.10'}
|
|
|
|
esrecurse@4.3.0:
|
|
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
estraverse@4.3.0:
|
|
resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
estraverse@5.3.0:
|
|
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
estree-walker@2.0.2:
|
|
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
|
|
estree-walker@3.0.3:
|
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
|
|
esutils@2.0.3:
|
|
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
etag@1.8.1:
|
|
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
event-target-shim@5.0.1:
|
|
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
events-universal@1.0.1:
|
|
resolution: {integrity: sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==}
|
|
|
|
events@3.3.0:
|
|
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
|
engines: {node: '>=0.8.x'}
|
|
|
|
execa@5.1.1:
|
|
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
|
|
engines: {node: '>=10'}
|
|
|
|
execa@8.0.1:
|
|
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
|
|
engines: {node: '>=16.17'}
|
|
|
|
exit@0.1.2:
|
|
resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
expect-type@1.4.0:
|
|
resolution: {integrity: sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
expect@29.7.0:
|
|
resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
express@4.22.1:
|
|
resolution: {integrity: sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==}
|
|
engines: {node: '>= 0.10.0'}
|
|
|
|
exsolve@1.1.0:
|
|
resolution: {integrity: sha512-D+42+T12DdIlJM3uepa55qGiL3sYdLBOxIl2ifQCzCHz4c7eiolaHsi3BIqEr7JxBzxv2pYZQX9kw16ziMcEmw==}
|
|
|
|
external-editor@3.1.0:
|
|
resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==}
|
|
engines: {node: '>=4'}
|
|
|
|
fast-deep-equal@3.1.3:
|
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
|
|
fast-diff@1.3.0:
|
|
resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
|
|
|
|
fast-fifo@1.3.2:
|
|
resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==}
|
|
|
|
fast-glob@3.3.3:
|
|
resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
|
|
engines: {node: '>=8.6.0'}
|
|
|
|
fast-json-stable-stringify@2.1.0:
|
|
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
|
|
|
fast-levenshtein@2.0.6:
|
|
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
|
|
fast-npm-meta@1.5.1:
|
|
resolution: {integrity: sha512-tWhw7z4jFuQgZB9tbQyUh5BY9nNd/wimM+fBLfmmJjakkJDNvbJKm0nQ5ruPKC0us1HGg7L6iBk1fxpSzcgSaA==}
|
|
hasBin: true
|
|
|
|
fast-safe-stringify@2.1.1:
|
|
resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==}
|
|
|
|
fast-string-truncated-width@3.0.3:
|
|
resolution: {integrity: sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==}
|
|
|
|
fast-string-width@3.0.2:
|
|
resolution: {integrity: sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==}
|
|
|
|
fast-uri@3.1.3:
|
|
resolution: {integrity: sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==}
|
|
|
|
fast-wrap-ansi@0.2.2:
|
|
resolution: {integrity: sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==}
|
|
|
|
fast-xml-builder@1.3.0:
|
|
resolution: {integrity: sha512-F74cZEdCvuw9P41GAC3rod4X04jjWGM1JPEv/GWSqFTWLsdyMSBMBMlm9Hk3GLBgLBbdBNY8yee0pQh2RBVESQ==}
|
|
|
|
fast-xml-parser@5.10.0:
|
|
resolution: {integrity: sha512-SLhnTEqE5QpJHq/6zl9bsmImEP2adv+y6Wy+cJa7nVTRzQh1OZfCe9k29M5xN74LWnu0xa1zrUrq3KnOKl92Fg==}
|
|
hasBin: true
|
|
|
|
fastq@1.20.1:
|
|
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
|
|
|
|
fb-watchman@2.0.2:
|
|
resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==}
|
|
|
|
fdir@6.5.0:
|
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
engines: {node: '>=12.0.0'}
|
|
peerDependencies:
|
|
picomatch: ^3 || ^4
|
|
peerDependenciesMeta:
|
|
picomatch:
|
|
optional: true
|
|
|
|
fflate@0.8.3:
|
|
resolution: {integrity: sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==}
|
|
|
|
figures@3.2.0:
|
|
resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==}
|
|
engines: {node: '>=8'}
|
|
|
|
file-entry-cache@6.0.1:
|
|
resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
|
|
engines: {node: ^10.12.0 || >=12.0.0}
|
|
|
|
file-type@20.4.1:
|
|
resolution: {integrity: sha512-hw9gNZXUfZ02Jo0uafWLaFVPter5/k2rfcrjFJJHX/77xtSDOfJuEFb6oKlFV86FLP1SuyHMW1PSk0U9M5tKkQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
file-uri-to-path@1.0.0:
|
|
resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
|
|
|
|
fill-range@7.1.1:
|
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
engines: {node: '>=8'}
|
|
|
|
finalhandler@1.3.2:
|
|
resolution: {integrity: sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
find-up@4.1.0:
|
|
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
|
|
engines: {node: '>=8'}
|
|
|
|
find-up@5.0.0:
|
|
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
|
engines: {node: '>=10'}
|
|
|
|
flat-cache@3.2.0:
|
|
resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
|
|
engines: {node: ^10.12.0 || >=12.0.0}
|
|
|
|
flatted@3.4.2:
|
|
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
|
|
|
|
follow-redirects@1.16.0:
|
|
resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==}
|
|
engines: {node: '>=4.0'}
|
|
peerDependencies:
|
|
debug: '*'
|
|
peerDependenciesMeta:
|
|
debug:
|
|
optional: true
|
|
|
|
fontaine@0.8.0:
|
|
resolution: {integrity: sha512-eek1GbzOdWIj9FyQH/emqW1aEdfC3lYRCHepzwlFCm5T77fBSRSyNRKE6/antF1/B1M+SfJXVRQTY9GAr7lnDg==}
|
|
engines: {node: '>=18.12.0'}
|
|
|
|
fontkitten@1.0.3:
|
|
resolution: {integrity: sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==}
|
|
engines: {node: '>=20'}
|
|
|
|
fontless@0.2.1:
|
|
resolution: {integrity: sha512-mUWZ8w91/mw2KEcZ6gHNoNNmsAq9Wiw2IypIux5lM03nhXm+WSloXGUNuRETNTLqZexMgpt7Aj/v63qqrsWraQ==}
|
|
engines: {node: '>=18.12.0'}
|
|
peerDependencies:
|
|
vite: '*'
|
|
peerDependenciesMeta:
|
|
vite:
|
|
optional: true
|
|
|
|
foreground-child@3.3.1:
|
|
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
engines: {node: '>=14'}
|
|
|
|
fork-ts-checker-webpack-plugin@9.0.2:
|
|
resolution: {integrity: sha512-Uochze2R8peoN1XqlSi/rGUkDQpRogtLFocP9+PGu68zk1BDAKXfdeCdyVZpgTk8V8WFVQXdEz426VKjXLO1Gg==}
|
|
engines: {node: '>=12.13.0', yarn: '>=1.0.0'}
|
|
peerDependencies:
|
|
typescript: '>3.6.0'
|
|
webpack: ^5.11.0
|
|
|
|
form-data@4.0.6:
|
|
resolution: {integrity: sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==}
|
|
engines: {node: '>= 6'}
|
|
|
|
formidable@2.1.5:
|
|
resolution: {integrity: sha512-Oz5Hwvwak/DCaXVVUtPn4oLMLLy1CdclLKO1LFgU7XzDpVMUU5UjlSLpGMocyQNNk8F6IJW9M/YdooSn2MRI+Q==}
|
|
|
|
forwarded@0.2.0:
|
|
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
fraction.js@5.3.4:
|
|
resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==}
|
|
|
|
framer-motion@12.42.2:
|
|
resolution: {integrity: sha512-5XY9luDiu0oHfHBjpDthFMh0ES+122w6p/papSJBweMkO8Sn+PW2QaEgRblQBpWFnuvZS5qvarpt/hO2pjGmnw==}
|
|
peerDependencies:
|
|
'@emotion/is-prop-valid': '*'
|
|
react: ^18.0.0 || ^19.0.0
|
|
react-dom: ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
'@emotion/is-prop-valid':
|
|
optional: true
|
|
react:
|
|
optional: true
|
|
react-dom:
|
|
optional: true
|
|
|
|
fresh@0.5.2:
|
|
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
fresh@2.0.0:
|
|
resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
fs-extra@10.1.0:
|
|
resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
fs-minipass@2.1.0:
|
|
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
fs-monkey@1.1.0:
|
|
resolution: {integrity: sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==}
|
|
|
|
fs.realpath@1.0.0:
|
|
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
|
|
|
|
fsevents@2.3.3:
|
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
function-bind@1.1.2:
|
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
|
|
fuse.js@7.5.0:
|
|
resolution: {integrity: sha512-sQtrEfA+ez/3G0cCZecF70oqpCRttCexYUG4mUrtWL49ULUzUyxokt5kyqwtKzj1270RaKih+hcP3qLcumccow==}
|
|
engines: {node: '>=10'}
|
|
|
|
fzf@0.5.2:
|
|
resolution: {integrity: sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==}
|
|
|
|
gauge@3.0.2:
|
|
resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==}
|
|
engines: {node: '>=10'}
|
|
deprecated: This package is no longer supported.
|
|
|
|
gensync@1.0.0-beta.2:
|
|
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
get-caller-file@2.0.5:
|
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
|
|
get-east-asian-width@1.6.0:
|
|
resolution: {integrity: sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==}
|
|
engines: {node: '>=18'}
|
|
|
|
get-intrinsic@1.3.0:
|
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-package-type@0.1.0:
|
|
resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
get-port-please@3.2.0:
|
|
resolution: {integrity: sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==}
|
|
|
|
get-proto@1.0.1:
|
|
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-stream@6.0.1:
|
|
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
|
|
engines: {node: '>=10'}
|
|
|
|
get-stream@8.0.1:
|
|
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
|
|
engines: {node: '>=16'}
|
|
|
|
giget@3.3.0:
|
|
resolution: {integrity: sha512-gzi2D96p+AMfDcmJHGDj3KJ9NRiwvlFAU5yfa3ROwWZmFUjX4P43x3BcyRaOMMLto1vUo7C+86+MFhYTl6Ryiw==}
|
|
hasBin: true
|
|
|
|
glob-parent@5.1.2:
|
|
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
|
engines: {node: '>= 6'}
|
|
|
|
glob-parent@6.0.2:
|
|
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
glob-to-regexp@0.4.1:
|
|
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
|
|
|
|
glob@10.4.5:
|
|
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
|
|
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
hasBin: true
|
|
|
|
glob@13.0.6:
|
|
resolution: {integrity: sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==}
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
glob@7.2.3:
|
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
|
|
global-directory@4.0.1:
|
|
resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
globals@13.24.0:
|
|
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
globby@11.1.0:
|
|
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
|
|
engines: {node: '>=10'}
|
|
|
|
globby@16.2.1:
|
|
resolution: {integrity: sha512-JmsqJalahxxgW8V2ecSQ2G7UjPlI9cpKdrkG9KoNiXhd/YslXOTEB0cViENWUznuovIuNT+FkMbraDGjr4FCUg==}
|
|
engines: {node: '>=20'}
|
|
|
|
gopd@1.2.0:
|
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
graceful-fs@4.2.11:
|
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
|
|
graphemer@1.4.0:
|
|
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
|
|
|
|
gzip-size@7.0.0:
|
|
resolution: {integrity: sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
h3@1.15.11:
|
|
resolution: {integrity: sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==}
|
|
|
|
h3@2.0.1-rc.22:
|
|
resolution: {integrity: sha512-Esv0DMIuPkCTSWCA0vO73vcTqwzH1wjSrAO1TXNu/K3up1sZHa9EKMapbmxCDYBeymC3fVTk4qxp7ogQWQ+KgA==}
|
|
engines: {node: '>=20.11.1'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
crossws: ^0.4.1
|
|
peerDependenciesMeta:
|
|
crossws:
|
|
optional: true
|
|
|
|
handlebars@4.7.9:
|
|
resolution: {integrity: sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==}
|
|
engines: {node: '>=0.4.7'}
|
|
hasBin: true
|
|
|
|
happy-dom@20.10.6:
|
|
resolution: {integrity: sha512-6QD0ilzDDt93tX44y8tbmZdAcdTRYDhUP+Asgi6pC8Pp5IA3cvaZGyoVN/EGtlq9ziT65iPuBBn3ASLr6hCgVw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
has-flag@4.0.0:
|
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
has-own-prop@2.0.0:
|
|
resolution: {integrity: sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
has-property-descriptors@1.0.2:
|
|
resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
|
|
|
|
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'}
|
|
|
|
has-unicode@2.0.1:
|
|
resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==}
|
|
|
|
hasown@2.0.4:
|
|
resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
hast-util-to-html@9.0.5:
|
|
resolution: {integrity: sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==}
|
|
|
|
hast-util-whitespace@3.0.0:
|
|
resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
|
|
|
|
helmet@8.3.0:
|
|
resolution: {integrity: sha512-Qgpiaws3Sm30Av8Eah6sjMCZZwjlBu+E68rhpCWBshY1lb09HtLwj5GviX0OyQIn+ulUS0iX0AxN5n3tLZzz1w==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
hey-listen@1.0.8:
|
|
resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==}
|
|
|
|
hookable@5.5.3:
|
|
resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
|
|
|
|
hookable@6.1.1:
|
|
resolution: {integrity: sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==}
|
|
|
|
html-escaper@2.0.2:
|
|
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
|
|
|
|
html-void-elements@3.0.0:
|
|
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
|
|
|
|
http-errors@2.0.1:
|
|
resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
http-shutdown@1.2.2:
|
|
resolution: {integrity: sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==}
|
|
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
|
|
|
|
https-proxy-agent@5.0.1:
|
|
resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
https-proxy-agent@7.0.6:
|
|
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
|
engines: {node: '>= 14'}
|
|
|
|
httpxy@0.5.5:
|
|
resolution: {integrity: sha512-uDjmnPyp1q4Sgzf3w+J/Fc6UqcCEj0x4Wjp7OqK5dGhNeDgpyrAmnS6ey8QWrX3SWDon2DMKf9sBa5X9+CVyMA==}
|
|
|
|
human-signals@2.1.0:
|
|
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
|
engines: {node: '>=10.17.0'}
|
|
|
|
human-signals@5.0.0:
|
|
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
|
engines: {node: '>=16.17.0'}
|
|
|
|
iconv-lite@0.4.24:
|
|
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
ieee754@1.2.1:
|
|
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
|
|
|
ignore@5.3.2:
|
|
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
engines: {node: '>= 4'}
|
|
|
|
ignore@7.0.6:
|
|
resolution: {integrity: sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==}
|
|
engines: {node: '>= 4'}
|
|
|
|
image-meta@0.2.2:
|
|
resolution: {integrity: sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==}
|
|
|
|
image-size@2.0.2:
|
|
resolution: {integrity: sha512-IRqXKlaXwgSMAMtpNzZa1ZAe8m+Sa1770Dhk8VkSsP9LS+iHD62Zd8FQKs8fbPiagBE7BzoFX23cxFnwshpV6w==}
|
|
engines: {node: '>=16.x'}
|
|
hasBin: true
|
|
|
|
immutable@5.1.9:
|
|
resolution: {integrity: sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==}
|
|
|
|
import-fresh@3.3.1:
|
|
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
import-local@3.2.0:
|
|
resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==}
|
|
engines: {node: '>=8'}
|
|
hasBin: true
|
|
|
|
import-meta-resolve@4.2.0:
|
|
resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==}
|
|
|
|
impound@1.1.5:
|
|
resolution: {integrity: sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==}
|
|
|
|
imurmurhash@0.1.4:
|
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
engines: {node: '>=0.8.19'}
|
|
|
|
inflight@1.0.6:
|
|
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
|
|
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
|
|
|
inherits@2.0.4:
|
|
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
|
|
ini@1.3.8:
|
|
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
|
|
|
|
ini@4.1.1:
|
|
resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
|
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
|
|
inquirer@8.2.6:
|
|
resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
inquirer@9.2.15:
|
|
resolution: {integrity: sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg==}
|
|
engines: {node: '>=18'}
|
|
|
|
ioredis@5.11.1:
|
|
resolution: {integrity: sha512-ehuGcf94bQXhfagULNXrJdfnWO38v070jxSx/qE87Kjzmu2fU7ro5EFAb+OPituLqgfyuQaym5DlrNydW2sJ9A==}
|
|
engines: {node: '>=12.22.0'}
|
|
|
|
ipaddr.js@1.9.1:
|
|
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
|
|
engines: {node: '>= 0.10'}
|
|
|
|
iron-webcrypto@1.2.1:
|
|
resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==}
|
|
|
|
is-arrayish@0.2.1:
|
|
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
|
|
|
|
is-binary-path@2.1.0:
|
|
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-core-module@2.16.2:
|
|
resolution: {integrity: sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-docker@2.2.1:
|
|
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
|
|
engines: {node: '>=8'}
|
|
hasBin: true
|
|
|
|
is-docker@3.0.0:
|
|
resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
hasBin: true
|
|
|
|
is-extglob@2.1.1:
|
|
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
is-fullwidth-code-point@3.0.0:
|
|
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-generator-fn@2.1.0:
|
|
resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
is-glob@4.0.3:
|
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
is-in-ssh@1.0.0:
|
|
resolution: {integrity: sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==}
|
|
engines: {node: '>=20'}
|
|
|
|
is-inside-container@1.0.0:
|
|
resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
|
|
engines: {node: '>=14.16'}
|
|
hasBin: true
|
|
|
|
is-installed-globally@1.0.0:
|
|
resolution: {integrity: sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
is-interactive@1.0.0:
|
|
resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-module@1.0.0:
|
|
resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
|
|
|
|
is-number@7.0.0:
|
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
is-path-inside@3.0.3:
|
|
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-path-inside@4.0.0:
|
|
resolution: {integrity: sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==}
|
|
engines: {node: '>=12'}
|
|
|
|
is-reference@1.2.1:
|
|
resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==}
|
|
|
|
is-stream@2.0.1:
|
|
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-stream@3.0.0:
|
|
resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
is-unicode-supported@0.1.0:
|
|
resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
|
|
engines: {node: '>=10'}
|
|
|
|
is-unsafe@2.0.0:
|
|
resolution: {integrity: sha512-2LdV822R+wmI86unXA93WCFpL6g+av8ynWk0nrHyJqGop5VoocYsSLFgN8jrfalT6iGeLNM4KXuVSsULP53kEA==}
|
|
|
|
is-what@5.5.0:
|
|
resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
|
|
engines: {node: '>=18'}
|
|
|
|
is-wsl@2.2.0:
|
|
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-wsl@3.1.1:
|
|
resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==}
|
|
engines: {node: '>=16'}
|
|
|
|
isarray@1.0.0:
|
|
resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
|
|
|
|
isexe@2.0.0:
|
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
|
|
isexe@4.0.0:
|
|
resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==}
|
|
engines: {node: '>=20'}
|
|
|
|
isomorphic.js@0.2.5:
|
|
resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==}
|
|
|
|
istanbul-lib-coverage@3.2.2:
|
|
resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==}
|
|
engines: {node: '>=8'}
|
|
|
|
istanbul-lib-instrument@5.2.1:
|
|
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
|
|
engines: {node: '>=8'}
|
|
|
|
istanbul-lib-instrument@6.0.3:
|
|
resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-lib-report@3.0.1:
|
|
resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-lib-source-maps@4.0.1:
|
|
resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-reports@3.2.0:
|
|
resolution: {integrity: sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
iterare@1.2.1:
|
|
resolution: {integrity: sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==}
|
|
engines: {node: '>=6'}
|
|
|
|
jackspeak@3.4.3:
|
|
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
|
|
|
|
jest-changed-files@29.7.0:
|
|
resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-circus@29.7.0:
|
|
resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-cli@29.7.0:
|
|
resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
|
|
peerDependenciesMeta:
|
|
node-notifier:
|
|
optional: true
|
|
|
|
jest-config@29.7.0:
|
|
resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
peerDependencies:
|
|
'@types/node': '*'
|
|
ts-node: '>=9.0.0'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
ts-node:
|
|
optional: true
|
|
|
|
jest-diff@29.7.0:
|
|
resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-docblock@29.7.0:
|
|
resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-each@29.7.0:
|
|
resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-environment-node@29.7.0:
|
|
resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-get-type@29.6.3:
|
|
resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-haste-map@29.7.0:
|
|
resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-leak-detector@29.7.0:
|
|
resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-matcher-utils@29.7.0:
|
|
resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-message-util@29.7.0:
|
|
resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-mock@29.7.0:
|
|
resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-pnp-resolver@1.2.3:
|
|
resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==}
|
|
engines: {node: '>=6'}
|
|
peerDependencies:
|
|
jest-resolve: '*'
|
|
peerDependenciesMeta:
|
|
jest-resolve:
|
|
optional: true
|
|
|
|
jest-regex-util@29.6.3:
|
|
resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-resolve-dependencies@29.7.0:
|
|
resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-resolve@29.7.0:
|
|
resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-runner@29.7.0:
|
|
resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-runtime@29.7.0:
|
|
resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-snapshot@29.7.0:
|
|
resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-util@29.7.0:
|
|
resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-validate@29.7.0:
|
|
resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-watcher@29.7.0:
|
|
resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest-worker@27.5.1:
|
|
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
|
engines: {node: '>= 10.13.0'}
|
|
|
|
jest-worker@29.7.0:
|
|
resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
jest@29.7.0:
|
|
resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
|
|
peerDependenciesMeta:
|
|
node-notifier:
|
|
optional: true
|
|
|
|
jiti@2.7.0:
|
|
resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
|
|
hasBin: true
|
|
|
|
js-beautify@1.15.4:
|
|
resolution: {integrity: sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==}
|
|
engines: {node: '>=14'}
|
|
hasBin: true
|
|
|
|
js-cookie@3.0.8:
|
|
resolution: {integrity: sha512-yeJd4aNAdYZQjaon2bpD/Gb0B/omw7HQOsynXXcOiWVCacbBcPlgn8S/d1X6blFSaHao7ozqtW7NZW19xpCtIw==}
|
|
|
|
js-tokens@4.0.0:
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
js-tokens@9.0.1:
|
|
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
|
|
|
|
js-yaml@3.15.0:
|
|
resolution: {integrity: sha512-ttBQIIQPDeLjpPOohtUdXuXUVoA2uIB6fEH9HyJ7234s5mBJ5wTx20njxplLZQgLaOfpmPQA7X2t5AX6tIPbog==}
|
|
hasBin: true
|
|
|
|
js-yaml@4.1.0:
|
|
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
|
hasBin: true
|
|
|
|
js-yaml@4.3.0:
|
|
resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==}
|
|
hasBin: true
|
|
|
|
jsesc@3.1.0:
|
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
json-buffer@3.0.1:
|
|
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
|
|
json-parse-even-better-errors@2.3.1:
|
|
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
|
|
|
json-schema-traverse@0.4.1:
|
|
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
|
|
json-schema-traverse@1.0.0:
|
|
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
|
|
json-stable-stringify-without-jsonify@1.0.1:
|
|
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
|
|
|
|
json5@2.2.3:
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
jsonc-parser@3.2.1:
|
|
resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==}
|
|
|
|
jsonc-parser@3.3.1:
|
|
resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==}
|
|
|
|
jsonfile@6.2.1:
|
|
resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==}
|
|
|
|
jsonwebtoken@9.0.2:
|
|
resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==}
|
|
engines: {node: '>=12', npm: '>=6'}
|
|
|
|
jsonwebtoken@9.0.3:
|
|
resolution: {integrity: sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==}
|
|
engines: {node: '>=12', npm: '>=6'}
|
|
|
|
jwa@1.4.2:
|
|
resolution: {integrity: sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==}
|
|
|
|
jwa@2.0.1:
|
|
resolution: {integrity: sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==}
|
|
|
|
jws@3.2.3:
|
|
resolution: {integrity: sha512-byiJ0FLRdLdSVSReO/U4E7RoEyOCKnEnEPMjq3HxWtvzLsV08/i5RQKsFVNkCldrCaPr2vDNAOMsfs8T/Hze7g==}
|
|
|
|
jws@4.0.1:
|
|
resolution: {integrity: sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==}
|
|
|
|
keyv@4.5.4:
|
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
|
|
kleur@3.0.3:
|
|
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
|
|
engines: {node: '>=6'}
|
|
|
|
kleur@4.1.5:
|
|
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
klona@2.0.6:
|
|
resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
knitwork@1.3.0:
|
|
resolution: {integrity: sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==}
|
|
|
|
launch-editor@2.14.1:
|
|
resolution: {integrity: sha512-QWBrQsMpH7gPr965dsKD/3cKWiNoTjpATQf++Xq63N6sKRGMwlVXz41O1IZTMfZQgBctD/K5Zt06+/I6pP6+HA==}
|
|
|
|
lazystream@1.0.1:
|
|
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
|
|
engines: {node: '>= 0.6.3'}
|
|
|
|
leven@3.1.0:
|
|
resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
|
|
engines: {node: '>=6'}
|
|
|
|
levn@0.4.1:
|
|
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
lib0@0.2.117:
|
|
resolution: {integrity: sha512-DeXj9X5xDCjgKLU/7RR+/HQEVzuuEUiwldwOGsHK/sfAfELGWEyTcf0x+uOvCvK3O2zPmZePXWL85vtia6GyZw==}
|
|
engines: {node: '>=16'}
|
|
hasBin: true
|
|
|
|
libphonenumber-js@1.13.8:
|
|
resolution: {integrity: sha512-80xal1m93rADejw2pMp2MSzFhHCPLEspjHxnH2UtqI+DgAmElsbmLMiqk9niwH9NWAfjsRtaJI+qBrOEmRx9nQ==}
|
|
|
|
lighthouse-logger@2.0.2:
|
|
resolution: {integrity: sha512-vWl2+u5jgOQuZR55Z1WM0XDdrJT6mzMP8zHUct7xTlWhuQs+eV0g+QL0RQdFjT54zVmbhLCP8vIVpy1wGn/gCg==}
|
|
|
|
lightningcss-android-arm64@1.32.0:
|
|
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
lightningcss-darwin-arm64@1.32.0:
|
|
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
lightningcss-darwin-x64@1.32.0:
|
|
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
lightningcss-freebsd-x64@1.32.0:
|
|
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-arm64-gnu@1.32.0:
|
|
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
lightningcss-linux-arm64-musl@1.32.0:
|
|
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
lightningcss-linux-x64-gnu@1.32.0:
|
|
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
lightningcss-linux-x64-musl@1.32.0:
|
|
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
lightningcss-win32-arm64-msvc@1.32.0:
|
|
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
lightningcss-win32-x64-msvc@1.32.0:
|
|
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
lightningcss@1.32.0:
|
|
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
lilconfig@3.1.3:
|
|
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
|
|
engines: {node: '>=14'}
|
|
|
|
lines-and-columns@1.2.4:
|
|
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
|
|
|
linkifyjs@4.3.3:
|
|
resolution: {integrity: sha512-P8aEP5U/D1/IlTY2OeYsErdwh9bGuLE30NcXtKEjgdHcahveQoQwM2yZNsioQHsWFz0P7KKudisbrzCgR0sDHg==}
|
|
|
|
listhen@1.10.0:
|
|
resolution: {integrity: sha512-kfz4C0OrC6IpaVMtYDJtf6PFjurxe9NBBoDAh/o2p587INryFOO4DQ9OetbCdDrWFt1m1CJKvYrzkGsuPHw8nQ==}
|
|
hasBin: true
|
|
|
|
loader-runner@4.3.2:
|
|
resolution: {integrity: sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==}
|
|
engines: {node: '>=6.11.5'}
|
|
|
|
local-pkg@1.2.1:
|
|
resolution: {integrity: sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==}
|
|
engines: {node: '>=14'}
|
|
|
|
locate-path@5.0.0:
|
|
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
|
|
engines: {node: '>=8'}
|
|
|
|
locate-path@6.0.0:
|
|
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
engines: {node: '>=10'}
|
|
|
|
lodash-es@4.18.1:
|
|
resolution: {integrity: sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==}
|
|
|
|
lodash-unified@1.0.3:
|
|
resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
|
|
peerDependencies:
|
|
'@types/lodash-es': '*'
|
|
lodash: '*'
|
|
lodash-es: '*'
|
|
|
|
lodash.includes@4.3.0:
|
|
resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==}
|
|
|
|
lodash.isboolean@3.0.3:
|
|
resolution: {integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==}
|
|
|
|
lodash.isinteger@4.0.4:
|
|
resolution: {integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==}
|
|
|
|
lodash.isnumber@3.0.3:
|
|
resolution: {integrity: sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==}
|
|
|
|
lodash.isplainobject@4.0.6:
|
|
resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
|
|
|
|
lodash.isstring@4.0.1:
|
|
resolution: {integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==}
|
|
|
|
lodash.memoize@4.1.2:
|
|
resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
|
|
|
|
lodash.merge@4.6.2:
|
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
|
|
lodash.once@4.1.1:
|
|
resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==}
|
|
|
|
lodash@4.17.21:
|
|
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
|
|
lodash@4.18.1:
|
|
resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==}
|
|
|
|
log-symbols@4.1.0:
|
|
resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
|
|
engines: {node: '>=10'}
|
|
|
|
lru-cache@10.4.3:
|
|
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
|
|
lru-cache@11.5.2:
|
|
resolution: {integrity: sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==}
|
|
engines: {node: 20 || >=22}
|
|
|
|
lru-cache@5.1.1:
|
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
|
|
luxon@3.5.0:
|
|
resolution: {integrity: sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
magic-regexp@0.10.0:
|
|
resolution: {integrity: sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==}
|
|
|
|
magic-regexp@0.11.0:
|
|
resolution: {integrity: sha512-LG77Z/gVnwz7oaDpD4heX6ryl+lcr4l1B2gnP4MMvt2pGhGC1Dfj7dl1pXpP4ih+VQFLuAadeKVa+lARAzfW+Q==}
|
|
|
|
magic-string-ast@1.0.3:
|
|
resolution: {integrity: sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
magic-string@0.30.21:
|
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
|
|
magic-string@0.30.8:
|
|
resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
magicast@0.5.3:
|
|
resolution: {integrity: sha512-pVKE4UdSQ7DvHzivsCIFx2BJn1mHG6KsyrFcaxFx6tONdneEuThrDx0Cj3AMg58KyN4pzYT+LHOotxDQDjNvkw==}
|
|
|
|
make-dir@3.1.0:
|
|
resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
|
|
engines: {node: '>=8'}
|
|
|
|
make-dir@4.0.0:
|
|
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
|
|
engines: {node: '>=10'}
|
|
|
|
make-error@1.3.6:
|
|
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
|
|
|
|
makeerror@1.0.12:
|
|
resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==}
|
|
|
|
marked@17.0.6:
|
|
resolution: {integrity: sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==}
|
|
engines: {node: '>= 20'}
|
|
hasBin: true
|
|
|
|
marky@1.3.0:
|
|
resolution: {integrity: sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==}
|
|
|
|
math-intrinsics@1.1.0:
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
mdast-util-to-hast@13.2.1:
|
|
resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==}
|
|
|
|
mdn-data@2.0.28:
|
|
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
|
|
|
|
mdn-data@2.27.1:
|
|
resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==}
|
|
|
|
media-typer@0.3.0:
|
|
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
memfs@3.5.3:
|
|
resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
|
|
engines: {node: '>= 4.0.0'}
|
|
|
|
memoize-one@6.0.0:
|
|
resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
|
|
|
|
merge-descriptors@1.0.3:
|
|
resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==}
|
|
|
|
merge-stream@2.0.0:
|
|
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
|
|
|
merge2@1.4.1:
|
|
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
methods@1.1.2:
|
|
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
micromark-util-character@2.1.1:
|
|
resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==}
|
|
|
|
micromark-util-encode@2.0.1:
|
|
resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==}
|
|
|
|
micromark-util-sanitize-uri@2.0.1:
|
|
resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==}
|
|
|
|
micromark-util-symbol@2.0.1:
|
|
resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==}
|
|
|
|
micromark-util-types@2.0.2:
|
|
resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==}
|
|
|
|
micromatch@4.0.8:
|
|
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
mime-db@1.52.0:
|
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mime-db@1.54.0:
|
|
resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mime-types@2.1.35:
|
|
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mime-types@3.0.2:
|
|
resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==}
|
|
engines: {node: '>=18'}
|
|
|
|
mime@1.6.0:
|
|
resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
|
|
engines: {node: '>=4'}
|
|
hasBin: true
|
|
|
|
mime@2.6.0:
|
|
resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==}
|
|
engines: {node: '>=4.0.0'}
|
|
hasBin: true
|
|
|
|
mime@4.1.0:
|
|
resolution: {integrity: sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==}
|
|
engines: {node: '>=16'}
|
|
hasBin: true
|
|
|
|
mimic-fn@2.1.0:
|
|
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
|
engines: {node: '>=6'}
|
|
|
|
mimic-fn@4.0.0:
|
|
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
|
|
engines: {node: '>=12'}
|
|
|
|
minimatch@10.2.5:
|
|
resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
minimatch@3.1.5:
|
|
resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
|
|
|
|
minimatch@5.1.9:
|
|
resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==}
|
|
engines: {node: '>=10'}
|
|
|
|
minimatch@9.0.3:
|
|
resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minimatch@9.0.9:
|
|
resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minimist@1.2.8:
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
|
|
minipass@3.3.6:
|
|
resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
|
|
engines: {node: '>=8'}
|
|
|
|
minipass@5.0.0:
|
|
resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
minipass@7.1.3:
|
|
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minizlib@2.1.2:
|
|
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
minizlib@3.1.0:
|
|
resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==}
|
|
engines: {node: '>= 18'}
|
|
|
|
mitt@3.0.1:
|
|
resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
|
|
|
|
mkdirp@0.5.6:
|
|
resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
|
|
hasBin: true
|
|
|
|
mkdirp@1.0.4:
|
|
resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
mlly@1.8.2:
|
|
resolution: {integrity: sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==}
|
|
|
|
mocked-exports@0.1.1:
|
|
resolution: {integrity: sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==}
|
|
|
|
motion-dom@12.42.2:
|
|
resolution: {integrity: sha512-5gIMWLp/PycBtJRJWRgjxke5n8dlvkSn2DrYW+tr3XcqAZY1xZh6BJyooJXCM8wdfM7wfMjkBJNLge1CKPUIRA==}
|
|
|
|
motion-utils@12.39.0:
|
|
resolution: {integrity: sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==}
|
|
|
|
motion-v@2.3.0:
|
|
resolution: {integrity: sha512-J0CCfXtICCni9RjotDUBOs57xNpYI9yyBSohEOxaRHrmjwOtlw291fhRu/mdgEdSasys96R028YDDOAtWBbRaA==}
|
|
peerDependencies:
|
|
'@vueuse/core': '>=10.0.0'
|
|
vue: '>=3.0.0'
|
|
|
|
mrmime@2.0.1:
|
|
resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
ms@2.0.0:
|
|
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
|
|
|
|
ms@2.1.3:
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
muggle-string@0.4.1:
|
|
resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
|
|
|
|
multer@2.0.2:
|
|
resolution: {integrity: sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==}
|
|
engines: {node: '>= 10.16.0'}
|
|
|
|
multer@2.2.0:
|
|
resolution: {integrity: sha512-6rdyFg2kLrMh9Jee7/BMPuV9lEAd7lLW2YUpF9/YxR7njyoUwwQ0ZPh3TaIY50Sw6vlyD2HW3wGOkTS4P79xrQ==}
|
|
engines: {node: '>= 10.16.0'}
|
|
|
|
mute-stream@0.0.8:
|
|
resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==}
|
|
|
|
mute-stream@1.0.0:
|
|
resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==}
|
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
|
|
nanoid@3.3.15:
|
|
resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==}
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
hasBin: true
|
|
|
|
nanotar@0.3.0:
|
|
resolution: {integrity: sha512-Kv2JYYiCzt16Kt5QwAc9BFG89xfPNBx+oQL4GQXD9nLqPkZBiNaqaCWtwnbk/q7UVsTYevvM1b0UF8zmEI4pCg==}
|
|
|
|
natural-compare@1.4.0:
|
|
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
|
|
negotiator@0.6.3:
|
|
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
neo-async@2.6.2:
|
|
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
|
|
|
nitropack@2.13.4:
|
|
resolution: {integrity: sha512-tX7bT6zxNeMwkc6hxHiZeUoTOjVrcjoh1Z3cmxOlodIqjl4HISgqfGOmkWSayky3Nv9Z5+KQH52F8nmXJY5AAA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
xml2js: ^0.6.2
|
|
peerDependenciesMeta:
|
|
xml2js:
|
|
optional: true
|
|
|
|
node-abort-controller@3.1.1:
|
|
resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==}
|
|
|
|
node-addon-api@5.1.0:
|
|
resolution: {integrity: sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==}
|
|
|
|
node-addon-api@7.1.1:
|
|
resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
|
|
|
|
node-emoji@1.11.0:
|
|
resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==}
|
|
|
|
node-fetch-native@1.6.7:
|
|
resolution: {integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==}
|
|
|
|
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
|
|
|
|
node-forge@1.4.0:
|
|
resolution: {integrity: sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==}
|
|
engines: {node: '>= 6.13.0'}
|
|
|
|
node-gyp-build@4.8.4:
|
|
resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==}
|
|
hasBin: true
|
|
|
|
node-int64@0.4.0:
|
|
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
|
|
|
|
node-mock-http@1.0.4:
|
|
resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==}
|
|
|
|
node-releases@2.0.51:
|
|
resolution: {integrity: sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
nopt@5.0.0:
|
|
resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
nopt@7.2.1:
|
|
resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==}
|
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
hasBin: true
|
|
|
|
nopt@8.1.0:
|
|
resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==}
|
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
hasBin: true
|
|
|
|
normalize-path@3.0.0:
|
|
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
normalize-wheel-es@1.2.0:
|
|
resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
|
|
|
|
nostics@0.2.0:
|
|
resolution: {integrity: sha512-/WQpI46UMbqvy1okYb+V+9wW3J8/m6GJ33wm691n/tyi6YtJiZ6ssJjENAU7y4evfYrrgYN9HllKDzPvffil1w==}
|
|
|
|
nostics@1.1.4:
|
|
resolution: {integrity: sha512-U4FApICSLCQ0dYiN59pxUCEZC053palQXi57yLaNdMaL6TBY4C4q3qZrJKUGcor2dGv8EhEwt8y5KvU2bo2kFg==}
|
|
|
|
npm-run-path@4.0.1:
|
|
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
|
engines: {node: '>=8'}
|
|
|
|
npm-run-path@5.3.0:
|
|
resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
npm-run-path@6.0.0:
|
|
resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==}
|
|
engines: {node: '>=18'}
|
|
|
|
npmlog@5.0.1:
|
|
resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==}
|
|
deprecated: This package is no longer supported.
|
|
|
|
nth-check@2.1.1:
|
|
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
|
|
|
|
nuxt-link-checker@5.1.2:
|
|
resolution: {integrity: sha512-qnRRT0suYq3xTf4EGQbo0Dx0LShVOMTa3WTULJhhvn/WkpbC95uvDKQAX+/JCME3EPob4ADiy8PPTqsc74Z/ig==}
|
|
peerDependencies:
|
|
nuxt: ^3.9.0 || ^4.0.0
|
|
|
|
nuxt-og-image@6.7.2:
|
|
resolution: {integrity: sha512-+TdTqdimQvMrTxWrvci3hHLxsgP/RhkQQ+4XawLgis9tWpGCxmbdSfrelBr9C0LeQ/vhc7ztSIOzsewcGbLpXw==}
|
|
engines: {node: '>=18.0.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@resvg/resvg-js': ^2.6.0
|
|
'@resvg/resvg-wasm': ^2.6.0
|
|
'@takumi-rs/core': ^1.0.0-beta.3 || ^2.0.0-rc.5
|
|
'@takumi-rs/wasm': ^1.0.0-beta.3 || ^2.0.0-rc.5
|
|
'@unhead/vue': ^2.0.5 || ^3.0.0
|
|
fontless: ^0.2.0
|
|
nitropack: ^2.13.4
|
|
playwright-core: ^1.50.0
|
|
satori: '>=0.19.2'
|
|
sharp: ^0.34.0
|
|
tailwindcss: ^4.0.0
|
|
unifont: ^0.7.0
|
|
unstorage: ^1.15.0
|
|
zod: '>=3'
|
|
peerDependenciesMeta:
|
|
'@resvg/resvg-js':
|
|
optional: true
|
|
'@resvg/resvg-wasm':
|
|
optional: true
|
|
'@takumi-rs/core':
|
|
optional: true
|
|
'@takumi-rs/wasm':
|
|
optional: true
|
|
fontless:
|
|
optional: true
|
|
nitropack:
|
|
optional: true
|
|
playwright-core:
|
|
optional: true
|
|
satori:
|
|
optional: true
|
|
sharp:
|
|
optional: true
|
|
tailwindcss:
|
|
optional: true
|
|
unifont:
|
|
optional: true
|
|
zod:
|
|
optional: true
|
|
|
|
nuxt-schema-org@6.2.3:
|
|
resolution: {integrity: sha512-EkiLjx967+ckgSTxDRb1lDLL+AQgsmn1QhW+NRH23r9VtU3MI80hY69/XE5bEnYs0QPRYHRgppF/v9IUZ0XwEQ==}
|
|
peerDependencies:
|
|
'@unhead/vue': ^2.0.7 || ^3.0.0
|
|
unhead: ^2.0.7 || ^3.0.0
|
|
zod: '>=3'
|
|
peerDependenciesMeta:
|
|
'@unhead/vue':
|
|
optional: true
|
|
unhead:
|
|
optional: true
|
|
zod:
|
|
optional: true
|
|
|
|
nuxt-seo-utils@8.3.1:
|
|
resolution: {integrity: sha512-IChfSk6HYHeeZwTDQB2n/1Yj7jDflCWdeI6ZlElfdanZL673wE56CvAW9B1xrfGRkPalLy49OoLfp8YOzlzR7A==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@unhead/vue': ^2.0.7 || ^3.0.0
|
|
esbuild: '>=0.17.0'
|
|
lightningcss: '>=1.20.0'
|
|
nuxt: ^3.0.0 || ^4.0.0
|
|
rolldown: '>=1.0.0-beta.0'
|
|
unhead: ^2.0.7 || ^3.0.0
|
|
peerDependenciesMeta:
|
|
'@unhead/vue':
|
|
optional: true
|
|
esbuild:
|
|
optional: true
|
|
lightningcss:
|
|
optional: true
|
|
rolldown:
|
|
optional: true
|
|
unhead:
|
|
optional: true
|
|
|
|
nuxt-site-config-kit@4.1.1:
|
|
resolution: {integrity: sha512-xa341q3+RbpfNNKTwQ2Nsn980WZqF3zZPIR4PlF0xsm2M8Qfxtuaa1I7wMq6/fg/E2J9IyUm0DQ+B4mnKtMs4Q==}
|
|
|
|
nuxt-site-config@4.1.1:
|
|
resolution: {integrity: sha512-hYf7YtYng5fsuxeAH5hE11sC/Q18pPa8MOULYS2GKb9KjIMiK+d57mDIU/8i4AabVyxrYKJkNuqIg/c4dWrYAw==}
|
|
|
|
nuxt@4.4.8:
|
|
resolution: {integrity: sha512-r/DGE4cNkEDclOw9tbJ18zqu+ix3me+7QCfumPdl5lBXGWgCajskzuq/HzDkHKfIZsn7ACVEjMLRNA2teh++bQ==}
|
|
engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@parcel/watcher': ^2.1.0
|
|
'@types/node': '>=18.12.0'
|
|
peerDependenciesMeta:
|
|
'@parcel/watcher':
|
|
optional: true
|
|
'@types/node':
|
|
optional: true
|
|
|
|
nuxtseo-layer-devtools@5.3.2:
|
|
resolution: {integrity: sha512-fXWMKHJqmRxOyissWW10Jgc4dSD4Z8BrjJ/rDjF68esn62fotXwaW9aLpBSrm28NVb0SpLdJlJ2IgmF4jc2sdw==}
|
|
|
|
nuxtseo-shared@5.3.2:
|
|
resolution: {integrity: sha512-0A+oVQJUvcNKFqB/lzhG5+YhthZmrpzRv2os0LRsPbGNXwj1w3qUbmd0d7SRIP80cto1lKhZfSNZ/HxoCsbI4A==}
|
|
peerDependencies:
|
|
'@nuxt/schema': ^3.16.0 || ^4.0.0
|
|
nuxt: ^3.16.0 || ^4.0.0
|
|
nuxt-site-config: ^3.2.0 || ^4.0.0
|
|
vue: ^3.5.0
|
|
zod: ^3.23.0 || ^4.0.0
|
|
peerDependenciesMeta:
|
|
nuxt-site-config:
|
|
optional: true
|
|
zod:
|
|
optional: true
|
|
|
|
nypm@0.6.8:
|
|
resolution: {integrity: sha512-Q9K4Diu6l5u6xJQogeFSs/zKtyMSgFKFtRQV+tHP4kL7KPm2grpBU0dFIwFaXwNxN0MtfKWc43VpCugAa+LPsw==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
object-assign@4.1.1:
|
|
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
object-inspect@1.13.4:
|
|
resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
obug@2.1.3:
|
|
resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==}
|
|
engines: {node: '>=12.20.0'}
|
|
|
|
ofetch@1.5.1:
|
|
resolution: {integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==}
|
|
|
|
ofetch@2.0.0-alpha.3:
|
|
resolution: {integrity: sha512-zpYTCs2byOuft65vI3z43Dd6iSdFbOZZLb9/d21aCpx2rGastVU9dOCv0lu4ykc1Ur1anAYjDi3SUvR0vq50JA==}
|
|
|
|
ohash@2.0.11:
|
|
resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
|
|
|
|
on-change@6.0.2:
|
|
resolution: {integrity: sha512-08+12qcOVEA0fS9g/VxKS27HaT94nRutUT77J2dr8zv/unzXopvhBuF8tNLWsoLQ5IgrQ6eptGeGqUYat82U1w==}
|
|
engines: {node: '>=20'}
|
|
|
|
on-finished@2.4.1:
|
|
resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
once@1.4.0:
|
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
|
|
onetime@5.1.2:
|
|
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
|
engines: {node: '>=6'}
|
|
|
|
onetime@6.0.0:
|
|
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
oniguruma-parser@0.12.2:
|
|
resolution: {integrity: sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==}
|
|
|
|
oniguruma-to-es@4.3.6:
|
|
resolution: {integrity: sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==}
|
|
|
|
open@11.0.0:
|
|
resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==}
|
|
engines: {node: '>=20'}
|
|
|
|
optionator@0.9.4:
|
|
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
ora@5.4.1:
|
|
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
orderedmap@2.1.1:
|
|
resolution: {integrity: sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==}
|
|
|
|
os-tmpdir@1.0.2:
|
|
resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
oxc-minify@0.133.0:
|
|
resolution: {integrity: sha512-6bNsYU+5WNIaNHB16zHnL24cUaJuKiPzUvjENoMale3+U8ZBMbGYgdgt//frx0ge7UcgEGIpqtukGGNPT0kxfQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
|
|
oxc-parser@0.132.0:
|
|
resolution: {integrity: sha512-+0LAPHaqtfQlvWdpaAa09SmOaZZgP8C552xosEkGJ4+ruEwP1Vgx+sqBgcBCNfR6KDCmagGOZTde8wmAvcI/Hg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
|
|
oxc-parser@0.133.0:
|
|
resolution: {integrity: sha512-661RSx+ZcjBmjBYid+Fpp/2F5EbtildpeoZh5HdgnGs+jZ03nqQEQW8yGkt4BGyOC3OMPDQQRl8M5kqD2/g6jw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
|
|
oxc-parser@0.138.0:
|
|
resolution: {integrity: sha512-c25lvfpZ2+WY1yk6NkP0X0RTQg0ZxgSVaZHDa7lt6fEe1jwZjPWkRWvTyZ1xyaM7roVJMdtRCfbhUj/d4ims3Q==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
|
|
oxc-parser@0.139.0:
|
|
resolution: {integrity: sha512-cf1TKZN+zc0lwqigeyXKzKVk5+vNRe99Or2+wVJsXLdlhJgC+gsIniYDfj/ZEBzCJ8Xm21ZG6YtMbR262CcS2w==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
|
|
oxc-transform@0.133.0:
|
|
resolution: {integrity: sha512-9lt2b+hkG6yqe0fUDMHhMk7rgI9uTjNxU9wauQiYnHzc4kZI8JP/OhBqXTIJQTrqRJ8CkSH3O5AhQ13ke28yNg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
|
|
oxc-walker@1.0.0:
|
|
resolution: {integrity: sha512-eMsHflAGfOskpWxtp9xP/f5b96XLEU8ifTd2gOOCkdux9HMxKGy5S1ru0Gh1B3aPu+YbfmWUUVkcb7MrZz3XyQ==}
|
|
peerDependencies:
|
|
oxc-parser: '>=0.98.0'
|
|
rolldown: '>=1.0.0'
|
|
peerDependenciesMeta:
|
|
oxc-parser:
|
|
optional: true
|
|
rolldown:
|
|
optional: true
|
|
|
|
p-limit@2.3.0:
|
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
engines: {node: '>=6'}
|
|
|
|
p-limit@3.1.0:
|
|
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
p-locate@4.1.0:
|
|
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
|
|
engines: {node: '>=8'}
|
|
|
|
p-locate@5.0.0:
|
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
engines: {node: '>=10'}
|
|
|
|
p-try@2.2.0:
|
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
package-json-from-dist@1.0.1:
|
|
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
|
|
|
package-manager-detector@1.7.0:
|
|
resolution: {integrity: sha512-xg1eHpwYL/D/HEdWw2goFZP6vV0FH7W+PZ5rFkGjdIDLtxq7EkzBUeT3m+lndYCt8wKbmofUu1MUdMCXkCk9ZQ==}
|
|
|
|
parent-module@1.0.1:
|
|
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
engines: {node: '>=6'}
|
|
|
|
parse-json@5.2.0:
|
|
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
|
|
engines: {node: '>=8'}
|
|
|
|
parseurl@1.3.3:
|
|
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
passport-jwt@4.0.1:
|
|
resolution: {integrity: sha512-UCKMDYhNuGOBE9/9Ycuoyh7vP6jpeTp/+sfMJl7nLff/t6dps+iaeE0hhNkKN8/HZHcJ7lCdOyDxHdDoxoSvdQ==}
|
|
|
|
passport-strategy@1.0.0:
|
|
resolution: {integrity: sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==}
|
|
engines: {node: '>= 0.4.0'}
|
|
|
|
passport@0.7.0:
|
|
resolution: {integrity: sha512-cPLl+qZpSc+ireUvt+IzqbED1cHHkDoVYMo30jbJIdOOjQ1MQYZBPiNvmi8UM6lJuOpTPXJGZQk0DtC4y61MYQ==}
|
|
engines: {node: '>= 0.4.0'}
|
|
|
|
path-browserify@1.0.1:
|
|
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
|
|
|
|
path-exists@4.0.0:
|
|
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-expression-matcher@1.6.2:
|
|
resolution: {integrity: sha512-enSlaiat05iasnzmgNxRj8reFdj3puY2QpNgP1aPIaVfT6nn9ICuPoFlKHk8EN22HcwewshO+mN2DGbkCEOtqQ==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
path-is-absolute@1.0.1:
|
|
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
path-key@3.1.1:
|
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-key@4.0.0:
|
|
resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
path-parse@1.0.7:
|
|
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
|
|
path-scurry@1.11.1:
|
|
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
engines: {node: '>=16 || 14 >=14.18'}
|
|
|
|
path-scurry@2.0.2:
|
|
resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==}
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
path-to-regexp@0.1.13:
|
|
resolution: {integrity: sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==}
|
|
|
|
path-to-regexp@3.3.0:
|
|
resolution: {integrity: sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==}
|
|
|
|
path-type@4.0.0:
|
|
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
|
engines: {node: '>=8'}
|
|
|
|
pathe@1.1.2:
|
|
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
|
|
|
|
pathe@2.0.3:
|
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
|
|
pause@0.0.1:
|
|
resolution: {integrity: sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==}
|
|
|
|
perfect-debounce@1.0.0:
|
|
resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
|
|
|
|
perfect-debounce@2.1.0:
|
|
resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==}
|
|
|
|
picocolors@1.1.1:
|
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
|
|
picomatch@2.3.2:
|
|
resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
picomatch@4.0.1:
|
|
resolution: {integrity: sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==}
|
|
engines: {node: '>=12'}
|
|
|
|
picomatch@4.0.5:
|
|
resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
|
|
engines: {node: '>=12'}
|
|
|
|
pinia@3.0.4:
|
|
resolution: {integrity: sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==}
|
|
peerDependencies:
|
|
typescript: '>=4.5.0'
|
|
vue: ^3.5.11
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
pirates@4.0.7:
|
|
resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
pkg-dir@4.2.0:
|
|
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
pkg-types@1.3.1:
|
|
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
|
|
|
|
pkg-types@2.3.1:
|
|
resolution: {integrity: sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==}
|
|
|
|
pluralize@8.0.0:
|
|
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
|
|
engines: {node: '>=4'}
|
|
|
|
postcss-calc@10.1.1:
|
|
resolution: {integrity: sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==}
|
|
engines: {node: ^18.12 || ^20.9 || >=22.0}
|
|
peerDependencies:
|
|
postcss: ^8.4.38
|
|
|
|
postcss-colormin@8.0.1:
|
|
resolution: {integrity: sha512-qBY4ABQ6d8/mk5RRZHwMllrZMxeMey3azVY2dZUEk+RgiUC4ARdPR3/AITzNqqKTbvW/3y/MJKinDrzwqn8RDQ==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-convert-values@8.0.1:
|
|
resolution: {integrity: sha512-IdOSIX3BzfMvCc1TAHIha2gfy17xnb5vfML8e2BIKARnFOghksESfaSAB/3CXgyLfMozZAbTRPVQF5dbuKOidw==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-discard-comments@8.0.1:
|
|
resolution: {integrity: sha512-FDvzm3tXlEsQBO2XQgnta5ugsAqwBrgWH+j5QgXpegEIDYA0VPnZg2aP7LtmWtC49POskeIhXesFiU/k3NyFHA==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-discard-duplicates@8.0.1:
|
|
resolution: {integrity: sha512-stTDXkI8YkCUfADurQhp03oq5ynsgSx6Qrw5B1swds6oTHtAeOZ9I0SHGK8cY/VpWUsIYFDWMs3IWf9jIEfFvA==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-discard-empty@8.0.1:
|
|
resolution: {integrity: sha512-Zv4fM1Yfhk71tbt6gfiptbL6jDHi+7apSnaMeaO9n1uET+1embrXQw5m93Zp5x28UyQSuv+AVkFY193jdwZ33w==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-discard-overridden@8.0.1:
|
|
resolution: {integrity: sha512-ykt4fvrC7yYGzbxKyqBVjDCbsjF/11JgWK8enrdkobRyqqEtb/uDUCbKOGdvrK8X7BrShW8Lv5cCRNbdkNHGkQ==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-merge-longhand@8.0.1:
|
|
resolution: {integrity: sha512-huTfSYgQ13O81SFvAuOi7GWnO48vvybjj3xF+X3qUoPjzvvaLpJH5DcUqqXcwOEulZUcvaV4s0V9WtWs+IAQPA==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-merge-rules@8.0.1:
|
|
resolution: {integrity: sha512-o3rk4UpnPNg469tklYwbR/NtvKc/f/wJiVDTnNQ/EFPw/LeiPOHUCvV1GIBQIZHGrBAYdPjToK6a+ojYprsrxQ==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-minify-font-values@8.0.1:
|
|
resolution: {integrity: sha512-L8Nzs/PRlBSPrLdY/7rAiU5ZN5800+2J/4LRbfyG8SJnPljmgMaXVmQiCklvRS+yObfVRNtvmk/Ean/eoYcSeg==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-minify-gradients@8.0.1:
|
|
resolution: {integrity: sha512-qf+4s/hZMqTwpWN2teqf6+1yvR/SZK5HgHqXYuACeJXV7ABe7AXtBEomgxagUzcN4bSnmqBh5vnIml0dYqykYg==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-minify-params@8.0.1:
|
|
resolution: {integrity: sha512-L0h3H59deFfFg0wQN1NVaS/8E/LfGvaMuZKGO7siwlG995zo3OshtQyRkqKdVqcBwAORBvZ1nDZrKPLRapYkQw==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-minify-selectors@8.0.2:
|
|
resolution: {integrity: sha512-3icdxc/zght5UAizdwqZBDE2KOWHf1jMQCxET6iLACeNlRxfTPyXS0/COpGk8CQ2cECyaEKTRUd/i/k8Gxmz4g==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-charset@8.0.1:
|
|
resolution: {integrity: sha512-xzqr36F8UeIZOvOHsf3aul+RVJCADvSwuwpMLgizqKjisHZpBfztgW0XFLBfJvz9pJgaStaOXAtGb0zLqT6B0w==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-display-values@8.0.1:
|
|
resolution: {integrity: sha512-ZDWOijOK1FFMlpgiQCUO9fCNKd7HJ9L7z9HWEq4iyubnUFWzdTSwm/LcrMbNW6iZ1oAtqeLYA0WA3xHszOI08g==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-positions@8.0.1:
|
|
resolution: {integrity: sha512-uuivan2poSqbE48ST4do20dGaFUeXey9/H8rhHzoyVHB2I6BmkoVLZ/C9+BRjUlpaAFYVOoDY7epkiidzaYbvA==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-repeat-style@8.0.1:
|
|
resolution: {integrity: sha512-q2hq5fmKxk29K6DjKA3nZ17Q2dtjhLYFNmFweKALmooUqx6UWAHF1bBoWTu/EqlJ88josb82A/J0Atj9LJUmpQ==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-string@8.0.1:
|
|
resolution: {integrity: sha512-+Wf+kQJhm1WgSGEAuUaswE9rdpR9QbrKRVemcVHs6rhOoOTVIdAbgaicftfYA6vLM346P8onRzkEVbFN29ktKQ==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-timing-functions@8.0.1:
|
|
resolution: {integrity: sha512-W8/tvwRlm3T+yjGkg0IRTF4bvHj0vILYr/LOogCrJKHz2ey2HFRwfsAA8Bk9N4BGR7z7WmmDu/KzzwhJ6FoGPQ==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-unicode@8.0.1:
|
|
resolution: {integrity: sha512-Ad0YHNRBp4WHEOYUM/4wL/8MoL2fimEF8se/0q+Rt/owMzYpbxsypC1P8fN/oluwoRmRKdNVX7X2oycEobPWcQ==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-url@8.0.1:
|
|
resolution: {integrity: sha512-tkYcip6pCDY806xuxpJYqMW2M3/623jzGFJmz3m5Us47q8P28+gbRZxaea3Rr/CmwwLUiVlh+BTGYwQ6gvaP8A==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-normalize-whitespace@8.0.1:
|
|
resolution: {integrity: sha512-XzORadNfSrKWDZZpgAEHPKINKx8r9r9RIfE9c70g/HThdpbmPHhDYCodHSVESDxmKeySAYw1p4liuBCf7j6LyA==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-ordered-values@8.0.1:
|
|
resolution: {integrity: sha512-OLXq5lR1yk3KWQ1FPK6aWjFFdktHE9f9kb8cnt4LmIw7w30DnzgD9+sOVYJc5HenkWCX8i1MJhhFwmqc/GYqLg==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-reduce-initial@8.0.1:
|
|
resolution: {integrity: sha512-+aQsR6+61KRoIfcFNLP3v9RM7+0iYOTtPnjl1wr6JqMW1zx6S+t2ktHRefXwacFdHIDj5+ETG0KY7K3+SGQ4Nw==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-reduce-transforms@8.0.1:
|
|
resolution: {integrity: sha512-x71slHVykiFi5RuKEXM0wgYpY2PngC78x6R8TnZhHF3lhqt+u/w3MGwYLX+2t5O87ssRiMfEAhQH+3J4QwVzCw==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-selector-parser@7.1.4:
|
|
resolution: {integrity: sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==}
|
|
engines: {node: '>=4'}
|
|
|
|
postcss-svgo@8.0.1:
|
|
resolution: {integrity: sha512-HpnvWii7W0/FPrsejJa6ZTi0kNtTJP/Iba7CUMPX0xPV6QpnndOp+SDP74tFtgjA2cYKYNWJPOlmLXMsvi/9yA==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-unique-selectors@8.0.1:
|
|
resolution: {integrity: sha512-+xvKI5+/Cl8yYQwxDV39Uhuc4WV951xngFvPPjiPj2NIbIfm6vbbRTXblyw0FioLkIoGlw+7qUcY1h2YhaZYgw==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
postcss-value-parser@4.2.0:
|
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
|
|
postcss@8.5.16:
|
|
resolution: {integrity: sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
powershell-utils@0.1.0:
|
|
resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==}
|
|
engines: {node: '>=20'}
|
|
|
|
prelude-ls@1.2.1:
|
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
prettier-linter-helpers@1.0.1:
|
|
resolution: {integrity: sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
prettier@3.9.5:
|
|
resolution: {integrity: sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg==}
|
|
engines: {node: '>=14'}
|
|
hasBin: true
|
|
|
|
pretty-bytes@7.1.1:
|
|
resolution: {integrity: sha512-X+vn9z8nOFZQlxOLmfJ0iKDdMD7jYTsTW12OAlCpdoE3Igik6L37pugIZi+N3usuyp5McfgKPWi12q3zvHLeGQ==}
|
|
engines: {node: '>=20'}
|
|
|
|
pretty-format@29.7.0:
|
|
resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
|
|
prisma@5.22.0:
|
|
resolution: {integrity: sha512-vtpjW3XuYCSnMsNVBjLMNkTj6OZbudcPPTPYHqX0CJfpcdWciI1dM8uHETwmDxxiqEwCIE6WvXucWUetJgfu/A==}
|
|
engines: {node: '>=16.13'}
|
|
hasBin: true
|
|
|
|
process-nextick-args@2.0.1:
|
|
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
|
|
|
process@0.11.10:
|
|
resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
|
|
engines: {node: '>= 0.6.0'}
|
|
|
|
prompts@2.4.2:
|
|
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
|
|
engines: {node: '>= 6'}
|
|
|
|
proper-lockfile@4.1.2:
|
|
resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==}
|
|
|
|
property-information@7.2.0:
|
|
resolution: {integrity: sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==}
|
|
|
|
prosemirror-changeset@2.4.1:
|
|
resolution: {integrity: sha512-96WBLhOaYhJ+kPhLg3uW359Tz6I/MfcrQfL4EGv4SrcqKEMC1gmoGrXHecPE8eOwTVCJ4IwgfzM8fFad25wNfw==}
|
|
|
|
prosemirror-commands@1.7.1:
|
|
resolution: {integrity: sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==}
|
|
|
|
prosemirror-dropcursor@1.8.3:
|
|
resolution: {integrity: sha512-FoYbsJR8gK+DGlqhNoE29Loa38eIZPzQRIb1VMaDNBoo4OLP6vVof/jR8qFY/6XvUd6Dhug8MDCHl2a/h8RTfQ==}
|
|
|
|
prosemirror-gapcursor@1.4.1:
|
|
resolution: {integrity: sha512-pMdYaEnjNMSwl11yjEGtgTmLkR08m/Vl+Jj443167p9eB3HVQKhYCc4gmHVDsLPODfZfjr/MmirsdyZziXbQKw==}
|
|
|
|
prosemirror-history@1.5.0:
|
|
resolution: {integrity: sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==}
|
|
|
|
prosemirror-inputrules@1.5.1:
|
|
resolution: {integrity: sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==}
|
|
|
|
prosemirror-keymap@1.2.3:
|
|
resolution: {integrity: sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==}
|
|
|
|
prosemirror-model@1.25.11:
|
|
resolution: {integrity: sha512-QWg9RhnpLlogAmp3p96uEFrE5txQpFynd4vhBAELkwgOCWQs/X0yCzB3/hrHqiPwf91RG5KyWq6553zs9JqIOQ==}
|
|
|
|
prosemirror-schema-list@1.5.1:
|
|
resolution: {integrity: sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==}
|
|
|
|
prosemirror-state@1.4.4:
|
|
resolution: {integrity: sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==}
|
|
|
|
prosemirror-tables@1.8.5:
|
|
resolution: {integrity: sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==}
|
|
|
|
prosemirror-transform@1.12.0:
|
|
resolution: {integrity: sha512-GxboyN4AMIsoHNtz5uf2r2Ru551i5hWeCMD6E2Ib4Eogqoub0NflniaBPVQ4MrGE5yZ8JV9tUHg9qcZTTrcN4w==}
|
|
|
|
prosemirror-view@1.42.1:
|
|
resolution: {integrity: sha512-rRqzZnRgkyh69XoOMrfFJHwauHscLBmHbq772kwbic1ymQAM8gXjzEbJse5j1ep2UO2HRIAQL0bY3kZ/RoqjVw==}
|
|
|
|
proto-list@1.2.4:
|
|
resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==}
|
|
|
|
proxy-addr@2.0.7:
|
|
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
|
|
engines: {node: '>= 0.10'}
|
|
|
|
proxy-from-env@2.1.0:
|
|
resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==}
|
|
engines: {node: '>=10'}
|
|
|
|
punycode@2.3.1:
|
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
engines: {node: '>=6'}
|
|
|
|
pure-rand@6.1.0:
|
|
resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==}
|
|
|
|
qs@6.14.2:
|
|
resolution: {integrity: sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==}
|
|
engines: {node: '>=0.6'}
|
|
|
|
qs@6.15.3:
|
|
resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==}
|
|
engines: {node: '>=0.6'}
|
|
|
|
quansync@0.2.11:
|
|
resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
|
|
|
|
quansync@1.0.0:
|
|
resolution: {integrity: sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==}
|
|
|
|
queue-microtask@1.2.3:
|
|
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
|
|
radix3@1.1.2:
|
|
resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==}
|
|
|
|
range-parser@1.2.1:
|
|
resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
raw-body@2.5.3:
|
|
resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
rc9@3.0.1:
|
|
resolution: {integrity: sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==}
|
|
|
|
react-is@18.3.1:
|
|
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
|
|
|
|
readable-stream@2.3.8:
|
|
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
|
|
|
|
readable-stream@3.6.2:
|
|
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
readable-stream@4.7.0:
|
|
resolution: {integrity: sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
readdir-glob@1.1.3:
|
|
resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==}
|
|
|
|
readdirp@3.6.0:
|
|
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
|
engines: {node: '>=8.10.0'}
|
|
|
|
readdirp@5.0.0:
|
|
resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
|
|
engines: {node: '>= 20.19.0'}
|
|
|
|
redis-errors@1.2.0:
|
|
resolution: {integrity: sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==}
|
|
engines: {node: '>=4'}
|
|
|
|
redis-parser@3.0.0:
|
|
resolution: {integrity: sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==}
|
|
engines: {node: '>=4'}
|
|
|
|
reflect-metadata@0.2.2:
|
|
resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==}
|
|
|
|
regex-recursion@6.0.2:
|
|
resolution: {integrity: sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==}
|
|
|
|
regex-utilities@2.3.0:
|
|
resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==}
|
|
|
|
regex@6.1.0:
|
|
resolution: {integrity: sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==}
|
|
|
|
regexp-tree@0.1.27:
|
|
resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==}
|
|
hasBin: true
|
|
|
|
reka-ui@2.9.10:
|
|
resolution: {integrity: sha512-yuvZVTp4fWH2G3qk+ze/x6YYlyc2Xl1d+eMUlIYrKqzTowBKteoDoN17fitURmqSUck3mc7JbcYgp49DnGu2EQ==}
|
|
peerDependencies:
|
|
vue: '>= 3.4.0'
|
|
|
|
repeat-string@1.6.1:
|
|
resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==}
|
|
engines: {node: '>=0.10'}
|
|
|
|
require-directory@2.1.1:
|
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
require-from-string@2.0.2:
|
|
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
resolve-cwd@3.0.0:
|
|
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
resolve-from@4.0.0:
|
|
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
engines: {node: '>=4'}
|
|
|
|
resolve-from@5.0.0:
|
|
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
engines: {node: '>=8'}
|
|
|
|
resolve.exports@2.0.3:
|
|
resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==}
|
|
engines: {node: '>=10'}
|
|
|
|
resolve@1.22.12:
|
|
resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==}
|
|
engines: {node: '>= 0.4'}
|
|
hasBin: true
|
|
|
|
restore-cursor@3.1.0:
|
|
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
retry@0.12.0:
|
|
resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==}
|
|
engines: {node: '>= 4'}
|
|
|
|
reusify@1.1.0:
|
|
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
|
|
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
|
|
rfdc@1.4.1:
|
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
|
|
|
rimraf@3.0.2:
|
|
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
|
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
hasBin: true
|
|
|
|
rolldown@1.1.5:
|
|
resolution: {integrity: sha512-t9z29cJjXf/vxQ8dyhCSpt6H6aSwHTk8cT5I3iy6SMXuFpk5mB6PL6XfC8PCwrPTx93udwKUm9HRteAlTGBLiA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
|
|
rollup-plugin-visualizer@7.0.1:
|
|
resolution: {integrity: sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==}
|
|
engines: {node: '>=22'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
rolldown: 1.x || ^1.0.0-beta || ^1.0.0-rc
|
|
rollup: 2.x || 3.x || 4.x
|
|
peerDependenciesMeta:
|
|
rolldown:
|
|
optional: true
|
|
rollup:
|
|
optional: true
|
|
|
|
rollup@4.62.2:
|
|
resolution: {integrity: sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==}
|
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
hasBin: true
|
|
|
|
rope-sequence@1.3.4:
|
|
resolution: {integrity: sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==}
|
|
|
|
rou3@0.8.1:
|
|
resolution: {integrity: sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==}
|
|
|
|
run-applescript@7.1.0:
|
|
resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
run-async@2.4.1:
|
|
resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
run-async@3.0.0:
|
|
resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
run-parallel@1.2.0:
|
|
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
|
|
rxjs@7.8.1:
|
|
resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
|
|
|
|
rxjs@7.8.2:
|
|
resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
|
|
|
|
safe-buffer@5.1.2:
|
|
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
|
|
|
|
safe-buffer@5.2.1:
|
|
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
|
|
safer-buffer@2.1.2:
|
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
|
|
sass@1.101.0:
|
|
resolution: {integrity: sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==}
|
|
engines: {node: '>=20.19.0'}
|
|
hasBin: true
|
|
|
|
sax@1.6.0:
|
|
resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==}
|
|
engines: {node: '>=11.0.0'}
|
|
|
|
schema-utils@3.3.0:
|
|
resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
|
|
engines: {node: '>= 10.13.0'}
|
|
|
|
schema-utils@4.3.3:
|
|
resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==}
|
|
engines: {node: '>= 10.13.0'}
|
|
|
|
scule@1.3.0:
|
|
resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
|
|
|
|
semver@6.3.1:
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
hasBin: true
|
|
|
|
semver@7.8.5:
|
|
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
send@0.19.2:
|
|
resolution: {integrity: sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
send@1.2.1:
|
|
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
engines: {node: '>= 18'}
|
|
|
|
serialize-javascript@7.0.7:
|
|
resolution: {integrity: sha512-YAy8Od6KV+uuwUuU50np8fGB/Aues6Y0nAhA9y/hId74PlKUcme4pXcBD46NWKr1Q4osN/iseZ17YqO1XfmI8g==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
seroval@1.5.5:
|
|
resolution: {integrity: sha512-bSjOuPcwPKLSJNhr9+bZxA20nQxVle5J5MNsYRVE6cIg7KpRLXGupymePavu0jrxlPiPsr4xGZSB8yUY2sH2sw==}
|
|
engines: {node: '>=10'}
|
|
|
|
serve-placeholder@2.0.2:
|
|
resolution: {integrity: sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==}
|
|
|
|
serve-static@1.16.3:
|
|
resolution: {integrity: sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
serve-static@2.2.1:
|
|
resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
|
|
engines: {node: '>= 18'}
|
|
|
|
set-blocking@2.0.0:
|
|
resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
|
|
|
|
set-function-length@1.2.2:
|
|
resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
setprototypeof@1.2.0:
|
|
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
|
|
|
sharp@0.35.3:
|
|
resolution: {integrity: sha512-ej0zVHuZGHCiABXcNxeYhpRnPNPAcvbG8RMdBAhDAxLKkCRVSpK3Iyu7qbqw3JMzoj0REeM6f3tJLtVwl0023Q==}
|
|
engines: {node: '>=20.9.0'}
|
|
peerDependencies:
|
|
'@types/node': '*'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
shebang-command@2.0.0:
|
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
engines: {node: '>=8'}
|
|
|
|
shebang-regex@3.0.0:
|
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
engines: {node: '>=8'}
|
|
|
|
shell-quote@1.10.0:
|
|
resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
shiki@4.3.1:
|
|
resolution: {integrity: sha512-oR+qDVi2OjX1tmDpyv+3KviX01KzO6Af+0NNnKnsp9491UEGz2YpxTuJboS/6VhYpTdqzmuJBuiTlrAWWJAssw==}
|
|
engines: {node: '>=20'}
|
|
|
|
side-channel-list@1.0.1:
|
|
resolution: {integrity: sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
side-channel-map@1.0.1:
|
|
resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
side-channel-weakmap@1.0.2:
|
|
resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
side-channel@1.1.1:
|
|
resolution: {integrity: sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
siginfo@2.0.0:
|
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
|
|
signal-exit@3.0.7:
|
|
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
|
|
|
signal-exit@4.1.0:
|
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
engines: {node: '>=14'}
|
|
|
|
simple-git@3.36.0:
|
|
resolution: {integrity: sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==}
|
|
|
|
sirv@3.0.2:
|
|
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
|
|
engines: {node: '>=18'}
|
|
|
|
sisteransi@1.0.5:
|
|
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
|
|
|
|
site-config-stack@4.1.1:
|
|
resolution: {integrity: sha512-sJoqaL3ihMkAGgOXBfg28zL55qZdzgNj0BQBQf3QSw2ilCYSGRNYWgg6kucxmmcyFtRC89WlOXAqG0OR422Xng==}
|
|
peerDependencies:
|
|
vue: ^3.5.30
|
|
|
|
slash@3.0.0:
|
|
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
|
engines: {node: '>=8'}
|
|
|
|
slash@5.1.0:
|
|
resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
smob@1.6.2:
|
|
resolution: {integrity: sha512-RQsvleCbF8cVHEv+xuDGaA4pOizFqJ0GgjtMSRo6oP8pnN7WsigHgVGey6aILRBKv4W2YOMHLqbKdnB6hpB9fw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
source-map-js@1.2.1:
|
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
source-map-support@0.5.13:
|
|
resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==}
|
|
|
|
source-map-support@0.5.21:
|
|
resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
|
|
|
|
source-map@0.6.1:
|
|
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
source-map@0.7.4:
|
|
resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
source-map@0.7.6:
|
|
resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
|
|
engines: {node: '>= 12'}
|
|
|
|
space-separated-tokens@2.0.2:
|
|
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
|
|
|
|
speakingurl@14.0.1:
|
|
resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
sprintf-js@1.0.3:
|
|
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
|
|
|
|
srvx@0.11.22:
|
|
resolution: {integrity: sha512-LqZxxBDMKuMAZzFzJnDCkFOrs9MZQZr0LvHiO/SuSZVdQaXD7xQ5UWTUxheJrQPve1qk9MG2B/yttUvJxw8egQ==}
|
|
engines: {node: '>=20.16.0'}
|
|
hasBin: true
|
|
|
|
stack-utils@2.0.6:
|
|
resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
stackback@0.0.2:
|
|
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
|
|
standard-as-callback@2.1.0:
|
|
resolution: {integrity: sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==}
|
|
|
|
statuses@2.0.2:
|
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
std-env@4.2.0:
|
|
resolution: {integrity: sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==}
|
|
|
|
streamsearch@1.1.0:
|
|
resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
|
|
engines: {node: '>=10.0.0'}
|
|
|
|
streamx@2.28.0:
|
|
resolution: {integrity: sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==}
|
|
|
|
string-length@4.0.2:
|
|
resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
string-width@4.2.3:
|
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
engines: {node: '>=8'}
|
|
|
|
string-width@5.1.2:
|
|
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
|
|
engines: {node: '>=12'}
|
|
|
|
string-width@7.2.0:
|
|
resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
string_decoder@1.1.1:
|
|
resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
|
|
|
|
string_decoder@1.3.0:
|
|
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
|
|
|
stringify-entities@4.0.4:
|
|
resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
|
|
|
|
strip-ansi@6.0.1:
|
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-ansi@7.2.0:
|
|
resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
|
|
engines: {node: '>=12'}
|
|
|
|
strip-bom@3.0.0:
|
|
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
|
|
engines: {node: '>=4'}
|
|
|
|
strip-bom@4.0.0:
|
|
resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-final-newline@2.0.0:
|
|
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
|
|
engines: {node: '>=6'}
|
|
|
|
strip-final-newline@3.0.0:
|
|
resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
|
|
engines: {node: '>=12'}
|
|
|
|
strip-json-comments@3.1.1:
|
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-literal@3.1.0:
|
|
resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
|
|
|
|
strnum@2.4.1:
|
|
resolution: {integrity: sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==}
|
|
|
|
strtok3@10.3.5:
|
|
resolution: {integrity: sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==}
|
|
engines: {node: '>=18'}
|
|
|
|
structured-clone-es@2.0.0:
|
|
resolution: {integrity: sha512-5UuAHmBLXYPCl22xWJrFuGmIhBKQzxISPVz6E7nmTmTcAOpUzlbjKJsRrCE4vADmMQ0dzeCnlWn9XufnAGf76Q==}
|
|
|
|
stylehacks@8.0.1:
|
|
resolution: {integrity: sha512-Gv095oTD0N+BdJALNFDsxZpETHZLTxbOl5RyIO7y6VAE6sR3z0MnV3Nix7N0IATNldNTrkvSASp2KR1Yt526HA==}
|
|
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
|
|
peerDependencies:
|
|
postcss: ^8.5.15
|
|
|
|
superagent@8.1.2:
|
|
resolution: {integrity: sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==}
|
|
engines: {node: '>=6.4.0 <13 || >=14'}
|
|
deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net
|
|
|
|
superjson@2.2.6:
|
|
resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==}
|
|
engines: {node: '>=16'}
|
|
|
|
supertest@6.3.4:
|
|
resolution: {integrity: sha512-erY3HFDG0dPnhw4U+udPfrzXa4xhSG+n4rxfRuZWCUvjFWwKl+OxWf/7zk50s84/fAAs7vf5QAb9uRa0cCykxw==}
|
|
engines: {node: '>=6.4.0'}
|
|
deprecated: Please upgrade to supertest v7.1.3+, see release notes at https://github.com/forwardemail/supertest/releases/tag/v7.1.3 - maintenance is supported by Forward Email @ https://forwardemail.net
|
|
|
|
supports-color@10.2.2:
|
|
resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
|
|
engines: {node: '>=18'}
|
|
|
|
supports-color@7.2.0:
|
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
engines: {node: '>=8'}
|
|
|
|
supports-color@8.1.1:
|
|
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
supports-preserve-symlinks-flag@1.0.0:
|
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
svgo@4.0.2:
|
|
resolution: {integrity: sha512-ekx94z1rRc5LDi6oSUaeRnYhd0UOJxdtQCL2rF8xpWxD3TPAsISWOrxezqGovqS38GRZOdpDfvQe3ts6F7nsng==}
|
|
engines: {node: '>=16'}
|
|
hasBin: true
|
|
|
|
swagger-ui-dist@5.17.14:
|
|
resolution: {integrity: sha512-CVbSfaLpstV65OnSjbXfVd6Sta3q3F7Cj/yYuvHMp1P90LztOLs6PfUnKEVAeiIVQt9u2SaPwv0LiH/OyMjHRw==}
|
|
|
|
symbol-observable@4.0.0:
|
|
resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==}
|
|
engines: {node: '>=0.10'}
|
|
|
|
synckit@0.11.13:
|
|
resolution: {integrity: sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==}
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
|
|
tagged-tag@1.0.0:
|
|
resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
|
|
engines: {node: '>=20'}
|
|
|
|
tailwind-merge@3.6.0:
|
|
resolution: {integrity: sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==}
|
|
|
|
tailwind-variants@3.2.2:
|
|
resolution: {integrity: sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==}
|
|
engines: {node: '>=16.x', pnpm: '>=7.x'}
|
|
peerDependencies:
|
|
tailwind-merge: '>=3.0.0'
|
|
tailwindcss: '*'
|
|
peerDependenciesMeta:
|
|
tailwind-merge:
|
|
optional: true
|
|
|
|
tailwindcss@4.3.2:
|
|
resolution: {integrity: sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==}
|
|
|
|
tapable@2.3.3:
|
|
resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
|
|
engines: {node: '>=6'}
|
|
|
|
tar-stream@3.2.0:
|
|
resolution: {integrity: sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==}
|
|
|
|
tar@6.2.1:
|
|
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
|
|
engines: {node: '>=10'}
|
|
deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
|
|
tar@7.5.20:
|
|
resolution: {integrity: sha512-9FcyK4PA6+WbzlTM9WhQm6vB5W7cP7dUiPsv1g7YDwEQnQ1CGpK3MGlKk/ITVWMk05kHZuBhmVhiv8LZoy/PFQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
teex@1.0.1:
|
|
resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==}
|
|
|
|
terser-webpack-plugin@5.6.1:
|
|
resolution: {integrity: sha512-201R5j+sJpK8nFWwKVyNfZot8FaJbLZDq5evriVzbV1wDtSXDjRUDRfJzHpAaxFDMEhsZL1QkeqM61wgsS3KaQ==}
|
|
engines: {node: '>= 10.13.0'}
|
|
peerDependencies:
|
|
'@minify-html/node': '*'
|
|
'@swc/core': '*'
|
|
'@swc/css': '*'
|
|
'@swc/html': '*'
|
|
clean-css: '*'
|
|
cssnano: '*'
|
|
csso: '*'
|
|
esbuild: '*'
|
|
html-minifier-terser: '*'
|
|
lightningcss: '*'
|
|
postcss: '*'
|
|
uglify-js: '*'
|
|
webpack: ^5.1.0
|
|
peerDependenciesMeta:
|
|
'@minify-html/node':
|
|
optional: true
|
|
'@swc/core':
|
|
optional: true
|
|
'@swc/css':
|
|
optional: true
|
|
'@swc/html':
|
|
optional: true
|
|
clean-css:
|
|
optional: true
|
|
cssnano:
|
|
optional: true
|
|
csso:
|
|
optional: true
|
|
esbuild:
|
|
optional: true
|
|
html-minifier-terser:
|
|
optional: true
|
|
lightningcss:
|
|
optional: true
|
|
postcss:
|
|
optional: true
|
|
uglify-js:
|
|
optional: true
|
|
|
|
terser@5.49.0:
|
|
resolution: {integrity: sha512-SNiDnXyHSrxVcIOtVbULzcTmniUiwcV7Nwdyj1twVubeTmbjoa8p69KKDpfkdoOavuM4/GRm1+ykI8qqnavHoA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
test-exclude@6.0.0:
|
|
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
|
|
engines: {node: '>=8'}
|
|
|
|
text-decoder@1.2.7:
|
|
resolution: {integrity: sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==}
|
|
|
|
text-table@0.2.0:
|
|
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
|
|
|
through@2.3.8:
|
|
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
|
|
|
|
tiny-inflate@1.0.3:
|
|
resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==}
|
|
|
|
tiny-invariant@1.3.3:
|
|
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
|
|
|
|
tinybench@2.9.0:
|
|
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
|
|
tinyclip@0.1.15:
|
|
resolution: {integrity: sha512-uo33abH+Ays0xYaDysoBt494Hb3hsEczMpcC0MwFl773pazORx4fmvKhclhR1wonUbB6vvpRsvVMwnhfqeMc+A==}
|
|
engines: {node: ^16.14.0 || >= 17.3.0}
|
|
|
|
tinyexec@1.2.4:
|
|
resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==}
|
|
engines: {node: '>=18'}
|
|
|
|
tinyglobby@0.2.17:
|
|
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
tinyrainbow@3.1.0:
|
|
resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
tmp@0.0.33:
|
|
resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==}
|
|
engines: {node: '>=0.6.0'}
|
|
|
|
tmpl@1.0.5:
|
|
resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==}
|
|
|
|
to-regex-range@5.0.1:
|
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
engines: {node: '>=8.0'}
|
|
|
|
toidentifier@1.0.1:
|
|
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
|
|
engines: {node: '>=0.6'}
|
|
|
|
token-types@6.1.2:
|
|
resolution: {integrity: sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==}
|
|
engines: {node: '>=14.16'}
|
|
|
|
totalist@3.0.1:
|
|
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
tr46@0.0.3:
|
|
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
|
|
tree-kill@1.2.2:
|
|
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
|
hasBin: true
|
|
|
|
trim-lines@3.0.1:
|
|
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
|
|
|
|
ts-api-utils@1.4.3:
|
|
resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
|
|
engines: {node: '>=16'}
|
|
peerDependencies:
|
|
typescript: '>=4.2.0'
|
|
|
|
ts-jest@29.4.11:
|
|
resolution: {integrity: sha512-IrFl7l9AuB/qrNw5quqvAv/hmKMb8dhWOH4jQOGo0Oq8tCeo1O86/iTFG1FaRimgUkF13l4PcepO8ATFT6Ns4g==}
|
|
engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@babel/core': '>=7.0.0-beta.0 <8'
|
|
'@jest/transform': ^29.0.0 || ^30.0.0
|
|
'@jest/types': ^29.0.0 || ^30.0.0
|
|
babel-jest: ^29.0.0 || ^30.0.0
|
|
esbuild: '*'
|
|
jest: ^29.0.0 || ^30.0.0
|
|
jest-util: ^29.0.0 || ^30.0.0
|
|
typescript: '>=4.3 <7'
|
|
peerDependenciesMeta:
|
|
'@babel/core':
|
|
optional: true
|
|
'@jest/transform':
|
|
optional: true
|
|
'@jest/types':
|
|
optional: true
|
|
babel-jest:
|
|
optional: true
|
|
esbuild:
|
|
optional: true
|
|
jest-util:
|
|
optional: true
|
|
|
|
ts-loader@9.6.2:
|
|
resolution: {integrity: sha512-R4iuczmtgxvtuI556s+hTZ6/7Ee03VCAk/l/M8LY1OAsUgB7YydsCxkgq9D9pKRaD7GJqUi2u8fp9zZP/ufjKA==}
|
|
engines: {node: '>=12.0.0'}
|
|
peerDependencies:
|
|
loader-utils: '*'
|
|
typescript: '*'
|
|
webpack: ^4.0.0 || ^5.0.0
|
|
peerDependenciesMeta:
|
|
loader-utils:
|
|
optional: true
|
|
|
|
ts-node@10.9.2:
|
|
resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@swc/core': '>=1.2.50'
|
|
'@swc/wasm': '>=1.2.50'
|
|
'@types/node': '*'
|
|
typescript: '>=2.7'
|
|
peerDependenciesMeta:
|
|
'@swc/core':
|
|
optional: true
|
|
'@swc/wasm':
|
|
optional: true
|
|
|
|
tsconfig-paths-webpack-plugin@4.2.0:
|
|
resolution: {integrity: sha512-zbem3rfRS8BgeNK50Zz5SIQgXzLafiHjOwUAvk/38/o1jHn/V5QAgVUcz884or7WYcPaH3N2CIfUc2u0ul7UcA==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
tsconfig-paths@4.2.0:
|
|
resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==}
|
|
engines: {node: '>=6'}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
turbo@2.10.4:
|
|
resolution: {integrity: sha512-GQpduILaKjoaGljw097ScsSyKTtZSY7cZ3bJktzfTkPMyCf3ShKLuXK2IaOEN2Plziml+ArR7WJ1m+V4VbnaKQ==}
|
|
hasBin: true
|
|
|
|
type-check@0.4.0:
|
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
type-detect@4.0.8:
|
|
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
|
|
engines: {node: '>=4'}
|
|
|
|
type-fest@0.20.2:
|
|
resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
type-fest@0.21.3:
|
|
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
|
|
engines: {node: '>=10'}
|
|
|
|
type-fest@4.41.0:
|
|
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
|
|
engines: {node: '>=16'}
|
|
|
|
type-fest@5.8.0:
|
|
resolution: {integrity: sha512-YGYEVz3Fm5iy/AybuA0oyNFq7H4CgQNfRp/qfe8nurE1kuCeNm3/vfm9X4Mtl+qLyaKJUh5xrFZwogr41SMjYA==}
|
|
engines: {node: '>=20'}
|
|
|
|
type-is@1.6.18:
|
|
resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
type-level-regexp@0.1.17:
|
|
resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
|
|
|
|
typedarray@0.0.6:
|
|
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
|
|
|
|
typescript@5.7.2:
|
|
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
typescript@5.9.3:
|
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
typescript@6.0.3:
|
|
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
ufo@1.6.4:
|
|
resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==}
|
|
|
|
uglify-js@3.19.3:
|
|
resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==}
|
|
engines: {node: '>=0.8.0'}
|
|
hasBin: true
|
|
|
|
uid@2.0.2:
|
|
resolution: {integrity: sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==}
|
|
engines: {node: '>=8'}
|
|
|
|
uint8array-extras@1.5.0:
|
|
resolution: {integrity: sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==}
|
|
engines: {node: '>=18'}
|
|
|
|
ultrahtml@1.7.0:
|
|
resolution: {integrity: sha512-2xRd0VHoAQE4M+vF/DvFFB7pUV0ZxTW1TLi7lHQWnF/Sb5TPeEUV/l+hxcNnGO00ZXGnR0voCMmYRKQf+rvJ2g==}
|
|
|
|
unconfig-core@7.5.0:
|
|
resolution: {integrity: sha512-Su3FauozOGP44ZmKdHy2oE6LPjk51M/TRRjHv2HNCWiDvfvCoxC2lno6jevMA91MYAdCdwP05QnWdWpSbncX/w==}
|
|
|
|
unconfig@7.5.0:
|
|
resolution: {integrity: sha512-oi8Qy2JV4D3UQ0PsopR28CzdQ3S/5A1zwsUwp/rosSbfhJ5z7b90bIyTwi/F7hCLD4SGcZVjDzd4XoUQcEanvA==}
|
|
|
|
uncrypto@0.1.3:
|
|
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
|
|
|
|
unctx@2.5.0:
|
|
resolution: {integrity: sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==}
|
|
|
|
undici-types@6.21.0:
|
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
|
|
undici-types@7.18.2:
|
|
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
|
|
|
unenv@2.0.0-rc.24:
|
|
resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==}
|
|
|
|
unhead@2.1.15:
|
|
resolution: {integrity: sha512-MCt5T90mCWyr3Z6pUCdM9lVRXoMoVBlL7z7U4CYVIiaDiuzad/UCfLuMqz5MeNmpZUgoBCQnrucJimU7EZR+XA==}
|
|
|
|
unicorn-magic@0.3.0:
|
|
resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
|
|
engines: {node: '>=18'}
|
|
|
|
unicorn-magic@0.4.0:
|
|
resolution: {integrity: sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==}
|
|
engines: {node: '>=20'}
|
|
|
|
unifont@0.7.4:
|
|
resolution: {integrity: sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==}
|
|
|
|
unimport@5.7.0:
|
|
resolution: {integrity: sha512-njnL6sp8lEA8QQbZrt+52p/g4X0rw3bnGGmUcJnt1jeG8+iiqO779aGz0PirCtydAIVcuTBRlJ52F0u46z309Q==}
|
|
engines: {node: '>=18.12.0'}
|
|
|
|
unimport@6.3.0:
|
|
resolution: {integrity: sha512-M+Dxk5W9WRd+8j56W9tp8lGW/dmMc7g5zj7BWQnEjKQhryBstqsi1V0izb0zHwSkEN8cSYV7K75/bykairV2tA==}
|
|
engines: {node: '>=18.12.0'}
|
|
peerDependencies:
|
|
oxc-parser: '*'
|
|
rolldown: ^1.0.0
|
|
peerDependenciesMeta:
|
|
oxc-parser:
|
|
optional: true
|
|
rolldown:
|
|
optional: true
|
|
|
|
unist-util-is@6.0.1:
|
|
resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==}
|
|
|
|
unist-util-position@5.0.0:
|
|
resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
|
|
|
|
unist-util-stringify-position@4.0.0:
|
|
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
|
|
|
|
unist-util-visit-parents@6.0.2:
|
|
resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
|
|
|
|
unist-util-visit@5.1.0:
|
|
resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==}
|
|
|
|
universalify@2.0.1:
|
|
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
|
|
engines: {node: '>= 10.0.0'}
|
|
|
|
unpipe@1.0.0:
|
|
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
unplugin-auto-import@21.0.0:
|
|
resolution: {integrity: sha512-vWuC8SwqJmxZFYwPojhOhOXDb5xFhNNcEVb9K/RFkyk/3VnfaOjzitWN7v+8DEKpMjSsY2AEGXNgt6I0yQrhRQ==}
|
|
engines: {node: '>=20.19.0'}
|
|
peerDependencies:
|
|
'@nuxt/kit': ^4.0.0
|
|
'@vueuse/core': '*'
|
|
peerDependenciesMeta:
|
|
'@nuxt/kit':
|
|
optional: true
|
|
'@vueuse/core':
|
|
optional: true
|
|
|
|
unplugin-utils@0.3.2:
|
|
resolution: {integrity: sha512-xVToRh2CTmLk2HnEG7ac4rl1MJTT3RFkpS8B++/SnB0kXvuaavD+n3m/vrzyWQOdJNSZQACnbz01pnppbwV5BA==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
unplugin-vue-components@32.1.0:
|
|
resolution: {integrity: sha512-YiUkSxuRjab18XFOrX5VsIxXzccrfmHVGsGeJgSgklb829DQmCy9E4vvDUE4tuvZZdxyFJZX0Oc4TPnnxiiMyg==}
|
|
engines: {node: '>=20.19.0'}
|
|
peerDependencies:
|
|
'@nuxt/kit': ^3.2.2 || ^4.0.0
|
|
vue: ^3.0.0
|
|
peerDependenciesMeta:
|
|
'@nuxt/kit':
|
|
optional: true
|
|
|
|
unplugin@2.3.11:
|
|
resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==}
|
|
engines: {node: '>=18.12.0'}
|
|
|
|
unplugin@3.3.0:
|
|
resolution: {integrity: sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
peerDependencies:
|
|
'@farmfe/core': '*'
|
|
'@rspack/core': '*'
|
|
bun-types-no-globals: '*'
|
|
esbuild: '*'
|
|
rolldown: '*'
|
|
rollup: '*'
|
|
unloader: '*'
|
|
vite: '*'
|
|
webpack: '*'
|
|
peerDependenciesMeta:
|
|
'@farmfe/core':
|
|
optional: true
|
|
'@rspack/core':
|
|
optional: true
|
|
bun-types-no-globals:
|
|
optional: true
|
|
esbuild:
|
|
optional: true
|
|
rolldown:
|
|
optional: true
|
|
rollup:
|
|
optional: true
|
|
unloader:
|
|
optional: true
|
|
vite:
|
|
optional: true
|
|
webpack:
|
|
optional: true
|
|
|
|
unrouting@0.1.7:
|
|
resolution: {integrity: sha512-+0hfD+CVWtD636rc5Fn9VEjjTEDhdqgMpbwAuVoUmydSHDaMNiFW93SJG4LV++RoGSEAyvQN5uABAscYpDphpQ==}
|
|
|
|
unstorage@1.17.5:
|
|
resolution: {integrity: sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==}
|
|
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 || ^7 || ^8
|
|
'@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/functions': ^2.2.12 || ^3.0.0
|
|
'@vercel/kv': ^1 || ^2 || ^3
|
|
aws4fetch: ^1.0.20
|
|
db0: '>=0.2.1'
|
|
idb-keyval: ^6.2.1
|
|
ioredis: ^5.4.2
|
|
uploadthing: ^7.4.4
|
|
peerDependenciesMeta:
|
|
'@azure/app-configuration':
|
|
optional: true
|
|
'@azure/cosmos':
|
|
optional: true
|
|
'@azure/data-tables':
|
|
optional: true
|
|
'@azure/identity':
|
|
optional: true
|
|
'@azure/keyvault-secrets':
|
|
optional: true
|
|
'@azure/storage-blob':
|
|
optional: true
|
|
'@capacitor/preferences':
|
|
optional: true
|
|
'@deno/kv':
|
|
optional: true
|
|
'@netlify/blobs':
|
|
optional: true
|
|
'@planetscale/database':
|
|
optional: true
|
|
'@upstash/redis':
|
|
optional: true
|
|
'@vercel/blob':
|
|
optional: true
|
|
'@vercel/functions':
|
|
optional: true
|
|
'@vercel/kv':
|
|
optional: true
|
|
aws4fetch:
|
|
optional: true
|
|
db0:
|
|
optional: true
|
|
idb-keyval:
|
|
optional: true
|
|
ioredis:
|
|
optional: true
|
|
uploadthing:
|
|
optional: true
|
|
|
|
untun@0.1.3:
|
|
resolution: {integrity: sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==}
|
|
hasBin: true
|
|
|
|
untyped@2.0.0:
|
|
resolution: {integrity: sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==}
|
|
hasBin: true
|
|
|
|
unwasm@0.5.3:
|
|
resolution: {integrity: sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==}
|
|
|
|
update-browserslist-db@1.2.3:
|
|
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
browserslist: '>= 4.21.0'
|
|
|
|
uqr@0.1.3:
|
|
resolution: {integrity: sha512-0rjE8iEJe4YmT9TOhwsZtqCMRLc5DXZUI2UEYUUg63ikBkqqE5EYWaI0etFe/5KUcmcYwLih2RND1kq+hrUJXA==}
|
|
|
|
uri-js@4.4.1:
|
|
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
|
|
util-deprecate@1.0.2:
|
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
|
|
utils-merge@1.0.1:
|
|
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
|
|
engines: {node: '>= 0.4.0'}
|
|
|
|
uuid@11.0.3:
|
|
resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==}
|
|
hasBin: true
|
|
|
|
v8-compile-cache-lib@3.0.1:
|
|
resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==}
|
|
|
|
v8-to-istanbul@9.3.0:
|
|
resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==}
|
|
engines: {node: '>=10.12.0'}
|
|
|
|
valibot@1.4.2:
|
|
resolution: {integrity: sha512-gjdCvJ6d3RyHAneqxMYMW9QMCwYMb3jpOO0IyHZV1bnRHFBHrX3VkIILt5XYR0WhwHiH7Mty8ovuPZ/O3gamrg==}
|
|
peerDependencies:
|
|
typescript: '>=5'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
validator@13.15.35:
|
|
resolution: {integrity: sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==}
|
|
engines: {node: '>= 0.10'}
|
|
|
|
vary@1.1.2:
|
|
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
vaul-vue@0.4.1:
|
|
resolution: {integrity: sha512-A6jOWOZX5yvyo1qMn7IveoWN91mJI5L3BUKsIwkg6qrTGgHs1Sb1JF/vyLJgnbN1rH4OOOxFbtqL9A46bOyGUQ==}
|
|
peerDependencies:
|
|
reka-ui: ^2.0.0
|
|
vue: ^3.3.0
|
|
|
|
vfile-message@4.0.3:
|
|
resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==}
|
|
|
|
vfile@6.0.3:
|
|
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
|
|
|
|
vite-dev-rpc@2.0.0:
|
|
resolution: {integrity: sha512-yKwbTwdHKSD2k/aGqyWpPHepo45OQc8lH3/6IfT4ZqeKE26ooKvi4WIEKzqWav8v+9Is8u1k8q54hvOmqASazA==}
|
|
peerDependencies:
|
|
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 || ^8.0.0
|
|
|
|
vite-hot-client@2.2.0:
|
|
resolution: {integrity: sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==}
|
|
peerDependencies:
|
|
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0
|
|
|
|
vite-node@5.3.0:
|
|
resolution: {integrity: sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
|
|
vite-plugin-checker@0.14.4:
|
|
resolution: {integrity: sha512-Tw0U9UgHIRiZ+Yoe4Gh0RrYoBiCVmO9j4tomVdYr0KUjUsqXMPhqW8ouoSWmOzGp5Iimipbl3bNXZcK7OeP7Qg==}
|
|
engines: {node: '>=20.19.0'}
|
|
peerDependencies:
|
|
'@biomejs/biome': '>=2.4.12'
|
|
eslint: '>=9.39.4'
|
|
meow: ^13.2.0 || ^14.0.0
|
|
optionator: ^0.9.4
|
|
oxlint: '>=1'
|
|
stylelint: '>=16.26.1'
|
|
typescript: '*'
|
|
vite: '>=5.4.21'
|
|
vue-tsc: ~2.2.10 || ^3.0.0
|
|
peerDependenciesMeta:
|
|
'@biomejs/biome':
|
|
optional: true
|
|
eslint:
|
|
optional: true
|
|
meow:
|
|
optional: true
|
|
optionator:
|
|
optional: true
|
|
oxlint:
|
|
optional: true
|
|
stylelint:
|
|
optional: true
|
|
typescript:
|
|
optional: true
|
|
vue-tsc:
|
|
optional: true
|
|
|
|
vite-plugin-inspect@11.4.1:
|
|
resolution: {integrity: sha512-ShOFe2PURXGvRS5OrgmOLZOCwDTD7dEBVt0tMpFPKb9AsvqXKCRGM8QgKrUbRbJYFXScHvDPpGRd28rYidC0tA==}
|
|
engines: {node: '>=14'}
|
|
peerDependencies:
|
|
'@nuxt/kit': '*'
|
|
vite: ^6.0.0 || ^7.0.0-0 || ^8.0.0-0
|
|
peerDependenciesMeta:
|
|
'@nuxt/kit':
|
|
optional: true
|
|
|
|
vite-plugin-vue-tracer@1.4.0:
|
|
resolution: {integrity: sha512-0tQCjCqZWVSK6UeRW9S4ABbf47lKQ68zvrT2FNvZmiL+alDydCVyH/T3Jlfbdc3T3C2Iuyyl5aVsMbF8IQIoxA==}
|
|
peerDependencies:
|
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0-0
|
|
vue: ^3.5.0
|
|
|
|
vite@7.3.6:
|
|
resolution: {integrity: sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@types/node': ^20.19.0 || >=22.12.0
|
|
jiti: '>=1.21.0'
|
|
less: ^4.0.0
|
|
lightningcss: ^1.21.0
|
|
sass: ^1.70.0
|
|
sass-embedded: ^1.70.0
|
|
stylus: '>=0.54.8'
|
|
sugarss: ^5.0.0
|
|
terser: ^5.16.0
|
|
tsx: ^4.8.1
|
|
yaml: ^2.4.2
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
jiti:
|
|
optional: true
|
|
less:
|
|
optional: true
|
|
lightningcss:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
sass-embedded:
|
|
optional: true
|
|
stylus:
|
|
optional: true
|
|
sugarss:
|
|
optional: true
|
|
terser:
|
|
optional: true
|
|
tsx:
|
|
optional: true
|
|
yaml:
|
|
optional: true
|
|
|
|
vite@8.1.4:
|
|
resolution: {integrity: sha512-bTT9PsdWO+MQMNG9ZXIP/qM9wGh37DFxTV/sPq9cFpHr3w4jkgef032PkAL9jAqhk3Nz8NQw3O8n6/xFkqO4QQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@types/node': ^20.19.0 || >=22.12.0
|
|
'@vitejs/devtools': ^0.3.0
|
|
esbuild: ^0.27.0 || ^0.28.0
|
|
jiti: '>=1.21.0'
|
|
less: ^4.0.0
|
|
sass: ^1.70.0
|
|
sass-embedded: ^1.70.0
|
|
stylus: '>=0.54.8'
|
|
sugarss: ^5.0.0
|
|
terser: ^5.16.0
|
|
tsx: ^4.8.1
|
|
yaml: ^2.4.2
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
'@vitejs/devtools':
|
|
optional: true
|
|
esbuild:
|
|
optional: true
|
|
jiti:
|
|
optional: true
|
|
less:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
sass-embedded:
|
|
optional: true
|
|
stylus:
|
|
optional: true
|
|
sugarss:
|
|
optional: true
|
|
terser:
|
|
optional: true
|
|
tsx:
|
|
optional: true
|
|
yaml:
|
|
optional: true
|
|
|
|
vitest@4.1.10:
|
|
resolution: {integrity: sha512-R9jUTe5S4Qb0HCd4TNqpC7oGcrMssMRGXLW80ubjWsW9VH5GF8y1Y0SFLY9AbqSk6nt0PnOx4H4WNJYZ13GUPw==}
|
|
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@edge-runtime/vm': '*'
|
|
'@opentelemetry/api': ^1.9.0
|
|
'@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
|
|
'@vitest/browser-playwright': 4.1.10
|
|
'@vitest/browser-preview': 4.1.10
|
|
'@vitest/browser-webdriverio': 4.1.10
|
|
'@vitest/coverage-istanbul': 4.1.10
|
|
'@vitest/coverage-v8': 4.1.10
|
|
'@vitest/ui': 4.1.10
|
|
happy-dom: '*'
|
|
jsdom: '*'
|
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
peerDependenciesMeta:
|
|
'@edge-runtime/vm':
|
|
optional: true
|
|
'@opentelemetry/api':
|
|
optional: true
|
|
'@types/node':
|
|
optional: true
|
|
'@vitest/browser-playwright':
|
|
optional: true
|
|
'@vitest/browser-preview':
|
|
optional: true
|
|
'@vitest/browser-webdriverio':
|
|
optional: true
|
|
'@vitest/coverage-istanbul':
|
|
optional: true
|
|
'@vitest/coverage-v8':
|
|
optional: true
|
|
'@vitest/ui':
|
|
optional: true
|
|
happy-dom:
|
|
optional: true
|
|
jsdom:
|
|
optional: true
|
|
|
|
vscode-uri@3.1.0:
|
|
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
|
|
|
|
vue-bundle-renderer@2.3.1:
|
|
resolution: {integrity: sha512-7F4LNMopUw5RgYWo4zCmVUHCc6aQRC6dCKHUYkM/n+fux4AUGdL1x6m5A515WWyFysRRN7cx3hBzVqoisfRfzw==}
|
|
|
|
vue-component-type-helpers@3.3.7:
|
|
resolution: {integrity: sha512-Skkhw9agYSgsWqv7bxSOGJZa9SaiJbZVGdXuFWnrzKaQYHnw9qbjD630rw6RyMqDbp54nfLCLw5SZA55if7JLg==}
|
|
|
|
vue-demi@0.14.10:
|
|
resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
|
|
engines: {node: '>=12'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@vue/composition-api': ^1.0.0-rc.1
|
|
vue: ^3.0.0-0 || ^2.6.0
|
|
peerDependenciesMeta:
|
|
'@vue/composition-api':
|
|
optional: true
|
|
|
|
vue-devtools-stub@0.1.0:
|
|
resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
|
|
|
|
vue-router@4.6.4:
|
|
resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
|
|
peerDependencies:
|
|
vue: ^3.5.0
|
|
|
|
vue-router@5.2.0:
|
|
resolution: {integrity: sha512-QAC5i0LEb1GLG0LXDQmHu8L7FX12j0KwU/JTKmLQUJMrn04gQdKP6Du+p0QwpHb3iy71vBlqnHQ8WAfOSAWhqw==}
|
|
peerDependencies:
|
|
'@pinia/colada': '>=0.21.2'
|
|
'@vue/compiler-sfc': ^3.5.34 || ^4.0.0
|
|
pinia: ^3.0.4 || ^4.0.2
|
|
vite: ^7.3.0 || ^8.0.0
|
|
vue: ^3.5.34 || ^4.0.0
|
|
peerDependenciesMeta:
|
|
'@pinia/colada':
|
|
optional: true
|
|
'@vue/compiler-sfc':
|
|
optional: true
|
|
pinia:
|
|
optional: true
|
|
vite:
|
|
optional: true
|
|
|
|
vue-tsc@3.3.7:
|
|
resolution: {integrity: sha512-+C+rgD49wAQ5bUTl2sp5a8Bzg4YoldMNXM+g7CFe604MYcQ8PrZPMQhIjJSzKXtPBCa+C5ayMipqjbA7splekQ==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
typescript: '>=5.0.0'
|
|
|
|
vue@3.5.39:
|
|
resolution: {integrity: sha512-xmZCYabFGcirU8r0fTuvl/LICc1OU620rnqepaJDL/a141ZigkG7AyaxQLdqJ02ZRYzWe6YPaDHeQx7MfknQfA==}
|
|
peerDependencies:
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
w3c-keyname@2.2.8:
|
|
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
|
|
|
|
walker@1.0.8:
|
|
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
|
|
|
|
watchpack@2.5.2:
|
|
resolution: {integrity: sha512-6i/00NBjP4yGPs+caKSyRfpTF/8Torsu0MOW3mMzIbhgISFder8i7xbqgHlLMwJrdiN8ndBV3UA1/AfzPSr+jg==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
wcwidth@1.0.1:
|
|
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
|
|
|
webidl-conversions@3.0.1:
|
|
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
|
|
webpack-node-externals@3.0.0:
|
|
resolution: {integrity: sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
webpack-sources@3.5.1:
|
|
resolution: {integrity: sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
webpack-virtual-modules@0.6.2:
|
|
resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
|
|
|
|
webpack@5.97.1:
|
|
resolution: {integrity: sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==}
|
|
engines: {node: '>=10.13.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
webpack-cli: '*'
|
|
peerDependenciesMeta:
|
|
webpack-cli:
|
|
optional: true
|
|
|
|
whatwg-mimetype@3.0.0:
|
|
resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==}
|
|
engines: {node: '>=12'}
|
|
|
|
whatwg-url@5.0.0:
|
|
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
|
|
wheel-gestures@2.2.48:
|
|
resolution: {integrity: sha512-f+Gy33Oa5Z14XY9679Zze+7VFhbsQfBFXodnU2x589l4kxGM9L5Y8zETTmcMR5pWOPQyRv4Z0lNax6xCO0NSlA==}
|
|
engines: {node: '>=18'}
|
|
|
|
which@2.0.2:
|
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
engines: {node: '>= 8'}
|
|
hasBin: true
|
|
|
|
which@6.0.1:
|
|
resolution: {integrity: sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==}
|
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
hasBin: true
|
|
|
|
why-is-node-running@2.3.0:
|
|
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
engines: {node: '>=8'}
|
|
hasBin: true
|
|
|
|
wide-align@1.1.5:
|
|
resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
|
|
|
|
word-wrap@1.2.5:
|
|
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
wordwrap@1.0.0:
|
|
resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==}
|
|
|
|
wrap-ansi@6.2.0:
|
|
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
|
|
engines: {node: '>=8'}
|
|
|
|
wrap-ansi@7.0.0:
|
|
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
wrap-ansi@8.1.0:
|
|
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
wrap-ansi@9.0.2:
|
|
resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==}
|
|
engines: {node: '>=18'}
|
|
|
|
wrappy@1.0.2:
|
|
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
|
|
write-file-atomic@4.0.2:
|
|
resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
ws@8.21.1:
|
|
resolution: {integrity: sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==}
|
|
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
|
|
|
|
wsl-utils@0.3.1:
|
|
resolution: {integrity: sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==}
|
|
engines: {node: '>=20'}
|
|
|
|
xml-naming@0.3.0:
|
|
resolution: {integrity: sha512-ghig2TBE/H11aOVgmahA3MhimvkBr6JIYknH/Dhdk10nXwdbIqBJsbfMxpvFPG8bAw77gN29aQWvKpmVoPlvPQ==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
xtend@4.0.2:
|
|
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
|
|
engines: {node: '>=0.4'}
|
|
|
|
y-protocols@1.0.7:
|
|
resolution: {integrity: sha512-YSVsLoXxO67J6eE/nV4AtFtT3QEotZf5sK5BHxFBXso7VDUT3Tx07IfA6hsu5Q5OmBdMkQVmFZ9QOA7fikWvnw==}
|
|
engines: {node: '>=16.0.0', npm: '>=8.0.0'}
|
|
peerDependencies:
|
|
yjs: ^13.0.0
|
|
|
|
y18n@5.0.8:
|
|
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
engines: {node: '>=10'}
|
|
|
|
yallist@3.1.1:
|
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
|
|
yallist@4.0.0:
|
|
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
|
|
|
|
yallist@5.0.0:
|
|
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
|
|
engines: {node: '>=18'}
|
|
|
|
yaml@2.9.0:
|
|
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
|
|
engines: {node: '>= 14.6'}
|
|
hasBin: true
|
|
|
|
yargs-parser@21.1.1:
|
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
engines: {node: '>=12'}
|
|
|
|
yargs-parser@22.0.0:
|
|
resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==}
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
|
|
|
|
yargs@17.7.3:
|
|
resolution: {integrity: sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==}
|
|
engines: {node: '>=12'}
|
|
|
|
yargs@18.0.0:
|
|
resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==}
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
|
|
|
|
yjs@13.6.31:
|
|
resolution: {integrity: sha512-Eq+5BRfbeGyqGVrTJL3bEcr8gKkxPuyuoHmAwpk52fDb8kOVMrfVSTRPd6yiGgX5Fskb96qCRjzjbRjrL4YEnw==}
|
|
engines: {node: '>=16.0.0', npm: '>=8.0.0'}
|
|
|
|
yn@3.1.1:
|
|
resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==}
|
|
engines: {node: '>=6'}
|
|
|
|
yocto-queue@0.1.0:
|
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
youch-core@0.3.3:
|
|
resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
|
|
|
|
youch@4.1.1:
|
|
resolution: {integrity: sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==}
|
|
|
|
zip-stream@6.0.1:
|
|
resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==}
|
|
engines: {node: '>= 14'}
|
|
|
|
zwitch@2.0.4:
|
|
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
|
|
|
snapshots:
|
|
|
|
'@alloc/quick-lru@5.2.0': {}
|
|
|
|
'@angular-devkit/core@17.3.11(chokidar@3.6.0)':
|
|
dependencies:
|
|
ajv: 8.12.0
|
|
ajv-formats: 2.1.1(ajv@8.12.0)
|
|
jsonc-parser: 3.2.1
|
|
picomatch: 4.0.1
|
|
rxjs: 7.8.1
|
|
source-map: 0.7.4
|
|
optionalDependencies:
|
|
chokidar: 3.6.0
|
|
|
|
'@angular-devkit/schematics-cli@17.3.11(chokidar@3.6.0)':
|
|
dependencies:
|
|
'@angular-devkit/core': 17.3.11(chokidar@3.6.0)
|
|
'@angular-devkit/schematics': 17.3.11(chokidar@3.6.0)
|
|
ansi-colors: 4.1.3
|
|
inquirer: 9.2.15
|
|
symbol-observable: 4.0.0
|
|
yargs-parser: 21.1.1
|
|
transitivePeerDependencies:
|
|
- chokidar
|
|
|
|
'@angular-devkit/schematics@17.3.11(chokidar@3.6.0)':
|
|
dependencies:
|
|
'@angular-devkit/core': 17.3.11(chokidar@3.6.0)
|
|
jsonc-parser: 3.2.1
|
|
magic-string: 0.30.8
|
|
ora: 5.4.1
|
|
rxjs: 7.8.1
|
|
transitivePeerDependencies:
|
|
- chokidar
|
|
|
|
'@antfu/install-pkg@1.1.0':
|
|
dependencies:
|
|
package-manager-detector: 1.7.0
|
|
tinyexec: 1.2.4
|
|
|
|
'@babel/code-frame@7.29.7':
|
|
dependencies:
|
|
'@babel/helper-validator-identifier': 7.29.7
|
|
js-tokens: 4.0.0
|
|
picocolors: 1.1.1
|
|
|
|
'@babel/compat-data@7.29.7': {}
|
|
|
|
'@babel/core@7.29.7':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.7
|
|
'@babel/generator': 7.29.7
|
|
'@babel/helper-compilation-targets': 7.29.7
|
|
'@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
|
|
'@babel/helpers': 7.29.7
|
|
'@babel/parser': 7.29.7
|
|
'@babel/template': 7.29.7
|
|
'@babel/traverse': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
'@jridgewell/remapping': 2.3.5
|
|
convert-source-map: 2.0.0
|
|
debug: 4.4.3
|
|
gensync: 1.0.0-beta.2
|
|
json5: 2.2.3
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/generator@7.29.7':
|
|
dependencies:
|
|
'@babel/parser': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/generator@8.0.0':
|
|
dependencies:
|
|
'@babel/parser': 8.0.4
|
|
'@babel/types': 8.0.4
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
'@types/jsesc': 2.5.1
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/helper-annotate-as-pure@7.29.7':
|
|
dependencies:
|
|
'@babel/types': 7.29.7
|
|
|
|
'@babel/helper-compilation-targets@7.29.7':
|
|
dependencies:
|
|
'@babel/compat-data': 7.29.7
|
|
'@babel/helper-validator-option': 7.29.7
|
|
browserslist: 4.28.5
|
|
lru-cache: 5.1.1
|
|
semver: 6.3.1
|
|
|
|
'@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-annotate-as-pure': 7.29.7
|
|
'@babel/helper-member-expression-to-functions': 7.29.7
|
|
'@babel/helper-optimise-call-expression': 7.29.7
|
|
'@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7)
|
|
'@babel/helper-skip-transparent-expression-wrappers': 7.29.7
|
|
'@babel/traverse': 7.29.7
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-globals@7.29.7': {}
|
|
|
|
'@babel/helper-member-expression-to-functions@7.29.7':
|
|
dependencies:
|
|
'@babel/traverse': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-imports@7.29.7':
|
|
dependencies:
|
|
'@babel/traverse': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-module-imports': 7.29.7
|
|
'@babel/helper-validator-identifier': 7.29.7
|
|
'@babel/traverse': 7.29.7
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-optimise-call-expression@7.29.7':
|
|
dependencies:
|
|
'@babel/types': 7.29.7
|
|
|
|
'@babel/helper-plugin-utils@7.29.7': {}
|
|
|
|
'@babel/helper-replace-supers@7.29.7(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-member-expression-to-functions': 7.29.7
|
|
'@babel/helper-optimise-call-expression': 7.29.7
|
|
'@babel/traverse': 7.29.7
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-skip-transparent-expression-wrappers@7.29.7':
|
|
dependencies:
|
|
'@babel/traverse': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-string-parser@7.29.7': {}
|
|
|
|
'@babel/helper-string-parser@8.0.0': {}
|
|
|
|
'@babel/helper-validator-identifier@7.29.7': {}
|
|
|
|
'@babel/helper-validator-identifier@8.0.4': {}
|
|
|
|
'@babel/helper-validator-option@7.29.7': {}
|
|
|
|
'@babel/helpers@7.29.7':
|
|
dependencies:
|
|
'@babel/template': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
|
|
'@babel/parser@7.29.7':
|
|
dependencies:
|
|
'@babel/types': 7.29.7
|
|
|
|
'@babel/parser@8.0.4':
|
|
dependencies:
|
|
'@babel/types': 8.0.4
|
|
|
|
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
|
|
'@babel/plugin-transform-typescript@7.29.7(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-annotate-as-pure': 7.29.7
|
|
'@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7)
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
'@babel/helper-skip-transparent-expression-wrappers': 7.29.7
|
|
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/template@7.29.7':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.7
|
|
'@babel/parser': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
|
|
'@babel/traverse@7.29.7':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.7
|
|
'@babel/generator': 7.29.7
|
|
'@babel/helper-globals': 7.29.7
|
|
'@babel/parser': 7.29.7
|
|
'@babel/template': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/types@7.29.7':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 7.29.7
|
|
'@babel/helper-validator-identifier': 7.29.7
|
|
|
|
'@babel/types@8.0.4':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 8.0.0
|
|
'@babel/helper-validator-identifier': 8.0.4
|
|
|
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
|
|
'@bomb.sh/tab@0.0.19(cac@6.7.14)(citty@0.2.2)':
|
|
optionalDependencies:
|
|
cac: 6.7.14
|
|
citty: 0.2.2
|
|
|
|
'@borewit/text-codec@0.2.2': {}
|
|
|
|
'@capsizecss/unpack@4.0.1':
|
|
dependencies:
|
|
fontkitten: 1.0.3
|
|
|
|
'@clack/core@1.4.3':
|
|
dependencies:
|
|
fast-wrap-ansi: 0.2.2
|
|
sisteransi: 1.0.5
|
|
|
|
'@clack/prompts@1.7.0':
|
|
dependencies:
|
|
'@clack/core': 1.4.3
|
|
fast-string-width: 3.0.2
|
|
fast-wrap-ansi: 0.2.2
|
|
sisteransi: 1.0.5
|
|
|
|
'@cloudflare/kv-asset-handler@0.4.2': {}
|
|
|
|
'@colordx/core@5.5.0': {}
|
|
|
|
'@colors/colors@1.5.0':
|
|
optional: true
|
|
|
|
'@cspotcode/source-map-support@0.8.1':
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.9
|
|
|
|
'@ctrl/tinycolor@4.2.0': {}
|
|
|
|
'@devframes/hub@0.5.4(devframe@0.5.4(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))':
|
|
dependencies:
|
|
birpc: 4.0.0
|
|
devframe: 0.5.4(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
nostics: 0.2.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
pathe: 2.0.3
|
|
perfect-debounce: 2.1.0
|
|
tinyexec: 1.2.4
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
'@dxup/nuxt@0.4.1(magicast@0.5.3)(typescript@6.0.3)':
|
|
dependencies:
|
|
'@dxup/unimport': 0.1.2
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
chokidar: 5.0.0
|
|
pathe: 2.0.3
|
|
tinyglobby: 0.2.17
|
|
optionalDependencies:
|
|
typescript: 6.0.3
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@dxup/unimport@0.1.2': {}
|
|
|
|
'@element-plus/icons-vue@2.3.2(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@emnapi/core@1.10.0':
|
|
dependencies:
|
|
'@emnapi/wasi-threads': 1.2.1
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/core@1.11.1':
|
|
dependencies:
|
|
'@emnapi/wasi-threads': 1.2.2
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/runtime@1.10.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/runtime@1.11.1':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/wasi-threads@1.2.1':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/wasi-threads@1.2.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@esbuild/aix-ppc64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/aix-ppc64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.28.1':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.27.7':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.28.1':
|
|
optional: true
|
|
|
|
'@eslint-community/eslint-utils@4.9.1(eslint@8.57.1)':
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
'@eslint-community/regexpp@4.12.2': {}
|
|
|
|
'@eslint/eslintrc@2.1.4':
|
|
dependencies:
|
|
ajv: 6.15.0
|
|
debug: 4.4.3
|
|
espree: 9.6.1
|
|
globals: 13.24.0
|
|
ignore: 5.3.2
|
|
import-fresh: 3.3.1
|
|
js-yaml: 4.3.0
|
|
minimatch: 3.1.5
|
|
strip-json-comments: 3.1.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@eslint/js@8.57.1': {}
|
|
|
|
'@fingerprintjs/botd@2.0.0': {}
|
|
|
|
'@floating-ui/core@1.8.0':
|
|
dependencies:
|
|
'@floating-ui/utils': 0.2.12
|
|
|
|
'@floating-ui/dom@1.8.0':
|
|
dependencies:
|
|
'@floating-ui/core': 1.8.0
|
|
'@floating-ui/utils': 0.2.12
|
|
|
|
'@floating-ui/utils@0.2.12': {}
|
|
|
|
'@floating-ui/vue@1.1.11(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.8.0
|
|
'@floating-ui/utils': 0.2.12
|
|
vue-demi: 0.14.10(vue@3.5.39(typescript@6.0.3))
|
|
transitivePeerDependencies:
|
|
- '@vue/composition-api'
|
|
- vue
|
|
|
|
'@fortawesome/fontawesome-free@7.3.0': {}
|
|
|
|
'@humanwhocodes/config-array@0.13.0':
|
|
dependencies:
|
|
'@humanwhocodes/object-schema': 2.0.3
|
|
debug: 4.4.3
|
|
minimatch: 3.1.5
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@humanwhocodes/module-importer@1.0.1': {}
|
|
|
|
'@humanwhocodes/object-schema@2.0.3': {}
|
|
|
|
'@iconify-json/carbon@1.2.24':
|
|
dependencies:
|
|
'@iconify/types': 2.0.0
|
|
|
|
'@iconify/collections@1.0.710':
|
|
dependencies:
|
|
'@iconify/types': 2.0.0
|
|
|
|
'@iconify/types@2.0.0': {}
|
|
|
|
'@iconify/utils@3.1.4':
|
|
dependencies:
|
|
'@antfu/install-pkg': 1.1.0
|
|
'@iconify/types': 2.0.0
|
|
import-meta-resolve: 4.2.0
|
|
|
|
'@iconify/vue@5.0.1(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@iconify/types': 2.0.0
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@img/colour@1.1.0':
|
|
optional: true
|
|
|
|
'@img/sharp-darwin-arm64@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-darwin-x64@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-x64': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-freebsd-wasm32@0.35.3':
|
|
dependencies:
|
|
'@img/sharp-wasm32': 0.35.3
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-x64@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm64@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm64': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-linux-ppc64@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-linux-riscv64@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-linux-s390x@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-s390x': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-linux-x64@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-x64': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-x64@0.35.3':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
|
optional: true
|
|
|
|
'@img/sharp-wasm32@0.35.3':
|
|
dependencies:
|
|
'@emnapi/runtime': 1.11.1
|
|
optional: true
|
|
|
|
'@img/sharp-webcontainers-wasm32@0.35.3':
|
|
dependencies:
|
|
'@img/sharp-wasm32': 0.35.3
|
|
optional: true
|
|
|
|
'@img/sharp-win32-arm64@0.35.3':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-ia32@0.35.3':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-x64@0.35.3':
|
|
optional: true
|
|
|
|
'@internationalized/date@3.12.2':
|
|
dependencies:
|
|
'@swc/helpers': 0.5.23
|
|
|
|
'@internationalized/number@3.6.7':
|
|
dependencies:
|
|
'@swc/helpers': 0.5.23
|
|
|
|
'@ioredis/commands@1.10.0': {}
|
|
|
|
'@isaacs/cliui@8.0.2':
|
|
dependencies:
|
|
string-width: 5.1.2
|
|
string-width-cjs: string-width@4.2.3
|
|
strip-ansi: 7.2.0
|
|
strip-ansi-cjs: strip-ansi@6.0.1
|
|
wrap-ansi: 8.1.0
|
|
wrap-ansi-cjs: wrap-ansi@7.0.0
|
|
|
|
'@isaacs/fs-minipass@4.0.1':
|
|
dependencies:
|
|
minipass: 7.1.3
|
|
|
|
'@istanbuljs/load-nyc-config@1.1.0':
|
|
dependencies:
|
|
camelcase: 5.3.1
|
|
find-up: 4.1.0
|
|
get-package-type: 0.1.0
|
|
js-yaml: 3.15.0
|
|
resolve-from: 5.0.0
|
|
|
|
'@istanbuljs/schema@0.1.6': {}
|
|
|
|
'@jest/console@29.7.0':
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 20.19.43
|
|
chalk: 4.1.2
|
|
jest-message-util: 29.7.0
|
|
jest-util: 29.7.0
|
|
slash: 3.0.0
|
|
|
|
'@jest/core@29.7.0(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))':
|
|
dependencies:
|
|
'@jest/console': 29.7.0
|
|
'@jest/reporters': 29.7.0
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/transform': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 20.19.43
|
|
ansi-escapes: 4.3.2
|
|
chalk: 4.1.2
|
|
ci-info: 3.9.0
|
|
exit: 0.1.2
|
|
graceful-fs: 4.2.11
|
|
jest-changed-files: 29.7.0
|
|
jest-config: 29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
jest-haste-map: 29.7.0
|
|
jest-message-util: 29.7.0
|
|
jest-regex-util: 29.6.3
|
|
jest-resolve: 29.7.0
|
|
jest-resolve-dependencies: 29.7.0
|
|
jest-runner: 29.7.0
|
|
jest-runtime: 29.7.0
|
|
jest-snapshot: 29.7.0
|
|
jest-util: 29.7.0
|
|
jest-validate: 29.7.0
|
|
jest-watcher: 29.7.0
|
|
micromatch: 4.0.8
|
|
pretty-format: 29.7.0
|
|
slash: 3.0.0
|
|
strip-ansi: 6.0.1
|
|
transitivePeerDependencies:
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
- ts-node
|
|
|
|
'@jest/environment@29.7.0':
|
|
dependencies:
|
|
'@jest/fake-timers': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 24.13.3
|
|
jest-mock: 29.7.0
|
|
|
|
'@jest/expect-utils@29.7.0':
|
|
dependencies:
|
|
jest-get-type: 29.6.3
|
|
|
|
'@jest/expect@29.7.0':
|
|
dependencies:
|
|
expect: 29.7.0
|
|
jest-snapshot: 29.7.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@jest/fake-timers@29.7.0':
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@sinonjs/fake-timers': 10.3.0
|
|
'@types/node': 24.13.3
|
|
jest-message-util: 29.7.0
|
|
jest-mock: 29.7.0
|
|
jest-util: 29.7.0
|
|
|
|
'@jest/globals@29.7.0':
|
|
dependencies:
|
|
'@jest/environment': 29.7.0
|
|
'@jest/expect': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
jest-mock: 29.7.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@jest/reporters@29.7.0':
|
|
dependencies:
|
|
'@bcoe/v8-coverage': 0.2.3
|
|
'@jest/console': 29.7.0
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/transform': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
'@types/node': 20.19.43
|
|
chalk: 4.1.2
|
|
collect-v8-coverage: 1.0.3
|
|
exit: 0.1.2
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
istanbul-lib-coverage: 3.2.2
|
|
istanbul-lib-instrument: 6.0.3
|
|
istanbul-lib-report: 3.0.1
|
|
istanbul-lib-source-maps: 4.0.1
|
|
istanbul-reports: 3.2.0
|
|
jest-message-util: 29.7.0
|
|
jest-util: 29.7.0
|
|
jest-worker: 29.7.0
|
|
slash: 3.0.0
|
|
string-length: 4.0.2
|
|
strip-ansi: 6.0.1
|
|
v8-to-istanbul: 9.3.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@jest/schemas@29.6.3':
|
|
dependencies:
|
|
'@sinclair/typebox': 0.27.10
|
|
|
|
'@jest/source-map@29.6.3':
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
callsites: 3.1.0
|
|
graceful-fs: 4.2.11
|
|
|
|
'@jest/test-result@29.7.0':
|
|
dependencies:
|
|
'@jest/console': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/istanbul-lib-coverage': 2.0.6
|
|
collect-v8-coverage: 1.0.3
|
|
|
|
'@jest/test-sequencer@29.7.0':
|
|
dependencies:
|
|
'@jest/test-result': 29.7.0
|
|
graceful-fs: 4.2.11
|
|
jest-haste-map: 29.7.0
|
|
slash: 3.0.0
|
|
|
|
'@jest/transform@29.7.0':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@jest/types': 29.6.3
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
babel-plugin-istanbul: 6.1.1
|
|
chalk: 4.1.2
|
|
convert-source-map: 2.0.0
|
|
fast-json-stable-stringify: 2.1.0
|
|
graceful-fs: 4.2.11
|
|
jest-haste-map: 29.7.0
|
|
jest-regex-util: 29.6.3
|
|
jest-util: 29.7.0
|
|
micromatch: 4.0.8
|
|
pirates: 4.0.7
|
|
slash: 3.0.0
|
|
write-file-atomic: 4.0.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@jest/types@29.6.3':
|
|
dependencies:
|
|
'@jest/schemas': 29.6.3
|
|
'@types/istanbul-lib-coverage': 2.0.6
|
|
'@types/istanbul-reports': 3.0.4
|
|
'@types/node': 20.19.43
|
|
'@types/yargs': 17.0.35
|
|
chalk: 4.1.2
|
|
|
|
'@jridgewell/gen-mapping@0.3.13':
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
|
|
'@jridgewell/source-map@0.3.11':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
dependencies:
|
|
'@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
|
|
|
|
'@kwsites/file-exists@1.1.1':
|
|
dependencies:
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@kwsites/promise-deferred@1.1.1': {}
|
|
|
|
'@ljharb/through@2.3.14':
|
|
dependencies:
|
|
call-bind: 1.0.9
|
|
|
|
'@lukeed/csprng@1.1.0': {}
|
|
|
|
'@mapbox/node-pre-gyp@1.0.11':
|
|
dependencies:
|
|
detect-libc: 2.1.2
|
|
https-proxy-agent: 5.0.1
|
|
make-dir: 3.1.0
|
|
node-fetch: 2.7.0
|
|
nopt: 5.0.0
|
|
npmlog: 5.0.1
|
|
rimraf: 3.0.2
|
|
semver: 7.8.5
|
|
tar: 6.2.1
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
'@mapbox/node-pre-gyp@2.0.3':
|
|
dependencies:
|
|
consola: 3.4.2
|
|
detect-libc: 2.1.2
|
|
https-proxy-agent: 7.0.6
|
|
node-fetch: 2.7.0
|
|
nopt: 8.1.0
|
|
semver: 7.8.5
|
|
tar: 7.5.20
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
'@microsoft/tsdoc@0.15.1': {}
|
|
|
|
'@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)':
|
|
dependencies:
|
|
'@emnapi/core': 1.10.0
|
|
'@emnapi/runtime': 1.10.0
|
|
'@tybys/wasm-util': 0.10.3
|
|
optional: true
|
|
|
|
'@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)':
|
|
dependencies:
|
|
'@emnapi/core': 1.11.1
|
|
'@emnapi/runtime': 1.11.1
|
|
'@tybys/wasm-util': 0.10.3
|
|
optional: true
|
|
|
|
'@nestjs/axios@3.1.3(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(axios@1.18.1)(rxjs@7.8.2)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
axios: 1.18.1
|
|
rxjs: 7.8.2
|
|
|
|
'@nestjs/cli@10.4.9':
|
|
dependencies:
|
|
'@angular-devkit/core': 17.3.11(chokidar@3.6.0)
|
|
'@angular-devkit/schematics': 17.3.11(chokidar@3.6.0)
|
|
'@angular-devkit/schematics-cli': 17.3.11(chokidar@3.6.0)
|
|
'@nestjs/schematics': 10.2.3(chokidar@3.6.0)(typescript@5.7.2)
|
|
chalk: 4.1.2
|
|
chokidar: 3.6.0
|
|
cli-table3: 0.6.5
|
|
commander: 4.1.1
|
|
fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.7.2)(webpack@5.97.1)
|
|
glob: 10.4.5
|
|
inquirer: 8.2.6
|
|
node-emoji: 1.11.0
|
|
ora: 5.4.1
|
|
tree-kill: 1.2.2
|
|
tsconfig-paths: 4.2.0
|
|
tsconfig-paths-webpack-plugin: 4.2.0
|
|
typescript: 5.7.2
|
|
webpack: 5.97.1
|
|
webpack-node-externals: 3.0.0
|
|
transitivePeerDependencies:
|
|
- '@minify-html/node'
|
|
- '@swc/css'
|
|
- '@swc/html'
|
|
- clean-css
|
|
- cssnano
|
|
- csso
|
|
- esbuild
|
|
- html-minifier-terser
|
|
- lightningcss
|
|
- postcss
|
|
- uglify-js
|
|
- webpack-cli
|
|
|
|
'@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)':
|
|
dependencies:
|
|
file-type: 20.4.1
|
|
iterare: 1.2.1
|
|
reflect-metadata: 0.2.2
|
|
rxjs: 7.8.2
|
|
tslib: 2.8.1
|
|
uid: 2.0.2
|
|
optionalDependencies:
|
|
class-transformer: 0.5.1
|
|
class-validator: 0.14.4
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@nestjs/config@3.3.0(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(rxjs@7.8.2)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
dotenv: 16.4.5
|
|
dotenv-expand: 10.0.0
|
|
lodash: 4.17.21
|
|
rxjs: 7.8.2
|
|
|
|
'@nestjs/core@10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@10.4.22)(reflect-metadata@0.2.2)(rxjs@7.8.2)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nuxtjs/opencollective': 0.3.2
|
|
fast-safe-stringify: 2.1.1
|
|
iterare: 1.2.1
|
|
path-to-regexp: 3.3.0
|
|
reflect-metadata: 0.2.2
|
|
rxjs: 7.8.2
|
|
tslib: 2.8.1
|
|
uid: 2.0.2
|
|
optionalDependencies:
|
|
'@nestjs/platform-express': 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
|
|
'@nestjs/jwt@10.2.0(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@types/jsonwebtoken': 9.0.5
|
|
jsonwebtoken: 9.0.2
|
|
|
|
'@nestjs/mapped-types@2.0.5(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
reflect-metadata: 0.2.2
|
|
optionalDependencies:
|
|
class-transformer: 0.5.1
|
|
class-validator: 0.14.4
|
|
|
|
'@nestjs/passport@10.0.3(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(passport@0.7.0)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
passport: 0.7.0
|
|
|
|
'@nestjs/platform-express@10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nestjs/core': 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@10.4.22)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
body-parser: 1.20.4
|
|
cors: 2.8.5
|
|
express: 4.22.1
|
|
multer: 2.0.2
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@nestjs/schedule@4.1.2(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nestjs/core': 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@10.4.22)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
cron: 3.2.1
|
|
uuid: 11.0.3
|
|
|
|
'@nestjs/schematics@10.2.3(chokidar@3.6.0)(typescript@5.7.2)':
|
|
dependencies:
|
|
'@angular-devkit/core': 17.3.11(chokidar@3.6.0)
|
|
'@angular-devkit/schematics': 17.3.11(chokidar@3.6.0)
|
|
comment-json: 4.2.5
|
|
jsonc-parser: 3.3.1
|
|
pluralize: 8.0.0
|
|
typescript: 5.7.2
|
|
transitivePeerDependencies:
|
|
- chokidar
|
|
|
|
'@nestjs/schematics@10.2.3(chokidar@3.6.0)(typescript@5.9.3)':
|
|
dependencies:
|
|
'@angular-devkit/core': 17.3.11(chokidar@3.6.0)
|
|
'@angular-devkit/schematics': 17.3.11(chokidar@3.6.0)
|
|
comment-json: 4.2.5
|
|
jsonc-parser: 3.3.1
|
|
pluralize: 8.0.0
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- chokidar
|
|
|
|
'@nestjs/swagger@7.4.2(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)':
|
|
dependencies:
|
|
'@microsoft/tsdoc': 0.15.1
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nestjs/core': 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@10.4.22)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nestjs/mapped-types': 2.0.5(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)
|
|
js-yaml: 4.1.0
|
|
lodash: 4.17.21
|
|
path-to-regexp: 3.3.0
|
|
reflect-metadata: 0.2.2
|
|
swagger-ui-dist: 5.17.14
|
|
optionalDependencies:
|
|
class-transformer: 0.5.1
|
|
class-validator: 0.14.4
|
|
|
|
'@nestjs/testing@10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)(@nestjs/platform-express@10.4.22)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nestjs/core': 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@10.4.22)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@nestjs/platform-express': 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)
|
|
|
|
'@nestjs/throttler@6.5.0(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.22)(reflect-metadata@0.2.2)':
|
|
dependencies:
|
|
'@nestjs/common': 10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
'@nestjs/core': 10.4.22(@nestjs/common@10.4.22(class-transformer@0.5.1)(class-validator@0.14.4)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@10.4.22)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
|
reflect-metadata: 0.2.2
|
|
|
|
'@noble/hashes@1.8.0': {}
|
|
|
|
'@nodable/entities@2.2.0': {}
|
|
|
|
'@nodelib/fs.scandir@2.1.5':
|
|
dependencies:
|
|
'@nodelib/fs.stat': 2.0.5
|
|
run-parallel: 1.2.0
|
|
|
|
'@nodelib/fs.stat@2.0.5': {}
|
|
|
|
'@nodelib/fs.walk@1.2.8':
|
|
dependencies:
|
|
'@nodelib/fs.scandir': 2.1.5
|
|
fastq: 1.20.1
|
|
|
|
'@nuxt/cli@3.37.0(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3)':
|
|
dependencies:
|
|
'@bomb.sh/tab': 0.0.19(cac@6.7.14)(citty@0.2.2)
|
|
'@clack/prompts': 1.7.0
|
|
c12: 3.3.4(magicast@0.5.3)
|
|
citty: 0.2.2
|
|
confbox: 0.2.4
|
|
consola: 3.4.2
|
|
debug: 4.4.3
|
|
defu: 6.1.7
|
|
exsolve: 1.1.0
|
|
fuse.js: 7.5.0
|
|
fzf: 0.5.2
|
|
giget: 3.3.0
|
|
jiti: 2.7.0
|
|
listhen: 1.10.0(srvx@0.11.22)
|
|
nypm: 0.6.8
|
|
ofetch: 1.5.1
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
perfect-debounce: 2.1.0
|
|
pkg-types: 2.3.1
|
|
scule: 1.3.0
|
|
semver: 7.8.5
|
|
srvx: 0.11.22
|
|
std-env: 4.2.0
|
|
tinyclip: 0.1.15
|
|
tinyexec: 1.2.4
|
|
ufo: 1.6.4
|
|
youch: 4.1.1
|
|
optionalDependencies:
|
|
'@nuxt/schema': 4.4.8
|
|
transitivePeerDependencies:
|
|
- cac
|
|
- commander
|
|
- magicast
|
|
- supports-color
|
|
|
|
'@nuxt/devalue@2.0.2': {}
|
|
|
|
'@nuxt/devtools-kit@3.2.4(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))':
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
execa: 8.0.1
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@nuxt/devtools-kit@4.0.0-alpha.3(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))':
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
tinyexec: 1.2.4
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@nuxt/devtools-wizard@3.2.4':
|
|
dependencies:
|
|
'@clack/prompts': 1.7.0
|
|
consola: 3.4.2
|
|
diff: 8.0.4
|
|
execa: 8.0.1
|
|
magicast: 0.5.3
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
semver: 7.8.5
|
|
|
|
'@nuxt/devtools@3.2.4(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@nuxt/devtools-kit': 3.2.4(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
'@nuxt/devtools-wizard': 3.2.4
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@vue/devtools-core': 8.1.5(vue@3.5.39(typescript@6.0.3))
|
|
'@vue/devtools-kit': 8.1.5
|
|
birpc: 4.0.0
|
|
consola: 3.4.2
|
|
destr: 2.0.5
|
|
error-stack-parser-es: 1.0.5
|
|
execa: 8.0.1
|
|
fast-npm-meta: 1.5.1
|
|
get-port-please: 3.2.0
|
|
hookable: 6.1.1
|
|
image-meta: 0.2.2
|
|
is-installed-globally: 1.0.0
|
|
launch-editor: 2.14.1
|
|
local-pkg: 1.2.1
|
|
magicast: 0.5.3
|
|
nypm: 0.6.8
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
perfect-debounce: 2.1.0
|
|
pkg-types: 2.3.1
|
|
semver: 7.8.5
|
|
simple-git: 3.36.0
|
|
sirv: 3.0.2
|
|
structured-clone-es: 2.0.0
|
|
tinyglobby: 0.2.17
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vite-plugin-inspect: 11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
vite-plugin-vue-tracer: 1.4.0(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
which: 6.0.1
|
|
ws: 8.21.1
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- supports-color
|
|
- utf-8-validate
|
|
- vue
|
|
|
|
'@nuxt/fonts@0.14.0(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(magicast@0.5.3)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))':
|
|
dependencies:
|
|
'@nuxt/devtools-kit': 3.2.4(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
consola: 3.4.2
|
|
defu: 6.1.7
|
|
fontless: 0.2.1(db0@0.3.4)(ioredis@5.11.1)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
h3: 1.15.11
|
|
magic-regexp: 0.10.0
|
|
ofetch: 1.5.1
|
|
pathe: 2.0.3
|
|
sirv: 3.0.2
|
|
tinyglobby: 0.2.17
|
|
ufo: 1.6.4
|
|
unifont: 0.7.4
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1)
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@farmfe/core'
|
|
- '@netlify/blobs'
|
|
- '@planetscale/database'
|
|
- '@rspack/core'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- aws4fetch
|
|
- bun-types-no-globals
|
|
- db0
|
|
- esbuild
|
|
- idb-keyval
|
|
- ioredis
|
|
- magicast
|
|
- rolldown
|
|
- rollup
|
|
- unloader
|
|
- uploadthing
|
|
- vite
|
|
- webpack
|
|
|
|
'@nuxt/icon@2.3.1(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@iconify/collections': 1.0.710
|
|
'@iconify/types': 2.0.0
|
|
'@iconify/utils': 3.1.4
|
|
'@iconify/vue': 5.0.1(vue@3.5.39(typescript@6.0.3))
|
|
'@nuxt/devtools-kit': 3.2.4(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
consola: 3.4.2
|
|
local-pkg: 1.2.1
|
|
mlly: 1.8.2
|
|
ohash: 2.0.11
|
|
picomatch: 4.0.5
|
|
std-env: 4.2.0
|
|
tinyglobby: 0.2.17
|
|
ufo: 1.6.4
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
- vite
|
|
- vue
|
|
|
|
'@nuxt/kit@4.4.8(magicast@0.5.3)':
|
|
dependencies:
|
|
c12: 3.3.4(magicast@0.5.3)
|
|
consola: 3.4.2
|
|
defu: 6.1.7
|
|
destr: 2.0.5
|
|
errx: 0.1.0
|
|
exsolve: 1.1.0
|
|
ignore: 7.0.6
|
|
jiti: 2.7.0
|
|
klona: 2.0.6
|
|
mlly: 1.8.2
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
rc9: 3.0.1
|
|
scule: 1.3.0
|
|
semver: 7.8.5
|
|
tinyglobby: 0.2.17
|
|
ufo: 1.6.4
|
|
unctx: 2.5.0
|
|
untyped: 2.0.0
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@nuxt/nitro-server@4.4.8(dbf1f1eaf9727d07d0cd606f44130212)':
|
|
dependencies:
|
|
'@nuxt/devalue': 2.0.2
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@unhead/vue': 2.1.15(vue@3.5.39(typescript@6.0.3))
|
|
'@vue/shared': 3.5.39
|
|
consola: 3.4.2
|
|
defu: 6.1.7
|
|
destr: 2.0.5
|
|
devalue: 5.8.1
|
|
errx: 0.1.0
|
|
escape-string-regexp: 5.0.0
|
|
exsolve: 1.1.0
|
|
h3: 1.15.11
|
|
impound: 1.1.5(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
klona: 2.0.6
|
|
mocked-exports: 0.1.1
|
|
nitropack: 2.13.4(oxc-parser@0.133.0)(rolldown@1.1.5)(srvx@0.11.22)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0)
|
|
nypm: 0.6.8
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
rou3: 0.8.1
|
|
std-env: 4.2.0
|
|
ufo: 1.6.4
|
|
unctx: 2.5.0
|
|
unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1)
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
vue-bundle-renderer: 2.3.1
|
|
vue-devtools-stub: 0.1.0
|
|
optionalDependencies:
|
|
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@electric-sql/pglite'
|
|
- '@farmfe/core'
|
|
- '@libsql/client'
|
|
- '@netlify/blobs'
|
|
- '@planetscale/database'
|
|
- '@rspack/core'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- aws4fetch
|
|
- bare-abort-controller
|
|
- bare-buffer
|
|
- better-sqlite3
|
|
- bun-types-no-globals
|
|
- db0
|
|
- drizzle-orm
|
|
- encoding
|
|
- esbuild
|
|
- idb-keyval
|
|
- ioredis
|
|
- magicast
|
|
- mysql2
|
|
- oxc-parser
|
|
- react-native-b4a
|
|
- rolldown
|
|
- rollup
|
|
- sqlite3
|
|
- srvx
|
|
- supports-color
|
|
- typescript
|
|
- unloader
|
|
- uploadthing
|
|
- vite
|
|
- webpack
|
|
- xml2js
|
|
|
|
'@nuxt/schema@4.4.8':
|
|
dependencies:
|
|
'@vue/shared': 3.5.39
|
|
defu: 6.1.7
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
std-env: 4.2.0
|
|
|
|
'@nuxt/telemetry@2.8.0(@nuxt/kit@4.4.8(magicast@0.5.3))':
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
citty: 0.2.2
|
|
consola: 3.4.2
|
|
ofetch: 2.0.0-alpha.3
|
|
rc9: 3.0.1
|
|
std-env: 4.2.0
|
|
|
|
'@nuxt/ui@4.9.0(ae082aaf330df44d8ae6c3e7f36302ae)':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.8.0
|
|
'@iconify/vue': 5.0.1(vue@3.5.39(typescript@6.0.3))
|
|
'@nuxt/fonts': 0.14.0(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(magicast@0.5.3)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
'@nuxt/icon': 2.3.1(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@nuxt/schema': 4.4.8
|
|
'@nuxtjs/color-mode': 4.0.1(magicast@0.5.3)
|
|
'@standard-schema/spec': 1.1.0
|
|
'@tailwindcss/postcss': 4.3.2
|
|
'@tailwindcss/vite': 4.3.2(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
'@tanstack/vue-table': 8.21.3(vue@3.5.39(typescript@6.0.3))
|
|
'@tanstack/vue-virtual': 3.13.32(vue@3.5.39(typescript@6.0.3))
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-bubble-menu': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-code': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-collaboration': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))(yjs@13.6.31)
|
|
'@tiptap/extension-drag-handle': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/extension-collaboration@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))(yjs@13.6.31))(@tiptap/extension-node-range@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))
|
|
'@tiptap/extension-drag-handle-vue-3': 3.27.4(@tiptap/extension-drag-handle@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/extension-collaboration@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))(yjs@13.6.31))(@tiptap/extension-node-range@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31)))(@tiptap/pm@3.27.4)(@tiptap/vue-3@3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(vue@3.5.39(typescript@6.0.3)))(vue@3.5.39(typescript@6.0.3))
|
|
'@tiptap/extension-floating-menu': 3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-horizontal-rule': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-image': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-mention': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/suggestion@3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-node-range': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-placeholder': 3.27.4(@tiptap/extensions@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))
|
|
'@tiptap/markdown': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/starter-kit': 3.27.4
|
|
'@tiptap/suggestion': 3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/vue-3': 3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(vue@3.5.39(typescript@6.0.3))
|
|
'@unhead/vue': 2.1.15(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/integrations': 14.3.0(async-validator@4.2.5)(axios@1.18.1)(fuse.js@7.5.0)(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/shared': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
colortranslator: 5.0.0
|
|
consola: 3.4.2
|
|
defu: 6.1.7
|
|
embla-carousel-auto-height: 8.6.0(embla-carousel@8.6.0)
|
|
embla-carousel-auto-scroll: 8.6.0(embla-carousel@8.6.0)
|
|
embla-carousel-autoplay: 8.6.0(embla-carousel@8.6.0)
|
|
embla-carousel-class-names: 8.6.0(embla-carousel@8.6.0)
|
|
embla-carousel-fade: 8.6.0(embla-carousel@8.6.0)
|
|
embla-carousel-vue: 8.6.0(vue@3.5.39(typescript@6.0.3))
|
|
embla-carousel-wheel-gestures: 8.1.0(embla-carousel@8.6.0)
|
|
fuse.js: 7.5.0
|
|
hookable: 6.1.1
|
|
knitwork: 1.3.0
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
motion-v: 2.3.0(@vueuse/core@14.3.0(vue@3.5.39(typescript@6.0.3)))(vue@3.5.39(typescript@6.0.3))
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
reka-ui: 2.9.10(vue@3.5.39(typescript@6.0.3))
|
|
scule: 1.3.0
|
|
tailwind-merge: 3.6.0
|
|
tailwind-variants: 3.2.2(tailwind-merge@3.6.0)(tailwindcss@4.3.2)
|
|
tailwindcss: 4.3.2
|
|
tinyglobby: 0.2.17
|
|
typescript: 6.0.3
|
|
ufo: 1.6.4
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unplugin-auto-import: 21.0.0(@nuxt/kit@4.4.8(magicast@0.5.3))(@vueuse/core@14.3.0(vue@3.5.39(typescript@6.0.3)))
|
|
unplugin-vue-components: 32.1.0(@nuxt/kit@4.4.8(magicast@0.5.3))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
vaul-vue: 0.4.1(reka-ui@2.9.10(vue@3.5.39(typescript@6.0.3)))(vue@3.5.39(typescript@6.0.3))
|
|
vue-component-type-helpers: 3.3.7
|
|
optionalDependencies:
|
|
'@internationalized/date': 3.12.2
|
|
'@internationalized/number': 3.6.7
|
|
valibot: 1.4.2(typescript@6.0.3)
|
|
vue-router: 5.2.0(@vue/compiler-sfc@3.5.39)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@emotion/is-prop-valid'
|
|
- '@farmfe/core'
|
|
- '@netlify/blobs'
|
|
- '@planetscale/database'
|
|
- '@rspack/core'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- '@vue/composition-api'
|
|
- async-validator
|
|
- aws4fetch
|
|
- axios
|
|
- bun-types-no-globals
|
|
- change-case
|
|
- db0
|
|
- drauu
|
|
- embla-carousel
|
|
- esbuild
|
|
- focus-trap
|
|
- idb-keyval
|
|
- ioredis
|
|
- jwt-decode
|
|
- magicast
|
|
- nprogress
|
|
- qrcode
|
|
- react
|
|
- react-dom
|
|
- rolldown
|
|
- rollup
|
|
- sortablejs
|
|
- universal-cookie
|
|
- unloader
|
|
- uploadthing
|
|
- vite
|
|
- vue
|
|
- webpack
|
|
|
|
'@nuxt/vite-builder@4.4.8(5d607853deecf4b9f07fa23831360c1a)':
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@rollup/plugin-replace': 6.0.3(rollup@4.62.2)
|
|
'@vitejs/plugin-vue': 6.0.7(vite@7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
'@vitejs/plugin-vue-jsx': 5.1.6(vite@7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
autoprefixer: 10.5.3(postcss@8.5.16)
|
|
consola: 3.4.2
|
|
cssnano: 8.0.2(postcss@8.5.16)
|
|
defu: 6.1.7
|
|
escape-string-regexp: 5.0.0
|
|
exsolve: 1.1.0
|
|
get-port-please: 3.2.0
|
|
jiti: 2.7.0
|
|
knitwork: 1.3.0
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
mocked-exports: 0.1.1
|
|
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0)
|
|
nypm: 0.6.8
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
postcss: 8.5.16
|
|
seroval: 1.5.5
|
|
std-env: 4.2.0
|
|
ufo: 1.6.4
|
|
unenv: 2.0.0-rc.24
|
|
vite: 7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vite-node: 5.3.0(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vite-plugin-checker: 0.14.4(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
vue-bundle-renderer: 2.3.1
|
|
optionalDependencies:
|
|
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7)
|
|
rolldown: 1.1.5
|
|
rollup-plugin-visualizer: 7.0.1(rolldown@1.1.5)(rollup@4.62.2)
|
|
transitivePeerDependencies:
|
|
- '@biomejs/biome'
|
|
- '@types/node'
|
|
- eslint
|
|
- less
|
|
- lightningcss
|
|
- magicast
|
|
- meow
|
|
- optionator
|
|
- oxlint
|
|
- rollup
|
|
- sass
|
|
- sass-embedded
|
|
- stylelint
|
|
- stylus
|
|
- sugarss
|
|
- supports-color
|
|
- terser
|
|
- tsx
|
|
- typescript
|
|
- vue-tsc
|
|
- yaml
|
|
|
|
'@nuxtjs/color-mode@4.0.1(magicast@0.5.3)':
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
exsolve: 1.1.0
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
semver: 7.8.5
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@nuxtjs/opencollective@0.3.2':
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
consola: 2.15.3
|
|
node-fetch: 2.7.0
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
|
|
'@nuxtjs/robots@6.1.2(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@fingerprintjs/botd': 2.0.0
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
consola: 3.4.2
|
|
defu: 6.1.7
|
|
h3: 1.15.11
|
|
nuxt-site-config: 4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
ufo: 1.6.4
|
|
transitivePeerDependencies:
|
|
- '@nuxt/schema'
|
|
- magicast
|
|
- nuxt
|
|
- vite
|
|
- vue
|
|
|
|
'@nuxtjs/seo@5.3.2(3e5babf51d8d70e3fe05aad885f274e3)':
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@nuxtjs/robots': 6.1.2(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
'@nuxtjs/sitemap': 8.2.2(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0)
|
|
nuxt-link-checker: 5.1.2(@nuxt/schema@4.4.8)(db0@0.3.4)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxt-og-image: 6.7.2(89e151f4b8087f0beaf7453f17280511)
|
|
nuxt-schema-org: 6.2.3(@nuxt/schema@4.4.8)(@unhead/vue@2.1.15(vue@3.5.39(typescript@6.0.3)))(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(unhead@2.1.15)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxt-seo-utils: 8.3.1(bf10eca19ab1966732a57c1535280744)
|
|
nuxt-site-config: 4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@emotion/is-prop-valid'
|
|
- '@farmfe/core'
|
|
- '@inertiajs/vue3'
|
|
- '@internationalized/date'
|
|
- '@internationalized/number'
|
|
- '@modelcontextprotocol/sdk'
|
|
- '@netlify/blobs'
|
|
- '@nuxt/content'
|
|
- '@nuxt/schema'
|
|
- '@planetscale/database'
|
|
- '@resvg/resvg-js'
|
|
- '@resvg/resvg-wasm'
|
|
- '@rspack/core'
|
|
- '@takumi-rs/core'
|
|
- '@takumi-rs/wasm'
|
|
- '@tiptap/core'
|
|
- '@tiptap/extension-bubble-menu'
|
|
- '@tiptap/extension-code'
|
|
- '@tiptap/extension-collaboration'
|
|
- '@tiptap/extension-drag-handle'
|
|
- '@tiptap/extension-drag-handle-vue-3'
|
|
- '@tiptap/extension-floating-menu'
|
|
- '@tiptap/extension-horizontal-rule'
|
|
- '@tiptap/extension-image'
|
|
- '@tiptap/extension-mention'
|
|
- '@tiptap/extension-node-range'
|
|
- '@tiptap/extension-placeholder'
|
|
- '@tiptap/markdown'
|
|
- '@tiptap/pm'
|
|
- '@tiptap/starter-kit'
|
|
- '@tiptap/suggestion'
|
|
- '@tiptap/vue-3'
|
|
- '@types/node'
|
|
- '@unhead/cli'
|
|
- '@unhead/vue'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- '@vue/composition-api'
|
|
- async-validator
|
|
- aws4fetch
|
|
- axios
|
|
- bufferutil
|
|
- bun-types-no-globals
|
|
- change-case
|
|
- crossws
|
|
- db0
|
|
- drauu
|
|
- embla-carousel
|
|
- esbuild
|
|
- focus-trap
|
|
- fontless
|
|
- idb-keyval
|
|
- ioredis
|
|
- joi
|
|
- jwt-decode
|
|
- lightningcss
|
|
- magicast
|
|
- nitropack
|
|
- nprogress
|
|
- playwright-core
|
|
- qrcode
|
|
- react
|
|
- react-dom
|
|
- rolldown
|
|
- rollup
|
|
- satori
|
|
- sharp
|
|
- sortablejs
|
|
- superstruct
|
|
- supports-color
|
|
- tailwindcss
|
|
- typescript
|
|
- unhead
|
|
- unifont
|
|
- universal-cookie
|
|
- unloader
|
|
- unstorage
|
|
- uploadthing
|
|
- utf-8-validate
|
|
- valibot
|
|
- vite
|
|
- vue
|
|
- vue-router
|
|
- webpack
|
|
- yup
|
|
- zod
|
|
|
|
'@nuxtjs/sitemap@8.2.2(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
consola: 3.4.2
|
|
defu: 6.1.7
|
|
fast-xml-parser: 5.10.0
|
|
nuxt-site-config: 4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
ofetch: 1.5.1
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
radix3: 1.1.2
|
|
ufo: 1.6.4
|
|
ultrahtml: 1.7.0
|
|
transitivePeerDependencies:
|
|
- '@nuxt/schema'
|
|
- magicast
|
|
- nuxt
|
|
- vite
|
|
- vue
|
|
|
|
'@one-ini/wasm@0.1.1': {}
|
|
|
|
'@oxc-minify/binding-android-arm-eabi@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-android-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-darwin-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-darwin-x64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-freebsd-x64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-arm-gnueabihf@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-arm-musleabihf@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-arm64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-arm64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-ppc64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-riscv64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-riscv64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-s390x-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-x64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-linux-x64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-openharmony-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-wasm32-wasi@0.133.0':
|
|
dependencies:
|
|
'@emnapi/core': 1.10.0
|
|
'@emnapi/runtime': 1.10.0
|
|
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-win32-arm64-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-win32-ia32-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-minify/binding-win32-x64-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-android-arm-eabi@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-android-arm-eabi@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-android-arm-eabi@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-android-arm-eabi@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-android-arm64@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-android-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-android-arm64@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-android-arm64@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-darwin-arm64@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-darwin-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-darwin-arm64@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-darwin-arm64@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-darwin-x64@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-darwin-x64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-darwin-x64@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-darwin-x64@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-freebsd-x64@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-freebsd-x64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-freebsd-x64@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-freebsd-x64@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm-gnueabihf@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm-gnueabihf@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm-gnueabihf@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm-gnueabihf@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm-musleabihf@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm-musleabihf@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm-musleabihf@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm-musleabihf@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm64-gnu@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm64-gnu@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm64-gnu@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm64-musl@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm64-musl@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-arm64-musl@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-ppc64-gnu@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-ppc64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-ppc64-gnu@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-ppc64-gnu@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-riscv64-gnu@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-riscv64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-riscv64-gnu@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-riscv64-gnu@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-riscv64-musl@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-riscv64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-riscv64-musl@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-riscv64-musl@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-s390x-gnu@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-s390x-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-s390x-gnu@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-s390x-gnu@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-x64-gnu@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-x64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-x64-gnu@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-x64-gnu@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-x64-musl@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-x64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-x64-musl@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-linux-x64-musl@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-openharmony-arm64@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-openharmony-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-openharmony-arm64@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-openharmony-arm64@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-wasm32-wasi@0.132.0':
|
|
dependencies:
|
|
'@emnapi/core': 1.10.0
|
|
'@emnapi/runtime': 1.10.0
|
|
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-wasm32-wasi@0.133.0':
|
|
dependencies:
|
|
'@emnapi/core': 1.10.0
|
|
'@emnapi/runtime': 1.10.0
|
|
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-wasm32-wasi@0.138.0':
|
|
dependencies:
|
|
'@emnapi/core': 1.11.1
|
|
'@emnapi/runtime': 1.11.1
|
|
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-wasm32-wasi@0.139.0':
|
|
dependencies:
|
|
'@emnapi/core': 1.11.1
|
|
'@emnapi/runtime': 1.11.1
|
|
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-arm64-msvc@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-arm64-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-arm64-msvc@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-arm64-msvc@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-ia32-msvc@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-ia32-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-ia32-msvc@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-ia32-msvc@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-x64-msvc@0.132.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-x64-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-x64-msvc@0.138.0':
|
|
optional: true
|
|
|
|
'@oxc-parser/binding-win32-x64-msvc@0.139.0':
|
|
optional: true
|
|
|
|
'@oxc-project/types@0.132.0': {}
|
|
|
|
'@oxc-project/types@0.133.0': {}
|
|
|
|
'@oxc-project/types@0.138.0': {}
|
|
|
|
'@oxc-project/types@0.139.0': {}
|
|
|
|
'@oxc-transform/binding-android-arm-eabi@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-android-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-darwin-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-darwin-x64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-freebsd-x64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-arm-gnueabihf@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-arm-musleabihf@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-arm64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-arm64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-ppc64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-riscv64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-riscv64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-s390x-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-x64-gnu@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-linux-x64-musl@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-openharmony-arm64@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-wasm32-wasi@0.133.0':
|
|
dependencies:
|
|
'@emnapi/core': 1.10.0
|
|
'@emnapi/runtime': 1.10.0
|
|
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-win32-arm64-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-win32-ia32-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@oxc-transform/binding-win32-x64-msvc@0.133.0':
|
|
optional: true
|
|
|
|
'@paralleldrive/cuid2@2.3.1':
|
|
dependencies:
|
|
'@noble/hashes': 1.8.0
|
|
|
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-darwin-arm64@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-darwin-x64@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-freebsd-x64@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-linux-arm-glibc@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-linux-arm-musl@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-linux-arm64-glibc@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-linux-arm64-musl@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-linux-x64-glibc@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-linux-x64-musl@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-wasm@2.5.6':
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
picomatch: 4.0.5
|
|
|
|
'@parcel/watcher-win32-arm64@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-win32-ia32@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher-win32-x64@2.5.6':
|
|
optional: true
|
|
|
|
'@parcel/watcher@2.5.6':
|
|
dependencies:
|
|
detect-libc: 2.1.2
|
|
is-glob: 4.0.3
|
|
node-addon-api: 7.1.1
|
|
picomatch: 4.0.5
|
|
optionalDependencies:
|
|
'@parcel/watcher-android-arm64': 2.5.6
|
|
'@parcel/watcher-darwin-arm64': 2.5.6
|
|
'@parcel/watcher-darwin-x64': 2.5.6
|
|
'@parcel/watcher-freebsd-x64': 2.5.6
|
|
'@parcel/watcher-linux-arm-glibc': 2.5.6
|
|
'@parcel/watcher-linux-arm-musl': 2.5.6
|
|
'@parcel/watcher-linux-arm64-glibc': 2.5.6
|
|
'@parcel/watcher-linux-arm64-musl': 2.5.6
|
|
'@parcel/watcher-linux-x64-glibc': 2.5.6
|
|
'@parcel/watcher-linux-x64-musl': 2.5.6
|
|
'@parcel/watcher-win32-arm64': 2.5.6
|
|
'@parcel/watcher-win32-ia32': 2.5.6
|
|
'@parcel/watcher-win32-x64': 2.5.6
|
|
|
|
'@pkgjs/parseargs@0.11.0':
|
|
optional: true
|
|
|
|
'@pkgr/core@0.3.6': {}
|
|
|
|
'@polka/url@1.0.0-next.29': {}
|
|
|
|
'@poppinss/colors@4.1.6':
|
|
dependencies:
|
|
kleur: 4.1.5
|
|
|
|
'@poppinss/dumper@0.7.0':
|
|
dependencies:
|
|
'@poppinss/colors': 4.1.6
|
|
'@sindresorhus/is': 7.2.0
|
|
supports-color: 10.2.2
|
|
|
|
'@poppinss/exception@1.2.3': {}
|
|
|
|
'@prisma/client@5.22.0(prisma@5.22.0)':
|
|
optionalDependencies:
|
|
prisma: 5.22.0
|
|
|
|
'@prisma/debug@5.22.0': {}
|
|
|
|
'@prisma/engines-version@5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2': {}
|
|
|
|
'@prisma/engines@5.22.0':
|
|
dependencies:
|
|
'@prisma/debug': 5.22.0
|
|
'@prisma/engines-version': 5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2
|
|
'@prisma/fetch-engine': 5.22.0
|
|
'@prisma/get-platform': 5.22.0
|
|
|
|
'@prisma/fetch-engine@5.22.0':
|
|
dependencies:
|
|
'@prisma/debug': 5.22.0
|
|
'@prisma/engines-version': 5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2
|
|
'@prisma/get-platform': 5.22.0
|
|
|
|
'@prisma/get-platform@5.22.0':
|
|
dependencies:
|
|
'@prisma/debug': 5.22.0
|
|
|
|
'@quansync/fs@1.0.0':
|
|
dependencies:
|
|
quansync: 1.0.0
|
|
|
|
'@rolldown/binding-android-arm64@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-darwin-arm64@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-darwin-x64@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-freebsd-x64@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-arm-gnueabihf@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-arm64-gnu@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-arm64-musl@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-ppc64-gnu@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-s390x-gnu@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-x64-gnu@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-x64-musl@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-openharmony-arm64@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-wasm32-wasi@1.1.5':
|
|
dependencies:
|
|
'@emnapi/core': 1.11.1
|
|
'@emnapi/runtime': 1.11.1
|
|
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
|
|
optional: true
|
|
|
|
'@rolldown/binding-win32-arm64-msvc@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/binding-win32-x64-msvc@1.1.5':
|
|
optional: true
|
|
|
|
'@rolldown/pluginutils@1.0.1': {}
|
|
|
|
'@rollup/plugin-alias@6.0.0(rollup@4.62.2)':
|
|
optionalDependencies:
|
|
rollup: 4.62.2
|
|
|
|
'@rollup/plugin-commonjs@29.0.3(rollup@4.62.2)':
|
|
dependencies:
|
|
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
commondir: 1.0.1
|
|
estree-walker: 2.0.2
|
|
fdir: 6.5.0(picomatch@4.0.5)
|
|
is-reference: 1.2.1
|
|
magic-string: 0.30.21
|
|
picomatch: 4.0.5
|
|
optionalDependencies:
|
|
rollup: 4.62.2
|
|
|
|
'@rollup/plugin-inject@5.0.5(rollup@4.62.2)':
|
|
dependencies:
|
|
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
estree-walker: 2.0.2
|
|
magic-string: 0.30.21
|
|
optionalDependencies:
|
|
rollup: 4.62.2
|
|
|
|
'@rollup/plugin-json@6.1.0(rollup@4.62.2)':
|
|
dependencies:
|
|
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
optionalDependencies:
|
|
rollup: 4.62.2
|
|
|
|
'@rollup/plugin-node-resolve@16.0.3(rollup@4.62.2)':
|
|
dependencies:
|
|
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
'@types/resolve': 1.20.2
|
|
deepmerge: 4.3.1
|
|
is-module: 1.0.0
|
|
resolve: 1.22.12
|
|
optionalDependencies:
|
|
rollup: 4.62.2
|
|
|
|
'@rollup/plugin-replace@6.0.3(rollup@4.62.2)':
|
|
dependencies:
|
|
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
magic-string: 0.30.21
|
|
optionalDependencies:
|
|
rollup: 4.62.2
|
|
|
|
'@rollup/plugin-terser@1.0.0(rollup@4.62.2)':
|
|
dependencies:
|
|
serialize-javascript: 7.0.7
|
|
smob: 1.6.2
|
|
terser: 5.49.0
|
|
optionalDependencies:
|
|
rollup: 4.62.2
|
|
|
|
'@rollup/pluginutils@5.4.0(rollup@4.62.2)':
|
|
dependencies:
|
|
'@types/estree': 1.0.9
|
|
estree-walker: 2.0.2
|
|
picomatch: 4.0.5
|
|
optionalDependencies:
|
|
rollup: 4.62.2
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-android-arm64@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-arm64@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-x64@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-x64@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-loong64-gnu@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-loong64-musl@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-ppc64-musl@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-openbsd-x64@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-openharmony-arm64@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-x64-gnu@4.62.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.62.2':
|
|
optional: true
|
|
|
|
'@shikijs/core@4.3.1':
|
|
dependencies:
|
|
'@shikijs/primitive': 4.3.1
|
|
'@shikijs/types': 4.3.1
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
'@types/hast': 3.0.5
|
|
hast-util-to-html: 9.0.5
|
|
|
|
'@shikijs/engine-javascript@4.3.1':
|
|
dependencies:
|
|
'@shikijs/types': 4.3.1
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
oniguruma-to-es: 4.3.6
|
|
|
|
'@shikijs/engine-oniguruma@4.3.1':
|
|
dependencies:
|
|
'@shikijs/types': 4.3.1
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
|
|
'@shikijs/langs@4.3.1':
|
|
dependencies:
|
|
'@shikijs/types': 4.3.1
|
|
|
|
'@shikijs/primitive@4.3.1':
|
|
dependencies:
|
|
'@shikijs/types': 4.3.1
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
'@types/hast': 3.0.5
|
|
|
|
'@shikijs/themes@4.3.1':
|
|
dependencies:
|
|
'@shikijs/types': 4.3.1
|
|
|
|
'@shikijs/types@4.3.1':
|
|
dependencies:
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
'@types/hast': 3.0.5
|
|
|
|
'@shikijs/vscode-textmate@10.0.2': {}
|
|
|
|
'@simple-git/args-pathspec@1.0.3': {}
|
|
|
|
'@simple-git/argv-parser@1.1.1':
|
|
dependencies:
|
|
'@simple-git/args-pathspec': 1.0.3
|
|
|
|
'@sinclair/typebox@0.27.10': {}
|
|
|
|
'@sindresorhus/is@7.2.0': {}
|
|
|
|
'@sindresorhus/merge-streams@4.0.0': {}
|
|
|
|
'@sinonjs/commons@3.0.1':
|
|
dependencies:
|
|
type-detect: 4.0.8
|
|
|
|
'@sinonjs/fake-timers@10.3.0':
|
|
dependencies:
|
|
'@sinonjs/commons': 3.0.1
|
|
|
|
'@speed-highlight/core@1.2.17': {}
|
|
|
|
'@standard-schema/spec@1.1.0': {}
|
|
|
|
'@swc/helpers@0.5.23':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@sxzz/popperjs-es@2.11.8': {}
|
|
|
|
'@tailwindcss/node@4.3.2':
|
|
dependencies:
|
|
'@jridgewell/remapping': 2.3.5
|
|
enhanced-resolve: 5.21.6
|
|
jiti: 2.7.0
|
|
lightningcss: 1.32.0
|
|
magic-string: 0.30.21
|
|
source-map-js: 1.2.1
|
|
tailwindcss: 4.3.2
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.3.2':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide@4.3.2':
|
|
optionalDependencies:
|
|
'@tailwindcss/oxide-android-arm64': 4.3.2
|
|
'@tailwindcss/oxide-darwin-arm64': 4.3.2
|
|
'@tailwindcss/oxide-darwin-x64': 4.3.2
|
|
'@tailwindcss/oxide-freebsd-x64': 4.3.2
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.3.2
|
|
'@tailwindcss/oxide-linux-arm64-gnu': 4.3.2
|
|
'@tailwindcss/oxide-linux-arm64-musl': 4.3.2
|
|
'@tailwindcss/oxide-linux-x64-gnu': 4.3.2
|
|
'@tailwindcss/oxide-linux-x64-musl': 4.3.2
|
|
'@tailwindcss/oxide-wasm32-wasi': 4.3.2
|
|
'@tailwindcss/oxide-win32-arm64-msvc': 4.3.2
|
|
'@tailwindcss/oxide-win32-x64-msvc': 4.3.2
|
|
|
|
'@tailwindcss/postcss@4.3.2':
|
|
dependencies:
|
|
'@alloc/quick-lru': 5.2.0
|
|
'@tailwindcss/node': 4.3.2
|
|
'@tailwindcss/oxide': 4.3.2
|
|
postcss: 8.5.16
|
|
tailwindcss: 4.3.2
|
|
|
|
'@tailwindcss/vite@4.3.2(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))':
|
|
dependencies:
|
|
'@tailwindcss/node': 4.3.2
|
|
'@tailwindcss/oxide': 4.3.2
|
|
tailwindcss: 4.3.2
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
|
|
'@takumi-rs/core-darwin-arm64@1.8.7':
|
|
optional: true
|
|
|
|
'@takumi-rs/core-darwin-x64@1.8.7':
|
|
optional: true
|
|
|
|
'@takumi-rs/core-linux-arm64-gnu@1.8.7':
|
|
optional: true
|
|
|
|
'@takumi-rs/core-linux-arm64-musl@1.8.7':
|
|
optional: true
|
|
|
|
'@takumi-rs/core-linux-x64-gnu@1.8.7':
|
|
optional: true
|
|
|
|
'@takumi-rs/core-linux-x64-musl@1.8.7':
|
|
optional: true
|
|
|
|
'@takumi-rs/core-win32-arm64-msvc@1.8.7':
|
|
optional: true
|
|
|
|
'@takumi-rs/core-win32-x64-msvc@1.8.7':
|
|
optional: true
|
|
|
|
'@takumi-rs/core@1.8.7':
|
|
dependencies:
|
|
'@takumi-rs/helpers': 1.8.7
|
|
optionalDependencies:
|
|
'@takumi-rs/core-darwin-arm64': 1.8.7
|
|
'@takumi-rs/core-darwin-x64': 1.8.7
|
|
'@takumi-rs/core-linux-arm64-gnu': 1.8.7
|
|
'@takumi-rs/core-linux-arm64-musl': 1.8.7
|
|
'@takumi-rs/core-linux-x64-gnu': 1.8.7
|
|
'@takumi-rs/core-linux-x64-musl': 1.8.7
|
|
'@takumi-rs/core-win32-arm64-msvc': 1.8.7
|
|
'@takumi-rs/core-win32-x64-msvc': 1.8.7
|
|
transitivePeerDependencies:
|
|
- react
|
|
- react-dom
|
|
|
|
'@takumi-rs/helpers@1.8.7': {}
|
|
|
|
'@tanstack/table-core@8.21.3': {}
|
|
|
|
'@tanstack/virtual-core@3.17.4': {}
|
|
|
|
'@tanstack/vue-table@8.21.3(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@tanstack/table-core': 8.21.3
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@tanstack/vue-virtual@3.13.32(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@tanstack/virtual-core': 3.17.4
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@tiptap/core@3.27.4(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-blockquote@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-bold@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-bubble-menu@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.8.0
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-bullet-list@3.27.4(@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/extension-list': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-code-block@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-code@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-collaboration@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))(yjs@13.6.31)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/y-tiptap': 3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31)
|
|
yjs: 13.6.31
|
|
|
|
'@tiptap/extension-document@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-drag-handle-vue-3@3.27.4(@tiptap/extension-drag-handle@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/extension-collaboration@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))(yjs@13.6.31))(@tiptap/extension-node-range@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31)))(@tiptap/pm@3.27.4)(@tiptap/vue-3@3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(vue@3.5.39(typescript@6.0.3)))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@tiptap/extension-drag-handle': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/extension-collaboration@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))(yjs@13.6.31))(@tiptap/extension-node-range@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/vue-3': 3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(vue@3.5.39(typescript@6.0.3))
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@tiptap/extension-drag-handle@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/extension-collaboration@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))(yjs@13.6.31))(@tiptap/extension-node-range@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.8.0
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-collaboration': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31))(yjs@13.6.31)
|
|
'@tiptap/extension-node-range': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/y-tiptap': 3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31)
|
|
|
|
'@tiptap/extension-dropcursor@3.27.4(@tiptap/extensions@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/extensions': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-floating-menu@3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.8.0
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-gapcursor@3.27.4(@tiptap/extensions@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/extensions': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-hard-break@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-heading@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-horizontal-rule@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-image@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-italic@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-link@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
linkifyjs: 4.3.3
|
|
|
|
'@tiptap/extension-list-item@3.27.4(@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/extension-list': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-list-keymap@3.27.4(@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/extension-list': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-mention@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(@tiptap/suggestion@3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
'@tiptap/suggestion': 3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-node-range@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/extension-ordered-list@3.27.4(@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/extension-list': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-paragraph@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-placeholder@3.27.4(@tiptap/extensions@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/extensions': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-strike@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-text@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extension-underline@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/extensions@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/markdown@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
marked: 17.0.6
|
|
|
|
'@tiptap/pm@3.27.4':
|
|
dependencies:
|
|
prosemirror-changeset: 2.4.1
|
|
prosemirror-commands: 1.7.1
|
|
prosemirror-dropcursor: 1.8.3
|
|
prosemirror-gapcursor: 1.4.1
|
|
prosemirror-history: 1.5.0
|
|
prosemirror-inputrules: 1.5.1
|
|
prosemirror-keymap: 1.2.3
|
|
prosemirror-model: 1.25.11
|
|
prosemirror-schema-list: 1.5.1
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-tables: 1.8.5
|
|
prosemirror-transform: 1.12.0
|
|
prosemirror-view: 1.42.1
|
|
|
|
'@tiptap/starter-kit@3.27.4':
|
|
dependencies:
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-blockquote': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-bold': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-bullet-list': 3.27.4(@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-code': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-code-block': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-document': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-dropcursor': 3.27.4(@tiptap/extensions@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-gapcursor': 3.27.4(@tiptap/extensions@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-hard-break': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-heading': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-horizontal-rule': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-italic': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-link': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-list': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-list-item': 3.27.4(@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-list-keymap': 3.27.4(@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-ordered-list': 3.27.4(@tiptap/extension-list@3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-paragraph': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-strike': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-text': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extension-underline': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))
|
|
'@tiptap/extensions': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/suggestion@3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.8.0
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
|
|
'@tiptap/vue-3@3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.8.0
|
|
'@tiptap/core': 3.27.4(@tiptap/pm@3.27.4)
|
|
'@tiptap/pm': 3.27.4
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
optionalDependencies:
|
|
'@tiptap/extension-bubble-menu': 3.27.4(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
'@tiptap/extension-floating-menu': 3.27.4(@floating-ui/dom@1.8.0)(@tiptap/core@3.27.4(@tiptap/pm@3.27.4))(@tiptap/pm@3.27.4)
|
|
|
|
'@tiptap/y-tiptap@3.0.7(prosemirror-model@1.25.11)(prosemirror-state@1.4.4)(prosemirror-view@1.42.1)(y-protocols@1.0.7(yjs@13.6.31))(yjs@13.6.31)':
|
|
dependencies:
|
|
lib0: 0.2.117
|
|
prosemirror-model: 1.25.11
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-view: 1.42.1
|
|
y-protocols: 1.0.7(yjs@13.6.31)
|
|
yjs: 13.6.31
|
|
|
|
'@tokenizer/inflate@0.2.7':
|
|
dependencies:
|
|
debug: 4.4.3
|
|
fflate: 0.8.3
|
|
token-types: 6.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@tokenizer/token@0.3.0': {}
|
|
|
|
'@tsconfig/node10@1.0.12': {}
|
|
|
|
'@tsconfig/node12@1.0.11': {}
|
|
|
|
'@tsconfig/node14@1.0.3': {}
|
|
|
|
'@tsconfig/node16@1.0.4': {}
|
|
|
|
'@turbo/darwin-64@2.10.4':
|
|
optional: true
|
|
|
|
'@turbo/darwin-arm64@2.10.4':
|
|
optional: true
|
|
|
|
'@turbo/linux-64@2.10.4':
|
|
optional: true
|
|
|
|
'@turbo/linux-arm64@2.10.4':
|
|
optional: true
|
|
|
|
'@turbo/windows-64@2.10.4':
|
|
optional: true
|
|
|
|
'@turbo/windows-arm64@2.10.4':
|
|
optional: true
|
|
|
|
'@tybys/wasm-util@0.10.3':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@types/babel__core@7.20.5':
|
|
dependencies:
|
|
'@babel/parser': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
'@types/babel__generator': 7.27.0
|
|
'@types/babel__template': 7.4.4
|
|
'@types/babel__traverse': 7.28.0
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
dependencies:
|
|
'@babel/types': 7.29.7
|
|
|
|
'@types/babel__template@7.4.4':
|
|
dependencies:
|
|
'@babel/parser': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
|
|
'@types/babel__traverse@7.28.0':
|
|
dependencies:
|
|
'@babel/types': 7.29.7
|
|
|
|
'@types/bcrypt@5.0.2':
|
|
dependencies:
|
|
'@types/node': 20.19.43
|
|
|
|
'@types/body-parser@1.19.6':
|
|
dependencies:
|
|
'@types/connect': 3.4.38
|
|
'@types/node': 20.19.43
|
|
|
|
'@types/chai@5.2.3':
|
|
dependencies:
|
|
'@types/deep-eql': 4.0.2
|
|
assertion-error: 2.0.1
|
|
|
|
'@types/connect@3.4.38':
|
|
dependencies:
|
|
'@types/node': 20.19.43
|
|
|
|
'@types/cookiejar@2.1.5': {}
|
|
|
|
'@types/deep-eql@4.0.2': {}
|
|
|
|
'@types/eslint-scope@3.7.7':
|
|
dependencies:
|
|
'@types/eslint': 9.6.1
|
|
'@types/estree': 1.0.9
|
|
|
|
'@types/eslint@9.6.1':
|
|
dependencies:
|
|
'@types/estree': 1.0.9
|
|
'@types/json-schema': 7.0.15
|
|
|
|
'@types/estree@1.0.9': {}
|
|
|
|
'@types/express-serve-static-core@4.19.9':
|
|
dependencies:
|
|
'@types/node': 20.19.43
|
|
'@types/qs': 6.15.1
|
|
'@types/range-parser': 1.2.7
|
|
'@types/send': 1.2.1
|
|
|
|
'@types/express@4.17.25':
|
|
dependencies:
|
|
'@types/body-parser': 1.19.6
|
|
'@types/express-serve-static-core': 4.19.9
|
|
'@types/qs': 6.15.1
|
|
'@types/serve-static': 1.15.10
|
|
|
|
'@types/graceful-fs@4.1.9':
|
|
dependencies:
|
|
'@types/node': 24.13.3
|
|
|
|
'@types/hast@3.0.5':
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
'@types/http-errors@2.0.5': {}
|
|
|
|
'@types/istanbul-lib-coverage@2.0.6': {}
|
|
|
|
'@types/istanbul-lib-report@3.0.3':
|
|
dependencies:
|
|
'@types/istanbul-lib-coverage': 2.0.6
|
|
|
|
'@types/istanbul-reports@3.0.4':
|
|
dependencies:
|
|
'@types/istanbul-lib-report': 3.0.3
|
|
|
|
'@types/jest@29.5.14':
|
|
dependencies:
|
|
expect: 29.7.0
|
|
pretty-format: 29.7.0
|
|
|
|
'@types/jsesc@2.5.1': {}
|
|
|
|
'@types/json-schema@7.0.15': {}
|
|
|
|
'@types/jsonwebtoken@9.0.10':
|
|
dependencies:
|
|
'@types/ms': 2.1.0
|
|
'@types/node': 20.19.43
|
|
|
|
'@types/jsonwebtoken@9.0.5':
|
|
dependencies:
|
|
'@types/node': 20.19.43
|
|
|
|
'@types/lodash-es@4.17.12':
|
|
dependencies:
|
|
'@types/lodash': 4.17.24
|
|
|
|
'@types/lodash@4.17.24': {}
|
|
|
|
'@types/luxon@3.4.2': {}
|
|
|
|
'@types/mdast@4.0.4':
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
'@types/methods@1.1.4': {}
|
|
|
|
'@types/mime@1.3.5': {}
|
|
|
|
'@types/ms@2.1.0': {}
|
|
|
|
'@types/multer@2.2.0':
|
|
dependencies:
|
|
'@types/express': 4.17.25
|
|
|
|
'@types/node@20.19.43':
|
|
dependencies:
|
|
undici-types: 6.21.0
|
|
|
|
'@types/node@24.13.3':
|
|
dependencies:
|
|
undici-types: 7.18.2
|
|
|
|
'@types/passport-jwt@4.0.1':
|
|
dependencies:
|
|
'@types/jsonwebtoken': 9.0.10
|
|
'@types/passport-strategy': 0.2.38
|
|
|
|
'@types/passport-strategy@0.2.38':
|
|
dependencies:
|
|
'@types/express': 4.17.25
|
|
'@types/passport': 1.0.17
|
|
|
|
'@types/passport@1.0.17':
|
|
dependencies:
|
|
'@types/express': 4.17.25
|
|
|
|
'@types/qs@6.15.1': {}
|
|
|
|
'@types/range-parser@1.2.7': {}
|
|
|
|
'@types/resolve@1.20.2': {}
|
|
|
|
'@types/semver@7.7.1': {}
|
|
|
|
'@types/send@0.17.6':
|
|
dependencies:
|
|
'@types/mime': 1.3.5
|
|
'@types/node': 20.19.43
|
|
|
|
'@types/send@1.2.1':
|
|
dependencies:
|
|
'@types/node': 20.19.43
|
|
|
|
'@types/serve-static@1.15.10':
|
|
dependencies:
|
|
'@types/http-errors': 2.0.5
|
|
'@types/node': 20.19.43
|
|
'@types/send': 0.17.6
|
|
|
|
'@types/stack-utils@2.0.3': {}
|
|
|
|
'@types/superagent@8.1.10':
|
|
dependencies:
|
|
'@types/cookiejar': 2.1.5
|
|
'@types/methods': 1.1.4
|
|
'@types/node': 20.19.43
|
|
form-data: 4.0.6
|
|
|
|
'@types/supertest@6.0.3':
|
|
dependencies:
|
|
'@types/methods': 1.1.4
|
|
'@types/superagent': 8.1.10
|
|
|
|
'@types/unist@3.0.3': {}
|
|
|
|
'@types/validator@13.15.10': {}
|
|
|
|
'@types/web-bluetooth@0.0.20': {}
|
|
|
|
'@types/web-bluetooth@0.0.21': {}
|
|
|
|
'@types/whatwg-mimetype@3.0.2': {}
|
|
|
|
'@types/ws@8.18.1':
|
|
dependencies:
|
|
'@types/node': 24.13.3
|
|
|
|
'@types/yargs-parser@21.0.3': {}
|
|
|
|
'@types/yargs@17.0.35':
|
|
dependencies:
|
|
'@types/yargs-parser': 21.0.3
|
|
|
|
'@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)':
|
|
dependencies:
|
|
'@eslint-community/regexpp': 4.12.2
|
|
'@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.9.3)
|
|
'@typescript-eslint/scope-manager': 6.21.0
|
|
'@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.9.3)
|
|
'@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.9.3)
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
debug: 4.4.3
|
|
eslint: 8.57.1
|
|
graphemer: 1.4.0
|
|
ignore: 5.3.2
|
|
natural-compare: 1.4.0
|
|
semver: 7.8.5
|
|
ts-api-utils: 1.4.3(typescript@5.9.3)
|
|
optionalDependencies:
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.3)':
|
|
dependencies:
|
|
'@typescript-eslint/scope-manager': 6.21.0
|
|
'@typescript-eslint/types': 6.21.0
|
|
'@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3)
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
debug: 4.4.3
|
|
eslint: 8.57.1
|
|
optionalDependencies:
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/scope-manager@6.21.0':
|
|
dependencies:
|
|
'@typescript-eslint/types': 6.21.0
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
|
|
'@typescript-eslint/type-utils@6.21.0(eslint@8.57.1)(typescript@5.9.3)':
|
|
dependencies:
|
|
'@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3)
|
|
'@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.9.3)
|
|
debug: 4.4.3
|
|
eslint: 8.57.1
|
|
ts-api-utils: 1.4.3(typescript@5.9.3)
|
|
optionalDependencies:
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/types@6.21.0': {}
|
|
|
|
'@typescript-eslint/typescript-estree@6.21.0(typescript@5.9.3)':
|
|
dependencies:
|
|
'@typescript-eslint/types': 6.21.0
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
debug: 4.4.3
|
|
globby: 11.1.0
|
|
is-glob: 4.0.3
|
|
minimatch: 9.0.3
|
|
semver: 7.8.5
|
|
ts-api-utils: 1.4.3(typescript@5.9.3)
|
|
optionalDependencies:
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.9.3)':
|
|
dependencies:
|
|
'@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1)
|
|
'@types/json-schema': 7.0.15
|
|
'@types/semver': 7.7.1
|
|
'@typescript-eslint/scope-manager': 6.21.0
|
|
'@typescript-eslint/types': 6.21.0
|
|
'@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3)
|
|
eslint: 8.57.1
|
|
semver: 7.8.5
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
- typescript
|
|
|
|
'@typescript-eslint/visitor-keys@6.21.0':
|
|
dependencies:
|
|
'@typescript-eslint/types': 6.21.0
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
'@ungap/structured-clone@1.3.3': {}
|
|
|
|
'@unhead/bundler@3.1.8(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(lightningcss@1.32.0)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(unhead@2.1.15)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))':
|
|
dependencies:
|
|
'@vitejs/devtools-kit': 0.3.4(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
magic-string: 0.30.21
|
|
oxc-parser: 0.139.0
|
|
oxc-walker: 1.0.0(esbuild@0.28.1)(oxc-parser@0.139.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
ufo: 1.6.4
|
|
unhead: 2.1.15
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
optionalDependencies:
|
|
esbuild: 0.28.1
|
|
lightningcss: 1.32.0
|
|
rolldown: 1.1.5
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
webpack: 5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@modelcontextprotocol/sdk'
|
|
- '@rspack/core'
|
|
- bufferutil
|
|
- bun-types-no-globals
|
|
- crossws
|
|
- rollup
|
|
- typescript
|
|
- unloader
|
|
- utf-8-validate
|
|
|
|
'@unhead/vue@2.1.15(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
hookable: 6.1.1
|
|
unhead: 2.1.15
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@unocss/config@66.7.5':
|
|
dependencies:
|
|
'@unocss/core': 66.7.5
|
|
colorette: 2.0.20
|
|
consola: 3.4.2
|
|
unconfig: 7.5.0
|
|
|
|
'@unocss/core@66.7.5': {}
|
|
|
|
'@valibot/to-json-schema@1.7.1(valibot@1.4.2(typescript@6.0.3))':
|
|
dependencies:
|
|
valibot: 1.4.2(typescript@6.0.3)
|
|
|
|
'@vercel/nft@1.10.2(rollup@4.62.2)':
|
|
dependencies:
|
|
'@mapbox/node-pre-gyp': 2.0.3
|
|
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
acorn: 8.17.0
|
|
acorn-import-attributes: 1.9.5(acorn@8.17.0)
|
|
async-sema: 3.1.1
|
|
bindings: 1.5.0
|
|
estree-walker: 2.0.2
|
|
glob: 13.0.6
|
|
graceful-fs: 4.2.11
|
|
node-gyp-build: 4.8.4
|
|
picomatch: 4.0.5
|
|
resolve-from: 5.0.0
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- rollup
|
|
- supports-color
|
|
|
|
'@vitejs/devtools-kit@0.3.4(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))':
|
|
dependencies:
|
|
'@devframes/hub': 0.5.4(devframe@0.5.4(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
birpc: 4.0.0
|
|
devframe: 0.5.4(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
mlly: 1.8.2
|
|
nostics: 1.1.4
|
|
pathe: 2.0.3
|
|
perfect-debounce: 2.1.0
|
|
tinyexec: 1.2.4
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@modelcontextprotocol/sdk'
|
|
- '@rspack/core'
|
|
- bufferutil
|
|
- bun-types-no-globals
|
|
- crossws
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- typescript
|
|
- unloader
|
|
- utf-8-validate
|
|
- webpack
|
|
|
|
'@vitejs/plugin-vue-jsx@5.1.6(vite@7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
|
|
'@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7)
|
|
'@rolldown/pluginutils': 1.0.1
|
|
'@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.7)
|
|
vite: 7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@vitejs/plugin-vue@6.0.7(vite@7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@rolldown/pluginutils': 1.0.1
|
|
vite: 7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@vitejs/plugin-vue@6.0.7(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@rolldown/pluginutils': 1.0.1
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@vitest/expect@4.1.10':
|
|
dependencies:
|
|
'@standard-schema/spec': 1.1.0
|
|
'@types/chai': 5.2.3
|
|
'@vitest/spy': 4.1.10
|
|
'@vitest/utils': 4.1.10
|
|
chai: 6.2.2
|
|
tinyrainbow: 3.1.0
|
|
|
|
'@vitest/mocker@4.1.10(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))':
|
|
dependencies:
|
|
'@vitest/spy': 4.1.10
|
|
estree-walker: 3.0.3
|
|
magic-string: 0.30.21
|
|
optionalDependencies:
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
|
|
'@vitest/pretty-format@4.1.10':
|
|
dependencies:
|
|
tinyrainbow: 3.1.0
|
|
|
|
'@vitest/runner@4.1.10':
|
|
dependencies:
|
|
'@vitest/utils': 4.1.10
|
|
pathe: 2.0.3
|
|
|
|
'@vitest/snapshot@4.1.10':
|
|
dependencies:
|
|
'@vitest/pretty-format': 4.1.10
|
|
'@vitest/utils': 4.1.10
|
|
magic-string: 0.30.21
|
|
pathe: 2.0.3
|
|
|
|
'@vitest/spy@4.1.10': {}
|
|
|
|
'@vitest/utils@4.1.10':
|
|
dependencies:
|
|
'@vitest/pretty-format': 4.1.10
|
|
convert-source-map: 2.0.0
|
|
tinyrainbow: 3.1.0
|
|
|
|
'@volar/language-core@2.4.28':
|
|
dependencies:
|
|
'@volar/source-map': 2.4.28
|
|
|
|
'@volar/source-map@2.4.28': {}
|
|
|
|
'@volar/typescript@2.4.28':
|
|
dependencies:
|
|
'@volar/language-core': 2.4.28
|
|
path-browserify: 1.0.1
|
|
vscode-uri: 3.1.0
|
|
|
|
'@vue-macros/common@3.1.3(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@vue/compiler-sfc': 3.5.39
|
|
ast-kit: 2.2.0
|
|
local-pkg: 1.2.1
|
|
magic-string-ast: 1.0.3
|
|
unplugin-utils: 0.3.2
|
|
optionalDependencies:
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@vue/babel-helper-vue-transform-on@2.0.1': {}
|
|
|
|
'@vue/babel-plugin-jsx@2.0.1(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/helper-module-imports': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7)
|
|
'@babel/template': 7.29.7
|
|
'@babel/traverse': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
'@vue/babel-helper-vue-transform-on': 2.0.1
|
|
'@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.29.7)
|
|
'@vue/shared': 3.5.39
|
|
optionalDependencies:
|
|
'@babel/core': 7.29.7
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.29.7)':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.7
|
|
'@babel/core': 7.29.7
|
|
'@babel/helper-module-imports': 7.29.7
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
'@babel/parser': 7.29.7
|
|
'@vue/compiler-sfc': 3.5.39
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@vue/compiler-core@3.5.39':
|
|
dependencies:
|
|
'@babel/parser': 7.29.7
|
|
'@vue/shared': 3.5.39
|
|
entities: 7.0.1
|
|
estree-walker: 2.0.2
|
|
source-map-js: 1.2.1
|
|
|
|
'@vue/compiler-dom@3.5.39':
|
|
dependencies:
|
|
'@vue/compiler-core': 3.5.39
|
|
'@vue/shared': 3.5.39
|
|
|
|
'@vue/compiler-sfc@3.5.39':
|
|
dependencies:
|
|
'@babel/parser': 7.29.7
|
|
'@vue/compiler-core': 3.5.39
|
|
'@vue/compiler-dom': 3.5.39
|
|
'@vue/compiler-ssr': 3.5.39
|
|
'@vue/shared': 3.5.39
|
|
estree-walker: 2.0.2
|
|
magic-string: 0.30.21
|
|
postcss: 8.5.16
|
|
source-map-js: 1.2.1
|
|
|
|
'@vue/compiler-ssr@3.5.39':
|
|
dependencies:
|
|
'@vue/compiler-dom': 3.5.39
|
|
'@vue/shared': 3.5.39
|
|
|
|
'@vue/devtools-api@6.6.4': {}
|
|
|
|
'@vue/devtools-api@7.7.10':
|
|
dependencies:
|
|
'@vue/devtools-kit': 7.7.10
|
|
|
|
'@vue/devtools-api@8.1.5':
|
|
dependencies:
|
|
'@vue/devtools-kit': 8.1.5
|
|
|
|
'@vue/devtools-core@8.1.5(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@vue/devtools-kit': 8.1.5
|
|
'@vue/devtools-shared': 8.1.5
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@vue/devtools-kit@7.7.10':
|
|
dependencies:
|
|
'@vue/devtools-shared': 7.7.10
|
|
birpc: 2.9.0
|
|
hookable: 5.5.3
|
|
mitt: 3.0.1
|
|
perfect-debounce: 1.0.0
|
|
speakingurl: 14.0.1
|
|
superjson: 2.2.6
|
|
|
|
'@vue/devtools-kit@8.1.5':
|
|
dependencies:
|
|
'@vue/devtools-shared': 8.1.5
|
|
birpc: 2.9.0
|
|
hookable: 5.5.3
|
|
perfect-debounce: 2.1.0
|
|
|
|
'@vue/devtools-shared@7.7.10':
|
|
dependencies:
|
|
rfdc: 1.4.1
|
|
|
|
'@vue/devtools-shared@8.1.5': {}
|
|
|
|
'@vue/language-core@3.3.7':
|
|
dependencies:
|
|
'@volar/language-core': 2.4.28
|
|
'@vue/compiler-dom': 3.5.39
|
|
'@vue/shared': 3.5.39
|
|
alien-signals: 3.2.1
|
|
muggle-string: 0.4.1
|
|
path-browserify: 1.0.1
|
|
picomatch: 4.0.5
|
|
|
|
'@vue/reactivity@3.5.39':
|
|
dependencies:
|
|
'@vue/shared': 3.5.39
|
|
|
|
'@vue/runtime-core@3.5.39':
|
|
dependencies:
|
|
'@vue/reactivity': 3.5.39
|
|
'@vue/shared': 3.5.39
|
|
|
|
'@vue/runtime-dom@3.5.39':
|
|
dependencies:
|
|
'@vue/reactivity': 3.5.39
|
|
'@vue/runtime-core': 3.5.39
|
|
'@vue/shared': 3.5.39
|
|
csstype: 3.2.3
|
|
|
|
'@vue/server-renderer@3.5.39(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@vue/compiler-ssr': 3.5.39
|
|
'@vue/shared': 3.5.39
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@vue/shared@3.5.39': {}
|
|
|
|
'@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.39)(@vue/server-renderer@3.5.39(vue@3.5.39(typescript@6.0.3)))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@vue/compiler-dom': 3.5.39
|
|
js-beautify: 1.15.4
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
vue-component-type-helpers: 3.3.7
|
|
optionalDependencies:
|
|
'@vue/server-renderer': 3.5.39(vue@3.5.39(typescript@6.0.3))
|
|
|
|
'@vue/tsconfig@0.9.1(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3))':
|
|
optionalDependencies:
|
|
typescript: 6.0.3
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@vueuse/core@10.11.1(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@types/web-bluetooth': 0.0.20
|
|
'@vueuse/metadata': 10.11.1
|
|
'@vueuse/shared': 10.11.1(vue@3.5.39(typescript@6.0.3))
|
|
vue-demi: 0.14.10(vue@3.5.39(typescript@6.0.3))
|
|
transitivePeerDependencies:
|
|
- '@vue/composition-api'
|
|
- vue
|
|
|
|
'@vueuse/core@14.3.0(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@types/web-bluetooth': 0.0.21
|
|
'@vueuse/metadata': 14.3.0
|
|
'@vueuse/shared': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@vueuse/integrations@14.3.0(async-validator@4.2.5)(axios@1.18.1)(fuse.js@7.5.0)(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/shared': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
optionalDependencies:
|
|
async-validator: 4.2.5
|
|
axios: 1.18.1
|
|
fuse.js: 7.5.0
|
|
|
|
'@vueuse/metadata@10.11.1': {}
|
|
|
|
'@vueuse/metadata@14.3.0': {}
|
|
|
|
'@vueuse/nuxt@14.3.0(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/metadata': 14.3.0
|
|
local-pkg: 1.2.1
|
|
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0)
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@vueuse/shared@10.11.1(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
vue-demi: 0.14.10(vue@3.5.39(typescript@6.0.3))
|
|
transitivePeerDependencies:
|
|
- '@vue/composition-api'
|
|
- vue
|
|
|
|
'@vueuse/shared@14.3.0(vue@3.5.39(typescript@6.0.3))':
|
|
dependencies:
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
'@webassemblyjs/ast@1.14.1':
|
|
dependencies:
|
|
'@webassemblyjs/helper-numbers': 1.13.2
|
|
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
|
|
'@webassemblyjs/floating-point-hex-parser@1.13.2': {}
|
|
|
|
'@webassemblyjs/helper-api-error@1.13.2': {}
|
|
|
|
'@webassemblyjs/helper-buffer@1.14.1': {}
|
|
|
|
'@webassemblyjs/helper-numbers@1.13.2':
|
|
dependencies:
|
|
'@webassemblyjs/floating-point-hex-parser': 1.13.2
|
|
'@webassemblyjs/helper-api-error': 1.13.2
|
|
'@xtuc/long': 4.2.2
|
|
|
|
'@webassemblyjs/helper-wasm-bytecode@1.13.2': {}
|
|
|
|
'@webassemblyjs/helper-wasm-section@1.14.1':
|
|
dependencies:
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@webassemblyjs/helper-buffer': 1.14.1
|
|
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
'@webassemblyjs/wasm-gen': 1.14.1
|
|
|
|
'@webassemblyjs/ieee754@1.13.2':
|
|
dependencies:
|
|
'@xtuc/ieee754': 1.2.0
|
|
|
|
'@webassemblyjs/leb128@1.13.2':
|
|
dependencies:
|
|
'@xtuc/long': 4.2.2
|
|
|
|
'@webassemblyjs/utf8@1.13.2': {}
|
|
|
|
'@webassemblyjs/wasm-edit@1.14.1':
|
|
dependencies:
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@webassemblyjs/helper-buffer': 1.14.1
|
|
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
'@webassemblyjs/helper-wasm-section': 1.14.1
|
|
'@webassemblyjs/wasm-gen': 1.14.1
|
|
'@webassemblyjs/wasm-opt': 1.14.1
|
|
'@webassemblyjs/wasm-parser': 1.14.1
|
|
'@webassemblyjs/wast-printer': 1.14.1
|
|
|
|
'@webassemblyjs/wasm-gen@1.14.1':
|
|
dependencies:
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
'@webassemblyjs/ieee754': 1.13.2
|
|
'@webassemblyjs/leb128': 1.13.2
|
|
'@webassemblyjs/utf8': 1.13.2
|
|
|
|
'@webassemblyjs/wasm-opt@1.14.1':
|
|
dependencies:
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@webassemblyjs/helper-buffer': 1.14.1
|
|
'@webassemblyjs/wasm-gen': 1.14.1
|
|
'@webassemblyjs/wasm-parser': 1.14.1
|
|
|
|
'@webassemblyjs/wasm-parser@1.14.1':
|
|
dependencies:
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@webassemblyjs/helper-api-error': 1.13.2
|
|
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
'@webassemblyjs/ieee754': 1.13.2
|
|
'@webassemblyjs/leb128': 1.13.2
|
|
'@webassemblyjs/utf8': 1.13.2
|
|
|
|
'@webassemblyjs/wast-printer@1.14.1':
|
|
dependencies:
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@xtuc/long': 4.2.2
|
|
|
|
'@xtuc/ieee754@1.2.0': {}
|
|
|
|
'@xtuc/long@4.2.2': {}
|
|
|
|
abbrev@1.1.1: {}
|
|
|
|
abbrev@2.0.0: {}
|
|
|
|
abbrev@3.0.1: {}
|
|
|
|
abort-controller@3.0.0:
|
|
dependencies:
|
|
event-target-shim: 5.0.1
|
|
|
|
accepts@1.3.8:
|
|
dependencies:
|
|
mime-types: 2.1.35
|
|
negotiator: 0.6.3
|
|
|
|
acorn-import-attributes@1.9.5(acorn@8.17.0):
|
|
dependencies:
|
|
acorn: 8.17.0
|
|
|
|
acorn-jsx@5.3.2(acorn@8.17.0):
|
|
dependencies:
|
|
acorn: 8.17.0
|
|
|
|
acorn-walk@8.3.5:
|
|
dependencies:
|
|
acorn: 8.17.0
|
|
|
|
acorn@8.17.0: {}
|
|
|
|
agent-base@6.0.2:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
agent-base@7.1.4: {}
|
|
|
|
ajv-formats@2.1.1(ajv@8.12.0):
|
|
optionalDependencies:
|
|
ajv: 8.12.0
|
|
|
|
ajv-formats@2.1.1(ajv@8.20.0):
|
|
optionalDependencies:
|
|
ajv: 8.20.0
|
|
|
|
ajv-keywords@3.5.2(ajv@6.15.0):
|
|
dependencies:
|
|
ajv: 6.15.0
|
|
|
|
ajv-keywords@5.1.0(ajv@8.20.0):
|
|
dependencies:
|
|
ajv: 8.20.0
|
|
fast-deep-equal: 3.1.3
|
|
|
|
ajv@6.15.0:
|
|
dependencies:
|
|
fast-deep-equal: 3.1.3
|
|
fast-json-stable-stringify: 2.1.0
|
|
json-schema-traverse: 0.4.1
|
|
uri-js: 4.4.1
|
|
|
|
ajv@8.12.0:
|
|
dependencies:
|
|
fast-deep-equal: 3.1.3
|
|
json-schema-traverse: 1.0.0
|
|
require-from-string: 2.0.2
|
|
uri-js: 4.4.1
|
|
|
|
ajv@8.20.0:
|
|
dependencies:
|
|
fast-deep-equal: 3.1.3
|
|
fast-uri: 3.1.3
|
|
json-schema-traverse: 1.0.0
|
|
require-from-string: 2.0.2
|
|
|
|
alien-signals@3.2.1: {}
|
|
|
|
ansi-colors@4.1.3: {}
|
|
|
|
ansi-escapes@4.3.2:
|
|
dependencies:
|
|
type-fest: 0.21.3
|
|
|
|
ansi-regex@5.0.1: {}
|
|
|
|
ansi-regex@6.2.2: {}
|
|
|
|
ansi-styles@4.3.0:
|
|
dependencies:
|
|
color-convert: 2.0.1
|
|
|
|
ansi-styles@5.2.0: {}
|
|
|
|
ansi-styles@6.2.3: {}
|
|
|
|
ansis@4.3.1: {}
|
|
|
|
anymatch@3.1.3:
|
|
dependencies:
|
|
normalize-path: 3.0.0
|
|
picomatch: 2.3.2
|
|
|
|
anynum@1.0.1: {}
|
|
|
|
append-field@1.0.0: {}
|
|
|
|
aproba@2.1.0: {}
|
|
|
|
archiver-utils@5.0.2:
|
|
dependencies:
|
|
glob: 10.4.5
|
|
graceful-fs: 4.2.11
|
|
is-stream: 2.0.1
|
|
lazystream: 1.0.1
|
|
lodash: 4.18.1
|
|
normalize-path: 3.0.0
|
|
readable-stream: 4.7.0
|
|
|
|
archiver@7.0.1:
|
|
dependencies:
|
|
archiver-utils: 5.0.2
|
|
async: 3.2.6
|
|
buffer-crc32: 1.0.0
|
|
readable-stream: 4.7.0
|
|
readdir-glob: 1.1.3
|
|
tar-stream: 3.2.0
|
|
zip-stream: 6.0.1
|
|
transitivePeerDependencies:
|
|
- bare-abort-controller
|
|
- bare-buffer
|
|
- react-native-b4a
|
|
|
|
are-we-there-yet@2.0.0:
|
|
dependencies:
|
|
delegates: 1.0.0
|
|
readable-stream: 3.6.2
|
|
|
|
arg@4.1.3: {}
|
|
|
|
argparse@1.0.10:
|
|
dependencies:
|
|
sprintf-js: 1.0.3
|
|
|
|
argparse@2.0.1: {}
|
|
|
|
aria-hidden@1.2.6:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
array-flatten@1.1.1: {}
|
|
|
|
array-timsort@1.0.3: {}
|
|
|
|
array-union@2.1.0: {}
|
|
|
|
asap@2.0.6: {}
|
|
|
|
assertion-error@2.0.1: {}
|
|
|
|
ast-kit@2.2.0:
|
|
dependencies:
|
|
'@babel/parser': 7.29.7
|
|
pathe: 2.0.3
|
|
|
|
ast-walker-scope@0.9.0:
|
|
dependencies:
|
|
'@babel/parser': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
ast-kit: 2.2.0
|
|
|
|
async-sema@3.1.1: {}
|
|
|
|
async-validator@4.2.5: {}
|
|
|
|
async@3.2.6: {}
|
|
|
|
asynckit@0.4.0: {}
|
|
|
|
autoprefixer@10.5.3(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.6
|
|
caniuse-lite: 1.0.30001805
|
|
fraction.js: 5.3.4
|
|
picocolors: 1.1.1
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
axios@1.18.1:
|
|
dependencies:
|
|
follow-redirects: 1.16.0
|
|
form-data: 4.0.6
|
|
https-proxy-agent: 5.0.1
|
|
proxy-from-env: 2.1.0
|
|
transitivePeerDependencies:
|
|
- debug
|
|
- supports-color
|
|
|
|
b4a@1.8.1: {}
|
|
|
|
babel-jest@29.7.0(@babel/core@7.29.7):
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@jest/transform': 29.7.0
|
|
'@types/babel__core': 7.20.5
|
|
babel-plugin-istanbul: 6.1.1
|
|
babel-preset-jest: 29.6.3(@babel/core@7.29.7)
|
|
chalk: 4.1.2
|
|
graceful-fs: 4.2.11
|
|
slash: 3.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
babel-plugin-istanbul@6.1.1:
|
|
dependencies:
|
|
'@babel/helper-plugin-utils': 7.29.7
|
|
'@istanbuljs/load-nyc-config': 1.1.0
|
|
'@istanbuljs/schema': 0.1.6
|
|
istanbul-lib-instrument: 5.2.1
|
|
test-exclude: 6.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
babel-plugin-jest-hoist@29.6.3:
|
|
dependencies:
|
|
'@babel/template': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
'@types/babel__core': 7.20.5
|
|
'@types/babel__traverse': 7.28.0
|
|
|
|
babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.7):
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.7)
|
|
|
|
babel-preset-jest@29.6.3(@babel/core@7.29.7):
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
babel-plugin-jest-hoist: 29.6.3
|
|
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7)
|
|
|
|
balanced-match@1.0.2: {}
|
|
|
|
balanced-match@4.0.4: {}
|
|
|
|
bare-events@2.9.1: {}
|
|
|
|
bare-fs@4.7.4:
|
|
dependencies:
|
|
bare-events: 2.9.1
|
|
bare-path: 3.1.1
|
|
bare-stream: 2.13.3(bare-events@2.9.1)
|
|
bare-url: 2.4.5
|
|
fast-fifo: 1.3.2
|
|
transitivePeerDependencies:
|
|
- bare-abort-controller
|
|
- react-native-b4a
|
|
|
|
bare-path@3.1.1: {}
|
|
|
|
bare-stream@2.13.3(bare-events@2.9.1):
|
|
dependencies:
|
|
b4a: 1.8.1
|
|
streamx: 2.28.0
|
|
teex: 1.0.1
|
|
optionalDependencies:
|
|
bare-events: 2.9.1
|
|
transitivePeerDependencies:
|
|
- react-native-b4a
|
|
|
|
bare-url@2.4.5:
|
|
dependencies:
|
|
bare-path: 3.1.1
|
|
|
|
base64-js@1.5.1: {}
|
|
|
|
baseline-browser-mapping@2.10.42: {}
|
|
|
|
bcrypt@5.1.1:
|
|
dependencies:
|
|
'@mapbox/node-pre-gyp': 1.0.11
|
|
node-addon-api: 5.1.0
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
binary-extensions@2.3.0: {}
|
|
|
|
bindings@1.5.0:
|
|
dependencies:
|
|
file-uri-to-path: 1.0.0
|
|
|
|
birpc@2.9.0: {}
|
|
|
|
birpc@4.0.0: {}
|
|
|
|
bl@4.1.0:
|
|
dependencies:
|
|
buffer: 5.7.1
|
|
inherits: 2.0.4
|
|
readable-stream: 3.6.2
|
|
|
|
body-parser@1.20.4:
|
|
dependencies:
|
|
bytes: 3.1.2
|
|
content-type: 1.0.5
|
|
debug: 2.6.9
|
|
depd: 2.0.0
|
|
destroy: 1.2.0
|
|
http-errors: 2.0.1
|
|
iconv-lite: 0.4.24
|
|
on-finished: 2.4.1
|
|
qs: 6.14.2
|
|
raw-body: 2.5.3
|
|
type-is: 1.6.18
|
|
unpipe: 1.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
boolbase@1.0.0: {}
|
|
|
|
brace-expansion@1.1.16:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
concat-map: 0.0.1
|
|
|
|
brace-expansion@2.1.2:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
|
|
brace-expansion@5.0.7:
|
|
dependencies:
|
|
balanced-match: 4.0.4
|
|
|
|
braces@3.0.3:
|
|
dependencies:
|
|
fill-range: 7.1.1
|
|
|
|
browserslist@4.28.5:
|
|
dependencies:
|
|
baseline-browser-mapping: 2.10.42
|
|
caniuse-lite: 1.0.30001803
|
|
electron-to-chromium: 1.5.389
|
|
node-releases: 2.0.51
|
|
update-browserslist-db: 1.2.3(browserslist@4.28.5)
|
|
|
|
browserslist@4.28.6:
|
|
dependencies:
|
|
baseline-browser-mapping: 2.10.42
|
|
caniuse-lite: 1.0.30001805
|
|
electron-to-chromium: 1.5.389
|
|
node-releases: 2.0.51
|
|
update-browserslist-db: 1.2.3(browserslist@4.28.6)
|
|
|
|
bs-logger@0.2.6:
|
|
dependencies:
|
|
fast-json-stable-stringify: 2.1.0
|
|
|
|
bser@2.1.1:
|
|
dependencies:
|
|
node-int64: 0.4.0
|
|
|
|
buffer-crc32@1.0.0: {}
|
|
|
|
buffer-equal-constant-time@1.0.1: {}
|
|
|
|
buffer-from@1.1.2: {}
|
|
|
|
buffer-image-size@0.6.4:
|
|
dependencies:
|
|
'@types/node': 24.13.3
|
|
|
|
buffer@5.7.1:
|
|
dependencies:
|
|
base64-js: 1.5.1
|
|
ieee754: 1.2.1
|
|
|
|
buffer@6.0.3:
|
|
dependencies:
|
|
base64-js: 1.5.1
|
|
ieee754: 1.2.1
|
|
|
|
bundle-name@4.1.0:
|
|
dependencies:
|
|
run-applescript: 7.1.0
|
|
|
|
busboy@1.6.0:
|
|
dependencies:
|
|
streamsearch: 1.1.0
|
|
|
|
bytes@3.1.2: {}
|
|
|
|
c12@3.3.4(magicast@0.5.3):
|
|
dependencies:
|
|
chokidar: 5.0.0
|
|
confbox: 0.2.4
|
|
defu: 6.1.7
|
|
dotenv: 17.4.2
|
|
exsolve: 1.1.0
|
|
giget: 3.3.0
|
|
jiti: 2.7.0
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
perfect-debounce: 2.1.0
|
|
pkg-types: 2.3.1
|
|
rc9: 3.0.1
|
|
optionalDependencies:
|
|
magicast: 0.5.3
|
|
|
|
cac@6.7.14: {}
|
|
|
|
cac@7.0.0: {}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
|
|
call-bind@1.0.9:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-define-property: 1.0.1
|
|
get-intrinsic: 1.3.0
|
|
set-function-length: 1.2.2
|
|
|
|
call-bound@1.0.4:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
get-intrinsic: 1.3.0
|
|
|
|
callsites@3.1.0: {}
|
|
|
|
camelcase@5.3.1: {}
|
|
|
|
camelcase@6.3.0: {}
|
|
|
|
caniuse-api@4.0.0:
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
caniuse-lite: 1.0.30001803
|
|
|
|
caniuse-lite@1.0.30001803: {}
|
|
|
|
caniuse-lite@1.0.30001805: {}
|
|
|
|
ccount@2.0.1: {}
|
|
|
|
chai@6.2.2: {}
|
|
|
|
chalk@4.1.2:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
supports-color: 7.2.0
|
|
|
|
chalk@5.6.2: {}
|
|
|
|
char-regex@1.0.2: {}
|
|
|
|
character-entities-html4@2.1.0: {}
|
|
|
|
character-entities-legacy@3.0.0: {}
|
|
|
|
chardet@0.7.0: {}
|
|
|
|
chokidar@3.6.0:
|
|
dependencies:
|
|
anymatch: 3.1.3
|
|
braces: 3.0.3
|
|
glob-parent: 5.1.2
|
|
is-binary-path: 2.1.0
|
|
is-glob: 4.0.3
|
|
normalize-path: 3.0.0
|
|
readdirp: 3.6.0
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
chokidar@5.0.0:
|
|
dependencies:
|
|
readdirp: 5.0.0
|
|
|
|
chownr@2.0.0: {}
|
|
|
|
chownr@3.0.0: {}
|
|
|
|
chrome-launcher@1.2.1:
|
|
dependencies:
|
|
'@types/node': 24.13.3
|
|
escape-string-regexp: 4.0.0
|
|
is-wsl: 2.2.0
|
|
lighthouse-logger: 2.0.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
chrome-trace-event@1.0.4: {}
|
|
|
|
ci-info@3.9.0: {}
|
|
|
|
citty@0.1.6:
|
|
dependencies:
|
|
consola: 3.4.2
|
|
|
|
citty@0.2.2: {}
|
|
|
|
cjs-module-lexer@1.4.3: {}
|
|
|
|
class-transformer@0.5.1: {}
|
|
|
|
class-validator@0.14.4:
|
|
dependencies:
|
|
'@types/validator': 13.15.10
|
|
libphonenumber-js: 1.13.8
|
|
validator: 13.15.35
|
|
|
|
cli-cursor@3.1.0:
|
|
dependencies:
|
|
restore-cursor: 3.1.0
|
|
|
|
cli-spinners@2.9.2: {}
|
|
|
|
cli-table3@0.6.5:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
optionalDependencies:
|
|
'@colors/colors': 1.5.0
|
|
|
|
cli-width@3.0.0: {}
|
|
|
|
cli-width@4.1.0: {}
|
|
|
|
cliui@8.0.1:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 7.0.0
|
|
|
|
cliui@9.0.1:
|
|
dependencies:
|
|
string-width: 7.2.0
|
|
strip-ansi: 7.2.0
|
|
wrap-ansi: 9.0.2
|
|
|
|
clone@1.0.4: {}
|
|
|
|
cluster-key-slot@1.1.1: {}
|
|
|
|
co@4.6.0: {}
|
|
|
|
collect-v8-coverage@1.0.3: {}
|
|
|
|
color-convert@2.0.1:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
|
|
color-name@1.1.4: {}
|
|
|
|
color-support@1.1.3: {}
|
|
|
|
colorette@2.0.20: {}
|
|
|
|
colortranslator@5.0.0: {}
|
|
|
|
combined-stream@1.0.8:
|
|
dependencies:
|
|
delayed-stream: 1.0.0
|
|
|
|
comma-separated-tokens@2.0.3: {}
|
|
|
|
commander@10.0.1: {}
|
|
|
|
commander@11.1.0: {}
|
|
|
|
commander@2.20.3: {}
|
|
|
|
commander@4.1.1: {}
|
|
|
|
comment-json@4.2.5:
|
|
dependencies:
|
|
array-timsort: 1.0.3
|
|
core-util-is: 1.0.3
|
|
esprima: 4.0.1
|
|
has-own-prop: 2.0.0
|
|
repeat-string: 1.6.1
|
|
|
|
commondir@1.0.1: {}
|
|
|
|
compatx@0.2.0: {}
|
|
|
|
component-emitter@1.3.1: {}
|
|
|
|
compress-commons@6.0.2:
|
|
dependencies:
|
|
crc-32: 1.2.2
|
|
crc32-stream: 6.0.0
|
|
is-stream: 2.0.1
|
|
normalize-path: 3.0.0
|
|
readable-stream: 4.7.0
|
|
|
|
concat-map@0.0.1: {}
|
|
|
|
concat-stream@2.0.0:
|
|
dependencies:
|
|
buffer-from: 1.1.2
|
|
inherits: 2.0.4
|
|
readable-stream: 3.6.2
|
|
typedarray: 0.0.6
|
|
|
|
confbox@0.1.8: {}
|
|
|
|
confbox@0.2.4: {}
|
|
|
|
config-chain@1.1.13:
|
|
dependencies:
|
|
ini: 1.3.8
|
|
proto-list: 1.2.4
|
|
|
|
consola@2.15.3: {}
|
|
|
|
consola@3.4.2: {}
|
|
|
|
console-control-strings@1.1.0: {}
|
|
|
|
content-disposition@0.5.4:
|
|
dependencies:
|
|
safe-buffer: 5.2.1
|
|
|
|
content-type@1.0.5: {}
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
cookie-es@1.2.3: {}
|
|
|
|
cookie-es@2.0.1: {}
|
|
|
|
cookie-es@3.1.1: {}
|
|
|
|
cookie-signature@1.0.7: {}
|
|
|
|
cookie@0.7.2: {}
|
|
|
|
cookiejar@2.1.4: {}
|
|
|
|
copy-anything@4.0.5:
|
|
dependencies:
|
|
is-what: 5.5.0
|
|
|
|
core-util-is@1.0.3: {}
|
|
|
|
cors@2.8.5:
|
|
dependencies:
|
|
object-assign: 4.1.1
|
|
vary: 1.1.2
|
|
|
|
cosmiconfig@8.3.6(typescript@5.7.2):
|
|
dependencies:
|
|
import-fresh: 3.3.1
|
|
js-yaml: 4.3.0
|
|
parse-json: 5.2.0
|
|
path-type: 4.0.0
|
|
optionalDependencies:
|
|
typescript: 5.7.2
|
|
|
|
crc-32@1.2.2: {}
|
|
|
|
crc32-stream@6.0.0:
|
|
dependencies:
|
|
crc-32: 1.2.2
|
|
readable-stream: 4.7.0
|
|
|
|
create-jest@29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3)):
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
chalk: 4.1.2
|
|
exit: 0.1.2
|
|
graceful-fs: 4.2.11
|
|
jest-config: 29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
jest-util: 29.7.0
|
|
prompts: 2.4.2
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
- ts-node
|
|
|
|
create-require@1.1.1: {}
|
|
|
|
cron@3.2.1:
|
|
dependencies:
|
|
'@types/luxon': 3.4.2
|
|
luxon: 3.5.0
|
|
|
|
croner@10.0.1: {}
|
|
|
|
cross-spawn@7.0.6:
|
|
dependencies:
|
|
path-key: 3.1.1
|
|
shebang-command: 2.0.0
|
|
which: 2.0.2
|
|
|
|
crossws@0.3.5:
|
|
dependencies:
|
|
uncrypto: 0.1.3
|
|
|
|
crossws@0.4.10(srvx@0.11.22):
|
|
optionalDependencies:
|
|
srvx: 0.11.22
|
|
|
|
css-select@5.2.2:
|
|
dependencies:
|
|
boolbase: 1.0.0
|
|
css-what: 6.2.2
|
|
domhandler: 5.0.3
|
|
domutils: 3.2.2
|
|
nth-check: 2.1.1
|
|
|
|
css-tree@2.2.1:
|
|
dependencies:
|
|
mdn-data: 2.0.28
|
|
source-map-js: 1.2.1
|
|
|
|
css-tree@3.2.1:
|
|
dependencies:
|
|
mdn-data: 2.27.1
|
|
source-map-js: 1.2.1
|
|
|
|
css-what@6.2.2: {}
|
|
|
|
cssesc@3.0.0: {}
|
|
|
|
cssnano-preset-default@8.0.2(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
cssnano-utils: 6.0.1(postcss@8.5.16)
|
|
postcss: 8.5.16
|
|
postcss-calc: 10.1.1(postcss@8.5.16)
|
|
postcss-colormin: 8.0.1(postcss@8.5.16)
|
|
postcss-convert-values: 8.0.1(postcss@8.5.16)
|
|
postcss-discard-comments: 8.0.1(postcss@8.5.16)
|
|
postcss-discard-duplicates: 8.0.1(postcss@8.5.16)
|
|
postcss-discard-empty: 8.0.1(postcss@8.5.16)
|
|
postcss-discard-overridden: 8.0.1(postcss@8.5.16)
|
|
postcss-merge-longhand: 8.0.1(postcss@8.5.16)
|
|
postcss-merge-rules: 8.0.1(postcss@8.5.16)
|
|
postcss-minify-font-values: 8.0.1(postcss@8.5.16)
|
|
postcss-minify-gradients: 8.0.1(postcss@8.5.16)
|
|
postcss-minify-params: 8.0.1(postcss@8.5.16)
|
|
postcss-minify-selectors: 8.0.2(postcss@8.5.16)
|
|
postcss-normalize-charset: 8.0.1(postcss@8.5.16)
|
|
postcss-normalize-display-values: 8.0.1(postcss@8.5.16)
|
|
postcss-normalize-positions: 8.0.1(postcss@8.5.16)
|
|
postcss-normalize-repeat-style: 8.0.1(postcss@8.5.16)
|
|
postcss-normalize-string: 8.0.1(postcss@8.5.16)
|
|
postcss-normalize-timing-functions: 8.0.1(postcss@8.5.16)
|
|
postcss-normalize-unicode: 8.0.1(postcss@8.5.16)
|
|
postcss-normalize-url: 8.0.1(postcss@8.5.16)
|
|
postcss-normalize-whitespace: 8.0.1(postcss@8.5.16)
|
|
postcss-ordered-values: 8.0.1(postcss@8.5.16)
|
|
postcss-reduce-initial: 8.0.1(postcss@8.5.16)
|
|
postcss-reduce-transforms: 8.0.1(postcss@8.5.16)
|
|
postcss-svgo: 8.0.1(postcss@8.5.16)
|
|
postcss-unique-selectors: 8.0.1(postcss@8.5.16)
|
|
|
|
cssnano-utils@6.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
|
|
cssnano@8.0.2(postcss@8.5.16):
|
|
dependencies:
|
|
cssnano-preset-default: 8.0.2(postcss@8.5.16)
|
|
lilconfig: 3.1.3
|
|
postcss: 8.5.16
|
|
|
|
csso@5.0.5:
|
|
dependencies:
|
|
css-tree: 2.2.1
|
|
|
|
csstype@3.2.3: {}
|
|
|
|
culori@4.0.2: {}
|
|
|
|
dayjs@1.11.21: {}
|
|
|
|
db0@0.3.4: {}
|
|
|
|
debug@2.6.9:
|
|
dependencies:
|
|
ms: 2.0.0
|
|
|
|
debug@4.4.3:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
dedent@1.7.2: {}
|
|
|
|
deep-is@0.1.4: {}
|
|
|
|
deepmerge@4.3.1: {}
|
|
|
|
default-browser-id@5.0.1: {}
|
|
|
|
default-browser@5.5.0:
|
|
dependencies:
|
|
bundle-name: 4.1.0
|
|
default-browser-id: 5.0.1
|
|
|
|
defaults@1.0.4:
|
|
dependencies:
|
|
clone: 1.0.4
|
|
|
|
define-data-property@1.1.4:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
define-lazy-prop@3.0.0: {}
|
|
|
|
defu@6.1.7: {}
|
|
|
|
delayed-stream@1.0.0: {}
|
|
|
|
delegates@1.0.0: {}
|
|
|
|
denque@2.1.0: {}
|
|
|
|
depd@2.0.0: {}
|
|
|
|
dequal@2.0.3: {}
|
|
|
|
destr@2.0.5: {}
|
|
|
|
destroy@1.2.0: {}
|
|
|
|
detect-libc@2.1.2: {}
|
|
|
|
detect-newline@3.1.0: {}
|
|
|
|
devalue@5.8.1: {}
|
|
|
|
devframe@0.5.4(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
'@valibot/to-json-schema': 1.7.1(valibot@1.4.2(typescript@6.0.3))
|
|
birpc: 4.0.0
|
|
cac: 7.0.0
|
|
h3: 2.0.1-rc.22(crossws@0.4.10(srvx@0.11.22))
|
|
mrmime: 2.0.1
|
|
nostics: 0.2.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
pathe: 2.0.3
|
|
valibot: 1.4.2(typescript@6.0.3)
|
|
ws: 8.21.1
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bufferutil
|
|
- bun-types-no-globals
|
|
- crossws
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- typescript
|
|
- unloader
|
|
- utf-8-validate
|
|
- vite
|
|
- webpack
|
|
|
|
devlop@1.1.0:
|
|
dependencies:
|
|
dequal: 2.0.3
|
|
|
|
dezalgo@1.0.4:
|
|
dependencies:
|
|
asap: 2.0.6
|
|
wrappy: 1.0.2
|
|
|
|
diff-sequences@29.6.3: {}
|
|
|
|
diff@4.0.4: {}
|
|
|
|
diff@8.0.4: {}
|
|
|
|
diff@9.0.0: {}
|
|
|
|
dir-glob@3.0.1:
|
|
dependencies:
|
|
path-type: 4.0.0
|
|
|
|
doctrine@3.0.0:
|
|
dependencies:
|
|
esutils: 2.0.3
|
|
|
|
dom-serializer@2.0.0:
|
|
dependencies:
|
|
domelementtype: 2.3.0
|
|
domhandler: 5.0.3
|
|
entities: 4.5.0
|
|
|
|
domelementtype@2.3.0: {}
|
|
|
|
domhandler@5.0.3:
|
|
dependencies:
|
|
domelementtype: 2.3.0
|
|
|
|
domutils@3.2.2:
|
|
dependencies:
|
|
dom-serializer: 2.0.0
|
|
domelementtype: 2.3.0
|
|
domhandler: 5.0.3
|
|
|
|
dot-prop@10.1.0:
|
|
dependencies:
|
|
type-fest: 5.8.0
|
|
|
|
dotenv-expand@10.0.0: {}
|
|
|
|
dotenv@16.4.5: {}
|
|
|
|
dotenv@17.4.2: {}
|
|
|
|
dunder-proto@1.0.1:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
duplexer@0.1.2: {}
|
|
|
|
eastasianwidth@0.2.0: {}
|
|
|
|
ecdsa-sig-formatter@1.0.11:
|
|
dependencies:
|
|
safe-buffer: 5.2.1
|
|
|
|
editorconfig@1.0.7:
|
|
dependencies:
|
|
'@one-ini/wasm': 0.1.1
|
|
commander: 10.0.1
|
|
minimatch: 9.0.9
|
|
semver: 7.8.5
|
|
|
|
ee-first@1.1.1: {}
|
|
|
|
electron-to-chromium@1.5.389: {}
|
|
|
|
element-plus@2.14.3(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@ctrl/tinycolor': 4.2.0
|
|
'@element-plus/icons-vue': 2.3.2(vue@3.5.39(typescript@6.0.3))
|
|
'@floating-ui/dom': 1.8.0
|
|
'@popperjs/core': '@sxzz/popperjs-es@2.11.8'
|
|
'@types/lodash': 4.17.24
|
|
'@types/lodash-es': 4.17.12
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
async-validator: 4.2.5
|
|
dayjs: 1.11.21
|
|
lodash: 4.18.1
|
|
lodash-es: 4.18.1
|
|
lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.18.1)(lodash@4.18.1)
|
|
memoize-one: 6.0.0
|
|
normalize-wheel-es: 1.2.0
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
vue-component-type-helpers: 3.3.7
|
|
|
|
embla-carousel-auto-height@8.6.0(embla-carousel@8.6.0):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-auto-scroll@8.6.0(embla-carousel@8.6.0):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-autoplay@8.6.0(embla-carousel@8.6.0):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-class-names@8.6.0(embla-carousel@8.6.0):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-fade@8.6.0(embla-carousel@8.6.0):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-reactive-utils@8.6.0(embla-carousel@8.6.0):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel-vue@8.6.0(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
embla-carousel-reactive-utils: 8.6.0(embla-carousel@8.6.0)
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
embla-carousel-wheel-gestures@8.1.0(embla-carousel@8.6.0):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
wheel-gestures: 2.2.48
|
|
|
|
embla-carousel@8.6.0: {}
|
|
|
|
emittery@0.13.1: {}
|
|
|
|
emoji-regex@10.6.0: {}
|
|
|
|
emoji-regex@8.0.0: {}
|
|
|
|
emoji-regex@9.2.2: {}
|
|
|
|
encodeurl@2.0.0: {}
|
|
|
|
enhanced-resolve@5.21.6:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
tapable: 2.3.3
|
|
|
|
enhanced-resolve@5.24.2:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
tapable: 2.3.3
|
|
|
|
entities@4.5.0: {}
|
|
|
|
entities@7.0.1: {}
|
|
|
|
error-ex@1.3.4:
|
|
dependencies:
|
|
is-arrayish: 0.2.1
|
|
|
|
error-stack-parser-es@1.0.5: {}
|
|
|
|
errx@0.1.0: {}
|
|
|
|
es-define-property@1.0.1: {}
|
|
|
|
es-errors@1.3.0: {}
|
|
|
|
es-module-lexer@1.7.0: {}
|
|
|
|
es-module-lexer@2.3.1: {}
|
|
|
|
es-object-atoms@1.1.2:
|
|
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.4
|
|
|
|
esbuild@0.27.7:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.27.7
|
|
'@esbuild/android-arm': 0.27.7
|
|
'@esbuild/android-arm64': 0.27.7
|
|
'@esbuild/android-x64': 0.27.7
|
|
'@esbuild/darwin-arm64': 0.27.7
|
|
'@esbuild/darwin-x64': 0.27.7
|
|
'@esbuild/freebsd-arm64': 0.27.7
|
|
'@esbuild/freebsd-x64': 0.27.7
|
|
'@esbuild/linux-arm': 0.27.7
|
|
'@esbuild/linux-arm64': 0.27.7
|
|
'@esbuild/linux-ia32': 0.27.7
|
|
'@esbuild/linux-loong64': 0.27.7
|
|
'@esbuild/linux-mips64el': 0.27.7
|
|
'@esbuild/linux-ppc64': 0.27.7
|
|
'@esbuild/linux-riscv64': 0.27.7
|
|
'@esbuild/linux-s390x': 0.27.7
|
|
'@esbuild/linux-x64': 0.27.7
|
|
'@esbuild/netbsd-arm64': 0.27.7
|
|
'@esbuild/netbsd-x64': 0.27.7
|
|
'@esbuild/openbsd-arm64': 0.27.7
|
|
'@esbuild/openbsd-x64': 0.27.7
|
|
'@esbuild/openharmony-arm64': 0.27.7
|
|
'@esbuild/sunos-x64': 0.27.7
|
|
'@esbuild/win32-arm64': 0.27.7
|
|
'@esbuild/win32-ia32': 0.27.7
|
|
'@esbuild/win32-x64': 0.27.7
|
|
|
|
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
|
|
|
|
escalade@3.2.0: {}
|
|
|
|
escape-html@1.0.3: {}
|
|
|
|
escape-string-regexp@1.0.5: {}
|
|
|
|
escape-string-regexp@2.0.0: {}
|
|
|
|
escape-string-regexp@4.0.0: {}
|
|
|
|
escape-string-regexp@5.0.0: {}
|
|
|
|
eslint-config-prettier@9.1.2(eslint@8.57.1):
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
|
|
eslint-plugin-prettier@5.5.6(@types/eslint@9.6.1)(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.9.5):
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
prettier: 3.9.5
|
|
prettier-linter-helpers: 1.0.1
|
|
synckit: 0.11.13
|
|
optionalDependencies:
|
|
'@types/eslint': 9.6.1
|
|
eslint-config-prettier: 9.1.2(eslint@8.57.1)
|
|
|
|
eslint-scope@5.1.1:
|
|
dependencies:
|
|
esrecurse: 4.3.0
|
|
estraverse: 4.3.0
|
|
|
|
eslint-scope@7.2.2:
|
|
dependencies:
|
|
esrecurse: 4.3.0
|
|
estraverse: 5.3.0
|
|
|
|
eslint-visitor-keys@3.4.3: {}
|
|
|
|
eslint@8.57.1:
|
|
dependencies:
|
|
'@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1)
|
|
'@eslint-community/regexpp': 4.12.2
|
|
'@eslint/eslintrc': 2.1.4
|
|
'@eslint/js': 8.57.1
|
|
'@humanwhocodes/config-array': 0.13.0
|
|
'@humanwhocodes/module-importer': 1.0.1
|
|
'@nodelib/fs.walk': 1.2.8
|
|
'@ungap/structured-clone': 1.3.3
|
|
ajv: 6.15.0
|
|
chalk: 4.1.2
|
|
cross-spawn: 7.0.6
|
|
debug: 4.4.3
|
|
doctrine: 3.0.0
|
|
escape-string-regexp: 4.0.0
|
|
eslint-scope: 7.2.2
|
|
eslint-visitor-keys: 3.4.3
|
|
espree: 9.6.1
|
|
esquery: 1.7.0
|
|
esutils: 2.0.3
|
|
fast-deep-equal: 3.1.3
|
|
file-entry-cache: 6.0.1
|
|
find-up: 5.0.0
|
|
glob-parent: 6.0.2
|
|
globals: 13.24.0
|
|
graphemer: 1.4.0
|
|
ignore: 5.3.2
|
|
imurmurhash: 0.1.4
|
|
is-glob: 4.0.3
|
|
is-path-inside: 3.0.3
|
|
js-yaml: 4.3.0
|
|
json-stable-stringify-without-jsonify: 1.0.1
|
|
levn: 0.4.1
|
|
lodash.merge: 4.6.2
|
|
minimatch: 3.1.5
|
|
natural-compare: 1.4.0
|
|
optionator: 0.9.4
|
|
strip-ansi: 6.0.1
|
|
text-table: 0.2.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
espree@9.6.1:
|
|
dependencies:
|
|
acorn: 8.17.0
|
|
acorn-jsx: 5.3.2(acorn@8.17.0)
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
esprima@4.0.1: {}
|
|
|
|
esquery@1.7.0:
|
|
dependencies:
|
|
estraverse: 5.3.0
|
|
|
|
esrecurse@4.3.0:
|
|
dependencies:
|
|
estraverse: 5.3.0
|
|
|
|
estraverse@4.3.0: {}
|
|
|
|
estraverse@5.3.0: {}
|
|
|
|
estree-walker@2.0.2: {}
|
|
|
|
estree-walker@3.0.3:
|
|
dependencies:
|
|
'@types/estree': 1.0.9
|
|
|
|
esutils@2.0.3: {}
|
|
|
|
etag@1.8.1: {}
|
|
|
|
event-target-shim@5.0.1: {}
|
|
|
|
events-universal@1.0.1:
|
|
dependencies:
|
|
bare-events: 2.9.1
|
|
transitivePeerDependencies:
|
|
- bare-abort-controller
|
|
|
|
events@3.3.0: {}
|
|
|
|
execa@5.1.1:
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
get-stream: 6.0.1
|
|
human-signals: 2.1.0
|
|
is-stream: 2.0.1
|
|
merge-stream: 2.0.0
|
|
npm-run-path: 4.0.1
|
|
onetime: 5.1.2
|
|
signal-exit: 3.0.7
|
|
strip-final-newline: 2.0.0
|
|
|
|
execa@8.0.1:
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
get-stream: 8.0.1
|
|
human-signals: 5.0.0
|
|
is-stream: 3.0.0
|
|
merge-stream: 2.0.0
|
|
npm-run-path: 5.3.0
|
|
onetime: 6.0.0
|
|
signal-exit: 4.1.0
|
|
strip-final-newline: 3.0.0
|
|
|
|
exit@0.1.2: {}
|
|
|
|
expect-type@1.4.0: {}
|
|
|
|
expect@29.7.0:
|
|
dependencies:
|
|
'@jest/expect-utils': 29.7.0
|
|
jest-get-type: 29.6.3
|
|
jest-matcher-utils: 29.7.0
|
|
jest-message-util: 29.7.0
|
|
jest-util: 29.7.0
|
|
|
|
express@4.22.1:
|
|
dependencies:
|
|
accepts: 1.3.8
|
|
array-flatten: 1.1.1
|
|
body-parser: 1.20.4
|
|
content-disposition: 0.5.4
|
|
content-type: 1.0.5
|
|
cookie: 0.7.2
|
|
cookie-signature: 1.0.7
|
|
debug: 2.6.9
|
|
depd: 2.0.0
|
|
encodeurl: 2.0.0
|
|
escape-html: 1.0.3
|
|
etag: 1.8.1
|
|
finalhandler: 1.3.2
|
|
fresh: 0.5.2
|
|
http-errors: 2.0.1
|
|
merge-descriptors: 1.0.3
|
|
methods: 1.1.2
|
|
on-finished: 2.4.1
|
|
parseurl: 1.3.3
|
|
path-to-regexp: 0.1.13
|
|
proxy-addr: 2.0.7
|
|
qs: 6.14.2
|
|
range-parser: 1.2.1
|
|
safe-buffer: 5.2.1
|
|
send: 0.19.2
|
|
serve-static: 1.16.3
|
|
setprototypeof: 1.2.0
|
|
statuses: 2.0.2
|
|
type-is: 1.6.18
|
|
utils-merge: 1.0.1
|
|
vary: 1.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
exsolve@1.1.0: {}
|
|
|
|
external-editor@3.1.0:
|
|
dependencies:
|
|
chardet: 0.7.0
|
|
iconv-lite: 0.4.24
|
|
tmp: 0.0.33
|
|
|
|
fast-deep-equal@3.1.3: {}
|
|
|
|
fast-diff@1.3.0: {}
|
|
|
|
fast-fifo@1.3.2: {}
|
|
|
|
fast-glob@3.3.3:
|
|
dependencies:
|
|
'@nodelib/fs.stat': 2.0.5
|
|
'@nodelib/fs.walk': 1.2.8
|
|
glob-parent: 5.1.2
|
|
merge2: 1.4.1
|
|
micromatch: 4.0.8
|
|
|
|
fast-json-stable-stringify@2.1.0: {}
|
|
|
|
fast-levenshtein@2.0.6: {}
|
|
|
|
fast-npm-meta@1.5.1: {}
|
|
|
|
fast-safe-stringify@2.1.1: {}
|
|
|
|
fast-string-truncated-width@3.0.3: {}
|
|
|
|
fast-string-width@3.0.2:
|
|
dependencies:
|
|
fast-string-truncated-width: 3.0.3
|
|
|
|
fast-uri@3.1.3: {}
|
|
|
|
fast-wrap-ansi@0.2.2:
|
|
dependencies:
|
|
fast-string-width: 3.0.2
|
|
|
|
fast-xml-builder@1.3.0:
|
|
dependencies:
|
|
path-expression-matcher: 1.6.2
|
|
xml-naming: 0.3.0
|
|
|
|
fast-xml-parser@5.10.0:
|
|
dependencies:
|
|
'@nodable/entities': 2.2.0
|
|
fast-xml-builder: 1.3.0
|
|
is-unsafe: 2.0.0
|
|
path-expression-matcher: 1.6.2
|
|
strnum: 2.4.1
|
|
xml-naming: 0.3.0
|
|
|
|
fastq@1.20.1:
|
|
dependencies:
|
|
reusify: 1.1.0
|
|
|
|
fb-watchman@2.0.2:
|
|
dependencies:
|
|
bser: 2.1.1
|
|
|
|
fdir@6.5.0(picomatch@4.0.5):
|
|
optionalDependencies:
|
|
picomatch: 4.0.5
|
|
|
|
fflate@0.8.3: {}
|
|
|
|
figures@3.2.0:
|
|
dependencies:
|
|
escape-string-regexp: 1.0.5
|
|
|
|
file-entry-cache@6.0.1:
|
|
dependencies:
|
|
flat-cache: 3.2.0
|
|
|
|
file-type@20.4.1:
|
|
dependencies:
|
|
'@tokenizer/inflate': 0.2.7
|
|
strtok3: 10.3.5
|
|
token-types: 6.1.2
|
|
uint8array-extras: 1.5.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
file-uri-to-path@1.0.0: {}
|
|
|
|
fill-range@7.1.1:
|
|
dependencies:
|
|
to-regex-range: 5.0.1
|
|
|
|
finalhandler@1.3.2:
|
|
dependencies:
|
|
debug: 2.6.9
|
|
encodeurl: 2.0.0
|
|
escape-html: 1.0.3
|
|
on-finished: 2.4.1
|
|
parseurl: 1.3.3
|
|
statuses: 2.0.2
|
|
unpipe: 1.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
find-up@4.1.0:
|
|
dependencies:
|
|
locate-path: 5.0.0
|
|
path-exists: 4.0.0
|
|
|
|
find-up@5.0.0:
|
|
dependencies:
|
|
locate-path: 6.0.0
|
|
path-exists: 4.0.0
|
|
|
|
flat-cache@3.2.0:
|
|
dependencies:
|
|
flatted: 3.4.2
|
|
keyv: 4.5.4
|
|
rimraf: 3.0.2
|
|
|
|
flatted@3.4.2: {}
|
|
|
|
follow-redirects@1.16.0: {}
|
|
|
|
fontaine@0.8.0:
|
|
dependencies:
|
|
'@capsizecss/unpack': 4.0.1
|
|
css-tree: 3.2.1
|
|
magic-regexp: 0.10.0
|
|
magic-string: 0.30.21
|
|
pathe: 2.0.3
|
|
ufo: 1.6.4
|
|
unplugin: 2.3.11
|
|
|
|
fontkitten@1.0.3:
|
|
dependencies:
|
|
tiny-inflate: 1.0.3
|
|
|
|
fontless@0.2.1(db0@0.3.4)(ioredis@5.11.1)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)):
|
|
dependencies:
|
|
consola: 3.4.2
|
|
css-tree: 3.2.1
|
|
defu: 6.1.7
|
|
esbuild: 0.27.7
|
|
fontaine: 0.8.0
|
|
jiti: 2.7.0
|
|
lightningcss: 1.32.0
|
|
magic-string: 0.30.21
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
ufo: 1.6.4
|
|
unifont: 0.7.4
|
|
unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1)
|
|
optionalDependencies:
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
transitivePeerDependencies:
|
|
- '@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/functions'
|
|
- '@vercel/kv'
|
|
- aws4fetch
|
|
- db0
|
|
- idb-keyval
|
|
- ioredis
|
|
- uploadthing
|
|
|
|
foreground-child@3.3.1:
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
signal-exit: 4.1.0
|
|
|
|
fork-ts-checker-webpack-plugin@9.0.2(typescript@5.7.2)(webpack@5.97.1):
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.7
|
|
chalk: 4.1.2
|
|
chokidar: 3.6.0
|
|
cosmiconfig: 8.3.6(typescript@5.7.2)
|
|
deepmerge: 4.3.1
|
|
fs-extra: 10.1.0
|
|
memfs: 3.5.3
|
|
minimatch: 3.1.5
|
|
node-abort-controller: 3.1.1
|
|
schema-utils: 3.3.0
|
|
semver: 7.8.5
|
|
tapable: 2.3.3
|
|
typescript: 5.7.2
|
|
webpack: 5.97.1
|
|
|
|
form-data@4.0.6:
|
|
dependencies:
|
|
asynckit: 0.4.0
|
|
combined-stream: 1.0.8
|
|
es-set-tostringtag: 2.1.0
|
|
hasown: 2.0.4
|
|
mime-types: 2.1.35
|
|
|
|
formidable@2.1.5:
|
|
dependencies:
|
|
'@paralleldrive/cuid2': 2.3.1
|
|
dezalgo: 1.0.4
|
|
once: 1.4.0
|
|
qs: 6.15.3
|
|
|
|
forwarded@0.2.0: {}
|
|
|
|
fraction.js@5.3.4: {}
|
|
|
|
framer-motion@12.42.2:
|
|
dependencies:
|
|
motion-dom: 12.42.2
|
|
motion-utils: 12.39.0
|
|
tslib: 2.8.1
|
|
|
|
fresh@0.5.2: {}
|
|
|
|
fresh@2.0.0: {}
|
|
|
|
fs-extra@10.1.0:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
jsonfile: 6.2.1
|
|
universalify: 2.0.1
|
|
|
|
fs-minipass@2.1.0:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
|
|
fs-monkey@1.1.0: {}
|
|
|
|
fs.realpath@1.0.0: {}
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
fuse.js@7.5.0: {}
|
|
|
|
fzf@0.5.2: {}
|
|
|
|
gauge@3.0.2:
|
|
dependencies:
|
|
aproba: 2.1.0
|
|
color-support: 1.1.3
|
|
console-control-strings: 1.1.0
|
|
has-unicode: 2.0.1
|
|
object-assign: 4.1.1
|
|
signal-exit: 3.0.7
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wide-align: 1.1.5
|
|
|
|
gensync@1.0.0-beta.2: {}
|
|
|
|
get-caller-file@2.0.5: {}
|
|
|
|
get-east-asian-width@1.6.0: {}
|
|
|
|
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.2
|
|
function-bind: 1.1.2
|
|
get-proto: 1.0.1
|
|
gopd: 1.2.0
|
|
has-symbols: 1.1.0
|
|
hasown: 2.0.4
|
|
math-intrinsics: 1.1.0
|
|
|
|
get-package-type@0.1.0: {}
|
|
|
|
get-port-please@3.2.0: {}
|
|
|
|
get-proto@1.0.1:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
es-object-atoms: 1.1.2
|
|
|
|
get-stream@6.0.1: {}
|
|
|
|
get-stream@8.0.1: {}
|
|
|
|
giget@3.3.0: {}
|
|
|
|
glob-parent@5.1.2:
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
|
|
glob-parent@6.0.2:
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
|
|
glob-to-regexp@0.4.1: {}
|
|
|
|
glob@10.4.5:
|
|
dependencies:
|
|
foreground-child: 3.3.1
|
|
jackspeak: 3.4.3
|
|
minimatch: 9.0.9
|
|
minipass: 7.1.3
|
|
package-json-from-dist: 1.0.1
|
|
path-scurry: 1.11.1
|
|
|
|
glob@13.0.6:
|
|
dependencies:
|
|
minimatch: 10.2.5
|
|
minipass: 7.1.3
|
|
path-scurry: 2.0.2
|
|
|
|
glob@7.2.3:
|
|
dependencies:
|
|
fs.realpath: 1.0.0
|
|
inflight: 1.0.6
|
|
inherits: 2.0.4
|
|
minimatch: 3.1.5
|
|
once: 1.4.0
|
|
path-is-absolute: 1.0.1
|
|
|
|
global-directory@4.0.1:
|
|
dependencies:
|
|
ini: 4.1.1
|
|
|
|
globals@13.24.0:
|
|
dependencies:
|
|
type-fest: 0.20.2
|
|
|
|
globby@11.1.0:
|
|
dependencies:
|
|
array-union: 2.1.0
|
|
dir-glob: 3.0.1
|
|
fast-glob: 3.3.3
|
|
ignore: 5.3.2
|
|
merge2: 1.4.1
|
|
slash: 3.0.0
|
|
|
|
globby@16.2.1:
|
|
dependencies:
|
|
'@sindresorhus/merge-streams': 4.0.0
|
|
fast-glob: 3.3.3
|
|
ignore: 7.0.6
|
|
is-path-inside: 4.0.0
|
|
slash: 5.1.0
|
|
unicorn-magic: 0.4.0
|
|
|
|
gopd@1.2.0: {}
|
|
|
|
graceful-fs@4.2.11: {}
|
|
|
|
graphemer@1.4.0: {}
|
|
|
|
gzip-size@7.0.0:
|
|
dependencies:
|
|
duplexer: 0.1.2
|
|
|
|
h3@1.15.11:
|
|
dependencies:
|
|
cookie-es: 1.2.3
|
|
crossws: 0.3.5
|
|
defu: 6.1.7
|
|
destr: 2.0.5
|
|
iron-webcrypto: 1.2.1
|
|
node-mock-http: 1.0.4
|
|
radix3: 1.1.2
|
|
ufo: 1.6.4
|
|
uncrypto: 0.1.3
|
|
|
|
h3@2.0.1-rc.22(crossws@0.4.10(srvx@0.11.22)):
|
|
dependencies:
|
|
rou3: 0.8.1
|
|
srvx: 0.11.22
|
|
optionalDependencies:
|
|
crossws: 0.4.10(srvx@0.11.22)
|
|
|
|
handlebars@4.7.9:
|
|
dependencies:
|
|
minimist: 1.2.8
|
|
neo-async: 2.6.2
|
|
source-map: 0.6.1
|
|
wordwrap: 1.0.0
|
|
optionalDependencies:
|
|
uglify-js: 3.19.3
|
|
|
|
happy-dom@20.10.6:
|
|
dependencies:
|
|
'@types/node': 24.13.3
|
|
'@types/whatwg-mimetype': 3.0.2
|
|
'@types/ws': 8.18.1
|
|
buffer-image-size: 0.6.4
|
|
entities: 7.0.1
|
|
whatwg-mimetype: 3.0.0
|
|
ws: 8.21.1
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- utf-8-validate
|
|
|
|
has-flag@4.0.0: {}
|
|
|
|
has-own-prop@2.0.0: {}
|
|
|
|
has-property-descriptors@1.0.2:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
|
|
has-symbols@1.1.0: {}
|
|
|
|
has-tostringtag@1.0.2:
|
|
dependencies:
|
|
has-symbols: 1.1.0
|
|
|
|
has-unicode@2.0.1: {}
|
|
|
|
hasown@2.0.4:
|
|
dependencies:
|
|
function-bind: 1.1.2
|
|
|
|
hast-util-to-html@9.0.5:
|
|
dependencies:
|
|
'@types/hast': 3.0.5
|
|
'@types/unist': 3.0.3
|
|
ccount: 2.0.1
|
|
comma-separated-tokens: 2.0.3
|
|
hast-util-whitespace: 3.0.0
|
|
html-void-elements: 3.0.0
|
|
mdast-util-to-hast: 13.2.1
|
|
property-information: 7.2.0
|
|
space-separated-tokens: 2.0.2
|
|
stringify-entities: 4.0.4
|
|
zwitch: 2.0.4
|
|
|
|
hast-util-whitespace@3.0.0:
|
|
dependencies:
|
|
'@types/hast': 3.0.5
|
|
|
|
helmet@8.3.0: {}
|
|
|
|
hey-listen@1.0.8: {}
|
|
|
|
hookable@5.5.3: {}
|
|
|
|
hookable@6.1.1: {}
|
|
|
|
html-escaper@2.0.2: {}
|
|
|
|
html-void-elements@3.0.0: {}
|
|
|
|
http-errors@2.0.1:
|
|
dependencies:
|
|
depd: 2.0.0
|
|
inherits: 2.0.4
|
|
setprototypeof: 1.2.0
|
|
statuses: 2.0.2
|
|
toidentifier: 1.0.1
|
|
|
|
http-shutdown@1.2.2: {}
|
|
|
|
https-proxy-agent@5.0.1:
|
|
dependencies:
|
|
agent-base: 6.0.2
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
https-proxy-agent@7.0.6:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
httpxy@0.5.5: {}
|
|
|
|
human-signals@2.1.0: {}
|
|
|
|
human-signals@5.0.0: {}
|
|
|
|
iconv-lite@0.4.24:
|
|
dependencies:
|
|
safer-buffer: 2.1.2
|
|
|
|
ieee754@1.2.1: {}
|
|
|
|
ignore@5.3.2: {}
|
|
|
|
ignore@7.0.6: {}
|
|
|
|
image-meta@0.2.2: {}
|
|
|
|
image-size@2.0.2: {}
|
|
|
|
immutable@5.1.9: {}
|
|
|
|
import-fresh@3.3.1:
|
|
dependencies:
|
|
parent-module: 1.0.1
|
|
resolve-from: 4.0.0
|
|
|
|
import-local@3.2.0:
|
|
dependencies:
|
|
pkg-dir: 4.2.0
|
|
resolve-cwd: 3.0.0
|
|
|
|
import-meta-resolve@4.2.0: {}
|
|
|
|
impound@1.1.5(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
es-module-lexer: 2.3.1
|
|
pathe: 2.0.3
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unplugin-utils: 0.3.2
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
imurmurhash@0.1.4: {}
|
|
|
|
inflight@1.0.6:
|
|
dependencies:
|
|
once: 1.4.0
|
|
wrappy: 1.0.2
|
|
|
|
inherits@2.0.4: {}
|
|
|
|
ini@1.3.8: {}
|
|
|
|
ini@4.1.1: {}
|
|
|
|
inquirer@8.2.6:
|
|
dependencies:
|
|
ansi-escapes: 4.3.2
|
|
chalk: 4.1.2
|
|
cli-cursor: 3.1.0
|
|
cli-width: 3.0.0
|
|
external-editor: 3.1.0
|
|
figures: 3.2.0
|
|
lodash: 4.18.1
|
|
mute-stream: 0.0.8
|
|
ora: 5.4.1
|
|
run-async: 2.4.1
|
|
rxjs: 7.8.2
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
through: 2.3.8
|
|
wrap-ansi: 6.2.0
|
|
|
|
inquirer@9.2.15:
|
|
dependencies:
|
|
'@ljharb/through': 2.3.14
|
|
ansi-escapes: 4.3.2
|
|
chalk: 5.6.2
|
|
cli-cursor: 3.1.0
|
|
cli-width: 4.1.0
|
|
external-editor: 3.1.0
|
|
figures: 3.2.0
|
|
lodash: 4.18.1
|
|
mute-stream: 1.0.0
|
|
ora: 5.4.1
|
|
run-async: 3.0.0
|
|
rxjs: 7.8.2
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 6.2.0
|
|
|
|
ioredis@5.11.1:
|
|
dependencies:
|
|
'@ioredis/commands': 1.10.0
|
|
cluster-key-slot: 1.1.1
|
|
debug: 4.4.3
|
|
denque: 2.1.0
|
|
redis-errors: 1.2.0
|
|
redis-parser: 3.0.0
|
|
standard-as-callback: 2.1.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
ipaddr.js@1.9.1: {}
|
|
|
|
iron-webcrypto@1.2.1: {}
|
|
|
|
is-arrayish@0.2.1: {}
|
|
|
|
is-binary-path@2.1.0:
|
|
dependencies:
|
|
binary-extensions: 2.3.0
|
|
|
|
is-core-module@2.16.2:
|
|
dependencies:
|
|
hasown: 2.0.4
|
|
|
|
is-docker@2.2.1: {}
|
|
|
|
is-docker@3.0.0: {}
|
|
|
|
is-extglob@2.1.1: {}
|
|
|
|
is-fullwidth-code-point@3.0.0: {}
|
|
|
|
is-generator-fn@2.1.0: {}
|
|
|
|
is-glob@4.0.3:
|
|
dependencies:
|
|
is-extglob: 2.1.1
|
|
|
|
is-in-ssh@1.0.0: {}
|
|
|
|
is-inside-container@1.0.0:
|
|
dependencies:
|
|
is-docker: 3.0.0
|
|
|
|
is-installed-globally@1.0.0:
|
|
dependencies:
|
|
global-directory: 4.0.1
|
|
is-path-inside: 4.0.0
|
|
|
|
is-interactive@1.0.0: {}
|
|
|
|
is-module@1.0.0: {}
|
|
|
|
is-number@7.0.0: {}
|
|
|
|
is-path-inside@3.0.3: {}
|
|
|
|
is-path-inside@4.0.0: {}
|
|
|
|
is-reference@1.2.1:
|
|
dependencies:
|
|
'@types/estree': 1.0.9
|
|
|
|
is-stream@2.0.1: {}
|
|
|
|
is-stream@3.0.0: {}
|
|
|
|
is-unicode-supported@0.1.0: {}
|
|
|
|
is-unsafe@2.0.0: {}
|
|
|
|
is-what@5.5.0: {}
|
|
|
|
is-wsl@2.2.0:
|
|
dependencies:
|
|
is-docker: 2.2.1
|
|
|
|
is-wsl@3.1.1:
|
|
dependencies:
|
|
is-inside-container: 1.0.0
|
|
|
|
isarray@1.0.0: {}
|
|
|
|
isexe@2.0.0: {}
|
|
|
|
isexe@4.0.0: {}
|
|
|
|
isomorphic.js@0.2.5: {}
|
|
|
|
istanbul-lib-coverage@3.2.2: {}
|
|
|
|
istanbul-lib-instrument@5.2.1:
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/parser': 7.29.7
|
|
'@istanbuljs/schema': 0.1.6
|
|
istanbul-lib-coverage: 3.2.2
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
istanbul-lib-instrument@6.0.3:
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/parser': 7.29.7
|
|
'@istanbuljs/schema': 0.1.6
|
|
istanbul-lib-coverage: 3.2.2
|
|
semver: 7.8.5
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
istanbul-lib-report@3.0.1:
|
|
dependencies:
|
|
istanbul-lib-coverage: 3.2.2
|
|
make-dir: 4.0.0
|
|
supports-color: 7.2.0
|
|
|
|
istanbul-lib-source-maps@4.0.1:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
istanbul-lib-coverage: 3.2.2
|
|
source-map: 0.6.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
istanbul-reports@3.2.0:
|
|
dependencies:
|
|
html-escaper: 2.0.2
|
|
istanbul-lib-report: 3.0.1
|
|
|
|
iterare@1.2.1: {}
|
|
|
|
jackspeak@3.4.3:
|
|
dependencies:
|
|
'@isaacs/cliui': 8.0.2
|
|
optionalDependencies:
|
|
'@pkgjs/parseargs': 0.11.0
|
|
|
|
jest-changed-files@29.7.0:
|
|
dependencies:
|
|
execa: 5.1.1
|
|
jest-util: 29.7.0
|
|
p-limit: 3.1.0
|
|
|
|
jest-circus@29.7.0:
|
|
dependencies:
|
|
'@jest/environment': 29.7.0
|
|
'@jest/expect': 29.7.0
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 24.13.3
|
|
chalk: 4.1.2
|
|
co: 4.6.0
|
|
dedent: 1.7.2
|
|
is-generator-fn: 2.1.0
|
|
jest-each: 29.7.0
|
|
jest-matcher-utils: 29.7.0
|
|
jest-message-util: 29.7.0
|
|
jest-runtime: 29.7.0
|
|
jest-snapshot: 29.7.0
|
|
jest-util: 29.7.0
|
|
p-limit: 3.1.0
|
|
pretty-format: 29.7.0
|
|
pure-rand: 6.1.0
|
|
slash: 3.0.0
|
|
stack-utils: 2.0.6
|
|
transitivePeerDependencies:
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
|
|
jest-cli@29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3)):
|
|
dependencies:
|
|
'@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
chalk: 4.1.2
|
|
create-jest: 29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
exit: 0.1.2
|
|
import-local: 3.2.0
|
|
jest-config: 29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
jest-util: 29.7.0
|
|
jest-validate: 29.7.0
|
|
yargs: 17.7.3
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
- ts-node
|
|
|
|
jest-config@29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3)):
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@jest/test-sequencer': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
babel-jest: 29.7.0(@babel/core@7.29.7)
|
|
chalk: 4.1.2
|
|
ci-info: 3.9.0
|
|
deepmerge: 4.3.1
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
jest-circus: 29.7.0
|
|
jest-environment-node: 29.7.0
|
|
jest-get-type: 29.6.3
|
|
jest-regex-util: 29.6.3
|
|
jest-resolve: 29.7.0
|
|
jest-runner: 29.7.0
|
|
jest-util: 29.7.0
|
|
jest-validate: 29.7.0
|
|
micromatch: 4.0.8
|
|
parse-json: 5.2.0
|
|
pretty-format: 29.7.0
|
|
slash: 3.0.0
|
|
strip-json-comments: 3.1.1
|
|
optionalDependencies:
|
|
'@types/node': 20.19.43
|
|
ts-node: 10.9.2(@types/node@20.19.43)(typescript@5.9.3)
|
|
transitivePeerDependencies:
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
|
|
jest-diff@29.7.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
diff-sequences: 29.6.3
|
|
jest-get-type: 29.6.3
|
|
pretty-format: 29.7.0
|
|
|
|
jest-docblock@29.7.0:
|
|
dependencies:
|
|
detect-newline: 3.1.0
|
|
|
|
jest-each@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
chalk: 4.1.2
|
|
jest-get-type: 29.6.3
|
|
jest-util: 29.7.0
|
|
pretty-format: 29.7.0
|
|
|
|
jest-environment-node@29.7.0:
|
|
dependencies:
|
|
'@jest/environment': 29.7.0
|
|
'@jest/fake-timers': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 24.13.3
|
|
jest-mock: 29.7.0
|
|
jest-util: 29.7.0
|
|
|
|
jest-get-type@29.6.3: {}
|
|
|
|
jest-haste-map@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@types/graceful-fs': 4.1.9
|
|
'@types/node': 20.19.43
|
|
anymatch: 3.1.3
|
|
fb-watchman: 2.0.2
|
|
graceful-fs: 4.2.11
|
|
jest-regex-util: 29.6.3
|
|
jest-util: 29.7.0
|
|
jest-worker: 29.7.0
|
|
micromatch: 4.0.8
|
|
walker: 1.0.8
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
jest-leak-detector@29.7.0:
|
|
dependencies:
|
|
jest-get-type: 29.6.3
|
|
pretty-format: 29.7.0
|
|
|
|
jest-matcher-utils@29.7.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
jest-diff: 29.7.0
|
|
jest-get-type: 29.6.3
|
|
pretty-format: 29.7.0
|
|
|
|
jest-message-util@29.7.0:
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.7
|
|
'@jest/types': 29.6.3
|
|
'@types/stack-utils': 2.0.3
|
|
chalk: 4.1.2
|
|
graceful-fs: 4.2.11
|
|
micromatch: 4.0.8
|
|
pretty-format: 29.7.0
|
|
slash: 3.0.0
|
|
stack-utils: 2.0.6
|
|
|
|
jest-mock@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 24.13.3
|
|
jest-util: 29.7.0
|
|
|
|
jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
|
|
optionalDependencies:
|
|
jest-resolve: 29.7.0
|
|
|
|
jest-regex-util@29.6.3: {}
|
|
|
|
jest-resolve-dependencies@29.7.0:
|
|
dependencies:
|
|
jest-regex-util: 29.6.3
|
|
jest-snapshot: 29.7.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
jest-resolve@29.7.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
graceful-fs: 4.2.11
|
|
jest-haste-map: 29.7.0
|
|
jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0)
|
|
jest-util: 29.7.0
|
|
jest-validate: 29.7.0
|
|
resolve: 1.22.12
|
|
resolve.exports: 2.0.3
|
|
slash: 3.0.0
|
|
|
|
jest-runner@29.7.0:
|
|
dependencies:
|
|
'@jest/console': 29.7.0
|
|
'@jest/environment': 29.7.0
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/transform': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 20.19.43
|
|
chalk: 4.1.2
|
|
emittery: 0.13.1
|
|
graceful-fs: 4.2.11
|
|
jest-docblock: 29.7.0
|
|
jest-environment-node: 29.7.0
|
|
jest-haste-map: 29.7.0
|
|
jest-leak-detector: 29.7.0
|
|
jest-message-util: 29.7.0
|
|
jest-resolve: 29.7.0
|
|
jest-runtime: 29.7.0
|
|
jest-util: 29.7.0
|
|
jest-watcher: 29.7.0
|
|
jest-worker: 29.7.0
|
|
p-limit: 3.1.0
|
|
source-map-support: 0.5.13
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
jest-runtime@29.7.0:
|
|
dependencies:
|
|
'@jest/environment': 29.7.0
|
|
'@jest/fake-timers': 29.7.0
|
|
'@jest/globals': 29.7.0
|
|
'@jest/source-map': 29.6.3
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/transform': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 20.19.43
|
|
chalk: 4.1.2
|
|
cjs-module-lexer: 1.4.3
|
|
collect-v8-coverage: 1.0.3
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
jest-haste-map: 29.7.0
|
|
jest-message-util: 29.7.0
|
|
jest-mock: 29.7.0
|
|
jest-regex-util: 29.6.3
|
|
jest-resolve: 29.7.0
|
|
jest-snapshot: 29.7.0
|
|
jest-util: 29.7.0
|
|
slash: 3.0.0
|
|
strip-bom: 4.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
jest-snapshot@29.7.0:
|
|
dependencies:
|
|
'@babel/core': 7.29.7
|
|
'@babel/generator': 7.29.7
|
|
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7)
|
|
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
|
|
'@babel/types': 7.29.7
|
|
'@jest/expect-utils': 29.7.0
|
|
'@jest/transform': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7)
|
|
chalk: 4.1.2
|
|
expect: 29.7.0
|
|
graceful-fs: 4.2.11
|
|
jest-diff: 29.7.0
|
|
jest-get-type: 29.6.3
|
|
jest-matcher-utils: 29.7.0
|
|
jest-message-util: 29.7.0
|
|
jest-util: 29.7.0
|
|
natural-compare: 1.4.0
|
|
pretty-format: 29.7.0
|
|
semver: 7.8.5
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
jest-util@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 20.19.43
|
|
chalk: 4.1.2
|
|
ci-info: 3.9.0
|
|
graceful-fs: 4.2.11
|
|
picomatch: 2.3.2
|
|
|
|
jest-validate@29.7.0:
|
|
dependencies:
|
|
'@jest/types': 29.6.3
|
|
camelcase: 6.3.0
|
|
chalk: 4.1.2
|
|
jest-get-type: 29.6.3
|
|
leven: 3.1.0
|
|
pretty-format: 29.7.0
|
|
|
|
jest-watcher@29.7.0:
|
|
dependencies:
|
|
'@jest/test-result': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
'@types/node': 20.19.43
|
|
ansi-escapes: 4.3.2
|
|
chalk: 4.1.2
|
|
emittery: 0.13.1
|
|
jest-util: 29.7.0
|
|
string-length: 4.0.2
|
|
|
|
jest-worker@27.5.1:
|
|
dependencies:
|
|
'@types/node': 24.13.3
|
|
merge-stream: 2.0.0
|
|
supports-color: 8.1.1
|
|
|
|
jest-worker@29.7.0:
|
|
dependencies:
|
|
'@types/node': 24.13.3
|
|
jest-util: 29.7.0
|
|
merge-stream: 2.0.0
|
|
supports-color: 8.1.1
|
|
|
|
jest@29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3)):
|
|
dependencies:
|
|
'@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
'@jest/types': 29.6.3
|
|
import-local: 3.2.0
|
|
jest-cli: 29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- babel-plugin-macros
|
|
- supports-color
|
|
- ts-node
|
|
|
|
jiti@2.7.0: {}
|
|
|
|
js-beautify@1.15.4:
|
|
dependencies:
|
|
config-chain: 1.1.13
|
|
editorconfig: 1.0.7
|
|
glob: 10.4.5
|
|
js-cookie: 3.0.8
|
|
nopt: 7.2.1
|
|
|
|
js-cookie@3.0.8: {}
|
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
js-tokens@9.0.1: {}
|
|
|
|
js-yaml@3.15.0:
|
|
dependencies:
|
|
argparse: 1.0.10
|
|
esprima: 4.0.1
|
|
|
|
js-yaml@4.1.0:
|
|
dependencies:
|
|
argparse: 2.0.1
|
|
|
|
js-yaml@4.3.0:
|
|
dependencies:
|
|
argparse: 2.0.1
|
|
|
|
jsesc@3.1.0: {}
|
|
|
|
json-buffer@3.0.1: {}
|
|
|
|
json-parse-even-better-errors@2.3.1: {}
|
|
|
|
json-schema-traverse@0.4.1: {}
|
|
|
|
json-schema-traverse@1.0.0: {}
|
|
|
|
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
|
|
json5@2.2.3: {}
|
|
|
|
jsonc-parser@3.2.1: {}
|
|
|
|
jsonc-parser@3.3.1: {}
|
|
|
|
jsonfile@6.2.1:
|
|
dependencies:
|
|
universalify: 2.0.1
|
|
optionalDependencies:
|
|
graceful-fs: 4.2.11
|
|
|
|
jsonwebtoken@9.0.2:
|
|
dependencies:
|
|
jws: 3.2.3
|
|
lodash.includes: 4.3.0
|
|
lodash.isboolean: 3.0.3
|
|
lodash.isinteger: 4.0.4
|
|
lodash.isnumber: 3.0.3
|
|
lodash.isplainobject: 4.0.6
|
|
lodash.isstring: 4.0.1
|
|
lodash.once: 4.1.1
|
|
ms: 2.1.3
|
|
semver: 7.8.5
|
|
|
|
jsonwebtoken@9.0.3:
|
|
dependencies:
|
|
jws: 4.0.1
|
|
lodash.includes: 4.3.0
|
|
lodash.isboolean: 3.0.3
|
|
lodash.isinteger: 4.0.4
|
|
lodash.isnumber: 3.0.3
|
|
lodash.isplainobject: 4.0.6
|
|
lodash.isstring: 4.0.1
|
|
lodash.once: 4.1.1
|
|
ms: 2.1.3
|
|
semver: 7.8.5
|
|
|
|
jwa@1.4.2:
|
|
dependencies:
|
|
buffer-equal-constant-time: 1.0.1
|
|
ecdsa-sig-formatter: 1.0.11
|
|
safe-buffer: 5.2.1
|
|
|
|
jwa@2.0.1:
|
|
dependencies:
|
|
buffer-equal-constant-time: 1.0.1
|
|
ecdsa-sig-formatter: 1.0.11
|
|
safe-buffer: 5.2.1
|
|
|
|
jws@3.2.3:
|
|
dependencies:
|
|
jwa: 1.4.2
|
|
safe-buffer: 5.2.1
|
|
|
|
jws@4.0.1:
|
|
dependencies:
|
|
jwa: 2.0.1
|
|
safe-buffer: 5.2.1
|
|
|
|
keyv@4.5.4:
|
|
dependencies:
|
|
json-buffer: 3.0.1
|
|
|
|
kleur@3.0.3: {}
|
|
|
|
kleur@4.1.5: {}
|
|
|
|
klona@2.0.6: {}
|
|
|
|
knitwork@1.3.0: {}
|
|
|
|
launch-editor@2.14.1:
|
|
dependencies:
|
|
picocolors: 1.1.1
|
|
shell-quote: 1.10.0
|
|
|
|
lazystream@1.0.1:
|
|
dependencies:
|
|
readable-stream: 2.3.8
|
|
|
|
leven@3.1.0: {}
|
|
|
|
levn@0.4.1:
|
|
dependencies:
|
|
prelude-ls: 1.2.1
|
|
type-check: 0.4.0
|
|
|
|
lib0@0.2.117:
|
|
dependencies:
|
|
isomorphic.js: 0.2.5
|
|
|
|
libphonenumber-js@1.13.8: {}
|
|
|
|
lighthouse-logger@2.0.2:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
marky: 1.3.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
lightningcss-android-arm64@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-darwin-arm64@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-darwin-x64@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-freebsd-x64@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-gnu@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-musl@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-gnu@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-musl@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-win32-arm64-msvc@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-win32-x64-msvc@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss@1.32.0:
|
|
dependencies:
|
|
detect-libc: 2.1.2
|
|
optionalDependencies:
|
|
lightningcss-android-arm64: 1.32.0
|
|
lightningcss-darwin-arm64: 1.32.0
|
|
lightningcss-darwin-x64: 1.32.0
|
|
lightningcss-freebsd-x64: 1.32.0
|
|
lightningcss-linux-arm-gnueabihf: 1.32.0
|
|
lightningcss-linux-arm64-gnu: 1.32.0
|
|
lightningcss-linux-arm64-musl: 1.32.0
|
|
lightningcss-linux-x64-gnu: 1.32.0
|
|
lightningcss-linux-x64-musl: 1.32.0
|
|
lightningcss-win32-arm64-msvc: 1.32.0
|
|
lightningcss-win32-x64-msvc: 1.32.0
|
|
|
|
lilconfig@3.1.3: {}
|
|
|
|
lines-and-columns@1.2.4: {}
|
|
|
|
linkifyjs@4.3.3: {}
|
|
|
|
listhen@1.10.0(srvx@0.11.22):
|
|
dependencies:
|
|
'@parcel/watcher': 2.5.6
|
|
'@parcel/watcher-wasm': 2.5.6
|
|
citty: 0.2.2
|
|
consola: 3.4.2
|
|
crossws: 0.4.10(srvx@0.11.22)
|
|
defu: 6.1.7
|
|
get-port-please: 3.2.0
|
|
h3: 1.15.11
|
|
http-shutdown: 1.2.2
|
|
jiti: 2.7.0
|
|
mlly: 1.8.2
|
|
node-forge: 1.4.0
|
|
pathe: 2.0.3
|
|
std-env: 4.2.0
|
|
tinyclip: 0.1.15
|
|
ufo: 1.6.4
|
|
untun: 0.1.3
|
|
uqr: 0.1.3
|
|
transitivePeerDependencies:
|
|
- srvx
|
|
|
|
loader-runner@4.3.2: {}
|
|
|
|
local-pkg@1.2.1:
|
|
dependencies:
|
|
mlly: 1.8.2
|
|
pkg-types: 2.3.1
|
|
quansync: 0.2.11
|
|
|
|
locate-path@5.0.0:
|
|
dependencies:
|
|
p-locate: 4.1.0
|
|
|
|
locate-path@6.0.0:
|
|
dependencies:
|
|
p-locate: 5.0.0
|
|
|
|
lodash-es@4.18.1: {}
|
|
|
|
lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.18.1)(lodash@4.18.1):
|
|
dependencies:
|
|
'@types/lodash-es': 4.17.12
|
|
lodash: 4.18.1
|
|
lodash-es: 4.18.1
|
|
|
|
lodash.includes@4.3.0: {}
|
|
|
|
lodash.isboolean@3.0.3: {}
|
|
|
|
lodash.isinteger@4.0.4: {}
|
|
|
|
lodash.isnumber@3.0.3: {}
|
|
|
|
lodash.isplainobject@4.0.6: {}
|
|
|
|
lodash.isstring@4.0.1: {}
|
|
|
|
lodash.memoize@4.1.2: {}
|
|
|
|
lodash.merge@4.6.2: {}
|
|
|
|
lodash.once@4.1.1: {}
|
|
|
|
lodash@4.17.21: {}
|
|
|
|
lodash@4.18.1: {}
|
|
|
|
log-symbols@4.1.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
is-unicode-supported: 0.1.0
|
|
|
|
lru-cache@10.4.3: {}
|
|
|
|
lru-cache@11.5.2: {}
|
|
|
|
lru-cache@5.1.1:
|
|
dependencies:
|
|
yallist: 3.1.1
|
|
|
|
luxon@3.5.0: {}
|
|
|
|
magic-regexp@0.10.0:
|
|
dependencies:
|
|
estree-walker: 3.0.3
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
regexp-tree: 0.1.27
|
|
type-level-regexp: 0.1.17
|
|
ufo: 1.6.4
|
|
unplugin: 2.3.11
|
|
|
|
magic-regexp@0.11.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
magic-string: 0.30.21
|
|
regexp-tree: 0.1.27
|
|
type-level-regexp: 0.1.17
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
magic-string-ast@1.0.3:
|
|
dependencies:
|
|
magic-string: 0.30.21
|
|
|
|
magic-string@0.30.21:
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
magic-string@0.30.8:
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
magicast@0.5.3:
|
|
dependencies:
|
|
'@babel/parser': 7.29.7
|
|
'@babel/types': 7.29.7
|
|
source-map-js: 1.2.1
|
|
|
|
make-dir@3.1.0:
|
|
dependencies:
|
|
semver: 6.3.1
|
|
|
|
make-dir@4.0.0:
|
|
dependencies:
|
|
semver: 7.8.5
|
|
|
|
make-error@1.3.6: {}
|
|
|
|
makeerror@1.0.12:
|
|
dependencies:
|
|
tmpl: 1.0.5
|
|
|
|
marked@17.0.6: {}
|
|
|
|
marky@1.3.0: {}
|
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
mdast-util-to-hast@13.2.1:
|
|
dependencies:
|
|
'@types/hast': 3.0.5
|
|
'@types/mdast': 4.0.4
|
|
'@ungap/structured-clone': 1.3.3
|
|
devlop: 1.1.0
|
|
micromark-util-sanitize-uri: 2.0.1
|
|
trim-lines: 3.0.1
|
|
unist-util-position: 5.0.0
|
|
unist-util-visit: 5.1.0
|
|
vfile: 6.0.3
|
|
|
|
mdn-data@2.0.28: {}
|
|
|
|
mdn-data@2.27.1: {}
|
|
|
|
media-typer@0.3.0: {}
|
|
|
|
memfs@3.5.3:
|
|
dependencies:
|
|
fs-monkey: 1.1.0
|
|
|
|
memoize-one@6.0.0: {}
|
|
|
|
merge-descriptors@1.0.3: {}
|
|
|
|
merge-stream@2.0.0: {}
|
|
|
|
merge2@1.4.1: {}
|
|
|
|
methods@1.1.2: {}
|
|
|
|
micromark-util-character@2.1.1:
|
|
dependencies:
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-util-encode@2.0.1: {}
|
|
|
|
micromark-util-sanitize-uri@2.0.1:
|
|
dependencies:
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-encode: 2.0.1
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
micromark-util-symbol@2.0.1: {}
|
|
|
|
micromark-util-types@2.0.2: {}
|
|
|
|
micromatch@4.0.8:
|
|
dependencies:
|
|
braces: 3.0.3
|
|
picomatch: 2.3.2
|
|
|
|
mime-db@1.52.0: {}
|
|
|
|
mime-db@1.54.0: {}
|
|
|
|
mime-types@2.1.35:
|
|
dependencies:
|
|
mime-db: 1.52.0
|
|
|
|
mime-types@3.0.2:
|
|
dependencies:
|
|
mime-db: 1.54.0
|
|
|
|
mime@1.6.0: {}
|
|
|
|
mime@2.6.0: {}
|
|
|
|
mime@4.1.0: {}
|
|
|
|
mimic-fn@2.1.0: {}
|
|
|
|
mimic-fn@4.0.0: {}
|
|
|
|
minimatch@10.2.5:
|
|
dependencies:
|
|
brace-expansion: 5.0.7
|
|
|
|
minimatch@3.1.5:
|
|
dependencies:
|
|
brace-expansion: 1.1.16
|
|
|
|
minimatch@5.1.9:
|
|
dependencies:
|
|
brace-expansion: 2.1.2
|
|
|
|
minimatch@9.0.3:
|
|
dependencies:
|
|
brace-expansion: 2.1.2
|
|
|
|
minimatch@9.0.9:
|
|
dependencies:
|
|
brace-expansion: 2.1.2
|
|
|
|
minimist@1.2.8: {}
|
|
|
|
minipass@3.3.6:
|
|
dependencies:
|
|
yallist: 4.0.0
|
|
|
|
minipass@5.0.0: {}
|
|
|
|
minipass@7.1.3: {}
|
|
|
|
minizlib@2.1.2:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
yallist: 4.0.0
|
|
|
|
minizlib@3.1.0:
|
|
dependencies:
|
|
minipass: 7.1.3
|
|
|
|
mitt@3.0.1: {}
|
|
|
|
mkdirp@0.5.6:
|
|
dependencies:
|
|
minimist: 1.2.8
|
|
|
|
mkdirp@1.0.4: {}
|
|
|
|
mlly@1.8.2:
|
|
dependencies:
|
|
acorn: 8.17.0
|
|
pathe: 2.0.3
|
|
pkg-types: 1.3.1
|
|
ufo: 1.6.4
|
|
|
|
mocked-exports@0.1.1: {}
|
|
|
|
motion-dom@12.42.2:
|
|
dependencies:
|
|
motion-utils: 12.39.0
|
|
|
|
motion-utils@12.39.0: {}
|
|
|
|
motion-v@2.3.0(@vueuse/core@14.3.0(vue@3.5.39(typescript@6.0.3)))(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
framer-motion: 12.42.2
|
|
hey-listen: 1.0.8
|
|
motion-dom: 12.42.2
|
|
motion-utils: 12.39.0
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
transitivePeerDependencies:
|
|
- '@emotion/is-prop-valid'
|
|
- react
|
|
- react-dom
|
|
|
|
mrmime@2.0.1: {}
|
|
|
|
ms@2.0.0: {}
|
|
|
|
ms@2.1.3: {}
|
|
|
|
muggle-string@0.4.1: {}
|
|
|
|
multer@2.0.2:
|
|
dependencies:
|
|
append-field: 1.0.0
|
|
busboy: 1.6.0
|
|
concat-stream: 2.0.0
|
|
mkdirp: 0.5.6
|
|
object-assign: 4.1.1
|
|
type-is: 1.6.18
|
|
xtend: 4.0.2
|
|
|
|
multer@2.2.0:
|
|
dependencies:
|
|
append-field: 1.0.0
|
|
busboy: 1.6.0
|
|
concat-stream: 2.0.0
|
|
type-is: 1.6.18
|
|
|
|
mute-stream@0.0.8: {}
|
|
|
|
mute-stream@1.0.0: {}
|
|
|
|
nanoid@3.3.15: {}
|
|
|
|
nanotar@0.3.0: {}
|
|
|
|
natural-compare@1.4.0: {}
|
|
|
|
negotiator@0.6.3: {}
|
|
|
|
neo-async@2.6.2: {}
|
|
|
|
nitropack@2.13.4(oxc-parser@0.133.0)(rolldown@1.1.5)(srvx@0.11.22)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
'@cloudflare/kv-asset-handler': 0.4.2
|
|
'@rollup/plugin-alias': 6.0.0(rollup@4.62.2)
|
|
'@rollup/plugin-commonjs': 29.0.3(rollup@4.62.2)
|
|
'@rollup/plugin-inject': 5.0.5(rollup@4.62.2)
|
|
'@rollup/plugin-json': 6.1.0(rollup@4.62.2)
|
|
'@rollup/plugin-node-resolve': 16.0.3(rollup@4.62.2)
|
|
'@rollup/plugin-replace': 6.0.3(rollup@4.62.2)
|
|
'@rollup/plugin-terser': 1.0.0(rollup@4.62.2)
|
|
'@vercel/nft': 1.10.2(rollup@4.62.2)
|
|
archiver: 7.0.1
|
|
c12: 3.3.4(magicast@0.5.3)
|
|
chokidar: 5.0.0
|
|
citty: 0.2.2
|
|
compatx: 0.2.0
|
|
confbox: 0.2.4
|
|
consola: 3.4.2
|
|
cookie-es: 2.0.1
|
|
croner: 10.0.1
|
|
crossws: 0.3.5
|
|
db0: 0.3.4
|
|
defu: 6.1.7
|
|
destr: 2.0.5
|
|
dot-prop: 10.1.0
|
|
esbuild: 0.28.1
|
|
escape-string-regexp: 5.0.0
|
|
etag: 1.8.1
|
|
exsolve: 1.1.0
|
|
globby: 16.2.1
|
|
gzip-size: 7.0.0
|
|
h3: 1.15.11
|
|
hookable: 5.5.3
|
|
httpxy: 0.5.5
|
|
ioredis: 5.11.1
|
|
jiti: 2.7.0
|
|
klona: 2.0.6
|
|
knitwork: 1.3.0
|
|
listhen: 1.10.0(srvx@0.11.22)
|
|
magic-string: 0.30.21
|
|
magicast: 0.5.3
|
|
mime: 4.1.0
|
|
mlly: 1.8.2
|
|
node-fetch-native: 1.6.7
|
|
node-mock-http: 1.0.4
|
|
ofetch: 1.5.1
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
perfect-debounce: 2.1.0
|
|
pkg-types: 2.3.1
|
|
pretty-bytes: 7.1.1
|
|
radix3: 1.1.2
|
|
rollup: 4.62.2
|
|
rollup-plugin-visualizer: 7.0.1(rolldown@1.1.5)(rollup@4.62.2)
|
|
scule: 1.3.0
|
|
semver: 7.8.5
|
|
serve-placeholder: 2.0.2
|
|
serve-static: 2.2.1
|
|
source-map: 0.7.6
|
|
std-env: 4.2.0
|
|
ufo: 1.6.4
|
|
ultrahtml: 1.7.0
|
|
uncrypto: 0.1.3
|
|
unctx: 2.5.0
|
|
unenv: 2.0.0-rc.24
|
|
unimport: 6.3.0(esbuild@0.28.1)(oxc-parser@0.133.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unplugin-utils: 0.3.2
|
|
unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1)
|
|
untyped: 2.0.0
|
|
unwasm: 0.5.3
|
|
youch: 4.1.1
|
|
youch-core: 0.3.3
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@electric-sql/pglite'
|
|
- '@farmfe/core'
|
|
- '@libsql/client'
|
|
- '@netlify/blobs'
|
|
- '@planetscale/database'
|
|
- '@rspack/core'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- aws4fetch
|
|
- bare-abort-controller
|
|
- bare-buffer
|
|
- better-sqlite3
|
|
- bun-types-no-globals
|
|
- drizzle-orm
|
|
- encoding
|
|
- idb-keyval
|
|
- mysql2
|
|
- oxc-parser
|
|
- react-native-b4a
|
|
- rolldown
|
|
- sqlite3
|
|
- srvx
|
|
- supports-color
|
|
- unloader
|
|
- uploadthing
|
|
- vite
|
|
- webpack
|
|
|
|
node-abort-controller@3.1.1: {}
|
|
|
|
node-addon-api@5.1.0: {}
|
|
|
|
node-addon-api@7.1.1: {}
|
|
|
|
node-emoji@1.11.0:
|
|
dependencies:
|
|
lodash: 4.18.1
|
|
|
|
node-fetch-native@1.6.7: {}
|
|
|
|
node-fetch@2.7.0:
|
|
dependencies:
|
|
whatwg-url: 5.0.0
|
|
|
|
node-forge@1.4.0: {}
|
|
|
|
node-gyp-build@4.8.4: {}
|
|
|
|
node-int64@0.4.0: {}
|
|
|
|
node-mock-http@1.0.4: {}
|
|
|
|
node-releases@2.0.51: {}
|
|
|
|
nopt@5.0.0:
|
|
dependencies:
|
|
abbrev: 1.1.1
|
|
|
|
nopt@7.2.1:
|
|
dependencies:
|
|
abbrev: 2.0.0
|
|
|
|
nopt@8.1.0:
|
|
dependencies:
|
|
abbrev: 3.0.1
|
|
|
|
normalize-path@3.0.0: {}
|
|
|
|
normalize-wheel-es@1.2.0: {}
|
|
|
|
nostics@0.2.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
magic-string: 0.30.21
|
|
oxc-parser: 0.132.0
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
nostics@1.1.4: {}
|
|
|
|
npm-run-path@4.0.1:
|
|
dependencies:
|
|
path-key: 3.1.1
|
|
|
|
npm-run-path@5.3.0:
|
|
dependencies:
|
|
path-key: 4.0.0
|
|
|
|
npm-run-path@6.0.0:
|
|
dependencies:
|
|
path-key: 4.0.0
|
|
unicorn-magic: 0.3.0
|
|
|
|
npmlog@5.0.1:
|
|
dependencies:
|
|
are-we-there-yet: 2.0.0
|
|
console-control-strings: 1.1.0
|
|
gauge: 3.0.2
|
|
set-blocking: 2.0.0
|
|
|
|
nth-check@2.1.1:
|
|
dependencies:
|
|
boolbase: 1.0.0
|
|
|
|
nuxt-link-checker@5.1.2(@nuxt/schema@4.4.8)(db0@0.3.4)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
consola: 3.4.2
|
|
diff: 9.0.0
|
|
fuse.js: 7.5.0
|
|
h3: 1.15.11
|
|
magic-string: 0.30.21
|
|
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0)
|
|
nuxt-site-config: 4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
ofetch: 1.5.1
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
radix3: 1.1.2
|
|
site-config-stack: 4.1.1(vue@3.5.39(typescript@6.0.3))
|
|
ufo: 1.6.4
|
|
ultrahtml: 1.7.0
|
|
unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1)
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@netlify/blobs'
|
|
- '@nuxt/schema'
|
|
- '@planetscale/database'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- aws4fetch
|
|
- db0
|
|
- idb-keyval
|
|
- ioredis
|
|
- magicast
|
|
- uploadthing
|
|
- vite
|
|
- vue
|
|
- zod
|
|
|
|
nuxt-og-image@6.7.2(89e151f4b8087f0beaf7453f17280511):
|
|
dependencies:
|
|
'@clack/prompts': 1.7.0
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@unhead/vue': 2.1.15(vue@3.5.39(typescript@6.0.3))
|
|
'@unocss/config': 66.7.5
|
|
'@unocss/core': 66.7.5
|
|
'@vue/compiler-sfc': 3.5.39
|
|
chrome-launcher: 1.2.1
|
|
consola: 3.4.2
|
|
culori: 4.0.2
|
|
defu: 6.1.7
|
|
devalue: 5.8.1
|
|
exsolve: 1.1.0
|
|
lightningcss: 1.32.0
|
|
magic-string: 0.30.21
|
|
magicast: 0.5.3
|
|
mocked-exports: 0.1.1
|
|
nuxt-site-config: 4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
nypm: 0.6.8
|
|
ofetch: 1.5.1
|
|
ohash: 2.0.11
|
|
oxc-parser: 0.138.0
|
|
oxc-walker: 1.0.0(esbuild@0.28.1)(oxc-parser@0.138.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
radix3: 1.1.2
|
|
std-env: 4.2.0
|
|
strip-literal: 3.1.0
|
|
tinyexec: 1.2.4
|
|
tinyglobby: 0.2.17
|
|
ufo: 1.6.4
|
|
ultrahtml: 1.7.0
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1)
|
|
optionalDependencies:
|
|
'@takumi-rs/core': 1.8.7
|
|
fontless: 0.2.1(db0@0.3.4)(ioredis@5.11.1)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
nitropack: 2.13.4(oxc-parser@0.133.0)(rolldown@1.1.5)(srvx@0.11.22)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
tailwindcss: 4.3.2
|
|
unifont: 0.7.4
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@nuxt/schema'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- nuxt
|
|
- rolldown
|
|
- rollup
|
|
- supports-color
|
|
- unloader
|
|
- vite
|
|
- vue
|
|
- webpack
|
|
|
|
nuxt-schema-org@6.2.3(@nuxt/schema@4.4.8)(@unhead/vue@2.1.15(vue@3.5.39(typescript@6.0.3)))(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(unhead@2.1.15)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
defu: 6.1.7
|
|
nuxt-site-config: 4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
pkg-types: 2.3.1
|
|
ufo: 1.6.4
|
|
optionalDependencies:
|
|
'@unhead/vue': 2.1.15(vue@3.5.39(typescript@6.0.3))
|
|
unhead: 2.1.15
|
|
transitivePeerDependencies:
|
|
- '@nuxt/schema'
|
|
- magicast
|
|
- nuxt
|
|
- vite
|
|
- vue
|
|
|
|
nuxt-seo-utils@8.3.1(bf10eca19ab1966732a57c1535280744):
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@unhead/bundler': 3.1.8(crossws@0.4.10(srvx@0.11.22))(esbuild@0.28.1)(lightningcss@1.32.0)(rolldown@1.1.5)(rollup@4.62.2)(typescript@6.0.3)(unhead@2.1.15)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
citty: 0.2.2
|
|
consola: 3.4.2
|
|
defu: 6.1.7
|
|
escape-string-regexp: 5.0.0
|
|
exsolve: 1.1.0
|
|
image-size: 2.0.2
|
|
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0)
|
|
nuxt-site-config: 4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-layer-devtools: 5.3.2(9f773a09097096979c920ff2c16f3a25)
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
scule: 1.3.0
|
|
tinyglobby: 0.2.17
|
|
ufo: 1.6.4
|
|
optionalDependencies:
|
|
'@unhead/vue': 2.1.15(vue@3.5.39(typescript@6.0.3))
|
|
esbuild: 0.28.1
|
|
lightningcss: 1.32.0
|
|
rolldown: 1.1.5
|
|
sharp: 0.35.3(@types/node@24.13.3)
|
|
unhead: 2.1.15
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@emotion/is-prop-valid'
|
|
- '@farmfe/core'
|
|
- '@inertiajs/vue3'
|
|
- '@internationalized/date'
|
|
- '@internationalized/number'
|
|
- '@modelcontextprotocol/sdk'
|
|
- '@netlify/blobs'
|
|
- '@nuxt/content'
|
|
- '@nuxt/schema'
|
|
- '@planetscale/database'
|
|
- '@rspack/core'
|
|
- '@tiptap/core'
|
|
- '@tiptap/extension-bubble-menu'
|
|
- '@tiptap/extension-code'
|
|
- '@tiptap/extension-collaboration'
|
|
- '@tiptap/extension-drag-handle'
|
|
- '@tiptap/extension-drag-handle-vue-3'
|
|
- '@tiptap/extension-floating-menu'
|
|
- '@tiptap/extension-horizontal-rule'
|
|
- '@tiptap/extension-image'
|
|
- '@tiptap/extension-mention'
|
|
- '@tiptap/extension-node-range'
|
|
- '@tiptap/extension-placeholder'
|
|
- '@tiptap/markdown'
|
|
- '@tiptap/pm'
|
|
- '@tiptap/starter-kit'
|
|
- '@tiptap/suggestion'
|
|
- '@tiptap/vue-3'
|
|
- '@types/node'
|
|
- '@unhead/cli'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- '@vue/composition-api'
|
|
- async-validator
|
|
- aws4fetch
|
|
- axios
|
|
- bufferutil
|
|
- bun-types-no-globals
|
|
- change-case
|
|
- crossws
|
|
- db0
|
|
- drauu
|
|
- embla-carousel
|
|
- focus-trap
|
|
- idb-keyval
|
|
- ioredis
|
|
- joi
|
|
- jwt-decode
|
|
- magicast
|
|
- nprogress
|
|
- qrcode
|
|
- react
|
|
- react-dom
|
|
- rollup
|
|
- sortablejs
|
|
- superstruct
|
|
- typescript
|
|
- universal-cookie
|
|
- unloader
|
|
- uploadthing
|
|
- utf-8-validate
|
|
- valibot
|
|
- vite
|
|
- vue
|
|
- vue-router
|
|
- webpack
|
|
- yup
|
|
- zod
|
|
|
|
nuxt-site-config-kit@4.1.1(magicast@0.5.3)(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
site-config-stack: 4.1.1(vue@3.5.39(typescript@6.0.3))
|
|
std-env: 4.2.0
|
|
ufo: 1.6.4
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
- vue
|
|
|
|
nuxt-site-config@4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@nuxt/devalue': 2.0.2
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
h3: 1.15.11
|
|
nuxt-site-config-kit: 4.1.1(magicast@0.5.3)(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
site-config-stack: 4.1.1(vue@3.5.39(typescript@6.0.3))
|
|
ufo: 1.6.4
|
|
transitivePeerDependencies:
|
|
- '@nuxt/schema'
|
|
- magicast
|
|
- nuxt
|
|
- vite
|
|
- vue
|
|
- zod
|
|
|
|
nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0):
|
|
dependencies:
|
|
'@dxup/nuxt': 0.4.1(magicast@0.5.3)(typescript@6.0.3)
|
|
'@nuxt/cli': 3.37.0(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3)
|
|
'@nuxt/devtools': 3.2.4(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@nuxt/nitro-server': 4.4.8(dbf1f1eaf9727d07d0cd606f44130212)
|
|
'@nuxt/schema': 4.4.8
|
|
'@nuxt/telemetry': 2.8.0(@nuxt/kit@4.4.8(magicast@0.5.3))
|
|
'@nuxt/vite-builder': 4.4.8(5d607853deecf4b9f07fa23831360c1a)
|
|
'@unhead/vue': 2.1.15(vue@3.5.39(typescript@6.0.3))
|
|
'@vue/shared': 3.5.39
|
|
chokidar: 5.0.0
|
|
compatx: 0.2.0
|
|
consola: 3.4.2
|
|
cookie-es: 3.1.1
|
|
defu: 6.1.7
|
|
devalue: 5.8.1
|
|
errx: 0.1.0
|
|
escape-string-regexp: 5.0.0
|
|
exsolve: 1.1.0
|
|
hookable: 6.1.1
|
|
ignore: 7.0.6
|
|
impound: 1.1.5(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
jiti: 2.7.0
|
|
klona: 2.0.6
|
|
knitwork: 1.3.0
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
nanotar: 0.3.0
|
|
nypm: 0.6.8
|
|
ofetch: 1.5.1
|
|
ohash: 2.0.11
|
|
on-change: 6.0.2
|
|
oxc-minify: 0.133.0
|
|
oxc-parser: 0.133.0
|
|
oxc-transform: 0.133.0
|
|
oxc-walker: 1.0.0(esbuild@0.28.1)(oxc-parser@0.133.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
pathe: 2.0.3
|
|
perfect-debounce: 2.1.0
|
|
picomatch: 4.0.5
|
|
pkg-types: 2.3.1
|
|
rou3: 0.8.1
|
|
scule: 1.3.0
|
|
semver: 7.8.5
|
|
std-env: 4.2.0
|
|
tinyglobby: 0.2.17
|
|
ufo: 1.6.4
|
|
ultrahtml: 1.7.0
|
|
uncrypto: 0.1.3
|
|
unctx: 2.5.0
|
|
unhead: 2.1.15
|
|
unimport: 6.3.0(esbuild@0.28.1)(oxc-parser@0.133.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unrouting: 0.1.7
|
|
untyped: 2.0.0
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
vue-router: 5.2.0(@vue/compiler-sfc@3.5.39)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
optionalDependencies:
|
|
'@parcel/watcher': 2.5.6
|
|
'@types/node': 24.13.3
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@babel/plugin-proposal-decorators'
|
|
- '@babel/plugin-syntax-jsx'
|
|
- '@babel/plugin-syntax-typescript'
|
|
- '@biomejs/biome'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@electric-sql/pglite'
|
|
- '@farmfe/core'
|
|
- '@libsql/client'
|
|
- '@netlify/blobs'
|
|
- '@pinia/colada'
|
|
- '@planetscale/database'
|
|
- '@rollup/plugin-babel'
|
|
- '@rspack/core'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- '@vitejs/devtools'
|
|
- '@vue/compiler-sfc'
|
|
- aws4fetch
|
|
- bare-abort-controller
|
|
- bare-buffer
|
|
- better-sqlite3
|
|
- bufferutil
|
|
- bun-types-no-globals
|
|
- cac
|
|
- commander
|
|
- db0
|
|
- drizzle-orm
|
|
- encoding
|
|
- esbuild
|
|
- eslint
|
|
- idb-keyval
|
|
- ioredis
|
|
- less
|
|
- lightningcss
|
|
- magicast
|
|
- meow
|
|
- mysql2
|
|
- optionator
|
|
- oxlint
|
|
- pinia
|
|
- react-native-b4a
|
|
- rolldown
|
|
- rollup
|
|
- rollup-plugin-visualizer
|
|
- sass
|
|
- sass-embedded
|
|
- sqlite3
|
|
- srvx
|
|
- stylelint
|
|
- stylus
|
|
- sugarss
|
|
- supports-color
|
|
- terser
|
|
- tsx
|
|
- typescript
|
|
- unloader
|
|
- uploadthing
|
|
- utf-8-validate
|
|
- vite
|
|
- vue-tsc
|
|
- webpack
|
|
- xml2js
|
|
- yaml
|
|
|
|
nuxtseo-layer-devtools@5.3.2(9f773a09097096979c920ff2c16f3a25):
|
|
dependencies:
|
|
'@iconify-json/carbon': 1.2.24
|
|
'@nuxt/devtools-kit': 4.0.0-alpha.3(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@nuxt/ui': 4.9.0(ae082aaf330df44d8ae6c3e7f36302ae)
|
|
'@shikijs/langs': 4.3.1
|
|
'@shikijs/themes': 4.3.1
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/nuxt': 14.3.0(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
nuxtseo-shared: 5.3.2(0ff275a33ce92f3eb81e460b16ac0f97)
|
|
ofetch: 1.5.1
|
|
shiki: 4.3.1
|
|
tailwindcss: 4.3.2
|
|
ufo: 1.6.4
|
|
transitivePeerDependencies:
|
|
- '@azure/app-configuration'
|
|
- '@azure/cosmos'
|
|
- '@azure/data-tables'
|
|
- '@azure/identity'
|
|
- '@azure/keyvault-secrets'
|
|
- '@azure/storage-blob'
|
|
- '@capacitor/preferences'
|
|
- '@deno/kv'
|
|
- '@emotion/is-prop-valid'
|
|
- '@farmfe/core'
|
|
- '@inertiajs/vue3'
|
|
- '@internationalized/date'
|
|
- '@internationalized/number'
|
|
- '@netlify/blobs'
|
|
- '@nuxt/content'
|
|
- '@nuxt/schema'
|
|
- '@planetscale/database'
|
|
- '@rspack/core'
|
|
- '@tiptap/core'
|
|
- '@tiptap/extension-bubble-menu'
|
|
- '@tiptap/extension-code'
|
|
- '@tiptap/extension-collaboration'
|
|
- '@tiptap/extension-drag-handle'
|
|
- '@tiptap/extension-drag-handle-vue-3'
|
|
- '@tiptap/extension-floating-menu'
|
|
- '@tiptap/extension-horizontal-rule'
|
|
- '@tiptap/extension-image'
|
|
- '@tiptap/extension-mention'
|
|
- '@tiptap/extension-node-range'
|
|
- '@tiptap/extension-placeholder'
|
|
- '@tiptap/markdown'
|
|
- '@tiptap/pm'
|
|
- '@tiptap/starter-kit'
|
|
- '@tiptap/suggestion'
|
|
- '@tiptap/vue-3'
|
|
- '@upstash/redis'
|
|
- '@vercel/blob'
|
|
- '@vercel/functions'
|
|
- '@vercel/kv'
|
|
- '@vue/composition-api'
|
|
- async-validator
|
|
- aws4fetch
|
|
- axios
|
|
- bun-types-no-globals
|
|
- change-case
|
|
- db0
|
|
- drauu
|
|
- embla-carousel
|
|
- esbuild
|
|
- focus-trap
|
|
- idb-keyval
|
|
- ioredis
|
|
- joi
|
|
- jwt-decode
|
|
- magicast
|
|
- nprogress
|
|
- nuxt
|
|
- nuxt-site-config
|
|
- qrcode
|
|
- react
|
|
- react-dom
|
|
- rolldown
|
|
- rollup
|
|
- sortablejs
|
|
- superstruct
|
|
- typescript
|
|
- universal-cookie
|
|
- unloader
|
|
- uploadthing
|
|
- valibot
|
|
- vite
|
|
- vue
|
|
- vue-router
|
|
- webpack
|
|
- yup
|
|
- zod
|
|
|
|
nuxtseo-shared@5.3.2(0ff275a33ce92f3eb81e460b16ac0f97):
|
|
dependencies:
|
|
'@clack/prompts': 1.7.0
|
|
'@nuxt/devtools-kit': 4.0.0-alpha.3(magicast@0.5.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@nuxt/schema': 4.4.8
|
|
birpc: 4.0.0
|
|
consola: 3.4.2
|
|
defu: 6.1.7
|
|
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0)
|
|
nypm: 0.6.8
|
|
ofetch: 1.5.1
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
radix3: 1.1.2
|
|
sirv: 3.0.2
|
|
std-env: 4.2.0
|
|
ufo: 1.6.4
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
optionalDependencies:
|
|
nuxt-site-config: 4.1.1(@nuxt/schema@4.4.8)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.13.3)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2))(rollup@4.62.2)(sass@1.101.0)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))(yaml@2.9.0))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
- vite
|
|
|
|
nypm@0.6.8:
|
|
dependencies:
|
|
citty: 0.2.2
|
|
pathe: 2.0.3
|
|
tinyexec: 1.2.4
|
|
|
|
object-assign@4.1.1: {}
|
|
|
|
object-inspect@1.13.4: {}
|
|
|
|
obug@2.1.3: {}
|
|
|
|
ofetch@1.5.1:
|
|
dependencies:
|
|
destr: 2.0.5
|
|
node-fetch-native: 1.6.7
|
|
ufo: 1.6.4
|
|
|
|
ofetch@2.0.0-alpha.3: {}
|
|
|
|
ohash@2.0.11: {}
|
|
|
|
on-change@6.0.2: {}
|
|
|
|
on-finished@2.4.1:
|
|
dependencies:
|
|
ee-first: 1.1.1
|
|
|
|
once@1.4.0:
|
|
dependencies:
|
|
wrappy: 1.0.2
|
|
|
|
onetime@5.1.2:
|
|
dependencies:
|
|
mimic-fn: 2.1.0
|
|
|
|
onetime@6.0.0:
|
|
dependencies:
|
|
mimic-fn: 4.0.0
|
|
|
|
oniguruma-parser@0.12.2: {}
|
|
|
|
oniguruma-to-es@4.3.6:
|
|
dependencies:
|
|
oniguruma-parser: 0.12.2
|
|
regex: 6.1.0
|
|
regex-recursion: 6.0.2
|
|
|
|
open@11.0.0:
|
|
dependencies:
|
|
default-browser: 5.5.0
|
|
define-lazy-prop: 3.0.0
|
|
is-in-ssh: 1.0.0
|
|
is-inside-container: 1.0.0
|
|
powershell-utils: 0.1.0
|
|
wsl-utils: 0.3.1
|
|
|
|
optionator@0.9.4:
|
|
dependencies:
|
|
deep-is: 0.1.4
|
|
fast-levenshtein: 2.0.6
|
|
levn: 0.4.1
|
|
prelude-ls: 1.2.1
|
|
type-check: 0.4.0
|
|
word-wrap: 1.2.5
|
|
|
|
ora@5.4.1:
|
|
dependencies:
|
|
bl: 4.1.0
|
|
chalk: 4.1.2
|
|
cli-cursor: 3.1.0
|
|
cli-spinners: 2.9.2
|
|
is-interactive: 1.0.0
|
|
is-unicode-supported: 0.1.0
|
|
log-symbols: 4.1.0
|
|
strip-ansi: 6.0.1
|
|
wcwidth: 1.0.1
|
|
|
|
orderedmap@2.1.1: {}
|
|
|
|
os-tmpdir@1.0.2: {}
|
|
|
|
oxc-minify@0.133.0:
|
|
optionalDependencies:
|
|
'@oxc-minify/binding-android-arm-eabi': 0.133.0
|
|
'@oxc-minify/binding-android-arm64': 0.133.0
|
|
'@oxc-minify/binding-darwin-arm64': 0.133.0
|
|
'@oxc-minify/binding-darwin-x64': 0.133.0
|
|
'@oxc-minify/binding-freebsd-x64': 0.133.0
|
|
'@oxc-minify/binding-linux-arm-gnueabihf': 0.133.0
|
|
'@oxc-minify/binding-linux-arm-musleabihf': 0.133.0
|
|
'@oxc-minify/binding-linux-arm64-gnu': 0.133.0
|
|
'@oxc-minify/binding-linux-arm64-musl': 0.133.0
|
|
'@oxc-minify/binding-linux-ppc64-gnu': 0.133.0
|
|
'@oxc-minify/binding-linux-riscv64-gnu': 0.133.0
|
|
'@oxc-minify/binding-linux-riscv64-musl': 0.133.0
|
|
'@oxc-minify/binding-linux-s390x-gnu': 0.133.0
|
|
'@oxc-minify/binding-linux-x64-gnu': 0.133.0
|
|
'@oxc-minify/binding-linux-x64-musl': 0.133.0
|
|
'@oxc-minify/binding-openharmony-arm64': 0.133.0
|
|
'@oxc-minify/binding-wasm32-wasi': 0.133.0
|
|
'@oxc-minify/binding-win32-arm64-msvc': 0.133.0
|
|
'@oxc-minify/binding-win32-ia32-msvc': 0.133.0
|
|
'@oxc-minify/binding-win32-x64-msvc': 0.133.0
|
|
|
|
oxc-parser@0.132.0:
|
|
dependencies:
|
|
'@oxc-project/types': 0.132.0
|
|
optionalDependencies:
|
|
'@oxc-parser/binding-android-arm-eabi': 0.132.0
|
|
'@oxc-parser/binding-android-arm64': 0.132.0
|
|
'@oxc-parser/binding-darwin-arm64': 0.132.0
|
|
'@oxc-parser/binding-darwin-x64': 0.132.0
|
|
'@oxc-parser/binding-freebsd-x64': 0.132.0
|
|
'@oxc-parser/binding-linux-arm-gnueabihf': 0.132.0
|
|
'@oxc-parser/binding-linux-arm-musleabihf': 0.132.0
|
|
'@oxc-parser/binding-linux-arm64-gnu': 0.132.0
|
|
'@oxc-parser/binding-linux-arm64-musl': 0.132.0
|
|
'@oxc-parser/binding-linux-ppc64-gnu': 0.132.0
|
|
'@oxc-parser/binding-linux-riscv64-gnu': 0.132.0
|
|
'@oxc-parser/binding-linux-riscv64-musl': 0.132.0
|
|
'@oxc-parser/binding-linux-s390x-gnu': 0.132.0
|
|
'@oxc-parser/binding-linux-x64-gnu': 0.132.0
|
|
'@oxc-parser/binding-linux-x64-musl': 0.132.0
|
|
'@oxc-parser/binding-openharmony-arm64': 0.132.0
|
|
'@oxc-parser/binding-wasm32-wasi': 0.132.0
|
|
'@oxc-parser/binding-win32-arm64-msvc': 0.132.0
|
|
'@oxc-parser/binding-win32-ia32-msvc': 0.132.0
|
|
'@oxc-parser/binding-win32-x64-msvc': 0.132.0
|
|
|
|
oxc-parser@0.133.0:
|
|
dependencies:
|
|
'@oxc-project/types': 0.133.0
|
|
optionalDependencies:
|
|
'@oxc-parser/binding-android-arm-eabi': 0.133.0
|
|
'@oxc-parser/binding-android-arm64': 0.133.0
|
|
'@oxc-parser/binding-darwin-arm64': 0.133.0
|
|
'@oxc-parser/binding-darwin-x64': 0.133.0
|
|
'@oxc-parser/binding-freebsd-x64': 0.133.0
|
|
'@oxc-parser/binding-linux-arm-gnueabihf': 0.133.0
|
|
'@oxc-parser/binding-linux-arm-musleabihf': 0.133.0
|
|
'@oxc-parser/binding-linux-arm64-gnu': 0.133.0
|
|
'@oxc-parser/binding-linux-arm64-musl': 0.133.0
|
|
'@oxc-parser/binding-linux-ppc64-gnu': 0.133.0
|
|
'@oxc-parser/binding-linux-riscv64-gnu': 0.133.0
|
|
'@oxc-parser/binding-linux-riscv64-musl': 0.133.0
|
|
'@oxc-parser/binding-linux-s390x-gnu': 0.133.0
|
|
'@oxc-parser/binding-linux-x64-gnu': 0.133.0
|
|
'@oxc-parser/binding-linux-x64-musl': 0.133.0
|
|
'@oxc-parser/binding-openharmony-arm64': 0.133.0
|
|
'@oxc-parser/binding-wasm32-wasi': 0.133.0
|
|
'@oxc-parser/binding-win32-arm64-msvc': 0.133.0
|
|
'@oxc-parser/binding-win32-ia32-msvc': 0.133.0
|
|
'@oxc-parser/binding-win32-x64-msvc': 0.133.0
|
|
|
|
oxc-parser@0.138.0:
|
|
dependencies:
|
|
'@oxc-project/types': 0.138.0
|
|
optionalDependencies:
|
|
'@oxc-parser/binding-android-arm-eabi': 0.138.0
|
|
'@oxc-parser/binding-android-arm64': 0.138.0
|
|
'@oxc-parser/binding-darwin-arm64': 0.138.0
|
|
'@oxc-parser/binding-darwin-x64': 0.138.0
|
|
'@oxc-parser/binding-freebsd-x64': 0.138.0
|
|
'@oxc-parser/binding-linux-arm-gnueabihf': 0.138.0
|
|
'@oxc-parser/binding-linux-arm-musleabihf': 0.138.0
|
|
'@oxc-parser/binding-linux-arm64-gnu': 0.138.0
|
|
'@oxc-parser/binding-linux-arm64-musl': 0.138.0
|
|
'@oxc-parser/binding-linux-ppc64-gnu': 0.138.0
|
|
'@oxc-parser/binding-linux-riscv64-gnu': 0.138.0
|
|
'@oxc-parser/binding-linux-riscv64-musl': 0.138.0
|
|
'@oxc-parser/binding-linux-s390x-gnu': 0.138.0
|
|
'@oxc-parser/binding-linux-x64-gnu': 0.138.0
|
|
'@oxc-parser/binding-linux-x64-musl': 0.138.0
|
|
'@oxc-parser/binding-openharmony-arm64': 0.138.0
|
|
'@oxc-parser/binding-wasm32-wasi': 0.138.0
|
|
'@oxc-parser/binding-win32-arm64-msvc': 0.138.0
|
|
'@oxc-parser/binding-win32-ia32-msvc': 0.138.0
|
|
'@oxc-parser/binding-win32-x64-msvc': 0.138.0
|
|
|
|
oxc-parser@0.139.0:
|
|
dependencies:
|
|
'@oxc-project/types': 0.139.0
|
|
optionalDependencies:
|
|
'@oxc-parser/binding-android-arm-eabi': 0.139.0
|
|
'@oxc-parser/binding-android-arm64': 0.139.0
|
|
'@oxc-parser/binding-darwin-arm64': 0.139.0
|
|
'@oxc-parser/binding-darwin-x64': 0.139.0
|
|
'@oxc-parser/binding-freebsd-x64': 0.139.0
|
|
'@oxc-parser/binding-linux-arm-gnueabihf': 0.139.0
|
|
'@oxc-parser/binding-linux-arm-musleabihf': 0.139.0
|
|
'@oxc-parser/binding-linux-arm64-gnu': 0.139.0
|
|
'@oxc-parser/binding-linux-arm64-musl': 0.139.0
|
|
'@oxc-parser/binding-linux-ppc64-gnu': 0.139.0
|
|
'@oxc-parser/binding-linux-riscv64-gnu': 0.139.0
|
|
'@oxc-parser/binding-linux-riscv64-musl': 0.139.0
|
|
'@oxc-parser/binding-linux-s390x-gnu': 0.139.0
|
|
'@oxc-parser/binding-linux-x64-gnu': 0.139.0
|
|
'@oxc-parser/binding-linux-x64-musl': 0.139.0
|
|
'@oxc-parser/binding-openharmony-arm64': 0.139.0
|
|
'@oxc-parser/binding-wasm32-wasi': 0.139.0
|
|
'@oxc-parser/binding-win32-arm64-msvc': 0.139.0
|
|
'@oxc-parser/binding-win32-ia32-msvc': 0.139.0
|
|
'@oxc-parser/binding-win32-x64-msvc': 0.139.0
|
|
|
|
oxc-transform@0.133.0:
|
|
optionalDependencies:
|
|
'@oxc-transform/binding-android-arm-eabi': 0.133.0
|
|
'@oxc-transform/binding-android-arm64': 0.133.0
|
|
'@oxc-transform/binding-darwin-arm64': 0.133.0
|
|
'@oxc-transform/binding-darwin-x64': 0.133.0
|
|
'@oxc-transform/binding-freebsd-x64': 0.133.0
|
|
'@oxc-transform/binding-linux-arm-gnueabihf': 0.133.0
|
|
'@oxc-transform/binding-linux-arm-musleabihf': 0.133.0
|
|
'@oxc-transform/binding-linux-arm64-gnu': 0.133.0
|
|
'@oxc-transform/binding-linux-arm64-musl': 0.133.0
|
|
'@oxc-transform/binding-linux-ppc64-gnu': 0.133.0
|
|
'@oxc-transform/binding-linux-riscv64-gnu': 0.133.0
|
|
'@oxc-transform/binding-linux-riscv64-musl': 0.133.0
|
|
'@oxc-transform/binding-linux-s390x-gnu': 0.133.0
|
|
'@oxc-transform/binding-linux-x64-gnu': 0.133.0
|
|
'@oxc-transform/binding-linux-x64-musl': 0.133.0
|
|
'@oxc-transform/binding-openharmony-arm64': 0.133.0
|
|
'@oxc-transform/binding-wasm32-wasi': 0.133.0
|
|
'@oxc-transform/binding-win32-arm64-msvc': 0.133.0
|
|
'@oxc-transform/binding-win32-ia32-msvc': 0.133.0
|
|
'@oxc-transform/binding-win32-x64-msvc': 0.133.0
|
|
|
|
oxc-walker@1.0.0(esbuild@0.28.1)(oxc-parser@0.133.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
magic-regexp: 0.11.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
optionalDependencies:
|
|
oxc-parser: 0.133.0
|
|
rolldown: 1.1.5
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
oxc-walker@1.0.0(esbuild@0.28.1)(oxc-parser@0.138.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
magic-regexp: 0.11.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
optionalDependencies:
|
|
oxc-parser: 0.138.0
|
|
rolldown: 1.1.5
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
oxc-walker@1.0.0(esbuild@0.28.1)(oxc-parser@0.139.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
magic-regexp: 0.11.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
optionalDependencies:
|
|
oxc-parser: 0.139.0
|
|
rolldown: 1.1.5
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
p-limit@2.3.0:
|
|
dependencies:
|
|
p-try: 2.2.0
|
|
|
|
p-limit@3.1.0:
|
|
dependencies:
|
|
yocto-queue: 0.1.0
|
|
|
|
p-locate@4.1.0:
|
|
dependencies:
|
|
p-limit: 2.3.0
|
|
|
|
p-locate@5.0.0:
|
|
dependencies:
|
|
p-limit: 3.1.0
|
|
|
|
p-try@2.2.0: {}
|
|
|
|
package-json-from-dist@1.0.1: {}
|
|
|
|
package-manager-detector@1.7.0: {}
|
|
|
|
parent-module@1.0.1:
|
|
dependencies:
|
|
callsites: 3.1.0
|
|
|
|
parse-json@5.2.0:
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.7
|
|
error-ex: 1.3.4
|
|
json-parse-even-better-errors: 2.3.1
|
|
lines-and-columns: 1.2.4
|
|
|
|
parseurl@1.3.3: {}
|
|
|
|
passport-jwt@4.0.1:
|
|
dependencies:
|
|
jsonwebtoken: 9.0.3
|
|
passport-strategy: 1.0.0
|
|
|
|
passport-strategy@1.0.0: {}
|
|
|
|
passport@0.7.0:
|
|
dependencies:
|
|
passport-strategy: 1.0.0
|
|
pause: 0.0.1
|
|
utils-merge: 1.0.1
|
|
|
|
path-browserify@1.0.1: {}
|
|
|
|
path-exists@4.0.0: {}
|
|
|
|
path-expression-matcher@1.6.2: {}
|
|
|
|
path-is-absolute@1.0.1: {}
|
|
|
|
path-key@3.1.1: {}
|
|
|
|
path-key@4.0.0: {}
|
|
|
|
path-parse@1.0.7: {}
|
|
|
|
path-scurry@1.11.1:
|
|
dependencies:
|
|
lru-cache: 10.4.3
|
|
minipass: 7.1.3
|
|
|
|
path-scurry@2.0.2:
|
|
dependencies:
|
|
lru-cache: 11.5.2
|
|
minipass: 7.1.3
|
|
|
|
path-to-regexp@0.1.13: {}
|
|
|
|
path-to-regexp@3.3.0: {}
|
|
|
|
path-type@4.0.0: {}
|
|
|
|
pathe@1.1.2: {}
|
|
|
|
pathe@2.0.3: {}
|
|
|
|
pause@0.0.1: {}
|
|
|
|
perfect-debounce@1.0.0: {}
|
|
|
|
perfect-debounce@2.1.0: {}
|
|
|
|
picocolors@1.1.1: {}
|
|
|
|
picomatch@2.3.2: {}
|
|
|
|
picomatch@4.0.1: {}
|
|
|
|
picomatch@4.0.5: {}
|
|
|
|
pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@vue/devtools-api': 7.7.10
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
optionalDependencies:
|
|
typescript: 6.0.3
|
|
|
|
pirates@4.0.7: {}
|
|
|
|
pkg-dir@4.2.0:
|
|
dependencies:
|
|
find-up: 4.1.0
|
|
|
|
pkg-types@1.3.1:
|
|
dependencies:
|
|
confbox: 0.1.8
|
|
mlly: 1.8.2
|
|
pathe: 2.0.3
|
|
|
|
pkg-types@2.3.1:
|
|
dependencies:
|
|
confbox: 0.2.4
|
|
exsolve: 1.1.0
|
|
pathe: 2.0.3
|
|
|
|
pluralize@8.0.0: {}
|
|
|
|
postcss-calc@10.1.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-selector-parser: 7.1.4
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-colormin@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
'@colordx/core': 5.5.0
|
|
browserslist: 4.28.5
|
|
caniuse-api: 4.0.0
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-convert-values@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-discard-comments@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-selector-parser: 7.1.4
|
|
|
|
postcss-discard-duplicates@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
|
|
postcss-discard-empty@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
|
|
postcss-discard-overridden@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
|
|
postcss-merge-longhand@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
stylehacks: 8.0.1(postcss@8.5.16)
|
|
|
|
postcss-merge-rules@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
caniuse-api: 4.0.0
|
|
cssnano-utils: 6.0.1(postcss@8.5.16)
|
|
postcss: 8.5.16
|
|
postcss-selector-parser: 7.1.4
|
|
|
|
postcss-minify-font-values@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-minify-gradients@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
'@colordx/core': 5.5.0
|
|
cssnano-utils: 6.0.1(postcss@8.5.16)
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-minify-params@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
cssnano-utils: 6.0.1(postcss@8.5.16)
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-minify-selectors@8.0.2(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
caniuse-api: 4.0.0
|
|
cssesc: 3.0.0
|
|
postcss: 8.5.16
|
|
postcss-selector-parser: 7.1.4
|
|
|
|
postcss-normalize-charset@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
|
|
postcss-normalize-display-values@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-normalize-positions@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-normalize-repeat-style@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-normalize-string@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-normalize-timing-functions@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-normalize-unicode@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-normalize-url@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-normalize-whitespace@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-ordered-values@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
cssnano-utils: 6.0.1(postcss@8.5.16)
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-reduce-initial@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
caniuse-api: 4.0.0
|
|
postcss: 8.5.16
|
|
|
|
postcss-reduce-transforms@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
|
|
postcss-selector-parser@7.1.4:
|
|
dependencies:
|
|
cssesc: 3.0.0
|
|
util-deprecate: 1.0.2
|
|
|
|
postcss-svgo@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-value-parser: 4.2.0
|
|
svgo: 4.0.2
|
|
|
|
postcss-unique-selectors@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
postcss: 8.5.16
|
|
postcss-selector-parser: 7.1.4
|
|
|
|
postcss-value-parser@4.2.0: {}
|
|
|
|
postcss@8.5.16:
|
|
dependencies:
|
|
nanoid: 3.3.15
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
powershell-utils@0.1.0: {}
|
|
|
|
prelude-ls@1.2.1: {}
|
|
|
|
prettier-linter-helpers@1.0.1:
|
|
dependencies:
|
|
fast-diff: 1.3.0
|
|
|
|
prettier@3.9.5: {}
|
|
|
|
pretty-bytes@7.1.1: {}
|
|
|
|
pretty-format@29.7.0:
|
|
dependencies:
|
|
'@jest/schemas': 29.6.3
|
|
ansi-styles: 5.2.0
|
|
react-is: 18.3.1
|
|
|
|
prisma@5.22.0:
|
|
dependencies:
|
|
'@prisma/engines': 5.22.0
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
process-nextick-args@2.0.1: {}
|
|
|
|
process@0.11.10: {}
|
|
|
|
prompts@2.4.2:
|
|
dependencies:
|
|
kleur: 3.0.3
|
|
sisteransi: 1.0.5
|
|
|
|
proper-lockfile@4.1.2:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
retry: 0.12.0
|
|
signal-exit: 3.0.7
|
|
|
|
property-information@7.2.0: {}
|
|
|
|
prosemirror-changeset@2.4.1:
|
|
dependencies:
|
|
prosemirror-transform: 1.12.0
|
|
|
|
prosemirror-commands@1.7.1:
|
|
dependencies:
|
|
prosemirror-model: 1.25.11
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-transform: 1.12.0
|
|
|
|
prosemirror-dropcursor@1.8.3:
|
|
dependencies:
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-transform: 1.12.0
|
|
prosemirror-view: 1.42.1
|
|
|
|
prosemirror-gapcursor@1.4.1:
|
|
dependencies:
|
|
prosemirror-keymap: 1.2.3
|
|
prosemirror-model: 1.25.11
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-view: 1.42.1
|
|
|
|
prosemirror-history@1.5.0:
|
|
dependencies:
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-transform: 1.12.0
|
|
prosemirror-view: 1.42.1
|
|
rope-sequence: 1.3.4
|
|
|
|
prosemirror-inputrules@1.5.1:
|
|
dependencies:
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-transform: 1.12.0
|
|
|
|
prosemirror-keymap@1.2.3:
|
|
dependencies:
|
|
prosemirror-state: 1.4.4
|
|
w3c-keyname: 2.2.8
|
|
|
|
prosemirror-model@1.25.11:
|
|
dependencies:
|
|
orderedmap: 2.1.1
|
|
|
|
prosemirror-schema-list@1.5.1:
|
|
dependencies:
|
|
prosemirror-model: 1.25.11
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-transform: 1.12.0
|
|
|
|
prosemirror-state@1.4.4:
|
|
dependencies:
|
|
prosemirror-model: 1.25.11
|
|
prosemirror-transform: 1.12.0
|
|
prosemirror-view: 1.42.1
|
|
|
|
prosemirror-tables@1.8.5:
|
|
dependencies:
|
|
prosemirror-keymap: 1.2.3
|
|
prosemirror-model: 1.25.11
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-transform: 1.12.0
|
|
prosemirror-view: 1.42.1
|
|
|
|
prosemirror-transform@1.12.0:
|
|
dependencies:
|
|
prosemirror-model: 1.25.11
|
|
|
|
prosemirror-view@1.42.1:
|
|
dependencies:
|
|
prosemirror-model: 1.25.11
|
|
prosemirror-state: 1.4.4
|
|
prosemirror-transform: 1.12.0
|
|
|
|
proto-list@1.2.4: {}
|
|
|
|
proxy-addr@2.0.7:
|
|
dependencies:
|
|
forwarded: 0.2.0
|
|
ipaddr.js: 1.9.1
|
|
|
|
proxy-from-env@2.1.0: {}
|
|
|
|
punycode@2.3.1: {}
|
|
|
|
pure-rand@6.1.0: {}
|
|
|
|
qs@6.14.2:
|
|
dependencies:
|
|
side-channel: 1.1.1
|
|
|
|
qs@6.15.3:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
side-channel: 1.1.1
|
|
|
|
quansync@0.2.11: {}
|
|
|
|
quansync@1.0.0: {}
|
|
|
|
queue-microtask@1.2.3: {}
|
|
|
|
radix3@1.1.2: {}
|
|
|
|
range-parser@1.2.1: {}
|
|
|
|
raw-body@2.5.3:
|
|
dependencies:
|
|
bytes: 3.1.2
|
|
http-errors: 2.0.1
|
|
iconv-lite: 0.4.24
|
|
unpipe: 1.0.0
|
|
|
|
rc9@3.0.1:
|
|
dependencies:
|
|
defu: 6.1.7
|
|
destr: 2.0.5
|
|
|
|
react-is@18.3.1: {}
|
|
|
|
readable-stream@2.3.8:
|
|
dependencies:
|
|
core-util-is: 1.0.3
|
|
inherits: 2.0.4
|
|
isarray: 1.0.0
|
|
process-nextick-args: 2.0.1
|
|
safe-buffer: 5.1.2
|
|
string_decoder: 1.1.1
|
|
util-deprecate: 1.0.2
|
|
|
|
readable-stream@3.6.2:
|
|
dependencies:
|
|
inherits: 2.0.4
|
|
string_decoder: 1.3.0
|
|
util-deprecate: 1.0.2
|
|
|
|
readable-stream@4.7.0:
|
|
dependencies:
|
|
abort-controller: 3.0.0
|
|
buffer: 6.0.3
|
|
events: 3.3.0
|
|
process: 0.11.10
|
|
string_decoder: 1.3.0
|
|
|
|
readdir-glob@1.1.3:
|
|
dependencies:
|
|
minimatch: 5.1.9
|
|
|
|
readdirp@3.6.0:
|
|
dependencies:
|
|
picomatch: 2.3.2
|
|
|
|
readdirp@5.0.0: {}
|
|
|
|
redis-errors@1.2.0: {}
|
|
|
|
redis-parser@3.0.0:
|
|
dependencies:
|
|
redis-errors: 1.2.0
|
|
|
|
reflect-metadata@0.2.2: {}
|
|
|
|
regex-recursion@6.0.2:
|
|
dependencies:
|
|
regex-utilities: 2.3.0
|
|
|
|
regex-utilities@2.3.0: {}
|
|
|
|
regex@6.1.0:
|
|
dependencies:
|
|
regex-utilities: 2.3.0
|
|
|
|
regexp-tree@0.1.27: {}
|
|
|
|
reka-ui@2.9.10(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@floating-ui/dom': 1.8.0
|
|
'@floating-ui/vue': 1.1.11(vue@3.5.39(typescript@6.0.3))
|
|
'@internationalized/date': 3.12.2
|
|
'@internationalized/number': 3.6.7
|
|
'@tanstack/vue-virtual': 3.13.32(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
'@vueuse/shared': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
aria-hidden: 1.2.6
|
|
defu: 6.1.7
|
|
ohash: 2.0.11
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
transitivePeerDependencies:
|
|
- '@vue/composition-api'
|
|
|
|
repeat-string@1.6.1: {}
|
|
|
|
require-directory@2.1.1: {}
|
|
|
|
require-from-string@2.0.2: {}
|
|
|
|
resolve-cwd@3.0.0:
|
|
dependencies:
|
|
resolve-from: 5.0.0
|
|
|
|
resolve-from@4.0.0: {}
|
|
|
|
resolve-from@5.0.0: {}
|
|
|
|
resolve.exports@2.0.3: {}
|
|
|
|
resolve@1.22.12:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
is-core-module: 2.16.2
|
|
path-parse: 1.0.7
|
|
supports-preserve-symlinks-flag: 1.0.0
|
|
|
|
restore-cursor@3.1.0:
|
|
dependencies:
|
|
onetime: 5.1.2
|
|
signal-exit: 3.0.7
|
|
|
|
retry@0.12.0: {}
|
|
|
|
reusify@1.1.0: {}
|
|
|
|
rfdc@1.4.1: {}
|
|
|
|
rimraf@3.0.2:
|
|
dependencies:
|
|
glob: 7.2.3
|
|
|
|
rolldown@1.1.5:
|
|
dependencies:
|
|
'@oxc-project/types': 0.139.0
|
|
'@rolldown/pluginutils': 1.0.1
|
|
optionalDependencies:
|
|
'@rolldown/binding-android-arm64': 1.1.5
|
|
'@rolldown/binding-darwin-arm64': 1.1.5
|
|
'@rolldown/binding-darwin-x64': 1.1.5
|
|
'@rolldown/binding-freebsd-x64': 1.1.5
|
|
'@rolldown/binding-linux-arm-gnueabihf': 1.1.5
|
|
'@rolldown/binding-linux-arm64-gnu': 1.1.5
|
|
'@rolldown/binding-linux-arm64-musl': 1.1.5
|
|
'@rolldown/binding-linux-ppc64-gnu': 1.1.5
|
|
'@rolldown/binding-linux-s390x-gnu': 1.1.5
|
|
'@rolldown/binding-linux-x64-gnu': 1.1.5
|
|
'@rolldown/binding-linux-x64-musl': 1.1.5
|
|
'@rolldown/binding-openharmony-arm64': 1.1.5
|
|
'@rolldown/binding-wasm32-wasi': 1.1.5
|
|
'@rolldown/binding-win32-arm64-msvc': 1.1.5
|
|
'@rolldown/binding-win32-x64-msvc': 1.1.5
|
|
|
|
rollup-plugin-visualizer@7.0.1(rolldown@1.1.5)(rollup@4.62.2):
|
|
dependencies:
|
|
open: 11.0.0
|
|
picomatch: 4.0.5
|
|
source-map: 0.7.6
|
|
yargs: 18.0.0
|
|
optionalDependencies:
|
|
rolldown: 1.1.5
|
|
rollup: 4.62.2
|
|
|
|
rollup@4.62.2:
|
|
dependencies:
|
|
'@types/estree': 1.0.9
|
|
optionalDependencies:
|
|
'@rollup/rollup-android-arm-eabi': 4.62.2
|
|
'@rollup/rollup-android-arm64': 4.62.2
|
|
'@rollup/rollup-darwin-arm64': 4.62.2
|
|
'@rollup/rollup-darwin-x64': 4.62.2
|
|
'@rollup/rollup-freebsd-arm64': 4.62.2
|
|
'@rollup/rollup-freebsd-x64': 4.62.2
|
|
'@rollup/rollup-linux-arm-gnueabihf': 4.62.2
|
|
'@rollup/rollup-linux-arm-musleabihf': 4.62.2
|
|
'@rollup/rollup-linux-arm64-gnu': 4.62.2
|
|
'@rollup/rollup-linux-arm64-musl': 4.62.2
|
|
'@rollup/rollup-linux-loong64-gnu': 4.62.2
|
|
'@rollup/rollup-linux-loong64-musl': 4.62.2
|
|
'@rollup/rollup-linux-ppc64-gnu': 4.62.2
|
|
'@rollup/rollup-linux-ppc64-musl': 4.62.2
|
|
'@rollup/rollup-linux-riscv64-gnu': 4.62.2
|
|
'@rollup/rollup-linux-riscv64-musl': 4.62.2
|
|
'@rollup/rollup-linux-s390x-gnu': 4.62.2
|
|
'@rollup/rollup-linux-x64-gnu': 4.62.2
|
|
'@rollup/rollup-linux-x64-musl': 4.62.2
|
|
'@rollup/rollup-openbsd-x64': 4.62.2
|
|
'@rollup/rollup-openharmony-arm64': 4.62.2
|
|
'@rollup/rollup-win32-arm64-msvc': 4.62.2
|
|
'@rollup/rollup-win32-ia32-msvc': 4.62.2
|
|
'@rollup/rollup-win32-x64-gnu': 4.62.2
|
|
'@rollup/rollup-win32-x64-msvc': 4.62.2
|
|
fsevents: 2.3.3
|
|
|
|
rope-sequence@1.3.4: {}
|
|
|
|
rou3@0.8.1: {}
|
|
|
|
run-applescript@7.1.0: {}
|
|
|
|
run-async@2.4.1: {}
|
|
|
|
run-async@3.0.0: {}
|
|
|
|
run-parallel@1.2.0:
|
|
dependencies:
|
|
queue-microtask: 1.2.3
|
|
|
|
rxjs@7.8.1:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
rxjs@7.8.2:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
safe-buffer@5.1.2: {}
|
|
|
|
safe-buffer@5.2.1: {}
|
|
|
|
safer-buffer@2.1.2: {}
|
|
|
|
sass@1.101.0:
|
|
dependencies:
|
|
chokidar: 5.0.0
|
|
immutable: 5.1.9
|
|
source-map-js: 1.2.1
|
|
optionalDependencies:
|
|
'@parcel/watcher': 2.5.6
|
|
|
|
sax@1.6.0: {}
|
|
|
|
schema-utils@3.3.0:
|
|
dependencies:
|
|
'@types/json-schema': 7.0.15
|
|
ajv: 6.15.0
|
|
ajv-keywords: 3.5.2(ajv@6.15.0)
|
|
|
|
schema-utils@4.3.3:
|
|
dependencies:
|
|
'@types/json-schema': 7.0.15
|
|
ajv: 8.20.0
|
|
ajv-formats: 2.1.1(ajv@8.20.0)
|
|
ajv-keywords: 5.1.0(ajv@8.20.0)
|
|
|
|
scule@1.3.0: {}
|
|
|
|
semver@6.3.1: {}
|
|
|
|
semver@7.8.5: {}
|
|
|
|
send@0.19.2:
|
|
dependencies:
|
|
debug: 2.6.9
|
|
depd: 2.0.0
|
|
destroy: 1.2.0
|
|
encodeurl: 2.0.0
|
|
escape-html: 1.0.3
|
|
etag: 1.8.1
|
|
fresh: 0.5.2
|
|
http-errors: 2.0.1
|
|
mime: 1.6.0
|
|
ms: 2.1.3
|
|
on-finished: 2.4.1
|
|
range-parser: 1.2.1
|
|
statuses: 2.0.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
send@1.2.1:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
encodeurl: 2.0.0
|
|
escape-html: 1.0.3
|
|
etag: 1.8.1
|
|
fresh: 2.0.0
|
|
http-errors: 2.0.1
|
|
mime-types: 3.0.2
|
|
ms: 2.1.3
|
|
on-finished: 2.4.1
|
|
range-parser: 1.2.1
|
|
statuses: 2.0.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
serialize-javascript@7.0.7: {}
|
|
|
|
seroval@1.5.5: {}
|
|
|
|
serve-placeholder@2.0.2:
|
|
dependencies:
|
|
defu: 6.1.7
|
|
|
|
serve-static@1.16.3:
|
|
dependencies:
|
|
encodeurl: 2.0.0
|
|
escape-html: 1.0.3
|
|
parseurl: 1.3.3
|
|
send: 0.19.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
serve-static@2.2.1:
|
|
dependencies:
|
|
encodeurl: 2.0.0
|
|
escape-html: 1.0.3
|
|
parseurl: 1.3.3
|
|
send: 1.2.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
set-blocking@2.0.0: {}
|
|
|
|
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.3.0
|
|
gopd: 1.2.0
|
|
has-property-descriptors: 1.0.2
|
|
|
|
setprototypeof@1.2.0: {}
|
|
|
|
sharp@0.35.3(@types/node@24.13.3):
|
|
dependencies:
|
|
'@img/colour': 1.1.0
|
|
detect-libc: 2.1.2
|
|
semver: 7.8.5
|
|
optionalDependencies:
|
|
'@img/sharp-darwin-arm64': 0.35.3
|
|
'@img/sharp-darwin-x64': 0.35.3
|
|
'@img/sharp-freebsd-wasm32': 0.35.3
|
|
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
|
'@img/sharp-libvips-darwin-x64': 1.3.2
|
|
'@img/sharp-libvips-linux-arm': 1.3.2
|
|
'@img/sharp-libvips-linux-arm64': 1.3.2
|
|
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
|
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
|
'@img/sharp-libvips-linux-s390x': 1.3.2
|
|
'@img/sharp-libvips-linux-x64': 1.3.2
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
|
'@img/sharp-linux-arm': 0.35.3
|
|
'@img/sharp-linux-arm64': 0.35.3
|
|
'@img/sharp-linux-ppc64': 0.35.3
|
|
'@img/sharp-linux-riscv64': 0.35.3
|
|
'@img/sharp-linux-s390x': 0.35.3
|
|
'@img/sharp-linux-x64': 0.35.3
|
|
'@img/sharp-linuxmusl-arm64': 0.35.3
|
|
'@img/sharp-linuxmusl-x64': 0.35.3
|
|
'@img/sharp-webcontainers-wasm32': 0.35.3
|
|
'@img/sharp-win32-arm64': 0.35.3
|
|
'@img/sharp-win32-ia32': 0.35.3
|
|
'@img/sharp-win32-x64': 0.35.3
|
|
'@types/node': 24.13.3
|
|
optional: true
|
|
|
|
shebang-command@2.0.0:
|
|
dependencies:
|
|
shebang-regex: 3.0.0
|
|
|
|
shebang-regex@3.0.0: {}
|
|
|
|
shell-quote@1.10.0: {}
|
|
|
|
shiki@4.3.1:
|
|
dependencies:
|
|
'@shikijs/core': 4.3.1
|
|
'@shikijs/engine-javascript': 4.3.1
|
|
'@shikijs/engine-oniguruma': 4.3.1
|
|
'@shikijs/langs': 4.3.1
|
|
'@shikijs/themes': 4.3.1
|
|
'@shikijs/types': 4.3.1
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
'@types/hast': 3.0.5
|
|
|
|
side-channel-list@1.0.1:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
object-inspect: 1.13.4
|
|
|
|
side-channel-map@1.0.1:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
object-inspect: 1.13.4
|
|
|
|
side-channel-weakmap@1.0.2:
|
|
dependencies:
|
|
call-bound: 1.0.4
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
object-inspect: 1.13.4
|
|
side-channel-map: 1.0.1
|
|
|
|
side-channel@1.1.1:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
object-inspect: 1.13.4
|
|
side-channel-list: 1.0.1
|
|
side-channel-map: 1.0.1
|
|
side-channel-weakmap: 1.0.2
|
|
|
|
siginfo@2.0.0: {}
|
|
|
|
signal-exit@3.0.7: {}
|
|
|
|
signal-exit@4.1.0: {}
|
|
|
|
simple-git@3.36.0:
|
|
dependencies:
|
|
'@kwsites/file-exists': 1.1.1
|
|
'@kwsites/promise-deferred': 1.1.1
|
|
'@simple-git/args-pathspec': 1.0.3
|
|
'@simple-git/argv-parser': 1.1.1
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
sirv@3.0.2:
|
|
dependencies:
|
|
'@polka/url': 1.0.0-next.29
|
|
mrmime: 2.0.1
|
|
totalist: 3.0.1
|
|
|
|
sisteransi@1.0.5: {}
|
|
|
|
site-config-stack@4.1.1(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
ufo: 1.6.4
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
slash@3.0.0: {}
|
|
|
|
slash@5.1.0: {}
|
|
|
|
smob@1.6.2: {}
|
|
|
|
source-map-js@1.2.1: {}
|
|
|
|
source-map-support@0.5.13:
|
|
dependencies:
|
|
buffer-from: 1.1.2
|
|
source-map: 0.6.1
|
|
|
|
source-map-support@0.5.21:
|
|
dependencies:
|
|
buffer-from: 1.1.2
|
|
source-map: 0.6.1
|
|
|
|
source-map@0.6.1: {}
|
|
|
|
source-map@0.7.4: {}
|
|
|
|
source-map@0.7.6: {}
|
|
|
|
space-separated-tokens@2.0.2: {}
|
|
|
|
speakingurl@14.0.1: {}
|
|
|
|
sprintf-js@1.0.3: {}
|
|
|
|
srvx@0.11.22: {}
|
|
|
|
stack-utils@2.0.6:
|
|
dependencies:
|
|
escape-string-regexp: 2.0.0
|
|
|
|
stackback@0.0.2: {}
|
|
|
|
standard-as-callback@2.1.0: {}
|
|
|
|
statuses@2.0.2: {}
|
|
|
|
std-env@4.2.0: {}
|
|
|
|
streamsearch@1.1.0: {}
|
|
|
|
streamx@2.28.0:
|
|
dependencies:
|
|
events-universal: 1.0.1
|
|
fast-fifo: 1.3.2
|
|
text-decoder: 1.2.7
|
|
transitivePeerDependencies:
|
|
- bare-abort-controller
|
|
- react-native-b4a
|
|
|
|
string-length@4.0.2:
|
|
dependencies:
|
|
char-regex: 1.0.2
|
|
strip-ansi: 6.0.1
|
|
|
|
string-width@4.2.3:
|
|
dependencies:
|
|
emoji-regex: 8.0.0
|
|
is-fullwidth-code-point: 3.0.0
|
|
strip-ansi: 6.0.1
|
|
|
|
string-width@5.1.2:
|
|
dependencies:
|
|
eastasianwidth: 0.2.0
|
|
emoji-regex: 9.2.2
|
|
strip-ansi: 7.2.0
|
|
|
|
string-width@7.2.0:
|
|
dependencies:
|
|
emoji-regex: 10.6.0
|
|
get-east-asian-width: 1.6.0
|
|
strip-ansi: 7.2.0
|
|
|
|
string_decoder@1.1.1:
|
|
dependencies:
|
|
safe-buffer: 5.1.2
|
|
|
|
string_decoder@1.3.0:
|
|
dependencies:
|
|
safe-buffer: 5.2.1
|
|
|
|
stringify-entities@4.0.4:
|
|
dependencies:
|
|
character-entities-html4: 2.1.0
|
|
character-entities-legacy: 3.0.0
|
|
|
|
strip-ansi@6.0.1:
|
|
dependencies:
|
|
ansi-regex: 5.0.1
|
|
|
|
strip-ansi@7.2.0:
|
|
dependencies:
|
|
ansi-regex: 6.2.2
|
|
|
|
strip-bom@3.0.0: {}
|
|
|
|
strip-bom@4.0.0: {}
|
|
|
|
strip-final-newline@2.0.0: {}
|
|
|
|
strip-final-newline@3.0.0: {}
|
|
|
|
strip-json-comments@3.1.1: {}
|
|
|
|
strip-literal@3.1.0:
|
|
dependencies:
|
|
js-tokens: 9.0.1
|
|
|
|
strnum@2.4.1:
|
|
dependencies:
|
|
anynum: 1.0.1
|
|
|
|
strtok3@10.3.5:
|
|
dependencies:
|
|
'@tokenizer/token': 0.3.0
|
|
|
|
structured-clone-es@2.0.0: {}
|
|
|
|
stylehacks@8.0.1(postcss@8.5.16):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
postcss: 8.5.16
|
|
postcss-selector-parser: 7.1.4
|
|
|
|
superagent@8.1.2:
|
|
dependencies:
|
|
component-emitter: 1.3.1
|
|
cookiejar: 2.1.4
|
|
debug: 4.4.3
|
|
fast-safe-stringify: 2.1.1
|
|
form-data: 4.0.6
|
|
formidable: 2.1.5
|
|
methods: 1.1.2
|
|
mime: 2.6.0
|
|
qs: 6.15.3
|
|
semver: 7.8.5
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
superjson@2.2.6:
|
|
dependencies:
|
|
copy-anything: 4.0.5
|
|
|
|
supertest@6.3.4:
|
|
dependencies:
|
|
methods: 1.1.2
|
|
superagent: 8.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
supports-color@10.2.2: {}
|
|
|
|
supports-color@7.2.0:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-color@8.1.1:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
|
|
svgo@4.0.2:
|
|
dependencies:
|
|
commander: 11.1.0
|
|
css-select: 5.2.2
|
|
css-tree: 3.2.1
|
|
css-what: 6.2.2
|
|
csso: 5.0.5
|
|
picocolors: 1.1.1
|
|
sax: 1.6.0
|
|
|
|
swagger-ui-dist@5.17.14: {}
|
|
|
|
symbol-observable@4.0.0: {}
|
|
|
|
synckit@0.11.13:
|
|
dependencies:
|
|
'@pkgr/core': 0.3.6
|
|
|
|
tagged-tag@1.0.0: {}
|
|
|
|
tailwind-merge@3.6.0: {}
|
|
|
|
tailwind-variants@3.2.2(tailwind-merge@3.6.0)(tailwindcss@4.3.2):
|
|
dependencies:
|
|
tailwindcss: 4.3.2
|
|
optionalDependencies:
|
|
tailwind-merge: 3.6.0
|
|
|
|
tailwindcss@4.3.2: {}
|
|
|
|
tapable@2.3.3: {}
|
|
|
|
tar-stream@3.2.0:
|
|
dependencies:
|
|
b4a: 1.8.1
|
|
bare-fs: 4.7.4
|
|
fast-fifo: 1.3.2
|
|
streamx: 2.28.0
|
|
transitivePeerDependencies:
|
|
- bare-abort-controller
|
|
- bare-buffer
|
|
- react-native-b4a
|
|
|
|
tar@6.2.1:
|
|
dependencies:
|
|
chownr: 2.0.0
|
|
fs-minipass: 2.1.0
|
|
minipass: 5.0.0
|
|
minizlib: 2.1.2
|
|
mkdirp: 1.0.4
|
|
yallist: 4.0.0
|
|
|
|
tar@7.5.20:
|
|
dependencies:
|
|
'@isaacs/fs-minipass': 4.0.1
|
|
chownr: 3.0.0
|
|
minipass: 7.1.3
|
|
minizlib: 3.1.0
|
|
yallist: 5.0.0
|
|
|
|
teex@1.0.1:
|
|
dependencies:
|
|
streamx: 2.28.0
|
|
transitivePeerDependencies:
|
|
- bare-abort-controller
|
|
- react-native-b4a
|
|
|
|
terser-webpack-plugin@5.6.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
jest-worker: 27.5.1
|
|
schema-utils: 4.3.3
|
|
terser: 5.49.0
|
|
webpack: 5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)
|
|
optionalDependencies:
|
|
esbuild: 0.28.1
|
|
lightningcss: 1.32.0
|
|
postcss: 8.5.16
|
|
optional: true
|
|
|
|
terser-webpack-plugin@5.6.1(esbuild@0.28.1)(webpack@5.97.1(esbuild@0.28.1)):
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
jest-worker: 27.5.1
|
|
schema-utils: 4.3.3
|
|
terser: 5.49.0
|
|
webpack: 5.97.1(esbuild@0.28.1)
|
|
optionalDependencies:
|
|
esbuild: 0.28.1
|
|
optional: true
|
|
|
|
terser-webpack-plugin@5.6.1(webpack@5.97.1):
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
jest-worker: 27.5.1
|
|
schema-utils: 4.3.3
|
|
terser: 5.49.0
|
|
webpack: 5.97.1
|
|
|
|
terser@5.49.0:
|
|
dependencies:
|
|
'@jridgewell/source-map': 0.3.11
|
|
acorn: 8.17.0
|
|
commander: 2.20.3
|
|
source-map-support: 0.5.21
|
|
|
|
test-exclude@6.0.0:
|
|
dependencies:
|
|
'@istanbuljs/schema': 0.1.6
|
|
glob: 7.2.3
|
|
minimatch: 3.1.5
|
|
|
|
text-decoder@1.2.7:
|
|
dependencies:
|
|
b4a: 1.8.1
|
|
transitivePeerDependencies:
|
|
- react-native-b4a
|
|
|
|
text-table@0.2.0: {}
|
|
|
|
through@2.3.8: {}
|
|
|
|
tiny-inflate@1.0.3: {}
|
|
|
|
tiny-invariant@1.3.3: {}
|
|
|
|
tinybench@2.9.0: {}
|
|
|
|
tinyclip@0.1.15: {}
|
|
|
|
tinyexec@1.2.4: {}
|
|
|
|
tinyglobby@0.2.17:
|
|
dependencies:
|
|
fdir: 6.5.0(picomatch@4.0.5)
|
|
picomatch: 4.0.5
|
|
|
|
tinyrainbow@3.1.0: {}
|
|
|
|
tmp@0.0.33:
|
|
dependencies:
|
|
os-tmpdir: 1.0.2
|
|
|
|
tmpl@1.0.5: {}
|
|
|
|
to-regex-range@5.0.1:
|
|
dependencies:
|
|
is-number: 7.0.0
|
|
|
|
toidentifier@1.0.1: {}
|
|
|
|
token-types@6.1.2:
|
|
dependencies:
|
|
'@borewit/text-codec': 0.2.2
|
|
'@tokenizer/token': 0.3.0
|
|
ieee754: 1.2.1
|
|
|
|
totalist@3.0.1: {}
|
|
|
|
tr46@0.0.3: {}
|
|
|
|
tree-kill@1.2.2: {}
|
|
|
|
trim-lines@3.0.1: {}
|
|
|
|
ts-api-utils@1.4.3(typescript@5.9.3):
|
|
dependencies:
|
|
typescript: 5.9.3
|
|
|
|
ts-jest@29.4.11(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest-util@29.7.0)(jest@29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3)))(typescript@5.9.3):
|
|
dependencies:
|
|
bs-logger: 0.2.6
|
|
fast-json-stable-stringify: 2.1.0
|
|
handlebars: 4.7.9
|
|
jest: 29.7.0(@types/node@20.19.43)(ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3))
|
|
json5: 2.2.3
|
|
lodash.memoize: 4.1.2
|
|
make-error: 1.3.6
|
|
semver: 7.8.5
|
|
type-fest: 4.41.0
|
|
typescript: 5.9.3
|
|
yargs-parser: 21.1.1
|
|
optionalDependencies:
|
|
'@babel/core': 7.29.7
|
|
'@jest/transform': 29.7.0
|
|
'@jest/types': 29.6.3
|
|
babel-jest: 29.7.0(@babel/core@7.29.7)
|
|
jest-util: 29.7.0
|
|
|
|
ts-loader@9.6.2(typescript@5.9.3)(webpack@5.97.1):
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
picomatch: 4.0.5
|
|
source-map: 0.7.6
|
|
typescript: 5.9.3
|
|
webpack: 5.97.1
|
|
|
|
ts-node@10.9.2(@types/node@20.19.43)(typescript@5.9.3):
|
|
dependencies:
|
|
'@cspotcode/source-map-support': 0.8.1
|
|
'@tsconfig/node10': 1.0.12
|
|
'@tsconfig/node12': 1.0.11
|
|
'@tsconfig/node14': 1.0.3
|
|
'@tsconfig/node16': 1.0.4
|
|
'@types/node': 20.19.43
|
|
acorn: 8.17.0
|
|
acorn-walk: 8.3.5
|
|
arg: 4.1.3
|
|
create-require: 1.1.1
|
|
diff: 4.0.4
|
|
make-error: 1.3.6
|
|
typescript: 5.9.3
|
|
v8-compile-cache-lib: 3.0.1
|
|
yn: 3.1.1
|
|
|
|
tsconfig-paths-webpack-plugin@4.2.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
enhanced-resolve: 5.24.2
|
|
tapable: 2.3.3
|
|
tsconfig-paths: 4.2.0
|
|
|
|
tsconfig-paths@4.2.0:
|
|
dependencies:
|
|
json5: 2.2.3
|
|
minimist: 1.2.8
|
|
strip-bom: 3.0.0
|
|
|
|
tslib@2.8.1: {}
|
|
|
|
turbo@2.10.4:
|
|
optionalDependencies:
|
|
'@turbo/darwin-64': 2.10.4
|
|
'@turbo/darwin-arm64': 2.10.4
|
|
'@turbo/linux-64': 2.10.4
|
|
'@turbo/linux-arm64': 2.10.4
|
|
'@turbo/windows-64': 2.10.4
|
|
'@turbo/windows-arm64': 2.10.4
|
|
|
|
type-check@0.4.0:
|
|
dependencies:
|
|
prelude-ls: 1.2.1
|
|
|
|
type-detect@4.0.8: {}
|
|
|
|
type-fest@0.20.2: {}
|
|
|
|
type-fest@0.21.3: {}
|
|
|
|
type-fest@4.41.0: {}
|
|
|
|
type-fest@5.8.0:
|
|
dependencies:
|
|
tagged-tag: 1.0.0
|
|
|
|
type-is@1.6.18:
|
|
dependencies:
|
|
media-typer: 0.3.0
|
|
mime-types: 2.1.35
|
|
|
|
type-level-regexp@0.1.17: {}
|
|
|
|
typedarray@0.0.6: {}
|
|
|
|
typescript@5.7.2: {}
|
|
|
|
typescript@5.9.3: {}
|
|
|
|
typescript@6.0.3: {}
|
|
|
|
ufo@1.6.4: {}
|
|
|
|
uglify-js@3.19.3:
|
|
optional: true
|
|
|
|
uid@2.0.2:
|
|
dependencies:
|
|
'@lukeed/csprng': 1.1.0
|
|
|
|
uint8array-extras@1.5.0: {}
|
|
|
|
ultrahtml@1.7.0: {}
|
|
|
|
unconfig-core@7.5.0:
|
|
dependencies:
|
|
'@quansync/fs': 1.0.0
|
|
quansync: 1.0.0
|
|
|
|
unconfig@7.5.0:
|
|
dependencies:
|
|
'@quansync/fs': 1.0.0
|
|
defu: 6.1.7
|
|
jiti: 2.7.0
|
|
quansync: 1.0.0
|
|
unconfig-core: 7.5.0
|
|
|
|
uncrypto@0.1.3: {}
|
|
|
|
unctx@2.5.0:
|
|
dependencies:
|
|
acorn: 8.17.0
|
|
estree-walker: 3.0.3
|
|
magic-string: 0.30.21
|
|
unplugin: 2.3.11
|
|
|
|
undici-types@6.21.0: {}
|
|
|
|
undici-types@7.18.2: {}
|
|
|
|
unenv@2.0.0-rc.24:
|
|
dependencies:
|
|
pathe: 2.0.3
|
|
|
|
unhead@2.1.15:
|
|
dependencies:
|
|
hookable: 6.1.1
|
|
|
|
unicorn-magic@0.3.0: {}
|
|
|
|
unicorn-magic@0.4.0: {}
|
|
|
|
unifont@0.7.4:
|
|
dependencies:
|
|
css-tree: 3.2.1
|
|
ofetch: 1.5.1
|
|
ohash: 2.0.11
|
|
|
|
unimport@5.7.0:
|
|
dependencies:
|
|
acorn: 8.17.0
|
|
escape-string-regexp: 5.0.0
|
|
estree-walker: 3.0.3
|
|
local-pkg: 1.2.1
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
pathe: 2.0.3
|
|
picomatch: 4.0.5
|
|
pkg-types: 2.3.1
|
|
scule: 1.3.0
|
|
strip-literal: 3.1.0
|
|
tinyglobby: 0.2.17
|
|
unplugin: 2.3.11
|
|
unplugin-utils: 0.3.2
|
|
|
|
unimport@6.3.0(esbuild@0.28.1)(oxc-parser@0.133.0)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
acorn: 8.17.0
|
|
escape-string-regexp: 5.0.0
|
|
estree-walker: 3.0.3
|
|
local-pkg: 1.2.1
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
pathe: 2.0.3
|
|
picomatch: 4.0.5
|
|
pkg-types: 2.3.1
|
|
scule: 1.3.0
|
|
strip-literal: 3.1.0
|
|
tinyglobby: 0.2.17
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unplugin-utils: 0.3.2
|
|
optionalDependencies:
|
|
oxc-parser: 0.133.0
|
|
rolldown: 1.1.5
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
unist-util-is@6.0.1:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
unist-util-position@5.0.0:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
unist-util-stringify-position@4.0.0:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
unist-util-visit-parents@6.0.2:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
unist-util-is: 6.0.1
|
|
|
|
unist-util-visit@5.1.0:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
unist-util-is: 6.0.1
|
|
unist-util-visit-parents: 6.0.2
|
|
|
|
universalify@2.0.1: {}
|
|
|
|
unpipe@1.0.0: {}
|
|
|
|
unplugin-auto-import@21.0.0(@nuxt/kit@4.4.8(magicast@0.5.3))(@vueuse/core@14.3.0(vue@3.5.39(typescript@6.0.3))):
|
|
dependencies:
|
|
local-pkg: 1.2.1
|
|
magic-string: 0.30.21
|
|
picomatch: 4.0.5
|
|
unimport: 5.7.0
|
|
unplugin: 2.3.11
|
|
unplugin-utils: 0.3.2
|
|
optionalDependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
'@vueuse/core': 14.3.0(vue@3.5.39(typescript@6.0.3))
|
|
|
|
unplugin-utils@0.3.2:
|
|
dependencies:
|
|
pathe: 2.0.3
|
|
picomatch: 4.0.5
|
|
|
|
unplugin-vue-components@32.1.0(@nuxt/kit@4.4.8(magicast@0.5.3))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
chokidar: 5.0.0
|
|
local-pkg: 1.2.1
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
obug: 2.1.3
|
|
picomatch: 4.0.5
|
|
tinyglobby: 0.2.17
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unplugin-utils: 0.3.2
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
optionalDependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
unplugin-vue-components@32.1.0(@nuxt/kit@4.4.8(magicast@0.5.3))(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)):
|
|
dependencies:
|
|
chokidar: 5.0.0
|
|
local-pkg: 1.2.1
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
obug: 2.1.3
|
|
picomatch: 4.0.5
|
|
tinyglobby: 0.2.17
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1))
|
|
unplugin-utils: 0.3.2
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
optionalDependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- unloader
|
|
- vite
|
|
- webpack
|
|
|
|
unplugin@2.3.11:
|
|
dependencies:
|
|
'@jridgewell/remapping': 2.3.5
|
|
acorn: 8.17.0
|
|
picomatch: 4.0.5
|
|
webpack-virtual-modules: 0.6.2
|
|
|
|
unplugin@3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
'@jridgewell/remapping': 2.3.5
|
|
picomatch: 4.0.5
|
|
webpack-virtual-modules: 0.6.2
|
|
optionalDependencies:
|
|
esbuild: 0.28.1
|
|
rolldown: 1.1.5
|
|
rollup: 4.62.2
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
webpack: 5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)
|
|
|
|
unplugin@3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)):
|
|
dependencies:
|
|
'@jridgewell/remapping': 2.3.5
|
|
picomatch: 4.0.5
|
|
webpack-virtual-modules: 0.6.2
|
|
optionalDependencies:
|
|
esbuild: 0.28.1
|
|
rolldown: 1.1.5
|
|
rollup: 4.62.2
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
webpack: 5.97.1(esbuild@0.28.1)
|
|
|
|
unrouting@0.1.7:
|
|
dependencies:
|
|
escape-string-regexp: 5.0.0
|
|
ufo: 1.6.4
|
|
|
|
unstorage@1.17.5(db0@0.3.4)(ioredis@5.11.1):
|
|
dependencies:
|
|
anymatch: 3.1.3
|
|
chokidar: 5.0.0
|
|
destr: 2.0.5
|
|
h3: 1.15.11
|
|
lru-cache: 11.5.2
|
|
node-fetch-native: 1.6.7
|
|
ofetch: 1.5.1
|
|
ufo: 1.6.4
|
|
optionalDependencies:
|
|
db0: 0.3.4
|
|
ioredis: 5.11.1
|
|
|
|
untun@0.1.3:
|
|
dependencies:
|
|
citty: 0.1.6
|
|
consola: 3.4.2
|
|
pathe: 1.1.2
|
|
|
|
untyped@2.0.0:
|
|
dependencies:
|
|
citty: 0.1.6
|
|
defu: 6.1.7
|
|
jiti: 2.7.0
|
|
knitwork: 1.3.0
|
|
scule: 1.3.0
|
|
|
|
unwasm@0.5.3:
|
|
dependencies:
|
|
exsolve: 1.1.0
|
|
knitwork: 1.3.0
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
pathe: 2.0.3
|
|
pkg-types: 2.3.1
|
|
|
|
update-browserslist-db@1.2.3(browserslist@4.28.5):
|
|
dependencies:
|
|
browserslist: 4.28.5
|
|
escalade: 3.2.0
|
|
picocolors: 1.1.1
|
|
|
|
update-browserslist-db@1.2.3(browserslist@4.28.6):
|
|
dependencies:
|
|
browserslist: 4.28.6
|
|
escalade: 3.2.0
|
|
picocolors: 1.1.1
|
|
|
|
uqr@0.1.3: {}
|
|
|
|
uri-js@4.4.1:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
util-deprecate@1.0.2: {}
|
|
|
|
utils-merge@1.0.1: {}
|
|
|
|
uuid@11.0.3: {}
|
|
|
|
v8-compile-cache-lib@3.0.1: {}
|
|
|
|
v8-to-istanbul@9.3.0:
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
'@types/istanbul-lib-coverage': 2.0.6
|
|
convert-source-map: 2.0.0
|
|
|
|
valibot@1.4.2(typescript@6.0.3):
|
|
optionalDependencies:
|
|
typescript: 6.0.3
|
|
|
|
validator@13.15.35: {}
|
|
|
|
vary@1.1.2: {}
|
|
|
|
vaul-vue@0.4.1(reka-ui@2.9.10(vue@3.5.39(typescript@6.0.3)))(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@vueuse/core': 10.11.1(vue@3.5.39(typescript@6.0.3))
|
|
reka-ui: 2.9.10(vue@3.5.39(typescript@6.0.3))
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
transitivePeerDependencies:
|
|
- '@vue/composition-api'
|
|
|
|
vfile-message@4.0.3:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
unist-util-stringify-position: 4.0.0
|
|
|
|
vfile@6.0.3:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
vfile-message: 4.0.3
|
|
|
|
vite-dev-rpc@2.0.0(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)):
|
|
dependencies:
|
|
birpc: 4.0.0
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vite-hot-client: 2.2.0(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
|
|
vite-hot-client@2.2.0(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)):
|
|
dependencies:
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
|
|
vite-node@5.3.0(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0):
|
|
dependencies:
|
|
cac: 6.7.14
|
|
es-module-lexer: 2.3.1
|
|
obug: 2.1.3
|
|
pathe: 2.0.3
|
|
vite: 7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- jiti
|
|
- less
|
|
- lightningcss
|
|
- sass
|
|
- sass-embedded
|
|
- stylus
|
|
- sugarss
|
|
- terser
|
|
- tsx
|
|
- yaml
|
|
|
|
vite-plugin-checker@0.14.4(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.7(typescript@6.0.3)):
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.7
|
|
chokidar: 5.0.0
|
|
npm-run-path: 6.0.0
|
|
picocolors: 1.1.1
|
|
picomatch: 4.0.5
|
|
proper-lockfile: 4.1.2
|
|
tiny-invariant: 1.3.3
|
|
vite: 7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
optionalDependencies:
|
|
optionator: 0.9.4
|
|
typescript: 6.0.3
|
|
vue-tsc: 3.3.7(typescript@6.0.3)
|
|
|
|
vite-plugin-inspect@11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)):
|
|
dependencies:
|
|
ansis: 4.3.1
|
|
error-stack-parser-es: 1.0.5
|
|
obug: 2.1.3
|
|
ohash: 2.0.11
|
|
open: 11.0.0
|
|
perfect-debounce: 2.1.0
|
|
sirv: 3.0.2
|
|
unplugin-utils: 0.3.2
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vite-dev-rpc: 2.0.0(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
optionalDependencies:
|
|
'@nuxt/kit': 4.4.8(magicast@0.5.3)
|
|
|
|
vite-plugin-vue-tracer@1.4.0(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
estree-walker: 3.0.3
|
|
exsolve: 1.1.0
|
|
magic-string: 0.30.21
|
|
pathe: 2.0.3
|
|
source-map-js: 1.2.1
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
vite@7.3.6(@types/node@24.13.3)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0):
|
|
dependencies:
|
|
esbuild: 0.28.1
|
|
fdir: 6.5.0(picomatch@4.0.5)
|
|
picomatch: 4.0.5
|
|
postcss: 8.5.16
|
|
rollup: 4.62.2
|
|
tinyglobby: 0.2.17
|
|
optionalDependencies:
|
|
'@types/node': 24.13.3
|
|
fsevents: 2.3.3
|
|
jiti: 2.7.0
|
|
lightningcss: 1.32.0
|
|
sass: 1.101.0
|
|
terser: 5.49.0
|
|
yaml: 2.9.0
|
|
|
|
vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0):
|
|
dependencies:
|
|
lightningcss: 1.32.0
|
|
picomatch: 4.0.5
|
|
postcss: 8.5.16
|
|
rolldown: 1.1.5
|
|
tinyglobby: 0.2.17
|
|
optionalDependencies:
|
|
'@types/node': 24.13.3
|
|
esbuild: 0.28.1
|
|
fsevents: 2.3.3
|
|
jiti: 2.7.0
|
|
sass: 1.101.0
|
|
terser: 5.49.0
|
|
yaml: 2.9.0
|
|
|
|
vitest@4.1.10(@types/node@24.13.3)(happy-dom@20.10.6)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)):
|
|
dependencies:
|
|
'@vitest/expect': 4.1.10
|
|
'@vitest/mocker': 4.1.10(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))
|
|
'@vitest/pretty-format': 4.1.10
|
|
'@vitest/runner': 4.1.10
|
|
'@vitest/snapshot': 4.1.10
|
|
'@vitest/spy': 4.1.10
|
|
'@vitest/utils': 4.1.10
|
|
es-module-lexer: 2.3.1
|
|
expect-type: 1.4.0
|
|
magic-string: 0.30.21
|
|
obug: 2.1.3
|
|
pathe: 2.0.3
|
|
picomatch: 4.0.5
|
|
std-env: 4.2.0
|
|
tinybench: 2.9.0
|
|
tinyexec: 1.2.4
|
|
tinyglobby: 0.2.17
|
|
tinyrainbow: 3.1.0
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
why-is-node-running: 2.3.0
|
|
optionalDependencies:
|
|
'@types/node': 24.13.3
|
|
happy-dom: 20.10.6
|
|
transitivePeerDependencies:
|
|
- msw
|
|
|
|
vscode-uri@3.1.0: {}
|
|
|
|
vue-bundle-renderer@2.3.1:
|
|
dependencies:
|
|
ufo: 1.6.4
|
|
|
|
vue-component-type-helpers@3.3.7: {}
|
|
|
|
vue-demi@0.14.10(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
vue-devtools-stub@0.1.0: {}
|
|
|
|
vue-router@4.6.4(vue@3.5.39(typescript@6.0.3)):
|
|
dependencies:
|
|
'@vue/devtools-api': 6.6.4
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
|
|
vue-router@5.2.0(@vue/compiler-sfc@3.5.39)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3)))(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)):
|
|
dependencies:
|
|
'@babel/generator': 8.0.0
|
|
'@vue-macros/common': 3.1.3(vue@3.5.39(typescript@6.0.3))
|
|
'@vue/devtools-api': 8.1.5
|
|
ast-walker-scope: 0.9.0
|
|
chokidar: 5.0.0
|
|
json5: 2.2.3
|
|
local-pkg: 1.2.1
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
muggle-string: 0.4.1
|
|
nostics: 1.1.4
|
|
pathe: 2.0.3
|
|
picomatch: 4.0.5
|
|
scule: 1.3.0
|
|
tinyglobby: 0.2.17
|
|
unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.1.5)(rollup@4.62.2)(vite@8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0))(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
unplugin-utils: 0.3.2
|
|
vue: 3.5.39(typescript@6.0.3)
|
|
yaml: 2.9.0
|
|
optionalDependencies:
|
|
'@vue/compiler-sfc': 3.5.39
|
|
pinia: 3.0.4(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3))
|
|
vite: 8.1.4(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.49.0)(yaml@2.9.0)
|
|
transitivePeerDependencies:
|
|
- '@farmfe/core'
|
|
- '@rspack/core'
|
|
- bun-types-no-globals
|
|
- esbuild
|
|
- rolldown
|
|
- rollup
|
|
- unloader
|
|
- webpack
|
|
|
|
vue-tsc@3.3.7(typescript@6.0.3):
|
|
dependencies:
|
|
'@volar/typescript': 2.4.28
|
|
'@vue/language-core': 3.3.7
|
|
typescript: 6.0.3
|
|
|
|
vue@3.5.39(typescript@6.0.3):
|
|
dependencies:
|
|
'@vue/compiler-dom': 3.5.39
|
|
'@vue/compiler-sfc': 3.5.39
|
|
'@vue/runtime-dom': 3.5.39
|
|
'@vue/server-renderer': 3.5.39(vue@3.5.39(typescript@6.0.3))
|
|
'@vue/shared': 3.5.39
|
|
optionalDependencies:
|
|
typescript: 6.0.3
|
|
|
|
w3c-keyname@2.2.8: {}
|
|
|
|
walker@1.0.8:
|
|
dependencies:
|
|
makeerror: 1.0.12
|
|
|
|
watchpack@2.5.2:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
|
|
wcwidth@1.0.1:
|
|
dependencies:
|
|
defaults: 1.0.4
|
|
|
|
webidl-conversions@3.0.1: {}
|
|
|
|
webpack-node-externals@3.0.0: {}
|
|
|
|
webpack-sources@3.5.1: {}
|
|
|
|
webpack-virtual-modules@0.6.2: {}
|
|
|
|
webpack@5.97.1:
|
|
dependencies:
|
|
'@types/eslint-scope': 3.7.7
|
|
'@types/estree': 1.0.9
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@webassemblyjs/wasm-edit': 1.14.1
|
|
'@webassemblyjs/wasm-parser': 1.14.1
|
|
acorn: 8.17.0
|
|
browserslist: 4.28.5
|
|
chrome-trace-event: 1.0.4
|
|
enhanced-resolve: 5.24.2
|
|
es-module-lexer: 1.7.0
|
|
eslint-scope: 5.1.1
|
|
events: 3.3.0
|
|
glob-to-regexp: 0.4.1
|
|
graceful-fs: 4.2.11
|
|
json-parse-even-better-errors: 2.3.1
|
|
loader-runner: 4.3.2
|
|
mime-types: 2.1.35
|
|
neo-async: 2.6.2
|
|
schema-utils: 3.3.0
|
|
tapable: 2.3.3
|
|
terser-webpack-plugin: 5.6.1(webpack@5.97.1)
|
|
watchpack: 2.5.2
|
|
webpack-sources: 3.5.1
|
|
transitivePeerDependencies:
|
|
- '@minify-html/node'
|
|
- '@swc/core'
|
|
- '@swc/css'
|
|
- '@swc/html'
|
|
- clean-css
|
|
- cssnano
|
|
- csso
|
|
- esbuild
|
|
- html-minifier-terser
|
|
- lightningcss
|
|
- postcss
|
|
- uglify-js
|
|
|
|
webpack@5.97.1(esbuild@0.28.1):
|
|
dependencies:
|
|
'@types/eslint-scope': 3.7.7
|
|
'@types/estree': 1.0.9
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@webassemblyjs/wasm-edit': 1.14.1
|
|
'@webassemblyjs/wasm-parser': 1.14.1
|
|
acorn: 8.17.0
|
|
browserslist: 4.28.5
|
|
chrome-trace-event: 1.0.4
|
|
enhanced-resolve: 5.24.2
|
|
es-module-lexer: 1.7.0
|
|
eslint-scope: 5.1.1
|
|
events: 3.3.0
|
|
glob-to-regexp: 0.4.1
|
|
graceful-fs: 4.2.11
|
|
json-parse-even-better-errors: 2.3.1
|
|
loader-runner: 4.3.2
|
|
mime-types: 2.1.35
|
|
neo-async: 2.6.2
|
|
schema-utils: 3.3.0
|
|
tapable: 2.3.3
|
|
terser-webpack-plugin: 5.6.1(esbuild@0.28.1)(webpack@5.97.1(esbuild@0.28.1))
|
|
watchpack: 2.5.2
|
|
webpack-sources: 3.5.1
|
|
transitivePeerDependencies:
|
|
- '@minify-html/node'
|
|
- '@swc/core'
|
|
- '@swc/css'
|
|
- '@swc/html'
|
|
- clean-css
|
|
- cssnano
|
|
- csso
|
|
- esbuild
|
|
- html-minifier-terser
|
|
- lightningcss
|
|
- postcss
|
|
- uglify-js
|
|
optional: true
|
|
|
|
webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16):
|
|
dependencies:
|
|
'@types/eslint-scope': 3.7.7
|
|
'@types/estree': 1.0.9
|
|
'@webassemblyjs/ast': 1.14.1
|
|
'@webassemblyjs/wasm-edit': 1.14.1
|
|
'@webassemblyjs/wasm-parser': 1.14.1
|
|
acorn: 8.17.0
|
|
browserslist: 4.28.5
|
|
chrome-trace-event: 1.0.4
|
|
enhanced-resolve: 5.24.2
|
|
es-module-lexer: 1.7.0
|
|
eslint-scope: 5.1.1
|
|
events: 3.3.0
|
|
glob-to-regexp: 0.4.1
|
|
graceful-fs: 4.2.11
|
|
json-parse-even-better-errors: 2.3.1
|
|
loader-runner: 4.3.2
|
|
mime-types: 2.1.35
|
|
neo-async: 2.6.2
|
|
schema-utils: 3.3.0
|
|
tapable: 2.3.3
|
|
terser-webpack-plugin: 5.6.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16)(webpack@5.97.1(esbuild@0.28.1)(lightningcss@1.32.0)(postcss@8.5.16))
|
|
watchpack: 2.5.2
|
|
webpack-sources: 3.5.1
|
|
transitivePeerDependencies:
|
|
- '@minify-html/node'
|
|
- '@swc/core'
|
|
- '@swc/css'
|
|
- '@swc/html'
|
|
- clean-css
|
|
- cssnano
|
|
- csso
|
|
- esbuild
|
|
- html-minifier-terser
|
|
- lightningcss
|
|
- postcss
|
|
- uglify-js
|
|
optional: true
|
|
|
|
whatwg-mimetype@3.0.0: {}
|
|
|
|
whatwg-url@5.0.0:
|
|
dependencies:
|
|
tr46: 0.0.3
|
|
webidl-conversions: 3.0.1
|
|
|
|
wheel-gestures@2.2.48: {}
|
|
|
|
which@2.0.2:
|
|
dependencies:
|
|
isexe: 2.0.0
|
|
|
|
which@6.0.1:
|
|
dependencies:
|
|
isexe: 4.0.0
|
|
|
|
why-is-node-running@2.3.0:
|
|
dependencies:
|
|
siginfo: 2.0.0
|
|
stackback: 0.0.2
|
|
|
|
wide-align@1.1.5:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
|
|
word-wrap@1.2.5: {}
|
|
|
|
wordwrap@1.0.0: {}
|
|
|
|
wrap-ansi@6.2.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
wrap-ansi@7.0.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
wrap-ansi@8.1.0:
|
|
dependencies:
|
|
ansi-styles: 6.2.3
|
|
string-width: 5.1.2
|
|
strip-ansi: 7.2.0
|
|
|
|
wrap-ansi@9.0.2:
|
|
dependencies:
|
|
ansi-styles: 6.2.3
|
|
string-width: 7.2.0
|
|
strip-ansi: 7.2.0
|
|
|
|
wrappy@1.0.2: {}
|
|
|
|
write-file-atomic@4.0.2:
|
|
dependencies:
|
|
imurmurhash: 0.1.4
|
|
signal-exit: 3.0.7
|
|
|
|
ws@8.21.1: {}
|
|
|
|
wsl-utils@0.3.1:
|
|
dependencies:
|
|
is-wsl: 3.1.1
|
|
powershell-utils: 0.1.0
|
|
|
|
xml-naming@0.3.0: {}
|
|
|
|
xtend@4.0.2: {}
|
|
|
|
y-protocols@1.0.7(yjs@13.6.31):
|
|
dependencies:
|
|
lib0: 0.2.117
|
|
yjs: 13.6.31
|
|
|
|
y18n@5.0.8: {}
|
|
|
|
yallist@3.1.1: {}
|
|
|
|
yallist@4.0.0: {}
|
|
|
|
yallist@5.0.0: {}
|
|
|
|
yaml@2.9.0: {}
|
|
|
|
yargs-parser@21.1.1: {}
|
|
|
|
yargs-parser@22.0.0: {}
|
|
|
|
yargs@17.7.3:
|
|
dependencies:
|
|
cliui: 8.0.1
|
|
escalade: 3.2.0
|
|
get-caller-file: 2.0.5
|
|
require-directory: 2.1.1
|
|
string-width: 4.2.3
|
|
y18n: 5.0.8
|
|
yargs-parser: 21.1.1
|
|
|
|
yargs@18.0.0:
|
|
dependencies:
|
|
cliui: 9.0.1
|
|
escalade: 3.2.0
|
|
get-caller-file: 2.0.5
|
|
string-width: 7.2.0
|
|
y18n: 5.0.8
|
|
yargs-parser: 22.0.0
|
|
|
|
yjs@13.6.31:
|
|
dependencies:
|
|
lib0: 0.2.117
|
|
|
|
yn@3.1.1: {}
|
|
|
|
yocto-queue@0.1.0: {}
|
|
|
|
youch-core@0.3.3:
|
|
dependencies:
|
|
'@poppinss/exception': 1.2.3
|
|
error-stack-parser-es: 1.0.5
|
|
|
|
youch@4.1.1:
|
|
dependencies:
|
|
'@poppinss/colors': 4.1.6
|
|
'@poppinss/dumper': 0.7.0
|
|
'@speed-highlight/core': 1.2.17
|
|
cookie-es: 3.1.1
|
|
youch-core: 0.3.3
|
|
|
|
zip-stream@6.0.1:
|
|
dependencies:
|
|
archiver-utils: 5.0.2
|
|
compress-commons: 6.0.2
|
|
readable-stream: 4.7.0
|
|
|
|
zwitch@2.0.4: {}
|