botrun-horse 2.29.2 → 2.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/botrun-c/.claude/skills/DOCX/351/226/261/350/256/200/346/212/200/350/203/275/SKILL.md +103 -0
- package/botrun-c/.claude/skills/DOCX/351/226/261/350/256/200/346/212/200/350/203/275/scripts/docx-to-markdown.mjs +206 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/SKILL.md +1093 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-branch.mjs +73 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-branches.mjs +77 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-checkout.mjs +72 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-clone.mjs +72 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-commit.mjs +75 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-delete-branch.mjs +75 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-delete-file.mjs +72 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-diff.mjs +80 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-list-tree.mjs +336 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-list.mjs +199 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-merge.mjs +86 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-move.mjs +75 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-pr-create.mjs +81 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-pr-list.mjs +74 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-pr-merge.mjs +83 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-pr-view.mjs +71 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-push.mjs +71 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-read.mjs +277 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-search.mjs +370 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-stash.mjs +116 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-sync.mjs +71 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/github-write.mjs +74 -0
- package/botrun-c/.claude/skills/GitHub/346/212/200/350/203/275/scripts/lib/path-validator.mjs +167 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/SKILL.md +605 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-create.mjs +127 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-delete.mjs +77 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-diff.mjs +87 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-history.mjs +99 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-list.mjs +174 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-read.mjs +214 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-restore.mjs +75 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-search.mjs +270 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-sync-back.mjs +155 -0
- package/botrun-c/.claude/skills/GoogleDrive/346/212/200/350/203/275/scripts/gdrive-update.mjs +100 -0
- package/botrun-c/.claude/skills/HTML/347/224/237/346/210/220/346/212/200/350/203/275/SKILL.md +414 -0
- package/botrun-c/.claude/skills/HTML/347/224/237/346/210/220/346/212/200/350/203/275/scripts/create-project.mjs +91 -0
- package/botrun-c/.claude/skills/HTML/347/224/237/346/210/220/346/212/200/350/203/275/scripts/finalize-project.mjs +162 -0
- package/botrun-c/.claude/skills/PDF/346/212/200/350/203/275/SKILL.md +206 -0
- package/botrun-c/.claude/skills/PDF/346/212/200/350/203/275/scripts/package.json +19 -0
- package/botrun-c/.claude/skills/PDF/346/212/200/350/203/275/scripts/pdf-analyze.mjs +309 -0
- package/botrun-c/.claude/skills/PDF/346/212/200/350/203/275/scripts/pdf-compress.mjs +315 -0
- package/botrun-c/.claude/skills/PDF/346/212/200/350/203/275/scripts/pdf-split.mjs +275 -0
- package/botrun-c/.claude/skills/PDF/346/212/200/350/203/275/scripts/pdf-to-text.mjs +336 -0
- package/botrun-c/.claude/skills/PDF/346/212/200/350/203/275/scripts/test-pdf-scripts.mjs +491 -0
- package/botrun-c/.claude/skills/docx-to-markdown/SKILL.md +76 -0
- package/botrun-c/.claude/skills/docx-to-markdown/scripts/convert_docx.py +183 -0
- package/botrun-c/.claude/skills/gcp-coord-ml-ocr/SKILL.md +133 -0
- package/botrun-c/.claude/skills/gcp-coord-ml-ocr/scripts/ocr_processor.py +381 -0
- package/botrun-c/.claude/skills/gemini-transcribe/SKILL.md +115 -0
- package/botrun-c/.claude/skills/gemini-transcribe/scripts/transcribe.py +499 -0
- package/botrun-c/.claude/skills/nchc-transcribe/SKILL.md +131 -0
- package/botrun-c/.claude/skills/nchc-transcribe/scripts/transcribe.py +522 -0
- package/botrun-c/.claude/skills/p320-moj-review/SKILL.md +200 -0
- package/botrun-c/.claude/skills/p320-moj-review/references/guideline.md +118 -0
- package/botrun-c/.claude/skills/pdf-multimodal-processor/SKILL.md +186 -0
- package/botrun-c/.claude/skills/pdf-multimodal-processor/scripts/process_pdf.py +515 -0
- package/botrun-c/.claude/skills/ripgrep/346/220/234/345/260/213/346/212/200/350/203/275/SKILL.md +81 -0
- package/botrun-c/.claude/skills/ripgrep/346/220/234/345/260/213/346/212/200/350/203/275/scripts/package.json +13 -0
- package/botrun-c/.claude/skills/ripgrep/346/220/234/345/260/213/346/212/200/350/203/275/scripts/secure-search.mjs +232 -0
- package/botrun-c/.claude/skills/top100/351/240/230/350/242/226/351/240/220/346/270/254/346/212/200/350/203/275/SKILL.md +518 -0
- package/botrun-c/.claude/skills//345/216/273/350/255/230/345/210/245/346/212/200/350/203/275/SKILL.md +125 -0
- package/botrun-c/.claude/skills//345/233/236/346/206/266/346/212/200/350/203/275/SKILL.md +123 -0
- package/botrun-c/.claude/skills//345/233/236/346/206/266/346/212/200/350/203/275/scripts/recall.mjs +339 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/SKILL.md +156 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/__tests__/utils.test.mjs +139 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/constants.mjs +40 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/gcs-uploader.mjs +195 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/gemini-image-client.mjs +307 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/generate-image.mjs +103 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/image-session-manager.mjs +219 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/output-formatter.mjs +209 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/package.json +20 -0
- package/botrun-c/.claude/skills//345/234/226/347/211/207/347/224/237/346/210/220/346/212/200/350/203/275/scripts/utils.mjs +115 -0
- package/botrun-c/.claude/skills//345/244/232/346/250/241/346/205/213/351/226/261/350/256/200/346/212/200/350/203/275/SKILL.md +86 -0
- package/botrun-c/.claude/skills//345/244/232/346/250/241/346/205/213/351/226/261/350/256/200/346/212/200/350/203/275/scripts/multimodal-read.mjs +304 -0
- package/botrun-c/.claude/skills//345/244/232/346/250/241/346/205/213/351/226/261/350/256/200/346/212/200/350/203/275/scripts/package.json +17 -0
- package/botrun-c/.claude/skills//345/255/265/345/214/226/346/212/200/350/203/275/SKILL.md +131 -0
- package/botrun-c/.claude/skills//345/255/265/345/214/226/346/212/200/350/203/275/scripts/skill-manager.mjs +542 -0
- package/botrun-c/.claude/skills//346/234/203/350/255/260/350/250/230/351/214/204/346/212/200/350/203/275/SKILL.md +127 -0
- package/botrun-c/.claude/skills//347/233/256/351/214/204/345/210/227/350/241/250/346/212/200/350/203/275/SKILL.md +53 -0
- package/botrun-c/.claude/skills//347/233/256/351/214/204/345/210/227/350/241/250/346/212/200/350/203/275/scripts/package.json +13 -0
- package/botrun-c/.claude/skills//347/233/256/351/214/204/345/210/227/350/241/250/346/212/200/350/203/275/scripts/tree-view.mjs +149 -0
- package/botrun-c/.claude/skills//347/264/224/346/226/207/345/255/227/345/244/232/346/252/224/346/241/210/350/256/200/345/217/226/346/212/200/350/203/275/SKILL.md +82 -0
- package/botrun-c/.claude/skills//347/264/224/346/226/207/345/255/227/345/244/232/346/252/224/346/241/210/350/256/200/345/217/226/346/212/200/350/203/275/scripts/package.json +16 -0
- package/botrun-c/.claude/skills//347/264/224/346/226/207/345/255/227/345/244/232/346/252/224/346/241/210/350/256/200/345/217/226/346/212/200/350/203/275/scripts/secure-read.mjs +260 -0
- package/botrun-c/.claude/skills//347/266/262/350/267/257/346/220/234/345/260/213/346/212/200/350/203/275/SKILL.md +156 -0
- package/botrun-c/.claude/skills//347/266/262/350/267/257/346/220/234/345/260/213/346/212/200/350/203/275/scripts/package.json +16 -0
- package/botrun-c/.claude/skills//347/266/262/350/267/257/346/220/234/345/260/213/346/212/200/350/203/275/scripts/search.js +139 -0
- package/botrun-c/.claude/skills//347/266/262/350/267/257/346/220/234/345/260/213/346/212/200/350/203/275/scripts/search.mjs +272 -0
- package/botrun-c/.claude/skills//347/266/262/350/267/257/346/220/234/345/260/213/346/212/200/350/203/275/scripts/search.ts +166 -0
- package/botrun-c/.claude/skills//350/250/230/346/206/266/346/212/200/350/203/275/SKILL.md +114 -0
- package/botrun-c/.claude/skills//350/250/230/346/206/266/346/212/200/350/203/275/scripts/remember.mjs +159 -0
- package/botrun-c/.claude/skills//350/250/230/346/206/266/346/212/200/350/203/275/scripts/test-advanced.mjs +342 -0
- package/botrun-c/.claude/skills//350/250/230/346/206/266/346/212/200/350/203/275/scripts/test.mjs +430 -0
- package/botrun-c/.claude/skills//350/252/236/351/237/263/350/275/211/346/226/207/345/255/227/346/212/200/350/203/275/SKILL.md +30 -0
- package/botrun-c/.claude/skills//350/252/236/351/237/263/350/275/211/346/226/207/345/255/227/346/212/200/350/203/275/scripts/package.json +13 -0
- package/botrun-c/.claude/skills//350/252/236/351/237/263/350/275/211/346/226/207/345/255/227/346/212/200/350/203/275/scripts/transcribe.mjs +294 -0
- package/botrun-c/.claude/skills//351/233/266/345/271/273/350/246/272/350/255/211/346/230/216/346/212/200/350/203/275/SKILL.md +338 -0
- package/botrun-c/.dockerignore +131 -0
- package/botrun-c/.dockeroptimize +13 -0
- package/botrun-c/.firebase/hosting.b3V0.cache +30 -0
- package/botrun-c/.firebaserc +5 -0
- package/botrun-c/.gcloudignore +56 -0
- package/botrun-c/.ruby-version +1 -0
- package/botrun-c/CHANGELOG.md +224 -0
- package/botrun-c/Dockerfile.gcp +365 -0
- package/botrun-c/Dockerfile.slim +195 -0
- package/botrun-c/Gemfile +8 -0
- package/botrun-c/Gemfile.lock +233 -0
- package/botrun-c/LOCAL-DEVELOPMENT-GUIDE.md +393 -0
- package/botrun-c/PLAN.md +131 -0
- package/botrun-c/README.md +129 -0
- package/botrun-c/TODO-CAPACITOR-INTEGRATION.md +482 -0
- package/botrun-c/VERIFICATION.md +121 -0
- package/botrun-c/admin/RATE_LIMIT_MANAGEMENT.md +312 -0
- package/botrun-c/admin/README.md +338 -0
- package/botrun-c/admin/botrun-billing-report-1765235244038.csv +22 -0
- package/botrun-c/admin/botrun-billing-report-1765235323089.csv +22 -0
- package/botrun-c/admin/botrun-dashboard-1765235244039.html +278 -0
- package/botrun-c/admin/botrun-dashboard-1765235323089.html +278 -0
- package/botrun-c/admin/botrun-timeseries-074xGzIKWyfKTBt1NMIj9lxi5mO2-1765235244039.html +161 -0
- package/botrun-c/admin/botrun-timeseries-074xGzIKWyfKTBt1NMIj9lxi5mO2-1765235323090.html +161 -0
- package/botrun-c/admin/check-billing.ts +48 -0
- package/botrun-c/admin/count-all-users.ts +65 -0
- package/botrun-c/admin/generate-analytics-report.ts +188 -0
- package/botrun-c/admin/jest.config.ts +43 -0
- package/botrun-c/admin/lib/__tests__/formatters.test.ts +264 -0
- package/botrun-c/admin/lib/__tests__/mocks/firebase.mock.ts +112 -0
- package/botrun-c/admin/lib/__tests__/services/UserService.test.ts +83 -0
- package/botrun-c/admin/lib/__tests__/user-resolver.test.ts +439 -0
- package/botrun-c/admin/lib/analyzers/BillingAnalyticsService.ts +242 -0
- package/botrun-c/admin/lib/analyzers/CsvExporter.ts +263 -0
- package/botrun-c/admin/lib/analyzers/HtmlChartGenerator.ts +530 -0
- package/botrun-c/admin/lib/analyzers/SpikeAnalyzer.ts +608 -0
- package/botrun-c/admin/lib/analyzers/TimeSeriesAnalyzer.ts +344 -0
- package/botrun-c/admin/lib/cli/CLIBootstrapper.ts +40 -0
- package/botrun-c/admin/lib/commands/AbstractCommand.ts +69 -0
- package/botrun-c/admin/lib/commands/AnalyticsCommand.ts +215 -0
- package/botrun-c/admin/lib/commands/ListCommand.ts +85 -0
- package/botrun-c/admin/lib/commands/QueryCommand.ts +81 -0
- package/botrun-c/admin/lib/commands/SpikeCommand.ts +83 -0
- package/botrun-c/admin/lib/domain/User.ts +38 -0
- package/botrun-c/admin/lib/firebase.ts +92 -0
- package/botrun-c/admin/lib/firestore-safe.ts +105 -0
- package/botrun-c/admin/lib/formatters.ts +154 -0
- package/botrun-c/admin/lib/rate-limit-detailed.ts +355 -0
- package/botrun-c/admin/lib/rate-limit.ts +286 -0
- package/botrun-c/admin/lib/repositories/UserRepository.ts +104 -0
- package/botrun-c/admin/lib/services/UserService.ts +108 -0
- package/botrun-c/admin/lib/types.ts +56 -0
- package/botrun-c/admin/lib/user-resolver.ts +275 -0
- package/botrun-c/admin/manage-auth-domains.js +178 -0
- package/botrun-c/admin/migrate-plan-free.sh +64 -0
- package/botrun-c/admin/package-lock.json +5656 -0
- package/botrun-c/admin/package.json +28 -0
- package/botrun-c/admin/rate-limit.sh +55 -0
- package/botrun-c/admin/remove-custom-limits.ts +75 -0
- package/botrun-c/admin/reset-rate.sh +70 -0
- package/botrun-c/admin/reset-trial.sh +68 -0
- package/botrun-c/admin/seed-trial-data.sh +38 -0
- package/botrun-c/admin/trial.sh +55 -0
- package/botrun-c/admin/tsconfig.json +20 -0
- package/botrun-c/admin/users-cli.py +298 -0
- package/botrun-c/admin/users.sh +12 -0
- package/botrun-c/admin/users.ts +1321 -0
- package/botrun-c/api/admin-tools/check-whitelist.mjs.migration-bak +74 -0
- package/botrun-c/api/admin-tools/create-user.mjs +92 -0
- package/botrun-c/api/admin-tools/create-user.mjs.migration-bak +92 -0
- package/botrun-c/api/admin-tools/firebase-auth-domains-v2.py +287 -0
- package/botrun-c/api/admin-tools/firebase-auth-domains-v2.py.migration-bak +287 -0
- package/botrun-c/api/admin-tools/init-firestore.mjs +75 -0
- package/botrun-c/api/admin-tools/init-firestore.mjs.migration-bak +101 -0
- package/botrun-c/api/admin-tools/list-users.mjs +43 -0
- package/botrun-c/api/admin-tools/list-users.mjs.migration-bak +43 -0
- package/botrun-c/api/admin-tools/manage-authorized-domains.ts +255 -0
- package/botrun-c/api/admin-tools/manage-authorized-domains.ts.migration-bak +255 -0
- package/botrun-c/api/admin-tools/setup-custom-claims.ts.migration-bak +155 -0
- package/botrun-c/api/admin-tools/test-claims.mjs +69 -0
- package/botrun-c/api/admin-tools/test-claims.mjs.migration-bak +69 -0
- package/botrun-c/api/admin-tools/update-service-urls-gcloud.mjs +72 -0
- package/botrun-c/api/admin-tools/update-service-urls-gcloud.mjs.migration-bak +72 -0
- package/botrun-c/api/admin-tools/update-service-urls-to-lb.mjs +159 -0
- package/botrun-c/api/admin-tools/update-service-urls-to-lb.mjs.migration-bak +159 -0
- package/botrun-c/api/admin-tools/update-service-urls.mjs +82 -0
- package/botrun-c/api/admin-tools/update-service-urls.mjs.migration-bak +82 -0
- package/botrun-c/api/package-lock.json +5031 -0
- package/botrun-c/api/package.json +63 -0
- package/botrun-c/api/pnpm-lock.yaml +4157 -0
- package/botrun-c/api/rate-limit-export-1763620678737.csv +79 -0
- package/botrun-c/api/scripts/README-migrate-plan-free.md +197 -0
- package/botrun-c/api/scripts/check-users.ts +45 -0
- package/botrun-c/api/scripts/delete-firestore-docs.js +43 -0
- package/botrun-c/api/scripts/dump-subscriptions.ts +395 -0
- package/botrun-c/api/scripts/list-all-users.ts +65 -0
- package/botrun-c/api/scripts/migrate-plan-free-rpd-16to32.ts +262 -0
- package/botrun-c/api/scripts/migrate-plan-names-to-lite-max.ts +269 -0
- package/botrun-c/api/scripts/query-user-info.ts +304 -0
- package/botrun-c/api/scripts/reset-rate-limit.ts +206 -0
- package/botrun-c/api/scripts/reset-trial-subscription.ts +166 -0
- package/botrun-c/api/scripts/rollback-plan-names-from-lite-max.ts +139 -0
- package/botrun-c/api/scripts/seed-rate-limit-test-data.ts +114 -0
- package/botrun-c/api/scripts/seed-subscription-test-data.ts +173 -0
- package/botrun-c/api/scripts/test-rate-limit-message.ts +108 -0
- package/botrun-c/api/test-billing-write.ts +103 -0
- package/botrun-c/api/test-billing.ts +81 -0
- package/botrun-c/api/test-chat-upload.sh +162 -0
- package/botrun-c/api/test-nchc-whisper.ts +87 -0
- package/botrun-c/api/test-skills-loading.js +77 -0
- package/botrun-c/api/test-skills-symlink.js +118 -0
- package/botrun-c/api/test-upload-multimodal.sh +167 -0
- package/botrun-c/api/tsconfig.json +27 -0
- package/botrun-c/api/verify-form-2-1.mjs +229 -0
- package/botrun-c/api/vitest.config.ts +9 -0
- package/botrun-c/appium-capabilities.json +20 -0
- package/botrun-c/cors.json +26 -0
- package/botrun-c/delete-old.sh +44 -0
- package/botrun-c/design/google-drive/01-architecture.md +186 -0
- package/botrun-c/design/google-drive/02-api-design.md +314 -0
- package/botrun-c/design/google-drive/03-frontend-design.md +278 -0
- package/botrun-c/design/google-drive/04-skill-design.md +384 -0
- package/botrun-c/design/google-drive/05-test-plan.md +507 -0
- package/botrun-c/design/google-drive/README.md +32 -0
- package/botrun-c/dev/mcp-token-calculator/README.md +92 -0
- package/botrun-c/dev/mcp-token-calculator/RESULTS.md +188 -0
- package/botrun-c/dev/mcp-token-calculator/calculate-current-tokens.ts +369 -0
- package/botrun-c/dev/mcp-token-calculator/calculate-mcp-tokens.ts +464 -0
- package/botrun-c/dev/mcp-token-calculator/optimization-proposals.ts +316 -0
- package/botrun-c/dev/mcp-token-calculator/package-lock.json +599 -0
- package/botrun-c/dev/mcp-token-calculator/package.json +22 -0
- package/botrun-c/dev/mcp-token-calculator/test-all-schemas.ts +314 -0
- package/botrun-c/dev/mcp-token-calculator/test-schema-correctness.ts +221 -0
- package/botrun-c/dev/mcp-token-calculator/verify-optimization.ts +159 -0
- package/botrun-c/fastlane/ANDROID-DEPLOYMENT-SETUP.md +825 -0
- package/botrun-c/fastlane/IOS-DEPLOYMENT-SETUP.md +431 -0
- package/botrun-c/fastlane/Pluginfile +5 -0
- package/botrun-c/fastlane/QUICK-START.md +133 -0
- package/botrun-c/fastlane/README.md +424 -0
- package/botrun-c/fastlane/RUBY-SETUP.md +449 -0
- package/botrun-c/fastlane/android/Appfile +11 -0
- package/botrun-c/fastlane/android/Fastfile +240 -0
- package/botrun-c/firebase.json +46 -0
- package/botrun-c/firestore-init-data.json +40 -0
- package/botrun-c/firestore.indexes.json +55 -0
- package/botrun-c/firestore.rules +53 -0
- package/botrun-c/fix-codex-permissions.sh +56 -0
- package/botrun-c/gcs-lifecycle-30day-retention.json +12 -0
- package/botrun-c/html-architecture/architecture/deployment.html +664 -0
- package/botrun-c/html-architecture/architecture/index.html +309 -0
- package/botrun-c/html-architecture/architecture/styles.css +500 -0
- package/botrun-c/html-architecture/architecture/system-components.html +538 -0
- package/botrun-c/html-architecture/architecture/user-flow.html +370 -0
- package/botrun-c/mobile-android/FIREBASE-AUTH-SETUP.md +302 -0
- package/botrun-c/mobile-android/WSL-ANDROID-SETUP.md +252 -0
- package/botrun-c/mobile-android/android/app/build.gradle +75 -0
- package/botrun-c/mobile-android/android/app/capacitor.build.gradle +31 -0
- package/botrun-c/mobile-android/android/app/proguard-rules.pro +21 -0
- package/botrun-c/mobile-android/android/build.gradle +29 -0
- package/botrun-c/mobile-android/android/capacitor.settings.gradle +42 -0
- package/botrun-c/mobile-android/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/botrun-c/mobile-android/android/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/botrun-c/mobile-android/android/gradle.properties +22 -0
- package/botrun-c/mobile-android/android/gradlew +252 -0
- package/botrun-c/mobile-android/android/gradlew.bat +94 -0
- package/botrun-c/mobile-android/android/settings.gradle +5 -0
- package/botrun-c/mobile-android/android/variables.gradle +16 -0
- package/botrun-c/mobile-android/capacitor.config.ts +44 -0
- package/botrun-c/mobile-android/fastlane/Appfile +11 -0
- package/botrun-c/mobile-android/fastlane/Fastfile +202 -0
- package/botrun-c/mobile-android/fastlane/README.md +96 -0
- package/botrun-c/mobile-android/google-services.json.template +39 -0
- package/botrun-c/mobile-android/package.json +32 -0
- package/botrun-c/mobile-android/resources/icon.png +0 -0
- package/botrun-c/mobile-android/tsconfig.json +15 -0
- package/botrun-c/mobile-ios/.ruby-version +1 -0
- package/botrun-c/mobile-ios/BUILD-LOG.md +82 -0
- package/botrun-c/mobile-ios/Gemfile +4 -0
- package/botrun-c/mobile-ios/Gemfile.lock +299 -0
- package/botrun-c/mobile-ios/GoogleService-Info.plist.template +34 -0
- package/botrun-c/mobile-ios/IOS-PERMISSIONS.md +80 -0
- package/botrun-c/mobile-ios/QUICK-START.md +189 -0
- package/botrun-c/mobile-ios/README.md +231 -0
- package/botrun-c/mobile-ios/capacitor.config.ts +46 -0
- package/botrun-c/mobile-ios/fastlane/Fastfile +326 -0
- package/botrun-c/mobile-ios/fastlane/README.md +88 -0
- package/botrun-c/mobile-ios/ios/App/App/App.entitlements +10 -0
- package/botrun-c/mobile-ios/ios/App/App/AppDelegate.swift +49 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json +14 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Contents.json +6 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json +56 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany-dark.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany-dark.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany-dark.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png +0 -0
- package/botrun-c/mobile-ios/ios/App/App/Base.lproj/LaunchScreen.storyboard +32 -0
- package/botrun-c/mobile-ios/ios/App/App/Base.lproj/Main.storyboard +19 -0
- package/botrun-c/mobile-ios/ios/App/App/Info.plist +72 -0
- package/botrun-c/mobile-ios/ios/App/App.xcodeproj/project.pbxproj +446 -0
- package/botrun-c/mobile-ios/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme +78 -0
- package/botrun-c/mobile-ios/ios/App/App.xcworkspace/contents.xcworkspacedata +10 -0
- package/botrun-c/mobile-ios/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/botrun-c/mobile-ios/ios/App/Podfile +52 -0
- package/botrun-c/mobile-ios/ios/App/Podfile.lock +205 -0
- package/botrun-c/mobile-ios/ios/App/add_plist.rb +30 -0
- package/botrun-c/mobile-ios/ios/App/fix_plist_path.rb +22 -0
- package/botrun-c/mobile-ios/package.json +29 -0
- package/botrun-c/mobile-ios/resources/icon.png +0 -0
- package/botrun-c/mobile-ios/run-simulator.sh +34 -0
- package/botrun-c/mobile-ios/screenshot-after-clean-rebuild.png +0 -0
- package/botrun-c/mobile-ios/screenshot-final-version.png +0 -0
- package/botrun-c/mobile-ios/screenshot-simulator.png +0 -0
- package/botrun-c/mobile-ios/screenshot-version-1009.png +0 -0
- package/botrun-c/mobile-ios/screenshot-with-version.png +0 -0
- package/botrun-c/mobile-ios/screenshot-working.png +0 -0
- package/botrun-c/mobile-ios/setup-ios.sh +106 -0
- package/botrun-c/mobile-ios/tsconfig.json +16 -0
- package/botrun-c/org-policy-allow-all-users.yaml +3 -0
- package/botrun-c/package.json +68 -0
- package/botrun-c/pnpm-lock.yaml +10198 -0
- package/botrun-c/pnpm-workspace.yaml +6 -0
- package/botrun-c/prompts/BOTRUN-1.md +13 -0
- package/botrun-c/prompts/BOTRUN-2.md +70 -0
- package/botrun-c/prompts/BOTRUN-3.md +139 -0
- package/botrun-c/prototypes/firestore-gax-debug/package-lock.json +1204 -0
- package/botrun-c/prototypes/firestore-gax-debug/package.json +12 -0
- package/botrun-c/prototypes/firestore-gax-debug/pnpm-workspace.yaml +2 -0
- package/botrun-c/prototypes/firestore-gax-debug/test.js +98 -0
- package/botrun-c/prototypes/taiwan-haiku/README.md +93 -0
- package/botrun-c/prototypes/taiwan-haiku/index.ts +139 -0
- package/botrun-c/prototypes/taiwan-haiku/package.json +23 -0
- package/botrun-c/prototypes/taiwan-haiku/pnpm-lock.yaml +730 -0
- package/botrun-c/prototypes/taiwan-haiku/test-vertex-direct.ts +83 -0
- package/botrun-c/prototypes/taiwan-haiku/tsconfig.json +18 -0
- package/botrun-c/prototypes/web-search/FINDINGS-STAGE-1.md +48 -0
- package/botrun-c/prototypes/web-search/README.md +46 -0
- package/botrun-c/prototypes/web-search/VERIFICATION-REPORT.md +310 -0
- package/botrun-c/prototypes/web-search/package-lock.json +595 -0
- package/botrun-c/prototypes/web-search/package.json +18 -0
- package/botrun-c/prototypes/web-search/stage-1.1-basic-connection.js +123 -0
- package/botrun-c/prototypes/web-search/stage-1.2-with-websearch.js +154 -0
- package/botrun-c/prototypes/web-search/stage-1.3-search-query.js +192 -0
- package/botrun-c/prototypes/web-search/stage-2-agent-sdk-websearch.js +265 -0
- package/botrun-c/runtime-scripts/env-detect.sh +64 -0
- package/botrun-c/scripts/github-collaborator-manager.sh +297 -0
- package/botrun-c/scripts/github-collaborator-manager.ts +325 -0
- package/botrun-c/scripts/manage-collaborators.sh +91 -0
- package/botrun-c/scripts/setup-secrets.sh +202 -0
- package/botrun-c/scripts/stress-test-17-users.sh +113 -0
- package/botrun-c/scripts/stress-test-api.sh +119 -0
- package/botrun-c/scripts/stress-test-full-report.sh +385 -0
- package/botrun-c/specs/infra-vm/design.md +0 -0
- package/botrun-c/specs/share-skill/design.md +1146 -0
- package/botrun-c/specs/share-skill/tasks.md +444 -0
- package/botrun-c/stress-test-results/20260121-162630/config.json +7 -0
- package/botrun-c/stress-test-results/20260121-162630/user-1-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162630/user-1-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162630/user-1.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/config.json +7 -0
- package/botrun-c/stress-test-results/20260121-162646/user-1-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-1-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-1.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-10-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-10-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-10.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-11-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-11-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-11.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-12-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-12-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-12.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-13-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-13-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-13.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-14-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-14-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-14.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-15-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-15-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-15.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-16-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-16-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-16.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-17-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-17-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-17.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-2-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-2-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-2.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-3-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-3-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-3.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-4-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-4-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-4.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-5-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-5-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-5.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-6-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-6-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-6.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-7-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-7-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-7.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-8-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-8-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-8.json +2 -0
- package/botrun-c/stress-test-results/20260121-162646/user-9-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-9-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-162646/user-9.json +2 -0
- package/botrun-c/stress-test-results/20260121-163148/REPORT.html +344 -0
- package/botrun-c/stress-test-results/20260121-163148/REPORT.md +93 -0
- package/botrun-c/stress-test-results/20260121-163148/REPORT.pdf +0 -0
- package/botrun-c/stress-test-results/20260121-163148/config.json +7 -0
- package/botrun-c/stress-test-results/20260121-163148/summary.json +26 -0
- package/botrun-c/stress-test-results/20260121-163148/user-1-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-1-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-1.json +206 -0
- package/botrun-c/stress-test-results/20260121-163148/user-10-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-10-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-10.json +110 -0
- package/botrun-c/stress-test-results/20260121-163148/user-11-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-11-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-11.json +104 -0
- package/botrun-c/stress-test-results/20260121-163148/user-12-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-12-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-12.json +98 -0
- package/botrun-c/stress-test-results/20260121-163148/user-13-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-13-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-13.json +68 -0
- package/botrun-c/stress-test-results/20260121-163148/user-14-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-14-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-14.json +116 -0
- package/botrun-c/stress-test-results/20260121-163148/user-15-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-15-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-15.json +131 -0
- package/botrun-c/stress-test-results/20260121-163148/user-16-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-16-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-16.json +110 -0
- package/botrun-c/stress-test-results/20260121-163148/user-17-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-17-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-17.json +116 -0
- package/botrun-c/stress-test-results/20260121-163148/user-2-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-2-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-2.json +98 -0
- package/botrun-c/stress-test-results/20260121-163148/user-3-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-3-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-3.json +62 -0
- package/botrun-c/stress-test-results/20260121-163148/user-4-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-4-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-4.json +113 -0
- package/botrun-c/stress-test-results/20260121-163148/user-5-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-5-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-5.json +83 -0
- package/botrun-c/stress-test-results/20260121-163148/user-6-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-6-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-6.json +125 -0
- package/botrun-c/stress-test-results/20260121-163148/user-7-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-7-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-7.json +62 -0
- package/botrun-c/stress-test-results/20260121-163148/user-8-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-8-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-8.json +41 -0
- package/botrun-c/stress-test-results/20260121-163148/user-9-status.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-9-timing.txt +1 -0
- package/botrun-c/stress-test-results/20260121-163148/user-9.json +53 -0
- package/botrun-c/test-merge.md +1 -0
- package/botrun-c/version.txt +1 -0
- package/botrun-c/web/.version +1 -0
- package/botrun-c/web/ALLOW-PUBLIC-ACCESS.md +57 -0
- package/botrun-c/web/FINAL-SETUP-STEPS.md +71 -0
- package/botrun-c/web/FIREBASE-MANUAL-STEPS.md +41 -0
- package/botrun-c/web/QUICK-SETUP-HELPER.md +79 -0
- package/botrun-c/web/README.md +162 -0
- package/botrun-c/web/__tests__/image-extractor.test.ts +147 -0
- package/botrun-c/web/__tests__/useGitHub.test.ts +245 -0
- package/botrun-c/web/app/favicon.ico +0 -0
- package/botrun-c/web/app/globals.css +215 -0
- package/botrun-c/web/app/image-preview/page.tsx +213 -0
- package/botrun-c/web/app/layout.tsx +46 -0
- package/botrun-c/web/app/page.tsx +45 -0
- package/botrun-c/web/components/CapacitorProvider.tsx +43 -0
- package/botrun-c/web/components/ChatPage.tsx +1736 -0
- package/botrun-c/web/components/ConversationList.tsx +237 -0
- package/botrun-c/web/components/ConversationListItem.tsx +121 -0
- package/botrun-c/web/components/LoginPage.tsx +212 -0
- package/botrun-c/web/components/Providers.tsx +12 -0
- package/botrun-c/web/components/StatusBarProvider.tsx +16 -0
- package/botrun-c/web/components/attachment-preview.tsx +193 -0
- package/botrun-c/web/components/botrun-incubator/BotrunIncubator.tsx +266 -0
- package/botrun-c/web/components/botrun-incubator/index.ts +1 -0
- package/botrun-c/web/components/chat-input.tsx +1251 -0
- package/botrun-c/web/components/chat-message.tsx +598 -0
- package/botrun-c/web/components/drop-zone.tsx +143 -0
- package/botrun-c/web/components/gdrive/gdrive-add-dialog.tsx +254 -0
- package/botrun-c/web/components/gdrive/gdrive-drawer.tsx +236 -0
- package/botrun-c/web/components/gdrive/gdrive-selector.tsx +226 -0
- package/botrun-c/web/components/gdrive/index.ts +7 -0
- package/botrun-c/web/components/generated-image-card.tsx +363 -0
- package/botrun-c/web/components/github/GitHubConnect.tsx +366 -0
- package/botrun-c/web/components/github/index.ts +2 -0
- package/botrun-c/web/components/import-skill-dialog.tsx +208 -0
- package/botrun-c/web/components/scroll-to-bottom-button.tsx +90 -0
- package/botrun-c/web/components/share-skill-dialog.tsx +175 -0
- package/botrun-c/web/components/skills-editor.tsx +443 -0
- package/botrun-c/web/components/skills-manager-drawer.tsx +586 -0
- package/botrun-c/web/components/smart-button-group.tsx +132 -0
- package/botrun-c/web/config/smart-buttons.ts +295 -0
- package/botrun-c/web/config/welcome-messages.ts +29 -0
- package/botrun-c/web/contexts/AuthContext.tsx +220 -0
- package/botrun-c/web/hooks/use-toast.ts +187 -0
- package/botrun-c/web/hooks/useAppStoreUpdate.ts +356 -0
- package/botrun-c/web/hooks/useAppVersion.ts +113 -0
- package/botrun-c/web/hooks/useAttachments.ts +269 -0
- package/botrun-c/web/hooks/useAuthToken.ts +59 -0
- package/botrun-c/web/hooks/useAutoWelcome.ts +89 -0
- package/botrun-c/web/hooks/useCapacitorPlatform.ts +113 -0
- package/botrun-c/web/hooks/useCapawesomeLiveUpdate.ts +149 -0
- package/botrun-c/web/hooks/useClaudeModel.ts +118 -0
- package/botrun-c/web/hooks/useConversation.ts +115 -0
- package/botrun-c/web/hooks/useConversations.ts +235 -0
- package/botrun-c/web/hooks/useGdriveFolders.ts +199 -0
- package/botrun-c/web/hooks/useGdriveSync.ts +107 -0
- package/botrun-c/web/hooks/useGitHub.ts +409 -0
- package/botrun-c/web/hooks/useScrollToBottom.ts +150 -0
- package/botrun-c/web/hooks/useStatusBar.ts +42 -0
- package/botrun-c/web/hooks/useUserPlan.ts +153 -0
- package/botrun-c/web/lib/api-config.ts +162 -0
- package/botrun-c/web/lib/api-url.ts +62 -0
- package/botrun-c/web/lib/api.ts +105 -0
- package/botrun-c/web/lib/attachment-utils.ts +168 -0
- package/botrun-c/web/lib/build-version.ts +11 -0
- package/botrun-c/web/lib/clipboard-utils.ts +199 -0
- package/botrun-c/web/lib/constants.ts +62 -0
- package/botrun-c/web/lib/conversation-storage.ts +324 -0
- package/botrun-c/web/lib/firebase-capacitor.ts +135 -0
- package/botrun-c/web/lib/firebase.ts +137 -0
- package/botrun-c/web/lib/firestore-auth.ts +61 -0
- package/botrun-c/web/lib/firestore-auth.ts.migration-bak +319 -0
- package/botrun-c/web/lib/image-extractor.ts +156 -0
- package/botrun-c/web/lib/path-utils.ts +48 -0
- package/botrun-c/web/lib/rehype-del-to-mark.ts +19 -0
- package/botrun-c/web/lib/upload-service.ts +326 -0
- package/botrun-c/web/lib/utils.ts +6 -0
- package/botrun-c/web/next.config.js +49 -0
- package/botrun-c/web/package-lock.json +6711 -0
- package/botrun-c/web/package.json +63 -0
- package/botrun-c/web/postcss.config.js +6 -0
- package/botrun-c/web/public/apple_icon.png +0 -0
- package/botrun-c/web/public/google_icon.png +0 -0
- package/botrun-c/web/public/logo-48-small.png +0 -0
- package/botrun-c/web/public/logo-48.png +0 -0
- package/botrun-c/web/scripts/generate-version.js +36 -0
- package/botrun-c/web/scripts/update-build-version.js +41 -0
- package/botrun-c/web/tailwind.config.ts +80 -0
- package/botrun-c/web/test-welcome-message.mjs +115 -0
- package/botrun-c/web/tsconfig.json +42 -0
- package/botrun-c/web/types/agent.ts +6 -0
- package/botrun-c/web/types/attachment.ts +39 -0
- package/botrun-c/web/types/conversation.ts +68 -0
- package/botrun-c/web/types/flutter.d.ts +6 -0
- package/botrun-c/web/types/project.ts +41 -0
- package/botrun-c/web/types/skills.ts +13 -0
- package/botrun-c/web//350/250/272/346/226/267-Skills-/345/211/215/347/253/257/351/241/257/347/244/272/345/225/217/351/241/214.md +83 -0
- package/lib/prompt/prompts/zero-framework/fullstack.md +17 -0
- package/lib/prompt/prompts/zero-framework/segment.md +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,4157 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@anthropic-ai/claude-agent-sdk':
|
|
12
|
+
specifier: ^0.1.29
|
|
13
|
+
version: 0.1.77(zod@3.25.76)
|
|
14
|
+
'@anthropic-ai/sdk':
|
|
15
|
+
specifier: ^0.71.2
|
|
16
|
+
version: 0.71.2(zod@3.25.76)
|
|
17
|
+
'@anthropic-ai/vertex-sdk':
|
|
18
|
+
specifier: ^0.14.0
|
|
19
|
+
version: 0.14.2(zod@3.25.76)
|
|
20
|
+
'@google-cloud/firestore':
|
|
21
|
+
specifier: ^8.0.0
|
|
22
|
+
version: 8.2.0
|
|
23
|
+
'@google-cloud/logging-winston':
|
|
24
|
+
specifier: ^6.0.1
|
|
25
|
+
version: 6.0.1(winston@3.19.0)
|
|
26
|
+
'@google-cloud/secret-manager':
|
|
27
|
+
specifier: ^6.1.1
|
|
28
|
+
version: 6.1.1
|
|
29
|
+
'@google-cloud/storage':
|
|
30
|
+
specifier: ^7.17.3
|
|
31
|
+
version: 7.18.0
|
|
32
|
+
'@google/genai':
|
|
33
|
+
specifier: ^1.28.0
|
|
34
|
+
version: 1.38.0(@modelcontextprotocol/sdk@1.25.3(hono@4.11.7)(zod@3.25.76))
|
|
35
|
+
'@hono/node-server':
|
|
36
|
+
specifier: ^1.13.7
|
|
37
|
+
version: 1.19.9(hono@4.11.7)
|
|
38
|
+
'@modelcontextprotocol/sdk':
|
|
39
|
+
specifier: ^1.19.1
|
|
40
|
+
version: 1.25.3(hono@4.11.7)(zod@3.25.76)
|
|
41
|
+
'@sendgrid/mail':
|
|
42
|
+
specifier: ^8.1.6
|
|
43
|
+
version: 8.1.6
|
|
44
|
+
dotenv:
|
|
45
|
+
specifier: ^16.4.7
|
|
46
|
+
version: 16.6.1
|
|
47
|
+
fetch-to-node:
|
|
48
|
+
specifier: ^2.1.0
|
|
49
|
+
version: 2.1.0
|
|
50
|
+
firebase-admin:
|
|
51
|
+
specifier: ^13.5.0
|
|
52
|
+
version: 13.6.0
|
|
53
|
+
fluent-ffmpeg:
|
|
54
|
+
specifier: ^2.1.3
|
|
55
|
+
version: 2.1.3
|
|
56
|
+
googleapis:
|
|
57
|
+
specifier: ^169.0.0
|
|
58
|
+
version: 169.0.0
|
|
59
|
+
hono:
|
|
60
|
+
specifier: ^4.6.15
|
|
61
|
+
version: 4.11.7
|
|
62
|
+
mammoth:
|
|
63
|
+
specifier: ^1.11.0
|
|
64
|
+
version: 1.11.0
|
|
65
|
+
nodemailer:
|
|
66
|
+
specifier: ^7.0.12
|
|
67
|
+
version: 7.0.13
|
|
68
|
+
opencc-js:
|
|
69
|
+
specifier: ^1.0.5
|
|
70
|
+
version: 1.0.5
|
|
71
|
+
p-limit:
|
|
72
|
+
specifier: ^7.2.0
|
|
73
|
+
version: 7.2.0
|
|
74
|
+
uuid:
|
|
75
|
+
specifier: ^13.0.0
|
|
76
|
+
version: 13.0.0
|
|
77
|
+
winston:
|
|
78
|
+
specifier: ^3.19.0
|
|
79
|
+
version: 3.19.0
|
|
80
|
+
zod:
|
|
81
|
+
specifier: ^3.25.76
|
|
82
|
+
version: 3.25.76
|
|
83
|
+
devDependencies:
|
|
84
|
+
'@types/fluent-ffmpeg':
|
|
85
|
+
specifier: ^2.1.28
|
|
86
|
+
version: 2.1.28
|
|
87
|
+
'@types/jsdom':
|
|
88
|
+
specifier: ^27.0.0
|
|
89
|
+
version: 27.0.0
|
|
90
|
+
'@types/node':
|
|
91
|
+
specifier: ^24.10.1
|
|
92
|
+
version: 24.10.9
|
|
93
|
+
'@types/nodemailer':
|
|
94
|
+
specifier: ^7.0.5
|
|
95
|
+
version: 7.0.9
|
|
96
|
+
'@types/uuid':
|
|
97
|
+
specifier: ^10.0.0
|
|
98
|
+
version: 10.0.0
|
|
99
|
+
'@vitest/ui':
|
|
100
|
+
specifier: ^4.0.9
|
|
101
|
+
version: 4.0.18(vitest@4.0.18)
|
|
102
|
+
tsx:
|
|
103
|
+
specifier: ^4.20.6
|
|
104
|
+
version: 4.21.0
|
|
105
|
+
typescript:
|
|
106
|
+
specifier: ^5.7.3
|
|
107
|
+
version: 5.9.3
|
|
108
|
+
vitest:
|
|
109
|
+
specifier: ^4.0.9
|
|
110
|
+
version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@24.10.9)(@vitest/ui@4.0.18)(tsx@4.21.0)
|
|
111
|
+
|
|
112
|
+
packages:
|
|
113
|
+
|
|
114
|
+
'@anthropic-ai/claude-agent-sdk@0.1.77':
|
|
115
|
+
resolution: {integrity: sha512-ZEjWQtkoB2MEY6K16DWMmF+8OhywAynH0m08V265cerbZ8xPD/2Ng2jPzbbO40mPeFSsMDJboShL+a3aObP0Jg==}
|
|
116
|
+
engines: {node: '>=18.0.0'}
|
|
117
|
+
peerDependencies:
|
|
118
|
+
zod: ^3.25.0 || ^4.0.0
|
|
119
|
+
|
|
120
|
+
'@anthropic-ai/sdk@0.71.2':
|
|
121
|
+
resolution: {integrity: sha512-TGNDEUuEstk/DKu0/TflXAEt+p+p/WhTlFzEnoosvbaDU2LTjm42igSdlL0VijrKpWejtOKxX0b8A7uc+XiSAQ==}
|
|
122
|
+
hasBin: true
|
|
123
|
+
peerDependencies:
|
|
124
|
+
zod: ^3.25.0 || ^4.0.0
|
|
125
|
+
peerDependenciesMeta:
|
|
126
|
+
zod:
|
|
127
|
+
optional: true
|
|
128
|
+
|
|
129
|
+
'@anthropic-ai/vertex-sdk@0.14.2':
|
|
130
|
+
resolution: {integrity: sha512-k0uJ8wXoAoUS9G3ckptqzdpBvSJAwnKe8YgqWWMiZ0Z7FwMRsCT7mgpijoXt/cpASH+elIqk0G/OR0J4PtQnYQ==}
|
|
131
|
+
|
|
132
|
+
'@babel/runtime@7.28.6':
|
|
133
|
+
resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
|
|
134
|
+
engines: {node: '>=6.9.0'}
|
|
135
|
+
|
|
136
|
+
'@colors/colors@1.6.0':
|
|
137
|
+
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
138
|
+
engines: {node: '>=0.1.90'}
|
|
139
|
+
|
|
140
|
+
'@dabh/diagnostics@2.0.8':
|
|
141
|
+
resolution: {integrity: sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==}
|
|
142
|
+
|
|
143
|
+
'@esbuild/aix-ppc64@0.27.2':
|
|
144
|
+
resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
|
|
145
|
+
engines: {node: '>=18'}
|
|
146
|
+
cpu: [ppc64]
|
|
147
|
+
os: [aix]
|
|
148
|
+
|
|
149
|
+
'@esbuild/android-arm64@0.27.2':
|
|
150
|
+
resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
|
|
151
|
+
engines: {node: '>=18'}
|
|
152
|
+
cpu: [arm64]
|
|
153
|
+
os: [android]
|
|
154
|
+
|
|
155
|
+
'@esbuild/android-arm@0.27.2':
|
|
156
|
+
resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
|
|
157
|
+
engines: {node: '>=18'}
|
|
158
|
+
cpu: [arm]
|
|
159
|
+
os: [android]
|
|
160
|
+
|
|
161
|
+
'@esbuild/android-x64@0.27.2':
|
|
162
|
+
resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
|
|
163
|
+
engines: {node: '>=18'}
|
|
164
|
+
cpu: [x64]
|
|
165
|
+
os: [android]
|
|
166
|
+
|
|
167
|
+
'@esbuild/darwin-arm64@0.27.2':
|
|
168
|
+
resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
|
|
169
|
+
engines: {node: '>=18'}
|
|
170
|
+
cpu: [arm64]
|
|
171
|
+
os: [darwin]
|
|
172
|
+
|
|
173
|
+
'@esbuild/darwin-x64@0.27.2':
|
|
174
|
+
resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
|
|
175
|
+
engines: {node: '>=18'}
|
|
176
|
+
cpu: [x64]
|
|
177
|
+
os: [darwin]
|
|
178
|
+
|
|
179
|
+
'@esbuild/freebsd-arm64@0.27.2':
|
|
180
|
+
resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
|
|
181
|
+
engines: {node: '>=18'}
|
|
182
|
+
cpu: [arm64]
|
|
183
|
+
os: [freebsd]
|
|
184
|
+
|
|
185
|
+
'@esbuild/freebsd-x64@0.27.2':
|
|
186
|
+
resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
|
|
187
|
+
engines: {node: '>=18'}
|
|
188
|
+
cpu: [x64]
|
|
189
|
+
os: [freebsd]
|
|
190
|
+
|
|
191
|
+
'@esbuild/linux-arm64@0.27.2':
|
|
192
|
+
resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
|
|
193
|
+
engines: {node: '>=18'}
|
|
194
|
+
cpu: [arm64]
|
|
195
|
+
os: [linux]
|
|
196
|
+
|
|
197
|
+
'@esbuild/linux-arm@0.27.2':
|
|
198
|
+
resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
|
|
199
|
+
engines: {node: '>=18'}
|
|
200
|
+
cpu: [arm]
|
|
201
|
+
os: [linux]
|
|
202
|
+
|
|
203
|
+
'@esbuild/linux-ia32@0.27.2':
|
|
204
|
+
resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
|
|
205
|
+
engines: {node: '>=18'}
|
|
206
|
+
cpu: [ia32]
|
|
207
|
+
os: [linux]
|
|
208
|
+
|
|
209
|
+
'@esbuild/linux-loong64@0.27.2':
|
|
210
|
+
resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
|
|
211
|
+
engines: {node: '>=18'}
|
|
212
|
+
cpu: [loong64]
|
|
213
|
+
os: [linux]
|
|
214
|
+
|
|
215
|
+
'@esbuild/linux-mips64el@0.27.2':
|
|
216
|
+
resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
|
|
217
|
+
engines: {node: '>=18'}
|
|
218
|
+
cpu: [mips64el]
|
|
219
|
+
os: [linux]
|
|
220
|
+
|
|
221
|
+
'@esbuild/linux-ppc64@0.27.2':
|
|
222
|
+
resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
|
|
223
|
+
engines: {node: '>=18'}
|
|
224
|
+
cpu: [ppc64]
|
|
225
|
+
os: [linux]
|
|
226
|
+
|
|
227
|
+
'@esbuild/linux-riscv64@0.27.2':
|
|
228
|
+
resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
|
|
229
|
+
engines: {node: '>=18'}
|
|
230
|
+
cpu: [riscv64]
|
|
231
|
+
os: [linux]
|
|
232
|
+
|
|
233
|
+
'@esbuild/linux-s390x@0.27.2':
|
|
234
|
+
resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
|
|
235
|
+
engines: {node: '>=18'}
|
|
236
|
+
cpu: [s390x]
|
|
237
|
+
os: [linux]
|
|
238
|
+
|
|
239
|
+
'@esbuild/linux-x64@0.27.2':
|
|
240
|
+
resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
|
|
241
|
+
engines: {node: '>=18'}
|
|
242
|
+
cpu: [x64]
|
|
243
|
+
os: [linux]
|
|
244
|
+
|
|
245
|
+
'@esbuild/netbsd-arm64@0.27.2':
|
|
246
|
+
resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
|
|
247
|
+
engines: {node: '>=18'}
|
|
248
|
+
cpu: [arm64]
|
|
249
|
+
os: [netbsd]
|
|
250
|
+
|
|
251
|
+
'@esbuild/netbsd-x64@0.27.2':
|
|
252
|
+
resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
|
|
253
|
+
engines: {node: '>=18'}
|
|
254
|
+
cpu: [x64]
|
|
255
|
+
os: [netbsd]
|
|
256
|
+
|
|
257
|
+
'@esbuild/openbsd-arm64@0.27.2':
|
|
258
|
+
resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
|
|
259
|
+
engines: {node: '>=18'}
|
|
260
|
+
cpu: [arm64]
|
|
261
|
+
os: [openbsd]
|
|
262
|
+
|
|
263
|
+
'@esbuild/openbsd-x64@0.27.2':
|
|
264
|
+
resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
|
|
265
|
+
engines: {node: '>=18'}
|
|
266
|
+
cpu: [x64]
|
|
267
|
+
os: [openbsd]
|
|
268
|
+
|
|
269
|
+
'@esbuild/openharmony-arm64@0.27.2':
|
|
270
|
+
resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
|
|
271
|
+
engines: {node: '>=18'}
|
|
272
|
+
cpu: [arm64]
|
|
273
|
+
os: [openharmony]
|
|
274
|
+
|
|
275
|
+
'@esbuild/sunos-x64@0.27.2':
|
|
276
|
+
resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
|
|
277
|
+
engines: {node: '>=18'}
|
|
278
|
+
cpu: [x64]
|
|
279
|
+
os: [sunos]
|
|
280
|
+
|
|
281
|
+
'@esbuild/win32-arm64@0.27.2':
|
|
282
|
+
resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
|
|
283
|
+
engines: {node: '>=18'}
|
|
284
|
+
cpu: [arm64]
|
|
285
|
+
os: [win32]
|
|
286
|
+
|
|
287
|
+
'@esbuild/win32-ia32@0.27.2':
|
|
288
|
+
resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
|
|
289
|
+
engines: {node: '>=18'}
|
|
290
|
+
cpu: [ia32]
|
|
291
|
+
os: [win32]
|
|
292
|
+
|
|
293
|
+
'@esbuild/win32-x64@0.27.2':
|
|
294
|
+
resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
|
|
295
|
+
engines: {node: '>=18'}
|
|
296
|
+
cpu: [x64]
|
|
297
|
+
os: [win32]
|
|
298
|
+
|
|
299
|
+
'@fastify/busboy@3.2.0':
|
|
300
|
+
resolution: {integrity: sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==}
|
|
301
|
+
|
|
302
|
+
'@firebase/app-check-interop-types@0.3.3':
|
|
303
|
+
resolution: {integrity: sha512-gAlxfPLT2j8bTI/qfe3ahl2I2YcBQ8cFIBdhAQA4I2f3TndcO+22YizyGYuttLHPQEpWkhmpFW60VCFEPg4g5A==}
|
|
304
|
+
|
|
305
|
+
'@firebase/app-types@0.9.3':
|
|
306
|
+
resolution: {integrity: sha512-kRVpIl4vVGJ4baogMDINbyrIOtOxqhkZQg4jTq3l8Lw6WSk0xfpEYzezFu+Kl4ve4fbPl79dvwRtaFqAC/ucCw==}
|
|
307
|
+
|
|
308
|
+
'@firebase/auth-interop-types@0.2.4':
|
|
309
|
+
resolution: {integrity: sha512-JPgcXKCuO+CWqGDnigBtvo09HeBs5u/Ktc2GaFj2m01hLarbxthLNm7Fk8iOP1aqAtXV+fnnGj7U28xmk7IwVA==}
|
|
310
|
+
|
|
311
|
+
'@firebase/component@0.7.0':
|
|
312
|
+
resolution: {integrity: sha512-wR9En2A+WESUHexjmRHkqtaVH94WLNKt6rmeqZhSLBybg4Wyf0Umk04SZsS6sBq4102ZsDBFwoqMqJYj2IoDSg==}
|
|
313
|
+
engines: {node: '>=20.0.0'}
|
|
314
|
+
|
|
315
|
+
'@firebase/database-compat@2.1.0':
|
|
316
|
+
resolution: {integrity: sha512-8nYc43RqxScsePVd1qe1xxvWNf0OBnbwHxmXJ7MHSuuTVYFO3eLyLW3PiCKJ9fHnmIz4p4LbieXwz+qtr9PZDg==}
|
|
317
|
+
engines: {node: '>=20.0.0'}
|
|
318
|
+
|
|
319
|
+
'@firebase/database-types@1.0.16':
|
|
320
|
+
resolution: {integrity: sha512-xkQLQfU5De7+SPhEGAXFBnDryUWhhlFXelEg2YeZOQMCdoe7dL64DDAd77SQsR+6uoXIZY5MB4y/inCs4GTfcw==}
|
|
321
|
+
|
|
322
|
+
'@firebase/database@1.1.0':
|
|
323
|
+
resolution: {integrity: sha512-gM6MJFae3pTyNLoc9VcJNuaUDej0ctdjn3cVtILo3D5lpp0dmUHHLFN/pUKe7ImyeB1KAvRlEYxvIHNF04Filg==}
|
|
324
|
+
engines: {node: '>=20.0.0'}
|
|
325
|
+
|
|
326
|
+
'@firebase/logger@0.5.0':
|
|
327
|
+
resolution: {integrity: sha512-cGskaAvkrnh42b3BA3doDWeBmuHFO/Mx5A83rbRDYakPjO9bJtRL3dX7javzc2Rr/JHZf4HlterTW2lUkfeN4g==}
|
|
328
|
+
engines: {node: '>=20.0.0'}
|
|
329
|
+
|
|
330
|
+
'@firebase/util@1.13.0':
|
|
331
|
+
resolution: {integrity: sha512-0AZUyYUfpMNcztR5l09izHwXkZpghLgCUaAGjtMwXnCg3bj4ml5VgiwqOMOxJ+Nw4qN/zJAaOQBcJ7KGkWStqQ==}
|
|
332
|
+
engines: {node: '>=20.0.0'}
|
|
333
|
+
|
|
334
|
+
'@google-cloud/common@5.0.2':
|
|
335
|
+
resolution: {integrity: sha512-V7bmBKYQyu0eVG2BFejuUjlBt+zrya6vtsKdY+JxMM/dNntPF41vZ9+LhOshEUH01zOHEqBSvI7Dad7ZS6aUeA==}
|
|
336
|
+
engines: {node: '>=14.0.0'}
|
|
337
|
+
|
|
338
|
+
'@google-cloud/firestore@7.11.6':
|
|
339
|
+
resolution: {integrity: sha512-EW/O8ktzwLfyWBOsNuhRoMi8lrC3clHM5LVFhGvO1HCsLozCOOXRAlHrYBoE6HL42Sc8yYMuCb2XqcnJ4OOEpw==}
|
|
340
|
+
engines: {node: '>=14.0.0'}
|
|
341
|
+
|
|
342
|
+
'@google-cloud/firestore@8.2.0':
|
|
343
|
+
resolution: {integrity: sha512-dhpoNT+CcpHCiukuJPjGKH//WCicWPAPE5plOOQxDSGOzLuDzhOA7MNS+n69kA1FekHCpXKSPpSaCySz4t5ftQ==}
|
|
344
|
+
engines: {node: '>=18'}
|
|
345
|
+
|
|
346
|
+
'@google-cloud/logging-winston@6.0.1':
|
|
347
|
+
resolution: {integrity: sha512-tgA/qe/aGZITMrJ/5Tuykv234pLb/Qo6iDZ8SDkjbsiIy69mLQmbphrUd/IqnE17BSDfrwDUckvWdghiy8b+Qg==}
|
|
348
|
+
engines: {node: '>=14.0.0'}
|
|
349
|
+
peerDependencies:
|
|
350
|
+
winston: '>=3.2.1'
|
|
351
|
+
|
|
352
|
+
'@google-cloud/logging@11.2.1':
|
|
353
|
+
resolution: {integrity: sha512-2h9HBJG3OAsvzXmb81qXmaTPfXYU7KJTQUxunoOKFGnY293YQ/eCkW1Y5mHLocwpEqeqQYT/Qvl6Tk+Q7PfStw==}
|
|
354
|
+
engines: {node: '>=14.0.0'}
|
|
355
|
+
|
|
356
|
+
'@google-cloud/paginator@5.0.2':
|
|
357
|
+
resolution: {integrity: sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==}
|
|
358
|
+
engines: {node: '>=14.0.0'}
|
|
359
|
+
|
|
360
|
+
'@google-cloud/projectify@4.0.0':
|
|
361
|
+
resolution: {integrity: sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==}
|
|
362
|
+
engines: {node: '>=14.0.0'}
|
|
363
|
+
|
|
364
|
+
'@google-cloud/promisify@4.0.0':
|
|
365
|
+
resolution: {integrity: sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==}
|
|
366
|
+
engines: {node: '>=14'}
|
|
367
|
+
|
|
368
|
+
'@google-cloud/secret-manager@6.1.1':
|
|
369
|
+
resolution: {integrity: sha512-dwSuxJ9RNmAW46FjK1StiNIeOiSHHQs/XIy4VArJ6bBMR+WsIvR+zhPh2pa40aFa9uTty67j38Rl268TVV62EA==}
|
|
370
|
+
engines: {node: '>=18'}
|
|
371
|
+
|
|
372
|
+
'@google-cloud/storage@7.18.0':
|
|
373
|
+
resolution: {integrity: sha512-r3ZwDMiz4nwW6R922Z1pwpePxyRwE5GdevYX63hRmAQUkUQJcBH/79EnQPDv5cOv1mFBgevdNWQfi3tie3dHrQ==}
|
|
374
|
+
engines: {node: '>=14'}
|
|
375
|
+
|
|
376
|
+
'@google/genai@1.38.0':
|
|
377
|
+
resolution: {integrity: sha512-V/4CQVQGovvGHuS73lwJwHKR9x33kCij3zz/ReEQ4A7RJaV0U7m4k1mvYhFk55cGZdF5JLKu2S9BTaFuEs5xTA==}
|
|
378
|
+
engines: {node: '>=20.0.0'}
|
|
379
|
+
peerDependencies:
|
|
380
|
+
'@modelcontextprotocol/sdk': ^1.25.2
|
|
381
|
+
peerDependenciesMeta:
|
|
382
|
+
'@modelcontextprotocol/sdk':
|
|
383
|
+
optional: true
|
|
384
|
+
|
|
385
|
+
'@grpc/grpc-js@1.14.3':
|
|
386
|
+
resolution: {integrity: sha512-Iq8QQQ/7X3Sac15oB6p0FmUg/klxQvXLeileoqrTRGJYLV+/9tubbr9ipz0GKHjmXVsgFPo/+W+2cA8eNcR+XA==}
|
|
387
|
+
engines: {node: '>=12.10.0'}
|
|
388
|
+
|
|
389
|
+
'@grpc/proto-loader@0.7.15':
|
|
390
|
+
resolution: {integrity: sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==}
|
|
391
|
+
engines: {node: '>=6'}
|
|
392
|
+
hasBin: true
|
|
393
|
+
|
|
394
|
+
'@grpc/proto-loader@0.8.0':
|
|
395
|
+
resolution: {integrity: sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ==}
|
|
396
|
+
engines: {node: '>=6'}
|
|
397
|
+
hasBin: true
|
|
398
|
+
|
|
399
|
+
'@hono/node-server@1.19.9':
|
|
400
|
+
resolution: {integrity: sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==}
|
|
401
|
+
engines: {node: '>=18.14.1'}
|
|
402
|
+
peerDependencies:
|
|
403
|
+
hono: ^4
|
|
404
|
+
|
|
405
|
+
'@img/sharp-darwin-arm64@0.33.5':
|
|
406
|
+
resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==}
|
|
407
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
408
|
+
cpu: [arm64]
|
|
409
|
+
os: [darwin]
|
|
410
|
+
|
|
411
|
+
'@img/sharp-darwin-x64@0.33.5':
|
|
412
|
+
resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==}
|
|
413
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
414
|
+
cpu: [x64]
|
|
415
|
+
os: [darwin]
|
|
416
|
+
|
|
417
|
+
'@img/sharp-libvips-darwin-arm64@1.0.4':
|
|
418
|
+
resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==}
|
|
419
|
+
cpu: [arm64]
|
|
420
|
+
os: [darwin]
|
|
421
|
+
|
|
422
|
+
'@img/sharp-libvips-darwin-x64@1.0.4':
|
|
423
|
+
resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==}
|
|
424
|
+
cpu: [x64]
|
|
425
|
+
os: [darwin]
|
|
426
|
+
|
|
427
|
+
'@img/sharp-libvips-linux-arm64@1.0.4':
|
|
428
|
+
resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
|
|
429
|
+
cpu: [arm64]
|
|
430
|
+
os: [linux]
|
|
431
|
+
|
|
432
|
+
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
433
|
+
resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
|
|
434
|
+
cpu: [arm]
|
|
435
|
+
os: [linux]
|
|
436
|
+
|
|
437
|
+
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
438
|
+
resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
|
|
439
|
+
cpu: [x64]
|
|
440
|
+
os: [linux]
|
|
441
|
+
|
|
442
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
443
|
+
resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
|
|
444
|
+
cpu: [arm64]
|
|
445
|
+
os: [linux]
|
|
446
|
+
|
|
447
|
+
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
448
|
+
resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
|
|
449
|
+
cpu: [x64]
|
|
450
|
+
os: [linux]
|
|
451
|
+
|
|
452
|
+
'@img/sharp-linux-arm64@0.33.5':
|
|
453
|
+
resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
|
|
454
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
455
|
+
cpu: [arm64]
|
|
456
|
+
os: [linux]
|
|
457
|
+
|
|
458
|
+
'@img/sharp-linux-arm@0.33.5':
|
|
459
|
+
resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
|
|
460
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
461
|
+
cpu: [arm]
|
|
462
|
+
os: [linux]
|
|
463
|
+
|
|
464
|
+
'@img/sharp-linux-x64@0.33.5':
|
|
465
|
+
resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
|
|
466
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
467
|
+
cpu: [x64]
|
|
468
|
+
os: [linux]
|
|
469
|
+
|
|
470
|
+
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
471
|
+
resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
|
|
472
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
473
|
+
cpu: [arm64]
|
|
474
|
+
os: [linux]
|
|
475
|
+
|
|
476
|
+
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
477
|
+
resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
|
|
478
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
479
|
+
cpu: [x64]
|
|
480
|
+
os: [linux]
|
|
481
|
+
|
|
482
|
+
'@img/sharp-win32-x64@0.33.5':
|
|
483
|
+
resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==}
|
|
484
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
485
|
+
cpu: [x64]
|
|
486
|
+
os: [win32]
|
|
487
|
+
|
|
488
|
+
'@isaacs/cliui@8.0.2':
|
|
489
|
+
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
|
490
|
+
engines: {node: '>=12'}
|
|
491
|
+
|
|
492
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
493
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
494
|
+
|
|
495
|
+
'@js-sdsl/ordered-map@4.4.2':
|
|
496
|
+
resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==}
|
|
497
|
+
|
|
498
|
+
'@modelcontextprotocol/sdk@1.25.3':
|
|
499
|
+
resolution: {integrity: sha512-vsAMBMERybvYgKbg/l4L1rhS7VXV1c0CtyJg72vwxONVX0l4ZfKVAnZEWTQixJGTzKnELjQ59e4NbdFDALRiAQ==}
|
|
500
|
+
engines: {node: '>=18'}
|
|
501
|
+
peerDependencies:
|
|
502
|
+
'@cfworker/json-schema': ^4.1.1
|
|
503
|
+
zod: ^3.25 || ^4.0
|
|
504
|
+
peerDependenciesMeta:
|
|
505
|
+
'@cfworker/json-schema':
|
|
506
|
+
optional: true
|
|
507
|
+
|
|
508
|
+
'@opentelemetry/api@1.9.0':
|
|
509
|
+
resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==}
|
|
510
|
+
engines: {node: '>=8.0.0'}
|
|
511
|
+
|
|
512
|
+
'@pkgjs/parseargs@0.11.0':
|
|
513
|
+
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
514
|
+
engines: {node: '>=14'}
|
|
515
|
+
|
|
516
|
+
'@polka/url@1.0.0-next.29':
|
|
517
|
+
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
|
518
|
+
|
|
519
|
+
'@protobufjs/aspromise@1.1.2':
|
|
520
|
+
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
|
|
521
|
+
|
|
522
|
+
'@protobufjs/base64@1.1.2':
|
|
523
|
+
resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==}
|
|
524
|
+
|
|
525
|
+
'@protobufjs/codegen@2.0.4':
|
|
526
|
+
resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==}
|
|
527
|
+
|
|
528
|
+
'@protobufjs/eventemitter@1.1.0':
|
|
529
|
+
resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==}
|
|
530
|
+
|
|
531
|
+
'@protobufjs/fetch@1.1.0':
|
|
532
|
+
resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==}
|
|
533
|
+
|
|
534
|
+
'@protobufjs/float@1.0.2':
|
|
535
|
+
resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==}
|
|
536
|
+
|
|
537
|
+
'@protobufjs/inquire@1.1.0':
|
|
538
|
+
resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==}
|
|
539
|
+
|
|
540
|
+
'@protobufjs/path@1.1.2':
|
|
541
|
+
resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==}
|
|
542
|
+
|
|
543
|
+
'@protobufjs/pool@1.1.0':
|
|
544
|
+
resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==}
|
|
545
|
+
|
|
546
|
+
'@protobufjs/utf8@1.1.0':
|
|
547
|
+
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
|
|
548
|
+
|
|
549
|
+
'@rollup/rollup-android-arm-eabi@4.57.0':
|
|
550
|
+
resolution: {integrity: sha512-tPgXB6cDTndIe1ah7u6amCI1T0SsnlOuKgg10Xh3uizJk4e5M1JGaUMk7J4ciuAUcFpbOiNhm2XIjP9ON0dUqA==}
|
|
551
|
+
cpu: [arm]
|
|
552
|
+
os: [android]
|
|
553
|
+
|
|
554
|
+
'@rollup/rollup-android-arm64@4.57.0':
|
|
555
|
+
resolution: {integrity: sha512-sa4LyseLLXr1onr97StkU1Nb7fWcg6niokTwEVNOO7awaKaoRObQ54+V/hrF/BP1noMEaaAW6Fg2d/CfLiq3Mg==}
|
|
556
|
+
cpu: [arm64]
|
|
557
|
+
os: [android]
|
|
558
|
+
|
|
559
|
+
'@rollup/rollup-darwin-arm64@4.57.0':
|
|
560
|
+
resolution: {integrity: sha512-/NNIj9A7yLjKdmkx5dC2XQ9DmjIECpGpwHoGmA5E1AhU0fuICSqSWScPhN1yLCkEdkCwJIDu2xIeLPs60MNIVg==}
|
|
561
|
+
cpu: [arm64]
|
|
562
|
+
os: [darwin]
|
|
563
|
+
|
|
564
|
+
'@rollup/rollup-darwin-x64@4.57.0':
|
|
565
|
+
resolution: {integrity: sha512-xoh8abqgPrPYPr7pTYipqnUi1V3em56JzE/HgDgitTqZBZ3yKCWI+7KUkceM6tNweyUKYru1UMi7FC060RyKwA==}
|
|
566
|
+
cpu: [x64]
|
|
567
|
+
os: [darwin]
|
|
568
|
+
|
|
569
|
+
'@rollup/rollup-freebsd-arm64@4.57.0':
|
|
570
|
+
resolution: {integrity: sha512-PCkMh7fNahWSbA0OTUQ2OpYHpjZZr0hPr8lId8twD7a7SeWrvT3xJVyza+dQwXSSq4yEQTMoXgNOfMCsn8584g==}
|
|
571
|
+
cpu: [arm64]
|
|
572
|
+
os: [freebsd]
|
|
573
|
+
|
|
574
|
+
'@rollup/rollup-freebsd-x64@4.57.0':
|
|
575
|
+
resolution: {integrity: sha512-1j3stGx+qbhXql4OCDZhnK7b01s6rBKNybfsX+TNrEe9JNq4DLi1yGiR1xW+nL+FNVvI4D02PUnl6gJ/2y6WJA==}
|
|
576
|
+
cpu: [x64]
|
|
577
|
+
os: [freebsd]
|
|
578
|
+
|
|
579
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.57.0':
|
|
580
|
+
resolution: {integrity: sha512-eyrr5W08Ms9uM0mLcKfM/Uzx7hjhz2bcjv8P2uynfj0yU8GGPdz8iYrBPhiLOZqahoAMB8ZiolRZPbbU2MAi6Q==}
|
|
581
|
+
cpu: [arm]
|
|
582
|
+
os: [linux]
|
|
583
|
+
|
|
584
|
+
'@rollup/rollup-linux-arm-musleabihf@4.57.0':
|
|
585
|
+
resolution: {integrity: sha512-Xds90ITXJCNyX9pDhqf85MKWUI4lqjiPAipJ8OLp8xqI2Ehk+TCVhF9rvOoN8xTbcafow3QOThkNnrM33uCFQA==}
|
|
586
|
+
cpu: [arm]
|
|
587
|
+
os: [linux]
|
|
588
|
+
|
|
589
|
+
'@rollup/rollup-linux-arm64-gnu@4.57.0':
|
|
590
|
+
resolution: {integrity: sha512-Xws2KA4CLvZmXjy46SQaXSejuKPhwVdaNinldoYfqruZBaJHqVo6hnRa8SDo9z7PBW5x84SH64+izmldCgbezw==}
|
|
591
|
+
cpu: [arm64]
|
|
592
|
+
os: [linux]
|
|
593
|
+
|
|
594
|
+
'@rollup/rollup-linux-arm64-musl@4.57.0':
|
|
595
|
+
resolution: {integrity: sha512-hrKXKbX5FdaRJj7lTMusmvKbhMJSGWJ+w++4KmjiDhpTgNlhYobMvKfDoIWecy4O60K6yA4SnztGuNTQF+Lplw==}
|
|
596
|
+
cpu: [arm64]
|
|
597
|
+
os: [linux]
|
|
598
|
+
|
|
599
|
+
'@rollup/rollup-linux-loong64-gnu@4.57.0':
|
|
600
|
+
resolution: {integrity: sha512-6A+nccfSDGKsPm00d3xKcrsBcbqzCTAukjwWK6rbuAnB2bHaL3r9720HBVZ/no7+FhZLz/U3GwwZZEh6tOSI8Q==}
|
|
601
|
+
cpu: [loong64]
|
|
602
|
+
os: [linux]
|
|
603
|
+
|
|
604
|
+
'@rollup/rollup-linux-loong64-musl@4.57.0':
|
|
605
|
+
resolution: {integrity: sha512-4P1VyYUe6XAJtQH1Hh99THxr0GKMMwIXsRNOceLrJnaHTDgk1FTcTimDgneRJPvB3LqDQxUmroBclQ1S0cIJwQ==}
|
|
606
|
+
cpu: [loong64]
|
|
607
|
+
os: [linux]
|
|
608
|
+
|
|
609
|
+
'@rollup/rollup-linux-ppc64-gnu@4.57.0':
|
|
610
|
+
resolution: {integrity: sha512-8Vv6pLuIZCMcgXre6c3nOPhE0gjz1+nZP6T+hwWjr7sVH8k0jRkH+XnfjjOTglyMBdSKBPPz54/y1gToSKwrSQ==}
|
|
611
|
+
cpu: [ppc64]
|
|
612
|
+
os: [linux]
|
|
613
|
+
|
|
614
|
+
'@rollup/rollup-linux-ppc64-musl@4.57.0':
|
|
615
|
+
resolution: {integrity: sha512-r1te1M0Sm2TBVD/RxBPC6RZVwNqUTwJTA7w+C/IW5v9Ssu6xmxWEi+iJQlpBhtUiT1raJ5b48pI8tBvEjEFnFA==}
|
|
616
|
+
cpu: [ppc64]
|
|
617
|
+
os: [linux]
|
|
618
|
+
|
|
619
|
+
'@rollup/rollup-linux-riscv64-gnu@4.57.0':
|
|
620
|
+
resolution: {integrity: sha512-say0uMU/RaPm3CDQLxUUTF2oNWL8ysvHkAjcCzV2znxBr23kFfaxocS9qJm+NdkRhF8wtdEEAJuYcLPhSPbjuQ==}
|
|
621
|
+
cpu: [riscv64]
|
|
622
|
+
os: [linux]
|
|
623
|
+
|
|
624
|
+
'@rollup/rollup-linux-riscv64-musl@4.57.0':
|
|
625
|
+
resolution: {integrity: sha512-/MU7/HizQGsnBREtRpcSbSV1zfkoxSTR7wLsRmBPQ8FwUj5sykrP1MyJTvsxP5KBq9SyE6kH8UQQQwa0ASeoQQ==}
|
|
626
|
+
cpu: [riscv64]
|
|
627
|
+
os: [linux]
|
|
628
|
+
|
|
629
|
+
'@rollup/rollup-linux-s390x-gnu@4.57.0':
|
|
630
|
+
resolution: {integrity: sha512-Q9eh+gUGILIHEaJf66aF6a414jQbDnn29zeu0eX3dHMuysnhTvsUvZTCAyZ6tJhUjnvzBKE4FtuaYxutxRZpOg==}
|
|
631
|
+
cpu: [s390x]
|
|
632
|
+
os: [linux]
|
|
633
|
+
|
|
634
|
+
'@rollup/rollup-linux-x64-gnu@4.57.0':
|
|
635
|
+
resolution: {integrity: sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==}
|
|
636
|
+
cpu: [x64]
|
|
637
|
+
os: [linux]
|
|
638
|
+
|
|
639
|
+
'@rollup/rollup-linux-x64-musl@4.57.0':
|
|
640
|
+
resolution: {integrity: sha512-XeatKzo4lHDsVEbm1XDHZlhYZZSQYym6dg2X/Ko0kSFgio+KXLsxwJQprnR48GvdIKDOpqWqssC3iBCjoMcMpw==}
|
|
641
|
+
cpu: [x64]
|
|
642
|
+
os: [linux]
|
|
643
|
+
|
|
644
|
+
'@rollup/rollup-openbsd-x64@4.57.0':
|
|
645
|
+
resolution: {integrity: sha512-Lu71y78F5qOfYmubYLHPcJm74GZLU6UJ4THkf/a1K7Tz2ycwC2VUbsqbJAXaR6Bx70SRdlVrt2+n5l7F0agTUw==}
|
|
646
|
+
cpu: [x64]
|
|
647
|
+
os: [openbsd]
|
|
648
|
+
|
|
649
|
+
'@rollup/rollup-openharmony-arm64@4.57.0':
|
|
650
|
+
resolution: {integrity: sha512-v5xwKDWcu7qhAEcsUubiav7r+48Uk/ENWdr82MBZZRIm7zThSxCIVDfb3ZeRRq9yqk+oIzMdDo6fCcA5DHfMyA==}
|
|
651
|
+
cpu: [arm64]
|
|
652
|
+
os: [openharmony]
|
|
653
|
+
|
|
654
|
+
'@rollup/rollup-win32-arm64-msvc@4.57.0':
|
|
655
|
+
resolution: {integrity: sha512-XnaaaSMGSI6Wk8F4KK3QP7GfuuhjGchElsVerCplUuxRIzdvZ7hRBpLR0omCmw+kI2RFJB80nenhOoGXlJ5TfQ==}
|
|
656
|
+
cpu: [arm64]
|
|
657
|
+
os: [win32]
|
|
658
|
+
|
|
659
|
+
'@rollup/rollup-win32-ia32-msvc@4.57.0':
|
|
660
|
+
resolution: {integrity: sha512-3K1lP+3BXY4t4VihLw5MEg6IZD3ojSYzqzBG571W3kNQe4G4CcFpSUQVgurYgib5d+YaCjeFow8QivWp8vuSvA==}
|
|
661
|
+
cpu: [ia32]
|
|
662
|
+
os: [win32]
|
|
663
|
+
|
|
664
|
+
'@rollup/rollup-win32-x64-gnu@4.57.0':
|
|
665
|
+
resolution: {integrity: sha512-MDk610P/vJGc5L5ImE4k5s+GZT3en0KoK1MKPXCRgzmksAMk79j4h3k1IerxTNqwDLxsGxStEZVBqG0gIqZqoA==}
|
|
666
|
+
cpu: [x64]
|
|
667
|
+
os: [win32]
|
|
668
|
+
|
|
669
|
+
'@rollup/rollup-win32-x64-msvc@4.57.0':
|
|
670
|
+
resolution: {integrity: sha512-Zv7v6q6aV+VslnpwzqKAmrk5JdVkLUzok2208ZXGipjb+msxBr/fJPZyeEXiFgH7k62Ak0SLIfxQRZQvTuf7rQ==}
|
|
671
|
+
cpu: [x64]
|
|
672
|
+
os: [win32]
|
|
673
|
+
|
|
674
|
+
'@sendgrid/client@8.1.6':
|
|
675
|
+
resolution: {integrity: sha512-/BHu0hqwXNHr2aLhcXU7RmmlVqrdfrbY9KpaNj00KZHlVOVoRxRVrpOCabIB+91ISXJ6+mLM9vpaVUhK6TwBWA==}
|
|
676
|
+
engines: {node: '>=12.*'}
|
|
677
|
+
|
|
678
|
+
'@sendgrid/helpers@8.0.0':
|
|
679
|
+
resolution: {integrity: sha512-Ze7WuW2Xzy5GT5WRx+yEv89fsg/pgy3T1E3FS0QEx0/VvRmigMZ5qyVGhJz4SxomegDkzXv/i0aFPpHKN8qdAA==}
|
|
680
|
+
engines: {node: '>= 12.0.0'}
|
|
681
|
+
|
|
682
|
+
'@sendgrid/mail@8.1.6':
|
|
683
|
+
resolution: {integrity: sha512-/ZqxUvKeEztU9drOoPC/8opEPOk+jLlB2q4+xpx6HVLq6aFu3pMpalkTpAQz8XfRfpLp8O25bh6pGPcHDCYpqg==}
|
|
684
|
+
engines: {node: '>=12.*'}
|
|
685
|
+
|
|
686
|
+
'@so-ric/colorspace@1.1.6':
|
|
687
|
+
resolution: {integrity: sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==}
|
|
688
|
+
|
|
689
|
+
'@standard-schema/spec@1.1.0':
|
|
690
|
+
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
691
|
+
|
|
692
|
+
'@tootallnate/once@2.0.0':
|
|
693
|
+
resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
|
|
694
|
+
engines: {node: '>= 10'}
|
|
695
|
+
|
|
696
|
+
'@types/caseless@0.12.5':
|
|
697
|
+
resolution: {integrity: sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==}
|
|
698
|
+
|
|
699
|
+
'@types/chai@5.2.3':
|
|
700
|
+
resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
|
|
701
|
+
|
|
702
|
+
'@types/deep-eql@4.0.2':
|
|
703
|
+
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
|
|
704
|
+
|
|
705
|
+
'@types/estree@1.0.8':
|
|
706
|
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
707
|
+
|
|
708
|
+
'@types/fluent-ffmpeg@2.1.28':
|
|
709
|
+
resolution: {integrity: sha512-5ovxsDwBcPfJ+eYs1I/ZpcYCnkce7pvH9AHSvrZllAp1ZPpTRDZAFjF3TRFbukxSgIYTTNYePbS0rKUmaxVbXw==}
|
|
710
|
+
|
|
711
|
+
'@types/jsdom@27.0.0':
|
|
712
|
+
resolution: {integrity: sha512-NZyFl/PViwKzdEkQg96gtnB8wm+1ljhdDay9ahn4hgb+SfVtPCbm3TlmDUFXTA+MGN3CijicnMhG18SI5H3rFw==}
|
|
713
|
+
|
|
714
|
+
'@types/jsonwebtoken@9.0.10':
|
|
715
|
+
resolution: {integrity: sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==}
|
|
716
|
+
|
|
717
|
+
'@types/long@4.0.2':
|
|
718
|
+
resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
|
|
719
|
+
|
|
720
|
+
'@types/ms@2.1.0':
|
|
721
|
+
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
|
722
|
+
|
|
723
|
+
'@types/node@22.19.7':
|
|
724
|
+
resolution: {integrity: sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==}
|
|
725
|
+
|
|
726
|
+
'@types/node@24.10.9':
|
|
727
|
+
resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==}
|
|
728
|
+
|
|
729
|
+
'@types/nodemailer@7.0.9':
|
|
730
|
+
resolution: {integrity: sha512-vI8oF1M+8JvQhsId0Pc38BdUP2evenIIys7c7p+9OZXSPOH5c1dyINP1jT8xQ2xPuBUXmIC87s+91IZMDjH8Ow==}
|
|
731
|
+
|
|
732
|
+
'@types/request@2.48.13':
|
|
733
|
+
resolution: {integrity: sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==}
|
|
734
|
+
|
|
735
|
+
'@types/tough-cookie@4.0.5':
|
|
736
|
+
resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
|
|
737
|
+
|
|
738
|
+
'@types/triple-beam@1.3.5':
|
|
739
|
+
resolution: {integrity: sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==}
|
|
740
|
+
|
|
741
|
+
'@types/uuid@10.0.0':
|
|
742
|
+
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
|
743
|
+
|
|
744
|
+
'@vitest/expect@4.0.18':
|
|
745
|
+
resolution: {integrity: sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==}
|
|
746
|
+
|
|
747
|
+
'@vitest/mocker@4.0.18':
|
|
748
|
+
resolution: {integrity: sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==}
|
|
749
|
+
peerDependencies:
|
|
750
|
+
msw: ^2.4.9
|
|
751
|
+
vite: ^6.0.0 || ^7.0.0-0
|
|
752
|
+
peerDependenciesMeta:
|
|
753
|
+
msw:
|
|
754
|
+
optional: true
|
|
755
|
+
vite:
|
|
756
|
+
optional: true
|
|
757
|
+
|
|
758
|
+
'@vitest/pretty-format@4.0.18':
|
|
759
|
+
resolution: {integrity: sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==}
|
|
760
|
+
|
|
761
|
+
'@vitest/runner@4.0.18':
|
|
762
|
+
resolution: {integrity: sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==}
|
|
763
|
+
|
|
764
|
+
'@vitest/snapshot@4.0.18':
|
|
765
|
+
resolution: {integrity: sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==}
|
|
766
|
+
|
|
767
|
+
'@vitest/spy@4.0.18':
|
|
768
|
+
resolution: {integrity: sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==}
|
|
769
|
+
|
|
770
|
+
'@vitest/ui@4.0.18':
|
|
771
|
+
resolution: {integrity: sha512-CGJ25bc8fRi8Lod/3GHSvXRKi7nBo3kxh0ApW4yCjmrWmRmlT53B5E08XRSZRliygG0aVNxLrBEqPYdz/KcCtQ==}
|
|
772
|
+
peerDependencies:
|
|
773
|
+
vitest: 4.0.18
|
|
774
|
+
|
|
775
|
+
'@vitest/utils@4.0.18':
|
|
776
|
+
resolution: {integrity: sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==}
|
|
777
|
+
|
|
778
|
+
'@xmldom/xmldom@0.8.11':
|
|
779
|
+
resolution: {integrity: sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==}
|
|
780
|
+
engines: {node: '>=10.0.0'}
|
|
781
|
+
|
|
782
|
+
abort-controller@3.0.0:
|
|
783
|
+
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
|
784
|
+
engines: {node: '>=6.5'}
|
|
785
|
+
|
|
786
|
+
accepts@2.0.0:
|
|
787
|
+
resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==}
|
|
788
|
+
engines: {node: '>= 0.6'}
|
|
789
|
+
|
|
790
|
+
agent-base@6.0.2:
|
|
791
|
+
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
|
|
792
|
+
engines: {node: '>= 6.0.0'}
|
|
793
|
+
|
|
794
|
+
agent-base@7.1.4:
|
|
795
|
+
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
796
|
+
engines: {node: '>= 14'}
|
|
797
|
+
|
|
798
|
+
ajv-formats@3.0.1:
|
|
799
|
+
resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
|
|
800
|
+
peerDependencies:
|
|
801
|
+
ajv: ^8.0.0
|
|
802
|
+
peerDependenciesMeta:
|
|
803
|
+
ajv:
|
|
804
|
+
optional: true
|
|
805
|
+
|
|
806
|
+
ajv@8.17.1:
|
|
807
|
+
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
|
|
808
|
+
|
|
809
|
+
ansi-regex@5.0.1:
|
|
810
|
+
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
811
|
+
engines: {node: '>=8'}
|
|
812
|
+
|
|
813
|
+
ansi-regex@6.2.2:
|
|
814
|
+
resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
|
|
815
|
+
engines: {node: '>=12'}
|
|
816
|
+
|
|
817
|
+
ansi-styles@4.3.0:
|
|
818
|
+
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
819
|
+
engines: {node: '>=8'}
|
|
820
|
+
|
|
821
|
+
ansi-styles@6.2.3:
|
|
822
|
+
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
|
|
823
|
+
engines: {node: '>=12'}
|
|
824
|
+
|
|
825
|
+
argparse@1.0.10:
|
|
826
|
+
resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
|
|
827
|
+
|
|
828
|
+
arrify@2.0.1:
|
|
829
|
+
resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==}
|
|
830
|
+
engines: {node: '>=8'}
|
|
831
|
+
|
|
832
|
+
assertion-error@2.0.1:
|
|
833
|
+
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
834
|
+
engines: {node: '>=12'}
|
|
835
|
+
|
|
836
|
+
async-retry@1.3.3:
|
|
837
|
+
resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==}
|
|
838
|
+
|
|
839
|
+
async@0.2.10:
|
|
840
|
+
resolution: {integrity: sha512-eAkdoKxU6/LkKDBzLpT+t6Ff5EtfSF4wx1WfJiPEEV7WNLnDaRXk0oVysiEPm262roaachGexwUv94WhSgN5TQ==}
|
|
841
|
+
|
|
842
|
+
async@3.2.6:
|
|
843
|
+
resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
|
|
844
|
+
|
|
845
|
+
asynckit@0.4.0:
|
|
846
|
+
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
847
|
+
|
|
848
|
+
axios@1.13.4:
|
|
849
|
+
resolution: {integrity: sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==}
|
|
850
|
+
|
|
851
|
+
balanced-match@1.0.2:
|
|
852
|
+
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
853
|
+
|
|
854
|
+
base64-js@1.5.1:
|
|
855
|
+
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
|
856
|
+
|
|
857
|
+
bignumber.js@9.3.1:
|
|
858
|
+
resolution: {integrity: sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==}
|
|
859
|
+
|
|
860
|
+
bluebird@3.4.7:
|
|
861
|
+
resolution: {integrity: sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==}
|
|
862
|
+
|
|
863
|
+
body-parser@2.2.2:
|
|
864
|
+
resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==}
|
|
865
|
+
engines: {node: '>=18'}
|
|
866
|
+
|
|
867
|
+
brace-expansion@2.0.2:
|
|
868
|
+
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
869
|
+
|
|
870
|
+
buffer-equal-constant-time@1.0.1:
|
|
871
|
+
resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==}
|
|
872
|
+
|
|
873
|
+
bytes@3.1.2:
|
|
874
|
+
resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
|
|
875
|
+
engines: {node: '>= 0.8'}
|
|
876
|
+
|
|
877
|
+
call-bind-apply-helpers@1.0.2:
|
|
878
|
+
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
879
|
+
engines: {node: '>= 0.4'}
|
|
880
|
+
|
|
881
|
+
call-bound@1.0.4:
|
|
882
|
+
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
|
|
883
|
+
engines: {node: '>= 0.4'}
|
|
884
|
+
|
|
885
|
+
chai@6.2.2:
|
|
886
|
+
resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==}
|
|
887
|
+
engines: {node: '>=18'}
|
|
888
|
+
|
|
889
|
+
cliui@8.0.1:
|
|
890
|
+
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
891
|
+
engines: {node: '>=12'}
|
|
892
|
+
|
|
893
|
+
color-convert@2.0.1:
|
|
894
|
+
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
895
|
+
engines: {node: '>=7.0.0'}
|
|
896
|
+
|
|
897
|
+
color-convert@3.1.3:
|
|
898
|
+
resolution: {integrity: sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==}
|
|
899
|
+
engines: {node: '>=14.6'}
|
|
900
|
+
|
|
901
|
+
color-name@1.1.4:
|
|
902
|
+
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
903
|
+
|
|
904
|
+
color-name@2.1.0:
|
|
905
|
+
resolution: {integrity: sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==}
|
|
906
|
+
engines: {node: '>=12.20'}
|
|
907
|
+
|
|
908
|
+
color-string@2.1.4:
|
|
909
|
+
resolution: {integrity: sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==}
|
|
910
|
+
engines: {node: '>=18'}
|
|
911
|
+
|
|
912
|
+
color@5.0.3:
|
|
913
|
+
resolution: {integrity: sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==}
|
|
914
|
+
engines: {node: '>=18'}
|
|
915
|
+
|
|
916
|
+
combined-stream@1.0.8:
|
|
917
|
+
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
|
|
918
|
+
engines: {node: '>= 0.8'}
|
|
919
|
+
|
|
920
|
+
content-disposition@1.0.1:
|
|
921
|
+
resolution: {integrity: sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==}
|
|
922
|
+
engines: {node: '>=18'}
|
|
923
|
+
|
|
924
|
+
content-type@1.0.5:
|
|
925
|
+
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
|
|
926
|
+
engines: {node: '>= 0.6'}
|
|
927
|
+
|
|
928
|
+
cookie-signature@1.2.2:
|
|
929
|
+
resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==}
|
|
930
|
+
engines: {node: '>=6.6.0'}
|
|
931
|
+
|
|
932
|
+
cookie@0.7.2:
|
|
933
|
+
resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
|
|
934
|
+
engines: {node: '>= 0.6'}
|
|
935
|
+
|
|
936
|
+
core-util-is@1.0.3:
|
|
937
|
+
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
|
938
|
+
|
|
939
|
+
cors@2.8.6:
|
|
940
|
+
resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==}
|
|
941
|
+
engines: {node: '>= 0.10'}
|
|
942
|
+
|
|
943
|
+
cross-spawn@7.0.6:
|
|
944
|
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
945
|
+
engines: {node: '>= 8'}
|
|
946
|
+
|
|
947
|
+
data-uri-to-buffer@4.0.1:
|
|
948
|
+
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
|
|
949
|
+
engines: {node: '>= 12'}
|
|
950
|
+
|
|
951
|
+
debug@4.4.3:
|
|
952
|
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
953
|
+
engines: {node: '>=6.0'}
|
|
954
|
+
peerDependencies:
|
|
955
|
+
supports-color: '*'
|
|
956
|
+
peerDependenciesMeta:
|
|
957
|
+
supports-color:
|
|
958
|
+
optional: true
|
|
959
|
+
|
|
960
|
+
deepmerge@4.3.1:
|
|
961
|
+
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
|
962
|
+
engines: {node: '>=0.10.0'}
|
|
963
|
+
|
|
964
|
+
delayed-stream@1.0.0:
|
|
965
|
+
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
966
|
+
engines: {node: '>=0.4.0'}
|
|
967
|
+
|
|
968
|
+
depd@2.0.0:
|
|
969
|
+
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
|
|
970
|
+
engines: {node: '>= 0.8'}
|
|
971
|
+
|
|
972
|
+
dingbat-to-unicode@1.0.1:
|
|
973
|
+
resolution: {integrity: sha512-98l0sW87ZT58pU4i61wa2OHwxbiYSbuxsCBozaVnYX2iCnr3bLM3fIes1/ej7h1YdOKuKt/MLs706TVnALA65w==}
|
|
974
|
+
|
|
975
|
+
dot-prop@6.0.1:
|
|
976
|
+
resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==}
|
|
977
|
+
engines: {node: '>=10'}
|
|
978
|
+
|
|
979
|
+
dotenv@16.6.1:
|
|
980
|
+
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
|
|
981
|
+
engines: {node: '>=12'}
|
|
982
|
+
|
|
983
|
+
duck@0.1.12:
|
|
984
|
+
resolution: {integrity: sha512-wkctla1O6VfP89gQ+J/yDesM0S7B7XLXjKGzXxMDVFg7uEn706niAtyYovKbyq1oT9YwDcly721/iUWoc8MVRg==}
|
|
985
|
+
|
|
986
|
+
dunder-proto@1.0.1:
|
|
987
|
+
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
988
|
+
engines: {node: '>= 0.4'}
|
|
989
|
+
|
|
990
|
+
duplexify@4.1.3:
|
|
991
|
+
resolution: {integrity: sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==}
|
|
992
|
+
|
|
993
|
+
eastasianwidth@0.2.0:
|
|
994
|
+
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
995
|
+
|
|
996
|
+
ecdsa-sig-formatter@1.0.11:
|
|
997
|
+
resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==}
|
|
998
|
+
|
|
999
|
+
ee-first@1.1.1:
|
|
1000
|
+
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
|
1001
|
+
|
|
1002
|
+
emoji-regex@8.0.0:
|
|
1003
|
+
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
1004
|
+
|
|
1005
|
+
emoji-regex@9.2.2:
|
|
1006
|
+
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
1007
|
+
|
|
1008
|
+
enabled@2.0.0:
|
|
1009
|
+
resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==}
|
|
1010
|
+
|
|
1011
|
+
encodeurl@2.0.0:
|
|
1012
|
+
resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
|
|
1013
|
+
engines: {node: '>= 0.8'}
|
|
1014
|
+
|
|
1015
|
+
end-of-stream@1.4.5:
|
|
1016
|
+
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
|
|
1017
|
+
|
|
1018
|
+
entities@6.0.1:
|
|
1019
|
+
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
|
|
1020
|
+
engines: {node: '>=0.12'}
|
|
1021
|
+
|
|
1022
|
+
es-define-property@1.0.1:
|
|
1023
|
+
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
|
|
1024
|
+
engines: {node: '>= 0.4'}
|
|
1025
|
+
|
|
1026
|
+
es-errors@1.3.0:
|
|
1027
|
+
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
1028
|
+
engines: {node: '>= 0.4'}
|
|
1029
|
+
|
|
1030
|
+
es-module-lexer@1.7.0:
|
|
1031
|
+
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
1032
|
+
|
|
1033
|
+
es-object-atoms@1.1.1:
|
|
1034
|
+
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
1035
|
+
engines: {node: '>= 0.4'}
|
|
1036
|
+
|
|
1037
|
+
es-set-tostringtag@2.1.0:
|
|
1038
|
+
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
1039
|
+
engines: {node: '>= 0.4'}
|
|
1040
|
+
|
|
1041
|
+
esbuild@0.27.2:
|
|
1042
|
+
resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
|
|
1043
|
+
engines: {node: '>=18'}
|
|
1044
|
+
hasBin: true
|
|
1045
|
+
|
|
1046
|
+
escalade@3.2.0:
|
|
1047
|
+
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
1048
|
+
engines: {node: '>=6'}
|
|
1049
|
+
|
|
1050
|
+
escape-html@1.0.3:
|
|
1051
|
+
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
|
1052
|
+
|
|
1053
|
+
estree-walker@3.0.3:
|
|
1054
|
+
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
1055
|
+
|
|
1056
|
+
etag@1.8.1:
|
|
1057
|
+
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
|
|
1058
|
+
engines: {node: '>= 0.6'}
|
|
1059
|
+
|
|
1060
|
+
event-target-shim@5.0.1:
|
|
1061
|
+
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
|
|
1062
|
+
engines: {node: '>=6'}
|
|
1063
|
+
|
|
1064
|
+
eventid@2.0.1:
|
|
1065
|
+
resolution: {integrity: sha512-sPNTqiMokAvV048P2c9+foqVJzk49o6d4e0D/sq5jog3pw+4kBgyR0gaM1FM7Mx6Kzd9dztesh9oYz1LWWOpzw==}
|
|
1066
|
+
engines: {node: '>=10'}
|
|
1067
|
+
|
|
1068
|
+
eventsource-parser@3.0.6:
|
|
1069
|
+
resolution: {integrity: sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==}
|
|
1070
|
+
engines: {node: '>=18.0.0'}
|
|
1071
|
+
|
|
1072
|
+
eventsource@3.0.7:
|
|
1073
|
+
resolution: {integrity: sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==}
|
|
1074
|
+
engines: {node: '>=18.0.0'}
|
|
1075
|
+
|
|
1076
|
+
expect-type@1.3.0:
|
|
1077
|
+
resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
|
|
1078
|
+
engines: {node: '>=12.0.0'}
|
|
1079
|
+
|
|
1080
|
+
express-rate-limit@7.5.1:
|
|
1081
|
+
resolution: {integrity: sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==}
|
|
1082
|
+
engines: {node: '>= 16'}
|
|
1083
|
+
peerDependencies:
|
|
1084
|
+
express: '>= 4.11'
|
|
1085
|
+
|
|
1086
|
+
express@5.2.1:
|
|
1087
|
+
resolution: {integrity: sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==}
|
|
1088
|
+
engines: {node: '>= 18'}
|
|
1089
|
+
|
|
1090
|
+
extend@3.0.2:
|
|
1091
|
+
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
|
|
1092
|
+
|
|
1093
|
+
farmhash-modern@1.1.0:
|
|
1094
|
+
resolution: {integrity: sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA==}
|
|
1095
|
+
engines: {node: '>=18.0.0'}
|
|
1096
|
+
|
|
1097
|
+
fast-deep-equal@3.1.3:
|
|
1098
|
+
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
1099
|
+
|
|
1100
|
+
fast-uri@3.1.0:
|
|
1101
|
+
resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
|
|
1102
|
+
|
|
1103
|
+
fast-xml-parser@4.5.3:
|
|
1104
|
+
resolution: {integrity: sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==}
|
|
1105
|
+
hasBin: true
|
|
1106
|
+
|
|
1107
|
+
faye-websocket@0.11.4:
|
|
1108
|
+
resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==}
|
|
1109
|
+
engines: {node: '>=0.8.0'}
|
|
1110
|
+
|
|
1111
|
+
fdir@6.5.0:
|
|
1112
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
1113
|
+
engines: {node: '>=12.0.0'}
|
|
1114
|
+
peerDependencies:
|
|
1115
|
+
picomatch: ^3 || ^4
|
|
1116
|
+
peerDependenciesMeta:
|
|
1117
|
+
picomatch:
|
|
1118
|
+
optional: true
|
|
1119
|
+
|
|
1120
|
+
fecha@4.2.3:
|
|
1121
|
+
resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==}
|
|
1122
|
+
|
|
1123
|
+
fetch-blob@3.2.0:
|
|
1124
|
+
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
|
|
1125
|
+
engines: {node: ^12.20 || >= 14.13}
|
|
1126
|
+
|
|
1127
|
+
fetch-to-node@2.1.0:
|
|
1128
|
+
resolution: {integrity: sha512-Wq05j6LE1GrWpT2t1YbCkyFY6xKRJq3hx/oRJdWEJpZlik3g25MmdJS6RFm49iiMJw6zpZuBOrgihOgy2jGyAA==}
|
|
1129
|
+
|
|
1130
|
+
fflate@0.8.2:
|
|
1131
|
+
resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==}
|
|
1132
|
+
|
|
1133
|
+
finalhandler@2.1.1:
|
|
1134
|
+
resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==}
|
|
1135
|
+
engines: {node: '>= 18.0.0'}
|
|
1136
|
+
|
|
1137
|
+
firebase-admin@13.6.0:
|
|
1138
|
+
resolution: {integrity: sha512-GdPA/t0+Cq8p1JnjFRBmxRxAGvF/kl2yfdhALl38PrRp325YxyQ5aNaHui0XmaKcKiGRFIJ/EgBNWFoDP0onjw==}
|
|
1139
|
+
engines: {node: '>=18'}
|
|
1140
|
+
|
|
1141
|
+
flatted@3.3.3:
|
|
1142
|
+
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
|
|
1143
|
+
|
|
1144
|
+
fluent-ffmpeg@2.1.3:
|
|
1145
|
+
resolution: {integrity: sha512-Be3narBNt2s6bsaqP6Jzq91heDgOEaDCJAXcE3qcma/EJBSy5FB4cvO31XBInuAuKBx8Kptf8dkhjK0IOru39Q==}
|
|
1146
|
+
engines: {node: '>=18'}
|
|
1147
|
+
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
|
|
1148
|
+
|
|
1149
|
+
fn.name@1.1.0:
|
|
1150
|
+
resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==}
|
|
1151
|
+
|
|
1152
|
+
follow-redirects@1.15.11:
|
|
1153
|
+
resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
|
|
1154
|
+
engines: {node: '>=4.0'}
|
|
1155
|
+
peerDependencies:
|
|
1156
|
+
debug: '*'
|
|
1157
|
+
peerDependenciesMeta:
|
|
1158
|
+
debug:
|
|
1159
|
+
optional: true
|
|
1160
|
+
|
|
1161
|
+
foreground-child@3.3.1:
|
|
1162
|
+
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
1163
|
+
engines: {node: '>=14'}
|
|
1164
|
+
|
|
1165
|
+
form-data@2.5.5:
|
|
1166
|
+
resolution: {integrity: sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==}
|
|
1167
|
+
engines: {node: '>= 0.12'}
|
|
1168
|
+
|
|
1169
|
+
form-data@4.0.5:
|
|
1170
|
+
resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
|
|
1171
|
+
engines: {node: '>= 6'}
|
|
1172
|
+
|
|
1173
|
+
formdata-polyfill@4.0.10:
|
|
1174
|
+
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
|
|
1175
|
+
engines: {node: '>=12.20.0'}
|
|
1176
|
+
|
|
1177
|
+
forwarded@0.2.0:
|
|
1178
|
+
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
|
|
1179
|
+
engines: {node: '>= 0.6'}
|
|
1180
|
+
|
|
1181
|
+
fresh@2.0.0:
|
|
1182
|
+
resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==}
|
|
1183
|
+
engines: {node: '>= 0.8'}
|
|
1184
|
+
|
|
1185
|
+
fsevents@2.3.3:
|
|
1186
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
1187
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
1188
|
+
os: [darwin]
|
|
1189
|
+
|
|
1190
|
+
function-bind@1.1.2:
|
|
1191
|
+
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
1192
|
+
|
|
1193
|
+
functional-red-black-tree@1.0.1:
|
|
1194
|
+
resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==}
|
|
1195
|
+
|
|
1196
|
+
gaxios@6.7.1:
|
|
1197
|
+
resolution: {integrity: sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==}
|
|
1198
|
+
engines: {node: '>=14'}
|
|
1199
|
+
|
|
1200
|
+
gaxios@7.1.3:
|
|
1201
|
+
resolution: {integrity: sha512-YGGyuEdVIjqxkxVH1pUTMY/XtmmsApXrCVv5EU25iX6inEPbV+VakJfLealkBtJN69AQmh1eGOdCl9Sm1UP6XQ==}
|
|
1202
|
+
engines: {node: '>=18'}
|
|
1203
|
+
|
|
1204
|
+
gcp-metadata@6.1.1:
|
|
1205
|
+
resolution: {integrity: sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==}
|
|
1206
|
+
engines: {node: '>=14'}
|
|
1207
|
+
|
|
1208
|
+
gcp-metadata@8.1.2:
|
|
1209
|
+
resolution: {integrity: sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==}
|
|
1210
|
+
engines: {node: '>=18'}
|
|
1211
|
+
|
|
1212
|
+
get-caller-file@2.0.5:
|
|
1213
|
+
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
1214
|
+
engines: {node: 6.* || 8.* || >= 10.*}
|
|
1215
|
+
|
|
1216
|
+
get-intrinsic@1.3.0:
|
|
1217
|
+
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
1218
|
+
engines: {node: '>= 0.4'}
|
|
1219
|
+
|
|
1220
|
+
get-proto@1.0.1:
|
|
1221
|
+
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
1222
|
+
engines: {node: '>= 0.4'}
|
|
1223
|
+
|
|
1224
|
+
get-tsconfig@4.13.0:
|
|
1225
|
+
resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==}
|
|
1226
|
+
|
|
1227
|
+
glob@10.5.0:
|
|
1228
|
+
resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==}
|
|
1229
|
+
hasBin: true
|
|
1230
|
+
|
|
1231
|
+
google-auth-library@10.5.0:
|
|
1232
|
+
resolution: {integrity: sha512-7ABviyMOlX5hIVD60YOfHw4/CxOfBhyduaYB+wbFWCWoni4N7SLcV46hrVRktuBbZjFC9ONyqamZITN7q3n32w==}
|
|
1233
|
+
engines: {node: '>=18'}
|
|
1234
|
+
|
|
1235
|
+
google-auth-library@9.15.1:
|
|
1236
|
+
resolution: {integrity: sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==}
|
|
1237
|
+
engines: {node: '>=14'}
|
|
1238
|
+
|
|
1239
|
+
google-gax@4.6.1:
|
|
1240
|
+
resolution: {integrity: sha512-V6eky/xz2mcKfAd1Ioxyd6nmA61gao3n01C+YeuIwu3vzM9EDR6wcVzMSIbLMDXWeoi9SHYctXuKYC5uJUT3eQ==}
|
|
1241
|
+
engines: {node: '>=14'}
|
|
1242
|
+
|
|
1243
|
+
google-gax@5.0.6:
|
|
1244
|
+
resolution: {integrity: sha512-1kGbqVQBZPAAu4+/R1XxPQKP0ydbNYoLAr4l0ZO2bMV0kLyLW4I1gAk++qBLWt7DPORTzmWRMsCZe86gDjShJA==}
|
|
1245
|
+
engines: {node: '>=18'}
|
|
1246
|
+
|
|
1247
|
+
google-logging-utils@0.0.2:
|
|
1248
|
+
resolution: {integrity: sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==}
|
|
1249
|
+
engines: {node: '>=14'}
|
|
1250
|
+
|
|
1251
|
+
google-logging-utils@1.1.3:
|
|
1252
|
+
resolution: {integrity: sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==}
|
|
1253
|
+
engines: {node: '>=14'}
|
|
1254
|
+
|
|
1255
|
+
googleapis-common@8.0.1:
|
|
1256
|
+
resolution: {integrity: sha512-eCzNACUXPb1PW5l0ULTzMHaL/ltPRADoPgjBlT8jWsTbxkCp6siv+qKJ/1ldaybCthGwsYFYallF7u9AkU4L+A==}
|
|
1257
|
+
engines: {node: '>=18.0.0'}
|
|
1258
|
+
|
|
1259
|
+
googleapis@169.0.0:
|
|
1260
|
+
resolution: {integrity: sha512-IOGMG8tljCZSLvYgdojRu6mB10KEsK0J7X62sXXlQz9koe5BUAW+rqkY3qhQM9wXM6hVL3/Hase7XbxoMyeYiQ==}
|
|
1261
|
+
engines: {node: '>=18'}
|
|
1262
|
+
|
|
1263
|
+
gopd@1.2.0:
|
|
1264
|
+
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
1265
|
+
engines: {node: '>= 0.4'}
|
|
1266
|
+
|
|
1267
|
+
gtoken@7.1.0:
|
|
1268
|
+
resolution: {integrity: sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==}
|
|
1269
|
+
engines: {node: '>=14.0.0'}
|
|
1270
|
+
|
|
1271
|
+
gtoken@8.0.0:
|
|
1272
|
+
resolution: {integrity: sha512-+CqsMbHPiSTdtSO14O51eMNlrp9N79gmeqmXeouJOhfucAedHw9noVe/n5uJk3tbKE6a+6ZCQg3RPhVhHByAIw==}
|
|
1273
|
+
engines: {node: '>=18'}
|
|
1274
|
+
|
|
1275
|
+
has-symbols@1.1.0:
|
|
1276
|
+
resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
|
|
1277
|
+
engines: {node: '>= 0.4'}
|
|
1278
|
+
|
|
1279
|
+
has-tostringtag@1.0.2:
|
|
1280
|
+
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
|
|
1281
|
+
engines: {node: '>= 0.4'}
|
|
1282
|
+
|
|
1283
|
+
hasown@2.0.2:
|
|
1284
|
+
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
1285
|
+
engines: {node: '>= 0.4'}
|
|
1286
|
+
|
|
1287
|
+
hono@4.11.7:
|
|
1288
|
+
resolution: {integrity: sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==}
|
|
1289
|
+
engines: {node: '>=16.9.0'}
|
|
1290
|
+
|
|
1291
|
+
html-entities@2.6.0:
|
|
1292
|
+
resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==}
|
|
1293
|
+
|
|
1294
|
+
http-errors@2.0.1:
|
|
1295
|
+
resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
|
|
1296
|
+
engines: {node: '>= 0.8'}
|
|
1297
|
+
|
|
1298
|
+
http-parser-js@0.5.10:
|
|
1299
|
+
resolution: {integrity: sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==}
|
|
1300
|
+
|
|
1301
|
+
http-proxy-agent@5.0.0:
|
|
1302
|
+
resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==}
|
|
1303
|
+
engines: {node: '>= 6'}
|
|
1304
|
+
|
|
1305
|
+
https-proxy-agent@5.0.1:
|
|
1306
|
+
resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
|
|
1307
|
+
engines: {node: '>= 6'}
|
|
1308
|
+
|
|
1309
|
+
https-proxy-agent@7.0.6:
|
|
1310
|
+
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
|
1311
|
+
engines: {node: '>= 14'}
|
|
1312
|
+
|
|
1313
|
+
iconv-lite@0.7.2:
|
|
1314
|
+
resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
|
|
1315
|
+
engines: {node: '>=0.10.0'}
|
|
1316
|
+
|
|
1317
|
+
immediate@3.0.6:
|
|
1318
|
+
resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==}
|
|
1319
|
+
|
|
1320
|
+
inherits@2.0.4:
|
|
1321
|
+
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
1322
|
+
|
|
1323
|
+
ipaddr.js@1.9.1:
|
|
1324
|
+
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
|
|
1325
|
+
engines: {node: '>= 0.10'}
|
|
1326
|
+
|
|
1327
|
+
is-fullwidth-code-point@3.0.0:
|
|
1328
|
+
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
1329
|
+
engines: {node: '>=8'}
|
|
1330
|
+
|
|
1331
|
+
is-obj@2.0.0:
|
|
1332
|
+
resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==}
|
|
1333
|
+
engines: {node: '>=8'}
|
|
1334
|
+
|
|
1335
|
+
is-promise@4.0.0:
|
|
1336
|
+
resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==}
|
|
1337
|
+
|
|
1338
|
+
is-stream@2.0.1:
|
|
1339
|
+
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
|
|
1340
|
+
engines: {node: '>=8'}
|
|
1341
|
+
|
|
1342
|
+
isarray@1.0.0:
|
|
1343
|
+
resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
|
|
1344
|
+
|
|
1345
|
+
isexe@2.0.0:
|
|
1346
|
+
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
1347
|
+
|
|
1348
|
+
jackspeak@3.4.3:
|
|
1349
|
+
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
|
|
1350
|
+
|
|
1351
|
+
jose@4.15.9:
|
|
1352
|
+
resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==}
|
|
1353
|
+
|
|
1354
|
+
jose@6.1.3:
|
|
1355
|
+
resolution: {integrity: sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==}
|
|
1356
|
+
|
|
1357
|
+
json-bigint@1.0.0:
|
|
1358
|
+
resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==}
|
|
1359
|
+
|
|
1360
|
+
json-schema-to-ts@3.1.1:
|
|
1361
|
+
resolution: {integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==}
|
|
1362
|
+
engines: {node: '>=16'}
|
|
1363
|
+
|
|
1364
|
+
json-schema-traverse@1.0.0:
|
|
1365
|
+
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
1366
|
+
|
|
1367
|
+
json-schema-typed@8.0.2:
|
|
1368
|
+
resolution: {integrity: sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==}
|
|
1369
|
+
|
|
1370
|
+
jsonwebtoken@9.0.3:
|
|
1371
|
+
resolution: {integrity: sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==}
|
|
1372
|
+
engines: {node: '>=12', npm: '>=6'}
|
|
1373
|
+
|
|
1374
|
+
jszip@3.10.1:
|
|
1375
|
+
resolution: {integrity: sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==}
|
|
1376
|
+
|
|
1377
|
+
jwa@2.0.1:
|
|
1378
|
+
resolution: {integrity: sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==}
|
|
1379
|
+
|
|
1380
|
+
jwks-rsa@3.2.2:
|
|
1381
|
+
resolution: {integrity: sha512-BqTyEDV+lS8F2trk3A+qJnxV5Q9EqKCBJOPti3W97r7qTympCZjb7h2X6f2kc+0K3rsSTY1/6YG2eaXKoj497w==}
|
|
1382
|
+
engines: {node: '>=14'}
|
|
1383
|
+
|
|
1384
|
+
jws@4.0.1:
|
|
1385
|
+
resolution: {integrity: sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==}
|
|
1386
|
+
|
|
1387
|
+
kuler@2.0.0:
|
|
1388
|
+
resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==}
|
|
1389
|
+
|
|
1390
|
+
lie@3.3.0:
|
|
1391
|
+
resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==}
|
|
1392
|
+
|
|
1393
|
+
limiter@1.1.5:
|
|
1394
|
+
resolution: {integrity: sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==}
|
|
1395
|
+
|
|
1396
|
+
lodash.camelcase@4.3.0:
|
|
1397
|
+
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
|
|
1398
|
+
|
|
1399
|
+
lodash.clonedeep@4.5.0:
|
|
1400
|
+
resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==}
|
|
1401
|
+
|
|
1402
|
+
lodash.includes@4.3.0:
|
|
1403
|
+
resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==}
|
|
1404
|
+
|
|
1405
|
+
lodash.isboolean@3.0.3:
|
|
1406
|
+
resolution: {integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==}
|
|
1407
|
+
|
|
1408
|
+
lodash.isinteger@4.0.4:
|
|
1409
|
+
resolution: {integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==}
|
|
1410
|
+
|
|
1411
|
+
lodash.isnumber@3.0.3:
|
|
1412
|
+
resolution: {integrity: sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==}
|
|
1413
|
+
|
|
1414
|
+
lodash.isplainobject@4.0.6:
|
|
1415
|
+
resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
|
|
1416
|
+
|
|
1417
|
+
lodash.isstring@4.0.1:
|
|
1418
|
+
resolution: {integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==}
|
|
1419
|
+
|
|
1420
|
+
lodash.mapvalues@4.6.0:
|
|
1421
|
+
resolution: {integrity: sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==}
|
|
1422
|
+
|
|
1423
|
+
lodash.once@4.1.1:
|
|
1424
|
+
resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==}
|
|
1425
|
+
|
|
1426
|
+
logform@2.7.0:
|
|
1427
|
+
resolution: {integrity: sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==}
|
|
1428
|
+
engines: {node: '>= 12.0.0'}
|
|
1429
|
+
|
|
1430
|
+
long@5.3.2:
|
|
1431
|
+
resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==}
|
|
1432
|
+
|
|
1433
|
+
lop@0.4.2:
|
|
1434
|
+
resolution: {integrity: sha512-RefILVDQ4DKoRZsJ4Pj22TxE3omDO47yFpkIBoDKzkqPRISs5U1cnAdg/5583YPkWPaLIYHOKRMQSvjFsO26cw==}
|
|
1435
|
+
|
|
1436
|
+
lru-cache@10.4.3:
|
|
1437
|
+
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
1438
|
+
|
|
1439
|
+
lru-cache@6.0.0:
|
|
1440
|
+
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
|
1441
|
+
engines: {node: '>=10'}
|
|
1442
|
+
|
|
1443
|
+
lru-memoizer@2.3.0:
|
|
1444
|
+
resolution: {integrity: sha512-GXn7gyHAMhO13WSKrIiNfztwxodVsP8IoZ3XfrJV4yH2x0/OeTO/FIaAHTY5YekdGgW94njfuKmyyt1E0mR6Ug==}
|
|
1445
|
+
|
|
1446
|
+
magic-string@0.30.21:
|
|
1447
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
1448
|
+
|
|
1449
|
+
mammoth@1.11.0:
|
|
1450
|
+
resolution: {integrity: sha512-BcEqqY/BOwIcI1iR5tqyVlqc3KIaMRa4egSoK83YAVrBf6+yqdAAbtUcFDCWX8Zef8/fgNZ6rl4VUv+vVX8ddQ==}
|
|
1451
|
+
engines: {node: '>=12.0.0'}
|
|
1452
|
+
hasBin: true
|
|
1453
|
+
|
|
1454
|
+
math-intrinsics@1.1.0:
|
|
1455
|
+
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
1456
|
+
engines: {node: '>= 0.4'}
|
|
1457
|
+
|
|
1458
|
+
media-typer@1.1.0:
|
|
1459
|
+
resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
|
|
1460
|
+
engines: {node: '>= 0.8'}
|
|
1461
|
+
|
|
1462
|
+
merge-descriptors@2.0.0:
|
|
1463
|
+
resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==}
|
|
1464
|
+
engines: {node: '>=18'}
|
|
1465
|
+
|
|
1466
|
+
mime-db@1.52.0:
|
|
1467
|
+
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
|
1468
|
+
engines: {node: '>= 0.6'}
|
|
1469
|
+
|
|
1470
|
+
mime-db@1.54.0:
|
|
1471
|
+
resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==}
|
|
1472
|
+
engines: {node: '>= 0.6'}
|
|
1473
|
+
|
|
1474
|
+
mime-types@2.1.35:
|
|
1475
|
+
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
1476
|
+
engines: {node: '>= 0.6'}
|
|
1477
|
+
|
|
1478
|
+
mime-types@3.0.2:
|
|
1479
|
+
resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==}
|
|
1480
|
+
engines: {node: '>=18'}
|
|
1481
|
+
|
|
1482
|
+
mime@3.0.0:
|
|
1483
|
+
resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==}
|
|
1484
|
+
engines: {node: '>=10.0.0'}
|
|
1485
|
+
hasBin: true
|
|
1486
|
+
|
|
1487
|
+
minimatch@9.0.5:
|
|
1488
|
+
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
|
|
1489
|
+
engines: {node: '>=16 || 14 >=14.17'}
|
|
1490
|
+
|
|
1491
|
+
minipass@7.1.2:
|
|
1492
|
+
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
|
1493
|
+
engines: {node: '>=16 || 14 >=14.17'}
|
|
1494
|
+
|
|
1495
|
+
mrmime@2.0.1:
|
|
1496
|
+
resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
|
|
1497
|
+
engines: {node: '>=10'}
|
|
1498
|
+
|
|
1499
|
+
ms@2.1.3:
|
|
1500
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
1501
|
+
|
|
1502
|
+
nanoid@3.3.11:
|
|
1503
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
1504
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
1505
|
+
hasBin: true
|
|
1506
|
+
|
|
1507
|
+
negotiator@1.0.0:
|
|
1508
|
+
resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
|
|
1509
|
+
engines: {node: '>= 0.6'}
|
|
1510
|
+
|
|
1511
|
+
node-domexception@1.0.0:
|
|
1512
|
+
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
|
|
1513
|
+
engines: {node: '>=10.5.0'}
|
|
1514
|
+
deprecated: Use your platform's native DOMException instead
|
|
1515
|
+
|
|
1516
|
+
node-fetch@2.7.0:
|
|
1517
|
+
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
|
|
1518
|
+
engines: {node: 4.x || >=6.0.0}
|
|
1519
|
+
peerDependencies:
|
|
1520
|
+
encoding: ^0.1.0
|
|
1521
|
+
peerDependenciesMeta:
|
|
1522
|
+
encoding:
|
|
1523
|
+
optional: true
|
|
1524
|
+
|
|
1525
|
+
node-fetch@3.3.2:
|
|
1526
|
+
resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
|
|
1527
|
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
1528
|
+
|
|
1529
|
+
node-forge@1.3.3:
|
|
1530
|
+
resolution: {integrity: sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==}
|
|
1531
|
+
engines: {node: '>= 6.13.0'}
|
|
1532
|
+
|
|
1533
|
+
nodemailer@7.0.13:
|
|
1534
|
+
resolution: {integrity: sha512-PNDFSJdP+KFgdsG3ZzMXCgquO7I6McjY2vlqILjtJd0hy8wEvtugS9xKRF2NWlPNGxvLCXlTNIae4serI7dinw==}
|
|
1535
|
+
engines: {node: '>=6.0.0'}
|
|
1536
|
+
|
|
1537
|
+
object-assign@4.1.1:
|
|
1538
|
+
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
1539
|
+
engines: {node: '>=0.10.0'}
|
|
1540
|
+
|
|
1541
|
+
object-hash@3.0.0:
|
|
1542
|
+
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
|
|
1543
|
+
engines: {node: '>= 6'}
|
|
1544
|
+
|
|
1545
|
+
object-inspect@1.13.4:
|
|
1546
|
+
resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
|
|
1547
|
+
engines: {node: '>= 0.4'}
|
|
1548
|
+
|
|
1549
|
+
obug@2.1.1:
|
|
1550
|
+
resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
|
|
1551
|
+
|
|
1552
|
+
on-finished@2.4.1:
|
|
1553
|
+
resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
|
|
1554
|
+
engines: {node: '>= 0.8'}
|
|
1555
|
+
|
|
1556
|
+
once@1.4.0:
|
|
1557
|
+
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
1558
|
+
|
|
1559
|
+
one-time@1.0.0:
|
|
1560
|
+
resolution: {integrity: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==}
|
|
1561
|
+
|
|
1562
|
+
opencc-js@1.0.5:
|
|
1563
|
+
resolution: {integrity: sha512-LD+1SoNnZdlRwtYTjnQdFrSVCAaYpuDqL5CkmOaHOkKoKh7mFxUicLTRVNLU5C+Jmi1vXQ3QL4jWdgSaa4sKjg==}
|
|
1564
|
+
|
|
1565
|
+
option@0.2.4:
|
|
1566
|
+
resolution: {integrity: sha512-pkEqbDyl8ou5cpq+VsnQbe/WlEy5qS7xPzMS1U55OCG9KPvwFD46zDbxQIj3egJSFc3D+XhYOPUzz49zQAVy7A==}
|
|
1567
|
+
|
|
1568
|
+
p-limit@3.1.0:
|
|
1569
|
+
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
1570
|
+
engines: {node: '>=10'}
|
|
1571
|
+
|
|
1572
|
+
p-limit@7.2.0:
|
|
1573
|
+
resolution: {integrity: sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==}
|
|
1574
|
+
engines: {node: '>=20'}
|
|
1575
|
+
|
|
1576
|
+
package-json-from-dist@1.0.1:
|
|
1577
|
+
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
|
1578
|
+
|
|
1579
|
+
pako@1.0.11:
|
|
1580
|
+
resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==}
|
|
1581
|
+
|
|
1582
|
+
parse5@7.3.0:
|
|
1583
|
+
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
|
|
1584
|
+
|
|
1585
|
+
parseurl@1.3.3:
|
|
1586
|
+
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
|
|
1587
|
+
engines: {node: '>= 0.8'}
|
|
1588
|
+
|
|
1589
|
+
path-is-absolute@1.0.1:
|
|
1590
|
+
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
|
1591
|
+
engines: {node: '>=0.10.0'}
|
|
1592
|
+
|
|
1593
|
+
path-key@3.1.1:
|
|
1594
|
+
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
1595
|
+
engines: {node: '>=8'}
|
|
1596
|
+
|
|
1597
|
+
path-scurry@1.11.1:
|
|
1598
|
+
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
1599
|
+
engines: {node: '>=16 || 14 >=14.18'}
|
|
1600
|
+
|
|
1601
|
+
path-to-regexp@8.3.0:
|
|
1602
|
+
resolution: {integrity: sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==}
|
|
1603
|
+
|
|
1604
|
+
pathe@2.0.3:
|
|
1605
|
+
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
1606
|
+
|
|
1607
|
+
picocolors@1.1.1:
|
|
1608
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
1609
|
+
|
|
1610
|
+
picomatch@4.0.3:
|
|
1611
|
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
1612
|
+
engines: {node: '>=12'}
|
|
1613
|
+
|
|
1614
|
+
pkce-challenge@5.0.1:
|
|
1615
|
+
resolution: {integrity: sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==}
|
|
1616
|
+
engines: {node: '>=16.20.0'}
|
|
1617
|
+
|
|
1618
|
+
postcss@8.5.6:
|
|
1619
|
+
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
1620
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
1621
|
+
|
|
1622
|
+
process-nextick-args@2.0.1:
|
|
1623
|
+
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
|
1624
|
+
|
|
1625
|
+
proto3-json-serializer@2.0.2:
|
|
1626
|
+
resolution: {integrity: sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==}
|
|
1627
|
+
engines: {node: '>=14.0.0'}
|
|
1628
|
+
|
|
1629
|
+
proto3-json-serializer@3.0.4:
|
|
1630
|
+
resolution: {integrity: sha512-E1sbAYg3aEbXrq0n1ojJkRHQJGE1kaE/O6GLA94y8rnJBfgvOPTOd1b9hOceQK1FFZI9qMh1vBERCyO2ifubcw==}
|
|
1631
|
+
engines: {node: '>=18'}
|
|
1632
|
+
|
|
1633
|
+
protobufjs@7.5.4:
|
|
1634
|
+
resolution: {integrity: sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==}
|
|
1635
|
+
engines: {node: '>=12.0.0'}
|
|
1636
|
+
|
|
1637
|
+
proxy-addr@2.0.7:
|
|
1638
|
+
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
|
|
1639
|
+
engines: {node: '>= 0.10'}
|
|
1640
|
+
|
|
1641
|
+
proxy-from-env@1.1.0:
|
|
1642
|
+
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
|
1643
|
+
|
|
1644
|
+
pump@3.0.3:
|
|
1645
|
+
resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==}
|
|
1646
|
+
|
|
1647
|
+
pumpify@2.0.1:
|
|
1648
|
+
resolution: {integrity: sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==}
|
|
1649
|
+
|
|
1650
|
+
qs@6.14.1:
|
|
1651
|
+
resolution: {integrity: sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==}
|
|
1652
|
+
engines: {node: '>=0.6'}
|
|
1653
|
+
|
|
1654
|
+
range-parser@1.2.1:
|
|
1655
|
+
resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
|
|
1656
|
+
engines: {node: '>= 0.6'}
|
|
1657
|
+
|
|
1658
|
+
raw-body@3.0.2:
|
|
1659
|
+
resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==}
|
|
1660
|
+
engines: {node: '>= 0.10'}
|
|
1661
|
+
|
|
1662
|
+
readable-stream@2.3.8:
|
|
1663
|
+
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
|
|
1664
|
+
|
|
1665
|
+
readable-stream@3.6.2:
|
|
1666
|
+
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
|
1667
|
+
engines: {node: '>= 6'}
|
|
1668
|
+
|
|
1669
|
+
require-directory@2.1.1:
|
|
1670
|
+
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
1671
|
+
engines: {node: '>=0.10.0'}
|
|
1672
|
+
|
|
1673
|
+
require-from-string@2.0.2:
|
|
1674
|
+
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
1675
|
+
engines: {node: '>=0.10.0'}
|
|
1676
|
+
|
|
1677
|
+
resolve-pkg-maps@1.0.0:
|
|
1678
|
+
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
1679
|
+
|
|
1680
|
+
retry-request@7.0.2:
|
|
1681
|
+
resolution: {integrity: sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==}
|
|
1682
|
+
engines: {node: '>=14'}
|
|
1683
|
+
|
|
1684
|
+
retry-request@8.0.2:
|
|
1685
|
+
resolution: {integrity: sha512-JzFPAfklk1kjR1w76f0QOIhoDkNkSqW8wYKT08n9yysTmZfB+RQ2QoXoTAeOi1HD9ZipTyTAZg3c4pM/jeqgSw==}
|
|
1686
|
+
engines: {node: '>=18'}
|
|
1687
|
+
|
|
1688
|
+
retry@0.13.1:
|
|
1689
|
+
resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
|
|
1690
|
+
engines: {node: '>= 4'}
|
|
1691
|
+
|
|
1692
|
+
rimraf@5.0.10:
|
|
1693
|
+
resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
|
|
1694
|
+
hasBin: true
|
|
1695
|
+
|
|
1696
|
+
rollup@4.57.0:
|
|
1697
|
+
resolution: {integrity: sha512-e5lPJi/aui4TO1LpAXIRLySmwXSE8k3b9zoGfd42p67wzxog4WHjiZF3M2uheQih4DGyc25QEV4yRBbpueNiUA==}
|
|
1698
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
1699
|
+
hasBin: true
|
|
1700
|
+
|
|
1701
|
+
router@2.2.0:
|
|
1702
|
+
resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==}
|
|
1703
|
+
engines: {node: '>= 18'}
|
|
1704
|
+
|
|
1705
|
+
safe-buffer@5.1.2:
|
|
1706
|
+
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
|
|
1707
|
+
|
|
1708
|
+
safe-buffer@5.2.1:
|
|
1709
|
+
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
1710
|
+
|
|
1711
|
+
safe-stable-stringify@2.5.0:
|
|
1712
|
+
resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
|
|
1713
|
+
engines: {node: '>=10'}
|
|
1714
|
+
|
|
1715
|
+
safer-buffer@2.1.2:
|
|
1716
|
+
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
1717
|
+
|
|
1718
|
+
semver@7.7.3:
|
|
1719
|
+
resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
|
|
1720
|
+
engines: {node: '>=10'}
|
|
1721
|
+
hasBin: true
|
|
1722
|
+
|
|
1723
|
+
send@1.2.1:
|
|
1724
|
+
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
1725
|
+
engines: {node: '>= 18'}
|
|
1726
|
+
|
|
1727
|
+
serve-static@2.2.1:
|
|
1728
|
+
resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
|
|
1729
|
+
engines: {node: '>= 18'}
|
|
1730
|
+
|
|
1731
|
+
setimmediate@1.0.5:
|
|
1732
|
+
resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==}
|
|
1733
|
+
|
|
1734
|
+
setprototypeof@1.2.0:
|
|
1735
|
+
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
|
1736
|
+
|
|
1737
|
+
shebang-command@2.0.0:
|
|
1738
|
+
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
1739
|
+
engines: {node: '>=8'}
|
|
1740
|
+
|
|
1741
|
+
shebang-regex@3.0.0:
|
|
1742
|
+
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
1743
|
+
engines: {node: '>=8'}
|
|
1744
|
+
|
|
1745
|
+
side-channel-list@1.0.0:
|
|
1746
|
+
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
|
|
1747
|
+
engines: {node: '>= 0.4'}
|
|
1748
|
+
|
|
1749
|
+
side-channel-map@1.0.1:
|
|
1750
|
+
resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
|
|
1751
|
+
engines: {node: '>= 0.4'}
|
|
1752
|
+
|
|
1753
|
+
side-channel-weakmap@1.0.2:
|
|
1754
|
+
resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
|
|
1755
|
+
engines: {node: '>= 0.4'}
|
|
1756
|
+
|
|
1757
|
+
side-channel@1.1.0:
|
|
1758
|
+
resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
|
|
1759
|
+
engines: {node: '>= 0.4'}
|
|
1760
|
+
|
|
1761
|
+
siginfo@2.0.0:
|
|
1762
|
+
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
1763
|
+
|
|
1764
|
+
signal-exit@4.1.0:
|
|
1765
|
+
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
1766
|
+
engines: {node: '>=14'}
|
|
1767
|
+
|
|
1768
|
+
sirv@3.0.2:
|
|
1769
|
+
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
|
|
1770
|
+
engines: {node: '>=18'}
|
|
1771
|
+
|
|
1772
|
+
source-map-js@1.2.1:
|
|
1773
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
1774
|
+
engines: {node: '>=0.10.0'}
|
|
1775
|
+
|
|
1776
|
+
sprintf-js@1.0.3:
|
|
1777
|
+
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
|
|
1778
|
+
|
|
1779
|
+
stack-trace@0.0.10:
|
|
1780
|
+
resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==}
|
|
1781
|
+
|
|
1782
|
+
stackback@0.0.2:
|
|
1783
|
+
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
1784
|
+
|
|
1785
|
+
statuses@2.0.2:
|
|
1786
|
+
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
1787
|
+
engines: {node: '>= 0.8'}
|
|
1788
|
+
|
|
1789
|
+
std-env@3.10.0:
|
|
1790
|
+
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
|
|
1791
|
+
|
|
1792
|
+
stream-events@1.0.5:
|
|
1793
|
+
resolution: {integrity: sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==}
|
|
1794
|
+
|
|
1795
|
+
stream-shift@1.0.3:
|
|
1796
|
+
resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==}
|
|
1797
|
+
|
|
1798
|
+
string-width@4.2.3:
|
|
1799
|
+
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
1800
|
+
engines: {node: '>=8'}
|
|
1801
|
+
|
|
1802
|
+
string-width@5.1.2:
|
|
1803
|
+
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
|
|
1804
|
+
engines: {node: '>=12'}
|
|
1805
|
+
|
|
1806
|
+
string_decoder@1.1.1:
|
|
1807
|
+
resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
|
|
1808
|
+
|
|
1809
|
+
string_decoder@1.3.0:
|
|
1810
|
+
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
|
1811
|
+
|
|
1812
|
+
strip-ansi@6.0.1:
|
|
1813
|
+
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
1814
|
+
engines: {node: '>=8'}
|
|
1815
|
+
|
|
1816
|
+
strip-ansi@7.1.2:
|
|
1817
|
+
resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==}
|
|
1818
|
+
engines: {node: '>=12'}
|
|
1819
|
+
|
|
1820
|
+
strnum@1.1.2:
|
|
1821
|
+
resolution: {integrity: sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==}
|
|
1822
|
+
|
|
1823
|
+
stubs@3.0.0:
|
|
1824
|
+
resolution: {integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==}
|
|
1825
|
+
|
|
1826
|
+
teeny-request@10.1.0:
|
|
1827
|
+
resolution: {integrity: sha512-3ZnLvgWF29jikg1sAQ1g0o+lr5JX6sVgYvfUJazn7ZjJroDBUTWp44/+cFVX0bULjv4vci+rBD+oGVAkWqhUbw==}
|
|
1828
|
+
engines: {node: '>=18'}
|
|
1829
|
+
|
|
1830
|
+
teeny-request@9.0.0:
|
|
1831
|
+
resolution: {integrity: sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==}
|
|
1832
|
+
engines: {node: '>=14'}
|
|
1833
|
+
|
|
1834
|
+
text-hex@1.0.0:
|
|
1835
|
+
resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==}
|
|
1836
|
+
|
|
1837
|
+
tinybench@2.9.0:
|
|
1838
|
+
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
1839
|
+
|
|
1840
|
+
tinyexec@1.0.2:
|
|
1841
|
+
resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==}
|
|
1842
|
+
engines: {node: '>=18'}
|
|
1843
|
+
|
|
1844
|
+
tinyglobby@0.2.15:
|
|
1845
|
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
1846
|
+
engines: {node: '>=12.0.0'}
|
|
1847
|
+
|
|
1848
|
+
tinyrainbow@3.0.3:
|
|
1849
|
+
resolution: {integrity: sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==}
|
|
1850
|
+
engines: {node: '>=14.0.0'}
|
|
1851
|
+
|
|
1852
|
+
toidentifier@1.0.1:
|
|
1853
|
+
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
|
|
1854
|
+
engines: {node: '>=0.6'}
|
|
1855
|
+
|
|
1856
|
+
totalist@3.0.1:
|
|
1857
|
+
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
|
|
1858
|
+
engines: {node: '>=6'}
|
|
1859
|
+
|
|
1860
|
+
tr46@0.0.3:
|
|
1861
|
+
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
1862
|
+
|
|
1863
|
+
triple-beam@1.4.1:
|
|
1864
|
+
resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==}
|
|
1865
|
+
engines: {node: '>= 14.0.0'}
|
|
1866
|
+
|
|
1867
|
+
ts-algebra@2.0.0:
|
|
1868
|
+
resolution: {integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==}
|
|
1869
|
+
|
|
1870
|
+
tslib@2.8.1:
|
|
1871
|
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
1872
|
+
|
|
1873
|
+
tsx@4.21.0:
|
|
1874
|
+
resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==}
|
|
1875
|
+
engines: {node: '>=18.0.0'}
|
|
1876
|
+
hasBin: true
|
|
1877
|
+
|
|
1878
|
+
type-is@2.0.1:
|
|
1879
|
+
resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==}
|
|
1880
|
+
engines: {node: '>= 0.6'}
|
|
1881
|
+
|
|
1882
|
+
typescript@5.9.3:
|
|
1883
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
1884
|
+
engines: {node: '>=14.17'}
|
|
1885
|
+
hasBin: true
|
|
1886
|
+
|
|
1887
|
+
underscore@1.13.7:
|
|
1888
|
+
resolution: {integrity: sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==}
|
|
1889
|
+
|
|
1890
|
+
undici-types@6.21.0:
|
|
1891
|
+
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
1892
|
+
|
|
1893
|
+
undici-types@7.16.0:
|
|
1894
|
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
1895
|
+
|
|
1896
|
+
unpipe@1.0.0:
|
|
1897
|
+
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
|
1898
|
+
engines: {node: '>= 0.8'}
|
|
1899
|
+
|
|
1900
|
+
url-template@2.0.8:
|
|
1901
|
+
resolution: {integrity: sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==}
|
|
1902
|
+
|
|
1903
|
+
util-deprecate@1.0.2:
|
|
1904
|
+
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
1905
|
+
|
|
1906
|
+
uuid@11.1.0:
|
|
1907
|
+
resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
|
|
1908
|
+
hasBin: true
|
|
1909
|
+
|
|
1910
|
+
uuid@13.0.0:
|
|
1911
|
+
resolution: {integrity: sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==}
|
|
1912
|
+
hasBin: true
|
|
1913
|
+
|
|
1914
|
+
uuid@8.3.2:
|
|
1915
|
+
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
|
1916
|
+
hasBin: true
|
|
1917
|
+
|
|
1918
|
+
uuid@9.0.1:
|
|
1919
|
+
resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==}
|
|
1920
|
+
hasBin: true
|
|
1921
|
+
|
|
1922
|
+
vary@1.1.2:
|
|
1923
|
+
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
|
1924
|
+
engines: {node: '>= 0.8'}
|
|
1925
|
+
|
|
1926
|
+
vite@7.3.1:
|
|
1927
|
+
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
|
|
1928
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1929
|
+
hasBin: true
|
|
1930
|
+
peerDependencies:
|
|
1931
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
1932
|
+
jiti: '>=1.21.0'
|
|
1933
|
+
less: ^4.0.0
|
|
1934
|
+
lightningcss: ^1.21.0
|
|
1935
|
+
sass: ^1.70.0
|
|
1936
|
+
sass-embedded: ^1.70.0
|
|
1937
|
+
stylus: '>=0.54.8'
|
|
1938
|
+
sugarss: ^5.0.0
|
|
1939
|
+
terser: ^5.16.0
|
|
1940
|
+
tsx: ^4.8.1
|
|
1941
|
+
yaml: ^2.4.2
|
|
1942
|
+
peerDependenciesMeta:
|
|
1943
|
+
'@types/node':
|
|
1944
|
+
optional: true
|
|
1945
|
+
jiti:
|
|
1946
|
+
optional: true
|
|
1947
|
+
less:
|
|
1948
|
+
optional: true
|
|
1949
|
+
lightningcss:
|
|
1950
|
+
optional: true
|
|
1951
|
+
sass:
|
|
1952
|
+
optional: true
|
|
1953
|
+
sass-embedded:
|
|
1954
|
+
optional: true
|
|
1955
|
+
stylus:
|
|
1956
|
+
optional: true
|
|
1957
|
+
sugarss:
|
|
1958
|
+
optional: true
|
|
1959
|
+
terser:
|
|
1960
|
+
optional: true
|
|
1961
|
+
tsx:
|
|
1962
|
+
optional: true
|
|
1963
|
+
yaml:
|
|
1964
|
+
optional: true
|
|
1965
|
+
|
|
1966
|
+
vitest@4.0.18:
|
|
1967
|
+
resolution: {integrity: sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==}
|
|
1968
|
+
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
|
|
1969
|
+
hasBin: true
|
|
1970
|
+
peerDependencies:
|
|
1971
|
+
'@edge-runtime/vm': '*'
|
|
1972
|
+
'@opentelemetry/api': ^1.9.0
|
|
1973
|
+
'@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
|
|
1974
|
+
'@vitest/browser-playwright': 4.0.18
|
|
1975
|
+
'@vitest/browser-preview': 4.0.18
|
|
1976
|
+
'@vitest/browser-webdriverio': 4.0.18
|
|
1977
|
+
'@vitest/ui': 4.0.18
|
|
1978
|
+
happy-dom: '*'
|
|
1979
|
+
jsdom: '*'
|
|
1980
|
+
peerDependenciesMeta:
|
|
1981
|
+
'@edge-runtime/vm':
|
|
1982
|
+
optional: true
|
|
1983
|
+
'@opentelemetry/api':
|
|
1984
|
+
optional: true
|
|
1985
|
+
'@types/node':
|
|
1986
|
+
optional: true
|
|
1987
|
+
'@vitest/browser-playwright':
|
|
1988
|
+
optional: true
|
|
1989
|
+
'@vitest/browser-preview':
|
|
1990
|
+
optional: true
|
|
1991
|
+
'@vitest/browser-webdriverio':
|
|
1992
|
+
optional: true
|
|
1993
|
+
'@vitest/ui':
|
|
1994
|
+
optional: true
|
|
1995
|
+
happy-dom:
|
|
1996
|
+
optional: true
|
|
1997
|
+
jsdom:
|
|
1998
|
+
optional: true
|
|
1999
|
+
|
|
2000
|
+
web-streams-polyfill@3.3.3:
|
|
2001
|
+
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
|
|
2002
|
+
engines: {node: '>= 8'}
|
|
2003
|
+
|
|
2004
|
+
webidl-conversions@3.0.1:
|
|
2005
|
+
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
2006
|
+
|
|
2007
|
+
websocket-driver@0.7.4:
|
|
2008
|
+
resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
|
|
2009
|
+
engines: {node: '>=0.8.0'}
|
|
2010
|
+
|
|
2011
|
+
websocket-extensions@0.1.4:
|
|
2012
|
+
resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==}
|
|
2013
|
+
engines: {node: '>=0.8.0'}
|
|
2014
|
+
|
|
2015
|
+
whatwg-url@5.0.0:
|
|
2016
|
+
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
2017
|
+
|
|
2018
|
+
which@1.3.1:
|
|
2019
|
+
resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==}
|
|
2020
|
+
hasBin: true
|
|
2021
|
+
|
|
2022
|
+
which@2.0.2:
|
|
2023
|
+
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
2024
|
+
engines: {node: '>= 8'}
|
|
2025
|
+
hasBin: true
|
|
2026
|
+
|
|
2027
|
+
why-is-node-running@2.3.0:
|
|
2028
|
+
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
2029
|
+
engines: {node: '>=8'}
|
|
2030
|
+
hasBin: true
|
|
2031
|
+
|
|
2032
|
+
winston-transport@4.9.0:
|
|
2033
|
+
resolution: {integrity: sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==}
|
|
2034
|
+
engines: {node: '>= 12.0.0'}
|
|
2035
|
+
|
|
2036
|
+
winston@3.19.0:
|
|
2037
|
+
resolution: {integrity: sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==}
|
|
2038
|
+
engines: {node: '>= 12.0.0'}
|
|
2039
|
+
|
|
2040
|
+
wrap-ansi@7.0.0:
|
|
2041
|
+
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
2042
|
+
engines: {node: '>=10'}
|
|
2043
|
+
|
|
2044
|
+
wrap-ansi@8.1.0:
|
|
2045
|
+
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
|
|
2046
|
+
engines: {node: '>=12'}
|
|
2047
|
+
|
|
2048
|
+
wrappy@1.0.2:
|
|
2049
|
+
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
2050
|
+
|
|
2051
|
+
ws@8.19.0:
|
|
2052
|
+
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
2053
|
+
engines: {node: '>=10.0.0'}
|
|
2054
|
+
peerDependencies:
|
|
2055
|
+
bufferutil: ^4.0.1
|
|
2056
|
+
utf-8-validate: '>=5.0.2'
|
|
2057
|
+
peerDependenciesMeta:
|
|
2058
|
+
bufferutil:
|
|
2059
|
+
optional: true
|
|
2060
|
+
utf-8-validate:
|
|
2061
|
+
optional: true
|
|
2062
|
+
|
|
2063
|
+
xmlbuilder@10.1.1:
|
|
2064
|
+
resolution: {integrity: sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==}
|
|
2065
|
+
engines: {node: '>=4.0'}
|
|
2066
|
+
|
|
2067
|
+
y18n@5.0.8:
|
|
2068
|
+
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
2069
|
+
engines: {node: '>=10'}
|
|
2070
|
+
|
|
2071
|
+
yallist@4.0.0:
|
|
2072
|
+
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
|
|
2073
|
+
|
|
2074
|
+
yargs-parser@21.1.1:
|
|
2075
|
+
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
2076
|
+
engines: {node: '>=12'}
|
|
2077
|
+
|
|
2078
|
+
yargs@17.7.2:
|
|
2079
|
+
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
|
2080
|
+
engines: {node: '>=12'}
|
|
2081
|
+
|
|
2082
|
+
yocto-queue@0.1.0:
|
|
2083
|
+
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
2084
|
+
engines: {node: '>=10'}
|
|
2085
|
+
|
|
2086
|
+
yocto-queue@1.2.2:
|
|
2087
|
+
resolution: {integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==}
|
|
2088
|
+
engines: {node: '>=12.20'}
|
|
2089
|
+
|
|
2090
|
+
zod-to-json-schema@3.25.1:
|
|
2091
|
+
resolution: {integrity: sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==}
|
|
2092
|
+
peerDependencies:
|
|
2093
|
+
zod: ^3.25 || ^4
|
|
2094
|
+
|
|
2095
|
+
zod@3.25.76:
|
|
2096
|
+
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
|
|
2097
|
+
|
|
2098
|
+
snapshots:
|
|
2099
|
+
|
|
2100
|
+
'@anthropic-ai/claude-agent-sdk@0.1.77(zod@3.25.76)':
|
|
2101
|
+
dependencies:
|
|
2102
|
+
zod: 3.25.76
|
|
2103
|
+
optionalDependencies:
|
|
2104
|
+
'@img/sharp-darwin-arm64': 0.33.5
|
|
2105
|
+
'@img/sharp-darwin-x64': 0.33.5
|
|
2106
|
+
'@img/sharp-linux-arm': 0.33.5
|
|
2107
|
+
'@img/sharp-linux-arm64': 0.33.5
|
|
2108
|
+
'@img/sharp-linux-x64': 0.33.5
|
|
2109
|
+
'@img/sharp-linuxmusl-arm64': 0.33.5
|
|
2110
|
+
'@img/sharp-linuxmusl-x64': 0.33.5
|
|
2111
|
+
'@img/sharp-win32-x64': 0.33.5
|
|
2112
|
+
|
|
2113
|
+
'@anthropic-ai/sdk@0.71.2(zod@3.25.76)':
|
|
2114
|
+
dependencies:
|
|
2115
|
+
json-schema-to-ts: 3.1.1
|
|
2116
|
+
optionalDependencies:
|
|
2117
|
+
zod: 3.25.76
|
|
2118
|
+
|
|
2119
|
+
'@anthropic-ai/vertex-sdk@0.14.2(zod@3.25.76)':
|
|
2120
|
+
dependencies:
|
|
2121
|
+
'@anthropic-ai/sdk': 0.71.2(zod@3.25.76)
|
|
2122
|
+
google-auth-library: 9.15.1
|
|
2123
|
+
transitivePeerDependencies:
|
|
2124
|
+
- encoding
|
|
2125
|
+
- supports-color
|
|
2126
|
+
- zod
|
|
2127
|
+
|
|
2128
|
+
'@babel/runtime@7.28.6': {}
|
|
2129
|
+
|
|
2130
|
+
'@colors/colors@1.6.0': {}
|
|
2131
|
+
|
|
2132
|
+
'@dabh/diagnostics@2.0.8':
|
|
2133
|
+
dependencies:
|
|
2134
|
+
'@so-ric/colorspace': 1.1.6
|
|
2135
|
+
enabled: 2.0.0
|
|
2136
|
+
kuler: 2.0.0
|
|
2137
|
+
|
|
2138
|
+
'@esbuild/aix-ppc64@0.27.2':
|
|
2139
|
+
optional: true
|
|
2140
|
+
|
|
2141
|
+
'@esbuild/android-arm64@0.27.2':
|
|
2142
|
+
optional: true
|
|
2143
|
+
|
|
2144
|
+
'@esbuild/android-arm@0.27.2':
|
|
2145
|
+
optional: true
|
|
2146
|
+
|
|
2147
|
+
'@esbuild/android-x64@0.27.2':
|
|
2148
|
+
optional: true
|
|
2149
|
+
|
|
2150
|
+
'@esbuild/darwin-arm64@0.27.2':
|
|
2151
|
+
optional: true
|
|
2152
|
+
|
|
2153
|
+
'@esbuild/darwin-x64@0.27.2':
|
|
2154
|
+
optional: true
|
|
2155
|
+
|
|
2156
|
+
'@esbuild/freebsd-arm64@0.27.2':
|
|
2157
|
+
optional: true
|
|
2158
|
+
|
|
2159
|
+
'@esbuild/freebsd-x64@0.27.2':
|
|
2160
|
+
optional: true
|
|
2161
|
+
|
|
2162
|
+
'@esbuild/linux-arm64@0.27.2':
|
|
2163
|
+
optional: true
|
|
2164
|
+
|
|
2165
|
+
'@esbuild/linux-arm@0.27.2':
|
|
2166
|
+
optional: true
|
|
2167
|
+
|
|
2168
|
+
'@esbuild/linux-ia32@0.27.2':
|
|
2169
|
+
optional: true
|
|
2170
|
+
|
|
2171
|
+
'@esbuild/linux-loong64@0.27.2':
|
|
2172
|
+
optional: true
|
|
2173
|
+
|
|
2174
|
+
'@esbuild/linux-mips64el@0.27.2':
|
|
2175
|
+
optional: true
|
|
2176
|
+
|
|
2177
|
+
'@esbuild/linux-ppc64@0.27.2':
|
|
2178
|
+
optional: true
|
|
2179
|
+
|
|
2180
|
+
'@esbuild/linux-riscv64@0.27.2':
|
|
2181
|
+
optional: true
|
|
2182
|
+
|
|
2183
|
+
'@esbuild/linux-s390x@0.27.2':
|
|
2184
|
+
optional: true
|
|
2185
|
+
|
|
2186
|
+
'@esbuild/linux-x64@0.27.2':
|
|
2187
|
+
optional: true
|
|
2188
|
+
|
|
2189
|
+
'@esbuild/netbsd-arm64@0.27.2':
|
|
2190
|
+
optional: true
|
|
2191
|
+
|
|
2192
|
+
'@esbuild/netbsd-x64@0.27.2':
|
|
2193
|
+
optional: true
|
|
2194
|
+
|
|
2195
|
+
'@esbuild/openbsd-arm64@0.27.2':
|
|
2196
|
+
optional: true
|
|
2197
|
+
|
|
2198
|
+
'@esbuild/openbsd-x64@0.27.2':
|
|
2199
|
+
optional: true
|
|
2200
|
+
|
|
2201
|
+
'@esbuild/openharmony-arm64@0.27.2':
|
|
2202
|
+
optional: true
|
|
2203
|
+
|
|
2204
|
+
'@esbuild/sunos-x64@0.27.2':
|
|
2205
|
+
optional: true
|
|
2206
|
+
|
|
2207
|
+
'@esbuild/win32-arm64@0.27.2':
|
|
2208
|
+
optional: true
|
|
2209
|
+
|
|
2210
|
+
'@esbuild/win32-ia32@0.27.2':
|
|
2211
|
+
optional: true
|
|
2212
|
+
|
|
2213
|
+
'@esbuild/win32-x64@0.27.2':
|
|
2214
|
+
optional: true
|
|
2215
|
+
|
|
2216
|
+
'@fastify/busboy@3.2.0': {}
|
|
2217
|
+
|
|
2218
|
+
'@firebase/app-check-interop-types@0.3.3': {}
|
|
2219
|
+
|
|
2220
|
+
'@firebase/app-types@0.9.3': {}
|
|
2221
|
+
|
|
2222
|
+
'@firebase/auth-interop-types@0.2.4': {}
|
|
2223
|
+
|
|
2224
|
+
'@firebase/component@0.7.0':
|
|
2225
|
+
dependencies:
|
|
2226
|
+
'@firebase/util': 1.13.0
|
|
2227
|
+
tslib: 2.8.1
|
|
2228
|
+
|
|
2229
|
+
'@firebase/database-compat@2.1.0':
|
|
2230
|
+
dependencies:
|
|
2231
|
+
'@firebase/component': 0.7.0
|
|
2232
|
+
'@firebase/database': 1.1.0
|
|
2233
|
+
'@firebase/database-types': 1.0.16
|
|
2234
|
+
'@firebase/logger': 0.5.0
|
|
2235
|
+
'@firebase/util': 1.13.0
|
|
2236
|
+
tslib: 2.8.1
|
|
2237
|
+
|
|
2238
|
+
'@firebase/database-types@1.0.16':
|
|
2239
|
+
dependencies:
|
|
2240
|
+
'@firebase/app-types': 0.9.3
|
|
2241
|
+
'@firebase/util': 1.13.0
|
|
2242
|
+
|
|
2243
|
+
'@firebase/database@1.1.0':
|
|
2244
|
+
dependencies:
|
|
2245
|
+
'@firebase/app-check-interop-types': 0.3.3
|
|
2246
|
+
'@firebase/auth-interop-types': 0.2.4
|
|
2247
|
+
'@firebase/component': 0.7.0
|
|
2248
|
+
'@firebase/logger': 0.5.0
|
|
2249
|
+
'@firebase/util': 1.13.0
|
|
2250
|
+
faye-websocket: 0.11.4
|
|
2251
|
+
tslib: 2.8.1
|
|
2252
|
+
|
|
2253
|
+
'@firebase/logger@0.5.0':
|
|
2254
|
+
dependencies:
|
|
2255
|
+
tslib: 2.8.1
|
|
2256
|
+
|
|
2257
|
+
'@firebase/util@1.13.0':
|
|
2258
|
+
dependencies:
|
|
2259
|
+
tslib: 2.8.1
|
|
2260
|
+
|
|
2261
|
+
'@google-cloud/common@5.0.2':
|
|
2262
|
+
dependencies:
|
|
2263
|
+
'@google-cloud/projectify': 4.0.0
|
|
2264
|
+
'@google-cloud/promisify': 4.0.0
|
|
2265
|
+
arrify: 2.0.1
|
|
2266
|
+
duplexify: 4.1.3
|
|
2267
|
+
extend: 3.0.2
|
|
2268
|
+
google-auth-library: 9.15.1
|
|
2269
|
+
html-entities: 2.6.0
|
|
2270
|
+
retry-request: 7.0.2
|
|
2271
|
+
teeny-request: 9.0.0
|
|
2272
|
+
transitivePeerDependencies:
|
|
2273
|
+
- encoding
|
|
2274
|
+
- supports-color
|
|
2275
|
+
|
|
2276
|
+
'@google-cloud/firestore@7.11.6':
|
|
2277
|
+
dependencies:
|
|
2278
|
+
'@opentelemetry/api': 1.9.0
|
|
2279
|
+
fast-deep-equal: 3.1.3
|
|
2280
|
+
functional-red-black-tree: 1.0.1
|
|
2281
|
+
google-gax: 4.6.1
|
|
2282
|
+
protobufjs: 7.5.4
|
|
2283
|
+
transitivePeerDependencies:
|
|
2284
|
+
- encoding
|
|
2285
|
+
- supports-color
|
|
2286
|
+
optional: true
|
|
2287
|
+
|
|
2288
|
+
'@google-cloud/firestore@8.2.0':
|
|
2289
|
+
dependencies:
|
|
2290
|
+
'@opentelemetry/api': 1.9.0
|
|
2291
|
+
fast-deep-equal: 3.1.3
|
|
2292
|
+
functional-red-black-tree: 1.0.1
|
|
2293
|
+
google-gax: 5.0.6
|
|
2294
|
+
protobufjs: 7.5.4
|
|
2295
|
+
transitivePeerDependencies:
|
|
2296
|
+
- supports-color
|
|
2297
|
+
|
|
2298
|
+
'@google-cloud/logging-winston@6.0.1(winston@3.19.0)':
|
|
2299
|
+
dependencies:
|
|
2300
|
+
'@google-cloud/logging': 11.2.1
|
|
2301
|
+
google-auth-library: 9.15.1
|
|
2302
|
+
lodash.mapvalues: 4.6.0
|
|
2303
|
+
winston: 3.19.0
|
|
2304
|
+
winston-transport: 4.9.0
|
|
2305
|
+
transitivePeerDependencies:
|
|
2306
|
+
- encoding
|
|
2307
|
+
- supports-color
|
|
2308
|
+
|
|
2309
|
+
'@google-cloud/logging@11.2.1':
|
|
2310
|
+
dependencies:
|
|
2311
|
+
'@google-cloud/common': 5.0.2
|
|
2312
|
+
'@google-cloud/paginator': 5.0.2
|
|
2313
|
+
'@google-cloud/projectify': 4.0.0
|
|
2314
|
+
'@google-cloud/promisify': 4.0.0
|
|
2315
|
+
'@opentelemetry/api': 1.9.0
|
|
2316
|
+
arrify: 2.0.1
|
|
2317
|
+
dot-prop: 6.0.1
|
|
2318
|
+
eventid: 2.0.1
|
|
2319
|
+
extend: 3.0.2
|
|
2320
|
+
gcp-metadata: 6.1.1
|
|
2321
|
+
google-auth-library: 9.15.1
|
|
2322
|
+
google-gax: 4.6.1
|
|
2323
|
+
on-finished: 2.4.1
|
|
2324
|
+
pumpify: 2.0.1
|
|
2325
|
+
stream-events: 1.0.5
|
|
2326
|
+
uuid: 9.0.1
|
|
2327
|
+
transitivePeerDependencies:
|
|
2328
|
+
- encoding
|
|
2329
|
+
- supports-color
|
|
2330
|
+
|
|
2331
|
+
'@google-cloud/paginator@5.0.2':
|
|
2332
|
+
dependencies:
|
|
2333
|
+
arrify: 2.0.1
|
|
2334
|
+
extend: 3.0.2
|
|
2335
|
+
|
|
2336
|
+
'@google-cloud/projectify@4.0.0': {}
|
|
2337
|
+
|
|
2338
|
+
'@google-cloud/promisify@4.0.0': {}
|
|
2339
|
+
|
|
2340
|
+
'@google-cloud/secret-manager@6.1.1':
|
|
2341
|
+
dependencies:
|
|
2342
|
+
google-gax: 5.0.6
|
|
2343
|
+
transitivePeerDependencies:
|
|
2344
|
+
- supports-color
|
|
2345
|
+
|
|
2346
|
+
'@google-cloud/storage@7.18.0':
|
|
2347
|
+
dependencies:
|
|
2348
|
+
'@google-cloud/paginator': 5.0.2
|
|
2349
|
+
'@google-cloud/projectify': 4.0.0
|
|
2350
|
+
'@google-cloud/promisify': 4.0.0
|
|
2351
|
+
abort-controller: 3.0.0
|
|
2352
|
+
async-retry: 1.3.3
|
|
2353
|
+
duplexify: 4.1.3
|
|
2354
|
+
fast-xml-parser: 4.5.3
|
|
2355
|
+
gaxios: 6.7.1
|
|
2356
|
+
google-auth-library: 9.15.1
|
|
2357
|
+
html-entities: 2.6.0
|
|
2358
|
+
mime: 3.0.0
|
|
2359
|
+
p-limit: 3.1.0
|
|
2360
|
+
retry-request: 7.0.2
|
|
2361
|
+
teeny-request: 9.0.0
|
|
2362
|
+
uuid: 8.3.2
|
|
2363
|
+
transitivePeerDependencies:
|
|
2364
|
+
- encoding
|
|
2365
|
+
- supports-color
|
|
2366
|
+
|
|
2367
|
+
'@google/genai@1.38.0(@modelcontextprotocol/sdk@1.25.3(hono@4.11.7)(zod@3.25.76))':
|
|
2368
|
+
dependencies:
|
|
2369
|
+
google-auth-library: 10.5.0
|
|
2370
|
+
protobufjs: 7.5.4
|
|
2371
|
+
ws: 8.19.0
|
|
2372
|
+
optionalDependencies:
|
|
2373
|
+
'@modelcontextprotocol/sdk': 1.25.3(hono@4.11.7)(zod@3.25.76)
|
|
2374
|
+
transitivePeerDependencies:
|
|
2375
|
+
- bufferutil
|
|
2376
|
+
- supports-color
|
|
2377
|
+
- utf-8-validate
|
|
2378
|
+
|
|
2379
|
+
'@grpc/grpc-js@1.14.3':
|
|
2380
|
+
dependencies:
|
|
2381
|
+
'@grpc/proto-loader': 0.8.0
|
|
2382
|
+
'@js-sdsl/ordered-map': 4.4.2
|
|
2383
|
+
|
|
2384
|
+
'@grpc/proto-loader@0.7.15':
|
|
2385
|
+
dependencies:
|
|
2386
|
+
lodash.camelcase: 4.3.0
|
|
2387
|
+
long: 5.3.2
|
|
2388
|
+
protobufjs: 7.5.4
|
|
2389
|
+
yargs: 17.7.2
|
|
2390
|
+
|
|
2391
|
+
'@grpc/proto-loader@0.8.0':
|
|
2392
|
+
dependencies:
|
|
2393
|
+
lodash.camelcase: 4.3.0
|
|
2394
|
+
long: 5.3.2
|
|
2395
|
+
protobufjs: 7.5.4
|
|
2396
|
+
yargs: 17.7.2
|
|
2397
|
+
|
|
2398
|
+
'@hono/node-server@1.19.9(hono@4.11.7)':
|
|
2399
|
+
dependencies:
|
|
2400
|
+
hono: 4.11.7
|
|
2401
|
+
|
|
2402
|
+
'@img/sharp-darwin-arm64@0.33.5':
|
|
2403
|
+
optionalDependencies:
|
|
2404
|
+
'@img/sharp-libvips-darwin-arm64': 1.0.4
|
|
2405
|
+
optional: true
|
|
2406
|
+
|
|
2407
|
+
'@img/sharp-darwin-x64@0.33.5':
|
|
2408
|
+
optionalDependencies:
|
|
2409
|
+
'@img/sharp-libvips-darwin-x64': 1.0.4
|
|
2410
|
+
optional: true
|
|
2411
|
+
|
|
2412
|
+
'@img/sharp-libvips-darwin-arm64@1.0.4':
|
|
2413
|
+
optional: true
|
|
2414
|
+
|
|
2415
|
+
'@img/sharp-libvips-darwin-x64@1.0.4':
|
|
2416
|
+
optional: true
|
|
2417
|
+
|
|
2418
|
+
'@img/sharp-libvips-linux-arm64@1.0.4':
|
|
2419
|
+
optional: true
|
|
2420
|
+
|
|
2421
|
+
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
2422
|
+
optional: true
|
|
2423
|
+
|
|
2424
|
+
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
2425
|
+
optional: true
|
|
2426
|
+
|
|
2427
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
2428
|
+
optional: true
|
|
2429
|
+
|
|
2430
|
+
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
2431
|
+
optional: true
|
|
2432
|
+
|
|
2433
|
+
'@img/sharp-linux-arm64@0.33.5':
|
|
2434
|
+
optionalDependencies:
|
|
2435
|
+
'@img/sharp-libvips-linux-arm64': 1.0.4
|
|
2436
|
+
optional: true
|
|
2437
|
+
|
|
2438
|
+
'@img/sharp-linux-arm@0.33.5':
|
|
2439
|
+
optionalDependencies:
|
|
2440
|
+
'@img/sharp-libvips-linux-arm': 1.0.5
|
|
2441
|
+
optional: true
|
|
2442
|
+
|
|
2443
|
+
'@img/sharp-linux-x64@0.33.5':
|
|
2444
|
+
optionalDependencies:
|
|
2445
|
+
'@img/sharp-libvips-linux-x64': 1.0.4
|
|
2446
|
+
optional: true
|
|
2447
|
+
|
|
2448
|
+
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
2449
|
+
optionalDependencies:
|
|
2450
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.0.4
|
|
2451
|
+
optional: true
|
|
2452
|
+
|
|
2453
|
+
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
2454
|
+
optionalDependencies:
|
|
2455
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.0.4
|
|
2456
|
+
optional: true
|
|
2457
|
+
|
|
2458
|
+
'@img/sharp-win32-x64@0.33.5':
|
|
2459
|
+
optional: true
|
|
2460
|
+
|
|
2461
|
+
'@isaacs/cliui@8.0.2':
|
|
2462
|
+
dependencies:
|
|
2463
|
+
string-width: 5.1.2
|
|
2464
|
+
string-width-cjs: string-width@4.2.3
|
|
2465
|
+
strip-ansi: 7.1.2
|
|
2466
|
+
strip-ansi-cjs: strip-ansi@6.0.1
|
|
2467
|
+
wrap-ansi: 8.1.0
|
|
2468
|
+
wrap-ansi-cjs: wrap-ansi@7.0.0
|
|
2469
|
+
|
|
2470
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
2471
|
+
|
|
2472
|
+
'@js-sdsl/ordered-map@4.4.2': {}
|
|
2473
|
+
|
|
2474
|
+
'@modelcontextprotocol/sdk@1.25.3(hono@4.11.7)(zod@3.25.76)':
|
|
2475
|
+
dependencies:
|
|
2476
|
+
'@hono/node-server': 1.19.9(hono@4.11.7)
|
|
2477
|
+
ajv: 8.17.1
|
|
2478
|
+
ajv-formats: 3.0.1(ajv@8.17.1)
|
|
2479
|
+
content-type: 1.0.5
|
|
2480
|
+
cors: 2.8.6
|
|
2481
|
+
cross-spawn: 7.0.6
|
|
2482
|
+
eventsource: 3.0.7
|
|
2483
|
+
eventsource-parser: 3.0.6
|
|
2484
|
+
express: 5.2.1
|
|
2485
|
+
express-rate-limit: 7.5.1(express@5.2.1)
|
|
2486
|
+
jose: 6.1.3
|
|
2487
|
+
json-schema-typed: 8.0.2
|
|
2488
|
+
pkce-challenge: 5.0.1
|
|
2489
|
+
raw-body: 3.0.2
|
|
2490
|
+
zod: 3.25.76
|
|
2491
|
+
zod-to-json-schema: 3.25.1(zod@3.25.76)
|
|
2492
|
+
transitivePeerDependencies:
|
|
2493
|
+
- hono
|
|
2494
|
+
- supports-color
|
|
2495
|
+
|
|
2496
|
+
'@opentelemetry/api@1.9.0': {}
|
|
2497
|
+
|
|
2498
|
+
'@pkgjs/parseargs@0.11.0':
|
|
2499
|
+
optional: true
|
|
2500
|
+
|
|
2501
|
+
'@polka/url@1.0.0-next.29': {}
|
|
2502
|
+
|
|
2503
|
+
'@protobufjs/aspromise@1.1.2': {}
|
|
2504
|
+
|
|
2505
|
+
'@protobufjs/base64@1.1.2': {}
|
|
2506
|
+
|
|
2507
|
+
'@protobufjs/codegen@2.0.4': {}
|
|
2508
|
+
|
|
2509
|
+
'@protobufjs/eventemitter@1.1.0': {}
|
|
2510
|
+
|
|
2511
|
+
'@protobufjs/fetch@1.1.0':
|
|
2512
|
+
dependencies:
|
|
2513
|
+
'@protobufjs/aspromise': 1.1.2
|
|
2514
|
+
'@protobufjs/inquire': 1.1.0
|
|
2515
|
+
|
|
2516
|
+
'@protobufjs/float@1.0.2': {}
|
|
2517
|
+
|
|
2518
|
+
'@protobufjs/inquire@1.1.0': {}
|
|
2519
|
+
|
|
2520
|
+
'@protobufjs/path@1.1.2': {}
|
|
2521
|
+
|
|
2522
|
+
'@protobufjs/pool@1.1.0': {}
|
|
2523
|
+
|
|
2524
|
+
'@protobufjs/utf8@1.1.0': {}
|
|
2525
|
+
|
|
2526
|
+
'@rollup/rollup-android-arm-eabi@4.57.0':
|
|
2527
|
+
optional: true
|
|
2528
|
+
|
|
2529
|
+
'@rollup/rollup-android-arm64@4.57.0':
|
|
2530
|
+
optional: true
|
|
2531
|
+
|
|
2532
|
+
'@rollup/rollup-darwin-arm64@4.57.0':
|
|
2533
|
+
optional: true
|
|
2534
|
+
|
|
2535
|
+
'@rollup/rollup-darwin-x64@4.57.0':
|
|
2536
|
+
optional: true
|
|
2537
|
+
|
|
2538
|
+
'@rollup/rollup-freebsd-arm64@4.57.0':
|
|
2539
|
+
optional: true
|
|
2540
|
+
|
|
2541
|
+
'@rollup/rollup-freebsd-x64@4.57.0':
|
|
2542
|
+
optional: true
|
|
2543
|
+
|
|
2544
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.57.0':
|
|
2545
|
+
optional: true
|
|
2546
|
+
|
|
2547
|
+
'@rollup/rollup-linux-arm-musleabihf@4.57.0':
|
|
2548
|
+
optional: true
|
|
2549
|
+
|
|
2550
|
+
'@rollup/rollup-linux-arm64-gnu@4.57.0':
|
|
2551
|
+
optional: true
|
|
2552
|
+
|
|
2553
|
+
'@rollup/rollup-linux-arm64-musl@4.57.0':
|
|
2554
|
+
optional: true
|
|
2555
|
+
|
|
2556
|
+
'@rollup/rollup-linux-loong64-gnu@4.57.0':
|
|
2557
|
+
optional: true
|
|
2558
|
+
|
|
2559
|
+
'@rollup/rollup-linux-loong64-musl@4.57.0':
|
|
2560
|
+
optional: true
|
|
2561
|
+
|
|
2562
|
+
'@rollup/rollup-linux-ppc64-gnu@4.57.0':
|
|
2563
|
+
optional: true
|
|
2564
|
+
|
|
2565
|
+
'@rollup/rollup-linux-ppc64-musl@4.57.0':
|
|
2566
|
+
optional: true
|
|
2567
|
+
|
|
2568
|
+
'@rollup/rollup-linux-riscv64-gnu@4.57.0':
|
|
2569
|
+
optional: true
|
|
2570
|
+
|
|
2571
|
+
'@rollup/rollup-linux-riscv64-musl@4.57.0':
|
|
2572
|
+
optional: true
|
|
2573
|
+
|
|
2574
|
+
'@rollup/rollup-linux-s390x-gnu@4.57.0':
|
|
2575
|
+
optional: true
|
|
2576
|
+
|
|
2577
|
+
'@rollup/rollup-linux-x64-gnu@4.57.0':
|
|
2578
|
+
optional: true
|
|
2579
|
+
|
|
2580
|
+
'@rollup/rollup-linux-x64-musl@4.57.0':
|
|
2581
|
+
optional: true
|
|
2582
|
+
|
|
2583
|
+
'@rollup/rollup-openbsd-x64@4.57.0':
|
|
2584
|
+
optional: true
|
|
2585
|
+
|
|
2586
|
+
'@rollup/rollup-openharmony-arm64@4.57.0':
|
|
2587
|
+
optional: true
|
|
2588
|
+
|
|
2589
|
+
'@rollup/rollup-win32-arm64-msvc@4.57.0':
|
|
2590
|
+
optional: true
|
|
2591
|
+
|
|
2592
|
+
'@rollup/rollup-win32-ia32-msvc@4.57.0':
|
|
2593
|
+
optional: true
|
|
2594
|
+
|
|
2595
|
+
'@rollup/rollup-win32-x64-gnu@4.57.0':
|
|
2596
|
+
optional: true
|
|
2597
|
+
|
|
2598
|
+
'@rollup/rollup-win32-x64-msvc@4.57.0':
|
|
2599
|
+
optional: true
|
|
2600
|
+
|
|
2601
|
+
'@sendgrid/client@8.1.6':
|
|
2602
|
+
dependencies:
|
|
2603
|
+
'@sendgrid/helpers': 8.0.0
|
|
2604
|
+
axios: 1.13.4
|
|
2605
|
+
transitivePeerDependencies:
|
|
2606
|
+
- debug
|
|
2607
|
+
|
|
2608
|
+
'@sendgrid/helpers@8.0.0':
|
|
2609
|
+
dependencies:
|
|
2610
|
+
deepmerge: 4.3.1
|
|
2611
|
+
|
|
2612
|
+
'@sendgrid/mail@8.1.6':
|
|
2613
|
+
dependencies:
|
|
2614
|
+
'@sendgrid/client': 8.1.6
|
|
2615
|
+
'@sendgrid/helpers': 8.0.0
|
|
2616
|
+
transitivePeerDependencies:
|
|
2617
|
+
- debug
|
|
2618
|
+
|
|
2619
|
+
'@so-ric/colorspace@1.1.6':
|
|
2620
|
+
dependencies:
|
|
2621
|
+
color: 5.0.3
|
|
2622
|
+
text-hex: 1.0.0
|
|
2623
|
+
|
|
2624
|
+
'@standard-schema/spec@1.1.0': {}
|
|
2625
|
+
|
|
2626
|
+
'@tootallnate/once@2.0.0': {}
|
|
2627
|
+
|
|
2628
|
+
'@types/caseless@0.12.5': {}
|
|
2629
|
+
|
|
2630
|
+
'@types/chai@5.2.3':
|
|
2631
|
+
dependencies:
|
|
2632
|
+
'@types/deep-eql': 4.0.2
|
|
2633
|
+
assertion-error: 2.0.1
|
|
2634
|
+
|
|
2635
|
+
'@types/deep-eql@4.0.2': {}
|
|
2636
|
+
|
|
2637
|
+
'@types/estree@1.0.8': {}
|
|
2638
|
+
|
|
2639
|
+
'@types/fluent-ffmpeg@2.1.28':
|
|
2640
|
+
dependencies:
|
|
2641
|
+
'@types/node': 24.10.9
|
|
2642
|
+
|
|
2643
|
+
'@types/jsdom@27.0.0':
|
|
2644
|
+
dependencies:
|
|
2645
|
+
'@types/node': 24.10.9
|
|
2646
|
+
'@types/tough-cookie': 4.0.5
|
|
2647
|
+
parse5: 7.3.0
|
|
2648
|
+
|
|
2649
|
+
'@types/jsonwebtoken@9.0.10':
|
|
2650
|
+
dependencies:
|
|
2651
|
+
'@types/ms': 2.1.0
|
|
2652
|
+
'@types/node': 24.10.9
|
|
2653
|
+
|
|
2654
|
+
'@types/long@4.0.2': {}
|
|
2655
|
+
|
|
2656
|
+
'@types/ms@2.1.0': {}
|
|
2657
|
+
|
|
2658
|
+
'@types/node@22.19.7':
|
|
2659
|
+
dependencies:
|
|
2660
|
+
undici-types: 6.21.0
|
|
2661
|
+
|
|
2662
|
+
'@types/node@24.10.9':
|
|
2663
|
+
dependencies:
|
|
2664
|
+
undici-types: 7.16.0
|
|
2665
|
+
|
|
2666
|
+
'@types/nodemailer@7.0.9':
|
|
2667
|
+
dependencies:
|
|
2668
|
+
'@types/node': 24.10.9
|
|
2669
|
+
|
|
2670
|
+
'@types/request@2.48.13':
|
|
2671
|
+
dependencies:
|
|
2672
|
+
'@types/caseless': 0.12.5
|
|
2673
|
+
'@types/node': 24.10.9
|
|
2674
|
+
'@types/tough-cookie': 4.0.5
|
|
2675
|
+
form-data: 2.5.5
|
|
2676
|
+
|
|
2677
|
+
'@types/tough-cookie@4.0.5': {}
|
|
2678
|
+
|
|
2679
|
+
'@types/triple-beam@1.3.5': {}
|
|
2680
|
+
|
|
2681
|
+
'@types/uuid@10.0.0': {}
|
|
2682
|
+
|
|
2683
|
+
'@vitest/expect@4.0.18':
|
|
2684
|
+
dependencies:
|
|
2685
|
+
'@standard-schema/spec': 1.1.0
|
|
2686
|
+
'@types/chai': 5.2.3
|
|
2687
|
+
'@vitest/spy': 4.0.18
|
|
2688
|
+
'@vitest/utils': 4.0.18
|
|
2689
|
+
chai: 6.2.2
|
|
2690
|
+
tinyrainbow: 3.0.3
|
|
2691
|
+
|
|
2692
|
+
'@vitest/mocker@4.0.18(vite@7.3.1(@types/node@24.10.9)(tsx@4.21.0))':
|
|
2693
|
+
dependencies:
|
|
2694
|
+
'@vitest/spy': 4.0.18
|
|
2695
|
+
estree-walker: 3.0.3
|
|
2696
|
+
magic-string: 0.30.21
|
|
2697
|
+
optionalDependencies:
|
|
2698
|
+
vite: 7.3.1(@types/node@24.10.9)(tsx@4.21.0)
|
|
2699
|
+
|
|
2700
|
+
'@vitest/pretty-format@4.0.18':
|
|
2701
|
+
dependencies:
|
|
2702
|
+
tinyrainbow: 3.0.3
|
|
2703
|
+
|
|
2704
|
+
'@vitest/runner@4.0.18':
|
|
2705
|
+
dependencies:
|
|
2706
|
+
'@vitest/utils': 4.0.18
|
|
2707
|
+
pathe: 2.0.3
|
|
2708
|
+
|
|
2709
|
+
'@vitest/snapshot@4.0.18':
|
|
2710
|
+
dependencies:
|
|
2711
|
+
'@vitest/pretty-format': 4.0.18
|
|
2712
|
+
magic-string: 0.30.21
|
|
2713
|
+
pathe: 2.0.3
|
|
2714
|
+
|
|
2715
|
+
'@vitest/spy@4.0.18': {}
|
|
2716
|
+
|
|
2717
|
+
'@vitest/ui@4.0.18(vitest@4.0.18)':
|
|
2718
|
+
dependencies:
|
|
2719
|
+
'@vitest/utils': 4.0.18
|
|
2720
|
+
fflate: 0.8.2
|
|
2721
|
+
flatted: 3.3.3
|
|
2722
|
+
pathe: 2.0.3
|
|
2723
|
+
sirv: 3.0.2
|
|
2724
|
+
tinyglobby: 0.2.15
|
|
2725
|
+
tinyrainbow: 3.0.3
|
|
2726
|
+
vitest: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@24.10.9)(@vitest/ui@4.0.18)(tsx@4.21.0)
|
|
2727
|
+
|
|
2728
|
+
'@vitest/utils@4.0.18':
|
|
2729
|
+
dependencies:
|
|
2730
|
+
'@vitest/pretty-format': 4.0.18
|
|
2731
|
+
tinyrainbow: 3.0.3
|
|
2732
|
+
|
|
2733
|
+
'@xmldom/xmldom@0.8.11': {}
|
|
2734
|
+
|
|
2735
|
+
abort-controller@3.0.0:
|
|
2736
|
+
dependencies:
|
|
2737
|
+
event-target-shim: 5.0.1
|
|
2738
|
+
|
|
2739
|
+
accepts@2.0.0:
|
|
2740
|
+
dependencies:
|
|
2741
|
+
mime-types: 3.0.2
|
|
2742
|
+
negotiator: 1.0.0
|
|
2743
|
+
|
|
2744
|
+
agent-base@6.0.2:
|
|
2745
|
+
dependencies:
|
|
2746
|
+
debug: 4.4.3
|
|
2747
|
+
transitivePeerDependencies:
|
|
2748
|
+
- supports-color
|
|
2749
|
+
|
|
2750
|
+
agent-base@7.1.4: {}
|
|
2751
|
+
|
|
2752
|
+
ajv-formats@3.0.1(ajv@8.17.1):
|
|
2753
|
+
optionalDependencies:
|
|
2754
|
+
ajv: 8.17.1
|
|
2755
|
+
|
|
2756
|
+
ajv@8.17.1:
|
|
2757
|
+
dependencies:
|
|
2758
|
+
fast-deep-equal: 3.1.3
|
|
2759
|
+
fast-uri: 3.1.0
|
|
2760
|
+
json-schema-traverse: 1.0.0
|
|
2761
|
+
require-from-string: 2.0.2
|
|
2762
|
+
|
|
2763
|
+
ansi-regex@5.0.1: {}
|
|
2764
|
+
|
|
2765
|
+
ansi-regex@6.2.2: {}
|
|
2766
|
+
|
|
2767
|
+
ansi-styles@4.3.0:
|
|
2768
|
+
dependencies:
|
|
2769
|
+
color-convert: 2.0.1
|
|
2770
|
+
|
|
2771
|
+
ansi-styles@6.2.3: {}
|
|
2772
|
+
|
|
2773
|
+
argparse@1.0.10:
|
|
2774
|
+
dependencies:
|
|
2775
|
+
sprintf-js: 1.0.3
|
|
2776
|
+
|
|
2777
|
+
arrify@2.0.1: {}
|
|
2778
|
+
|
|
2779
|
+
assertion-error@2.0.1: {}
|
|
2780
|
+
|
|
2781
|
+
async-retry@1.3.3:
|
|
2782
|
+
dependencies:
|
|
2783
|
+
retry: 0.13.1
|
|
2784
|
+
|
|
2785
|
+
async@0.2.10: {}
|
|
2786
|
+
|
|
2787
|
+
async@3.2.6: {}
|
|
2788
|
+
|
|
2789
|
+
asynckit@0.4.0: {}
|
|
2790
|
+
|
|
2791
|
+
axios@1.13.4:
|
|
2792
|
+
dependencies:
|
|
2793
|
+
follow-redirects: 1.15.11
|
|
2794
|
+
form-data: 4.0.5
|
|
2795
|
+
proxy-from-env: 1.1.0
|
|
2796
|
+
transitivePeerDependencies:
|
|
2797
|
+
- debug
|
|
2798
|
+
|
|
2799
|
+
balanced-match@1.0.2: {}
|
|
2800
|
+
|
|
2801
|
+
base64-js@1.5.1: {}
|
|
2802
|
+
|
|
2803
|
+
bignumber.js@9.3.1: {}
|
|
2804
|
+
|
|
2805
|
+
bluebird@3.4.7: {}
|
|
2806
|
+
|
|
2807
|
+
body-parser@2.2.2:
|
|
2808
|
+
dependencies:
|
|
2809
|
+
bytes: 3.1.2
|
|
2810
|
+
content-type: 1.0.5
|
|
2811
|
+
debug: 4.4.3
|
|
2812
|
+
http-errors: 2.0.1
|
|
2813
|
+
iconv-lite: 0.7.2
|
|
2814
|
+
on-finished: 2.4.1
|
|
2815
|
+
qs: 6.14.1
|
|
2816
|
+
raw-body: 3.0.2
|
|
2817
|
+
type-is: 2.0.1
|
|
2818
|
+
transitivePeerDependencies:
|
|
2819
|
+
- supports-color
|
|
2820
|
+
|
|
2821
|
+
brace-expansion@2.0.2:
|
|
2822
|
+
dependencies:
|
|
2823
|
+
balanced-match: 1.0.2
|
|
2824
|
+
|
|
2825
|
+
buffer-equal-constant-time@1.0.1: {}
|
|
2826
|
+
|
|
2827
|
+
bytes@3.1.2: {}
|
|
2828
|
+
|
|
2829
|
+
call-bind-apply-helpers@1.0.2:
|
|
2830
|
+
dependencies:
|
|
2831
|
+
es-errors: 1.3.0
|
|
2832
|
+
function-bind: 1.1.2
|
|
2833
|
+
|
|
2834
|
+
call-bound@1.0.4:
|
|
2835
|
+
dependencies:
|
|
2836
|
+
call-bind-apply-helpers: 1.0.2
|
|
2837
|
+
get-intrinsic: 1.3.0
|
|
2838
|
+
|
|
2839
|
+
chai@6.2.2: {}
|
|
2840
|
+
|
|
2841
|
+
cliui@8.0.1:
|
|
2842
|
+
dependencies:
|
|
2843
|
+
string-width: 4.2.3
|
|
2844
|
+
strip-ansi: 6.0.1
|
|
2845
|
+
wrap-ansi: 7.0.0
|
|
2846
|
+
|
|
2847
|
+
color-convert@2.0.1:
|
|
2848
|
+
dependencies:
|
|
2849
|
+
color-name: 1.1.4
|
|
2850
|
+
|
|
2851
|
+
color-convert@3.1.3:
|
|
2852
|
+
dependencies:
|
|
2853
|
+
color-name: 2.1.0
|
|
2854
|
+
|
|
2855
|
+
color-name@1.1.4: {}
|
|
2856
|
+
|
|
2857
|
+
color-name@2.1.0: {}
|
|
2858
|
+
|
|
2859
|
+
color-string@2.1.4:
|
|
2860
|
+
dependencies:
|
|
2861
|
+
color-name: 2.1.0
|
|
2862
|
+
|
|
2863
|
+
color@5.0.3:
|
|
2864
|
+
dependencies:
|
|
2865
|
+
color-convert: 3.1.3
|
|
2866
|
+
color-string: 2.1.4
|
|
2867
|
+
|
|
2868
|
+
combined-stream@1.0.8:
|
|
2869
|
+
dependencies:
|
|
2870
|
+
delayed-stream: 1.0.0
|
|
2871
|
+
|
|
2872
|
+
content-disposition@1.0.1: {}
|
|
2873
|
+
|
|
2874
|
+
content-type@1.0.5: {}
|
|
2875
|
+
|
|
2876
|
+
cookie-signature@1.2.2: {}
|
|
2877
|
+
|
|
2878
|
+
cookie@0.7.2: {}
|
|
2879
|
+
|
|
2880
|
+
core-util-is@1.0.3: {}
|
|
2881
|
+
|
|
2882
|
+
cors@2.8.6:
|
|
2883
|
+
dependencies:
|
|
2884
|
+
object-assign: 4.1.1
|
|
2885
|
+
vary: 1.1.2
|
|
2886
|
+
|
|
2887
|
+
cross-spawn@7.0.6:
|
|
2888
|
+
dependencies:
|
|
2889
|
+
path-key: 3.1.1
|
|
2890
|
+
shebang-command: 2.0.0
|
|
2891
|
+
which: 2.0.2
|
|
2892
|
+
|
|
2893
|
+
data-uri-to-buffer@4.0.1: {}
|
|
2894
|
+
|
|
2895
|
+
debug@4.4.3:
|
|
2896
|
+
dependencies:
|
|
2897
|
+
ms: 2.1.3
|
|
2898
|
+
|
|
2899
|
+
deepmerge@4.3.1: {}
|
|
2900
|
+
|
|
2901
|
+
delayed-stream@1.0.0: {}
|
|
2902
|
+
|
|
2903
|
+
depd@2.0.0: {}
|
|
2904
|
+
|
|
2905
|
+
dingbat-to-unicode@1.0.1: {}
|
|
2906
|
+
|
|
2907
|
+
dot-prop@6.0.1:
|
|
2908
|
+
dependencies:
|
|
2909
|
+
is-obj: 2.0.0
|
|
2910
|
+
|
|
2911
|
+
dotenv@16.6.1: {}
|
|
2912
|
+
|
|
2913
|
+
duck@0.1.12:
|
|
2914
|
+
dependencies:
|
|
2915
|
+
underscore: 1.13.7
|
|
2916
|
+
|
|
2917
|
+
dunder-proto@1.0.1:
|
|
2918
|
+
dependencies:
|
|
2919
|
+
call-bind-apply-helpers: 1.0.2
|
|
2920
|
+
es-errors: 1.3.0
|
|
2921
|
+
gopd: 1.2.0
|
|
2922
|
+
|
|
2923
|
+
duplexify@4.1.3:
|
|
2924
|
+
dependencies:
|
|
2925
|
+
end-of-stream: 1.4.5
|
|
2926
|
+
inherits: 2.0.4
|
|
2927
|
+
readable-stream: 3.6.2
|
|
2928
|
+
stream-shift: 1.0.3
|
|
2929
|
+
|
|
2930
|
+
eastasianwidth@0.2.0: {}
|
|
2931
|
+
|
|
2932
|
+
ecdsa-sig-formatter@1.0.11:
|
|
2933
|
+
dependencies:
|
|
2934
|
+
safe-buffer: 5.2.1
|
|
2935
|
+
|
|
2936
|
+
ee-first@1.1.1: {}
|
|
2937
|
+
|
|
2938
|
+
emoji-regex@8.0.0: {}
|
|
2939
|
+
|
|
2940
|
+
emoji-regex@9.2.2: {}
|
|
2941
|
+
|
|
2942
|
+
enabled@2.0.0: {}
|
|
2943
|
+
|
|
2944
|
+
encodeurl@2.0.0: {}
|
|
2945
|
+
|
|
2946
|
+
end-of-stream@1.4.5:
|
|
2947
|
+
dependencies:
|
|
2948
|
+
once: 1.4.0
|
|
2949
|
+
|
|
2950
|
+
entities@6.0.1: {}
|
|
2951
|
+
|
|
2952
|
+
es-define-property@1.0.1: {}
|
|
2953
|
+
|
|
2954
|
+
es-errors@1.3.0: {}
|
|
2955
|
+
|
|
2956
|
+
es-module-lexer@1.7.0: {}
|
|
2957
|
+
|
|
2958
|
+
es-object-atoms@1.1.1:
|
|
2959
|
+
dependencies:
|
|
2960
|
+
es-errors: 1.3.0
|
|
2961
|
+
|
|
2962
|
+
es-set-tostringtag@2.1.0:
|
|
2963
|
+
dependencies:
|
|
2964
|
+
es-errors: 1.3.0
|
|
2965
|
+
get-intrinsic: 1.3.0
|
|
2966
|
+
has-tostringtag: 1.0.2
|
|
2967
|
+
hasown: 2.0.2
|
|
2968
|
+
|
|
2969
|
+
esbuild@0.27.2:
|
|
2970
|
+
optionalDependencies:
|
|
2971
|
+
'@esbuild/aix-ppc64': 0.27.2
|
|
2972
|
+
'@esbuild/android-arm': 0.27.2
|
|
2973
|
+
'@esbuild/android-arm64': 0.27.2
|
|
2974
|
+
'@esbuild/android-x64': 0.27.2
|
|
2975
|
+
'@esbuild/darwin-arm64': 0.27.2
|
|
2976
|
+
'@esbuild/darwin-x64': 0.27.2
|
|
2977
|
+
'@esbuild/freebsd-arm64': 0.27.2
|
|
2978
|
+
'@esbuild/freebsd-x64': 0.27.2
|
|
2979
|
+
'@esbuild/linux-arm': 0.27.2
|
|
2980
|
+
'@esbuild/linux-arm64': 0.27.2
|
|
2981
|
+
'@esbuild/linux-ia32': 0.27.2
|
|
2982
|
+
'@esbuild/linux-loong64': 0.27.2
|
|
2983
|
+
'@esbuild/linux-mips64el': 0.27.2
|
|
2984
|
+
'@esbuild/linux-ppc64': 0.27.2
|
|
2985
|
+
'@esbuild/linux-riscv64': 0.27.2
|
|
2986
|
+
'@esbuild/linux-s390x': 0.27.2
|
|
2987
|
+
'@esbuild/linux-x64': 0.27.2
|
|
2988
|
+
'@esbuild/netbsd-arm64': 0.27.2
|
|
2989
|
+
'@esbuild/netbsd-x64': 0.27.2
|
|
2990
|
+
'@esbuild/openbsd-arm64': 0.27.2
|
|
2991
|
+
'@esbuild/openbsd-x64': 0.27.2
|
|
2992
|
+
'@esbuild/openharmony-arm64': 0.27.2
|
|
2993
|
+
'@esbuild/sunos-x64': 0.27.2
|
|
2994
|
+
'@esbuild/win32-arm64': 0.27.2
|
|
2995
|
+
'@esbuild/win32-ia32': 0.27.2
|
|
2996
|
+
'@esbuild/win32-x64': 0.27.2
|
|
2997
|
+
|
|
2998
|
+
escalade@3.2.0: {}
|
|
2999
|
+
|
|
3000
|
+
escape-html@1.0.3: {}
|
|
3001
|
+
|
|
3002
|
+
estree-walker@3.0.3:
|
|
3003
|
+
dependencies:
|
|
3004
|
+
'@types/estree': 1.0.8
|
|
3005
|
+
|
|
3006
|
+
etag@1.8.1: {}
|
|
3007
|
+
|
|
3008
|
+
event-target-shim@5.0.1: {}
|
|
3009
|
+
|
|
3010
|
+
eventid@2.0.1:
|
|
3011
|
+
dependencies:
|
|
3012
|
+
uuid: 8.3.2
|
|
3013
|
+
|
|
3014
|
+
eventsource-parser@3.0.6: {}
|
|
3015
|
+
|
|
3016
|
+
eventsource@3.0.7:
|
|
3017
|
+
dependencies:
|
|
3018
|
+
eventsource-parser: 3.0.6
|
|
3019
|
+
|
|
3020
|
+
expect-type@1.3.0: {}
|
|
3021
|
+
|
|
3022
|
+
express-rate-limit@7.5.1(express@5.2.1):
|
|
3023
|
+
dependencies:
|
|
3024
|
+
express: 5.2.1
|
|
3025
|
+
|
|
3026
|
+
express@5.2.1:
|
|
3027
|
+
dependencies:
|
|
3028
|
+
accepts: 2.0.0
|
|
3029
|
+
body-parser: 2.2.2
|
|
3030
|
+
content-disposition: 1.0.1
|
|
3031
|
+
content-type: 1.0.5
|
|
3032
|
+
cookie: 0.7.2
|
|
3033
|
+
cookie-signature: 1.2.2
|
|
3034
|
+
debug: 4.4.3
|
|
3035
|
+
depd: 2.0.0
|
|
3036
|
+
encodeurl: 2.0.0
|
|
3037
|
+
escape-html: 1.0.3
|
|
3038
|
+
etag: 1.8.1
|
|
3039
|
+
finalhandler: 2.1.1
|
|
3040
|
+
fresh: 2.0.0
|
|
3041
|
+
http-errors: 2.0.1
|
|
3042
|
+
merge-descriptors: 2.0.0
|
|
3043
|
+
mime-types: 3.0.2
|
|
3044
|
+
on-finished: 2.4.1
|
|
3045
|
+
once: 1.4.0
|
|
3046
|
+
parseurl: 1.3.3
|
|
3047
|
+
proxy-addr: 2.0.7
|
|
3048
|
+
qs: 6.14.1
|
|
3049
|
+
range-parser: 1.2.1
|
|
3050
|
+
router: 2.2.0
|
|
3051
|
+
send: 1.2.1
|
|
3052
|
+
serve-static: 2.2.1
|
|
3053
|
+
statuses: 2.0.2
|
|
3054
|
+
type-is: 2.0.1
|
|
3055
|
+
vary: 1.1.2
|
|
3056
|
+
transitivePeerDependencies:
|
|
3057
|
+
- supports-color
|
|
3058
|
+
|
|
3059
|
+
extend@3.0.2: {}
|
|
3060
|
+
|
|
3061
|
+
farmhash-modern@1.1.0: {}
|
|
3062
|
+
|
|
3063
|
+
fast-deep-equal@3.1.3: {}
|
|
3064
|
+
|
|
3065
|
+
fast-uri@3.1.0: {}
|
|
3066
|
+
|
|
3067
|
+
fast-xml-parser@4.5.3:
|
|
3068
|
+
dependencies:
|
|
3069
|
+
strnum: 1.1.2
|
|
3070
|
+
|
|
3071
|
+
faye-websocket@0.11.4:
|
|
3072
|
+
dependencies:
|
|
3073
|
+
websocket-driver: 0.7.4
|
|
3074
|
+
|
|
3075
|
+
fdir@6.5.0(picomatch@4.0.3):
|
|
3076
|
+
optionalDependencies:
|
|
3077
|
+
picomatch: 4.0.3
|
|
3078
|
+
|
|
3079
|
+
fecha@4.2.3: {}
|
|
3080
|
+
|
|
3081
|
+
fetch-blob@3.2.0:
|
|
3082
|
+
dependencies:
|
|
3083
|
+
node-domexception: 1.0.0
|
|
3084
|
+
web-streams-polyfill: 3.3.3
|
|
3085
|
+
|
|
3086
|
+
fetch-to-node@2.1.0: {}
|
|
3087
|
+
|
|
3088
|
+
fflate@0.8.2: {}
|
|
3089
|
+
|
|
3090
|
+
finalhandler@2.1.1:
|
|
3091
|
+
dependencies:
|
|
3092
|
+
debug: 4.4.3
|
|
3093
|
+
encodeurl: 2.0.0
|
|
3094
|
+
escape-html: 1.0.3
|
|
3095
|
+
on-finished: 2.4.1
|
|
3096
|
+
parseurl: 1.3.3
|
|
3097
|
+
statuses: 2.0.2
|
|
3098
|
+
transitivePeerDependencies:
|
|
3099
|
+
- supports-color
|
|
3100
|
+
|
|
3101
|
+
firebase-admin@13.6.0:
|
|
3102
|
+
dependencies:
|
|
3103
|
+
'@fastify/busboy': 3.2.0
|
|
3104
|
+
'@firebase/database-compat': 2.1.0
|
|
3105
|
+
'@firebase/database-types': 1.0.16
|
|
3106
|
+
'@types/node': 22.19.7
|
|
3107
|
+
farmhash-modern: 1.1.0
|
|
3108
|
+
fast-deep-equal: 3.1.3
|
|
3109
|
+
google-auth-library: 9.15.1
|
|
3110
|
+
jsonwebtoken: 9.0.3
|
|
3111
|
+
jwks-rsa: 3.2.2
|
|
3112
|
+
node-forge: 1.3.3
|
|
3113
|
+
uuid: 11.1.0
|
|
3114
|
+
optionalDependencies:
|
|
3115
|
+
'@google-cloud/firestore': 7.11.6
|
|
3116
|
+
'@google-cloud/storage': 7.18.0
|
|
3117
|
+
transitivePeerDependencies:
|
|
3118
|
+
- encoding
|
|
3119
|
+
- supports-color
|
|
3120
|
+
|
|
3121
|
+
flatted@3.3.3: {}
|
|
3122
|
+
|
|
3123
|
+
fluent-ffmpeg@2.1.3:
|
|
3124
|
+
dependencies:
|
|
3125
|
+
async: 0.2.10
|
|
3126
|
+
which: 1.3.1
|
|
3127
|
+
|
|
3128
|
+
fn.name@1.1.0: {}
|
|
3129
|
+
|
|
3130
|
+
follow-redirects@1.15.11: {}
|
|
3131
|
+
|
|
3132
|
+
foreground-child@3.3.1:
|
|
3133
|
+
dependencies:
|
|
3134
|
+
cross-spawn: 7.0.6
|
|
3135
|
+
signal-exit: 4.1.0
|
|
3136
|
+
|
|
3137
|
+
form-data@2.5.5:
|
|
3138
|
+
dependencies:
|
|
3139
|
+
asynckit: 0.4.0
|
|
3140
|
+
combined-stream: 1.0.8
|
|
3141
|
+
es-set-tostringtag: 2.1.0
|
|
3142
|
+
hasown: 2.0.2
|
|
3143
|
+
mime-types: 2.1.35
|
|
3144
|
+
safe-buffer: 5.2.1
|
|
3145
|
+
|
|
3146
|
+
form-data@4.0.5:
|
|
3147
|
+
dependencies:
|
|
3148
|
+
asynckit: 0.4.0
|
|
3149
|
+
combined-stream: 1.0.8
|
|
3150
|
+
es-set-tostringtag: 2.1.0
|
|
3151
|
+
hasown: 2.0.2
|
|
3152
|
+
mime-types: 2.1.35
|
|
3153
|
+
|
|
3154
|
+
formdata-polyfill@4.0.10:
|
|
3155
|
+
dependencies:
|
|
3156
|
+
fetch-blob: 3.2.0
|
|
3157
|
+
|
|
3158
|
+
forwarded@0.2.0: {}
|
|
3159
|
+
|
|
3160
|
+
fresh@2.0.0: {}
|
|
3161
|
+
|
|
3162
|
+
fsevents@2.3.3:
|
|
3163
|
+
optional: true
|
|
3164
|
+
|
|
3165
|
+
function-bind@1.1.2: {}
|
|
3166
|
+
|
|
3167
|
+
functional-red-black-tree@1.0.1: {}
|
|
3168
|
+
|
|
3169
|
+
gaxios@6.7.1:
|
|
3170
|
+
dependencies:
|
|
3171
|
+
extend: 3.0.2
|
|
3172
|
+
https-proxy-agent: 7.0.6
|
|
3173
|
+
is-stream: 2.0.1
|
|
3174
|
+
node-fetch: 2.7.0
|
|
3175
|
+
uuid: 9.0.1
|
|
3176
|
+
transitivePeerDependencies:
|
|
3177
|
+
- encoding
|
|
3178
|
+
- supports-color
|
|
3179
|
+
|
|
3180
|
+
gaxios@7.1.3:
|
|
3181
|
+
dependencies:
|
|
3182
|
+
extend: 3.0.2
|
|
3183
|
+
https-proxy-agent: 7.0.6
|
|
3184
|
+
node-fetch: 3.3.2
|
|
3185
|
+
rimraf: 5.0.10
|
|
3186
|
+
transitivePeerDependencies:
|
|
3187
|
+
- supports-color
|
|
3188
|
+
|
|
3189
|
+
gcp-metadata@6.1.1:
|
|
3190
|
+
dependencies:
|
|
3191
|
+
gaxios: 6.7.1
|
|
3192
|
+
google-logging-utils: 0.0.2
|
|
3193
|
+
json-bigint: 1.0.0
|
|
3194
|
+
transitivePeerDependencies:
|
|
3195
|
+
- encoding
|
|
3196
|
+
- supports-color
|
|
3197
|
+
|
|
3198
|
+
gcp-metadata@8.1.2:
|
|
3199
|
+
dependencies:
|
|
3200
|
+
gaxios: 7.1.3
|
|
3201
|
+
google-logging-utils: 1.1.3
|
|
3202
|
+
json-bigint: 1.0.0
|
|
3203
|
+
transitivePeerDependencies:
|
|
3204
|
+
- supports-color
|
|
3205
|
+
|
|
3206
|
+
get-caller-file@2.0.5: {}
|
|
3207
|
+
|
|
3208
|
+
get-intrinsic@1.3.0:
|
|
3209
|
+
dependencies:
|
|
3210
|
+
call-bind-apply-helpers: 1.0.2
|
|
3211
|
+
es-define-property: 1.0.1
|
|
3212
|
+
es-errors: 1.3.0
|
|
3213
|
+
es-object-atoms: 1.1.1
|
|
3214
|
+
function-bind: 1.1.2
|
|
3215
|
+
get-proto: 1.0.1
|
|
3216
|
+
gopd: 1.2.0
|
|
3217
|
+
has-symbols: 1.1.0
|
|
3218
|
+
hasown: 2.0.2
|
|
3219
|
+
math-intrinsics: 1.1.0
|
|
3220
|
+
|
|
3221
|
+
get-proto@1.0.1:
|
|
3222
|
+
dependencies:
|
|
3223
|
+
dunder-proto: 1.0.1
|
|
3224
|
+
es-object-atoms: 1.1.1
|
|
3225
|
+
|
|
3226
|
+
get-tsconfig@4.13.0:
|
|
3227
|
+
dependencies:
|
|
3228
|
+
resolve-pkg-maps: 1.0.0
|
|
3229
|
+
|
|
3230
|
+
glob@10.5.0:
|
|
3231
|
+
dependencies:
|
|
3232
|
+
foreground-child: 3.3.1
|
|
3233
|
+
jackspeak: 3.4.3
|
|
3234
|
+
minimatch: 9.0.5
|
|
3235
|
+
minipass: 7.1.2
|
|
3236
|
+
package-json-from-dist: 1.0.1
|
|
3237
|
+
path-scurry: 1.11.1
|
|
3238
|
+
|
|
3239
|
+
google-auth-library@10.5.0:
|
|
3240
|
+
dependencies:
|
|
3241
|
+
base64-js: 1.5.1
|
|
3242
|
+
ecdsa-sig-formatter: 1.0.11
|
|
3243
|
+
gaxios: 7.1.3
|
|
3244
|
+
gcp-metadata: 8.1.2
|
|
3245
|
+
google-logging-utils: 1.1.3
|
|
3246
|
+
gtoken: 8.0.0
|
|
3247
|
+
jws: 4.0.1
|
|
3248
|
+
transitivePeerDependencies:
|
|
3249
|
+
- supports-color
|
|
3250
|
+
|
|
3251
|
+
google-auth-library@9.15.1:
|
|
3252
|
+
dependencies:
|
|
3253
|
+
base64-js: 1.5.1
|
|
3254
|
+
ecdsa-sig-formatter: 1.0.11
|
|
3255
|
+
gaxios: 6.7.1
|
|
3256
|
+
gcp-metadata: 6.1.1
|
|
3257
|
+
gtoken: 7.1.0
|
|
3258
|
+
jws: 4.0.1
|
|
3259
|
+
transitivePeerDependencies:
|
|
3260
|
+
- encoding
|
|
3261
|
+
- supports-color
|
|
3262
|
+
|
|
3263
|
+
google-gax@4.6.1:
|
|
3264
|
+
dependencies:
|
|
3265
|
+
'@grpc/grpc-js': 1.14.3
|
|
3266
|
+
'@grpc/proto-loader': 0.7.15
|
|
3267
|
+
'@types/long': 4.0.2
|
|
3268
|
+
abort-controller: 3.0.0
|
|
3269
|
+
duplexify: 4.1.3
|
|
3270
|
+
google-auth-library: 9.15.1
|
|
3271
|
+
node-fetch: 2.7.0
|
|
3272
|
+
object-hash: 3.0.0
|
|
3273
|
+
proto3-json-serializer: 2.0.2
|
|
3274
|
+
protobufjs: 7.5.4
|
|
3275
|
+
retry-request: 7.0.2
|
|
3276
|
+
uuid: 9.0.1
|
|
3277
|
+
transitivePeerDependencies:
|
|
3278
|
+
- encoding
|
|
3279
|
+
- supports-color
|
|
3280
|
+
|
|
3281
|
+
google-gax@5.0.6:
|
|
3282
|
+
dependencies:
|
|
3283
|
+
'@grpc/grpc-js': 1.14.3
|
|
3284
|
+
'@grpc/proto-loader': 0.8.0
|
|
3285
|
+
duplexify: 4.1.3
|
|
3286
|
+
google-auth-library: 10.5.0
|
|
3287
|
+
google-logging-utils: 1.1.3
|
|
3288
|
+
node-fetch: 3.3.2
|
|
3289
|
+
object-hash: 3.0.0
|
|
3290
|
+
proto3-json-serializer: 3.0.4
|
|
3291
|
+
protobufjs: 7.5.4
|
|
3292
|
+
retry-request: 8.0.2
|
|
3293
|
+
rimraf: 5.0.10
|
|
3294
|
+
transitivePeerDependencies:
|
|
3295
|
+
- supports-color
|
|
3296
|
+
|
|
3297
|
+
google-logging-utils@0.0.2: {}
|
|
3298
|
+
|
|
3299
|
+
google-logging-utils@1.1.3: {}
|
|
3300
|
+
|
|
3301
|
+
googleapis-common@8.0.1:
|
|
3302
|
+
dependencies:
|
|
3303
|
+
extend: 3.0.2
|
|
3304
|
+
gaxios: 7.1.3
|
|
3305
|
+
google-auth-library: 10.5.0
|
|
3306
|
+
qs: 6.14.1
|
|
3307
|
+
url-template: 2.0.8
|
|
3308
|
+
transitivePeerDependencies:
|
|
3309
|
+
- supports-color
|
|
3310
|
+
|
|
3311
|
+
googleapis@169.0.0:
|
|
3312
|
+
dependencies:
|
|
3313
|
+
google-auth-library: 10.5.0
|
|
3314
|
+
googleapis-common: 8.0.1
|
|
3315
|
+
transitivePeerDependencies:
|
|
3316
|
+
- supports-color
|
|
3317
|
+
|
|
3318
|
+
gopd@1.2.0: {}
|
|
3319
|
+
|
|
3320
|
+
gtoken@7.1.0:
|
|
3321
|
+
dependencies:
|
|
3322
|
+
gaxios: 6.7.1
|
|
3323
|
+
jws: 4.0.1
|
|
3324
|
+
transitivePeerDependencies:
|
|
3325
|
+
- encoding
|
|
3326
|
+
- supports-color
|
|
3327
|
+
|
|
3328
|
+
gtoken@8.0.0:
|
|
3329
|
+
dependencies:
|
|
3330
|
+
gaxios: 7.1.3
|
|
3331
|
+
jws: 4.0.1
|
|
3332
|
+
transitivePeerDependencies:
|
|
3333
|
+
- supports-color
|
|
3334
|
+
|
|
3335
|
+
has-symbols@1.1.0: {}
|
|
3336
|
+
|
|
3337
|
+
has-tostringtag@1.0.2:
|
|
3338
|
+
dependencies:
|
|
3339
|
+
has-symbols: 1.1.0
|
|
3340
|
+
|
|
3341
|
+
hasown@2.0.2:
|
|
3342
|
+
dependencies:
|
|
3343
|
+
function-bind: 1.1.2
|
|
3344
|
+
|
|
3345
|
+
hono@4.11.7: {}
|
|
3346
|
+
|
|
3347
|
+
html-entities@2.6.0: {}
|
|
3348
|
+
|
|
3349
|
+
http-errors@2.0.1:
|
|
3350
|
+
dependencies:
|
|
3351
|
+
depd: 2.0.0
|
|
3352
|
+
inherits: 2.0.4
|
|
3353
|
+
setprototypeof: 1.2.0
|
|
3354
|
+
statuses: 2.0.2
|
|
3355
|
+
toidentifier: 1.0.1
|
|
3356
|
+
|
|
3357
|
+
http-parser-js@0.5.10: {}
|
|
3358
|
+
|
|
3359
|
+
http-proxy-agent@5.0.0:
|
|
3360
|
+
dependencies:
|
|
3361
|
+
'@tootallnate/once': 2.0.0
|
|
3362
|
+
agent-base: 6.0.2
|
|
3363
|
+
debug: 4.4.3
|
|
3364
|
+
transitivePeerDependencies:
|
|
3365
|
+
- supports-color
|
|
3366
|
+
|
|
3367
|
+
https-proxy-agent@5.0.1:
|
|
3368
|
+
dependencies:
|
|
3369
|
+
agent-base: 6.0.2
|
|
3370
|
+
debug: 4.4.3
|
|
3371
|
+
transitivePeerDependencies:
|
|
3372
|
+
- supports-color
|
|
3373
|
+
|
|
3374
|
+
https-proxy-agent@7.0.6:
|
|
3375
|
+
dependencies:
|
|
3376
|
+
agent-base: 7.1.4
|
|
3377
|
+
debug: 4.4.3
|
|
3378
|
+
transitivePeerDependencies:
|
|
3379
|
+
- supports-color
|
|
3380
|
+
|
|
3381
|
+
iconv-lite@0.7.2:
|
|
3382
|
+
dependencies:
|
|
3383
|
+
safer-buffer: 2.1.2
|
|
3384
|
+
|
|
3385
|
+
immediate@3.0.6: {}
|
|
3386
|
+
|
|
3387
|
+
inherits@2.0.4: {}
|
|
3388
|
+
|
|
3389
|
+
ipaddr.js@1.9.1: {}
|
|
3390
|
+
|
|
3391
|
+
is-fullwidth-code-point@3.0.0: {}
|
|
3392
|
+
|
|
3393
|
+
is-obj@2.0.0: {}
|
|
3394
|
+
|
|
3395
|
+
is-promise@4.0.0: {}
|
|
3396
|
+
|
|
3397
|
+
is-stream@2.0.1: {}
|
|
3398
|
+
|
|
3399
|
+
isarray@1.0.0: {}
|
|
3400
|
+
|
|
3401
|
+
isexe@2.0.0: {}
|
|
3402
|
+
|
|
3403
|
+
jackspeak@3.4.3:
|
|
3404
|
+
dependencies:
|
|
3405
|
+
'@isaacs/cliui': 8.0.2
|
|
3406
|
+
optionalDependencies:
|
|
3407
|
+
'@pkgjs/parseargs': 0.11.0
|
|
3408
|
+
|
|
3409
|
+
jose@4.15.9: {}
|
|
3410
|
+
|
|
3411
|
+
jose@6.1.3: {}
|
|
3412
|
+
|
|
3413
|
+
json-bigint@1.0.0:
|
|
3414
|
+
dependencies:
|
|
3415
|
+
bignumber.js: 9.3.1
|
|
3416
|
+
|
|
3417
|
+
json-schema-to-ts@3.1.1:
|
|
3418
|
+
dependencies:
|
|
3419
|
+
'@babel/runtime': 7.28.6
|
|
3420
|
+
ts-algebra: 2.0.0
|
|
3421
|
+
|
|
3422
|
+
json-schema-traverse@1.0.0: {}
|
|
3423
|
+
|
|
3424
|
+
json-schema-typed@8.0.2: {}
|
|
3425
|
+
|
|
3426
|
+
jsonwebtoken@9.0.3:
|
|
3427
|
+
dependencies:
|
|
3428
|
+
jws: 4.0.1
|
|
3429
|
+
lodash.includes: 4.3.0
|
|
3430
|
+
lodash.isboolean: 3.0.3
|
|
3431
|
+
lodash.isinteger: 4.0.4
|
|
3432
|
+
lodash.isnumber: 3.0.3
|
|
3433
|
+
lodash.isplainobject: 4.0.6
|
|
3434
|
+
lodash.isstring: 4.0.1
|
|
3435
|
+
lodash.once: 4.1.1
|
|
3436
|
+
ms: 2.1.3
|
|
3437
|
+
semver: 7.7.3
|
|
3438
|
+
|
|
3439
|
+
jszip@3.10.1:
|
|
3440
|
+
dependencies:
|
|
3441
|
+
lie: 3.3.0
|
|
3442
|
+
pako: 1.0.11
|
|
3443
|
+
readable-stream: 2.3.8
|
|
3444
|
+
setimmediate: 1.0.5
|
|
3445
|
+
|
|
3446
|
+
jwa@2.0.1:
|
|
3447
|
+
dependencies:
|
|
3448
|
+
buffer-equal-constant-time: 1.0.1
|
|
3449
|
+
ecdsa-sig-formatter: 1.0.11
|
|
3450
|
+
safe-buffer: 5.2.1
|
|
3451
|
+
|
|
3452
|
+
jwks-rsa@3.2.2:
|
|
3453
|
+
dependencies:
|
|
3454
|
+
'@types/jsonwebtoken': 9.0.10
|
|
3455
|
+
debug: 4.4.3
|
|
3456
|
+
jose: 4.15.9
|
|
3457
|
+
limiter: 1.1.5
|
|
3458
|
+
lru-memoizer: 2.3.0
|
|
3459
|
+
transitivePeerDependencies:
|
|
3460
|
+
- supports-color
|
|
3461
|
+
|
|
3462
|
+
jws@4.0.1:
|
|
3463
|
+
dependencies:
|
|
3464
|
+
jwa: 2.0.1
|
|
3465
|
+
safe-buffer: 5.2.1
|
|
3466
|
+
|
|
3467
|
+
kuler@2.0.0: {}
|
|
3468
|
+
|
|
3469
|
+
lie@3.3.0:
|
|
3470
|
+
dependencies:
|
|
3471
|
+
immediate: 3.0.6
|
|
3472
|
+
|
|
3473
|
+
limiter@1.1.5: {}
|
|
3474
|
+
|
|
3475
|
+
lodash.camelcase@4.3.0: {}
|
|
3476
|
+
|
|
3477
|
+
lodash.clonedeep@4.5.0: {}
|
|
3478
|
+
|
|
3479
|
+
lodash.includes@4.3.0: {}
|
|
3480
|
+
|
|
3481
|
+
lodash.isboolean@3.0.3: {}
|
|
3482
|
+
|
|
3483
|
+
lodash.isinteger@4.0.4: {}
|
|
3484
|
+
|
|
3485
|
+
lodash.isnumber@3.0.3: {}
|
|
3486
|
+
|
|
3487
|
+
lodash.isplainobject@4.0.6: {}
|
|
3488
|
+
|
|
3489
|
+
lodash.isstring@4.0.1: {}
|
|
3490
|
+
|
|
3491
|
+
lodash.mapvalues@4.6.0: {}
|
|
3492
|
+
|
|
3493
|
+
lodash.once@4.1.1: {}
|
|
3494
|
+
|
|
3495
|
+
logform@2.7.0:
|
|
3496
|
+
dependencies:
|
|
3497
|
+
'@colors/colors': 1.6.0
|
|
3498
|
+
'@types/triple-beam': 1.3.5
|
|
3499
|
+
fecha: 4.2.3
|
|
3500
|
+
ms: 2.1.3
|
|
3501
|
+
safe-stable-stringify: 2.5.0
|
|
3502
|
+
triple-beam: 1.4.1
|
|
3503
|
+
|
|
3504
|
+
long@5.3.2: {}
|
|
3505
|
+
|
|
3506
|
+
lop@0.4.2:
|
|
3507
|
+
dependencies:
|
|
3508
|
+
duck: 0.1.12
|
|
3509
|
+
option: 0.2.4
|
|
3510
|
+
underscore: 1.13.7
|
|
3511
|
+
|
|
3512
|
+
lru-cache@10.4.3: {}
|
|
3513
|
+
|
|
3514
|
+
lru-cache@6.0.0:
|
|
3515
|
+
dependencies:
|
|
3516
|
+
yallist: 4.0.0
|
|
3517
|
+
|
|
3518
|
+
lru-memoizer@2.3.0:
|
|
3519
|
+
dependencies:
|
|
3520
|
+
lodash.clonedeep: 4.5.0
|
|
3521
|
+
lru-cache: 6.0.0
|
|
3522
|
+
|
|
3523
|
+
magic-string@0.30.21:
|
|
3524
|
+
dependencies:
|
|
3525
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
3526
|
+
|
|
3527
|
+
mammoth@1.11.0:
|
|
3528
|
+
dependencies:
|
|
3529
|
+
'@xmldom/xmldom': 0.8.11
|
|
3530
|
+
argparse: 1.0.10
|
|
3531
|
+
base64-js: 1.5.1
|
|
3532
|
+
bluebird: 3.4.7
|
|
3533
|
+
dingbat-to-unicode: 1.0.1
|
|
3534
|
+
jszip: 3.10.1
|
|
3535
|
+
lop: 0.4.2
|
|
3536
|
+
path-is-absolute: 1.0.1
|
|
3537
|
+
underscore: 1.13.7
|
|
3538
|
+
xmlbuilder: 10.1.1
|
|
3539
|
+
|
|
3540
|
+
math-intrinsics@1.1.0: {}
|
|
3541
|
+
|
|
3542
|
+
media-typer@1.1.0: {}
|
|
3543
|
+
|
|
3544
|
+
merge-descriptors@2.0.0: {}
|
|
3545
|
+
|
|
3546
|
+
mime-db@1.52.0: {}
|
|
3547
|
+
|
|
3548
|
+
mime-db@1.54.0: {}
|
|
3549
|
+
|
|
3550
|
+
mime-types@2.1.35:
|
|
3551
|
+
dependencies:
|
|
3552
|
+
mime-db: 1.52.0
|
|
3553
|
+
|
|
3554
|
+
mime-types@3.0.2:
|
|
3555
|
+
dependencies:
|
|
3556
|
+
mime-db: 1.54.0
|
|
3557
|
+
|
|
3558
|
+
mime@3.0.0: {}
|
|
3559
|
+
|
|
3560
|
+
minimatch@9.0.5:
|
|
3561
|
+
dependencies:
|
|
3562
|
+
brace-expansion: 2.0.2
|
|
3563
|
+
|
|
3564
|
+
minipass@7.1.2: {}
|
|
3565
|
+
|
|
3566
|
+
mrmime@2.0.1: {}
|
|
3567
|
+
|
|
3568
|
+
ms@2.1.3: {}
|
|
3569
|
+
|
|
3570
|
+
nanoid@3.3.11: {}
|
|
3571
|
+
|
|
3572
|
+
negotiator@1.0.0: {}
|
|
3573
|
+
|
|
3574
|
+
node-domexception@1.0.0: {}
|
|
3575
|
+
|
|
3576
|
+
node-fetch@2.7.0:
|
|
3577
|
+
dependencies:
|
|
3578
|
+
whatwg-url: 5.0.0
|
|
3579
|
+
|
|
3580
|
+
node-fetch@3.3.2:
|
|
3581
|
+
dependencies:
|
|
3582
|
+
data-uri-to-buffer: 4.0.1
|
|
3583
|
+
fetch-blob: 3.2.0
|
|
3584
|
+
formdata-polyfill: 4.0.10
|
|
3585
|
+
|
|
3586
|
+
node-forge@1.3.3: {}
|
|
3587
|
+
|
|
3588
|
+
nodemailer@7.0.13: {}
|
|
3589
|
+
|
|
3590
|
+
object-assign@4.1.1: {}
|
|
3591
|
+
|
|
3592
|
+
object-hash@3.0.0: {}
|
|
3593
|
+
|
|
3594
|
+
object-inspect@1.13.4: {}
|
|
3595
|
+
|
|
3596
|
+
obug@2.1.1: {}
|
|
3597
|
+
|
|
3598
|
+
on-finished@2.4.1:
|
|
3599
|
+
dependencies:
|
|
3600
|
+
ee-first: 1.1.1
|
|
3601
|
+
|
|
3602
|
+
once@1.4.0:
|
|
3603
|
+
dependencies:
|
|
3604
|
+
wrappy: 1.0.2
|
|
3605
|
+
|
|
3606
|
+
one-time@1.0.0:
|
|
3607
|
+
dependencies:
|
|
3608
|
+
fn.name: 1.1.0
|
|
3609
|
+
|
|
3610
|
+
opencc-js@1.0.5: {}
|
|
3611
|
+
|
|
3612
|
+
option@0.2.4: {}
|
|
3613
|
+
|
|
3614
|
+
p-limit@3.1.0:
|
|
3615
|
+
dependencies:
|
|
3616
|
+
yocto-queue: 0.1.0
|
|
3617
|
+
|
|
3618
|
+
p-limit@7.2.0:
|
|
3619
|
+
dependencies:
|
|
3620
|
+
yocto-queue: 1.2.2
|
|
3621
|
+
|
|
3622
|
+
package-json-from-dist@1.0.1: {}
|
|
3623
|
+
|
|
3624
|
+
pako@1.0.11: {}
|
|
3625
|
+
|
|
3626
|
+
parse5@7.3.0:
|
|
3627
|
+
dependencies:
|
|
3628
|
+
entities: 6.0.1
|
|
3629
|
+
|
|
3630
|
+
parseurl@1.3.3: {}
|
|
3631
|
+
|
|
3632
|
+
path-is-absolute@1.0.1: {}
|
|
3633
|
+
|
|
3634
|
+
path-key@3.1.1: {}
|
|
3635
|
+
|
|
3636
|
+
path-scurry@1.11.1:
|
|
3637
|
+
dependencies:
|
|
3638
|
+
lru-cache: 10.4.3
|
|
3639
|
+
minipass: 7.1.2
|
|
3640
|
+
|
|
3641
|
+
path-to-regexp@8.3.0: {}
|
|
3642
|
+
|
|
3643
|
+
pathe@2.0.3: {}
|
|
3644
|
+
|
|
3645
|
+
picocolors@1.1.1: {}
|
|
3646
|
+
|
|
3647
|
+
picomatch@4.0.3: {}
|
|
3648
|
+
|
|
3649
|
+
pkce-challenge@5.0.1: {}
|
|
3650
|
+
|
|
3651
|
+
postcss@8.5.6:
|
|
3652
|
+
dependencies:
|
|
3653
|
+
nanoid: 3.3.11
|
|
3654
|
+
picocolors: 1.1.1
|
|
3655
|
+
source-map-js: 1.2.1
|
|
3656
|
+
|
|
3657
|
+
process-nextick-args@2.0.1: {}
|
|
3658
|
+
|
|
3659
|
+
proto3-json-serializer@2.0.2:
|
|
3660
|
+
dependencies:
|
|
3661
|
+
protobufjs: 7.5.4
|
|
3662
|
+
|
|
3663
|
+
proto3-json-serializer@3.0.4:
|
|
3664
|
+
dependencies:
|
|
3665
|
+
protobufjs: 7.5.4
|
|
3666
|
+
|
|
3667
|
+
protobufjs@7.5.4:
|
|
3668
|
+
dependencies:
|
|
3669
|
+
'@protobufjs/aspromise': 1.1.2
|
|
3670
|
+
'@protobufjs/base64': 1.1.2
|
|
3671
|
+
'@protobufjs/codegen': 2.0.4
|
|
3672
|
+
'@protobufjs/eventemitter': 1.1.0
|
|
3673
|
+
'@protobufjs/fetch': 1.1.0
|
|
3674
|
+
'@protobufjs/float': 1.0.2
|
|
3675
|
+
'@protobufjs/inquire': 1.1.0
|
|
3676
|
+
'@protobufjs/path': 1.1.2
|
|
3677
|
+
'@protobufjs/pool': 1.1.0
|
|
3678
|
+
'@protobufjs/utf8': 1.1.0
|
|
3679
|
+
'@types/node': 24.10.9
|
|
3680
|
+
long: 5.3.2
|
|
3681
|
+
|
|
3682
|
+
proxy-addr@2.0.7:
|
|
3683
|
+
dependencies:
|
|
3684
|
+
forwarded: 0.2.0
|
|
3685
|
+
ipaddr.js: 1.9.1
|
|
3686
|
+
|
|
3687
|
+
proxy-from-env@1.1.0: {}
|
|
3688
|
+
|
|
3689
|
+
pump@3.0.3:
|
|
3690
|
+
dependencies:
|
|
3691
|
+
end-of-stream: 1.4.5
|
|
3692
|
+
once: 1.4.0
|
|
3693
|
+
|
|
3694
|
+
pumpify@2.0.1:
|
|
3695
|
+
dependencies:
|
|
3696
|
+
duplexify: 4.1.3
|
|
3697
|
+
inherits: 2.0.4
|
|
3698
|
+
pump: 3.0.3
|
|
3699
|
+
|
|
3700
|
+
qs@6.14.1:
|
|
3701
|
+
dependencies:
|
|
3702
|
+
side-channel: 1.1.0
|
|
3703
|
+
|
|
3704
|
+
range-parser@1.2.1: {}
|
|
3705
|
+
|
|
3706
|
+
raw-body@3.0.2:
|
|
3707
|
+
dependencies:
|
|
3708
|
+
bytes: 3.1.2
|
|
3709
|
+
http-errors: 2.0.1
|
|
3710
|
+
iconv-lite: 0.7.2
|
|
3711
|
+
unpipe: 1.0.0
|
|
3712
|
+
|
|
3713
|
+
readable-stream@2.3.8:
|
|
3714
|
+
dependencies:
|
|
3715
|
+
core-util-is: 1.0.3
|
|
3716
|
+
inherits: 2.0.4
|
|
3717
|
+
isarray: 1.0.0
|
|
3718
|
+
process-nextick-args: 2.0.1
|
|
3719
|
+
safe-buffer: 5.1.2
|
|
3720
|
+
string_decoder: 1.1.1
|
|
3721
|
+
util-deprecate: 1.0.2
|
|
3722
|
+
|
|
3723
|
+
readable-stream@3.6.2:
|
|
3724
|
+
dependencies:
|
|
3725
|
+
inherits: 2.0.4
|
|
3726
|
+
string_decoder: 1.3.0
|
|
3727
|
+
util-deprecate: 1.0.2
|
|
3728
|
+
|
|
3729
|
+
require-directory@2.1.1: {}
|
|
3730
|
+
|
|
3731
|
+
require-from-string@2.0.2: {}
|
|
3732
|
+
|
|
3733
|
+
resolve-pkg-maps@1.0.0: {}
|
|
3734
|
+
|
|
3735
|
+
retry-request@7.0.2:
|
|
3736
|
+
dependencies:
|
|
3737
|
+
'@types/request': 2.48.13
|
|
3738
|
+
extend: 3.0.2
|
|
3739
|
+
teeny-request: 9.0.0
|
|
3740
|
+
transitivePeerDependencies:
|
|
3741
|
+
- encoding
|
|
3742
|
+
- supports-color
|
|
3743
|
+
|
|
3744
|
+
retry-request@8.0.2:
|
|
3745
|
+
dependencies:
|
|
3746
|
+
extend: 3.0.2
|
|
3747
|
+
teeny-request: 10.1.0
|
|
3748
|
+
transitivePeerDependencies:
|
|
3749
|
+
- supports-color
|
|
3750
|
+
|
|
3751
|
+
retry@0.13.1: {}
|
|
3752
|
+
|
|
3753
|
+
rimraf@5.0.10:
|
|
3754
|
+
dependencies:
|
|
3755
|
+
glob: 10.5.0
|
|
3756
|
+
|
|
3757
|
+
rollup@4.57.0:
|
|
3758
|
+
dependencies:
|
|
3759
|
+
'@types/estree': 1.0.8
|
|
3760
|
+
optionalDependencies:
|
|
3761
|
+
'@rollup/rollup-android-arm-eabi': 4.57.0
|
|
3762
|
+
'@rollup/rollup-android-arm64': 4.57.0
|
|
3763
|
+
'@rollup/rollup-darwin-arm64': 4.57.0
|
|
3764
|
+
'@rollup/rollup-darwin-x64': 4.57.0
|
|
3765
|
+
'@rollup/rollup-freebsd-arm64': 4.57.0
|
|
3766
|
+
'@rollup/rollup-freebsd-x64': 4.57.0
|
|
3767
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.57.0
|
|
3768
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.57.0
|
|
3769
|
+
'@rollup/rollup-linux-arm64-gnu': 4.57.0
|
|
3770
|
+
'@rollup/rollup-linux-arm64-musl': 4.57.0
|
|
3771
|
+
'@rollup/rollup-linux-loong64-gnu': 4.57.0
|
|
3772
|
+
'@rollup/rollup-linux-loong64-musl': 4.57.0
|
|
3773
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.57.0
|
|
3774
|
+
'@rollup/rollup-linux-ppc64-musl': 4.57.0
|
|
3775
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.57.0
|
|
3776
|
+
'@rollup/rollup-linux-riscv64-musl': 4.57.0
|
|
3777
|
+
'@rollup/rollup-linux-s390x-gnu': 4.57.0
|
|
3778
|
+
'@rollup/rollup-linux-x64-gnu': 4.57.0
|
|
3779
|
+
'@rollup/rollup-linux-x64-musl': 4.57.0
|
|
3780
|
+
'@rollup/rollup-openbsd-x64': 4.57.0
|
|
3781
|
+
'@rollup/rollup-openharmony-arm64': 4.57.0
|
|
3782
|
+
'@rollup/rollup-win32-arm64-msvc': 4.57.0
|
|
3783
|
+
'@rollup/rollup-win32-ia32-msvc': 4.57.0
|
|
3784
|
+
'@rollup/rollup-win32-x64-gnu': 4.57.0
|
|
3785
|
+
'@rollup/rollup-win32-x64-msvc': 4.57.0
|
|
3786
|
+
fsevents: 2.3.3
|
|
3787
|
+
|
|
3788
|
+
router@2.2.0:
|
|
3789
|
+
dependencies:
|
|
3790
|
+
debug: 4.4.3
|
|
3791
|
+
depd: 2.0.0
|
|
3792
|
+
is-promise: 4.0.0
|
|
3793
|
+
parseurl: 1.3.3
|
|
3794
|
+
path-to-regexp: 8.3.0
|
|
3795
|
+
transitivePeerDependencies:
|
|
3796
|
+
- supports-color
|
|
3797
|
+
|
|
3798
|
+
safe-buffer@5.1.2: {}
|
|
3799
|
+
|
|
3800
|
+
safe-buffer@5.2.1: {}
|
|
3801
|
+
|
|
3802
|
+
safe-stable-stringify@2.5.0: {}
|
|
3803
|
+
|
|
3804
|
+
safer-buffer@2.1.2: {}
|
|
3805
|
+
|
|
3806
|
+
semver@7.7.3: {}
|
|
3807
|
+
|
|
3808
|
+
send@1.2.1:
|
|
3809
|
+
dependencies:
|
|
3810
|
+
debug: 4.4.3
|
|
3811
|
+
encodeurl: 2.0.0
|
|
3812
|
+
escape-html: 1.0.3
|
|
3813
|
+
etag: 1.8.1
|
|
3814
|
+
fresh: 2.0.0
|
|
3815
|
+
http-errors: 2.0.1
|
|
3816
|
+
mime-types: 3.0.2
|
|
3817
|
+
ms: 2.1.3
|
|
3818
|
+
on-finished: 2.4.1
|
|
3819
|
+
range-parser: 1.2.1
|
|
3820
|
+
statuses: 2.0.2
|
|
3821
|
+
transitivePeerDependencies:
|
|
3822
|
+
- supports-color
|
|
3823
|
+
|
|
3824
|
+
serve-static@2.2.1:
|
|
3825
|
+
dependencies:
|
|
3826
|
+
encodeurl: 2.0.0
|
|
3827
|
+
escape-html: 1.0.3
|
|
3828
|
+
parseurl: 1.3.3
|
|
3829
|
+
send: 1.2.1
|
|
3830
|
+
transitivePeerDependencies:
|
|
3831
|
+
- supports-color
|
|
3832
|
+
|
|
3833
|
+
setimmediate@1.0.5: {}
|
|
3834
|
+
|
|
3835
|
+
setprototypeof@1.2.0: {}
|
|
3836
|
+
|
|
3837
|
+
shebang-command@2.0.0:
|
|
3838
|
+
dependencies:
|
|
3839
|
+
shebang-regex: 3.0.0
|
|
3840
|
+
|
|
3841
|
+
shebang-regex@3.0.0: {}
|
|
3842
|
+
|
|
3843
|
+
side-channel-list@1.0.0:
|
|
3844
|
+
dependencies:
|
|
3845
|
+
es-errors: 1.3.0
|
|
3846
|
+
object-inspect: 1.13.4
|
|
3847
|
+
|
|
3848
|
+
side-channel-map@1.0.1:
|
|
3849
|
+
dependencies:
|
|
3850
|
+
call-bound: 1.0.4
|
|
3851
|
+
es-errors: 1.3.0
|
|
3852
|
+
get-intrinsic: 1.3.0
|
|
3853
|
+
object-inspect: 1.13.4
|
|
3854
|
+
|
|
3855
|
+
side-channel-weakmap@1.0.2:
|
|
3856
|
+
dependencies:
|
|
3857
|
+
call-bound: 1.0.4
|
|
3858
|
+
es-errors: 1.3.0
|
|
3859
|
+
get-intrinsic: 1.3.0
|
|
3860
|
+
object-inspect: 1.13.4
|
|
3861
|
+
side-channel-map: 1.0.1
|
|
3862
|
+
|
|
3863
|
+
side-channel@1.1.0:
|
|
3864
|
+
dependencies:
|
|
3865
|
+
es-errors: 1.3.0
|
|
3866
|
+
object-inspect: 1.13.4
|
|
3867
|
+
side-channel-list: 1.0.0
|
|
3868
|
+
side-channel-map: 1.0.1
|
|
3869
|
+
side-channel-weakmap: 1.0.2
|
|
3870
|
+
|
|
3871
|
+
siginfo@2.0.0: {}
|
|
3872
|
+
|
|
3873
|
+
signal-exit@4.1.0: {}
|
|
3874
|
+
|
|
3875
|
+
sirv@3.0.2:
|
|
3876
|
+
dependencies:
|
|
3877
|
+
'@polka/url': 1.0.0-next.29
|
|
3878
|
+
mrmime: 2.0.1
|
|
3879
|
+
totalist: 3.0.1
|
|
3880
|
+
|
|
3881
|
+
source-map-js@1.2.1: {}
|
|
3882
|
+
|
|
3883
|
+
sprintf-js@1.0.3: {}
|
|
3884
|
+
|
|
3885
|
+
stack-trace@0.0.10: {}
|
|
3886
|
+
|
|
3887
|
+
stackback@0.0.2: {}
|
|
3888
|
+
|
|
3889
|
+
statuses@2.0.2: {}
|
|
3890
|
+
|
|
3891
|
+
std-env@3.10.0: {}
|
|
3892
|
+
|
|
3893
|
+
stream-events@1.0.5:
|
|
3894
|
+
dependencies:
|
|
3895
|
+
stubs: 3.0.0
|
|
3896
|
+
|
|
3897
|
+
stream-shift@1.0.3: {}
|
|
3898
|
+
|
|
3899
|
+
string-width@4.2.3:
|
|
3900
|
+
dependencies:
|
|
3901
|
+
emoji-regex: 8.0.0
|
|
3902
|
+
is-fullwidth-code-point: 3.0.0
|
|
3903
|
+
strip-ansi: 6.0.1
|
|
3904
|
+
|
|
3905
|
+
string-width@5.1.2:
|
|
3906
|
+
dependencies:
|
|
3907
|
+
eastasianwidth: 0.2.0
|
|
3908
|
+
emoji-regex: 9.2.2
|
|
3909
|
+
strip-ansi: 7.1.2
|
|
3910
|
+
|
|
3911
|
+
string_decoder@1.1.1:
|
|
3912
|
+
dependencies:
|
|
3913
|
+
safe-buffer: 5.1.2
|
|
3914
|
+
|
|
3915
|
+
string_decoder@1.3.0:
|
|
3916
|
+
dependencies:
|
|
3917
|
+
safe-buffer: 5.2.1
|
|
3918
|
+
|
|
3919
|
+
strip-ansi@6.0.1:
|
|
3920
|
+
dependencies:
|
|
3921
|
+
ansi-regex: 5.0.1
|
|
3922
|
+
|
|
3923
|
+
strip-ansi@7.1.2:
|
|
3924
|
+
dependencies:
|
|
3925
|
+
ansi-regex: 6.2.2
|
|
3926
|
+
|
|
3927
|
+
strnum@1.1.2: {}
|
|
3928
|
+
|
|
3929
|
+
stubs@3.0.0: {}
|
|
3930
|
+
|
|
3931
|
+
teeny-request@10.1.0:
|
|
3932
|
+
dependencies:
|
|
3933
|
+
http-proxy-agent: 5.0.0
|
|
3934
|
+
https-proxy-agent: 5.0.1
|
|
3935
|
+
node-fetch: 3.3.2
|
|
3936
|
+
stream-events: 1.0.5
|
|
3937
|
+
transitivePeerDependencies:
|
|
3938
|
+
- supports-color
|
|
3939
|
+
|
|
3940
|
+
teeny-request@9.0.0:
|
|
3941
|
+
dependencies:
|
|
3942
|
+
http-proxy-agent: 5.0.0
|
|
3943
|
+
https-proxy-agent: 5.0.1
|
|
3944
|
+
node-fetch: 2.7.0
|
|
3945
|
+
stream-events: 1.0.5
|
|
3946
|
+
uuid: 9.0.1
|
|
3947
|
+
transitivePeerDependencies:
|
|
3948
|
+
- encoding
|
|
3949
|
+
- supports-color
|
|
3950
|
+
|
|
3951
|
+
text-hex@1.0.0: {}
|
|
3952
|
+
|
|
3953
|
+
tinybench@2.9.0: {}
|
|
3954
|
+
|
|
3955
|
+
tinyexec@1.0.2: {}
|
|
3956
|
+
|
|
3957
|
+
tinyglobby@0.2.15:
|
|
3958
|
+
dependencies:
|
|
3959
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
3960
|
+
picomatch: 4.0.3
|
|
3961
|
+
|
|
3962
|
+
tinyrainbow@3.0.3: {}
|
|
3963
|
+
|
|
3964
|
+
toidentifier@1.0.1: {}
|
|
3965
|
+
|
|
3966
|
+
totalist@3.0.1: {}
|
|
3967
|
+
|
|
3968
|
+
tr46@0.0.3: {}
|
|
3969
|
+
|
|
3970
|
+
triple-beam@1.4.1: {}
|
|
3971
|
+
|
|
3972
|
+
ts-algebra@2.0.0: {}
|
|
3973
|
+
|
|
3974
|
+
tslib@2.8.1: {}
|
|
3975
|
+
|
|
3976
|
+
tsx@4.21.0:
|
|
3977
|
+
dependencies:
|
|
3978
|
+
esbuild: 0.27.2
|
|
3979
|
+
get-tsconfig: 4.13.0
|
|
3980
|
+
optionalDependencies:
|
|
3981
|
+
fsevents: 2.3.3
|
|
3982
|
+
|
|
3983
|
+
type-is@2.0.1:
|
|
3984
|
+
dependencies:
|
|
3985
|
+
content-type: 1.0.5
|
|
3986
|
+
media-typer: 1.1.0
|
|
3987
|
+
mime-types: 3.0.2
|
|
3988
|
+
|
|
3989
|
+
typescript@5.9.3: {}
|
|
3990
|
+
|
|
3991
|
+
underscore@1.13.7: {}
|
|
3992
|
+
|
|
3993
|
+
undici-types@6.21.0: {}
|
|
3994
|
+
|
|
3995
|
+
undici-types@7.16.0: {}
|
|
3996
|
+
|
|
3997
|
+
unpipe@1.0.0: {}
|
|
3998
|
+
|
|
3999
|
+
url-template@2.0.8: {}
|
|
4000
|
+
|
|
4001
|
+
util-deprecate@1.0.2: {}
|
|
4002
|
+
|
|
4003
|
+
uuid@11.1.0: {}
|
|
4004
|
+
|
|
4005
|
+
uuid@13.0.0: {}
|
|
4006
|
+
|
|
4007
|
+
uuid@8.3.2: {}
|
|
4008
|
+
|
|
4009
|
+
uuid@9.0.1: {}
|
|
4010
|
+
|
|
4011
|
+
vary@1.1.2: {}
|
|
4012
|
+
|
|
4013
|
+
vite@7.3.1(@types/node@24.10.9)(tsx@4.21.0):
|
|
4014
|
+
dependencies:
|
|
4015
|
+
esbuild: 0.27.2
|
|
4016
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
4017
|
+
picomatch: 4.0.3
|
|
4018
|
+
postcss: 8.5.6
|
|
4019
|
+
rollup: 4.57.0
|
|
4020
|
+
tinyglobby: 0.2.15
|
|
4021
|
+
optionalDependencies:
|
|
4022
|
+
'@types/node': 24.10.9
|
|
4023
|
+
fsevents: 2.3.3
|
|
4024
|
+
tsx: 4.21.0
|
|
4025
|
+
|
|
4026
|
+
vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@24.10.9)(@vitest/ui@4.0.18)(tsx@4.21.0):
|
|
4027
|
+
dependencies:
|
|
4028
|
+
'@vitest/expect': 4.0.18
|
|
4029
|
+
'@vitest/mocker': 4.0.18(vite@7.3.1(@types/node@24.10.9)(tsx@4.21.0))
|
|
4030
|
+
'@vitest/pretty-format': 4.0.18
|
|
4031
|
+
'@vitest/runner': 4.0.18
|
|
4032
|
+
'@vitest/snapshot': 4.0.18
|
|
4033
|
+
'@vitest/spy': 4.0.18
|
|
4034
|
+
'@vitest/utils': 4.0.18
|
|
4035
|
+
es-module-lexer: 1.7.0
|
|
4036
|
+
expect-type: 1.3.0
|
|
4037
|
+
magic-string: 0.30.21
|
|
4038
|
+
obug: 2.1.1
|
|
4039
|
+
pathe: 2.0.3
|
|
4040
|
+
picomatch: 4.0.3
|
|
4041
|
+
std-env: 3.10.0
|
|
4042
|
+
tinybench: 2.9.0
|
|
4043
|
+
tinyexec: 1.0.2
|
|
4044
|
+
tinyglobby: 0.2.15
|
|
4045
|
+
tinyrainbow: 3.0.3
|
|
4046
|
+
vite: 7.3.1(@types/node@24.10.9)(tsx@4.21.0)
|
|
4047
|
+
why-is-node-running: 2.3.0
|
|
4048
|
+
optionalDependencies:
|
|
4049
|
+
'@opentelemetry/api': 1.9.0
|
|
4050
|
+
'@types/node': 24.10.9
|
|
4051
|
+
'@vitest/ui': 4.0.18(vitest@4.0.18)
|
|
4052
|
+
transitivePeerDependencies:
|
|
4053
|
+
- jiti
|
|
4054
|
+
- less
|
|
4055
|
+
- lightningcss
|
|
4056
|
+
- msw
|
|
4057
|
+
- sass
|
|
4058
|
+
- sass-embedded
|
|
4059
|
+
- stylus
|
|
4060
|
+
- sugarss
|
|
4061
|
+
- terser
|
|
4062
|
+
- tsx
|
|
4063
|
+
- yaml
|
|
4064
|
+
|
|
4065
|
+
web-streams-polyfill@3.3.3: {}
|
|
4066
|
+
|
|
4067
|
+
webidl-conversions@3.0.1: {}
|
|
4068
|
+
|
|
4069
|
+
websocket-driver@0.7.4:
|
|
4070
|
+
dependencies:
|
|
4071
|
+
http-parser-js: 0.5.10
|
|
4072
|
+
safe-buffer: 5.2.1
|
|
4073
|
+
websocket-extensions: 0.1.4
|
|
4074
|
+
|
|
4075
|
+
websocket-extensions@0.1.4: {}
|
|
4076
|
+
|
|
4077
|
+
whatwg-url@5.0.0:
|
|
4078
|
+
dependencies:
|
|
4079
|
+
tr46: 0.0.3
|
|
4080
|
+
webidl-conversions: 3.0.1
|
|
4081
|
+
|
|
4082
|
+
which@1.3.1:
|
|
4083
|
+
dependencies:
|
|
4084
|
+
isexe: 2.0.0
|
|
4085
|
+
|
|
4086
|
+
which@2.0.2:
|
|
4087
|
+
dependencies:
|
|
4088
|
+
isexe: 2.0.0
|
|
4089
|
+
|
|
4090
|
+
why-is-node-running@2.3.0:
|
|
4091
|
+
dependencies:
|
|
4092
|
+
siginfo: 2.0.0
|
|
4093
|
+
stackback: 0.0.2
|
|
4094
|
+
|
|
4095
|
+
winston-transport@4.9.0:
|
|
4096
|
+
dependencies:
|
|
4097
|
+
logform: 2.7.0
|
|
4098
|
+
readable-stream: 3.6.2
|
|
4099
|
+
triple-beam: 1.4.1
|
|
4100
|
+
|
|
4101
|
+
winston@3.19.0:
|
|
4102
|
+
dependencies:
|
|
4103
|
+
'@colors/colors': 1.6.0
|
|
4104
|
+
'@dabh/diagnostics': 2.0.8
|
|
4105
|
+
async: 3.2.6
|
|
4106
|
+
is-stream: 2.0.1
|
|
4107
|
+
logform: 2.7.0
|
|
4108
|
+
one-time: 1.0.0
|
|
4109
|
+
readable-stream: 3.6.2
|
|
4110
|
+
safe-stable-stringify: 2.5.0
|
|
4111
|
+
stack-trace: 0.0.10
|
|
4112
|
+
triple-beam: 1.4.1
|
|
4113
|
+
winston-transport: 4.9.0
|
|
4114
|
+
|
|
4115
|
+
wrap-ansi@7.0.0:
|
|
4116
|
+
dependencies:
|
|
4117
|
+
ansi-styles: 4.3.0
|
|
4118
|
+
string-width: 4.2.3
|
|
4119
|
+
strip-ansi: 6.0.1
|
|
4120
|
+
|
|
4121
|
+
wrap-ansi@8.1.0:
|
|
4122
|
+
dependencies:
|
|
4123
|
+
ansi-styles: 6.2.3
|
|
4124
|
+
string-width: 5.1.2
|
|
4125
|
+
strip-ansi: 7.1.2
|
|
4126
|
+
|
|
4127
|
+
wrappy@1.0.2: {}
|
|
4128
|
+
|
|
4129
|
+
ws@8.19.0: {}
|
|
4130
|
+
|
|
4131
|
+
xmlbuilder@10.1.1: {}
|
|
4132
|
+
|
|
4133
|
+
y18n@5.0.8: {}
|
|
4134
|
+
|
|
4135
|
+
yallist@4.0.0: {}
|
|
4136
|
+
|
|
4137
|
+
yargs-parser@21.1.1: {}
|
|
4138
|
+
|
|
4139
|
+
yargs@17.7.2:
|
|
4140
|
+
dependencies:
|
|
4141
|
+
cliui: 8.0.1
|
|
4142
|
+
escalade: 3.2.0
|
|
4143
|
+
get-caller-file: 2.0.5
|
|
4144
|
+
require-directory: 2.1.1
|
|
4145
|
+
string-width: 4.2.3
|
|
4146
|
+
y18n: 5.0.8
|
|
4147
|
+
yargs-parser: 21.1.1
|
|
4148
|
+
|
|
4149
|
+
yocto-queue@0.1.0: {}
|
|
4150
|
+
|
|
4151
|
+
yocto-queue@1.2.2: {}
|
|
4152
|
+
|
|
4153
|
+
zod-to-json-schema@3.25.1(zod@3.25.76):
|
|
4154
|
+
dependencies:
|
|
4155
|
+
zod: 3.25.76
|
|
4156
|
+
|
|
4157
|
+
zod@3.25.76: {}
|