mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
* feat(desktop): migration engine for Tauri → Electron handoff
Implements the infrastructure needed to move users from Tauri to Electron
without losing state or Launchpad/Dock presence. Zero user impact on its
own — this becomes live only when paired with a final Tauri release that
calls the snapshot writer and installs Electron.
What lands here:
- Unify app identity with Tauri. electron-builder appId goes from
com.differentai.openwork.electron → com.differentai.openwork so macOS
reuses the same bundle identifier (no duplicate Dock icon, no new
Gatekeeper prompt, same TCC permissions).
- Unify userData path. Electron's app.setPath("userData", ...) now points
at the exact folder Tauri uses (~/Library/Application Support/com.differentai.openwork
on macOS, %APPDATA%/com.differentai.openwork on Windows, ~/.config/
com.differentai.openwork on Linux). An OPENWORK_ELECTRON_USERDATA env
var override is available for dogfooders who want isolation.
- Filename compat. On first launch, Electron copies Tauri's
openwork-workspaces.json → workspace-state.json (leaves the legacy
file in place for rollback safety).
- electron-updater wiring. New deps + IPC handlers
(openwork:updater:check / download / installAndRestart). Packaged-only.
Publish config points at the same GitHub release as Tauri.
- Migration snapshot plumbing.
* Tauri Rust command `write_migration_snapshot` serializes an
allowlist of localStorage keys to app_data_dir/migration-snapshot.v1.json.
* `apps/app/src/app/lib/migration.ts` has matching
writeMigrationSnapshotFromTauri() / ingestMigrationSnapshotOnElectronBoot().
* Scope: workspace list + selection only
(openwork.react.activeWorkspace, .sessionByWorkspace,
openwork.server.list/active/urlOverride/token). Everything else is
cheap to redo.
* Electron main exposes openwork:migration:read / ack IPC; preload
bridges them under window.__OPENWORK_ELECTRON__.migration.
* desktop-runtime-boot.ts ingests the snapshot once on first launch,
hydrates empty localStorage keys, then acks.
- Updated prds/electron-migration-plan.md with the localStorage scope
decision and the remaining work (last Tauri release ships the UI
prompt + installer downloader).
Verified: `pnpm --filter @openwork/app typecheck` ✓,
`pnpm --filter @openwork/desktop build:electron` ✓, `cargo check`
against src-tauri ✓.
* fix(desktop): emit relative asset paths for Electron packaged builds
Packaged Electron loads index.html via file:// (Contents/Resources/app-dist/
index.html inside the .app bundle), but Vite was building with the default
base: '/' which resolves /assets/*.js to the filesystem root. Result: a
working dev experience (Vite dev server on localhost:5173) and a broken
packaged .app that renders an empty <div id="root"></div>.
The Tauri shell doesn't hit this because Tauri serves the built HTML
through its own tauri:// protocol which rewrites paths. Electron's
file:// loader has no such rewriter.
Fix: electron-build.mjs sets OPENWORK_ELECTRON_BUILD=1 when invoking
vite build, and vite.config.ts flips base to './' only when that env
var is set. Dev server and Tauri builds unchanged.
Discovered while manually exercising the Electron prod-build migration
flow (packaged app launch, snapshot ingest, idempotency, updater IPC).
Latent since PR #1522 landed the packaged build path; never caught
because dogfood ran via dev:electron which uses the Vite dev server.
---------
Co-authored-by: Benjamin Shafii <benjamin@openworklabs.com>
14939 lines
486 KiB
YAML
14939 lines
486 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
patchedDependencies:
|
|
'@solidjs/router@0.15.4':
|
|
hash: 1db11a7c28fe4da76187d42efaffc6b9a70ad370462fffb794ff90e67744d770
|
|
path: patches/@solidjs__router@0.15.4.patch
|
|
|
|
importers:
|
|
|
|
.:
|
|
devDependencies:
|
|
turbo:
|
|
specifier: ^2.5.5
|
|
version: 2.8.20
|
|
|
|
apps/app:
|
|
dependencies:
|
|
'@ai-sdk/react':
|
|
specifier: ^3.0.148
|
|
version: 3.0.148(react@19.2.4)(zod@4.3.6)
|
|
'@codemirror/commands':
|
|
specifier: ^6.8.0
|
|
version: 6.10.2
|
|
'@codemirror/lang-markdown':
|
|
specifier: ^6.3.3
|
|
version: 6.5.0
|
|
'@codemirror/language':
|
|
specifier: ^6.11.0
|
|
version: 6.12.1
|
|
'@codemirror/state':
|
|
specifier: ^6.5.2
|
|
version: 6.5.4
|
|
'@codemirror/view':
|
|
specifier: ^6.38.0
|
|
version: 6.39.14
|
|
'@lexical/react':
|
|
specifier: ^0.35.0
|
|
version: 0.35.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(yjs@13.6.30)
|
|
'@opencode-ai/sdk':
|
|
specifier: ^1.4.9
|
|
version: 1.4.9
|
|
'@openwork/types':
|
|
specifier: workspace:*
|
|
version: link:../../packages/types
|
|
'@openwork/ui':
|
|
specifier: workspace:*
|
|
version: link:../../packages/ui
|
|
'@radix-ui/colors':
|
|
specifier: ^3.0.0
|
|
version: 3.0.0
|
|
'@tanstack/react-query':
|
|
specifier: ^5.90.3
|
|
version: 5.96.2(react@19.2.4)
|
|
'@tanstack/react-virtual':
|
|
specifier: ^3.13.23
|
|
version: 3.13.23(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@tauri-apps/api':
|
|
specifier: ^2.0.0
|
|
version: 2.10.1
|
|
'@tauri-apps/plugin-deep-link':
|
|
specifier: ^2.4.7
|
|
version: 2.4.7
|
|
'@tauri-apps/plugin-dialog':
|
|
specifier: ~2.6.0
|
|
version: 2.6.0
|
|
'@tauri-apps/plugin-http':
|
|
specifier: ~2.5.6
|
|
version: 2.5.6
|
|
'@tauri-apps/plugin-opener':
|
|
specifier: ^2.5.3
|
|
version: 2.5.3
|
|
'@tauri-apps/plugin-process':
|
|
specifier: ~2.3.1
|
|
version: 2.3.1
|
|
'@tauri-apps/plugin-updater':
|
|
specifier: ~2.9.0
|
|
version: 2.9.0
|
|
ai:
|
|
specifier: ^6.0.146
|
|
version: 6.0.146(zod@4.3.6)
|
|
fuzzysort:
|
|
specifier: ^3.1.0
|
|
version: 3.1.0
|
|
jsonc-parser:
|
|
specifier: ^3.2.1
|
|
version: 3.3.1
|
|
lexical:
|
|
specifier: ^0.35.0
|
|
version: 0.35.0
|
|
lucide-react:
|
|
specifier: ^0.577.0
|
|
version: 0.577.0(react@19.2.4)
|
|
marked:
|
|
specifier: ^17.0.1
|
|
version: 17.0.1
|
|
react:
|
|
specifier: ^19.1.1
|
|
version: 19.2.4
|
|
react-dom:
|
|
specifier: ^19.1.1
|
|
version: 19.2.4(react@19.2.4)
|
|
react-markdown:
|
|
specifier: ^10.1.0
|
|
version: 10.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
react-router-dom:
|
|
specifier: ^7.14.1
|
|
version: 7.14.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
remark-gfm:
|
|
specifier: ^4.0.1
|
|
version: 4.0.1
|
|
streamdown:
|
|
specifier: ^2.5.0
|
|
version: 2.5.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
zustand:
|
|
specifier: ^5.0.12
|
|
version: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
devDependencies:
|
|
'@tailwindcss/vite':
|
|
specifier: ^4.1.18
|
|
version: 4.1.18(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
|
|
'@types/react':
|
|
specifier: ^19.2.2
|
|
version: 19.2.14
|
|
'@types/react-dom':
|
|
specifier: ^19.2.2
|
|
version: 19.2.3(@types/react@19.2.14)
|
|
'@vitejs/plugin-react':
|
|
specifier: ^5.0.4
|
|
version: 5.2.0(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
|
|
tailwindcss:
|
|
specifier: ^4.1.18
|
|
version: 4.1.18
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
vite:
|
|
specifier: ^6.0.1
|
|
version: 6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
|
|
|
|
apps/desktop:
|
|
dependencies:
|
|
electron-updater:
|
|
specifier: ^6.3.9
|
|
version: 6.8.3
|
|
devDependencies:
|
|
'@tauri-apps/cli':
|
|
specifier: ^2.0.0
|
|
version: 2.9.6
|
|
electron:
|
|
specifier: ^35.0.0
|
|
version: 35.7.5
|
|
electron-builder:
|
|
specifier: ^25.1.8
|
|
version: 25.1.8(electron-builder-squirrel-windows@25.1.8)
|
|
|
|
apps/opencode-router:
|
|
dependencies:
|
|
'@opencode-ai/sdk':
|
|
specifier: ^1.4.9
|
|
version: 1.4.9
|
|
'@slack/socket-mode':
|
|
specifier: ^2.0.5
|
|
version: 2.0.5
|
|
'@slack/web-api':
|
|
specifier: ^7.13.0
|
|
version: 7.13.0
|
|
commander:
|
|
specifier: ^12.1.0
|
|
version: 12.1.0
|
|
dotenv:
|
|
specifier: ^16.4.7
|
|
version: 16.6.1
|
|
grammy:
|
|
specifier: ^1.39.3
|
|
version: 1.39.3(encoding@0.1.13)
|
|
pino:
|
|
specifier: ^9.6.0
|
|
version: 9.14.0
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^22.10.2
|
|
version: 22.19.7
|
|
bun-types:
|
|
specifier: ^1.3.6
|
|
version: 1.3.6
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
|
|
apps/orchestrator:
|
|
dependencies:
|
|
'@opencode-ai/sdk':
|
|
specifier: ^1.4.9
|
|
version: 1.4.9
|
|
'@opentui/core':
|
|
specifier: 0.1.77
|
|
version: 0.1.77(stage-js@1.0.0-alpha.17)(typescript@5.9.3)(web-tree-sitter@0.25.10)
|
|
'@opentui/solid':
|
|
specifier: 0.1.77
|
|
version: 0.1.77(solid-js@1.9.9)(stage-js@1.0.0-alpha.17)(typescript@5.9.3)(web-tree-sitter@0.25.10)
|
|
opencode-router:
|
|
specifier: 0.11.212
|
|
version: link:../opencode-router
|
|
openwork-server:
|
|
specifier: 0.11.212
|
|
version: link:../server
|
|
solid-js:
|
|
specifier: 1.9.9
|
|
version: 1.9.9
|
|
devDependencies:
|
|
'@opentui/core-darwin-arm64':
|
|
specifier: 0.1.77
|
|
version: 0.1.77
|
|
'@opentui/core-darwin-x64':
|
|
specifier: 0.1.77
|
|
version: 0.1.77
|
|
'@opentui/core-linux-arm64':
|
|
specifier: 0.1.77
|
|
version: 0.1.77
|
|
'@opentui/core-linux-x64':
|
|
specifier: 0.1.77
|
|
version: 0.1.77
|
|
'@opentui/core-win32-x64':
|
|
specifier: 0.1.77
|
|
version: 0.1.77
|
|
'@types/node':
|
|
specifier: ^22.10.2
|
|
version: 22.19.7
|
|
bun-types:
|
|
specifier: ^1.3.6
|
|
version: 1.3.6
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
|
|
apps/server:
|
|
dependencies:
|
|
jsonc-parser:
|
|
specifier: ^3.2.1
|
|
version: 3.3.1
|
|
minimatch:
|
|
specifier: ^10.0.1
|
|
version: 10.1.1
|
|
yaml:
|
|
specifier: ^2.6.1
|
|
version: 2.8.2
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/minimatch':
|
|
specifier: ^5.1.2
|
|
version: 5.1.2
|
|
'@types/node':
|
|
specifier: ^22.10.2
|
|
version: 22.19.7
|
|
bun-types:
|
|
specifier: ^1.3.6
|
|
version: 1.3.6
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
|
|
apps/server-v2:
|
|
dependencies:
|
|
'@opencode-ai/sdk':
|
|
specifier: 1.4.9
|
|
version: 1.4.9
|
|
hono:
|
|
specifier: 4.12.12
|
|
version: 4.12.12
|
|
hono-openapi:
|
|
specifier: 1.3.0
|
|
version: 1.3.0(@hono/standard-validator@0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.12))(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-community/standard-openapi@0.2.9(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-schema/spec@1.1.0)(openapi-types@12.1.3)(zod@4.3.6))(@types/json-schema@7.0.15)(hono@4.12.12)(openapi-types@12.1.3)
|
|
jsonc-parser:
|
|
specifier: ^3.3.1
|
|
version: 3.3.1
|
|
yaml:
|
|
specifier: ^2.8.1
|
|
version: 2.8.2
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^22.10.2
|
|
version: 22.19.7
|
|
bun-types:
|
|
specifier: ^1.3.6
|
|
version: 1.3.6
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
|
|
apps/share:
|
|
dependencies:
|
|
'@vercel/blob':
|
|
specifier: ^0.27.0
|
|
version: 0.27.3
|
|
botid:
|
|
specifier: ^1.5.11
|
|
version: 1.5.11(next@16.1.6(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)
|
|
jsonc-parser:
|
|
specifier: ^3.3.1
|
|
version: 3.3.1
|
|
next:
|
|
specifier: 16.1.6
|
|
version: 16.1.6(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
react:
|
|
specifier: 19.2.4
|
|
version: 19.2.4
|
|
react-dom:
|
|
specifier: 19.2.4
|
|
version: 19.2.4(react@19.2.4)
|
|
sharp:
|
|
specifier: ^0.34.5
|
|
version: 0.34.5
|
|
ulid:
|
|
specifier: ^2.3.0
|
|
version: 2.4.0
|
|
yaml:
|
|
specifier: ^2.8.1
|
|
version: 2.8.2
|
|
devDependencies:
|
|
'@playwright/test':
|
|
specifier: ^1.51.1
|
|
version: 1.58.2
|
|
'@types/node':
|
|
specifier: ^25.4.0
|
|
version: 25.4.0
|
|
'@types/react':
|
|
specifier: 18.2.79
|
|
version: 18.2.79
|
|
'@types/react-dom':
|
|
specifier: 18.2.25
|
|
version: 18.2.25
|
|
typescript:
|
|
specifier: ^5.9.3
|
|
version: 5.9.3
|
|
|
|
apps/story-book:
|
|
dependencies:
|
|
'@codemirror/commands':
|
|
specifier: ^6.8.0
|
|
version: 6.10.2
|
|
'@codemirror/lang-markdown':
|
|
specifier: ^6.3.3
|
|
version: 6.5.0
|
|
'@codemirror/language':
|
|
specifier: ^6.11.0
|
|
version: 6.12.1
|
|
'@codemirror/state':
|
|
specifier: ^6.5.2
|
|
version: 6.5.4
|
|
'@codemirror/view':
|
|
specifier: ^6.38.0
|
|
version: 6.39.14
|
|
'@opencode-ai/sdk':
|
|
specifier: ^1.4.9
|
|
version: 1.4.9
|
|
'@radix-ui/colors':
|
|
specifier: ^3.0.0
|
|
version: 3.0.0
|
|
'@solid-primitives/event-bus':
|
|
specifier: ^1.1.2
|
|
version: 1.1.2(solid-js@1.9.9)
|
|
'@solid-primitives/storage':
|
|
specifier: ^4.3.3
|
|
version: 4.3.3(solid-js@1.9.9)
|
|
'@solidjs/router':
|
|
specifier: ^0.15.4
|
|
version: 0.15.4(patch_hash=1db11a7c28fe4da76187d42efaffc6b9a70ad370462fffb794ff90e67744d770)(solid-js@1.9.9)
|
|
'@tanstack/solid-virtual':
|
|
specifier: ^3.13.19
|
|
version: 3.13.19(solid-js@1.9.9)
|
|
fuzzysort:
|
|
specifier: ^3.1.0
|
|
version: 3.1.0
|
|
jsonc-parser:
|
|
specifier: ^3.2.1
|
|
version: 3.3.1
|
|
lucide-solid:
|
|
specifier: ^0.562.0
|
|
version: 0.562.0(solid-js@1.9.9)
|
|
marked:
|
|
specifier: ^17.0.1
|
|
version: 17.0.1
|
|
solid-js:
|
|
specifier: ^1.9.0
|
|
version: 1.9.9
|
|
devDependencies:
|
|
'@tailwindcss/vite':
|
|
specifier: ^4.1.18
|
|
version: 4.1.18(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
|
|
tailwindcss:
|
|
specifier: ^4.1.18
|
|
version: 4.1.18
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
vite:
|
|
specifier: ^6.0.1
|
|
version: 6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
|
|
vite-plugin-solid:
|
|
specifier: ^2.11.0
|
|
version: 2.11.10(solid-js@1.9.9)(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
|
|
|
|
apps/ui-demo:
|
|
dependencies:
|
|
'@openwork/ui':
|
|
specifier: workspace:*
|
|
version: link:../../packages/ui
|
|
react:
|
|
specifier: 19.2.4
|
|
version: 19.2.4
|
|
react-dom:
|
|
specifier: 19.2.4
|
|
version: 19.2.4(react@19.2.4)
|
|
devDependencies:
|
|
'@types/react':
|
|
specifier: 19.2.14
|
|
version: 19.2.14
|
|
'@types/react-dom':
|
|
specifier: 19.2.3
|
|
version: 19.2.3(@types/react@19.2.14)
|
|
'@vitejs/plugin-react':
|
|
specifier: ^5.0.4
|
|
version: 5.2.0(vite@7.3.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
|
|
typescript:
|
|
specifier: ^5.9.3
|
|
version: 5.9.3
|
|
vite:
|
|
specifier: ^7.1.12
|
|
version: 7.3.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
|
|
|
|
ee/apps/den-api:
|
|
dependencies:
|
|
'@better-auth/api-key':
|
|
specifier: ^1.5.6
|
|
version: 1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)(better-auth@1.5.6(@opentelemetry/api@1.9.0)(drizzle-kit@0.31.9)(drizzle-orm@0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4))(mysql2@3.17.4)(next@16.2.1(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10))
|
|
'@daytonaio/sdk':
|
|
specifier: ^0.150.0
|
|
version: 0.150.0(ws@8.19.0)
|
|
'@hono/node-server':
|
|
specifier: ^1.13.8
|
|
version: 1.19.11(hono@4.12.8)
|
|
'@hono/standard-validator':
|
|
specifier: ^0.2.2
|
|
version: 0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.8)
|
|
'@hono/swagger-ui':
|
|
specifier: ^0.6.1
|
|
version: 0.6.1(hono@4.12.8)
|
|
'@openwork-ee/den-db':
|
|
specifier: workspace:*
|
|
version: link:../../packages/den-db
|
|
'@openwork-ee/utils':
|
|
specifier: workspace:*
|
|
version: link:../../packages/utils
|
|
'@openwork/types':
|
|
specifier: workspace:*
|
|
version: link:../../../packages/types
|
|
'@standard-community/standard-json':
|
|
specifier: ^0.3.5
|
|
version: 0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6)
|
|
'@standard-community/standard-openapi':
|
|
specifier: ^0.2.9
|
|
version: 0.2.9(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-schema/spec@1.1.0)(openapi-types@12.1.3)(zod@4.3.6)
|
|
'@standard-schema/spec':
|
|
specifier: ^1.1.0
|
|
version: 1.1.0
|
|
better-auth:
|
|
specifier: ^1.5.6
|
|
version: 1.5.6(@opentelemetry/api@1.9.0)(drizzle-kit@0.31.9)(drizzle-orm@0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4))(mysql2@3.17.4)(next@16.2.1(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10)
|
|
better-call:
|
|
specifier: ^1.3.2
|
|
version: 1.3.2(zod@4.3.6)
|
|
dotenv:
|
|
specifier: ^16.4.5
|
|
version: 16.6.1
|
|
hono:
|
|
specifier: ^4.7.2
|
|
version: 4.12.8
|
|
hono-openapi:
|
|
specifier: ^1.3.0
|
|
version: 1.3.0(@hono/standard-validator@0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.8))(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-community/standard-openapi@0.2.9(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-schema/spec@1.1.0)(openapi-types@12.1.3)(zod@4.3.6))(@types/json-schema@7.0.15)(hono@4.12.8)(openapi-types@12.1.3)
|
|
openapi-types:
|
|
specifier: ^12.1.3
|
|
version: 12.1.3
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/json-schema':
|
|
specifier: ^7.0.15
|
|
version: 7.0.15
|
|
'@types/node':
|
|
specifier: ^20.11.30
|
|
version: 20.12.12
|
|
tsx:
|
|
specifier: ^4.15.7
|
|
version: 4.21.0
|
|
typescript:
|
|
specifier: ^5.5.4
|
|
version: 5.9.3
|
|
|
|
ee/apps/den-web:
|
|
dependencies:
|
|
'@openwork-ee/utils':
|
|
specifier: workspace:*
|
|
version: link:../../packages/utils
|
|
'@openwork/types':
|
|
specifier: workspace:*
|
|
version: link:../../../packages/types
|
|
'@openwork/ui':
|
|
specifier: workspace:*
|
|
version: link:../../../packages/ui
|
|
'@paper-design/shaders-react':
|
|
specifier: 0.0.72
|
|
version: 0.0.72(@types/react@19.2.14)(react@19.2.4)
|
|
'@tanstack/react-query':
|
|
specifier: ^5.96.2
|
|
version: 5.96.2(react@19.2.4)
|
|
lucide-react:
|
|
specifier: ^0.577.0
|
|
version: 0.577.0(react@19.2.4)
|
|
next:
|
|
specifier: 16.2.1
|
|
version: 16.2.1(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
react:
|
|
specifier: 19.2.4
|
|
version: 19.2.4
|
|
react-dom:
|
|
specifier: 19.2.4
|
|
version: 19.2.4(react@19.2.4)
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: 20.12.12
|
|
version: 20.12.12
|
|
'@types/react':
|
|
specifier: 19.2.14
|
|
version: 19.2.14
|
|
'@types/react-dom':
|
|
specifier: 19.2.3
|
|
version: 19.2.3(@types/react@19.2.14)
|
|
autoprefixer:
|
|
specifier: 10.4.19
|
|
version: 10.4.19(postcss@8.4.38)
|
|
postcss:
|
|
specifier: 8.4.38
|
|
version: 8.4.38
|
|
tailwindcss:
|
|
specifier: 3.4.7
|
|
version: 3.4.7
|
|
typescript:
|
|
specifier: 5.4.5
|
|
version: 5.4.5
|
|
|
|
ee/apps/den-worker-proxy:
|
|
dependencies:
|
|
'@daytonaio/sdk':
|
|
specifier: ^0.150.0
|
|
version: 0.150.0(ws@8.19.0)
|
|
'@hono/node-server':
|
|
specifier: ^1.13.8
|
|
version: 1.19.11(hono@4.12.8)
|
|
'@openwork-ee/den-db':
|
|
specifier: workspace:*
|
|
version: link:../../packages/den-db
|
|
'@openwork-ee/utils':
|
|
specifier: workspace:*
|
|
version: link:../../packages/utils
|
|
dotenv:
|
|
specifier: ^16.4.5
|
|
version: 16.6.1
|
|
hono:
|
|
specifier: ^4.7.2
|
|
version: 4.12.8
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^20.11.30
|
|
version: 20.12.12
|
|
tsx:
|
|
specifier: ^4.15.7
|
|
version: 4.21.0
|
|
typescript:
|
|
specifier: ^5.5.4
|
|
version: 5.9.3
|
|
|
|
ee/apps/landing:
|
|
dependencies:
|
|
'@openwork/ui':
|
|
specifier: workspace:*
|
|
version: link:../../../packages/ui
|
|
botid:
|
|
specifier: ^1.5.11
|
|
version: 1.5.11(next@14.2.35(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
|
|
framer-motion:
|
|
specifier: ^12.35.1
|
|
version: 12.35.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
|
lucide-react:
|
|
specifier: ^0.577.0
|
|
version: 0.577.0(react@18.2.0)
|
|
next:
|
|
specifier: 14.2.35
|
|
version: 14.2.35(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
|
react:
|
|
specifier: 18.2.0
|
|
version: 18.2.0
|
|
react-dom:
|
|
specifier: 18.2.0
|
|
version: 18.2.0(react@18.2.0)
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: 20.12.12
|
|
version: 20.12.12
|
|
'@types/react':
|
|
specifier: 18.2.79
|
|
version: 18.2.79
|
|
'@types/react-dom':
|
|
specifier: 18.2.25
|
|
version: 18.2.25
|
|
autoprefixer:
|
|
specifier: 10.4.19
|
|
version: 10.4.19(postcss@8.4.38)
|
|
postcss:
|
|
specifier: 8.4.38
|
|
version: 8.4.38
|
|
tailwindcss:
|
|
specifier: 3.4.7
|
|
version: 3.4.7
|
|
typescript:
|
|
specifier: 5.4.5
|
|
version: 5.4.5
|
|
|
|
ee/packages/den-db:
|
|
dependencies:
|
|
'@openwork-ee/utils':
|
|
specifier: workspace:*
|
|
version: link:../utils
|
|
'@openwork/types':
|
|
specifier: workspace:*
|
|
version: link:../../../packages/types
|
|
'@planetscale/database':
|
|
specifier: ^1.19.0
|
|
version: 1.19.0
|
|
drizzle-orm:
|
|
specifier: ^0.45.1
|
|
version: 0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4)
|
|
mysql2:
|
|
specifier: ^3.11.3
|
|
version: 3.17.4
|
|
devDependencies:
|
|
'@types/node':
|
|
specifier: ^20.11.30
|
|
version: 20.12.12
|
|
drizzle-kit:
|
|
specifier: ^0.31.9
|
|
version: 0.31.9
|
|
tsup:
|
|
specifier: ^8.5.0
|
|
version: 8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
|
|
tsx:
|
|
specifier: ^4.21.0
|
|
version: 4.21.0
|
|
typescript:
|
|
specifier: ^5.5.4
|
|
version: 5.9.3
|
|
|
|
ee/packages/utils:
|
|
dependencies:
|
|
luxon:
|
|
specifier: ^3.6.1
|
|
version: 3.7.2
|
|
typeid-js:
|
|
specifier: ^1.2.0
|
|
version: 1.2.0
|
|
uuid:
|
|
specifier: ^11.1.0
|
|
version: 11.1.0
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
'@types/luxon':
|
|
specifier: ^3.6.2
|
|
version: 3.7.1
|
|
'@types/node':
|
|
specifier: ^20.11.30
|
|
version: 20.12.12
|
|
tsup:
|
|
specifier: ^8.5.0
|
|
version: 8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
|
|
typescript:
|
|
specifier: ^5.5.4
|
|
version: 5.9.3
|
|
|
|
packages/openwork-server-sdk:
|
|
dependencies:
|
|
'@hey-api/client-fetch':
|
|
specifier: 0.13.1
|
|
version: 0.13.1(@hey-api/openapi-ts@0.95.0(typescript@5.9.3))
|
|
devDependencies:
|
|
'@hey-api/openapi-ts':
|
|
specifier: 0.95.0
|
|
version: 0.95.0(typescript@5.9.3)
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
|
|
packages/types:
|
|
dependencies:
|
|
zod:
|
|
specifier: ^4.3.6
|
|
version: 4.3.6
|
|
devDependencies:
|
|
tsup:
|
|
specifier: ^8.5.0
|
|
version: 8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
|
|
packages/ui:
|
|
dependencies:
|
|
'@paper-design/shaders':
|
|
specifier: 0.0.72
|
|
version: 0.0.72
|
|
'@paper-design/shaders-react':
|
|
specifier: 0.0.72
|
|
version: 0.0.72(@types/react@19.2.14)(react@19.2.4)
|
|
react:
|
|
specifier: ^18 || ^19
|
|
version: 19.2.4
|
|
solid-js:
|
|
specifier: ^1.9.0
|
|
version: 1.9.9
|
|
devDependencies:
|
|
'@types/react':
|
|
specifier: ^19.2.14
|
|
version: 19.2.14
|
|
tsup:
|
|
specifier: ^8.5.0
|
|
version: 8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
|
|
typescript:
|
|
specifier: ^5.6.3
|
|
version: 5.9.3
|
|
|
|
packages:
|
|
|
|
7zip-bin@5.2.0:
|
|
resolution: {integrity: sha512-ukTPVhqG4jNzMro2qA9HSCSSVJN3aN7tlb+hfqYCt3ER0yWroeA2VR38MNrOHLQ/cVj+DaIMad0kFCtWWowh/A==}
|
|
|
|
'@ai-sdk/gateway@3.0.88':
|
|
resolution: {integrity: sha512-AFoj7xdWAtCQcy0jJ235ENSakYM8D28qBX+rB+/rX4r8qe/LXgl0e5UivOqxAlIM5E9jnQdYxIPuj3XFtGk/yg==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
zod: ^3.25.76 || ^4.1.8
|
|
|
|
'@ai-sdk/provider-utils@4.0.22':
|
|
resolution: {integrity: sha512-B2OTFcRw/Pdka9ZTjpXv6T6qZ6RruRuLokyb8HwW+aoW9ndJ3YasA3/mVswyJw7VMBF8ofXgqvcrCt9KYvFifg==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
zod: ^3.25.76 || ^4.1.8
|
|
|
|
'@ai-sdk/provider@3.0.8':
|
|
resolution: {integrity: sha512-oGMAgGoQdBXbZqNG0Ze56CHjDZ1IDYOwGYxYjO5KLSlz5HiNQ9udIXsPZ61VWaHGZ5XW/jyjmr6t2xz2jGVwbQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@ai-sdk/react@3.0.148':
|
|
resolution: {integrity: sha512-bxKtS3KINzjtEf9xrAhORRN0HIMgqlI1Nwhd0eaAXL3Eljf3XVl9Bw+HXiCLVNzyOcyOwwBLlvq8SZ0amys7eA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
react: ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1
|
|
|
|
'@alloc/quick-lru@5.2.0':
|
|
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
engines: {node: '>=10'}
|
|
|
|
'@ampproject/remapping@2.3.0':
|
|
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@antfu/install-pkg@1.1.0':
|
|
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
|
|
|
|
'@aws-crypto/crc32@5.2.0':
|
|
resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@aws-crypto/crc32c@5.2.0':
|
|
resolution: {integrity: sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==}
|
|
|
|
'@aws-crypto/sha1-browser@5.2.0':
|
|
resolution: {integrity: sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==}
|
|
|
|
'@aws-crypto/sha256-browser@5.2.0':
|
|
resolution: {integrity: sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==}
|
|
|
|
'@aws-crypto/sha256-js@5.2.0':
|
|
resolution: {integrity: sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==}
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
resolution: {integrity: sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==}
|
|
|
|
'@aws-crypto/util@5.2.0':
|
|
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
|
|
|
|
'@aws-sdk/client-s3@3.1009.0':
|
|
resolution: {integrity: sha512-luy8CxallkoiGWTqU86ca/BbvkWJjs0oala7uIIRN1JtQxMb5i4Yl/PBZVcQFhbK9kQi0PK0GfD8gIpLkI91fw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/core@3.973.20':
|
|
resolution: {integrity: sha512-i3GuX+lowD892F3IuJf8o6AbyDupMTdyTxQrCJGcn71ni5hTZ82L4nQhcdumxZ7XPJRJJVHS/CR3uYOIIs0PVA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/crc64-nvme@3.972.5':
|
|
resolution: {integrity: sha512-2VbTstbjKdT+yKi8m7b3a9CiVac+pL/IY2PHJwsaGkkHmuuqkJZIErPck1h6P3T9ghQMLSdMPyW6Qp7Di5swFg==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/credential-provider-env@3.972.18':
|
|
resolution: {integrity: sha512-X0B8AlQY507i5DwjLByeU2Af4ARsl9Vr84koDcXCbAkplmU+1xBFWxEPrWRAoh56waBne/yJqEloSwvRf4x6XA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/credential-provider-http@3.972.20':
|
|
resolution: {integrity: sha512-ey9Lelj001+oOfrbKmS6R2CJAiXX7QKY4Vj9VJv6L2eE6/VjD8DocHIoYqztTm70xDLR4E1jYPTKfIui+eRNDA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/credential-provider-ini@3.972.20':
|
|
resolution: {integrity: sha512-5flXSnKHMloObNF+9N0cupKegnH1Z37cdVlpETVgx8/rAhCe+VNlkcZH3HDg2SDn9bI765S+rhNPXGDJJPfbtA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/credential-provider-login@3.972.20':
|
|
resolution: {integrity: sha512-gEWo54nfqp2jABMu6HNsjVC4hDLpg9HC8IKSJnp0kqWtxIJYHTmiLSsIfI4ScQjxEwpB+jOOH8dOLax1+hy/Hw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/credential-provider-node@3.972.21':
|
|
resolution: {integrity: sha512-hah8if3/B/Q+LBYN5FukyQ1Mym6PLPDsBOBsIgNEYD6wLyZg0UmUF/OKIVC3nX9XH8TfTPuITK+7N/jenVACWA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/credential-provider-process@3.972.18':
|
|
resolution: {integrity: sha512-Tpl7SRaPoOLT32jbTWchPsn52hYYgJ0kpiFgnwk8pxTANQdUymVSZkzFvv1+oOgZm1CrbQUP9MBeoMZ9IzLZjA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/credential-provider-sso@3.972.20':
|
|
resolution: {integrity: sha512-p+R+PYR5Z7Gjqf/6pvbCnzEHcqPCpLzR7Yf127HjJ6EAb4hUcD+qsNRnuww1sB/RmSeCLxyay8FMyqREw4p1RA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/credential-provider-web-identity@3.972.20':
|
|
resolution: {integrity: sha512-rWCmh8o7QY4CsUj63qopzMzkDq/yPpkrpb+CnjBEFSOg/02T/we7sSTVg4QsDiVS9uwZ8VyONhq98qt+pIh3KA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/lib-storage@3.1009.0':
|
|
resolution: {integrity: sha512-gHQh1sNeTuxZxPSMSQWOq/Xli8I5499uWyRKMakMSv8N7IYfoyDdyT52Ul6697qcqVaoPHixmYTllfEWMo1AKg==}
|
|
engines: {node: '>=20.0.0'}
|
|
peerDependencies:
|
|
'@aws-sdk/client-s3': ^3.1009.0
|
|
|
|
'@aws-sdk/middleware-bucket-endpoint@3.972.8':
|
|
resolution: {integrity: sha512-WR525Rr2QJSETa9a050isktyWi/4yIGcmY3BQ1kpHqb0LqUglQHCS8R27dTJxxWNZvQ0RVGtEZjTCbZJpyF3Aw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-expect-continue@3.972.8':
|
|
resolution: {integrity: sha512-5DTBTiotEES1e2jOHAq//zyzCjeMB78lEHd35u15qnrid4Nxm7diqIf9fQQ3Ov0ChH1V3Vvt13thOnrACmfGVQ==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-flexible-checksums@3.973.6':
|
|
resolution: {integrity: sha512-0nYEgkJH7Yt9k+nZJyllTghnkKaz17TWFcr5Mi0XMVMzYlF4ytDZADQpF2/iJo36cKL5AYSzRsvlykE4M/ErTA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-host-header@3.972.8':
|
|
resolution: {integrity: sha512-wAr2REfKsqoKQ+OkNqvOShnBoh+nkPurDKW7uAeVSu6kUECnWlSJiPvnoqxGlfousEY/v9LfS9sNc46hjSYDIQ==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-location-constraint@3.972.8':
|
|
resolution: {integrity: sha512-KaUoFuoFPziIa98DSQsTPeke1gvGXlc5ZGMhy+b+nLxZ4A7jmJgLzjEF95l8aOQN2T/qlPP3MrAyELm8ExXucw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-logger@3.972.8':
|
|
resolution: {integrity: sha512-CWl5UCM57WUFaFi5kB7IBY1UmOeLvNZAZ2/OZ5l20ldiJ3TiIz1pC65gYj8X0BCPWkeR1E32mpsCk1L1I4n+lA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-recursion-detection@3.972.8':
|
|
resolution: {integrity: sha512-BnnvYs2ZEpdlmZ2PNlV2ZyQ8j8AEkMTjN79y/YA475ER1ByFYrkVR85qmhni8oeTaJcDqbx364wDpitDAA/wCA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-sdk-s3@3.972.20':
|
|
resolution: {integrity: sha512-yhva/xL5H4tWQgsBjwV+RRD0ByCzg0TcByDCLp3GXdn/wlyRNfy8zsswDtCvr1WSKQkSQYlyEzPuWkJG0f5HvQ==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-ssec@3.972.8':
|
|
resolution: {integrity: sha512-wqlK0yO/TxEC2UsY9wIlqeeutF6jjLe0f96Pbm40XscTo57nImUk9lBcw0dPgsm0sppFtAkSlDrfpK+pC30Wqw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/middleware-user-agent@3.972.21':
|
|
resolution: {integrity: sha512-62XRl1GDYPpkt7cx1AX1SPy9wgNE9Iw/NPuurJu4lmhCWS7sGKO+kS53TQ8eRmIxy3skmvNInnk0ZbWrU5Dpyg==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/nested-clients@3.996.10':
|
|
resolution: {integrity: sha512-SlDol5Z+C7Ivnc2rKGqiqfSUmUZzY1qHfVs9myt/nxVwswgfpjdKahyTzLTx802Zfq0NFRs7AejwKzzzl5Co2w==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/region-config-resolver@3.972.8':
|
|
resolution: {integrity: sha512-1eD4uhTDeambO/PNIDVG19A6+v4NdD7xzwLHDutHsUqz0B+i661MwQB2eYO4/crcCvCiQG4SRm1k81k54FEIvw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/signature-v4-multi-region@3.996.8':
|
|
resolution: {integrity: sha512-n1qYFD+tbqZuyskVaxUE+t10AUz9g3qzDw3Tp6QZDKmqsjfDmZBd4GIk2EKJJNtcCBtE5YiUjDYA+3djFAFBBg==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/token-providers@3.1009.0':
|
|
resolution: {integrity: sha512-KCPLuTqN9u0Rr38Arln78fRG9KXpzsPWmof+PZzfAHMMQq2QED6YjQrkrfiH7PDefLWEposY1o4/eGwrmKA4JA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/types@3.973.6':
|
|
resolution: {integrity: sha512-Atfcy4E++beKtwJHiDln2Nby8W/mam64opFPTiHEqgsthqeydFS1pY+OUlN1ouNOmf8ArPU/6cDS65anOP3KQw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/util-arn-parser@3.972.3':
|
|
resolution: {integrity: sha512-HzSD8PMFrvgi2Kserxuff5VitNq2sgf3w9qxmskKDiDTThWfVteJxuCS9JXiPIPtmCrp+7N9asfIaVhBFORllA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/util-endpoints@3.996.5':
|
|
resolution: {integrity: sha512-Uh93L5sXFNbyR5sEPMzUU8tJ++Ku97EY4udmC01nB8Zu+xfBPwpIwJ6F7snqQeq8h2pf+8SGN5/NoytfKgYPIw==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/util-locate-window@3.965.5':
|
|
resolution: {integrity: sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws-sdk/util-user-agent-browser@3.972.8':
|
|
resolution: {integrity: sha512-B3KGXJviV2u6Cdw2SDY2aDhoJkVfY/Q/Trwk2CMSkikE1Oi6gRzxhvhIfiRpHfmIsAhV4EA54TVEX8K6CbHbkA==}
|
|
|
|
'@aws-sdk/util-user-agent-node@3.973.7':
|
|
resolution: {integrity: sha512-Hz6EZMUAEzqUd7e+vZ9LE7mn+5gMbxltXy18v+YSFY+9LBJz15wkNZvw5JqfX3z0FS9n3bgUtz3L5rAsfh4YlA==}
|
|
engines: {node: '>=20.0.0'}
|
|
peerDependencies:
|
|
aws-crt: '>=1.0.0'
|
|
peerDependenciesMeta:
|
|
aws-crt:
|
|
optional: true
|
|
|
|
'@aws-sdk/xml-builder@3.972.11':
|
|
resolution: {integrity: sha512-iitV/gZKQMvY9d7ovmyFnFuTHbBAtrmLnvaSb/3X8vOKyevwtpmEtyc8AdhVWZe0pI/1GsHxlEvQeOePFzy7KQ==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
'@aws/lambda-invoke-store@0.2.4':
|
|
resolution: {integrity: sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@babel/code-frame@7.28.6':
|
|
resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/code-frame@7.29.0':
|
|
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/compat-data@7.28.6':
|
|
resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.28.0':
|
|
resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.28.6':
|
|
resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.29.0':
|
|
resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@7.28.6':
|
|
resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@7.29.1':
|
|
resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-annotate-as-pure@7.27.3':
|
|
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-compilation-targets@7.28.6':
|
|
resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-create-class-features-plugin@7.28.6':
|
|
resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-globals@7.28.0':
|
|
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-member-expression-to-functions@7.28.5':
|
|
resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-imports@7.18.6':
|
|
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-imports@7.28.6':
|
|
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-transforms@7.28.6':
|
|
resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-optimise-call-expression@7.27.1':
|
|
resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-plugin-utils@7.28.6':
|
|
resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-replace-supers@7.28.6':
|
|
resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
|
|
resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-string-parser@7.27.1':
|
|
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-identifier@7.28.5':
|
|
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-option@7.27.1':
|
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helpers@7.28.6':
|
|
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/parser@7.28.6':
|
|
resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
'@babel/parser@7.29.2':
|
|
resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
'@babel/plugin-syntax-jsx@7.28.6':
|
|
resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-syntax-typescript@7.28.6':
|
|
resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-transform-modules-commonjs@7.28.6':
|
|
resolution: {integrity: sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-transform-react-jsx-self@7.27.1':
|
|
resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-transform-react-jsx-source@7.27.1':
|
|
resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-transform-typescript@7.28.6':
|
|
resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/preset-typescript@7.27.1':
|
|
resolution: {integrity: sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/runtime@7.29.2':
|
|
resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/template@7.28.6':
|
|
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/traverse@7.28.6':
|
|
resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/traverse@7.29.0':
|
|
resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@7.28.6':
|
|
resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@7.29.0':
|
|
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@better-auth/api-key@1.5.6':
|
|
resolution: {integrity: sha512-jr3m4/caFxn9BuY9pGDJ4B1HP1Qoqmyd7heBHm4KUFel+a9Whe/euROgZ/L+o7mbmUdZtreneaU15dpn0tJZ5g==}
|
|
peerDependencies:
|
|
'@better-auth/core': 1.5.6
|
|
'@better-auth/utils': 0.3.1
|
|
better-auth: 1.5.6
|
|
|
|
'@better-auth/core@1.5.6':
|
|
resolution: {integrity: sha512-Ez9DZdIMFyxHremmoLz1emFPGNQomDC1jqqBPnZ6Ci+6TiGN3R9w/Y03cJn6I8r1ycKgOzeVMZtJ/erOZ27Gsw==}
|
|
peerDependencies:
|
|
'@better-auth/utils': 0.3.1
|
|
'@better-fetch/fetch': 1.1.21
|
|
'@cloudflare/workers-types': '>=4'
|
|
'@opentelemetry/api': ^1.9.0
|
|
better-call: 1.3.2
|
|
jose: ^6.1.0
|
|
kysely: ^0.28.5
|
|
nanostores: ^1.0.1
|
|
peerDependenciesMeta:
|
|
'@cloudflare/workers-types':
|
|
optional: true
|
|
|
|
'@better-auth/drizzle-adapter@1.5.6':
|
|
resolution: {integrity: sha512-VfFFmaoFw3ug12SiSuIwzrMoHyIVmkMGWm9gZ4sXdYYVX4HboCL4m3fjzOhppcmK5OGatRuU+N1UX6wxCITcXw==}
|
|
peerDependencies:
|
|
'@better-auth/core': 1.5.6
|
|
'@better-auth/utils': ^0.3.0
|
|
drizzle-orm: '>=0.41.0'
|
|
peerDependenciesMeta:
|
|
drizzle-orm:
|
|
optional: true
|
|
|
|
'@better-auth/kysely-adapter@1.5.6':
|
|
resolution: {integrity: sha512-Fnf+h8WVKtw6lEOmVmiVVzDf3shJtM60AYf9XTnbdCeUd6MxN/KnaJZpkgtYnRs7a+nwtkVB+fg4lGETebGFXQ==}
|
|
peerDependencies:
|
|
'@better-auth/core': 1.5.6
|
|
'@better-auth/utils': ^0.3.0
|
|
kysely: ^0.27.0 || ^0.28.0
|
|
peerDependenciesMeta:
|
|
kysely:
|
|
optional: true
|
|
|
|
'@better-auth/memory-adapter@1.5.6':
|
|
resolution: {integrity: sha512-rS7ZsrIl5uvloUgNN0u9LOZJMMXnsZXVdUZ3MrTBKWM2KpoJjzPr9yN3Szyma5+0V7SltnzSGHPkYj2bEzzmlA==}
|
|
peerDependencies:
|
|
'@better-auth/core': 1.5.6
|
|
'@better-auth/utils': ^0.3.0
|
|
|
|
'@better-auth/mongo-adapter@1.5.6':
|
|
resolution: {integrity: sha512-6+M3MS2mor8fTUV3EI1FBLP0cs6QfbN+Ovx9+XxR/GdfKIBoNFzmPEPRbdGt+ft6PvrITsUm+T70+kkHgVSP6w==}
|
|
peerDependencies:
|
|
'@better-auth/core': 1.5.6
|
|
'@better-auth/utils': ^0.3.0
|
|
mongodb: ^6.0.0 || ^7.0.0
|
|
peerDependenciesMeta:
|
|
mongodb:
|
|
optional: true
|
|
|
|
'@better-auth/prisma-adapter@1.5.6':
|
|
resolution: {integrity: sha512-UxY9vQJs1Tt+O+T2YQnseDMlWmUSQvFZSBb5YiFRg7zcm+TEzujh4iX2/csA0YiZptLheovIuVWTP9nriewEBA==}
|
|
peerDependencies:
|
|
'@better-auth/core': 1.5.6
|
|
'@better-auth/utils': ^0.3.0
|
|
'@prisma/client': ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
prisma: ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
peerDependenciesMeta:
|
|
'@prisma/client':
|
|
optional: true
|
|
prisma:
|
|
optional: true
|
|
|
|
'@better-auth/telemetry@1.5.6':
|
|
resolution: {integrity: sha512-yXC7NSxnIFlxDkGdpD7KA+J9nqIQAPCJKe77GoaC5bWoe/DALo1MYorZfTgOafS7wrslNtsPT4feV/LJi1ubqQ==}
|
|
peerDependencies:
|
|
'@better-auth/core': 1.5.6
|
|
|
|
'@better-auth/utils@0.3.1':
|
|
resolution: {integrity: sha512-+CGp4UmZSUrHHnpHhLPYu6cV+wSUSvVbZbNykxhUDocpVNTo9uFFxw/NqJlh1iC4wQ9HKKWGCKuZ5wUgS0v6Kg==}
|
|
|
|
'@better-fetch/fetch@1.1.21':
|
|
resolution: {integrity: sha512-/ImESw0sskqlVR94jB+5+Pxjf+xBwDZF/N5+y2/q4EqD7IARUTSpPfIo8uf39SYpCxyOCtbyYpUrZ3F/k0zT4A==}
|
|
|
|
'@braintree/sanitize-url@7.1.2':
|
|
resolution: {integrity: sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==}
|
|
|
|
'@chevrotain/cst-dts-gen@11.1.2':
|
|
resolution: {integrity: sha512-XTsjvDVB5nDZBQB8o0o/0ozNelQtn2KrUVteIHSlPd2VAV2utEb6JzyCJaJ8tGxACR4RiBNWy5uYUHX2eji88Q==}
|
|
|
|
'@chevrotain/gast@11.1.2':
|
|
resolution: {integrity: sha512-Z9zfXR5jNZb1Hlsd/p+4XWeUFugrHirq36bKzPWDSIacV+GPSVXdk+ahVWZTwjhNwofAWg/sZg58fyucKSQx5g==}
|
|
|
|
'@chevrotain/regexp-to-ast@11.1.2':
|
|
resolution: {integrity: sha512-nMU3Uj8naWer7xpZTYJdxbAs6RIv/dxYzkYU8GSwgUtcAAlzjcPfX1w+RKRcYG8POlzMeayOQ/znfwxEGo5ulw==}
|
|
|
|
'@chevrotain/types@11.1.2':
|
|
resolution: {integrity: sha512-U+HFai5+zmJCkK86QsaJtoITlboZHBqrVketcO2ROv865xfCMSFpELQoz1GkX5GzME8pTa+3kbKrZHQtI0gdbw==}
|
|
|
|
'@chevrotain/utils@11.1.2':
|
|
resolution: {integrity: sha512-4mudFAQ6H+MqBTfqLmU7G1ZwRzCLfJEooL/fsF6rCX5eePMbGhoy5n4g+G4vlh2muDcsCTJtL+uKbOzWxs5LHA==}
|
|
|
|
'@codemirror/autocomplete@6.20.0':
|
|
resolution: {integrity: sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==}
|
|
|
|
'@codemirror/commands@6.10.2':
|
|
resolution: {integrity: sha512-vvX1fsih9HledO1c9zdotZYUZnE4xV0m6i3m25s5DIfXofuprk6cRcLUZvSk3CASUbwjQX21tOGbkY2BH8TpnQ==}
|
|
|
|
'@codemirror/lang-css@6.3.1':
|
|
resolution: {integrity: sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==}
|
|
|
|
'@codemirror/lang-html@6.4.11':
|
|
resolution: {integrity: sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==}
|
|
|
|
'@codemirror/lang-javascript@6.2.4':
|
|
resolution: {integrity: sha512-0WVmhp1QOqZ4Rt6GlVGwKJN3KW7Xh4H2q8ZZNGZaP6lRdxXJzmjm4FqvmOojVj6khWJHIb9sp7U/72W7xQgqAA==}
|
|
|
|
'@codemirror/lang-markdown@6.5.0':
|
|
resolution: {integrity: sha512-0K40bZ35jpHya6FriukbgaleaqzBLZfOh7HuzqbMxBXkbYMJDxfF39c23xOgxFezR+3G+tR2/Mup+Xk865OMvw==}
|
|
|
|
'@codemirror/language@6.12.1':
|
|
resolution: {integrity: sha512-Fa6xkSiuGKc8XC8Cn96T+TQHYj4ZZ7RdFmXA3i9xe/3hLHfwPZdM+dqfX0Cp0zQklBKhVD8Yzc8LS45rkqcwpQ==}
|
|
|
|
'@codemirror/lint@6.9.4':
|
|
resolution: {integrity: sha512-ABc9vJ8DEmvOWuH26P3i8FpMWPQkduD9Rvba5iwb6O3hxASgclm3T3krGo8NASXkHCidz6b++LWlzWIUfEPSWw==}
|
|
|
|
'@codemirror/state@6.5.4':
|
|
resolution: {integrity: sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==}
|
|
|
|
'@codemirror/view@6.39.14':
|
|
resolution: {integrity: sha512-WJcvgHm/6Q7dvGT0YFv/6PSkoc36QlR0VCESS6x9tGsnF1lWLmmYxOgX3HH6v8fo6AvSLgpcs+H0Olre6MKXlg==}
|
|
|
|
'@daytonaio/api-client@0.150.0':
|
|
resolution: {integrity: sha512-NXGE1sgd8+VBzu3B7P/pLrlpci9nMoZecvLmK3zFDh8hr5Ra5vuXJN9pEVJmev93zUItQxHbuvaxaWrYzHevVA==}
|
|
|
|
'@daytonaio/sdk@0.150.0':
|
|
resolution: {integrity: sha512-JmNulFaLhmpjVVFtaRDZa84fxPuy0axQYVLrj1lvRgcZzcrwJRdHv9FZPMLbKdrbicMh3D7GYA9XeBMYVZBTIg==}
|
|
|
|
'@daytonaio/toolbox-api-client@0.150.0':
|
|
resolution: {integrity: sha512-7MCbD1FrzYjOaOmqpMDQe7cyoQTSImEOjQ+6Js4NlBOwPlz2PMi352XuG9qrBp9ngNpo8fpduYr35iDOjrpIVg==}
|
|
|
|
'@develar/schema-utils@2.6.5':
|
|
resolution: {integrity: sha512-0cp4PsWQ/9avqTVMCtZ+GirikIA36ikvjtHweU4/j8yLtgObI0+JUPhYFScgwlteveGB1rt3Cm8UhN04XayDig==}
|
|
engines: {node: '>= 8.9.0'}
|
|
|
|
'@dimforge/rapier2d-simd-compat@0.17.3':
|
|
resolution: {integrity: sha512-bijvwWz6NHsNj5e5i1vtd3dU2pDhthSaTUZSh14DUGGKJfw8eMnlWZsxwHBxB/a3AXVNDjL9abuHw1k9FGR+jg==}
|
|
|
|
'@drizzle-team/brocli@0.10.2':
|
|
resolution: {integrity: sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==}
|
|
|
|
'@electron/asar@3.4.1':
|
|
resolution: {integrity: sha512-i4/rNPRS84t0vSRa2HorerGRXWyF4vThfHesw0dmcWHp+cspK743UanA0suA5Q5y8kzY2y6YKrvbIUn69BCAiA==}
|
|
engines: {node: '>=10.12.0'}
|
|
hasBin: true
|
|
|
|
'@electron/get@2.0.3':
|
|
resolution: {integrity: sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
'@electron/notarize@2.5.0':
|
|
resolution: {integrity: sha512-jNT8nwH1f9X5GEITXaQ8IF/KdskvIkOFfB2CvwumsveVidzpSc+mvhhTMdAGSYF3O+Nq49lJ7y+ssODRXu06+A==}
|
|
engines: {node: '>= 10.0.0'}
|
|
|
|
'@electron/osx-sign@1.3.1':
|
|
resolution: {integrity: sha512-BAfviURMHpmb1Yb50YbCxnOY0wfwaLXH5KJ4+80zS0gUkzDX3ec23naTlEqKsN+PwYn+a1cCzM7BJ4Wcd3sGzw==}
|
|
engines: {node: '>=12.0.0'}
|
|
hasBin: true
|
|
|
|
'@electron/rebuild@3.6.1':
|
|
resolution: {integrity: sha512-f6596ZHpEq/YskUd8emYvOUne89ij8mQgjYFA5ru25QwbrRO+t1SImofdDv7kKOuWCmVOuU5tvfkbgGxIl3E/w==}
|
|
engines: {node: '>=12.13.0'}
|
|
hasBin: true
|
|
|
|
'@electron/universal@2.0.1':
|
|
resolution: {integrity: sha512-fKpv9kg4SPmt+hY7SVBnIYULE9QJl8L3sCfcBsnqbJwwBwAeTLokJ9TRt9y7bK0JAzIW2y78TVVjvnQEms/yyA==}
|
|
engines: {node: '>=16.4'}
|
|
|
|
'@emnapi/runtime@1.8.1':
|
|
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
|
|
|
|
'@esbuild-kit/core-utils@3.3.2':
|
|
resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
|
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
|
|
'@esbuild-kit/esm-loader@2.6.5':
|
|
resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
|
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
|
|
'@esbuild/aix-ppc64@0.25.12':
|
|
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/aix-ppc64@0.27.2':
|
|
resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/android-arm64@0.18.20':
|
|
resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm64@0.25.12':
|
|
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm64@0.27.2':
|
|
resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.18.20':
|
|
resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.25.12':
|
|
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.27.2':
|
|
resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.18.20':
|
|
resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.25.12':
|
|
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.27.2':
|
|
resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/darwin-arm64@0.18.20':
|
|
resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-arm64@0.25.12':
|
|
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-arm64@0.27.2':
|
|
resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.18.20':
|
|
resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.25.12':
|
|
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.27.2':
|
|
resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/freebsd-arm64@0.18.20':
|
|
resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-arm64@0.25.12':
|
|
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-arm64@0.27.2':
|
|
resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.18.20':
|
|
resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.25.12':
|
|
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.27.2':
|
|
resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/linux-arm64@0.18.20':
|
|
resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm64@0.25.12':
|
|
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm64@0.27.2':
|
|
resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.18.20':
|
|
resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.25.12':
|
|
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.27.2':
|
|
resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.18.20':
|
|
resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.25.12':
|
|
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.27.2':
|
|
resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.18.20':
|
|
resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.25.12':
|
|
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.27.2':
|
|
resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.18.20':
|
|
resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.25.12':
|
|
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.27.2':
|
|
resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.18.20':
|
|
resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.25.12':
|
|
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.27.2':
|
|
resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.18.20':
|
|
resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
|
|
engines: {node: '>=12'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.25.12':
|
|
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.27.2':
|
|
resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.18.20':
|
|
resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.25.12':
|
|
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.27.2':
|
|
resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.18.20':
|
|
resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.25.12':
|
|
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.27.2':
|
|
resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/netbsd-arm64@0.25.12':
|
|
resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-arm64@0.27.2':
|
|
resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.18.20':
|
|
resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.25.12':
|
|
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.27.2':
|
|
resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.25.12':
|
|
resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.27.2':
|
|
resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.18.20':
|
|
resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.25.12':
|
|
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.27.2':
|
|
resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openharmony-arm64@0.25.12':
|
|
resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/openharmony-arm64@0.27.2':
|
|
resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/sunos-x64@0.18.20':
|
|
resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/sunos-x64@0.25.12':
|
|
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/sunos-x64@0.27.2':
|
|
resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/win32-arm64@0.18.20':
|
|
resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-arm64@0.25.12':
|
|
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-arm64@0.27.2':
|
|
resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.18.20':
|
|
resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
|
|
engines: {node: '>=12'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.25.12':
|
|
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.27.2':
|
|
resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.18.20':
|
|
resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.25.12':
|
|
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.27.2':
|
|
resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@fastify/busboy@2.1.1':
|
|
resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==}
|
|
engines: {node: '>=14'}
|
|
|
|
'@floating-ui/core@1.7.5':
|
|
resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==}
|
|
|
|
'@floating-ui/dom@1.7.6':
|
|
resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==}
|
|
|
|
'@floating-ui/react-dom@2.1.8':
|
|
resolution: {integrity: sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
react-dom: '>=16.8.0'
|
|
|
|
'@floating-ui/react@0.27.19':
|
|
resolution: {integrity: sha512-31B8h5mm8YxotlE7/AU/PhNAl8eWxAmjL/v2QOxroDNkTFLk3Uu82u63N3b6TXa4EGJeeZLVcd/9AlNlVqzeog==}
|
|
peerDependencies:
|
|
react: '>=17.0.0'
|
|
react-dom: '>=17.0.0'
|
|
|
|
'@floating-ui/utils@0.2.11':
|
|
resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==}
|
|
|
|
'@gar/promisify@1.1.3':
|
|
resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
|
|
|
|
'@grammyjs/types@3.23.0':
|
|
resolution: {integrity: sha512-D3jQ4UWERPsyR3op/YFudMMIPNTU47vy7L51uO9/73tMELmjO/+LX5N36/Y0CG5IQfIsz43MxiHI5rgsK0/k+g==}
|
|
|
|
'@grpc/grpc-js@1.14.3':
|
|
resolution: {integrity: sha512-Iq8QQQ/7X3Sac15oB6p0FmUg/klxQvXLeileoqrTRGJYLV+/9tubbr9ipz0GKHjmXVsgFPo/+W+2cA8eNcR+XA==}
|
|
engines: {node: '>=12.10.0'}
|
|
|
|
'@grpc/proto-loader@0.8.0':
|
|
resolution: {integrity: sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
'@hey-api/client-fetch@0.13.1':
|
|
resolution: {integrity: sha512-29jBRYNdxVGlx5oewFgOrkulZckpIpBIRHth3uHFn1PrL2ucMy52FvWOY3U3dVx2go1Z3kUmMi6lr07iOpUqqA==}
|
|
deprecated: Starting with v0.73.0, this package is bundled directly inside @hey-api/openapi-ts.
|
|
peerDependencies:
|
|
'@hey-api/openapi-ts': < 2
|
|
|
|
'@hey-api/codegen-core@0.7.4':
|
|
resolution: {integrity: sha512-DGd9yeSQzflOWO3Y5mt1GRXkXH9O/yIMgbxPjwLI3jwu/3nAjoXXD26lEeFb6tclYlg0JAqTIs5d930G/qxHeA==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
'@hey-api/json-schema-ref-parser@1.3.1':
|
|
resolution: {integrity: sha512-7atnpUkT8TyUPHYPLk91j/GyaqMuwTEHanLOe50Dlx0EEvNuQqFD52Yjg8x4KU0UFL1mWlyhE+sUE/wAtQ1N2A==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
'@hey-api/openapi-ts@0.95.0':
|
|
resolution: {integrity: sha512-lk5C+WKl5yqEmliQihEyhX/jNcWlAykTSEqkDeKa9xSq5YDAzOFvx7oos8YTqiIzdc4TemtlEaB8Rns7+8A0qg==}
|
|
engines: {node: '>=20.19.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
typescript: '>=5.5.3 || >=6.0.0 || 6.0.1-rc'
|
|
|
|
'@hey-api/shared@0.3.0':
|
|
resolution: {integrity: sha512-G+4GPojdLEh9bUwRG88teMPM1HdqMm/IsJ38cbnNxhyDu1FkFGwilkA1EqnULCzfTam/ZoZkaLdmAd8xEh4Xsw==}
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
'@hey-api/spec-types@0.1.0':
|
|
resolution: {integrity: sha512-StS4RrAO5pyJCBwe6uF9MAuPflkztriW+FPnVb7oEjzDYv1sxPwP+f7fL6u6D+UVrKpZ/9bPNx/xXVdkeWPU6A==}
|
|
|
|
'@hey-api/types@0.1.4':
|
|
resolution: {integrity: sha512-thWfawrDIP7wSI9ioT13I5soaaqB5vAPIiZmgD8PbeEVKNrkonc0N/Sjj97ezl7oQgusZmaNphGdMKipPO6IBg==}
|
|
|
|
'@hono/node-server@1.19.11':
|
|
resolution: {integrity: sha512-dr8/3zEaB+p0D2n/IUrlPF1HZm586qgJNXK1a9fhg/PzdtkK7Ksd5l312tJX2yBuALqDYBlG20QEbayqPyxn+g==}
|
|
engines: {node: '>=18.14.1'}
|
|
peerDependencies:
|
|
hono: ^4
|
|
|
|
'@hono/standard-validator@0.2.2':
|
|
resolution: {integrity: sha512-mJ7W84Bt/rSvoIl63Ynew+UZOHAzzRAoAXb3JaWuxAkM/Lzg+ZHTCUiz77KOtn2e623WNN8LkD57Dk0szqUrIw==}
|
|
peerDependencies:
|
|
'@standard-schema/spec': ^1.0.0
|
|
hono: '>=3.9.0'
|
|
|
|
'@hono/swagger-ui@0.6.1':
|
|
resolution: {integrity: sha512-sJTvldu1GPeEPfyeLG7gRj+W4vEuD+JDi+JjJ3TJs/DvMUtBLs0KJO5yokGegWWdy5qrbdnQGekbhgNRmPmYKQ==}
|
|
peerDependencies:
|
|
hono: '>=4.0.0'
|
|
|
|
'@iarna/toml@2.2.5':
|
|
resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==}
|
|
|
|
'@iconify/types@2.0.0':
|
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
|
|
|
'@iconify/utils@3.1.0':
|
|
resolution: {integrity: sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==}
|
|
|
|
'@img/colour@1.1.0':
|
|
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@img/sharp-darwin-arm64@0.34.5':
|
|
resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-darwin-x64@0.34.5':
|
|
resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.2.4':
|
|
resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.2.4':
|
|
resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.2.4':
|
|
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-arm64@0.34.5':
|
|
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-arm@0.34.5':
|
|
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-ppc64@0.34.5':
|
|
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-riscv64@0.34.5':
|
|
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-s390x@0.34.5':
|
|
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linux-x64@0.34.5':
|
|
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@img/sharp-wasm32@0.34.5':
|
|
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [wasm32]
|
|
|
|
'@img/sharp-win32-arm64@0.34.5':
|
|
resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-ia32@0.34.5':
|
|
resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@img/sharp-win32-x64@0.34.5':
|
|
resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@isaacs/balanced-match@4.0.1':
|
|
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
|
|
engines: {node: 20 || >=22}
|
|
|
|
'@isaacs/brace-expansion@5.0.0':
|
|
resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==}
|
|
engines: {node: 20 || >=22}
|
|
|
|
'@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'}
|
|
|
|
'@jimp/core@1.6.0':
|
|
resolution: {integrity: sha512-EQQlKU3s9QfdJqiSrZWNTxBs3rKXgO2W+GxNXDtwchF3a4IqxDheFX1ti+Env9hdJXDiYLp2jTRjlxhPthsk8w==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/diff@1.6.0':
|
|
resolution: {integrity: sha512-+yUAQ5gvRC5D1WHYxjBHZI7JBRusGGSLf8AmPRPCenTzh4PA+wZ1xv2+cYqQwTfQHU5tXYOhA0xDytfHUf1Zyw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/file-ops@1.6.0':
|
|
resolution: {integrity: sha512-Dx/bVDmgnRe1AlniRpCKrGRm5YvGmUwbDzt+MAkgmLGf+jvBT75hmMEZ003n9HQI/aPnm/YKnXjg/hOpzNCpHQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/js-bmp@1.6.0':
|
|
resolution: {integrity: sha512-FU6Q5PC/e3yzLyBDXupR3SnL3htU7S3KEs4e6rjDP6gNEOXRFsWs6YD3hXuXd50jd8ummy+q2WSwuGkr8wi+Gw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/js-gif@1.6.0':
|
|
resolution: {integrity: sha512-N9CZPHOrJTsAUoWkWZstLPpwT5AwJ0wge+47+ix3++SdSL/H2QzyMqxbcDYNFe4MoI5MIhATfb0/dl/wmX221g==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/js-jpeg@1.6.0':
|
|
resolution: {integrity: sha512-6vgFDqeusblf5Pok6B2DUiMXplH8RhIKAryj1yn+007SIAQ0khM1Uptxmpku/0MfbClx2r7pnJv9gWpAEJdMVA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/js-png@1.6.0':
|
|
resolution: {integrity: sha512-AbQHScy3hDDgMRNfG0tPjL88AV6qKAILGReIa3ATpW5QFjBKpisvUaOqhzJ7Reic1oawx3Riyv152gaPfqsBVg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/js-tiff@1.6.0':
|
|
resolution: {integrity: sha512-zhReR8/7KO+adijj3h0ZQUOiun3mXUv79zYEAKvE0O+rP7EhgtKvWJOZfRzdZSNv0Pu1rKtgM72qgtwe2tFvyw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-blit@1.6.0':
|
|
resolution: {integrity: sha512-M+uRWl1csi7qilnSK8uxK4RJMSuVeBiO1AY0+7APnfUbQNZm6hCe0CCFv1Iyw1D/Dhb8ph8fQgm5mwM0eSxgVA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-blur@1.6.0':
|
|
resolution: {integrity: sha512-zrM7iic1OTwUCb0g/rN5y+UnmdEsT3IfuCXCJJNs8SZzP0MkZ1eTvuwK9ZidCuMo4+J3xkzCidRwYXB5CyGZTw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-circle@1.6.0':
|
|
resolution: {integrity: sha512-xt1Gp+LtdMKAXfDp3HNaG30SPZW6AQ7dtAtTnoRKorRi+5yCJjKqXRgkewS5bvj8DEh87Ko1ydJfzqS3P2tdWw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-color@1.6.0':
|
|
resolution: {integrity: sha512-J5q8IVCpkBsxIXM+45XOXTrsyfblyMZg3a9eAo0P7VPH4+CrvyNQwaYatbAIamSIN1YzxmO3DkIZXzRjFSz1SA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-contain@1.6.0':
|
|
resolution: {integrity: sha512-oN/n+Vdq/Qg9bB4yOBOxtY9IPAtEfES8J1n9Ddx+XhGBYT1/QTU/JYkGaAkIGoPnyYvmLEDqMz2SGihqlpqfzQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-cover@1.6.0':
|
|
resolution: {integrity: sha512-Iow0h6yqSC269YUJ8HC3Q/MpCi2V55sMlbkkTTx4zPvd8mWZlC0ykrNDeAy9IJegrQ7v5E99rJwmQu25lygKLA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-crop@1.6.0':
|
|
resolution: {integrity: sha512-KqZkEhvs+21USdySCUDI+GFa393eDIzbi1smBqkUPTE+pRwSWMAf01D5OC3ZWB+xZsNla93BDS9iCkLHA8wang==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-displace@1.6.0':
|
|
resolution: {integrity: sha512-4Y10X9qwr5F+Bo5ME356XSACEF55485j5nGdiyJ9hYzjQP9nGgxNJaZ4SAOqpd+k5sFaIeD7SQ0Occ26uIng5Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-dither@1.6.0':
|
|
resolution: {integrity: sha512-600d1RxY0pKwgyU0tgMahLNKsqEcxGdbgXadCiVCoGd6V6glyCvkNrnnwC0n5aJ56Htkj88PToSdF88tNVZEEQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-fisheye@1.6.0':
|
|
resolution: {integrity: sha512-E5QHKWSCBFtpgZarlmN3Q6+rTQxjirFqo44ohoTjzYVrDI6B6beXNnPIThJgPr0Y9GwfzgyarKvQuQuqCnnfbA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-flip@1.6.0':
|
|
resolution: {integrity: sha512-/+rJVDuBIVOgwoyVkBjUFHtP+wmW0r+r5OQ2GpatQofToPVbJw1DdYWXlwviSx7hvixTWLKVgRWQ5Dw862emDg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-hash@1.6.0':
|
|
resolution: {integrity: sha512-wWzl0kTpDJgYVbZdajTf+4NBSKvmI3bRI8q6EH9CVeIHps9VWVsUvEyb7rpbcwVLWYuzDtP2R0lTT6WeBNQH9Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-mask@1.6.0':
|
|
resolution: {integrity: sha512-Cwy7ExSJMZszvkad8NV8o/Z92X2kFUFM8mcDAhNVxU0Q6tA0op2UKRJY51eoK8r6eds/qak3FQkXakvNabdLnA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-print@1.6.0':
|
|
resolution: {integrity: sha512-zarTIJi8fjoGMSI/M3Xh5yY9T65p03XJmPsuNet19K/Q7mwRU6EV2pfj+28++2PV2NJ+htDF5uecAlnGyxFN2A==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-quantize@1.6.0':
|
|
resolution: {integrity: sha512-EmzZ/s9StYQwbpG6rUGBCisc3f64JIhSH+ncTJd+iFGtGo0YvSeMdAd+zqgiHpfZoOL54dNavZNjF4otK+mvlg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-resize@1.6.0':
|
|
resolution: {integrity: sha512-uSUD1mqXN9i1SGSz5ov3keRZ7S9L32/mAQG08wUwZiEi5FpbV0K8A8l1zkazAIZi9IJzLlTauRNU41Mi8IF9fA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-rotate@1.6.0':
|
|
resolution: {integrity: sha512-JagdjBLnUZGSG4xjCLkIpQOZZ3Mjbg8aGCCi4G69qR+OjNpOeGI7N2EQlfK/WE8BEHOW5vdjSyglNqcYbQBWRw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/plugin-threshold@1.6.0':
|
|
resolution: {integrity: sha512-M59m5dzLoHOVWdM41O8z9SyySzcDn43xHseOH0HavjsfQsT56GGCC4QzU1banJidbUrePhzoEdS42uFE8Fei8w==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/types@1.6.0':
|
|
resolution: {integrity: sha512-7UfRsiKo5GZTAATxm2qQ7jqmUXP0DxTArztllTcYdyw6Xi5oT4RaoXynVtCD4UyLK5gJgkZJcwonoijrhYFKfg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@jimp/utils@1.6.0':
|
|
resolution: {integrity: sha512-gqFTGEosKbOkYF/WFj26jMHOI5OH2jeP1MmC/zbK6BF6VJBf8rIC5898dPfSzZEbSA0wbbV5slbntWVc5PKLFA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@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/sourcemap-codec@1.5.5':
|
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
|
|
'@js-sdsl/ordered-map@4.4.2':
|
|
resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==}
|
|
|
|
'@jsdevtools/ono@7.1.3':
|
|
resolution: {integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==}
|
|
|
|
'@lexical/clipboard@0.35.0':
|
|
resolution: {integrity: sha512-ko7xSIIiayvDiqjNDX6fgH9RlcM6r9vrrvJYTcfGVBor5httx16lhIi0QJZ4+RNPvGtTjyFv4bwRmsixRRwImg==}
|
|
|
|
'@lexical/code@0.35.0':
|
|
resolution: {integrity: sha512-ox4DZwETQ9IA7+DS6PN8RJNwSAF7RMjL7YTVODIqFZ5tUFIf+5xoCHbz7Fll0Bvixlp12hVH90xnLwTLRGpkKw==}
|
|
|
|
'@lexical/devtools-core@0.35.0':
|
|
resolution: {integrity: sha512-C2wwtsMCR6ZTfO0TqpSM17RLJWyfHmifAfCTjFtOJu15p3M6NO/nHYK5Mt7YMQteuS89mOjB4ng8iwoLEZ6QpQ==}
|
|
peerDependencies:
|
|
react: '>=17.x'
|
|
react-dom: '>=17.x'
|
|
|
|
'@lexical/dragon@0.35.0':
|
|
resolution: {integrity: sha512-SL6mT5pcqrt6hEbJ16vWxip5+r3uvMd0bQV5UUxuk+cxIeuP86iTgRh0HFR7SM2dRTYovL6/tM/O+8QLAUGTIg==}
|
|
|
|
'@lexical/hashtag@0.35.0':
|
|
resolution: {integrity: sha512-LYJWzXuO2ZjKsvQwrLkNZiS2TsjwYkKjlDgtugzejquTBQ/o/nfSn/MmVx6EkYLOYizaJemmZbz3IBh+u732FA==}
|
|
|
|
'@lexical/history@0.35.0':
|
|
resolution: {integrity: sha512-onjDRLLxGbCfHexSxxrQaDaieIHyV28zCDrbxR5dxTfW8F8PxjuNyuaG0z6o468AXYECmclxkP+P4aT6poHEpQ==}
|
|
|
|
'@lexical/html@0.35.0':
|
|
resolution: {integrity: sha512-rXGFE5S5rKsg3tVnr1s4iEgOfCApNXGpIFI3T2jGEShaCZ5HLaBY9NVBXnE9Nb49e9bkDkpZ8FZd1qokCbQXbw==}
|
|
|
|
'@lexical/link@0.35.0':
|
|
resolution: {integrity: sha512-+0Wx6cBwO8TfdMzpkYFacsmgFh8X1rkiYbq3xoLvk3qV8upYxaMzK1s8Q1cpKmWyI0aZrU6z7fiK4vUqB7+69w==}
|
|
|
|
'@lexical/list@0.35.0':
|
|
resolution: {integrity: sha512-owsmc8iwgExBX8sFe8fKTiwJVhYULt9hD1RZ/HwfaiEtRZZkINijqReOBnW2mJfRxBzhFSWc4NG3ISB+fHYzqw==}
|
|
|
|
'@lexical/mark@0.35.0':
|
|
resolution: {integrity: sha512-W0hwMTAVeexvpk9/+J6n1G/sNkpI/Meq1yeDazahFLLAwXLHtvhIAq2P/klgFknDy1hr8X7rcsQuN/bqKcKHYg==}
|
|
|
|
'@lexical/markdown@0.35.0':
|
|
resolution: {integrity: sha512-BlNyXZAt4gWidMw0SRWrhBETY1BpPglFBZI7yzfqukFqgXRh7HUQA28OYeI/nsx9pgNob8TiUduUwShqqvOdEA==}
|
|
|
|
'@lexical/offset@0.35.0':
|
|
resolution: {integrity: sha512-DRE4Df6qYf2XiV6foh6KpGNmGAv2ANqt3oVXpyS6W8hTx3+cUuAA1APhCZmLNuU107um4zmHym7taCu6uXW5Yg==}
|
|
|
|
'@lexical/overflow@0.35.0':
|
|
resolution: {integrity: sha512-B25YvnJQTGlZcrNv7b0PJBLWq3tl8sql497OHfYYLem7EOMPKKDGJScJAKM/91D4H/mMAsx5gnA/XgKobriuTg==}
|
|
|
|
'@lexical/plain-text@0.35.0':
|
|
resolution: {integrity: sha512-lwBCUNMJf7Gujp2syVWMpKRahfbTv5Wq+H3HK1Q1gKH1P2IytPRxssCHvexw9iGwprSyghkKBlbF3fGpEdIJvQ==}
|
|
|
|
'@lexical/react@0.35.0':
|
|
resolution: {integrity: sha512-uYAZSqumH8tRymMef+A0f2hQvMwplKK9DXamcefnk3vSNDHHqRWQXpiUo6kD+rKWuQmMbVa5RW4xRQebXEW+1A==}
|
|
peerDependencies:
|
|
react: '>=17.x'
|
|
react-dom: '>=17.x'
|
|
|
|
'@lexical/rich-text@0.35.0':
|
|
resolution: {integrity: sha512-qEHu8g7vOEzz9GUz1VIUxZBndZRJPh9iJUFI+qTDHj+tQqnd5LCs+G9yz6jgNfiuWWpezTp0i1Vz/udNEuDPKQ==}
|
|
|
|
'@lexical/selection@0.35.0':
|
|
resolution: {integrity: sha512-mMtDE7Q0nycXdFTTH/+ta6EBrBwxBB4Tg8QwsGntzQ1Cq//d838dpXpFjJOqHEeVHUqXpiuj+cBG8+bvz/rPRw==}
|
|
|
|
'@lexical/table@0.35.0':
|
|
resolution: {integrity: sha512-9jlTlkVideBKwsEnEkqkdg7A3mije1SvmfiqoYnkl1kKJCLA5iH90ywx327PU0p+bdnURAytWUeZPXaEuEl2OA==}
|
|
|
|
'@lexical/text@0.35.0':
|
|
resolution: {integrity: sha512-uaMh46BkysV8hK8wQwp5g/ByZW+2hPDt8ahAErxtf8NuzQem1FHG/f5RTchmFqqUDVHO3qLNTv4AehEGmXv8MA==}
|
|
|
|
'@lexical/utils@0.35.0':
|
|
resolution: {integrity: sha512-2H393EYDnFznYCDFOW3MHiRzwEO5M/UBhtUjvTT+9kc+qhX4U3zc8ixQalo5UmZ5B2nh7L/inXdTFzvSRXtsRA==}
|
|
|
|
'@lexical/yjs@0.35.0':
|
|
resolution: {integrity: sha512-3DSP7QpmTGYU9bN/yljP0PIao4tNIQtsR4ycauWNSawxs/GQCZtSmAPcLRnCm6qpqsDDjUtKjO/1Ej8FRp0m0w==}
|
|
peerDependencies:
|
|
yjs: '>=13.5.22'
|
|
|
|
'@lezer/common@1.5.1':
|
|
resolution: {integrity: sha512-6YRVG9vBkaY7p1IVxL4s44n5nUnaNnGM2/AckNgYOnxTG2kWh1vR8BMxPseWPjRNpb5VtXnMpeYAEAADoRV1Iw==}
|
|
|
|
'@lezer/css@1.3.0':
|
|
resolution: {integrity: sha512-pBL7hup88KbI7hXnZV3PQsn43DHy6TWyzuyk2AO9UyoXcDltvIdqWKE1dLL/45JVZ+YZkHe1WVHqO6wugZZWcw==}
|
|
|
|
'@lezer/highlight@1.2.3':
|
|
resolution: {integrity: sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==}
|
|
|
|
'@lezer/html@1.3.13':
|
|
resolution: {integrity: sha512-oI7n6NJml729m7pjm9lvLvmXbdoMoi2f+1pwSDJkl9d68zGr7a9Btz8NdHTGQZtW2DA25ybeuv/SyDb9D5tseg==}
|
|
|
|
'@lezer/javascript@1.5.4':
|
|
resolution: {integrity: sha512-vvYx3MhWqeZtGPwDStM2dwgljd5smolYD2lR2UyFcHfxbBQebqx8yjmFmxtJ/E6nN6u1D9srOiVWm3Rb4tmcUA==}
|
|
|
|
'@lezer/lr@1.4.8':
|
|
resolution: {integrity: sha512-bPWa0Pgx69ylNlMlPvBPryqeLYQjyJjqPx+Aupm5zydLIF3NE+6MMLT8Yi23Bd9cif9VS00aUebn+6fDIGBcDA==}
|
|
|
|
'@lezer/markdown@1.6.3':
|
|
resolution: {integrity: sha512-jpGm5Ps+XErS+xA4urw7ogEGkeZOahVQF21Z6oECF0sj+2liwZopd2+I8uH5I/vZsRuuze3OxBREIANLf6KKUw==}
|
|
|
|
'@malept/cross-spawn-promise@2.0.0':
|
|
resolution: {integrity: sha512-1DpKU0Z5ThltBwjNySMC14g0CkbyhCaz9FkhxqNsZI6uAPJXFS8cMXlBKo26FJ8ZuW6S9GCMcR9IO5k2X5/9Fg==}
|
|
engines: {node: '>= 12.13.0'}
|
|
|
|
'@malept/flatpak-bundler@0.4.0':
|
|
resolution: {integrity: sha512-9QOtNffcOF/c1seMCDnjckb3R9WHcG34tky+FHpNKKCW0wc/scYLwMtO+ptyGUfMW0/b/n4qRiALlaFHc9Oj7Q==}
|
|
engines: {node: '>= 10.0.0'}
|
|
|
|
'@marijn/find-cluster-break@1.0.2':
|
|
resolution: {integrity: sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==}
|
|
|
|
'@mermaid-js/parser@1.1.0':
|
|
resolution: {integrity: sha512-gxK9ZX2+Fex5zu8LhRQoMeMPEHbc73UKZ0FQ54YrQtUxE1VVhMwzeNtKRPAu5aXks4FasbMe4xB4bWrmq6Jlxw==}
|
|
|
|
'@next/env@14.2.35':
|
|
resolution: {integrity: sha512-DuhvCtj4t9Gwrx80dmz2F4t/zKQ4ktN8WrMwOuVzkJfBilwAwGr6v16M5eI8yCuZ63H9TTuEU09Iu2HqkzFPVQ==}
|
|
|
|
'@next/env@16.1.6':
|
|
resolution: {integrity: sha512-N1ySLuZjnAtN3kFnwhAwPvZah8RJxKasD7x1f8shFqhncnWZn4JMfg37diLNuoHsLAlrDfM3g4mawVdtAG8XLQ==}
|
|
|
|
'@next/env@16.2.1':
|
|
resolution: {integrity: sha512-n8P/HCkIWW+gVal2Z8XqXJ6aB3J0tuM29OcHpCsobWlChH/SITBs1DFBk/HajgrwDkqqBXPbuUuzgDvUekREPg==}
|
|
|
|
'@next/swc-darwin-arm64@14.2.33':
|
|
resolution: {integrity: sha512-HqYnb6pxlsshoSTubdXKu15g3iivcbsMXg4bYpjL2iS/V6aQot+iyF4BUc2qA/J/n55YtvE4PHMKWBKGCF/+wA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@next/swc-darwin-arm64@16.1.6':
|
|
resolution: {integrity: sha512-wTzYulosJr/6nFnqGW7FrG3jfUUlEf8UjGA0/pyypJl42ExdVgC6xJgcXQ+V8QFn6niSG2Pb8+MIG1mZr2vczw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@next/swc-darwin-arm64@16.2.1':
|
|
resolution: {integrity: sha512-BwZ8w8YTaSEr2HIuXLMLxIdElNMPvY9fLqb20LX9A9OMGtJilhHLbCL3ggyd0TwjmMcTxi0XXt+ur1vWUoxj2Q==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@next/swc-darwin-x64@14.2.33':
|
|
resolution: {integrity: sha512-8HGBeAE5rX3jzKvF593XTTFg3gxeU4f+UWnswa6JPhzaR6+zblO5+fjltJWIZc4aUalqTclvN2QtTC37LxvZAA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@next/swc-darwin-x64@16.1.6':
|
|
resolution: {integrity: sha512-BLFPYPDO+MNJsiDWbeVzqvYd4NyuRrEYVB5k2N3JfWncuHAy2IVwMAOlVQDFjj+krkWzhY2apvmekMkfQR0CUQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@next/swc-darwin-x64@16.2.1':
|
|
resolution: {integrity: sha512-/vrcE6iQSJq3uL3VGVHiXeaKbn8Es10DGTGRJnRZlkNQQk3kaNtAJg8Y6xuAlrx/6INKVjkfi5rY0iEXorZ6uA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@next/swc-linux-arm64-gnu@14.2.33':
|
|
resolution: {integrity: sha512-JXMBka6lNNmqbkvcTtaX8Gu5by9547bukHQvPoLe9VRBx1gHwzf5tdt4AaezW85HAB3pikcvyqBToRTDA4DeLw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-arm64-gnu@16.1.6':
|
|
resolution: {integrity: sha512-OJYkCd5pj/QloBvoEcJ2XiMnlJkRv9idWA/j0ugSuA34gMT6f5b7vOiCQHVRpvStoZUknhl6/UxOXL4OwtdaBw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-arm64-gnu@16.2.1':
|
|
resolution: {integrity: sha512-uLn+0BK+C31LTVbQ/QU+UaVrV0rRSJQ8RfniQAHPghDdgE+SlroYqcmFnO5iNjNfVWCyKZHYrs3Nl0mUzWxbBw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-arm64-musl@14.2.33':
|
|
resolution: {integrity: sha512-Bm+QulsAItD/x6Ih8wGIMfRJy4G73tu1HJsrccPW6AfqdZd0Sfm5Imhgkgq2+kly065rYMnCOxTBvmvFY1BKfg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-arm64-musl@16.1.6':
|
|
resolution: {integrity: sha512-S4J2v+8tT3NIO9u2q+S0G5KdvNDjXfAv06OhfOzNDaBn5rw84DGXWndOEB7d5/x852A20sW1M56vhC/tRVbccQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-arm64-musl@16.2.1':
|
|
resolution: {integrity: sha512-ssKq6iMRnHdnycGp9hCuGnXJZ0YPr4/wNwrfE5DbmvEcgl9+yv97/Kq3TPVDfYome1SW5geciLB9aiEqKXQjlQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-x64-gnu@14.2.33':
|
|
resolution: {integrity: sha512-FnFn+ZBgsVMbGDsTqo8zsnRzydvsGV8vfiWwUo1LD8FTmPTdV+otGSWKc4LJec0oSexFnCYVO4hX8P8qQKaSlg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-x64-gnu@16.1.6':
|
|
resolution: {integrity: sha512-2eEBDkFlMMNQnkTyPBhQOAyn2qMxyG2eE7GPH2WIDGEpEILcBPI/jdSv4t6xupSP+ot/jkfrCShLAa7+ZUPcJQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-x64-gnu@16.2.1':
|
|
resolution: {integrity: sha512-HQm7SrHRELJ30T1TSmT706IWovFFSRGxfgUkyWJZF/RKBMdbdRWJuFrcpDdE5vy9UXjFOx6L3mRdqH04Mmx0hg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-x64-musl@14.2.33':
|
|
resolution: {integrity: sha512-345tsIWMzoXaQndUTDv1qypDRiebFxGYx9pYkhwY4hBRaOLt8UGfiWKr9FSSHs25dFIf8ZqIFaPdy5MljdoawA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-x64-musl@16.1.6':
|
|
resolution: {integrity: sha512-oicJwRlyOoZXVlxmIMaTq7f8pN9QNbdes0q2FXfRsPhfCi8n8JmOZJm5oo1pwDaFbnnD421rVU409M3evFbIqg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@next/swc-linux-x64-musl@16.2.1':
|
|
resolution: {integrity: sha512-aV2iUaC/5HGEpbBkE+4B8aHIudoOy5DYekAKOMSHoIYQ66y/wIVeaRx8MS2ZMdxe/HIXlMho4ubdZs/J8441Tg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@next/swc-win32-arm64-msvc@14.2.33':
|
|
resolution: {integrity: sha512-nscpt0G6UCTkrT2ppnJnFsYbPDQwmum4GNXYTeoTIdsmMydSKFz9Iny2jpaRupTb+Wl298+Rh82WKzt9LCcqSQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@next/swc-win32-arm64-msvc@16.1.6':
|
|
resolution: {integrity: sha512-gQmm8izDTPgs+DCWH22kcDmuUp7NyiJgEl18bcr8irXA5N2m2O+JQIr6f3ct42GOs9c0h8QF3L5SzIxcYAAXXw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@next/swc-win32-arm64-msvc@16.2.1':
|
|
resolution: {integrity: sha512-IXdNgiDHaSk0ZUJ+xp0OQTdTgnpx1RCfRTalhn3cjOP+IddTMINwA7DXZrwTmGDO8SUr5q2hdP/du4DcrB1GxA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@next/swc-win32-ia32-msvc@14.2.33':
|
|
resolution: {integrity: sha512-pc9LpGNKhJ0dXQhZ5QMmYxtARwwmWLpeocFmVG5Z0DzWq5Uf0izcI8tLc+qOpqxO1PWqZ5A7J1blrUIKrIFc7Q==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@next/swc-win32-x64-msvc@14.2.33':
|
|
resolution: {integrity: sha512-nOjfZMy8B94MdisuzZo9/57xuFVLHJaDj5e/xrduJp9CV2/HrfxTRH2fbyLe+K9QT41WBLUd4iXX3R7jBp0EUg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@next/swc-win32-x64-msvc@16.1.6':
|
|
resolution: {integrity: sha512-NRfO39AIrzBnixKbjuo2YiYhB6o9d8v/ymU9m/Xk8cyVk+k7XylniXkHwjs4s70wedVffc6bQNbufk5v0xEm0A==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@next/swc-win32-x64-msvc@16.2.1':
|
|
resolution: {integrity: sha512-qvU+3a39Hay+ieIztkGSbF7+mccbbg1Tk25hc4JDylf8IHjYmY/Zm64Qq1602yPyQqvie+vf5T/uPwNxDNIoeg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@noble/ciphers@2.1.1':
|
|
resolution: {integrity: sha512-bysYuiVfhxNJuldNXlFEitTVdNnYUc+XNJZd7Qm2a5j1vZHgY+fazadNFWFaMK/2vye0JVlxV3gHmC0WDfAOQw==}
|
|
engines: {node: '>= 20.19.0'}
|
|
|
|
'@noble/hashes@2.0.1':
|
|
resolution: {integrity: sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==}
|
|
engines: {node: '>= 20.19.0'}
|
|
|
|
'@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'}
|
|
|
|
'@npmcli/fs@2.1.2':
|
|
resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
'@npmcli/move-file@2.0.1':
|
|
resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
deprecated: This functionality has been moved to @npmcli/fs
|
|
|
|
'@opencode-ai/sdk@1.4.9':
|
|
resolution: {integrity: sha512-S8WQLuBFu2WwvSc1wupsV4qskniBA+JN1VaZZs52BPWwiN2zQFTD5/6dMh6oiYOMDtPjKsTFZ6qLFxDvVPNggQ==}
|
|
|
|
'@opentelemetry/api-logs@0.207.0':
|
|
resolution: {integrity: sha512-lAb0jQRVyleQQGiuuvCOTDVspc14nx6XJjP4FspJ1sNARo3Regq4ZZbrc3rN4b1TYSuUCvgH+UXUPug4SLOqEQ==}
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
'@opentelemetry/api@1.9.0':
|
|
resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==}
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
'@opentelemetry/context-async-hooks@2.2.0':
|
|
resolution: {integrity: sha512-qRkLWiUEZNAmYapZ7KGS5C4OmBLcP/H2foXeOEaowYCR0wi89fHejrfYfbuLVCMLp/dWZXKvQusdbUEZjERfwQ==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.0.0 <1.10.0'
|
|
|
|
'@opentelemetry/core@2.2.0':
|
|
resolution: {integrity: sha512-FuabnnUm8LflnieVxs6eP7Z383hgQU4W1e3KJS6aOG3RxWxcHyBxH8fDMHNgu/gFx/M2jvTOW/4/PHhLz6bjWw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.0.0 <1.10.0'
|
|
|
|
'@opentelemetry/core@2.6.0':
|
|
resolution: {integrity: sha512-HLM1v2cbZ4TgYN6KEOj+Bbj8rAKriOdkF9Ed3tG25FoprSiQl7kYc+RRT6fUZGOvx0oMi5U67GoFdT+XUn8zEg==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.0.0 <1.10.0'
|
|
|
|
'@opentelemetry/exporter-logs-otlp-grpc@0.207.0':
|
|
resolution: {integrity: sha512-K92RN+kQGTMzFDsCzsYNGqOsXRUnko/Ckk+t/yPJao72MewOLgBUTWVHhebgkNfRCYqDz1v3K0aPT9OJkemvgg==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-logs-otlp-http@0.207.0':
|
|
resolution: {integrity: sha512-JpOh7MguEUls8eRfkVVW3yRhClo5b9LqwWTOg8+i4gjr/+8eiCtquJnC7whvpTIGyff06cLZ2NsEj+CVP3Mjeg==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-logs-otlp-proto@0.207.0':
|
|
resolution: {integrity: sha512-RQJEV/K6KPbQrIUbsrRkEe0ufks1o5OGLHy6jbDD8tRjeCsbFHWfg99lYBRqBV33PYZJXsigqMaAbjWGTFYzLw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-metrics-otlp-grpc@0.207.0':
|
|
resolution: {integrity: sha512-6flX89W54gkwmqYShdcTBR1AEF5C1Ob0O8pDgmLPikTKyEv27lByr9yBmO5WrP0+5qJuNPHrLfgFQFYi6npDGA==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-metrics-otlp-http@0.207.0':
|
|
resolution: {integrity: sha512-fG8FAJmvXOrKXGIRN8+y41U41IfVXxPRVwyB05LoMqYSjugx/FSBkMZUZXUT/wclTdmBKtS5MKoi0bEKkmRhSw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-metrics-otlp-proto@0.207.0':
|
|
resolution: {integrity: sha512-kDBxiTeQjaRlUQzS1COT9ic+et174toZH6jxaVuVAvGqmxOkgjpLOjrI5ff8SMMQE69r03L3Ll3nPKekLopLwg==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-prometheus@0.207.0':
|
|
resolution: {integrity: sha512-Y5p1s39FvIRmU+F1++j7ly8/KSqhMmn6cMfpQqiDCqDjdDHwUtSq0XI0WwL3HYGnZeaR/VV4BNmsYQJ7GAPrhw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-trace-otlp-grpc@0.207.0':
|
|
resolution: {integrity: sha512-7u2ZmcIx6D4KG/+5np4X2qA0o+O0K8cnUDhR4WI/vr5ZZ0la9J9RG+tkSjC7Yz+2XgL6760gSIM7/nyd3yaBLA==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-trace-otlp-http@0.207.0':
|
|
resolution: {integrity: sha512-HSRBzXHIC7C8UfPQdu15zEEoBGv0yWkhEwxqgPCHVUKUQ9NLHVGXkVrf65Uaj7UwmAkC1gQfkuVYvLlD//AnUQ==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-trace-otlp-proto@0.207.0':
|
|
resolution: {integrity: sha512-ruUQB4FkWtxHjNmSXjrhmJZFvyMm+tBzHyMm7YPQshApy4wvZUTcrpPyP/A/rCl/8M4BwoVIZdiwijMdbZaq4w==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/exporter-zipkin@2.2.0':
|
|
resolution: {integrity: sha512-VV4QzhGCT7cWrGasBWxelBjqbNBbyHicWWS/66KoZoe9BzYwFB72SH2/kkc4uAviQlO8iwv2okIJy+/jqqEHTg==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.0.0
|
|
|
|
'@opentelemetry/instrumentation-http@0.207.0':
|
|
resolution: {integrity: sha512-FC4i5hVixTzuhg4SV2ycTEAYx+0E2hm+GwbdoVPSA6kna0pPVI4etzaA9UkpJ9ussumQheFXP6rkGIaFJjMxsw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/instrumentation@0.207.0':
|
|
resolution: {integrity: sha512-y6eeli9+TLKnznrR8AZlQMSJT7wILpXH+6EYq5Vf/4Ao+huI7EedxQHwRgVUOMLFbe7VFDvHJrX9/f4lcwnJsA==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/otlp-exporter-base@0.207.0':
|
|
resolution: {integrity: sha512-4RQluMVVGMrHok/3SVeSJ6EnRNkA2MINcX88sh+d/7DjGUrewW/WT88IsMEci0wUM+5ykTpPPNbEOoW+jwHnbw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/otlp-grpc-exporter-base@0.207.0':
|
|
resolution: {integrity: sha512-eKFjKNdsPed4q9yYqeI5gBTLjXxDM/8jwhiC0icw3zKxHVGBySoDsed5J5q/PGY/3quzenTr3FiTxA3NiNT+nw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/otlp-transformer@0.207.0':
|
|
resolution: {integrity: sha512-+6DRZLqM02uTIY5GASMZWUwr52sLfNiEe20+OEaZKhztCs3+2LxoTjb6JxFRd9q1qNqckXKYlUKjbH/AhG8/ZA==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.3.0
|
|
|
|
'@opentelemetry/propagator-b3@2.2.0':
|
|
resolution: {integrity: sha512-9CrbTLFi5Ee4uepxg2qlpQIozoJuoAZU5sKMx0Mn7Oh+p7UrgCiEV6C02FOxxdYVRRFQVCinYR8Kf6eMSQsIsw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.0.0 <1.10.0'
|
|
|
|
'@opentelemetry/propagator-jaeger@2.2.0':
|
|
resolution: {integrity: sha512-FfeOHOrdhiNzecoB1jZKp2fybqmqMPJUXe2ZOydP7QzmTPYcfPeuaclTLYVhK3HyJf71kt8sTl92nV4YIaLaKA==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.0.0 <1.10.0'
|
|
|
|
'@opentelemetry/resources@2.2.0':
|
|
resolution: {integrity: sha512-1pNQf/JazQTMA0BiO5NINUzH0cbLbbl7mntLa4aJNmCCXSj0q03T5ZXXL0zw4G55TjdL9Tz32cznGClf+8zr5A==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.3.0 <1.10.0'
|
|
|
|
'@opentelemetry/resources@2.6.0':
|
|
resolution: {integrity: sha512-D4y/+OGe3JSuYUCBxtH5T9DSAWNcvCb/nQWIga8HNtXTVPQn59j0nTBAgaAXxUVBDl40mG3Tc76b46wPlZaiJQ==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.3.0 <1.10.0'
|
|
|
|
'@opentelemetry/sdk-logs@0.207.0':
|
|
resolution: {integrity: sha512-4MEQmn04y+WFe6cyzdrXf58hZxilvY59lzZj2AccuHW/+BxLn/rGVN/Irsi/F0qfBOpMOrrCLKTExoSL2zoQmg==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.4.0 <1.10.0'
|
|
|
|
'@opentelemetry/sdk-metrics@2.2.0':
|
|
resolution: {integrity: sha512-G5KYP6+VJMZzpGipQw7Giif48h6SGQ2PFKEYCybeXJsOCB4fp8azqMAAzE5lnnHK3ZVwYQrgmFbsUJO/zOnwGw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.9.0 <1.10.0'
|
|
|
|
'@opentelemetry/sdk-node@0.207.0':
|
|
resolution: {integrity: sha512-hnRsX/M8uj0WaXOBvFenQ8XsE8FLVh2uSnn1rkWu4mx+qu7EKGUZvZng6y/95cyzsqOfiaDDr08Ek4jppkIDNg==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.3.0 <1.10.0'
|
|
|
|
'@opentelemetry/sdk-trace-base@2.2.0':
|
|
resolution: {integrity: sha512-xWQgL0Bmctsalg6PaXExmzdedSp3gyKV8mQBwK/j9VGdCDu2fmXIb2gAehBKbkXCpJ4HPkgv3QfoJWRT4dHWbw==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.3.0 <1.10.0'
|
|
|
|
'@opentelemetry/sdk-trace-base@2.6.0':
|
|
resolution: {integrity: sha512-g/OZVkqlxllgFM7qMKqbPV9c1DUPhQ7d4n3pgZFcrnrNft9eJXZM2TNHTPYREJBrtNdRytYyvwjgL5geDKl3EQ==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.3.0 <1.10.0'
|
|
|
|
'@opentelemetry/sdk-trace-node@2.2.0':
|
|
resolution: {integrity: sha512-+OaRja3f0IqGG2kptVeYsrZQK9nKRSpfFrKtRBq4uh6nIB8bTBgaGvYQrQoRrQWQMA5dK5yLhDMDc0dvYvCOIQ==}
|
|
engines: {node: ^18.19.0 || >=20.6.0}
|
|
peerDependencies:
|
|
'@opentelemetry/api': '>=1.0.0 <1.10.0'
|
|
|
|
'@opentelemetry/semantic-conventions@1.40.0':
|
|
resolution: {integrity: sha512-cifvXDhcqMwwTlTK04GBNeIe7yyo28Mfby85QXFe1Yk8nmi36Ab/5UQwptOx84SsoGNRg+EVSjwzfSZMy6pmlw==}
|
|
engines: {node: '>=14'}
|
|
|
|
'@opentui/core-darwin-arm64@0.1.77':
|
|
resolution: {integrity: sha512-SNqmygCMEsPCW7xWjzCZ5caBf36xaprwVdAnFijGDOuIzLA4iaDa6um8cj3TJh7awenN3NTRsuRc7OuH42UH+g==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@opentui/core-darwin-x64@0.1.77':
|
|
resolution: {integrity: sha512-/8fsa03swEHTQt/9NrGm98kemlU+VuTURI/OFZiH53vPDRrOYIYoa4Jyga/H7ZMcG+iFhkq97zIe+0Kw95LGmA==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@opentui/core-linux-arm64@0.1.77':
|
|
resolution: {integrity: sha512-QfUXZJPc69OvqoMu+AlLgjqXrwu4IeqcBuUWYMuH8nPTeLsVUc3CBbXdV2lv9UDxWzxzrxdS4ALPaxvmEv9lsQ==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@opentui/core-linux-x64@0.1.77':
|
|
resolution: {integrity: sha512-Kmfx0yUKnPj67AoXYIgL7qQo0QVsUG5Iw8aRtv6XFzXqa5SzBPhaKkKZ9yHPjOmTalZquUs+9zcCRNKpYYuL7A==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@opentui/core-win32-arm64@0.1.77':
|
|
resolution: {integrity: sha512-HGTscPXc7gdd23Nh1DbzUNjog1I+5IZp95XPtLftGTpjrWs60VcetXcyJqK2rQcXNxewJK5yDyaa5QyMjfEhCQ==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@opentui/core-win32-x64@0.1.77':
|
|
resolution: {integrity: sha512-c7GijsbvVgnlzd2murIbwuwrGbcv76KdUw6WlVv7a0vex50z6xJCpv1keGzpe0QfxrZ/6fFEFX7JnwGLno0wjA==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@opentui/core@0.1.77':
|
|
resolution: {integrity: sha512-lE3kabm6jdqK3AuBq+O0zZrXdxt6ulmibTc57sf+AsPny6cmwYHnWI4wD6hcreFiYoQVNVvdiJchVgPtowMlEg==}
|
|
peerDependencies:
|
|
web-tree-sitter: 0.25.10
|
|
|
|
'@opentui/solid@0.1.77':
|
|
resolution: {integrity: sha512-JY+hUbXVV+XCk6bC8dvcwawWCEmC3Gid6GDs23AJWBgHZ3TU2kRKrgwTdltm45DOq2cZXrYCt690/yE8bP+Gxg==}
|
|
peerDependencies:
|
|
solid-js: 1.9.9
|
|
|
|
'@paper-design/shaders-react@0.0.72':
|
|
resolution: {integrity: sha512-q6KwquL93ZVNcuSM7pqzW0z/VLjnDVb/NSpYyGJBxf7MEHHCXx37E+zw/Px6RZLt3SGCUerIDDCGCMT385oW0w==}
|
|
peerDependencies:
|
|
'@types/react': ^18 || ^19
|
|
react: ^18 || ^19
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@paper-design/shaders@0.0.72':
|
|
resolution: {integrity: sha512-rk2BFuV5ood2DaivbxJC2jQMzaB434isDUzdUQ85Cy0OWnUMuxl8kyGMR74TDPyjo3EvcHIyreNLkJdRG+GfSA==}
|
|
|
|
'@pinojs/redact@0.4.0':
|
|
resolution: {integrity: sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==}
|
|
|
|
'@pkgjs/parseargs@0.11.0':
|
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
engines: {node: '>=14'}
|
|
|
|
'@planetscale/database@1.19.0':
|
|
resolution: {integrity: sha512-Tv4jcFUFAFjOWrGSio49H6R2ijALv0ZzVBfJKIdm+kl9X046Fh4LLawrF9OMsglVbK6ukqMJsUCeucGAFTBcMA==}
|
|
engines: {node: '>=16'}
|
|
|
|
'@playwright/test@1.58.2':
|
|
resolution: {integrity: sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
'@protobufjs/aspromise@1.1.2':
|
|
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
|
|
|
|
'@protobufjs/base64@1.1.2':
|
|
resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==}
|
|
|
|
'@protobufjs/codegen@2.0.4':
|
|
resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==}
|
|
|
|
'@protobufjs/eventemitter@1.1.0':
|
|
resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==}
|
|
|
|
'@protobufjs/fetch@1.1.0':
|
|
resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==}
|
|
|
|
'@protobufjs/float@1.0.2':
|
|
resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==}
|
|
|
|
'@protobufjs/inquire@1.1.0':
|
|
resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==}
|
|
|
|
'@protobufjs/path@1.1.2':
|
|
resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==}
|
|
|
|
'@protobufjs/pool@1.1.0':
|
|
resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==}
|
|
|
|
'@protobufjs/utf8@1.1.0':
|
|
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
|
|
|
|
'@radix-ui/colors@3.0.0':
|
|
resolution: {integrity: sha512-FUOsGBkHrYJwCSEtWRCIfQbZG7q1e6DgxCIOe1SUQzDe/7rXXeA47s8yCn6fuTNQAj1Zq4oTFi9Yjp3wzElcxg==}
|
|
|
|
'@rolldown/pluginutils@1.0.0-rc.3':
|
|
resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==}
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.55.1':
|
|
resolution: {integrity: sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-android-arm64@4.55.1':
|
|
resolution: {integrity: sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-darwin-arm64@4.55.1':
|
|
resolution: {integrity: sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-darwin-x64@4.55.1':
|
|
resolution: {integrity: sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.55.1':
|
|
resolution: {integrity: sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-freebsd-x64@4.55.1':
|
|
resolution: {integrity: sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.55.1':
|
|
resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.55.1':
|
|
resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.55.1':
|
|
resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.55.1':
|
|
resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-loong64-gnu@4.55.1':
|
|
resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-loong64-musl@4.55.1':
|
|
resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.55.1':
|
|
resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-ppc64-musl@4.55.1':
|
|
resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.55.1':
|
|
resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.55.1':
|
|
resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.55.1':
|
|
resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.55.1':
|
|
resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.55.1':
|
|
resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-openbsd-x64@4.55.1':
|
|
resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@rollup/rollup-openharmony-arm64@4.55.1':
|
|
resolution: {integrity: sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.55.1':
|
|
resolution: {integrity: sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.55.1':
|
|
resolution: {integrity: sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-x64-gnu@4.55.1':
|
|
resolution: {integrity: sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.55.1':
|
|
resolution: {integrity: sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@sindresorhus/is@4.6.0':
|
|
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
|
|
engines: {node: '>=10'}
|
|
|
|
'@slack/logger@4.0.0':
|
|
resolution: {integrity: sha512-Wz7QYfPAlG/DR+DfABddUZeNgoeY7d1J39OCR2jR+v7VBsB8ezulDK5szTnDDPDwLH5IWhLvXIHlCFZV7MSKgA==}
|
|
engines: {node: '>= 18', npm: '>= 8.6.0'}
|
|
|
|
'@slack/socket-mode@2.0.5':
|
|
resolution: {integrity: sha512-VaapvmrAifeFLAFaDPfGhEwwunTKsI6bQhYzxRXw7BSujZUae5sANO76WqlVsLXuhVtCVrBWPiS2snAQR2RHJQ==}
|
|
engines: {node: '>= 18', npm: '>= 8.6.0'}
|
|
|
|
'@slack/types@2.19.0':
|
|
resolution: {integrity: sha512-7+QZ38HGcNh/b/7MpvPG6jnw7mliV6UmrquJLqgdxkzJgQEYUcEztvFWRU49z0x4vthF0ixL5lTK601AXrS8IA==}
|
|
engines: {node: '>= 12.13.0', npm: '>= 6.12.0'}
|
|
|
|
'@slack/web-api@7.13.0':
|
|
resolution: {integrity: sha512-ERcExbWrnkDN8ovoWWe6Wgt/usanj1dWUd18dJLpctUI4mlPS0nKt81Joh8VI+OPbNnY1lIilVt9gdMBD9U2ig==}
|
|
engines: {node: '>= 18', npm: '>= 8.6.0'}
|
|
|
|
'@smithy/abort-controller@4.2.12':
|
|
resolution: {integrity: sha512-xolrFw6b+2iYGl6EcOL7IJY71vvyZ0DJ3mcKtpykqPe2uscwtzDZJa1uVQXyP7w9Dd+kGwYnPbMsJrGISKiY/Q==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/chunked-blob-reader-native@4.2.3':
|
|
resolution: {integrity: sha512-jA5k5Udn7Y5717L86h4EIv06wIr3xn8GM1qHRi/Nf31annXcXHJjBKvgztnbn2TxH3xWrPBfgwHsOwZf0UmQWw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/chunked-blob-reader@5.2.2':
|
|
resolution: {integrity: sha512-St+kVicSyayWQca+I1rGitaOEH6uKgE8IUWoYnnEX26SWdWQcL6LvMSD19Lg+vYHKdT9B2Zuu7rd3i6Wnyb/iw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/config-resolver@4.4.11':
|
|
resolution: {integrity: sha512-YxFiiG4YDAtX7WMN7RuhHZLeTmRRAOyCbr+zB8e3AQzHPnUhS8zXjB1+cniPVQI3xbWsQPM0X2aaIkO/ME0ymw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/core@3.23.11':
|
|
resolution: {integrity: sha512-952rGf7hBRnhUIaeLp6q4MptKW8sPFe5VvkoZ5qIzFAtx6c/QZ/54FS3yootsyUSf9gJX/NBqEBNdNR7jMIlpQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/credential-provider-imds@4.2.12':
|
|
resolution: {integrity: sha512-cr2lR792vNZcYMriSIj+Um3x9KWrjcu98kn234xA6reOAFMmbRpQMOv8KPgEmLLtx3eldU6c5wALKFqNOhugmg==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/eventstream-codec@4.2.12':
|
|
resolution: {integrity: sha512-FE3bZdEl62ojmy8x4FHqxq2+BuOHlcxiH5vaZ6aqHJr3AIZzwF5jfx8dEiU/X0a8RboyNDjmXjlbr8AdEyLgiA==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/eventstream-serde-browser@4.2.12':
|
|
resolution: {integrity: sha512-XUSuMxlTxV5pp4VpqZf6Sa3vT/Q75FVkLSpSSE3KkWBvAQWeuWt1msTv8fJfgA4/jcJhrbrbMzN1AC/hvPmm5A==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/eventstream-serde-config-resolver@4.3.12':
|
|
resolution: {integrity: sha512-7epsAZ3QvfHkngz6RXQYseyZYHlmWXSTPOfPmXkiS+zA6TBNo1awUaMFL9vxyXlGdoELmCZyZe1nQE+imbmV+Q==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/eventstream-serde-node@4.2.12':
|
|
resolution: {integrity: sha512-D1pFuExo31854eAvg89KMn9Oab/wEeJR6Buy32B49A9Ogdtx5fwZPqBHUlDzaCDpycTFk2+fSQgX689Qsk7UGA==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/eventstream-serde-universal@4.2.12':
|
|
resolution: {integrity: sha512-+yNuTiyBACxOJUTvbsNsSOfH9G9oKbaJE1lNL3YHpGcuucl6rPZMi3nrpehpVOVR2E07YqFFmtwpImtpzlouHQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/fetch-http-handler@5.3.15':
|
|
resolution: {integrity: sha512-T4jFU5N/yiIfrtrsb9uOQn7RdELdM/7HbyLNr6uO/mpkj1ctiVs7CihVr51w4LyQlXWDpXFn4BElf1WmQvZu/A==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/hash-blob-browser@4.2.13':
|
|
resolution: {integrity: sha512-YrF4zWKh+ghLuquldj6e/RzE3xZYL8wIPfkt0MqCRphVICjyyjH8OwKD7LLlKpVEbk4FLizFfC1+gwK6XQdR3g==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/hash-node@4.2.12':
|
|
resolution: {integrity: sha512-QhBYbGrbxTkZ43QoTPrK72DoYviDeg6YKDrHTMJbbC+A0sml3kSjzFtXP7BtbyJnXojLfTQldGdUR0RGD8dA3w==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/hash-stream-node@4.2.12':
|
|
resolution: {integrity: sha512-O3YbmGExeafuM/kP7Y8r6+1y0hIh3/zn6GROx0uNlB54K9oihAL75Qtc+jFfLNliTi6pxOAYZrRKD9A7iA6UFw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/invalid-dependency@4.2.12':
|
|
resolution: {integrity: sha512-/4F1zb7Z8LOu1PalTdESFHR0RbPwHd3FcaG1sI3UEIriQTWakysgJr65lc1jj6QY5ye7aFsisajotH6UhWfm/g==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/is-array-buffer@2.2.0':
|
|
resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
'@smithy/is-array-buffer@4.2.2':
|
|
resolution: {integrity: sha512-n6rQ4N8Jj4YTQO3YFrlgZuwKodf4zUFs7EJIWH86pSCWBaAtAGBFfCM7Wx6D2bBJ2xqFNxGBSrUWswT3M0VJow==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/md5-js@4.2.12':
|
|
resolution: {integrity: sha512-W/oIpHCpWU2+iAkfZYyGWE+qkpuf3vEXHLxQQDx9FPNZTTdnul0dZ2d/gUFrtQ5je1G2kp4cjG0/24YueG2LbQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/middleware-content-length@4.2.12':
|
|
resolution: {integrity: sha512-YE58Yz+cvFInWI/wOTrB+DbvUVz/pLn5mC5MvOV4fdRUc6qGwygyngcucRQjAhiCEbmfLOXX0gntSIcgMvAjmA==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/middleware-endpoint@4.4.25':
|
|
resolution: {integrity: sha512-dqjLwZs2eBxIUG6Qtw8/YZ4DvzHGIf0DA18wrgtfP6a50UIO7e2nY0FPdcbv5tVJKqWCCU5BmGMOUwT7Puan+A==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/middleware-retry@4.4.42':
|
|
resolution: {integrity: sha512-vbwyqHRIpIZutNXZpLAozakzamcINaRCpEy1MYmK6xBeW3xN+TyPRA123GjXnuxZIjc9848MRRCugVMTXxC4Eg==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/middleware-serde@4.2.14':
|
|
resolution: {integrity: sha512-+CcaLoLa5apzSRtloOyG7lQvkUw2ZDml3hRh4QiG9WyEPfW5Ke/3tPOPiPjUneuT59Tpn8+c3RVaUvvkkwqZwg==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/middleware-stack@4.2.12':
|
|
resolution: {integrity: sha512-kruC5gRHwsCOuyCd4ouQxYjgRAym2uDlCvQ5acuMtRrcdfg7mFBg6blaxcJ09STpt3ziEkis6bhg1uwrWU7txw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/node-config-provider@4.3.12':
|
|
resolution: {integrity: sha512-tr2oKX2xMcO+rBOjobSwVAkV05SIfUKz8iI53rzxEmgW3GOOPOv0UioSDk+J8OpRQnpnhsO3Af6IEBabQBVmiw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/node-http-handler@4.4.16':
|
|
resolution: {integrity: sha512-ULC8UCS/HivdCB3jhi+kLFYe4B5gxH2gi9vHBfEIiRrT2jfKiZNiETJSlzRtE6B26XbBHjPtc8iZKSNqMol9bw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/property-provider@4.2.12':
|
|
resolution: {integrity: sha512-jqve46eYU1v7pZ5BM+fmkbq3DerkSluPr5EhvOcHxygxzD05ByDRppRwRPPpFrsFo5yDtCYLKu+kreHKVrvc7A==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/protocol-http@5.3.12':
|
|
resolution: {integrity: sha512-fit0GZK9I1xoRlR4jXmbLhoN0OdEpa96ul8M65XdmXnxXkuMxM0Y8HDT0Fh0Xb4I85MBvBClOzgSrV1X2s1Hxw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/querystring-builder@4.2.12':
|
|
resolution: {integrity: sha512-6wTZjGABQufekycfDGMEB84BgtdOE/rCVTov+EDXQ8NHKTUNIp/j27IliwP7tjIU9LR+sSzyGBOXjeEtVgzCHg==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/querystring-parser@4.2.12':
|
|
resolution: {integrity: sha512-P2OdvrgiAKpkPNKlKUtWbNZKB1XjPxM086NeVhK+W+wI46pIKdWBe5QyXvhUm3MEcyS/rkLvY8rZzyUdmyDZBw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/service-error-classification@4.2.12':
|
|
resolution: {integrity: sha512-LlP29oSQN0Tw0b6D0Xo6BIikBswuIiGYbRACy5ujw/JgWSzTdYj46U83ssf6Ux0GyNJVivs2uReU8pt7Eu9okQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/shared-ini-file-loader@4.4.7':
|
|
resolution: {integrity: sha512-HrOKWsUb+otTeo1HxVWeEb99t5ER1XrBi/xka2Wv6NVmTbuCUC1dvlrksdvxFtODLBjsC+PHK+fuy2x/7Ynyiw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/signature-v4@5.3.12':
|
|
resolution: {integrity: sha512-B/FBwO3MVOL00DaRSXfXfa/TRXRheagt/q5A2NM13u7q+sHS59EOVGQNfG7DkmVtdQm5m3vOosoKAXSqn/OEgw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/smithy-client@4.12.5':
|
|
resolution: {integrity: sha512-UqwYawyqSr/aog8mnLnfbPurS0gi4G7IYDcD28cUIBhsvWs1+rQcL2IwkUQ+QZ7dibaoRzhNF99fAQ9AUcO00w==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/types@4.13.1':
|
|
resolution: {integrity: sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/url-parser@4.2.12':
|
|
resolution: {integrity: sha512-wOPKPEpso+doCZGIlr+e1lVI6+9VAKfL4kZWFgzVgGWY2hZxshNKod4l2LXS3PRC9otH/JRSjtEHqQ/7eLciRA==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-base64@4.3.2':
|
|
resolution: {integrity: sha512-XRH6b0H/5A3SgblmMa5ErXQ2XKhfbQB+Fm/oyLZ2O2kCUrwgg55bU0RekmzAhuwOjA9qdN5VU2BprOvGGUkOOQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-body-length-browser@4.2.2':
|
|
resolution: {integrity: sha512-JKCrLNOup3OOgmzeaKQwi4ZCTWlYR5H4Gm1r2uTMVBXoemo1UEghk5vtMi1xSu2ymgKVGW631e2fp9/R610ZjQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-body-length-node@4.2.3':
|
|
resolution: {integrity: sha512-ZkJGvqBzMHVHE7r/hcuCxlTY8pQr1kMtdsVPs7ex4mMU+EAbcXppfo5NmyxMYi2XU49eqaz56j2gsk4dHHPG/g==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-buffer-from@2.2.0':
|
|
resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
'@smithy/util-buffer-from@4.2.2':
|
|
resolution: {integrity: sha512-FDXD7cvUoFWwN6vtQfEta540Y/YBe5JneK3SoZg9bThSoOAC/eGeYEua6RkBgKjGa/sz6Y+DuBZj3+YEY21y4Q==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-config-provider@4.2.2':
|
|
resolution: {integrity: sha512-dWU03V3XUprJwaUIFVv4iOnS1FC9HnMHDfUrlNDSh4315v0cWyaIErP8KiqGVbf5z+JupoVpNM7ZB3jFiTejvQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-defaults-mode-browser@4.3.41':
|
|
resolution: {integrity: sha512-M1w1Ux0rSVvBOxIIiqbxvZvhnjQ+VUjJrugtORE90BbadSTH+jsQL279KRL3Hv0w69rE7EuYkV/4Lepz/NBW9g==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-defaults-mode-node@4.2.44':
|
|
resolution: {integrity: sha512-YPze3/lD1KmWuZsl9JlfhcgGLX7AXhSoaCDtiPntUjNW5/YY0lOHjkcgxyE9x/h5vvS1fzDifMGjzqnNlNiqOQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-endpoints@3.3.3':
|
|
resolution: {integrity: sha512-VACQVe50j0HZPjpwWcjyT51KUQ4AnsvEaQ2lKHOSL4mNLD0G9BjEniQ+yCt1qqfKfiAHRAts26ud7hBjamrwig==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-hex-encoding@4.2.2':
|
|
resolution: {integrity: sha512-Qcz3W5vuHK4sLQdyT93k/rfrUwdJ8/HZ+nMUOyGdpeGA1Wxt65zYwi3oEl9kOM+RswvYq90fzkNDahPS8K0OIg==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-middleware@4.2.12':
|
|
resolution: {integrity: sha512-Er805uFUOvgc0l8nv0e0su0VFISoxhJ/AwOn3gL2NWNY2LUEldP5WtVcRYSQBcjg0y9NfG8JYrCJaYDpupBHJQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-retry@4.2.12':
|
|
resolution: {integrity: sha512-1zopLDUEOwumjcHdJ1mwBHddubYF8GMQvstVCLC54Y46rqoHwlIU+8ZzUeaBcD+WCJHyDGSeZ2ml9YSe9aqcoQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-stream@4.5.19':
|
|
resolution: {integrity: sha512-v4sa+3xTweL1CLO2UP0p7tvIMH/Rq1X4KKOxd568mpe6LSLMQCnDHs4uv7m3ukpl3HvcN2JH6jiCS0SNRXKP/w==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-uri-escape@4.2.2':
|
|
resolution: {integrity: sha512-2kAStBlvq+lTXHyAZYfJRb/DfS3rsinLiwb+69SstC9Vb0s9vNWkRwpnj918Pfi85mzi42sOqdV72OLxWAISnw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-utf8@2.3.0':
|
|
resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
'@smithy/util-utf8@4.2.2':
|
|
resolution: {integrity: sha512-75MeYpjdWRe8M5E3AW0O4Cx3UadweS+cwdXjwYGBW5h/gxxnbeZ877sLPX/ZJA9GVTlL/qG0dXP29JWFCD1Ayw==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/util-waiter@4.2.13':
|
|
resolution: {integrity: sha512-2zdZ9DTHngRtcYxJK1GUDxruNr53kv5W2Lupe0LMU+Imr6ohQg8M2T14MNkj1Y0wS3FFwpgpGQyvuaMF7CiTmQ==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@smithy/uuid@1.1.2':
|
|
resolution: {integrity: sha512-O/IEdcCUKkubz60tFbGA7ceITTAJsty+lBjNoorP4Z6XRqaFb/OjQjZODophEcuq68nKm6/0r+6/lLQ+XVpk8g==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@solid-primitives/event-bus@1.1.2':
|
|
resolution: {integrity: sha512-l+n10/51neGcMaP3ypYt21bXfoeWh8IaC8k7fYuY3ww2a8S1Zv2N2a7FF5Qn+waTu86l0V8/nRHjkyqVIZBYwA==}
|
|
peerDependencies:
|
|
solid-js: ^1.6.12
|
|
|
|
'@solid-primitives/storage@4.3.3':
|
|
resolution: {integrity: sha512-ACbNwMZ1s8VAvld6EUXkDkX/US3IhtlPLxg6+B2s9MwNUugwdd51I98LPEaHrdLpqPmyzqgoJe0TxEFlf3Dqrw==}
|
|
peerDependencies:
|
|
'@tauri-apps/plugin-store': '*'
|
|
solid-js: ^1.6.12
|
|
solid-start: '*'
|
|
peerDependenciesMeta:
|
|
'@tauri-apps/plugin-store':
|
|
optional: true
|
|
solid-start:
|
|
optional: true
|
|
|
|
'@solid-primitives/utils@6.3.2':
|
|
resolution: {integrity: sha512-hZ/M/qr25QOCcwDPOHtGjxTD8w2mNyVAYvcfgwzBHq2RwNqHNdDNsMZYap20+ruRwW4A3Cdkczyoz0TSxLCAPQ==}
|
|
peerDependencies:
|
|
solid-js: ^1.6.12
|
|
|
|
'@solidjs/router@0.15.4':
|
|
resolution: {integrity: sha512-WOpgg9a9T638cR+5FGbFi/IV4l2FpmBs1GpIMSPa0Ce9vyJN7Wts+X2PqMf9IYn0zUj2MlSJtm1gp7/HI/n5TQ==}
|
|
peerDependencies:
|
|
solid-js: ^1.8.6
|
|
|
|
'@standard-community/standard-json@0.3.5':
|
|
resolution: {integrity: sha512-4+ZPorwDRt47i+O7RjyuaxHRK/37QY/LmgxlGrRrSTLYoFatEOzvqIc85GTlM18SFZ5E91C+v0o/M37wZPpUHA==}
|
|
peerDependencies:
|
|
'@standard-schema/spec': ^1.0.0
|
|
'@types/json-schema': ^7.0.15
|
|
'@valibot/to-json-schema': ^1.3.0
|
|
arktype: ^2.1.20
|
|
effect: ^3.16.8
|
|
quansync: ^0.2.11
|
|
sury: ^10.0.0
|
|
typebox: ^1.0.17
|
|
valibot: ^1.1.0
|
|
zod: ^3.25.0 || ^4.0.0
|
|
zod-to-json-schema: ^3.24.5
|
|
peerDependenciesMeta:
|
|
'@valibot/to-json-schema':
|
|
optional: true
|
|
arktype:
|
|
optional: true
|
|
effect:
|
|
optional: true
|
|
sury:
|
|
optional: true
|
|
typebox:
|
|
optional: true
|
|
valibot:
|
|
optional: true
|
|
zod:
|
|
optional: true
|
|
zod-to-json-schema:
|
|
optional: true
|
|
|
|
'@standard-community/standard-openapi@0.2.9':
|
|
resolution: {integrity: sha512-htj+yldvN1XncyZi4rehbf9kLbu8os2Ke/rfqoZHCMHuw34kiF3LP/yQPdA0tQ940y8nDq3Iou8R3wG+AGGyvg==}
|
|
peerDependencies:
|
|
'@standard-community/standard-json': ^0.3.5
|
|
'@standard-schema/spec': ^1.0.0
|
|
arktype: ^2.1.20
|
|
effect: ^3.17.14
|
|
openapi-types: ^12.1.3
|
|
sury: ^10.0.0
|
|
typebox: ^1.0.0
|
|
valibot: ^1.1.0
|
|
zod: ^3.25.0 || ^4.0.0
|
|
zod-openapi: ^4
|
|
peerDependenciesMeta:
|
|
arktype:
|
|
optional: true
|
|
effect:
|
|
optional: true
|
|
sury:
|
|
optional: true
|
|
typebox:
|
|
optional: true
|
|
valibot:
|
|
optional: true
|
|
zod:
|
|
optional: true
|
|
zod-openapi:
|
|
optional: true
|
|
|
|
'@standard-schema/spec@1.1.0':
|
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
|
|
'@swc/counter@0.1.3':
|
|
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
|
|
|
'@swc/helpers@0.5.15':
|
|
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
|
|
|
|
'@swc/helpers@0.5.5':
|
|
resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==}
|
|
|
|
'@szmarczak/http-timer@4.0.6':
|
|
resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==}
|
|
engines: {node: '>=10'}
|
|
|
|
'@tailwindcss/node@4.1.18':
|
|
resolution: {integrity: sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==}
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.1.18':
|
|
resolution: {integrity: sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.1.18':
|
|
resolution: {integrity: sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.1.18':
|
|
resolution: {integrity: sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.1.18':
|
|
resolution: {integrity: sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18':
|
|
resolution: {integrity: sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.1.18':
|
|
resolution: {integrity: sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.18':
|
|
resolution: {integrity: sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.18':
|
|
resolution: {integrity: sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.1.18':
|
|
resolution: {integrity: sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.1.18':
|
|
resolution: {integrity: sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==}
|
|
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.1.18':
|
|
resolution: {integrity: sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.1.18':
|
|
resolution: {integrity: sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@tailwindcss/oxide@4.1.18':
|
|
resolution: {integrity: sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==}
|
|
engines: {node: '>= 10'}
|
|
|
|
'@tailwindcss/vite@4.1.18':
|
|
resolution: {integrity: sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==}
|
|
peerDependencies:
|
|
vite: ^5.2.0 || ^6 || ^7
|
|
|
|
'@tanstack/query-core@5.96.2':
|
|
resolution: {integrity: sha512-hzI6cTVh4KNRk8UtoIBS7Lv9g6BnJPXvBKsvYH1aGWvv0347jT3BnSvztOE+kD76XGvZnRC/t6qdW1CaIfwCeA==}
|
|
|
|
'@tanstack/react-query@5.96.2':
|
|
resolution: {integrity: sha512-sYyzzJT4G0g02azzJ8o55VFFV31XvFpdUpG+unxS0vSaYsJnSPKGoI6WdPwUucJL1wpgGfwfmntNX/Ub1uOViA==}
|
|
peerDependencies:
|
|
react: ^18 || ^19
|
|
|
|
'@tanstack/react-virtual@3.13.23':
|
|
resolution: {integrity: sha512-XnMRnHQ23piOVj2bzJqHrRrLg4r+F86fuBcwteKfbIjJrtGxb4z7tIvPVAe4B+4UVwo9G4Giuz5fmapcrnZ0OQ==}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
'@tanstack/solid-virtual@3.13.19':
|
|
resolution: {integrity: sha512-4uCuwY/nfQzoxuJCOroEGgRQkoDuzRE4wVdDq47InQ9WPQ+1dkBUyE7k7frcTPy+l1yjCCmLGdq9h9GQyofVHw==}
|
|
peerDependencies:
|
|
solid-js: ^1.3.0
|
|
|
|
'@tanstack/virtual-core@3.13.19':
|
|
resolution: {integrity: sha512-/BMP7kNhzKOd7wnDeB8NrIRNLwkf5AhCYCvtfZV2GXWbBieFm/el0n6LOAXlTi6ZwHICSNnQcIxRCWHrLzDY+g==}
|
|
|
|
'@tanstack/virtual-core@3.13.23':
|
|
resolution: {integrity: sha512-zSz2Z2HNyLjCplANTDyl3BcdQJc2k1+yyFoKhNRmCr7V7dY8o8q5m8uFTI1/Pg1kL+Hgrz6u3Xo6eFUB7l66cg==}
|
|
|
|
'@tauri-apps/api@2.10.1':
|
|
resolution: {integrity: sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw==}
|
|
|
|
'@tauri-apps/cli-darwin-arm64@2.9.6':
|
|
resolution: {integrity: sha512-gf5no6N9FCk1qMrti4lfwP77JHP5haASZgVbBgpZG7BUepB3fhiLCXGUK8LvuOjP36HivXewjg72LTnPDScnQQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@tauri-apps/cli-darwin-x64@2.9.6':
|
|
resolution: {integrity: sha512-oWh74WmqbERwwrwcueJyY6HYhgCksUc6NT7WKeXyrlY/FPmNgdyQAgcLuTSkhRFuQ6zh4Np1HZpOqCTpeZBDcw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.6':
|
|
resolution: {integrity: sha512-/zde3bFroFsNXOHN204DC2qUxAcAanUjVXXSdEGmhwMUZeAQalNj5cz2Qli2elsRjKN/hVbZOJj0gQ5zaYUjSg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@tauri-apps/cli-linux-arm64-gnu@2.9.6':
|
|
resolution: {integrity: sha512-pvbljdhp9VOo4RnID5ywSxgBs7qiylTPlK56cTk7InR3kYSTJKYMqv/4Q/4rGo/mG8cVppesKIeBMH42fw6wjg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@tauri-apps/cli-linux-arm64-musl@2.9.6':
|
|
resolution: {integrity: sha512-02TKUndpodXBCR0oP//6dZWGYcc22Upf2eP27NvC6z0DIqvkBBFziQUcvi2n6SrwTRL0yGgQjkm9K5NIn8s6jw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@tauri-apps/cli-linux-riscv64-gnu@2.9.6':
|
|
resolution: {integrity: sha512-fmp1hnulbqzl1GkXl4aTX9fV+ubHw2LqlLH1PE3BxZ11EQk+l/TmiEongjnxF0ie4kV8DQfDNJ1KGiIdWe1GvQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@tauri-apps/cli-linux-x64-gnu@2.9.6':
|
|
resolution: {integrity: sha512-vY0le8ad2KaV1PJr+jCd8fUF9VOjwwQP/uBuTJvhvKTloEwxYA/kAjKK9OpIslGA9m/zcnSo74czI6bBrm2sYA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@tauri-apps/cli-linux-x64-musl@2.9.6':
|
|
resolution: {integrity: sha512-TOEuB8YCFZTWVDzsO2yW0+zGcoMiPPwcUgdnW1ODnmgfwccpnihDRoks+ABT1e3fHb1ol8QQWsHSCovb3o2ENQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@tauri-apps/cli-win32-arm64-msvc@2.9.6':
|
|
resolution: {integrity: sha512-ujmDGMRc4qRLAnj8nNG26Rlz9klJ0I0jmZs2BPpmNNf0gM/rcVHhqbEkAaHPTBVIrtUdf7bGvQAD2pyIiUrBHQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@tauri-apps/cli-win32-ia32-msvc@2.9.6':
|
|
resolution: {integrity: sha512-S4pT0yAJgFX8QRCyKA1iKjZ9Q/oPjCZf66A/VlG5Yw54Nnr88J1uBpmenINbXxzyhduWrIXBaUbEY1K80ZbpMg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@tauri-apps/cli-win32-x64-msvc@2.9.6':
|
|
resolution: {integrity: sha512-ldWuWSSkWbKOPjQMJoYVj9wLHcOniv7diyI5UAJ4XsBdtaFB0pKHQsqw/ItUma0VXGC7vB4E9fZjivmxur60aw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@tauri-apps/cli@2.9.6':
|
|
resolution: {integrity: sha512-3xDdXL5omQ3sPfBfdC8fCtDKcnyV7OqyzQgfyT5P3+zY6lcPqIYKQBvUasNvppi21RSdfhy44ttvJmftb0PCDw==}
|
|
engines: {node: '>= 10'}
|
|
hasBin: true
|
|
|
|
'@tauri-apps/plugin-deep-link@2.4.7':
|
|
resolution: {integrity: sha512-K0FQlLM6BoV7Ws2xfkh+Tnwi5VZVdkI4Vw/3AGLSf0Xvu2y86AMBzd9w/SpzKhw9ai2B6ES8di/OoGDCExkOzg==}
|
|
|
|
'@tauri-apps/plugin-dialog@2.6.0':
|
|
resolution: {integrity: sha512-q4Uq3eY87TdcYzXACiYSPhmpBA76shgmQswGkSVio4C82Sz2W4iehe9TnKYwbq7weHiL88Yw19XZm7v28+Micg==}
|
|
|
|
'@tauri-apps/plugin-http@2.5.6':
|
|
resolution: {integrity: sha512-KhCK3TDNDF4vdz75/j+KNQipYKf+295Visa8r32QcXScg0+D3JwShcCM6D+FN8WuDF24X3KSiAB8QtRxW6jKRA==}
|
|
|
|
'@tauri-apps/plugin-opener@2.5.3':
|
|
resolution: {integrity: sha512-CCcUltXMOfUEArbf3db3kCE7Ggy1ExBEBl51Ko2ODJ6GDYHRp1nSNlQm5uNCFY5k7/ufaK5Ib3Du/Zir19IYQQ==}
|
|
|
|
'@tauri-apps/plugin-process@2.3.1':
|
|
resolution: {integrity: sha512-nCa4fGVaDL/B9ai03VyPOjfAHRHSBz5v6F/ObsB73r/dA3MHHhZtldaDMIc0V/pnUw9ehzr2iEG+XkSEyC0JJA==}
|
|
|
|
'@tauri-apps/plugin-updater@2.9.0':
|
|
resolution: {integrity: sha512-j++sgY8XpeDvzImTrzWA08OqqGqgkNyxczLD7FjNJJx/uXxMZFz5nDcfkyoI/rCjYuj2101Tci/r/HFmOmoxCg==}
|
|
|
|
'@tokenizer/token@0.3.0':
|
|
resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==}
|
|
|
|
'@tootallnate/once@2.0.0':
|
|
resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
|
|
engines: {node: '>= 10'}
|
|
|
|
'@turbo/darwin-64@2.8.20':
|
|
resolution: {integrity: sha512-FQ9EX1xMU5nbwjxXxM3yU88AQQ6Sqc6S44exPRroMcx9XZHqqppl5ymJF0Ig/z3nvQNwDmz1Gsnvxubo+nXWjQ==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@turbo/darwin-arm64@2.8.20':
|
|
resolution: {integrity: sha512-Gpyh9ATFGThD6/s9L95YWY54cizg/VRWl2B67h0yofG8BpHf67DFAh9nuJVKG7bY0+SBJDAo5cMur+wOl9YOYw==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@turbo/linux-64@2.8.20':
|
|
resolution: {integrity: sha512-p2QxWUYyYUgUFG0b0kR+pPi8t7c9uaVlRtjTTI1AbCvVqkpjUfCcReBn6DgG/Hu8xrWdKLuyQFaLYFzQskZbcA==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@turbo/linux-arm64@2.8.20':
|
|
resolution: {integrity: sha512-Gn5yjlZGLRZWarLWqdQzv0wMqyBNIdq1QLi48F1oY5Lo9kiohuf7BPQWtWxeNVS2NgJ1+nb/DzK1JduYC4AWOA==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@turbo/windows-64@2.8.20':
|
|
resolution: {integrity: sha512-vyaDpYk/8T6Qz5V/X+ihKvKFEZFUoC0oxYpC1sZanK6gaESJlmV3cMRT3Qhcg4D2VxvtC2Jjs9IRkrZGL+exLw==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@turbo/windows-arm64@2.8.20':
|
|
resolution: {integrity: sha512-voicVULvUV5yaGXo0Iue13BcHGYW3u0VgqSbfQwBaHbpj1zLjYV4KIe+7fYIo6DO8FVUJzxFps3ODCQG/Wy2Qw==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@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/cacheable-request@6.0.3':
|
|
resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==}
|
|
|
|
'@types/d3-array@3.2.2':
|
|
resolution: {integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==}
|
|
|
|
'@types/d3-axis@3.0.6':
|
|
resolution: {integrity: sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==}
|
|
|
|
'@types/d3-brush@3.0.6':
|
|
resolution: {integrity: sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==}
|
|
|
|
'@types/d3-chord@3.0.6':
|
|
resolution: {integrity: sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==}
|
|
|
|
'@types/d3-color@3.1.3':
|
|
resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
|
|
|
|
'@types/d3-contour@3.0.6':
|
|
resolution: {integrity: sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==}
|
|
|
|
'@types/d3-delaunay@6.0.4':
|
|
resolution: {integrity: sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==}
|
|
|
|
'@types/d3-dispatch@3.0.7':
|
|
resolution: {integrity: sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==}
|
|
|
|
'@types/d3-drag@3.0.7':
|
|
resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==}
|
|
|
|
'@types/d3-dsv@3.0.7':
|
|
resolution: {integrity: sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==}
|
|
|
|
'@types/d3-ease@3.0.2':
|
|
resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==}
|
|
|
|
'@types/d3-fetch@3.0.7':
|
|
resolution: {integrity: sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==}
|
|
|
|
'@types/d3-force@3.0.10':
|
|
resolution: {integrity: sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==}
|
|
|
|
'@types/d3-format@3.0.4':
|
|
resolution: {integrity: sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==}
|
|
|
|
'@types/d3-geo@3.1.0':
|
|
resolution: {integrity: sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==}
|
|
|
|
'@types/d3-hierarchy@3.1.7':
|
|
resolution: {integrity: sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==}
|
|
|
|
'@types/d3-interpolate@3.0.4':
|
|
resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
|
|
|
|
'@types/d3-path@3.1.1':
|
|
resolution: {integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==}
|
|
|
|
'@types/d3-polygon@3.0.2':
|
|
resolution: {integrity: sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==}
|
|
|
|
'@types/d3-quadtree@3.0.6':
|
|
resolution: {integrity: sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==}
|
|
|
|
'@types/d3-random@3.0.3':
|
|
resolution: {integrity: sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==}
|
|
|
|
'@types/d3-scale-chromatic@3.1.0':
|
|
resolution: {integrity: sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==}
|
|
|
|
'@types/d3-scale@4.0.9':
|
|
resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==}
|
|
|
|
'@types/d3-selection@3.0.11':
|
|
resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==}
|
|
|
|
'@types/d3-shape@3.1.8':
|
|
resolution: {integrity: sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==}
|
|
|
|
'@types/d3-time-format@4.0.3':
|
|
resolution: {integrity: sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==}
|
|
|
|
'@types/d3-time@3.0.4':
|
|
resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==}
|
|
|
|
'@types/d3-timer@3.0.2':
|
|
resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
|
|
|
|
'@types/d3-transition@3.0.9':
|
|
resolution: {integrity: sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==}
|
|
|
|
'@types/d3-zoom@3.0.8':
|
|
resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==}
|
|
|
|
'@types/d3@7.4.3':
|
|
resolution: {integrity: sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==}
|
|
|
|
'@types/debug@4.1.13':
|
|
resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==}
|
|
|
|
'@types/estree-jsx@1.0.5':
|
|
resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
|
|
|
|
'@types/estree@1.0.8':
|
|
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
|
|
'@types/fs-extra@9.0.13':
|
|
resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
|
|
|
|
'@types/geojson@7946.0.16':
|
|
resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==}
|
|
|
|
'@types/hast@3.0.4':
|
|
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
|
|
|
|
'@types/http-cache-semantics@4.2.0':
|
|
resolution: {integrity: sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==}
|
|
|
|
'@types/json-schema@7.0.15':
|
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
|
|
'@types/keyv@3.1.4':
|
|
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
|
|
|
|
'@types/luxon@3.7.1':
|
|
resolution: {integrity: sha512-H3iskjFIAn5SlJU7OuxUmTEpebK6TKB8rxZShDslBMZJ5u9S//KM1sbdAisiSrqwLQncVjnpi2OK2J51h+4lsg==}
|
|
|
|
'@types/mdast@4.0.4':
|
|
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
|
|
|
|
'@types/minimatch@5.1.2':
|
|
resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
|
|
|
|
'@types/ms@2.1.0':
|
|
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
|
|
|
'@types/node@16.9.1':
|
|
resolution: {integrity: sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==}
|
|
|
|
'@types/node@20.12.12':
|
|
resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==}
|
|
|
|
'@types/node@22.19.7':
|
|
resolution: {integrity: sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==}
|
|
|
|
'@types/node@25.4.0':
|
|
resolution: {integrity: sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==}
|
|
|
|
'@types/plist@3.0.5':
|
|
resolution: {integrity: sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==}
|
|
|
|
'@types/prop-types@15.7.15':
|
|
resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
|
|
|
|
'@types/react-dom@18.2.25':
|
|
resolution: {integrity: sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==}
|
|
|
|
'@types/react-dom@19.2.3':
|
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
peerDependencies:
|
|
'@types/react': ^19.2.0
|
|
|
|
'@types/react@18.2.79':
|
|
resolution: {integrity: sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==}
|
|
|
|
'@types/react@19.2.14':
|
|
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
|
|
|
|
'@types/responselike@1.0.3':
|
|
resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==}
|
|
|
|
'@types/retry@0.12.0':
|
|
resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
|
|
|
|
'@types/trusted-types@2.0.7':
|
|
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
|
|
'@types/unist@2.0.11':
|
|
resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
|
|
|
|
'@types/unist@3.0.3':
|
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
|
|
'@types/verror@1.10.11':
|
|
resolution: {integrity: sha512-RlDm9K7+o5stv0Co8i8ZRGxDbrTxhJtgjqjFyVh/tXQyl/rYtTKlnTvZ88oSTeYREWurwx20Js4kTuKCsFkUtg==}
|
|
|
|
'@types/ws@8.18.1':
|
|
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
|
|
'@types/yauzl@2.10.3':
|
|
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
|
|
|
|
'@ungap/structured-clone@1.3.0':
|
|
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
|
|
|
|
'@upsetjs/venn.js@2.0.0':
|
|
resolution: {integrity: sha512-WbBhLrooyePuQ1VZxrJjtLvTc4NVfpOyKx0sKqioq9bX1C1m7Jgykkn8gLrtwumBioXIqam8DLxp88Adbue6Hw==}
|
|
|
|
'@vercel/blob@0.27.3':
|
|
resolution: {integrity: sha512-WizeAxzOTmv0JL7wOaxvLIU/KdBcrclM1ZUOdSlIZAxsTTTe1jsyBthStLby0Ueh7FnmKYAjLz26qRJTk5SDkQ==}
|
|
engines: {node: '>=16.14'}
|
|
|
|
'@vercel/oidc@3.1.0':
|
|
resolution: {integrity: sha512-Fw28YZpRnA3cAHHDlkt7xQHiJ0fcL+NRcIqsocZQUSmbzeIKRpwttJjik5ZGanXP+vlA4SbTg+AbA3bP363l+w==}
|
|
engines: {node: '>= 20'}
|
|
|
|
'@vitejs/plugin-react@5.2.0':
|
|
resolution: {integrity: sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
peerDependencies:
|
|
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
'@webgpu/types@0.1.69':
|
|
resolution: {integrity: sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==}
|
|
|
|
'@xmldom/xmldom@0.8.13':
|
|
resolution: {integrity: sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==}
|
|
engines: {node: '>=10.0.0'}
|
|
|
|
abbrev@1.1.1:
|
|
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
|
|
|
|
abort-controller@3.0.0:
|
|
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
|
engines: {node: '>=6.5'}
|
|
|
|
acorn-import-attributes@1.9.5:
|
|
resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==}
|
|
peerDependencies:
|
|
acorn: ^8
|
|
|
|
acorn@8.16.0:
|
|
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
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'}
|
|
|
|
agentkeepalive@4.6.0:
|
|
resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==}
|
|
engines: {node: '>= 8.0.0'}
|
|
|
|
aggregate-error@3.1.0:
|
|
resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==}
|
|
engines: {node: '>=8'}
|
|
|
|
ai@6.0.146:
|
|
resolution: {integrity: sha512-70DE8k1rR0N3mXxyyfjYAx/FxRln/kQ5ym18lt1ys1eUklcPuoIXGbUBwdfCbmkt6YF3jCDZ5+OgkWieP/NGDw==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
zod: ^3.25.76 || ^4.1.8
|
|
|
|
ajv-keywords@3.5.2:
|
|
resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
|
|
peerDependencies:
|
|
ajv: ^6.9.1
|
|
|
|
ajv@6.14.0:
|
|
resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==}
|
|
|
|
ansi-colors@4.1.3:
|
|
resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
|
|
engines: {node: '>=6'}
|
|
|
|
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@6.2.3:
|
|
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
|
|
engines: {node: '>=12'}
|
|
|
|
any-base@1.1.0:
|
|
resolution: {integrity: sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==}
|
|
|
|
any-promise@1.3.0:
|
|
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
|
|
|
|
anymatch@3.1.3:
|
|
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
|
engines: {node: '>= 8'}
|
|
|
|
app-builder-bin@5.0.0-alpha.10:
|
|
resolution: {integrity: sha512-Ev4jj3D7Bo+O0GPD2NMvJl+PGiBAfS7pUGawntBNpCbxtpncfUixqFj9z9Jme7V7s3LBGqsWZZP54fxBX3JKJw==}
|
|
|
|
app-builder-lib@25.1.8:
|
|
resolution: {integrity: sha512-pCqe7dfsQFBABC1jeKZXQWhGcCPF3rPCXDdfqVKjIeWBcXzyC1iOWZdfFhGl+S9MyE/k//DFmC6FzuGAUudNDg==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
dmg-builder: 25.1.8
|
|
electron-builder-squirrel-windows: 25.1.8
|
|
|
|
aproba@2.1.0:
|
|
resolution: {integrity: sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==}
|
|
|
|
archiver-utils@2.1.0:
|
|
resolution: {integrity: sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==}
|
|
engines: {node: '>= 6'}
|
|
|
|
archiver-utils@3.0.4:
|
|
resolution: {integrity: sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==}
|
|
engines: {node: '>= 10'}
|
|
|
|
archiver@5.3.2:
|
|
resolution: {integrity: sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==}
|
|
engines: {node: '>= 10'}
|
|
|
|
are-we-there-yet@3.0.1:
|
|
resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
deprecated: This package is no longer supported.
|
|
|
|
arg@5.0.2:
|
|
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
|
|
|
|
argparse@2.0.1:
|
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
|
|
assert-plus@1.0.0:
|
|
resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==}
|
|
engines: {node: '>=0.8'}
|
|
|
|
astral-regex@2.0.0:
|
|
resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
async-exit-hook@2.0.1:
|
|
resolution: {integrity: sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
async-retry@1.3.3:
|
|
resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==}
|
|
|
|
async@3.2.6:
|
|
resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
|
|
|
|
asynckit@0.4.0:
|
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
|
|
at-least-node@1.0.0:
|
|
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
|
|
engines: {node: '>= 4.0.0'}
|
|
|
|
atomic-sleep@1.0.0:
|
|
resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==}
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
autoprefixer@10.4.19:
|
|
resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
hasBin: true
|
|
peerDependencies:
|
|
postcss: ^8.1.0
|
|
|
|
await-to-js@3.0.0:
|
|
resolution: {integrity: sha512-zJAaP9zxTcvTHRlejau3ZOY4V7SRpiByf3/dxx2uyKxxor19tpmpV2QRsTKikckwhaPmr2dVpxxMr7jOCYVp5g==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
aws-ssl-profiles@1.1.2:
|
|
resolution: {integrity: sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==}
|
|
engines: {node: '>= 6.0.0'}
|
|
|
|
axios@1.13.6:
|
|
resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==}
|
|
|
|
babel-plugin-jsx-dom-expressions@0.40.3:
|
|
resolution: {integrity: sha512-5HOwwt0BYiv/zxl7j8Pf2bGL6rDXfV6nUhLs8ygBX+EFJXzBPHM/euj9j/6deMZ6wa52Wb2PBaAV5U/jKwIY1w==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.20.12
|
|
|
|
babel-plugin-module-resolver@5.0.2:
|
|
resolution: {integrity: sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg==}
|
|
|
|
babel-preset-solid@1.9.9:
|
|
resolution: {integrity: sha512-pCnxWrciluXCeli/dj5PIEHgbNzim3evtTn12snjqqg8QZWJNMjH1AWIp4iG/tbVjqQ72aBEymMSagvmgxubXw==}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
solid-js: ^1.9.8
|
|
peerDependenciesMeta:
|
|
solid-js:
|
|
optional: true
|
|
|
|
bail@2.0.2:
|
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
|
|
balanced-match@1.0.2:
|
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
|
|
base64-js@1.5.1:
|
|
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
|
|
|
baseline-browser-mapping@2.10.11:
|
|
resolution: {integrity: sha512-DAKrHphkJyiGuau/cFieRYhcTFeK/lBuD++C7cZ6KZHbMhBrisoi+EvhQ5RZrIfV5qwsW8kgQ07JIC+MDJRAhg==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
baseline-browser-mapping@2.9.14:
|
|
resolution: {integrity: sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==}
|
|
hasBin: true
|
|
|
|
better-auth@1.5.6:
|
|
resolution: {integrity: sha512-QSpJTqaT1XVfWRQe/fm3PgeuwOIlz1nWX/Dx7nsHStJ382bLzmDbQk2u7IT0IJ6wS5SRxfqEE1Ev9TXontgyAQ==}
|
|
peerDependencies:
|
|
'@lynx-js/react': '*'
|
|
'@prisma/client': ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
'@sveltejs/kit': ^2.0.0
|
|
'@tanstack/react-start': ^1.0.0
|
|
'@tanstack/solid-start': ^1.0.0
|
|
better-sqlite3: ^12.0.0
|
|
drizzle-kit: '>=0.31.4'
|
|
drizzle-orm: '>=0.41.0'
|
|
mongodb: ^6.0.0 || ^7.0.0
|
|
mysql2: ^3.0.0
|
|
next: ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
pg: ^8.0.0
|
|
prisma: ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
react: ^18.0.0 || ^19.0.0
|
|
react-dom: ^18.0.0 || ^19.0.0
|
|
solid-js: ^1.0.0
|
|
svelte: ^4.0.0 || ^5.0.0
|
|
vitest: ^2.0.0 || ^3.0.0 || ^4.0.0
|
|
vue: ^3.0.0
|
|
peerDependenciesMeta:
|
|
'@lynx-js/react':
|
|
optional: true
|
|
'@prisma/client':
|
|
optional: true
|
|
'@sveltejs/kit':
|
|
optional: true
|
|
'@tanstack/react-start':
|
|
optional: true
|
|
'@tanstack/solid-start':
|
|
optional: true
|
|
better-sqlite3:
|
|
optional: true
|
|
drizzle-kit:
|
|
optional: true
|
|
drizzle-orm:
|
|
optional: true
|
|
mongodb:
|
|
optional: true
|
|
mysql2:
|
|
optional: true
|
|
next:
|
|
optional: true
|
|
pg:
|
|
optional: true
|
|
prisma:
|
|
optional: true
|
|
react:
|
|
optional: true
|
|
react-dom:
|
|
optional: true
|
|
solid-js:
|
|
optional: true
|
|
svelte:
|
|
optional: true
|
|
vitest:
|
|
optional: true
|
|
vue:
|
|
optional: true
|
|
|
|
better-call@1.3.2:
|
|
resolution: {integrity: sha512-4cZIfrerDsNTn3cm+MhLbUePN0gdwkhSXEuG7r/zuQ8c/H7iU0/jSK5TD3FW7U0MgKHce/8jGpPYNO4Ve+4NBw==}
|
|
peerDependencies:
|
|
zod: ^4.0.0
|
|
peerDependenciesMeta:
|
|
zod:
|
|
optional: true
|
|
|
|
binary-extensions@2.3.0:
|
|
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
|
|
engines: {node: '>=8'}
|
|
|
|
bl@4.1.0:
|
|
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
|
|
|
bluebird-lst@1.0.9:
|
|
resolution: {integrity: sha512-7B1Rtx82hjnSD4PGLAjVWeYH3tHAcVUmChh85a3lltKQm6FresXh9ErQo6oAv6CqxttczC3/kEg8SY5NluPuUw==}
|
|
|
|
bluebird@3.7.2:
|
|
resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
|
|
|
|
bmp-ts@1.0.9:
|
|
resolution: {integrity: sha512-cTEHk2jLrPyi+12M3dhpEbnnPOsaZuq7C45ylbbQIiWgDFZq4UVYPEY5mlqjvsj/6gJv9qX5sa+ebDzLXT28Vw==}
|
|
|
|
boolean@3.2.0:
|
|
resolution: {integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==}
|
|
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
|
|
|
|
botid@1.5.11:
|
|
resolution: {integrity: sha512-KOO1A3+/vFVJk5aFoG3sNwiogKFPVR+x4aw4gQ1b2e0XoE+i5xp48/EZn+WqR07jRHeDGwHWQUOtV5WVm7xiww==}
|
|
peerDependencies:
|
|
next: '*'
|
|
react: ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
next:
|
|
optional: true
|
|
react:
|
|
optional: true
|
|
|
|
bowser@2.14.1:
|
|
resolution: {integrity: sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==}
|
|
|
|
brace-expansion@1.1.14:
|
|
resolution: {integrity: sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==}
|
|
|
|
brace-expansion@2.0.2:
|
|
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
|
|
braces@3.0.3:
|
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
browserslist@4.28.1:
|
|
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
hasBin: true
|
|
|
|
buffer-crc32@0.2.13:
|
|
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
|
|
|
|
buffer-from@1.1.2:
|
|
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
|
|
|
buffer@5.6.0:
|
|
resolution: {integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==}
|
|
|
|
buffer@6.0.3:
|
|
resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
|
|
|
|
builder-util-runtime@9.2.10:
|
|
resolution: {integrity: sha512-6p/gfG1RJSQeIbz8TK5aPNkoztgY1q5TgmGFMAXcY8itsGW6Y2ld1ALsZ5UJn8rog7hKF3zHx5iQbNQ8uLcRlw==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
builder-util-runtime@9.5.1:
|
|
resolution: {integrity: sha512-qt41tMfgHTllhResqM5DcnHyDIWNgzHvuY2jDcYP9iaGpkWxTUzV6GQjDeLnlR1/DtdlcsWQbA7sByMpmJFTLQ==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
builder-util@25.1.7:
|
|
resolution: {integrity: sha512-7jPjzBwEGRbwNcep0gGNpLXG9P94VA3CPAZQCzxkFXiV2GMQKlziMbY//rXPI7WKfhsvGgFXjTcXdBEwgXw9ww==}
|
|
|
|
bun-ffi-structs@0.1.2:
|
|
resolution: {integrity: sha512-Lh1oQAYHDcnesJauieA4UNkWGXY9hYck7OA5IaRwE3Bp6K2F2pJSNYqq+hIy7P3uOvo3km3oxS8304g5gDMl/w==}
|
|
peerDependencies:
|
|
typescript: ^5
|
|
|
|
bun-types@1.3.6:
|
|
resolution: {integrity: sha512-OlFwHcnNV99r//9v5IIOgQ9Uk37gZqrNMCcqEaExdkVq3Avwqok1bJFmvGMCkCE0FqzdY8VMOZpfpR3lwI+CsQ==}
|
|
|
|
bun-webgpu-darwin-arm64@0.1.4:
|
|
resolution: {integrity: sha512-eDgLN9teKTfmvrCqgwwmWNsNszxYs7IZdCqk0S1DCarvMhr4wcajoSBlA/nQA0/owwLduPTS8xxCnQp4/N/gDg==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
bun-webgpu-darwin-x64@0.1.4:
|
|
resolution: {integrity: sha512-X+PjwJUWenUmdQBP8EtdItMyieQ6Nlpn+BH518oaouDiSnWj5+b0Y7DNDZJq7Ezom4EaxmqL/uGYZK3aCQ7CXg==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
bun-webgpu-linux-x64@0.1.4:
|
|
resolution: {integrity: sha512-zMLs2YIGB+/jxrYFXaFhVKX/GBt05UTF45lc9srcHc9JXGjEj+12CIo1CHLTAWatXMTqt0Jsu6ukWEoWVT/ayA==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
bun-webgpu-win32-x64@0.1.4:
|
|
resolution: {integrity: sha512-Z5yAK28xrcm8Wb5k7TZ8FJKpOI/r+aVCRdlHYAqI2SDJFN3nD4mJs900X6kNVmG/xFzb5yOuKVYWGg+6ZXWbyA==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
bun-webgpu@0.1.4:
|
|
resolution: {integrity: sha512-Kw+HoXl1PMWJTh9wvh63SSRofTA8vYBFCw0XEP1V1fFdQEDhI8Sgf73sdndE/oDpN/7CMx0Yv/q8FCvO39ROMQ==}
|
|
|
|
bundle-name@4.1.0:
|
|
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
bundle-require@5.1.0:
|
|
resolution: {integrity: sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
peerDependencies:
|
|
esbuild: '>=0.18'
|
|
|
|
busboy@1.6.0:
|
|
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
|
|
engines: {node: '>=10.16.0'}
|
|
|
|
c12@3.3.3:
|
|
resolution: {integrity: sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==}
|
|
peerDependencies:
|
|
magicast: '*'
|
|
peerDependenciesMeta:
|
|
magicast:
|
|
optional: true
|
|
|
|
cac@6.7.14:
|
|
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
cacache@16.1.3:
|
|
resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
cacheable-lookup@5.0.4:
|
|
resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==}
|
|
engines: {node: '>=10.6.0'}
|
|
|
|
cacheable-request@7.0.4:
|
|
resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==}
|
|
engines: {node: '>=8'}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
camelcase-css@2.0.1:
|
|
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
caniuse-lite@1.0.30001764:
|
|
resolution: {integrity: sha512-9JGuzl2M+vPL+pz70gtMF9sHdMFbY9FJaQBi186cHKH3pSzDvzoUJUPV6fqiKIMyXbud9ZLg4F3Yza1vJ1+93g==}
|
|
|
|
ccount@2.0.1:
|
|
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
|
|
|
chalk@4.1.2:
|
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
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==}
|
|
|
|
character-entities@2.0.2:
|
|
resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
|
|
|
|
character-reference-invalid@2.0.1:
|
|
resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
|
|
|
|
chevrotain-allstar@0.3.1:
|
|
resolution: {integrity: sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==}
|
|
peerDependencies:
|
|
chevrotain: ^11.0.0
|
|
|
|
chevrotain@11.1.2:
|
|
resolution: {integrity: sha512-opLQzEVriiH1uUQ4Kctsd49bRoFDXGGSC4GUqj7pGyxM3RehRhvTlZJc1FL/Flew2p5uwxa1tUDWKzI4wNM8pg==}
|
|
|
|
chokidar@3.6.0:
|
|
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
engines: {node: '>= 8.10.0'}
|
|
|
|
chokidar@4.0.3:
|
|
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
|
engines: {node: '>= 14.16.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'}
|
|
|
|
chromium-pickle-js@0.2.0:
|
|
resolution: {integrity: sha512-1R5Fho+jBq0DDydt+/vHWj5KJNJCKdARKOCwZUen84I5BreWoLqRLANH1U87eJy1tiASPtMnGqJJq0ZsLoRPOw==}
|
|
|
|
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@2.2.0:
|
|
resolution: {integrity: sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==}
|
|
|
|
clean-stack@2.2.0:
|
|
resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
|
|
engines: {node: '>=6'}
|
|
|
|
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-truncate@2.1.0:
|
|
resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==}
|
|
engines: {node: '>=8'}
|
|
|
|
client-only@0.0.1:
|
|
resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
|
|
|
|
cliui@8.0.1:
|
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
clone-response@1.0.3:
|
|
resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==}
|
|
|
|
clone@1.0.4:
|
|
resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
|
|
engines: {node: '>=0.8'}
|
|
|
|
clsx@2.1.1:
|
|
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
engines: {node: '>=6'}
|
|
|
|
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
|
|
|
|
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@12.1.0:
|
|
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
|
|
engines: {node: '>=18'}
|
|
|
|
commander@14.0.3:
|
|
resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==}
|
|
engines: {node: '>=20'}
|
|
|
|
commander@4.1.1:
|
|
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
commander@5.1.0:
|
|
resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==}
|
|
engines: {node: '>= 6'}
|
|
|
|
commander@7.2.0:
|
|
resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
|
|
engines: {node: '>= 10'}
|
|
|
|
commander@8.3.0:
|
|
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
|
|
engines: {node: '>= 12'}
|
|
|
|
compare-version@0.1.2:
|
|
resolution: {integrity: sha512-pJDh5/4wrEnXX/VWRZvruAGHkzKdr46z11OlTPN+VrATlWWhSKewNCJ1futCO5C7eJB3nPMFZA1LeYtcFboZ2A==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
compress-commons@4.1.2:
|
|
resolution: {integrity: sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==}
|
|
engines: {node: '>= 10'}
|
|
|
|
concat-map@0.0.1:
|
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
|
|
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-file-ts@0.2.8-rc1:
|
|
resolution: {integrity: sha512-GtNECbVI82bT4RiDIzBSVuTKoSHufnU7Ce7/42bkWZJZFLjmDF2WBpVsvRkhKCfKBnTBb3qZrBwPpFBU/Myvhg==}
|
|
|
|
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==}
|
|
|
|
convert-source-map@2.0.0:
|
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
|
|
cookie@1.1.1:
|
|
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
core-util-is@1.0.2:
|
|
resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==}
|
|
|
|
core-util-is@1.0.3:
|
|
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
|
|
|
cose-base@1.0.3:
|
|
resolution: {integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==}
|
|
|
|
cose-base@2.2.0:
|
|
resolution: {integrity: sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==}
|
|
|
|
crc-32@1.2.2:
|
|
resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==}
|
|
engines: {node: '>=0.8'}
|
|
hasBin: true
|
|
|
|
crc32-stream@4.0.3:
|
|
resolution: {integrity: sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==}
|
|
engines: {node: '>= 10'}
|
|
|
|
crc@3.8.0:
|
|
resolution: {integrity: sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==}
|
|
|
|
crelt@1.0.6:
|
|
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
|
|
|
|
cross-spawn@7.0.6:
|
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
cssesc@3.0.0:
|
|
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
|
|
engines: {node: '>=4'}
|
|
hasBin: true
|
|
|
|
csstype@3.2.3:
|
|
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
|
|
cytoscape-cose-bilkent@4.1.0:
|
|
resolution: {integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==}
|
|
peerDependencies:
|
|
cytoscape: ^3.2.0
|
|
|
|
cytoscape-fcose@2.2.0:
|
|
resolution: {integrity: sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==}
|
|
peerDependencies:
|
|
cytoscape: ^3.2.0
|
|
|
|
cytoscape@3.33.1:
|
|
resolution: {integrity: sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==}
|
|
engines: {node: '>=0.10'}
|
|
|
|
d3-array@2.12.1:
|
|
resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==}
|
|
|
|
d3-array@3.2.4:
|
|
resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-axis@3.0.0:
|
|
resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-brush@3.0.0:
|
|
resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-chord@3.0.1:
|
|
resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-color@3.1.0:
|
|
resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-contour@4.0.2:
|
|
resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-delaunay@6.0.4:
|
|
resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-dispatch@3.0.1:
|
|
resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-drag@3.0.0:
|
|
resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-dsv@3.0.1:
|
|
resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==}
|
|
engines: {node: '>=12'}
|
|
hasBin: true
|
|
|
|
d3-ease@3.0.1:
|
|
resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-fetch@3.0.1:
|
|
resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-force@3.0.0:
|
|
resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-format@3.1.2:
|
|
resolution: {integrity: sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-geo@3.1.1:
|
|
resolution: {integrity: sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-hierarchy@3.1.2:
|
|
resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-interpolate@3.0.1:
|
|
resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-path@1.0.9:
|
|
resolution: {integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==}
|
|
|
|
d3-path@3.1.0:
|
|
resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-polygon@3.0.1:
|
|
resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-quadtree@3.0.1:
|
|
resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-random@3.0.1:
|
|
resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-sankey@0.12.3:
|
|
resolution: {integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==}
|
|
|
|
d3-scale-chromatic@3.1.0:
|
|
resolution: {integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-scale@4.0.2:
|
|
resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-selection@3.0.0:
|
|
resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-shape@1.3.7:
|
|
resolution: {integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==}
|
|
|
|
d3-shape@3.2.0:
|
|
resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-time-format@4.1.0:
|
|
resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-time@3.1.0:
|
|
resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-timer@3.0.1:
|
|
resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-transition@3.0.1:
|
|
resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==}
|
|
engines: {node: '>=12'}
|
|
peerDependencies:
|
|
d3-selection: 2 - 3
|
|
|
|
d3-zoom@3.0.0:
|
|
resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3@7.9.0:
|
|
resolution: {integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==}
|
|
engines: {node: '>=12'}
|
|
|
|
dagre-d3-es@7.0.14:
|
|
resolution: {integrity: sha512-P4rFMVq9ESWqmOgK+dlXvOtLwYg0i7u0HBGJER0LZDJT2VHIPAMZ/riPxqJceWMStH5+E61QxFra9kIS3AqdMg==}
|
|
|
|
dayjs@1.11.20:
|
|
resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==}
|
|
|
|
debug@4.4.3:
|
|
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
engines: {node: '>=6.0'}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
decode-named-character-reference@1.3.0:
|
|
resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
|
|
|
|
decompress-response@6.0.0:
|
|
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
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==}
|
|
|
|
defer-to-connect@2.0.1:
|
|
resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==}
|
|
engines: {node: '>=10'}
|
|
|
|
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'}
|
|
|
|
define-properties@1.2.1:
|
|
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
defu@6.1.4:
|
|
resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
|
|
|
|
delaunator@5.1.0:
|
|
resolution: {integrity: sha512-AGrQ4QSgssa1NGmWmLPqN5NY2KajF5MqxetNEO+o0n3ZwZZeTmt7bBnvzHWrmkZFxGgr4HdyFgelzgi06otLuQ==}
|
|
|
|
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'}
|
|
|
|
dequal@2.0.3:
|
|
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
|
engines: {node: '>=6'}
|
|
|
|
destr@2.0.5:
|
|
resolution: {integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==}
|
|
|
|
detect-libc@2.1.2:
|
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
detect-node@2.1.0:
|
|
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
|
|
|
|
devlop@1.1.0:
|
|
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
|
|
|
didyoumean@1.2.2:
|
|
resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
|
|
|
|
diff@8.0.2:
|
|
resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==}
|
|
engines: {node: '>=0.3.1'}
|
|
|
|
dir-compare@4.2.0:
|
|
resolution: {integrity: sha512-2xMCmOoMrdQIPHdsTawECdNPwlVFB9zGcz3kuhmBO6U3oU+UQjsue0i8ayLKpgBcm+hcXPMVSGUN9d+pvJ6+VQ==}
|
|
|
|
dlv@1.1.3:
|
|
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
|
|
|
|
dmg-builder@25.1.8:
|
|
resolution: {integrity: sha512-NoXo6Liy2heSklTI5OIZbCgXC1RzrDQsZkeEwXhdOro3FT1VBOvbubvscdPnjVuQ4AMwwv61oaH96AbiYg9EnQ==}
|
|
|
|
dmg-license@1.0.11:
|
|
resolution: {integrity: sha512-ZdzmqwKmECOWJpqefloC5OJy1+WZBBse5+MR88z9g9Zn4VY+WYUkAyojmhzJckH5YbbZGcYIuGAkY5/Ys5OM2Q==}
|
|
engines: {node: '>=8'}
|
|
os: [darwin]
|
|
hasBin: true
|
|
|
|
dompurify@3.3.3:
|
|
resolution: {integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==}
|
|
|
|
dotenv-expand@11.0.7:
|
|
resolution: {integrity: sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==}
|
|
engines: {node: '>=12'}
|
|
|
|
dotenv@16.6.1:
|
|
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
|
|
engines: {node: '>=12'}
|
|
|
|
dotenv@17.3.1:
|
|
resolution: {integrity: sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==}
|
|
engines: {node: '>=12'}
|
|
|
|
drizzle-kit@0.31.9:
|
|
resolution: {integrity: sha512-GViD3IgsXn7trFyBUUHyTFBpH/FsHTxYJ66qdbVggxef4UBPHRYxQaRzYLTuekYnk9i5FIEL9pbBIwMqX/Uwrg==}
|
|
hasBin: true
|
|
|
|
drizzle-orm@0.45.1:
|
|
resolution: {integrity: sha512-Te0FOdKIistGNPMq2jscdqngBRfBpC8uMFVwqjf6gtTVJHIQ/dosgV/CLBU2N4ZJBsXL5savCba9b0YJskKdcA==}
|
|
peerDependencies:
|
|
'@aws-sdk/client-rds-data': '>=3'
|
|
'@cloudflare/workers-types': '>=4'
|
|
'@electric-sql/pglite': '>=0.2.0'
|
|
'@libsql/client': '>=0.10.0'
|
|
'@libsql/client-wasm': '>=0.10.0'
|
|
'@neondatabase/serverless': '>=0.10.0'
|
|
'@op-engineering/op-sqlite': '>=2'
|
|
'@opentelemetry/api': ^1.4.1
|
|
'@planetscale/database': '>=1.13'
|
|
'@prisma/client': '*'
|
|
'@tidbcloud/serverless': '*'
|
|
'@types/better-sqlite3': '*'
|
|
'@types/pg': '*'
|
|
'@types/sql.js': '*'
|
|
'@upstash/redis': '>=1.34.7'
|
|
'@vercel/postgres': '>=0.8.0'
|
|
'@xata.io/client': '*'
|
|
better-sqlite3: '>=7'
|
|
bun-types: '*'
|
|
expo-sqlite: '>=14.0.0'
|
|
gel: '>=2'
|
|
knex: '*'
|
|
kysely: '*'
|
|
mysql2: '>=2'
|
|
pg: '>=8'
|
|
postgres: '>=3'
|
|
prisma: '*'
|
|
sql.js: '>=1'
|
|
sqlite3: '>=5'
|
|
peerDependenciesMeta:
|
|
'@aws-sdk/client-rds-data':
|
|
optional: true
|
|
'@cloudflare/workers-types':
|
|
optional: true
|
|
'@electric-sql/pglite':
|
|
optional: true
|
|
'@libsql/client':
|
|
optional: true
|
|
'@libsql/client-wasm':
|
|
optional: true
|
|
'@neondatabase/serverless':
|
|
optional: true
|
|
'@op-engineering/op-sqlite':
|
|
optional: true
|
|
'@opentelemetry/api':
|
|
optional: true
|
|
'@planetscale/database':
|
|
optional: true
|
|
'@prisma/client':
|
|
optional: true
|
|
'@tidbcloud/serverless':
|
|
optional: true
|
|
'@types/better-sqlite3':
|
|
optional: true
|
|
'@types/pg':
|
|
optional: true
|
|
'@types/sql.js':
|
|
optional: true
|
|
'@upstash/redis':
|
|
optional: true
|
|
'@vercel/postgres':
|
|
optional: true
|
|
'@xata.io/client':
|
|
optional: true
|
|
better-sqlite3:
|
|
optional: true
|
|
bun-types:
|
|
optional: true
|
|
expo-sqlite:
|
|
optional: true
|
|
gel:
|
|
optional: true
|
|
knex:
|
|
optional: true
|
|
kysely:
|
|
optional: true
|
|
mysql2:
|
|
optional: true
|
|
pg:
|
|
optional: true
|
|
postgres:
|
|
optional: true
|
|
prisma:
|
|
optional: true
|
|
sql.js:
|
|
optional: true
|
|
sqlite3:
|
|
optional: true
|
|
|
|
dunder-proto@1.0.1:
|
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
eastasianwidth@0.2.0:
|
|
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
|
|
ejs@3.1.10:
|
|
resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==}
|
|
engines: {node: '>=0.10.0'}
|
|
hasBin: true
|
|
|
|
electron-builder-squirrel-windows@25.1.8:
|
|
resolution: {integrity: sha512-2ntkJ+9+0GFP6nAISiMabKt6eqBB0kX1QqHNWFWAXgi0VULKGisM46luRFpIBiU3u/TDmhZMM8tzvo2Abn3ayg==}
|
|
|
|
electron-builder@25.1.8:
|
|
resolution: {integrity: sha512-poRgAtUHHOnlzZnc9PK4nzG53xh74wj2Jy7jkTrqZ0MWPoHGh1M2+C//hGeYdA+4K8w4yiVCNYoLXF7ySj2Wig==}
|
|
engines: {node: '>=14.0.0'}
|
|
hasBin: true
|
|
|
|
electron-publish@25.1.7:
|
|
resolution: {integrity: sha512-+jbTkR9m39eDBMP4gfbqglDd6UvBC7RLh5Y0MhFSsc6UkGHj9Vj9TWobxevHYMMqmoujL11ZLjfPpMX+Pt6YEg==}
|
|
|
|
electron-to-chromium@1.5.267:
|
|
resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==}
|
|
|
|
electron-updater@6.8.3:
|
|
resolution: {integrity: sha512-Z6sgw3jgbikWKXei1ENdqFOxBP0WlXg3TtKfz0rgw2vIZFJUyI4pD7ZN7jrkm7EoMK+tcm/qTnPUdqfZukBlBQ==}
|
|
|
|
electron@35.7.5:
|
|
resolution: {integrity: sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo+igAwMRXIi3IPw==}
|
|
engines: {node: '>= 12.20.55'}
|
|
hasBin: true
|
|
|
|
emoji-regex@8.0.0:
|
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
|
emoji-regex@9.2.2:
|
|
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
|
|
encoding@0.1.13:
|
|
resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==}
|
|
|
|
end-of-stream@1.4.5:
|
|
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
|
|
|
|
enhanced-resolve@5.18.4:
|
|
resolution: {integrity: sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
entities@6.0.1:
|
|
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
env-paths@2.2.1:
|
|
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
|
|
engines: {node: '>=6'}
|
|
|
|
err-code@2.0.3:
|
|
resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==}
|
|
|
|
es-define-property@1.0.1:
|
|
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-errors@1.3.0:
|
|
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-object-atoms@1.1.1:
|
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es6-error@4.1.1:
|
|
resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==}
|
|
|
|
esbuild-register@3.6.0:
|
|
resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
|
|
peerDependencies:
|
|
esbuild: '>=0.12 <1'
|
|
|
|
esbuild@0.18.20:
|
|
resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
|
|
engines: {node: '>=12'}
|
|
hasBin: true
|
|
|
|
esbuild@0.25.12:
|
|
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
esbuild@0.27.2:
|
|
resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
escalade@3.2.0:
|
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
engines: {node: '>=6'}
|
|
|
|
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'}
|
|
|
|
estree-util-is-identifier-name@3.0.0:
|
|
resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
|
|
|
|
event-target-shim@5.0.1:
|
|
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
eventemitter3@4.0.7:
|
|
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
|
|
|
eventemitter3@5.0.4:
|
|
resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
|
|
|
|
events@3.3.0:
|
|
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
|
engines: {node: '>=0.8.x'}
|
|
|
|
eventsource-parser@3.0.6:
|
|
resolution: {integrity: sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
exif-parser@0.1.12:
|
|
resolution: {integrity: sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==}
|
|
|
|
expand-tilde@2.0.2:
|
|
resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
exponential-backoff@3.1.3:
|
|
resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==}
|
|
|
|
exsolve@1.0.8:
|
|
resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==}
|
|
|
|
extend@3.0.2:
|
|
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
|
|
|
|
extract-zip@2.0.1:
|
|
resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==}
|
|
engines: {node: '>= 10.17.0'}
|
|
hasBin: true
|
|
|
|
extsprintf@1.4.1:
|
|
resolution: {integrity: sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==}
|
|
engines: {'0': node >=0.6.0}
|
|
|
|
fast-deep-equal@3.1.3:
|
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
|
|
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-xml-builder@1.1.3:
|
|
resolution: {integrity: sha512-1o60KoFw2+LWKQu3IdcfcFlGTW4dpqEWmjhYec6H82AYZU2TVBXep6tMl8Z1Y+wM+ZrzCwe3BZ9Vyd9N2rIvmg==}
|
|
|
|
fast-xml-parser@5.4.1:
|
|
resolution: {integrity: sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==}
|
|
hasBin: true
|
|
|
|
fastq@1.20.1:
|
|
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
|
|
|
|
fd-slicer@1.1.0:
|
|
resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==}
|
|
|
|
fdir@6.5.0:
|
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
engines: {node: '>=12.0.0'}
|
|
peerDependencies:
|
|
picomatch: ^3 || ^4
|
|
peerDependenciesMeta:
|
|
picomatch:
|
|
optional: true
|
|
|
|
file-type@16.5.4:
|
|
resolution: {integrity: sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==}
|
|
engines: {node: '>=10'}
|
|
|
|
filelist@1.0.6:
|
|
resolution: {integrity: sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==}
|
|
|
|
fill-range@7.1.1:
|
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
engines: {node: '>=8'}
|
|
|
|
find-babel-config@2.1.2:
|
|
resolution: {integrity: sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==}
|
|
|
|
find-up@3.0.0:
|
|
resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
|
|
engines: {node: '>=6'}
|
|
|
|
fix-dts-default-cjs-exports@1.0.1:
|
|
resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==}
|
|
|
|
follow-redirects@1.15.11:
|
|
resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
|
|
engines: {node: '>=4.0'}
|
|
peerDependencies:
|
|
debug: '*'
|
|
peerDependenciesMeta:
|
|
debug:
|
|
optional: true
|
|
|
|
foreground-child@3.3.1:
|
|
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
engines: {node: '>=14'}
|
|
|
|
form-data@4.0.5:
|
|
resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
|
|
engines: {node: '>= 6'}
|
|
|
|
forwarded-parse@2.1.2:
|
|
resolution: {integrity: sha512-alTFZZQDKMporBH77856pXgzhEzaUVmLCDk+egLgIgHst3Tpndzz8MnKe+GzRJRfvVdn69HhpW7cmXzvtLvJAw==}
|
|
|
|
fraction.js@4.3.7:
|
|
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
|
|
|
|
framer-motion@12.35.1:
|
|
resolution: {integrity: sha512-rL8cLrjYZNShZqKV3U0Qj6Y5WDiZXYEM5giiTLfEqsIZxtspzMDCkKmrO5po76jWfvOg04+Vk+sfBvTD0iMmLw==}
|
|
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
|
|
|
|
fs-constants@1.0.0:
|
|
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
|
|
|
fs-extra@10.1.0:
|
|
resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
fs-extra@11.3.4:
|
|
resolution: {integrity: sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==}
|
|
engines: {node: '>=14.14'}
|
|
|
|
fs-extra@8.1.0:
|
|
resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==}
|
|
engines: {node: '>=6 <7 || >=8'}
|
|
|
|
fs-extra@9.1.0:
|
|
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
fs-minipass@2.1.0:
|
|
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
fs.realpath@1.0.0:
|
|
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
|
|
|
|
fsevents@2.3.2:
|
|
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
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==}
|
|
|
|
fuzzysort@3.1.0:
|
|
resolution: {integrity: sha512-sR9BNCjBg6LNgwvxlBd0sBABvQitkLzoVY9MYYROQVX/FvfJ4Mai9LsGhDgd8qYdds0bY77VzYd5iuB+v5rwQQ==}
|
|
|
|
gauge@4.0.4:
|
|
resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
deprecated: This package is no longer supported.
|
|
|
|
generate-function@2.3.1:
|
|
resolution: {integrity: sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==}
|
|
|
|
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-intrinsic@1.3.0:
|
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-proto@1.0.1:
|
|
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-stream@5.2.0:
|
|
resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==}
|
|
engines: {node: '>=8'}
|
|
|
|
get-tsconfig@4.13.1:
|
|
resolution: {integrity: sha512-EoY1N2xCn44xU6750Sx7OjOIT59FkmstNc3X6y5xpz7D5cBtZRe/3pSlTkDJgqsOk3WwZPkWfonhhUJfttQo3w==}
|
|
|
|
get-tsconfig@4.13.6:
|
|
resolution: {integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==}
|
|
|
|
gifwrap@0.10.1:
|
|
resolution: {integrity: sha512-2760b1vpJHNmLzZ/ubTtNnEx5WApN/PYWJvXvgS+tL1egTTthayFYIQQNi136FLEDcN/IyEY2EcGpIITD6eYUw==}
|
|
|
|
giget@2.0.0:
|
|
resolution: {integrity: sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==}
|
|
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@10.5.0:
|
|
resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==}
|
|
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@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
|
|
|
|
glob@8.1.0:
|
|
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
|
|
engines: {node: '>=12'}
|
|
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
|
|
|
|
glob@9.3.5:
|
|
resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
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-agent@3.0.0:
|
|
resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==}
|
|
engines: {node: '>=10.0'}
|
|
|
|
globalthis@1.0.4:
|
|
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
gopd@1.2.0:
|
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
got@11.8.6:
|
|
resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==}
|
|
engines: {node: '>=10.19.0'}
|
|
|
|
graceful-fs@4.2.11:
|
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
|
|
grammy@1.39.3:
|
|
resolution: {integrity: sha512-7arRRoOtOh9UwMwANZ475kJrWV6P3/EGNooeHlY0/SwZv4t3ZZ3Uiz9cAXK8Zg9xSdgmm8T21kx6n7SZaWvOcw==}
|
|
engines: {node: ^12.20.0 || >=14.13.1}
|
|
|
|
hachure-fill@0.5.2:
|
|
resolution: {integrity: sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==}
|
|
|
|
has-flag@4.0.0:
|
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
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.2:
|
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
hast-util-from-parse5@8.0.3:
|
|
resolution: {integrity: sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==}
|
|
|
|
hast-util-parse-selector@4.0.0:
|
|
resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==}
|
|
|
|
hast-util-raw@9.1.0:
|
|
resolution: {integrity: sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==}
|
|
|
|
hast-util-sanitize@5.0.2:
|
|
resolution: {integrity: sha512-3yTWghByc50aGS7JlGhk61SPenfE/p1oaFeNwkOOyrscaOkMGrcW9+Cy/QAIOBpZxP1yqDIzFMR0+Np0i0+usg==}
|
|
|
|
hast-util-to-jsx-runtime@2.3.6:
|
|
resolution: {integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==}
|
|
|
|
hast-util-to-parse5@8.0.1:
|
|
resolution: {integrity: sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==}
|
|
|
|
hast-util-whitespace@3.0.0:
|
|
resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
|
|
|
|
hastscript@9.0.1:
|
|
resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==}
|
|
|
|
homedir-polyfill@1.0.3:
|
|
resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
hono-openapi@1.3.0:
|
|
resolution: {integrity: sha512-xDvCWpWEIv0weEmnl3EjRQzqbHIO8LnfzMuYOCmbuyE5aes6aXxLg4vM3ybnoZD5TiTUkA6PuRQPJs3R7WRBig==}
|
|
peerDependencies:
|
|
'@hono/standard-validator': ^0.2.0
|
|
'@standard-community/standard-json': ^0.3.5
|
|
'@standard-community/standard-openapi': ^0.2.9
|
|
'@types/json-schema': ^7.0.15
|
|
hono: ^4.8.3
|
|
openapi-types: ^12.1.3
|
|
peerDependenciesMeta:
|
|
'@hono/standard-validator':
|
|
optional: true
|
|
hono:
|
|
optional: true
|
|
|
|
hono@4.12.12:
|
|
resolution: {integrity: sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==}
|
|
engines: {node: '>=16.9.0'}
|
|
|
|
hono@4.12.8:
|
|
resolution: {integrity: sha512-VJCEvtrezO1IAR+kqEYnxUOoStaQPGrCmX3j4wDTNOcD1uRPFpGlwQUIW8niPuvHXaTUxeOUl5MMDGrl+tmO9A==}
|
|
engines: {node: '>=16.9.0'}
|
|
|
|
hosted-git-info@4.1.0:
|
|
resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==}
|
|
engines: {node: '>=10'}
|
|
|
|
html-entities@2.3.3:
|
|
resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
|
|
|
|
html-url-attributes@3.0.1:
|
|
resolution: {integrity: sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==}
|
|
|
|
html-void-elements@3.0.0:
|
|
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
|
|
|
|
http-cache-semantics@4.2.0:
|
|
resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==}
|
|
|
|
http-proxy-agent@5.0.0:
|
|
resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==}
|
|
engines: {node: '>= 6'}
|
|
|
|
http-proxy-agent@7.0.2:
|
|
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
|
engines: {node: '>= 14'}
|
|
|
|
http2-wrapper@1.0.3:
|
|
resolution: {integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==}
|
|
engines: {node: '>=10.19.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'}
|
|
|
|
humanize-ms@1.2.1:
|
|
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
|
|
|
|
iconv-corefoundation@1.1.7:
|
|
resolution: {integrity: sha512-T10qvkw0zz4wnm560lOEg0PovVqUXuOFhhHAkixw8/sycy7TJt7v/RrkEKEQnAw2viPSJu6iAkErxnzR0g8PpQ==}
|
|
engines: {node: ^8.11.2 || >=10}
|
|
os: [darwin]
|
|
|
|
iconv-lite@0.6.3:
|
|
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
iconv-lite@0.7.2:
|
|
resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
ieee754@1.2.1:
|
|
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
|
|
|
image-q@4.0.0:
|
|
resolution: {integrity: sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==}
|
|
|
|
import-in-the-middle@2.0.6:
|
|
resolution: {integrity: sha512-3vZV3jX0XRFW3EJDTwzWoZa+RH1b8eTTx6YOCjglrLyPuepwoBti1k3L2dKwdCUrnVEfc5CuRuGstaC/uQJJaw==}
|
|
|
|
imurmurhash@0.1.4:
|
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
engines: {node: '>=0.8.19'}
|
|
|
|
indent-string@4.0.0:
|
|
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
|
|
engines: {node: '>=8'}
|
|
|
|
infer-owner@1.0.4:
|
|
resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==}
|
|
|
|
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==}
|
|
|
|
inline-style-parser@0.2.7:
|
|
resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
|
|
|
|
internmap@1.0.1:
|
|
resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==}
|
|
|
|
internmap@2.0.3:
|
|
resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
|
|
engines: {node: '>=12'}
|
|
|
|
ip-address@10.1.0:
|
|
resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==}
|
|
engines: {node: '>= 12'}
|
|
|
|
is-alphabetical@2.0.1:
|
|
resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
|
|
|
|
is-alphanumerical@2.0.1:
|
|
resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
|
|
|
|
is-binary-path@2.1.0:
|
|
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-buffer@2.0.5:
|
|
resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==}
|
|
engines: {node: '>=4'}
|
|
|
|
is-ci@3.0.1:
|
|
resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
|
|
hasBin: true
|
|
|
|
is-core-module@2.16.1:
|
|
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-decimal@2.0.1:
|
|
resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
|
|
|
|
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-electron@2.2.2:
|
|
resolution: {integrity: sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==}
|
|
|
|
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-glob@4.0.3:
|
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
is-hexadecimal@2.0.1:
|
|
resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
|
|
|
|
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-interactive@1.0.0:
|
|
resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-lambda@1.0.1:
|
|
resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==}
|
|
|
|
is-node-process@1.2.0:
|
|
resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==}
|
|
|
|
is-number@7.0.0:
|
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
is-plain-obj@4.1.0:
|
|
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
|
|
engines: {node: '>=12'}
|
|
|
|
is-property@1.0.2:
|
|
resolution: {integrity: sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==}
|
|
|
|
is-stream@2.0.1:
|
|
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-unicode-supported@0.1.0:
|
|
resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
|
|
engines: {node: '>=10'}
|
|
|
|
is-what@4.1.16:
|
|
resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
|
|
engines: {node: '>=12.13'}
|
|
|
|
is-wsl@3.1.1:
|
|
resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==}
|
|
engines: {node: '>=16'}
|
|
|
|
isarray@1.0.0:
|
|
resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
|
|
|
|
isbinaryfile@4.0.10:
|
|
resolution: {integrity: sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==}
|
|
engines: {node: '>= 8.0.0'}
|
|
|
|
isbinaryfile@5.0.7:
|
|
resolution: {integrity: sha512-gnWD14Jh3FzS3CPhF0AxNOJ8CxqeblPTADzI38r0wt8ZyQl5edpy75myt08EG2oKvpyiqSqsx+Wkz9vtkbTqYQ==}
|
|
engines: {node: '>= 18.0.0'}
|
|
|
|
isexe@2.0.0:
|
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
|
|
isomorphic-ws@5.0.0:
|
|
resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==}
|
|
peerDependencies:
|
|
ws: '*'
|
|
|
|
isomorphic.js@0.2.5:
|
|
resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==}
|
|
|
|
jackspeak@3.4.3:
|
|
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
|
|
|
|
jake@10.9.4:
|
|
resolution: {integrity: sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
jimp@1.6.0:
|
|
resolution: {integrity: sha512-YcwCHw1kiqEeI5xRpDlPPBGL2EOpBKLwO4yIBJcXWHPj5PnA5urGq0jbyhM5KoNpypQ6VboSoxc9D8HyfvngSg==}
|
|
engines: {node: '>=18'}
|
|
|
|
jiti@1.21.7:
|
|
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
|
|
hasBin: true
|
|
|
|
jiti@2.6.1:
|
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
hasBin: true
|
|
|
|
jose@6.1.3:
|
|
resolution: {integrity: sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==}
|
|
|
|
joycon@3.1.1:
|
|
resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
|
|
engines: {node: '>=10'}
|
|
|
|
jpeg-js@0.4.4:
|
|
resolution: {integrity: sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==}
|
|
|
|
js-tokens@4.0.0:
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
js-yaml@4.1.1:
|
|
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
|
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-schema-traverse@0.4.1:
|
|
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
|
|
json-schema@0.4.0:
|
|
resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==}
|
|
|
|
json-stringify-safe@5.0.1:
|
|
resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
|
|
|
|
json5@2.2.3:
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
jsonc-parser@3.3.1:
|
|
resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==}
|
|
|
|
jsonfile@4.0.0:
|
|
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
|
|
|
jsonfile@6.2.1:
|
|
resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==}
|
|
|
|
katex@0.16.45:
|
|
resolution: {integrity: sha512-pQpZbdBu7wCTmQUh7ufPmLr0pFoObnGUoL/yhtwJDgmmQpbkg/0HSVti25Fu4rmd1oCR6NGWe9vqTWuWv3GcNA==}
|
|
hasBin: true
|
|
|
|
keyv@4.5.4:
|
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
|
|
khroma@2.1.0:
|
|
resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==}
|
|
|
|
kysely@0.28.15:
|
|
resolution: {integrity: sha512-r2clcf7HLWvDXaVUEvQymXJY4i3bSOIV3xsL/Upy3ZfSv5HeKsk9tsqbBptLvth5qHEIhxeHTA2jNLyQABkLBA==}
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
langium@4.2.1:
|
|
resolution: {integrity: sha512-zu9QWmjpzJcomzdJQAHgDVhLGq5bLosVak1KVa40NzQHXfqr4eAHupvnPOVXEoLkg6Ocefvf/93d//SB7du4YQ==}
|
|
engines: {node: '>=20.10.0', npm: '>=10.2.3'}
|
|
|
|
layout-base@1.0.2:
|
|
resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==}
|
|
|
|
layout-base@2.0.1:
|
|
resolution: {integrity: sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==}
|
|
|
|
lazy-val@1.0.5:
|
|
resolution: {integrity: sha512-0/BnGCCfyUMkBpeDgWihanIAF9JmZhHBgUhEqzvf+adhNGLoP6TaiI5oF8oyb3I45P+PcnrqihSf01M0l0G5+Q==}
|
|
|
|
lazystream@1.0.1:
|
|
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
|
|
engines: {node: '>= 0.6.3'}
|
|
|
|
lexical@0.35.0:
|
|
resolution: {integrity: sha512-3VuV8xXhh5xJA6tzvfDvE0YBCMkIZUmxtRilJQDDdCgJCc+eut6qAv2qbN+pbqvarqcQqPN1UF+8YvsjmyOZpw==}
|
|
|
|
lib0@0.2.117:
|
|
resolution: {integrity: sha512-DeXj9X5xDCjgKLU/7RR+/HQEVzuuEUiwldwOGsHK/sfAfELGWEyTcf0x+uOvCvK3O2zPmZePXWL85vtia6GyZw==}
|
|
engines: {node: '>=16'}
|
|
hasBin: true
|
|
|
|
lightningcss-android-arm64@1.30.2:
|
|
resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
lightningcss-darwin-arm64@1.30.2:
|
|
resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
lightningcss-darwin-x64@1.30.2:
|
|
resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
lightningcss-freebsd-x64@1.30.2:
|
|
resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.30.2:
|
|
resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-arm64-gnu@1.30.2:
|
|
resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-arm64-musl@1.30.2:
|
|
resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-x64-gnu@1.30.2:
|
|
resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-x64-musl@1.30.2:
|
|
resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
lightningcss-win32-arm64-msvc@1.30.2:
|
|
resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
lightningcss-win32-x64-msvc@1.30.2:
|
|
resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
lightningcss@1.30.2:
|
|
resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
lilconfig@2.1.0:
|
|
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
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==}
|
|
|
|
load-tsconfig@0.2.5:
|
|
resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
locate-path@3.0.0:
|
|
resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==}
|
|
engines: {node: '>=6'}
|
|
|
|
lodash-es@4.17.23:
|
|
resolution: {integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==}
|
|
|
|
lodash-es@4.18.1:
|
|
resolution: {integrity: sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==}
|
|
|
|
lodash.camelcase@4.3.0:
|
|
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
|
|
|
|
lodash.defaults@4.2.0:
|
|
resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==}
|
|
|
|
lodash.difference@4.5.0:
|
|
resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==}
|
|
|
|
lodash.escaperegexp@4.1.2:
|
|
resolution: {integrity: sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==}
|
|
|
|
lodash.flatten@4.4.0:
|
|
resolution: {integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==}
|
|
|
|
lodash.isequal@4.5.0:
|
|
resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==}
|
|
deprecated: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
|
|
|
|
lodash.isplainobject@4.0.6:
|
|
resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
|
|
|
|
lodash.union@4.6.0:
|
|
resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==}
|
|
|
|
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'}
|
|
|
|
long@5.3.2:
|
|
resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==}
|
|
|
|
longest-streak@3.1.0:
|
|
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
|
|
|
|
loose-envify@1.4.0:
|
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
hasBin: true
|
|
|
|
lowercase-keys@2.0.0:
|
|
resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==}
|
|
engines: {node: '>=8'}
|
|
|
|
lru-cache@10.4.3:
|
|
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
|
|
lru-cache@5.1.1:
|
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
|
|
lru-cache@6.0.0:
|
|
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
|
engines: {node: '>=10'}
|
|
|
|
lru-cache@7.18.3:
|
|
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
|
|
engines: {node: '>=12'}
|
|
|
|
lru.min@1.1.4:
|
|
resolution: {integrity: sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==}
|
|
engines: {bun: '>=1.0.0', deno: '>=1.30.0', node: '>=8.0.0'}
|
|
|
|
lucide-react@0.577.0:
|
|
resolution: {integrity: sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==}
|
|
peerDependencies:
|
|
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
lucide-solid@0.562.0:
|
|
resolution: {integrity: sha512-RzxujbWUoa4KqnV+/mYPINzyf1W969bv0jukSKcGExIl96QmRuylvBQ+d0UcOeZL/ASToPOWS34p9MfdzdvS9Q==}
|
|
peerDependencies:
|
|
solid-js: ^1.4.7
|
|
|
|
luxon@3.7.2:
|
|
resolution: {integrity: sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew==}
|
|
engines: {node: '>=12'}
|
|
|
|
magic-string@0.30.21:
|
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
|
|
make-fetch-happen@10.2.1:
|
|
resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
markdown-table@3.0.4:
|
|
resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==}
|
|
|
|
marked@16.4.2:
|
|
resolution: {integrity: sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==}
|
|
engines: {node: '>= 20'}
|
|
hasBin: true
|
|
|
|
marked@17.0.1:
|
|
resolution: {integrity: sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==}
|
|
engines: {node: '>= 20'}
|
|
hasBin: true
|
|
|
|
matcher@3.0.0:
|
|
resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
|
|
engines: {node: '>=10'}
|
|
|
|
math-intrinsics@1.1.0:
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
mdast-util-find-and-replace@3.0.2:
|
|
resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==}
|
|
|
|
mdast-util-from-markdown@2.0.3:
|
|
resolution: {integrity: sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==}
|
|
|
|
mdast-util-gfm-autolink-literal@2.0.1:
|
|
resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==}
|
|
|
|
mdast-util-gfm-footnote@2.1.0:
|
|
resolution: {integrity: sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==}
|
|
|
|
mdast-util-gfm-strikethrough@2.0.0:
|
|
resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==}
|
|
|
|
mdast-util-gfm-table@2.0.0:
|
|
resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==}
|
|
|
|
mdast-util-gfm-task-list-item@2.0.0:
|
|
resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==}
|
|
|
|
mdast-util-gfm@3.1.0:
|
|
resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
|
|
|
|
mdast-util-mdx-expression@2.0.1:
|
|
resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
|
|
|
|
mdast-util-mdx-jsx@3.2.0:
|
|
resolution: {integrity: sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==}
|
|
|
|
mdast-util-mdxjs-esm@2.0.1:
|
|
resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
|
|
|
|
mdast-util-phrasing@4.1.0:
|
|
resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
|
|
|
|
mdast-util-to-hast@13.2.1:
|
|
resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==}
|
|
|
|
mdast-util-to-markdown@2.1.2:
|
|
resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==}
|
|
|
|
mdast-util-to-string@4.0.0:
|
|
resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
|
|
|
|
merge-anything@5.1.7:
|
|
resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==}
|
|
engines: {node: '>=12.13'}
|
|
|
|
merge2@1.4.1:
|
|
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
mermaid@11.14.0:
|
|
resolution: {integrity: sha512-GSGloRsBs+JINmmhl0JDwjpuezCsHB4WGI4NASHxL3fHo3o/BRXTxhDLKnln8/Q0lRFRyDdEjmk1/d5Sn1Xz8g==}
|
|
|
|
micromark-core-commonmark@2.0.3:
|
|
resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==}
|
|
|
|
micromark-extension-gfm-autolink-literal@2.1.0:
|
|
resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==}
|
|
|
|
micromark-extension-gfm-footnote@2.1.0:
|
|
resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==}
|
|
|
|
micromark-extension-gfm-strikethrough@2.1.0:
|
|
resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==}
|
|
|
|
micromark-extension-gfm-table@2.1.1:
|
|
resolution: {integrity: sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==}
|
|
|
|
micromark-extension-gfm-tagfilter@2.0.0:
|
|
resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==}
|
|
|
|
micromark-extension-gfm-task-list-item@2.1.0:
|
|
resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==}
|
|
|
|
micromark-extension-gfm@3.0.0:
|
|
resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
|
|
|
|
micromark-factory-destination@2.0.1:
|
|
resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
|
|
|
|
micromark-factory-label@2.0.1:
|
|
resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==}
|
|
|
|
micromark-factory-space@2.0.1:
|
|
resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==}
|
|
|
|
micromark-factory-title@2.0.1:
|
|
resolution: {integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==}
|
|
|
|
micromark-factory-whitespace@2.0.1:
|
|
resolution: {integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==}
|
|
|
|
micromark-util-character@2.1.1:
|
|
resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==}
|
|
|
|
micromark-util-chunked@2.0.1:
|
|
resolution: {integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==}
|
|
|
|
micromark-util-classify-character@2.0.1:
|
|
resolution: {integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==}
|
|
|
|
micromark-util-combine-extensions@2.0.1:
|
|
resolution: {integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==}
|
|
|
|
micromark-util-decode-numeric-character-reference@2.0.2:
|
|
resolution: {integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==}
|
|
|
|
micromark-util-decode-string@2.0.1:
|
|
resolution: {integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==}
|
|
|
|
micromark-util-encode@2.0.1:
|
|
resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==}
|
|
|
|
micromark-util-html-tag-name@2.0.1:
|
|
resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==}
|
|
|
|
micromark-util-normalize-identifier@2.0.1:
|
|
resolution: {integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==}
|
|
|
|
micromark-util-resolve-all@2.0.1:
|
|
resolution: {integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==}
|
|
|
|
micromark-util-sanitize-uri@2.0.1:
|
|
resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==}
|
|
|
|
micromark-util-subtokenize@2.1.0:
|
|
resolution: {integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==}
|
|
|
|
micromark-util-symbol@2.0.1:
|
|
resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==}
|
|
|
|
micromark-util-types@2.0.2:
|
|
resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==}
|
|
|
|
micromark@4.0.2:
|
|
resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==}
|
|
|
|
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-types@2.1.35:
|
|
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mime@2.6.0:
|
|
resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==}
|
|
engines: {node: '>=4.0.0'}
|
|
hasBin: true
|
|
|
|
mime@3.0.0:
|
|
resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==}
|
|
engines: {node: '>=10.0.0'}
|
|
hasBin: true
|
|
|
|
mimic-fn@2.1.0:
|
|
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
|
engines: {node: '>=6'}
|
|
|
|
mimic-response@1.0.1:
|
|
resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==}
|
|
engines: {node: '>=4'}
|
|
|
|
mimic-response@3.1.0:
|
|
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
minimatch@10.1.1:
|
|
resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
|
|
engines: {node: 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@8.0.4:
|
|
resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==}
|
|
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-collect@1.0.2:
|
|
resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
minipass-fetch@2.1.2:
|
|
resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
minipass-flush@1.0.7:
|
|
resolution: {integrity: sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
minipass-pipeline@1.2.4:
|
|
resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
|
|
engines: {node: '>=8'}
|
|
|
|
minipass-sized@1.0.3:
|
|
resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==}
|
|
engines: {node: '>=8'}
|
|
|
|
minipass@3.3.6:
|
|
resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
|
|
engines: {node: '>=8'}
|
|
|
|
minipass@4.2.8:
|
|
resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
minipass@5.0.0:
|
|
resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
minipass@7.1.2:
|
|
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
|
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'}
|
|
|
|
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==}
|
|
|
|
module-details-from-path@1.0.4:
|
|
resolution: {integrity: sha512-EGWKgxALGMgzvxYF1UyGTy0HXX/2vHLkw6+NvDKW2jypWbHpjQuj4UMcqQWXHERJhVGKikolT06G3bcKe4fi7w==}
|
|
|
|
motion-dom@12.35.1:
|
|
resolution: {integrity: sha512-7n6r7TtNOsH2UFSAXzTkfzOeO5616v9B178qBIjmu/WgEyJK0uqwytCEhwKBTuM/HJA40ptAw7hLFpxtPAMRZQ==}
|
|
|
|
motion-utils@12.29.2:
|
|
resolution: {integrity: sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==}
|
|
|
|
ms@2.1.3:
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
mysql2@3.17.4:
|
|
resolution: {integrity: sha512-RnfuK5tyIuaiPMWOCTTl4vQX/mQXqSA8eoIbwvWccadvPGvh+BYWWVecInMS5s7wcLUkze8LqJzwB/+A4uwuAA==}
|
|
engines: {node: '>= 8.0'}
|
|
|
|
mz@2.7.0:
|
|
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
|
|
named-placeholders@1.1.6:
|
|
resolution: {integrity: sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==}
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
nanoid@3.3.11:
|
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
hasBin: true
|
|
|
|
nanostores@1.2.0:
|
|
resolution: {integrity: sha512-F0wCzbsH80G7XXo0Jd9/AVQC7ouWY6idUCTnMwW5t/Rv9W8qmO6endavDwg7TNp5GbugwSukFMVZqzPSrSMndg==}
|
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
|
|
negotiator@0.6.4:
|
|
resolution: {integrity: sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
next@14.2.35:
|
|
resolution: {integrity: sha512-KhYd2Hjt/O1/1aZVX3dCwGXM1QmOV4eNM2UTacK5gipDdPN/oHHK/4oVGy7X8GMfPMsUTUEmGlsy0EY1YGAkig==}
|
|
engines: {node: '>=18.17.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.1.0
|
|
'@playwright/test': ^1.41.2
|
|
react: ^18.2.0
|
|
react-dom: ^18.2.0
|
|
sass: ^1.3.0
|
|
peerDependenciesMeta:
|
|
'@opentelemetry/api':
|
|
optional: true
|
|
'@playwright/test':
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
|
|
next@16.1.6:
|
|
resolution: {integrity: sha512-hkyRkcu5x/41KoqnROkfTm2pZVbKxvbZRuNvKXLRXxs3VfyO0WhY50TQS40EuKO9SW3rBj/sF3WbVwDACeMZyw==}
|
|
engines: {node: '>=20.9.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.1.0
|
|
'@playwright/test': ^1.51.1
|
|
babel-plugin-react-compiler: '*'
|
|
react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
|
react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
|
sass: ^1.3.0
|
|
peerDependenciesMeta:
|
|
'@opentelemetry/api':
|
|
optional: true
|
|
'@playwright/test':
|
|
optional: true
|
|
babel-plugin-react-compiler:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
|
|
next@16.2.1:
|
|
resolution: {integrity: sha512-VaChzNL7o9rbfdt60HUj8tev4m6d7iC1igAy157526+cJlXOQu5LzsBXNT+xaJnTP/k+utSX5vMv7m0G+zKH+Q==}
|
|
engines: {node: '>=20.9.0'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@opentelemetry/api': ^1.1.0
|
|
'@playwright/test': ^1.51.1
|
|
babel-plugin-react-compiler: '*'
|
|
react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
|
react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
|
sass: ^1.3.0
|
|
peerDependenciesMeta:
|
|
'@opentelemetry/api':
|
|
optional: true
|
|
'@playwright/test':
|
|
optional: true
|
|
babel-plugin-react-compiler:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
|
|
node-abi@3.89.0:
|
|
resolution: {integrity: sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==}
|
|
engines: {node: '>=10'}
|
|
|
|
node-addon-api@1.7.2:
|
|
resolution: {integrity: sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==}
|
|
|
|
node-api-version@0.2.1:
|
|
resolution: {integrity: sha512-2xP/IGGMmmSQpI1+O/k72jF/ykvZ89JeuKX3TLJAYPDVLUalrshrLHkeVcCCZqG/eEa635cr8IBYzgnDvM2O8Q==}
|
|
|
|
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-gyp@9.4.1:
|
|
resolution: {integrity: sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==}
|
|
engines: {node: ^12.13 || ^14.13 || >=16}
|
|
hasBin: true
|
|
|
|
node-releases@2.0.27:
|
|
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
|
|
|
nopt@6.0.0:
|
|
resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
hasBin: true
|
|
|
|
normalize-path@3.0.0:
|
|
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
normalize-range@0.1.2:
|
|
resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
normalize-url@6.1.0:
|
|
resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==}
|
|
engines: {node: '>=10'}
|
|
|
|
npmlog@6.0.2:
|
|
resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
deprecated: This package is no longer supported.
|
|
|
|
nypm@0.6.5:
|
|
resolution: {integrity: sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
object-assign@4.1.1:
|
|
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
object-hash@3.0.0:
|
|
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
|
|
engines: {node: '>= 6'}
|
|
|
|
object-keys@1.1.1:
|
|
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
ohash@2.0.11:
|
|
resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
|
|
|
|
omggif@1.0.10:
|
|
resolution: {integrity: sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==}
|
|
|
|
on-exit-leak-free@2.1.2:
|
|
resolution: {integrity: sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
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'}
|
|
|
|
open@11.0.0:
|
|
resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==}
|
|
engines: {node: '>=20'}
|
|
|
|
openapi-types@12.1.3:
|
|
resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==}
|
|
|
|
ora@5.4.1:
|
|
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
p-cancelable@2.1.1:
|
|
resolution: {integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==}
|
|
engines: {node: '>=8'}
|
|
|
|
p-finally@1.0.0:
|
|
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
|
|
engines: {node: '>=4'}
|
|
|
|
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@3.0.0:
|
|
resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
p-map@4.0.0:
|
|
resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
p-queue@6.6.2:
|
|
resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
p-retry@4.6.2:
|
|
resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
p-timeout@3.2.0:
|
|
resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
|
|
engines: {node: '>=8'}
|
|
|
|
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.6.0:
|
|
resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==}
|
|
|
|
pako@1.0.11:
|
|
resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==}
|
|
|
|
parse-bmfont-ascii@1.0.6:
|
|
resolution: {integrity: sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==}
|
|
|
|
parse-bmfont-binary@1.0.6:
|
|
resolution: {integrity: sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==}
|
|
|
|
parse-bmfont-xml@1.1.6:
|
|
resolution: {integrity: sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==}
|
|
|
|
parse-entities@4.0.2:
|
|
resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
|
|
|
|
parse-passwd@1.0.0:
|
|
resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
parse5@7.3.0:
|
|
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
|
|
|
|
path-data-parser@0.1.0:
|
|
resolution: {integrity: sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==}
|
|
|
|
path-exists@3.0.0:
|
|
resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
|
|
engines: {node: '>=4'}
|
|
|
|
path-expression-matcher@1.1.3:
|
|
resolution: {integrity: sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==}
|
|
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-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'}
|
|
|
|
pathe@2.0.3:
|
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
|
|
pe-library@0.4.1:
|
|
resolution: {integrity: sha512-eRWB5LBz7PpDu4PUlwT0PhnQfTQJlDDdPa35urV4Osrm0t0AqQFGn+UIkU3klZvwJ8KPO3VbBFsXquA6p6kqZw==}
|
|
engines: {node: '>=12', npm: '>=6'}
|
|
|
|
peek-readable@4.1.0:
|
|
resolution: {integrity: sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==}
|
|
engines: {node: '>=8'}
|
|
|
|
pend@1.2.0:
|
|
resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
|
|
|
|
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.1:
|
|
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
picomatch@4.0.3:
|
|
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
engines: {node: '>=12'}
|
|
|
|
pify@2.3.0:
|
|
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
pino-abstract-transport@2.0.0:
|
|
resolution: {integrity: sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==}
|
|
|
|
pino-std-serializers@7.1.0:
|
|
resolution: {integrity: sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==}
|
|
|
|
pino@9.14.0:
|
|
resolution: {integrity: sha512-8OEwKp5juEvb/MjpIc4hjqfgCNysrS94RIOMXYvpYCdm/jglrKEiAYmiumbmGhCvs+IcInsphYDFwqrjr7398w==}
|
|
hasBin: true
|
|
|
|
pirates@4.0.7:
|
|
resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
pixelmatch@5.3.0:
|
|
resolution: {integrity: sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q==}
|
|
hasBin: true
|
|
|
|
pkg-types@1.3.1:
|
|
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
|
|
|
|
pkg-types@2.3.0:
|
|
resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
|
|
|
|
pkg-up@3.1.0:
|
|
resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==}
|
|
engines: {node: '>=8'}
|
|
|
|
planck@1.4.2:
|
|
resolution: {integrity: sha512-mNbhnV3g8X2rwGxzcesjmN8BDA6qfXgQxXVMkWau9MCRlQY0RLNEkyHlVp6yFy/X6qrzAXyNONCnZ1cGDLrNew==}
|
|
engines: {node: '>=14.0'}
|
|
peerDependencies:
|
|
stage-js: ^1.0.0-alpha.12
|
|
|
|
playwright-core@1.58.2:
|
|
resolution: {integrity: sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
playwright@1.58.2:
|
|
resolution: {integrity: sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
plist@3.1.0:
|
|
resolution: {integrity: sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==}
|
|
engines: {node: '>=10.4.0'}
|
|
|
|
pngjs@6.0.0:
|
|
resolution: {integrity: sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==}
|
|
engines: {node: '>=12.13.0'}
|
|
|
|
pngjs@7.0.0:
|
|
resolution: {integrity: sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==}
|
|
engines: {node: '>=14.19.0'}
|
|
|
|
points-on-curve@0.2.0:
|
|
resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==}
|
|
|
|
points-on-path@0.2.1:
|
|
resolution: {integrity: sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==}
|
|
|
|
postcss-import@15.1.0:
|
|
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
postcss: ^8.0.0
|
|
|
|
postcss-js@4.1.0:
|
|
resolution: {integrity: sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==}
|
|
engines: {node: ^12 || ^14 || >= 16}
|
|
peerDependencies:
|
|
postcss: ^8.4.21
|
|
|
|
postcss-load-config@4.0.2:
|
|
resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
|
|
engines: {node: '>= 14'}
|
|
peerDependencies:
|
|
postcss: '>=8.0.9'
|
|
ts-node: '>=9.0.0'
|
|
peerDependenciesMeta:
|
|
postcss:
|
|
optional: true
|
|
ts-node:
|
|
optional: true
|
|
|
|
postcss-load-config@6.0.1:
|
|
resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==}
|
|
engines: {node: '>= 18'}
|
|
peerDependencies:
|
|
jiti: '>=1.21.0'
|
|
postcss: '>=8.0.9'
|
|
tsx: ^4.8.1
|
|
yaml: ^2.4.2
|
|
peerDependenciesMeta:
|
|
jiti:
|
|
optional: true
|
|
postcss:
|
|
optional: true
|
|
tsx:
|
|
optional: true
|
|
yaml:
|
|
optional: true
|
|
|
|
postcss-nested@6.2.0:
|
|
resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==}
|
|
engines: {node: '>=12.0'}
|
|
peerDependencies:
|
|
postcss: ^8.2.14
|
|
|
|
postcss-selector-parser@6.1.2:
|
|
resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
|
|
engines: {node: '>=4'}
|
|
|
|
postcss-value-parser@4.2.0:
|
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
|
|
postcss@8.4.31:
|
|
resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
postcss@8.4.38:
|
|
resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
postcss@8.5.6:
|
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
powershell-utils@0.1.0:
|
|
resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==}
|
|
engines: {node: '>=20'}
|
|
|
|
prismjs@1.30.0:
|
|
resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==}
|
|
engines: {node: '>=6'}
|
|
|
|
process-nextick-args@2.0.1:
|
|
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
|
|
|
process-warning@5.0.0:
|
|
resolution: {integrity: sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==}
|
|
|
|
process@0.11.10:
|
|
resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
|
|
engines: {node: '>= 0.6.0'}
|
|
|
|
progress@2.0.3:
|
|
resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
promise-inflight@1.0.1:
|
|
resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==}
|
|
peerDependencies:
|
|
bluebird: '*'
|
|
peerDependenciesMeta:
|
|
bluebird:
|
|
optional: true
|
|
|
|
promise-retry@2.0.1:
|
|
resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==}
|
|
engines: {node: '>=10'}
|
|
|
|
property-information@7.1.0:
|
|
resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==}
|
|
|
|
protobufjs@7.5.4:
|
|
resolution: {integrity: sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
proxy-from-env@1.1.0:
|
|
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
|
|
|
pump@3.0.4:
|
|
resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==}
|
|
|
|
punycode@2.3.1:
|
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
engines: {node: '>=6'}
|
|
|
|
quansync@0.2.11:
|
|
resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
|
|
|
|
queue-microtask@1.2.3:
|
|
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
|
|
quick-format-unescaped@4.0.4:
|
|
resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==}
|
|
|
|
quick-lru@5.1.1:
|
|
resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==}
|
|
engines: {node: '>=10'}
|
|
|
|
rc9@2.1.2:
|
|
resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==}
|
|
|
|
react-dom@18.2.0:
|
|
resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
|
|
peerDependencies:
|
|
react: ^18.2.0
|
|
|
|
react-dom@19.2.4:
|
|
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
peerDependencies:
|
|
react: ^19.2.4
|
|
|
|
react-error-boundary@3.1.4:
|
|
resolution: {integrity: sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==}
|
|
engines: {node: '>=10', npm: '>=6'}
|
|
peerDependencies:
|
|
react: '>=16.13.1'
|
|
|
|
react-markdown@10.1.0:
|
|
resolution: {integrity: sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==}
|
|
peerDependencies:
|
|
'@types/react': '>=18'
|
|
react: '>=18'
|
|
|
|
react-refresh@0.18.0:
|
|
resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
react-router-dom@7.14.1:
|
|
resolution: {integrity: sha512-ZkrQuwwhGibjQLqH1eCdyiZyLWglPxzxdl5tgwgKEyCSGC76vmAjleGocRe3J/MLfzMUIKwaFJWpFVJhK3d2xA==}
|
|
engines: {node: '>=20.0.0'}
|
|
peerDependencies:
|
|
react: '>=18'
|
|
react-dom: '>=18'
|
|
|
|
react-router@7.14.1:
|
|
resolution: {integrity: sha512-5BCvFskyAAVumqhEKh/iPhLOIkfxcEUz8WqFIARCkMg8hZZzDYX9CtwxXA0e+qT8zAxmMC0x3Ckb9iMONwc5jg==}
|
|
engines: {node: '>=20.0.0'}
|
|
peerDependencies:
|
|
react: '>=18'
|
|
react-dom: '>=18'
|
|
peerDependenciesMeta:
|
|
react-dom:
|
|
optional: true
|
|
|
|
react@18.2.0:
|
|
resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
react@19.2.4:
|
|
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
read-binary-file-arch@1.0.6:
|
|
resolution: {integrity: sha512-BNg9EN3DD3GsDXX7Aa8O4p92sryjkmzYYgmgTAc6CA4uGLEDzFfxOxugu21akOxpcXHiEgsYkC6nPsQvLLLmEg==}
|
|
hasBin: true
|
|
|
|
read-cache@1.0.0:
|
|
resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
|
|
|
|
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}
|
|
|
|
readable-web-to-node-stream@3.0.4:
|
|
resolution: {integrity: sha512-9nX56alTf5bwXQ3ZDipHJhusu9NTQJ/CVPtb/XHAJCXihZeitfJvIRS4GqQ/mfIoOE3IelHMrpayVrosdHBuLw==}
|
|
engines: {node: '>=8'}
|
|
|
|
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@4.1.2:
|
|
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
|
engines: {node: '>= 14.18.0'}
|
|
|
|
readdirp@5.0.0:
|
|
resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
|
|
engines: {node: '>= 20.19.0'}
|
|
|
|
real-require@0.2.0:
|
|
resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
|
|
engines: {node: '>= 12.13.0'}
|
|
|
|
rehype-harden@1.1.8:
|
|
resolution: {integrity: sha512-Qn7vR1xrf6fZCrkm9TDWi/AB4ylrHy+jqsNm1EHOAmbARYA6gsnVJBq/sdBh6kmT4NEZxH5vgIjrscefJAOXcw==}
|
|
|
|
rehype-raw@7.0.0:
|
|
resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
|
|
|
|
rehype-sanitize@6.0.0:
|
|
resolution: {integrity: sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg==}
|
|
|
|
remark-gfm@4.0.1:
|
|
resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==}
|
|
|
|
remark-parse@11.0.0:
|
|
resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
|
|
|
|
remark-rehype@11.1.2:
|
|
resolution: {integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==}
|
|
|
|
remark-stringify@11.0.0:
|
|
resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
|
|
|
|
remend@1.3.0:
|
|
resolution: {integrity: sha512-iIhggPkhW3hFImKtB10w0dz4EZbs28mV/dmbcYVonWEJ6UGHHpP+bFZnTh6GNWJONg5m+U56JrL+8IxZRdgWjw==}
|
|
|
|
require-directory@2.1.1:
|
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
require-in-the-middle@8.0.1:
|
|
resolution: {integrity: sha512-QT7FVMXfWOYFbeRBF6nu+I6tr2Tf3u0q8RIEjNob/heKY/nh7drD/k7eeMFmSQgnTtCzLDcCu/XEnpW2wk4xCQ==}
|
|
engines: {node: '>=9.3.0 || >=8.10.0 <9.0.0'}
|
|
|
|
resedit@1.7.2:
|
|
resolution: {integrity: sha512-vHjcY2MlAITJhC0eRD/Vv8Vlgmu9Sd3LX9zZvtGzU5ZImdTN3+d6e/4mnTyV8vEbyf1sgNIrWxhWlrys52OkEA==}
|
|
engines: {node: '>=12', npm: '>=6'}
|
|
|
|
reselect@4.1.8:
|
|
resolution: {integrity: sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==}
|
|
|
|
resolve-alpn@1.2.1:
|
|
resolution: {integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==}
|
|
|
|
resolve-from@5.0.0:
|
|
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
engines: {node: '>=8'}
|
|
|
|
resolve-pkg-maps@1.0.0:
|
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
|
|
resolve@1.22.11:
|
|
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
|
|
engines: {node: '>= 0.4'}
|
|
hasBin: true
|
|
|
|
responselike@2.0.1:
|
|
resolution: {integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==}
|
|
|
|
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'}
|
|
|
|
retry@0.13.1:
|
|
resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
|
|
engines: {node: '>= 4'}
|
|
|
|
reusify@1.1.0:
|
|
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
|
|
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
|
|
rimraf@3.0.2:
|
|
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
|
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
hasBin: true
|
|
|
|
roarr@2.15.4:
|
|
resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==}
|
|
engines: {node: '>=8.0'}
|
|
|
|
robust-predicates@3.0.3:
|
|
resolution: {integrity: sha512-NS3levdsRIUOmiJ8FZWCP7LG3QpJyrs/TE0Zpf1yvZu8cAJJ6QMW92H1c7kWpdIHo8RvmLxN/o2JXTKHp74lUA==}
|
|
|
|
rollup@4.55.1:
|
|
resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==}
|
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
hasBin: true
|
|
|
|
rou3@0.7.12:
|
|
resolution: {integrity: sha512-iFE4hLDuloSWcD7mjdCDhx2bKcIsYbtOTpfH5MHHLSKMOUyjqQXTeZVa289uuwEGEKFoE/BAPbhaU4B774nceg==}
|
|
|
|
roughjs@4.6.6:
|
|
resolution: {integrity: sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==}
|
|
|
|
run-applescript@7.1.0:
|
|
resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
run-parallel@1.2.0:
|
|
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
|
|
rw@1.3.3:
|
|
resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==}
|
|
|
|
s-js@0.4.9:
|
|
resolution: {integrity: sha512-RtpOm+cM6O0sHg6IA70wH+UC3FZcND+rccBZpBAHzlUgNO2Bm5BN+FnM8+OBxzXdwpKWFwX11JGF0MFRkhSoIQ==}
|
|
|
|
safe-buffer@5.1.2:
|
|
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
|
|
|
|
safe-buffer@5.2.1:
|
|
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
|
|
safe-stable-stringify@2.5.0:
|
|
resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
|
|
engines: {node: '>=10'}
|
|
|
|
safer-buffer@2.1.2:
|
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
|
|
sanitize-filename@1.6.4:
|
|
resolution: {integrity: sha512-9ZyI08PsvdQl2r/bBIGubpVdR3RR9sY6RDiWFPreA21C/EFlQhmgo20UZlNjZMMZNubusLhAQozkA0Od5J21Eg==}
|
|
|
|
sax@1.4.4:
|
|
resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==}
|
|
engines: {node: '>=11.0.0'}
|
|
|
|
scheduler@0.23.2:
|
|
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
|
|
|
|
scheduler@0.27.0:
|
|
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
|
|
semver-compare@1.0.0:
|
|
resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==}
|
|
|
|
semver@6.3.1:
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
hasBin: true
|
|
|
|
semver@7.7.3:
|
|
resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
semver@7.7.4:
|
|
resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
serialize-error@7.0.1:
|
|
resolution: {integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==}
|
|
engines: {node: '>=10'}
|
|
|
|
seroval-plugins@1.3.3:
|
|
resolution: {integrity: sha512-16OL3NnUBw8JG1jBLUoZJsLnQq0n5Ua6aHalhJK4fMQkz1lqR7Osz1sA30trBtd9VUDc2NgkuRCn8+/pBwqZ+w==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
seroval: ^1.0
|
|
|
|
seroval@1.3.2:
|
|
resolution: {integrity: sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
set-blocking@2.0.0:
|
|
resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
|
|
|
|
set-cookie-parser@2.7.2:
|
|
resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==}
|
|
|
|
set-cookie-parser@3.1.0:
|
|
resolution: {integrity: sha512-kjnC1DXBHcxaOaOXBHBeRtltsDG2nUiUni+jP92M9gYdW12rsmx92UsfpH7o5tDRs7I1ZZPSQJQGv3UaRfCiuw==}
|
|
|
|
sharp@0.34.5:
|
|
resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
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.8.3:
|
|
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
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-update-notifier@2.0.0:
|
|
resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==}
|
|
engines: {node: '>=10'}
|
|
|
|
simple-xml-to-json@1.2.3:
|
|
resolution: {integrity: sha512-kWJDCr9EWtZ+/EYYM5MareWj2cRnZGF93YDNpH4jQiHB+hBIZnfPFSQiVMzZOdk+zXWqTZ/9fTeQNu2DqeiudA==}
|
|
engines: {node: '>=20.12.2'}
|
|
|
|
slice-ansi@3.0.0:
|
|
resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
smart-buffer@4.2.0:
|
|
resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
|
|
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
|
|
|
|
socks-proxy-agent@7.0.0:
|
|
resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==}
|
|
engines: {node: '>= 10'}
|
|
|
|
socks@2.8.7:
|
|
resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==}
|
|
engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
|
|
|
|
solid-js@1.9.10:
|
|
resolution: {integrity: sha512-Coz956cos/EPDlhs6+jsdTxKuJDPT7B5SVIWgABwROyxjY7Xbr8wkzD68Et+NxnV7DLJ3nJdAC2r9InuV/4Jew==}
|
|
|
|
solid-js@1.9.9:
|
|
resolution: {integrity: sha512-A0ZBPJQldAeGCTW0YRYJmt7RCeh5rbFfPZ2aOttgYnctHE7HgKeHCBB/PVc2P7eOfmNXqMFFFoYYdm3S4dcbkA==}
|
|
|
|
solid-refresh@0.6.3:
|
|
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
|
|
peerDependencies:
|
|
solid-js: ^1.3
|
|
|
|
sonic-boom@4.2.0:
|
|
resolution: {integrity: sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==}
|
|
|
|
source-map-js@1.2.1:
|
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
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.6:
|
|
resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
|
|
engines: {node: '>= 12'}
|
|
|
|
space-separated-tokens@2.0.2:
|
|
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
|
|
|
|
split2@4.2.0:
|
|
resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
|
|
engines: {node: '>= 10.x'}
|
|
|
|
sprintf-js@1.1.3:
|
|
resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==}
|
|
|
|
sql-escaper@1.3.3:
|
|
resolution: {integrity: sha512-BsTCV265VpTp8tm1wyIm1xqQCS+Q9NHx2Sr+WcnUrgLrQ6yiDIvHYJV5gHxsj1lMBy2zm5twLaZao8Jd+S8JJw==}
|
|
engines: {bun: '>=1.0.0', deno: '>=2.0.0', node: '>=12.0.0'}
|
|
|
|
ssri@9.0.1:
|
|
resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
stage-js@1.0.0-alpha.17:
|
|
resolution: {integrity: sha512-AzlMO+t51v6cFvKZ+Oe9DJnL1OXEH5s9bEy6di5aOrUpcP7PCzI/wIeXF0u3zg0L89gwnceoKxrLId0ZpYnNXw==}
|
|
engines: {node: '>=18.0'}
|
|
|
|
stat-mode@1.0.0:
|
|
resolution: {integrity: sha512-jH9EhtKIjuXZ2cWxmXS8ZP80XyC3iasQxMDV8jzhNJpfDb7VbQLVW4Wvsxz9QZvzV+G4YoSfBUVKDOyxLzi/sg==}
|
|
engines: {node: '>= 6'}
|
|
|
|
stream-browserify@3.0.0:
|
|
resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==}
|
|
|
|
streamdown@2.5.0:
|
|
resolution: {integrity: sha512-/tTnURfIOxZK/pqJAxsfCvETG/XCJHoWnk3jq9xLcuz6CSpnjjuxSRBTTL4PKGhxiZQf0lqPxGhImdpwcZ2XwA==}
|
|
peerDependencies:
|
|
react: ^18.0.0 || ^19.0.0
|
|
react-dom: ^18.0.0 || ^19.0.0
|
|
|
|
streamsearch@1.1.0:
|
|
resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
|
|
engines: {node: '>=10.0.0'}
|
|
|
|
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_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'}
|
|
|
|
strnum@2.2.0:
|
|
resolution: {integrity: sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==}
|
|
|
|
strtok3@6.3.0:
|
|
resolution: {integrity: sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==}
|
|
engines: {node: '>=10'}
|
|
|
|
style-mod@4.1.3:
|
|
resolution: {integrity: sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==}
|
|
|
|
style-to-js@1.1.21:
|
|
resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==}
|
|
|
|
style-to-object@1.0.14:
|
|
resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
|
|
|
|
styled-jsx@5.1.1:
|
|
resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
peerDependencies:
|
|
'@babel/core': '*'
|
|
babel-plugin-macros: '*'
|
|
react: '>= 16.8.0 || 17.x.x || ^18.0.0-0'
|
|
peerDependenciesMeta:
|
|
'@babel/core':
|
|
optional: true
|
|
babel-plugin-macros:
|
|
optional: true
|
|
|
|
styled-jsx@5.1.6:
|
|
resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
peerDependencies:
|
|
'@babel/core': '*'
|
|
babel-plugin-macros: '*'
|
|
react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0'
|
|
peerDependenciesMeta:
|
|
'@babel/core':
|
|
optional: true
|
|
babel-plugin-macros:
|
|
optional: true
|
|
|
|
stylis@4.3.6:
|
|
resolution: {integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==}
|
|
|
|
sucrase@3.35.1:
|
|
resolution: {integrity: sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
hasBin: true
|
|
|
|
sumchecker@3.0.1:
|
|
resolution: {integrity: sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==}
|
|
engines: {node: '>= 8.0'}
|
|
|
|
supports-color@7.2.0:
|
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
engines: {node: '>=8'}
|
|
|
|
supports-preserve-symlinks-flag@1.0.0:
|
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
swr@2.4.1:
|
|
resolution: {integrity: sha512-2CC6CiKQtEwaEeNiqWTAw9PGykW8SR5zZX8MZk6TeAvEAnVS7Visz8WzphqgtQ8v2xz/4Q5K+j+SeMaKXeeQIA==}
|
|
peerDependencies:
|
|
react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
tabbable@6.4.0:
|
|
resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
|
|
|
|
tailwind-merge@3.5.0:
|
|
resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==}
|
|
|
|
tailwindcss@3.4.7:
|
|
resolution: {integrity: sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==}
|
|
engines: {node: '>=14.0.0'}
|
|
hasBin: true
|
|
|
|
tailwindcss@4.1.18:
|
|
resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==}
|
|
|
|
tapable@2.3.0:
|
|
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
|
|
engines: {node: '>=6'}
|
|
|
|
tar-stream@2.2.0:
|
|
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
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.11:
|
|
resolution: {integrity: sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
temp-file@3.4.0:
|
|
resolution: {integrity: sha512-C5tjlC/HCtVUOi3KWVokd4vHVViOmGjtLwIh4MuzPo/nMYTV/p1urt3RnMz2IWXDdKEGJH3k5+KPxtqRsUYGtg==}
|
|
|
|
thenify-all@1.6.0:
|
|
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
|
|
engines: {node: '>=0.8'}
|
|
|
|
thenify@3.3.1:
|
|
resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
|
|
|
|
thread-stream@3.1.0:
|
|
resolution: {integrity: sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==}
|
|
|
|
three@0.177.0:
|
|
resolution: {integrity: sha512-EiXv5/qWAaGI+Vz2A+JfavwYCMdGjxVsrn3oBwllUoqYeaBO75J63ZfyaQKoiLrqNHoTlUc6PFgMXnS0kI45zg==}
|
|
|
|
throttleit@2.1.0:
|
|
resolution: {integrity: sha512-nt6AMGKW1p/70DF/hGBdJB57B8Tspmbp5gfJ8ilhLnt7kkr2ye7hzD6NVG8GGErk2HWF34igrL2CXmNIkzKqKw==}
|
|
engines: {node: '>=18'}
|
|
|
|
tiny-typed-emitter@2.1.0:
|
|
resolution: {integrity: sha512-qVtvMxeXbVej0cQWKqVSSAHmKZEHAvxdF8HEUBFWts8h+xEo5m/lEiPakuyZ3BnCBjOD8i24kzNOiOLLgsSxhA==}
|
|
|
|
tinycolor2@1.6.0:
|
|
resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==}
|
|
|
|
tinyexec@0.3.2:
|
|
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
|
|
|
tinyexec@1.0.4:
|
|
resolution: {integrity: sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==}
|
|
engines: {node: '>=18'}
|
|
|
|
tinyglobby@0.2.15:
|
|
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
tmp-promise@3.0.3:
|
|
resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==}
|
|
|
|
tmp@0.2.5:
|
|
resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==}
|
|
engines: {node: '>=14.14'}
|
|
|
|
to-regex-range@5.0.1:
|
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
engines: {node: '>=8.0'}
|
|
|
|
token-types@4.2.1:
|
|
resolution: {integrity: sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
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==}
|
|
|
|
trough@2.2.0:
|
|
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
|
|
|
|
truncate-utf8-bytes@1.0.2:
|
|
resolution: {integrity: sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==}
|
|
|
|
ts-dedent@2.2.0:
|
|
resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==}
|
|
engines: {node: '>=6.10'}
|
|
|
|
ts-interface-checker@0.1.13:
|
|
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
tsup@8.5.1:
|
|
resolution: {integrity: sha512-xtgkqwdhpKWr3tKPmCkvYmS9xnQK3m3XgxZHwSUjvfTjp7YfXe5tT3GgWi0F2N+ZSMsOeWeZFh7ZZFg5iPhing==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@microsoft/api-extractor': ^7.36.0
|
|
'@swc/core': ^1
|
|
postcss: ^8.4.12
|
|
typescript: '>=4.5.0'
|
|
peerDependenciesMeta:
|
|
'@microsoft/api-extractor':
|
|
optional: true
|
|
'@swc/core':
|
|
optional: true
|
|
postcss:
|
|
optional: true
|
|
typescript:
|
|
optional: true
|
|
|
|
tsx@4.21.0:
|
|
resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==}
|
|
engines: {node: '>=18.0.0'}
|
|
hasBin: true
|
|
|
|
turbo@2.8.20:
|
|
resolution: {integrity: sha512-Rb4qk5YT8RUwwdXtkLpkVhNEe/lor6+WV7S5tTlLpxSz6MjV5Qi8jGNn4gS6NAvrYGA/rNrE6YUQM85sCZUDbQ==}
|
|
hasBin: true
|
|
|
|
type-fest@0.13.1:
|
|
resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==}
|
|
engines: {node: '>=10'}
|
|
|
|
typeid-js@1.2.0:
|
|
resolution: {integrity: sha512-t76ZucAnvGC60ea/HjVsB0TSoB0cw9yjnfurUgtInXQWUI/VcrlZGpO23KN3iSe8yOGUgb1zr7W7uEzJ3hSljA==}
|
|
|
|
typescript@5.4.5:
|
|
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
typescript@5.9.3:
|
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
ufo@1.6.3:
|
|
resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
|
|
|
|
ulid@2.4.0:
|
|
resolution: {integrity: sha512-fIRiVTJNcSRmXKPZtGzFQv9WRrZ3M9eoptl/teFJvjOzmpU+/K/JH6HZ8deBfb5vMEpicJcLn7JmvdknlMq7Zg==}
|
|
hasBin: true
|
|
|
|
undici-types@5.26.5:
|
|
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
|
|
|
|
undici-types@6.21.0:
|
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
|
|
undici-types@7.18.2:
|
|
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
|
|
|
undici@5.29.0:
|
|
resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==}
|
|
engines: {node: '>=14.0'}
|
|
|
|
unified@11.0.5:
|
|
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
|
|
|
|
unique-filename@2.0.1:
|
|
resolution: {integrity: sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
unique-slug@3.0.0:
|
|
resolution: {integrity: sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==}
|
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
|
|
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@0.1.2:
|
|
resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
|
|
engines: {node: '>= 4.0.0'}
|
|
|
|
universalify@2.0.1:
|
|
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
|
|
engines: {node: '>= 10.0.0'}
|
|
|
|
update-browserslist-db@1.2.3:
|
|
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
browserslist: '>= 4.21.0'
|
|
|
|
uri-js@4.4.1:
|
|
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
|
|
use-sync-external-store@1.6.0:
|
|
resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
utf8-byte-length@1.0.5:
|
|
resolution: {integrity: sha512-Xn0w3MtiQ6zoz2vFyUVruaCL53O/DwUvkEeOvj+uulMm0BkUGYWmBYVyElqZaSLhY6ZD0ulfU3aBra2aVT4xfA==}
|
|
|
|
utif2@4.1.0:
|
|
resolution: {integrity: sha512-+oknB9FHrJ7oW7A2WZYajOcv4FcDR4CfoGB0dPNfxbi4GO05RRnFmt5oa23+9w32EanrYcSJWspUiJkLMs+37w==}
|
|
|
|
util-deprecate@1.0.2:
|
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
|
|
uuid@10.0.0:
|
|
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
hasBin: true
|
|
|
|
uuid@11.1.0:
|
|
resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
|
|
hasBin: true
|
|
|
|
verror@1.10.1:
|
|
resolution: {integrity: sha512-veufcmxri4e3XSrT0xwfUR7kguIkaxBeosDg00yDWhk49wdwkSUrvvsm7nc75e1PUyvIeZj6nS8VQRYz2/S4Xg==}
|
|
engines: {node: '>=0.6.0'}
|
|
|
|
vfile-location@5.0.3:
|
|
resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
|
|
|
|
vfile-message@4.0.3:
|
|
resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==}
|
|
|
|
vfile@6.0.3:
|
|
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
|
|
|
|
vite-plugin-solid@2.11.10:
|
|
resolution: {integrity: sha512-Yr1dQybmtDtDAHkii6hXuc1oVH9CPcS/Zb2jN/P36qqcrkNnVPsMTzQ06jyzFPFjj3U1IYKMVt/9ZqcwGCEbjw==}
|
|
peerDependencies:
|
|
'@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
|
|
solid-js: ^1.7.2
|
|
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
peerDependenciesMeta:
|
|
'@testing-library/jest-dom':
|
|
optional: true
|
|
|
|
vite@6.4.1:
|
|
resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==}
|
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
|
jiti: '>=1.21.0'
|
|
less: '*'
|
|
lightningcss: ^1.21.0
|
|
sass: '*'
|
|
sass-embedded: '*'
|
|
stylus: '*'
|
|
sugarss: '*'
|
|
terser: ^5.16.0
|
|
tsx: ^4.8.1
|
|
yaml: ^2.4.2
|
|
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@7.3.1:
|
|
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
|
|
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
|
|
|
|
vitefu@1.1.1:
|
|
resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==}
|
|
peerDependencies:
|
|
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0
|
|
peerDependenciesMeta:
|
|
vite:
|
|
optional: true
|
|
|
|
vscode-jsonrpc@8.2.0:
|
|
resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
vscode-languageserver-protocol@3.17.5:
|
|
resolution: {integrity: sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==}
|
|
|
|
vscode-languageserver-textdocument@1.0.12:
|
|
resolution: {integrity: sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==}
|
|
|
|
vscode-languageserver-types@3.17.5:
|
|
resolution: {integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==}
|
|
|
|
vscode-languageserver@9.0.1:
|
|
resolution: {integrity: sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==}
|
|
hasBin: true
|
|
|
|
vscode-uri@3.1.0:
|
|
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
|
|
|
|
w3c-keyname@2.2.8:
|
|
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
|
|
|
|
wcwidth@1.0.1:
|
|
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
|
|
|
web-namespaces@2.0.1:
|
|
resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
|
|
|
|
web-tree-sitter@0.25.10:
|
|
resolution: {integrity: sha512-Y09sF44/13XvgVKgO2cNDw5rGk6s26MgoZPXLESvMXeefBf7i6/73eFurre0IsTW6E14Y0ArIzhUMmjoc7xyzA==}
|
|
peerDependencies:
|
|
'@types/emscripten': ^1.40.0
|
|
peerDependenciesMeta:
|
|
'@types/emscripten':
|
|
optional: true
|
|
|
|
webidl-conversions@3.0.1:
|
|
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
|
|
whatwg-url@5.0.0:
|
|
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
|
|
which@2.0.2:
|
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
engines: {node: '>= 8'}
|
|
hasBin: true
|
|
|
|
wide-align@1.1.5:
|
|
resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
|
|
|
|
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'}
|
|
|
|
wrappy@1.0.2:
|
|
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
|
|
ws@8.19.0:
|
|
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
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-parse-from-string@1.0.1:
|
|
resolution: {integrity: sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==}
|
|
|
|
xml2js@0.5.0:
|
|
resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==}
|
|
engines: {node: '>=4.0.0'}
|
|
|
|
xmlbuilder@11.0.1:
|
|
resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
xmlbuilder@15.1.1:
|
|
resolution: {integrity: sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==}
|
|
engines: {node: '>=8.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.8.2:
|
|
resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==}
|
|
engines: {node: '>= 14.6'}
|
|
hasBin: true
|
|
|
|
yargs-parser@21.1.1:
|
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
engines: {node: '>=12'}
|
|
|
|
yargs@17.7.2:
|
|
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
|
engines: {node: '>=12'}
|
|
|
|
yauzl@2.10.0:
|
|
resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
|
|
|
|
yjs@13.6.30:
|
|
resolution: {integrity: sha512-vv/9h42eCMC81ZHDFswuu/MKzkl/vyq1BhaNGfHyOonwlG4CJbQF4oiBBJPvfdeCt/PlVDWh7Nov9D34YY09uQ==}
|
|
engines: {node: '>=16.0.0', npm: '>=8.0.0'}
|
|
|
|
yocto-queue@0.1.0:
|
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
yoga-layout@3.2.1:
|
|
resolution: {integrity: sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==}
|
|
|
|
zip-stream@4.1.1:
|
|
resolution: {integrity: sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==}
|
|
engines: {node: '>= 10'}
|
|
|
|
zod@3.25.76:
|
|
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
|
|
|
|
zod@4.3.6:
|
|
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
|
|
|
zustand@5.0.12:
|
|
resolution: {integrity: sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==}
|
|
engines: {node: '>=12.20.0'}
|
|
peerDependencies:
|
|
'@types/react': '>=18.0.0'
|
|
immer: '>=9.0.6'
|
|
react: '>=18.0.0'
|
|
use-sync-external-store: '>=1.2.0'
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
immer:
|
|
optional: true
|
|
react:
|
|
optional: true
|
|
use-sync-external-store:
|
|
optional: true
|
|
|
|
zwitch@2.0.4:
|
|
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
|
|
|
snapshots:
|
|
|
|
7zip-bin@5.2.0: {}
|
|
|
|
'@ai-sdk/gateway@3.0.88(zod@4.3.6)':
|
|
dependencies:
|
|
'@ai-sdk/provider': 3.0.8
|
|
'@ai-sdk/provider-utils': 4.0.22(zod@4.3.6)
|
|
'@vercel/oidc': 3.1.0
|
|
zod: 4.3.6
|
|
|
|
'@ai-sdk/provider-utils@4.0.22(zod@4.3.6)':
|
|
dependencies:
|
|
'@ai-sdk/provider': 3.0.8
|
|
'@standard-schema/spec': 1.1.0
|
|
eventsource-parser: 3.0.6
|
|
zod: 4.3.6
|
|
|
|
'@ai-sdk/provider@3.0.8':
|
|
dependencies:
|
|
json-schema: 0.4.0
|
|
|
|
'@ai-sdk/react@3.0.148(react@19.2.4)(zod@4.3.6)':
|
|
dependencies:
|
|
'@ai-sdk/provider-utils': 4.0.22(zod@4.3.6)
|
|
ai: 6.0.146(zod@4.3.6)
|
|
react: 19.2.4
|
|
swr: 2.4.1(react@19.2.4)
|
|
throttleit: 2.1.0
|
|
transitivePeerDependencies:
|
|
- zod
|
|
|
|
'@alloc/quick-lru@5.2.0': {}
|
|
|
|
'@ampproject/remapping@2.3.0':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
'@antfu/install-pkg@1.1.0':
|
|
dependencies:
|
|
package-manager-detector: 1.6.0
|
|
tinyexec: 1.0.4
|
|
|
|
'@aws-crypto/crc32@5.2.0':
|
|
dependencies:
|
|
'@aws-crypto/util': 5.2.0
|
|
'@aws-sdk/types': 3.973.6
|
|
tslib: 2.8.1
|
|
|
|
'@aws-crypto/crc32c@5.2.0':
|
|
dependencies:
|
|
'@aws-crypto/util': 5.2.0
|
|
'@aws-sdk/types': 3.973.6
|
|
tslib: 2.8.1
|
|
|
|
'@aws-crypto/sha1-browser@5.2.0':
|
|
dependencies:
|
|
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
'@aws-crypto/util': 5.2.0
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws-sdk/util-locate-window': 3.965.5
|
|
'@smithy/util-utf8': 2.3.0
|
|
tslib: 2.8.1
|
|
|
|
'@aws-crypto/sha256-browser@5.2.0':
|
|
dependencies:
|
|
'@aws-crypto/sha256-js': 5.2.0
|
|
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
'@aws-crypto/util': 5.2.0
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws-sdk/util-locate-window': 3.965.5
|
|
'@smithy/util-utf8': 2.3.0
|
|
tslib: 2.8.1
|
|
|
|
'@aws-crypto/sha256-js@5.2.0':
|
|
dependencies:
|
|
'@aws-crypto/util': 5.2.0
|
|
'@aws-sdk/types': 3.973.6
|
|
tslib: 2.8.1
|
|
|
|
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@aws-crypto/util@5.2.0':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/util-utf8': 2.3.0
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/client-s3@3.1009.0':
|
|
dependencies:
|
|
'@aws-crypto/sha1-browser': 5.2.0
|
|
'@aws-crypto/sha256-browser': 5.2.0
|
|
'@aws-crypto/sha256-js': 5.2.0
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/credential-provider-node': 3.972.21
|
|
'@aws-sdk/middleware-bucket-endpoint': 3.972.8
|
|
'@aws-sdk/middleware-expect-continue': 3.972.8
|
|
'@aws-sdk/middleware-flexible-checksums': 3.973.6
|
|
'@aws-sdk/middleware-host-header': 3.972.8
|
|
'@aws-sdk/middleware-location-constraint': 3.972.8
|
|
'@aws-sdk/middleware-logger': 3.972.8
|
|
'@aws-sdk/middleware-recursion-detection': 3.972.8
|
|
'@aws-sdk/middleware-sdk-s3': 3.972.20
|
|
'@aws-sdk/middleware-ssec': 3.972.8
|
|
'@aws-sdk/middleware-user-agent': 3.972.21
|
|
'@aws-sdk/region-config-resolver': 3.972.8
|
|
'@aws-sdk/signature-v4-multi-region': 3.996.8
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws-sdk/util-endpoints': 3.996.5
|
|
'@aws-sdk/util-user-agent-browser': 3.972.8
|
|
'@aws-sdk/util-user-agent-node': 3.973.7
|
|
'@smithy/config-resolver': 4.4.11
|
|
'@smithy/core': 3.23.11
|
|
'@smithy/eventstream-serde-browser': 4.2.12
|
|
'@smithy/eventstream-serde-config-resolver': 4.3.12
|
|
'@smithy/eventstream-serde-node': 4.2.12
|
|
'@smithy/fetch-http-handler': 5.3.15
|
|
'@smithy/hash-blob-browser': 4.2.13
|
|
'@smithy/hash-node': 4.2.12
|
|
'@smithy/hash-stream-node': 4.2.12
|
|
'@smithy/invalid-dependency': 4.2.12
|
|
'@smithy/md5-js': 4.2.12
|
|
'@smithy/middleware-content-length': 4.2.12
|
|
'@smithy/middleware-endpoint': 4.4.25
|
|
'@smithy/middleware-retry': 4.4.42
|
|
'@smithy/middleware-serde': 4.2.14
|
|
'@smithy/middleware-stack': 4.2.12
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/node-http-handler': 4.4.16
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/smithy-client': 4.12.5
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/url-parser': 4.2.12
|
|
'@smithy/util-base64': 4.3.2
|
|
'@smithy/util-body-length-browser': 4.2.2
|
|
'@smithy/util-body-length-node': 4.2.3
|
|
'@smithy/util-defaults-mode-browser': 4.3.41
|
|
'@smithy/util-defaults-mode-node': 4.2.44
|
|
'@smithy/util-endpoints': 3.3.3
|
|
'@smithy/util-middleware': 4.2.12
|
|
'@smithy/util-retry': 4.2.12
|
|
'@smithy/util-stream': 4.5.19
|
|
'@smithy/util-utf8': 4.2.2
|
|
'@smithy/util-waiter': 4.2.13
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
|
|
'@aws-sdk/core@3.973.20':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws-sdk/xml-builder': 3.972.11
|
|
'@smithy/core': 3.23.11
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/signature-v4': 5.3.12
|
|
'@smithy/smithy-client': 4.12.5
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-base64': 4.3.2
|
|
'@smithy/util-middleware': 4.2.12
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/crc64-nvme@3.972.5':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/credential-provider-env@3.972.18':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/credential-provider-http@3.972.20':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/fetch-http-handler': 5.3.15
|
|
'@smithy/node-http-handler': 4.4.16
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/smithy-client': 4.12.5
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-stream': 4.5.19
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/credential-provider-ini@3.972.20':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/credential-provider-env': 3.972.18
|
|
'@aws-sdk/credential-provider-http': 3.972.20
|
|
'@aws-sdk/credential-provider-login': 3.972.20
|
|
'@aws-sdk/credential-provider-process': 3.972.18
|
|
'@aws-sdk/credential-provider-sso': 3.972.20
|
|
'@aws-sdk/credential-provider-web-identity': 3.972.20
|
|
'@aws-sdk/nested-clients': 3.996.10
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/credential-provider-imds': 4.2.12
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
|
|
'@aws-sdk/credential-provider-login@3.972.20':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/nested-clients': 3.996.10
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
|
|
'@aws-sdk/credential-provider-node@3.972.21':
|
|
dependencies:
|
|
'@aws-sdk/credential-provider-env': 3.972.18
|
|
'@aws-sdk/credential-provider-http': 3.972.20
|
|
'@aws-sdk/credential-provider-ini': 3.972.20
|
|
'@aws-sdk/credential-provider-process': 3.972.18
|
|
'@aws-sdk/credential-provider-sso': 3.972.20
|
|
'@aws-sdk/credential-provider-web-identity': 3.972.20
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/credential-provider-imds': 4.2.12
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
|
|
'@aws-sdk/credential-provider-process@3.972.18':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/credential-provider-sso@3.972.20':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/nested-clients': 3.996.10
|
|
'@aws-sdk/token-providers': 3.1009.0
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
|
|
'@aws-sdk/credential-provider-web-identity@3.972.20':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/nested-clients': 3.996.10
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
|
|
'@aws-sdk/lib-storage@3.1009.0(@aws-sdk/client-s3@3.1009.0)':
|
|
dependencies:
|
|
'@aws-sdk/client-s3': 3.1009.0
|
|
'@smithy/abort-controller': 4.2.12
|
|
'@smithy/middleware-endpoint': 4.4.25
|
|
'@smithy/smithy-client': 4.12.5
|
|
buffer: 5.6.0
|
|
events: 3.3.0
|
|
stream-browserify: 3.0.0
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-bucket-endpoint@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws-sdk/util-arn-parser': 3.972.3
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-config-provider': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-expect-continue@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-flexible-checksums@3.973.6':
|
|
dependencies:
|
|
'@aws-crypto/crc32': 5.2.0
|
|
'@aws-crypto/crc32c': 5.2.0
|
|
'@aws-crypto/util': 5.2.0
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/crc64-nvme': 3.972.5
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/is-array-buffer': 4.2.2
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-middleware': 4.2.12
|
|
'@smithy/util-stream': 4.5.19
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-host-header@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-location-constraint@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-logger@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-recursion-detection@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws/lambda-invoke-store': 0.2.4
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-sdk-s3@3.972.20':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws-sdk/util-arn-parser': 3.972.3
|
|
'@smithy/core': 3.23.11
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/signature-v4': 5.3.12
|
|
'@smithy/smithy-client': 4.12.5
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-config-provider': 4.2.2
|
|
'@smithy/util-middleware': 4.2.12
|
|
'@smithy/util-stream': 4.5.19
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-ssec@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/middleware-user-agent@3.972.21':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws-sdk/util-endpoints': 3.996.5
|
|
'@smithy/core': 3.23.11
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-retry': 4.2.12
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/nested-clients@3.996.10':
|
|
dependencies:
|
|
'@aws-crypto/sha256-browser': 5.2.0
|
|
'@aws-crypto/sha256-js': 5.2.0
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/middleware-host-header': 3.972.8
|
|
'@aws-sdk/middleware-logger': 3.972.8
|
|
'@aws-sdk/middleware-recursion-detection': 3.972.8
|
|
'@aws-sdk/middleware-user-agent': 3.972.21
|
|
'@aws-sdk/region-config-resolver': 3.972.8
|
|
'@aws-sdk/types': 3.973.6
|
|
'@aws-sdk/util-endpoints': 3.996.5
|
|
'@aws-sdk/util-user-agent-browser': 3.972.8
|
|
'@aws-sdk/util-user-agent-node': 3.973.7
|
|
'@smithy/config-resolver': 4.4.11
|
|
'@smithy/core': 3.23.11
|
|
'@smithy/fetch-http-handler': 5.3.15
|
|
'@smithy/hash-node': 4.2.12
|
|
'@smithy/invalid-dependency': 4.2.12
|
|
'@smithy/middleware-content-length': 4.2.12
|
|
'@smithy/middleware-endpoint': 4.4.25
|
|
'@smithy/middleware-retry': 4.4.42
|
|
'@smithy/middleware-serde': 4.2.14
|
|
'@smithy/middleware-stack': 4.2.12
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/node-http-handler': 4.4.16
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/smithy-client': 4.12.5
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/url-parser': 4.2.12
|
|
'@smithy/util-base64': 4.3.2
|
|
'@smithy/util-body-length-browser': 4.2.2
|
|
'@smithy/util-body-length-node': 4.2.3
|
|
'@smithy/util-defaults-mode-browser': 4.3.41
|
|
'@smithy/util-defaults-mode-node': 4.2.44
|
|
'@smithy/util-endpoints': 3.3.3
|
|
'@smithy/util-middleware': 4.2.12
|
|
'@smithy/util-retry': 4.2.12
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
|
|
'@aws-sdk/region-config-resolver@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/config-resolver': 4.4.11
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/signature-v4-multi-region@3.996.8':
|
|
dependencies:
|
|
'@aws-sdk/middleware-sdk-s3': 3.972.20
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/signature-v4': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/token-providers@3.1009.0':
|
|
dependencies:
|
|
'@aws-sdk/core': 3.973.20
|
|
'@aws-sdk/nested-clients': 3.996.10
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
|
|
'@aws-sdk/types@3.973.6':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/util-arn-parser@3.972.3':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/util-endpoints@3.996.5':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/url-parser': 4.2.12
|
|
'@smithy/util-endpoints': 3.3.3
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/util-locate-window@3.965.5':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/util-user-agent-browser@3.972.8':
|
|
dependencies:
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/types': 4.13.1
|
|
bowser: 2.14.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/util-user-agent-node@3.973.7':
|
|
dependencies:
|
|
'@aws-sdk/middleware-user-agent': 3.972.21
|
|
'@aws-sdk/types': 3.973.6
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-config-provider': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@aws-sdk/xml-builder@3.972.11':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
fast-xml-parser: 5.4.1
|
|
tslib: 2.8.1
|
|
|
|
'@aws/lambda-invoke-store@0.2.4': {}
|
|
|
|
'@babel/code-frame@7.28.6':
|
|
dependencies:
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
js-tokens: 4.0.0
|
|
picocolors: 1.1.1
|
|
|
|
'@babel/code-frame@7.29.0':
|
|
dependencies:
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
js-tokens: 4.0.0
|
|
picocolors: 1.1.1
|
|
|
|
'@babel/compat-data@7.28.6': {}
|
|
|
|
'@babel/core@7.28.0':
|
|
dependencies:
|
|
'@ampproject/remapping': 2.3.0
|
|
'@babel/code-frame': 7.28.6
|
|
'@babel/generator': 7.28.6
|
|
'@babel/helper-compilation-targets': 7.28.6
|
|
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.0)
|
|
'@babel/helpers': 7.28.6
|
|
'@babel/parser': 7.28.6
|
|
'@babel/template': 7.28.6
|
|
'@babel/traverse': 7.28.6
|
|
'@babel/types': 7.28.6
|
|
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/core@7.28.6':
|
|
dependencies:
|
|
'@babel/code-frame': 7.28.6
|
|
'@babel/generator': 7.28.6
|
|
'@babel/helper-compilation-targets': 7.28.6
|
|
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
|
|
'@babel/helpers': 7.28.6
|
|
'@babel/parser': 7.28.6
|
|
'@babel/template': 7.28.6
|
|
'@babel/traverse': 7.28.6
|
|
'@babel/types': 7.28.6
|
|
'@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/core@7.29.0':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@babel/generator': 7.29.1
|
|
'@babel/helper-compilation-targets': 7.28.6
|
|
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
|
|
'@babel/helpers': 7.28.6
|
|
'@babel/parser': 7.29.2
|
|
'@babel/template': 7.28.6
|
|
'@babel/traverse': 7.29.0
|
|
'@babel/types': 7.29.0
|
|
'@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.28.6':
|
|
dependencies:
|
|
'@babel/parser': 7.28.6
|
|
'@babel/types': 7.28.6
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/generator@7.29.1':
|
|
dependencies:
|
|
'@babel/parser': 7.29.2
|
|
'@babel/types': 7.29.0
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/helper-annotate-as-pure@7.27.3':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/helper-compilation-targets@7.28.6':
|
|
dependencies:
|
|
'@babel/compat-data': 7.28.6
|
|
'@babel/helper-validator-option': 7.27.1
|
|
browserslist: 4.28.1
|
|
lru-cache: 5.1.1
|
|
semver: 6.3.1
|
|
|
|
'@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
'@babel/helper-member-expression-to-functions': 7.28.5
|
|
'@babel/helper-optimise-call-expression': 7.27.1
|
|
'@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.0)
|
|
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
|
'@babel/traverse': 7.28.6
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-globals@7.28.0': {}
|
|
|
|
'@babel/helper-member-expression-to-functions@7.28.5':
|
|
dependencies:
|
|
'@babel/traverse': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-imports@7.18.6':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/helper-module-imports@7.28.6':
|
|
dependencies:
|
|
'@babel/traverse': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.28.6(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-module-imports': 7.28.6
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
'@babel/traverse': 7.28.6
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)':
|
|
dependencies:
|
|
'@babel/core': 7.28.6
|
|
'@babel/helper-module-imports': 7.28.6
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
'@babel/traverse': 7.28.6
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-module-imports': 7.28.6
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
'@babel/traverse': 7.28.6
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-optimise-call-expression@7.27.1':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/helper-plugin-utils@7.28.6': {}
|
|
|
|
'@babel/helper-replace-supers@7.28.6(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-member-expression-to-functions': 7.28.5
|
|
'@babel/helper-optimise-call-expression': 7.27.1
|
|
'@babel/traverse': 7.28.6
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
|
|
dependencies:
|
|
'@babel/traverse': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-string-parser@7.27.1': {}
|
|
|
|
'@babel/helper-validator-identifier@7.28.5': {}
|
|
|
|
'@babel/helper-validator-option@7.27.1': {}
|
|
|
|
'@babel/helpers@7.28.6':
|
|
dependencies:
|
|
'@babel/template': 7.28.6
|
|
'@babel/types': 7.28.6
|
|
|
|
'@babel/parser@7.28.6':
|
|
dependencies:
|
|
'@babel/types': 7.28.6
|
|
|
|
'@babel/parser@7.29.2':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.28.6)':
|
|
dependencies:
|
|
'@babel/core': 7.28.6
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.0)
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.29.0)':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
'@babel/plugin-transform-typescript@7.28.6(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
'@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.0)
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
|
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.0)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/preset-typescript@7.27.1(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
'@babel/helper-validator-option': 7.27.1
|
|
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.0)
|
|
'@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.0)
|
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.0)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/runtime@7.29.2': {}
|
|
|
|
'@babel/template@7.28.6':
|
|
dependencies:
|
|
'@babel/code-frame': 7.28.6
|
|
'@babel/parser': 7.28.6
|
|
'@babel/types': 7.28.6
|
|
|
|
'@babel/traverse@7.28.6':
|
|
dependencies:
|
|
'@babel/code-frame': 7.28.6
|
|
'@babel/generator': 7.28.6
|
|
'@babel/helper-globals': 7.28.0
|
|
'@babel/parser': 7.28.6
|
|
'@babel/template': 7.28.6
|
|
'@babel/types': 7.28.6
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/traverse@7.29.0':
|
|
dependencies:
|
|
'@babel/code-frame': 7.29.0
|
|
'@babel/generator': 7.29.1
|
|
'@babel/helper-globals': 7.28.0
|
|
'@babel/parser': 7.29.2
|
|
'@babel/template': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/types@7.28.6':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
|
|
'@babel/types@7.29.0':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
|
|
'@better-auth/api-key@1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)(better-auth@1.5.6(@opentelemetry/api@1.9.0)(drizzle-kit@0.31.9)(drizzle-orm@0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4))(mysql2@3.17.4)(next@16.2.1(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10))':
|
|
dependencies:
|
|
'@better-auth/core': 1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)
|
|
'@better-auth/utils': 0.3.1
|
|
better-auth: 1.5.6(@opentelemetry/api@1.9.0)(drizzle-kit@0.31.9)(drizzle-orm@0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4))(mysql2@3.17.4)(next@16.2.1(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10)
|
|
zod: 4.3.6
|
|
|
|
'@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)':
|
|
dependencies:
|
|
'@better-auth/utils': 0.3.1
|
|
'@better-fetch/fetch': 1.1.21
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
'@standard-schema/spec': 1.1.0
|
|
better-call: 1.3.2(zod@4.3.6)
|
|
jose: 6.1.3
|
|
kysely: 0.28.15
|
|
nanostores: 1.2.0
|
|
zod: 4.3.6
|
|
|
|
'@better-auth/drizzle-adapter@1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)(drizzle-orm@0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4))':
|
|
dependencies:
|
|
'@better-auth/core': 1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)
|
|
'@better-auth/utils': 0.3.1
|
|
optionalDependencies:
|
|
drizzle-orm: 0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4)
|
|
|
|
'@better-auth/kysely-adapter@1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)(kysely@0.28.15)':
|
|
dependencies:
|
|
'@better-auth/core': 1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)
|
|
'@better-auth/utils': 0.3.1
|
|
optionalDependencies:
|
|
kysely: 0.28.15
|
|
|
|
'@better-auth/memory-adapter@1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)':
|
|
dependencies:
|
|
'@better-auth/core': 1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)
|
|
'@better-auth/utils': 0.3.1
|
|
|
|
'@better-auth/mongo-adapter@1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)':
|
|
dependencies:
|
|
'@better-auth/core': 1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)
|
|
'@better-auth/utils': 0.3.1
|
|
|
|
'@better-auth/prisma-adapter@1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)':
|
|
dependencies:
|
|
'@better-auth/core': 1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)
|
|
'@better-auth/utils': 0.3.1
|
|
|
|
'@better-auth/telemetry@1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))':
|
|
dependencies:
|
|
'@better-auth/core': 1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)
|
|
'@better-auth/utils': 0.3.1
|
|
'@better-fetch/fetch': 1.1.21
|
|
|
|
'@better-auth/utils@0.3.1': {}
|
|
|
|
'@better-fetch/fetch@1.1.21': {}
|
|
|
|
'@braintree/sanitize-url@7.1.2': {}
|
|
|
|
'@chevrotain/cst-dts-gen@11.1.2':
|
|
dependencies:
|
|
'@chevrotain/gast': 11.1.2
|
|
'@chevrotain/types': 11.1.2
|
|
lodash-es: 4.17.23
|
|
|
|
'@chevrotain/gast@11.1.2':
|
|
dependencies:
|
|
'@chevrotain/types': 11.1.2
|
|
lodash-es: 4.17.23
|
|
|
|
'@chevrotain/regexp-to-ast@11.1.2': {}
|
|
|
|
'@chevrotain/types@11.1.2': {}
|
|
|
|
'@chevrotain/utils@11.1.2': {}
|
|
|
|
'@codemirror/autocomplete@6.20.0':
|
|
dependencies:
|
|
'@codemirror/language': 6.12.1
|
|
'@codemirror/state': 6.5.4
|
|
'@codemirror/view': 6.39.14
|
|
'@lezer/common': 1.5.1
|
|
|
|
'@codemirror/commands@6.10.2':
|
|
dependencies:
|
|
'@codemirror/language': 6.12.1
|
|
'@codemirror/state': 6.5.4
|
|
'@codemirror/view': 6.39.14
|
|
'@lezer/common': 1.5.1
|
|
|
|
'@codemirror/lang-css@6.3.1':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.20.0
|
|
'@codemirror/language': 6.12.1
|
|
'@codemirror/state': 6.5.4
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/css': 1.3.0
|
|
|
|
'@codemirror/lang-html@6.4.11':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.20.0
|
|
'@codemirror/lang-css': 6.3.1
|
|
'@codemirror/lang-javascript': 6.2.4
|
|
'@codemirror/language': 6.12.1
|
|
'@codemirror/state': 6.5.4
|
|
'@codemirror/view': 6.39.14
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/css': 1.3.0
|
|
'@lezer/html': 1.3.13
|
|
|
|
'@codemirror/lang-javascript@6.2.4':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.20.0
|
|
'@codemirror/language': 6.12.1
|
|
'@codemirror/lint': 6.9.4
|
|
'@codemirror/state': 6.5.4
|
|
'@codemirror/view': 6.39.14
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/javascript': 1.5.4
|
|
|
|
'@codemirror/lang-markdown@6.5.0':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.20.0
|
|
'@codemirror/lang-html': 6.4.11
|
|
'@codemirror/language': 6.12.1
|
|
'@codemirror/state': 6.5.4
|
|
'@codemirror/view': 6.39.14
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/markdown': 1.6.3
|
|
|
|
'@codemirror/language@6.12.1':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.4
|
|
'@codemirror/view': 6.39.14
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/highlight': 1.2.3
|
|
'@lezer/lr': 1.4.8
|
|
style-mod: 4.1.3
|
|
|
|
'@codemirror/lint@6.9.4':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.4
|
|
'@codemirror/view': 6.39.14
|
|
crelt: 1.0.6
|
|
|
|
'@codemirror/state@6.5.4':
|
|
dependencies:
|
|
'@marijn/find-cluster-break': 1.0.2
|
|
|
|
'@codemirror/view@6.39.14':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.4
|
|
crelt: 1.0.6
|
|
style-mod: 4.1.3
|
|
w3c-keyname: 2.2.8
|
|
|
|
'@daytonaio/api-client@0.150.0':
|
|
dependencies:
|
|
axios: 1.13.6
|
|
transitivePeerDependencies:
|
|
- debug
|
|
|
|
'@daytonaio/sdk@0.150.0(ws@8.19.0)':
|
|
dependencies:
|
|
'@aws-sdk/client-s3': 3.1009.0
|
|
'@aws-sdk/lib-storage': 3.1009.0(@aws-sdk/client-s3@3.1009.0)
|
|
'@daytonaio/api-client': 0.150.0
|
|
'@daytonaio/toolbox-api-client': 0.150.0
|
|
'@iarna/toml': 2.2.5
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/exporter-trace-otlp-http': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/instrumentation-http': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-node': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.6.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
axios: 1.13.6
|
|
busboy: 1.6.0
|
|
dotenv: 17.3.1
|
|
expand-tilde: 2.0.2
|
|
fast-glob: 3.3.3
|
|
form-data: 4.0.5
|
|
isomorphic-ws: 5.0.0(ws@8.19.0)
|
|
pathe: 2.0.3
|
|
shell-quote: 1.8.3
|
|
tar: 7.5.11
|
|
transitivePeerDependencies:
|
|
- aws-crt
|
|
- debug
|
|
- supports-color
|
|
- ws
|
|
|
|
'@daytonaio/toolbox-api-client@0.150.0':
|
|
dependencies:
|
|
axios: 1.13.6
|
|
transitivePeerDependencies:
|
|
- debug
|
|
|
|
'@develar/schema-utils@2.6.5':
|
|
dependencies:
|
|
ajv: 6.14.0
|
|
ajv-keywords: 3.5.2(ajv@6.14.0)
|
|
|
|
'@dimforge/rapier2d-simd-compat@0.17.3':
|
|
optional: true
|
|
|
|
'@drizzle-team/brocli@0.10.2': {}
|
|
|
|
'@electron/asar@3.4.1':
|
|
dependencies:
|
|
commander: 5.1.0
|
|
glob: 7.2.3
|
|
minimatch: 3.1.5
|
|
|
|
'@electron/get@2.0.3':
|
|
dependencies:
|
|
debug: 4.4.3
|
|
env-paths: 2.2.1
|
|
fs-extra: 8.1.0
|
|
got: 11.8.6
|
|
progress: 2.0.3
|
|
semver: 6.3.1
|
|
sumchecker: 3.0.1
|
|
optionalDependencies:
|
|
global-agent: 3.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@electron/notarize@2.5.0':
|
|
dependencies:
|
|
debug: 4.4.3
|
|
fs-extra: 9.1.0
|
|
promise-retry: 2.0.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@electron/osx-sign@1.3.1':
|
|
dependencies:
|
|
compare-version: 0.1.2
|
|
debug: 4.4.3
|
|
fs-extra: 10.1.0
|
|
isbinaryfile: 4.0.10
|
|
minimist: 1.2.8
|
|
plist: 3.1.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@electron/rebuild@3.6.1':
|
|
dependencies:
|
|
'@malept/cross-spawn-promise': 2.0.0
|
|
chalk: 4.1.2
|
|
debug: 4.4.3
|
|
detect-libc: 2.1.2
|
|
fs-extra: 10.1.0
|
|
got: 11.8.6
|
|
node-abi: 3.89.0
|
|
node-api-version: 0.2.1
|
|
node-gyp: 9.4.1
|
|
ora: 5.4.1
|
|
read-binary-file-arch: 1.0.6
|
|
semver: 7.7.4
|
|
tar: 6.2.1
|
|
yargs: 17.7.2
|
|
transitivePeerDependencies:
|
|
- bluebird
|
|
- supports-color
|
|
|
|
'@electron/universal@2.0.1':
|
|
dependencies:
|
|
'@electron/asar': 3.4.1
|
|
'@malept/cross-spawn-promise': 2.0.0
|
|
debug: 4.4.3
|
|
dir-compare: 4.2.0
|
|
fs-extra: 11.3.4
|
|
minimatch: 9.0.9
|
|
plist: 3.1.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@emnapi/runtime@1.8.1':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@esbuild-kit/core-utils@3.3.2':
|
|
dependencies:
|
|
esbuild: 0.18.20
|
|
source-map-support: 0.5.21
|
|
|
|
'@esbuild-kit/esm-loader@2.6.5':
|
|
dependencies:
|
|
'@esbuild-kit/core-utils': 3.3.2
|
|
get-tsconfig: 4.13.1
|
|
|
|
'@esbuild/aix-ppc64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/aix-ppc64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.27.2':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.18.20':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.25.12':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.27.2':
|
|
optional: true
|
|
|
|
'@fastify/busboy@2.1.1': {}
|
|
|
|
'@floating-ui/core@1.7.5':
|
|
dependencies:
|
|
'@floating-ui/utils': 0.2.11
|
|
|
|
'@floating-ui/dom@1.7.6':
|
|
dependencies:
|
|
'@floating-ui/core': 1.7.5
|
|
'@floating-ui/utils': 0.2.11
|
|
|
|
'@floating-ui/react-dom@2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.7.6
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
'@floating-ui/react@0.27.19(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@floating-ui/react-dom': 2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@floating-ui/utils': 0.2.11
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
tabbable: 6.4.0
|
|
|
|
'@floating-ui/utils@0.2.11': {}
|
|
|
|
'@gar/promisify@1.1.3': {}
|
|
|
|
'@grammyjs/types@3.23.0': {}
|
|
|
|
'@grpc/grpc-js@1.14.3':
|
|
dependencies:
|
|
'@grpc/proto-loader': 0.8.0
|
|
'@js-sdsl/ordered-map': 4.4.2
|
|
|
|
'@grpc/proto-loader@0.8.0':
|
|
dependencies:
|
|
lodash.camelcase: 4.3.0
|
|
long: 5.3.2
|
|
protobufjs: 7.5.4
|
|
yargs: 17.7.2
|
|
|
|
'@hey-api/client-fetch@0.13.1(@hey-api/openapi-ts@0.95.0(typescript@5.9.3))':
|
|
dependencies:
|
|
'@hey-api/openapi-ts': 0.95.0(typescript@5.9.3)
|
|
|
|
'@hey-api/codegen-core@0.7.4':
|
|
dependencies:
|
|
'@hey-api/types': 0.1.4
|
|
ansi-colors: 4.1.3
|
|
c12: 3.3.3
|
|
color-support: 1.1.3
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@hey-api/json-schema-ref-parser@1.3.1':
|
|
dependencies:
|
|
'@jsdevtools/ono': 7.1.3
|
|
'@types/json-schema': 7.0.15
|
|
js-yaml: 4.1.1
|
|
|
|
'@hey-api/openapi-ts@0.95.0(typescript@5.9.3)':
|
|
dependencies:
|
|
'@hey-api/codegen-core': 0.7.4
|
|
'@hey-api/json-schema-ref-parser': 1.3.1
|
|
'@hey-api/shared': 0.3.0
|
|
'@hey-api/spec-types': 0.1.0
|
|
'@hey-api/types': 0.1.4
|
|
ansi-colors: 4.1.3
|
|
color-support: 1.1.3
|
|
commander: 14.0.3
|
|
get-tsconfig: 4.13.6
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@hey-api/shared@0.3.0':
|
|
dependencies:
|
|
'@hey-api/codegen-core': 0.7.4
|
|
'@hey-api/json-schema-ref-parser': 1.3.1
|
|
'@hey-api/spec-types': 0.1.0
|
|
'@hey-api/types': 0.1.4
|
|
ansi-colors: 4.1.3
|
|
cross-spawn: 7.0.6
|
|
open: 11.0.0
|
|
semver: 7.7.3
|
|
transitivePeerDependencies:
|
|
- magicast
|
|
|
|
'@hey-api/spec-types@0.1.0':
|
|
dependencies:
|
|
'@hey-api/types': 0.1.4
|
|
|
|
'@hey-api/types@0.1.4': {}
|
|
|
|
'@hono/node-server@1.19.11(hono@4.12.8)':
|
|
dependencies:
|
|
hono: 4.12.8
|
|
|
|
'@hono/standard-validator@0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.12)':
|
|
dependencies:
|
|
'@standard-schema/spec': 1.1.0
|
|
hono: 4.12.12
|
|
optional: true
|
|
|
|
'@hono/standard-validator@0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.8)':
|
|
dependencies:
|
|
'@standard-schema/spec': 1.1.0
|
|
hono: 4.12.8
|
|
|
|
'@hono/swagger-ui@0.6.1(hono@4.12.8)':
|
|
dependencies:
|
|
hono: 4.12.8
|
|
|
|
'@iarna/toml@2.2.5': {}
|
|
|
|
'@iconify/types@2.0.0': {}
|
|
|
|
'@iconify/utils@3.1.0':
|
|
dependencies:
|
|
'@antfu/install-pkg': 1.1.0
|
|
'@iconify/types': 2.0.0
|
|
mlly: 1.8.2
|
|
|
|
'@img/colour@1.1.0': {}
|
|
|
|
'@img/sharp-darwin-arm64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-arm64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-darwin-x64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-darwin-x64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-arm@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-arm': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-ppc64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-ppc64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-riscv64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-riscv64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-s390x@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-s390x': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linux-x64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linux-x64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
optionalDependencies:
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
|
|
optional: true
|
|
|
|
'@img/sharp-wasm32@0.34.5':
|
|
dependencies:
|
|
'@emnapi/runtime': 1.8.1
|
|
optional: true
|
|
|
|
'@img/sharp-win32-arm64@0.34.5':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-ia32@0.34.5':
|
|
optional: true
|
|
|
|
'@img/sharp-win32-x64@0.34.5':
|
|
optional: true
|
|
|
|
'@isaacs/balanced-match@4.0.1': {}
|
|
|
|
'@isaacs/brace-expansion@5.0.0':
|
|
dependencies:
|
|
'@isaacs/balanced-match': 4.0.1
|
|
|
|
'@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.2
|
|
|
|
'@jimp/core@1.6.0':
|
|
dependencies:
|
|
'@jimp/file-ops': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
await-to-js: 3.0.0
|
|
exif-parser: 0.1.12
|
|
file-type: 16.5.4
|
|
mime: 3.0.0
|
|
|
|
'@jimp/diff@1.6.0':
|
|
dependencies:
|
|
'@jimp/plugin-resize': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
pixelmatch: 5.3.0
|
|
|
|
'@jimp/file-ops@1.6.0': {}
|
|
|
|
'@jimp/js-bmp@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
bmp-ts: 1.0.9
|
|
|
|
'@jimp/js-gif@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
gifwrap: 0.10.1
|
|
omggif: 1.0.10
|
|
|
|
'@jimp/js-jpeg@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
jpeg-js: 0.4.4
|
|
|
|
'@jimp/js-png@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
pngjs: 7.0.0
|
|
|
|
'@jimp/js-tiff@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
utif2: 4.1.0
|
|
|
|
'@jimp/plugin-blit@1.6.0':
|
|
dependencies:
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-blur@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
|
|
'@jimp/plugin-circle@1.6.0':
|
|
dependencies:
|
|
'@jimp/types': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-color@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
tinycolor2: 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-contain@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/plugin-blit': 1.6.0
|
|
'@jimp/plugin-resize': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-cover@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/plugin-crop': 1.6.0
|
|
'@jimp/plugin-resize': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-crop@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-displace@1.6.0':
|
|
dependencies:
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-dither@1.6.0':
|
|
dependencies:
|
|
'@jimp/types': 1.6.0
|
|
|
|
'@jimp/plugin-fisheye@1.6.0':
|
|
dependencies:
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-flip@1.6.0':
|
|
dependencies:
|
|
'@jimp/types': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-hash@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/js-bmp': 1.6.0
|
|
'@jimp/js-jpeg': 1.6.0
|
|
'@jimp/js-png': 1.6.0
|
|
'@jimp/js-tiff': 1.6.0
|
|
'@jimp/plugin-color': 1.6.0
|
|
'@jimp/plugin-resize': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
any-base: 1.1.0
|
|
|
|
'@jimp/plugin-mask@1.6.0':
|
|
dependencies:
|
|
'@jimp/types': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-print@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/js-jpeg': 1.6.0
|
|
'@jimp/js-png': 1.6.0
|
|
'@jimp/plugin-blit': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
parse-bmfont-ascii: 1.0.6
|
|
parse-bmfont-binary: 1.0.6
|
|
parse-bmfont-xml: 1.1.6
|
|
simple-xml-to-json: 1.2.3
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-quantize@1.6.0':
|
|
dependencies:
|
|
image-q: 4.0.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-resize@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-rotate@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/plugin-crop': 1.6.0
|
|
'@jimp/plugin-resize': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/plugin-threshold@1.6.0':
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/plugin-color': 1.6.0
|
|
'@jimp/plugin-hash': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
zod: 3.25.76
|
|
|
|
'@jimp/types@1.6.0':
|
|
dependencies:
|
|
zod: 3.25.76
|
|
|
|
'@jimp/utils@1.6.0':
|
|
dependencies:
|
|
'@jimp/types': 1.6.0
|
|
tinycolor2: 1.6.0
|
|
|
|
'@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/sourcemap-codec@1.5.5': {}
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
dependencies:
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
'@js-sdsl/ordered-map@4.4.2': {}
|
|
|
|
'@jsdevtools/ono@7.1.3': {}
|
|
|
|
'@lexical/clipboard@0.35.0':
|
|
dependencies:
|
|
'@lexical/html': 0.35.0
|
|
'@lexical/list': 0.35.0
|
|
'@lexical/selection': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/code@0.35.0':
|
|
dependencies:
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
prismjs: 1.30.0
|
|
|
|
'@lexical/devtools-core@0.35.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@lexical/html': 0.35.0
|
|
'@lexical/link': 0.35.0
|
|
'@lexical/mark': 0.35.0
|
|
'@lexical/table': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
'@lexical/dragon@0.35.0':
|
|
dependencies:
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/hashtag@0.35.0':
|
|
dependencies:
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/history@0.35.0':
|
|
dependencies:
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/html@0.35.0':
|
|
dependencies:
|
|
'@lexical/selection': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/link@0.35.0':
|
|
dependencies:
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/list@0.35.0':
|
|
dependencies:
|
|
'@lexical/selection': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/mark@0.35.0':
|
|
dependencies:
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/markdown@0.35.0':
|
|
dependencies:
|
|
'@lexical/code': 0.35.0
|
|
'@lexical/link': 0.35.0
|
|
'@lexical/list': 0.35.0
|
|
'@lexical/rich-text': 0.35.0
|
|
'@lexical/text': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/offset@0.35.0':
|
|
dependencies:
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/overflow@0.35.0':
|
|
dependencies:
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/plain-text@0.35.0':
|
|
dependencies:
|
|
'@lexical/clipboard': 0.35.0
|
|
'@lexical/selection': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/react@0.35.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(yjs@13.6.30)':
|
|
dependencies:
|
|
'@floating-ui/react': 0.27.19(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@lexical/devtools-core': 0.35.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@lexical/dragon': 0.35.0
|
|
'@lexical/hashtag': 0.35.0
|
|
'@lexical/history': 0.35.0
|
|
'@lexical/link': 0.35.0
|
|
'@lexical/list': 0.35.0
|
|
'@lexical/mark': 0.35.0
|
|
'@lexical/markdown': 0.35.0
|
|
'@lexical/overflow': 0.35.0
|
|
'@lexical/plain-text': 0.35.0
|
|
'@lexical/rich-text': 0.35.0
|
|
'@lexical/table': 0.35.0
|
|
'@lexical/text': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
'@lexical/yjs': 0.35.0(yjs@13.6.30)
|
|
lexical: 0.35.0
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
react-error-boundary: 3.1.4(react@19.2.4)
|
|
transitivePeerDependencies:
|
|
- yjs
|
|
|
|
'@lexical/rich-text@0.35.0':
|
|
dependencies:
|
|
'@lexical/clipboard': 0.35.0
|
|
'@lexical/selection': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/selection@0.35.0':
|
|
dependencies:
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/table@0.35.0':
|
|
dependencies:
|
|
'@lexical/clipboard': 0.35.0
|
|
'@lexical/utils': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/text@0.35.0':
|
|
dependencies:
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/utils@0.35.0':
|
|
dependencies:
|
|
'@lexical/list': 0.35.0
|
|
'@lexical/selection': 0.35.0
|
|
'@lexical/table': 0.35.0
|
|
lexical: 0.35.0
|
|
|
|
'@lexical/yjs@0.35.0(yjs@13.6.30)':
|
|
dependencies:
|
|
'@lexical/offset': 0.35.0
|
|
'@lexical/selection': 0.35.0
|
|
lexical: 0.35.0
|
|
yjs: 13.6.30
|
|
|
|
'@lezer/common@1.5.1': {}
|
|
|
|
'@lezer/css@1.3.0':
|
|
dependencies:
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/highlight': 1.2.3
|
|
'@lezer/lr': 1.4.8
|
|
|
|
'@lezer/highlight@1.2.3':
|
|
dependencies:
|
|
'@lezer/common': 1.5.1
|
|
|
|
'@lezer/html@1.3.13':
|
|
dependencies:
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/highlight': 1.2.3
|
|
'@lezer/lr': 1.4.8
|
|
|
|
'@lezer/javascript@1.5.4':
|
|
dependencies:
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/highlight': 1.2.3
|
|
'@lezer/lr': 1.4.8
|
|
|
|
'@lezer/lr@1.4.8':
|
|
dependencies:
|
|
'@lezer/common': 1.5.1
|
|
|
|
'@lezer/markdown@1.6.3':
|
|
dependencies:
|
|
'@lezer/common': 1.5.1
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
'@malept/cross-spawn-promise@2.0.0':
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
|
|
'@malept/flatpak-bundler@0.4.0':
|
|
dependencies:
|
|
debug: 4.4.3
|
|
fs-extra: 9.1.0
|
|
lodash: 4.18.1
|
|
tmp-promise: 3.0.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@marijn/find-cluster-break@1.0.2': {}
|
|
|
|
'@mermaid-js/parser@1.1.0':
|
|
dependencies:
|
|
langium: 4.2.1
|
|
|
|
'@next/env@14.2.35': {}
|
|
|
|
'@next/env@16.1.6': {}
|
|
|
|
'@next/env@16.2.1': {}
|
|
|
|
'@next/swc-darwin-arm64@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-darwin-arm64@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-darwin-arm64@16.2.1':
|
|
optional: true
|
|
|
|
'@next/swc-darwin-x64@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-darwin-x64@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-darwin-x64@16.2.1':
|
|
optional: true
|
|
|
|
'@next/swc-linux-arm64-gnu@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-linux-arm64-gnu@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-linux-arm64-gnu@16.2.1':
|
|
optional: true
|
|
|
|
'@next/swc-linux-arm64-musl@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-linux-arm64-musl@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-linux-arm64-musl@16.2.1':
|
|
optional: true
|
|
|
|
'@next/swc-linux-x64-gnu@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-linux-x64-gnu@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-linux-x64-gnu@16.2.1':
|
|
optional: true
|
|
|
|
'@next/swc-linux-x64-musl@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-linux-x64-musl@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-linux-x64-musl@16.2.1':
|
|
optional: true
|
|
|
|
'@next/swc-win32-arm64-msvc@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-win32-arm64-msvc@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-win32-arm64-msvc@16.2.1':
|
|
optional: true
|
|
|
|
'@next/swc-win32-ia32-msvc@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-win32-x64-msvc@14.2.33':
|
|
optional: true
|
|
|
|
'@next/swc-win32-x64-msvc@16.1.6':
|
|
optional: true
|
|
|
|
'@next/swc-win32-x64-msvc@16.2.1':
|
|
optional: true
|
|
|
|
'@noble/ciphers@2.1.1': {}
|
|
|
|
'@noble/hashes@2.0.1': {}
|
|
|
|
'@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
|
|
|
|
'@npmcli/fs@2.1.2':
|
|
dependencies:
|
|
'@gar/promisify': 1.1.3
|
|
semver: 7.7.4
|
|
|
|
'@npmcli/move-file@2.0.1':
|
|
dependencies:
|
|
mkdirp: 1.0.4
|
|
rimraf: 3.0.2
|
|
|
|
'@opencode-ai/sdk@1.4.9':
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
|
|
'@opentelemetry/api-logs@0.207.0':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
|
|
'@opentelemetry/api@1.9.0': {}
|
|
|
|
'@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
|
|
'@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
|
|
'@opentelemetry/core@2.6.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
|
|
'@opentelemetry/exporter-logs-otlp-grpc@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@grpc/grpc-js': 1.14.3
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-grpc-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-logs': 0.207.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-logs-otlp-http@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/api-logs': 0.207.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-logs': 0.207.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-logs-otlp-proto@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/api-logs': 0.207.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-logs': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-metrics-otlp-grpc@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@grpc/grpc-js': 1.14.3
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-metrics-otlp-http': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-grpc-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-metrics': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-metrics-otlp-http@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-metrics': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-metrics-otlp-proto@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-metrics-otlp-http': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-metrics': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-prometheus@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-metrics': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-trace-otlp-grpc@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@grpc/grpc-js': 1.14.3
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-grpc-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-trace-otlp-http@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-trace-otlp-proto@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/exporter-zipkin@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
|
|
'@opentelemetry/instrumentation-http@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/instrumentation': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
forwarded-parse: 2.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@opentelemetry/instrumentation@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/api-logs': 0.207.0
|
|
import-in-the-middle: 2.0.6
|
|
require-in-the-middle: 8.0.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@opentelemetry/otlp-exporter-base@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/otlp-grpc-exporter-base@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@grpc/grpc-js': 1.14.3
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-exporter-base': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/otlp-transformer': 0.207.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/otlp-transformer@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/api-logs': 0.207.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-logs': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-metrics': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
|
|
protobufjs: 7.5.4
|
|
|
|
'@opentelemetry/propagator-b3@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/propagator-jaeger@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/resources@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
|
|
'@opentelemetry/resources@2.6.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.6.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
|
|
'@opentelemetry/sdk-logs@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/api-logs': 0.207.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/sdk-metrics@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/sdk-node@0.207.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/api-logs': 0.207.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-logs-otlp-grpc': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-logs-otlp-http': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-logs-otlp-proto': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-metrics-otlp-grpc': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-metrics-otlp-http': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-metrics-otlp-proto': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-prometheus': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-trace-otlp-grpc': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-trace-otlp-http': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-trace-otlp-proto': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/exporter-zipkin': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/instrumentation': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/propagator-b3': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/propagator-jaeger': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-logs': 0.207.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-metrics': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-node': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
|
|
'@opentelemetry/sdk-trace-base@2.6.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/core': 2.6.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/resources': 2.6.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/semantic-conventions': 1.40.0
|
|
|
|
'@opentelemetry/sdk-trace-node@2.2.0(@opentelemetry/api@1.9.0)':
|
|
dependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@opentelemetry/context-async-hooks': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
|
|
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
|
|
|
|
'@opentelemetry/semantic-conventions@1.40.0': {}
|
|
|
|
'@opentui/core-darwin-arm64@0.1.77': {}
|
|
|
|
'@opentui/core-darwin-x64@0.1.77': {}
|
|
|
|
'@opentui/core-linux-arm64@0.1.77': {}
|
|
|
|
'@opentui/core-linux-x64@0.1.77': {}
|
|
|
|
'@opentui/core-win32-arm64@0.1.77':
|
|
optional: true
|
|
|
|
'@opentui/core-win32-x64@0.1.77': {}
|
|
|
|
'@opentui/core@0.1.77(stage-js@1.0.0-alpha.17)(typescript@5.9.3)(web-tree-sitter@0.25.10)':
|
|
dependencies:
|
|
bun-ffi-structs: 0.1.2(typescript@5.9.3)
|
|
diff: 8.0.2
|
|
jimp: 1.6.0
|
|
marked: 17.0.1
|
|
web-tree-sitter: 0.25.10
|
|
yoga-layout: 3.2.1
|
|
optionalDependencies:
|
|
'@dimforge/rapier2d-simd-compat': 0.17.3
|
|
'@opentui/core-darwin-arm64': 0.1.77
|
|
'@opentui/core-darwin-x64': 0.1.77
|
|
'@opentui/core-linux-arm64': 0.1.77
|
|
'@opentui/core-linux-x64': 0.1.77
|
|
'@opentui/core-win32-arm64': 0.1.77
|
|
'@opentui/core-win32-x64': 0.1.77
|
|
bun-webgpu: 0.1.4
|
|
planck: 1.4.2(stage-js@1.0.0-alpha.17)
|
|
three: 0.177.0
|
|
transitivePeerDependencies:
|
|
- stage-js
|
|
- typescript
|
|
|
|
'@opentui/solid@0.1.77(solid-js@1.9.9)(stage-js@1.0.0-alpha.17)(typescript@5.9.3)(web-tree-sitter@0.25.10)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/preset-typescript': 7.27.1(@babel/core@7.28.0)
|
|
'@opentui/core': 0.1.77(stage-js@1.0.0-alpha.17)(typescript@5.9.3)(web-tree-sitter@0.25.10)
|
|
babel-plugin-module-resolver: 5.0.2
|
|
babel-preset-solid: 1.9.9(@babel/core@7.28.0)(solid-js@1.9.9)
|
|
s-js: 0.4.9
|
|
solid-js: 1.9.9
|
|
transitivePeerDependencies:
|
|
- stage-js
|
|
- supports-color
|
|
- typescript
|
|
- web-tree-sitter
|
|
|
|
'@paper-design/shaders-react@0.0.72(@types/react@19.2.14)(react@19.2.4)':
|
|
dependencies:
|
|
'@paper-design/shaders': 0.0.72
|
|
react: 19.2.4
|
|
optionalDependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
'@paper-design/shaders@0.0.72': {}
|
|
|
|
'@pinojs/redact@0.4.0': {}
|
|
|
|
'@pkgjs/parseargs@0.11.0':
|
|
optional: true
|
|
|
|
'@planetscale/database@1.19.0': {}
|
|
|
|
'@playwright/test@1.58.2':
|
|
dependencies:
|
|
playwright: 1.58.2
|
|
|
|
'@protobufjs/aspromise@1.1.2': {}
|
|
|
|
'@protobufjs/base64@1.1.2': {}
|
|
|
|
'@protobufjs/codegen@2.0.4': {}
|
|
|
|
'@protobufjs/eventemitter@1.1.0': {}
|
|
|
|
'@protobufjs/fetch@1.1.0':
|
|
dependencies:
|
|
'@protobufjs/aspromise': 1.1.2
|
|
'@protobufjs/inquire': 1.1.0
|
|
|
|
'@protobufjs/float@1.0.2': {}
|
|
|
|
'@protobufjs/inquire@1.1.0': {}
|
|
|
|
'@protobufjs/path@1.1.2': {}
|
|
|
|
'@protobufjs/pool@1.1.0': {}
|
|
|
|
'@protobufjs/utf8@1.1.0': {}
|
|
|
|
'@radix-ui/colors@3.0.0': {}
|
|
|
|
'@rolldown/pluginutils@1.0.0-rc.3': {}
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-android-arm64@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-arm64@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-x64@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-x64@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-loong64-gnu@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-loong64-musl@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-ppc64-musl@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-openbsd-x64@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-openharmony-arm64@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-x64-gnu@4.55.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.55.1':
|
|
optional: true
|
|
|
|
'@sindresorhus/is@4.6.0': {}
|
|
|
|
'@slack/logger@4.0.0':
|
|
dependencies:
|
|
'@types/node': 20.12.12
|
|
|
|
'@slack/socket-mode@2.0.5':
|
|
dependencies:
|
|
'@slack/logger': 4.0.0
|
|
'@slack/web-api': 7.13.0
|
|
'@types/node': 20.12.12
|
|
'@types/ws': 8.18.1
|
|
eventemitter3: 5.0.4
|
|
ws: 8.19.0
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- debug
|
|
- utf-8-validate
|
|
|
|
'@slack/types@2.19.0': {}
|
|
|
|
'@slack/web-api@7.13.0':
|
|
dependencies:
|
|
'@slack/logger': 4.0.0
|
|
'@slack/types': 2.19.0
|
|
'@types/node': 20.12.12
|
|
'@types/retry': 0.12.0
|
|
axios: 1.13.6
|
|
eventemitter3: 5.0.4
|
|
form-data: 4.0.5
|
|
is-electron: 2.2.2
|
|
is-stream: 2.0.1
|
|
p-queue: 6.6.2
|
|
p-retry: 4.6.2
|
|
retry: 0.13.1
|
|
transitivePeerDependencies:
|
|
- debug
|
|
|
|
'@smithy/abort-controller@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/chunked-blob-reader-native@4.2.3':
|
|
dependencies:
|
|
'@smithy/util-base64': 4.3.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/chunked-blob-reader@5.2.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/config-resolver@4.4.11':
|
|
dependencies:
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-config-provider': 4.2.2
|
|
'@smithy/util-endpoints': 3.3.3
|
|
'@smithy/util-middleware': 4.2.12
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/core@3.23.11':
|
|
dependencies:
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/url-parser': 4.2.12
|
|
'@smithy/util-base64': 4.3.2
|
|
'@smithy/util-body-length-browser': 4.2.2
|
|
'@smithy/util-middleware': 4.2.12
|
|
'@smithy/util-stream': 4.5.19
|
|
'@smithy/util-utf8': 4.2.2
|
|
'@smithy/uuid': 1.1.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/credential-provider-imds@4.2.12':
|
|
dependencies:
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/url-parser': 4.2.12
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/eventstream-codec@4.2.12':
|
|
dependencies:
|
|
'@aws-crypto/crc32': 5.2.0
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-hex-encoding': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/eventstream-serde-browser@4.2.12':
|
|
dependencies:
|
|
'@smithy/eventstream-serde-universal': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/eventstream-serde-config-resolver@4.3.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/eventstream-serde-node@4.2.12':
|
|
dependencies:
|
|
'@smithy/eventstream-serde-universal': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/eventstream-serde-universal@4.2.12':
|
|
dependencies:
|
|
'@smithy/eventstream-codec': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/fetch-http-handler@5.3.15':
|
|
dependencies:
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/querystring-builder': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-base64': 4.3.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/hash-blob-browser@4.2.13':
|
|
dependencies:
|
|
'@smithy/chunked-blob-reader': 5.2.2
|
|
'@smithy/chunked-blob-reader-native': 4.2.3
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/hash-node@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-buffer-from': 4.2.2
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/hash-stream-node@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/invalid-dependency@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/is-array-buffer@2.2.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/is-array-buffer@4.2.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/md5-js@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/middleware-content-length@4.2.12':
|
|
dependencies:
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/middleware-endpoint@4.4.25':
|
|
dependencies:
|
|
'@smithy/core': 3.23.11
|
|
'@smithy/middleware-serde': 4.2.14
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/url-parser': 4.2.12
|
|
'@smithy/util-middleware': 4.2.12
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/middleware-retry@4.4.42':
|
|
dependencies:
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/service-error-classification': 4.2.12
|
|
'@smithy/smithy-client': 4.12.5
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-middleware': 4.2.12
|
|
'@smithy/util-retry': 4.2.12
|
|
'@smithy/uuid': 1.1.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/middleware-serde@4.2.14':
|
|
dependencies:
|
|
'@smithy/core': 3.23.11
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/middleware-stack@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/node-config-provider@4.3.12':
|
|
dependencies:
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/shared-ini-file-loader': 4.4.7
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/node-http-handler@4.4.16':
|
|
dependencies:
|
|
'@smithy/abort-controller': 4.2.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/querystring-builder': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/property-provider@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/protocol-http@5.3.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/querystring-builder@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-uri-escape': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/querystring-parser@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/service-error-classification@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
|
|
'@smithy/shared-ini-file-loader@4.4.7':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/signature-v4@5.3.12':
|
|
dependencies:
|
|
'@smithy/is-array-buffer': 4.2.2
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-hex-encoding': 4.2.2
|
|
'@smithy/util-middleware': 4.2.12
|
|
'@smithy/util-uri-escape': 4.2.2
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/smithy-client@4.12.5':
|
|
dependencies:
|
|
'@smithy/core': 3.23.11
|
|
'@smithy/middleware-endpoint': 4.4.25
|
|
'@smithy/middleware-stack': 4.2.12
|
|
'@smithy/protocol-http': 5.3.12
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-stream': 4.5.19
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/types@4.13.1':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/url-parser@4.2.12':
|
|
dependencies:
|
|
'@smithy/querystring-parser': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-base64@4.3.2':
|
|
dependencies:
|
|
'@smithy/util-buffer-from': 4.2.2
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-body-length-browser@4.2.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-body-length-node@4.2.3':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-buffer-from@2.2.0':
|
|
dependencies:
|
|
'@smithy/is-array-buffer': 2.2.0
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-buffer-from@4.2.2':
|
|
dependencies:
|
|
'@smithy/is-array-buffer': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-config-provider@4.2.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-defaults-mode-browser@4.3.41':
|
|
dependencies:
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/smithy-client': 4.12.5
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-defaults-mode-node@4.2.44':
|
|
dependencies:
|
|
'@smithy/config-resolver': 4.4.11
|
|
'@smithy/credential-provider-imds': 4.2.12
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/property-provider': 4.2.12
|
|
'@smithy/smithy-client': 4.12.5
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-endpoints@3.3.3':
|
|
dependencies:
|
|
'@smithy/node-config-provider': 4.3.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-hex-encoding@4.2.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-middleware@4.2.12':
|
|
dependencies:
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-retry@4.2.12':
|
|
dependencies:
|
|
'@smithy/service-error-classification': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-stream@4.5.19':
|
|
dependencies:
|
|
'@smithy/fetch-http-handler': 5.3.15
|
|
'@smithy/node-http-handler': 4.4.16
|
|
'@smithy/types': 4.13.1
|
|
'@smithy/util-base64': 4.3.2
|
|
'@smithy/util-buffer-from': 4.2.2
|
|
'@smithy/util-hex-encoding': 4.2.2
|
|
'@smithy/util-utf8': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-uri-escape@4.2.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-utf8@2.3.0':
|
|
dependencies:
|
|
'@smithy/util-buffer-from': 2.2.0
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-utf8@4.2.2':
|
|
dependencies:
|
|
'@smithy/util-buffer-from': 4.2.2
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/util-waiter@4.2.13':
|
|
dependencies:
|
|
'@smithy/abort-controller': 4.2.12
|
|
'@smithy/types': 4.13.1
|
|
tslib: 2.8.1
|
|
|
|
'@smithy/uuid@1.1.2':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@solid-primitives/event-bus@1.1.2(solid-js@1.9.9)':
|
|
dependencies:
|
|
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
|
|
solid-js: 1.9.9
|
|
|
|
'@solid-primitives/storage@4.3.3(solid-js@1.9.9)':
|
|
dependencies:
|
|
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
|
|
solid-js: 1.9.9
|
|
|
|
'@solid-primitives/utils@6.3.2(solid-js@1.9.9)':
|
|
dependencies:
|
|
solid-js: 1.9.9
|
|
|
|
'@solidjs/router@0.15.4(patch_hash=1db11a7c28fe4da76187d42efaffc6b9a70ad370462fffb794ff90e67744d770)(solid-js@1.9.9)':
|
|
dependencies:
|
|
solid-js: 1.9.9
|
|
|
|
'@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6)':
|
|
dependencies:
|
|
'@standard-schema/spec': 1.1.0
|
|
'@types/json-schema': 7.0.15
|
|
quansync: 0.2.11
|
|
optionalDependencies:
|
|
zod: 4.3.6
|
|
|
|
'@standard-community/standard-openapi@0.2.9(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-schema/spec@1.1.0)(openapi-types@12.1.3)(zod@4.3.6)':
|
|
dependencies:
|
|
'@standard-community/standard-json': 0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6)
|
|
'@standard-schema/spec': 1.1.0
|
|
openapi-types: 12.1.3
|
|
optionalDependencies:
|
|
zod: 4.3.6
|
|
|
|
'@standard-schema/spec@1.1.0': {}
|
|
|
|
'@swc/counter@0.1.3': {}
|
|
|
|
'@swc/helpers@0.5.15':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
'@swc/helpers@0.5.5':
|
|
dependencies:
|
|
'@swc/counter': 0.1.3
|
|
tslib: 2.8.1
|
|
|
|
'@szmarczak/http-timer@4.0.6':
|
|
dependencies:
|
|
defer-to-connect: 2.0.1
|
|
|
|
'@tailwindcss/node@4.1.18':
|
|
dependencies:
|
|
'@jridgewell/remapping': 2.3.5
|
|
enhanced-resolve: 5.18.4
|
|
jiti: 2.6.1
|
|
lightningcss: 1.30.2
|
|
magic-string: 0.30.21
|
|
source-map-js: 1.2.1
|
|
tailwindcss: 4.1.18
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.1.18':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide@4.1.18':
|
|
optionalDependencies:
|
|
'@tailwindcss/oxide-android-arm64': 4.1.18
|
|
'@tailwindcss/oxide-darwin-arm64': 4.1.18
|
|
'@tailwindcss/oxide-darwin-x64': 4.1.18
|
|
'@tailwindcss/oxide-freebsd-x64': 4.1.18
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.18
|
|
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.18
|
|
'@tailwindcss/oxide-linux-arm64-musl': 4.1.18
|
|
'@tailwindcss/oxide-linux-x64-gnu': 4.1.18
|
|
'@tailwindcss/oxide-linux-x64-musl': 4.1.18
|
|
'@tailwindcss/oxide-wasm32-wasi': 4.1.18
|
|
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.18
|
|
'@tailwindcss/oxide-win32-x64-msvc': 4.1.18
|
|
|
|
'@tailwindcss/vite@4.1.18(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))':
|
|
dependencies:
|
|
'@tailwindcss/node': 4.1.18
|
|
'@tailwindcss/oxide': 4.1.18
|
|
tailwindcss: 4.1.18
|
|
vite: 6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
|
|
|
|
'@tanstack/query-core@5.96.2': {}
|
|
|
|
'@tanstack/react-query@5.96.2(react@19.2.4)':
|
|
dependencies:
|
|
'@tanstack/query-core': 5.96.2
|
|
react: 19.2.4
|
|
|
|
'@tanstack/react-virtual@3.13.23(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@tanstack/virtual-core': 3.13.23
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
'@tanstack/solid-virtual@3.13.19(solid-js@1.9.9)':
|
|
dependencies:
|
|
'@tanstack/virtual-core': 3.13.19
|
|
solid-js: 1.9.9
|
|
|
|
'@tanstack/virtual-core@3.13.19': {}
|
|
|
|
'@tanstack/virtual-core@3.13.23': {}
|
|
|
|
'@tauri-apps/api@2.10.1': {}
|
|
|
|
'@tauri-apps/cli-darwin-arm64@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-darwin-x64@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-arm64-gnu@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-arm64-musl@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-riscv64-gnu@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-x64-gnu@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-x64-musl@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-win32-arm64-msvc@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-win32-ia32-msvc@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-win32-x64-msvc@2.9.6':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli@2.9.6':
|
|
optionalDependencies:
|
|
'@tauri-apps/cli-darwin-arm64': 2.9.6
|
|
'@tauri-apps/cli-darwin-x64': 2.9.6
|
|
'@tauri-apps/cli-linux-arm-gnueabihf': 2.9.6
|
|
'@tauri-apps/cli-linux-arm64-gnu': 2.9.6
|
|
'@tauri-apps/cli-linux-arm64-musl': 2.9.6
|
|
'@tauri-apps/cli-linux-riscv64-gnu': 2.9.6
|
|
'@tauri-apps/cli-linux-x64-gnu': 2.9.6
|
|
'@tauri-apps/cli-linux-x64-musl': 2.9.6
|
|
'@tauri-apps/cli-win32-arm64-msvc': 2.9.6
|
|
'@tauri-apps/cli-win32-ia32-msvc': 2.9.6
|
|
'@tauri-apps/cli-win32-x64-msvc': 2.9.6
|
|
|
|
'@tauri-apps/plugin-deep-link@2.4.7':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.10.1
|
|
|
|
'@tauri-apps/plugin-dialog@2.6.0':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.10.1
|
|
|
|
'@tauri-apps/plugin-http@2.5.6':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.10.1
|
|
|
|
'@tauri-apps/plugin-opener@2.5.3':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.10.1
|
|
|
|
'@tauri-apps/plugin-process@2.3.1':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.10.1
|
|
|
|
'@tauri-apps/plugin-updater@2.9.0':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.10.1
|
|
|
|
'@tokenizer/token@0.3.0': {}
|
|
|
|
'@tootallnate/once@2.0.0': {}
|
|
|
|
'@turbo/darwin-64@2.8.20':
|
|
optional: true
|
|
|
|
'@turbo/darwin-arm64@2.8.20':
|
|
optional: true
|
|
|
|
'@turbo/linux-64@2.8.20':
|
|
optional: true
|
|
|
|
'@turbo/linux-arm64@2.8.20':
|
|
optional: true
|
|
|
|
'@turbo/windows-64@2.8.20':
|
|
optional: true
|
|
|
|
'@turbo/windows-arm64@2.8.20':
|
|
optional: true
|
|
|
|
'@types/babel__core@7.20.5':
|
|
dependencies:
|
|
'@babel/parser': 7.28.6
|
|
'@babel/types': 7.28.6
|
|
'@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.0
|
|
|
|
'@types/babel__template@7.4.4':
|
|
dependencies:
|
|
'@babel/parser': 7.28.6
|
|
'@babel/types': 7.29.0
|
|
|
|
'@types/babel__traverse@7.28.0':
|
|
dependencies:
|
|
'@babel/types': 7.29.0
|
|
|
|
'@types/cacheable-request@6.0.3':
|
|
dependencies:
|
|
'@types/http-cache-semantics': 4.2.0
|
|
'@types/keyv': 3.1.4
|
|
'@types/node': 20.12.12
|
|
'@types/responselike': 1.0.3
|
|
|
|
'@types/d3-array@3.2.2': {}
|
|
|
|
'@types/d3-axis@3.0.6':
|
|
dependencies:
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
'@types/d3-brush@3.0.6':
|
|
dependencies:
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
'@types/d3-chord@3.0.6': {}
|
|
|
|
'@types/d3-color@3.1.3': {}
|
|
|
|
'@types/d3-contour@3.0.6':
|
|
dependencies:
|
|
'@types/d3-array': 3.2.2
|
|
'@types/geojson': 7946.0.16
|
|
|
|
'@types/d3-delaunay@6.0.4': {}
|
|
|
|
'@types/d3-dispatch@3.0.7': {}
|
|
|
|
'@types/d3-drag@3.0.7':
|
|
dependencies:
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
'@types/d3-dsv@3.0.7': {}
|
|
|
|
'@types/d3-ease@3.0.2': {}
|
|
|
|
'@types/d3-fetch@3.0.7':
|
|
dependencies:
|
|
'@types/d3-dsv': 3.0.7
|
|
|
|
'@types/d3-force@3.0.10': {}
|
|
|
|
'@types/d3-format@3.0.4': {}
|
|
|
|
'@types/d3-geo@3.1.0':
|
|
dependencies:
|
|
'@types/geojson': 7946.0.16
|
|
|
|
'@types/d3-hierarchy@3.1.7': {}
|
|
|
|
'@types/d3-interpolate@3.0.4':
|
|
dependencies:
|
|
'@types/d3-color': 3.1.3
|
|
|
|
'@types/d3-path@3.1.1': {}
|
|
|
|
'@types/d3-polygon@3.0.2': {}
|
|
|
|
'@types/d3-quadtree@3.0.6': {}
|
|
|
|
'@types/d3-random@3.0.3': {}
|
|
|
|
'@types/d3-scale-chromatic@3.1.0': {}
|
|
|
|
'@types/d3-scale@4.0.9':
|
|
dependencies:
|
|
'@types/d3-time': 3.0.4
|
|
|
|
'@types/d3-selection@3.0.11': {}
|
|
|
|
'@types/d3-shape@3.1.8':
|
|
dependencies:
|
|
'@types/d3-path': 3.1.1
|
|
|
|
'@types/d3-time-format@4.0.3': {}
|
|
|
|
'@types/d3-time@3.0.4': {}
|
|
|
|
'@types/d3-timer@3.0.2': {}
|
|
|
|
'@types/d3-transition@3.0.9':
|
|
dependencies:
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
'@types/d3-zoom@3.0.8':
|
|
dependencies:
|
|
'@types/d3-interpolate': 3.0.4
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
'@types/d3@7.4.3':
|
|
dependencies:
|
|
'@types/d3-array': 3.2.2
|
|
'@types/d3-axis': 3.0.6
|
|
'@types/d3-brush': 3.0.6
|
|
'@types/d3-chord': 3.0.6
|
|
'@types/d3-color': 3.1.3
|
|
'@types/d3-contour': 3.0.6
|
|
'@types/d3-delaunay': 6.0.4
|
|
'@types/d3-dispatch': 3.0.7
|
|
'@types/d3-drag': 3.0.7
|
|
'@types/d3-dsv': 3.0.7
|
|
'@types/d3-ease': 3.0.2
|
|
'@types/d3-fetch': 3.0.7
|
|
'@types/d3-force': 3.0.10
|
|
'@types/d3-format': 3.0.4
|
|
'@types/d3-geo': 3.1.0
|
|
'@types/d3-hierarchy': 3.1.7
|
|
'@types/d3-interpolate': 3.0.4
|
|
'@types/d3-path': 3.1.1
|
|
'@types/d3-polygon': 3.0.2
|
|
'@types/d3-quadtree': 3.0.6
|
|
'@types/d3-random': 3.0.3
|
|
'@types/d3-scale': 4.0.9
|
|
'@types/d3-scale-chromatic': 3.1.0
|
|
'@types/d3-selection': 3.0.11
|
|
'@types/d3-shape': 3.1.8
|
|
'@types/d3-time': 3.0.4
|
|
'@types/d3-time-format': 4.0.3
|
|
'@types/d3-timer': 3.0.2
|
|
'@types/d3-transition': 3.0.9
|
|
'@types/d3-zoom': 3.0.8
|
|
|
|
'@types/debug@4.1.13':
|
|
dependencies:
|
|
'@types/ms': 2.1.0
|
|
|
|
'@types/estree-jsx@1.0.5':
|
|
dependencies:
|
|
'@types/estree': 1.0.8
|
|
|
|
'@types/estree@1.0.8': {}
|
|
|
|
'@types/fs-extra@9.0.13':
|
|
dependencies:
|
|
'@types/node': 20.12.12
|
|
|
|
'@types/geojson@7946.0.16': {}
|
|
|
|
'@types/hast@3.0.4':
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
'@types/http-cache-semantics@4.2.0': {}
|
|
|
|
'@types/json-schema@7.0.15': {}
|
|
|
|
'@types/keyv@3.1.4':
|
|
dependencies:
|
|
'@types/node': 20.12.12
|
|
|
|
'@types/luxon@3.7.1': {}
|
|
|
|
'@types/mdast@4.0.4':
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
'@types/minimatch@5.1.2': {}
|
|
|
|
'@types/ms@2.1.0': {}
|
|
|
|
'@types/node@16.9.1': {}
|
|
|
|
'@types/node@20.12.12':
|
|
dependencies:
|
|
undici-types: 5.26.5
|
|
|
|
'@types/node@22.19.7':
|
|
dependencies:
|
|
undici-types: 6.21.0
|
|
|
|
'@types/node@25.4.0':
|
|
dependencies:
|
|
undici-types: 7.18.2
|
|
|
|
'@types/plist@3.0.5':
|
|
dependencies:
|
|
'@types/node': 20.12.12
|
|
xmlbuilder: 11.0.1
|
|
optional: true
|
|
|
|
'@types/prop-types@15.7.15': {}
|
|
|
|
'@types/react-dom@18.2.25':
|
|
dependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
dependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
'@types/react@18.2.79':
|
|
dependencies:
|
|
'@types/prop-types': 15.7.15
|
|
csstype: 3.2.3
|
|
|
|
'@types/react@19.2.14':
|
|
dependencies:
|
|
csstype: 3.2.3
|
|
|
|
'@types/responselike@1.0.3':
|
|
dependencies:
|
|
'@types/node': 20.12.12
|
|
|
|
'@types/retry@0.12.0': {}
|
|
|
|
'@types/trusted-types@2.0.7':
|
|
optional: true
|
|
|
|
'@types/unist@2.0.11': {}
|
|
|
|
'@types/unist@3.0.3': {}
|
|
|
|
'@types/verror@1.10.11':
|
|
optional: true
|
|
|
|
'@types/ws@8.18.1':
|
|
dependencies:
|
|
'@types/node': 20.12.12
|
|
|
|
'@types/yauzl@2.10.3':
|
|
dependencies:
|
|
'@types/node': 20.12.12
|
|
optional: true
|
|
|
|
'@ungap/structured-clone@1.3.0': {}
|
|
|
|
'@upsetjs/venn.js@2.0.0':
|
|
optionalDependencies:
|
|
d3-selection: 3.0.0
|
|
d3-transition: 3.0.1(d3-selection@3.0.0)
|
|
|
|
'@vercel/blob@0.27.3':
|
|
dependencies:
|
|
async-retry: 1.3.3
|
|
is-buffer: 2.0.5
|
|
is-node-process: 1.2.0
|
|
throttleit: 2.1.0
|
|
undici: 5.29.0
|
|
|
|
'@vercel/oidc@3.1.0': {}
|
|
|
|
'@vitejs/plugin-react@5.2.0(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0)
|
|
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
'@types/babel__core': 7.20.5
|
|
react-refresh: 0.18.0
|
|
vite: 6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@vitejs/plugin-react@5.2.0(vite@7.3.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))':
|
|
dependencies:
|
|
'@babel/core': 7.29.0
|
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0)
|
|
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
'@types/babel__core': 7.20.5
|
|
react-refresh: 0.18.0
|
|
vite: 7.3.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@webgpu/types@0.1.69':
|
|
optional: true
|
|
|
|
'@xmldom/xmldom@0.8.13': {}
|
|
|
|
abbrev@1.1.1: {}
|
|
|
|
abort-controller@3.0.0:
|
|
dependencies:
|
|
event-target-shim: 5.0.1
|
|
|
|
acorn-import-attributes@1.9.5(acorn@8.16.0):
|
|
dependencies:
|
|
acorn: 8.16.0
|
|
|
|
acorn@8.16.0: {}
|
|
|
|
agent-base@6.0.2:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
agent-base@7.1.4: {}
|
|
|
|
agentkeepalive@4.6.0:
|
|
dependencies:
|
|
humanize-ms: 1.2.1
|
|
|
|
aggregate-error@3.1.0:
|
|
dependencies:
|
|
clean-stack: 2.2.0
|
|
indent-string: 4.0.0
|
|
|
|
ai@6.0.146(zod@4.3.6):
|
|
dependencies:
|
|
'@ai-sdk/gateway': 3.0.88(zod@4.3.6)
|
|
'@ai-sdk/provider': 3.0.8
|
|
'@ai-sdk/provider-utils': 4.0.22(zod@4.3.6)
|
|
'@opentelemetry/api': 1.9.0
|
|
zod: 4.3.6
|
|
|
|
ajv-keywords@3.5.2(ajv@6.14.0):
|
|
dependencies:
|
|
ajv: 6.14.0
|
|
|
|
ajv@6.14.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
|
|
|
|
ansi-colors@4.1.3: {}
|
|
|
|
ansi-regex@5.0.1: {}
|
|
|
|
ansi-regex@6.2.2: {}
|
|
|
|
ansi-styles@4.3.0:
|
|
dependencies:
|
|
color-convert: 2.0.1
|
|
|
|
ansi-styles@6.2.3: {}
|
|
|
|
any-base@1.1.0: {}
|
|
|
|
any-promise@1.3.0: {}
|
|
|
|
anymatch@3.1.3:
|
|
dependencies:
|
|
normalize-path: 3.0.0
|
|
picomatch: 2.3.1
|
|
|
|
app-builder-bin@5.0.0-alpha.10: {}
|
|
|
|
app-builder-lib@25.1.8(dmg-builder@25.1.8)(electron-builder-squirrel-windows@25.1.8):
|
|
dependencies:
|
|
'@develar/schema-utils': 2.6.5
|
|
'@electron/notarize': 2.5.0
|
|
'@electron/osx-sign': 1.3.1
|
|
'@electron/rebuild': 3.6.1
|
|
'@electron/universal': 2.0.1
|
|
'@malept/flatpak-bundler': 0.4.0
|
|
'@types/fs-extra': 9.0.13
|
|
async-exit-hook: 2.0.1
|
|
bluebird-lst: 1.0.9
|
|
builder-util: 25.1.7
|
|
builder-util-runtime: 9.2.10
|
|
chromium-pickle-js: 0.2.0
|
|
config-file-ts: 0.2.8-rc1
|
|
debug: 4.4.3
|
|
dmg-builder: 25.1.8(electron-builder-squirrel-windows@25.1.8)
|
|
dotenv: 16.6.1
|
|
dotenv-expand: 11.0.7
|
|
ejs: 3.1.10
|
|
electron-builder-squirrel-windows: 25.1.8(dmg-builder@25.1.8)
|
|
electron-publish: 25.1.7
|
|
form-data: 4.0.5
|
|
fs-extra: 10.1.0
|
|
hosted-git-info: 4.1.0
|
|
is-ci: 3.0.1
|
|
isbinaryfile: 5.0.7
|
|
js-yaml: 4.1.1
|
|
json5: 2.2.3
|
|
lazy-val: 1.0.5
|
|
minimatch: 10.1.1
|
|
resedit: 1.7.2
|
|
sanitize-filename: 1.6.4
|
|
semver: 7.7.4
|
|
tar: 6.2.1
|
|
temp-file: 3.4.0
|
|
transitivePeerDependencies:
|
|
- bluebird
|
|
- supports-color
|
|
|
|
aproba@2.1.0: {}
|
|
|
|
archiver-utils@2.1.0:
|
|
dependencies:
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
lazystream: 1.0.1
|
|
lodash.defaults: 4.2.0
|
|
lodash.difference: 4.5.0
|
|
lodash.flatten: 4.4.0
|
|
lodash.isplainobject: 4.0.6
|
|
lodash.union: 4.6.0
|
|
normalize-path: 3.0.0
|
|
readable-stream: 2.3.8
|
|
|
|
archiver-utils@3.0.4:
|
|
dependencies:
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
lazystream: 1.0.1
|
|
lodash.defaults: 4.2.0
|
|
lodash.difference: 4.5.0
|
|
lodash.flatten: 4.4.0
|
|
lodash.isplainobject: 4.0.6
|
|
lodash.union: 4.6.0
|
|
normalize-path: 3.0.0
|
|
readable-stream: 3.6.2
|
|
|
|
archiver@5.3.2:
|
|
dependencies:
|
|
archiver-utils: 2.1.0
|
|
async: 3.2.6
|
|
buffer-crc32: 0.2.13
|
|
readable-stream: 3.6.2
|
|
readdir-glob: 1.1.3
|
|
tar-stream: 2.2.0
|
|
zip-stream: 4.1.1
|
|
|
|
are-we-there-yet@3.0.1:
|
|
dependencies:
|
|
delegates: 1.0.0
|
|
readable-stream: 3.6.2
|
|
|
|
arg@5.0.2: {}
|
|
|
|
argparse@2.0.1: {}
|
|
|
|
assert-plus@1.0.0:
|
|
optional: true
|
|
|
|
astral-regex@2.0.0:
|
|
optional: true
|
|
|
|
async-exit-hook@2.0.1: {}
|
|
|
|
async-retry@1.3.3:
|
|
dependencies:
|
|
retry: 0.13.1
|
|
|
|
async@3.2.6: {}
|
|
|
|
asynckit@0.4.0: {}
|
|
|
|
at-least-node@1.0.0: {}
|
|
|
|
atomic-sleep@1.0.0: {}
|
|
|
|
autoprefixer@10.4.19(postcss@8.4.38):
|
|
dependencies:
|
|
browserslist: 4.28.1
|
|
caniuse-lite: 1.0.30001764
|
|
fraction.js: 4.3.7
|
|
normalize-range: 0.1.2
|
|
picocolors: 1.1.1
|
|
postcss: 8.4.38
|
|
postcss-value-parser: 4.2.0
|
|
|
|
await-to-js@3.0.0: {}
|
|
|
|
aws-ssl-profiles@1.1.2: {}
|
|
|
|
axios@1.13.6:
|
|
dependencies:
|
|
follow-redirects: 1.15.11
|
|
form-data: 4.0.5
|
|
proxy-from-env: 1.1.0
|
|
transitivePeerDependencies:
|
|
- debug
|
|
|
|
babel-plugin-jsx-dom-expressions@0.40.3(@babel/core@7.28.0):
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-module-imports': 7.18.6
|
|
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.0)
|
|
'@babel/types': 7.29.0
|
|
html-entities: 2.3.3
|
|
parse5: 7.3.0
|
|
|
|
babel-plugin-jsx-dom-expressions@0.40.3(@babel/core@7.28.6):
|
|
dependencies:
|
|
'@babel/core': 7.28.6
|
|
'@babel/helper-module-imports': 7.18.6
|
|
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
|
|
'@babel/types': 7.29.0
|
|
html-entities: 2.3.3
|
|
parse5: 7.3.0
|
|
|
|
babel-plugin-module-resolver@5.0.2:
|
|
dependencies:
|
|
find-babel-config: 2.1.2
|
|
glob: 9.3.5
|
|
pkg-up: 3.1.0
|
|
reselect: 4.1.8
|
|
resolve: 1.22.11
|
|
|
|
babel-preset-solid@1.9.9(@babel/core@7.28.0)(solid-js@1.9.9):
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
babel-plugin-jsx-dom-expressions: 0.40.3(@babel/core@7.28.0)
|
|
optionalDependencies:
|
|
solid-js: 1.9.9
|
|
|
|
babel-preset-solid@1.9.9(@babel/core@7.28.6)(solid-js@1.9.9):
|
|
dependencies:
|
|
'@babel/core': 7.28.6
|
|
babel-plugin-jsx-dom-expressions: 0.40.3(@babel/core@7.28.6)
|
|
optionalDependencies:
|
|
solid-js: 1.9.9
|
|
|
|
bail@2.0.2: {}
|
|
|
|
balanced-match@1.0.2: {}
|
|
|
|
base64-js@1.5.1: {}
|
|
|
|
baseline-browser-mapping@2.10.11: {}
|
|
|
|
baseline-browser-mapping@2.9.14: {}
|
|
|
|
better-auth@1.5.6(@opentelemetry/api@1.9.0)(drizzle-kit@0.31.9)(drizzle-orm@0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4))(mysql2@3.17.4)(next@16.2.1(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10):
|
|
dependencies:
|
|
'@better-auth/core': 1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0)
|
|
'@better-auth/drizzle-adapter': 1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)(drizzle-orm@0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4))
|
|
'@better-auth/kysely-adapter': 1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)(kysely@0.28.15)
|
|
'@better-auth/memory-adapter': 1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)
|
|
'@better-auth/mongo-adapter': 1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)
|
|
'@better-auth/prisma-adapter': 1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))(@better-auth/utils@0.3.1)
|
|
'@better-auth/telemetry': 1.5.6(@better-auth/core@1.5.6(@better-auth/utils@0.3.1)(@better-fetch/fetch@1.1.21)(@opentelemetry/api@1.9.0)(better-call@1.3.2(zod@4.3.6))(jose@6.1.3)(kysely@0.28.15)(nanostores@1.2.0))
|
|
'@better-auth/utils': 0.3.1
|
|
'@better-fetch/fetch': 1.1.21
|
|
'@noble/ciphers': 2.1.1
|
|
'@noble/hashes': 2.0.1
|
|
better-call: 1.3.2(zod@4.3.6)
|
|
defu: 6.1.4
|
|
jose: 6.1.3
|
|
kysely: 0.28.15
|
|
nanostores: 1.2.0
|
|
zod: 4.3.6
|
|
optionalDependencies:
|
|
drizzle-kit: 0.31.9
|
|
drizzle-orm: 0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4)
|
|
mysql2: 3.17.4
|
|
next: 16.2.1(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
solid-js: 1.9.10
|
|
transitivePeerDependencies:
|
|
- '@cloudflare/workers-types'
|
|
- '@opentelemetry/api'
|
|
|
|
better-call@1.3.2(zod@4.3.6):
|
|
dependencies:
|
|
'@better-auth/utils': 0.3.1
|
|
'@better-fetch/fetch': 1.1.21
|
|
rou3: 0.7.12
|
|
set-cookie-parser: 3.1.0
|
|
optionalDependencies:
|
|
zod: 4.3.6
|
|
|
|
binary-extensions@2.3.0: {}
|
|
|
|
bl@4.1.0:
|
|
dependencies:
|
|
buffer: 5.6.0
|
|
inherits: 2.0.4
|
|
readable-stream: 3.6.2
|
|
|
|
bluebird-lst@1.0.9:
|
|
dependencies:
|
|
bluebird: 3.7.2
|
|
|
|
bluebird@3.7.2: {}
|
|
|
|
bmp-ts@1.0.9: {}
|
|
|
|
boolean@3.2.0:
|
|
optional: true
|
|
|
|
botid@1.5.11(next@14.2.35(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0):
|
|
optionalDependencies:
|
|
next: 14.2.35(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
|
react: 18.2.0
|
|
|
|
botid@1.5.11(next@16.1.6(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4):
|
|
optionalDependencies:
|
|
next: 16.1.6(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
react: 19.2.4
|
|
|
|
bowser@2.14.1: {}
|
|
|
|
brace-expansion@1.1.14:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
concat-map: 0.0.1
|
|
|
|
brace-expansion@2.0.2:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
|
|
braces@3.0.3:
|
|
dependencies:
|
|
fill-range: 7.1.1
|
|
|
|
browserslist@4.28.1:
|
|
dependencies:
|
|
baseline-browser-mapping: 2.9.14
|
|
caniuse-lite: 1.0.30001764
|
|
electron-to-chromium: 1.5.267
|
|
node-releases: 2.0.27
|
|
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
|
|
buffer-crc32@0.2.13: {}
|
|
|
|
buffer-from@1.1.2: {}
|
|
|
|
buffer@5.6.0:
|
|
dependencies:
|
|
base64-js: 1.5.1
|
|
ieee754: 1.2.1
|
|
|
|
buffer@6.0.3:
|
|
dependencies:
|
|
base64-js: 1.5.1
|
|
ieee754: 1.2.1
|
|
|
|
builder-util-runtime@9.2.10:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
sax: 1.4.4
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
builder-util-runtime@9.5.1:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
sax: 1.4.4
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
builder-util@25.1.7:
|
|
dependencies:
|
|
7zip-bin: 5.2.0
|
|
'@types/debug': 4.1.13
|
|
app-builder-bin: 5.0.0-alpha.10
|
|
bluebird-lst: 1.0.9
|
|
builder-util-runtime: 9.2.10
|
|
chalk: 4.1.2
|
|
cross-spawn: 7.0.6
|
|
debug: 4.4.3
|
|
fs-extra: 10.1.0
|
|
http-proxy-agent: 7.0.2
|
|
https-proxy-agent: 7.0.6
|
|
is-ci: 3.0.1
|
|
js-yaml: 4.1.1
|
|
source-map-support: 0.5.21
|
|
stat-mode: 1.0.0
|
|
temp-file: 3.4.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
bun-ffi-structs@0.1.2(typescript@5.9.3):
|
|
dependencies:
|
|
typescript: 5.9.3
|
|
|
|
bun-types@1.3.6:
|
|
dependencies:
|
|
'@types/node': 20.12.12
|
|
|
|
bun-webgpu-darwin-arm64@0.1.4:
|
|
optional: true
|
|
|
|
bun-webgpu-darwin-x64@0.1.4:
|
|
optional: true
|
|
|
|
bun-webgpu-linux-x64@0.1.4:
|
|
optional: true
|
|
|
|
bun-webgpu-win32-x64@0.1.4:
|
|
optional: true
|
|
|
|
bun-webgpu@0.1.4:
|
|
dependencies:
|
|
'@webgpu/types': 0.1.69
|
|
optionalDependencies:
|
|
bun-webgpu-darwin-arm64: 0.1.4
|
|
bun-webgpu-darwin-x64: 0.1.4
|
|
bun-webgpu-linux-x64: 0.1.4
|
|
bun-webgpu-win32-x64: 0.1.4
|
|
optional: true
|
|
|
|
bundle-name@4.1.0:
|
|
dependencies:
|
|
run-applescript: 7.1.0
|
|
|
|
bundle-require@5.1.0(esbuild@0.27.2):
|
|
dependencies:
|
|
esbuild: 0.27.2
|
|
load-tsconfig: 0.2.5
|
|
|
|
busboy@1.6.0:
|
|
dependencies:
|
|
streamsearch: 1.1.0
|
|
|
|
c12@3.3.3:
|
|
dependencies:
|
|
chokidar: 5.0.0
|
|
confbox: 0.2.4
|
|
defu: 6.1.4
|
|
dotenv: 17.3.1
|
|
exsolve: 1.0.8
|
|
giget: 2.0.0
|
|
jiti: 2.6.1
|
|
ohash: 2.0.11
|
|
pathe: 2.0.3
|
|
perfect-debounce: 2.1.0
|
|
pkg-types: 2.3.0
|
|
rc9: 2.1.2
|
|
|
|
cac@6.7.14: {}
|
|
|
|
cacache@16.1.3:
|
|
dependencies:
|
|
'@npmcli/fs': 2.1.2
|
|
'@npmcli/move-file': 2.0.1
|
|
chownr: 2.0.0
|
|
fs-minipass: 2.1.0
|
|
glob: 8.1.0
|
|
infer-owner: 1.0.4
|
|
lru-cache: 7.18.3
|
|
minipass: 3.3.6
|
|
minipass-collect: 1.0.2
|
|
minipass-flush: 1.0.7
|
|
minipass-pipeline: 1.2.4
|
|
mkdirp: 1.0.4
|
|
p-map: 4.0.0
|
|
promise-inflight: 1.0.1
|
|
rimraf: 3.0.2
|
|
ssri: 9.0.1
|
|
tar: 6.2.1
|
|
unique-filename: 2.0.1
|
|
transitivePeerDependencies:
|
|
- bluebird
|
|
|
|
cacheable-lookup@5.0.4: {}
|
|
|
|
cacheable-request@7.0.4:
|
|
dependencies:
|
|
clone-response: 1.0.3
|
|
get-stream: 5.2.0
|
|
http-cache-semantics: 4.2.0
|
|
keyv: 4.5.4
|
|
lowercase-keys: 2.0.0
|
|
normalize-url: 6.1.0
|
|
responselike: 2.0.1
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
|
|
camelcase-css@2.0.1: {}
|
|
|
|
caniuse-lite@1.0.30001764: {}
|
|
|
|
ccount@2.0.1: {}
|
|
|
|
chalk@4.1.2:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
supports-color: 7.2.0
|
|
|
|
character-entities-html4@2.1.0: {}
|
|
|
|
character-entities-legacy@3.0.0: {}
|
|
|
|
character-entities@2.0.2: {}
|
|
|
|
character-reference-invalid@2.0.1: {}
|
|
|
|
chevrotain-allstar@0.3.1(chevrotain@11.1.2):
|
|
dependencies:
|
|
chevrotain: 11.1.2
|
|
lodash-es: 4.18.1
|
|
|
|
chevrotain@11.1.2:
|
|
dependencies:
|
|
'@chevrotain/cst-dts-gen': 11.1.2
|
|
'@chevrotain/gast': 11.1.2
|
|
'@chevrotain/regexp-to-ast': 11.1.2
|
|
'@chevrotain/types': 11.1.2
|
|
'@chevrotain/utils': 11.1.2
|
|
lodash-es: 4.17.23
|
|
|
|
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@4.0.3:
|
|
dependencies:
|
|
readdirp: 4.1.2
|
|
|
|
chokidar@5.0.0:
|
|
dependencies:
|
|
readdirp: 5.0.0
|
|
|
|
chownr@2.0.0: {}
|
|
|
|
chownr@3.0.0: {}
|
|
|
|
chromium-pickle-js@0.2.0: {}
|
|
|
|
ci-info@3.9.0: {}
|
|
|
|
citty@0.1.6:
|
|
dependencies:
|
|
consola: 3.4.2
|
|
|
|
citty@0.2.2: {}
|
|
|
|
cjs-module-lexer@2.2.0: {}
|
|
|
|
clean-stack@2.2.0: {}
|
|
|
|
cli-cursor@3.1.0:
|
|
dependencies:
|
|
restore-cursor: 3.1.0
|
|
|
|
cli-spinners@2.9.2: {}
|
|
|
|
cli-truncate@2.1.0:
|
|
dependencies:
|
|
slice-ansi: 3.0.0
|
|
string-width: 4.2.3
|
|
optional: true
|
|
|
|
client-only@0.0.1: {}
|
|
|
|
cliui@8.0.1:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 7.0.0
|
|
|
|
clone-response@1.0.3:
|
|
dependencies:
|
|
mimic-response: 1.0.1
|
|
|
|
clone@1.0.4: {}
|
|
|
|
clsx@2.1.1: {}
|
|
|
|
color-convert@2.0.1:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
|
|
color-name@1.1.4: {}
|
|
|
|
color-support@1.1.3: {}
|
|
|
|
combined-stream@1.0.8:
|
|
dependencies:
|
|
delayed-stream: 1.0.0
|
|
|
|
comma-separated-tokens@2.0.3: {}
|
|
|
|
commander@12.1.0: {}
|
|
|
|
commander@14.0.3: {}
|
|
|
|
commander@4.1.1: {}
|
|
|
|
commander@5.1.0: {}
|
|
|
|
commander@7.2.0: {}
|
|
|
|
commander@8.3.0: {}
|
|
|
|
compare-version@0.1.2: {}
|
|
|
|
compress-commons@4.1.2:
|
|
dependencies:
|
|
buffer-crc32: 0.2.13
|
|
crc32-stream: 4.0.3
|
|
normalize-path: 3.0.0
|
|
readable-stream: 3.6.2
|
|
|
|
concat-map@0.0.1: {}
|
|
|
|
confbox@0.1.8: {}
|
|
|
|
confbox@0.2.4: {}
|
|
|
|
config-file-ts@0.2.8-rc1:
|
|
dependencies:
|
|
glob: 10.5.0
|
|
typescript: 5.9.3
|
|
|
|
consola@3.4.2: {}
|
|
|
|
console-control-strings@1.1.0: {}
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
cookie@1.1.1: {}
|
|
|
|
core-util-is@1.0.2:
|
|
optional: true
|
|
|
|
core-util-is@1.0.3: {}
|
|
|
|
cose-base@1.0.3:
|
|
dependencies:
|
|
layout-base: 1.0.2
|
|
|
|
cose-base@2.2.0:
|
|
dependencies:
|
|
layout-base: 2.0.1
|
|
|
|
crc-32@1.2.2: {}
|
|
|
|
crc32-stream@4.0.3:
|
|
dependencies:
|
|
crc-32: 1.2.2
|
|
readable-stream: 3.6.2
|
|
|
|
crc@3.8.0:
|
|
dependencies:
|
|
buffer: 5.6.0
|
|
optional: true
|
|
|
|
crelt@1.0.6: {}
|
|
|
|
cross-spawn@7.0.6:
|
|
dependencies:
|
|
path-key: 3.1.1
|
|
shebang-command: 2.0.0
|
|
which: 2.0.2
|
|
|
|
cssesc@3.0.0: {}
|
|
|
|
csstype@3.2.3: {}
|
|
|
|
cytoscape-cose-bilkent@4.1.0(cytoscape@3.33.1):
|
|
dependencies:
|
|
cose-base: 1.0.3
|
|
cytoscape: 3.33.1
|
|
|
|
cytoscape-fcose@2.2.0(cytoscape@3.33.1):
|
|
dependencies:
|
|
cose-base: 2.2.0
|
|
cytoscape: 3.33.1
|
|
|
|
cytoscape@3.33.1: {}
|
|
|
|
d3-array@2.12.1:
|
|
dependencies:
|
|
internmap: 1.0.1
|
|
|
|
d3-array@3.2.4:
|
|
dependencies:
|
|
internmap: 2.0.3
|
|
|
|
d3-axis@3.0.0: {}
|
|
|
|
d3-brush@3.0.0:
|
|
dependencies:
|
|
d3-dispatch: 3.0.1
|
|
d3-drag: 3.0.0
|
|
d3-interpolate: 3.0.1
|
|
d3-selection: 3.0.0
|
|
d3-transition: 3.0.1(d3-selection@3.0.0)
|
|
|
|
d3-chord@3.0.1:
|
|
dependencies:
|
|
d3-path: 3.1.0
|
|
|
|
d3-color@3.1.0: {}
|
|
|
|
d3-contour@4.0.2:
|
|
dependencies:
|
|
d3-array: 3.2.4
|
|
|
|
d3-delaunay@6.0.4:
|
|
dependencies:
|
|
delaunator: 5.1.0
|
|
|
|
d3-dispatch@3.0.1: {}
|
|
|
|
d3-drag@3.0.0:
|
|
dependencies:
|
|
d3-dispatch: 3.0.1
|
|
d3-selection: 3.0.0
|
|
|
|
d3-dsv@3.0.1:
|
|
dependencies:
|
|
commander: 7.2.0
|
|
iconv-lite: 0.6.3
|
|
rw: 1.3.3
|
|
|
|
d3-ease@3.0.1: {}
|
|
|
|
d3-fetch@3.0.1:
|
|
dependencies:
|
|
d3-dsv: 3.0.1
|
|
|
|
d3-force@3.0.0:
|
|
dependencies:
|
|
d3-dispatch: 3.0.1
|
|
d3-quadtree: 3.0.1
|
|
d3-timer: 3.0.1
|
|
|
|
d3-format@3.1.2: {}
|
|
|
|
d3-geo@3.1.1:
|
|
dependencies:
|
|
d3-array: 3.2.4
|
|
|
|
d3-hierarchy@3.1.2: {}
|
|
|
|
d3-interpolate@3.0.1:
|
|
dependencies:
|
|
d3-color: 3.1.0
|
|
|
|
d3-path@1.0.9: {}
|
|
|
|
d3-path@3.1.0: {}
|
|
|
|
d3-polygon@3.0.1: {}
|
|
|
|
d3-quadtree@3.0.1: {}
|
|
|
|
d3-random@3.0.1: {}
|
|
|
|
d3-sankey@0.12.3:
|
|
dependencies:
|
|
d3-array: 2.12.1
|
|
d3-shape: 1.3.7
|
|
|
|
d3-scale-chromatic@3.1.0:
|
|
dependencies:
|
|
d3-color: 3.1.0
|
|
d3-interpolate: 3.0.1
|
|
|
|
d3-scale@4.0.2:
|
|
dependencies:
|
|
d3-array: 3.2.4
|
|
d3-format: 3.1.2
|
|
d3-interpolate: 3.0.1
|
|
d3-time: 3.1.0
|
|
d3-time-format: 4.1.0
|
|
|
|
d3-selection@3.0.0: {}
|
|
|
|
d3-shape@1.3.7:
|
|
dependencies:
|
|
d3-path: 1.0.9
|
|
|
|
d3-shape@3.2.0:
|
|
dependencies:
|
|
d3-path: 3.1.0
|
|
|
|
d3-time-format@4.1.0:
|
|
dependencies:
|
|
d3-time: 3.1.0
|
|
|
|
d3-time@3.1.0:
|
|
dependencies:
|
|
d3-array: 3.2.4
|
|
|
|
d3-timer@3.0.1: {}
|
|
|
|
d3-transition@3.0.1(d3-selection@3.0.0):
|
|
dependencies:
|
|
d3-color: 3.1.0
|
|
d3-dispatch: 3.0.1
|
|
d3-ease: 3.0.1
|
|
d3-interpolate: 3.0.1
|
|
d3-selection: 3.0.0
|
|
d3-timer: 3.0.1
|
|
|
|
d3-zoom@3.0.0:
|
|
dependencies:
|
|
d3-dispatch: 3.0.1
|
|
d3-drag: 3.0.0
|
|
d3-interpolate: 3.0.1
|
|
d3-selection: 3.0.0
|
|
d3-transition: 3.0.1(d3-selection@3.0.0)
|
|
|
|
d3@7.9.0:
|
|
dependencies:
|
|
d3-array: 3.2.4
|
|
d3-axis: 3.0.0
|
|
d3-brush: 3.0.0
|
|
d3-chord: 3.0.1
|
|
d3-color: 3.1.0
|
|
d3-contour: 4.0.2
|
|
d3-delaunay: 6.0.4
|
|
d3-dispatch: 3.0.1
|
|
d3-drag: 3.0.0
|
|
d3-dsv: 3.0.1
|
|
d3-ease: 3.0.1
|
|
d3-fetch: 3.0.1
|
|
d3-force: 3.0.0
|
|
d3-format: 3.1.2
|
|
d3-geo: 3.1.1
|
|
d3-hierarchy: 3.1.2
|
|
d3-interpolate: 3.0.1
|
|
d3-path: 3.1.0
|
|
d3-polygon: 3.0.1
|
|
d3-quadtree: 3.0.1
|
|
d3-random: 3.0.1
|
|
d3-scale: 4.0.2
|
|
d3-scale-chromatic: 3.1.0
|
|
d3-selection: 3.0.0
|
|
d3-shape: 3.2.0
|
|
d3-time: 3.1.0
|
|
d3-time-format: 4.1.0
|
|
d3-timer: 3.0.1
|
|
d3-transition: 3.0.1(d3-selection@3.0.0)
|
|
d3-zoom: 3.0.0
|
|
|
|
dagre-d3-es@7.0.14:
|
|
dependencies:
|
|
d3: 7.9.0
|
|
lodash-es: 4.18.1
|
|
|
|
dayjs@1.11.20: {}
|
|
|
|
debug@4.4.3:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
decode-named-character-reference@1.3.0:
|
|
dependencies:
|
|
character-entities: 2.0.2
|
|
|
|
decompress-response@6.0.0:
|
|
dependencies:
|
|
mimic-response: 3.1.0
|
|
|
|
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
|
|
|
|
defer-to-connect@2.0.1: {}
|
|
|
|
define-data-property@1.1.4:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
optional: true
|
|
|
|
define-lazy-prop@3.0.0: {}
|
|
|
|
define-properties@1.2.1:
|
|
dependencies:
|
|
define-data-property: 1.1.4
|
|
has-property-descriptors: 1.0.2
|
|
object-keys: 1.1.1
|
|
optional: true
|
|
|
|
defu@6.1.4: {}
|
|
|
|
delaunator@5.1.0:
|
|
dependencies:
|
|
robust-predicates: 3.0.3
|
|
|
|
delayed-stream@1.0.0: {}
|
|
|
|
delegates@1.0.0: {}
|
|
|
|
denque@2.1.0: {}
|
|
|
|
dequal@2.0.3: {}
|
|
|
|
destr@2.0.5: {}
|
|
|
|
detect-libc@2.1.2: {}
|
|
|
|
detect-node@2.1.0:
|
|
optional: true
|
|
|
|
devlop@1.1.0:
|
|
dependencies:
|
|
dequal: 2.0.3
|
|
|
|
didyoumean@1.2.2: {}
|
|
|
|
diff@8.0.2: {}
|
|
|
|
dir-compare@4.2.0:
|
|
dependencies:
|
|
minimatch: 3.1.5
|
|
p-limit: 3.1.0
|
|
|
|
dlv@1.1.3: {}
|
|
|
|
dmg-builder@25.1.8(electron-builder-squirrel-windows@25.1.8):
|
|
dependencies:
|
|
app-builder-lib: 25.1.8(dmg-builder@25.1.8)(electron-builder-squirrel-windows@25.1.8)
|
|
builder-util: 25.1.7
|
|
builder-util-runtime: 9.2.10
|
|
fs-extra: 10.1.0
|
|
iconv-lite: 0.6.3
|
|
js-yaml: 4.1.1
|
|
optionalDependencies:
|
|
dmg-license: 1.0.11
|
|
transitivePeerDependencies:
|
|
- bluebird
|
|
- electron-builder-squirrel-windows
|
|
- supports-color
|
|
|
|
dmg-license@1.0.11:
|
|
dependencies:
|
|
'@types/plist': 3.0.5
|
|
'@types/verror': 1.10.11
|
|
ajv: 6.14.0
|
|
crc: 3.8.0
|
|
iconv-corefoundation: 1.1.7
|
|
plist: 3.1.0
|
|
smart-buffer: 4.2.0
|
|
verror: 1.10.1
|
|
optional: true
|
|
|
|
dompurify@3.3.3:
|
|
optionalDependencies:
|
|
'@types/trusted-types': 2.0.7
|
|
|
|
dotenv-expand@11.0.7:
|
|
dependencies:
|
|
dotenv: 16.6.1
|
|
|
|
dotenv@16.6.1: {}
|
|
|
|
dotenv@17.3.1: {}
|
|
|
|
drizzle-kit@0.31.9:
|
|
dependencies:
|
|
'@drizzle-team/brocli': 0.10.2
|
|
'@esbuild-kit/esm-loader': 2.6.5
|
|
esbuild: 0.25.12
|
|
esbuild-register: 3.6.0(esbuild@0.25.12)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
drizzle-orm@0.45.1(@opentelemetry/api@1.9.0)(@planetscale/database@1.19.0)(bun-types@1.3.6)(kysely@0.28.15)(mysql2@3.17.4):
|
|
optionalDependencies:
|
|
'@opentelemetry/api': 1.9.0
|
|
'@planetscale/database': 1.19.0
|
|
bun-types: 1.3.6
|
|
kysely: 0.28.15
|
|
mysql2: 3.17.4
|
|
|
|
dunder-proto@1.0.1:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
eastasianwidth@0.2.0: {}
|
|
|
|
ejs@3.1.10:
|
|
dependencies:
|
|
jake: 10.9.4
|
|
|
|
electron-builder-squirrel-windows@25.1.8(dmg-builder@25.1.8):
|
|
dependencies:
|
|
app-builder-lib: 25.1.8(dmg-builder@25.1.8)(electron-builder-squirrel-windows@25.1.8)
|
|
archiver: 5.3.2
|
|
builder-util: 25.1.7
|
|
fs-extra: 10.1.0
|
|
transitivePeerDependencies:
|
|
- bluebird
|
|
- dmg-builder
|
|
- supports-color
|
|
|
|
electron-builder@25.1.8(electron-builder-squirrel-windows@25.1.8):
|
|
dependencies:
|
|
app-builder-lib: 25.1.8(dmg-builder@25.1.8)(electron-builder-squirrel-windows@25.1.8)
|
|
builder-util: 25.1.7
|
|
builder-util-runtime: 9.2.10
|
|
chalk: 4.1.2
|
|
dmg-builder: 25.1.8(electron-builder-squirrel-windows@25.1.8)
|
|
fs-extra: 10.1.0
|
|
is-ci: 3.0.1
|
|
lazy-val: 1.0.5
|
|
simple-update-notifier: 2.0.0
|
|
yargs: 17.7.2
|
|
transitivePeerDependencies:
|
|
- bluebird
|
|
- electron-builder-squirrel-windows
|
|
- supports-color
|
|
|
|
electron-publish@25.1.7:
|
|
dependencies:
|
|
'@types/fs-extra': 9.0.13
|
|
builder-util: 25.1.7
|
|
builder-util-runtime: 9.2.10
|
|
chalk: 4.1.2
|
|
fs-extra: 10.1.0
|
|
lazy-val: 1.0.5
|
|
mime: 2.6.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
electron-to-chromium@1.5.267: {}
|
|
|
|
electron-updater@6.8.3:
|
|
dependencies:
|
|
builder-util-runtime: 9.5.1
|
|
fs-extra: 10.1.0
|
|
js-yaml: 4.1.1
|
|
lazy-val: 1.0.5
|
|
lodash.escaperegexp: 4.1.2
|
|
lodash.isequal: 4.5.0
|
|
semver: 7.7.4
|
|
tiny-typed-emitter: 2.1.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
electron@35.7.5:
|
|
dependencies:
|
|
'@electron/get': 2.0.3
|
|
'@types/node': 22.19.7
|
|
extract-zip: 2.0.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
emoji-regex@8.0.0: {}
|
|
|
|
emoji-regex@9.2.2: {}
|
|
|
|
encoding@0.1.13:
|
|
dependencies:
|
|
iconv-lite: 0.6.3
|
|
optional: true
|
|
|
|
end-of-stream@1.4.5:
|
|
dependencies:
|
|
once: 1.4.0
|
|
|
|
enhanced-resolve@5.18.4:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
tapable: 2.3.0
|
|
|
|
entities@6.0.1: {}
|
|
|
|
env-paths@2.2.1: {}
|
|
|
|
err-code@2.0.3: {}
|
|
|
|
es-define-property@1.0.1: {}
|
|
|
|
es-errors@1.3.0: {}
|
|
|
|
es-object-atoms@1.1.1:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
has-tostringtag: 1.0.2
|
|
hasown: 2.0.2
|
|
|
|
es6-error@4.1.1:
|
|
optional: true
|
|
|
|
esbuild-register@3.6.0(esbuild@0.25.12):
|
|
dependencies:
|
|
debug: 4.4.3
|
|
esbuild: 0.25.12
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
esbuild@0.18.20:
|
|
optionalDependencies:
|
|
'@esbuild/android-arm': 0.18.20
|
|
'@esbuild/android-arm64': 0.18.20
|
|
'@esbuild/android-x64': 0.18.20
|
|
'@esbuild/darwin-arm64': 0.18.20
|
|
'@esbuild/darwin-x64': 0.18.20
|
|
'@esbuild/freebsd-arm64': 0.18.20
|
|
'@esbuild/freebsd-x64': 0.18.20
|
|
'@esbuild/linux-arm': 0.18.20
|
|
'@esbuild/linux-arm64': 0.18.20
|
|
'@esbuild/linux-ia32': 0.18.20
|
|
'@esbuild/linux-loong64': 0.18.20
|
|
'@esbuild/linux-mips64el': 0.18.20
|
|
'@esbuild/linux-ppc64': 0.18.20
|
|
'@esbuild/linux-riscv64': 0.18.20
|
|
'@esbuild/linux-s390x': 0.18.20
|
|
'@esbuild/linux-x64': 0.18.20
|
|
'@esbuild/netbsd-x64': 0.18.20
|
|
'@esbuild/openbsd-x64': 0.18.20
|
|
'@esbuild/sunos-x64': 0.18.20
|
|
'@esbuild/win32-arm64': 0.18.20
|
|
'@esbuild/win32-ia32': 0.18.20
|
|
'@esbuild/win32-x64': 0.18.20
|
|
|
|
esbuild@0.25.12:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.25.12
|
|
'@esbuild/android-arm': 0.25.12
|
|
'@esbuild/android-arm64': 0.25.12
|
|
'@esbuild/android-x64': 0.25.12
|
|
'@esbuild/darwin-arm64': 0.25.12
|
|
'@esbuild/darwin-x64': 0.25.12
|
|
'@esbuild/freebsd-arm64': 0.25.12
|
|
'@esbuild/freebsd-x64': 0.25.12
|
|
'@esbuild/linux-arm': 0.25.12
|
|
'@esbuild/linux-arm64': 0.25.12
|
|
'@esbuild/linux-ia32': 0.25.12
|
|
'@esbuild/linux-loong64': 0.25.12
|
|
'@esbuild/linux-mips64el': 0.25.12
|
|
'@esbuild/linux-ppc64': 0.25.12
|
|
'@esbuild/linux-riscv64': 0.25.12
|
|
'@esbuild/linux-s390x': 0.25.12
|
|
'@esbuild/linux-x64': 0.25.12
|
|
'@esbuild/netbsd-arm64': 0.25.12
|
|
'@esbuild/netbsd-x64': 0.25.12
|
|
'@esbuild/openbsd-arm64': 0.25.12
|
|
'@esbuild/openbsd-x64': 0.25.12
|
|
'@esbuild/openharmony-arm64': 0.25.12
|
|
'@esbuild/sunos-x64': 0.25.12
|
|
'@esbuild/win32-arm64': 0.25.12
|
|
'@esbuild/win32-ia32': 0.25.12
|
|
'@esbuild/win32-x64': 0.25.12
|
|
|
|
esbuild@0.27.2:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.27.2
|
|
'@esbuild/android-arm': 0.27.2
|
|
'@esbuild/android-arm64': 0.27.2
|
|
'@esbuild/android-x64': 0.27.2
|
|
'@esbuild/darwin-arm64': 0.27.2
|
|
'@esbuild/darwin-x64': 0.27.2
|
|
'@esbuild/freebsd-arm64': 0.27.2
|
|
'@esbuild/freebsd-x64': 0.27.2
|
|
'@esbuild/linux-arm': 0.27.2
|
|
'@esbuild/linux-arm64': 0.27.2
|
|
'@esbuild/linux-ia32': 0.27.2
|
|
'@esbuild/linux-loong64': 0.27.2
|
|
'@esbuild/linux-mips64el': 0.27.2
|
|
'@esbuild/linux-ppc64': 0.27.2
|
|
'@esbuild/linux-riscv64': 0.27.2
|
|
'@esbuild/linux-s390x': 0.27.2
|
|
'@esbuild/linux-x64': 0.27.2
|
|
'@esbuild/netbsd-arm64': 0.27.2
|
|
'@esbuild/netbsd-x64': 0.27.2
|
|
'@esbuild/openbsd-arm64': 0.27.2
|
|
'@esbuild/openbsd-x64': 0.27.2
|
|
'@esbuild/openharmony-arm64': 0.27.2
|
|
'@esbuild/sunos-x64': 0.27.2
|
|
'@esbuild/win32-arm64': 0.27.2
|
|
'@esbuild/win32-ia32': 0.27.2
|
|
'@esbuild/win32-x64': 0.27.2
|
|
|
|
escalade@3.2.0: {}
|
|
|
|
escape-string-regexp@4.0.0:
|
|
optional: true
|
|
|
|
escape-string-regexp@5.0.0: {}
|
|
|
|
estree-util-is-identifier-name@3.0.0: {}
|
|
|
|
event-target-shim@5.0.1: {}
|
|
|
|
eventemitter3@4.0.7: {}
|
|
|
|
eventemitter3@5.0.4: {}
|
|
|
|
events@3.3.0: {}
|
|
|
|
eventsource-parser@3.0.6: {}
|
|
|
|
exif-parser@0.1.12: {}
|
|
|
|
expand-tilde@2.0.2:
|
|
dependencies:
|
|
homedir-polyfill: 1.0.3
|
|
|
|
exponential-backoff@3.1.3: {}
|
|
|
|
exsolve@1.0.8: {}
|
|
|
|
extend@3.0.2: {}
|
|
|
|
extract-zip@2.0.1:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
get-stream: 5.2.0
|
|
yauzl: 2.10.0
|
|
optionalDependencies:
|
|
'@types/yauzl': 2.10.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
extsprintf@1.4.1:
|
|
optional: true
|
|
|
|
fast-deep-equal@3.1.3: {}
|
|
|
|
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-xml-builder@1.1.3:
|
|
dependencies:
|
|
path-expression-matcher: 1.1.3
|
|
|
|
fast-xml-parser@5.4.1:
|
|
dependencies:
|
|
fast-xml-builder: 1.1.3
|
|
strnum: 2.2.0
|
|
|
|
fastq@1.20.1:
|
|
dependencies:
|
|
reusify: 1.1.0
|
|
|
|
fd-slicer@1.1.0:
|
|
dependencies:
|
|
pend: 1.2.0
|
|
|
|
fdir@6.5.0(picomatch@4.0.3):
|
|
optionalDependencies:
|
|
picomatch: 4.0.3
|
|
|
|
file-type@16.5.4:
|
|
dependencies:
|
|
readable-web-to-node-stream: 3.0.4
|
|
strtok3: 6.3.0
|
|
token-types: 4.2.1
|
|
|
|
filelist@1.0.6:
|
|
dependencies:
|
|
minimatch: 5.1.9
|
|
|
|
fill-range@7.1.1:
|
|
dependencies:
|
|
to-regex-range: 5.0.1
|
|
|
|
find-babel-config@2.1.2:
|
|
dependencies:
|
|
json5: 2.2.3
|
|
|
|
find-up@3.0.0:
|
|
dependencies:
|
|
locate-path: 3.0.0
|
|
|
|
fix-dts-default-cjs-exports@1.0.1:
|
|
dependencies:
|
|
magic-string: 0.30.21
|
|
mlly: 1.8.2
|
|
rollup: 4.55.1
|
|
|
|
follow-redirects@1.15.11: {}
|
|
|
|
foreground-child@3.3.1:
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
signal-exit: 4.1.0
|
|
|
|
form-data@4.0.5:
|
|
dependencies:
|
|
asynckit: 0.4.0
|
|
combined-stream: 1.0.8
|
|
es-set-tostringtag: 2.1.0
|
|
hasown: 2.0.2
|
|
mime-types: 2.1.35
|
|
|
|
forwarded-parse@2.1.2: {}
|
|
|
|
fraction.js@4.3.7: {}
|
|
|
|
framer-motion@12.35.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
|
|
dependencies:
|
|
motion-dom: 12.35.1
|
|
motion-utils: 12.29.2
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
react: 18.2.0
|
|
react-dom: 18.2.0(react@18.2.0)
|
|
|
|
fs-constants@1.0.0: {}
|
|
|
|
fs-extra@10.1.0:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
jsonfile: 6.2.1
|
|
universalify: 2.0.1
|
|
|
|
fs-extra@11.3.4:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
jsonfile: 6.2.1
|
|
universalify: 2.0.1
|
|
|
|
fs-extra@8.1.0:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
jsonfile: 4.0.0
|
|
universalify: 0.1.2
|
|
|
|
fs-extra@9.1.0:
|
|
dependencies:
|
|
at-least-node: 1.0.0
|
|
graceful-fs: 4.2.11
|
|
jsonfile: 6.2.1
|
|
universalify: 2.0.1
|
|
|
|
fs-minipass@2.1.0:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
|
|
fs.realpath@1.0.0: {}
|
|
|
|
fsevents@2.3.2:
|
|
optional: true
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
fuzzysort@3.1.0: {}
|
|
|
|
gauge@4.0.4:
|
|
dependencies:
|
|
aproba: 2.1.0
|
|
color-support: 1.1.3
|
|
console-control-strings: 1.1.0
|
|
has-unicode: 2.0.1
|
|
signal-exit: 3.0.7
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wide-align: 1.1.5
|
|
|
|
generate-function@2.3.1:
|
|
dependencies:
|
|
is-property: 1.0.2
|
|
|
|
gensync@1.0.0-beta.2: {}
|
|
|
|
get-caller-file@2.0.5: {}
|
|
|
|
get-intrinsic@1.3.0:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
function-bind: 1.1.2
|
|
get-proto: 1.0.1
|
|
gopd: 1.2.0
|
|
has-symbols: 1.1.0
|
|
hasown: 2.0.2
|
|
math-intrinsics: 1.1.0
|
|
|
|
get-proto@1.0.1:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
get-stream@5.2.0:
|
|
dependencies:
|
|
pump: 3.0.4
|
|
|
|
get-tsconfig@4.13.1:
|
|
dependencies:
|
|
resolve-pkg-maps: 1.0.0
|
|
|
|
get-tsconfig@4.13.6:
|
|
dependencies:
|
|
resolve-pkg-maps: 1.0.0
|
|
|
|
gifwrap@0.10.1:
|
|
dependencies:
|
|
image-q: 4.0.0
|
|
omggif: 1.0.10
|
|
|
|
giget@2.0.0:
|
|
dependencies:
|
|
citty: 0.1.6
|
|
consola: 3.4.2
|
|
defu: 6.1.4
|
|
node-fetch-native: 1.6.7
|
|
nypm: 0.6.5
|
|
pathe: 2.0.3
|
|
|
|
glob-parent@5.1.2:
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
|
|
glob-parent@6.0.2:
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
|
|
glob@10.5.0:
|
|
dependencies:
|
|
foreground-child: 3.3.1
|
|
jackspeak: 3.4.3
|
|
minimatch: 9.0.9
|
|
minipass: 7.1.2
|
|
package-json-from-dist: 1.0.1
|
|
path-scurry: 1.11.1
|
|
|
|
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
|
|
|
|
glob@8.1.0:
|
|
dependencies:
|
|
fs.realpath: 1.0.0
|
|
inflight: 1.0.6
|
|
inherits: 2.0.4
|
|
minimatch: 5.1.9
|
|
once: 1.4.0
|
|
|
|
glob@9.3.5:
|
|
dependencies:
|
|
fs.realpath: 1.0.0
|
|
minimatch: 8.0.4
|
|
minipass: 4.2.8
|
|
path-scurry: 1.11.1
|
|
|
|
global-agent@3.0.0:
|
|
dependencies:
|
|
boolean: 3.2.0
|
|
es6-error: 4.1.1
|
|
matcher: 3.0.0
|
|
roarr: 2.15.4
|
|
semver: 7.7.4
|
|
serialize-error: 7.0.1
|
|
optional: true
|
|
|
|
globalthis@1.0.4:
|
|
dependencies:
|
|
define-properties: 1.2.1
|
|
gopd: 1.2.0
|
|
optional: true
|
|
|
|
gopd@1.2.0: {}
|
|
|
|
got@11.8.6:
|
|
dependencies:
|
|
'@sindresorhus/is': 4.6.0
|
|
'@szmarczak/http-timer': 4.0.6
|
|
'@types/cacheable-request': 6.0.3
|
|
'@types/responselike': 1.0.3
|
|
cacheable-lookup: 5.0.4
|
|
cacheable-request: 7.0.4
|
|
decompress-response: 6.0.0
|
|
http2-wrapper: 1.0.3
|
|
lowercase-keys: 2.0.0
|
|
p-cancelable: 2.1.1
|
|
responselike: 2.0.1
|
|
|
|
graceful-fs@4.2.11: {}
|
|
|
|
grammy@1.39.3(encoding@0.1.13):
|
|
dependencies:
|
|
'@grammyjs/types': 3.23.0
|
|
abort-controller: 3.0.0
|
|
debug: 4.4.3
|
|
node-fetch: 2.7.0(encoding@0.1.13)
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
hachure-fill@0.5.2: {}
|
|
|
|
has-flag@4.0.0: {}
|
|
|
|
has-property-descriptors@1.0.2:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
optional: true
|
|
|
|
has-symbols@1.1.0: {}
|
|
|
|
has-tostringtag@1.0.2:
|
|
dependencies:
|
|
has-symbols: 1.1.0
|
|
|
|
has-unicode@2.0.1: {}
|
|
|
|
hasown@2.0.2:
|
|
dependencies:
|
|
function-bind: 1.1.2
|
|
|
|
hast-util-from-parse5@8.0.3:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
'@types/unist': 3.0.3
|
|
devlop: 1.1.0
|
|
hastscript: 9.0.1
|
|
property-information: 7.1.0
|
|
vfile: 6.0.3
|
|
vfile-location: 5.0.3
|
|
web-namespaces: 2.0.1
|
|
|
|
hast-util-parse-selector@4.0.0:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
|
|
hast-util-raw@9.1.0:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
'@types/unist': 3.0.3
|
|
'@ungap/structured-clone': 1.3.0
|
|
hast-util-from-parse5: 8.0.3
|
|
hast-util-to-parse5: 8.0.1
|
|
html-void-elements: 3.0.0
|
|
mdast-util-to-hast: 13.2.1
|
|
parse5: 7.3.0
|
|
unist-util-position: 5.0.0
|
|
unist-util-visit: 5.1.0
|
|
vfile: 6.0.3
|
|
web-namespaces: 2.0.1
|
|
zwitch: 2.0.4
|
|
|
|
hast-util-sanitize@5.0.2:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
'@ungap/structured-clone': 1.3.0
|
|
unist-util-position: 5.0.0
|
|
|
|
hast-util-to-jsx-runtime@2.3.6:
|
|
dependencies:
|
|
'@types/estree': 1.0.8
|
|
'@types/hast': 3.0.4
|
|
'@types/unist': 3.0.3
|
|
comma-separated-tokens: 2.0.3
|
|
devlop: 1.1.0
|
|
estree-util-is-identifier-name: 3.0.0
|
|
hast-util-whitespace: 3.0.0
|
|
mdast-util-mdx-expression: 2.0.1
|
|
mdast-util-mdx-jsx: 3.2.0
|
|
mdast-util-mdxjs-esm: 2.0.1
|
|
property-information: 7.1.0
|
|
space-separated-tokens: 2.0.2
|
|
style-to-js: 1.1.21
|
|
unist-util-position: 5.0.0
|
|
vfile-message: 4.0.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
hast-util-to-parse5@8.0.1:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
comma-separated-tokens: 2.0.3
|
|
devlop: 1.1.0
|
|
property-information: 7.1.0
|
|
space-separated-tokens: 2.0.2
|
|
web-namespaces: 2.0.1
|
|
zwitch: 2.0.4
|
|
|
|
hast-util-whitespace@3.0.0:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
|
|
hastscript@9.0.1:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
comma-separated-tokens: 2.0.3
|
|
hast-util-parse-selector: 4.0.0
|
|
property-information: 7.1.0
|
|
space-separated-tokens: 2.0.2
|
|
|
|
homedir-polyfill@1.0.3:
|
|
dependencies:
|
|
parse-passwd: 1.0.0
|
|
|
|
hono-openapi@1.3.0(@hono/standard-validator@0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.12))(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-community/standard-openapi@0.2.9(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-schema/spec@1.1.0)(openapi-types@12.1.3)(zod@4.3.6))(@types/json-schema@7.0.15)(hono@4.12.12)(openapi-types@12.1.3):
|
|
dependencies:
|
|
'@standard-community/standard-json': 0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6)
|
|
'@standard-community/standard-openapi': 0.2.9(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-schema/spec@1.1.0)(openapi-types@12.1.3)(zod@4.3.6)
|
|
'@types/json-schema': 7.0.15
|
|
openapi-types: 12.1.3
|
|
optionalDependencies:
|
|
'@hono/standard-validator': 0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.12)
|
|
hono: 4.12.12
|
|
|
|
hono-openapi@1.3.0(@hono/standard-validator@0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.8))(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-community/standard-openapi@0.2.9(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-schema/spec@1.1.0)(openapi-types@12.1.3)(zod@4.3.6))(@types/json-schema@7.0.15)(hono@4.12.8)(openapi-types@12.1.3):
|
|
dependencies:
|
|
'@standard-community/standard-json': 0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6)
|
|
'@standard-community/standard-openapi': 0.2.9(@standard-community/standard-json@0.3.5(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(quansync@0.2.11)(zod@4.3.6))(@standard-schema/spec@1.1.0)(openapi-types@12.1.3)(zod@4.3.6)
|
|
'@types/json-schema': 7.0.15
|
|
openapi-types: 12.1.3
|
|
optionalDependencies:
|
|
'@hono/standard-validator': 0.2.2(@standard-schema/spec@1.1.0)(hono@4.12.8)
|
|
hono: 4.12.8
|
|
|
|
hono@4.12.12: {}
|
|
|
|
hono@4.12.8: {}
|
|
|
|
hosted-git-info@4.1.0:
|
|
dependencies:
|
|
lru-cache: 6.0.0
|
|
|
|
html-entities@2.3.3: {}
|
|
|
|
html-url-attributes@3.0.1: {}
|
|
|
|
html-void-elements@3.0.0: {}
|
|
|
|
http-cache-semantics@4.2.0: {}
|
|
|
|
http-proxy-agent@5.0.0:
|
|
dependencies:
|
|
'@tootallnate/once': 2.0.0
|
|
agent-base: 6.0.2
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
http-proxy-agent@7.0.2:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
http2-wrapper@1.0.3:
|
|
dependencies:
|
|
quick-lru: 5.1.1
|
|
resolve-alpn: 1.2.1
|
|
|
|
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
|
|
|
|
humanize-ms@1.2.1:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
iconv-corefoundation@1.1.7:
|
|
dependencies:
|
|
cli-truncate: 2.1.0
|
|
node-addon-api: 1.7.2
|
|
optional: true
|
|
|
|
iconv-lite@0.6.3:
|
|
dependencies:
|
|
safer-buffer: 2.1.2
|
|
|
|
iconv-lite@0.7.2:
|
|
dependencies:
|
|
safer-buffer: 2.1.2
|
|
|
|
ieee754@1.2.1: {}
|
|
|
|
image-q@4.0.0:
|
|
dependencies:
|
|
'@types/node': 16.9.1
|
|
|
|
import-in-the-middle@2.0.6:
|
|
dependencies:
|
|
acorn: 8.16.0
|
|
acorn-import-attributes: 1.9.5(acorn@8.16.0)
|
|
cjs-module-lexer: 2.2.0
|
|
module-details-from-path: 1.0.4
|
|
|
|
imurmurhash@0.1.4: {}
|
|
|
|
indent-string@4.0.0: {}
|
|
|
|
infer-owner@1.0.4: {}
|
|
|
|
inflight@1.0.6:
|
|
dependencies:
|
|
once: 1.4.0
|
|
wrappy: 1.0.2
|
|
|
|
inherits@2.0.4: {}
|
|
|
|
inline-style-parser@0.2.7: {}
|
|
|
|
internmap@1.0.1: {}
|
|
|
|
internmap@2.0.3: {}
|
|
|
|
ip-address@10.1.0: {}
|
|
|
|
is-alphabetical@2.0.1: {}
|
|
|
|
is-alphanumerical@2.0.1:
|
|
dependencies:
|
|
is-alphabetical: 2.0.1
|
|
is-decimal: 2.0.1
|
|
|
|
is-binary-path@2.1.0:
|
|
dependencies:
|
|
binary-extensions: 2.3.0
|
|
|
|
is-buffer@2.0.5: {}
|
|
|
|
is-ci@3.0.1:
|
|
dependencies:
|
|
ci-info: 3.9.0
|
|
|
|
is-core-module@2.16.1:
|
|
dependencies:
|
|
hasown: 2.0.2
|
|
|
|
is-decimal@2.0.1: {}
|
|
|
|
is-docker@3.0.0: {}
|
|
|
|
is-electron@2.2.2: {}
|
|
|
|
is-extglob@2.1.1: {}
|
|
|
|
is-fullwidth-code-point@3.0.0: {}
|
|
|
|
is-glob@4.0.3:
|
|
dependencies:
|
|
is-extglob: 2.1.1
|
|
|
|
is-hexadecimal@2.0.1: {}
|
|
|
|
is-in-ssh@1.0.0: {}
|
|
|
|
is-inside-container@1.0.0:
|
|
dependencies:
|
|
is-docker: 3.0.0
|
|
|
|
is-interactive@1.0.0: {}
|
|
|
|
is-lambda@1.0.1: {}
|
|
|
|
is-node-process@1.2.0: {}
|
|
|
|
is-number@7.0.0: {}
|
|
|
|
is-plain-obj@4.1.0: {}
|
|
|
|
is-property@1.0.2: {}
|
|
|
|
is-stream@2.0.1: {}
|
|
|
|
is-unicode-supported@0.1.0: {}
|
|
|
|
is-what@4.1.16: {}
|
|
|
|
is-wsl@3.1.1:
|
|
dependencies:
|
|
is-inside-container: 1.0.0
|
|
|
|
isarray@1.0.0: {}
|
|
|
|
isbinaryfile@4.0.10: {}
|
|
|
|
isbinaryfile@5.0.7: {}
|
|
|
|
isexe@2.0.0: {}
|
|
|
|
isomorphic-ws@5.0.0(ws@8.19.0):
|
|
dependencies:
|
|
ws: 8.19.0
|
|
|
|
isomorphic.js@0.2.5: {}
|
|
|
|
jackspeak@3.4.3:
|
|
dependencies:
|
|
'@isaacs/cliui': 8.0.2
|
|
optionalDependencies:
|
|
'@pkgjs/parseargs': 0.11.0
|
|
|
|
jake@10.9.4:
|
|
dependencies:
|
|
async: 3.2.6
|
|
filelist: 1.0.6
|
|
picocolors: 1.1.1
|
|
|
|
jimp@1.6.0:
|
|
dependencies:
|
|
'@jimp/core': 1.6.0
|
|
'@jimp/diff': 1.6.0
|
|
'@jimp/js-bmp': 1.6.0
|
|
'@jimp/js-gif': 1.6.0
|
|
'@jimp/js-jpeg': 1.6.0
|
|
'@jimp/js-png': 1.6.0
|
|
'@jimp/js-tiff': 1.6.0
|
|
'@jimp/plugin-blit': 1.6.0
|
|
'@jimp/plugin-blur': 1.6.0
|
|
'@jimp/plugin-circle': 1.6.0
|
|
'@jimp/plugin-color': 1.6.0
|
|
'@jimp/plugin-contain': 1.6.0
|
|
'@jimp/plugin-cover': 1.6.0
|
|
'@jimp/plugin-crop': 1.6.0
|
|
'@jimp/plugin-displace': 1.6.0
|
|
'@jimp/plugin-dither': 1.6.0
|
|
'@jimp/plugin-fisheye': 1.6.0
|
|
'@jimp/plugin-flip': 1.6.0
|
|
'@jimp/plugin-hash': 1.6.0
|
|
'@jimp/plugin-mask': 1.6.0
|
|
'@jimp/plugin-print': 1.6.0
|
|
'@jimp/plugin-quantize': 1.6.0
|
|
'@jimp/plugin-resize': 1.6.0
|
|
'@jimp/plugin-rotate': 1.6.0
|
|
'@jimp/plugin-threshold': 1.6.0
|
|
'@jimp/types': 1.6.0
|
|
'@jimp/utils': 1.6.0
|
|
|
|
jiti@1.21.7: {}
|
|
|
|
jiti@2.6.1: {}
|
|
|
|
jose@6.1.3: {}
|
|
|
|
joycon@3.1.1: {}
|
|
|
|
jpeg-js@0.4.4: {}
|
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
js-yaml@4.1.1:
|
|
dependencies:
|
|
argparse: 2.0.1
|
|
|
|
jsesc@3.1.0: {}
|
|
|
|
json-buffer@3.0.1: {}
|
|
|
|
json-schema-traverse@0.4.1: {}
|
|
|
|
json-schema@0.4.0: {}
|
|
|
|
json-stringify-safe@5.0.1:
|
|
optional: true
|
|
|
|
json5@2.2.3: {}
|
|
|
|
jsonc-parser@3.3.1: {}
|
|
|
|
jsonfile@4.0.0:
|
|
optionalDependencies:
|
|
graceful-fs: 4.2.11
|
|
|
|
jsonfile@6.2.1:
|
|
dependencies:
|
|
universalify: 2.0.1
|
|
optionalDependencies:
|
|
graceful-fs: 4.2.11
|
|
|
|
katex@0.16.45:
|
|
dependencies:
|
|
commander: 8.3.0
|
|
|
|
keyv@4.5.4:
|
|
dependencies:
|
|
json-buffer: 3.0.1
|
|
|
|
khroma@2.1.0: {}
|
|
|
|
kysely@0.28.15: {}
|
|
|
|
langium@4.2.1:
|
|
dependencies:
|
|
chevrotain: 11.1.2
|
|
chevrotain-allstar: 0.3.1(chevrotain@11.1.2)
|
|
vscode-languageserver: 9.0.1
|
|
vscode-languageserver-textdocument: 1.0.12
|
|
vscode-uri: 3.1.0
|
|
|
|
layout-base@1.0.2: {}
|
|
|
|
layout-base@2.0.1: {}
|
|
|
|
lazy-val@1.0.5: {}
|
|
|
|
lazystream@1.0.1:
|
|
dependencies:
|
|
readable-stream: 2.3.8
|
|
|
|
lexical@0.35.0: {}
|
|
|
|
lib0@0.2.117:
|
|
dependencies:
|
|
isomorphic.js: 0.2.5
|
|
|
|
lightningcss-android-arm64@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-darwin-arm64@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-darwin-x64@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-freebsd-x64@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-gnu@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-musl@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-gnu@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-musl@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-win32-arm64-msvc@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss-win32-x64-msvc@1.30.2:
|
|
optional: true
|
|
|
|
lightningcss@1.30.2:
|
|
dependencies:
|
|
detect-libc: 2.1.2
|
|
optionalDependencies:
|
|
lightningcss-android-arm64: 1.30.2
|
|
lightningcss-darwin-arm64: 1.30.2
|
|
lightningcss-darwin-x64: 1.30.2
|
|
lightningcss-freebsd-x64: 1.30.2
|
|
lightningcss-linux-arm-gnueabihf: 1.30.2
|
|
lightningcss-linux-arm64-gnu: 1.30.2
|
|
lightningcss-linux-arm64-musl: 1.30.2
|
|
lightningcss-linux-x64-gnu: 1.30.2
|
|
lightningcss-linux-x64-musl: 1.30.2
|
|
lightningcss-win32-arm64-msvc: 1.30.2
|
|
lightningcss-win32-x64-msvc: 1.30.2
|
|
|
|
lilconfig@2.1.0: {}
|
|
|
|
lilconfig@3.1.3: {}
|
|
|
|
lines-and-columns@1.2.4: {}
|
|
|
|
load-tsconfig@0.2.5: {}
|
|
|
|
locate-path@3.0.0:
|
|
dependencies:
|
|
p-locate: 3.0.0
|
|
path-exists: 3.0.0
|
|
|
|
lodash-es@4.17.23: {}
|
|
|
|
lodash-es@4.18.1: {}
|
|
|
|
lodash.camelcase@4.3.0: {}
|
|
|
|
lodash.defaults@4.2.0: {}
|
|
|
|
lodash.difference@4.5.0: {}
|
|
|
|
lodash.escaperegexp@4.1.2: {}
|
|
|
|
lodash.flatten@4.4.0: {}
|
|
|
|
lodash.isequal@4.5.0: {}
|
|
|
|
lodash.isplainobject@4.0.6: {}
|
|
|
|
lodash.union@4.6.0: {}
|
|
|
|
lodash@4.18.1: {}
|
|
|
|
log-symbols@4.1.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
is-unicode-supported: 0.1.0
|
|
|
|
long@5.3.2: {}
|
|
|
|
longest-streak@3.1.0: {}
|
|
|
|
loose-envify@1.4.0:
|
|
dependencies:
|
|
js-tokens: 4.0.0
|
|
|
|
lowercase-keys@2.0.0: {}
|
|
|
|
lru-cache@10.4.3: {}
|
|
|
|
lru-cache@5.1.1:
|
|
dependencies:
|
|
yallist: 3.1.1
|
|
|
|
lru-cache@6.0.0:
|
|
dependencies:
|
|
yallist: 4.0.0
|
|
|
|
lru-cache@7.18.3: {}
|
|
|
|
lru.min@1.1.4: {}
|
|
|
|
lucide-react@0.577.0(react@18.2.0):
|
|
dependencies:
|
|
react: 18.2.0
|
|
|
|
lucide-react@0.577.0(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
|
|
lucide-solid@0.562.0(solid-js@1.9.9):
|
|
dependencies:
|
|
solid-js: 1.9.9
|
|
|
|
luxon@3.7.2: {}
|
|
|
|
magic-string@0.30.21:
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
make-fetch-happen@10.2.1:
|
|
dependencies:
|
|
agentkeepalive: 4.6.0
|
|
cacache: 16.1.3
|
|
http-cache-semantics: 4.2.0
|
|
http-proxy-agent: 5.0.0
|
|
https-proxy-agent: 5.0.1
|
|
is-lambda: 1.0.1
|
|
lru-cache: 7.18.3
|
|
minipass: 3.3.6
|
|
minipass-collect: 1.0.2
|
|
minipass-fetch: 2.1.2
|
|
minipass-flush: 1.0.7
|
|
minipass-pipeline: 1.2.4
|
|
negotiator: 0.6.4
|
|
promise-retry: 2.0.1
|
|
socks-proxy-agent: 7.0.0
|
|
ssri: 9.0.1
|
|
transitivePeerDependencies:
|
|
- bluebird
|
|
- supports-color
|
|
|
|
markdown-table@3.0.4: {}
|
|
|
|
marked@16.4.2: {}
|
|
|
|
marked@17.0.1: {}
|
|
|
|
matcher@3.0.0:
|
|
dependencies:
|
|
escape-string-regexp: 4.0.0
|
|
optional: true
|
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
mdast-util-find-and-replace@3.0.2:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
escape-string-regexp: 5.0.0
|
|
unist-util-is: 6.0.1
|
|
unist-util-visit-parents: 6.0.2
|
|
|
|
mdast-util-from-markdown@2.0.3:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
'@types/unist': 3.0.3
|
|
decode-named-character-reference: 1.3.0
|
|
devlop: 1.1.0
|
|
mdast-util-to-string: 4.0.0
|
|
micromark: 4.0.2
|
|
micromark-util-decode-numeric-character-reference: 2.0.2
|
|
micromark-util-decode-string: 2.0.1
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
unist-util-stringify-position: 4.0.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-gfm-autolink-literal@2.0.1:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
ccount: 2.0.1
|
|
devlop: 1.1.0
|
|
mdast-util-find-and-replace: 3.0.2
|
|
micromark-util-character: 2.1.1
|
|
|
|
mdast-util-gfm-footnote@2.1.0:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
devlop: 1.1.0
|
|
mdast-util-from-markdown: 2.0.3
|
|
mdast-util-to-markdown: 2.1.2
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-gfm-strikethrough@2.0.0:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
mdast-util-from-markdown: 2.0.3
|
|
mdast-util-to-markdown: 2.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-gfm-table@2.0.0:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
devlop: 1.1.0
|
|
markdown-table: 3.0.4
|
|
mdast-util-from-markdown: 2.0.3
|
|
mdast-util-to-markdown: 2.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-gfm-task-list-item@2.0.0:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
devlop: 1.1.0
|
|
mdast-util-from-markdown: 2.0.3
|
|
mdast-util-to-markdown: 2.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-gfm@3.1.0:
|
|
dependencies:
|
|
mdast-util-from-markdown: 2.0.3
|
|
mdast-util-gfm-autolink-literal: 2.0.1
|
|
mdast-util-gfm-footnote: 2.1.0
|
|
mdast-util-gfm-strikethrough: 2.0.0
|
|
mdast-util-gfm-table: 2.0.0
|
|
mdast-util-gfm-task-list-item: 2.0.0
|
|
mdast-util-to-markdown: 2.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-mdx-expression@2.0.1:
|
|
dependencies:
|
|
'@types/estree-jsx': 1.0.5
|
|
'@types/hast': 3.0.4
|
|
'@types/mdast': 4.0.4
|
|
devlop: 1.1.0
|
|
mdast-util-from-markdown: 2.0.3
|
|
mdast-util-to-markdown: 2.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-mdx-jsx@3.2.0:
|
|
dependencies:
|
|
'@types/estree-jsx': 1.0.5
|
|
'@types/hast': 3.0.4
|
|
'@types/mdast': 4.0.4
|
|
'@types/unist': 3.0.3
|
|
ccount: 2.0.1
|
|
devlop: 1.1.0
|
|
mdast-util-from-markdown: 2.0.3
|
|
mdast-util-to-markdown: 2.1.2
|
|
parse-entities: 4.0.2
|
|
stringify-entities: 4.0.4
|
|
unist-util-stringify-position: 4.0.0
|
|
vfile-message: 4.0.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-mdxjs-esm@2.0.1:
|
|
dependencies:
|
|
'@types/estree-jsx': 1.0.5
|
|
'@types/hast': 3.0.4
|
|
'@types/mdast': 4.0.4
|
|
devlop: 1.1.0
|
|
mdast-util-from-markdown: 2.0.3
|
|
mdast-util-to-markdown: 2.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
mdast-util-phrasing@4.1.0:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
unist-util-is: 6.0.1
|
|
|
|
mdast-util-to-hast@13.2.1:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
'@types/mdast': 4.0.4
|
|
'@ungap/structured-clone': 1.3.0
|
|
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
|
|
|
|
mdast-util-to-markdown@2.1.2:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
'@types/unist': 3.0.3
|
|
longest-streak: 3.1.0
|
|
mdast-util-phrasing: 4.1.0
|
|
mdast-util-to-string: 4.0.0
|
|
micromark-util-classify-character: 2.0.1
|
|
micromark-util-decode-string: 2.0.1
|
|
unist-util-visit: 5.1.0
|
|
zwitch: 2.0.4
|
|
|
|
mdast-util-to-string@4.0.0:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
|
|
merge-anything@5.1.7:
|
|
dependencies:
|
|
is-what: 4.1.16
|
|
|
|
merge2@1.4.1: {}
|
|
|
|
mermaid@11.14.0:
|
|
dependencies:
|
|
'@braintree/sanitize-url': 7.1.2
|
|
'@iconify/utils': 3.1.0
|
|
'@mermaid-js/parser': 1.1.0
|
|
'@types/d3': 7.4.3
|
|
'@upsetjs/venn.js': 2.0.0
|
|
cytoscape: 3.33.1
|
|
cytoscape-cose-bilkent: 4.1.0(cytoscape@3.33.1)
|
|
cytoscape-fcose: 2.2.0(cytoscape@3.33.1)
|
|
d3: 7.9.0
|
|
d3-sankey: 0.12.3
|
|
dagre-d3-es: 7.0.14
|
|
dayjs: 1.11.20
|
|
dompurify: 3.3.3
|
|
katex: 0.16.45
|
|
khroma: 2.1.0
|
|
lodash-es: 4.18.1
|
|
marked: 16.4.2
|
|
roughjs: 4.6.6
|
|
stylis: 4.3.6
|
|
ts-dedent: 2.2.0
|
|
uuid: 11.1.0
|
|
|
|
micromark-core-commonmark@2.0.3:
|
|
dependencies:
|
|
decode-named-character-reference: 1.3.0
|
|
devlop: 1.1.0
|
|
micromark-factory-destination: 2.0.1
|
|
micromark-factory-label: 2.0.1
|
|
micromark-factory-space: 2.0.1
|
|
micromark-factory-title: 2.0.1
|
|
micromark-factory-whitespace: 2.0.1
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-chunked: 2.0.1
|
|
micromark-util-classify-character: 2.0.1
|
|
micromark-util-html-tag-name: 2.0.1
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
micromark-util-resolve-all: 2.0.1
|
|
micromark-util-subtokenize: 2.1.0
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-extension-gfm-autolink-literal@2.1.0:
|
|
dependencies:
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-sanitize-uri: 2.0.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-extension-gfm-footnote@2.1.0:
|
|
dependencies:
|
|
devlop: 1.1.0
|
|
micromark-core-commonmark: 2.0.3
|
|
micromark-factory-space: 2.0.1
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
micromark-util-sanitize-uri: 2.0.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-extension-gfm-strikethrough@2.1.0:
|
|
dependencies:
|
|
devlop: 1.1.0
|
|
micromark-util-chunked: 2.0.1
|
|
micromark-util-classify-character: 2.0.1
|
|
micromark-util-resolve-all: 2.0.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-extension-gfm-table@2.1.1:
|
|
dependencies:
|
|
devlop: 1.1.0
|
|
micromark-factory-space: 2.0.1
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-extension-gfm-tagfilter@2.0.0:
|
|
dependencies:
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-extension-gfm-task-list-item@2.1.0:
|
|
dependencies:
|
|
devlop: 1.1.0
|
|
micromark-factory-space: 2.0.1
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-extension-gfm@3.0.0:
|
|
dependencies:
|
|
micromark-extension-gfm-autolink-literal: 2.1.0
|
|
micromark-extension-gfm-footnote: 2.1.0
|
|
micromark-extension-gfm-strikethrough: 2.1.0
|
|
micromark-extension-gfm-table: 2.1.1
|
|
micromark-extension-gfm-tagfilter: 2.0.0
|
|
micromark-extension-gfm-task-list-item: 2.1.0
|
|
micromark-util-combine-extensions: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-factory-destination@2.0.1:
|
|
dependencies:
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-factory-label@2.0.1:
|
|
dependencies:
|
|
devlop: 1.1.0
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-factory-space@2.0.1:
|
|
dependencies:
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-factory-title@2.0.1:
|
|
dependencies:
|
|
micromark-factory-space: 2.0.1
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-factory-whitespace@2.0.1:
|
|
dependencies:
|
|
micromark-factory-space: 2.0.1
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-util-character@2.1.1:
|
|
dependencies:
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-util-chunked@2.0.1:
|
|
dependencies:
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
micromark-util-classify-character@2.0.1:
|
|
dependencies:
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-util-combine-extensions@2.0.1:
|
|
dependencies:
|
|
micromark-util-chunked: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-util-decode-numeric-character-reference@2.0.2:
|
|
dependencies:
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
micromark-util-decode-string@2.0.1:
|
|
dependencies:
|
|
decode-named-character-reference: 1.3.0
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-decode-numeric-character-reference: 2.0.2
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
micromark-util-encode@2.0.1: {}
|
|
|
|
micromark-util-html-tag-name@2.0.1: {}
|
|
|
|
micromark-util-normalize-identifier@2.0.1:
|
|
dependencies:
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
micromark-util-resolve-all@2.0.1:
|
|
dependencies:
|
|
micromark-util-types: 2.0.2
|
|
|
|
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-subtokenize@2.1.0:
|
|
dependencies:
|
|
devlop: 1.1.0
|
|
micromark-util-chunked: 2.0.1
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
|
|
micromark-util-symbol@2.0.1: {}
|
|
|
|
micromark-util-types@2.0.2: {}
|
|
|
|
micromark@4.0.2:
|
|
dependencies:
|
|
'@types/debug': 4.1.13
|
|
debug: 4.4.3
|
|
decode-named-character-reference: 1.3.0
|
|
devlop: 1.1.0
|
|
micromark-core-commonmark: 2.0.3
|
|
micromark-factory-space: 2.0.1
|
|
micromark-util-character: 2.1.1
|
|
micromark-util-chunked: 2.0.1
|
|
micromark-util-combine-extensions: 2.0.1
|
|
micromark-util-decode-numeric-character-reference: 2.0.2
|
|
micromark-util-encode: 2.0.1
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
micromark-util-resolve-all: 2.0.1
|
|
micromark-util-sanitize-uri: 2.0.1
|
|
micromark-util-subtokenize: 2.1.0
|
|
micromark-util-symbol: 2.0.1
|
|
micromark-util-types: 2.0.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
micromatch@4.0.8:
|
|
dependencies:
|
|
braces: 3.0.3
|
|
picomatch: 2.3.1
|
|
|
|
mime-db@1.52.0: {}
|
|
|
|
mime-types@2.1.35:
|
|
dependencies:
|
|
mime-db: 1.52.0
|
|
|
|
mime@2.6.0: {}
|
|
|
|
mime@3.0.0: {}
|
|
|
|
mimic-fn@2.1.0: {}
|
|
|
|
mimic-response@1.0.1: {}
|
|
|
|
mimic-response@3.1.0: {}
|
|
|
|
minimatch@10.1.1:
|
|
dependencies:
|
|
'@isaacs/brace-expansion': 5.0.0
|
|
|
|
minimatch@3.1.5:
|
|
dependencies:
|
|
brace-expansion: 1.1.14
|
|
|
|
minimatch@5.1.9:
|
|
dependencies:
|
|
brace-expansion: 2.0.2
|
|
|
|
minimatch@8.0.4:
|
|
dependencies:
|
|
brace-expansion: 2.0.2
|
|
|
|
minimatch@9.0.9:
|
|
dependencies:
|
|
brace-expansion: 2.0.2
|
|
|
|
minimist@1.2.8: {}
|
|
|
|
minipass-collect@1.0.2:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
|
|
minipass-fetch@2.1.2:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
minipass-sized: 1.0.3
|
|
minizlib: 2.1.2
|
|
optionalDependencies:
|
|
encoding: 0.1.13
|
|
|
|
minipass-flush@1.0.7:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
|
|
minipass-pipeline@1.2.4:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
|
|
minipass-sized@1.0.3:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
|
|
minipass@3.3.6:
|
|
dependencies:
|
|
yallist: 4.0.0
|
|
|
|
minipass@4.2.8: {}
|
|
|
|
minipass@5.0.0: {}
|
|
|
|
minipass@7.1.2: {}
|
|
|
|
minizlib@2.1.2:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
yallist: 4.0.0
|
|
|
|
minizlib@3.1.0:
|
|
dependencies:
|
|
minipass: 7.1.2
|
|
|
|
mkdirp@1.0.4: {}
|
|
|
|
mlly@1.8.2:
|
|
dependencies:
|
|
acorn: 8.16.0
|
|
pathe: 2.0.3
|
|
pkg-types: 1.3.1
|
|
ufo: 1.6.3
|
|
|
|
module-details-from-path@1.0.4: {}
|
|
|
|
motion-dom@12.35.1:
|
|
dependencies:
|
|
motion-utils: 12.29.2
|
|
|
|
motion-utils@12.29.2: {}
|
|
|
|
ms@2.1.3: {}
|
|
|
|
mysql2@3.17.4:
|
|
dependencies:
|
|
aws-ssl-profiles: 1.1.2
|
|
denque: 2.1.0
|
|
generate-function: 2.3.1
|
|
iconv-lite: 0.7.2
|
|
long: 5.3.2
|
|
lru.min: 1.1.4
|
|
named-placeholders: 1.1.6
|
|
sql-escaper: 1.3.3
|
|
|
|
mz@2.7.0:
|
|
dependencies:
|
|
any-promise: 1.3.0
|
|
object-assign: 4.1.1
|
|
thenify-all: 1.6.0
|
|
|
|
named-placeholders@1.1.6:
|
|
dependencies:
|
|
lru.min: 1.1.4
|
|
|
|
nanoid@3.3.11: {}
|
|
|
|
nanostores@1.2.0: {}
|
|
|
|
negotiator@0.6.4: {}
|
|
|
|
next@14.2.35(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
|
|
dependencies:
|
|
'@next/env': 14.2.35
|
|
'@swc/helpers': 0.5.5
|
|
busboy: 1.6.0
|
|
caniuse-lite: 1.0.30001764
|
|
graceful-fs: 4.2.11
|
|
postcss: 8.4.31
|
|
react: 18.2.0
|
|
react-dom: 18.2.0(react@18.2.0)
|
|
styled-jsx: 5.1.1(react@18.2.0)
|
|
optionalDependencies:
|
|
'@next/swc-darwin-arm64': 14.2.33
|
|
'@next/swc-darwin-x64': 14.2.33
|
|
'@next/swc-linux-arm64-gnu': 14.2.33
|
|
'@next/swc-linux-arm64-musl': 14.2.33
|
|
'@next/swc-linux-x64-gnu': 14.2.33
|
|
'@next/swc-linux-x64-musl': 14.2.33
|
|
'@next/swc-win32-arm64-msvc': 14.2.33
|
|
'@next/swc-win32-ia32-msvc': 14.2.33
|
|
'@next/swc-win32-x64-msvc': 14.2.33
|
|
'@opentelemetry/api': 1.9.0
|
|
'@playwright/test': 1.58.2
|
|
transitivePeerDependencies:
|
|
- '@babel/core'
|
|
- babel-plugin-macros
|
|
|
|
next@16.1.6(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
dependencies:
|
|
'@next/env': 16.1.6
|
|
'@swc/helpers': 0.5.15
|
|
baseline-browser-mapping: 2.9.14
|
|
caniuse-lite: 1.0.30001764
|
|
postcss: 8.4.31
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
styled-jsx: 5.1.6(react@19.2.4)
|
|
optionalDependencies:
|
|
'@next/swc-darwin-arm64': 16.1.6
|
|
'@next/swc-darwin-x64': 16.1.6
|
|
'@next/swc-linux-arm64-gnu': 16.1.6
|
|
'@next/swc-linux-arm64-musl': 16.1.6
|
|
'@next/swc-linux-x64-gnu': 16.1.6
|
|
'@next/swc-linux-x64-musl': 16.1.6
|
|
'@next/swc-win32-arm64-msvc': 16.1.6
|
|
'@next/swc-win32-x64-msvc': 16.1.6
|
|
'@opentelemetry/api': 1.9.0
|
|
'@playwright/test': 1.58.2
|
|
sharp: 0.34.5
|
|
transitivePeerDependencies:
|
|
- '@babel/core'
|
|
- babel-plugin-macros
|
|
|
|
next@16.2.1(@opentelemetry/api@1.9.0)(@playwright/test@1.58.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
dependencies:
|
|
'@next/env': 16.2.1
|
|
'@swc/helpers': 0.5.15
|
|
baseline-browser-mapping: 2.10.11
|
|
caniuse-lite: 1.0.30001764
|
|
postcss: 8.4.31
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
styled-jsx: 5.1.6(react@19.2.4)
|
|
optionalDependencies:
|
|
'@next/swc-darwin-arm64': 16.2.1
|
|
'@next/swc-darwin-x64': 16.2.1
|
|
'@next/swc-linux-arm64-gnu': 16.2.1
|
|
'@next/swc-linux-arm64-musl': 16.2.1
|
|
'@next/swc-linux-x64-gnu': 16.2.1
|
|
'@next/swc-linux-x64-musl': 16.2.1
|
|
'@next/swc-win32-arm64-msvc': 16.2.1
|
|
'@next/swc-win32-x64-msvc': 16.2.1
|
|
'@opentelemetry/api': 1.9.0
|
|
'@playwright/test': 1.58.2
|
|
sharp: 0.34.5
|
|
transitivePeerDependencies:
|
|
- '@babel/core'
|
|
- babel-plugin-macros
|
|
|
|
node-abi@3.89.0:
|
|
dependencies:
|
|
semver: 7.7.4
|
|
|
|
node-addon-api@1.7.2:
|
|
optional: true
|
|
|
|
node-api-version@0.2.1:
|
|
dependencies:
|
|
semver: 7.7.4
|
|
|
|
node-fetch-native@1.6.7: {}
|
|
|
|
node-fetch@2.7.0(encoding@0.1.13):
|
|
dependencies:
|
|
whatwg-url: 5.0.0
|
|
optionalDependencies:
|
|
encoding: 0.1.13
|
|
|
|
node-gyp@9.4.1:
|
|
dependencies:
|
|
env-paths: 2.2.1
|
|
exponential-backoff: 3.1.3
|
|
glob: 7.2.3
|
|
graceful-fs: 4.2.11
|
|
make-fetch-happen: 10.2.1
|
|
nopt: 6.0.0
|
|
npmlog: 6.0.2
|
|
rimraf: 3.0.2
|
|
semver: 7.7.4
|
|
tar: 6.2.1
|
|
which: 2.0.2
|
|
transitivePeerDependencies:
|
|
- bluebird
|
|
- supports-color
|
|
|
|
node-releases@2.0.27: {}
|
|
|
|
nopt@6.0.0:
|
|
dependencies:
|
|
abbrev: 1.1.1
|
|
|
|
normalize-path@3.0.0: {}
|
|
|
|
normalize-range@0.1.2: {}
|
|
|
|
normalize-url@6.1.0: {}
|
|
|
|
npmlog@6.0.2:
|
|
dependencies:
|
|
are-we-there-yet: 3.0.1
|
|
console-control-strings: 1.1.0
|
|
gauge: 4.0.4
|
|
set-blocking: 2.0.0
|
|
|
|
nypm@0.6.5:
|
|
dependencies:
|
|
citty: 0.2.2
|
|
pathe: 2.0.3
|
|
tinyexec: 1.0.4
|
|
|
|
object-assign@4.1.1: {}
|
|
|
|
object-hash@3.0.0: {}
|
|
|
|
object-keys@1.1.1:
|
|
optional: true
|
|
|
|
ohash@2.0.11: {}
|
|
|
|
omggif@1.0.10: {}
|
|
|
|
on-exit-leak-free@2.1.2: {}
|
|
|
|
once@1.4.0:
|
|
dependencies:
|
|
wrappy: 1.0.2
|
|
|
|
onetime@5.1.2:
|
|
dependencies:
|
|
mimic-fn: 2.1.0
|
|
|
|
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
|
|
|
|
openapi-types@12.1.3: {}
|
|
|
|
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
|
|
|
|
p-cancelable@2.1.1: {}
|
|
|
|
p-finally@1.0.0: {}
|
|
|
|
p-limit@2.3.0:
|
|
dependencies:
|
|
p-try: 2.2.0
|
|
|
|
p-limit@3.1.0:
|
|
dependencies:
|
|
yocto-queue: 0.1.0
|
|
|
|
p-locate@3.0.0:
|
|
dependencies:
|
|
p-limit: 2.3.0
|
|
|
|
p-map@4.0.0:
|
|
dependencies:
|
|
aggregate-error: 3.1.0
|
|
|
|
p-queue@6.6.2:
|
|
dependencies:
|
|
eventemitter3: 4.0.7
|
|
p-timeout: 3.2.0
|
|
|
|
p-retry@4.6.2:
|
|
dependencies:
|
|
'@types/retry': 0.12.0
|
|
retry: 0.13.1
|
|
|
|
p-timeout@3.2.0:
|
|
dependencies:
|
|
p-finally: 1.0.0
|
|
|
|
p-try@2.2.0: {}
|
|
|
|
package-json-from-dist@1.0.1: {}
|
|
|
|
package-manager-detector@1.6.0: {}
|
|
|
|
pako@1.0.11: {}
|
|
|
|
parse-bmfont-ascii@1.0.6: {}
|
|
|
|
parse-bmfont-binary@1.0.6: {}
|
|
|
|
parse-bmfont-xml@1.1.6:
|
|
dependencies:
|
|
xml-parse-from-string: 1.0.1
|
|
xml2js: 0.5.0
|
|
|
|
parse-entities@4.0.2:
|
|
dependencies:
|
|
'@types/unist': 2.0.11
|
|
character-entities-legacy: 3.0.0
|
|
character-reference-invalid: 2.0.1
|
|
decode-named-character-reference: 1.3.0
|
|
is-alphanumerical: 2.0.1
|
|
is-decimal: 2.0.1
|
|
is-hexadecimal: 2.0.1
|
|
|
|
parse-passwd@1.0.0: {}
|
|
|
|
parse5@7.3.0:
|
|
dependencies:
|
|
entities: 6.0.1
|
|
|
|
path-data-parser@0.1.0: {}
|
|
|
|
path-exists@3.0.0: {}
|
|
|
|
path-expression-matcher@1.1.3: {}
|
|
|
|
path-is-absolute@1.0.1: {}
|
|
|
|
path-key@3.1.1: {}
|
|
|
|
path-parse@1.0.7: {}
|
|
|
|
path-scurry@1.11.1:
|
|
dependencies:
|
|
lru-cache: 10.4.3
|
|
minipass: 7.1.2
|
|
|
|
pathe@2.0.3: {}
|
|
|
|
pe-library@0.4.1: {}
|
|
|
|
peek-readable@4.1.0: {}
|
|
|
|
pend@1.2.0: {}
|
|
|
|
perfect-debounce@2.1.0: {}
|
|
|
|
picocolors@1.1.1: {}
|
|
|
|
picomatch@2.3.1: {}
|
|
|
|
picomatch@4.0.3: {}
|
|
|
|
pify@2.3.0: {}
|
|
|
|
pino-abstract-transport@2.0.0:
|
|
dependencies:
|
|
split2: 4.2.0
|
|
|
|
pino-std-serializers@7.1.0: {}
|
|
|
|
pino@9.14.0:
|
|
dependencies:
|
|
'@pinojs/redact': 0.4.0
|
|
atomic-sleep: 1.0.0
|
|
on-exit-leak-free: 2.1.2
|
|
pino-abstract-transport: 2.0.0
|
|
pino-std-serializers: 7.1.0
|
|
process-warning: 5.0.0
|
|
quick-format-unescaped: 4.0.4
|
|
real-require: 0.2.0
|
|
safe-stable-stringify: 2.5.0
|
|
sonic-boom: 4.2.0
|
|
thread-stream: 3.1.0
|
|
|
|
pirates@4.0.7: {}
|
|
|
|
pixelmatch@5.3.0:
|
|
dependencies:
|
|
pngjs: 6.0.0
|
|
|
|
pkg-types@1.3.1:
|
|
dependencies:
|
|
confbox: 0.1.8
|
|
mlly: 1.8.2
|
|
pathe: 2.0.3
|
|
|
|
pkg-types@2.3.0:
|
|
dependencies:
|
|
confbox: 0.2.4
|
|
exsolve: 1.0.8
|
|
pathe: 2.0.3
|
|
|
|
pkg-up@3.1.0:
|
|
dependencies:
|
|
find-up: 3.0.0
|
|
|
|
planck@1.4.2(stage-js@1.0.0-alpha.17):
|
|
dependencies:
|
|
stage-js: 1.0.0-alpha.17
|
|
optional: true
|
|
|
|
playwright-core@1.58.2: {}
|
|
|
|
playwright@1.58.2:
|
|
dependencies:
|
|
playwright-core: 1.58.2
|
|
optionalDependencies:
|
|
fsevents: 2.3.2
|
|
|
|
plist@3.1.0:
|
|
dependencies:
|
|
'@xmldom/xmldom': 0.8.13
|
|
base64-js: 1.5.1
|
|
xmlbuilder: 15.1.1
|
|
|
|
pngjs@6.0.0: {}
|
|
|
|
pngjs@7.0.0: {}
|
|
|
|
points-on-curve@0.2.0: {}
|
|
|
|
points-on-path@0.2.1:
|
|
dependencies:
|
|
path-data-parser: 0.1.0
|
|
points-on-curve: 0.2.0
|
|
|
|
postcss-import@15.1.0(postcss@8.4.38):
|
|
dependencies:
|
|
postcss: 8.4.38
|
|
postcss-value-parser: 4.2.0
|
|
read-cache: 1.0.0
|
|
resolve: 1.22.11
|
|
|
|
postcss-js@4.1.0(postcss@8.4.38):
|
|
dependencies:
|
|
camelcase-css: 2.0.1
|
|
postcss: 8.4.38
|
|
|
|
postcss-load-config@4.0.2(postcss@8.4.38):
|
|
dependencies:
|
|
lilconfig: 3.1.3
|
|
yaml: 2.8.2
|
|
optionalDependencies:
|
|
postcss: 8.4.38
|
|
|
|
postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@2.8.2):
|
|
dependencies:
|
|
lilconfig: 3.1.3
|
|
optionalDependencies:
|
|
jiti: 2.6.1
|
|
postcss: 8.5.6
|
|
tsx: 4.21.0
|
|
yaml: 2.8.2
|
|
|
|
postcss-nested@6.2.0(postcss@8.4.38):
|
|
dependencies:
|
|
postcss: 8.4.38
|
|
postcss-selector-parser: 6.1.2
|
|
|
|
postcss-selector-parser@6.1.2:
|
|
dependencies:
|
|
cssesc: 3.0.0
|
|
util-deprecate: 1.0.2
|
|
|
|
postcss-value-parser@4.2.0: {}
|
|
|
|
postcss@8.4.31:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
postcss@8.4.38:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
postcss@8.5.6:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
powershell-utils@0.1.0: {}
|
|
|
|
prismjs@1.30.0: {}
|
|
|
|
process-nextick-args@2.0.1: {}
|
|
|
|
process-warning@5.0.0: {}
|
|
|
|
process@0.11.10: {}
|
|
|
|
progress@2.0.3: {}
|
|
|
|
promise-inflight@1.0.1: {}
|
|
|
|
promise-retry@2.0.1:
|
|
dependencies:
|
|
err-code: 2.0.3
|
|
retry: 0.12.0
|
|
|
|
property-information@7.1.0: {}
|
|
|
|
protobufjs@7.5.4:
|
|
dependencies:
|
|
'@protobufjs/aspromise': 1.1.2
|
|
'@protobufjs/base64': 1.1.2
|
|
'@protobufjs/codegen': 2.0.4
|
|
'@protobufjs/eventemitter': 1.1.0
|
|
'@protobufjs/fetch': 1.1.0
|
|
'@protobufjs/float': 1.0.2
|
|
'@protobufjs/inquire': 1.1.0
|
|
'@protobufjs/path': 1.1.2
|
|
'@protobufjs/pool': 1.1.0
|
|
'@protobufjs/utf8': 1.1.0
|
|
'@types/node': 20.12.12
|
|
long: 5.3.2
|
|
|
|
proxy-from-env@1.1.0: {}
|
|
|
|
pump@3.0.4:
|
|
dependencies:
|
|
end-of-stream: 1.4.5
|
|
once: 1.4.0
|
|
|
|
punycode@2.3.1: {}
|
|
|
|
quansync@0.2.11: {}
|
|
|
|
queue-microtask@1.2.3: {}
|
|
|
|
quick-format-unescaped@4.0.4: {}
|
|
|
|
quick-lru@5.1.1: {}
|
|
|
|
rc9@2.1.2:
|
|
dependencies:
|
|
defu: 6.1.4
|
|
destr: 2.0.5
|
|
|
|
react-dom@18.2.0(react@18.2.0):
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
react: 18.2.0
|
|
scheduler: 0.23.2
|
|
|
|
react-dom@19.2.4(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
scheduler: 0.27.0
|
|
|
|
react-error-boundary@3.1.4(react@19.2.4):
|
|
dependencies:
|
|
'@babel/runtime': 7.29.2
|
|
react: 19.2.4
|
|
|
|
react-markdown@10.1.0(@types/react@19.2.14)(react@19.2.4):
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
'@types/mdast': 4.0.4
|
|
'@types/react': 19.2.14
|
|
devlop: 1.1.0
|
|
hast-util-to-jsx-runtime: 2.3.6
|
|
html-url-attributes: 3.0.1
|
|
mdast-util-to-hast: 13.2.1
|
|
react: 19.2.4
|
|
remark-parse: 11.0.0
|
|
remark-rehype: 11.1.2
|
|
unified: 11.0.5
|
|
unist-util-visit: 5.1.0
|
|
vfile: 6.0.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
react-refresh@0.18.0: {}
|
|
|
|
react-router-dom@7.14.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
react-router: 7.14.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
react-router@7.14.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
dependencies:
|
|
cookie: 1.1.1
|
|
react: 19.2.4
|
|
set-cookie-parser: 2.7.2
|
|
optionalDependencies:
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
react@18.2.0:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
|
|
react@19.2.4: {}
|
|
|
|
read-binary-file-arch@1.0.6:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
read-cache@1.0.0:
|
|
dependencies:
|
|
pify: 2.3.0
|
|
|
|
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
|
|
|
|
readable-web-to-node-stream@3.0.4:
|
|
dependencies:
|
|
readable-stream: 4.7.0
|
|
|
|
readdir-glob@1.1.3:
|
|
dependencies:
|
|
minimatch: 5.1.9
|
|
|
|
readdirp@3.6.0:
|
|
dependencies:
|
|
picomatch: 2.3.1
|
|
|
|
readdirp@4.1.2: {}
|
|
|
|
readdirp@5.0.0: {}
|
|
|
|
real-require@0.2.0: {}
|
|
|
|
rehype-harden@1.1.8:
|
|
dependencies:
|
|
unist-util-visit: 5.1.0
|
|
|
|
rehype-raw@7.0.0:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
hast-util-raw: 9.1.0
|
|
vfile: 6.0.3
|
|
|
|
rehype-sanitize@6.0.0:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
hast-util-sanitize: 5.0.2
|
|
|
|
remark-gfm@4.0.1:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
mdast-util-gfm: 3.1.0
|
|
micromark-extension-gfm: 3.0.0
|
|
remark-parse: 11.0.0
|
|
remark-stringify: 11.0.0
|
|
unified: 11.0.5
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
remark-parse@11.0.0:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
mdast-util-from-markdown: 2.0.3
|
|
micromark-util-types: 2.0.2
|
|
unified: 11.0.5
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
remark-rehype@11.1.2:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
'@types/mdast': 4.0.4
|
|
mdast-util-to-hast: 13.2.1
|
|
unified: 11.0.5
|
|
vfile: 6.0.3
|
|
|
|
remark-stringify@11.0.0:
|
|
dependencies:
|
|
'@types/mdast': 4.0.4
|
|
mdast-util-to-markdown: 2.1.2
|
|
unified: 11.0.5
|
|
|
|
remend@1.3.0: {}
|
|
|
|
require-directory@2.1.1: {}
|
|
|
|
require-in-the-middle@8.0.1:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
module-details-from-path: 1.0.4
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
resedit@1.7.2:
|
|
dependencies:
|
|
pe-library: 0.4.1
|
|
|
|
reselect@4.1.8: {}
|
|
|
|
resolve-alpn@1.2.1: {}
|
|
|
|
resolve-from@5.0.0: {}
|
|
|
|
resolve-pkg-maps@1.0.0: {}
|
|
|
|
resolve@1.22.11:
|
|
dependencies:
|
|
is-core-module: 2.16.1
|
|
path-parse: 1.0.7
|
|
supports-preserve-symlinks-flag: 1.0.0
|
|
|
|
responselike@2.0.1:
|
|
dependencies:
|
|
lowercase-keys: 2.0.0
|
|
|
|
restore-cursor@3.1.0:
|
|
dependencies:
|
|
onetime: 5.1.2
|
|
signal-exit: 3.0.7
|
|
|
|
retry@0.12.0: {}
|
|
|
|
retry@0.13.1: {}
|
|
|
|
reusify@1.1.0: {}
|
|
|
|
rimraf@3.0.2:
|
|
dependencies:
|
|
glob: 7.2.3
|
|
|
|
roarr@2.15.4:
|
|
dependencies:
|
|
boolean: 3.2.0
|
|
detect-node: 2.1.0
|
|
globalthis: 1.0.4
|
|
json-stringify-safe: 5.0.1
|
|
semver-compare: 1.0.0
|
|
sprintf-js: 1.1.3
|
|
optional: true
|
|
|
|
robust-predicates@3.0.3: {}
|
|
|
|
rollup@4.55.1:
|
|
dependencies:
|
|
'@types/estree': 1.0.8
|
|
optionalDependencies:
|
|
'@rollup/rollup-android-arm-eabi': 4.55.1
|
|
'@rollup/rollup-android-arm64': 4.55.1
|
|
'@rollup/rollup-darwin-arm64': 4.55.1
|
|
'@rollup/rollup-darwin-x64': 4.55.1
|
|
'@rollup/rollup-freebsd-arm64': 4.55.1
|
|
'@rollup/rollup-freebsd-x64': 4.55.1
|
|
'@rollup/rollup-linux-arm-gnueabihf': 4.55.1
|
|
'@rollup/rollup-linux-arm-musleabihf': 4.55.1
|
|
'@rollup/rollup-linux-arm64-gnu': 4.55.1
|
|
'@rollup/rollup-linux-arm64-musl': 4.55.1
|
|
'@rollup/rollup-linux-loong64-gnu': 4.55.1
|
|
'@rollup/rollup-linux-loong64-musl': 4.55.1
|
|
'@rollup/rollup-linux-ppc64-gnu': 4.55.1
|
|
'@rollup/rollup-linux-ppc64-musl': 4.55.1
|
|
'@rollup/rollup-linux-riscv64-gnu': 4.55.1
|
|
'@rollup/rollup-linux-riscv64-musl': 4.55.1
|
|
'@rollup/rollup-linux-s390x-gnu': 4.55.1
|
|
'@rollup/rollup-linux-x64-gnu': 4.55.1
|
|
'@rollup/rollup-linux-x64-musl': 4.55.1
|
|
'@rollup/rollup-openbsd-x64': 4.55.1
|
|
'@rollup/rollup-openharmony-arm64': 4.55.1
|
|
'@rollup/rollup-win32-arm64-msvc': 4.55.1
|
|
'@rollup/rollup-win32-ia32-msvc': 4.55.1
|
|
'@rollup/rollup-win32-x64-gnu': 4.55.1
|
|
'@rollup/rollup-win32-x64-msvc': 4.55.1
|
|
fsevents: 2.3.3
|
|
|
|
rou3@0.7.12: {}
|
|
|
|
roughjs@4.6.6:
|
|
dependencies:
|
|
hachure-fill: 0.5.2
|
|
path-data-parser: 0.1.0
|
|
points-on-curve: 0.2.0
|
|
points-on-path: 0.2.1
|
|
|
|
run-applescript@7.1.0: {}
|
|
|
|
run-parallel@1.2.0:
|
|
dependencies:
|
|
queue-microtask: 1.2.3
|
|
|
|
rw@1.3.3: {}
|
|
|
|
s-js@0.4.9: {}
|
|
|
|
safe-buffer@5.1.2: {}
|
|
|
|
safe-buffer@5.2.1: {}
|
|
|
|
safe-stable-stringify@2.5.0: {}
|
|
|
|
safer-buffer@2.1.2: {}
|
|
|
|
sanitize-filename@1.6.4:
|
|
dependencies:
|
|
truncate-utf8-bytes: 1.0.2
|
|
|
|
sax@1.4.4: {}
|
|
|
|
scheduler@0.23.2:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
|
|
scheduler@0.27.0: {}
|
|
|
|
semver-compare@1.0.0:
|
|
optional: true
|
|
|
|
semver@6.3.1: {}
|
|
|
|
semver@7.7.3: {}
|
|
|
|
semver@7.7.4: {}
|
|
|
|
serialize-error@7.0.1:
|
|
dependencies:
|
|
type-fest: 0.13.1
|
|
optional: true
|
|
|
|
seroval-plugins@1.3.3(seroval@1.3.2):
|
|
dependencies:
|
|
seroval: 1.3.2
|
|
|
|
seroval@1.3.2: {}
|
|
|
|
set-blocking@2.0.0: {}
|
|
|
|
set-cookie-parser@2.7.2: {}
|
|
|
|
set-cookie-parser@3.1.0: {}
|
|
|
|
sharp@0.34.5:
|
|
dependencies:
|
|
'@img/colour': 1.1.0
|
|
detect-libc: 2.1.2
|
|
semver: 7.7.4
|
|
optionalDependencies:
|
|
'@img/sharp-darwin-arm64': 0.34.5
|
|
'@img/sharp-darwin-x64': 0.34.5
|
|
'@img/sharp-libvips-darwin-arm64': 1.2.4
|
|
'@img/sharp-libvips-darwin-x64': 1.2.4
|
|
'@img/sharp-libvips-linux-arm': 1.2.4
|
|
'@img/sharp-libvips-linux-arm64': 1.2.4
|
|
'@img/sharp-libvips-linux-ppc64': 1.2.4
|
|
'@img/sharp-libvips-linux-riscv64': 1.2.4
|
|
'@img/sharp-libvips-linux-s390x': 1.2.4
|
|
'@img/sharp-libvips-linux-x64': 1.2.4
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
|
|
'@img/sharp-linux-arm': 0.34.5
|
|
'@img/sharp-linux-arm64': 0.34.5
|
|
'@img/sharp-linux-ppc64': 0.34.5
|
|
'@img/sharp-linux-riscv64': 0.34.5
|
|
'@img/sharp-linux-s390x': 0.34.5
|
|
'@img/sharp-linux-x64': 0.34.5
|
|
'@img/sharp-linuxmusl-arm64': 0.34.5
|
|
'@img/sharp-linuxmusl-x64': 0.34.5
|
|
'@img/sharp-wasm32': 0.34.5
|
|
'@img/sharp-win32-arm64': 0.34.5
|
|
'@img/sharp-win32-ia32': 0.34.5
|
|
'@img/sharp-win32-x64': 0.34.5
|
|
|
|
shebang-command@2.0.0:
|
|
dependencies:
|
|
shebang-regex: 3.0.0
|
|
|
|
shebang-regex@3.0.0: {}
|
|
|
|
shell-quote@1.8.3: {}
|
|
|
|
signal-exit@3.0.7: {}
|
|
|
|
signal-exit@4.1.0: {}
|
|
|
|
simple-update-notifier@2.0.0:
|
|
dependencies:
|
|
semver: 7.7.4
|
|
|
|
simple-xml-to-json@1.2.3: {}
|
|
|
|
slice-ansi@3.0.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
astral-regex: 2.0.0
|
|
is-fullwidth-code-point: 3.0.0
|
|
optional: true
|
|
|
|
smart-buffer@4.2.0: {}
|
|
|
|
socks-proxy-agent@7.0.0:
|
|
dependencies:
|
|
agent-base: 6.0.2
|
|
debug: 4.4.3
|
|
socks: 2.8.7
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
socks@2.8.7:
|
|
dependencies:
|
|
ip-address: 10.1.0
|
|
smart-buffer: 4.2.0
|
|
|
|
solid-js@1.9.10:
|
|
dependencies:
|
|
csstype: 3.2.3
|
|
seroval: 1.3.2
|
|
seroval-plugins: 1.3.3(seroval@1.3.2)
|
|
optional: true
|
|
|
|
solid-js@1.9.9:
|
|
dependencies:
|
|
csstype: 3.2.3
|
|
seroval: 1.3.2
|
|
seroval-plugins: 1.3.3(seroval@1.3.2)
|
|
|
|
solid-refresh@0.6.3(solid-js@1.9.9):
|
|
dependencies:
|
|
'@babel/generator': 7.28.6
|
|
'@babel/helper-module-imports': 7.28.6
|
|
'@babel/types': 7.28.6
|
|
solid-js: 1.9.9
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
sonic-boom@4.2.0:
|
|
dependencies:
|
|
atomic-sleep: 1.0.0
|
|
|
|
source-map-js@1.2.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.6: {}
|
|
|
|
space-separated-tokens@2.0.2: {}
|
|
|
|
split2@4.2.0: {}
|
|
|
|
sprintf-js@1.1.3:
|
|
optional: true
|
|
|
|
sql-escaper@1.3.3: {}
|
|
|
|
ssri@9.0.1:
|
|
dependencies:
|
|
minipass: 3.3.6
|
|
|
|
stage-js@1.0.0-alpha.17:
|
|
optional: true
|
|
|
|
stat-mode@1.0.0: {}
|
|
|
|
stream-browserify@3.0.0:
|
|
dependencies:
|
|
inherits: 2.0.4
|
|
readable-stream: 3.6.2
|
|
|
|
streamdown@2.5.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
dependencies:
|
|
clsx: 2.1.1
|
|
hast-util-to-jsx-runtime: 2.3.6
|
|
html-url-attributes: 3.0.1
|
|
marked: 17.0.1
|
|
mermaid: 11.14.0
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
rehype-harden: 1.1.8
|
|
rehype-raw: 7.0.0
|
|
rehype-sanitize: 6.0.0
|
|
remark-gfm: 4.0.1
|
|
remark-parse: 11.0.0
|
|
remark-rehype: 11.1.2
|
|
remend: 1.3.0
|
|
tailwind-merge: 3.5.0
|
|
unified: 11.0.5
|
|
unist-util-visit: 5.1.0
|
|
unist-util-visit-parents: 6.0.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
streamsearch@1.1.0: {}
|
|
|
|
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_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
|
|
|
|
strnum@2.2.0: {}
|
|
|
|
strtok3@6.3.0:
|
|
dependencies:
|
|
'@tokenizer/token': 0.3.0
|
|
peek-readable: 4.1.0
|
|
|
|
style-mod@4.1.3: {}
|
|
|
|
style-to-js@1.1.21:
|
|
dependencies:
|
|
style-to-object: 1.0.14
|
|
|
|
style-to-object@1.0.14:
|
|
dependencies:
|
|
inline-style-parser: 0.2.7
|
|
|
|
styled-jsx@5.1.1(react@18.2.0):
|
|
dependencies:
|
|
client-only: 0.0.1
|
|
react: 18.2.0
|
|
|
|
styled-jsx@5.1.6(react@19.2.4):
|
|
dependencies:
|
|
client-only: 0.0.1
|
|
react: 19.2.4
|
|
|
|
stylis@4.3.6: {}
|
|
|
|
sucrase@3.35.1:
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
commander: 4.1.1
|
|
lines-and-columns: 1.2.4
|
|
mz: 2.7.0
|
|
pirates: 4.0.7
|
|
tinyglobby: 0.2.15
|
|
ts-interface-checker: 0.1.13
|
|
|
|
sumchecker@3.0.1:
|
|
dependencies:
|
|
debug: 4.4.3
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
supports-color@7.2.0:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
|
|
swr@2.4.1(react@19.2.4):
|
|
dependencies:
|
|
dequal: 2.0.3
|
|
react: 19.2.4
|
|
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
|
|
tabbable@6.4.0: {}
|
|
|
|
tailwind-merge@3.5.0: {}
|
|
|
|
tailwindcss@3.4.7:
|
|
dependencies:
|
|
'@alloc/quick-lru': 5.2.0
|
|
arg: 5.0.2
|
|
chokidar: 3.6.0
|
|
didyoumean: 1.2.2
|
|
dlv: 1.1.3
|
|
fast-glob: 3.3.3
|
|
glob-parent: 6.0.2
|
|
is-glob: 4.0.3
|
|
jiti: 1.21.7
|
|
lilconfig: 2.1.0
|
|
micromatch: 4.0.8
|
|
normalize-path: 3.0.0
|
|
object-hash: 3.0.0
|
|
picocolors: 1.1.1
|
|
postcss: 8.4.38
|
|
postcss-import: 15.1.0(postcss@8.4.38)
|
|
postcss-js: 4.1.0(postcss@8.4.38)
|
|
postcss-load-config: 4.0.2(postcss@8.4.38)
|
|
postcss-nested: 6.2.0(postcss@8.4.38)
|
|
postcss-selector-parser: 6.1.2
|
|
resolve: 1.22.11
|
|
sucrase: 3.35.1
|
|
transitivePeerDependencies:
|
|
- ts-node
|
|
|
|
tailwindcss@4.1.18: {}
|
|
|
|
tapable@2.3.0: {}
|
|
|
|
tar-stream@2.2.0:
|
|
dependencies:
|
|
bl: 4.1.0
|
|
end-of-stream: 1.4.5
|
|
fs-constants: 1.0.0
|
|
inherits: 2.0.4
|
|
readable-stream: 3.6.2
|
|
|
|
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.11:
|
|
dependencies:
|
|
'@isaacs/fs-minipass': 4.0.1
|
|
chownr: 3.0.0
|
|
minipass: 7.1.2
|
|
minizlib: 3.1.0
|
|
yallist: 5.0.0
|
|
|
|
temp-file@3.4.0:
|
|
dependencies:
|
|
async-exit-hook: 2.0.1
|
|
fs-extra: 10.1.0
|
|
|
|
thenify-all@1.6.0:
|
|
dependencies:
|
|
thenify: 3.3.1
|
|
|
|
thenify@3.3.1:
|
|
dependencies:
|
|
any-promise: 1.3.0
|
|
|
|
thread-stream@3.1.0:
|
|
dependencies:
|
|
real-require: 0.2.0
|
|
|
|
three@0.177.0:
|
|
optional: true
|
|
|
|
throttleit@2.1.0: {}
|
|
|
|
tiny-typed-emitter@2.1.0: {}
|
|
|
|
tinycolor2@1.6.0: {}
|
|
|
|
tinyexec@0.3.2: {}
|
|
|
|
tinyexec@1.0.4: {}
|
|
|
|
tinyglobby@0.2.15:
|
|
dependencies:
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
picomatch: 4.0.3
|
|
|
|
tmp-promise@3.0.3:
|
|
dependencies:
|
|
tmp: 0.2.5
|
|
|
|
tmp@0.2.5: {}
|
|
|
|
to-regex-range@5.0.1:
|
|
dependencies:
|
|
is-number: 7.0.0
|
|
|
|
token-types@4.2.1:
|
|
dependencies:
|
|
'@tokenizer/token': 0.3.0
|
|
ieee754: 1.2.1
|
|
|
|
tr46@0.0.3: {}
|
|
|
|
tree-kill@1.2.2: {}
|
|
|
|
trim-lines@3.0.1: {}
|
|
|
|
trough@2.2.0: {}
|
|
|
|
truncate-utf8-bytes@1.0.2:
|
|
dependencies:
|
|
utf8-byte-length: 1.0.5
|
|
|
|
ts-dedent@2.2.0: {}
|
|
|
|
ts-interface-checker@0.1.13: {}
|
|
|
|
tslib@2.8.1: {}
|
|
|
|
tsup@8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2):
|
|
dependencies:
|
|
bundle-require: 5.1.0(esbuild@0.27.2)
|
|
cac: 6.7.14
|
|
chokidar: 4.0.3
|
|
consola: 3.4.2
|
|
debug: 4.4.3
|
|
esbuild: 0.27.2
|
|
fix-dts-default-cjs-exports: 1.0.1
|
|
joycon: 3.1.1
|
|
picocolors: 1.1.1
|
|
postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@2.8.2)
|
|
resolve-from: 5.0.0
|
|
rollup: 4.55.1
|
|
source-map: 0.7.6
|
|
sucrase: 3.35.1
|
|
tinyexec: 0.3.2
|
|
tinyglobby: 0.2.15
|
|
tree-kill: 1.2.2
|
|
optionalDependencies:
|
|
postcss: 8.5.6
|
|
typescript: 5.9.3
|
|
transitivePeerDependencies:
|
|
- jiti
|
|
- supports-color
|
|
- tsx
|
|
- yaml
|
|
|
|
tsx@4.21.0:
|
|
dependencies:
|
|
esbuild: 0.27.2
|
|
get-tsconfig: 4.13.1
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
turbo@2.8.20:
|
|
optionalDependencies:
|
|
'@turbo/darwin-64': 2.8.20
|
|
'@turbo/darwin-arm64': 2.8.20
|
|
'@turbo/linux-64': 2.8.20
|
|
'@turbo/linux-arm64': 2.8.20
|
|
'@turbo/windows-64': 2.8.20
|
|
'@turbo/windows-arm64': 2.8.20
|
|
|
|
type-fest@0.13.1:
|
|
optional: true
|
|
|
|
typeid-js@1.2.0:
|
|
dependencies:
|
|
uuid: 10.0.0
|
|
|
|
typescript@5.4.5: {}
|
|
|
|
typescript@5.9.3: {}
|
|
|
|
ufo@1.6.3: {}
|
|
|
|
ulid@2.4.0: {}
|
|
|
|
undici-types@5.26.5: {}
|
|
|
|
undici-types@6.21.0: {}
|
|
|
|
undici-types@7.18.2: {}
|
|
|
|
undici@5.29.0:
|
|
dependencies:
|
|
'@fastify/busboy': 2.1.1
|
|
|
|
unified@11.0.5:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
bail: 2.0.2
|
|
devlop: 1.1.0
|
|
extend: 3.0.2
|
|
is-plain-obj: 4.1.0
|
|
trough: 2.2.0
|
|
vfile: 6.0.3
|
|
|
|
unique-filename@2.0.1:
|
|
dependencies:
|
|
unique-slug: 3.0.0
|
|
|
|
unique-slug@3.0.0:
|
|
dependencies:
|
|
imurmurhash: 0.1.4
|
|
|
|
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@0.1.2: {}
|
|
|
|
universalify@2.0.1: {}
|
|
|
|
update-browserslist-db@1.2.3(browserslist@4.28.1):
|
|
dependencies:
|
|
browserslist: 4.28.1
|
|
escalade: 3.2.0
|
|
picocolors: 1.1.1
|
|
|
|
uri-js@4.4.1:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
use-sync-external-store@1.6.0(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
|
|
utf8-byte-length@1.0.5: {}
|
|
|
|
utif2@4.1.0:
|
|
dependencies:
|
|
pako: 1.0.11
|
|
|
|
util-deprecate@1.0.2: {}
|
|
|
|
uuid@10.0.0: {}
|
|
|
|
uuid@11.1.0: {}
|
|
|
|
verror@1.10.1:
|
|
dependencies:
|
|
assert-plus: 1.0.0
|
|
core-util-is: 1.0.2
|
|
extsprintf: 1.4.1
|
|
optional: true
|
|
|
|
vfile-location@5.0.3:
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
vfile: 6.0.3
|
|
|
|
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-plugin-solid@2.11.10(solid-js@1.9.9)(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)):
|
|
dependencies:
|
|
'@babel/core': 7.28.6
|
|
'@types/babel__core': 7.20.5
|
|
babel-preset-solid: 1.9.9(@babel/core@7.28.6)(solid-js@1.9.9)
|
|
merge-anything: 5.1.7
|
|
solid-js: 1.9.9
|
|
solid-refresh: 0.6.3(solid-js@1.9.9)
|
|
vite: 6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
|
|
vitefu: 1.1.1(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2):
|
|
dependencies:
|
|
esbuild: 0.25.12
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
picomatch: 4.0.3
|
|
postcss: 8.5.6
|
|
rollup: 4.55.1
|
|
tinyglobby: 0.2.15
|
|
optionalDependencies:
|
|
'@types/node': 25.4.0
|
|
fsevents: 2.3.3
|
|
jiti: 2.6.1
|
|
lightningcss: 1.30.2
|
|
tsx: 4.21.0
|
|
yaml: 2.8.2
|
|
|
|
vite@7.3.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2):
|
|
dependencies:
|
|
esbuild: 0.27.2
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
picomatch: 4.0.3
|
|
postcss: 8.5.6
|
|
rollup: 4.55.1
|
|
tinyglobby: 0.2.15
|
|
optionalDependencies:
|
|
'@types/node': 25.4.0
|
|
fsevents: 2.3.3
|
|
jiti: 2.6.1
|
|
lightningcss: 1.30.2
|
|
tsx: 4.21.0
|
|
yaml: 2.8.2
|
|
|
|
vitefu@1.1.1(vite@6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)):
|
|
optionalDependencies:
|
|
vite: 6.4.1(@types/node@25.4.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
|
|
|
|
vscode-jsonrpc@8.2.0: {}
|
|
|
|
vscode-languageserver-protocol@3.17.5:
|
|
dependencies:
|
|
vscode-jsonrpc: 8.2.0
|
|
vscode-languageserver-types: 3.17.5
|
|
|
|
vscode-languageserver-textdocument@1.0.12: {}
|
|
|
|
vscode-languageserver-types@3.17.5: {}
|
|
|
|
vscode-languageserver@9.0.1:
|
|
dependencies:
|
|
vscode-languageserver-protocol: 3.17.5
|
|
|
|
vscode-uri@3.1.0: {}
|
|
|
|
w3c-keyname@2.2.8: {}
|
|
|
|
wcwidth@1.0.1:
|
|
dependencies:
|
|
defaults: 1.0.4
|
|
|
|
web-namespaces@2.0.1: {}
|
|
|
|
web-tree-sitter@0.25.10: {}
|
|
|
|
webidl-conversions@3.0.1: {}
|
|
|
|
whatwg-url@5.0.0:
|
|
dependencies:
|
|
tr46: 0.0.3
|
|
webidl-conversions: 3.0.1
|
|
|
|
which@2.0.2:
|
|
dependencies:
|
|
isexe: 2.0.0
|
|
|
|
wide-align@1.1.5:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
|
|
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
|
|
|
|
wrappy@1.0.2: {}
|
|
|
|
ws@8.19.0: {}
|
|
|
|
wsl-utils@0.3.1:
|
|
dependencies:
|
|
is-wsl: 3.1.1
|
|
powershell-utils: 0.1.0
|
|
|
|
xml-parse-from-string@1.0.1: {}
|
|
|
|
xml2js@0.5.0:
|
|
dependencies:
|
|
sax: 1.4.4
|
|
xmlbuilder: 11.0.1
|
|
|
|
xmlbuilder@11.0.1: {}
|
|
|
|
xmlbuilder@15.1.1: {}
|
|
|
|
y18n@5.0.8: {}
|
|
|
|
yallist@3.1.1: {}
|
|
|
|
yallist@4.0.0: {}
|
|
|
|
yallist@5.0.0: {}
|
|
|
|
yaml@2.8.2: {}
|
|
|
|
yargs-parser@21.1.1: {}
|
|
|
|
yargs@17.7.2:
|
|
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
|
|
|
|
yauzl@2.10.0:
|
|
dependencies:
|
|
buffer-crc32: 0.2.13
|
|
fd-slicer: 1.1.0
|
|
|
|
yjs@13.6.30:
|
|
dependencies:
|
|
lib0: 0.2.117
|
|
|
|
yocto-queue@0.1.0: {}
|
|
|
|
yoga-layout@3.2.1: {}
|
|
|
|
zip-stream@4.1.1:
|
|
dependencies:
|
|
archiver-utils: 3.0.4
|
|
compress-commons: 4.1.2
|
|
readable-stream: 3.6.2
|
|
|
|
zod@3.25.76: {}
|
|
|
|
zod@4.3.6: {}
|
|
|
|
zustand@5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)):
|
|
optionalDependencies:
|
|
'@types/react': 19.2.14
|
|
react: 19.2.4
|
|
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
|
|
zwitch@2.0.4: {}
|