ui-syncup 0.3.13 → 0.4.0-beta.2
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/.agents/skills/ai-spec-workflow/SKILL.md +58 -0
- package/.agents/skills/ai-spec-workflow/references/AI_SPECIFICATION_WORKFLOW.md +1434 -0
- package/.agents/skills/ai-spec-workflow/references/templates/design-template.md +729 -0
- package/.agents/skills/ai-spec-workflow/references/templates/requirements-template.md +179 -0
- package/.agents/skills/ai-spec-workflow/references/templates/tasks-template.md +501 -0
- package/.agents/skills/animation-designer/SKILL.md +688 -0
- package/.agents/skills/animation-designer/manifest.yaml +44 -0
- package/.agents/skills/brainstorming/SKILL.md +54 -0
- package/.agents/skills/contract-driven-ui/SKILL.md +270 -0
- package/.agents/skills/dispatching-parallel-agents/SKILL.md +180 -0
- package/.agents/skills/executing-plans/SKILL.md +76 -0
- package/.agents/skills/executing-specs/SKILL.md +53 -0
- package/.agents/skills/finishing-a-development-branch/SKILL.md +200 -0
- package/.agents/skills/github-workflow-automation/SKILL.md +846 -0
- package/.agents/skills/react-best-practices/AGENTS.md +2249 -0
- package/.agents/skills/react-best-practices/README.md +123 -0
- package/.agents/skills/react-best-practices/SKILL.md +121 -0
- package/.agents/skills/react-best-practices/metadata.json +15 -0
- package/.agents/skills/react-best-practices/rules/_sections.md +46 -0
- package/.agents/skills/react-best-practices/rules/_template.md +28 -0
- package/.agents/skills/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/.agents/skills/react-best-practices/rules/advanced-use-latest.md +49 -0
- package/.agents/skills/react-best-practices/rules/async-api-routes.md +38 -0
- package/.agents/skills/react-best-practices/rules/async-defer-await.md +80 -0
- package/.agents/skills/react-best-practices/rules/async-dependencies.md +36 -0
- package/.agents/skills/react-best-practices/rules/async-parallel.md +28 -0
- package/.agents/skills/react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/.agents/skills/react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/.agents/skills/react-best-practices/rules/bundle-conditional.md +31 -0
- package/.agents/skills/react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/.agents/skills/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/.agents/skills/react-best-practices/rules/bundle-preload.md +50 -0
- package/.agents/skills/react-best-practices/rules/client-event-listeners.md +74 -0
- package/.agents/skills/react-best-practices/rules/client-swr-dedup.md +56 -0
- package/.agents/skills/react-best-practices/rules/js-batch-dom-css.md +82 -0
- package/.agents/skills/react-best-practices/rules/js-cache-function-results.md +80 -0
- package/.agents/skills/react-best-practices/rules/js-cache-property-access.md +28 -0
- package/.agents/skills/react-best-practices/rules/js-cache-storage.md +70 -0
- package/.agents/skills/react-best-practices/rules/js-combine-iterations.md +32 -0
- package/.agents/skills/react-best-practices/rules/js-early-exit.md +50 -0
- package/.agents/skills/react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/.agents/skills/react-best-practices/rules/js-index-maps.md +37 -0
- package/.agents/skills/react-best-practices/rules/js-length-check-first.md +49 -0
- package/.agents/skills/react-best-practices/rules/js-min-max-loop.md +82 -0
- package/.agents/skills/react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/.agents/skills/react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/.agents/skills/react-best-practices/rules/rendering-activity.md +26 -0
- package/.agents/skills/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/.agents/skills/react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/.agents/skills/react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/.agents/skills/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/.agents/skills/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/.agents/skills/react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/.agents/skills/react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/.agents/skills/react-best-practices/rules/rerender-dependencies.md +45 -0
- package/.agents/skills/react-best-practices/rules/rerender-derived-state.md +29 -0
- package/.agents/skills/react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/.agents/skills/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/.agents/skills/react-best-practices/rules/rerender-memo.md +44 -0
- package/.agents/skills/react-best-practices/rules/rerender-transitions.md +40 -0
- package/.agents/skills/react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/.agents/skills/react-best-practices/rules/server-cache-lru.md +41 -0
- package/.agents/skills/react-best-practices/rules/server-cache-react.md +26 -0
- package/.agents/skills/react-best-practices/rules/server-parallel-fetching.md +79 -0
- package/.agents/skills/react-best-practices/rules/server-serialization.md +38 -0
- package/.agents/skills/react-ui-patterns/SKILL.md +289 -0
- package/.agents/skills/receiving-code-review/SKILL.md +213 -0
- package/.agents/skills/requesting-code-review/SKILL.md +105 -0
- package/.agents/skills/requesting-code-review/code-reviewer.md +146 -0
- package/.agents/skills/reviewing-code/SKILL.md +28 -0
- package/.agents/skills/shadcn/SKILL.md +240 -0
- package/.agents/skills/shadcn/agents/openai.yml +5 -0
- package/.agents/skills/shadcn/assets/shadcn-small.png +0 -0
- package/.agents/skills/shadcn/assets/shadcn.png +0 -0
- package/.agents/skills/shadcn/cli.md +255 -0
- package/.agents/skills/shadcn/customization.md +202 -0
- package/.agents/skills/shadcn/evals/evals.json +47 -0
- package/.agents/skills/shadcn/mcp.md +94 -0
- package/.agents/skills/shadcn/rules/base-vs-radix.md +306 -0
- package/.agents/skills/shadcn/rules/composition.md +195 -0
- package/.agents/skills/shadcn/rules/forms.md +192 -0
- package/.agents/skills/shadcn/rules/icons.md +101 -0
- package/.agents/skills/shadcn/rules/styling.md +162 -0
- package/.agents/skills/steering-creation/SKILL.md +221 -0
- package/.agents/skills/steering-creation/references/STEERING_CREATION_INSTRUCTION.md +850 -0
- package/.agents/skills/subagent-driven-development/SKILL.md +240 -0
- package/.agents/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/.agents/skills/subagent-driven-development/implementer-prompt.md +78 -0
- package/.agents/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/.agents/skills/systematic-debugging/CREATION-LOG.md +119 -0
- package/.agents/skills/systematic-debugging/SKILL.md +296 -0
- package/.agents/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
- package/.agents/skills/systematic-debugging/condition-based-waiting.md +115 -0
- package/.agents/skills/systematic-debugging/defense-in-depth.md +122 -0
- package/.agents/skills/systematic-debugging/find-polluter.sh +63 -0
- package/.agents/skills/systematic-debugging/root-cause-tracing.md +169 -0
- package/.agents/skills/systematic-debugging/test-academic.md +14 -0
- package/.agents/skills/systematic-debugging/test-pressure-1.md +58 -0
- package/.agents/skills/systematic-debugging/test-pressure-2.md +68 -0
- package/.agents/skills/systematic-debugging/test-pressure-3.md +69 -0
- package/.agents/skills/test-driven-development/SKILL.md +371 -0
- package/.agents/skills/test-driven-development/testing-anti-patterns.md +299 -0
- package/.agents/skills/using-git-worktrees/SKILL.md +217 -0
- package/.agents/skills/using-superpowers/SKILL.md +87 -0
- package/.agents/skills/verification-before-completion/SKILL.md +139 -0
- package/.agents/skills/web-design-guidelines/SKILL.md +36 -0
- package/.agents/skills/writing-plans/SKILL.md +116 -0
- package/.agents/skills/writing-skills/SKILL.md +655 -0
- package/.agents/skills/writing-skills/anthropic-best-practices.md +1150 -0
- package/.agents/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +189 -0
- package/.agents/skills/writing-skills/graphviz-conventions.dot +172 -0
- package/.agents/skills/writing-skills/persuasion-principles.md +187 -0
- package/.agents/skills/writing-skills/render-graphs.js +168 -0
- package/.agents/skills/writing-skills/testing-skills-with-subagents.md +384 -0
- package/.ai/steering/product.md +51 -0
- package/.ai/steering/structure.md +275 -0
- package/.ai/steering/tech.md +188 -0
- package/.claude/agents/database-architect.md +96 -0
- package/.claude/agents/deployment-pipeline-architect.md +122 -0
- package/.claude/agents/nextjs-expert.md +69 -0
- package/.claude/agents/ui-design-expert.md +106 -0
- package/.claudeignore +69 -0
- package/.dockerignore +8 -0
- package/.env.development +86 -0
- package/.env.example +171 -0
- package/.env.production +139 -0
- package/.env.test +58 -0
- package/.gitattributes +2 -0
- package/.github/ISSUE_TEMPLATE/bug_report.yml +33 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +20 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +23 -0
- package/.github/workflows/ci.yml +64 -0
- package/.github/workflows/release.yml +174 -0
- package/.nvmrc +1 -0
- package/.releaserc.json +18 -0
- package/.vercelignore +73 -0
- package/AGENTS.md +544 -0
- package/CHANGELOG.md +69 -0
- package/CODE_OF_CONDUCT.md +21 -0
- package/CONTRIBUTING.md +32 -0
- package/Dockerfile +84 -0
- package/LICENSE +21 -0
- package/README.md +328 -59
- package/SECURITY.md +16 -0
- package/bun.lock +3853 -0
- package/cli/README.md +94 -0
- package/cli/bun.lock +306 -0
- package/cli/index.ts +96 -0
- package/cli/package-lock.json +2157 -0
- package/cli/package.json +30 -0
- package/cli/src/commands/backup.ts +78 -0
- package/cli/src/commands/doctor.ts +82 -0
- package/cli/src/commands/init.ts +234 -0
- package/cli/src/commands/logs.ts +26 -0
- package/cli/src/commands/open.ts +23 -0
- package/cli/src/commands/remove.ts +44 -0
- package/cli/src/commands/restart.ts +21 -0
- package/cli/src/commands/restore.ts +90 -0
- package/cli/src/commands/start.ts +26 -0
- package/cli/src/commands/status.ts +25 -0
- package/cli/src/commands/stop.ts +20 -0
- package/cli/src/commands/upgrade.ts +28 -0
- package/cli/src/lib/docker.ts +40 -0
- package/cli/src/lib/env.ts +42 -0
- package/cli/src/lib/ui.ts +43 -0
- package/cli/tsconfig.json +13 -0
- package/cli/tsup.config.ts +12 -0
- package/components.json +24 -0
- package/docker/README.md +430 -0
- package/docker/compose.dev-minio.yml +30 -0
- package/docker/compose.dev.yml +39 -0
- package/docker/compose.local.yml +84 -0
- package/docker/compose.yml +153 -0
- package/docs/VERSIONING.md +101 -0
- package/docs/database/DRIZZLE_COMMANDS_EXPLAINED.md +1779 -0
- package/docs/database/DRIZZLE_ZOD_POSTGRESQL_INSTRUCTION.md +646 -0
- package/docs/database/MIGRATION_BEST_PRACTICES.md +601 -0
- package/docs/database/MIGRATION_ROLLBACK.md +1080 -0
- package/docs/database/MIGRATION_SYSTEM.md +165 -0
- package/docs/database/MIGRATION_TROUBLESHOOTING.md +881 -0
- package/docs/development/ENVIRONMENT_CONFIG.md +896 -0
- package/docs/development/LOCAL_DEVELOPMENT.md +456 -0
- package/docs/development/REMOTE_DATABASE_SETUP.md +786 -0
- package/docs/development/STORAGE_SETUP.md +207 -0
- package/docs/development/SUPABASE_LOCAL_SETUP.md +178 -0
- package/docs/development/TESTING.md +714 -0
- package/docs/feature-architectures/LOADING_ARCHITECTURE.md +343 -0
- package/docs/feature-architectures/NOTIFICATION_ARCHITECTURE.md +858 -0
- package/docs/feature-architectures/RATE_LIMIT_RESET.md +147 -0
- package/docs/feature-architectures/RBAC.md +1132 -0
- package/docs/feature-architectures/RESOURCE_LIMITS.md +69 -0
- package/docs/feature-architectures/SECURITY.md +284 -0
- package/docs/feature-architectures/WORKSPACES.md +278 -0
- package/docs/plans/admin-setup-wizard-routing-plan.md +623 -0
- package/drizzle/0000_purple_wilson_fisk.sql +360 -0
- package/drizzle/0001_drop_instance_public_url.sql +1 -0
- package/drizzle/meta/0000_snapshot.json +3118 -0
- package/drizzle/meta/_journal.json +20 -0
- package/drizzle.config.ts +13 -0
- package/eslint.config.mjs +44 -0
- package/install.sh +180 -0
- package/next.config.ts +91 -0
- package/package.json +128 -22
- package/playwright.config.ts +70 -0
- package/postcss.config.mjs +7 -0
- package/public/file.svg +1 -0
- package/public/globe.svg +1 -0
- package/public/logo.svg +11 -0
- package/public/next.svg +1 -0
- package/public/playground/CPM-101/as-is-image.jpg +0 -0
- package/public/playground/CPM-101/to-be-image.jpg +0 -0
- package/public/playground/TEST-1/LinkedIn-skeleton-screen.png +0 -0
- package/public/playground/TEST-1/https___dev-to-uploads.s3.amazonaws.com_uploads_articles_vuahe90ka1mkx9aepmea.webp +0 -0
- package/public/playground/TEST-1/linkedin_skeletonscreen.jpg +0 -0
- package/public/vercel.svg +1 -0
- package/public/window.svg +1 -0
- package/scripts/__tests__/migrate.integration.test.ts +642 -0
- package/scripts/__tests__/migrate.property.test.ts +1714 -0
- package/scripts/__tests__/migrate.test.ts +536 -0
- package/scripts/admin-reset-password.ts +114 -0
- package/scripts/check-email-queue.ts +99 -0
- package/scripts/check-sessions.ts +50 -0
- package/scripts/db-pull-data.sh +73 -0
- package/scripts/force-verify-email.sh +13 -0
- package/scripts/migrate.ts +693 -0
- package/scripts/process-email-queue.ts +26 -0
- package/scripts/reset-db.ts +47 -0
- package/scripts/reset-rate-limit.sh +26 -0
- package/scripts/reset-remote-db.sql +31 -0
- package/scripts/retry-failed-emails.ts +67 -0
- package/scripts/seed.ts +605 -0
- package/scripts/setup-monitoring.sh +440 -0
- package/scripts/sync-migration-tracking.ts +113 -0
- package/scripts/test-ci-error-handling.sh +237 -0
- package/scripts/test-ci-workflow.sh +200 -0
- package/scripts/test-migration.sh +151 -0
- package/scripts/validate-env.ts +25 -0
- package/scripts/validate-migration-system.ts +566 -0
- package/scripts/verify-ci-status-reporting.sh +206 -0
- package/scripts/verify-user-email.sql +22 -0
- package/scripts/verify-vercel-integration.ts +292 -0
- package/seed_data.md +54 -0
- package/src/app/(protected)/(team)/(routes)/[projectSlug]/error.tsx +89 -0
- package/src/app/(protected)/(team)/(routes)/[projectSlug]/loading.tsx +101 -0
- package/src/app/(protected)/(team)/(routes)/[projectSlug]/page.tsx +91 -0
- package/src/app/(protected)/(team)/(routes)/issue/[issueKey]/README.md +192 -0
- package/src/app/(protected)/(team)/(routes)/issue/[issueKey]/error.tsx +58 -0
- package/src/app/(protected)/(team)/(routes)/issue/[issueKey]/loading.tsx +14 -0
- package/src/app/(protected)/(team)/(routes)/issue/[issueKey]/not-found.tsx +47 -0
- package/src/app/(protected)/(team)/(routes)/issue/[issueKey]/page.tsx +91 -0
- package/src/app/(protected)/(team)/projects/page.tsx +16 -0
- package/src/app/(protected)/(team)/team/settings/(section)/instance/page.tsx +52 -0
- package/src/app/(protected)/(team)/team/settings/(section)/integrations/loading.tsx +5 -0
- package/src/app/(protected)/(team)/team/settings/(section)/integrations/page.tsx +23 -0
- package/src/app/(protected)/(team)/team/settings/(section)/members/loading.tsx +5 -0
- package/src/app/(protected)/(team)/team/settings/(section)/members/page.tsx +35 -0
- package/src/app/(protected)/(team)/team/settings/layout.tsx +72 -0
- package/src/app/(protected)/(team)/team/settings/loading.tsx +5 -0
- package/src/app/(protected)/(team)/team/settings/page.tsx +71 -0
- package/src/app/(protected)/dev/auth/README.md +151 -0
- package/src/app/(protected)/dev/auth/page.tsx +590 -0
- package/src/app/(protected)/layout.test.tsx +209 -0
- package/src/app/(protected)/layout.tsx +28 -0
- package/src/app/(protected)/onboarding/page.tsx +27 -0
- package/src/app/(protected)/settings/integrations/page.tsx +23 -0
- package/src/app/(protected)/settings/layout.tsx +26 -0
- package/src/app/(protected)/settings/notifications/page.tsx +26 -0
- package/src/app/(protected)/settings/other/page.tsx +23 -0
- package/src/app/(protected)/settings/page.tsx +23 -0
- package/src/app/(protected)/settings/preferences/page.tsx +23 -0
- package/src/app/(protected)/settings/security/page.tsx +37 -0
- package/src/app/(public)/forgot-password/page.tsx +20 -0
- package/src/app/(public)/invite/project/[token]/error.tsx +50 -0
- package/src/app/(public)/invite/project/[token]/loading.tsx +39 -0
- package/src/app/(public)/invite/project/[token]/page.tsx +156 -0
- package/src/app/(public)/layout.tsx +9 -0
- package/src/app/(public)/privacy-policy/page.tsx +12 -0
- package/src/app/(public)/reset-password/page.tsx +37 -0
- package/src/app/(public)/setup/__tests__/page.test.tsx +30 -0
- package/src/app/(public)/setup/page.tsx +17 -0
- package/src/app/(public)/share/issue/[token]/page.tsx +51 -0
- package/src/app/(public)/sign-in/page.tsx +55 -0
- package/src/app/(public)/sign-up/page.tsx +23 -0
- package/src/app/(public)/verify-email/page.tsx +22 -0
- package/src/app/(public)/verify-email-confirm/page.tsx +40 -0
- package/src/app/api/auth/[...all]/route.ts +6 -0
- package/src/app/api/auth/delete-account/route.ts +134 -0
- package/src/app/api/auth/dev/force-verify/route.ts +180 -0
- package/src/app/api/auth/dev/reset-rate-limit/route.ts +144 -0
- package/src/app/api/auth/dev/sessions/route.ts +172 -0
- package/src/app/api/auth/forgot-password/__tests__/forgot-password.property.test.ts +397 -0
- package/src/app/api/auth/forgot-password/route.ts +277 -0
- package/src/app/api/auth/logout/route.ts +115 -0
- package/src/app/api/auth/me/route.ts +123 -0
- package/src/app/api/auth/providers/__tests__/route.test.ts +236 -0
- package/src/app/api/auth/providers/route.ts +119 -0
- package/src/app/api/auth/resend-verification/route.ts +262 -0
- package/src/app/api/auth/reset-password/__tests__/reset-password.property.test.ts +493 -0
- package/src/app/api/auth/reset-password/__tests__/route.test.ts +284 -0
- package/src/app/api/auth/reset-password/route.ts +251 -0
- package/src/app/api/auth/verify-email/route.ts +232 -0
- package/src/app/api/example-cors/route.ts +61 -0
- package/src/app/api/health/route.ts +14 -0
- package/src/app/api/invite/project/[token]/__tests__/accept-invitation.integration.test.ts +348 -0
- package/src/app/api/invite/project/[token]/decline/route.ts +99 -0
- package/src/app/api/invite/project/[token]/route.ts +269 -0
- package/src/app/api/issues/[issueId]/activities/route.ts +213 -0
- package/src/app/api/issues/[issueId]/attachments/[attachmentId]/annotations/[annotationId]/comments/[commentId]/route.ts +486 -0
- package/src/app/api/issues/[issueId]/attachments/[attachmentId]/annotations/[annotationId]/comments/route.ts +283 -0
- package/src/app/api/issues/[issueId]/attachments/[attachmentId]/annotations/[annotationId]/read/route.ts +242 -0
- package/src/app/api/issues/[issueId]/attachments/[attachmentId]/annotations/[annotationId]/route.ts +534 -0
- package/src/app/api/issues/[issueId]/attachments/[attachmentId]/annotations/route.ts +514 -0
- package/src/app/api/issues/[issueId]/attachments/[attachmentId]/route.ts +161 -0
- package/src/app/api/issues/[issueId]/attachments/route.ts +376 -0
- package/src/app/api/issues/[issueId]/route.ts +516 -0
- package/src/app/api/notifications/[id]/read/route.ts +131 -0
- package/src/app/api/notifications/__tests__/notifications.integration.test.ts +350 -0
- package/src/app/api/notifications/read-all/route.ts +72 -0
- package/src/app/api/notifications/route.ts +148 -0
- package/src/app/api/notifications/unread-count/route.ts +77 -0
- package/src/app/api/projects/[id]/activities/route.ts +174 -0
- package/src/app/api/projects/[id]/invitations/[invitationId]/resend/route.ts +99 -0
- package/src/app/api/projects/[id]/invitations/[invitationId]/route.ts +96 -0
- package/src/app/api/projects/[id]/invitations/route.ts +254 -0
- package/src/app/api/projects/[id]/issues/route.ts +452 -0
- package/src/app/api/projects/[id]/join/route.ts +207 -0
- package/src/app/api/projects/[id]/members/[memberId]/route.ts +364 -0
- package/src/app/api/projects/[id]/members/me/route.ts +121 -0
- package/src/app/api/projects/[id]/members/route.ts +129 -0
- package/src/app/api/projects/[id]/route.ts +476 -0
- package/src/app/api/projects/route.ts +394 -0
- package/src/app/api/setup/admin/route.ts +255 -0
- package/src/app/api/setup/complete/__tests__/route.test.ts +60 -0
- package/src/app/api/setup/complete/route.ts +244 -0
- package/src/app/api/setup/config/route.ts +195 -0
- package/src/app/api/setup/export/route.ts +111 -0
- package/src/app/api/setup/health/route.ts +74 -0
- package/src/app/api/setup/import/route.ts +154 -0
- package/src/app/api/setup/status/route.ts +82 -0
- package/src/app/api/setup/workspace/route.ts +252 -0
- package/src/app/api/teams/[teamId]/export/route.ts +115 -0
- package/src/app/api/teams/[teamId]/invitations/[invitationId]/resend/route.ts +132 -0
- package/src/app/api/teams/[teamId]/invitations/[invitationId]/route.ts +117 -0
- package/src/app/api/teams/[teamId]/invitations/route.ts +363 -0
- package/src/app/api/teams/[teamId]/members/[userId]/route.ts +335 -0
- package/src/app/api/teams/[teamId]/members/route.ts +184 -0
- package/src/app/api/teams/[teamId]/members/search/route.ts +202 -0
- package/src/app/api/teams/[teamId]/route.ts +423 -0
- package/src/app/api/teams/[teamId]/switch/route.ts +140 -0
- package/src/app/api/teams/[teamId]/transfer-ownership/route.ts +212 -0
- package/src/app/api/teams/invitations/[token]/accept/route.ts +140 -0
- package/src/app/api/teams/invitations/by-id/[id]/accept/route.ts +98 -0
- package/src/app/api/teams/invitations/by-id/[id]/decline/route.ts +90 -0
- package/src/app/api/teams/route.ts +278 -0
- package/src/app/api/uploads/media/route.ts +118 -0
- package/src/app/api/uploads/presigned/route.ts +49 -0
- package/src/app/api/user/linked-accounts/route.ts +35 -0
- package/src/app/email-preview/page.tsx +11 -0
- package/src/app/favicon.ico +0 -0
- package/src/app/global-error.tsx +21 -0
- package/src/app/layout.tsx +50 -0
- package/src/app/page.tsx +5 -0
- package/src/components/icons/atlassian-icon.tsx +22 -0
- package/src/components/icons/index.ts +1 -0
- package/src/components/layout/SIDEBAR_LAYOUT_BEST_PRACTICES.md +240 -0
- package/src/components/layout/app-shell-header-store.tsx +20 -0
- package/src/components/layout/app-shell-skeleton.tsx +89 -0
- package/src/components/layout/app-shell-wrapper.tsx +32 -0
- package/src/components/layout/app-shell.test.tsx +155 -0
- package/src/components/layout/app-shell.tsx +100 -0
- package/src/components/shared/headers/app-header-configurator.tsx +42 -0
- package/src/components/shared/headers/app-header.tsx +103 -0
- package/src/components/shared/headers/header-user-menu.tsx +247 -0
- package/src/components/shared/headers/index.ts +44 -0
- package/src/components/shared/headers/page-header.tsx +25 -0
- package/src/components/shared/notifications/__tests__/notification-bell.test.tsx +159 -0
- package/src/components/shared/notifications/__tests__/notification-dropdown.test.tsx +296 -0
- package/src/components/shared/notifications/__tests__/notification-item.test.tsx +328 -0
- package/src/components/shared/notifications/index.ts +45 -0
- package/src/components/shared/notifications/notification-actions.tsx +295 -0
- package/src/components/shared/notifications/notification-bell-button.tsx +77 -0
- package/src/components/shared/notifications/notification-dropdown.tsx +160 -0
- package/src/components/shared/notifications/notification-group-item.tsx +268 -0
- package/src/components/shared/notifications/notification-item.tsx +193 -0
- package/src/components/shared/notifications/notification-load-more.tsx +50 -0
- package/src/components/shared/notifications/notification-panel.tsx +49 -0
- package/src/components/shared/notifications/utils.tsx +127 -0
- package/src/components/shared/permission-guard/index.ts +1 -0
- package/src/components/shared/permission-guard/permission-tooltip.tsx +45 -0
- package/src/components/shared/relative-time.tsx +53 -0
- package/src/components/shared/section-container.tsx +32 -0
- package/src/components/shared/service-status-banner.tsx +121 -0
- package/src/components/shared/settings-sidebar/index.ts +2 -0
- package/src/components/shared/settings-sidebar/team-setting-aside.tsx +97 -0
- package/src/components/shared/settings-sidebar/user-settings-aside.tsx +66 -0
- package/src/components/shared/sidebar/app-sidebar.tsx +146 -0
- package/src/components/shared/sidebar/index.ts +36 -0
- package/src/components/shared/sidebar/sidebar-main.tsx +81 -0
- package/src/components/shared/sidebar/sidebar-project.tsx +61 -0
- package/src/components/shared/sidebar/sidebar-team-avatar.tsx +126 -0
- package/src/components/shared/sidebar/sidebar-team-switcher.tsx +185 -0
- package/src/components/shared/sidebar/type.ts +97 -0
- package/src/components/ui/alert-dialog.tsx +157 -0
- package/src/components/ui/alert.tsx +66 -0
- package/src/components/ui/avatar-upload.tsx +147 -0
- package/src/components/ui/avatar.tsx +53 -0
- package/src/components/ui/badge.tsx +46 -0
- package/src/components/ui/breadcrumb.tsx +109 -0
- package/src/components/ui/button.tsx +60 -0
- package/src/components/ui/card.tsx +92 -0
- package/src/components/ui/checkbox.tsx +32 -0
- package/src/components/ui/collapsible.tsx +33 -0
- package/src/components/ui/command.tsx +184 -0
- package/src/components/ui/dialog.tsx +143 -0
- package/src/components/ui/dropdown-menu.tsx +257 -0
- package/src/components/ui/empty.tsx +104 -0
- package/src/components/ui/field.tsx +244 -0
- package/src/components/ui/image-cropper-dialog.tsx +167 -0
- package/src/components/ui/input.tsx +21 -0
- package/src/components/ui/label.tsx +24 -0
- package/src/components/ui/optimized-image.tsx +220 -0
- package/src/components/ui/pagination.tsx +127 -0
- package/src/components/ui/popover.tsx +48 -0
- package/src/components/ui/progress.tsx +31 -0
- package/src/components/ui/radio-group.tsx +45 -0
- package/src/components/ui/scroll-area.tsx +58 -0
- package/src/components/ui/select.tsx +187 -0
- package/src/components/ui/separator.tsx +28 -0
- package/src/components/ui/sheet.tsx +139 -0
- package/src/components/ui/sidebar.tsx +733 -0
- package/src/components/ui/skeleton.tsx +13 -0
- package/src/components/ui/sonner.tsx +40 -0
- package/src/components/ui/spinner.tsx +16 -0
- package/src/components/ui/switch.tsx +31 -0
- package/src/components/ui/table.tsx +116 -0
- package/src/components/ui/tabs.tsx +66 -0
- package/src/components/ui/textarea.tsx +23 -0
- package/src/components/ui/tooltip.tsx +61 -0
- package/src/config/__tests__/workspace.property.test.ts +40 -0
- package/src/config/auth.ts +62 -0
- package/src/config/integrations.ts +126 -0
- package/src/config/quotas.ts +20 -0
- package/src/config/roles.ts +463 -0
- package/src/config/settings-nav.ts +39 -0
- package/src/config/team-settings-nav.ts +37 -0
- package/src/config/user-settings-nav.ts +42 -0
- package/src/config/version.ts +1 -0
- package/src/config/workspace.ts +64 -0
- package/src/features/annotations/README.md +283 -0
- package/src/features/annotations/api/annotations-api.ts +194 -0
- package/src/features/annotations/api/comments-api.ts +147 -0
- package/src/features/annotations/api/index.ts +71 -0
- package/src/features/annotations/api/save-annotation.ts +150 -0
- package/src/features/annotations/api/schemas.ts +142 -0
- package/src/features/annotations/components/annotated-attachment-view.tsx +576 -0
- package/src/features/annotations/components/annotation-action-sheet.tsx +140 -0
- package/src/features/annotations/components/annotation-annotations-panel.tsx +213 -0
- package/src/features/annotations/components/annotation-box.tsx +539 -0
- package/src/features/annotations/components/annotation-canvas.tsx +534 -0
- package/src/features/annotations/components/annotation-comment-input.tsx +145 -0
- package/src/features/annotations/components/annotation-context-menu.tsx +164 -0
- package/src/features/annotations/components/annotation-drawer.tsx +231 -0
- package/src/features/annotations/components/annotation-layer.tsx +271 -0
- package/src/features/annotations/components/annotation-pin.tsx +318 -0
- package/src/features/annotations/components/annotation-popover.tsx +562 -0
- package/src/features/annotations/components/annotation-thread-panel.tsx +485 -0
- package/src/features/annotations/components/annotation-thread-preview.tsx +195 -0
- package/src/features/annotations/components/annotation-toolbar.tsx +244 -0
- package/src/features/annotations/components/keyboard-shortcuts-modal.tsx +79 -0
- package/src/features/annotations/docs/ANNOTATIONS_ARCHITECTURE.md +67 -0
- package/src/features/annotations/docs/ANNOTATION_SAVE_ARCHITECTURE.md +422 -0
- package/src/features/annotations/docs/ANNOTATION_SAVE_FEATURE.md +408 -0
- package/src/features/annotations/docs/BOX_ANNOTATION_GUIDE.md +542 -0
- package/src/features/annotations/docs/NEXTSTEP.md +28 -0
- package/src/features/annotations/docs/STALE_CLOSURE_FIX.md +344 -0
- package/src/features/annotations/docs/UNDO_REDO_QUICK_START.md +545 -0
- package/src/features/annotations/docs/local_first_canvas_autosave_architecture.md +674 -0
- package/src/features/annotations/examples/complete-example.tsx +266 -0
- package/src/features/annotations/examples/save-annotation-example.tsx +309 -0
- package/src/features/annotations/hooks/__tests__/use-annotation-permissions.property.test.tsx +493 -0
- package/src/features/annotations/hooks/index.ts +36 -0
- package/src/features/annotations/hooks/use-annotation-batch-save.ts +109 -0
- package/src/features/annotations/hooks/use-annotation-comments.ts +353 -0
- package/src/features/annotations/hooks/use-annotation-drafts.ts +137 -0
- package/src/features/annotations/hooks/use-annotation-edit-state.ts +99 -0
- package/src/features/annotations/hooks/use-annotation-history-tracker.ts +159 -0
- package/src/features/annotations/hooks/use-annotation-integration.ts +916 -0
- package/src/features/annotations/hooks/use-annotation-permissions.ts +210 -0
- package/src/features/annotations/hooks/use-annotation-popover.ts +175 -0
- package/src/features/annotations/hooks/use-annotation-save.ts +208 -0
- package/src/features/annotations/hooks/use-annotation-tools.ts +237 -0
- package/src/features/annotations/hooks/use-annotations-with-history.ts +332 -0
- package/src/features/annotations/hooks/use-auto-save.ts +94 -0
- package/src/features/annotations/index.ts +111 -0
- package/src/features/annotations/types/annotation.ts +201 -0
- package/src/features/annotations/types/index.ts +28 -0
- package/src/features/annotations/utils/history-manager.ts +73 -0
- package/src/features/annotations/utils/index.ts +2 -0
- package/src/features/annotations/utils/map-attachments-to-threads.ts +28 -0
- package/src/features/annotations/utils/position-comment-input.ts +136 -0
- package/src/features/annotations/utils/re-sequence-labels.ts +92 -0
- package/src/features/annotations/utils/validate-annotation-label.ts +120 -0
- package/src/features/auth/api/types.ts +101 -0
- package/src/features/auth/components/__tests__/role-gate.test.tsx +448 -0
- package/src/features/auth/components/__tests__/social-login-buttons.test.tsx +313 -0
- package/src/features/auth/components/auth-card.tsx +36 -0
- package/src/features/auth/components/forgot-password-form.tsx +115 -0
- package/src/features/auth/components/index.ts +14 -0
- package/src/features/auth/components/invite-code-input.tsx +155 -0
- package/src/features/auth/components/invited-user-form.tsx +309 -0
- package/src/features/auth/components/onboarding-form.tsx +195 -0
- package/src/features/auth/components/password-strength-indicator.tsx +113 -0
- package/src/features/auth/components/reset-password-form.tsx +138 -0
- package/src/features/auth/components/role-gate.tsx +124 -0
- package/src/features/auth/components/self-registration-choice.tsx +153 -0
- package/src/features/auth/components/sign-in-form.tsx +159 -0
- package/src/features/auth/components/sign-up-form.tsx +158 -0
- package/src/features/auth/components/social-login-buttons.tsx +219 -0
- package/src/features/auth/hooks/__tests__/use-onboarding.test.tsx +109 -0
- package/src/features/auth/hooks/__tests__/use-session.test.tsx +160 -0
- package/src/features/auth/hooks/index.ts +15 -0
- package/src/features/auth/hooks/use-accept-invitation.ts +194 -0
- package/src/features/auth/hooks/use-delete-account.ts +86 -0
- package/src/features/auth/hooks/use-force-verify.ts +89 -0
- package/src/features/auth/hooks/use-forgot-password.ts +144 -0
- package/src/features/auth/hooks/use-link-account.ts +78 -0
- package/src/features/auth/hooks/use-linked-accounts.ts +88 -0
- package/src/features/auth/hooks/use-onboarding.ts +159 -0
- package/src/features/auth/hooks/use-resend-verification.ts +139 -0
- package/src/features/auth/hooks/use-reset-password.ts +151 -0
- package/src/features/auth/hooks/use-reset-rate-limit.ts +56 -0
- package/src/features/auth/hooks/use-self-registration.ts +202 -0
- package/src/features/auth/hooks/use-session.ts +81 -0
- package/src/features/auth/hooks/use-sessions.ts +59 -0
- package/src/features/auth/hooks/use-sign-in.ts +234 -0
- package/src/features/auth/hooks/use-sign-out.ts +88 -0
- package/src/features/auth/hooks/use-sign-up.ts +194 -0
- package/src/features/auth/hooks/use-unlink-account.ts +100 -0
- package/src/features/auth/hooks/use-verify-email-token.ts +125 -0
- package/src/features/auth/index.ts +75 -0
- package/src/features/auth/screens/forgot-password-screen.tsx +33 -0
- package/src/features/auth/screens/index.ts +7 -0
- package/src/features/auth/screens/onboarding-screen.tsx +49 -0
- package/src/features/auth/screens/reset-password-screen.tsx +33 -0
- package/src/features/auth/screens/sign-in-screen.tsx +61 -0
- package/src/features/auth/screens/sign-up-screen.tsx +37 -0
- package/src/features/auth/screens/verify-email-confirm-screen.tsx +286 -0
- package/src/features/auth/screens/verify-email-screen.tsx +146 -0
- package/src/features/auth/types/index.ts +14 -0
- package/src/features/auth/utils/__tests__/validators.test.ts +331 -0
- package/src/features/auth/utils/password-strength.ts +129 -0
- package/src/features/auth/utils/validators.ts +124 -0
- package/src/features/email-preview/actions/render-email.ts +21 -0
- package/src/features/email-preview/screens/email-preview-screen.tsx +81 -0
- package/src/features/folder-scaffold-template/index.ts +0 -0
- package/src/features/instance-settings/components/index.ts +6 -0
- package/src/features/instance-settings/components/instance-settings-form.tsx +180 -0
- package/src/features/instance-settings/components/instance-status-display.tsx +158 -0
- package/src/features/instance-settings/index.ts +7 -0
- package/src/features/instance-settings/screens/index.ts +5 -0
- package/src/features/instance-settings/screens/instance-settings-screen.tsx +59 -0
- package/src/features/issues/README.md +330 -0
- package/src/features/issues/api/create-issue.ts +19 -0
- package/src/features/issues/api/delete-issue.ts +27 -0
- package/src/features/issues/api/get-issue-activities.ts +58 -0
- package/src/features/issues/api/get-issue-details.ts +25 -0
- package/src/features/issues/api/get-project-issues-server.ts +44 -0
- package/src/features/issues/api/get-project-issues.ts +21 -0
- package/src/features/issues/api/index.ts +44 -0
- package/src/features/issues/api/update-issue.ts +31 -0
- package/src/features/issues/api/upload-attachment.ts +81 -0
- package/src/features/issues/components/activity-timeline.tsx +440 -0
- package/src/features/issues/components/canvas-state-indicator.tsx +90 -0
- package/src/features/issues/components/centered-canvas-view.tsx +739 -0
- package/src/features/issues/components/image-selector.tsx +123 -0
- package/src/features/issues/components/image-upload-zone.tsx +262 -0
- package/src/features/issues/components/infinite-canvas-background.tsx +163 -0
- package/src/features/issues/components/inline-editable-select.tsx +173 -0
- package/src/features/issues/components/inline-editable-text.tsx +225 -0
- package/src/features/issues/components/inline-editable-textarea.tsx +219 -0
- package/src/features/issues/components/inline-editable-user-select.tsx +202 -0
- package/src/features/issues/components/issue-deletion-dialog.tsx +142 -0
- package/src/features/issues/components/issue-details-panel.tsx +101 -0
- package/src/features/issues/components/issues-create-dialog.tsx +578 -0
- package/src/features/issues/components/issues-list-filter.tsx +312 -0
- package/src/features/issues/components/issues-list.tsx +151 -0
- package/src/features/issues/components/issues-priority-badge.tsx +77 -0
- package/src/features/issues/components/issues-status-badge.tsx +100 -0
- package/src/features/issues/components/metadata-section.tsx +389 -0
- package/src/features/issues/components/optimized-attachment-view.tsx +528 -0
- package/src/features/issues/components/optimized-image.tsx +257 -0
- package/src/features/issues/components/panel-header.tsx +186 -0
- package/src/features/issues/components/preload.ts +31 -0
- package/src/features/issues/components/priority-selector.tsx +101 -0
- package/src/features/issues/components/responsive-issue-layout-skeleton.tsx +139 -0
- package/src/features/issues/components/responsive-issue-layout.tsx +617 -0
- package/src/features/issues/components/status-selector.tsx +320 -0
- package/src/features/issues/components/type-selector.tsx +102 -0
- package/src/features/issues/components/upload-progress-overlay.tsx +35 -0
- package/src/features/issues/components/uploaded-image-preview.tsx +173 -0
- package/src/features/issues/components/workflow-control.tsx +318 -0
- package/src/features/issues/components/zoom-controls.tsx +150 -0
- package/src/features/issues/config/index.ts +47 -0
- package/src/features/issues/config/options.ts +323 -0
- package/src/features/issues/config/workflow.ts +102 -0
- package/src/features/issues/docs/ARCHITECTURE_DIAGRAM.md +321 -0
- package/src/features/issues/docs/BACKEND_ARCHITECTURE.md +194 -0
- package/src/features/issues/docs/IMAGE_COMPONENTS_ARCHITECTURE.md +363 -0
- package/src/features/issues/docs/IMAGE_COMPONENTS_IMPORTS.md +412 -0
- package/src/features/issues/docs/IMPLEMENTATION_CHECKLIST.md +210 -0
- package/src/features/issues/docs/ROUTE_SETUP_COMPLETE.md +242 -0
- package/src/features/issues/hooks/index.ts +78 -0
- package/src/features/issues/hooks/use-canvas-transform.ts +255 -0
- package/src/features/issues/hooks/use-create-issue.ts +28 -0
- package/src/features/issues/hooks/use-elastic-scroll.ts +296 -0
- package/src/features/issues/hooks/use-issue-activities.ts +71 -0
- package/src/features/issues/hooks/use-issue-delete.ts +84 -0
- package/src/features/issues/hooks/use-issue-details.ts +70 -0
- package/src/features/issues/hooks/use-issue-filters.ts +50 -0
- package/src/features/issues/hooks/use-issue-update.ts +93 -0
- package/src/features/issues/hooks/use-keyboard-shortcuts.ts +104 -0
- package/src/features/issues/hooks/use-optimized-image.ts +228 -0
- package/src/features/issues/hooks/use-project-issues.ts +14 -0
- package/src/features/issues/index.ts +65 -0
- package/src/features/issues/screens/issue-details-screen.tsx +207 -0
- package/src/features/issues/screens/issue-details-skeletons.tsx +295 -0
- package/src/features/issues/screens/issue-share-screen.tsx +56 -0
- package/src/features/issues/types/index.ts +48 -0
- package/src/features/issues/types/issue.ts +291 -0
- package/src/features/issues/utils/filter-issues.ts +141 -0
- package/src/features/issues/utils/index.ts +14 -0
- package/src/features/legal/index.ts +1 -0
- package/src/features/legal/screens/privacy-policy-screen.tsx +307 -0
- package/src/features/notifications/api/get-notifications.ts +58 -0
- package/src/features/notifications/api/get-unread-count.ts +37 -0
- package/src/features/notifications/api/index.ts +35 -0
- package/src/features/notifications/api/mark-all-as-read.ts +37 -0
- package/src/features/notifications/api/mark-as-read.ts +41 -0
- package/src/features/notifications/api/types.ts +109 -0
- package/src/features/notifications/hooks/__tests__/use-notification-subscription.test.ts +206 -0
- package/src/features/notifications/hooks/index.ts +28 -0
- package/src/features/notifications/hooks/use-mark-all-as-read.ts +106 -0
- package/src/features/notifications/hooks/use-mark-as-read.ts +106 -0
- package/src/features/notifications/hooks/use-notification-subscription.ts +244 -0
- package/src/features/notifications/hooks/use-notification-toast.ts +161 -0
- package/src/features/notifications/hooks/use-notifications.ts +80 -0
- package/src/features/notifications/hooks/use-unread-count.ts +60 -0
- package/src/features/notifications/index.ts +48 -0
- package/src/features/notifications/utils/group-notifications.ts +152 -0
- package/src/features/notifications/utils/index.ts +9 -0
- package/src/features/projects/api/create-invitation.ts +45 -0
- package/src/features/projects/api/create-project.ts +64 -0
- package/src/features/projects/api/delete-project.ts +50 -0
- package/src/features/projects/api/get-project-activities.ts +43 -0
- package/src/features/projects/api/get-project-members.ts +53 -0
- package/src/features/projects/api/get-project.ts +49 -0
- package/src/features/projects/api/get-projects.ts +61 -0
- package/src/features/projects/api/index.ts +27 -0
- package/src/features/projects/api/join-project.ts +52 -0
- package/src/features/projects/api/leave-project.ts +51 -0
- package/src/features/projects/api/list-invitations.ts +36 -0
- package/src/features/projects/api/remove-member.ts +60 -0
- package/src/features/projects/api/resend-invitation.ts +36 -0
- package/src/features/projects/api/revoke-invitation.ts +36 -0
- package/src/features/projects/api/types.ts +286 -0
- package/src/features/projects/api/update-member-role.ts +70 -0
- package/src/features/projects/api/update-project.ts +69 -0
- package/src/features/projects/components/__tests__/project-detail-activity-feed.test.tsx +106 -0
- package/src/features/projects/components/__tests__/project-invitation-dialog.test.tsx +211 -0
- package/src/features/projects/components/__tests__/project-member-manager-dialog.test.tsx +254 -0
- package/src/features/projects/components/index.ts +21 -0
- package/src/features/projects/components/project-actions.tsx +248 -0
- package/src/features/projects/components/project-create-dialog.tsx +410 -0
- package/src/features/projects/components/project-detail-activity-feed.tsx +206 -0
- package/src/features/projects/components/project-detail-header.tsx +103 -0
- package/src/features/projects/components/project-detail-overview.tsx +128 -0
- package/src/features/projects/components/project-icon-selector.test.tsx +49 -0
- package/src/features/projects/components/project-icon-selector.tsx +76 -0
- package/src/features/projects/components/project-invitation-dialog.tsx +368 -0
- package/src/features/projects/components/project-issues.tsx +128 -0
- package/src/features/projects/components/project-leave-button.tsx +69 -0
- package/src/features/projects/components/project-list-card.tsx +246 -0
- package/src/features/projects/components/project-list-filters.tsx +320 -0
- package/src/features/projects/components/project-member-manager-dialog.tsx +419 -0
- package/src/features/projects/components/project-settings-dialog.tsx +204 -0
- package/src/features/projects/components/project-stats.tsx +46 -0
- package/src/features/projects/components/project-title-section.tsx +78 -0
- package/src/features/projects/config/icons.ts +91 -0
- package/src/features/projects/hooks/index.ts +28 -0
- package/src/features/projects/hooks/use-create-invitation.ts +83 -0
- package/src/features/projects/hooks/use-create-project.ts +77 -0
- package/src/features/projects/hooks/use-delete-project.ts +84 -0
- package/src/features/projects/hooks/use-join-project.ts +43 -0
- package/src/features/projects/hooks/use-leave-project.ts +84 -0
- package/src/features/projects/hooks/use-project-activities.ts +39 -0
- package/src/features/projects/hooks/use-project-filters.ts +86 -0
- package/src/features/projects/hooks/use-project-invitations.ts +66 -0
- package/src/features/projects/hooks/use-project-members.ts +57 -0
- package/src/features/projects/hooks/use-project.ts +67 -0
- package/src/features/projects/hooks/use-projects.ts +49 -0
- package/src/features/projects/hooks/use-recent-projects.ts +58 -0
- package/src/features/projects/hooks/use-remove-member.ts +89 -0
- package/src/features/projects/hooks/use-resend-invitation.ts +68 -0
- package/src/features/projects/hooks/use-revoke-invitation.ts +71 -0
- package/src/features/projects/hooks/use-team-member-suggestions.ts +133 -0
- package/src/features/projects/hooks/use-update-member-role.ts +92 -0
- package/src/features/projects/hooks/use-update-project.ts +88 -0
- package/src/features/projects/index.ts +91 -0
- package/src/features/projects/screens/index.ts +3 -0
- package/src/features/projects/screens/invitation-acceptance-screen.tsx +320 -0
- package/src/features/projects/screens/project-detail-screen-wrapper.tsx +47 -0
- package/src/features/projects/screens/project-detail-screen.tsx +661 -0
- package/src/features/projects/screens/projects-list-screen.tsx +161 -0
- package/src/features/projects/types/index.ts +59 -0
- package/src/features/projects/utils/format-helpers.ts +16 -0
- package/src/features/projects/utils/index.ts +2 -0
- package/src/features/projects/utils/role-helpers.ts +25 -0
- package/src/features/setup/api/complete-setup.ts +21 -0
- package/src/features/setup/api/create-admin.ts +21 -0
- package/src/features/setup/api/create-first-workspace.ts +21 -0
- package/src/features/setup/api/get-instance-status.ts +12 -0
- package/src/features/setup/api/get-service-health.ts +12 -0
- package/src/features/setup/api/index.ts +44 -0
- package/src/features/setup/api/save-instance-config.ts +21 -0
- package/src/features/setup/api/types.ts +122 -0
- package/src/features/setup/components/__tests__/setup-wizard-ui.test.tsx +362 -0
- package/src/features/setup/components/admin-account-step.tsx +205 -0
- package/src/features/setup/components/first-workspace-step.tsx +120 -0
- package/src/features/setup/components/index.ts +9 -0
- package/src/features/setup/components/instance-config-step.tsx +107 -0
- package/src/features/setup/components/mail-config-step.tsx +205 -0
- package/src/features/setup/components/sample-data-step.tsx +131 -0
- package/src/features/setup/components/service-health-step.tsx +180 -0
- package/src/features/setup/components/service-status-badge.tsx +50 -0
- package/src/features/setup/components/setup-progress.tsx +103 -0
- package/src/features/setup/components/setup-wizard.tsx +169 -0
- package/src/features/setup/hooks/index.ts +12 -0
- package/src/features/setup/hooks/use-complete-setup.ts +23 -0
- package/src/features/setup/hooks/use-create-admin.ts +25 -0
- package/src/features/setup/hooks/use-create-first-workspace.ts +24 -0
- package/src/features/setup/hooks/use-instance-status.ts +21 -0
- package/src/features/setup/hooks/use-save-instance-config.ts +23 -0
- package/src/features/setup/hooks/use-service-health.ts +21 -0
- package/src/features/setup/hooks/use-setup-wizard.ts +152 -0
- package/src/features/setup/hooks/use-workspace-mode.ts +19 -0
- package/src/features/setup/index.ts +30 -0
- package/src/features/setup/screens/index.ts +1 -0
- package/src/features/setup/screens/setup-screen.tsx +40 -0
- package/src/features/setup/types/index.ts +69 -0
- package/src/features/setup/utils/index.ts +78 -0
- package/src/features/team-settings/components/index.ts +39 -0
- package/src/features/team-settings/components/loading-states.tsx +296 -0
- package/src/features/team-settings/components/permission-guard.tsx +23 -0
- package/src/features/team-settings/components/settings-card.tsx +22 -0
- package/src/features/team-settings/components/settings-context-provider.tsx +51 -0
- package/src/features/team-settings/components/settings-error-boundary.tsx +366 -0
- package/src/features/team-settings/components/settings-navigation.tsx +87 -0
- package/src/features/team-settings/components/settings-section.tsx +23 -0
- package/src/features/team-settings/components/team-danger-zone.tsx +275 -0
- package/src/features/team-settings/components/team-information-form.tsx +116 -0
- package/src/features/team-settings/components/team-invitations-list.tsx +463 -0
- package/src/features/team-settings/components/team-members-list.tsx +342 -0
- package/src/features/team-settings/components/team-permission-guard.tsx +56 -0
- package/src/features/team-settings/components/team-setting-integrations.tsx +27 -0
- package/src/features/team-settings/components/team-setting-member.tsx +28 -0
- package/src/features/team-settings/components/team-settings-general.tsx +131 -0
- package/src/features/team-settings/components/transfer-ownership-modal.tsx +164 -0
- package/src/features/team-settings/components/unauthorized-access.tsx +52 -0
- package/src/features/team-settings/hooks/__tests__/use-team-settings.test.tsx +139 -0
- package/src/features/team-settings/hooks/index.ts +1 -0
- package/src/features/team-settings/hooks/use-team-settings.ts +148 -0
- package/src/features/team-settings/hooks/use-transfer-ownership.ts +45 -0
- package/src/features/team-settings/index.ts +25 -0
- package/src/features/team-settings/screens/index.ts +1 -0
- package/src/features/team-settings/screens/team-settings-screen.tsx +33 -0
- package/src/features/team-settings/types/index.ts +78 -0
- package/src/features/team-settings/utils/index.ts +6 -0
- package/src/features/team-settings/utils/mock-data.ts +40 -0
- package/src/features/teams/api/cancel-invitation.ts +25 -0
- package/src/features/teams/api/create-invitation.ts +28 -0
- package/src/features/teams/api/create-team.ts +14 -0
- package/src/features/teams/api/delete-team.ts +19 -0
- package/src/features/teams/api/get-invitations.ts +25 -0
- package/src/features/teams/api/get-team-members.ts +25 -0
- package/src/features/teams/api/get-team.ts +13 -0
- package/src/features/teams/api/get-teams.ts +19 -0
- package/src/features/teams/api/index.ts +49 -0
- package/src/features/teams/api/leave-team.ts +22 -0
- package/src/features/teams/api/remove-member.ts +25 -0
- package/src/features/teams/api/resend-invitation.ts +26 -0
- package/src/features/teams/api/switch-team.ts +13 -0
- package/src/features/teams/api/types.ts +122 -0
- package/src/features/teams/api/update-member-roles.ts +28 -0
- package/src/features/teams/api/update-team.ts +17 -0
- package/src/features/teams/components/create-team-dialog.tsx +105 -0
- package/src/features/teams/hooks/__tests__/cache-invalidation.property.test.tsx +268 -0
- package/src/features/teams/hooks/index.ts +35 -0
- package/src/features/teams/hooks/use-can-manage-members.ts +21 -0
- package/src/features/teams/hooks/use-can-manage-team.ts +21 -0
- package/src/features/teams/hooks/use-cancel-invitation.ts +52 -0
- package/src/features/teams/hooks/use-create-invitation.ts +59 -0
- package/src/features/teams/hooks/use-create-team.ts +38 -0
- package/src/features/teams/hooks/use-delete-team.ts +43 -0
- package/src/features/teams/hooks/use-invitations.ts +31 -0
- package/src/features/teams/hooks/use-leave-team.ts +43 -0
- package/src/features/teams/hooks/use-remove-member.ts +58 -0
- package/src/features/teams/hooks/use-resend-invitation.ts +52 -0
- package/src/features/teams/hooks/use-switch-team.ts +41 -0
- package/src/features/teams/hooks/use-team-members.ts +31 -0
- package/src/features/teams/hooks/use-team-permissions.ts +102 -0
- package/src/features/teams/hooks/use-team.ts +30 -0
- package/src/features/teams/hooks/use-teams.ts +26 -0
- package/src/features/teams/hooks/use-update-member-roles.ts +64 -0
- package/src/features/teams/hooks/use-update-team.ts +47 -0
- package/src/features/teams/index.ts +111 -0
- package/src/features/user-settings/actions/set-password.ts +63 -0
- package/src/features/user-settings/api/index.ts +16 -0
- package/src/features/user-settings/components/__tests__/security-settings.test.tsx +125 -0
- package/src/features/user-settings/components/delete-account-dialog.tsx +185 -0
- package/src/features/user-settings/components/index.ts +13 -0
- package/src/features/user-settings/components/integrations-list.tsx +152 -0
- package/src/features/user-settings/components/notification-preferences.tsx +112 -0
- package/src/features/user-settings/components/other-settings.tsx +126 -0
- package/src/features/user-settings/components/password-section.tsx +297 -0
- package/src/features/user-settings/components/security-settings.tsx +184 -0
- package/src/features/user-settings/components/user-preferences.tsx +146 -0
- package/src/features/user-settings/hooks/index.ts +8 -0
- package/src/features/user-settings/hooks/use-notification-preferences.ts +65 -0
- package/src/features/user-settings/hooks/use-user-preferences.ts +52 -0
- package/src/features/user-settings/index.ts +22 -0
- package/src/features/user-settings/screens/index.ts +11 -0
- package/src/features/user-settings/screens/integrations-screen.tsx +24 -0
- package/src/features/user-settings/screens/notifications-screen.tsx +29 -0
- package/src/features/user-settings/screens/other-settings-screen.tsx +24 -0
- package/src/features/user-settings/screens/setting-preferences-screen.tsx +24 -0
- package/src/features/user-settings/screens/user-settings-screen.tsx +23 -0
- package/src/features/user-settings/types/index.ts +42 -0
- package/src/features/user-settings/utils/index.ts +8 -0
- package/src/hooks/use-long-press.ts +196 -0
- package/src/hooks/use-media-upload.ts +95 -0
- package/src/hooks/use-mobile.ts +19 -0
- package/src/hooks/use-team.ts +32 -0
- package/src/instrumentation.ts +14 -0
- package/src/lib/__tests__/auth-config.test.ts +166 -0
- package/src/lib/__tests__/config.test.ts +42 -0
- package/src/lib/__tests__/db.test.ts +101 -0
- package/src/lib/__tests__/env.property.test.ts +197 -0
- package/src/lib/__tests__/env.test.ts +177 -0
- package/src/lib/__tests__/health-check.test.ts +87 -0
- package/src/lib/__tests__/oauth-errors.test.ts +184 -0
- package/src/lib/__tests__/oauth-redirect.test.ts +224 -0
- package/src/lib/__tests__/oauth-scopes.test.ts +268 -0
- package/src/lib/__tests__/storage.test.ts +58 -0
- package/src/lib/__tests__/url-validator.test.ts +232 -0
- package/src/lib/api-client.ts +93 -0
- package/src/lib/auth-client.ts +5 -0
- package/src/lib/auth-config.ts +146 -0
- package/src/lib/auth.ts +209 -0
- package/src/lib/config.ts +228 -0
- package/src/lib/cors.ts +96 -0
- package/src/lib/date.ts +16 -0
- package/src/lib/db.ts +88 -0
- package/src/lib/env.ts +489 -0
- package/src/lib/feedback.ts +29 -0
- package/src/lib/health-check.ts +229 -0
- package/src/lib/logger.ts +204 -0
- package/src/lib/oauth-errors.ts +138 -0
- package/src/lib/performance.ts +367 -0
- package/src/lib/query-server.ts +35 -0
- package/src/lib/query.tsx +43 -0
- package/src/lib/resend.ts +36 -0
- package/src/lib/security-headers.ts +165 -0
- package/src/lib/setup-status.ts +34 -0
- package/src/lib/storage.ts +150 -0
- package/src/lib/supabase-client.ts +58 -0
- package/src/lib/testing/test-db.ts +75 -0
- package/src/lib/url-validator.ts +168 -0
- package/src/lib/utils.ts +6 -0
- package/src/mocks/README.md +42 -0
- package/src/mocks/activity.fixtures.ts +281 -0
- package/src/mocks/annotation.fixtures.ts +325 -0
- package/src/mocks/attachment.fixtures.ts +80 -0
- package/src/mocks/email.fixtures.ts +61 -0
- package/src/mocks/index.ts +33 -0
- package/src/mocks/issue.fixtures.ts +364 -0
- package/src/mocks/landing.fixtures.ts +118 -0
- package/src/mocks/notification.fixtures.ts +111 -0
- package/src/mocks/project-activity.fixtures.ts +69 -0
- package/src/mocks/project-invitation.fixtures.ts +95 -0
- package/src/mocks/project-member.fixtures.ts +93 -0
- package/src/mocks/project.fixtures.ts +249 -0
- package/src/mocks/settings.fixtures.ts +56 -0
- package/src/mocks/share.fixtures.ts +48 -0
- package/src/mocks/team-member.fixtures.ts +147 -0
- package/src/mocks/team.fixtures.ts +35 -0
- package/src/mocks/user-settings.fixtures.ts +77 -0
- package/src/mocks/user.fixtures.ts +21 -0
- package/src/providers/theme-provider.tsx +11 -0
- package/src/proxy/__tests__/proxy-setup-gate.test.ts +43 -0
- package/src/proxy.ts +169 -0
- package/src/server/annotations/__tests__/annotation-limit.property.test.ts +291 -0
- package/src/server/annotations/__tests__/attachment-deletion-cascade.property.test.ts +385 -0
- package/src/server/annotations/__tests__/comment-delete-authorization.property.test.ts +419 -0
- package/src/server/annotations/__tests__/sanitize.property.test.ts +302 -0
- package/src/server/annotations/annotation-service.ts +305 -0
- package/src/server/annotations/comment-service.ts +288 -0
- package/src/server/annotations/index.ts +61 -0
- package/src/server/annotations/permission-utils.ts +125 -0
- package/src/server/annotations/sanitize.ts +134 -0
- package/src/server/annotations/types.ts +161 -0
- package/src/server/audit/audit-service.ts +85 -0
- package/src/server/audit/index.ts +11 -0
- package/src/server/audit/types.ts +75 -0
- package/src/server/auth/__tests__/README.md +368 -0
- package/src/server/auth/__tests__/account-linking.integration.test.ts +410 -0
- package/src/server/auth/__tests__/auth-integration.test.ts +811 -0
- package/src/server/auth/__tests__/cookies.test.ts +337 -0
- package/src/server/auth/__tests__/login.property.test.ts +428 -0
- package/src/server/auth/__tests__/oauth-integration.test.ts +555 -0
- package/src/server/auth/__tests__/password.test.ts +194 -0
- package/src/server/auth/__tests__/rate-limiter.test.ts +450 -0
- package/src/server/auth/__tests__/rbac.test.ts +474 -0
- package/src/server/auth/__tests__/session.test.ts +599 -0
- package/src/server/auth/__tests__/signup.property.test.ts +224 -0
- package/src/server/auth/__tests__/token-encryption.test.ts +171 -0
- package/src/server/auth/__tests__/tokens.test.ts +476 -0
- package/src/server/auth/__tests__/verify-email.property.test.ts +372 -0
- package/src/server/auth/cookies.ts +184 -0
- package/src/server/auth/password.ts +94 -0
- package/src/server/auth/rate-limiter.ts +257 -0
- package/src/server/auth/rbac.ts +1168 -0
- package/src/server/auth/session.ts +392 -0
- package/src/server/auth/token-encryption.ts +201 -0
- package/src/server/auth/tokens.ts +397 -0
- package/src/server/db/schema/account.ts +21 -0
- package/src/server/db/schema/annotation-read-status.ts +57 -0
- package/src/server/db/schema/better-auth-verifications.ts +27 -0
- package/src/server/db/schema/email-jobs.ts +24 -0
- package/src/server/db/schema/index.ts +20 -0
- package/src/server/db/schema/instance-settings.ts +42 -0
- package/src/server/db/schema/issue-activities.ts +97 -0
- package/src/server/db/schema/issue-attachments.ts +101 -0
- package/src/server/db/schema/issues.ts +139 -0
- package/src/server/db/schema/notifications.ts +119 -0
- package/src/server/db/schema/project-activities.ts +116 -0
- package/src/server/db/schema/project-invitations.ts +34 -0
- package/src/server/db/schema/project-members.ts +29 -0
- package/src/server/db/schema/projects.ts +46 -0
- package/src/server/db/schema/sessions.ts +17 -0
- package/src/server/db/schema/team-invitations.ts +22 -0
- package/src/server/db/schema/team-members.ts +18 -0
- package/src/server/db/schema/teams.ts +15 -0
- package/src/server/db/schema/user-roles.ts +14 -0
- package/src/server/db/schema/users.ts +17 -0
- package/src/server/db/schema/verification-tokens.ts +15 -0
- package/src/server/email/README.md +258 -0
- package/src/server/email/__tests__/client.property.test.ts +218 -0
- package/src/server/email/__tests__/payload.property.test.ts +205 -0
- package/src/server/email/__tests__/queue.test.ts +407 -0
- package/src/server/email/__tests__/render-template.test.tsx +172 -0
- package/src/server/email/client.ts +70 -0
- package/src/server/email/index.ts +20 -0
- package/src/server/email/providers/console-provider.ts +43 -0
- package/src/server/email/providers/index.ts +5 -0
- package/src/server/email/providers/resend-provider.ts +59 -0
- package/src/server/email/providers/smtp-provider.ts +65 -0
- package/src/server/email/queue.ts +365 -0
- package/src/server/email/render-template.tsx +117 -0
- package/src/server/email/templates/layout.tsx +66 -0
- package/src/server/email/templates/ownership-transfer-email.tsx +75 -0
- package/src/server/email/templates/password-reset-email.tsx +72 -0
- package/src/server/email/templates/project-invitation-email.tsx +70 -0
- package/src/server/email/templates/security-alert-email.tsx +161 -0
- package/src/server/email/templates/team-invitation-email.tsx +68 -0
- package/src/server/email/templates/verification-email.tsx +61 -0
- package/src/server/email/templates/welcome-email.tsx +60 -0
- package/src/server/email/worker.ts +182 -0
- package/src/server/issues/activity-service.ts +422 -0
- package/src/server/issues/attachment-service.ts +379 -0
- package/src/server/issues/index.ts +68 -0
- package/src/server/issues/issue-service.ts +569 -0
- package/src/server/issues/types.ts +233 -0
- package/src/server/notifications/__tests__/notification-service.integration.test.ts +405 -0
- package/src/server/notifications/index.ts +13 -0
- package/src/server/notifications/notification-service.ts +526 -0
- package/src/server/notifications/types.ts +234 -0
- package/src/server/projects/__tests__/activity-logging.integration.test.ts +319 -0
- package/src/server/projects/__tests__/invitation-email.integration.test.ts +258 -0
- package/src/server/projects/__tests__/invitation-service.integration.test.ts +651 -0
- package/src/server/projects/__tests__/member-service.property.test.ts +397 -0
- package/src/server/projects/__tests__/project-service.property.test.ts +116 -0
- package/src/server/projects/activity-service.ts +548 -0
- package/src/server/projects/index.ts +11 -0
- package/src/server/projects/invitation-service.ts +773 -0
- package/src/server/projects/member-service.ts +458 -0
- package/src/server/projects/project-service.ts +491 -0
- package/src/server/projects/schemas.ts +310 -0
- package/src/server/projects/types.ts +166 -0
- package/src/server/projects/utils.ts +128 -0
- package/src/server/setup/__tests__/health-check.property.test.ts +70 -0
- package/src/server/setup/__tests__/sample-data.property.test.ts +82 -0
- package/src/server/setup/__tests__/setup.property.test.ts +95 -0
- package/src/server/setup/health-check-service.ts +294 -0
- package/src/server/setup/index.ts +35 -0
- package/src/server/setup/sample-data-service.ts +233 -0
- package/src/server/setup/setup-service.ts +229 -0
- package/src/server/setup/types.ts +96 -0
- package/src/server/teams/__tests__/export.property.test.ts +542 -0
- package/src/server/teams/__tests__/get-members.integration.test.ts +105 -0
- package/src/server/teams/__tests__/invitation-flow.integration.test.ts +402 -0
- package/src/server/teams/__tests__/invitations.property.test.ts +235 -0
- package/src/server/teams/__tests__/member-management-flow.integration.test.ts +306 -0
- package/src/server/teams/__tests__/members.property.test.ts +180 -0
- package/src/server/teams/__tests__/ownership-transfer.property.test.ts +173 -0
- package/src/server/teams/__tests__/resource-limits.property.test.ts +382 -0
- package/src/server/teams/__tests__/team-context-management.integration.test.ts +396 -0
- package/src/server/teams/__tests__/team-context.property.test.ts +854 -0
- package/src/server/teams/__tests__/team-creation-flow.integration.test.ts +310 -0
- package/src/server/teams/__tests__/team-creation.property.test.ts +280 -0
- package/src/server/teams/errors.ts +396 -0
- package/src/server/teams/export-service.ts +383 -0
- package/src/server/teams/index.ts +10 -0
- package/src/server/teams/invitation-service.ts +708 -0
- package/src/server/teams/member-service.ts +334 -0
- package/src/server/teams/resource-limits.ts +211 -0
- package/src/server/teams/slug.ts +58 -0
- package/src/server/teams/team-context.ts +648 -0
- package/src/server/teams/team-service.ts +660 -0
- package/src/server/teams/types.ts +81 -0
- package/src/server/teams/validation.ts +209 -0
- package/src/styles/globals.css +160 -0
- package/src/types/deployment.ts +39 -0
- package/supabase/config.toml +357 -0
- package/supabase/seed.sql +480 -0
- package/tests/e2e/.gitkeep +0 -0
- package/tests/e2e/QUICK_START.md +98 -0
- package/tests/e2e/README.md +301 -0
- package/tests/e2e/auth.spec.ts +583 -0
- package/tests/e2e/global-setup.ts +23 -0
- package/tests/e2e/global-teardown.ts +23 -0
- package/tests/e2e/helpers/auth-helpers.ts +310 -0
- package/tests/e2e/helpers/test-fixtures.ts +286 -0
- package/tests/e2e/smoke-test.spec.ts +330 -0
- package/tsconfig.json +48 -0
- package/vitest.config.ts +50 -0
- package/vitest.setup.ts +56 -0
- package/dist/index.js +0 -778
|
@@ -0,0 +1,2157 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ui-syncup",
|
|
3
|
+
"version": "0.4.0-beta.2",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "ui-syncup",
|
|
9
|
+
"version": "0.4.0-beta.2",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@inquirer/prompts": "^8.0.0",
|
|
13
|
+
"chalk": "^5.3.0",
|
|
14
|
+
"commander": "^12.0.0",
|
|
15
|
+
"ora": "^8.0.0"
|
|
16
|
+
},
|
|
17
|
+
"bin": {
|
|
18
|
+
"ui-syncup": "dist/index.js"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@types/node": "^20.0.0",
|
|
22
|
+
"tsup": "^8.0.0",
|
|
23
|
+
"typescript": "^5.0.0"
|
|
24
|
+
},
|
|
25
|
+
"engines": {
|
|
26
|
+
"node": ">=20"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
30
|
+
"version": "0.27.4",
|
|
31
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.4.tgz",
|
|
32
|
+
"integrity": "sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==",
|
|
33
|
+
"cpu": [
|
|
34
|
+
"ppc64"
|
|
35
|
+
],
|
|
36
|
+
"dev": true,
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"optional": true,
|
|
39
|
+
"os": [
|
|
40
|
+
"aix"
|
|
41
|
+
],
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">=18"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"node_modules/@esbuild/android-arm": {
|
|
47
|
+
"version": "0.27.4",
|
|
48
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.4.tgz",
|
|
49
|
+
"integrity": "sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==",
|
|
50
|
+
"cpu": [
|
|
51
|
+
"arm"
|
|
52
|
+
],
|
|
53
|
+
"dev": true,
|
|
54
|
+
"license": "MIT",
|
|
55
|
+
"optional": true,
|
|
56
|
+
"os": [
|
|
57
|
+
"android"
|
|
58
|
+
],
|
|
59
|
+
"engines": {
|
|
60
|
+
"node": ">=18"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"node_modules/@esbuild/android-arm64": {
|
|
64
|
+
"version": "0.27.4",
|
|
65
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.4.tgz",
|
|
66
|
+
"integrity": "sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==",
|
|
67
|
+
"cpu": [
|
|
68
|
+
"arm64"
|
|
69
|
+
],
|
|
70
|
+
"dev": true,
|
|
71
|
+
"license": "MIT",
|
|
72
|
+
"optional": true,
|
|
73
|
+
"os": [
|
|
74
|
+
"android"
|
|
75
|
+
],
|
|
76
|
+
"engines": {
|
|
77
|
+
"node": ">=18"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"node_modules/@esbuild/android-x64": {
|
|
81
|
+
"version": "0.27.4",
|
|
82
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.4.tgz",
|
|
83
|
+
"integrity": "sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==",
|
|
84
|
+
"cpu": [
|
|
85
|
+
"x64"
|
|
86
|
+
],
|
|
87
|
+
"dev": true,
|
|
88
|
+
"license": "MIT",
|
|
89
|
+
"optional": true,
|
|
90
|
+
"os": [
|
|
91
|
+
"android"
|
|
92
|
+
],
|
|
93
|
+
"engines": {
|
|
94
|
+
"node": ">=18"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
98
|
+
"version": "0.27.4",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.4.tgz",
|
|
100
|
+
"integrity": "sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==",
|
|
101
|
+
"cpu": [
|
|
102
|
+
"arm64"
|
|
103
|
+
],
|
|
104
|
+
"dev": true,
|
|
105
|
+
"license": "MIT",
|
|
106
|
+
"optional": true,
|
|
107
|
+
"os": [
|
|
108
|
+
"darwin"
|
|
109
|
+
],
|
|
110
|
+
"engines": {
|
|
111
|
+
"node": ">=18"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
115
|
+
"version": "0.27.4",
|
|
116
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.4.tgz",
|
|
117
|
+
"integrity": "sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==",
|
|
118
|
+
"cpu": [
|
|
119
|
+
"x64"
|
|
120
|
+
],
|
|
121
|
+
"dev": true,
|
|
122
|
+
"license": "MIT",
|
|
123
|
+
"optional": true,
|
|
124
|
+
"os": [
|
|
125
|
+
"darwin"
|
|
126
|
+
],
|
|
127
|
+
"engines": {
|
|
128
|
+
"node": ">=18"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
132
|
+
"version": "0.27.4",
|
|
133
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.4.tgz",
|
|
134
|
+
"integrity": "sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==",
|
|
135
|
+
"cpu": [
|
|
136
|
+
"arm64"
|
|
137
|
+
],
|
|
138
|
+
"dev": true,
|
|
139
|
+
"license": "MIT",
|
|
140
|
+
"optional": true,
|
|
141
|
+
"os": [
|
|
142
|
+
"freebsd"
|
|
143
|
+
],
|
|
144
|
+
"engines": {
|
|
145
|
+
"node": ">=18"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
149
|
+
"version": "0.27.4",
|
|
150
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.4.tgz",
|
|
151
|
+
"integrity": "sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==",
|
|
152
|
+
"cpu": [
|
|
153
|
+
"x64"
|
|
154
|
+
],
|
|
155
|
+
"dev": true,
|
|
156
|
+
"license": "MIT",
|
|
157
|
+
"optional": true,
|
|
158
|
+
"os": [
|
|
159
|
+
"freebsd"
|
|
160
|
+
],
|
|
161
|
+
"engines": {
|
|
162
|
+
"node": ">=18"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"node_modules/@esbuild/linux-arm": {
|
|
166
|
+
"version": "0.27.4",
|
|
167
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.4.tgz",
|
|
168
|
+
"integrity": "sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==",
|
|
169
|
+
"cpu": [
|
|
170
|
+
"arm"
|
|
171
|
+
],
|
|
172
|
+
"dev": true,
|
|
173
|
+
"license": "MIT",
|
|
174
|
+
"optional": true,
|
|
175
|
+
"os": [
|
|
176
|
+
"linux"
|
|
177
|
+
],
|
|
178
|
+
"engines": {
|
|
179
|
+
"node": ">=18"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
183
|
+
"version": "0.27.4",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.4.tgz",
|
|
185
|
+
"integrity": "sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==",
|
|
186
|
+
"cpu": [
|
|
187
|
+
"arm64"
|
|
188
|
+
],
|
|
189
|
+
"dev": true,
|
|
190
|
+
"license": "MIT",
|
|
191
|
+
"optional": true,
|
|
192
|
+
"os": [
|
|
193
|
+
"linux"
|
|
194
|
+
],
|
|
195
|
+
"engines": {
|
|
196
|
+
"node": ">=18"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
200
|
+
"version": "0.27.4",
|
|
201
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.4.tgz",
|
|
202
|
+
"integrity": "sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==",
|
|
203
|
+
"cpu": [
|
|
204
|
+
"ia32"
|
|
205
|
+
],
|
|
206
|
+
"dev": true,
|
|
207
|
+
"license": "MIT",
|
|
208
|
+
"optional": true,
|
|
209
|
+
"os": [
|
|
210
|
+
"linux"
|
|
211
|
+
],
|
|
212
|
+
"engines": {
|
|
213
|
+
"node": ">=18"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
217
|
+
"version": "0.27.4",
|
|
218
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.4.tgz",
|
|
219
|
+
"integrity": "sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==",
|
|
220
|
+
"cpu": [
|
|
221
|
+
"loong64"
|
|
222
|
+
],
|
|
223
|
+
"dev": true,
|
|
224
|
+
"license": "MIT",
|
|
225
|
+
"optional": true,
|
|
226
|
+
"os": [
|
|
227
|
+
"linux"
|
|
228
|
+
],
|
|
229
|
+
"engines": {
|
|
230
|
+
"node": ">=18"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
234
|
+
"version": "0.27.4",
|
|
235
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.4.tgz",
|
|
236
|
+
"integrity": "sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==",
|
|
237
|
+
"cpu": [
|
|
238
|
+
"mips64el"
|
|
239
|
+
],
|
|
240
|
+
"dev": true,
|
|
241
|
+
"license": "MIT",
|
|
242
|
+
"optional": true,
|
|
243
|
+
"os": [
|
|
244
|
+
"linux"
|
|
245
|
+
],
|
|
246
|
+
"engines": {
|
|
247
|
+
"node": ">=18"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
251
|
+
"version": "0.27.4",
|
|
252
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.4.tgz",
|
|
253
|
+
"integrity": "sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==",
|
|
254
|
+
"cpu": [
|
|
255
|
+
"ppc64"
|
|
256
|
+
],
|
|
257
|
+
"dev": true,
|
|
258
|
+
"license": "MIT",
|
|
259
|
+
"optional": true,
|
|
260
|
+
"os": [
|
|
261
|
+
"linux"
|
|
262
|
+
],
|
|
263
|
+
"engines": {
|
|
264
|
+
"node": ">=18"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
268
|
+
"version": "0.27.4",
|
|
269
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.4.tgz",
|
|
270
|
+
"integrity": "sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==",
|
|
271
|
+
"cpu": [
|
|
272
|
+
"riscv64"
|
|
273
|
+
],
|
|
274
|
+
"dev": true,
|
|
275
|
+
"license": "MIT",
|
|
276
|
+
"optional": true,
|
|
277
|
+
"os": [
|
|
278
|
+
"linux"
|
|
279
|
+
],
|
|
280
|
+
"engines": {
|
|
281
|
+
"node": ">=18"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
285
|
+
"version": "0.27.4",
|
|
286
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.4.tgz",
|
|
287
|
+
"integrity": "sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==",
|
|
288
|
+
"cpu": [
|
|
289
|
+
"s390x"
|
|
290
|
+
],
|
|
291
|
+
"dev": true,
|
|
292
|
+
"license": "MIT",
|
|
293
|
+
"optional": true,
|
|
294
|
+
"os": [
|
|
295
|
+
"linux"
|
|
296
|
+
],
|
|
297
|
+
"engines": {
|
|
298
|
+
"node": ">=18"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"node_modules/@esbuild/linux-x64": {
|
|
302
|
+
"version": "0.27.4",
|
|
303
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.4.tgz",
|
|
304
|
+
"integrity": "sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==",
|
|
305
|
+
"cpu": [
|
|
306
|
+
"x64"
|
|
307
|
+
],
|
|
308
|
+
"dev": true,
|
|
309
|
+
"license": "MIT",
|
|
310
|
+
"optional": true,
|
|
311
|
+
"os": [
|
|
312
|
+
"linux"
|
|
313
|
+
],
|
|
314
|
+
"engines": {
|
|
315
|
+
"node": ">=18"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"node_modules/@esbuild/netbsd-arm64": {
|
|
319
|
+
"version": "0.27.4",
|
|
320
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.4.tgz",
|
|
321
|
+
"integrity": "sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==",
|
|
322
|
+
"cpu": [
|
|
323
|
+
"arm64"
|
|
324
|
+
],
|
|
325
|
+
"dev": true,
|
|
326
|
+
"license": "MIT",
|
|
327
|
+
"optional": true,
|
|
328
|
+
"os": [
|
|
329
|
+
"netbsd"
|
|
330
|
+
],
|
|
331
|
+
"engines": {
|
|
332
|
+
"node": ">=18"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
336
|
+
"version": "0.27.4",
|
|
337
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.4.tgz",
|
|
338
|
+
"integrity": "sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==",
|
|
339
|
+
"cpu": [
|
|
340
|
+
"x64"
|
|
341
|
+
],
|
|
342
|
+
"dev": true,
|
|
343
|
+
"license": "MIT",
|
|
344
|
+
"optional": true,
|
|
345
|
+
"os": [
|
|
346
|
+
"netbsd"
|
|
347
|
+
],
|
|
348
|
+
"engines": {
|
|
349
|
+
"node": ">=18"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"node_modules/@esbuild/openbsd-arm64": {
|
|
353
|
+
"version": "0.27.4",
|
|
354
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.4.tgz",
|
|
355
|
+
"integrity": "sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==",
|
|
356
|
+
"cpu": [
|
|
357
|
+
"arm64"
|
|
358
|
+
],
|
|
359
|
+
"dev": true,
|
|
360
|
+
"license": "MIT",
|
|
361
|
+
"optional": true,
|
|
362
|
+
"os": [
|
|
363
|
+
"openbsd"
|
|
364
|
+
],
|
|
365
|
+
"engines": {
|
|
366
|
+
"node": ">=18"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
370
|
+
"version": "0.27.4",
|
|
371
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.4.tgz",
|
|
372
|
+
"integrity": "sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==",
|
|
373
|
+
"cpu": [
|
|
374
|
+
"x64"
|
|
375
|
+
],
|
|
376
|
+
"dev": true,
|
|
377
|
+
"license": "MIT",
|
|
378
|
+
"optional": true,
|
|
379
|
+
"os": [
|
|
380
|
+
"openbsd"
|
|
381
|
+
],
|
|
382
|
+
"engines": {
|
|
383
|
+
"node": ">=18"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"node_modules/@esbuild/openharmony-arm64": {
|
|
387
|
+
"version": "0.27.4",
|
|
388
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.4.tgz",
|
|
389
|
+
"integrity": "sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==",
|
|
390
|
+
"cpu": [
|
|
391
|
+
"arm64"
|
|
392
|
+
],
|
|
393
|
+
"dev": true,
|
|
394
|
+
"license": "MIT",
|
|
395
|
+
"optional": true,
|
|
396
|
+
"os": [
|
|
397
|
+
"openharmony"
|
|
398
|
+
],
|
|
399
|
+
"engines": {
|
|
400
|
+
"node": ">=18"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
404
|
+
"version": "0.27.4",
|
|
405
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.4.tgz",
|
|
406
|
+
"integrity": "sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==",
|
|
407
|
+
"cpu": [
|
|
408
|
+
"x64"
|
|
409
|
+
],
|
|
410
|
+
"dev": true,
|
|
411
|
+
"license": "MIT",
|
|
412
|
+
"optional": true,
|
|
413
|
+
"os": [
|
|
414
|
+
"sunos"
|
|
415
|
+
],
|
|
416
|
+
"engines": {
|
|
417
|
+
"node": ">=18"
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
421
|
+
"version": "0.27.4",
|
|
422
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.4.tgz",
|
|
423
|
+
"integrity": "sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==",
|
|
424
|
+
"cpu": [
|
|
425
|
+
"arm64"
|
|
426
|
+
],
|
|
427
|
+
"dev": true,
|
|
428
|
+
"license": "MIT",
|
|
429
|
+
"optional": true,
|
|
430
|
+
"os": [
|
|
431
|
+
"win32"
|
|
432
|
+
],
|
|
433
|
+
"engines": {
|
|
434
|
+
"node": ">=18"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
438
|
+
"version": "0.27.4",
|
|
439
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.4.tgz",
|
|
440
|
+
"integrity": "sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==",
|
|
441
|
+
"cpu": [
|
|
442
|
+
"ia32"
|
|
443
|
+
],
|
|
444
|
+
"dev": true,
|
|
445
|
+
"license": "MIT",
|
|
446
|
+
"optional": true,
|
|
447
|
+
"os": [
|
|
448
|
+
"win32"
|
|
449
|
+
],
|
|
450
|
+
"engines": {
|
|
451
|
+
"node": ">=18"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"node_modules/@esbuild/win32-x64": {
|
|
455
|
+
"version": "0.27.4",
|
|
456
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.4.tgz",
|
|
457
|
+
"integrity": "sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==",
|
|
458
|
+
"cpu": [
|
|
459
|
+
"x64"
|
|
460
|
+
],
|
|
461
|
+
"dev": true,
|
|
462
|
+
"license": "MIT",
|
|
463
|
+
"optional": true,
|
|
464
|
+
"os": [
|
|
465
|
+
"win32"
|
|
466
|
+
],
|
|
467
|
+
"engines": {
|
|
468
|
+
"node": ">=18"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"node_modules/@inquirer/ansi": {
|
|
472
|
+
"version": "2.0.4",
|
|
473
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.4.tgz",
|
|
474
|
+
"integrity": "sha512-DpcZrQObd7S0R/U3bFdkcT5ebRwbTTC4D3tCc1vsJizmgPLxNJBo+AAFmrZwe8zk30P2QzgzGWZ3Q9uJwWuhIg==",
|
|
475
|
+
"license": "MIT",
|
|
476
|
+
"engines": {
|
|
477
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"node_modules/@inquirer/checkbox": {
|
|
481
|
+
"version": "5.1.2",
|
|
482
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-5.1.2.tgz",
|
|
483
|
+
"integrity": "sha512-PubpMPO2nJgMufkoB3P2wwxNXEMUXnBIKi/ACzDUYfaoPuM7gSTmuxJeMscoLVEsR4qqrCMf5p0SiYGWnVJ8kw==",
|
|
484
|
+
"license": "MIT",
|
|
485
|
+
"dependencies": {
|
|
486
|
+
"@inquirer/ansi": "^2.0.4",
|
|
487
|
+
"@inquirer/core": "^11.1.7",
|
|
488
|
+
"@inquirer/figures": "^2.0.4",
|
|
489
|
+
"@inquirer/type": "^4.0.4"
|
|
490
|
+
},
|
|
491
|
+
"engines": {
|
|
492
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
493
|
+
},
|
|
494
|
+
"peerDependencies": {
|
|
495
|
+
"@types/node": ">=18"
|
|
496
|
+
},
|
|
497
|
+
"peerDependenciesMeta": {
|
|
498
|
+
"@types/node": {
|
|
499
|
+
"optional": true
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"node_modules/@inquirer/confirm": {
|
|
504
|
+
"version": "6.0.10",
|
|
505
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.10.tgz",
|
|
506
|
+
"integrity": "sha512-tiNyA73pgpQ0FQ7axqtoLUe4GDYjNCDcVsbgcA5anvwg2z6i+suEngLKKJrWKJolT//GFPZHwN30binDIHgSgQ==",
|
|
507
|
+
"license": "MIT",
|
|
508
|
+
"dependencies": {
|
|
509
|
+
"@inquirer/core": "^11.1.7",
|
|
510
|
+
"@inquirer/type": "^4.0.4"
|
|
511
|
+
},
|
|
512
|
+
"engines": {
|
|
513
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
514
|
+
},
|
|
515
|
+
"peerDependencies": {
|
|
516
|
+
"@types/node": ">=18"
|
|
517
|
+
},
|
|
518
|
+
"peerDependenciesMeta": {
|
|
519
|
+
"@types/node": {
|
|
520
|
+
"optional": true
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"node_modules/@inquirer/core": {
|
|
525
|
+
"version": "11.1.7",
|
|
526
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.7.tgz",
|
|
527
|
+
"integrity": "sha512-1BiBNDk9btIwYIzNZpkikIHXWeNzNncJePPqwDyVMhXhD1ebqbpn1mKGctpoqAbzywZfdG0O4tvmsGIcOevAPQ==",
|
|
528
|
+
"license": "MIT",
|
|
529
|
+
"dependencies": {
|
|
530
|
+
"@inquirer/ansi": "^2.0.4",
|
|
531
|
+
"@inquirer/figures": "^2.0.4",
|
|
532
|
+
"@inquirer/type": "^4.0.4",
|
|
533
|
+
"cli-width": "^4.1.0",
|
|
534
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
535
|
+
"mute-stream": "^3.0.0",
|
|
536
|
+
"signal-exit": "^4.1.0"
|
|
537
|
+
},
|
|
538
|
+
"engines": {
|
|
539
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
540
|
+
},
|
|
541
|
+
"peerDependencies": {
|
|
542
|
+
"@types/node": ">=18"
|
|
543
|
+
},
|
|
544
|
+
"peerDependenciesMeta": {
|
|
545
|
+
"@types/node": {
|
|
546
|
+
"optional": true
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
"node_modules/@inquirer/editor": {
|
|
551
|
+
"version": "5.0.10",
|
|
552
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-5.0.10.tgz",
|
|
553
|
+
"integrity": "sha512-VJx4XyaKea7t8hEApTw5dxeIyMtWXre2OiyJcICCRZI4hkoHsMoCnl/KbUnJJExLbH9csLLHMVR144ZhFE1CwA==",
|
|
554
|
+
"license": "MIT",
|
|
555
|
+
"dependencies": {
|
|
556
|
+
"@inquirer/core": "^11.1.7",
|
|
557
|
+
"@inquirer/external-editor": "^2.0.4",
|
|
558
|
+
"@inquirer/type": "^4.0.4"
|
|
559
|
+
},
|
|
560
|
+
"engines": {
|
|
561
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
562
|
+
},
|
|
563
|
+
"peerDependencies": {
|
|
564
|
+
"@types/node": ">=18"
|
|
565
|
+
},
|
|
566
|
+
"peerDependenciesMeta": {
|
|
567
|
+
"@types/node": {
|
|
568
|
+
"optional": true
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"node_modules/@inquirer/expand": {
|
|
573
|
+
"version": "5.0.10",
|
|
574
|
+
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-5.0.10.tgz",
|
|
575
|
+
"integrity": "sha512-fC0UHJPXsTRvY2fObiwuQYaAnHrp3aDqfwKUJSdfpgv18QUG054ezGbaRNStk/BKD5IPijeMKWej8VV8O5Q/eQ==",
|
|
576
|
+
"license": "MIT",
|
|
577
|
+
"dependencies": {
|
|
578
|
+
"@inquirer/core": "^11.1.7",
|
|
579
|
+
"@inquirer/type": "^4.0.4"
|
|
580
|
+
},
|
|
581
|
+
"engines": {
|
|
582
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
583
|
+
},
|
|
584
|
+
"peerDependencies": {
|
|
585
|
+
"@types/node": ">=18"
|
|
586
|
+
},
|
|
587
|
+
"peerDependenciesMeta": {
|
|
588
|
+
"@types/node": {
|
|
589
|
+
"optional": true
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"node_modules/@inquirer/external-editor": {
|
|
594
|
+
"version": "2.0.4",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-2.0.4.tgz",
|
|
596
|
+
"integrity": "sha512-Prenuv9C1PHj2Itx0BcAOVBTonz02Hc2Nd2DbU67PdGUaqn0nPCnV34oDyyoaZHnmfRxkpuhh/u51ThkrO+RdA==",
|
|
597
|
+
"license": "MIT",
|
|
598
|
+
"dependencies": {
|
|
599
|
+
"chardet": "^2.1.1",
|
|
600
|
+
"iconv-lite": "^0.7.2"
|
|
601
|
+
},
|
|
602
|
+
"engines": {
|
|
603
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
604
|
+
},
|
|
605
|
+
"peerDependencies": {
|
|
606
|
+
"@types/node": ">=18"
|
|
607
|
+
},
|
|
608
|
+
"peerDependenciesMeta": {
|
|
609
|
+
"@types/node": {
|
|
610
|
+
"optional": true
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"node_modules/@inquirer/figures": {
|
|
615
|
+
"version": "2.0.4",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.4.tgz",
|
|
617
|
+
"integrity": "sha512-eLBsjlS7rPS3WEhmOmh1znQ5IsQrxWzxWDxO51e4urv+iVrSnIHbq4zqJIOiyNdYLa+BVjwOtdetcQx1lWPpiQ==",
|
|
618
|
+
"license": "MIT",
|
|
619
|
+
"engines": {
|
|
620
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"node_modules/@inquirer/input": {
|
|
624
|
+
"version": "5.0.10",
|
|
625
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-5.0.10.tgz",
|
|
626
|
+
"integrity": "sha512-nvZ6qEVeX/zVtZ1dY2hTGDQpVGD3R7MYPLODPgKO8Y+RAqxkrP3i/3NwF3fZpLdaMiNuK0z2NaYIx9tPwiSegQ==",
|
|
627
|
+
"license": "MIT",
|
|
628
|
+
"dependencies": {
|
|
629
|
+
"@inquirer/core": "^11.1.7",
|
|
630
|
+
"@inquirer/type": "^4.0.4"
|
|
631
|
+
},
|
|
632
|
+
"engines": {
|
|
633
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
634
|
+
},
|
|
635
|
+
"peerDependencies": {
|
|
636
|
+
"@types/node": ">=18"
|
|
637
|
+
},
|
|
638
|
+
"peerDependenciesMeta": {
|
|
639
|
+
"@types/node": {
|
|
640
|
+
"optional": true
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"node_modules/@inquirer/number": {
|
|
645
|
+
"version": "4.0.10",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-4.0.10.tgz",
|
|
647
|
+
"integrity": "sha512-Ht8OQstxiS3APMGjHV0aYAjRAysidWdwurWEo2i8yI5xbhOBWqizT0+MU1S2GCcuhIBg+3SgWVjEoXgfhY+XaA==",
|
|
648
|
+
"license": "MIT",
|
|
649
|
+
"dependencies": {
|
|
650
|
+
"@inquirer/core": "^11.1.7",
|
|
651
|
+
"@inquirer/type": "^4.0.4"
|
|
652
|
+
},
|
|
653
|
+
"engines": {
|
|
654
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
655
|
+
},
|
|
656
|
+
"peerDependencies": {
|
|
657
|
+
"@types/node": ">=18"
|
|
658
|
+
},
|
|
659
|
+
"peerDependenciesMeta": {
|
|
660
|
+
"@types/node": {
|
|
661
|
+
"optional": true
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
"node_modules/@inquirer/password": {
|
|
666
|
+
"version": "5.0.10",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.0.10.tgz",
|
|
668
|
+
"integrity": "sha512-QbNyvIE8q2GTqKLYSsA8ATG+eETo+m31DSR0+AU7x3d2FhaTWzqQek80dj3JGTo743kQc6mhBR0erMjYw5jQ0A==",
|
|
669
|
+
"license": "MIT",
|
|
670
|
+
"dependencies": {
|
|
671
|
+
"@inquirer/ansi": "^2.0.4",
|
|
672
|
+
"@inquirer/core": "^11.1.7",
|
|
673
|
+
"@inquirer/type": "^4.0.4"
|
|
674
|
+
},
|
|
675
|
+
"engines": {
|
|
676
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
677
|
+
},
|
|
678
|
+
"peerDependencies": {
|
|
679
|
+
"@types/node": ">=18"
|
|
680
|
+
},
|
|
681
|
+
"peerDependenciesMeta": {
|
|
682
|
+
"@types/node": {
|
|
683
|
+
"optional": true
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"node_modules/@inquirer/prompts": {
|
|
688
|
+
"version": "8.3.2",
|
|
689
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-8.3.2.tgz",
|
|
690
|
+
"integrity": "sha512-yFroiSj2iiBFlm59amdTvAcQFvWS6ph5oKESls/uqPBect7rTU2GbjyZO2DqxMGuIwVA8z0P4K6ViPcd/cp+0w==",
|
|
691
|
+
"license": "MIT",
|
|
692
|
+
"dependencies": {
|
|
693
|
+
"@inquirer/checkbox": "^5.1.2",
|
|
694
|
+
"@inquirer/confirm": "^6.0.10",
|
|
695
|
+
"@inquirer/editor": "^5.0.10",
|
|
696
|
+
"@inquirer/expand": "^5.0.10",
|
|
697
|
+
"@inquirer/input": "^5.0.10",
|
|
698
|
+
"@inquirer/number": "^4.0.10",
|
|
699
|
+
"@inquirer/password": "^5.0.10",
|
|
700
|
+
"@inquirer/rawlist": "^5.2.6",
|
|
701
|
+
"@inquirer/search": "^4.1.6",
|
|
702
|
+
"@inquirer/select": "^5.1.2"
|
|
703
|
+
},
|
|
704
|
+
"engines": {
|
|
705
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
706
|
+
},
|
|
707
|
+
"peerDependencies": {
|
|
708
|
+
"@types/node": ">=18"
|
|
709
|
+
},
|
|
710
|
+
"peerDependenciesMeta": {
|
|
711
|
+
"@types/node": {
|
|
712
|
+
"optional": true
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"node_modules/@inquirer/rawlist": {
|
|
717
|
+
"version": "5.2.6",
|
|
718
|
+
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-5.2.6.tgz",
|
|
719
|
+
"integrity": "sha512-jfw0MLJ5TilNsa9zlJ6nmRM0ZFVZhhTICt4/6CU2Dv1ndY7l3sqqo1gIYZyMMDw0LvE1u1nzJNisfHEhJIxq5w==",
|
|
720
|
+
"license": "MIT",
|
|
721
|
+
"dependencies": {
|
|
722
|
+
"@inquirer/core": "^11.1.7",
|
|
723
|
+
"@inquirer/type": "^4.0.4"
|
|
724
|
+
},
|
|
725
|
+
"engines": {
|
|
726
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
727
|
+
},
|
|
728
|
+
"peerDependencies": {
|
|
729
|
+
"@types/node": ">=18"
|
|
730
|
+
},
|
|
731
|
+
"peerDependenciesMeta": {
|
|
732
|
+
"@types/node": {
|
|
733
|
+
"optional": true
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"node_modules/@inquirer/search": {
|
|
738
|
+
"version": "4.1.6",
|
|
739
|
+
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-4.1.6.tgz",
|
|
740
|
+
"integrity": "sha512-3/6kTRae98hhDevENScy7cdFEuURnSpM3JbBNg8yfXLw88HgTOl+neUuy/l9W0No5NzGsLVydhBzTIxZP7yChQ==",
|
|
741
|
+
"license": "MIT",
|
|
742
|
+
"dependencies": {
|
|
743
|
+
"@inquirer/core": "^11.1.7",
|
|
744
|
+
"@inquirer/figures": "^2.0.4",
|
|
745
|
+
"@inquirer/type": "^4.0.4"
|
|
746
|
+
},
|
|
747
|
+
"engines": {
|
|
748
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
749
|
+
},
|
|
750
|
+
"peerDependencies": {
|
|
751
|
+
"@types/node": ">=18"
|
|
752
|
+
},
|
|
753
|
+
"peerDependenciesMeta": {
|
|
754
|
+
"@types/node": {
|
|
755
|
+
"optional": true
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"node_modules/@inquirer/select": {
|
|
760
|
+
"version": "5.1.2",
|
|
761
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-5.1.2.tgz",
|
|
762
|
+
"integrity": "sha512-kTK8YIkHV+f02y7bWCh7E0u2/11lul5WepVTclr3UMBtBr05PgcZNWfMa7FY57ihpQFQH/spLMHTcr0rXy50tA==",
|
|
763
|
+
"license": "MIT",
|
|
764
|
+
"dependencies": {
|
|
765
|
+
"@inquirer/ansi": "^2.0.4",
|
|
766
|
+
"@inquirer/core": "^11.1.7",
|
|
767
|
+
"@inquirer/figures": "^2.0.4",
|
|
768
|
+
"@inquirer/type": "^4.0.4"
|
|
769
|
+
},
|
|
770
|
+
"engines": {
|
|
771
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
772
|
+
},
|
|
773
|
+
"peerDependencies": {
|
|
774
|
+
"@types/node": ">=18"
|
|
775
|
+
},
|
|
776
|
+
"peerDependenciesMeta": {
|
|
777
|
+
"@types/node": {
|
|
778
|
+
"optional": true
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"node_modules/@inquirer/type": {
|
|
783
|
+
"version": "4.0.4",
|
|
784
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.4.tgz",
|
|
785
|
+
"integrity": "sha512-PamArxO3cFJZoOzspzo6cxVlLeIftyBsZw/S9bKY5DzxqJVZgjoj1oP8d0rskKtp7sZxBycsoer1g6UeJV1BBA==",
|
|
786
|
+
"license": "MIT",
|
|
787
|
+
"engines": {
|
|
788
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
789
|
+
},
|
|
790
|
+
"peerDependencies": {
|
|
791
|
+
"@types/node": ">=18"
|
|
792
|
+
},
|
|
793
|
+
"peerDependenciesMeta": {
|
|
794
|
+
"@types/node": {
|
|
795
|
+
"optional": true
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
800
|
+
"version": "0.3.13",
|
|
801
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
802
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
803
|
+
"dev": true,
|
|
804
|
+
"license": "MIT",
|
|
805
|
+
"dependencies": {
|
|
806
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
807
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
811
|
+
"version": "3.1.2",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
813
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
814
|
+
"dev": true,
|
|
815
|
+
"license": "MIT",
|
|
816
|
+
"engines": {
|
|
817
|
+
"node": ">=6.0.0"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
821
|
+
"version": "1.5.5",
|
|
822
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
823
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
824
|
+
"dev": true,
|
|
825
|
+
"license": "MIT"
|
|
826
|
+
},
|
|
827
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
828
|
+
"version": "0.3.31",
|
|
829
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
830
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
831
|
+
"dev": true,
|
|
832
|
+
"license": "MIT",
|
|
833
|
+
"dependencies": {
|
|
834
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
835
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
839
|
+
"version": "4.59.0",
|
|
840
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
|
|
841
|
+
"integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
|
|
842
|
+
"cpu": [
|
|
843
|
+
"arm"
|
|
844
|
+
],
|
|
845
|
+
"dev": true,
|
|
846
|
+
"license": "MIT",
|
|
847
|
+
"optional": true,
|
|
848
|
+
"os": [
|
|
849
|
+
"android"
|
|
850
|
+
]
|
|
851
|
+
},
|
|
852
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
853
|
+
"version": "4.59.0",
|
|
854
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
|
|
855
|
+
"integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
|
|
856
|
+
"cpu": [
|
|
857
|
+
"arm64"
|
|
858
|
+
],
|
|
859
|
+
"dev": true,
|
|
860
|
+
"license": "MIT",
|
|
861
|
+
"optional": true,
|
|
862
|
+
"os": [
|
|
863
|
+
"android"
|
|
864
|
+
]
|
|
865
|
+
},
|
|
866
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
867
|
+
"version": "4.59.0",
|
|
868
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
|
|
869
|
+
"integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
|
|
870
|
+
"cpu": [
|
|
871
|
+
"arm64"
|
|
872
|
+
],
|
|
873
|
+
"dev": true,
|
|
874
|
+
"license": "MIT",
|
|
875
|
+
"optional": true,
|
|
876
|
+
"os": [
|
|
877
|
+
"darwin"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
881
|
+
"version": "4.59.0",
|
|
882
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
|
|
883
|
+
"integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
|
|
884
|
+
"cpu": [
|
|
885
|
+
"x64"
|
|
886
|
+
],
|
|
887
|
+
"dev": true,
|
|
888
|
+
"license": "MIT",
|
|
889
|
+
"optional": true,
|
|
890
|
+
"os": [
|
|
891
|
+
"darwin"
|
|
892
|
+
]
|
|
893
|
+
},
|
|
894
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
895
|
+
"version": "4.59.0",
|
|
896
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
|
|
897
|
+
"integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
|
|
898
|
+
"cpu": [
|
|
899
|
+
"arm64"
|
|
900
|
+
],
|
|
901
|
+
"dev": true,
|
|
902
|
+
"license": "MIT",
|
|
903
|
+
"optional": true,
|
|
904
|
+
"os": [
|
|
905
|
+
"freebsd"
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
909
|
+
"version": "4.59.0",
|
|
910
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
|
|
911
|
+
"integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
|
|
912
|
+
"cpu": [
|
|
913
|
+
"x64"
|
|
914
|
+
],
|
|
915
|
+
"dev": true,
|
|
916
|
+
"license": "MIT",
|
|
917
|
+
"optional": true,
|
|
918
|
+
"os": [
|
|
919
|
+
"freebsd"
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
923
|
+
"version": "4.59.0",
|
|
924
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
|
|
925
|
+
"integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
|
|
926
|
+
"cpu": [
|
|
927
|
+
"arm"
|
|
928
|
+
],
|
|
929
|
+
"dev": true,
|
|
930
|
+
"license": "MIT",
|
|
931
|
+
"optional": true,
|
|
932
|
+
"os": [
|
|
933
|
+
"linux"
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
937
|
+
"version": "4.59.0",
|
|
938
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
|
|
939
|
+
"integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
|
|
940
|
+
"cpu": [
|
|
941
|
+
"arm"
|
|
942
|
+
],
|
|
943
|
+
"dev": true,
|
|
944
|
+
"license": "MIT",
|
|
945
|
+
"optional": true,
|
|
946
|
+
"os": [
|
|
947
|
+
"linux"
|
|
948
|
+
]
|
|
949
|
+
},
|
|
950
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
951
|
+
"version": "4.59.0",
|
|
952
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
|
|
953
|
+
"integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
|
|
954
|
+
"cpu": [
|
|
955
|
+
"arm64"
|
|
956
|
+
],
|
|
957
|
+
"dev": true,
|
|
958
|
+
"license": "MIT",
|
|
959
|
+
"optional": true,
|
|
960
|
+
"os": [
|
|
961
|
+
"linux"
|
|
962
|
+
]
|
|
963
|
+
},
|
|
964
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
965
|
+
"version": "4.59.0",
|
|
966
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
|
|
967
|
+
"integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
|
|
968
|
+
"cpu": [
|
|
969
|
+
"arm64"
|
|
970
|
+
],
|
|
971
|
+
"dev": true,
|
|
972
|
+
"license": "MIT",
|
|
973
|
+
"optional": true,
|
|
974
|
+
"os": [
|
|
975
|
+
"linux"
|
|
976
|
+
]
|
|
977
|
+
},
|
|
978
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
979
|
+
"version": "4.59.0",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
|
|
981
|
+
"integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
|
|
982
|
+
"cpu": [
|
|
983
|
+
"loong64"
|
|
984
|
+
],
|
|
985
|
+
"dev": true,
|
|
986
|
+
"license": "MIT",
|
|
987
|
+
"optional": true,
|
|
988
|
+
"os": [
|
|
989
|
+
"linux"
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
993
|
+
"version": "4.59.0",
|
|
994
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
|
|
995
|
+
"integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
|
|
996
|
+
"cpu": [
|
|
997
|
+
"loong64"
|
|
998
|
+
],
|
|
999
|
+
"dev": true,
|
|
1000
|
+
"license": "MIT",
|
|
1001
|
+
"optional": true,
|
|
1002
|
+
"os": [
|
|
1003
|
+
"linux"
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1007
|
+
"version": "4.59.0",
|
|
1008
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
|
|
1009
|
+
"integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
|
|
1010
|
+
"cpu": [
|
|
1011
|
+
"ppc64"
|
|
1012
|
+
],
|
|
1013
|
+
"dev": true,
|
|
1014
|
+
"license": "MIT",
|
|
1015
|
+
"optional": true,
|
|
1016
|
+
"os": [
|
|
1017
|
+
"linux"
|
|
1018
|
+
]
|
|
1019
|
+
},
|
|
1020
|
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
1021
|
+
"version": "4.59.0",
|
|
1022
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
|
|
1023
|
+
"integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
|
|
1024
|
+
"cpu": [
|
|
1025
|
+
"ppc64"
|
|
1026
|
+
],
|
|
1027
|
+
"dev": true,
|
|
1028
|
+
"license": "MIT",
|
|
1029
|
+
"optional": true,
|
|
1030
|
+
"os": [
|
|
1031
|
+
"linux"
|
|
1032
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1035
|
+
"version": "4.59.0",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
|
|
1037
|
+
"integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
|
|
1038
|
+
"cpu": [
|
|
1039
|
+
"riscv64"
|
|
1040
|
+
],
|
|
1041
|
+
"dev": true,
|
|
1042
|
+
"license": "MIT",
|
|
1043
|
+
"optional": true,
|
|
1044
|
+
"os": [
|
|
1045
|
+
"linux"
|
|
1046
|
+
]
|
|
1047
|
+
},
|
|
1048
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1049
|
+
"version": "4.59.0",
|
|
1050
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
|
|
1051
|
+
"integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
|
|
1052
|
+
"cpu": [
|
|
1053
|
+
"riscv64"
|
|
1054
|
+
],
|
|
1055
|
+
"dev": true,
|
|
1056
|
+
"license": "MIT",
|
|
1057
|
+
"optional": true,
|
|
1058
|
+
"os": [
|
|
1059
|
+
"linux"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1063
|
+
"version": "4.59.0",
|
|
1064
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
|
|
1065
|
+
"integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
|
|
1066
|
+
"cpu": [
|
|
1067
|
+
"s390x"
|
|
1068
|
+
],
|
|
1069
|
+
"dev": true,
|
|
1070
|
+
"license": "MIT",
|
|
1071
|
+
"optional": true,
|
|
1072
|
+
"os": [
|
|
1073
|
+
"linux"
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1077
|
+
"version": "4.59.0",
|
|
1078
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
|
|
1079
|
+
"integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
|
|
1080
|
+
"cpu": [
|
|
1081
|
+
"x64"
|
|
1082
|
+
],
|
|
1083
|
+
"dev": true,
|
|
1084
|
+
"license": "MIT",
|
|
1085
|
+
"optional": true,
|
|
1086
|
+
"os": [
|
|
1087
|
+
"linux"
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1091
|
+
"version": "4.59.0",
|
|
1092
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
|
|
1093
|
+
"integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
|
|
1094
|
+
"cpu": [
|
|
1095
|
+
"x64"
|
|
1096
|
+
],
|
|
1097
|
+
"dev": true,
|
|
1098
|
+
"license": "MIT",
|
|
1099
|
+
"optional": true,
|
|
1100
|
+
"os": [
|
|
1101
|
+
"linux"
|
|
1102
|
+
]
|
|
1103
|
+
},
|
|
1104
|
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1105
|
+
"version": "4.59.0",
|
|
1106
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
|
|
1107
|
+
"integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
|
|
1108
|
+
"cpu": [
|
|
1109
|
+
"x64"
|
|
1110
|
+
],
|
|
1111
|
+
"dev": true,
|
|
1112
|
+
"license": "MIT",
|
|
1113
|
+
"optional": true,
|
|
1114
|
+
"os": [
|
|
1115
|
+
"openbsd"
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1119
|
+
"version": "4.59.0",
|
|
1120
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
|
|
1121
|
+
"integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
|
|
1122
|
+
"cpu": [
|
|
1123
|
+
"arm64"
|
|
1124
|
+
],
|
|
1125
|
+
"dev": true,
|
|
1126
|
+
"license": "MIT",
|
|
1127
|
+
"optional": true,
|
|
1128
|
+
"os": [
|
|
1129
|
+
"openharmony"
|
|
1130
|
+
]
|
|
1131
|
+
},
|
|
1132
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1133
|
+
"version": "4.59.0",
|
|
1134
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
|
|
1135
|
+
"integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
|
|
1136
|
+
"cpu": [
|
|
1137
|
+
"arm64"
|
|
1138
|
+
],
|
|
1139
|
+
"dev": true,
|
|
1140
|
+
"license": "MIT",
|
|
1141
|
+
"optional": true,
|
|
1142
|
+
"os": [
|
|
1143
|
+
"win32"
|
|
1144
|
+
]
|
|
1145
|
+
},
|
|
1146
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1147
|
+
"version": "4.59.0",
|
|
1148
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
|
|
1149
|
+
"integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
|
|
1150
|
+
"cpu": [
|
|
1151
|
+
"ia32"
|
|
1152
|
+
],
|
|
1153
|
+
"dev": true,
|
|
1154
|
+
"license": "MIT",
|
|
1155
|
+
"optional": true,
|
|
1156
|
+
"os": [
|
|
1157
|
+
"win32"
|
|
1158
|
+
]
|
|
1159
|
+
},
|
|
1160
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1161
|
+
"version": "4.59.0",
|
|
1162
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
|
|
1163
|
+
"integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
|
|
1164
|
+
"cpu": [
|
|
1165
|
+
"x64"
|
|
1166
|
+
],
|
|
1167
|
+
"dev": true,
|
|
1168
|
+
"license": "MIT",
|
|
1169
|
+
"optional": true,
|
|
1170
|
+
"os": [
|
|
1171
|
+
"win32"
|
|
1172
|
+
]
|
|
1173
|
+
},
|
|
1174
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1175
|
+
"version": "4.59.0",
|
|
1176
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
|
|
1177
|
+
"integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
|
|
1178
|
+
"cpu": [
|
|
1179
|
+
"x64"
|
|
1180
|
+
],
|
|
1181
|
+
"dev": true,
|
|
1182
|
+
"license": "MIT",
|
|
1183
|
+
"optional": true,
|
|
1184
|
+
"os": [
|
|
1185
|
+
"win32"
|
|
1186
|
+
]
|
|
1187
|
+
},
|
|
1188
|
+
"node_modules/@types/estree": {
|
|
1189
|
+
"version": "1.0.8",
|
|
1190
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
1191
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
1192
|
+
"dev": true,
|
|
1193
|
+
"license": "MIT"
|
|
1194
|
+
},
|
|
1195
|
+
"node_modules/@types/node": {
|
|
1196
|
+
"version": "20.19.37",
|
|
1197
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.37.tgz",
|
|
1198
|
+
"integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==",
|
|
1199
|
+
"devOptional": true,
|
|
1200
|
+
"license": "MIT",
|
|
1201
|
+
"peer": true,
|
|
1202
|
+
"dependencies": {
|
|
1203
|
+
"undici-types": "~6.21.0"
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"node_modules/acorn": {
|
|
1207
|
+
"version": "8.16.0",
|
|
1208
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
1209
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
1210
|
+
"dev": true,
|
|
1211
|
+
"license": "MIT",
|
|
1212
|
+
"bin": {
|
|
1213
|
+
"acorn": "bin/acorn"
|
|
1214
|
+
},
|
|
1215
|
+
"engines": {
|
|
1216
|
+
"node": ">=0.4.0"
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
"node_modules/ansi-regex": {
|
|
1220
|
+
"version": "6.2.2",
|
|
1221
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
1222
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
1223
|
+
"license": "MIT",
|
|
1224
|
+
"engines": {
|
|
1225
|
+
"node": ">=12"
|
|
1226
|
+
},
|
|
1227
|
+
"funding": {
|
|
1228
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"node_modules/any-promise": {
|
|
1232
|
+
"version": "1.3.0",
|
|
1233
|
+
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
|
|
1234
|
+
"integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
|
|
1235
|
+
"dev": true,
|
|
1236
|
+
"license": "MIT"
|
|
1237
|
+
},
|
|
1238
|
+
"node_modules/bundle-require": {
|
|
1239
|
+
"version": "5.1.0",
|
|
1240
|
+
"resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-5.1.0.tgz",
|
|
1241
|
+
"integrity": "sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==",
|
|
1242
|
+
"dev": true,
|
|
1243
|
+
"license": "MIT",
|
|
1244
|
+
"dependencies": {
|
|
1245
|
+
"load-tsconfig": "^0.2.3"
|
|
1246
|
+
},
|
|
1247
|
+
"engines": {
|
|
1248
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1249
|
+
},
|
|
1250
|
+
"peerDependencies": {
|
|
1251
|
+
"esbuild": ">=0.18"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"node_modules/cac": {
|
|
1255
|
+
"version": "6.7.14",
|
|
1256
|
+
"resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
|
|
1257
|
+
"integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
|
|
1258
|
+
"dev": true,
|
|
1259
|
+
"license": "MIT",
|
|
1260
|
+
"engines": {
|
|
1261
|
+
"node": ">=8"
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
"node_modules/chalk": {
|
|
1265
|
+
"version": "5.6.2",
|
|
1266
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
1267
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
1268
|
+
"license": "MIT",
|
|
1269
|
+
"engines": {
|
|
1270
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
1271
|
+
},
|
|
1272
|
+
"funding": {
|
|
1273
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
"node_modules/chardet": {
|
|
1277
|
+
"version": "2.1.1",
|
|
1278
|
+
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz",
|
|
1279
|
+
"integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
|
|
1280
|
+
"license": "MIT"
|
|
1281
|
+
},
|
|
1282
|
+
"node_modules/chokidar": {
|
|
1283
|
+
"version": "4.0.3",
|
|
1284
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
|
|
1285
|
+
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
|
|
1286
|
+
"dev": true,
|
|
1287
|
+
"license": "MIT",
|
|
1288
|
+
"dependencies": {
|
|
1289
|
+
"readdirp": "^4.0.1"
|
|
1290
|
+
},
|
|
1291
|
+
"engines": {
|
|
1292
|
+
"node": ">= 14.16.0"
|
|
1293
|
+
},
|
|
1294
|
+
"funding": {
|
|
1295
|
+
"url": "https://paulmillr.com/funding/"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"node_modules/cli-cursor": {
|
|
1299
|
+
"version": "5.0.0",
|
|
1300
|
+
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
|
1301
|
+
"integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
|
|
1302
|
+
"license": "MIT",
|
|
1303
|
+
"dependencies": {
|
|
1304
|
+
"restore-cursor": "^5.0.0"
|
|
1305
|
+
},
|
|
1306
|
+
"engines": {
|
|
1307
|
+
"node": ">=18"
|
|
1308
|
+
},
|
|
1309
|
+
"funding": {
|
|
1310
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
"node_modules/cli-spinners": {
|
|
1314
|
+
"version": "2.9.2",
|
|
1315
|
+
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
|
|
1316
|
+
"integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
|
|
1317
|
+
"license": "MIT",
|
|
1318
|
+
"engines": {
|
|
1319
|
+
"node": ">=6"
|
|
1320
|
+
},
|
|
1321
|
+
"funding": {
|
|
1322
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
"node_modules/cli-width": {
|
|
1326
|
+
"version": "4.1.0",
|
|
1327
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
1328
|
+
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
1329
|
+
"license": "ISC",
|
|
1330
|
+
"engines": {
|
|
1331
|
+
"node": ">= 12"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"node_modules/commander": {
|
|
1335
|
+
"version": "12.1.0",
|
|
1336
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
|
|
1337
|
+
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
|
|
1338
|
+
"license": "MIT",
|
|
1339
|
+
"engines": {
|
|
1340
|
+
"node": ">=18"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
"node_modules/confbox": {
|
|
1344
|
+
"version": "0.1.8",
|
|
1345
|
+
"resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
|
|
1346
|
+
"integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
|
|
1347
|
+
"dev": true,
|
|
1348
|
+
"license": "MIT"
|
|
1349
|
+
},
|
|
1350
|
+
"node_modules/consola": {
|
|
1351
|
+
"version": "3.4.2",
|
|
1352
|
+
"resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
|
|
1353
|
+
"integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
|
|
1354
|
+
"dev": true,
|
|
1355
|
+
"license": "MIT",
|
|
1356
|
+
"engines": {
|
|
1357
|
+
"node": "^14.18.0 || >=16.10.0"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"node_modules/debug": {
|
|
1361
|
+
"version": "4.4.3",
|
|
1362
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1363
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1364
|
+
"dev": true,
|
|
1365
|
+
"license": "MIT",
|
|
1366
|
+
"dependencies": {
|
|
1367
|
+
"ms": "^2.1.3"
|
|
1368
|
+
},
|
|
1369
|
+
"engines": {
|
|
1370
|
+
"node": ">=6.0"
|
|
1371
|
+
},
|
|
1372
|
+
"peerDependenciesMeta": {
|
|
1373
|
+
"supports-color": {
|
|
1374
|
+
"optional": true
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
"node_modules/emoji-regex": {
|
|
1379
|
+
"version": "10.6.0",
|
|
1380
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
1381
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
1382
|
+
"license": "MIT"
|
|
1383
|
+
},
|
|
1384
|
+
"node_modules/esbuild": {
|
|
1385
|
+
"version": "0.27.4",
|
|
1386
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.4.tgz",
|
|
1387
|
+
"integrity": "sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==",
|
|
1388
|
+
"dev": true,
|
|
1389
|
+
"hasInstallScript": true,
|
|
1390
|
+
"license": "MIT",
|
|
1391
|
+
"peer": true,
|
|
1392
|
+
"bin": {
|
|
1393
|
+
"esbuild": "bin/esbuild"
|
|
1394
|
+
},
|
|
1395
|
+
"engines": {
|
|
1396
|
+
"node": ">=18"
|
|
1397
|
+
},
|
|
1398
|
+
"optionalDependencies": {
|
|
1399
|
+
"@esbuild/aix-ppc64": "0.27.4",
|
|
1400
|
+
"@esbuild/android-arm": "0.27.4",
|
|
1401
|
+
"@esbuild/android-arm64": "0.27.4",
|
|
1402
|
+
"@esbuild/android-x64": "0.27.4",
|
|
1403
|
+
"@esbuild/darwin-arm64": "0.27.4",
|
|
1404
|
+
"@esbuild/darwin-x64": "0.27.4",
|
|
1405
|
+
"@esbuild/freebsd-arm64": "0.27.4",
|
|
1406
|
+
"@esbuild/freebsd-x64": "0.27.4",
|
|
1407
|
+
"@esbuild/linux-arm": "0.27.4",
|
|
1408
|
+
"@esbuild/linux-arm64": "0.27.4",
|
|
1409
|
+
"@esbuild/linux-ia32": "0.27.4",
|
|
1410
|
+
"@esbuild/linux-loong64": "0.27.4",
|
|
1411
|
+
"@esbuild/linux-mips64el": "0.27.4",
|
|
1412
|
+
"@esbuild/linux-ppc64": "0.27.4",
|
|
1413
|
+
"@esbuild/linux-riscv64": "0.27.4",
|
|
1414
|
+
"@esbuild/linux-s390x": "0.27.4",
|
|
1415
|
+
"@esbuild/linux-x64": "0.27.4",
|
|
1416
|
+
"@esbuild/netbsd-arm64": "0.27.4",
|
|
1417
|
+
"@esbuild/netbsd-x64": "0.27.4",
|
|
1418
|
+
"@esbuild/openbsd-arm64": "0.27.4",
|
|
1419
|
+
"@esbuild/openbsd-x64": "0.27.4",
|
|
1420
|
+
"@esbuild/openharmony-arm64": "0.27.4",
|
|
1421
|
+
"@esbuild/sunos-x64": "0.27.4",
|
|
1422
|
+
"@esbuild/win32-arm64": "0.27.4",
|
|
1423
|
+
"@esbuild/win32-ia32": "0.27.4",
|
|
1424
|
+
"@esbuild/win32-x64": "0.27.4"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
"node_modules/fast-string-truncated-width": {
|
|
1428
|
+
"version": "3.0.3",
|
|
1429
|
+
"resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
|
|
1430
|
+
"integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
|
|
1431
|
+
"license": "MIT"
|
|
1432
|
+
},
|
|
1433
|
+
"node_modules/fast-string-width": {
|
|
1434
|
+
"version": "3.0.2",
|
|
1435
|
+
"resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
|
|
1436
|
+
"integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
|
|
1437
|
+
"license": "MIT",
|
|
1438
|
+
"dependencies": {
|
|
1439
|
+
"fast-string-truncated-width": "^3.0.2"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"node_modules/fast-wrap-ansi": {
|
|
1443
|
+
"version": "0.2.0",
|
|
1444
|
+
"resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz",
|
|
1445
|
+
"integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==",
|
|
1446
|
+
"license": "MIT",
|
|
1447
|
+
"dependencies": {
|
|
1448
|
+
"fast-string-width": "^3.0.2"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"node_modules/fdir": {
|
|
1452
|
+
"version": "6.5.0",
|
|
1453
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
1454
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
1455
|
+
"dev": true,
|
|
1456
|
+
"license": "MIT",
|
|
1457
|
+
"engines": {
|
|
1458
|
+
"node": ">=12.0.0"
|
|
1459
|
+
},
|
|
1460
|
+
"peerDependencies": {
|
|
1461
|
+
"picomatch": "^3 || ^4"
|
|
1462
|
+
},
|
|
1463
|
+
"peerDependenciesMeta": {
|
|
1464
|
+
"picomatch": {
|
|
1465
|
+
"optional": true
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"node_modules/fix-dts-default-cjs-exports": {
|
|
1470
|
+
"version": "1.0.1",
|
|
1471
|
+
"resolved": "https://registry.npmjs.org/fix-dts-default-cjs-exports/-/fix-dts-default-cjs-exports-1.0.1.tgz",
|
|
1472
|
+
"integrity": "sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==",
|
|
1473
|
+
"dev": true,
|
|
1474
|
+
"license": "MIT",
|
|
1475
|
+
"dependencies": {
|
|
1476
|
+
"magic-string": "^0.30.17",
|
|
1477
|
+
"mlly": "^1.7.4",
|
|
1478
|
+
"rollup": "^4.34.8"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
"node_modules/fsevents": {
|
|
1482
|
+
"version": "2.3.3",
|
|
1483
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
1484
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
1485
|
+
"dev": true,
|
|
1486
|
+
"hasInstallScript": true,
|
|
1487
|
+
"license": "MIT",
|
|
1488
|
+
"optional": true,
|
|
1489
|
+
"os": [
|
|
1490
|
+
"darwin"
|
|
1491
|
+
],
|
|
1492
|
+
"engines": {
|
|
1493
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"node_modules/get-east-asian-width": {
|
|
1497
|
+
"version": "1.5.0",
|
|
1498
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
1499
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
1500
|
+
"license": "MIT",
|
|
1501
|
+
"engines": {
|
|
1502
|
+
"node": ">=18"
|
|
1503
|
+
},
|
|
1504
|
+
"funding": {
|
|
1505
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
"node_modules/iconv-lite": {
|
|
1509
|
+
"version": "0.7.2",
|
|
1510
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
|
|
1511
|
+
"integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
|
|
1512
|
+
"license": "MIT",
|
|
1513
|
+
"dependencies": {
|
|
1514
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
1515
|
+
},
|
|
1516
|
+
"engines": {
|
|
1517
|
+
"node": ">=0.10.0"
|
|
1518
|
+
},
|
|
1519
|
+
"funding": {
|
|
1520
|
+
"type": "opencollective",
|
|
1521
|
+
"url": "https://opencollective.com/express"
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
"node_modules/is-interactive": {
|
|
1525
|
+
"version": "2.0.0",
|
|
1526
|
+
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
|
|
1527
|
+
"integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==",
|
|
1528
|
+
"license": "MIT",
|
|
1529
|
+
"engines": {
|
|
1530
|
+
"node": ">=12"
|
|
1531
|
+
},
|
|
1532
|
+
"funding": {
|
|
1533
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
"node_modules/is-unicode-supported": {
|
|
1537
|
+
"version": "2.1.0",
|
|
1538
|
+
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
1539
|
+
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
|
|
1540
|
+
"license": "MIT",
|
|
1541
|
+
"engines": {
|
|
1542
|
+
"node": ">=18"
|
|
1543
|
+
},
|
|
1544
|
+
"funding": {
|
|
1545
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"node_modules/joycon": {
|
|
1549
|
+
"version": "3.1.1",
|
|
1550
|
+
"resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
|
|
1551
|
+
"integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==",
|
|
1552
|
+
"dev": true,
|
|
1553
|
+
"license": "MIT",
|
|
1554
|
+
"engines": {
|
|
1555
|
+
"node": ">=10"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"node_modules/lilconfig": {
|
|
1559
|
+
"version": "3.1.3",
|
|
1560
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
1561
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
1562
|
+
"dev": true,
|
|
1563
|
+
"license": "MIT",
|
|
1564
|
+
"engines": {
|
|
1565
|
+
"node": ">=14"
|
|
1566
|
+
},
|
|
1567
|
+
"funding": {
|
|
1568
|
+
"url": "https://github.com/sponsors/antonk52"
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
"node_modules/lines-and-columns": {
|
|
1572
|
+
"version": "1.2.4",
|
|
1573
|
+
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
1574
|
+
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
1575
|
+
"dev": true,
|
|
1576
|
+
"license": "MIT"
|
|
1577
|
+
},
|
|
1578
|
+
"node_modules/load-tsconfig": {
|
|
1579
|
+
"version": "0.2.5",
|
|
1580
|
+
"resolved": "https://registry.npmjs.org/load-tsconfig/-/load-tsconfig-0.2.5.tgz",
|
|
1581
|
+
"integrity": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==",
|
|
1582
|
+
"dev": true,
|
|
1583
|
+
"license": "MIT",
|
|
1584
|
+
"engines": {
|
|
1585
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"node_modules/log-symbols": {
|
|
1589
|
+
"version": "6.0.0",
|
|
1590
|
+
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-6.0.0.tgz",
|
|
1591
|
+
"integrity": "sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==",
|
|
1592
|
+
"license": "MIT",
|
|
1593
|
+
"dependencies": {
|
|
1594
|
+
"chalk": "^5.3.0",
|
|
1595
|
+
"is-unicode-supported": "^1.3.0"
|
|
1596
|
+
},
|
|
1597
|
+
"engines": {
|
|
1598
|
+
"node": ">=18"
|
|
1599
|
+
},
|
|
1600
|
+
"funding": {
|
|
1601
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"node_modules/log-symbols/node_modules/is-unicode-supported": {
|
|
1605
|
+
"version": "1.3.0",
|
|
1606
|
+
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
|
|
1607
|
+
"integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
|
|
1608
|
+
"license": "MIT",
|
|
1609
|
+
"engines": {
|
|
1610
|
+
"node": ">=12"
|
|
1611
|
+
},
|
|
1612
|
+
"funding": {
|
|
1613
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"node_modules/magic-string": {
|
|
1617
|
+
"version": "0.30.21",
|
|
1618
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
1619
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
1620
|
+
"dev": true,
|
|
1621
|
+
"license": "MIT",
|
|
1622
|
+
"dependencies": {
|
|
1623
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
"node_modules/mimic-function": {
|
|
1627
|
+
"version": "5.0.1",
|
|
1628
|
+
"resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
|
|
1629
|
+
"integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
|
|
1630
|
+
"license": "MIT",
|
|
1631
|
+
"engines": {
|
|
1632
|
+
"node": ">=18"
|
|
1633
|
+
},
|
|
1634
|
+
"funding": {
|
|
1635
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
"node_modules/mlly": {
|
|
1639
|
+
"version": "1.8.1",
|
|
1640
|
+
"resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.1.tgz",
|
|
1641
|
+
"integrity": "sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==",
|
|
1642
|
+
"dev": true,
|
|
1643
|
+
"license": "MIT",
|
|
1644
|
+
"dependencies": {
|
|
1645
|
+
"acorn": "^8.16.0",
|
|
1646
|
+
"pathe": "^2.0.3",
|
|
1647
|
+
"pkg-types": "^1.3.1",
|
|
1648
|
+
"ufo": "^1.6.3"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
"node_modules/ms": {
|
|
1652
|
+
"version": "2.1.3",
|
|
1653
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1654
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1655
|
+
"dev": true,
|
|
1656
|
+
"license": "MIT"
|
|
1657
|
+
},
|
|
1658
|
+
"node_modules/mute-stream": {
|
|
1659
|
+
"version": "3.0.0",
|
|
1660
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
|
|
1661
|
+
"integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
|
|
1662
|
+
"license": "ISC",
|
|
1663
|
+
"engines": {
|
|
1664
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"node_modules/mz": {
|
|
1668
|
+
"version": "2.7.0",
|
|
1669
|
+
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
|
|
1670
|
+
"integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
|
|
1671
|
+
"dev": true,
|
|
1672
|
+
"license": "MIT",
|
|
1673
|
+
"dependencies": {
|
|
1674
|
+
"any-promise": "^1.0.0",
|
|
1675
|
+
"object-assign": "^4.0.1",
|
|
1676
|
+
"thenify-all": "^1.0.0"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
"node_modules/object-assign": {
|
|
1680
|
+
"version": "4.1.1",
|
|
1681
|
+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
1682
|
+
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
1683
|
+
"dev": true,
|
|
1684
|
+
"license": "MIT",
|
|
1685
|
+
"engines": {
|
|
1686
|
+
"node": ">=0.10.0"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
"node_modules/onetime": {
|
|
1690
|
+
"version": "7.0.0",
|
|
1691
|
+
"resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
|
|
1692
|
+
"integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
|
|
1693
|
+
"license": "MIT",
|
|
1694
|
+
"dependencies": {
|
|
1695
|
+
"mimic-function": "^5.0.0"
|
|
1696
|
+
},
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": ">=18"
|
|
1699
|
+
},
|
|
1700
|
+
"funding": {
|
|
1701
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
"node_modules/ora": {
|
|
1705
|
+
"version": "8.2.0",
|
|
1706
|
+
"resolved": "https://registry.npmjs.org/ora/-/ora-8.2.0.tgz",
|
|
1707
|
+
"integrity": "sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==",
|
|
1708
|
+
"license": "MIT",
|
|
1709
|
+
"dependencies": {
|
|
1710
|
+
"chalk": "^5.3.0",
|
|
1711
|
+
"cli-cursor": "^5.0.0",
|
|
1712
|
+
"cli-spinners": "^2.9.2",
|
|
1713
|
+
"is-interactive": "^2.0.0",
|
|
1714
|
+
"is-unicode-supported": "^2.0.0",
|
|
1715
|
+
"log-symbols": "^6.0.0",
|
|
1716
|
+
"stdin-discarder": "^0.2.2",
|
|
1717
|
+
"string-width": "^7.2.0",
|
|
1718
|
+
"strip-ansi": "^7.1.0"
|
|
1719
|
+
},
|
|
1720
|
+
"engines": {
|
|
1721
|
+
"node": ">=18"
|
|
1722
|
+
},
|
|
1723
|
+
"funding": {
|
|
1724
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"node_modules/pathe": {
|
|
1728
|
+
"version": "2.0.3",
|
|
1729
|
+
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
1730
|
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
1731
|
+
"dev": true,
|
|
1732
|
+
"license": "MIT"
|
|
1733
|
+
},
|
|
1734
|
+
"node_modules/picocolors": {
|
|
1735
|
+
"version": "1.1.1",
|
|
1736
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
1737
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1738
|
+
"dev": true,
|
|
1739
|
+
"license": "ISC"
|
|
1740
|
+
},
|
|
1741
|
+
"node_modules/picomatch": {
|
|
1742
|
+
"version": "4.0.3",
|
|
1743
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
1744
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
1745
|
+
"dev": true,
|
|
1746
|
+
"license": "MIT",
|
|
1747
|
+
"peer": true,
|
|
1748
|
+
"engines": {
|
|
1749
|
+
"node": ">=12"
|
|
1750
|
+
},
|
|
1751
|
+
"funding": {
|
|
1752
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
"node_modules/pirates": {
|
|
1756
|
+
"version": "4.0.7",
|
|
1757
|
+
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
|
1758
|
+
"integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
|
|
1759
|
+
"dev": true,
|
|
1760
|
+
"license": "MIT",
|
|
1761
|
+
"engines": {
|
|
1762
|
+
"node": ">= 6"
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
"node_modules/pkg-types": {
|
|
1766
|
+
"version": "1.3.1",
|
|
1767
|
+
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
|
|
1768
|
+
"integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
|
|
1769
|
+
"dev": true,
|
|
1770
|
+
"license": "MIT",
|
|
1771
|
+
"dependencies": {
|
|
1772
|
+
"confbox": "^0.1.8",
|
|
1773
|
+
"mlly": "^1.7.4",
|
|
1774
|
+
"pathe": "^2.0.1"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"node_modules/postcss-load-config": {
|
|
1778
|
+
"version": "6.0.1",
|
|
1779
|
+
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
|
|
1780
|
+
"integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
|
|
1781
|
+
"dev": true,
|
|
1782
|
+
"funding": [
|
|
1783
|
+
{
|
|
1784
|
+
"type": "opencollective",
|
|
1785
|
+
"url": "https://opencollective.com/postcss/"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"type": "github",
|
|
1789
|
+
"url": "https://github.com/sponsors/ai"
|
|
1790
|
+
}
|
|
1791
|
+
],
|
|
1792
|
+
"license": "MIT",
|
|
1793
|
+
"dependencies": {
|
|
1794
|
+
"lilconfig": "^3.1.1"
|
|
1795
|
+
},
|
|
1796
|
+
"engines": {
|
|
1797
|
+
"node": ">= 18"
|
|
1798
|
+
},
|
|
1799
|
+
"peerDependencies": {
|
|
1800
|
+
"jiti": ">=1.21.0",
|
|
1801
|
+
"postcss": ">=8.0.9",
|
|
1802
|
+
"tsx": "^4.8.1",
|
|
1803
|
+
"yaml": "^2.4.2"
|
|
1804
|
+
},
|
|
1805
|
+
"peerDependenciesMeta": {
|
|
1806
|
+
"jiti": {
|
|
1807
|
+
"optional": true
|
|
1808
|
+
},
|
|
1809
|
+
"postcss": {
|
|
1810
|
+
"optional": true
|
|
1811
|
+
},
|
|
1812
|
+
"tsx": {
|
|
1813
|
+
"optional": true
|
|
1814
|
+
},
|
|
1815
|
+
"yaml": {
|
|
1816
|
+
"optional": true
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"node_modules/readdirp": {
|
|
1821
|
+
"version": "4.1.2",
|
|
1822
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
|
|
1823
|
+
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
|
|
1824
|
+
"dev": true,
|
|
1825
|
+
"license": "MIT",
|
|
1826
|
+
"engines": {
|
|
1827
|
+
"node": ">= 14.18.0"
|
|
1828
|
+
},
|
|
1829
|
+
"funding": {
|
|
1830
|
+
"type": "individual",
|
|
1831
|
+
"url": "https://paulmillr.com/funding/"
|
|
1832
|
+
}
|
|
1833
|
+
},
|
|
1834
|
+
"node_modules/resolve-from": {
|
|
1835
|
+
"version": "5.0.0",
|
|
1836
|
+
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
|
1837
|
+
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
|
1838
|
+
"dev": true,
|
|
1839
|
+
"license": "MIT",
|
|
1840
|
+
"engines": {
|
|
1841
|
+
"node": ">=8"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
"node_modules/restore-cursor": {
|
|
1845
|
+
"version": "5.1.0",
|
|
1846
|
+
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
|
|
1847
|
+
"integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
|
|
1848
|
+
"license": "MIT",
|
|
1849
|
+
"dependencies": {
|
|
1850
|
+
"onetime": "^7.0.0",
|
|
1851
|
+
"signal-exit": "^4.1.0"
|
|
1852
|
+
},
|
|
1853
|
+
"engines": {
|
|
1854
|
+
"node": ">=18"
|
|
1855
|
+
},
|
|
1856
|
+
"funding": {
|
|
1857
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
"node_modules/rollup": {
|
|
1861
|
+
"version": "4.59.0",
|
|
1862
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
|
|
1863
|
+
"integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
|
|
1864
|
+
"dev": true,
|
|
1865
|
+
"license": "MIT",
|
|
1866
|
+
"dependencies": {
|
|
1867
|
+
"@types/estree": "1.0.8"
|
|
1868
|
+
},
|
|
1869
|
+
"bin": {
|
|
1870
|
+
"rollup": "dist/bin/rollup"
|
|
1871
|
+
},
|
|
1872
|
+
"engines": {
|
|
1873
|
+
"node": ">=18.0.0",
|
|
1874
|
+
"npm": ">=8.0.0"
|
|
1875
|
+
},
|
|
1876
|
+
"optionalDependencies": {
|
|
1877
|
+
"@rollup/rollup-android-arm-eabi": "4.59.0",
|
|
1878
|
+
"@rollup/rollup-android-arm64": "4.59.0",
|
|
1879
|
+
"@rollup/rollup-darwin-arm64": "4.59.0",
|
|
1880
|
+
"@rollup/rollup-darwin-x64": "4.59.0",
|
|
1881
|
+
"@rollup/rollup-freebsd-arm64": "4.59.0",
|
|
1882
|
+
"@rollup/rollup-freebsd-x64": "4.59.0",
|
|
1883
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
|
|
1884
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.59.0",
|
|
1885
|
+
"@rollup/rollup-linux-arm64-gnu": "4.59.0",
|
|
1886
|
+
"@rollup/rollup-linux-arm64-musl": "4.59.0",
|
|
1887
|
+
"@rollup/rollup-linux-loong64-gnu": "4.59.0",
|
|
1888
|
+
"@rollup/rollup-linux-loong64-musl": "4.59.0",
|
|
1889
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.59.0",
|
|
1890
|
+
"@rollup/rollup-linux-ppc64-musl": "4.59.0",
|
|
1891
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.59.0",
|
|
1892
|
+
"@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
|
1893
|
+
"@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
|
1894
|
+
"@rollup/rollup-linux-x64-gnu": "4.59.0",
|
|
1895
|
+
"@rollup/rollup-linux-x64-musl": "4.59.0",
|
|
1896
|
+
"@rollup/rollup-openbsd-x64": "4.59.0",
|
|
1897
|
+
"@rollup/rollup-openharmony-arm64": "4.59.0",
|
|
1898
|
+
"@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
|
1899
|
+
"@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
|
1900
|
+
"@rollup/rollup-win32-x64-gnu": "4.59.0",
|
|
1901
|
+
"@rollup/rollup-win32-x64-msvc": "4.59.0",
|
|
1902
|
+
"fsevents": "~2.3.2"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
"node_modules/safer-buffer": {
|
|
1906
|
+
"version": "2.1.2",
|
|
1907
|
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
1908
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
1909
|
+
"license": "MIT"
|
|
1910
|
+
},
|
|
1911
|
+
"node_modules/signal-exit": {
|
|
1912
|
+
"version": "4.1.0",
|
|
1913
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
1914
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
1915
|
+
"license": "ISC",
|
|
1916
|
+
"engines": {
|
|
1917
|
+
"node": ">=14"
|
|
1918
|
+
},
|
|
1919
|
+
"funding": {
|
|
1920
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
"node_modules/source-map": {
|
|
1924
|
+
"version": "0.7.6",
|
|
1925
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
|
|
1926
|
+
"integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
|
|
1927
|
+
"dev": true,
|
|
1928
|
+
"license": "BSD-3-Clause",
|
|
1929
|
+
"engines": {
|
|
1930
|
+
"node": ">= 12"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
"node_modules/stdin-discarder": {
|
|
1934
|
+
"version": "0.2.2",
|
|
1935
|
+
"resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz",
|
|
1936
|
+
"integrity": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==",
|
|
1937
|
+
"license": "MIT",
|
|
1938
|
+
"engines": {
|
|
1939
|
+
"node": ">=18"
|
|
1940
|
+
},
|
|
1941
|
+
"funding": {
|
|
1942
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
"node_modules/string-width": {
|
|
1946
|
+
"version": "7.2.0",
|
|
1947
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
1948
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
1949
|
+
"license": "MIT",
|
|
1950
|
+
"dependencies": {
|
|
1951
|
+
"emoji-regex": "^10.3.0",
|
|
1952
|
+
"get-east-asian-width": "^1.0.0",
|
|
1953
|
+
"strip-ansi": "^7.1.0"
|
|
1954
|
+
},
|
|
1955
|
+
"engines": {
|
|
1956
|
+
"node": ">=18"
|
|
1957
|
+
},
|
|
1958
|
+
"funding": {
|
|
1959
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"node_modules/strip-ansi": {
|
|
1963
|
+
"version": "7.2.0",
|
|
1964
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
1965
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
1966
|
+
"license": "MIT",
|
|
1967
|
+
"dependencies": {
|
|
1968
|
+
"ansi-regex": "^6.2.2"
|
|
1969
|
+
},
|
|
1970
|
+
"engines": {
|
|
1971
|
+
"node": ">=12"
|
|
1972
|
+
},
|
|
1973
|
+
"funding": {
|
|
1974
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
"node_modules/sucrase": {
|
|
1978
|
+
"version": "3.35.1",
|
|
1979
|
+
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
|
|
1980
|
+
"integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
|
|
1981
|
+
"dev": true,
|
|
1982
|
+
"license": "MIT",
|
|
1983
|
+
"dependencies": {
|
|
1984
|
+
"@jridgewell/gen-mapping": "^0.3.2",
|
|
1985
|
+
"commander": "^4.0.0",
|
|
1986
|
+
"lines-and-columns": "^1.1.6",
|
|
1987
|
+
"mz": "^2.7.0",
|
|
1988
|
+
"pirates": "^4.0.1",
|
|
1989
|
+
"tinyglobby": "^0.2.11",
|
|
1990
|
+
"ts-interface-checker": "^0.1.9"
|
|
1991
|
+
},
|
|
1992
|
+
"bin": {
|
|
1993
|
+
"sucrase": "bin/sucrase",
|
|
1994
|
+
"sucrase-node": "bin/sucrase-node"
|
|
1995
|
+
},
|
|
1996
|
+
"engines": {
|
|
1997
|
+
"node": ">=16 || 14 >=14.17"
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
2000
|
+
"node_modules/sucrase/node_modules/commander": {
|
|
2001
|
+
"version": "4.1.1",
|
|
2002
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
|
2003
|
+
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
2004
|
+
"dev": true,
|
|
2005
|
+
"license": "MIT",
|
|
2006
|
+
"engines": {
|
|
2007
|
+
"node": ">= 6"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"node_modules/thenify": {
|
|
2011
|
+
"version": "3.3.1",
|
|
2012
|
+
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
|
|
2013
|
+
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
|
|
2014
|
+
"dev": true,
|
|
2015
|
+
"license": "MIT",
|
|
2016
|
+
"dependencies": {
|
|
2017
|
+
"any-promise": "^1.0.0"
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
"node_modules/thenify-all": {
|
|
2021
|
+
"version": "1.6.0",
|
|
2022
|
+
"resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
|
|
2023
|
+
"integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
|
|
2024
|
+
"dev": true,
|
|
2025
|
+
"license": "MIT",
|
|
2026
|
+
"dependencies": {
|
|
2027
|
+
"thenify": ">= 3.1.0 < 4"
|
|
2028
|
+
},
|
|
2029
|
+
"engines": {
|
|
2030
|
+
"node": ">=0.8"
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
"node_modules/tinyexec": {
|
|
2034
|
+
"version": "0.3.2",
|
|
2035
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
|
|
2036
|
+
"integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
|
|
2037
|
+
"dev": true,
|
|
2038
|
+
"license": "MIT"
|
|
2039
|
+
},
|
|
2040
|
+
"node_modules/tinyglobby": {
|
|
2041
|
+
"version": "0.2.15",
|
|
2042
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
2043
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
2044
|
+
"dev": true,
|
|
2045
|
+
"license": "MIT",
|
|
2046
|
+
"dependencies": {
|
|
2047
|
+
"fdir": "^6.5.0",
|
|
2048
|
+
"picomatch": "^4.0.3"
|
|
2049
|
+
},
|
|
2050
|
+
"engines": {
|
|
2051
|
+
"node": ">=12.0.0"
|
|
2052
|
+
},
|
|
2053
|
+
"funding": {
|
|
2054
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
"node_modules/tree-kill": {
|
|
2058
|
+
"version": "1.2.2",
|
|
2059
|
+
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
|
|
2060
|
+
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
|
|
2061
|
+
"dev": true,
|
|
2062
|
+
"license": "MIT",
|
|
2063
|
+
"bin": {
|
|
2064
|
+
"tree-kill": "cli.js"
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
2067
|
+
"node_modules/ts-interface-checker": {
|
|
2068
|
+
"version": "0.1.13",
|
|
2069
|
+
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
|
|
2070
|
+
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
|
|
2071
|
+
"dev": true,
|
|
2072
|
+
"license": "Apache-2.0"
|
|
2073
|
+
},
|
|
2074
|
+
"node_modules/tsup": {
|
|
2075
|
+
"version": "8.5.1",
|
|
2076
|
+
"resolved": "https://registry.npmjs.org/tsup/-/tsup-8.5.1.tgz",
|
|
2077
|
+
"integrity": "sha512-xtgkqwdhpKWr3tKPmCkvYmS9xnQK3m3XgxZHwSUjvfTjp7YfXe5tT3GgWi0F2N+ZSMsOeWeZFh7ZZFg5iPhing==",
|
|
2078
|
+
"dev": true,
|
|
2079
|
+
"license": "MIT",
|
|
2080
|
+
"dependencies": {
|
|
2081
|
+
"bundle-require": "^5.1.0",
|
|
2082
|
+
"cac": "^6.7.14",
|
|
2083
|
+
"chokidar": "^4.0.3",
|
|
2084
|
+
"consola": "^3.4.0",
|
|
2085
|
+
"debug": "^4.4.0",
|
|
2086
|
+
"esbuild": "^0.27.0",
|
|
2087
|
+
"fix-dts-default-cjs-exports": "^1.0.0",
|
|
2088
|
+
"joycon": "^3.1.1",
|
|
2089
|
+
"picocolors": "^1.1.1",
|
|
2090
|
+
"postcss-load-config": "^6.0.1",
|
|
2091
|
+
"resolve-from": "^5.0.0",
|
|
2092
|
+
"rollup": "^4.34.8",
|
|
2093
|
+
"source-map": "^0.7.6",
|
|
2094
|
+
"sucrase": "^3.35.0",
|
|
2095
|
+
"tinyexec": "^0.3.2",
|
|
2096
|
+
"tinyglobby": "^0.2.11",
|
|
2097
|
+
"tree-kill": "^1.2.2"
|
|
2098
|
+
},
|
|
2099
|
+
"bin": {
|
|
2100
|
+
"tsup": "dist/cli-default.js",
|
|
2101
|
+
"tsup-node": "dist/cli-node.js"
|
|
2102
|
+
},
|
|
2103
|
+
"engines": {
|
|
2104
|
+
"node": ">=18"
|
|
2105
|
+
},
|
|
2106
|
+
"peerDependencies": {
|
|
2107
|
+
"@microsoft/api-extractor": "^7.36.0",
|
|
2108
|
+
"@swc/core": "^1",
|
|
2109
|
+
"postcss": "^8.4.12",
|
|
2110
|
+
"typescript": ">=4.5.0"
|
|
2111
|
+
},
|
|
2112
|
+
"peerDependenciesMeta": {
|
|
2113
|
+
"@microsoft/api-extractor": {
|
|
2114
|
+
"optional": true
|
|
2115
|
+
},
|
|
2116
|
+
"@swc/core": {
|
|
2117
|
+
"optional": true
|
|
2118
|
+
},
|
|
2119
|
+
"postcss": {
|
|
2120
|
+
"optional": true
|
|
2121
|
+
},
|
|
2122
|
+
"typescript": {
|
|
2123
|
+
"optional": true
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
"node_modules/typescript": {
|
|
2128
|
+
"version": "5.9.3",
|
|
2129
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
2130
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
2131
|
+
"dev": true,
|
|
2132
|
+
"license": "Apache-2.0",
|
|
2133
|
+
"peer": true,
|
|
2134
|
+
"bin": {
|
|
2135
|
+
"tsc": "bin/tsc",
|
|
2136
|
+
"tsserver": "bin/tsserver"
|
|
2137
|
+
},
|
|
2138
|
+
"engines": {
|
|
2139
|
+
"node": ">=14.17"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
"node_modules/ufo": {
|
|
2143
|
+
"version": "1.6.3",
|
|
2144
|
+
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
|
|
2145
|
+
"integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
|
|
2146
|
+
"dev": true,
|
|
2147
|
+
"license": "MIT"
|
|
2148
|
+
},
|
|
2149
|
+
"node_modules/undici-types": {
|
|
2150
|
+
"version": "6.21.0",
|
|
2151
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
2152
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
2153
|
+
"devOptional": true,
|
|
2154
|
+
"license": "MIT"
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
}
|