gsd-pi 2.50.0 → 2.51.0-dev.ae8f7cb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/cli.js +26 -0
- package/dist/loader.js +4 -0
- package/dist/resource-loader.d.ts +4 -1
- package/dist/resource-loader.js +138 -3
- package/dist/resources/extensions/async-jobs/async-bash-tool.js +3 -1
- package/dist/resources/extensions/bg-shell/interaction.js +3 -1
- package/dist/resources/extensions/bg-shell/process-manager.js +4 -1
- package/dist/resources/extensions/claude-code-cli/partial-builder.js +5 -0
- package/dist/resources/extensions/gsd/auto/phases.js +16 -1
- package/dist/resources/extensions/gsd/auto/session.js +5 -0
- package/dist/resources/extensions/gsd/auto-dashboard.js +22 -3
- package/dist/resources/extensions/gsd/auto-dispatch.js +81 -54
- package/dist/resources/extensions/gsd/auto-observability.js +54 -0
- package/dist/resources/extensions/gsd/auto-post-unit.js +37 -76
- package/dist/resources/extensions/gsd/auto-prompts.js +57 -0
- package/dist/resources/extensions/gsd/auto-recovery.js +21 -25
- package/dist/resources/extensions/gsd/auto-utils.js +20 -0
- package/dist/resources/extensions/gsd/auto.js +15 -5
- package/dist/resources/extensions/gsd/bootstrap/register-hooks.js +16 -0
- package/dist/resources/extensions/gsd/crash-recovery.js +6 -2
- package/dist/resources/extensions/gsd/custom-execution-policy.js +3 -2
- package/dist/resources/extensions/gsd/custom-verification.js +3 -1
- package/dist/resources/extensions/gsd/custom-workflow-engine.js +3 -2
- package/dist/resources/extensions/gsd/dashboard-overlay.js +4 -0
- package/dist/resources/extensions/gsd/detection.js +589 -3
- package/dist/resources/extensions/gsd/dispatch-guard.js +2 -1
- package/dist/resources/extensions/gsd/docs/preferences-reference.md +15 -0
- package/dist/resources/extensions/gsd/files.js +5 -1
- package/dist/resources/extensions/gsd/guided-flow.js +10 -0
- package/dist/resources/extensions/gsd/init-wizard.js +9 -1
- package/dist/resources/extensions/gsd/model-router.js +25 -0
- package/dist/resources/extensions/gsd/notifications.js +23 -0
- package/dist/resources/extensions/gsd/observability-validator.js +422 -0
- package/dist/resources/extensions/gsd/preferences-skills.js +11 -5
- package/dist/resources/extensions/gsd/preferences-types.js +1 -0
- package/dist/resources/extensions/gsd/preferences-validation.js +25 -0
- package/dist/resources/extensions/gsd/preferences.js +3 -0
- package/dist/resources/extensions/gsd/prompts/forensics.md +11 -7
- package/dist/resources/extensions/gsd/prompts/validate-milestone.md +6 -1
- package/dist/resources/extensions/gsd/provider-error-pause.js +8 -0
- package/dist/resources/extensions/gsd/roadmap-mutations.js +110 -0
- package/dist/resources/extensions/gsd/rtk-status.js +43 -0
- package/dist/resources/extensions/gsd/rule-registry.js +10 -11
- package/dist/resources/extensions/gsd/session-forensics.js +7 -3
- package/dist/resources/extensions/gsd/skill-catalog.js +1026 -0
- package/dist/resources/extensions/gsd/skill-discovery.js +3 -2
- package/dist/resources/extensions/gsd/skill-health.js +2 -2
- package/dist/resources/extensions/gsd/skill-telemetry.js +15 -5
- package/dist/resources/extensions/gsd/state.js +17 -5
- package/dist/resources/extensions/gsd/templates/milestone-validation.md +12 -0
- package/dist/resources/extensions/gsd/templates/preferences.md +2 -0
- package/dist/resources/extensions/gsd/tests/dist-redirect.mjs +28 -9
- package/dist/resources/extensions/gsd/undo.js +8 -7
- package/dist/resources/extensions/gsd/unit-runtime.js +2 -1
- package/dist/resources/extensions/gsd/verification-gate.js +3 -1
- package/dist/resources/extensions/shared/rtk-session-stats.js +189 -0
- package/dist/resources/extensions/shared/rtk.js +100 -0
- package/dist/rtk.d.ts +52 -0
- package/dist/rtk.js +332 -0
- package/dist/web/standalone/.next/BUILD_ID +1 -1
- package/dist/web/standalone/.next/app-path-routes-manifest.json +12 -11
- package/dist/web/standalone/.next/build-manifest.json +4 -4
- package/dist/web/standalone/.next/prerender-manifest.json +3 -3
- package/dist/web/standalone/.next/react-loadable-manifest.json +2 -2
- package/dist/web/standalone/.next/required-server-files.json +3 -3
- package/dist/web/standalone/.next/routes-manifest.json +6 -0
- package/dist/web/standalone/.next/server/app/_global-error/page.js +3 -3
- package/dist/web/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.html +2 -2
- package/dist/web/standalone/.next/server/app/_global-error.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found/page.js +2 -2
- package/dist/web/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.html +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.rsc +4 -4
- package/dist/web/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/dist/web/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dist/web/standalone/.next/server/app/api/boot/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/boot/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/boot/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/input/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/input/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/input/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/resize/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/resize/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/resize/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/stream/route.js +2 -2
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/stream/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/bridge-terminal/stream/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/browse-directories/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/browse-directories/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/browse-directories/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/captures/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/captures/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/captures/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/cleanup/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/cleanup/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/cleanup/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/dev-mode/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/dev-mode/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/dev-mode/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/doctor/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/doctor/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/doctor/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/experimental/route.js +3 -0
- package/dist/web/standalone/.next/server/app/api/experimental/route.js.nft.json +1 -0
- package/dist/web/standalone/.next/server/app/api/experimental/route_client-reference-manifest.js +1 -0
- package/dist/web/standalone/.next/server/app/api/export-data/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/export-data/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/export-data/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/files/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/files/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/files/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/forensics/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/forensics/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/forensics/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/git/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/git/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/history/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/history/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/history/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/hooks/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/hooks/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/hooks/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/inspect/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/inspect/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/inspect/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/knowledge/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/knowledge/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/knowledge/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/live-state/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/live-state/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/live-state/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/onboarding/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/onboarding/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/onboarding/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/preferences/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/preferences/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/preferences/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/projects/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/recovery/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/recovery/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/recovery/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/remote-questions/route.js +2 -26
- package/dist/web/standalone/.next/server/app/api/remote-questions/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/remote-questions/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/session/browser/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/session/browser/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/session/browser/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/session/command/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/session/command/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/session/command/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/session/events/route.js +2 -2
- package/dist/web/standalone/.next/server/app/api/session/events/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/session/events/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/session/manage/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/session/manage/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/session/manage/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/settings-data/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/settings-data/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/settings-data/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/shutdown/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/shutdown/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/skill-health/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/skill-health/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/skill-health/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/steer/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/steer/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/steer/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/switch-root/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/switch-root/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/switch-root/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/input/route.js +2 -2
- package/dist/web/standalone/.next/server/app/api/terminal/input/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/input/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/resize/route.js +2 -2
- package/dist/web/standalone/.next/server/app/api/terminal/resize/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/resize/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/sessions/route.js +2 -2
- package/dist/web/standalone/.next/server/app/api/terminal/sessions/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/sessions/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/stream/route.js +4 -4
- package/dist/web/standalone/.next/server/app/api/terminal/stream/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/stream/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/upload/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/upload/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/upload/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/undo/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/undo/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/undo/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/update/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/update/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/api/visualizer/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/visualizer/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/api/visualizer/route_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app/index.html +1 -1
- package/dist/web/standalone/.next/server/app/index.rsc +5 -5
- package/dist/web/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/dist/web/standalone/.next/server/app/index.segments/_full.segment.rsc +5 -5
- package/dist/web/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_index.segment.rsc +4 -4
- package/dist/web/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/dist/web/standalone/.next/server/app/page.js +2 -2
- package/dist/web/standalone/.next/server/app/page.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/web/standalone/.next/server/app-paths-manifest.json +12 -11
- package/dist/web/standalone/.next/server/chunks/2229.js +12 -0
- package/dist/web/standalone/.next/server/chunks/2331.js +25 -0
- package/dist/web/standalone/.next/server/chunks/{741.js → 4741.js} +1 -1
- package/dist/web/standalone/.next/server/chunks/5822.js +2 -0
- package/dist/web/standalone/.next/server/chunks/7471.js +13 -0
- package/dist/web/standalone/.next/server/functions-config-manifest.json +1 -0
- package/dist/web/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/dist/web/standalone/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/dist/web/standalone/.next/server/middleware.js +3 -3
- package/dist/web/standalone/.next/server/next-font-manifest.js +1 -1
- package/dist/web/standalone/.next/server/next-font-manifest.json +1 -1
- package/dist/web/standalone/.next/server/pages/404.html +1 -1
- package/dist/web/standalone/.next/server/pages/500.html +2 -2
- package/dist/web/standalone/.next/server/server-reference-manifest.json +1 -1
- package/dist/web/standalone/.next/server/webpack-runtime.js +1 -1
- package/dist/web/standalone/.next/static/5_KeZz1X0tXJK-d_4OhjB/_buildManifest.js +1 -0
- package/dist/web/standalone/.next/static/chunks/{485.243af25f0cdf50d6.js → 2008.817d0885545aaea9.js} +6 -6
- package/dist/web/standalone/.next/static/chunks/4024.9ad5def014d90ce4.js +9 -0
- package/dist/web/standalone/.next/static/chunks/app/_global-error/page-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/_not-found/{page-2f24283c162b6ab3.js → page-f2a7482d42a5614b.js} +1 -1
- package/dist/web/standalone/.next/static/chunks/app/api/boot/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/bridge-terminal/input/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/bridge-terminal/resize/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/bridge-terminal/stream/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/browse-directories/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/captures/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/cleanup/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/dev-mode/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/doctor/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/experimental/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/export-data/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/files/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/forensics/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/git/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/history/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/hooks/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/inspect/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/knowledge/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/live-state/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/onboarding/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/preferences/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/projects/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/recovery/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/remote-questions/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/session/browser/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/session/command/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/session/events/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/session/manage/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/settings-data/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/shutdown/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/skill-health/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/steer/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/switch-root/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/input/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/resize/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/sessions/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/stream/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/upload/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/undo/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/update/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/api/visualizer/route-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/app/{layout-9ecfd95f343793f0.js → layout-a16c7a7ecdf0c2cf.js} +1 -1
- package/dist/web/standalone/.next/static/chunks/app/page-b950e4e384cc62b3.js +1 -0
- package/dist/web/standalone/.next/static/chunks/main-app-fdab67f7802d7832.js +1 -0
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/app-error-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/forbidden-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/global-error-459824ffb8c323dd.js +1 -0
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/not-found-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/unauthorized-c4cc189e7b117ea2.js +1 -0
- package/dist/web/standalone/.next/static/chunks/webpack-cfc9a116e6450a6b.js +1 -0
- package/dist/web/standalone/.next/static/css/de141508b083f922.css +1 -0
- package/dist/web/standalone/node_modules/node-pty/build/Makefile +2 -2
- package/dist/web/standalone/node_modules/node-pty/build/Release/pty.node +0 -0
- package/dist/web/standalone/node_modules/node-pty/build/pty.target.mk +14 -14
- package/dist/web/standalone/node_modules/node-pty/node-addon-api/node_addon_api.target.mk +14 -14
- package/dist/web/standalone/node_modules/node-pty/node-addon-api/node_addon_api_except.target.mk +14 -14
- package/dist/web/standalone/node_modules/node-pty/node-addon-api/node_addon_api_maybe.target.mk +14 -14
- package/dist/web/standalone/server.js +1 -1
- package/package.json +1 -1
- package/packages/pi-ai/dist/types.d.ts +1 -0
- package/packages/pi-ai/dist/types.d.ts.map +1 -1
- package/packages/pi-ai/dist/types.js.map +1 -1
- package/packages/pi-ai/src/types.ts +1 -1
- package/packages/pi-coding-agent/dist/core/agent-session.d.ts +1 -0
- package/packages/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/agent-session.js +1 -0
- package/packages/pi-coding-agent/dist/core/agent-session.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/bash-executor.d.ts +3 -1
- package/packages/pi-coding-agent/dist/core/bash-executor.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/bash-executor.js +10 -1
- package/packages/pi-coding-agent/dist/core/bash-executor.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/index.d.ts +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/index.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/index.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/runner.d.ts +1 -0
- package/packages/pi-coding-agent/dist/core/extensions/runner.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/runner.js +13 -0
- package/packages/pi-coding-agent/dist/core/extensions/runner.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/types.d.ts +19 -1
- package/packages/pi-coding-agent/dist/core/extensions/types.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/types.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/wrapper.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/extensions/wrapper.js +8 -0
- package/packages/pi-coding-agent/dist/core/extensions/wrapper.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/package-manager.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/package-manager.js +8 -1
- package/packages/pi-coding-agent/dist/core/package-manager.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/skills.d.ts +11 -1
- package/packages/pi-coding-agent/dist/core/skills.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/skills.js +30 -8
- package/packages/pi-coding-agent/dist/core/skills.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/slash-commands.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/slash-commands.js +1 -0
- package/packages/pi-coding-agent/dist/core/slash-commands.js.map +1 -1
- package/packages/pi-coding-agent/dist/index.d.ts +2 -2
- package/packages/pi-coding-agent/dist/index.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/index.js +1 -1
- package/packages/pi-coding-agent/dist/index.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/footer.js +3 -2
- package/packages/pi-coding-agent/dist/modes/interactive/components/footer.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.js +6 -4
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/slash-command-handlers.d.ts +5 -0
- package/packages/pi-coding-agent/dist/modes/interactive/slash-command-handlers.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/slash-command-handlers.js +12 -0
- package/packages/pi-coding-agent/dist/modes/interactive/slash-command-handlers.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/theme/themes.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/theme/themes.js +2 -1
- package/packages/pi-coding-agent/dist/modes/interactive/theme/themes.js.map +1 -1
- package/packages/pi-coding-agent/package.json +1 -1
- package/packages/pi-coding-agent/src/core/agent-session.ts +2 -1
- package/packages/pi-coding-agent/src/core/bash-executor.ts +10 -2
- package/packages/pi-coding-agent/src/core/extensions/index.ts +2 -0
- package/packages/pi-coding-agent/src/core/extensions/runner.ts +18 -0
- package/packages/pi-coding-agent/src/core/extensions/types.ts +21 -0
- package/packages/pi-coding-agent/src/core/extensions/wrapper.ts +9 -0
- package/packages/pi-coding-agent/src/core/package-manager.ts +10 -1
- package/packages/pi-coding-agent/src/core/skills.ts +35 -10
- package/packages/pi-coding-agent/src/core/slash-commands.ts +1 -0
- package/packages/pi-coding-agent/src/index.ts +4 -0
- package/packages/pi-coding-agent/src/modes/interactive/components/footer.ts +3 -2
- package/packages/pi-coding-agent/src/modes/interactive/interactive-mode.ts +6 -4
- package/packages/pi-coding-agent/src/modes/interactive/slash-command-handlers.ts +15 -0
- package/packages/pi-coding-agent/src/modes/interactive/theme/themes.ts +2 -1
- package/pkg/dist/modes/interactive/theme/themes.d.ts.map +1 -1
- package/pkg/dist/modes/interactive/theme/themes.js +2 -1
- package/pkg/dist/modes/interactive/theme/themes.js.map +1 -1
- package/pkg/package.json +1 -1
- package/scripts/postinstall.js +163 -6
- package/src/resources/extensions/async-jobs/async-bash-tool.ts +3 -1
- package/src/resources/extensions/bg-shell/interaction.ts +3 -1
- package/src/resources/extensions/bg-shell/process-manager.ts +4 -1
- package/src/resources/extensions/claude-code-cli/partial-builder.ts +5 -0
- package/src/resources/extensions/claude-code-cli/tests/partial-builder.test.ts +105 -0
- package/src/resources/extensions/gsd/auto/phases.ts +15 -1
- package/src/resources/extensions/gsd/auto/session.ts +6 -0
- package/src/resources/extensions/gsd/auto-dashboard.ts +31 -3
- package/src/resources/extensions/gsd/auto-dispatch.ts +84 -51
- package/src/resources/extensions/gsd/auto-observability.ts +72 -0
- package/src/resources/extensions/gsd/auto-post-unit.ts +56 -83
- package/src/resources/extensions/gsd/auto-prompts.ts +48 -0
- package/src/resources/extensions/gsd/auto-recovery.ts +19 -26
- package/src/resources/extensions/gsd/auto-utils.ts +25 -0
- package/src/resources/extensions/gsd/auto.ts +15 -5
- package/src/resources/extensions/gsd/bootstrap/register-hooks.ts +17 -0
- package/src/resources/extensions/gsd/crash-recovery.ts +6 -2
- package/src/resources/extensions/gsd/custom-execution-policy.ts +3 -2
- package/src/resources/extensions/gsd/custom-verification.ts +3 -1
- package/src/resources/extensions/gsd/custom-workflow-engine.ts +3 -2
- package/src/resources/extensions/gsd/dashboard-overlay.ts +7 -0
- package/src/resources/extensions/gsd/detection.ts +662 -3
- package/src/resources/extensions/gsd/dispatch-guard.ts +2 -1
- package/src/resources/extensions/gsd/docs/preferences-reference.md +15 -0
- package/src/resources/extensions/gsd/files.ts +6 -1
- package/src/resources/extensions/gsd/guided-flow.ts +11 -0
- package/src/resources/extensions/gsd/init-wizard.ts +9 -1
- package/src/resources/extensions/gsd/model-router.ts +25 -0
- package/src/resources/extensions/gsd/notifications.ts +23 -0
- package/src/resources/extensions/gsd/observability-validator.ts +456 -0
- package/src/resources/extensions/gsd/preferences-skills.ts +11 -5
- package/src/resources/extensions/gsd/preferences-types.ts +20 -0
- package/src/resources/extensions/gsd/preferences-validation.ts +26 -0
- package/src/resources/extensions/gsd/preferences.ts +3 -0
- package/src/resources/extensions/gsd/prompts/forensics.md +11 -7
- package/src/resources/extensions/gsd/prompts/validate-milestone.md +6 -1
- package/src/resources/extensions/gsd/provider-error-pause.ts +9 -0
- package/src/resources/extensions/gsd/roadmap-mutations.ts +134 -0
- package/src/resources/extensions/gsd/rtk-status.ts +53 -0
- package/src/resources/extensions/gsd/rule-registry.ts +10 -11
- package/src/resources/extensions/gsd/session-forensics.ts +7 -3
- package/src/resources/extensions/gsd/skill-catalog.ts +1085 -0
- package/src/resources/extensions/gsd/skill-discovery.ts +3 -2
- package/src/resources/extensions/gsd/skill-health.ts +2 -2
- package/src/resources/extensions/gsd/skill-telemetry.ts +15 -5
- package/src/resources/extensions/gsd/state.ts +16 -5
- package/src/resources/extensions/gsd/templates/milestone-validation.md +12 -0
- package/src/resources/extensions/gsd/templates/preferences.md +2 -0
- package/src/resources/extensions/gsd/tests/auto-dashboard.test.ts +16 -0
- package/src/resources/extensions/gsd/tests/auto-lock-creation.test.ts +2 -2
- package/src/resources/extensions/gsd/tests/auto-loop.test.ts +68 -0
- package/src/resources/extensions/gsd/tests/complete-milestone.test.ts +2 -2
- package/src/resources/extensions/gsd/tests/crash-recovery.test.ts +5 -3
- package/src/resources/extensions/gsd/tests/custom-verification.test.ts +33 -0
- package/src/resources/extensions/gsd/tests/derive-state-db.test.ts +4 -3
- package/src/resources/extensions/gsd/tests/detection.test.ts +838 -0
- package/src/resources/extensions/gsd/tests/dist-redirect.mjs +28 -9
- package/src/resources/extensions/gsd/tests/double-merge-guard.test.ts +97 -0
- package/src/resources/extensions/gsd/tests/idle-recovery.test.ts +63 -0
- package/src/resources/extensions/gsd/tests/model-router.test.ts +40 -0
- package/src/resources/extensions/gsd/tests/notifications.test.ts +28 -6
- package/src/resources/extensions/gsd/tests/plan-quality-validator.test.ts +474 -0
- package/src/resources/extensions/gsd/tests/preferences.test.ts +50 -0
- package/src/resources/extensions/gsd/tests/queue-reorder-e2e.test.ts +40 -0
- package/src/resources/extensions/gsd/tests/reactive-executor.test.ts +6 -6
- package/src/resources/extensions/gsd/tests/retry-diagnostic-reasoning.test.ts +161 -0
- package/src/resources/extensions/gsd/tests/retry-state-reset.test.ts +4 -5
- package/src/resources/extensions/gsd/tests/rewrite-count-persist.test.ts +82 -0
- package/src/resources/extensions/gsd/tests/run-uat.test.ts +146 -0
- package/src/resources/extensions/gsd/tests/sidecar-queue.test.ts +12 -12
- package/src/resources/extensions/gsd/tests/skill-catalog.test.ts +193 -0
- package/src/resources/extensions/gsd/tests/terminated-transient.test.ts +24 -0
- package/src/resources/extensions/gsd/tests/triage-dispatch.test.ts +2 -2
- package/src/resources/extensions/gsd/types.ts +2 -0
- package/src/resources/extensions/gsd/undo.ts +8 -7
- package/src/resources/extensions/gsd/unit-runtime.ts +2 -1
- package/src/resources/extensions/gsd/verification-gate.ts +3 -1
- package/src/resources/extensions/shared/rtk-session-stats.ts +249 -0
- package/src/resources/extensions/shared/rtk.ts +120 -0
- package/dist/web/standalone/.next/server/chunks/229.js +0 -12
- package/dist/web/standalone/.next/server/chunks/441.js +0 -2
- package/dist/web/standalone/.next/server/chunks/471.js +0 -13
- package/dist/web/standalone/.next/static/MQOhBnkC_TLtNn_JvZWDj/_buildManifest.js +0 -1
- package/dist/web/standalone/.next/static/chunks/4024.7c75ac378de0f2b5.js +0 -9
- package/dist/web/standalone/.next/static/chunks/app/_global-error/page-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/boot/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/bridge-terminal/input/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/bridge-terminal/resize/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/bridge-terminal/stream/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/browse-directories/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/captures/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/cleanup/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/dev-mode/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/doctor/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/export-data/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/files/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/forensics/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/git/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/history/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/hooks/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/inspect/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/knowledge/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/live-state/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/onboarding/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/preferences/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/projects/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/recovery/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/remote-questions/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/session/browser/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/session/command/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/session/events/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/session/manage/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/settings-data/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/shutdown/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/skill-health/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/steer/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/switch-root/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/input/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/resize/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/sessions/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/stream/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/terminal/upload/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/undo/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/update/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/api/visualizer/route-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/app/page-12dd5ece0df4badc.js +0 -1
- package/dist/web/standalone/.next/static/chunks/main-app-d3d4c336195465f9.js +0 -1
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/app-error-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/forbidden-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/global-error-ab5a8926e07ec673.js +0 -1
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/not-found-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/next/dist/client/components/builtin/unauthorized-d83ba70a25a85472.js +0 -1
- package/dist/web/standalone/.next/static/chunks/webpack-2473ce2c3879fff4.js +0 -1
- package/dist/web/standalone/.next/static/css/dd4ae3f58ac9b600.css +0 -1
- package/packages/pi-ai/pnpm-lock.yaml +0 -2022
- package/packages/pi-coding-agent/pnpm-lock.yaml +0 -454
- /package/dist/web/standalone/.next/static/{MQOhBnkC_TLtNn_JvZWDj → 5_KeZz1X0tXJK-d_4OhjB}/_ssgManifest.js +0 -0
|
@@ -1,2022 +0,0 @@
|
|
|
1
|
-
lockfileVersion: '9.0'
|
|
2
|
-
|
|
3
|
-
settings:
|
|
4
|
-
autoInstallPeers: true
|
|
5
|
-
excludeLinksFromLockfile: false
|
|
6
|
-
|
|
7
|
-
importers:
|
|
8
|
-
|
|
9
|
-
.:
|
|
10
|
-
dependencies:
|
|
11
|
-
'@anthropic-ai/sdk':
|
|
12
|
-
specifier: ^0.73.0
|
|
13
|
-
version: 0.73.0(zod@4.3.6)
|
|
14
|
-
'@aws-sdk/client-bedrock-runtime':
|
|
15
|
-
specifier: ^3.983.0
|
|
16
|
-
version: 3.1009.0
|
|
17
|
-
'@google/genai':
|
|
18
|
-
specifier: ^1.40.0
|
|
19
|
-
version: 1.45.0
|
|
20
|
-
'@mistralai/mistralai':
|
|
21
|
-
specifier: 1.14.1
|
|
22
|
-
version: 1.14.1
|
|
23
|
-
'@sinclair/typebox':
|
|
24
|
-
specifier: ^0.34.41
|
|
25
|
-
version: 0.34.48
|
|
26
|
-
ajv:
|
|
27
|
-
specifier: ^8.17.1
|
|
28
|
-
version: 8.18.0
|
|
29
|
-
ajv-formats:
|
|
30
|
-
specifier: ^3.0.1
|
|
31
|
-
version: 3.0.1(ajv@8.18.0)
|
|
32
|
-
chalk:
|
|
33
|
-
specifier: ^5.6.2
|
|
34
|
-
version: 5.6.2
|
|
35
|
-
openai:
|
|
36
|
-
specifier: 6.26.0
|
|
37
|
-
version: 6.26.0(ws@8.19.0)(zod@4.3.6)
|
|
38
|
-
proxy-agent:
|
|
39
|
-
specifier: ^6.5.0
|
|
40
|
-
version: 6.5.0
|
|
41
|
-
undici:
|
|
42
|
-
specifier: ^7.24.2
|
|
43
|
-
version: 7.24.4
|
|
44
|
-
zod-to-json-schema:
|
|
45
|
-
specifier: ^3.24.6
|
|
46
|
-
version: 3.25.1(zod@4.3.6)
|
|
47
|
-
devDependencies:
|
|
48
|
-
'@smithy/node-http-handler':
|
|
49
|
-
specifier: ^4.5.0
|
|
50
|
-
version: 4.5.0
|
|
51
|
-
|
|
52
|
-
packages:
|
|
53
|
-
|
|
54
|
-
'@anthropic-ai/sdk@0.73.0':
|
|
55
|
-
resolution: {integrity: sha512-URURVzhxXGJDGUGFunIOtBlSl7KWvZiAAKY/ttTkZAkXT9bTPqdk2eK0b8qqSxXpikh3QKPnPYpiyX98zf5ebw==}
|
|
56
|
-
hasBin: true
|
|
57
|
-
peerDependencies:
|
|
58
|
-
zod: ^3.25.0 || ^4.0.0
|
|
59
|
-
peerDependenciesMeta:
|
|
60
|
-
zod:
|
|
61
|
-
optional: true
|
|
62
|
-
|
|
63
|
-
'@aws-crypto/crc32@5.2.0':
|
|
64
|
-
resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==}
|
|
65
|
-
engines: {node: '>=16.0.0'}
|
|
66
|
-
|
|
67
|
-
'@aws-crypto/sha256-browser@5.2.0':
|
|
68
|
-
resolution: {integrity: sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==}
|
|
69
|
-
|
|
70
|
-
'@aws-crypto/sha256-js@5.2.0':
|
|
71
|
-
resolution: {integrity: sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==}
|
|
72
|
-
engines: {node: '>=16.0.0'}
|
|
73
|
-
|
|
74
|
-
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
75
|
-
resolution: {integrity: sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==}
|
|
76
|
-
|
|
77
|
-
'@aws-crypto/util@5.2.0':
|
|
78
|
-
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
|
|
79
|
-
|
|
80
|
-
'@aws-sdk/client-bedrock-runtime@3.1009.0':
|
|
81
|
-
resolution: {integrity: sha512-0k9d0oO6nw3Y6jtgs1cmMPNuwAVPQahIoshKK3NDfhVQR1wNC90/gSpdfa9GKswe8XRq/ZZlq7ny0qM1rd/Hkg==}
|
|
82
|
-
engines: {node: '>=20.0.0'}
|
|
83
|
-
|
|
84
|
-
'@aws-sdk/core@3.973.20':
|
|
85
|
-
resolution: {integrity: sha512-i3GuX+lowD892F3IuJf8o6AbyDupMTdyTxQrCJGcn71ni5hTZ82L4nQhcdumxZ7XPJRJJVHS/CR3uYOIIs0PVA==}
|
|
86
|
-
engines: {node: '>=20.0.0'}
|
|
87
|
-
|
|
88
|
-
'@aws-sdk/credential-provider-env@3.972.18':
|
|
89
|
-
resolution: {integrity: sha512-X0B8AlQY507i5DwjLByeU2Af4ARsl9Vr84koDcXCbAkplmU+1xBFWxEPrWRAoh56waBne/yJqEloSwvRf4x6XA==}
|
|
90
|
-
engines: {node: '>=20.0.0'}
|
|
91
|
-
|
|
92
|
-
'@aws-sdk/credential-provider-http@3.972.20':
|
|
93
|
-
resolution: {integrity: sha512-ey9Lelj001+oOfrbKmS6R2CJAiXX7QKY4Vj9VJv6L2eE6/VjD8DocHIoYqztTm70xDLR4E1jYPTKfIui+eRNDA==}
|
|
94
|
-
engines: {node: '>=20.0.0'}
|
|
95
|
-
|
|
96
|
-
'@aws-sdk/credential-provider-ini@3.972.20':
|
|
97
|
-
resolution: {integrity: sha512-5flXSnKHMloObNF+9N0cupKegnH1Z37cdVlpETVgx8/rAhCe+VNlkcZH3HDg2SDn9bI765S+rhNPXGDJJPfbtA==}
|
|
98
|
-
engines: {node: '>=20.0.0'}
|
|
99
|
-
|
|
100
|
-
'@aws-sdk/credential-provider-login@3.972.20':
|
|
101
|
-
resolution: {integrity: sha512-gEWo54nfqp2jABMu6HNsjVC4hDLpg9HC8IKSJnp0kqWtxIJYHTmiLSsIfI4ScQjxEwpB+jOOH8dOLax1+hy/Hw==}
|
|
102
|
-
engines: {node: '>=20.0.0'}
|
|
103
|
-
|
|
104
|
-
'@aws-sdk/credential-provider-node@3.972.21':
|
|
105
|
-
resolution: {integrity: sha512-hah8if3/B/Q+LBYN5FukyQ1Mym6PLPDsBOBsIgNEYD6wLyZg0UmUF/OKIVC3nX9XH8TfTPuITK+7N/jenVACWA==}
|
|
106
|
-
engines: {node: '>=20.0.0'}
|
|
107
|
-
|
|
108
|
-
'@aws-sdk/credential-provider-process@3.972.18':
|
|
109
|
-
resolution: {integrity: sha512-Tpl7SRaPoOLT32jbTWchPsn52hYYgJ0kpiFgnwk8pxTANQdUymVSZkzFvv1+oOgZm1CrbQUP9MBeoMZ9IzLZjA==}
|
|
110
|
-
engines: {node: '>=20.0.0'}
|
|
111
|
-
|
|
112
|
-
'@aws-sdk/credential-provider-sso@3.972.20':
|
|
113
|
-
resolution: {integrity: sha512-p+R+PYR5Z7Gjqf/6pvbCnzEHcqPCpLzR7Yf127HjJ6EAb4hUcD+qsNRnuww1sB/RmSeCLxyay8FMyqREw4p1RA==}
|
|
114
|
-
engines: {node: '>=20.0.0'}
|
|
115
|
-
|
|
116
|
-
'@aws-sdk/credential-provider-web-identity@3.972.20':
|
|
117
|
-
resolution: {integrity: sha512-rWCmh8o7QY4CsUj63qopzMzkDq/yPpkrpb+CnjBEFSOg/02T/we7sSTVg4QsDiVS9uwZ8VyONhq98qt+pIh3KA==}
|
|
118
|
-
engines: {node: '>=20.0.0'}
|
|
119
|
-
|
|
120
|
-
'@aws-sdk/eventstream-handler-node@3.972.11':
|
|
121
|
-
resolution: {integrity: sha512-2IrLrOruRr1NhTK0vguBL1gCWv1pu4bf4KaqpsA+/vCJpFEbvXFawn71GvCzk1wyjnDUsemtKypqoKGv4cSGbA==}
|
|
122
|
-
engines: {node: '>=20.0.0'}
|
|
123
|
-
|
|
124
|
-
'@aws-sdk/middleware-eventstream@3.972.8':
|
|
125
|
-
resolution: {integrity: sha512-r+oP+tbCxgqXVC3pu3MUVePgSY0ILMjA+aEwOosS77m3/DRbtvHrHwqvMcw+cjANMeGzJ+i0ar+n77KXpRA8RQ==}
|
|
126
|
-
engines: {node: '>=20.0.0'}
|
|
127
|
-
|
|
128
|
-
'@aws-sdk/middleware-host-header@3.972.8':
|
|
129
|
-
resolution: {integrity: sha512-wAr2REfKsqoKQ+OkNqvOShnBoh+nkPurDKW7uAeVSu6kUECnWlSJiPvnoqxGlfousEY/v9LfS9sNc46hjSYDIQ==}
|
|
130
|
-
engines: {node: '>=20.0.0'}
|
|
131
|
-
|
|
132
|
-
'@aws-sdk/middleware-logger@3.972.8':
|
|
133
|
-
resolution: {integrity: sha512-CWl5UCM57WUFaFi5kB7IBY1UmOeLvNZAZ2/OZ5l20ldiJ3TiIz1pC65gYj8X0BCPWkeR1E32mpsCk1L1I4n+lA==}
|
|
134
|
-
engines: {node: '>=20.0.0'}
|
|
135
|
-
|
|
136
|
-
'@aws-sdk/middleware-recursion-detection@3.972.8':
|
|
137
|
-
resolution: {integrity: sha512-BnnvYs2ZEpdlmZ2PNlV2ZyQ8j8AEkMTjN79y/YA475ER1ByFYrkVR85qmhni8oeTaJcDqbx364wDpitDAA/wCA==}
|
|
138
|
-
engines: {node: '>=20.0.0'}
|
|
139
|
-
|
|
140
|
-
'@aws-sdk/middleware-user-agent@3.972.21':
|
|
141
|
-
resolution: {integrity: sha512-62XRl1GDYPpkt7cx1AX1SPy9wgNE9Iw/NPuurJu4lmhCWS7sGKO+kS53TQ8eRmIxy3skmvNInnk0ZbWrU5Dpyg==}
|
|
142
|
-
engines: {node: '>=20.0.0'}
|
|
143
|
-
|
|
144
|
-
'@aws-sdk/middleware-websocket@3.972.13':
|
|
145
|
-
resolution: {integrity: sha512-Gp6EWIqHX5wmsOR5ZxWyyzEU8P0xBdSxkm6VHEwXwBqScKZ7QWRoj6ZmHpr+S44EYb5tuzGya4ottsogSu2W3A==}
|
|
146
|
-
engines: {node: '>= 14.0.0'}
|
|
147
|
-
|
|
148
|
-
'@aws-sdk/nested-clients@3.996.10':
|
|
149
|
-
resolution: {integrity: sha512-SlDol5Z+C7Ivnc2rKGqiqfSUmUZzY1qHfVs9myt/nxVwswgfpjdKahyTzLTx802Zfq0NFRs7AejwKzzzl5Co2w==}
|
|
150
|
-
engines: {node: '>=20.0.0'}
|
|
151
|
-
|
|
152
|
-
'@aws-sdk/region-config-resolver@3.972.8':
|
|
153
|
-
resolution: {integrity: sha512-1eD4uhTDeambO/PNIDVG19A6+v4NdD7xzwLHDutHsUqz0B+i661MwQB2eYO4/crcCvCiQG4SRm1k81k54FEIvw==}
|
|
154
|
-
engines: {node: '>=20.0.0'}
|
|
155
|
-
|
|
156
|
-
'@aws-sdk/token-providers@3.1009.0':
|
|
157
|
-
resolution: {integrity: sha512-KCPLuTqN9u0Rr38Arln78fRG9KXpzsPWmof+PZzfAHMMQq2QED6YjQrkrfiH7PDefLWEposY1o4/eGwrmKA4JA==}
|
|
158
|
-
engines: {node: '>=20.0.0'}
|
|
159
|
-
|
|
160
|
-
'@aws-sdk/types@3.973.6':
|
|
161
|
-
resolution: {integrity: sha512-Atfcy4E++beKtwJHiDln2Nby8W/mam64opFPTiHEqgsthqeydFS1pY+OUlN1ouNOmf8ArPU/6cDS65anOP3KQw==}
|
|
162
|
-
engines: {node: '>=20.0.0'}
|
|
163
|
-
|
|
164
|
-
'@aws-sdk/util-endpoints@3.996.5':
|
|
165
|
-
resolution: {integrity: sha512-Uh93L5sXFNbyR5sEPMzUU8tJ++Ku97EY4udmC01nB8Zu+xfBPwpIwJ6F7snqQeq8h2pf+8SGN5/NoytfKgYPIw==}
|
|
166
|
-
engines: {node: '>=20.0.0'}
|
|
167
|
-
|
|
168
|
-
'@aws-sdk/util-format-url@3.972.8':
|
|
169
|
-
resolution: {integrity: sha512-J6DS9oocrgxM8xlUTTmQOuwRF6rnAGEujAN9SAzllcrQmwn5iJ58ogxy3SEhD0Q7JZvlA5jvIXBkpQRqEqlE9A==}
|
|
170
|
-
engines: {node: '>=20.0.0'}
|
|
171
|
-
|
|
172
|
-
'@aws-sdk/util-locate-window@3.965.5':
|
|
173
|
-
resolution: {integrity: sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==}
|
|
174
|
-
engines: {node: '>=20.0.0'}
|
|
175
|
-
|
|
176
|
-
'@aws-sdk/util-user-agent-browser@3.972.8':
|
|
177
|
-
resolution: {integrity: sha512-B3KGXJviV2u6Cdw2SDY2aDhoJkVfY/Q/Trwk2CMSkikE1Oi6gRzxhvhIfiRpHfmIsAhV4EA54TVEX8K6CbHbkA==}
|
|
178
|
-
|
|
179
|
-
'@aws-sdk/util-user-agent-node@3.973.7':
|
|
180
|
-
resolution: {integrity: sha512-Hz6EZMUAEzqUd7e+vZ9LE7mn+5gMbxltXy18v+YSFY+9LBJz15wkNZvw5JqfX3z0FS9n3bgUtz3L5rAsfh4YlA==}
|
|
181
|
-
engines: {node: '>=20.0.0'}
|
|
182
|
-
peerDependencies:
|
|
183
|
-
aws-crt: '>=1.0.0'
|
|
184
|
-
peerDependenciesMeta:
|
|
185
|
-
aws-crt:
|
|
186
|
-
optional: true
|
|
187
|
-
|
|
188
|
-
'@aws-sdk/xml-builder@3.972.11':
|
|
189
|
-
resolution: {integrity: sha512-iitV/gZKQMvY9d7ovmyFnFuTHbBAtrmLnvaSb/3X8vOKyevwtpmEtyc8AdhVWZe0pI/1GsHxlEvQeOePFzy7KQ==}
|
|
190
|
-
engines: {node: '>=20.0.0'}
|
|
191
|
-
|
|
192
|
-
'@aws/lambda-invoke-store@0.2.4':
|
|
193
|
-
resolution: {integrity: sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==}
|
|
194
|
-
engines: {node: '>=18.0.0'}
|
|
195
|
-
|
|
196
|
-
'@babel/runtime@7.28.6':
|
|
197
|
-
resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
|
|
198
|
-
engines: {node: '>=6.9.0'}
|
|
199
|
-
|
|
200
|
-
'@google/genai@1.45.0':
|
|
201
|
-
resolution: {integrity: sha512-+sNRWhKiRibVgc4OKi7aBJJ0A7RcoVD8tGG+eFkqxAWRjASDW+ktS9lLwTDnAxZICzCVoeAdu8dYLJVTX60N9w==}
|
|
202
|
-
engines: {node: '>=20.0.0'}
|
|
203
|
-
peerDependencies:
|
|
204
|
-
'@modelcontextprotocol/sdk': ^1.25.2
|
|
205
|
-
peerDependenciesMeta:
|
|
206
|
-
'@modelcontextprotocol/sdk':
|
|
207
|
-
optional: true
|
|
208
|
-
|
|
209
|
-
'@isaacs/cliui@8.0.2':
|
|
210
|
-
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
|
211
|
-
engines: {node: '>=12'}
|
|
212
|
-
|
|
213
|
-
'@mistralai/mistralai@1.14.1':
|
|
214
|
-
resolution: {integrity: sha512-IiLmmZFCCTReQgPAT33r7KQ1nYo5JPdvGkrkZqA8qQ2qB1GHgs5LoP5K2ICyrjnpw2n8oSxMM/VP+liiKcGNlQ==}
|
|
215
|
-
|
|
216
|
-
'@pkgjs/parseargs@0.11.0':
|
|
217
|
-
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
218
|
-
engines: {node: '>=14'}
|
|
219
|
-
|
|
220
|
-
'@protobufjs/aspromise@1.1.2':
|
|
221
|
-
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
|
|
222
|
-
|
|
223
|
-
'@protobufjs/base64@1.1.2':
|
|
224
|
-
resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==}
|
|
225
|
-
|
|
226
|
-
'@protobufjs/codegen@2.0.4':
|
|
227
|
-
resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==}
|
|
228
|
-
|
|
229
|
-
'@protobufjs/eventemitter@1.1.0':
|
|
230
|
-
resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==}
|
|
231
|
-
|
|
232
|
-
'@protobufjs/fetch@1.1.0':
|
|
233
|
-
resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==}
|
|
234
|
-
|
|
235
|
-
'@protobufjs/float@1.0.2':
|
|
236
|
-
resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==}
|
|
237
|
-
|
|
238
|
-
'@protobufjs/inquire@1.1.0':
|
|
239
|
-
resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==}
|
|
240
|
-
|
|
241
|
-
'@protobufjs/path@1.1.2':
|
|
242
|
-
resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==}
|
|
243
|
-
|
|
244
|
-
'@protobufjs/pool@1.1.0':
|
|
245
|
-
resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==}
|
|
246
|
-
|
|
247
|
-
'@protobufjs/utf8@1.1.0':
|
|
248
|
-
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
|
|
249
|
-
|
|
250
|
-
'@sinclair/typebox@0.34.48':
|
|
251
|
-
resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==}
|
|
252
|
-
|
|
253
|
-
'@smithy/abort-controller@4.2.12':
|
|
254
|
-
resolution: {integrity: sha512-xolrFw6b+2iYGl6EcOL7IJY71vvyZ0DJ3mcKtpykqPe2uscwtzDZJa1uVQXyP7w9Dd+kGwYnPbMsJrGISKiY/Q==}
|
|
255
|
-
engines: {node: '>=18.0.0'}
|
|
256
|
-
|
|
257
|
-
'@smithy/config-resolver@4.4.11':
|
|
258
|
-
resolution: {integrity: sha512-YxFiiG4YDAtX7WMN7RuhHZLeTmRRAOyCbr+zB8e3AQzHPnUhS8zXjB1+cniPVQI3xbWsQPM0X2aaIkO/ME0ymw==}
|
|
259
|
-
engines: {node: '>=18.0.0'}
|
|
260
|
-
|
|
261
|
-
'@smithy/core@3.23.12':
|
|
262
|
-
resolution: {integrity: sha512-o9VycsYNtgC+Dy3I0yrwCqv9CWicDnke0L7EVOrZtJpjb2t0EjaEofmMrYc0T1Kn3yk32zm6cspxF9u9Bj7e5w==}
|
|
263
|
-
engines: {node: '>=18.0.0'}
|
|
264
|
-
|
|
265
|
-
'@smithy/credential-provider-imds@4.2.12':
|
|
266
|
-
resolution: {integrity: sha512-cr2lR792vNZcYMriSIj+Um3x9KWrjcu98kn234xA6reOAFMmbRpQMOv8KPgEmLLtx3eldU6c5wALKFqNOhugmg==}
|
|
267
|
-
engines: {node: '>=18.0.0'}
|
|
268
|
-
|
|
269
|
-
'@smithy/eventstream-codec@4.2.12':
|
|
270
|
-
resolution: {integrity: sha512-FE3bZdEl62ojmy8x4FHqxq2+BuOHlcxiH5vaZ6aqHJr3AIZzwF5jfx8dEiU/X0a8RboyNDjmXjlbr8AdEyLgiA==}
|
|
271
|
-
engines: {node: '>=18.0.0'}
|
|
272
|
-
|
|
273
|
-
'@smithy/eventstream-serde-browser@4.2.12':
|
|
274
|
-
resolution: {integrity: sha512-XUSuMxlTxV5pp4VpqZf6Sa3vT/Q75FVkLSpSSE3KkWBvAQWeuWt1msTv8fJfgA4/jcJhrbrbMzN1AC/hvPmm5A==}
|
|
275
|
-
engines: {node: '>=18.0.0'}
|
|
276
|
-
|
|
277
|
-
'@smithy/eventstream-serde-config-resolver@4.3.12':
|
|
278
|
-
resolution: {integrity: sha512-7epsAZ3QvfHkngz6RXQYseyZYHlmWXSTPOfPmXkiS+zA6TBNo1awUaMFL9vxyXlGdoELmCZyZe1nQE+imbmV+Q==}
|
|
279
|
-
engines: {node: '>=18.0.0'}
|
|
280
|
-
|
|
281
|
-
'@smithy/eventstream-serde-node@4.2.12':
|
|
282
|
-
resolution: {integrity: sha512-D1pFuExo31854eAvg89KMn9Oab/wEeJR6Buy32B49A9Ogdtx5fwZPqBHUlDzaCDpycTFk2+fSQgX689Qsk7UGA==}
|
|
283
|
-
engines: {node: '>=18.0.0'}
|
|
284
|
-
|
|
285
|
-
'@smithy/eventstream-serde-universal@4.2.12':
|
|
286
|
-
resolution: {integrity: sha512-+yNuTiyBACxOJUTvbsNsSOfH9G9oKbaJE1lNL3YHpGcuucl6rPZMi3nrpehpVOVR2E07YqFFmtwpImtpzlouHQ==}
|
|
287
|
-
engines: {node: '>=18.0.0'}
|
|
288
|
-
|
|
289
|
-
'@smithy/fetch-http-handler@5.3.15':
|
|
290
|
-
resolution: {integrity: sha512-T4jFU5N/yiIfrtrsb9uOQn7RdELdM/7HbyLNr6uO/mpkj1ctiVs7CihVr51w4LyQlXWDpXFn4BElf1WmQvZu/A==}
|
|
291
|
-
engines: {node: '>=18.0.0'}
|
|
292
|
-
|
|
293
|
-
'@smithy/hash-node@4.2.12':
|
|
294
|
-
resolution: {integrity: sha512-QhBYbGrbxTkZ43QoTPrK72DoYviDeg6YKDrHTMJbbC+A0sml3kSjzFtXP7BtbyJnXojLfTQldGdUR0RGD8dA3w==}
|
|
295
|
-
engines: {node: '>=18.0.0'}
|
|
296
|
-
|
|
297
|
-
'@smithy/invalid-dependency@4.2.12':
|
|
298
|
-
resolution: {integrity: sha512-/4F1zb7Z8LOu1PalTdESFHR0RbPwHd3FcaG1sI3UEIriQTWakysgJr65lc1jj6QY5ye7aFsisajotH6UhWfm/g==}
|
|
299
|
-
engines: {node: '>=18.0.0'}
|
|
300
|
-
|
|
301
|
-
'@smithy/is-array-buffer@2.2.0':
|
|
302
|
-
resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==}
|
|
303
|
-
engines: {node: '>=14.0.0'}
|
|
304
|
-
|
|
305
|
-
'@smithy/is-array-buffer@4.2.2':
|
|
306
|
-
resolution: {integrity: sha512-n6rQ4N8Jj4YTQO3YFrlgZuwKodf4zUFs7EJIWH86pSCWBaAtAGBFfCM7Wx6D2bBJ2xqFNxGBSrUWswT3M0VJow==}
|
|
307
|
-
engines: {node: '>=18.0.0'}
|
|
308
|
-
|
|
309
|
-
'@smithy/middleware-content-length@4.2.12':
|
|
310
|
-
resolution: {integrity: sha512-YE58Yz+cvFInWI/wOTrB+DbvUVz/pLn5mC5MvOV4fdRUc6qGwygyngcucRQjAhiCEbmfLOXX0gntSIcgMvAjmA==}
|
|
311
|
-
engines: {node: '>=18.0.0'}
|
|
312
|
-
|
|
313
|
-
'@smithy/middleware-endpoint@4.4.26':
|
|
314
|
-
resolution: {integrity: sha512-8Qfikvd2GVKSm8S6IbjfwFlRY9VlMrj0Dp4vTwAuhqbX7NhJKE5DQc2bnfJIcY0B+2YKMDBWfvexbSZeejDgeg==}
|
|
315
|
-
engines: {node: '>=18.0.0'}
|
|
316
|
-
|
|
317
|
-
'@smithy/middleware-retry@4.4.43':
|
|
318
|
-
resolution: {integrity: sha512-ZwsifBdyuNHrFGmbc7bAfP2b54+kt9J2rhFd18ilQGAB+GDiP4SrawqyExbB7v455QVR7Psyhb2kjULvBPIhvA==}
|
|
319
|
-
engines: {node: '>=18.0.0'}
|
|
320
|
-
|
|
321
|
-
'@smithy/middleware-serde@4.2.15':
|
|
322
|
-
resolution: {integrity: sha512-ExYhcltZSli0pgAKOpQQe1DLFBLryeZ22605y/YS+mQpdNWekum9Ujb/jMKfJKgjtz1AZldtwA/wCYuKJgjjlg==}
|
|
323
|
-
engines: {node: '>=18.0.0'}
|
|
324
|
-
|
|
325
|
-
'@smithy/middleware-stack@4.2.12':
|
|
326
|
-
resolution: {integrity: sha512-kruC5gRHwsCOuyCd4ouQxYjgRAym2uDlCvQ5acuMtRrcdfg7mFBg6blaxcJ09STpt3ziEkis6bhg1uwrWU7txw==}
|
|
327
|
-
engines: {node: '>=18.0.0'}
|
|
328
|
-
|
|
329
|
-
'@smithy/node-config-provider@4.3.12':
|
|
330
|
-
resolution: {integrity: sha512-tr2oKX2xMcO+rBOjobSwVAkV05SIfUKz8iI53rzxEmgW3GOOPOv0UioSDk+J8OpRQnpnhsO3Af6IEBabQBVmiw==}
|
|
331
|
-
engines: {node: '>=18.0.0'}
|
|
332
|
-
|
|
333
|
-
'@smithy/node-http-handler@4.5.0':
|
|
334
|
-
resolution: {integrity: sha512-Rnq9vQWiR1+/I6NZZMNzJHV6pZYyEHt2ZnuV3MG8z2NNenC4i/8Kzttz7CjZiHSmsN5frhXhg17z3Zqjjhmz1A==}
|
|
335
|
-
engines: {node: '>=18.0.0'}
|
|
336
|
-
|
|
337
|
-
'@smithy/property-provider@4.2.12':
|
|
338
|
-
resolution: {integrity: sha512-jqve46eYU1v7pZ5BM+fmkbq3DerkSluPr5EhvOcHxygxzD05ByDRppRwRPPpFrsFo5yDtCYLKu+kreHKVrvc7A==}
|
|
339
|
-
engines: {node: '>=18.0.0'}
|
|
340
|
-
|
|
341
|
-
'@smithy/protocol-http@5.3.12':
|
|
342
|
-
resolution: {integrity: sha512-fit0GZK9I1xoRlR4jXmbLhoN0OdEpa96ul8M65XdmXnxXkuMxM0Y8HDT0Fh0Xb4I85MBvBClOzgSrV1X2s1Hxw==}
|
|
343
|
-
engines: {node: '>=18.0.0'}
|
|
344
|
-
|
|
345
|
-
'@smithy/querystring-builder@4.2.12':
|
|
346
|
-
resolution: {integrity: sha512-6wTZjGABQufekycfDGMEB84BgtdOE/rCVTov+EDXQ8NHKTUNIp/j27IliwP7tjIU9LR+sSzyGBOXjeEtVgzCHg==}
|
|
347
|
-
engines: {node: '>=18.0.0'}
|
|
348
|
-
|
|
349
|
-
'@smithy/querystring-parser@4.2.12':
|
|
350
|
-
resolution: {integrity: sha512-P2OdvrgiAKpkPNKlKUtWbNZKB1XjPxM086NeVhK+W+wI46pIKdWBe5QyXvhUm3MEcyS/rkLvY8rZzyUdmyDZBw==}
|
|
351
|
-
engines: {node: '>=18.0.0'}
|
|
352
|
-
|
|
353
|
-
'@smithy/service-error-classification@4.2.12':
|
|
354
|
-
resolution: {integrity: sha512-LlP29oSQN0Tw0b6D0Xo6BIikBswuIiGYbRACy5ujw/JgWSzTdYj46U83ssf6Ux0GyNJVivs2uReU8pt7Eu9okQ==}
|
|
355
|
-
engines: {node: '>=18.0.0'}
|
|
356
|
-
|
|
357
|
-
'@smithy/shared-ini-file-loader@4.4.7':
|
|
358
|
-
resolution: {integrity: sha512-HrOKWsUb+otTeo1HxVWeEb99t5ER1XrBi/xka2Wv6NVmTbuCUC1dvlrksdvxFtODLBjsC+PHK+fuy2x/7Ynyiw==}
|
|
359
|
-
engines: {node: '>=18.0.0'}
|
|
360
|
-
|
|
361
|
-
'@smithy/signature-v4@5.3.12':
|
|
362
|
-
resolution: {integrity: sha512-B/FBwO3MVOL00DaRSXfXfa/TRXRheagt/q5A2NM13u7q+sHS59EOVGQNfG7DkmVtdQm5m3vOosoKAXSqn/OEgw==}
|
|
363
|
-
engines: {node: '>=18.0.0'}
|
|
364
|
-
|
|
365
|
-
'@smithy/smithy-client@4.12.6':
|
|
366
|
-
resolution: {integrity: sha512-aib3f0jiMsJ6+cvDnXipBsGDL7ztknYSVqJs1FdN9P+u9tr/VzOR7iygSh6EUOdaBeMCMSh3N0VdyYsG4o91DQ==}
|
|
367
|
-
engines: {node: '>=18.0.0'}
|
|
368
|
-
|
|
369
|
-
'@smithy/types@4.13.1':
|
|
370
|
-
resolution: {integrity: sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==}
|
|
371
|
-
engines: {node: '>=18.0.0'}
|
|
372
|
-
|
|
373
|
-
'@smithy/url-parser@4.2.12':
|
|
374
|
-
resolution: {integrity: sha512-wOPKPEpso+doCZGIlr+e1lVI6+9VAKfL4kZWFgzVgGWY2hZxshNKod4l2LXS3PRC9otH/JRSjtEHqQ/7eLciRA==}
|
|
375
|
-
engines: {node: '>=18.0.0'}
|
|
376
|
-
|
|
377
|
-
'@smithy/util-base64@4.3.2':
|
|
378
|
-
resolution: {integrity: sha512-XRH6b0H/5A3SgblmMa5ErXQ2XKhfbQB+Fm/oyLZ2O2kCUrwgg55bU0RekmzAhuwOjA9qdN5VU2BprOvGGUkOOQ==}
|
|
379
|
-
engines: {node: '>=18.0.0'}
|
|
380
|
-
|
|
381
|
-
'@smithy/util-body-length-browser@4.2.2':
|
|
382
|
-
resolution: {integrity: sha512-JKCrLNOup3OOgmzeaKQwi4ZCTWlYR5H4Gm1r2uTMVBXoemo1UEghk5vtMi1xSu2ymgKVGW631e2fp9/R610ZjQ==}
|
|
383
|
-
engines: {node: '>=18.0.0'}
|
|
384
|
-
|
|
385
|
-
'@smithy/util-body-length-node@4.2.3':
|
|
386
|
-
resolution: {integrity: sha512-ZkJGvqBzMHVHE7r/hcuCxlTY8pQr1kMtdsVPs7ex4mMU+EAbcXppfo5NmyxMYi2XU49eqaz56j2gsk4dHHPG/g==}
|
|
387
|
-
engines: {node: '>=18.0.0'}
|
|
388
|
-
|
|
389
|
-
'@smithy/util-buffer-from@2.2.0':
|
|
390
|
-
resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==}
|
|
391
|
-
engines: {node: '>=14.0.0'}
|
|
392
|
-
|
|
393
|
-
'@smithy/util-buffer-from@4.2.2':
|
|
394
|
-
resolution: {integrity: sha512-FDXD7cvUoFWwN6vtQfEta540Y/YBe5JneK3SoZg9bThSoOAC/eGeYEua6RkBgKjGa/sz6Y+DuBZj3+YEY21y4Q==}
|
|
395
|
-
engines: {node: '>=18.0.0'}
|
|
396
|
-
|
|
397
|
-
'@smithy/util-config-provider@4.2.2':
|
|
398
|
-
resolution: {integrity: sha512-dWU03V3XUprJwaUIFVv4iOnS1FC9HnMHDfUrlNDSh4315v0cWyaIErP8KiqGVbf5z+JupoVpNM7ZB3jFiTejvQ==}
|
|
399
|
-
engines: {node: '>=18.0.0'}
|
|
400
|
-
|
|
401
|
-
'@smithy/util-defaults-mode-browser@4.3.42':
|
|
402
|
-
resolution: {integrity: sha512-0vjwmcvkWAUtikXnWIUOyV6IFHTEeQUYh3JUZcDgcszF+hD/StAsQ3rCZNZEPHgI9kVNcbnyc8P2CBHnwgmcwg==}
|
|
403
|
-
engines: {node: '>=18.0.0'}
|
|
404
|
-
|
|
405
|
-
'@smithy/util-defaults-mode-node@4.2.45':
|
|
406
|
-
resolution: {integrity: sha512-q5dOqqfTgUcLe38TAGiFn9srToKj2YCHJ34QGOLzM+xYLLA+qRZv7N+33kl1MERVusue36ZHnlNaNEvY/PzSrw==}
|
|
407
|
-
engines: {node: '>=18.0.0'}
|
|
408
|
-
|
|
409
|
-
'@smithy/util-endpoints@3.3.3':
|
|
410
|
-
resolution: {integrity: sha512-VACQVe50j0HZPjpwWcjyT51KUQ4AnsvEaQ2lKHOSL4mNLD0G9BjEniQ+yCt1qqfKfiAHRAts26ud7hBjamrwig==}
|
|
411
|
-
engines: {node: '>=18.0.0'}
|
|
412
|
-
|
|
413
|
-
'@smithy/util-hex-encoding@4.2.2':
|
|
414
|
-
resolution: {integrity: sha512-Qcz3W5vuHK4sLQdyT93k/rfrUwdJ8/HZ+nMUOyGdpeGA1Wxt65zYwi3oEl9kOM+RswvYq90fzkNDahPS8K0OIg==}
|
|
415
|
-
engines: {node: '>=18.0.0'}
|
|
416
|
-
|
|
417
|
-
'@smithy/util-middleware@4.2.12':
|
|
418
|
-
resolution: {integrity: sha512-Er805uFUOvgc0l8nv0e0su0VFISoxhJ/AwOn3gL2NWNY2LUEldP5WtVcRYSQBcjg0y9NfG8JYrCJaYDpupBHJQ==}
|
|
419
|
-
engines: {node: '>=18.0.0'}
|
|
420
|
-
|
|
421
|
-
'@smithy/util-retry@4.2.12':
|
|
422
|
-
resolution: {integrity: sha512-1zopLDUEOwumjcHdJ1mwBHddubYF8GMQvstVCLC54Y46rqoHwlIU+8ZzUeaBcD+WCJHyDGSeZ2ml9YSe9aqcoQ==}
|
|
423
|
-
engines: {node: '>=18.0.0'}
|
|
424
|
-
|
|
425
|
-
'@smithy/util-stream@4.5.20':
|
|
426
|
-
resolution: {integrity: sha512-4yXLm5n/B5SRBR2p8cZ90Sbv4zL4NKsgxdzCzp/83cXw2KxLEumt5p+GAVyRNZgQOSrzXn9ARpO0lUe8XSlSDw==}
|
|
427
|
-
engines: {node: '>=18.0.0'}
|
|
428
|
-
|
|
429
|
-
'@smithy/util-uri-escape@4.2.2':
|
|
430
|
-
resolution: {integrity: sha512-2kAStBlvq+lTXHyAZYfJRb/DfS3rsinLiwb+69SstC9Vb0s9vNWkRwpnj918Pfi85mzi42sOqdV72OLxWAISnw==}
|
|
431
|
-
engines: {node: '>=18.0.0'}
|
|
432
|
-
|
|
433
|
-
'@smithy/util-utf8@2.3.0':
|
|
434
|
-
resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==}
|
|
435
|
-
engines: {node: '>=14.0.0'}
|
|
436
|
-
|
|
437
|
-
'@smithy/util-utf8@4.2.2':
|
|
438
|
-
resolution: {integrity: sha512-75MeYpjdWRe8M5E3AW0O4Cx3UadweS+cwdXjwYGBW5h/gxxnbeZ877sLPX/ZJA9GVTlL/qG0dXP29JWFCD1Ayw==}
|
|
439
|
-
engines: {node: '>=18.0.0'}
|
|
440
|
-
|
|
441
|
-
'@smithy/uuid@1.1.2':
|
|
442
|
-
resolution: {integrity: sha512-O/IEdcCUKkubz60tFbGA7ceITTAJsty+lBjNoorP4Z6XRqaFb/OjQjZODophEcuq68nKm6/0r+6/lLQ+XVpk8g==}
|
|
443
|
-
engines: {node: '>=18.0.0'}
|
|
444
|
-
|
|
445
|
-
'@tootallnate/quickjs-emscripten@0.23.0':
|
|
446
|
-
resolution: {integrity: sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==}
|
|
447
|
-
|
|
448
|
-
'@types/node@25.5.0':
|
|
449
|
-
resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==}
|
|
450
|
-
|
|
451
|
-
'@types/retry@0.12.0':
|
|
452
|
-
resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
|
|
453
|
-
|
|
454
|
-
agent-base@7.1.4:
|
|
455
|
-
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
456
|
-
engines: {node: '>= 14'}
|
|
457
|
-
|
|
458
|
-
ajv-formats@3.0.1:
|
|
459
|
-
resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
|
|
460
|
-
peerDependencies:
|
|
461
|
-
ajv: ^8.0.0
|
|
462
|
-
peerDependenciesMeta:
|
|
463
|
-
ajv:
|
|
464
|
-
optional: true
|
|
465
|
-
|
|
466
|
-
ajv@8.18.0:
|
|
467
|
-
resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==}
|
|
468
|
-
|
|
469
|
-
ansi-regex@5.0.1:
|
|
470
|
-
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
471
|
-
engines: {node: '>=8'}
|
|
472
|
-
|
|
473
|
-
ansi-regex@6.2.2:
|
|
474
|
-
resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
|
|
475
|
-
engines: {node: '>=12'}
|
|
476
|
-
|
|
477
|
-
ansi-styles@4.3.0:
|
|
478
|
-
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
479
|
-
engines: {node: '>=8'}
|
|
480
|
-
|
|
481
|
-
ansi-styles@6.2.3:
|
|
482
|
-
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
|
|
483
|
-
engines: {node: '>=12'}
|
|
484
|
-
|
|
485
|
-
ast-types@0.13.4:
|
|
486
|
-
resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==}
|
|
487
|
-
engines: {node: '>=4'}
|
|
488
|
-
|
|
489
|
-
balanced-match@1.0.2:
|
|
490
|
-
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
491
|
-
|
|
492
|
-
base64-js@1.5.1:
|
|
493
|
-
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
|
494
|
-
|
|
495
|
-
basic-ftp@5.2.0:
|
|
496
|
-
resolution: {integrity: sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==}
|
|
497
|
-
engines: {node: '>=10.0.0'}
|
|
498
|
-
|
|
499
|
-
bignumber.js@9.3.1:
|
|
500
|
-
resolution: {integrity: sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==}
|
|
501
|
-
|
|
502
|
-
bowser@2.14.1:
|
|
503
|
-
resolution: {integrity: sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==}
|
|
504
|
-
|
|
505
|
-
brace-expansion@2.0.2:
|
|
506
|
-
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
507
|
-
|
|
508
|
-
buffer-equal-constant-time@1.0.1:
|
|
509
|
-
resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==}
|
|
510
|
-
|
|
511
|
-
chalk@5.6.2:
|
|
512
|
-
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
513
|
-
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
514
|
-
|
|
515
|
-
color-convert@2.0.1:
|
|
516
|
-
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
517
|
-
engines: {node: '>=7.0.0'}
|
|
518
|
-
|
|
519
|
-
color-name@1.1.4:
|
|
520
|
-
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
521
|
-
|
|
522
|
-
cross-spawn@7.0.6:
|
|
523
|
-
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
524
|
-
engines: {node: '>= 8'}
|
|
525
|
-
|
|
526
|
-
data-uri-to-buffer@4.0.1:
|
|
527
|
-
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
|
|
528
|
-
engines: {node: '>= 12'}
|
|
529
|
-
|
|
530
|
-
data-uri-to-buffer@6.0.2:
|
|
531
|
-
resolution: {integrity: sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==}
|
|
532
|
-
engines: {node: '>= 14'}
|
|
533
|
-
|
|
534
|
-
debug@4.4.3:
|
|
535
|
-
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
536
|
-
engines: {node: '>=6.0'}
|
|
537
|
-
peerDependencies:
|
|
538
|
-
supports-color: '*'
|
|
539
|
-
peerDependenciesMeta:
|
|
540
|
-
supports-color:
|
|
541
|
-
optional: true
|
|
542
|
-
|
|
543
|
-
degenerator@5.0.1:
|
|
544
|
-
resolution: {integrity: sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==}
|
|
545
|
-
engines: {node: '>= 14'}
|
|
546
|
-
|
|
547
|
-
eastasianwidth@0.2.0:
|
|
548
|
-
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
549
|
-
|
|
550
|
-
ecdsa-sig-formatter@1.0.11:
|
|
551
|
-
resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==}
|
|
552
|
-
|
|
553
|
-
emoji-regex@8.0.0:
|
|
554
|
-
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
555
|
-
|
|
556
|
-
emoji-regex@9.2.2:
|
|
557
|
-
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
558
|
-
|
|
559
|
-
escodegen@2.1.0:
|
|
560
|
-
resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==}
|
|
561
|
-
engines: {node: '>=6.0'}
|
|
562
|
-
hasBin: true
|
|
563
|
-
|
|
564
|
-
esprima@4.0.1:
|
|
565
|
-
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
566
|
-
engines: {node: '>=4'}
|
|
567
|
-
hasBin: true
|
|
568
|
-
|
|
569
|
-
estraverse@5.3.0:
|
|
570
|
-
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
571
|
-
engines: {node: '>=4.0'}
|
|
572
|
-
|
|
573
|
-
esutils@2.0.3:
|
|
574
|
-
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
|
575
|
-
engines: {node: '>=0.10.0'}
|
|
576
|
-
|
|
577
|
-
extend@3.0.2:
|
|
578
|
-
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
|
|
579
|
-
|
|
580
|
-
fast-deep-equal@3.1.3:
|
|
581
|
-
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
582
|
-
|
|
583
|
-
fast-uri@3.1.0:
|
|
584
|
-
resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
|
|
585
|
-
|
|
586
|
-
fast-xml-builder@1.1.4:
|
|
587
|
-
resolution: {integrity: sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==}
|
|
588
|
-
|
|
589
|
-
fast-xml-parser@5.4.1:
|
|
590
|
-
resolution: {integrity: sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==}
|
|
591
|
-
hasBin: true
|
|
592
|
-
|
|
593
|
-
fetch-blob@3.2.0:
|
|
594
|
-
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
|
|
595
|
-
engines: {node: ^12.20 || >= 14.13}
|
|
596
|
-
|
|
597
|
-
foreground-child@3.3.1:
|
|
598
|
-
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
599
|
-
engines: {node: '>=14'}
|
|
600
|
-
|
|
601
|
-
formdata-polyfill@4.0.10:
|
|
602
|
-
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
|
|
603
|
-
engines: {node: '>=12.20.0'}
|
|
604
|
-
|
|
605
|
-
gaxios@7.1.3:
|
|
606
|
-
resolution: {integrity: sha512-YGGyuEdVIjqxkxVH1pUTMY/XtmmsApXrCVv5EU25iX6inEPbV+VakJfLealkBtJN69AQmh1eGOdCl9Sm1UP6XQ==}
|
|
607
|
-
engines: {node: '>=18'}
|
|
608
|
-
|
|
609
|
-
gcp-metadata@8.1.2:
|
|
610
|
-
resolution: {integrity: sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==}
|
|
611
|
-
engines: {node: '>=18'}
|
|
612
|
-
|
|
613
|
-
get-uri@6.0.5:
|
|
614
|
-
resolution: {integrity: sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==}
|
|
615
|
-
engines: {node: '>= 14'}
|
|
616
|
-
|
|
617
|
-
glob@10.5.0:
|
|
618
|
-
resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==}
|
|
619
|
-
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
|
|
620
|
-
hasBin: true
|
|
621
|
-
|
|
622
|
-
google-auth-library@10.6.1:
|
|
623
|
-
resolution: {integrity: sha512-5awwuLrzNol+pFDmKJd0dKtZ0fPLAtoA5p7YO4ODsDu6ONJUVqbYwvv8y2ZBO5MBNp9TJXigB19710kYpBPdtA==}
|
|
624
|
-
engines: {node: '>=18'}
|
|
625
|
-
|
|
626
|
-
google-logging-utils@1.1.3:
|
|
627
|
-
resolution: {integrity: sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==}
|
|
628
|
-
engines: {node: '>=14'}
|
|
629
|
-
|
|
630
|
-
http-proxy-agent@7.0.2:
|
|
631
|
-
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
|
632
|
-
engines: {node: '>= 14'}
|
|
633
|
-
|
|
634
|
-
https-proxy-agent@7.0.6:
|
|
635
|
-
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
|
636
|
-
engines: {node: '>= 14'}
|
|
637
|
-
|
|
638
|
-
ip-address@10.1.0:
|
|
639
|
-
resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==}
|
|
640
|
-
engines: {node: '>= 12'}
|
|
641
|
-
|
|
642
|
-
is-fullwidth-code-point@3.0.0:
|
|
643
|
-
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
644
|
-
engines: {node: '>=8'}
|
|
645
|
-
|
|
646
|
-
isexe@2.0.0:
|
|
647
|
-
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
648
|
-
|
|
649
|
-
jackspeak@3.4.3:
|
|
650
|
-
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
|
|
651
|
-
|
|
652
|
-
json-bigint@1.0.0:
|
|
653
|
-
resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==}
|
|
654
|
-
|
|
655
|
-
json-schema-to-ts@3.1.1:
|
|
656
|
-
resolution: {integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==}
|
|
657
|
-
engines: {node: '>=16'}
|
|
658
|
-
|
|
659
|
-
json-schema-traverse@1.0.0:
|
|
660
|
-
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
661
|
-
|
|
662
|
-
jwa@2.0.1:
|
|
663
|
-
resolution: {integrity: sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==}
|
|
664
|
-
|
|
665
|
-
jws@4.0.1:
|
|
666
|
-
resolution: {integrity: sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==}
|
|
667
|
-
|
|
668
|
-
long@5.3.2:
|
|
669
|
-
resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==}
|
|
670
|
-
|
|
671
|
-
lru-cache@10.4.3:
|
|
672
|
-
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
673
|
-
|
|
674
|
-
lru-cache@7.18.3:
|
|
675
|
-
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
|
|
676
|
-
engines: {node: '>=12'}
|
|
677
|
-
|
|
678
|
-
minimatch@9.0.9:
|
|
679
|
-
resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==}
|
|
680
|
-
engines: {node: '>=16 || 14 >=14.17'}
|
|
681
|
-
|
|
682
|
-
minipass@7.1.3:
|
|
683
|
-
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
|
|
684
|
-
engines: {node: '>=16 || 14 >=14.17'}
|
|
685
|
-
|
|
686
|
-
ms@2.1.3:
|
|
687
|
-
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
688
|
-
|
|
689
|
-
netmask@2.0.2:
|
|
690
|
-
resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==}
|
|
691
|
-
engines: {node: '>= 0.4.0'}
|
|
692
|
-
|
|
693
|
-
node-domexception@1.0.0:
|
|
694
|
-
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
|
|
695
|
-
engines: {node: '>=10.5.0'}
|
|
696
|
-
deprecated: Use your platform's native DOMException instead
|
|
697
|
-
|
|
698
|
-
node-fetch@3.3.2:
|
|
699
|
-
resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
|
|
700
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
701
|
-
|
|
702
|
-
openai@6.26.0:
|
|
703
|
-
resolution: {integrity: sha512-zd23dbWTjiJ6sSAX6s0HrCZi41JwTA1bQVs0wLQPZ2/5o2gxOJA5wh7yOAUgwYybfhDXyhwlpeQf7Mlgx8EOCA==}
|
|
704
|
-
hasBin: true
|
|
705
|
-
peerDependencies:
|
|
706
|
-
ws: ^8.18.0
|
|
707
|
-
zod: ^3.25 || ^4.0
|
|
708
|
-
peerDependenciesMeta:
|
|
709
|
-
ws:
|
|
710
|
-
optional: true
|
|
711
|
-
zod:
|
|
712
|
-
optional: true
|
|
713
|
-
|
|
714
|
-
p-retry@4.6.2:
|
|
715
|
-
resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==}
|
|
716
|
-
engines: {node: '>=8'}
|
|
717
|
-
|
|
718
|
-
pac-proxy-agent@7.2.0:
|
|
719
|
-
resolution: {integrity: sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==}
|
|
720
|
-
engines: {node: '>= 14'}
|
|
721
|
-
|
|
722
|
-
pac-resolver@7.0.1:
|
|
723
|
-
resolution: {integrity: sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==}
|
|
724
|
-
engines: {node: '>= 14'}
|
|
725
|
-
|
|
726
|
-
package-json-from-dist@1.0.1:
|
|
727
|
-
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
|
728
|
-
|
|
729
|
-
path-expression-matcher@1.1.3:
|
|
730
|
-
resolution: {integrity: sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==}
|
|
731
|
-
engines: {node: '>=14.0.0'}
|
|
732
|
-
|
|
733
|
-
path-key@3.1.1:
|
|
734
|
-
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
735
|
-
engines: {node: '>=8'}
|
|
736
|
-
|
|
737
|
-
path-scurry@1.11.1:
|
|
738
|
-
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
739
|
-
engines: {node: '>=16 || 14 >=14.18'}
|
|
740
|
-
|
|
741
|
-
protobufjs@7.5.4:
|
|
742
|
-
resolution: {integrity: sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==}
|
|
743
|
-
engines: {node: '>=12.0.0'}
|
|
744
|
-
|
|
745
|
-
proxy-agent@6.5.0:
|
|
746
|
-
resolution: {integrity: sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==}
|
|
747
|
-
engines: {node: '>= 14'}
|
|
748
|
-
|
|
749
|
-
proxy-from-env@1.1.0:
|
|
750
|
-
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
|
751
|
-
|
|
752
|
-
require-from-string@2.0.2:
|
|
753
|
-
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
754
|
-
engines: {node: '>=0.10.0'}
|
|
755
|
-
|
|
756
|
-
retry@0.13.1:
|
|
757
|
-
resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
|
|
758
|
-
engines: {node: '>= 4'}
|
|
759
|
-
|
|
760
|
-
rimraf@5.0.10:
|
|
761
|
-
resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
|
|
762
|
-
hasBin: true
|
|
763
|
-
|
|
764
|
-
safe-buffer@5.2.1:
|
|
765
|
-
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
766
|
-
|
|
767
|
-
shebang-command@2.0.0:
|
|
768
|
-
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
769
|
-
engines: {node: '>=8'}
|
|
770
|
-
|
|
771
|
-
shebang-regex@3.0.0:
|
|
772
|
-
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
773
|
-
engines: {node: '>=8'}
|
|
774
|
-
|
|
775
|
-
signal-exit@4.1.0:
|
|
776
|
-
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
777
|
-
engines: {node: '>=14'}
|
|
778
|
-
|
|
779
|
-
smart-buffer@4.2.0:
|
|
780
|
-
resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
|
|
781
|
-
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
|
|
782
|
-
|
|
783
|
-
socks-proxy-agent@8.0.5:
|
|
784
|
-
resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==}
|
|
785
|
-
engines: {node: '>= 14'}
|
|
786
|
-
|
|
787
|
-
socks@2.8.7:
|
|
788
|
-
resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==}
|
|
789
|
-
engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
|
|
790
|
-
|
|
791
|
-
source-map@0.6.1:
|
|
792
|
-
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
793
|
-
engines: {node: '>=0.10.0'}
|
|
794
|
-
|
|
795
|
-
string-width@4.2.3:
|
|
796
|
-
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
797
|
-
engines: {node: '>=8'}
|
|
798
|
-
|
|
799
|
-
string-width@5.1.2:
|
|
800
|
-
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
|
|
801
|
-
engines: {node: '>=12'}
|
|
802
|
-
|
|
803
|
-
strip-ansi@6.0.1:
|
|
804
|
-
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
805
|
-
engines: {node: '>=8'}
|
|
806
|
-
|
|
807
|
-
strip-ansi@7.2.0:
|
|
808
|
-
resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
|
|
809
|
-
engines: {node: '>=12'}
|
|
810
|
-
|
|
811
|
-
strnum@2.2.0:
|
|
812
|
-
resolution: {integrity: sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==}
|
|
813
|
-
|
|
814
|
-
ts-algebra@2.0.0:
|
|
815
|
-
resolution: {integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==}
|
|
816
|
-
|
|
817
|
-
tslib@2.8.1:
|
|
818
|
-
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
819
|
-
|
|
820
|
-
undici-types@7.18.2:
|
|
821
|
-
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
|
822
|
-
|
|
823
|
-
undici@7.24.4:
|
|
824
|
-
resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==}
|
|
825
|
-
engines: {node: '>=20.18.1'}
|
|
826
|
-
|
|
827
|
-
web-streams-polyfill@3.3.3:
|
|
828
|
-
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
|
|
829
|
-
engines: {node: '>= 8'}
|
|
830
|
-
|
|
831
|
-
which@2.0.2:
|
|
832
|
-
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
833
|
-
engines: {node: '>= 8'}
|
|
834
|
-
hasBin: true
|
|
835
|
-
|
|
836
|
-
wrap-ansi@7.0.0:
|
|
837
|
-
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
838
|
-
engines: {node: '>=10'}
|
|
839
|
-
|
|
840
|
-
wrap-ansi@8.1.0:
|
|
841
|
-
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
|
|
842
|
-
engines: {node: '>=12'}
|
|
843
|
-
|
|
844
|
-
ws@8.19.0:
|
|
845
|
-
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
846
|
-
engines: {node: '>=10.0.0'}
|
|
847
|
-
peerDependencies:
|
|
848
|
-
bufferutil: ^4.0.1
|
|
849
|
-
utf-8-validate: '>=5.0.2'
|
|
850
|
-
peerDependenciesMeta:
|
|
851
|
-
bufferutil:
|
|
852
|
-
optional: true
|
|
853
|
-
utf-8-validate:
|
|
854
|
-
optional: true
|
|
855
|
-
|
|
856
|
-
zod-to-json-schema@3.25.1:
|
|
857
|
-
resolution: {integrity: sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==}
|
|
858
|
-
peerDependencies:
|
|
859
|
-
zod: ^3.25 || ^4
|
|
860
|
-
|
|
861
|
-
zod@4.3.6:
|
|
862
|
-
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
|
863
|
-
|
|
864
|
-
snapshots:
|
|
865
|
-
|
|
866
|
-
'@anthropic-ai/sdk@0.73.0(zod@4.3.6)':
|
|
867
|
-
dependencies:
|
|
868
|
-
json-schema-to-ts: 3.1.1
|
|
869
|
-
optionalDependencies:
|
|
870
|
-
zod: 4.3.6
|
|
871
|
-
|
|
872
|
-
'@aws-crypto/crc32@5.2.0':
|
|
873
|
-
dependencies:
|
|
874
|
-
'@aws-crypto/util': 5.2.0
|
|
875
|
-
'@aws-sdk/types': 3.973.6
|
|
876
|
-
tslib: 2.8.1
|
|
877
|
-
|
|
878
|
-
'@aws-crypto/sha256-browser@5.2.0':
|
|
879
|
-
dependencies:
|
|
880
|
-
'@aws-crypto/sha256-js': 5.2.0
|
|
881
|
-
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
882
|
-
'@aws-crypto/util': 5.2.0
|
|
883
|
-
'@aws-sdk/types': 3.973.6
|
|
884
|
-
'@aws-sdk/util-locate-window': 3.965.5
|
|
885
|
-
'@smithy/util-utf8': 2.3.0
|
|
886
|
-
tslib: 2.8.1
|
|
887
|
-
|
|
888
|
-
'@aws-crypto/sha256-js@5.2.0':
|
|
889
|
-
dependencies:
|
|
890
|
-
'@aws-crypto/util': 5.2.0
|
|
891
|
-
'@aws-sdk/types': 3.973.6
|
|
892
|
-
tslib: 2.8.1
|
|
893
|
-
|
|
894
|
-
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
895
|
-
dependencies:
|
|
896
|
-
tslib: 2.8.1
|
|
897
|
-
|
|
898
|
-
'@aws-crypto/util@5.2.0':
|
|
899
|
-
dependencies:
|
|
900
|
-
'@aws-sdk/types': 3.973.6
|
|
901
|
-
'@smithy/util-utf8': 2.3.0
|
|
902
|
-
tslib: 2.8.1
|
|
903
|
-
|
|
904
|
-
'@aws-sdk/client-bedrock-runtime@3.1009.0':
|
|
905
|
-
dependencies:
|
|
906
|
-
'@aws-crypto/sha256-browser': 5.2.0
|
|
907
|
-
'@aws-crypto/sha256-js': 5.2.0
|
|
908
|
-
'@aws-sdk/core': 3.973.20
|
|
909
|
-
'@aws-sdk/credential-provider-node': 3.972.21
|
|
910
|
-
'@aws-sdk/eventstream-handler-node': 3.972.11
|
|
911
|
-
'@aws-sdk/middleware-eventstream': 3.972.8
|
|
912
|
-
'@aws-sdk/middleware-host-header': 3.972.8
|
|
913
|
-
'@aws-sdk/middleware-logger': 3.972.8
|
|
914
|
-
'@aws-sdk/middleware-recursion-detection': 3.972.8
|
|
915
|
-
'@aws-sdk/middleware-user-agent': 3.972.21
|
|
916
|
-
'@aws-sdk/middleware-websocket': 3.972.13
|
|
917
|
-
'@aws-sdk/region-config-resolver': 3.972.8
|
|
918
|
-
'@aws-sdk/token-providers': 3.1009.0
|
|
919
|
-
'@aws-sdk/types': 3.973.6
|
|
920
|
-
'@aws-sdk/util-endpoints': 3.996.5
|
|
921
|
-
'@aws-sdk/util-user-agent-browser': 3.972.8
|
|
922
|
-
'@aws-sdk/util-user-agent-node': 3.973.7
|
|
923
|
-
'@smithy/config-resolver': 4.4.11
|
|
924
|
-
'@smithy/core': 3.23.12
|
|
925
|
-
'@smithy/eventstream-serde-browser': 4.2.12
|
|
926
|
-
'@smithy/eventstream-serde-config-resolver': 4.3.12
|
|
927
|
-
'@smithy/eventstream-serde-node': 4.2.12
|
|
928
|
-
'@smithy/fetch-http-handler': 5.3.15
|
|
929
|
-
'@smithy/hash-node': 4.2.12
|
|
930
|
-
'@smithy/invalid-dependency': 4.2.12
|
|
931
|
-
'@smithy/middleware-content-length': 4.2.12
|
|
932
|
-
'@smithy/middleware-endpoint': 4.4.26
|
|
933
|
-
'@smithy/middleware-retry': 4.4.43
|
|
934
|
-
'@smithy/middleware-serde': 4.2.15
|
|
935
|
-
'@smithy/middleware-stack': 4.2.12
|
|
936
|
-
'@smithy/node-config-provider': 4.3.12
|
|
937
|
-
'@smithy/node-http-handler': 4.5.0
|
|
938
|
-
'@smithy/protocol-http': 5.3.12
|
|
939
|
-
'@smithy/smithy-client': 4.12.6
|
|
940
|
-
'@smithy/types': 4.13.1
|
|
941
|
-
'@smithy/url-parser': 4.2.12
|
|
942
|
-
'@smithy/util-base64': 4.3.2
|
|
943
|
-
'@smithy/util-body-length-browser': 4.2.2
|
|
944
|
-
'@smithy/util-body-length-node': 4.2.3
|
|
945
|
-
'@smithy/util-defaults-mode-browser': 4.3.42
|
|
946
|
-
'@smithy/util-defaults-mode-node': 4.2.45
|
|
947
|
-
'@smithy/util-endpoints': 3.3.3
|
|
948
|
-
'@smithy/util-middleware': 4.2.12
|
|
949
|
-
'@smithy/util-retry': 4.2.12
|
|
950
|
-
'@smithy/util-stream': 4.5.20
|
|
951
|
-
'@smithy/util-utf8': 4.2.2
|
|
952
|
-
tslib: 2.8.1
|
|
953
|
-
transitivePeerDependencies:
|
|
954
|
-
- aws-crt
|
|
955
|
-
|
|
956
|
-
'@aws-sdk/core@3.973.20':
|
|
957
|
-
dependencies:
|
|
958
|
-
'@aws-sdk/types': 3.973.6
|
|
959
|
-
'@aws-sdk/xml-builder': 3.972.11
|
|
960
|
-
'@smithy/core': 3.23.12
|
|
961
|
-
'@smithy/node-config-provider': 4.3.12
|
|
962
|
-
'@smithy/property-provider': 4.2.12
|
|
963
|
-
'@smithy/protocol-http': 5.3.12
|
|
964
|
-
'@smithy/signature-v4': 5.3.12
|
|
965
|
-
'@smithy/smithy-client': 4.12.6
|
|
966
|
-
'@smithy/types': 4.13.1
|
|
967
|
-
'@smithy/util-base64': 4.3.2
|
|
968
|
-
'@smithy/util-middleware': 4.2.12
|
|
969
|
-
'@smithy/util-utf8': 4.2.2
|
|
970
|
-
tslib: 2.8.1
|
|
971
|
-
|
|
972
|
-
'@aws-sdk/credential-provider-env@3.972.18':
|
|
973
|
-
dependencies:
|
|
974
|
-
'@aws-sdk/core': 3.973.20
|
|
975
|
-
'@aws-sdk/types': 3.973.6
|
|
976
|
-
'@smithy/property-provider': 4.2.12
|
|
977
|
-
'@smithy/types': 4.13.1
|
|
978
|
-
tslib: 2.8.1
|
|
979
|
-
|
|
980
|
-
'@aws-sdk/credential-provider-http@3.972.20':
|
|
981
|
-
dependencies:
|
|
982
|
-
'@aws-sdk/core': 3.973.20
|
|
983
|
-
'@aws-sdk/types': 3.973.6
|
|
984
|
-
'@smithy/fetch-http-handler': 5.3.15
|
|
985
|
-
'@smithy/node-http-handler': 4.5.0
|
|
986
|
-
'@smithy/property-provider': 4.2.12
|
|
987
|
-
'@smithy/protocol-http': 5.3.12
|
|
988
|
-
'@smithy/smithy-client': 4.12.6
|
|
989
|
-
'@smithy/types': 4.13.1
|
|
990
|
-
'@smithy/util-stream': 4.5.20
|
|
991
|
-
tslib: 2.8.1
|
|
992
|
-
|
|
993
|
-
'@aws-sdk/credential-provider-ini@3.972.20':
|
|
994
|
-
dependencies:
|
|
995
|
-
'@aws-sdk/core': 3.973.20
|
|
996
|
-
'@aws-sdk/credential-provider-env': 3.972.18
|
|
997
|
-
'@aws-sdk/credential-provider-http': 3.972.20
|
|
998
|
-
'@aws-sdk/credential-provider-login': 3.972.20
|
|
999
|
-
'@aws-sdk/credential-provider-process': 3.972.18
|
|
1000
|
-
'@aws-sdk/credential-provider-sso': 3.972.20
|
|
1001
|
-
'@aws-sdk/credential-provider-web-identity': 3.972.20
|
|
1002
|
-
'@aws-sdk/nested-clients': 3.996.10
|
|
1003
|
-
'@aws-sdk/types': 3.973.6
|
|
1004
|
-
'@smithy/credential-provider-imds': 4.2.12
|
|
1005
|
-
'@smithy/property-provider': 4.2.12
|
|
1006
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1007
|
-
'@smithy/types': 4.13.1
|
|
1008
|
-
tslib: 2.8.1
|
|
1009
|
-
transitivePeerDependencies:
|
|
1010
|
-
- aws-crt
|
|
1011
|
-
|
|
1012
|
-
'@aws-sdk/credential-provider-login@3.972.20':
|
|
1013
|
-
dependencies:
|
|
1014
|
-
'@aws-sdk/core': 3.973.20
|
|
1015
|
-
'@aws-sdk/nested-clients': 3.996.10
|
|
1016
|
-
'@aws-sdk/types': 3.973.6
|
|
1017
|
-
'@smithy/property-provider': 4.2.12
|
|
1018
|
-
'@smithy/protocol-http': 5.3.12
|
|
1019
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1020
|
-
'@smithy/types': 4.13.1
|
|
1021
|
-
tslib: 2.8.1
|
|
1022
|
-
transitivePeerDependencies:
|
|
1023
|
-
- aws-crt
|
|
1024
|
-
|
|
1025
|
-
'@aws-sdk/credential-provider-node@3.972.21':
|
|
1026
|
-
dependencies:
|
|
1027
|
-
'@aws-sdk/credential-provider-env': 3.972.18
|
|
1028
|
-
'@aws-sdk/credential-provider-http': 3.972.20
|
|
1029
|
-
'@aws-sdk/credential-provider-ini': 3.972.20
|
|
1030
|
-
'@aws-sdk/credential-provider-process': 3.972.18
|
|
1031
|
-
'@aws-sdk/credential-provider-sso': 3.972.20
|
|
1032
|
-
'@aws-sdk/credential-provider-web-identity': 3.972.20
|
|
1033
|
-
'@aws-sdk/types': 3.973.6
|
|
1034
|
-
'@smithy/credential-provider-imds': 4.2.12
|
|
1035
|
-
'@smithy/property-provider': 4.2.12
|
|
1036
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1037
|
-
'@smithy/types': 4.13.1
|
|
1038
|
-
tslib: 2.8.1
|
|
1039
|
-
transitivePeerDependencies:
|
|
1040
|
-
- aws-crt
|
|
1041
|
-
|
|
1042
|
-
'@aws-sdk/credential-provider-process@3.972.18':
|
|
1043
|
-
dependencies:
|
|
1044
|
-
'@aws-sdk/core': 3.973.20
|
|
1045
|
-
'@aws-sdk/types': 3.973.6
|
|
1046
|
-
'@smithy/property-provider': 4.2.12
|
|
1047
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1048
|
-
'@smithy/types': 4.13.1
|
|
1049
|
-
tslib: 2.8.1
|
|
1050
|
-
|
|
1051
|
-
'@aws-sdk/credential-provider-sso@3.972.20':
|
|
1052
|
-
dependencies:
|
|
1053
|
-
'@aws-sdk/core': 3.973.20
|
|
1054
|
-
'@aws-sdk/nested-clients': 3.996.10
|
|
1055
|
-
'@aws-sdk/token-providers': 3.1009.0
|
|
1056
|
-
'@aws-sdk/types': 3.973.6
|
|
1057
|
-
'@smithy/property-provider': 4.2.12
|
|
1058
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1059
|
-
'@smithy/types': 4.13.1
|
|
1060
|
-
tslib: 2.8.1
|
|
1061
|
-
transitivePeerDependencies:
|
|
1062
|
-
- aws-crt
|
|
1063
|
-
|
|
1064
|
-
'@aws-sdk/credential-provider-web-identity@3.972.20':
|
|
1065
|
-
dependencies:
|
|
1066
|
-
'@aws-sdk/core': 3.973.20
|
|
1067
|
-
'@aws-sdk/nested-clients': 3.996.10
|
|
1068
|
-
'@aws-sdk/types': 3.973.6
|
|
1069
|
-
'@smithy/property-provider': 4.2.12
|
|
1070
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1071
|
-
'@smithy/types': 4.13.1
|
|
1072
|
-
tslib: 2.8.1
|
|
1073
|
-
transitivePeerDependencies:
|
|
1074
|
-
- aws-crt
|
|
1075
|
-
|
|
1076
|
-
'@aws-sdk/eventstream-handler-node@3.972.11':
|
|
1077
|
-
dependencies:
|
|
1078
|
-
'@aws-sdk/types': 3.973.6
|
|
1079
|
-
'@smithy/eventstream-codec': 4.2.12
|
|
1080
|
-
'@smithy/types': 4.13.1
|
|
1081
|
-
tslib: 2.8.1
|
|
1082
|
-
|
|
1083
|
-
'@aws-sdk/middleware-eventstream@3.972.8':
|
|
1084
|
-
dependencies:
|
|
1085
|
-
'@aws-sdk/types': 3.973.6
|
|
1086
|
-
'@smithy/protocol-http': 5.3.12
|
|
1087
|
-
'@smithy/types': 4.13.1
|
|
1088
|
-
tslib: 2.8.1
|
|
1089
|
-
|
|
1090
|
-
'@aws-sdk/middleware-host-header@3.972.8':
|
|
1091
|
-
dependencies:
|
|
1092
|
-
'@aws-sdk/types': 3.973.6
|
|
1093
|
-
'@smithy/protocol-http': 5.3.12
|
|
1094
|
-
'@smithy/types': 4.13.1
|
|
1095
|
-
tslib: 2.8.1
|
|
1096
|
-
|
|
1097
|
-
'@aws-sdk/middleware-logger@3.972.8':
|
|
1098
|
-
dependencies:
|
|
1099
|
-
'@aws-sdk/types': 3.973.6
|
|
1100
|
-
'@smithy/types': 4.13.1
|
|
1101
|
-
tslib: 2.8.1
|
|
1102
|
-
|
|
1103
|
-
'@aws-sdk/middleware-recursion-detection@3.972.8':
|
|
1104
|
-
dependencies:
|
|
1105
|
-
'@aws-sdk/types': 3.973.6
|
|
1106
|
-
'@aws/lambda-invoke-store': 0.2.4
|
|
1107
|
-
'@smithy/protocol-http': 5.3.12
|
|
1108
|
-
'@smithy/types': 4.13.1
|
|
1109
|
-
tslib: 2.8.1
|
|
1110
|
-
|
|
1111
|
-
'@aws-sdk/middleware-user-agent@3.972.21':
|
|
1112
|
-
dependencies:
|
|
1113
|
-
'@aws-sdk/core': 3.973.20
|
|
1114
|
-
'@aws-sdk/types': 3.973.6
|
|
1115
|
-
'@aws-sdk/util-endpoints': 3.996.5
|
|
1116
|
-
'@smithy/core': 3.23.12
|
|
1117
|
-
'@smithy/protocol-http': 5.3.12
|
|
1118
|
-
'@smithy/types': 4.13.1
|
|
1119
|
-
'@smithy/util-retry': 4.2.12
|
|
1120
|
-
tslib: 2.8.1
|
|
1121
|
-
|
|
1122
|
-
'@aws-sdk/middleware-websocket@3.972.13':
|
|
1123
|
-
dependencies:
|
|
1124
|
-
'@aws-sdk/types': 3.973.6
|
|
1125
|
-
'@aws-sdk/util-format-url': 3.972.8
|
|
1126
|
-
'@smithy/eventstream-codec': 4.2.12
|
|
1127
|
-
'@smithy/eventstream-serde-browser': 4.2.12
|
|
1128
|
-
'@smithy/fetch-http-handler': 5.3.15
|
|
1129
|
-
'@smithy/protocol-http': 5.3.12
|
|
1130
|
-
'@smithy/signature-v4': 5.3.12
|
|
1131
|
-
'@smithy/types': 4.13.1
|
|
1132
|
-
'@smithy/util-base64': 4.3.2
|
|
1133
|
-
'@smithy/util-hex-encoding': 4.2.2
|
|
1134
|
-
'@smithy/util-utf8': 4.2.2
|
|
1135
|
-
tslib: 2.8.1
|
|
1136
|
-
|
|
1137
|
-
'@aws-sdk/nested-clients@3.996.10':
|
|
1138
|
-
dependencies:
|
|
1139
|
-
'@aws-crypto/sha256-browser': 5.2.0
|
|
1140
|
-
'@aws-crypto/sha256-js': 5.2.0
|
|
1141
|
-
'@aws-sdk/core': 3.973.20
|
|
1142
|
-
'@aws-sdk/middleware-host-header': 3.972.8
|
|
1143
|
-
'@aws-sdk/middleware-logger': 3.972.8
|
|
1144
|
-
'@aws-sdk/middleware-recursion-detection': 3.972.8
|
|
1145
|
-
'@aws-sdk/middleware-user-agent': 3.972.21
|
|
1146
|
-
'@aws-sdk/region-config-resolver': 3.972.8
|
|
1147
|
-
'@aws-sdk/types': 3.973.6
|
|
1148
|
-
'@aws-sdk/util-endpoints': 3.996.5
|
|
1149
|
-
'@aws-sdk/util-user-agent-browser': 3.972.8
|
|
1150
|
-
'@aws-sdk/util-user-agent-node': 3.973.7
|
|
1151
|
-
'@smithy/config-resolver': 4.4.11
|
|
1152
|
-
'@smithy/core': 3.23.12
|
|
1153
|
-
'@smithy/fetch-http-handler': 5.3.15
|
|
1154
|
-
'@smithy/hash-node': 4.2.12
|
|
1155
|
-
'@smithy/invalid-dependency': 4.2.12
|
|
1156
|
-
'@smithy/middleware-content-length': 4.2.12
|
|
1157
|
-
'@smithy/middleware-endpoint': 4.4.26
|
|
1158
|
-
'@smithy/middleware-retry': 4.4.43
|
|
1159
|
-
'@smithy/middleware-serde': 4.2.15
|
|
1160
|
-
'@smithy/middleware-stack': 4.2.12
|
|
1161
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1162
|
-
'@smithy/node-http-handler': 4.5.0
|
|
1163
|
-
'@smithy/protocol-http': 5.3.12
|
|
1164
|
-
'@smithy/smithy-client': 4.12.6
|
|
1165
|
-
'@smithy/types': 4.13.1
|
|
1166
|
-
'@smithy/url-parser': 4.2.12
|
|
1167
|
-
'@smithy/util-base64': 4.3.2
|
|
1168
|
-
'@smithy/util-body-length-browser': 4.2.2
|
|
1169
|
-
'@smithy/util-body-length-node': 4.2.3
|
|
1170
|
-
'@smithy/util-defaults-mode-browser': 4.3.42
|
|
1171
|
-
'@smithy/util-defaults-mode-node': 4.2.45
|
|
1172
|
-
'@smithy/util-endpoints': 3.3.3
|
|
1173
|
-
'@smithy/util-middleware': 4.2.12
|
|
1174
|
-
'@smithy/util-retry': 4.2.12
|
|
1175
|
-
'@smithy/util-utf8': 4.2.2
|
|
1176
|
-
tslib: 2.8.1
|
|
1177
|
-
transitivePeerDependencies:
|
|
1178
|
-
- aws-crt
|
|
1179
|
-
|
|
1180
|
-
'@aws-sdk/region-config-resolver@3.972.8':
|
|
1181
|
-
dependencies:
|
|
1182
|
-
'@aws-sdk/types': 3.973.6
|
|
1183
|
-
'@smithy/config-resolver': 4.4.11
|
|
1184
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1185
|
-
'@smithy/types': 4.13.1
|
|
1186
|
-
tslib: 2.8.1
|
|
1187
|
-
|
|
1188
|
-
'@aws-sdk/token-providers@3.1009.0':
|
|
1189
|
-
dependencies:
|
|
1190
|
-
'@aws-sdk/core': 3.973.20
|
|
1191
|
-
'@aws-sdk/nested-clients': 3.996.10
|
|
1192
|
-
'@aws-sdk/types': 3.973.6
|
|
1193
|
-
'@smithy/property-provider': 4.2.12
|
|
1194
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1195
|
-
'@smithy/types': 4.13.1
|
|
1196
|
-
tslib: 2.8.1
|
|
1197
|
-
transitivePeerDependencies:
|
|
1198
|
-
- aws-crt
|
|
1199
|
-
|
|
1200
|
-
'@aws-sdk/types@3.973.6':
|
|
1201
|
-
dependencies:
|
|
1202
|
-
'@smithy/types': 4.13.1
|
|
1203
|
-
tslib: 2.8.1
|
|
1204
|
-
|
|
1205
|
-
'@aws-sdk/util-endpoints@3.996.5':
|
|
1206
|
-
dependencies:
|
|
1207
|
-
'@aws-sdk/types': 3.973.6
|
|
1208
|
-
'@smithy/types': 4.13.1
|
|
1209
|
-
'@smithy/url-parser': 4.2.12
|
|
1210
|
-
'@smithy/util-endpoints': 3.3.3
|
|
1211
|
-
tslib: 2.8.1
|
|
1212
|
-
|
|
1213
|
-
'@aws-sdk/util-format-url@3.972.8':
|
|
1214
|
-
dependencies:
|
|
1215
|
-
'@aws-sdk/types': 3.973.6
|
|
1216
|
-
'@smithy/querystring-builder': 4.2.12
|
|
1217
|
-
'@smithy/types': 4.13.1
|
|
1218
|
-
tslib: 2.8.1
|
|
1219
|
-
|
|
1220
|
-
'@aws-sdk/util-locate-window@3.965.5':
|
|
1221
|
-
dependencies:
|
|
1222
|
-
tslib: 2.8.1
|
|
1223
|
-
|
|
1224
|
-
'@aws-sdk/util-user-agent-browser@3.972.8':
|
|
1225
|
-
dependencies:
|
|
1226
|
-
'@aws-sdk/types': 3.973.6
|
|
1227
|
-
'@smithy/types': 4.13.1
|
|
1228
|
-
bowser: 2.14.1
|
|
1229
|
-
tslib: 2.8.1
|
|
1230
|
-
|
|
1231
|
-
'@aws-sdk/util-user-agent-node@3.973.7':
|
|
1232
|
-
dependencies:
|
|
1233
|
-
'@aws-sdk/middleware-user-agent': 3.972.21
|
|
1234
|
-
'@aws-sdk/types': 3.973.6
|
|
1235
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1236
|
-
'@smithy/types': 4.13.1
|
|
1237
|
-
'@smithy/util-config-provider': 4.2.2
|
|
1238
|
-
tslib: 2.8.1
|
|
1239
|
-
|
|
1240
|
-
'@aws-sdk/xml-builder@3.972.11':
|
|
1241
|
-
dependencies:
|
|
1242
|
-
'@smithy/types': 4.13.1
|
|
1243
|
-
fast-xml-parser: 5.4.1
|
|
1244
|
-
tslib: 2.8.1
|
|
1245
|
-
|
|
1246
|
-
'@aws/lambda-invoke-store@0.2.4': {}
|
|
1247
|
-
|
|
1248
|
-
'@babel/runtime@7.28.6': {}
|
|
1249
|
-
|
|
1250
|
-
'@google/genai@1.45.0':
|
|
1251
|
-
dependencies:
|
|
1252
|
-
google-auth-library: 10.6.1
|
|
1253
|
-
p-retry: 4.6.2
|
|
1254
|
-
protobufjs: 7.5.4
|
|
1255
|
-
ws: 8.19.0
|
|
1256
|
-
transitivePeerDependencies:
|
|
1257
|
-
- bufferutil
|
|
1258
|
-
- supports-color
|
|
1259
|
-
- utf-8-validate
|
|
1260
|
-
|
|
1261
|
-
'@isaacs/cliui@8.0.2':
|
|
1262
|
-
dependencies:
|
|
1263
|
-
string-width: 5.1.2
|
|
1264
|
-
string-width-cjs: string-width@4.2.3
|
|
1265
|
-
strip-ansi: 7.2.0
|
|
1266
|
-
strip-ansi-cjs: strip-ansi@6.0.1
|
|
1267
|
-
wrap-ansi: 8.1.0
|
|
1268
|
-
wrap-ansi-cjs: wrap-ansi@7.0.0
|
|
1269
|
-
|
|
1270
|
-
'@mistralai/mistralai@1.14.1':
|
|
1271
|
-
dependencies:
|
|
1272
|
-
ws: 8.19.0
|
|
1273
|
-
zod: 4.3.6
|
|
1274
|
-
zod-to-json-schema: 3.25.1(zod@4.3.6)
|
|
1275
|
-
transitivePeerDependencies:
|
|
1276
|
-
- bufferutil
|
|
1277
|
-
- utf-8-validate
|
|
1278
|
-
|
|
1279
|
-
'@pkgjs/parseargs@0.11.0':
|
|
1280
|
-
optional: true
|
|
1281
|
-
|
|
1282
|
-
'@protobufjs/aspromise@1.1.2': {}
|
|
1283
|
-
|
|
1284
|
-
'@protobufjs/base64@1.1.2': {}
|
|
1285
|
-
|
|
1286
|
-
'@protobufjs/codegen@2.0.4': {}
|
|
1287
|
-
|
|
1288
|
-
'@protobufjs/eventemitter@1.1.0': {}
|
|
1289
|
-
|
|
1290
|
-
'@protobufjs/fetch@1.1.0':
|
|
1291
|
-
dependencies:
|
|
1292
|
-
'@protobufjs/aspromise': 1.1.2
|
|
1293
|
-
'@protobufjs/inquire': 1.1.0
|
|
1294
|
-
|
|
1295
|
-
'@protobufjs/float@1.0.2': {}
|
|
1296
|
-
|
|
1297
|
-
'@protobufjs/inquire@1.1.0': {}
|
|
1298
|
-
|
|
1299
|
-
'@protobufjs/path@1.1.2': {}
|
|
1300
|
-
|
|
1301
|
-
'@protobufjs/pool@1.1.0': {}
|
|
1302
|
-
|
|
1303
|
-
'@protobufjs/utf8@1.1.0': {}
|
|
1304
|
-
|
|
1305
|
-
'@sinclair/typebox@0.34.48': {}
|
|
1306
|
-
|
|
1307
|
-
'@smithy/abort-controller@4.2.12':
|
|
1308
|
-
dependencies:
|
|
1309
|
-
'@smithy/types': 4.13.1
|
|
1310
|
-
tslib: 2.8.1
|
|
1311
|
-
|
|
1312
|
-
'@smithy/config-resolver@4.4.11':
|
|
1313
|
-
dependencies:
|
|
1314
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1315
|
-
'@smithy/types': 4.13.1
|
|
1316
|
-
'@smithy/util-config-provider': 4.2.2
|
|
1317
|
-
'@smithy/util-endpoints': 3.3.3
|
|
1318
|
-
'@smithy/util-middleware': 4.2.12
|
|
1319
|
-
tslib: 2.8.1
|
|
1320
|
-
|
|
1321
|
-
'@smithy/core@3.23.12':
|
|
1322
|
-
dependencies:
|
|
1323
|
-
'@smithy/protocol-http': 5.3.12
|
|
1324
|
-
'@smithy/types': 4.13.1
|
|
1325
|
-
'@smithy/url-parser': 4.2.12
|
|
1326
|
-
'@smithy/util-base64': 4.3.2
|
|
1327
|
-
'@smithy/util-body-length-browser': 4.2.2
|
|
1328
|
-
'@smithy/util-middleware': 4.2.12
|
|
1329
|
-
'@smithy/util-stream': 4.5.20
|
|
1330
|
-
'@smithy/util-utf8': 4.2.2
|
|
1331
|
-
'@smithy/uuid': 1.1.2
|
|
1332
|
-
tslib: 2.8.1
|
|
1333
|
-
|
|
1334
|
-
'@smithy/credential-provider-imds@4.2.12':
|
|
1335
|
-
dependencies:
|
|
1336
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1337
|
-
'@smithy/property-provider': 4.2.12
|
|
1338
|
-
'@smithy/types': 4.13.1
|
|
1339
|
-
'@smithy/url-parser': 4.2.12
|
|
1340
|
-
tslib: 2.8.1
|
|
1341
|
-
|
|
1342
|
-
'@smithy/eventstream-codec@4.2.12':
|
|
1343
|
-
dependencies:
|
|
1344
|
-
'@aws-crypto/crc32': 5.2.0
|
|
1345
|
-
'@smithy/types': 4.13.1
|
|
1346
|
-
'@smithy/util-hex-encoding': 4.2.2
|
|
1347
|
-
tslib: 2.8.1
|
|
1348
|
-
|
|
1349
|
-
'@smithy/eventstream-serde-browser@4.2.12':
|
|
1350
|
-
dependencies:
|
|
1351
|
-
'@smithy/eventstream-serde-universal': 4.2.12
|
|
1352
|
-
'@smithy/types': 4.13.1
|
|
1353
|
-
tslib: 2.8.1
|
|
1354
|
-
|
|
1355
|
-
'@smithy/eventstream-serde-config-resolver@4.3.12':
|
|
1356
|
-
dependencies:
|
|
1357
|
-
'@smithy/types': 4.13.1
|
|
1358
|
-
tslib: 2.8.1
|
|
1359
|
-
|
|
1360
|
-
'@smithy/eventstream-serde-node@4.2.12':
|
|
1361
|
-
dependencies:
|
|
1362
|
-
'@smithy/eventstream-serde-universal': 4.2.12
|
|
1363
|
-
'@smithy/types': 4.13.1
|
|
1364
|
-
tslib: 2.8.1
|
|
1365
|
-
|
|
1366
|
-
'@smithy/eventstream-serde-universal@4.2.12':
|
|
1367
|
-
dependencies:
|
|
1368
|
-
'@smithy/eventstream-codec': 4.2.12
|
|
1369
|
-
'@smithy/types': 4.13.1
|
|
1370
|
-
tslib: 2.8.1
|
|
1371
|
-
|
|
1372
|
-
'@smithy/fetch-http-handler@5.3.15':
|
|
1373
|
-
dependencies:
|
|
1374
|
-
'@smithy/protocol-http': 5.3.12
|
|
1375
|
-
'@smithy/querystring-builder': 4.2.12
|
|
1376
|
-
'@smithy/types': 4.13.1
|
|
1377
|
-
'@smithy/util-base64': 4.3.2
|
|
1378
|
-
tslib: 2.8.1
|
|
1379
|
-
|
|
1380
|
-
'@smithy/hash-node@4.2.12':
|
|
1381
|
-
dependencies:
|
|
1382
|
-
'@smithy/types': 4.13.1
|
|
1383
|
-
'@smithy/util-buffer-from': 4.2.2
|
|
1384
|
-
'@smithy/util-utf8': 4.2.2
|
|
1385
|
-
tslib: 2.8.1
|
|
1386
|
-
|
|
1387
|
-
'@smithy/invalid-dependency@4.2.12':
|
|
1388
|
-
dependencies:
|
|
1389
|
-
'@smithy/types': 4.13.1
|
|
1390
|
-
tslib: 2.8.1
|
|
1391
|
-
|
|
1392
|
-
'@smithy/is-array-buffer@2.2.0':
|
|
1393
|
-
dependencies:
|
|
1394
|
-
tslib: 2.8.1
|
|
1395
|
-
|
|
1396
|
-
'@smithy/is-array-buffer@4.2.2':
|
|
1397
|
-
dependencies:
|
|
1398
|
-
tslib: 2.8.1
|
|
1399
|
-
|
|
1400
|
-
'@smithy/middleware-content-length@4.2.12':
|
|
1401
|
-
dependencies:
|
|
1402
|
-
'@smithy/protocol-http': 5.3.12
|
|
1403
|
-
'@smithy/types': 4.13.1
|
|
1404
|
-
tslib: 2.8.1
|
|
1405
|
-
|
|
1406
|
-
'@smithy/middleware-endpoint@4.4.26':
|
|
1407
|
-
dependencies:
|
|
1408
|
-
'@smithy/core': 3.23.12
|
|
1409
|
-
'@smithy/middleware-serde': 4.2.15
|
|
1410
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1411
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1412
|
-
'@smithy/types': 4.13.1
|
|
1413
|
-
'@smithy/url-parser': 4.2.12
|
|
1414
|
-
'@smithy/util-middleware': 4.2.12
|
|
1415
|
-
tslib: 2.8.1
|
|
1416
|
-
|
|
1417
|
-
'@smithy/middleware-retry@4.4.43':
|
|
1418
|
-
dependencies:
|
|
1419
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1420
|
-
'@smithy/protocol-http': 5.3.12
|
|
1421
|
-
'@smithy/service-error-classification': 4.2.12
|
|
1422
|
-
'@smithy/smithy-client': 4.12.6
|
|
1423
|
-
'@smithy/types': 4.13.1
|
|
1424
|
-
'@smithy/util-middleware': 4.2.12
|
|
1425
|
-
'@smithy/util-retry': 4.2.12
|
|
1426
|
-
'@smithy/uuid': 1.1.2
|
|
1427
|
-
tslib: 2.8.1
|
|
1428
|
-
|
|
1429
|
-
'@smithy/middleware-serde@4.2.15':
|
|
1430
|
-
dependencies:
|
|
1431
|
-
'@smithy/core': 3.23.12
|
|
1432
|
-
'@smithy/protocol-http': 5.3.12
|
|
1433
|
-
'@smithy/types': 4.13.1
|
|
1434
|
-
tslib: 2.8.1
|
|
1435
|
-
|
|
1436
|
-
'@smithy/middleware-stack@4.2.12':
|
|
1437
|
-
dependencies:
|
|
1438
|
-
'@smithy/types': 4.13.1
|
|
1439
|
-
tslib: 2.8.1
|
|
1440
|
-
|
|
1441
|
-
'@smithy/node-config-provider@4.3.12':
|
|
1442
|
-
dependencies:
|
|
1443
|
-
'@smithy/property-provider': 4.2.12
|
|
1444
|
-
'@smithy/shared-ini-file-loader': 4.4.7
|
|
1445
|
-
'@smithy/types': 4.13.1
|
|
1446
|
-
tslib: 2.8.1
|
|
1447
|
-
|
|
1448
|
-
'@smithy/node-http-handler@4.5.0':
|
|
1449
|
-
dependencies:
|
|
1450
|
-
'@smithy/abort-controller': 4.2.12
|
|
1451
|
-
'@smithy/protocol-http': 5.3.12
|
|
1452
|
-
'@smithy/querystring-builder': 4.2.12
|
|
1453
|
-
'@smithy/types': 4.13.1
|
|
1454
|
-
tslib: 2.8.1
|
|
1455
|
-
|
|
1456
|
-
'@smithy/property-provider@4.2.12':
|
|
1457
|
-
dependencies:
|
|
1458
|
-
'@smithy/types': 4.13.1
|
|
1459
|
-
tslib: 2.8.1
|
|
1460
|
-
|
|
1461
|
-
'@smithy/protocol-http@5.3.12':
|
|
1462
|
-
dependencies:
|
|
1463
|
-
'@smithy/types': 4.13.1
|
|
1464
|
-
tslib: 2.8.1
|
|
1465
|
-
|
|
1466
|
-
'@smithy/querystring-builder@4.2.12':
|
|
1467
|
-
dependencies:
|
|
1468
|
-
'@smithy/types': 4.13.1
|
|
1469
|
-
'@smithy/util-uri-escape': 4.2.2
|
|
1470
|
-
tslib: 2.8.1
|
|
1471
|
-
|
|
1472
|
-
'@smithy/querystring-parser@4.2.12':
|
|
1473
|
-
dependencies:
|
|
1474
|
-
'@smithy/types': 4.13.1
|
|
1475
|
-
tslib: 2.8.1
|
|
1476
|
-
|
|
1477
|
-
'@smithy/service-error-classification@4.2.12':
|
|
1478
|
-
dependencies:
|
|
1479
|
-
'@smithy/types': 4.13.1
|
|
1480
|
-
|
|
1481
|
-
'@smithy/shared-ini-file-loader@4.4.7':
|
|
1482
|
-
dependencies:
|
|
1483
|
-
'@smithy/types': 4.13.1
|
|
1484
|
-
tslib: 2.8.1
|
|
1485
|
-
|
|
1486
|
-
'@smithy/signature-v4@5.3.12':
|
|
1487
|
-
dependencies:
|
|
1488
|
-
'@smithy/is-array-buffer': 4.2.2
|
|
1489
|
-
'@smithy/protocol-http': 5.3.12
|
|
1490
|
-
'@smithy/types': 4.13.1
|
|
1491
|
-
'@smithy/util-hex-encoding': 4.2.2
|
|
1492
|
-
'@smithy/util-middleware': 4.2.12
|
|
1493
|
-
'@smithy/util-uri-escape': 4.2.2
|
|
1494
|
-
'@smithy/util-utf8': 4.2.2
|
|
1495
|
-
tslib: 2.8.1
|
|
1496
|
-
|
|
1497
|
-
'@smithy/smithy-client@4.12.6':
|
|
1498
|
-
dependencies:
|
|
1499
|
-
'@smithy/core': 3.23.12
|
|
1500
|
-
'@smithy/middleware-endpoint': 4.4.26
|
|
1501
|
-
'@smithy/middleware-stack': 4.2.12
|
|
1502
|
-
'@smithy/protocol-http': 5.3.12
|
|
1503
|
-
'@smithy/types': 4.13.1
|
|
1504
|
-
'@smithy/util-stream': 4.5.20
|
|
1505
|
-
tslib: 2.8.1
|
|
1506
|
-
|
|
1507
|
-
'@smithy/types@4.13.1':
|
|
1508
|
-
dependencies:
|
|
1509
|
-
tslib: 2.8.1
|
|
1510
|
-
|
|
1511
|
-
'@smithy/url-parser@4.2.12':
|
|
1512
|
-
dependencies:
|
|
1513
|
-
'@smithy/querystring-parser': 4.2.12
|
|
1514
|
-
'@smithy/types': 4.13.1
|
|
1515
|
-
tslib: 2.8.1
|
|
1516
|
-
|
|
1517
|
-
'@smithy/util-base64@4.3.2':
|
|
1518
|
-
dependencies:
|
|
1519
|
-
'@smithy/util-buffer-from': 4.2.2
|
|
1520
|
-
'@smithy/util-utf8': 4.2.2
|
|
1521
|
-
tslib: 2.8.1
|
|
1522
|
-
|
|
1523
|
-
'@smithy/util-body-length-browser@4.2.2':
|
|
1524
|
-
dependencies:
|
|
1525
|
-
tslib: 2.8.1
|
|
1526
|
-
|
|
1527
|
-
'@smithy/util-body-length-node@4.2.3':
|
|
1528
|
-
dependencies:
|
|
1529
|
-
tslib: 2.8.1
|
|
1530
|
-
|
|
1531
|
-
'@smithy/util-buffer-from@2.2.0':
|
|
1532
|
-
dependencies:
|
|
1533
|
-
'@smithy/is-array-buffer': 2.2.0
|
|
1534
|
-
tslib: 2.8.1
|
|
1535
|
-
|
|
1536
|
-
'@smithy/util-buffer-from@4.2.2':
|
|
1537
|
-
dependencies:
|
|
1538
|
-
'@smithy/is-array-buffer': 4.2.2
|
|
1539
|
-
tslib: 2.8.1
|
|
1540
|
-
|
|
1541
|
-
'@smithy/util-config-provider@4.2.2':
|
|
1542
|
-
dependencies:
|
|
1543
|
-
tslib: 2.8.1
|
|
1544
|
-
|
|
1545
|
-
'@smithy/util-defaults-mode-browser@4.3.42':
|
|
1546
|
-
dependencies:
|
|
1547
|
-
'@smithy/property-provider': 4.2.12
|
|
1548
|
-
'@smithy/smithy-client': 4.12.6
|
|
1549
|
-
'@smithy/types': 4.13.1
|
|
1550
|
-
tslib: 2.8.1
|
|
1551
|
-
|
|
1552
|
-
'@smithy/util-defaults-mode-node@4.2.45':
|
|
1553
|
-
dependencies:
|
|
1554
|
-
'@smithy/config-resolver': 4.4.11
|
|
1555
|
-
'@smithy/credential-provider-imds': 4.2.12
|
|
1556
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1557
|
-
'@smithy/property-provider': 4.2.12
|
|
1558
|
-
'@smithy/smithy-client': 4.12.6
|
|
1559
|
-
'@smithy/types': 4.13.1
|
|
1560
|
-
tslib: 2.8.1
|
|
1561
|
-
|
|
1562
|
-
'@smithy/util-endpoints@3.3.3':
|
|
1563
|
-
dependencies:
|
|
1564
|
-
'@smithy/node-config-provider': 4.3.12
|
|
1565
|
-
'@smithy/types': 4.13.1
|
|
1566
|
-
tslib: 2.8.1
|
|
1567
|
-
|
|
1568
|
-
'@smithy/util-hex-encoding@4.2.2':
|
|
1569
|
-
dependencies:
|
|
1570
|
-
tslib: 2.8.1
|
|
1571
|
-
|
|
1572
|
-
'@smithy/util-middleware@4.2.12':
|
|
1573
|
-
dependencies:
|
|
1574
|
-
'@smithy/types': 4.13.1
|
|
1575
|
-
tslib: 2.8.1
|
|
1576
|
-
|
|
1577
|
-
'@smithy/util-retry@4.2.12':
|
|
1578
|
-
dependencies:
|
|
1579
|
-
'@smithy/service-error-classification': 4.2.12
|
|
1580
|
-
'@smithy/types': 4.13.1
|
|
1581
|
-
tslib: 2.8.1
|
|
1582
|
-
|
|
1583
|
-
'@smithy/util-stream@4.5.20':
|
|
1584
|
-
dependencies:
|
|
1585
|
-
'@smithy/fetch-http-handler': 5.3.15
|
|
1586
|
-
'@smithy/node-http-handler': 4.5.0
|
|
1587
|
-
'@smithy/types': 4.13.1
|
|
1588
|
-
'@smithy/util-base64': 4.3.2
|
|
1589
|
-
'@smithy/util-buffer-from': 4.2.2
|
|
1590
|
-
'@smithy/util-hex-encoding': 4.2.2
|
|
1591
|
-
'@smithy/util-utf8': 4.2.2
|
|
1592
|
-
tslib: 2.8.1
|
|
1593
|
-
|
|
1594
|
-
'@smithy/util-uri-escape@4.2.2':
|
|
1595
|
-
dependencies:
|
|
1596
|
-
tslib: 2.8.1
|
|
1597
|
-
|
|
1598
|
-
'@smithy/util-utf8@2.3.0':
|
|
1599
|
-
dependencies:
|
|
1600
|
-
'@smithy/util-buffer-from': 2.2.0
|
|
1601
|
-
tslib: 2.8.1
|
|
1602
|
-
|
|
1603
|
-
'@smithy/util-utf8@4.2.2':
|
|
1604
|
-
dependencies:
|
|
1605
|
-
'@smithy/util-buffer-from': 4.2.2
|
|
1606
|
-
tslib: 2.8.1
|
|
1607
|
-
|
|
1608
|
-
'@smithy/uuid@1.1.2':
|
|
1609
|
-
dependencies:
|
|
1610
|
-
tslib: 2.8.1
|
|
1611
|
-
|
|
1612
|
-
'@tootallnate/quickjs-emscripten@0.23.0': {}
|
|
1613
|
-
|
|
1614
|
-
'@types/node@25.5.0':
|
|
1615
|
-
dependencies:
|
|
1616
|
-
undici-types: 7.18.2
|
|
1617
|
-
|
|
1618
|
-
'@types/retry@0.12.0': {}
|
|
1619
|
-
|
|
1620
|
-
agent-base@7.1.4: {}
|
|
1621
|
-
|
|
1622
|
-
ajv-formats@3.0.1(ajv@8.18.0):
|
|
1623
|
-
optionalDependencies:
|
|
1624
|
-
ajv: 8.18.0
|
|
1625
|
-
|
|
1626
|
-
ajv@8.18.0:
|
|
1627
|
-
dependencies:
|
|
1628
|
-
fast-deep-equal: 3.1.3
|
|
1629
|
-
fast-uri: 3.1.0
|
|
1630
|
-
json-schema-traverse: 1.0.0
|
|
1631
|
-
require-from-string: 2.0.2
|
|
1632
|
-
|
|
1633
|
-
ansi-regex@5.0.1: {}
|
|
1634
|
-
|
|
1635
|
-
ansi-regex@6.2.2: {}
|
|
1636
|
-
|
|
1637
|
-
ansi-styles@4.3.0:
|
|
1638
|
-
dependencies:
|
|
1639
|
-
color-convert: 2.0.1
|
|
1640
|
-
|
|
1641
|
-
ansi-styles@6.2.3: {}
|
|
1642
|
-
|
|
1643
|
-
ast-types@0.13.4:
|
|
1644
|
-
dependencies:
|
|
1645
|
-
tslib: 2.8.1
|
|
1646
|
-
|
|
1647
|
-
balanced-match@1.0.2: {}
|
|
1648
|
-
|
|
1649
|
-
base64-js@1.5.1: {}
|
|
1650
|
-
|
|
1651
|
-
basic-ftp@5.2.0: {}
|
|
1652
|
-
|
|
1653
|
-
bignumber.js@9.3.1: {}
|
|
1654
|
-
|
|
1655
|
-
bowser@2.14.1: {}
|
|
1656
|
-
|
|
1657
|
-
brace-expansion@2.0.2:
|
|
1658
|
-
dependencies:
|
|
1659
|
-
balanced-match: 1.0.2
|
|
1660
|
-
|
|
1661
|
-
buffer-equal-constant-time@1.0.1: {}
|
|
1662
|
-
|
|
1663
|
-
chalk@5.6.2: {}
|
|
1664
|
-
|
|
1665
|
-
color-convert@2.0.1:
|
|
1666
|
-
dependencies:
|
|
1667
|
-
color-name: 1.1.4
|
|
1668
|
-
|
|
1669
|
-
color-name@1.1.4: {}
|
|
1670
|
-
|
|
1671
|
-
cross-spawn@7.0.6:
|
|
1672
|
-
dependencies:
|
|
1673
|
-
path-key: 3.1.1
|
|
1674
|
-
shebang-command: 2.0.0
|
|
1675
|
-
which: 2.0.2
|
|
1676
|
-
|
|
1677
|
-
data-uri-to-buffer@4.0.1: {}
|
|
1678
|
-
|
|
1679
|
-
data-uri-to-buffer@6.0.2: {}
|
|
1680
|
-
|
|
1681
|
-
debug@4.4.3:
|
|
1682
|
-
dependencies:
|
|
1683
|
-
ms: 2.1.3
|
|
1684
|
-
|
|
1685
|
-
degenerator@5.0.1:
|
|
1686
|
-
dependencies:
|
|
1687
|
-
ast-types: 0.13.4
|
|
1688
|
-
escodegen: 2.1.0
|
|
1689
|
-
esprima: 4.0.1
|
|
1690
|
-
|
|
1691
|
-
eastasianwidth@0.2.0: {}
|
|
1692
|
-
|
|
1693
|
-
ecdsa-sig-formatter@1.0.11:
|
|
1694
|
-
dependencies:
|
|
1695
|
-
safe-buffer: 5.2.1
|
|
1696
|
-
|
|
1697
|
-
emoji-regex@8.0.0: {}
|
|
1698
|
-
|
|
1699
|
-
emoji-regex@9.2.2: {}
|
|
1700
|
-
|
|
1701
|
-
escodegen@2.1.0:
|
|
1702
|
-
dependencies:
|
|
1703
|
-
esprima: 4.0.1
|
|
1704
|
-
estraverse: 5.3.0
|
|
1705
|
-
esutils: 2.0.3
|
|
1706
|
-
optionalDependencies:
|
|
1707
|
-
source-map: 0.6.1
|
|
1708
|
-
|
|
1709
|
-
esprima@4.0.1: {}
|
|
1710
|
-
|
|
1711
|
-
estraverse@5.3.0: {}
|
|
1712
|
-
|
|
1713
|
-
esutils@2.0.3: {}
|
|
1714
|
-
|
|
1715
|
-
extend@3.0.2: {}
|
|
1716
|
-
|
|
1717
|
-
fast-deep-equal@3.1.3: {}
|
|
1718
|
-
|
|
1719
|
-
fast-uri@3.1.0: {}
|
|
1720
|
-
|
|
1721
|
-
fast-xml-builder@1.1.4:
|
|
1722
|
-
dependencies:
|
|
1723
|
-
path-expression-matcher: 1.1.3
|
|
1724
|
-
|
|
1725
|
-
fast-xml-parser@5.4.1:
|
|
1726
|
-
dependencies:
|
|
1727
|
-
fast-xml-builder: 1.1.4
|
|
1728
|
-
strnum: 2.2.0
|
|
1729
|
-
|
|
1730
|
-
fetch-blob@3.2.0:
|
|
1731
|
-
dependencies:
|
|
1732
|
-
node-domexception: 1.0.0
|
|
1733
|
-
web-streams-polyfill: 3.3.3
|
|
1734
|
-
|
|
1735
|
-
foreground-child@3.3.1:
|
|
1736
|
-
dependencies:
|
|
1737
|
-
cross-spawn: 7.0.6
|
|
1738
|
-
signal-exit: 4.1.0
|
|
1739
|
-
|
|
1740
|
-
formdata-polyfill@4.0.10:
|
|
1741
|
-
dependencies:
|
|
1742
|
-
fetch-blob: 3.2.0
|
|
1743
|
-
|
|
1744
|
-
gaxios@7.1.3:
|
|
1745
|
-
dependencies:
|
|
1746
|
-
extend: 3.0.2
|
|
1747
|
-
https-proxy-agent: 7.0.6
|
|
1748
|
-
node-fetch: 3.3.2
|
|
1749
|
-
rimraf: 5.0.10
|
|
1750
|
-
transitivePeerDependencies:
|
|
1751
|
-
- supports-color
|
|
1752
|
-
|
|
1753
|
-
gcp-metadata@8.1.2:
|
|
1754
|
-
dependencies:
|
|
1755
|
-
gaxios: 7.1.3
|
|
1756
|
-
google-logging-utils: 1.1.3
|
|
1757
|
-
json-bigint: 1.0.0
|
|
1758
|
-
transitivePeerDependencies:
|
|
1759
|
-
- supports-color
|
|
1760
|
-
|
|
1761
|
-
get-uri@6.0.5:
|
|
1762
|
-
dependencies:
|
|
1763
|
-
basic-ftp: 5.2.0
|
|
1764
|
-
data-uri-to-buffer: 6.0.2
|
|
1765
|
-
debug: 4.4.3
|
|
1766
|
-
transitivePeerDependencies:
|
|
1767
|
-
- supports-color
|
|
1768
|
-
|
|
1769
|
-
glob@10.5.0:
|
|
1770
|
-
dependencies:
|
|
1771
|
-
foreground-child: 3.3.1
|
|
1772
|
-
jackspeak: 3.4.3
|
|
1773
|
-
minimatch: 9.0.9
|
|
1774
|
-
minipass: 7.1.3
|
|
1775
|
-
package-json-from-dist: 1.0.1
|
|
1776
|
-
path-scurry: 1.11.1
|
|
1777
|
-
|
|
1778
|
-
google-auth-library@10.6.1:
|
|
1779
|
-
dependencies:
|
|
1780
|
-
base64-js: 1.5.1
|
|
1781
|
-
ecdsa-sig-formatter: 1.0.11
|
|
1782
|
-
gaxios: 7.1.3
|
|
1783
|
-
gcp-metadata: 8.1.2
|
|
1784
|
-
google-logging-utils: 1.1.3
|
|
1785
|
-
jws: 4.0.1
|
|
1786
|
-
transitivePeerDependencies:
|
|
1787
|
-
- supports-color
|
|
1788
|
-
|
|
1789
|
-
google-logging-utils@1.1.3: {}
|
|
1790
|
-
|
|
1791
|
-
http-proxy-agent@7.0.2:
|
|
1792
|
-
dependencies:
|
|
1793
|
-
agent-base: 7.1.4
|
|
1794
|
-
debug: 4.4.3
|
|
1795
|
-
transitivePeerDependencies:
|
|
1796
|
-
- supports-color
|
|
1797
|
-
|
|
1798
|
-
https-proxy-agent@7.0.6:
|
|
1799
|
-
dependencies:
|
|
1800
|
-
agent-base: 7.1.4
|
|
1801
|
-
debug: 4.4.3
|
|
1802
|
-
transitivePeerDependencies:
|
|
1803
|
-
- supports-color
|
|
1804
|
-
|
|
1805
|
-
ip-address@10.1.0: {}
|
|
1806
|
-
|
|
1807
|
-
is-fullwidth-code-point@3.0.0: {}
|
|
1808
|
-
|
|
1809
|
-
isexe@2.0.0: {}
|
|
1810
|
-
|
|
1811
|
-
jackspeak@3.4.3:
|
|
1812
|
-
dependencies:
|
|
1813
|
-
'@isaacs/cliui': 8.0.2
|
|
1814
|
-
optionalDependencies:
|
|
1815
|
-
'@pkgjs/parseargs': 0.11.0
|
|
1816
|
-
|
|
1817
|
-
json-bigint@1.0.0:
|
|
1818
|
-
dependencies:
|
|
1819
|
-
bignumber.js: 9.3.1
|
|
1820
|
-
|
|
1821
|
-
json-schema-to-ts@3.1.1:
|
|
1822
|
-
dependencies:
|
|
1823
|
-
'@babel/runtime': 7.28.6
|
|
1824
|
-
ts-algebra: 2.0.0
|
|
1825
|
-
|
|
1826
|
-
json-schema-traverse@1.0.0: {}
|
|
1827
|
-
|
|
1828
|
-
jwa@2.0.1:
|
|
1829
|
-
dependencies:
|
|
1830
|
-
buffer-equal-constant-time: 1.0.1
|
|
1831
|
-
ecdsa-sig-formatter: 1.0.11
|
|
1832
|
-
safe-buffer: 5.2.1
|
|
1833
|
-
|
|
1834
|
-
jws@4.0.1:
|
|
1835
|
-
dependencies:
|
|
1836
|
-
jwa: 2.0.1
|
|
1837
|
-
safe-buffer: 5.2.1
|
|
1838
|
-
|
|
1839
|
-
long@5.3.2: {}
|
|
1840
|
-
|
|
1841
|
-
lru-cache@10.4.3: {}
|
|
1842
|
-
|
|
1843
|
-
lru-cache@7.18.3: {}
|
|
1844
|
-
|
|
1845
|
-
minimatch@9.0.9:
|
|
1846
|
-
dependencies:
|
|
1847
|
-
brace-expansion: 2.0.2
|
|
1848
|
-
|
|
1849
|
-
minipass@7.1.3: {}
|
|
1850
|
-
|
|
1851
|
-
ms@2.1.3: {}
|
|
1852
|
-
|
|
1853
|
-
netmask@2.0.2: {}
|
|
1854
|
-
|
|
1855
|
-
node-domexception@1.0.0: {}
|
|
1856
|
-
|
|
1857
|
-
node-fetch@3.3.2:
|
|
1858
|
-
dependencies:
|
|
1859
|
-
data-uri-to-buffer: 4.0.1
|
|
1860
|
-
fetch-blob: 3.2.0
|
|
1861
|
-
formdata-polyfill: 4.0.10
|
|
1862
|
-
|
|
1863
|
-
openai@6.26.0(ws@8.19.0)(zod@4.3.6):
|
|
1864
|
-
optionalDependencies:
|
|
1865
|
-
ws: 8.19.0
|
|
1866
|
-
zod: 4.3.6
|
|
1867
|
-
|
|
1868
|
-
p-retry@4.6.2:
|
|
1869
|
-
dependencies:
|
|
1870
|
-
'@types/retry': 0.12.0
|
|
1871
|
-
retry: 0.13.1
|
|
1872
|
-
|
|
1873
|
-
pac-proxy-agent@7.2.0:
|
|
1874
|
-
dependencies:
|
|
1875
|
-
'@tootallnate/quickjs-emscripten': 0.23.0
|
|
1876
|
-
agent-base: 7.1.4
|
|
1877
|
-
debug: 4.4.3
|
|
1878
|
-
get-uri: 6.0.5
|
|
1879
|
-
http-proxy-agent: 7.0.2
|
|
1880
|
-
https-proxy-agent: 7.0.6
|
|
1881
|
-
pac-resolver: 7.0.1
|
|
1882
|
-
socks-proxy-agent: 8.0.5
|
|
1883
|
-
transitivePeerDependencies:
|
|
1884
|
-
- supports-color
|
|
1885
|
-
|
|
1886
|
-
pac-resolver@7.0.1:
|
|
1887
|
-
dependencies:
|
|
1888
|
-
degenerator: 5.0.1
|
|
1889
|
-
netmask: 2.0.2
|
|
1890
|
-
|
|
1891
|
-
package-json-from-dist@1.0.1: {}
|
|
1892
|
-
|
|
1893
|
-
path-expression-matcher@1.1.3: {}
|
|
1894
|
-
|
|
1895
|
-
path-key@3.1.1: {}
|
|
1896
|
-
|
|
1897
|
-
path-scurry@1.11.1:
|
|
1898
|
-
dependencies:
|
|
1899
|
-
lru-cache: 10.4.3
|
|
1900
|
-
minipass: 7.1.3
|
|
1901
|
-
|
|
1902
|
-
protobufjs@7.5.4:
|
|
1903
|
-
dependencies:
|
|
1904
|
-
'@protobufjs/aspromise': 1.1.2
|
|
1905
|
-
'@protobufjs/base64': 1.1.2
|
|
1906
|
-
'@protobufjs/codegen': 2.0.4
|
|
1907
|
-
'@protobufjs/eventemitter': 1.1.0
|
|
1908
|
-
'@protobufjs/fetch': 1.1.0
|
|
1909
|
-
'@protobufjs/float': 1.0.2
|
|
1910
|
-
'@protobufjs/inquire': 1.1.0
|
|
1911
|
-
'@protobufjs/path': 1.1.2
|
|
1912
|
-
'@protobufjs/pool': 1.1.0
|
|
1913
|
-
'@protobufjs/utf8': 1.1.0
|
|
1914
|
-
'@types/node': 25.5.0
|
|
1915
|
-
long: 5.3.2
|
|
1916
|
-
|
|
1917
|
-
proxy-agent@6.5.0:
|
|
1918
|
-
dependencies:
|
|
1919
|
-
agent-base: 7.1.4
|
|
1920
|
-
debug: 4.4.3
|
|
1921
|
-
http-proxy-agent: 7.0.2
|
|
1922
|
-
https-proxy-agent: 7.0.6
|
|
1923
|
-
lru-cache: 7.18.3
|
|
1924
|
-
pac-proxy-agent: 7.2.0
|
|
1925
|
-
proxy-from-env: 1.1.0
|
|
1926
|
-
socks-proxy-agent: 8.0.5
|
|
1927
|
-
transitivePeerDependencies:
|
|
1928
|
-
- supports-color
|
|
1929
|
-
|
|
1930
|
-
proxy-from-env@1.1.0: {}
|
|
1931
|
-
|
|
1932
|
-
require-from-string@2.0.2: {}
|
|
1933
|
-
|
|
1934
|
-
retry@0.13.1: {}
|
|
1935
|
-
|
|
1936
|
-
rimraf@5.0.10:
|
|
1937
|
-
dependencies:
|
|
1938
|
-
glob: 10.5.0
|
|
1939
|
-
|
|
1940
|
-
safe-buffer@5.2.1: {}
|
|
1941
|
-
|
|
1942
|
-
shebang-command@2.0.0:
|
|
1943
|
-
dependencies:
|
|
1944
|
-
shebang-regex: 3.0.0
|
|
1945
|
-
|
|
1946
|
-
shebang-regex@3.0.0: {}
|
|
1947
|
-
|
|
1948
|
-
signal-exit@4.1.0: {}
|
|
1949
|
-
|
|
1950
|
-
smart-buffer@4.2.0: {}
|
|
1951
|
-
|
|
1952
|
-
socks-proxy-agent@8.0.5:
|
|
1953
|
-
dependencies:
|
|
1954
|
-
agent-base: 7.1.4
|
|
1955
|
-
debug: 4.4.3
|
|
1956
|
-
socks: 2.8.7
|
|
1957
|
-
transitivePeerDependencies:
|
|
1958
|
-
- supports-color
|
|
1959
|
-
|
|
1960
|
-
socks@2.8.7:
|
|
1961
|
-
dependencies:
|
|
1962
|
-
ip-address: 10.1.0
|
|
1963
|
-
smart-buffer: 4.2.0
|
|
1964
|
-
|
|
1965
|
-
source-map@0.6.1:
|
|
1966
|
-
optional: true
|
|
1967
|
-
|
|
1968
|
-
string-width@4.2.3:
|
|
1969
|
-
dependencies:
|
|
1970
|
-
emoji-regex: 8.0.0
|
|
1971
|
-
is-fullwidth-code-point: 3.0.0
|
|
1972
|
-
strip-ansi: 6.0.1
|
|
1973
|
-
|
|
1974
|
-
string-width@5.1.2:
|
|
1975
|
-
dependencies:
|
|
1976
|
-
eastasianwidth: 0.2.0
|
|
1977
|
-
emoji-regex: 9.2.2
|
|
1978
|
-
strip-ansi: 7.2.0
|
|
1979
|
-
|
|
1980
|
-
strip-ansi@6.0.1:
|
|
1981
|
-
dependencies:
|
|
1982
|
-
ansi-regex: 5.0.1
|
|
1983
|
-
|
|
1984
|
-
strip-ansi@7.2.0:
|
|
1985
|
-
dependencies:
|
|
1986
|
-
ansi-regex: 6.2.2
|
|
1987
|
-
|
|
1988
|
-
strnum@2.2.0: {}
|
|
1989
|
-
|
|
1990
|
-
ts-algebra@2.0.0: {}
|
|
1991
|
-
|
|
1992
|
-
tslib@2.8.1: {}
|
|
1993
|
-
|
|
1994
|
-
undici-types@7.18.2: {}
|
|
1995
|
-
|
|
1996
|
-
undici@7.24.4: {}
|
|
1997
|
-
|
|
1998
|
-
web-streams-polyfill@3.3.3: {}
|
|
1999
|
-
|
|
2000
|
-
which@2.0.2:
|
|
2001
|
-
dependencies:
|
|
2002
|
-
isexe: 2.0.0
|
|
2003
|
-
|
|
2004
|
-
wrap-ansi@7.0.0:
|
|
2005
|
-
dependencies:
|
|
2006
|
-
ansi-styles: 4.3.0
|
|
2007
|
-
string-width: 4.2.3
|
|
2008
|
-
strip-ansi: 6.0.1
|
|
2009
|
-
|
|
2010
|
-
wrap-ansi@8.1.0:
|
|
2011
|
-
dependencies:
|
|
2012
|
-
ansi-styles: 6.2.3
|
|
2013
|
-
string-width: 5.1.2
|
|
2014
|
-
strip-ansi: 7.2.0
|
|
2015
|
-
|
|
2016
|
-
ws@8.19.0: {}
|
|
2017
|
-
|
|
2018
|
-
zod-to-json-schema@3.25.1(zod@4.3.6):
|
|
2019
|
-
dependencies:
|
|
2020
|
-
zod: 4.3.6
|
|
2021
|
-
|
|
2022
|
-
zod@4.3.6: {}
|