openspecui 0.0.0
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/.gitmodules +3 -0
- package/CHAT.md +3 -0
- package/package.json +12 -0
- package/references/openspec/.changeset/README.md +6 -0
- package/references/openspec/.changeset/config.json +12 -0
- package/references/openspec/.coderabbit.yaml +11 -0
- package/references/openspec/.devcontainer/README.md +92 -0
- package/references/openspec/.devcontainer/devcontainer.json +68 -0
- package/references/openspec/.github/CODEOWNERS +2 -0
- package/references/openspec/.github/workflows/ci.yml +222 -0
- package/references/openspec/.github/workflows/release-prepare.yml +50 -0
- package/references/openspec/AGENTS.md +18 -0
- package/references/openspec/CHANGELOG.md +205 -0
- package/references/openspec/LICENSE +22 -0
- package/references/openspec/README.md +374 -0
- package/references/openspec/assets/openspec_dashboard.png +0 -0
- package/references/openspec/assets/openspec_pixel_dark.svg +89 -0
- package/references/openspec/assets/openspec_pixel_light.svg +89 -0
- package/references/openspec/bin/openspec.js +3 -0
- package/references/openspec/build.js +31 -0
- package/references/openspec/openspec/AGENTS.md +454 -0
- package/references/openspec/openspec/changes/IMPLEMENTATION_ORDER.md +68 -0
- package/references/openspec/openspec/changes/add-antigravity-support/proposal.md +11 -0
- package/references/openspec/openspec/changes/add-antigravity-support/specs/cli-init/spec.md +9 -0
- package/references/openspec/openspec/changes/add-antigravity-support/specs/cli-update/spec.md +8 -0
- package/references/openspec/openspec/changes/add-antigravity-support/tasks.md +12 -0
- package/references/openspec/openspec/changes/add-scaffold-command/proposal.md +11 -0
- package/references/openspec/openspec/changes/add-scaffold-command/specs/cli-scaffold/spec.md +36 -0
- package/references/openspec/openspec/changes/add-scaffold-command/tasks.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-01-11-add-update-command/design.md +86 -0
- package/references/openspec/openspec/changes/archive/2025-01-11-add-update-command/proposal.md +29 -0
- package/references/openspec/openspec/changes/archive/2025-01-11-add-update-command/specs/cli-update/spec.md +59 -0
- package/references/openspec/openspec/changes/archive/2025-01-11-add-update-command/tasks.md +20 -0
- package/references/openspec/openspec/changes/archive/2025-01-13-add-list-command/proposal.md +20 -0
- package/references/openspec/openspec/changes/archive/2025-01-13-add-list-command/specs/cli-list/spec.md +69 -0
- package/references/openspec/openspec/changes/archive/2025-01-13-add-list-command/tasks.md +26 -0
- package/references/openspec/openspec/changes/archive/2025-08-05-initialize-typescript-project/design.md +64 -0
- package/references/openspec/openspec/changes/archive/2025-08-05-initialize-typescript-project/proposal.md +18 -0
- package/references/openspec/openspec/changes/archive/2025-08-05-initialize-typescript-project/tasks.md +25 -0
- package/references/openspec/openspec/changes/archive/2025-08-06-add-init-command/design.md +104 -0
- package/references/openspec/openspec/changes/archive/2025-08-06-add-init-command/proposal.md +30 -0
- package/references/openspec/openspec/changes/archive/2025-08-06-add-init-command/specs/cli-init/spec.md +148 -0
- package/references/openspec/openspec/changes/archive/2025-08-06-add-init-command/tasks.md +38 -0
- package/references/openspec/openspec/changes/archive/2025-08-06-adopt-future-state-storage/proposal.md +24 -0
- package/references/openspec/openspec/changes/archive/2025-08-06-adopt-future-state-storage/specs/openspec-conventions/spec.md +120 -0
- package/references/openspec/openspec/changes/archive/2025-08-06-adopt-future-state-storage/tasks.md +38 -0
- package/references/openspec/openspec/changes/archive/2025-08-11-add-complexity-guidelines/proposal.md +13 -0
- package/references/openspec/openspec/changes/archive/2025-08-11-add-complexity-guidelines/specs/openspec-docs/README.md +472 -0
- package/references/openspec/openspec/changes/archive/2025-08-11-add-complexity-guidelines/tasks.md +9 -0
- package/references/openspec/openspec/changes/archive/2025-08-13-add-archive-command/proposal.md +15 -0
- package/references/openspec/openspec/changes/archive/2025-08-13-add-archive-command/specs/cli-archive/spec.md +111 -0
- package/references/openspec/openspec/changes/archive/2025-08-13-add-archive-command/tasks.md +44 -0
- package/references/openspec/openspec/changes/archive/2025-08-13-add-diff-command/proposal.md +19 -0
- package/references/openspec/openspec/changes/archive/2025-08-13-add-diff-command/specs/cli-diff/spec.md +77 -0
- package/references/openspec/openspec/changes/archive/2025-08-13-add-diff-command/tasks.md +23 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-change-commands/design.md +56 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-change-commands/proposal.md +17 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-change-commands/specs/cli-change/spec.md +48 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-change-commands/specs/cli-list/spec.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-change-commands/tasks.md +34 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-interactive-show-command/proposal.md +20 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-interactive-show-command/specs/cli-change/spec.md +23 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-interactive-show-command/specs/cli-show/spec.md +83 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-interactive-show-command/specs/cli-spec/spec.md +23 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-interactive-show-command/tasks.md +142 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-skip-specs-archive-option/proposal.md +13 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-skip-specs-archive-option/specs/cli-archive/spec.md +191 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-skip-specs-archive-option/tasks.md +57 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-spec-commands/design.md +45 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-spec-commands/proposal.md +19 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-spec-commands/specs/cli-spec/spec.md +43 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-spec-commands/tasks.md +22 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-zod-validation/design.md +104 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-zod-validation/proposal.md +22 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-zod-validation/specs/cli-archive/spec.md +18 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-zod-validation/specs/cli-diff/spec.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-add-zod-validation/tasks.md +59 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/proposal.md +93 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/specs/cli-archive/spec.md +48 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/specs/cli-diff/spec.md +45 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/specs/openspec-conventions/spec.md +101 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/tasks.md +55 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/design.md +19 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/proposal.md +67 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/specs/cli-list/spec.md +57 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/specs/openspec-conventions/spec.md +23 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/tasks.md +27 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/proposal.md +20 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/specs/cli-change/spec.md +22 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/specs/cli-spec/spec.md +23 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/specs/cli-validate/spec.md +149 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/tasks.md +81 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-fix-update-tool-selection/proposal.md +40 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-fix-update-tool-selection/specs/cli-update/spec.md +23 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-fix-update-tool-selection/tasks.md +21 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-improve-validate-error-messages/proposal.md +25 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-improve-validate-error-messages/specs/cli-validate/spec.md +55 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-improve-validate-error-messages/tasks.md +21 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-structured-spec-format/proposal.md +36 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-structured-spec-format/specs/openspec-conventions/spec.md +192 -0
- package/references/openspec/openspec/changes/archive/2025-08-19-structured-spec-format/tasks.md +19 -0
- package/references/openspec/openspec/changes/archive/2025-09-12-add-view-dashboard-command/proposal.md +38 -0
- package/references/openspec/openspec/changes/archive/2025-09-12-add-view-dashboard-command/specs/cli-view/spec.md +109 -0
- package/references/openspec/openspec/changes/archive/2025-09-12-add-view-dashboard-command/tasks.md +47 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-agents-md-config/proposal.md +28 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-agents-md-config/specs/cli-init/spec.md +71 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-agents-md-config/specs/cli-update/spec.md +41 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-agents-md-config/tasks.md +17 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-multi-agent-init/proposal.md +35 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-multi-agent-init/specs/cli-init/spec.md +45 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-multi-agent-init/tasks.md +16 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-slash-command-support/proposal.md +119 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-slash-command-support/specs/cli-init/spec.md +21 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-slash-command-support/specs/cli-update/spec.md +22 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-add-slash-command-support/tasks.md +20 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-improve-cli-e2e-plan/proposal.md +19 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-improve-cli-e2e-plan/tasks.md +9 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-improve-deterministic-tests/proposal.md +78 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-improve-deterministic-tests/tasks.md +25 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-improve-init-onboarding/proposal.md +13 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-improve-init-onboarding/specs/cli-init/spec.md +92 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-improve-init-onboarding/tasks.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-remove-diff-command/proposal.md +81 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-remove-diff-command/tasks.md +37 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-sort-active-changes-by-progress/proposal.md +25 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-sort-active-changes-by-progress/specs/cli-view/spec.md +9 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-sort-active-changes-by-progress/tasks.md +8 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-agent-file-name/proposal.md +29 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-agent-file-name/specs/cli-init/spec.md +40 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-agent-file-name/specs/cli-update/spec.md +22 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-agent-file-name/specs/openspec-conventions/spec.md +27 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-agent-file-name/tasks.md +22 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-agent-instructions/design.md +130 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-agent-instructions/proposal.md +117 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-agent-instructions/tasks.md +69 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-markdown-parser-crlf/proposal.md +19 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-markdown-parser-crlf/specs/cli-validate/spec.md +9 -0
- package/references/openspec/openspec/changes/archive/2025-09-29-update-markdown-parser-crlf/tasks.md +11 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-codex-slash-command-support/proposal.md +25 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-codex-slash-command-support/specs/cli-init/spec.md +56 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-codex-slash-command-support/specs/cli-update/spec.md +41 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-codex-slash-command-support/tasks.md +19 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-github-copilot-prompts/proposal.md +25 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-github-copilot-prompts/specs/cli-init/spec.md +48 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-github-copilot-prompts/specs/cli-update/spec.md +48 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-github-copilot-prompts/tasks.md +30 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-kilocode-workflows/proposal.md +17 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-kilocode-workflows/specs/cli-init/spec.md +43 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-kilocode-workflows/specs/cli-update/spec.md +27 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-kilocode-workflows/tasks.md +15 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-non-interactive-init-options/proposal.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-non-interactive-init-options/specs/cli-init/spec.md +39 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-non-interactive-init-options/tasks.md +17 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-windsurf-workflows/proposal.md +17 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-windsurf-workflows/specs/cli-init/spec.md +42 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-windsurf-workflows/specs/cli-update/spec.md +27 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-add-windsurf-workflows/tasks.md +17 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-enhance-validation-error-messages/proposal.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-enhance-validation-error-messages/specs/cli-validate/spec.md +39 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-enhance-validation-error-messages/tasks.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-improve-agent-instruction-usability/proposal.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-improve-agent-instruction-usability/specs/docs-agent-instructions/spec.md +33 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-improve-agent-instruction-usability/tasks.md +11 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-slim-root-agents-file/proposal.md +13 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-slim-root-agents-file/tasks.md +15 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-cli-init-enter-selection/proposal.md +14 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-cli-init-enter-selection/specs/cli-init/spec.md +10 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-cli-init-enter-selection/tasks.md +8 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-cli-init-root-agents/proposal.md +15 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-cli-init-root-agents/specs/cli-init/spec.md +32 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-cli-init-root-agents/specs/cli-update/spec.md +10 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-cli-init-root-agents/tasks.md +11 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-release-automation/proposal.md +49 -0
- package/references/openspec/openspec/changes/archive/2025-10-14-update-release-automation/tasks.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-archive-command-arguments/proposal.md +17 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-archive-command-arguments/specs/cli-update/spec.md +32 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-archive-command-arguments/tasks.md +15 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-cline-support/proposal.md +15 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-cline-support/specs/cli-init/spec.md +97 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-cline-support/tasks.md +19 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-crush-support/proposal.md +13 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-crush-support/specs/cli-init/spec.md +67 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-crush-support/tasks.md +7 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-factory-slash-commands/proposal.md +12 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-factory-slash-commands/specs/cli-init/spec.md +54 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-factory-slash-commands/specs/cli-update/spec.md +54 -0
- package/references/openspec/openspec/changes/archive/2025-10-22-add-factory-slash-commands/tasks.md +11 -0
- package/references/openspec/openspec/changes/fix-cline-workflows-implementation/proposal.md +13 -0
- package/references/openspec/openspec/changes/fix-cline-workflows-implementation/specs/cli-init/spec.md +11 -0
- package/references/openspec/openspec/changes/fix-cline-workflows-implementation/tasks.md +13 -0
- package/references/openspec/openspec/changes/make-validation-scope-aware/proposal.md +12 -0
- package/references/openspec/openspec/changes/make-validation-scope-aware/specs/cli-validate/spec.md +25 -0
- package/references/openspec/openspec/changes/make-validation-scope-aware/tasks.md +16 -0
- package/references/openspec/openspec/project.md +53 -0
- package/references/openspec/openspec/specs/cli-archive/spec.md +210 -0
- package/references/openspec/openspec/specs/cli-change/spec.md +91 -0
- package/references/openspec/openspec/specs/cli-init/spec.md +311 -0
- package/references/openspec/openspec/specs/cli-list/spec.md +103 -0
- package/references/openspec/openspec/specs/cli-show/spec.md +85 -0
- package/references/openspec/openspec/specs/cli-spec/spec.md +87 -0
- package/references/openspec/openspec/specs/cli-update/spec.md +190 -0
- package/references/openspec/openspec/specs/cli-validate/spec.md +218 -0
- package/references/openspec/openspec/specs/cli-view/spec.md +105 -0
- package/references/openspec/openspec/specs/docs-agent-instructions/spec.md +38 -0
- package/references/openspec/openspec/specs/openspec-conventions/spec.md +474 -0
- package/references/openspec/openspec-parallel-merge-plan.md +98 -0
- package/references/openspec/package.json +73 -0
- package/references/openspec/pnpm-lock.yaml +2324 -0
- package/references/openspec/scripts/pack-version-check.mjs +111 -0
- package/references/openspec/src/cli/index.ts +253 -0
- package/references/openspec/src/commands/change.ts +291 -0
- package/references/openspec/src/commands/show.ts +139 -0
- package/references/openspec/src/commands/spec.ts +250 -0
- package/references/openspec/src/commands/validate.ts +305 -0
- package/references/openspec/src/core/archive.ts +606 -0
- package/references/openspec/src/core/config.ts +41 -0
- package/references/openspec/src/core/configurators/agents.ts +23 -0
- package/references/openspec/src/core/configurators/base.ts +6 -0
- package/references/openspec/src/core/configurators/claude.ts +23 -0
- package/references/openspec/src/core/configurators/cline.ts +23 -0
- package/references/openspec/src/core/configurators/codebuddy.ts +24 -0
- package/references/openspec/src/core/configurators/costrict.ts +23 -0
- package/references/openspec/src/core/configurators/iflow.ts +23 -0
- package/references/openspec/src/core/configurators/qoder.ts +53 -0
- package/references/openspec/src/core/configurators/qwen.ts +47 -0
- package/references/openspec/src/core/configurators/registry.ts +49 -0
- package/references/openspec/src/core/configurators/slash/amazon-q.ts +51 -0
- package/references/openspec/src/core/configurators/slash/antigravity.ts +28 -0
- package/references/openspec/src/core/configurators/slash/auggie.ts +37 -0
- package/references/openspec/src/core/configurators/slash/base.ts +95 -0
- package/references/openspec/src/core/configurators/slash/claude.ts +42 -0
- package/references/openspec/src/core/configurators/slash/cline.ts +27 -0
- package/references/openspec/src/core/configurators/slash/codebuddy.ts +43 -0
- package/references/openspec/src/core/configurators/slash/codex.ts +126 -0
- package/references/openspec/src/core/configurators/slash/costrict.ts +36 -0
- package/references/openspec/src/core/configurators/slash/crush.ts +42 -0
- package/references/openspec/src/core/configurators/slash/cursor.ts +42 -0
- package/references/openspec/src/core/configurators/slash/factory.ts +41 -0
- package/references/openspec/src/core/configurators/slash/gemini.ts +27 -0
- package/references/openspec/src/core/configurators/slash/github-copilot.ts +39 -0
- package/references/openspec/src/core/configurators/slash/iflow.ts +42 -0
- package/references/openspec/src/core/configurators/slash/kilocode.ts +21 -0
- package/references/openspec/src/core/configurators/slash/opencode.ts +83 -0
- package/references/openspec/src/core/configurators/slash/qoder.ts +84 -0
- package/references/openspec/src/core/configurators/slash/qwen.ts +55 -0
- package/references/openspec/src/core/configurators/slash/registry.ts +81 -0
- package/references/openspec/src/core/configurators/slash/roocode.ts +27 -0
- package/references/openspec/src/core/configurators/slash/toml-base.ts +66 -0
- package/references/openspec/src/core/configurators/slash/windsurf.ts +27 -0
- package/references/openspec/src/core/converters/json-converter.ts +61 -0
- package/references/openspec/src/core/index.ts +2 -0
- package/references/openspec/src/core/init.ts +986 -0
- package/references/openspec/src/core/list.ts +104 -0
- package/references/openspec/src/core/parsers/change-parser.ts +234 -0
- package/references/openspec/src/core/parsers/markdown-parser.ts +237 -0
- package/references/openspec/src/core/parsers/requirement-blocks.ts +234 -0
- package/references/openspec/src/core/schemas/base.schema.ts +20 -0
- package/references/openspec/src/core/schemas/change.schema.ts +42 -0
- package/references/openspec/src/core/schemas/index.ts +20 -0
- package/references/openspec/src/core/schemas/spec.schema.ts +17 -0
- package/references/openspec/src/core/styles/palette.ts +8 -0
- package/references/openspec/src/core/templates/agents-root-stub.ts +16 -0
- package/references/openspec/src/core/templates/agents-template.ts +457 -0
- package/references/openspec/src/core/templates/claude-template.ts +1 -0
- package/references/openspec/src/core/templates/cline-template.ts +1 -0
- package/references/openspec/src/core/templates/costrict-template.ts +1 -0
- package/references/openspec/src/core/templates/index.ts +50 -0
- package/references/openspec/src/core/templates/project-template.ts +38 -0
- package/references/openspec/src/core/templates/slash-command-templates.ts +60 -0
- package/references/openspec/src/core/update.ts +129 -0
- package/references/openspec/src/core/validation/constants.ts +48 -0
- package/references/openspec/src/core/validation/types.ts +19 -0
- package/references/openspec/src/core/validation/validator.ts +448 -0
- package/references/openspec/src/core/view.ts +189 -0
- package/references/openspec/src/index.ts +2 -0
- package/references/openspec/src/utils/file-system.ts +187 -0
- package/references/openspec/src/utils/index.ts +2 -0
- package/references/openspec/src/utils/interactive.ts +7 -0
- package/references/openspec/src/utils/item-discovery.ts +45 -0
- package/references/openspec/src/utils/match.ts +26 -0
- package/references/openspec/src/utils/task-progress.ts +43 -0
- package/references/openspec/test/cli-e2e/basic.test.ts +156 -0
- package/references/openspec/test/commands/change.interactive-show.test.ts +45 -0
- package/references/openspec/test/commands/change.interactive-validate.test.ts +48 -0
- package/references/openspec/test/commands/show.test.ts +123 -0
- package/references/openspec/test/commands/spec.interactive-show.test.ts +44 -0
- package/references/openspec/test/commands/spec.interactive-validate.test.ts +44 -0
- package/references/openspec/test/commands/spec.test.ts +324 -0
- package/references/openspec/test/commands/validate.enriched-output.test.ts +49 -0
- package/references/openspec/test/commands/validate.test.ts +133 -0
- package/references/openspec/test/core/archive.test.ts +680 -0
- package/references/openspec/test/core/commands/change-command.list.test.ts +76 -0
- package/references/openspec/test/core/commands/change-command.show-validate.test.ts +111 -0
- package/references/openspec/test/core/converters/json-converter.test.ts +184 -0
- package/references/openspec/test/core/init.test.ts +1710 -0
- package/references/openspec/test/core/list.test.ts +165 -0
- package/references/openspec/test/core/parsers/change-parser.test.ts +52 -0
- package/references/openspec/test/core/parsers/markdown-parser.test.ts +291 -0
- package/references/openspec/test/core/update.test.ts +1642 -0
- package/references/openspec/test/core/validation.enriched-messages.test.ts +74 -0
- package/references/openspec/test/core/validation.test.ts +489 -0
- package/references/openspec/test/core/view.test.ts +79 -0
- package/references/openspec/test/fixtures/tmp-init/openspec/changes/c1/proposal.md +7 -0
- package/references/openspec/test/fixtures/tmp-init/openspec/changes/c1/specs/alpha/spec.md +8 -0
- package/references/openspec/test/fixtures/tmp-init/openspec/specs/alpha/spec.md +12 -0
- package/references/openspec/test/helpers/run-cli.ts +139 -0
- package/references/openspec/test/utils/file-system.test.ts +211 -0
- package/references/openspec/test/utils/marker-updates.test.ts +287 -0
- package/references/openspec/tsconfig.json +21 -0
- package/references/openspec/vitest.config.ts +25 -0
- package/references/openspec/vitest.setup.ts +6 -0
|
@@ -0,0 +1,2324 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@inquirer/core':
|
|
12
|
+
specifier: ^10.2.2
|
|
13
|
+
version: 10.2.2(@types/node@24.2.0)
|
|
14
|
+
'@inquirer/prompts':
|
|
15
|
+
specifier: ^7.8.0
|
|
16
|
+
version: 7.8.0(@types/node@24.2.0)
|
|
17
|
+
chalk:
|
|
18
|
+
specifier: ^5.5.0
|
|
19
|
+
version: 5.5.0
|
|
20
|
+
commander:
|
|
21
|
+
specifier: ^14.0.0
|
|
22
|
+
version: 14.0.0
|
|
23
|
+
ora:
|
|
24
|
+
specifier: ^8.2.0
|
|
25
|
+
version: 8.2.0
|
|
26
|
+
zod:
|
|
27
|
+
specifier: ^4.0.17
|
|
28
|
+
version: 4.0.17
|
|
29
|
+
devDependencies:
|
|
30
|
+
'@changesets/cli':
|
|
31
|
+
specifier: ^2.27.7
|
|
32
|
+
version: 2.29.6(@types/node@24.2.0)
|
|
33
|
+
'@types/node':
|
|
34
|
+
specifier: ^24.2.0
|
|
35
|
+
version: 24.2.0
|
|
36
|
+
'@vitest/ui':
|
|
37
|
+
specifier: ^3.2.4
|
|
38
|
+
version: 3.2.4(vitest@3.2.4)
|
|
39
|
+
typescript:
|
|
40
|
+
specifier: ^5.9.3
|
|
41
|
+
version: 5.9.3
|
|
42
|
+
vitest:
|
|
43
|
+
specifier: ^3.2.4
|
|
44
|
+
version: 3.2.4(@types/node@24.2.0)(@vitest/ui@3.2.4)
|
|
45
|
+
|
|
46
|
+
packages:
|
|
47
|
+
|
|
48
|
+
'@babel/runtime@7.28.4':
|
|
49
|
+
resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==}
|
|
50
|
+
engines: {node: '>=6.9.0'}
|
|
51
|
+
|
|
52
|
+
'@changesets/apply-release-plan@7.0.12':
|
|
53
|
+
resolution: {integrity: sha512-EaET7As5CeuhTzvXTQCRZeBUcisoYPDDcXvgTE/2jmmypKp0RC7LxKj/yzqeh/1qFTZI7oDGFcL1PHRuQuketQ==}
|
|
54
|
+
|
|
55
|
+
'@changesets/assemble-release-plan@6.0.9':
|
|
56
|
+
resolution: {integrity: sha512-tPgeeqCHIwNo8sypKlS3gOPmsS3wP0zHt67JDuL20P4QcXiw/O4Hl7oXiuLnP9yg+rXLQ2sScdV1Kkzde61iSQ==}
|
|
57
|
+
|
|
58
|
+
'@changesets/changelog-git@0.2.1':
|
|
59
|
+
resolution: {integrity: sha512-x/xEleCFLH28c3bQeQIyeZf8lFXyDFVn1SgcBiR2Tw/r4IAWlk1fzxCEZ6NxQAjF2Nwtczoen3OA2qR+UawQ8Q==}
|
|
60
|
+
|
|
61
|
+
'@changesets/cli@2.29.6':
|
|
62
|
+
resolution: {integrity: sha512-6qCcVsIG1KQLhpQ5zE8N0PckIx4+9QlHK3z6/lwKnw7Tir71Bjw8BeOZaxA/4Jt00pcgCnCSWZnyuZf5Il05QQ==}
|
|
63
|
+
hasBin: true
|
|
64
|
+
|
|
65
|
+
'@changesets/config@3.1.1':
|
|
66
|
+
resolution: {integrity: sha512-bd+3Ap2TKXxljCggI0mKPfzCQKeV/TU4yO2h2C6vAihIo8tzseAn2e7klSuiyYYXvgu53zMN1OeYMIQkaQoWnA==}
|
|
67
|
+
|
|
68
|
+
'@changesets/errors@0.2.0':
|
|
69
|
+
resolution: {integrity: sha512-6BLOQUscTpZeGljvyQXlWOItQyU71kCdGz7Pi8H8zdw6BI0g3m43iL4xKUVPWtG+qrrL9DTjpdn8eYuCQSRpow==}
|
|
70
|
+
|
|
71
|
+
'@changesets/get-dependents-graph@2.1.3':
|
|
72
|
+
resolution: {integrity: sha512-gphr+v0mv2I3Oxt19VdWRRUxq3sseyUpX9DaHpTUmLj92Y10AGy+XOtV+kbM6L/fDcpx7/ISDFK6T8A/P3lOdQ==}
|
|
73
|
+
|
|
74
|
+
'@changesets/get-release-plan@4.0.13':
|
|
75
|
+
resolution: {integrity: sha512-DWG1pus72FcNeXkM12tx+xtExyH/c9I1z+2aXlObH3i9YA7+WZEVaiHzHl03thpvAgWTRaH64MpfHxozfF7Dvg==}
|
|
76
|
+
|
|
77
|
+
'@changesets/get-version-range-type@0.4.0':
|
|
78
|
+
resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==}
|
|
79
|
+
|
|
80
|
+
'@changesets/git@3.0.4':
|
|
81
|
+
resolution: {integrity: sha512-BXANzRFkX+XcC1q/d27NKvlJ1yf7PSAgi8JG6dt8EfbHFHi4neau7mufcSca5zRhwOL8j9s6EqsxmT+s+/E6Sw==}
|
|
82
|
+
|
|
83
|
+
'@changesets/logger@0.1.1':
|
|
84
|
+
resolution: {integrity: sha512-OQtR36ZlnuTxKqoW4Sv6x5YIhOmClRd5pWsjZsddYxpWs517R0HkyiefQPIytCVh4ZcC5x9XaG8KTdd5iRQUfg==}
|
|
85
|
+
|
|
86
|
+
'@changesets/parse@0.4.1':
|
|
87
|
+
resolution: {integrity: sha512-iwksMs5Bf/wUItfcg+OXrEpravm5rEd9Bf4oyIPL4kVTmJQ7PNDSd6MDYkpSJR1pn7tz/k8Zf2DhTCqX08Ou+Q==}
|
|
88
|
+
|
|
89
|
+
'@changesets/pre@2.0.2':
|
|
90
|
+
resolution: {integrity: sha512-HaL/gEyFVvkf9KFg6484wR9s0qjAXlZ8qWPDkTyKF6+zqjBe/I2mygg3MbpZ++hdi0ToqNUF8cjj7fBy0dg8Ug==}
|
|
91
|
+
|
|
92
|
+
'@changesets/read@0.6.5':
|
|
93
|
+
resolution: {integrity: sha512-UPzNGhsSjHD3Veb0xO/MwvasGe8eMyNrR/sT9gR8Q3DhOQZirgKhhXv/8hVsI0QpPjR004Z9iFxoJU6in3uGMg==}
|
|
94
|
+
|
|
95
|
+
'@changesets/should-skip-package@0.1.2':
|
|
96
|
+
resolution: {integrity: sha512-qAK/WrqWLNCP22UDdBTMPH5f41elVDlsNyat180A33dWxuUDyNpg6fPi/FyTZwRriVjg0L8gnjJn2F9XAoF0qw==}
|
|
97
|
+
|
|
98
|
+
'@changesets/types@4.1.0':
|
|
99
|
+
resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==}
|
|
100
|
+
|
|
101
|
+
'@changesets/types@6.1.0':
|
|
102
|
+
resolution: {integrity: sha512-rKQcJ+o1nKNgeoYRHKOS07tAMNd3YSN0uHaJOZYjBAgxfV7TUE7JE+z4BzZdQwb5hKaYbayKN5KrYV7ODb2rAA==}
|
|
103
|
+
|
|
104
|
+
'@changesets/write@0.4.0':
|
|
105
|
+
resolution: {integrity: sha512-CdTLvIOPiCNuH71pyDu3rA+Q0n65cmAbXnwWH84rKGiFumFzkmHNT8KHTMEchcxN+Kl8I54xGUhJ7l3E7X396Q==}
|
|
106
|
+
|
|
107
|
+
'@esbuild/aix-ppc64@0.25.8':
|
|
108
|
+
resolution: {integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==}
|
|
109
|
+
engines: {node: '>=18'}
|
|
110
|
+
cpu: [ppc64]
|
|
111
|
+
os: [aix]
|
|
112
|
+
|
|
113
|
+
'@esbuild/android-arm64@0.25.8':
|
|
114
|
+
resolution: {integrity: sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==}
|
|
115
|
+
engines: {node: '>=18'}
|
|
116
|
+
cpu: [arm64]
|
|
117
|
+
os: [android]
|
|
118
|
+
|
|
119
|
+
'@esbuild/android-arm@0.25.8':
|
|
120
|
+
resolution: {integrity: sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==}
|
|
121
|
+
engines: {node: '>=18'}
|
|
122
|
+
cpu: [arm]
|
|
123
|
+
os: [android]
|
|
124
|
+
|
|
125
|
+
'@esbuild/android-x64@0.25.8':
|
|
126
|
+
resolution: {integrity: sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==}
|
|
127
|
+
engines: {node: '>=18'}
|
|
128
|
+
cpu: [x64]
|
|
129
|
+
os: [android]
|
|
130
|
+
|
|
131
|
+
'@esbuild/darwin-arm64@0.25.8':
|
|
132
|
+
resolution: {integrity: sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==}
|
|
133
|
+
engines: {node: '>=18'}
|
|
134
|
+
cpu: [arm64]
|
|
135
|
+
os: [darwin]
|
|
136
|
+
|
|
137
|
+
'@esbuild/darwin-x64@0.25.8':
|
|
138
|
+
resolution: {integrity: sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==}
|
|
139
|
+
engines: {node: '>=18'}
|
|
140
|
+
cpu: [x64]
|
|
141
|
+
os: [darwin]
|
|
142
|
+
|
|
143
|
+
'@esbuild/freebsd-arm64@0.25.8':
|
|
144
|
+
resolution: {integrity: sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==}
|
|
145
|
+
engines: {node: '>=18'}
|
|
146
|
+
cpu: [arm64]
|
|
147
|
+
os: [freebsd]
|
|
148
|
+
|
|
149
|
+
'@esbuild/freebsd-x64@0.25.8':
|
|
150
|
+
resolution: {integrity: sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==}
|
|
151
|
+
engines: {node: '>=18'}
|
|
152
|
+
cpu: [x64]
|
|
153
|
+
os: [freebsd]
|
|
154
|
+
|
|
155
|
+
'@esbuild/linux-arm64@0.25.8':
|
|
156
|
+
resolution: {integrity: sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==}
|
|
157
|
+
engines: {node: '>=18'}
|
|
158
|
+
cpu: [arm64]
|
|
159
|
+
os: [linux]
|
|
160
|
+
|
|
161
|
+
'@esbuild/linux-arm@0.25.8':
|
|
162
|
+
resolution: {integrity: sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==}
|
|
163
|
+
engines: {node: '>=18'}
|
|
164
|
+
cpu: [arm]
|
|
165
|
+
os: [linux]
|
|
166
|
+
|
|
167
|
+
'@esbuild/linux-ia32@0.25.8':
|
|
168
|
+
resolution: {integrity: sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==}
|
|
169
|
+
engines: {node: '>=18'}
|
|
170
|
+
cpu: [ia32]
|
|
171
|
+
os: [linux]
|
|
172
|
+
|
|
173
|
+
'@esbuild/linux-loong64@0.25.8':
|
|
174
|
+
resolution: {integrity: sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==}
|
|
175
|
+
engines: {node: '>=18'}
|
|
176
|
+
cpu: [loong64]
|
|
177
|
+
os: [linux]
|
|
178
|
+
|
|
179
|
+
'@esbuild/linux-mips64el@0.25.8':
|
|
180
|
+
resolution: {integrity: sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==}
|
|
181
|
+
engines: {node: '>=18'}
|
|
182
|
+
cpu: [mips64el]
|
|
183
|
+
os: [linux]
|
|
184
|
+
|
|
185
|
+
'@esbuild/linux-ppc64@0.25.8':
|
|
186
|
+
resolution: {integrity: sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==}
|
|
187
|
+
engines: {node: '>=18'}
|
|
188
|
+
cpu: [ppc64]
|
|
189
|
+
os: [linux]
|
|
190
|
+
|
|
191
|
+
'@esbuild/linux-riscv64@0.25.8':
|
|
192
|
+
resolution: {integrity: sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==}
|
|
193
|
+
engines: {node: '>=18'}
|
|
194
|
+
cpu: [riscv64]
|
|
195
|
+
os: [linux]
|
|
196
|
+
|
|
197
|
+
'@esbuild/linux-s390x@0.25.8':
|
|
198
|
+
resolution: {integrity: sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==}
|
|
199
|
+
engines: {node: '>=18'}
|
|
200
|
+
cpu: [s390x]
|
|
201
|
+
os: [linux]
|
|
202
|
+
|
|
203
|
+
'@esbuild/linux-x64@0.25.8':
|
|
204
|
+
resolution: {integrity: sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==}
|
|
205
|
+
engines: {node: '>=18'}
|
|
206
|
+
cpu: [x64]
|
|
207
|
+
os: [linux]
|
|
208
|
+
|
|
209
|
+
'@esbuild/netbsd-arm64@0.25.8':
|
|
210
|
+
resolution: {integrity: sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==}
|
|
211
|
+
engines: {node: '>=18'}
|
|
212
|
+
cpu: [arm64]
|
|
213
|
+
os: [netbsd]
|
|
214
|
+
|
|
215
|
+
'@esbuild/netbsd-x64@0.25.8':
|
|
216
|
+
resolution: {integrity: sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==}
|
|
217
|
+
engines: {node: '>=18'}
|
|
218
|
+
cpu: [x64]
|
|
219
|
+
os: [netbsd]
|
|
220
|
+
|
|
221
|
+
'@esbuild/openbsd-arm64@0.25.8':
|
|
222
|
+
resolution: {integrity: sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==}
|
|
223
|
+
engines: {node: '>=18'}
|
|
224
|
+
cpu: [arm64]
|
|
225
|
+
os: [openbsd]
|
|
226
|
+
|
|
227
|
+
'@esbuild/openbsd-x64@0.25.8':
|
|
228
|
+
resolution: {integrity: sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==}
|
|
229
|
+
engines: {node: '>=18'}
|
|
230
|
+
cpu: [x64]
|
|
231
|
+
os: [openbsd]
|
|
232
|
+
|
|
233
|
+
'@esbuild/openharmony-arm64@0.25.8':
|
|
234
|
+
resolution: {integrity: sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==}
|
|
235
|
+
engines: {node: '>=18'}
|
|
236
|
+
cpu: [arm64]
|
|
237
|
+
os: [openharmony]
|
|
238
|
+
|
|
239
|
+
'@esbuild/sunos-x64@0.25.8':
|
|
240
|
+
resolution: {integrity: sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==}
|
|
241
|
+
engines: {node: '>=18'}
|
|
242
|
+
cpu: [x64]
|
|
243
|
+
os: [sunos]
|
|
244
|
+
|
|
245
|
+
'@esbuild/win32-arm64@0.25.8':
|
|
246
|
+
resolution: {integrity: sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==}
|
|
247
|
+
engines: {node: '>=18'}
|
|
248
|
+
cpu: [arm64]
|
|
249
|
+
os: [win32]
|
|
250
|
+
|
|
251
|
+
'@esbuild/win32-ia32@0.25.8':
|
|
252
|
+
resolution: {integrity: sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==}
|
|
253
|
+
engines: {node: '>=18'}
|
|
254
|
+
cpu: [ia32]
|
|
255
|
+
os: [win32]
|
|
256
|
+
|
|
257
|
+
'@esbuild/win32-x64@0.25.8':
|
|
258
|
+
resolution: {integrity: sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==}
|
|
259
|
+
engines: {node: '>=18'}
|
|
260
|
+
cpu: [x64]
|
|
261
|
+
os: [win32]
|
|
262
|
+
|
|
263
|
+
'@inquirer/ansi@1.0.0':
|
|
264
|
+
resolution: {integrity: sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA==}
|
|
265
|
+
engines: {node: '>=18'}
|
|
266
|
+
|
|
267
|
+
'@inquirer/checkbox@4.2.0':
|
|
268
|
+
resolution: {integrity: sha512-fdSw07FLJEU5vbpOPzXo5c6xmMGDzbZE2+niuDHX5N6mc6V0Ebso/q3xiHra4D73+PMsC8MJmcaZKuAAoaQsSA==}
|
|
269
|
+
engines: {node: '>=18'}
|
|
270
|
+
peerDependencies:
|
|
271
|
+
'@types/node': '>=18'
|
|
272
|
+
peerDependenciesMeta:
|
|
273
|
+
'@types/node':
|
|
274
|
+
optional: true
|
|
275
|
+
|
|
276
|
+
'@inquirer/confirm@5.1.14':
|
|
277
|
+
resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==}
|
|
278
|
+
engines: {node: '>=18'}
|
|
279
|
+
peerDependencies:
|
|
280
|
+
'@types/node': '>=18'
|
|
281
|
+
peerDependenciesMeta:
|
|
282
|
+
'@types/node':
|
|
283
|
+
optional: true
|
|
284
|
+
|
|
285
|
+
'@inquirer/core@10.2.2':
|
|
286
|
+
resolution: {integrity: sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA==}
|
|
287
|
+
engines: {node: '>=18'}
|
|
288
|
+
peerDependencies:
|
|
289
|
+
'@types/node': '>=18'
|
|
290
|
+
peerDependenciesMeta:
|
|
291
|
+
'@types/node':
|
|
292
|
+
optional: true
|
|
293
|
+
|
|
294
|
+
'@inquirer/editor@4.2.15':
|
|
295
|
+
resolution: {integrity: sha512-wst31XT8DnGOSS4nNJDIklGKnf+8shuauVrWzgKegWUe28zfCftcWZ2vktGdzJgcylWSS2SrDnYUb6alZcwnCQ==}
|
|
296
|
+
engines: {node: '>=18'}
|
|
297
|
+
peerDependencies:
|
|
298
|
+
'@types/node': '>=18'
|
|
299
|
+
peerDependenciesMeta:
|
|
300
|
+
'@types/node':
|
|
301
|
+
optional: true
|
|
302
|
+
|
|
303
|
+
'@inquirer/expand@4.0.17':
|
|
304
|
+
resolution: {integrity: sha512-PSqy9VmJx/VbE3CT453yOfNa+PykpKg/0SYP7odez1/NWBGuDXgPhp4AeGYYKjhLn5lUUavVS/JbeYMPdH50Mw==}
|
|
305
|
+
engines: {node: '>=18'}
|
|
306
|
+
peerDependencies:
|
|
307
|
+
'@types/node': '>=18'
|
|
308
|
+
peerDependenciesMeta:
|
|
309
|
+
'@types/node':
|
|
310
|
+
optional: true
|
|
311
|
+
|
|
312
|
+
'@inquirer/external-editor@1.0.1':
|
|
313
|
+
resolution: {integrity: sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==}
|
|
314
|
+
engines: {node: '>=18'}
|
|
315
|
+
peerDependencies:
|
|
316
|
+
'@types/node': '>=18'
|
|
317
|
+
peerDependenciesMeta:
|
|
318
|
+
'@types/node':
|
|
319
|
+
optional: true
|
|
320
|
+
|
|
321
|
+
'@inquirer/figures@1.0.13':
|
|
322
|
+
resolution: {integrity: sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==}
|
|
323
|
+
engines: {node: '>=18'}
|
|
324
|
+
|
|
325
|
+
'@inquirer/input@4.2.1':
|
|
326
|
+
resolution: {integrity: sha512-tVC+O1rBl0lJpoUZv4xY+WGWY8V5b0zxU1XDsMsIHYregdh7bN5X5QnIONNBAl0K765FYlAfNHS2Bhn7SSOVow==}
|
|
327
|
+
engines: {node: '>=18'}
|
|
328
|
+
peerDependencies:
|
|
329
|
+
'@types/node': '>=18'
|
|
330
|
+
peerDependenciesMeta:
|
|
331
|
+
'@types/node':
|
|
332
|
+
optional: true
|
|
333
|
+
|
|
334
|
+
'@inquirer/number@3.0.17':
|
|
335
|
+
resolution: {integrity: sha512-GcvGHkyIgfZgVnnimURdOueMk0CztycfC8NZTiIY9arIAkeOgt6zG57G+7vC59Jns3UX27LMkPKnKWAOF5xEYg==}
|
|
336
|
+
engines: {node: '>=18'}
|
|
337
|
+
peerDependencies:
|
|
338
|
+
'@types/node': '>=18'
|
|
339
|
+
peerDependenciesMeta:
|
|
340
|
+
'@types/node':
|
|
341
|
+
optional: true
|
|
342
|
+
|
|
343
|
+
'@inquirer/password@4.0.17':
|
|
344
|
+
resolution: {integrity: sha512-DJolTnNeZ00E1+1TW+8614F7rOJJCM4y4BAGQ3Gq6kQIG+OJ4zr3GLjIjVVJCbKsk2jmkmv6v2kQuN/vriHdZA==}
|
|
345
|
+
engines: {node: '>=18'}
|
|
346
|
+
peerDependencies:
|
|
347
|
+
'@types/node': '>=18'
|
|
348
|
+
peerDependenciesMeta:
|
|
349
|
+
'@types/node':
|
|
350
|
+
optional: true
|
|
351
|
+
|
|
352
|
+
'@inquirer/prompts@7.8.0':
|
|
353
|
+
resolution: {integrity: sha512-JHwGbQ6wjf1dxxnalDYpZwZxUEosT+6CPGD9Zh4sm9WXdtUp9XODCQD3NjSTmu+0OAyxWXNOqf0spjIymJa2Tw==}
|
|
354
|
+
engines: {node: '>=18'}
|
|
355
|
+
peerDependencies:
|
|
356
|
+
'@types/node': '>=18'
|
|
357
|
+
peerDependenciesMeta:
|
|
358
|
+
'@types/node':
|
|
359
|
+
optional: true
|
|
360
|
+
|
|
361
|
+
'@inquirer/rawlist@4.1.5':
|
|
362
|
+
resolution: {integrity: sha512-R5qMyGJqtDdi4Ht521iAkNqyB6p2UPuZUbMifakg1sWtu24gc2Z8CJuw8rP081OckNDMgtDCuLe42Q2Kr3BolA==}
|
|
363
|
+
engines: {node: '>=18'}
|
|
364
|
+
peerDependencies:
|
|
365
|
+
'@types/node': '>=18'
|
|
366
|
+
peerDependenciesMeta:
|
|
367
|
+
'@types/node':
|
|
368
|
+
optional: true
|
|
369
|
+
|
|
370
|
+
'@inquirer/search@3.1.0':
|
|
371
|
+
resolution: {integrity: sha512-PMk1+O/WBcYJDq2H7foV0aAZSmDdkzZB9Mw2v/DmONRJopwA/128cS9M/TXWLKKdEQKZnKwBzqu2G4x/2Nqx8Q==}
|
|
372
|
+
engines: {node: '>=18'}
|
|
373
|
+
peerDependencies:
|
|
374
|
+
'@types/node': '>=18'
|
|
375
|
+
peerDependenciesMeta:
|
|
376
|
+
'@types/node':
|
|
377
|
+
optional: true
|
|
378
|
+
|
|
379
|
+
'@inquirer/select@4.3.1':
|
|
380
|
+
resolution: {integrity: sha512-Gfl/5sqOF5vS/LIrSndFgOh7jgoe0UXEizDqahFRkq5aJBLegZ6WjuMh/hVEJwlFQjyLq1z9fRtvUMkb7jM1LA==}
|
|
381
|
+
engines: {node: '>=18'}
|
|
382
|
+
peerDependencies:
|
|
383
|
+
'@types/node': '>=18'
|
|
384
|
+
peerDependenciesMeta:
|
|
385
|
+
'@types/node':
|
|
386
|
+
optional: true
|
|
387
|
+
|
|
388
|
+
'@inquirer/type@3.0.8':
|
|
389
|
+
resolution: {integrity: sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==}
|
|
390
|
+
engines: {node: '>=18'}
|
|
391
|
+
peerDependencies:
|
|
392
|
+
'@types/node': '>=18'
|
|
393
|
+
peerDependenciesMeta:
|
|
394
|
+
'@types/node':
|
|
395
|
+
optional: true
|
|
396
|
+
|
|
397
|
+
'@jridgewell/sourcemap-codec@1.5.4':
|
|
398
|
+
resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==}
|
|
399
|
+
|
|
400
|
+
'@manypkg/find-root@1.1.0':
|
|
401
|
+
resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==}
|
|
402
|
+
|
|
403
|
+
'@manypkg/get-packages@1.1.3':
|
|
404
|
+
resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==}
|
|
405
|
+
|
|
406
|
+
'@nodelib/fs.scandir@2.1.5':
|
|
407
|
+
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
408
|
+
engines: {node: '>= 8'}
|
|
409
|
+
|
|
410
|
+
'@nodelib/fs.stat@2.0.5':
|
|
411
|
+
resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
|
|
412
|
+
engines: {node: '>= 8'}
|
|
413
|
+
|
|
414
|
+
'@nodelib/fs.walk@1.2.8':
|
|
415
|
+
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
416
|
+
engines: {node: '>= 8'}
|
|
417
|
+
|
|
418
|
+
'@polka/url@1.0.0-next.29':
|
|
419
|
+
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
|
420
|
+
|
|
421
|
+
'@rollup/rollup-android-arm-eabi@4.46.2':
|
|
422
|
+
resolution: {integrity: sha512-Zj3Hl6sN34xJtMv7Anwb5Gu01yujyE/cLBDB2gnHTAHaWS1Z38L7kuSG+oAh0giZMqG060f/YBStXtMH6FvPMA==}
|
|
423
|
+
cpu: [arm]
|
|
424
|
+
os: [android]
|
|
425
|
+
|
|
426
|
+
'@rollup/rollup-android-arm64@4.46.2':
|
|
427
|
+
resolution: {integrity: sha512-nTeCWY83kN64oQ5MGz3CgtPx8NSOhC5lWtsjTs+8JAJNLcP3QbLCtDDgUKQc/Ro/frpMq4SHUaHN6AMltcEoLQ==}
|
|
428
|
+
cpu: [arm64]
|
|
429
|
+
os: [android]
|
|
430
|
+
|
|
431
|
+
'@rollup/rollup-darwin-arm64@4.46.2':
|
|
432
|
+
resolution: {integrity: sha512-HV7bW2Fb/F5KPdM/9bApunQh68YVDU8sO8BvcW9OngQVN3HHHkw99wFupuUJfGR9pYLLAjcAOA6iO+evsbBaPQ==}
|
|
433
|
+
cpu: [arm64]
|
|
434
|
+
os: [darwin]
|
|
435
|
+
|
|
436
|
+
'@rollup/rollup-darwin-x64@4.46.2':
|
|
437
|
+
resolution: {integrity: sha512-SSj8TlYV5nJixSsm/y3QXfhspSiLYP11zpfwp6G/YDXctf3Xkdnk4woJIF5VQe0of2OjzTt8EsxnJDCdHd2xMA==}
|
|
438
|
+
cpu: [x64]
|
|
439
|
+
os: [darwin]
|
|
440
|
+
|
|
441
|
+
'@rollup/rollup-freebsd-arm64@4.46.2':
|
|
442
|
+
resolution: {integrity: sha512-ZyrsG4TIT9xnOlLsSSi9w/X29tCbK1yegE49RYm3tu3wF1L/B6LVMqnEWyDB26d9Ecx9zrmXCiPmIabVuLmNSg==}
|
|
443
|
+
cpu: [arm64]
|
|
444
|
+
os: [freebsd]
|
|
445
|
+
|
|
446
|
+
'@rollup/rollup-freebsd-x64@4.46.2':
|
|
447
|
+
resolution: {integrity: sha512-pCgHFoOECwVCJ5GFq8+gR8SBKnMO+xe5UEqbemxBpCKYQddRQMgomv1104RnLSg7nNvgKy05sLsY51+OVRyiVw==}
|
|
448
|
+
cpu: [x64]
|
|
449
|
+
os: [freebsd]
|
|
450
|
+
|
|
451
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.46.2':
|
|
452
|
+
resolution: {integrity: sha512-EtP8aquZ0xQg0ETFcxUbU71MZlHaw9MChwrQzatiE8U/bvi5uv/oChExXC4mWhjiqK7azGJBqU0tt5H123SzVA==}
|
|
453
|
+
cpu: [arm]
|
|
454
|
+
os: [linux]
|
|
455
|
+
|
|
456
|
+
'@rollup/rollup-linux-arm-musleabihf@4.46.2':
|
|
457
|
+
resolution: {integrity: sha512-qO7F7U3u1nfxYRPM8HqFtLd+raev2K137dsV08q/LRKRLEc7RsiDWihUnrINdsWQxPR9jqZ8DIIZ1zJJAm5PjQ==}
|
|
458
|
+
cpu: [arm]
|
|
459
|
+
os: [linux]
|
|
460
|
+
|
|
461
|
+
'@rollup/rollup-linux-arm64-gnu@4.46.2':
|
|
462
|
+
resolution: {integrity: sha512-3dRaqLfcOXYsfvw5xMrxAk9Lb1f395gkoBYzSFcc/scgRFptRXL9DOaDpMiehf9CO8ZDRJW2z45b6fpU5nwjng==}
|
|
463
|
+
cpu: [arm64]
|
|
464
|
+
os: [linux]
|
|
465
|
+
|
|
466
|
+
'@rollup/rollup-linux-arm64-musl@4.46.2':
|
|
467
|
+
resolution: {integrity: sha512-fhHFTutA7SM+IrR6lIfiHskxmpmPTJUXpWIsBXpeEwNgZzZZSg/q4i6FU4J8qOGyJ0TR+wXBwx/L7Ho9z0+uDg==}
|
|
468
|
+
cpu: [arm64]
|
|
469
|
+
os: [linux]
|
|
470
|
+
|
|
471
|
+
'@rollup/rollup-linux-loongarch64-gnu@4.46.2':
|
|
472
|
+
resolution: {integrity: sha512-i7wfGFXu8x4+FRqPymzjD+Hyav8l95UIZ773j7J7zRYc3Xsxy2wIn4x+llpunexXe6laaO72iEjeeGyUFmjKeA==}
|
|
473
|
+
cpu: [loong64]
|
|
474
|
+
os: [linux]
|
|
475
|
+
|
|
476
|
+
'@rollup/rollup-linux-ppc64-gnu@4.46.2':
|
|
477
|
+
resolution: {integrity: sha512-B/l0dFcHVUnqcGZWKcWBSV2PF01YUt0Rvlurci5P+neqY/yMKchGU8ullZvIv5e8Y1C6wOn+U03mrDylP5q9Yw==}
|
|
478
|
+
cpu: [ppc64]
|
|
479
|
+
os: [linux]
|
|
480
|
+
|
|
481
|
+
'@rollup/rollup-linux-riscv64-gnu@4.46.2':
|
|
482
|
+
resolution: {integrity: sha512-32k4ENb5ygtkMwPMucAb8MtV8olkPT03oiTxJbgkJa7lJ7dZMr0GCFJlyvy+K8iq7F/iuOr41ZdUHaOiqyR3iQ==}
|
|
483
|
+
cpu: [riscv64]
|
|
484
|
+
os: [linux]
|
|
485
|
+
|
|
486
|
+
'@rollup/rollup-linux-riscv64-musl@4.46.2':
|
|
487
|
+
resolution: {integrity: sha512-t5B2loThlFEauloaQkZg9gxV05BYeITLvLkWOkRXogP4qHXLkWSbSHKM9S6H1schf/0YGP/qNKtiISlxvfmmZw==}
|
|
488
|
+
cpu: [riscv64]
|
|
489
|
+
os: [linux]
|
|
490
|
+
|
|
491
|
+
'@rollup/rollup-linux-s390x-gnu@4.46.2':
|
|
492
|
+
resolution: {integrity: sha512-YKjekwTEKgbB7n17gmODSmJVUIvj8CX7q5442/CK80L8nqOUbMtf8b01QkG3jOqyr1rotrAnW6B/qiHwfcuWQA==}
|
|
493
|
+
cpu: [s390x]
|
|
494
|
+
os: [linux]
|
|
495
|
+
|
|
496
|
+
'@rollup/rollup-linux-x64-gnu@4.46.2':
|
|
497
|
+
resolution: {integrity: sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==}
|
|
498
|
+
cpu: [x64]
|
|
499
|
+
os: [linux]
|
|
500
|
+
|
|
501
|
+
'@rollup/rollup-linux-x64-musl@4.46.2':
|
|
502
|
+
resolution: {integrity: sha512-7kX69DIrBeD7yNp4A5b81izs8BqoZkCIaxQaOpumcJ1S/kmqNFjPhDu1LHeVXv0SexfHQv5cqHsxLOjETuqDuA==}
|
|
503
|
+
cpu: [x64]
|
|
504
|
+
os: [linux]
|
|
505
|
+
|
|
506
|
+
'@rollup/rollup-win32-arm64-msvc@4.46.2':
|
|
507
|
+
resolution: {integrity: sha512-wiJWMIpeaak/jsbaq2HMh/rzZxHVW1rU6coyeNNpMwk5isiPjSTx0a4YLSlYDwBH/WBvLz+EtsNqQScZTLJy3g==}
|
|
508
|
+
cpu: [arm64]
|
|
509
|
+
os: [win32]
|
|
510
|
+
|
|
511
|
+
'@rollup/rollup-win32-ia32-msvc@4.46.2':
|
|
512
|
+
resolution: {integrity: sha512-gBgaUDESVzMgWZhcyjfs9QFK16D8K6QZpwAaVNJxYDLHWayOta4ZMjGm/vsAEy3hvlS2GosVFlBlP9/Wb85DqQ==}
|
|
513
|
+
cpu: [ia32]
|
|
514
|
+
os: [win32]
|
|
515
|
+
|
|
516
|
+
'@rollup/rollup-win32-x64-msvc@4.46.2':
|
|
517
|
+
resolution: {integrity: sha512-CvUo2ixeIQGtF6WvuB87XWqPQkoFAFqW+HUo/WzHwuHDvIwZCtjdWXoYCcr06iKGydiqTclC4jU/TNObC/xKZg==}
|
|
518
|
+
cpu: [x64]
|
|
519
|
+
os: [win32]
|
|
520
|
+
|
|
521
|
+
'@types/chai@5.2.2':
|
|
522
|
+
resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==}
|
|
523
|
+
|
|
524
|
+
'@types/deep-eql@4.0.2':
|
|
525
|
+
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
|
|
526
|
+
|
|
527
|
+
'@types/estree@1.0.8':
|
|
528
|
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
529
|
+
|
|
530
|
+
'@types/node@12.20.55':
|
|
531
|
+
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
|
|
532
|
+
|
|
533
|
+
'@types/node@24.2.0':
|
|
534
|
+
resolution: {integrity: sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==}
|
|
535
|
+
|
|
536
|
+
'@vitest/expect@3.2.4':
|
|
537
|
+
resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==}
|
|
538
|
+
|
|
539
|
+
'@vitest/mocker@3.2.4':
|
|
540
|
+
resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==}
|
|
541
|
+
peerDependencies:
|
|
542
|
+
msw: ^2.4.9
|
|
543
|
+
vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
|
|
544
|
+
peerDependenciesMeta:
|
|
545
|
+
msw:
|
|
546
|
+
optional: true
|
|
547
|
+
vite:
|
|
548
|
+
optional: true
|
|
549
|
+
|
|
550
|
+
'@vitest/pretty-format@3.2.4':
|
|
551
|
+
resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==}
|
|
552
|
+
|
|
553
|
+
'@vitest/runner@3.2.4':
|
|
554
|
+
resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==}
|
|
555
|
+
|
|
556
|
+
'@vitest/snapshot@3.2.4':
|
|
557
|
+
resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==}
|
|
558
|
+
|
|
559
|
+
'@vitest/spy@3.2.4':
|
|
560
|
+
resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==}
|
|
561
|
+
|
|
562
|
+
'@vitest/ui@3.2.4':
|
|
563
|
+
resolution: {integrity: sha512-hGISOaP18plkzbWEcP/QvtRW1xDXF2+96HbEX6byqQhAUbiS5oH6/9JwW+QsQCIYON2bI6QZBF+2PvOmrRZ9wA==}
|
|
564
|
+
peerDependencies:
|
|
565
|
+
vitest: 3.2.4
|
|
566
|
+
|
|
567
|
+
'@vitest/utils@3.2.4':
|
|
568
|
+
resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
|
|
569
|
+
|
|
570
|
+
ansi-colors@4.1.3:
|
|
571
|
+
resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
|
|
572
|
+
engines: {node: '>=6'}
|
|
573
|
+
|
|
574
|
+
ansi-escapes@4.3.2:
|
|
575
|
+
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
|
|
576
|
+
engines: {node: '>=8'}
|
|
577
|
+
|
|
578
|
+
ansi-regex@5.0.1:
|
|
579
|
+
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
580
|
+
engines: {node: '>=8'}
|
|
581
|
+
|
|
582
|
+
ansi-regex@6.1.0:
|
|
583
|
+
resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
|
|
584
|
+
engines: {node: '>=12'}
|
|
585
|
+
|
|
586
|
+
ansi-styles@4.3.0:
|
|
587
|
+
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
588
|
+
engines: {node: '>=8'}
|
|
589
|
+
|
|
590
|
+
argparse@1.0.10:
|
|
591
|
+
resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
|
|
592
|
+
|
|
593
|
+
array-union@2.1.0:
|
|
594
|
+
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
|
|
595
|
+
engines: {node: '>=8'}
|
|
596
|
+
|
|
597
|
+
assertion-error@2.0.1:
|
|
598
|
+
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
599
|
+
engines: {node: '>=12'}
|
|
600
|
+
|
|
601
|
+
better-path-resolve@1.0.0:
|
|
602
|
+
resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==}
|
|
603
|
+
engines: {node: '>=4'}
|
|
604
|
+
|
|
605
|
+
braces@3.0.3:
|
|
606
|
+
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
607
|
+
engines: {node: '>=8'}
|
|
608
|
+
|
|
609
|
+
cac@6.7.14:
|
|
610
|
+
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
611
|
+
engines: {node: '>=8'}
|
|
612
|
+
|
|
613
|
+
chai@5.2.1:
|
|
614
|
+
resolution: {integrity: sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==}
|
|
615
|
+
engines: {node: '>=18'}
|
|
616
|
+
|
|
617
|
+
chalk@5.5.0:
|
|
618
|
+
resolution: {integrity: sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==}
|
|
619
|
+
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
620
|
+
|
|
621
|
+
chardet@0.7.0:
|
|
622
|
+
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
|
|
623
|
+
|
|
624
|
+
chardet@2.1.0:
|
|
625
|
+
resolution: {integrity: sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==}
|
|
626
|
+
|
|
627
|
+
check-error@2.1.1:
|
|
628
|
+
resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
|
|
629
|
+
engines: {node: '>= 16'}
|
|
630
|
+
|
|
631
|
+
ci-info@3.9.0:
|
|
632
|
+
resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==}
|
|
633
|
+
engines: {node: '>=8'}
|
|
634
|
+
|
|
635
|
+
cli-cursor@5.0.0:
|
|
636
|
+
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
|
637
|
+
engines: {node: '>=18'}
|
|
638
|
+
|
|
639
|
+
cli-spinners@2.9.2:
|
|
640
|
+
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
|
|
641
|
+
engines: {node: '>=6'}
|
|
642
|
+
|
|
643
|
+
cli-width@4.1.0:
|
|
644
|
+
resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
|
|
645
|
+
engines: {node: '>= 12'}
|
|
646
|
+
|
|
647
|
+
color-convert@2.0.1:
|
|
648
|
+
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
649
|
+
engines: {node: '>=7.0.0'}
|
|
650
|
+
|
|
651
|
+
color-name@1.1.4:
|
|
652
|
+
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
653
|
+
|
|
654
|
+
commander@14.0.0:
|
|
655
|
+
resolution: {integrity: sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==}
|
|
656
|
+
engines: {node: '>=20'}
|
|
657
|
+
|
|
658
|
+
cross-spawn@7.0.6:
|
|
659
|
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
660
|
+
engines: {node: '>= 8'}
|
|
661
|
+
|
|
662
|
+
debug@4.4.1:
|
|
663
|
+
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
664
|
+
engines: {node: '>=6.0'}
|
|
665
|
+
peerDependencies:
|
|
666
|
+
supports-color: '*'
|
|
667
|
+
peerDependenciesMeta:
|
|
668
|
+
supports-color:
|
|
669
|
+
optional: true
|
|
670
|
+
|
|
671
|
+
deep-eql@5.0.2:
|
|
672
|
+
resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
|
|
673
|
+
engines: {node: '>=6'}
|
|
674
|
+
|
|
675
|
+
detect-indent@6.1.0:
|
|
676
|
+
resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==}
|
|
677
|
+
engines: {node: '>=8'}
|
|
678
|
+
|
|
679
|
+
dir-glob@3.0.1:
|
|
680
|
+
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
|
681
|
+
engines: {node: '>=8'}
|
|
682
|
+
|
|
683
|
+
emoji-regex@10.4.0:
|
|
684
|
+
resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==}
|
|
685
|
+
|
|
686
|
+
emoji-regex@8.0.0:
|
|
687
|
+
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
688
|
+
|
|
689
|
+
enquirer@2.4.1:
|
|
690
|
+
resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==}
|
|
691
|
+
engines: {node: '>=8.6'}
|
|
692
|
+
|
|
693
|
+
es-module-lexer@1.7.0:
|
|
694
|
+
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
695
|
+
|
|
696
|
+
esbuild@0.25.8:
|
|
697
|
+
resolution: {integrity: sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==}
|
|
698
|
+
engines: {node: '>=18'}
|
|
699
|
+
hasBin: true
|
|
700
|
+
|
|
701
|
+
esprima@4.0.1:
|
|
702
|
+
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
703
|
+
engines: {node: '>=4'}
|
|
704
|
+
hasBin: true
|
|
705
|
+
|
|
706
|
+
estree-walker@3.0.3:
|
|
707
|
+
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
708
|
+
|
|
709
|
+
expect-type@1.2.2:
|
|
710
|
+
resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==}
|
|
711
|
+
engines: {node: '>=12.0.0'}
|
|
712
|
+
|
|
713
|
+
extendable-error@0.1.7:
|
|
714
|
+
resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==}
|
|
715
|
+
|
|
716
|
+
external-editor@3.1.0:
|
|
717
|
+
resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==}
|
|
718
|
+
engines: {node: '>=4'}
|
|
719
|
+
|
|
720
|
+
fast-glob@3.3.3:
|
|
721
|
+
resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
|
|
722
|
+
engines: {node: '>=8.6.0'}
|
|
723
|
+
|
|
724
|
+
fastq@1.19.1:
|
|
725
|
+
resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
|
|
726
|
+
|
|
727
|
+
fdir@6.4.6:
|
|
728
|
+
resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==}
|
|
729
|
+
peerDependencies:
|
|
730
|
+
picomatch: ^3 || ^4
|
|
731
|
+
peerDependenciesMeta:
|
|
732
|
+
picomatch:
|
|
733
|
+
optional: true
|
|
734
|
+
|
|
735
|
+
fflate@0.8.2:
|
|
736
|
+
resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==}
|
|
737
|
+
|
|
738
|
+
fill-range@7.1.1:
|
|
739
|
+
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
740
|
+
engines: {node: '>=8'}
|
|
741
|
+
|
|
742
|
+
find-up@4.1.0:
|
|
743
|
+
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
|
|
744
|
+
engines: {node: '>=8'}
|
|
745
|
+
|
|
746
|
+
flatted@3.3.3:
|
|
747
|
+
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
|
|
748
|
+
|
|
749
|
+
fs-extra@7.0.1:
|
|
750
|
+
resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==}
|
|
751
|
+
engines: {node: '>=6 <7 || >=8'}
|
|
752
|
+
|
|
753
|
+
fs-extra@8.1.0:
|
|
754
|
+
resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==}
|
|
755
|
+
engines: {node: '>=6 <7 || >=8'}
|
|
756
|
+
|
|
757
|
+
fsevents@2.3.3:
|
|
758
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
759
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
760
|
+
os: [darwin]
|
|
761
|
+
|
|
762
|
+
get-east-asian-width@1.3.0:
|
|
763
|
+
resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==}
|
|
764
|
+
engines: {node: '>=18'}
|
|
765
|
+
|
|
766
|
+
glob-parent@5.1.2:
|
|
767
|
+
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
|
768
|
+
engines: {node: '>= 6'}
|
|
769
|
+
|
|
770
|
+
globby@11.1.0:
|
|
771
|
+
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
|
|
772
|
+
engines: {node: '>=10'}
|
|
773
|
+
|
|
774
|
+
graceful-fs@4.2.11:
|
|
775
|
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
776
|
+
|
|
777
|
+
human-id@4.1.1:
|
|
778
|
+
resolution: {integrity: sha512-3gKm/gCSUipeLsRYZbbdA1BD83lBoWUkZ7G9VFrhWPAU76KwYo5KR8V28bpoPm/ygy0x5/GCbpRQdY7VLYCoIg==}
|
|
779
|
+
hasBin: true
|
|
780
|
+
|
|
781
|
+
iconv-lite@0.4.24:
|
|
782
|
+
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
|
|
783
|
+
engines: {node: '>=0.10.0'}
|
|
784
|
+
|
|
785
|
+
iconv-lite@0.6.3:
|
|
786
|
+
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
787
|
+
engines: {node: '>=0.10.0'}
|
|
788
|
+
|
|
789
|
+
ignore@5.3.2:
|
|
790
|
+
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
791
|
+
engines: {node: '>= 4'}
|
|
792
|
+
|
|
793
|
+
is-extglob@2.1.1:
|
|
794
|
+
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
|
795
|
+
engines: {node: '>=0.10.0'}
|
|
796
|
+
|
|
797
|
+
is-fullwidth-code-point@3.0.0:
|
|
798
|
+
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
799
|
+
engines: {node: '>=8'}
|
|
800
|
+
|
|
801
|
+
is-glob@4.0.3:
|
|
802
|
+
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
803
|
+
engines: {node: '>=0.10.0'}
|
|
804
|
+
|
|
805
|
+
is-interactive@2.0.0:
|
|
806
|
+
resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==}
|
|
807
|
+
engines: {node: '>=12'}
|
|
808
|
+
|
|
809
|
+
is-number@7.0.0:
|
|
810
|
+
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
811
|
+
engines: {node: '>=0.12.0'}
|
|
812
|
+
|
|
813
|
+
is-subdir@1.2.0:
|
|
814
|
+
resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==}
|
|
815
|
+
engines: {node: '>=4'}
|
|
816
|
+
|
|
817
|
+
is-unicode-supported@1.3.0:
|
|
818
|
+
resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==}
|
|
819
|
+
engines: {node: '>=12'}
|
|
820
|
+
|
|
821
|
+
is-unicode-supported@2.1.0:
|
|
822
|
+
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
|
|
823
|
+
engines: {node: '>=18'}
|
|
824
|
+
|
|
825
|
+
is-windows@1.0.2:
|
|
826
|
+
resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==}
|
|
827
|
+
engines: {node: '>=0.10.0'}
|
|
828
|
+
|
|
829
|
+
isexe@2.0.0:
|
|
830
|
+
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
831
|
+
|
|
832
|
+
js-tokens@9.0.1:
|
|
833
|
+
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
|
|
834
|
+
|
|
835
|
+
js-yaml@3.14.1:
|
|
836
|
+
resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
|
|
837
|
+
hasBin: true
|
|
838
|
+
|
|
839
|
+
jsonfile@4.0.0:
|
|
840
|
+
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
|
841
|
+
|
|
842
|
+
locate-path@5.0.0:
|
|
843
|
+
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
|
|
844
|
+
engines: {node: '>=8'}
|
|
845
|
+
|
|
846
|
+
lodash.startcase@4.4.0:
|
|
847
|
+
resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==}
|
|
848
|
+
|
|
849
|
+
log-symbols@6.0.0:
|
|
850
|
+
resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==}
|
|
851
|
+
engines: {node: '>=18'}
|
|
852
|
+
|
|
853
|
+
loupe@3.2.0:
|
|
854
|
+
resolution: {integrity: sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==}
|
|
855
|
+
|
|
856
|
+
magic-string@0.30.17:
|
|
857
|
+
resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
|
|
858
|
+
|
|
859
|
+
merge2@1.4.1:
|
|
860
|
+
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
|
861
|
+
engines: {node: '>= 8'}
|
|
862
|
+
|
|
863
|
+
micromatch@4.0.8:
|
|
864
|
+
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
|
865
|
+
engines: {node: '>=8.6'}
|
|
866
|
+
|
|
867
|
+
mimic-function@5.0.1:
|
|
868
|
+
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
|
869
|
+
engines: {node: '>=18'}
|
|
870
|
+
|
|
871
|
+
mri@1.2.0:
|
|
872
|
+
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
|
|
873
|
+
engines: {node: '>=4'}
|
|
874
|
+
|
|
875
|
+
mrmime@2.0.1:
|
|
876
|
+
resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
|
|
877
|
+
engines: {node: '>=10'}
|
|
878
|
+
|
|
879
|
+
ms@2.1.3:
|
|
880
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
881
|
+
|
|
882
|
+
mute-stream@2.0.0:
|
|
883
|
+
resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==}
|
|
884
|
+
engines: {node: ^18.17.0 || >=20.5.0}
|
|
885
|
+
|
|
886
|
+
nanoid@3.3.11:
|
|
887
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
888
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
889
|
+
hasBin: true
|
|
890
|
+
|
|
891
|
+
onetime@7.0.0:
|
|
892
|
+
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
|
893
|
+
engines: {node: '>=18'}
|
|
894
|
+
|
|
895
|
+
ora@8.2.0:
|
|
896
|
+
resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==}
|
|
897
|
+
engines: {node: '>=18'}
|
|
898
|
+
|
|
899
|
+
os-tmpdir@1.0.2:
|
|
900
|
+
resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
|
|
901
|
+
engines: {node: '>=0.10.0'}
|
|
902
|
+
|
|
903
|
+
outdent@0.5.0:
|
|
904
|
+
resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==}
|
|
905
|
+
|
|
906
|
+
p-filter@2.1.0:
|
|
907
|
+
resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==}
|
|
908
|
+
engines: {node: '>=8'}
|
|
909
|
+
|
|
910
|
+
p-limit@2.3.0:
|
|
911
|
+
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
912
|
+
engines: {node: '>=6'}
|
|
913
|
+
|
|
914
|
+
p-locate@4.1.0:
|
|
915
|
+
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
|
|
916
|
+
engines: {node: '>=8'}
|
|
917
|
+
|
|
918
|
+
p-map@2.1.0:
|
|
919
|
+
resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==}
|
|
920
|
+
engines: {node: '>=6'}
|
|
921
|
+
|
|
922
|
+
p-try@2.2.0:
|
|
923
|
+
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
924
|
+
engines: {node: '>=6'}
|
|
925
|
+
|
|
926
|
+
package-manager-detector@0.2.11:
|
|
927
|
+
resolution: {integrity: sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==}
|
|
928
|
+
|
|
929
|
+
path-exists@4.0.0:
|
|
930
|
+
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
931
|
+
engines: {node: '>=8'}
|
|
932
|
+
|
|
933
|
+
path-key@3.1.1:
|
|
934
|
+
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
935
|
+
engines: {node: '>=8'}
|
|
936
|
+
|
|
937
|
+
path-type@4.0.0:
|
|
938
|
+
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
|
939
|
+
engines: {node: '>=8'}
|
|
940
|
+
|
|
941
|
+
pathe@2.0.3:
|
|
942
|
+
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
943
|
+
|
|
944
|
+
pathval@2.0.1:
|
|
945
|
+
resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
|
|
946
|
+
engines: {node: '>= 14.16'}
|
|
947
|
+
|
|
948
|
+
picocolors@1.1.1:
|
|
949
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
950
|
+
|
|
951
|
+
picomatch@2.3.1:
|
|
952
|
+
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
|
953
|
+
engines: {node: '>=8.6'}
|
|
954
|
+
|
|
955
|
+
picomatch@4.0.3:
|
|
956
|
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
957
|
+
engines: {node: '>=12'}
|
|
958
|
+
|
|
959
|
+
pify@4.0.1:
|
|
960
|
+
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
|
|
961
|
+
engines: {node: '>=6'}
|
|
962
|
+
|
|
963
|
+
postcss@8.5.6:
|
|
964
|
+
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
965
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
966
|
+
|
|
967
|
+
prettier@2.8.8:
|
|
968
|
+
resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
|
|
969
|
+
engines: {node: '>=10.13.0'}
|
|
970
|
+
hasBin: true
|
|
971
|
+
|
|
972
|
+
quansync@0.2.11:
|
|
973
|
+
resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
|
|
974
|
+
|
|
975
|
+
queue-microtask@1.2.3:
|
|
976
|
+
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
977
|
+
|
|
978
|
+
read-yaml-file@1.1.0:
|
|
979
|
+
resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==}
|
|
980
|
+
engines: {node: '>=6'}
|
|
981
|
+
|
|
982
|
+
resolve-from@5.0.0:
|
|
983
|
+
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
984
|
+
engines: {node: '>=8'}
|
|
985
|
+
|
|
986
|
+
restore-cursor@5.1.0:
|
|
987
|
+
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
|
988
|
+
engines: {node: '>=18'}
|
|
989
|
+
|
|
990
|
+
reusify@1.1.0:
|
|
991
|
+
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
|
|
992
|
+
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
993
|
+
|
|
994
|
+
rollup@4.46.2:
|
|
995
|
+
resolution: {integrity: sha512-WMmLFI+Boh6xbop+OAGo9cQ3OgX9MIg7xOQjn+pTCwOkk+FNDAeAemXkJ3HzDJrVXleLOFVa1ipuc1AmEx1Dwg==}
|
|
996
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
997
|
+
hasBin: true
|
|
998
|
+
|
|
999
|
+
run-parallel@1.2.0:
|
|
1000
|
+
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
1001
|
+
|
|
1002
|
+
safer-buffer@2.1.2:
|
|
1003
|
+
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
1004
|
+
|
|
1005
|
+
semver@7.7.2:
|
|
1006
|
+
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
|
|
1007
|
+
engines: {node: '>=10'}
|
|
1008
|
+
hasBin: true
|
|
1009
|
+
|
|
1010
|
+
shebang-command@2.0.0:
|
|
1011
|
+
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
1012
|
+
engines: {node: '>=8'}
|
|
1013
|
+
|
|
1014
|
+
shebang-regex@3.0.0:
|
|
1015
|
+
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
1016
|
+
engines: {node: '>=8'}
|
|
1017
|
+
|
|
1018
|
+
siginfo@2.0.0:
|
|
1019
|
+
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
1020
|
+
|
|
1021
|
+
signal-exit@4.1.0:
|
|
1022
|
+
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
1023
|
+
engines: {node: '>=14'}
|
|
1024
|
+
|
|
1025
|
+
sirv@3.0.1:
|
|
1026
|
+
resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==}
|
|
1027
|
+
engines: {node: '>=18'}
|
|
1028
|
+
|
|
1029
|
+
slash@3.0.0:
|
|
1030
|
+
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
|
1031
|
+
engines: {node: '>=8'}
|
|
1032
|
+
|
|
1033
|
+
source-map-js@1.2.1:
|
|
1034
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
1035
|
+
engines: {node: '>=0.10.0'}
|
|
1036
|
+
|
|
1037
|
+
spawndamnit@3.0.1:
|
|
1038
|
+
resolution: {integrity: sha512-MmnduQUuHCoFckZoWnXsTg7JaiLBJrKFj9UI2MbRPGaJeVpsLcVBu6P/IGZovziM/YBsellCmsprgNA+w0CzVg==}
|
|
1039
|
+
|
|
1040
|
+
sprintf-js@1.0.3:
|
|
1041
|
+
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
|
|
1042
|
+
|
|
1043
|
+
stackback@0.0.2:
|
|
1044
|
+
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
1045
|
+
|
|
1046
|
+
std-env@3.9.0:
|
|
1047
|
+
resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==}
|
|
1048
|
+
|
|
1049
|
+
stdin-discarder@0.2.2:
|
|
1050
|
+
resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==}
|
|
1051
|
+
engines: {node: '>=18'}
|
|
1052
|
+
|
|
1053
|
+
string-width@4.2.3:
|
|
1054
|
+
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
1055
|
+
engines: {node: '>=8'}
|
|
1056
|
+
|
|
1057
|
+
string-width@7.2.0:
|
|
1058
|
+
resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
|
|
1059
|
+
engines: {node: '>=18'}
|
|
1060
|
+
|
|
1061
|
+
strip-ansi@6.0.1:
|
|
1062
|
+
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
1063
|
+
engines: {node: '>=8'}
|
|
1064
|
+
|
|
1065
|
+
strip-ansi@7.1.0:
|
|
1066
|
+
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
|
|
1067
|
+
engines: {node: '>=12'}
|
|
1068
|
+
|
|
1069
|
+
strip-bom@3.0.0:
|
|
1070
|
+
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
|
|
1071
|
+
engines: {node: '>=4'}
|
|
1072
|
+
|
|
1073
|
+
strip-literal@3.0.0:
|
|
1074
|
+
resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==}
|
|
1075
|
+
|
|
1076
|
+
term-size@2.2.1:
|
|
1077
|
+
resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==}
|
|
1078
|
+
engines: {node: '>=8'}
|
|
1079
|
+
|
|
1080
|
+
tinybench@2.9.0:
|
|
1081
|
+
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
1082
|
+
|
|
1083
|
+
tinyexec@0.3.2:
|
|
1084
|
+
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
|
1085
|
+
|
|
1086
|
+
tinyglobby@0.2.14:
|
|
1087
|
+
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
|
|
1088
|
+
engines: {node: '>=12.0.0'}
|
|
1089
|
+
|
|
1090
|
+
tinypool@1.1.1:
|
|
1091
|
+
resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==}
|
|
1092
|
+
engines: {node: ^18.0.0 || >=20.0.0}
|
|
1093
|
+
|
|
1094
|
+
tinyrainbow@2.0.0:
|
|
1095
|
+
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
|
|
1096
|
+
engines: {node: '>=14.0.0'}
|
|
1097
|
+
|
|
1098
|
+
tinyspy@4.0.3:
|
|
1099
|
+
resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==}
|
|
1100
|
+
engines: {node: '>=14.0.0'}
|
|
1101
|
+
|
|
1102
|
+
tmp@0.0.33:
|
|
1103
|
+
resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==}
|
|
1104
|
+
engines: {node: '>=0.6.0'}
|
|
1105
|
+
|
|
1106
|
+
to-regex-range@5.0.1:
|
|
1107
|
+
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
1108
|
+
engines: {node: '>=8.0'}
|
|
1109
|
+
|
|
1110
|
+
totalist@3.0.1:
|
|
1111
|
+
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
|
|
1112
|
+
engines: {node: '>=6'}
|
|
1113
|
+
|
|
1114
|
+
type-fest@0.21.3:
|
|
1115
|
+
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
|
|
1116
|
+
engines: {node: '>=10'}
|
|
1117
|
+
|
|
1118
|
+
typescript@5.9.3:
|
|
1119
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
1120
|
+
engines: {node: '>=14.17'}
|
|
1121
|
+
hasBin: true
|
|
1122
|
+
|
|
1123
|
+
undici-types@7.10.0:
|
|
1124
|
+
resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
|
|
1125
|
+
|
|
1126
|
+
universalify@0.1.2:
|
|
1127
|
+
resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
|
|
1128
|
+
engines: {node: '>= 4.0.0'}
|
|
1129
|
+
|
|
1130
|
+
vite-node@3.2.4:
|
|
1131
|
+
resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==}
|
|
1132
|
+
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
1133
|
+
hasBin: true
|
|
1134
|
+
|
|
1135
|
+
vite@7.0.6:
|
|
1136
|
+
resolution: {integrity: sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==}
|
|
1137
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1138
|
+
hasBin: true
|
|
1139
|
+
peerDependencies:
|
|
1140
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
1141
|
+
jiti: '>=1.21.0'
|
|
1142
|
+
less: ^4.0.0
|
|
1143
|
+
lightningcss: ^1.21.0
|
|
1144
|
+
sass: ^1.70.0
|
|
1145
|
+
sass-embedded: ^1.70.0
|
|
1146
|
+
stylus: '>=0.54.8'
|
|
1147
|
+
sugarss: ^5.0.0
|
|
1148
|
+
terser: ^5.16.0
|
|
1149
|
+
tsx: ^4.8.1
|
|
1150
|
+
yaml: ^2.4.2
|
|
1151
|
+
peerDependenciesMeta:
|
|
1152
|
+
'@types/node':
|
|
1153
|
+
optional: true
|
|
1154
|
+
jiti:
|
|
1155
|
+
optional: true
|
|
1156
|
+
less:
|
|
1157
|
+
optional: true
|
|
1158
|
+
lightningcss:
|
|
1159
|
+
optional: true
|
|
1160
|
+
sass:
|
|
1161
|
+
optional: true
|
|
1162
|
+
sass-embedded:
|
|
1163
|
+
optional: true
|
|
1164
|
+
stylus:
|
|
1165
|
+
optional: true
|
|
1166
|
+
sugarss:
|
|
1167
|
+
optional: true
|
|
1168
|
+
terser:
|
|
1169
|
+
optional: true
|
|
1170
|
+
tsx:
|
|
1171
|
+
optional: true
|
|
1172
|
+
yaml:
|
|
1173
|
+
optional: true
|
|
1174
|
+
|
|
1175
|
+
vitest@3.2.4:
|
|
1176
|
+
resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==}
|
|
1177
|
+
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
1178
|
+
hasBin: true
|
|
1179
|
+
peerDependencies:
|
|
1180
|
+
'@edge-runtime/vm': '*'
|
|
1181
|
+
'@types/debug': ^4.1.12
|
|
1182
|
+
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
|
1183
|
+
'@vitest/browser': 3.2.4
|
|
1184
|
+
'@vitest/ui': 3.2.4
|
|
1185
|
+
happy-dom: '*'
|
|
1186
|
+
jsdom: '*'
|
|
1187
|
+
peerDependenciesMeta:
|
|
1188
|
+
'@edge-runtime/vm':
|
|
1189
|
+
optional: true
|
|
1190
|
+
'@types/debug':
|
|
1191
|
+
optional: true
|
|
1192
|
+
'@types/node':
|
|
1193
|
+
optional: true
|
|
1194
|
+
'@vitest/browser':
|
|
1195
|
+
optional: true
|
|
1196
|
+
'@vitest/ui':
|
|
1197
|
+
optional: true
|
|
1198
|
+
happy-dom:
|
|
1199
|
+
optional: true
|
|
1200
|
+
jsdom:
|
|
1201
|
+
optional: true
|
|
1202
|
+
|
|
1203
|
+
which@2.0.2:
|
|
1204
|
+
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
1205
|
+
engines: {node: '>= 8'}
|
|
1206
|
+
hasBin: true
|
|
1207
|
+
|
|
1208
|
+
why-is-node-running@2.3.0:
|
|
1209
|
+
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
1210
|
+
engines: {node: '>=8'}
|
|
1211
|
+
hasBin: true
|
|
1212
|
+
|
|
1213
|
+
wrap-ansi@6.2.0:
|
|
1214
|
+
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
|
|
1215
|
+
engines: {node: '>=8'}
|
|
1216
|
+
|
|
1217
|
+
yoctocolors-cjs@2.1.2:
|
|
1218
|
+
resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==}
|
|
1219
|
+
engines: {node: '>=18'}
|
|
1220
|
+
|
|
1221
|
+
zod@4.0.17:
|
|
1222
|
+
resolution: {integrity: sha512-1PHjlYRevNxxdy2JZ8JcNAw7rX8V9P1AKkP+x/xZfxB0K5FYfuV+Ug6P/6NVSR2jHQ+FzDDoDHS04nYUsOIyLQ==}
|
|
1223
|
+
|
|
1224
|
+
snapshots:
|
|
1225
|
+
|
|
1226
|
+
'@babel/runtime@7.28.4': {}
|
|
1227
|
+
|
|
1228
|
+
'@changesets/apply-release-plan@7.0.12':
|
|
1229
|
+
dependencies:
|
|
1230
|
+
'@changesets/config': 3.1.1
|
|
1231
|
+
'@changesets/get-version-range-type': 0.4.0
|
|
1232
|
+
'@changesets/git': 3.0.4
|
|
1233
|
+
'@changesets/should-skip-package': 0.1.2
|
|
1234
|
+
'@changesets/types': 6.1.0
|
|
1235
|
+
'@manypkg/get-packages': 1.1.3
|
|
1236
|
+
detect-indent: 6.1.0
|
|
1237
|
+
fs-extra: 7.0.1
|
|
1238
|
+
lodash.startcase: 4.4.0
|
|
1239
|
+
outdent: 0.5.0
|
|
1240
|
+
prettier: 2.8.8
|
|
1241
|
+
resolve-from: 5.0.0
|
|
1242
|
+
semver: 7.7.2
|
|
1243
|
+
|
|
1244
|
+
'@changesets/assemble-release-plan@6.0.9':
|
|
1245
|
+
dependencies:
|
|
1246
|
+
'@changesets/errors': 0.2.0
|
|
1247
|
+
'@changesets/get-dependents-graph': 2.1.3
|
|
1248
|
+
'@changesets/should-skip-package': 0.1.2
|
|
1249
|
+
'@changesets/types': 6.1.0
|
|
1250
|
+
'@manypkg/get-packages': 1.1.3
|
|
1251
|
+
semver: 7.7.2
|
|
1252
|
+
|
|
1253
|
+
'@changesets/changelog-git@0.2.1':
|
|
1254
|
+
dependencies:
|
|
1255
|
+
'@changesets/types': 6.1.0
|
|
1256
|
+
|
|
1257
|
+
'@changesets/cli@2.29.6(@types/node@24.2.0)':
|
|
1258
|
+
dependencies:
|
|
1259
|
+
'@changesets/apply-release-plan': 7.0.12
|
|
1260
|
+
'@changesets/assemble-release-plan': 6.0.9
|
|
1261
|
+
'@changesets/changelog-git': 0.2.1
|
|
1262
|
+
'@changesets/config': 3.1.1
|
|
1263
|
+
'@changesets/errors': 0.2.0
|
|
1264
|
+
'@changesets/get-dependents-graph': 2.1.3
|
|
1265
|
+
'@changesets/get-release-plan': 4.0.13
|
|
1266
|
+
'@changesets/git': 3.0.4
|
|
1267
|
+
'@changesets/logger': 0.1.1
|
|
1268
|
+
'@changesets/pre': 2.0.2
|
|
1269
|
+
'@changesets/read': 0.6.5
|
|
1270
|
+
'@changesets/should-skip-package': 0.1.2
|
|
1271
|
+
'@changesets/types': 6.1.0
|
|
1272
|
+
'@changesets/write': 0.4.0
|
|
1273
|
+
'@inquirer/external-editor': 1.0.1(@types/node@24.2.0)
|
|
1274
|
+
'@manypkg/get-packages': 1.1.3
|
|
1275
|
+
ansi-colors: 4.1.3
|
|
1276
|
+
ci-info: 3.9.0
|
|
1277
|
+
enquirer: 2.4.1
|
|
1278
|
+
fs-extra: 7.0.1
|
|
1279
|
+
mri: 1.2.0
|
|
1280
|
+
p-limit: 2.3.0
|
|
1281
|
+
package-manager-detector: 0.2.11
|
|
1282
|
+
picocolors: 1.1.1
|
|
1283
|
+
resolve-from: 5.0.0
|
|
1284
|
+
semver: 7.7.2
|
|
1285
|
+
spawndamnit: 3.0.1
|
|
1286
|
+
term-size: 2.2.1
|
|
1287
|
+
transitivePeerDependencies:
|
|
1288
|
+
- '@types/node'
|
|
1289
|
+
|
|
1290
|
+
'@changesets/config@3.1.1':
|
|
1291
|
+
dependencies:
|
|
1292
|
+
'@changesets/errors': 0.2.0
|
|
1293
|
+
'@changesets/get-dependents-graph': 2.1.3
|
|
1294
|
+
'@changesets/logger': 0.1.1
|
|
1295
|
+
'@changesets/types': 6.1.0
|
|
1296
|
+
'@manypkg/get-packages': 1.1.3
|
|
1297
|
+
fs-extra: 7.0.1
|
|
1298
|
+
micromatch: 4.0.8
|
|
1299
|
+
|
|
1300
|
+
'@changesets/errors@0.2.0':
|
|
1301
|
+
dependencies:
|
|
1302
|
+
extendable-error: 0.1.7
|
|
1303
|
+
|
|
1304
|
+
'@changesets/get-dependents-graph@2.1.3':
|
|
1305
|
+
dependencies:
|
|
1306
|
+
'@changesets/types': 6.1.0
|
|
1307
|
+
'@manypkg/get-packages': 1.1.3
|
|
1308
|
+
picocolors: 1.1.1
|
|
1309
|
+
semver: 7.7.2
|
|
1310
|
+
|
|
1311
|
+
'@changesets/get-release-plan@4.0.13':
|
|
1312
|
+
dependencies:
|
|
1313
|
+
'@changesets/assemble-release-plan': 6.0.9
|
|
1314
|
+
'@changesets/config': 3.1.1
|
|
1315
|
+
'@changesets/pre': 2.0.2
|
|
1316
|
+
'@changesets/read': 0.6.5
|
|
1317
|
+
'@changesets/types': 6.1.0
|
|
1318
|
+
'@manypkg/get-packages': 1.1.3
|
|
1319
|
+
|
|
1320
|
+
'@changesets/get-version-range-type@0.4.0': {}
|
|
1321
|
+
|
|
1322
|
+
'@changesets/git@3.0.4':
|
|
1323
|
+
dependencies:
|
|
1324
|
+
'@changesets/errors': 0.2.0
|
|
1325
|
+
'@manypkg/get-packages': 1.1.3
|
|
1326
|
+
is-subdir: 1.2.0
|
|
1327
|
+
micromatch: 4.0.8
|
|
1328
|
+
spawndamnit: 3.0.1
|
|
1329
|
+
|
|
1330
|
+
'@changesets/logger@0.1.1':
|
|
1331
|
+
dependencies:
|
|
1332
|
+
picocolors: 1.1.1
|
|
1333
|
+
|
|
1334
|
+
'@changesets/parse@0.4.1':
|
|
1335
|
+
dependencies:
|
|
1336
|
+
'@changesets/types': 6.1.0
|
|
1337
|
+
js-yaml: 3.14.1
|
|
1338
|
+
|
|
1339
|
+
'@changesets/pre@2.0.2':
|
|
1340
|
+
dependencies:
|
|
1341
|
+
'@changesets/errors': 0.2.0
|
|
1342
|
+
'@changesets/types': 6.1.0
|
|
1343
|
+
'@manypkg/get-packages': 1.1.3
|
|
1344
|
+
fs-extra: 7.0.1
|
|
1345
|
+
|
|
1346
|
+
'@changesets/read@0.6.5':
|
|
1347
|
+
dependencies:
|
|
1348
|
+
'@changesets/git': 3.0.4
|
|
1349
|
+
'@changesets/logger': 0.1.1
|
|
1350
|
+
'@changesets/parse': 0.4.1
|
|
1351
|
+
'@changesets/types': 6.1.0
|
|
1352
|
+
fs-extra: 7.0.1
|
|
1353
|
+
p-filter: 2.1.0
|
|
1354
|
+
picocolors: 1.1.1
|
|
1355
|
+
|
|
1356
|
+
'@changesets/should-skip-package@0.1.2':
|
|
1357
|
+
dependencies:
|
|
1358
|
+
'@changesets/types': 6.1.0
|
|
1359
|
+
'@manypkg/get-packages': 1.1.3
|
|
1360
|
+
|
|
1361
|
+
'@changesets/types@4.1.0': {}
|
|
1362
|
+
|
|
1363
|
+
'@changesets/types@6.1.0': {}
|
|
1364
|
+
|
|
1365
|
+
'@changesets/write@0.4.0':
|
|
1366
|
+
dependencies:
|
|
1367
|
+
'@changesets/types': 6.1.0
|
|
1368
|
+
fs-extra: 7.0.1
|
|
1369
|
+
human-id: 4.1.1
|
|
1370
|
+
prettier: 2.8.8
|
|
1371
|
+
|
|
1372
|
+
'@esbuild/aix-ppc64@0.25.8':
|
|
1373
|
+
optional: true
|
|
1374
|
+
|
|
1375
|
+
'@esbuild/android-arm64@0.25.8':
|
|
1376
|
+
optional: true
|
|
1377
|
+
|
|
1378
|
+
'@esbuild/android-arm@0.25.8':
|
|
1379
|
+
optional: true
|
|
1380
|
+
|
|
1381
|
+
'@esbuild/android-x64@0.25.8':
|
|
1382
|
+
optional: true
|
|
1383
|
+
|
|
1384
|
+
'@esbuild/darwin-arm64@0.25.8':
|
|
1385
|
+
optional: true
|
|
1386
|
+
|
|
1387
|
+
'@esbuild/darwin-x64@0.25.8':
|
|
1388
|
+
optional: true
|
|
1389
|
+
|
|
1390
|
+
'@esbuild/freebsd-arm64@0.25.8':
|
|
1391
|
+
optional: true
|
|
1392
|
+
|
|
1393
|
+
'@esbuild/freebsd-x64@0.25.8':
|
|
1394
|
+
optional: true
|
|
1395
|
+
|
|
1396
|
+
'@esbuild/linux-arm64@0.25.8':
|
|
1397
|
+
optional: true
|
|
1398
|
+
|
|
1399
|
+
'@esbuild/linux-arm@0.25.8':
|
|
1400
|
+
optional: true
|
|
1401
|
+
|
|
1402
|
+
'@esbuild/linux-ia32@0.25.8':
|
|
1403
|
+
optional: true
|
|
1404
|
+
|
|
1405
|
+
'@esbuild/linux-loong64@0.25.8':
|
|
1406
|
+
optional: true
|
|
1407
|
+
|
|
1408
|
+
'@esbuild/linux-mips64el@0.25.8':
|
|
1409
|
+
optional: true
|
|
1410
|
+
|
|
1411
|
+
'@esbuild/linux-ppc64@0.25.8':
|
|
1412
|
+
optional: true
|
|
1413
|
+
|
|
1414
|
+
'@esbuild/linux-riscv64@0.25.8':
|
|
1415
|
+
optional: true
|
|
1416
|
+
|
|
1417
|
+
'@esbuild/linux-s390x@0.25.8':
|
|
1418
|
+
optional: true
|
|
1419
|
+
|
|
1420
|
+
'@esbuild/linux-x64@0.25.8':
|
|
1421
|
+
optional: true
|
|
1422
|
+
|
|
1423
|
+
'@esbuild/netbsd-arm64@0.25.8':
|
|
1424
|
+
optional: true
|
|
1425
|
+
|
|
1426
|
+
'@esbuild/netbsd-x64@0.25.8':
|
|
1427
|
+
optional: true
|
|
1428
|
+
|
|
1429
|
+
'@esbuild/openbsd-arm64@0.25.8':
|
|
1430
|
+
optional: true
|
|
1431
|
+
|
|
1432
|
+
'@esbuild/openbsd-x64@0.25.8':
|
|
1433
|
+
optional: true
|
|
1434
|
+
|
|
1435
|
+
'@esbuild/openharmony-arm64@0.25.8':
|
|
1436
|
+
optional: true
|
|
1437
|
+
|
|
1438
|
+
'@esbuild/sunos-x64@0.25.8':
|
|
1439
|
+
optional: true
|
|
1440
|
+
|
|
1441
|
+
'@esbuild/win32-arm64@0.25.8':
|
|
1442
|
+
optional: true
|
|
1443
|
+
|
|
1444
|
+
'@esbuild/win32-ia32@0.25.8':
|
|
1445
|
+
optional: true
|
|
1446
|
+
|
|
1447
|
+
'@esbuild/win32-x64@0.25.8':
|
|
1448
|
+
optional: true
|
|
1449
|
+
|
|
1450
|
+
'@inquirer/ansi@1.0.0': {}
|
|
1451
|
+
|
|
1452
|
+
'@inquirer/checkbox@4.2.0(@types/node@24.2.0)':
|
|
1453
|
+
dependencies:
|
|
1454
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1455
|
+
'@inquirer/figures': 1.0.13
|
|
1456
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1457
|
+
ansi-escapes: 4.3.2
|
|
1458
|
+
yoctocolors-cjs: 2.1.2
|
|
1459
|
+
optionalDependencies:
|
|
1460
|
+
'@types/node': 24.2.0
|
|
1461
|
+
|
|
1462
|
+
'@inquirer/confirm@5.1.14(@types/node@24.2.0)':
|
|
1463
|
+
dependencies:
|
|
1464
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1465
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1466
|
+
optionalDependencies:
|
|
1467
|
+
'@types/node': 24.2.0
|
|
1468
|
+
|
|
1469
|
+
'@inquirer/core@10.2.2(@types/node@24.2.0)':
|
|
1470
|
+
dependencies:
|
|
1471
|
+
'@inquirer/ansi': 1.0.0
|
|
1472
|
+
'@inquirer/figures': 1.0.13
|
|
1473
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1474
|
+
cli-width: 4.1.0
|
|
1475
|
+
mute-stream: 2.0.0
|
|
1476
|
+
signal-exit: 4.1.0
|
|
1477
|
+
wrap-ansi: 6.2.0
|
|
1478
|
+
yoctocolors-cjs: 2.1.2
|
|
1479
|
+
optionalDependencies:
|
|
1480
|
+
'@types/node': 24.2.0
|
|
1481
|
+
|
|
1482
|
+
'@inquirer/editor@4.2.15(@types/node@24.2.0)':
|
|
1483
|
+
dependencies:
|
|
1484
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1485
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1486
|
+
external-editor: 3.1.0
|
|
1487
|
+
optionalDependencies:
|
|
1488
|
+
'@types/node': 24.2.0
|
|
1489
|
+
|
|
1490
|
+
'@inquirer/expand@4.0.17(@types/node@24.2.0)':
|
|
1491
|
+
dependencies:
|
|
1492
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1493
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1494
|
+
yoctocolors-cjs: 2.1.2
|
|
1495
|
+
optionalDependencies:
|
|
1496
|
+
'@types/node': 24.2.0
|
|
1497
|
+
|
|
1498
|
+
'@inquirer/external-editor@1.0.1(@types/node@24.2.0)':
|
|
1499
|
+
dependencies:
|
|
1500
|
+
chardet: 2.1.0
|
|
1501
|
+
iconv-lite: 0.6.3
|
|
1502
|
+
optionalDependencies:
|
|
1503
|
+
'@types/node': 24.2.0
|
|
1504
|
+
|
|
1505
|
+
'@inquirer/figures@1.0.13': {}
|
|
1506
|
+
|
|
1507
|
+
'@inquirer/input@4.2.1(@types/node@24.2.0)':
|
|
1508
|
+
dependencies:
|
|
1509
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1510
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1511
|
+
optionalDependencies:
|
|
1512
|
+
'@types/node': 24.2.0
|
|
1513
|
+
|
|
1514
|
+
'@inquirer/number@3.0.17(@types/node@24.2.0)':
|
|
1515
|
+
dependencies:
|
|
1516
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1517
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1518
|
+
optionalDependencies:
|
|
1519
|
+
'@types/node': 24.2.0
|
|
1520
|
+
|
|
1521
|
+
'@inquirer/password@4.0.17(@types/node@24.2.0)':
|
|
1522
|
+
dependencies:
|
|
1523
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1524
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1525
|
+
ansi-escapes: 4.3.2
|
|
1526
|
+
optionalDependencies:
|
|
1527
|
+
'@types/node': 24.2.0
|
|
1528
|
+
|
|
1529
|
+
'@inquirer/prompts@7.8.0(@types/node@24.2.0)':
|
|
1530
|
+
dependencies:
|
|
1531
|
+
'@inquirer/checkbox': 4.2.0(@types/node@24.2.0)
|
|
1532
|
+
'@inquirer/confirm': 5.1.14(@types/node@24.2.0)
|
|
1533
|
+
'@inquirer/editor': 4.2.15(@types/node@24.2.0)
|
|
1534
|
+
'@inquirer/expand': 4.0.17(@types/node@24.2.0)
|
|
1535
|
+
'@inquirer/input': 4.2.1(@types/node@24.2.0)
|
|
1536
|
+
'@inquirer/number': 3.0.17(@types/node@24.2.0)
|
|
1537
|
+
'@inquirer/password': 4.0.17(@types/node@24.2.0)
|
|
1538
|
+
'@inquirer/rawlist': 4.1.5(@types/node@24.2.0)
|
|
1539
|
+
'@inquirer/search': 3.1.0(@types/node@24.2.0)
|
|
1540
|
+
'@inquirer/select': 4.3.1(@types/node@24.2.0)
|
|
1541
|
+
optionalDependencies:
|
|
1542
|
+
'@types/node': 24.2.0
|
|
1543
|
+
|
|
1544
|
+
'@inquirer/rawlist@4.1.5(@types/node@24.2.0)':
|
|
1545
|
+
dependencies:
|
|
1546
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1547
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1548
|
+
yoctocolors-cjs: 2.1.2
|
|
1549
|
+
optionalDependencies:
|
|
1550
|
+
'@types/node': 24.2.0
|
|
1551
|
+
|
|
1552
|
+
'@inquirer/search@3.1.0(@types/node@24.2.0)':
|
|
1553
|
+
dependencies:
|
|
1554
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1555
|
+
'@inquirer/figures': 1.0.13
|
|
1556
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1557
|
+
yoctocolors-cjs: 2.1.2
|
|
1558
|
+
optionalDependencies:
|
|
1559
|
+
'@types/node': 24.2.0
|
|
1560
|
+
|
|
1561
|
+
'@inquirer/select@4.3.1(@types/node@24.2.0)':
|
|
1562
|
+
dependencies:
|
|
1563
|
+
'@inquirer/core': 10.2.2(@types/node@24.2.0)
|
|
1564
|
+
'@inquirer/figures': 1.0.13
|
|
1565
|
+
'@inquirer/type': 3.0.8(@types/node@24.2.0)
|
|
1566
|
+
ansi-escapes: 4.3.2
|
|
1567
|
+
yoctocolors-cjs: 2.1.2
|
|
1568
|
+
optionalDependencies:
|
|
1569
|
+
'@types/node': 24.2.0
|
|
1570
|
+
|
|
1571
|
+
'@inquirer/type@3.0.8(@types/node@24.2.0)':
|
|
1572
|
+
optionalDependencies:
|
|
1573
|
+
'@types/node': 24.2.0
|
|
1574
|
+
|
|
1575
|
+
'@jridgewell/sourcemap-codec@1.5.4': {}
|
|
1576
|
+
|
|
1577
|
+
'@manypkg/find-root@1.1.0':
|
|
1578
|
+
dependencies:
|
|
1579
|
+
'@babel/runtime': 7.28.4
|
|
1580
|
+
'@types/node': 12.20.55
|
|
1581
|
+
find-up: 4.1.0
|
|
1582
|
+
fs-extra: 8.1.0
|
|
1583
|
+
|
|
1584
|
+
'@manypkg/get-packages@1.1.3':
|
|
1585
|
+
dependencies:
|
|
1586
|
+
'@babel/runtime': 7.28.4
|
|
1587
|
+
'@changesets/types': 4.1.0
|
|
1588
|
+
'@manypkg/find-root': 1.1.0
|
|
1589
|
+
fs-extra: 8.1.0
|
|
1590
|
+
globby: 11.1.0
|
|
1591
|
+
read-yaml-file: 1.1.0
|
|
1592
|
+
|
|
1593
|
+
'@nodelib/fs.scandir@2.1.5':
|
|
1594
|
+
dependencies:
|
|
1595
|
+
'@nodelib/fs.stat': 2.0.5
|
|
1596
|
+
run-parallel: 1.2.0
|
|
1597
|
+
|
|
1598
|
+
'@nodelib/fs.stat@2.0.5': {}
|
|
1599
|
+
|
|
1600
|
+
'@nodelib/fs.walk@1.2.8':
|
|
1601
|
+
dependencies:
|
|
1602
|
+
'@nodelib/fs.scandir': 2.1.5
|
|
1603
|
+
fastq: 1.19.1
|
|
1604
|
+
|
|
1605
|
+
'@polka/url@1.0.0-next.29': {}
|
|
1606
|
+
|
|
1607
|
+
'@rollup/rollup-android-arm-eabi@4.46.2':
|
|
1608
|
+
optional: true
|
|
1609
|
+
|
|
1610
|
+
'@rollup/rollup-android-arm64@4.46.2':
|
|
1611
|
+
optional: true
|
|
1612
|
+
|
|
1613
|
+
'@rollup/rollup-darwin-arm64@4.46.2':
|
|
1614
|
+
optional: true
|
|
1615
|
+
|
|
1616
|
+
'@rollup/rollup-darwin-x64@4.46.2':
|
|
1617
|
+
optional: true
|
|
1618
|
+
|
|
1619
|
+
'@rollup/rollup-freebsd-arm64@4.46.2':
|
|
1620
|
+
optional: true
|
|
1621
|
+
|
|
1622
|
+
'@rollup/rollup-freebsd-x64@4.46.2':
|
|
1623
|
+
optional: true
|
|
1624
|
+
|
|
1625
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.46.2':
|
|
1626
|
+
optional: true
|
|
1627
|
+
|
|
1628
|
+
'@rollup/rollup-linux-arm-musleabihf@4.46.2':
|
|
1629
|
+
optional: true
|
|
1630
|
+
|
|
1631
|
+
'@rollup/rollup-linux-arm64-gnu@4.46.2':
|
|
1632
|
+
optional: true
|
|
1633
|
+
|
|
1634
|
+
'@rollup/rollup-linux-arm64-musl@4.46.2':
|
|
1635
|
+
optional: true
|
|
1636
|
+
|
|
1637
|
+
'@rollup/rollup-linux-loongarch64-gnu@4.46.2':
|
|
1638
|
+
optional: true
|
|
1639
|
+
|
|
1640
|
+
'@rollup/rollup-linux-ppc64-gnu@4.46.2':
|
|
1641
|
+
optional: true
|
|
1642
|
+
|
|
1643
|
+
'@rollup/rollup-linux-riscv64-gnu@4.46.2':
|
|
1644
|
+
optional: true
|
|
1645
|
+
|
|
1646
|
+
'@rollup/rollup-linux-riscv64-musl@4.46.2':
|
|
1647
|
+
optional: true
|
|
1648
|
+
|
|
1649
|
+
'@rollup/rollup-linux-s390x-gnu@4.46.2':
|
|
1650
|
+
optional: true
|
|
1651
|
+
|
|
1652
|
+
'@rollup/rollup-linux-x64-gnu@4.46.2':
|
|
1653
|
+
optional: true
|
|
1654
|
+
|
|
1655
|
+
'@rollup/rollup-linux-x64-musl@4.46.2':
|
|
1656
|
+
optional: true
|
|
1657
|
+
|
|
1658
|
+
'@rollup/rollup-win32-arm64-msvc@4.46.2':
|
|
1659
|
+
optional: true
|
|
1660
|
+
|
|
1661
|
+
'@rollup/rollup-win32-ia32-msvc@4.46.2':
|
|
1662
|
+
optional: true
|
|
1663
|
+
|
|
1664
|
+
'@rollup/rollup-win32-x64-msvc@4.46.2':
|
|
1665
|
+
optional: true
|
|
1666
|
+
|
|
1667
|
+
'@types/chai@5.2.2':
|
|
1668
|
+
dependencies:
|
|
1669
|
+
'@types/deep-eql': 4.0.2
|
|
1670
|
+
|
|
1671
|
+
'@types/deep-eql@4.0.2': {}
|
|
1672
|
+
|
|
1673
|
+
'@types/estree@1.0.8': {}
|
|
1674
|
+
|
|
1675
|
+
'@types/node@12.20.55': {}
|
|
1676
|
+
|
|
1677
|
+
'@types/node@24.2.0':
|
|
1678
|
+
dependencies:
|
|
1679
|
+
undici-types: 7.10.0
|
|
1680
|
+
|
|
1681
|
+
'@vitest/expect@3.2.4':
|
|
1682
|
+
dependencies:
|
|
1683
|
+
'@types/chai': 5.2.2
|
|
1684
|
+
'@vitest/spy': 3.2.4
|
|
1685
|
+
'@vitest/utils': 3.2.4
|
|
1686
|
+
chai: 5.2.1
|
|
1687
|
+
tinyrainbow: 2.0.0
|
|
1688
|
+
|
|
1689
|
+
'@vitest/mocker@3.2.4(vite@7.0.6(@types/node@24.2.0))':
|
|
1690
|
+
dependencies:
|
|
1691
|
+
'@vitest/spy': 3.2.4
|
|
1692
|
+
estree-walker: 3.0.3
|
|
1693
|
+
magic-string: 0.30.17
|
|
1694
|
+
optionalDependencies:
|
|
1695
|
+
vite: 7.0.6(@types/node@24.2.0)
|
|
1696
|
+
|
|
1697
|
+
'@vitest/pretty-format@3.2.4':
|
|
1698
|
+
dependencies:
|
|
1699
|
+
tinyrainbow: 2.0.0
|
|
1700
|
+
|
|
1701
|
+
'@vitest/runner@3.2.4':
|
|
1702
|
+
dependencies:
|
|
1703
|
+
'@vitest/utils': 3.2.4
|
|
1704
|
+
pathe: 2.0.3
|
|
1705
|
+
strip-literal: 3.0.0
|
|
1706
|
+
|
|
1707
|
+
'@vitest/snapshot@3.2.4':
|
|
1708
|
+
dependencies:
|
|
1709
|
+
'@vitest/pretty-format': 3.2.4
|
|
1710
|
+
magic-string: 0.30.17
|
|
1711
|
+
pathe: 2.0.3
|
|
1712
|
+
|
|
1713
|
+
'@vitest/spy@3.2.4':
|
|
1714
|
+
dependencies:
|
|
1715
|
+
tinyspy: 4.0.3
|
|
1716
|
+
|
|
1717
|
+
'@vitest/ui@3.2.4(vitest@3.2.4)':
|
|
1718
|
+
dependencies:
|
|
1719
|
+
'@vitest/utils': 3.2.4
|
|
1720
|
+
fflate: 0.8.2
|
|
1721
|
+
flatted: 3.3.3
|
|
1722
|
+
pathe: 2.0.3
|
|
1723
|
+
sirv: 3.0.1
|
|
1724
|
+
tinyglobby: 0.2.14
|
|
1725
|
+
tinyrainbow: 2.0.0
|
|
1726
|
+
vitest: 3.2.4(@types/node@24.2.0)(@vitest/ui@3.2.4)
|
|
1727
|
+
|
|
1728
|
+
'@vitest/utils@3.2.4':
|
|
1729
|
+
dependencies:
|
|
1730
|
+
'@vitest/pretty-format': 3.2.4
|
|
1731
|
+
loupe: 3.2.0
|
|
1732
|
+
tinyrainbow: 2.0.0
|
|
1733
|
+
|
|
1734
|
+
ansi-colors@4.1.3: {}
|
|
1735
|
+
|
|
1736
|
+
ansi-escapes@4.3.2:
|
|
1737
|
+
dependencies:
|
|
1738
|
+
type-fest: 0.21.3
|
|
1739
|
+
|
|
1740
|
+
ansi-regex@5.0.1: {}
|
|
1741
|
+
|
|
1742
|
+
ansi-regex@6.1.0: {}
|
|
1743
|
+
|
|
1744
|
+
ansi-styles@4.3.0:
|
|
1745
|
+
dependencies:
|
|
1746
|
+
color-convert: 2.0.1
|
|
1747
|
+
|
|
1748
|
+
argparse@1.0.10:
|
|
1749
|
+
dependencies:
|
|
1750
|
+
sprintf-js: 1.0.3
|
|
1751
|
+
|
|
1752
|
+
array-union@2.1.0: {}
|
|
1753
|
+
|
|
1754
|
+
assertion-error@2.0.1: {}
|
|
1755
|
+
|
|
1756
|
+
better-path-resolve@1.0.0:
|
|
1757
|
+
dependencies:
|
|
1758
|
+
is-windows: 1.0.2
|
|
1759
|
+
|
|
1760
|
+
braces@3.0.3:
|
|
1761
|
+
dependencies:
|
|
1762
|
+
fill-range: 7.1.1
|
|
1763
|
+
|
|
1764
|
+
cac@6.7.14: {}
|
|
1765
|
+
|
|
1766
|
+
chai@5.2.1:
|
|
1767
|
+
dependencies:
|
|
1768
|
+
assertion-error: 2.0.1
|
|
1769
|
+
check-error: 2.1.1
|
|
1770
|
+
deep-eql: 5.0.2
|
|
1771
|
+
loupe: 3.2.0
|
|
1772
|
+
pathval: 2.0.1
|
|
1773
|
+
|
|
1774
|
+
chalk@5.5.0: {}
|
|
1775
|
+
|
|
1776
|
+
chardet@0.7.0: {}
|
|
1777
|
+
|
|
1778
|
+
chardet@2.1.0: {}
|
|
1779
|
+
|
|
1780
|
+
check-error@2.1.1: {}
|
|
1781
|
+
|
|
1782
|
+
ci-info@3.9.0: {}
|
|
1783
|
+
|
|
1784
|
+
cli-cursor@5.0.0:
|
|
1785
|
+
dependencies:
|
|
1786
|
+
restore-cursor: 5.1.0
|
|
1787
|
+
|
|
1788
|
+
cli-spinners@2.9.2: {}
|
|
1789
|
+
|
|
1790
|
+
cli-width@4.1.0: {}
|
|
1791
|
+
|
|
1792
|
+
color-convert@2.0.1:
|
|
1793
|
+
dependencies:
|
|
1794
|
+
color-name: 1.1.4
|
|
1795
|
+
|
|
1796
|
+
color-name@1.1.4: {}
|
|
1797
|
+
|
|
1798
|
+
commander@14.0.0: {}
|
|
1799
|
+
|
|
1800
|
+
cross-spawn@7.0.6:
|
|
1801
|
+
dependencies:
|
|
1802
|
+
path-key: 3.1.1
|
|
1803
|
+
shebang-command: 2.0.0
|
|
1804
|
+
which: 2.0.2
|
|
1805
|
+
|
|
1806
|
+
debug@4.4.1:
|
|
1807
|
+
dependencies:
|
|
1808
|
+
ms: 2.1.3
|
|
1809
|
+
|
|
1810
|
+
deep-eql@5.0.2: {}
|
|
1811
|
+
|
|
1812
|
+
detect-indent@6.1.0: {}
|
|
1813
|
+
|
|
1814
|
+
dir-glob@3.0.1:
|
|
1815
|
+
dependencies:
|
|
1816
|
+
path-type: 4.0.0
|
|
1817
|
+
|
|
1818
|
+
emoji-regex@10.4.0: {}
|
|
1819
|
+
|
|
1820
|
+
emoji-regex@8.0.0: {}
|
|
1821
|
+
|
|
1822
|
+
enquirer@2.4.1:
|
|
1823
|
+
dependencies:
|
|
1824
|
+
ansi-colors: 4.1.3
|
|
1825
|
+
strip-ansi: 6.0.1
|
|
1826
|
+
|
|
1827
|
+
es-module-lexer@1.7.0: {}
|
|
1828
|
+
|
|
1829
|
+
esbuild@0.25.8:
|
|
1830
|
+
optionalDependencies:
|
|
1831
|
+
'@esbuild/aix-ppc64': 0.25.8
|
|
1832
|
+
'@esbuild/android-arm': 0.25.8
|
|
1833
|
+
'@esbuild/android-arm64': 0.25.8
|
|
1834
|
+
'@esbuild/android-x64': 0.25.8
|
|
1835
|
+
'@esbuild/darwin-arm64': 0.25.8
|
|
1836
|
+
'@esbuild/darwin-x64': 0.25.8
|
|
1837
|
+
'@esbuild/freebsd-arm64': 0.25.8
|
|
1838
|
+
'@esbuild/freebsd-x64': 0.25.8
|
|
1839
|
+
'@esbuild/linux-arm': 0.25.8
|
|
1840
|
+
'@esbuild/linux-arm64': 0.25.8
|
|
1841
|
+
'@esbuild/linux-ia32': 0.25.8
|
|
1842
|
+
'@esbuild/linux-loong64': 0.25.8
|
|
1843
|
+
'@esbuild/linux-mips64el': 0.25.8
|
|
1844
|
+
'@esbuild/linux-ppc64': 0.25.8
|
|
1845
|
+
'@esbuild/linux-riscv64': 0.25.8
|
|
1846
|
+
'@esbuild/linux-s390x': 0.25.8
|
|
1847
|
+
'@esbuild/linux-x64': 0.25.8
|
|
1848
|
+
'@esbuild/netbsd-arm64': 0.25.8
|
|
1849
|
+
'@esbuild/netbsd-x64': 0.25.8
|
|
1850
|
+
'@esbuild/openbsd-arm64': 0.25.8
|
|
1851
|
+
'@esbuild/openbsd-x64': 0.25.8
|
|
1852
|
+
'@esbuild/openharmony-arm64': 0.25.8
|
|
1853
|
+
'@esbuild/sunos-x64': 0.25.8
|
|
1854
|
+
'@esbuild/win32-arm64': 0.25.8
|
|
1855
|
+
'@esbuild/win32-ia32': 0.25.8
|
|
1856
|
+
'@esbuild/win32-x64': 0.25.8
|
|
1857
|
+
|
|
1858
|
+
esprima@4.0.1: {}
|
|
1859
|
+
|
|
1860
|
+
estree-walker@3.0.3:
|
|
1861
|
+
dependencies:
|
|
1862
|
+
'@types/estree': 1.0.8
|
|
1863
|
+
|
|
1864
|
+
expect-type@1.2.2: {}
|
|
1865
|
+
|
|
1866
|
+
extendable-error@0.1.7: {}
|
|
1867
|
+
|
|
1868
|
+
external-editor@3.1.0:
|
|
1869
|
+
dependencies:
|
|
1870
|
+
chardet: 0.7.0
|
|
1871
|
+
iconv-lite: 0.4.24
|
|
1872
|
+
tmp: 0.0.33
|
|
1873
|
+
|
|
1874
|
+
fast-glob@3.3.3:
|
|
1875
|
+
dependencies:
|
|
1876
|
+
'@nodelib/fs.stat': 2.0.5
|
|
1877
|
+
'@nodelib/fs.walk': 1.2.8
|
|
1878
|
+
glob-parent: 5.1.2
|
|
1879
|
+
merge2: 1.4.1
|
|
1880
|
+
micromatch: 4.0.8
|
|
1881
|
+
|
|
1882
|
+
fastq@1.19.1:
|
|
1883
|
+
dependencies:
|
|
1884
|
+
reusify: 1.1.0
|
|
1885
|
+
|
|
1886
|
+
fdir@6.4.6(picomatch@4.0.3):
|
|
1887
|
+
optionalDependencies:
|
|
1888
|
+
picomatch: 4.0.3
|
|
1889
|
+
|
|
1890
|
+
fflate@0.8.2: {}
|
|
1891
|
+
|
|
1892
|
+
fill-range@7.1.1:
|
|
1893
|
+
dependencies:
|
|
1894
|
+
to-regex-range: 5.0.1
|
|
1895
|
+
|
|
1896
|
+
find-up@4.1.0:
|
|
1897
|
+
dependencies:
|
|
1898
|
+
locate-path: 5.0.0
|
|
1899
|
+
path-exists: 4.0.0
|
|
1900
|
+
|
|
1901
|
+
flatted@3.3.3: {}
|
|
1902
|
+
|
|
1903
|
+
fs-extra@7.0.1:
|
|
1904
|
+
dependencies:
|
|
1905
|
+
graceful-fs: 4.2.11
|
|
1906
|
+
jsonfile: 4.0.0
|
|
1907
|
+
universalify: 0.1.2
|
|
1908
|
+
|
|
1909
|
+
fs-extra@8.1.0:
|
|
1910
|
+
dependencies:
|
|
1911
|
+
graceful-fs: 4.2.11
|
|
1912
|
+
jsonfile: 4.0.0
|
|
1913
|
+
universalify: 0.1.2
|
|
1914
|
+
|
|
1915
|
+
fsevents@2.3.3:
|
|
1916
|
+
optional: true
|
|
1917
|
+
|
|
1918
|
+
get-east-asian-width@1.3.0: {}
|
|
1919
|
+
|
|
1920
|
+
glob-parent@5.1.2:
|
|
1921
|
+
dependencies:
|
|
1922
|
+
is-glob: 4.0.3
|
|
1923
|
+
|
|
1924
|
+
globby@11.1.0:
|
|
1925
|
+
dependencies:
|
|
1926
|
+
array-union: 2.1.0
|
|
1927
|
+
dir-glob: 3.0.1
|
|
1928
|
+
fast-glob: 3.3.3
|
|
1929
|
+
ignore: 5.3.2
|
|
1930
|
+
merge2: 1.4.1
|
|
1931
|
+
slash: 3.0.0
|
|
1932
|
+
|
|
1933
|
+
graceful-fs@4.2.11: {}
|
|
1934
|
+
|
|
1935
|
+
human-id@4.1.1: {}
|
|
1936
|
+
|
|
1937
|
+
iconv-lite@0.4.24:
|
|
1938
|
+
dependencies:
|
|
1939
|
+
safer-buffer: 2.1.2
|
|
1940
|
+
|
|
1941
|
+
iconv-lite@0.6.3:
|
|
1942
|
+
dependencies:
|
|
1943
|
+
safer-buffer: 2.1.2
|
|
1944
|
+
|
|
1945
|
+
ignore@5.3.2: {}
|
|
1946
|
+
|
|
1947
|
+
is-extglob@2.1.1: {}
|
|
1948
|
+
|
|
1949
|
+
is-fullwidth-code-point@3.0.0: {}
|
|
1950
|
+
|
|
1951
|
+
is-glob@4.0.3:
|
|
1952
|
+
dependencies:
|
|
1953
|
+
is-extglob: 2.1.1
|
|
1954
|
+
|
|
1955
|
+
is-interactive@2.0.0: {}
|
|
1956
|
+
|
|
1957
|
+
is-number@7.0.0: {}
|
|
1958
|
+
|
|
1959
|
+
is-subdir@1.2.0:
|
|
1960
|
+
dependencies:
|
|
1961
|
+
better-path-resolve: 1.0.0
|
|
1962
|
+
|
|
1963
|
+
is-unicode-supported@1.3.0: {}
|
|
1964
|
+
|
|
1965
|
+
is-unicode-supported@2.1.0: {}
|
|
1966
|
+
|
|
1967
|
+
is-windows@1.0.2: {}
|
|
1968
|
+
|
|
1969
|
+
isexe@2.0.0: {}
|
|
1970
|
+
|
|
1971
|
+
js-tokens@9.0.1: {}
|
|
1972
|
+
|
|
1973
|
+
js-yaml@3.14.1:
|
|
1974
|
+
dependencies:
|
|
1975
|
+
argparse: 1.0.10
|
|
1976
|
+
esprima: 4.0.1
|
|
1977
|
+
|
|
1978
|
+
jsonfile@4.0.0:
|
|
1979
|
+
optionalDependencies:
|
|
1980
|
+
graceful-fs: 4.2.11
|
|
1981
|
+
|
|
1982
|
+
locate-path@5.0.0:
|
|
1983
|
+
dependencies:
|
|
1984
|
+
p-locate: 4.1.0
|
|
1985
|
+
|
|
1986
|
+
lodash.startcase@4.4.0: {}
|
|
1987
|
+
|
|
1988
|
+
log-symbols@6.0.0:
|
|
1989
|
+
dependencies:
|
|
1990
|
+
chalk: 5.5.0
|
|
1991
|
+
is-unicode-supported: 1.3.0
|
|
1992
|
+
|
|
1993
|
+
loupe@3.2.0: {}
|
|
1994
|
+
|
|
1995
|
+
magic-string@0.30.17:
|
|
1996
|
+
dependencies:
|
|
1997
|
+
'@jridgewell/sourcemap-codec': 1.5.4
|
|
1998
|
+
|
|
1999
|
+
merge2@1.4.1: {}
|
|
2000
|
+
|
|
2001
|
+
micromatch@4.0.8:
|
|
2002
|
+
dependencies:
|
|
2003
|
+
braces: 3.0.3
|
|
2004
|
+
picomatch: 2.3.1
|
|
2005
|
+
|
|
2006
|
+
mimic-function@5.0.1: {}
|
|
2007
|
+
|
|
2008
|
+
mri@1.2.0: {}
|
|
2009
|
+
|
|
2010
|
+
mrmime@2.0.1: {}
|
|
2011
|
+
|
|
2012
|
+
ms@2.1.3: {}
|
|
2013
|
+
|
|
2014
|
+
mute-stream@2.0.0: {}
|
|
2015
|
+
|
|
2016
|
+
nanoid@3.3.11: {}
|
|
2017
|
+
|
|
2018
|
+
onetime@7.0.0:
|
|
2019
|
+
dependencies:
|
|
2020
|
+
mimic-function: 5.0.1
|
|
2021
|
+
|
|
2022
|
+
ora@8.2.0:
|
|
2023
|
+
dependencies:
|
|
2024
|
+
chalk: 5.5.0
|
|
2025
|
+
cli-cursor: 5.0.0
|
|
2026
|
+
cli-spinners: 2.9.2
|
|
2027
|
+
is-interactive: 2.0.0
|
|
2028
|
+
is-unicode-supported: 2.1.0
|
|
2029
|
+
log-symbols: 6.0.0
|
|
2030
|
+
stdin-discarder: 0.2.2
|
|
2031
|
+
string-width: 7.2.0
|
|
2032
|
+
strip-ansi: 7.1.0
|
|
2033
|
+
|
|
2034
|
+
os-tmpdir@1.0.2: {}
|
|
2035
|
+
|
|
2036
|
+
outdent@0.5.0: {}
|
|
2037
|
+
|
|
2038
|
+
p-filter@2.1.0:
|
|
2039
|
+
dependencies:
|
|
2040
|
+
p-map: 2.1.0
|
|
2041
|
+
|
|
2042
|
+
p-limit@2.3.0:
|
|
2043
|
+
dependencies:
|
|
2044
|
+
p-try: 2.2.0
|
|
2045
|
+
|
|
2046
|
+
p-locate@4.1.0:
|
|
2047
|
+
dependencies:
|
|
2048
|
+
p-limit: 2.3.0
|
|
2049
|
+
|
|
2050
|
+
p-map@2.1.0: {}
|
|
2051
|
+
|
|
2052
|
+
p-try@2.2.0: {}
|
|
2053
|
+
|
|
2054
|
+
package-manager-detector@0.2.11:
|
|
2055
|
+
dependencies:
|
|
2056
|
+
quansync: 0.2.11
|
|
2057
|
+
|
|
2058
|
+
path-exists@4.0.0: {}
|
|
2059
|
+
|
|
2060
|
+
path-key@3.1.1: {}
|
|
2061
|
+
|
|
2062
|
+
path-type@4.0.0: {}
|
|
2063
|
+
|
|
2064
|
+
pathe@2.0.3: {}
|
|
2065
|
+
|
|
2066
|
+
pathval@2.0.1: {}
|
|
2067
|
+
|
|
2068
|
+
picocolors@1.1.1: {}
|
|
2069
|
+
|
|
2070
|
+
picomatch@2.3.1: {}
|
|
2071
|
+
|
|
2072
|
+
picomatch@4.0.3: {}
|
|
2073
|
+
|
|
2074
|
+
pify@4.0.1: {}
|
|
2075
|
+
|
|
2076
|
+
postcss@8.5.6:
|
|
2077
|
+
dependencies:
|
|
2078
|
+
nanoid: 3.3.11
|
|
2079
|
+
picocolors: 1.1.1
|
|
2080
|
+
source-map-js: 1.2.1
|
|
2081
|
+
|
|
2082
|
+
prettier@2.8.8: {}
|
|
2083
|
+
|
|
2084
|
+
quansync@0.2.11: {}
|
|
2085
|
+
|
|
2086
|
+
queue-microtask@1.2.3: {}
|
|
2087
|
+
|
|
2088
|
+
read-yaml-file@1.1.0:
|
|
2089
|
+
dependencies:
|
|
2090
|
+
graceful-fs: 4.2.11
|
|
2091
|
+
js-yaml: 3.14.1
|
|
2092
|
+
pify: 4.0.1
|
|
2093
|
+
strip-bom: 3.0.0
|
|
2094
|
+
|
|
2095
|
+
resolve-from@5.0.0: {}
|
|
2096
|
+
|
|
2097
|
+
restore-cursor@5.1.0:
|
|
2098
|
+
dependencies:
|
|
2099
|
+
onetime: 7.0.0
|
|
2100
|
+
signal-exit: 4.1.0
|
|
2101
|
+
|
|
2102
|
+
reusify@1.1.0: {}
|
|
2103
|
+
|
|
2104
|
+
rollup@4.46.2:
|
|
2105
|
+
dependencies:
|
|
2106
|
+
'@types/estree': 1.0.8
|
|
2107
|
+
optionalDependencies:
|
|
2108
|
+
'@rollup/rollup-android-arm-eabi': 4.46.2
|
|
2109
|
+
'@rollup/rollup-android-arm64': 4.46.2
|
|
2110
|
+
'@rollup/rollup-darwin-arm64': 4.46.2
|
|
2111
|
+
'@rollup/rollup-darwin-x64': 4.46.2
|
|
2112
|
+
'@rollup/rollup-freebsd-arm64': 4.46.2
|
|
2113
|
+
'@rollup/rollup-freebsd-x64': 4.46.2
|
|
2114
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.46.2
|
|
2115
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.46.2
|
|
2116
|
+
'@rollup/rollup-linux-arm64-gnu': 4.46.2
|
|
2117
|
+
'@rollup/rollup-linux-arm64-musl': 4.46.2
|
|
2118
|
+
'@rollup/rollup-linux-loongarch64-gnu': 4.46.2
|
|
2119
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.46.2
|
|
2120
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.46.2
|
|
2121
|
+
'@rollup/rollup-linux-riscv64-musl': 4.46.2
|
|
2122
|
+
'@rollup/rollup-linux-s390x-gnu': 4.46.2
|
|
2123
|
+
'@rollup/rollup-linux-x64-gnu': 4.46.2
|
|
2124
|
+
'@rollup/rollup-linux-x64-musl': 4.46.2
|
|
2125
|
+
'@rollup/rollup-win32-arm64-msvc': 4.46.2
|
|
2126
|
+
'@rollup/rollup-win32-ia32-msvc': 4.46.2
|
|
2127
|
+
'@rollup/rollup-win32-x64-msvc': 4.46.2
|
|
2128
|
+
fsevents: 2.3.3
|
|
2129
|
+
|
|
2130
|
+
run-parallel@1.2.0:
|
|
2131
|
+
dependencies:
|
|
2132
|
+
queue-microtask: 1.2.3
|
|
2133
|
+
|
|
2134
|
+
safer-buffer@2.1.2: {}
|
|
2135
|
+
|
|
2136
|
+
semver@7.7.2: {}
|
|
2137
|
+
|
|
2138
|
+
shebang-command@2.0.0:
|
|
2139
|
+
dependencies:
|
|
2140
|
+
shebang-regex: 3.0.0
|
|
2141
|
+
|
|
2142
|
+
shebang-regex@3.0.0: {}
|
|
2143
|
+
|
|
2144
|
+
siginfo@2.0.0: {}
|
|
2145
|
+
|
|
2146
|
+
signal-exit@4.1.0: {}
|
|
2147
|
+
|
|
2148
|
+
sirv@3.0.1:
|
|
2149
|
+
dependencies:
|
|
2150
|
+
'@polka/url': 1.0.0-next.29
|
|
2151
|
+
mrmime: 2.0.1
|
|
2152
|
+
totalist: 3.0.1
|
|
2153
|
+
|
|
2154
|
+
slash@3.0.0: {}
|
|
2155
|
+
|
|
2156
|
+
source-map-js@1.2.1: {}
|
|
2157
|
+
|
|
2158
|
+
spawndamnit@3.0.1:
|
|
2159
|
+
dependencies:
|
|
2160
|
+
cross-spawn: 7.0.6
|
|
2161
|
+
signal-exit: 4.1.0
|
|
2162
|
+
|
|
2163
|
+
sprintf-js@1.0.3: {}
|
|
2164
|
+
|
|
2165
|
+
stackback@0.0.2: {}
|
|
2166
|
+
|
|
2167
|
+
std-env@3.9.0: {}
|
|
2168
|
+
|
|
2169
|
+
stdin-discarder@0.2.2: {}
|
|
2170
|
+
|
|
2171
|
+
string-width@4.2.3:
|
|
2172
|
+
dependencies:
|
|
2173
|
+
emoji-regex: 8.0.0
|
|
2174
|
+
is-fullwidth-code-point: 3.0.0
|
|
2175
|
+
strip-ansi: 6.0.1
|
|
2176
|
+
|
|
2177
|
+
string-width@7.2.0:
|
|
2178
|
+
dependencies:
|
|
2179
|
+
emoji-regex: 10.4.0
|
|
2180
|
+
get-east-asian-width: 1.3.0
|
|
2181
|
+
strip-ansi: 7.1.0
|
|
2182
|
+
|
|
2183
|
+
strip-ansi@6.0.1:
|
|
2184
|
+
dependencies:
|
|
2185
|
+
ansi-regex: 5.0.1
|
|
2186
|
+
|
|
2187
|
+
strip-ansi@7.1.0:
|
|
2188
|
+
dependencies:
|
|
2189
|
+
ansi-regex: 6.1.0
|
|
2190
|
+
|
|
2191
|
+
strip-bom@3.0.0: {}
|
|
2192
|
+
|
|
2193
|
+
strip-literal@3.0.0:
|
|
2194
|
+
dependencies:
|
|
2195
|
+
js-tokens: 9.0.1
|
|
2196
|
+
|
|
2197
|
+
term-size@2.2.1: {}
|
|
2198
|
+
|
|
2199
|
+
tinybench@2.9.0: {}
|
|
2200
|
+
|
|
2201
|
+
tinyexec@0.3.2: {}
|
|
2202
|
+
|
|
2203
|
+
tinyglobby@0.2.14:
|
|
2204
|
+
dependencies:
|
|
2205
|
+
fdir: 6.4.6(picomatch@4.0.3)
|
|
2206
|
+
picomatch: 4.0.3
|
|
2207
|
+
|
|
2208
|
+
tinypool@1.1.1: {}
|
|
2209
|
+
|
|
2210
|
+
tinyrainbow@2.0.0: {}
|
|
2211
|
+
|
|
2212
|
+
tinyspy@4.0.3: {}
|
|
2213
|
+
|
|
2214
|
+
tmp@0.0.33:
|
|
2215
|
+
dependencies:
|
|
2216
|
+
os-tmpdir: 1.0.2
|
|
2217
|
+
|
|
2218
|
+
to-regex-range@5.0.1:
|
|
2219
|
+
dependencies:
|
|
2220
|
+
is-number: 7.0.0
|
|
2221
|
+
|
|
2222
|
+
totalist@3.0.1: {}
|
|
2223
|
+
|
|
2224
|
+
type-fest@0.21.3: {}
|
|
2225
|
+
|
|
2226
|
+
typescript@5.9.3: {}
|
|
2227
|
+
|
|
2228
|
+
undici-types@7.10.0: {}
|
|
2229
|
+
|
|
2230
|
+
universalify@0.1.2: {}
|
|
2231
|
+
|
|
2232
|
+
vite-node@3.2.4(@types/node@24.2.0):
|
|
2233
|
+
dependencies:
|
|
2234
|
+
cac: 6.7.14
|
|
2235
|
+
debug: 4.4.1
|
|
2236
|
+
es-module-lexer: 1.7.0
|
|
2237
|
+
pathe: 2.0.3
|
|
2238
|
+
vite: 7.0.6(@types/node@24.2.0)
|
|
2239
|
+
transitivePeerDependencies:
|
|
2240
|
+
- '@types/node'
|
|
2241
|
+
- jiti
|
|
2242
|
+
- less
|
|
2243
|
+
- lightningcss
|
|
2244
|
+
- sass
|
|
2245
|
+
- sass-embedded
|
|
2246
|
+
- stylus
|
|
2247
|
+
- sugarss
|
|
2248
|
+
- supports-color
|
|
2249
|
+
- terser
|
|
2250
|
+
- tsx
|
|
2251
|
+
- yaml
|
|
2252
|
+
|
|
2253
|
+
vite@7.0.6(@types/node@24.2.0):
|
|
2254
|
+
dependencies:
|
|
2255
|
+
esbuild: 0.25.8
|
|
2256
|
+
fdir: 6.4.6(picomatch@4.0.3)
|
|
2257
|
+
picomatch: 4.0.3
|
|
2258
|
+
postcss: 8.5.6
|
|
2259
|
+
rollup: 4.46.2
|
|
2260
|
+
tinyglobby: 0.2.14
|
|
2261
|
+
optionalDependencies:
|
|
2262
|
+
'@types/node': 24.2.0
|
|
2263
|
+
fsevents: 2.3.3
|
|
2264
|
+
|
|
2265
|
+
vitest@3.2.4(@types/node@24.2.0)(@vitest/ui@3.2.4):
|
|
2266
|
+
dependencies:
|
|
2267
|
+
'@types/chai': 5.2.2
|
|
2268
|
+
'@vitest/expect': 3.2.4
|
|
2269
|
+
'@vitest/mocker': 3.2.4(vite@7.0.6(@types/node@24.2.0))
|
|
2270
|
+
'@vitest/pretty-format': 3.2.4
|
|
2271
|
+
'@vitest/runner': 3.2.4
|
|
2272
|
+
'@vitest/snapshot': 3.2.4
|
|
2273
|
+
'@vitest/spy': 3.2.4
|
|
2274
|
+
'@vitest/utils': 3.2.4
|
|
2275
|
+
chai: 5.2.1
|
|
2276
|
+
debug: 4.4.1
|
|
2277
|
+
expect-type: 1.2.2
|
|
2278
|
+
magic-string: 0.30.17
|
|
2279
|
+
pathe: 2.0.3
|
|
2280
|
+
picomatch: 4.0.3
|
|
2281
|
+
std-env: 3.9.0
|
|
2282
|
+
tinybench: 2.9.0
|
|
2283
|
+
tinyexec: 0.3.2
|
|
2284
|
+
tinyglobby: 0.2.14
|
|
2285
|
+
tinypool: 1.1.1
|
|
2286
|
+
tinyrainbow: 2.0.0
|
|
2287
|
+
vite: 7.0.6(@types/node@24.2.0)
|
|
2288
|
+
vite-node: 3.2.4(@types/node@24.2.0)
|
|
2289
|
+
why-is-node-running: 2.3.0
|
|
2290
|
+
optionalDependencies:
|
|
2291
|
+
'@types/node': 24.2.0
|
|
2292
|
+
'@vitest/ui': 3.2.4(vitest@3.2.4)
|
|
2293
|
+
transitivePeerDependencies:
|
|
2294
|
+
- jiti
|
|
2295
|
+
- less
|
|
2296
|
+
- lightningcss
|
|
2297
|
+
- msw
|
|
2298
|
+
- sass
|
|
2299
|
+
- sass-embedded
|
|
2300
|
+
- stylus
|
|
2301
|
+
- sugarss
|
|
2302
|
+
- supports-color
|
|
2303
|
+
- terser
|
|
2304
|
+
- tsx
|
|
2305
|
+
- yaml
|
|
2306
|
+
|
|
2307
|
+
which@2.0.2:
|
|
2308
|
+
dependencies:
|
|
2309
|
+
isexe: 2.0.0
|
|
2310
|
+
|
|
2311
|
+
why-is-node-running@2.3.0:
|
|
2312
|
+
dependencies:
|
|
2313
|
+
siginfo: 2.0.0
|
|
2314
|
+
stackback: 0.0.2
|
|
2315
|
+
|
|
2316
|
+
wrap-ansi@6.2.0:
|
|
2317
|
+
dependencies:
|
|
2318
|
+
ansi-styles: 4.3.0
|
|
2319
|
+
string-width: 4.2.3
|
|
2320
|
+
strip-ansi: 6.0.1
|
|
2321
|
+
|
|
2322
|
+
yoctocolors-cjs@2.1.2: {}
|
|
2323
|
+
|
|
2324
|
+
zod@4.0.17: {}
|