@rubytech/create-maxy-code 0.1.38 → 0.1.40
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/dist/__tests__/onboarding-state-readback.test.js +61 -0
- package/dist/index.js +35 -101
- package/dist/onboarding-readback.js +27 -0
- package/dist/uninstall.js +11 -102
- package/package.json +1 -1
- package/payload/platform/lib/anthropic-key/dist/index.d.ts +22 -0
- package/payload/platform/lib/anthropic-key/dist/index.d.ts.map +1 -0
- package/payload/platform/lib/anthropic-key/dist/index.js +232 -0
- package/payload/platform/lib/anthropic-key/dist/index.js.map +1 -0
- package/payload/platform/package-lock.json +513 -753
- package/payload/platform/plugins/admin/mcp/dist/lib/onboarding.d.ts +39 -0
- package/payload/platform/plugins/admin/mcp/dist/lib/onboarding.d.ts.map +1 -0
- package/payload/platform/plugins/admin/mcp/dist/lib/onboarding.js +249 -0
- package/payload/platform/plugins/admin/mcp/dist/lib/onboarding.js.map +1 -0
- package/payload/platform/plugins/docs/references/deployment.md +7 -3
- package/payload/platform/plugins/docs/references/platform.md +1 -1
- package/payload/platform/plugins/real-agency/plugins/.claude-plugin/marketplace.json +13 -0
- package/payload/platform/plugins/real-agency/plugins/loop/.claude-plugin/plugin.json +17 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/index.d.ts +2 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/index.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/index.js +293 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/index.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/crypto.js +88 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/feedback.js +35 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-list.js +14 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-register.js +60 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/people-search.js +87 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-request.js +11 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-search.js +41 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/supplier.js +49 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/team-info.js +32 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
- package/payload/platform/plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/config.js +6 -1
- package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/hooks-discovery.d.ts +7 -0
- package/payload/platform/services/claude-session-manager/dist/hooks-discovery.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/hooks-discovery.js +90 -0
- package/payload/platform/services/claude-session-manager/dist/hooks-discovery.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +62 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +22 -2
- package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts +3 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js +10 -3
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/system-prompt.d.ts +54 -0
- package/payload/platform/services/claude-session-manager/dist/system-prompt.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/system-prompt.js +111 -0
- package/payload/platform/services/claude-session-manager/dist/system-prompt.js.map +1 -1
- package/payload/platform/templates/agents/admin/IDENTITY.md +4 -2
- package/payload/platform/templates/agents/admin/SOUL.md +8 -14
- package/payload/premium-plugins/real-agency/plugins/.claude-plugin/marketplace.json +13 -0
- package/payload/premium-plugins/real-agency/plugins/loop/.claude-plugin/plugin.json +17 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/index.d.ts +2 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/index.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/index.js +293 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/index.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/crypto.js +88 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/feedback.js +35 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-list.js +14 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-register.js +60 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/people-search.js +87 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-request.js +11 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-search.js +41 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/supplier.js +49 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/team-info.js +32 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
- package/payload/premium-plugins/real-agency/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
- package/payload/server/{chunk-NNHHGQJL.js → chunk-4P2MPERV.js} +6 -163
- package/payload/server/{chunk-3G6JMV7N.js → chunk-MEGIQYUD.js} +1 -1
- package/payload/server/{chunk-QC5LHYPH.js → chunk-XJVJ2B2Q.js} +1 -1
- package/payload/server/{cloudflare-task-tracker-NEB3X6O2.js → cloudflare-task-tracker-R6MMORFU.js} +2 -2
- package/payload/server/maxy-edge.js +2 -2
- package/payload/server/public/assets/{Checkbox-DAki3vDW.js → Checkbox-6lLDKzMP.js} +1 -1
- package/payload/server/public/assets/{admin-CyAZtsYZ.js → admin-DO9W2D9g.js} +1 -1
- package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-C-hla3Ip.js → architectureDiagram-Q4EWVU46-BbLtk_k6.js} +1 -1
- package/payload/server/public/assets/{blockDiagram-DXYQGD6D-CbzjtNs3.js → blockDiagram-DXYQGD6D-B9IgcgeJ.js} +1 -1
- package/payload/server/public/assets/{brand-Cun0PBrA.css → brand-DQrOw38P.css} +1 -1
- package/payload/server/public/assets/{c4Diagram-AHTNJAMY-B87UblA0.js → c4Diagram-AHTNJAMY-BrvPS09f.js} +1 -1
- package/payload/server/public/assets/channel-Bmc1qlCD.js +1 -0
- package/payload/server/public/assets/{chunk-336JU56O-2a2pVlSg.js → chunk-336JU56O-DXOr0ZnC.js} +2 -2
- package/payload/server/public/assets/{chunk-426QAEUC-j9NOD8_a.js → chunk-426QAEUC-BFW4zwrV.js} +1 -1
- package/payload/server/public/assets/{chunk-4TB4RGXK-Cs872xAq.js → chunk-4TB4RGXK-D7_xc8xf.js} +1 -1
- package/payload/server/public/assets/{chunk-5FUZZQ4R-BnDFbZ_I.js → chunk-5FUZZQ4R-CdCSpb8j.js} +1 -1
- package/payload/server/public/assets/{chunk-5PVQY5BW-Bu5B3Hyf.js → chunk-5PVQY5BW-BVgnD9QR.js} +1 -1
- package/payload/server/public/assets/{chunk-EDXVE4YY-B96Fw4FF.js → chunk-EDXVE4YY-CYrT1Tom.js} +1 -1
- package/payload/server/public/assets/{chunk-ENJZ2VHE-CcGrGQim.js → chunk-ENJZ2VHE-B70d0jN7.js} +1 -1
- package/payload/server/public/assets/{chunk-ICPOFSXX-ZRvcI4Ai.js → chunk-ICPOFSXX-BcLouRbd.js} +1 -1
- package/payload/server/public/assets/{chunk-OYMX7WX6-B6RI9Fbf.js → chunk-OYMX7WX6-C2ja2fPj.js} +1 -1
- package/payload/server/public/assets/{chunk-U2HBQHQK-BYGHVYyo.js → chunk-U2HBQHQK-CCjoTpL6.js} +1 -1
- package/payload/server/public/assets/{chunk-X2U36JSP-rwNs-gTO.js → chunk-X2U36JSP-QIVkp-XR.js} +1 -1
- package/payload/server/public/assets/{chunk-YZCP3GAM-jPttJRap.js → chunk-YZCP3GAM-qD9rebhx.js} +1 -1
- package/payload/server/public/assets/{chunk-ZZ45TVLE-DLykWOT5.js → chunk-ZZ45TVLE-C0J_f05H.js} +1 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-RVZorqSk.js +1 -0
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BEZem5bl.js +1 -0
- package/payload/server/public/assets/clone-B6eXIhiR.js +1 -0
- package/payload/server/public/assets/{dagre-jnQDnF-5.js → dagre-B3cA7jId.js} +1 -1
- package/payload/server/public/assets/{dagre-KV5264BT-C6wSzHX2.js → dagre-KV5264BT-C8lVFO5U.js} +1 -1
- package/payload/server/public/assets/data-BaSmBQ7U.js +1 -0
- package/payload/server/public/assets/{device-url-actions-y1tXNDZx.js → device-url-actions-qu2-XiHc.js} +1 -1
- package/payload/server/public/assets/{diagram-5BDNPKRD-N3X-n90h.js → diagram-5BDNPKRD-BYkcTelK.js} +1 -1
- package/payload/server/public/assets/{diagram-G4DWMVQ6-vfmbzdPd.js → diagram-G4DWMVQ6-B6f_WR4j.js} +1 -1
- package/payload/server/public/assets/{diagram-MMDJMWI5-BETmPx_w.js → diagram-MMDJMWI5-ALaKcN6w.js} +1 -1
- package/payload/server/public/assets/{diagram-TYMM5635-BSUGM4wG.js → diagram-TYMM5635-CkVg3crF.js} +1 -1
- package/payload/server/public/assets/{erDiagram-SMLLAGMA-CWZ9OwMb.js → erDiagram-SMLLAGMA-DszlTGIQ.js} +1 -1
- package/payload/server/public/assets/{flowDiagram-DWJPFMVM-BpQOQS1a.js → flowDiagram-DWJPFMVM-C9-FqSlk.js} +1 -1
- package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-Dc59igCS.js → ganttDiagram-T4ZO3ILL-faJU-5Zy.js} +1 -1
- package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-D6lXg3zl.js → gitGraphDiagram-UUTBAWPF-Cck8_tiG.js} +1 -1
- package/payload/server/public/assets/{graph-labels-DFyNH0jb.js → graph-labels-COhLbJD0.js} +1 -1
- package/payload/server/public/assets/graph-qg6fkRyC.js +1 -0
- package/payload/server/public/assets/{graphlib-yG7kH8Fr.js → graphlib-CYRxeBXj.js} +1 -1
- package/payload/server/public/assets/{infoDiagram-42DDH7IO-TS9Pv8Os.js → infoDiagram-42DDH7IO-CLjEjhJX.js} +1 -1
- package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-BJiJJTq6.js → ishikawaDiagram-UXIWVN3A-nSIaVXdw.js} +1 -1
- package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-C7PW4fmw.js → journeyDiagram-VCZTEJTY-DuKq7d3g.js} +1 -1
- package/payload/server/public/assets/{kanban-definition-6JOO6SKY-BEk21ciD.js → kanban-definition-6JOO6SKY-Bt5xqHfY.js} +1 -1
- package/payload/server/public/assets/{line-DusyVWDE.js → line-BgV8qCP_.js} +1 -1
- package/payload/server/public/assets/{mermaid-parser.core-DeeojQSb.js → mermaid-parser.core-DQzl__pY.js} +1 -1
- package/payload/server/public/assets/{mermaid.core-p65Lo7Sj.js → mermaid.core-BAPEOjwh.js} +3 -3
- package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-B0jxFxdS.js → mindmap-definition-QFDTVHPH-CmMBrI79.js} +1 -1
- package/payload/server/public/assets/{page-x5khmfRx.js → page-BoDdtGsH.js} +1 -1
- package/payload/server/public/assets/{page-BeYGnDzI.js → page-D_NCNi5j.js} +1 -1
- package/payload/server/public/assets/{pieDiagram-DEJITSTG-DJ5GKYt6.js → pieDiagram-DEJITSTG-BhsR9k6j.js} +1 -1
- package/payload/server/public/assets/{public-cnoUs7vq.js → public-DCcGKIMW.js} +4 -4
- package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-BV7R-kwV.js → quadrantDiagram-34T5L4WZ-DSKV6d_A.js} +1 -1
- package/payload/server/public/assets/{requirementDiagram-MS252O5E-DRiLzlGN.js → requirementDiagram-MS252O5E-BccM48AI.js} +1 -1
- package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-C5-6_cCI.js → sankeyDiagram-XADWPNL6-C0pxiQfn.js} +1 -1
- package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-5FXm_VYM.js → sequenceDiagram-FGHM5R23-BVsUIJsW.js} +1 -1
- package/payload/server/public/assets/{stateDiagram-FHFEXIEX-FCQTaGqV.js → stateDiagram-FHFEXIEX-lqYQZ-F1.js} +1 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-D2eHThhC.js +1 -0
- package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-tvtq62ef.js → timeline-definition-GMOUNBTQ-D-LxYOHq.js} +1 -1
- package/payload/server/public/assets/{vennDiagram-DHZGUBPP-Dk-k7CE4.js → vennDiagram-DHZGUBPP-BNHzvNba.js} +1 -1
- package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-CZSrqniY.js → wardleyDiagram-NUSXRM2D-BfXR9l5s.js} +1 -1
- package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-CpGLpk7Q.js → xychartDiagram-5P7HB3ND-CL7mVEbT.js} +1 -1
- package/payload/server/public/data.html +5 -5
- package/payload/server/public/graph.html +6 -6
- package/payload/server/public/index.html +8 -8
- package/payload/server/public/public.html +5 -5
- package/payload/server/server.js +981 -859
- package/payload/server/public/assets/channel-CTNo72W7.js +0 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-BaV5nDmT.js +0 -1
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-DOKlCKjY.js +0 -1
- package/payload/server/public/assets/clone-sQSwlSln.js +0 -1
- package/payload/server/public/assets/data-DbkuXcPb.js +0 -1
- package/payload/server/public/assets/graph-CC5_6-dg.js +0 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BdpPhdqg.js +0 -1
- /package/payload/server/public/assets/{brand-lj7EhWRg.js → brand-Bky-hMVw.js} +0 -0
|
@@ -21,446 +21,38 @@
|
|
|
21
21
|
"node": ">=6.9.0"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
"node_modules/@
|
|
25
|
-
"version": "
|
|
26
|
-
"resolved": "https://registry.npmjs.org/@
|
|
27
|
-
"integrity": "sha512-
|
|
28
|
-
"cpu": [
|
|
29
|
-
"ppc64"
|
|
30
|
-
],
|
|
31
|
-
"dev": true,
|
|
32
|
-
"license": "MIT",
|
|
33
|
-
"optional": true,
|
|
34
|
-
"os": [
|
|
35
|
-
"aix"
|
|
36
|
-
],
|
|
37
|
-
"engines": {
|
|
38
|
-
"node": ">=18"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"node_modules/@esbuild/android-arm": {
|
|
42
|
-
"version": "0.25.12",
|
|
43
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
|
|
44
|
-
"integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
|
|
45
|
-
"cpu": [
|
|
46
|
-
"arm"
|
|
47
|
-
],
|
|
48
|
-
"dev": true,
|
|
49
|
-
"license": "MIT",
|
|
50
|
-
"optional": true,
|
|
51
|
-
"os": [
|
|
52
|
-
"android"
|
|
53
|
-
],
|
|
54
|
-
"engines": {
|
|
55
|
-
"node": ">=18"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"node_modules/@esbuild/android-arm64": {
|
|
59
|
-
"version": "0.25.12",
|
|
60
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
|
|
61
|
-
"integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
|
|
62
|
-
"cpu": [
|
|
63
|
-
"arm64"
|
|
64
|
-
],
|
|
65
|
-
"dev": true,
|
|
66
|
-
"license": "MIT",
|
|
67
|
-
"optional": true,
|
|
68
|
-
"os": [
|
|
69
|
-
"android"
|
|
70
|
-
],
|
|
71
|
-
"engines": {
|
|
72
|
-
"node": ">=18"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"node_modules/@esbuild/android-x64": {
|
|
76
|
-
"version": "0.25.12",
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
|
|
78
|
-
"integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
|
|
79
|
-
"cpu": [
|
|
80
|
-
"x64"
|
|
81
|
-
],
|
|
82
|
-
"dev": true,
|
|
83
|
-
"license": "MIT",
|
|
84
|
-
"optional": true,
|
|
85
|
-
"os": [
|
|
86
|
-
"android"
|
|
87
|
-
],
|
|
88
|
-
"engines": {
|
|
89
|
-
"node": ">=18"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"node_modules/@esbuild/darwin-arm64": {
|
|
93
|
-
"version": "0.25.12",
|
|
94
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
|
|
95
|
-
"integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
|
|
96
|
-
"cpu": [
|
|
97
|
-
"arm64"
|
|
98
|
-
],
|
|
99
|
-
"dev": true,
|
|
100
|
-
"license": "MIT",
|
|
101
|
-
"optional": true,
|
|
102
|
-
"os": [
|
|
103
|
-
"darwin"
|
|
104
|
-
],
|
|
105
|
-
"engines": {
|
|
106
|
-
"node": ">=18"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"node_modules/@esbuild/darwin-x64": {
|
|
110
|
-
"version": "0.25.12",
|
|
111
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
|
|
112
|
-
"integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
|
|
113
|
-
"cpu": [
|
|
114
|
-
"x64"
|
|
115
|
-
],
|
|
116
|
-
"dev": true,
|
|
117
|
-
"license": "MIT",
|
|
118
|
-
"optional": true,
|
|
119
|
-
"os": [
|
|
120
|
-
"darwin"
|
|
121
|
-
],
|
|
122
|
-
"engines": {
|
|
123
|
-
"node": ">=18"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"node_modules/@esbuild/freebsd-arm64": {
|
|
127
|
-
"version": "0.25.12",
|
|
128
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
|
|
129
|
-
"integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
|
|
130
|
-
"cpu": [
|
|
131
|
-
"arm64"
|
|
132
|
-
],
|
|
133
|
-
"dev": true,
|
|
134
|
-
"license": "MIT",
|
|
135
|
-
"optional": true,
|
|
136
|
-
"os": [
|
|
137
|
-
"freebsd"
|
|
138
|
-
],
|
|
139
|
-
"engines": {
|
|
140
|
-
"node": ">=18"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"node_modules/@esbuild/freebsd-x64": {
|
|
144
|
-
"version": "0.25.12",
|
|
145
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
|
|
146
|
-
"integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
|
|
147
|
-
"cpu": [
|
|
148
|
-
"x64"
|
|
149
|
-
],
|
|
150
|
-
"dev": true,
|
|
151
|
-
"license": "MIT",
|
|
152
|
-
"optional": true,
|
|
153
|
-
"os": [
|
|
154
|
-
"freebsd"
|
|
155
|
-
],
|
|
156
|
-
"engines": {
|
|
157
|
-
"node": ">=18"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
"node_modules/@esbuild/linux-arm": {
|
|
161
|
-
"version": "0.25.12",
|
|
162
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
|
|
163
|
-
"integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
|
|
164
|
-
"cpu": [
|
|
165
|
-
"arm"
|
|
166
|
-
],
|
|
167
|
-
"dev": true,
|
|
168
|
-
"license": "MIT",
|
|
169
|
-
"optional": true,
|
|
170
|
-
"os": [
|
|
171
|
-
"linux"
|
|
172
|
-
],
|
|
173
|
-
"engines": {
|
|
174
|
-
"node": ">=18"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"node_modules/@esbuild/linux-arm64": {
|
|
178
|
-
"version": "0.25.12",
|
|
179
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
|
|
180
|
-
"integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
|
|
181
|
-
"cpu": [
|
|
182
|
-
"arm64"
|
|
183
|
-
],
|
|
184
|
-
"dev": true,
|
|
185
|
-
"license": "MIT",
|
|
186
|
-
"optional": true,
|
|
187
|
-
"os": [
|
|
188
|
-
"linux"
|
|
189
|
-
],
|
|
190
|
-
"engines": {
|
|
191
|
-
"node": ">=18"
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
"node_modules/@esbuild/linux-ia32": {
|
|
195
|
-
"version": "0.25.12",
|
|
196
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
|
|
197
|
-
"integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
|
|
198
|
-
"cpu": [
|
|
199
|
-
"ia32"
|
|
200
|
-
],
|
|
201
|
-
"dev": true,
|
|
202
|
-
"license": "MIT",
|
|
203
|
-
"optional": true,
|
|
204
|
-
"os": [
|
|
205
|
-
"linux"
|
|
206
|
-
],
|
|
207
|
-
"engines": {
|
|
208
|
-
"node": ">=18"
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
"node_modules/@esbuild/linux-loong64": {
|
|
212
|
-
"version": "0.25.12",
|
|
213
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
|
|
214
|
-
"integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
|
|
215
|
-
"cpu": [
|
|
216
|
-
"loong64"
|
|
217
|
-
],
|
|
218
|
-
"dev": true,
|
|
219
|
-
"license": "MIT",
|
|
220
|
-
"optional": true,
|
|
221
|
-
"os": [
|
|
222
|
-
"linux"
|
|
223
|
-
],
|
|
224
|
-
"engines": {
|
|
225
|
-
"node": ">=18"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"node_modules/@esbuild/linux-mips64el": {
|
|
229
|
-
"version": "0.25.12",
|
|
230
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
|
|
231
|
-
"integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
|
|
232
|
-
"cpu": [
|
|
233
|
-
"mips64el"
|
|
234
|
-
],
|
|
235
|
-
"dev": true,
|
|
236
|
-
"license": "MIT",
|
|
237
|
-
"optional": true,
|
|
238
|
-
"os": [
|
|
239
|
-
"linux"
|
|
240
|
-
],
|
|
241
|
-
"engines": {
|
|
242
|
-
"node": ">=18"
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
"node_modules/@esbuild/linux-ppc64": {
|
|
246
|
-
"version": "0.25.12",
|
|
247
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
|
|
248
|
-
"integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
|
|
249
|
-
"cpu": [
|
|
250
|
-
"ppc64"
|
|
251
|
-
],
|
|
252
|
-
"dev": true,
|
|
253
|
-
"license": "MIT",
|
|
254
|
-
"optional": true,
|
|
255
|
-
"os": [
|
|
256
|
-
"linux"
|
|
257
|
-
],
|
|
258
|
-
"engines": {
|
|
259
|
-
"node": ">=18"
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
"node_modules/@esbuild/linux-riscv64": {
|
|
263
|
-
"version": "0.25.12",
|
|
264
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
|
|
265
|
-
"integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
|
|
266
|
-
"cpu": [
|
|
267
|
-
"riscv64"
|
|
268
|
-
],
|
|
269
|
-
"dev": true,
|
|
270
|
-
"license": "MIT",
|
|
271
|
-
"optional": true,
|
|
272
|
-
"os": [
|
|
273
|
-
"linux"
|
|
274
|
-
],
|
|
275
|
-
"engines": {
|
|
276
|
-
"node": ">=18"
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
"node_modules/@esbuild/linux-s390x": {
|
|
280
|
-
"version": "0.25.12",
|
|
281
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
|
|
282
|
-
"integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
|
|
283
|
-
"cpu": [
|
|
284
|
-
"s390x"
|
|
285
|
-
],
|
|
286
|
-
"dev": true,
|
|
287
|
-
"license": "MIT",
|
|
288
|
-
"optional": true,
|
|
289
|
-
"os": [
|
|
290
|
-
"linux"
|
|
291
|
-
],
|
|
292
|
-
"engines": {
|
|
293
|
-
"node": ">=18"
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
"node_modules/@esbuild/linux-x64": {
|
|
297
|
-
"version": "0.25.12",
|
|
298
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
|
|
299
|
-
"integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
|
|
300
|
-
"cpu": [
|
|
301
|
-
"x64"
|
|
302
|
-
],
|
|
303
|
-
"dev": true,
|
|
304
|
-
"license": "MIT",
|
|
305
|
-
"optional": true,
|
|
306
|
-
"os": [
|
|
307
|
-
"linux"
|
|
308
|
-
],
|
|
309
|
-
"engines": {
|
|
310
|
-
"node": ">=18"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"node_modules/@esbuild/netbsd-arm64": {
|
|
314
|
-
"version": "0.25.12",
|
|
315
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
|
|
316
|
-
"integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
|
|
317
|
-
"cpu": [
|
|
318
|
-
"arm64"
|
|
319
|
-
],
|
|
320
|
-
"dev": true,
|
|
321
|
-
"license": "MIT",
|
|
322
|
-
"optional": true,
|
|
323
|
-
"os": [
|
|
324
|
-
"netbsd"
|
|
325
|
-
],
|
|
326
|
-
"engines": {
|
|
327
|
-
"node": ">=18"
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
"node_modules/@esbuild/netbsd-x64": {
|
|
331
|
-
"version": "0.25.12",
|
|
332
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
|
|
333
|
-
"integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
|
|
334
|
-
"cpu": [
|
|
335
|
-
"x64"
|
|
336
|
-
],
|
|
337
|
-
"dev": true,
|
|
338
|
-
"license": "MIT",
|
|
339
|
-
"optional": true,
|
|
340
|
-
"os": [
|
|
341
|
-
"netbsd"
|
|
342
|
-
],
|
|
343
|
-
"engines": {
|
|
344
|
-
"node": ">=18"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
"node_modules/@esbuild/openbsd-arm64": {
|
|
348
|
-
"version": "0.25.12",
|
|
349
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
|
|
350
|
-
"integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
|
|
351
|
-
"cpu": [
|
|
352
|
-
"arm64"
|
|
353
|
-
],
|
|
354
|
-
"dev": true,
|
|
355
|
-
"license": "MIT",
|
|
356
|
-
"optional": true,
|
|
357
|
-
"os": [
|
|
358
|
-
"openbsd"
|
|
359
|
-
],
|
|
360
|
-
"engines": {
|
|
361
|
-
"node": ">=18"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"node_modules/@esbuild/openbsd-x64": {
|
|
365
|
-
"version": "0.25.12",
|
|
366
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
|
|
367
|
-
"integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
|
|
368
|
-
"cpu": [
|
|
369
|
-
"x64"
|
|
370
|
-
],
|
|
371
|
-
"dev": true,
|
|
372
|
-
"license": "MIT",
|
|
373
|
-
"optional": true,
|
|
374
|
-
"os": [
|
|
375
|
-
"openbsd"
|
|
376
|
-
],
|
|
377
|
-
"engines": {
|
|
378
|
-
"node": ">=18"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"node_modules/@esbuild/openharmony-arm64": {
|
|
382
|
-
"version": "0.25.12",
|
|
383
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
|
|
384
|
-
"integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
|
|
385
|
-
"cpu": [
|
|
386
|
-
"arm64"
|
|
387
|
-
],
|
|
388
|
-
"dev": true,
|
|
389
|
-
"license": "MIT",
|
|
390
|
-
"optional": true,
|
|
391
|
-
"os": [
|
|
392
|
-
"openharmony"
|
|
393
|
-
],
|
|
394
|
-
"engines": {
|
|
395
|
-
"node": ">=18"
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
"node_modules/@esbuild/sunos-x64": {
|
|
399
|
-
"version": "0.25.12",
|
|
400
|
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
|
|
401
|
-
"integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
|
|
402
|
-
"cpu": [
|
|
403
|
-
"x64"
|
|
404
|
-
],
|
|
24
|
+
"node_modules/@emnapi/core": {
|
|
25
|
+
"version": "1.10.0",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
|
27
|
+
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
|
405
28
|
"dev": true,
|
|
406
29
|
"license": "MIT",
|
|
407
30
|
"optional": true,
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
"engines": {
|
|
412
|
-
"node": ">=18"
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
"node_modules/@esbuild/win32-arm64": {
|
|
416
|
-
"version": "0.25.12",
|
|
417
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
|
|
418
|
-
"integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
|
|
419
|
-
"cpu": [
|
|
420
|
-
"arm64"
|
|
421
|
-
],
|
|
422
|
-
"dev": true,
|
|
423
|
-
"license": "MIT",
|
|
424
|
-
"optional": true,
|
|
425
|
-
"os": [
|
|
426
|
-
"win32"
|
|
427
|
-
],
|
|
428
|
-
"engines": {
|
|
429
|
-
"node": ">=18"
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@emnapi/wasi-threads": "1.2.1",
|
|
33
|
+
"tslib": "^2.4.0"
|
|
430
34
|
}
|
|
431
35
|
},
|
|
432
|
-
"node_modules/@
|
|
433
|
-
"version": "
|
|
434
|
-
"resolved": "https://registry.npmjs.org/@
|
|
435
|
-
"integrity": "sha512-
|
|
436
|
-
"cpu": [
|
|
437
|
-
"ia32"
|
|
438
|
-
],
|
|
36
|
+
"node_modules/@emnapi/runtime": {
|
|
37
|
+
"version": "1.10.0",
|
|
38
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
39
|
+
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
439
40
|
"dev": true,
|
|
440
41
|
"license": "MIT",
|
|
441
42
|
"optional": true,
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
],
|
|
445
|
-
"engines": {
|
|
446
|
-
"node": ">=18"
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"tslib": "^2.4.0"
|
|
447
45
|
}
|
|
448
46
|
},
|
|
449
|
-
"node_modules/@
|
|
450
|
-
"version": "
|
|
451
|
-
"resolved": "https://registry.npmjs.org/@
|
|
452
|
-
"integrity": "sha512-
|
|
453
|
-
"cpu": [
|
|
454
|
-
"x64"
|
|
455
|
-
],
|
|
47
|
+
"node_modules/@emnapi/wasi-threads": {
|
|
48
|
+
"version": "1.2.1",
|
|
49
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
|
50
|
+
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
|
456
51
|
"dev": true,
|
|
457
52
|
"license": "MIT",
|
|
458
53
|
"optional": true,
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
],
|
|
462
|
-
"engines": {
|
|
463
|
-
"node": ">=18"
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"tslib": "^2.4.0"
|
|
464
56
|
}
|
|
465
57
|
},
|
|
466
58
|
"node_modules/@hono/node-server": {
|
|
@@ -605,30 +197,45 @@
|
|
|
605
197
|
}
|
|
606
198
|
}
|
|
607
199
|
},
|
|
200
|
+
"node_modules/@napi-rs/wasm-runtime": {
|
|
201
|
+
"version": "1.1.4",
|
|
202
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
|
|
203
|
+
"integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
|
|
204
|
+
"dev": true,
|
|
205
|
+
"license": "MIT",
|
|
206
|
+
"optional": true,
|
|
207
|
+
"dependencies": {
|
|
208
|
+
"@tybys/wasm-util": "^0.10.1"
|
|
209
|
+
},
|
|
210
|
+
"funding": {
|
|
211
|
+
"type": "github",
|
|
212
|
+
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
213
|
+
},
|
|
214
|
+
"peerDependencies": {
|
|
215
|
+
"@emnapi/core": "^1.7.1",
|
|
216
|
+
"@emnapi/runtime": "^1.7.1"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"node_modules/@oxc-project/types": {
|
|
220
|
+
"version": "0.130.0",
|
|
221
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz",
|
|
222
|
+
"integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==",
|
|
223
|
+
"dev": true,
|
|
224
|
+
"license": "MIT",
|
|
225
|
+
"funding": {
|
|
226
|
+
"url": "https://github.com/sponsors/Boshen"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
608
229
|
"node_modules/@pinojs/redact": {
|
|
609
230
|
"version": "0.4.0",
|
|
610
231
|
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
|
|
611
232
|
"integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
|
|
612
233
|
"license": "MIT"
|
|
613
234
|
},
|
|
614
|
-
"node_modules/@
|
|
615
|
-
"version": "
|
|
616
|
-
"resolved": "https://registry.npmjs.org/@
|
|
617
|
-
"integrity": "sha512-
|
|
618
|
-
"cpu": [
|
|
619
|
-
"arm"
|
|
620
|
-
],
|
|
621
|
-
"dev": true,
|
|
622
|
-
"license": "MIT",
|
|
623
|
-
"optional": true,
|
|
624
|
-
"os": [
|
|
625
|
-
"android"
|
|
626
|
-
]
|
|
627
|
-
},
|
|
628
|
-
"node_modules/@rollup/rollup-android-arm64": {
|
|
629
|
-
"version": "4.60.4",
|
|
630
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.4.tgz",
|
|
631
|
-
"integrity": "sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==",
|
|
235
|
+
"node_modules/@rolldown/binding-android-arm64": {
|
|
236
|
+
"version": "1.0.1",
|
|
237
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.1.tgz",
|
|
238
|
+
"integrity": "sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==",
|
|
632
239
|
"cpu": [
|
|
633
240
|
"arm64"
|
|
634
241
|
],
|
|
@@ -637,12 +244,15 @@
|
|
|
637
244
|
"optional": true,
|
|
638
245
|
"os": [
|
|
639
246
|
"android"
|
|
640
|
-
]
|
|
247
|
+
],
|
|
248
|
+
"engines": {
|
|
249
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
250
|
+
}
|
|
641
251
|
},
|
|
642
|
-
"node_modules/@
|
|
643
|
-
"version": "
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@
|
|
645
|
-
"integrity": "sha512-
|
|
252
|
+
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
253
|
+
"version": "1.0.1",
|
|
254
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.1.tgz",
|
|
255
|
+
"integrity": "sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==",
|
|
646
256
|
"cpu": [
|
|
647
257
|
"arm64"
|
|
648
258
|
],
|
|
@@ -651,12 +261,15 @@
|
|
|
651
261
|
"optional": true,
|
|
652
262
|
"os": [
|
|
653
263
|
"darwin"
|
|
654
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"engines": {
|
|
266
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
267
|
+
}
|
|
655
268
|
},
|
|
656
|
-
"node_modules/@
|
|
657
|
-
"version": "
|
|
658
|
-
"resolved": "https://registry.npmjs.org/@
|
|
659
|
-
"integrity": "sha512-
|
|
269
|
+
"node_modules/@rolldown/binding-darwin-x64": {
|
|
270
|
+
"version": "1.0.1",
|
|
271
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.1.tgz",
|
|
272
|
+
"integrity": "sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==",
|
|
660
273
|
"cpu": [
|
|
661
274
|
"x64"
|
|
662
275
|
],
|
|
@@ -665,26 +278,15 @@
|
|
|
665
278
|
"optional": true,
|
|
666
279
|
"os": [
|
|
667
280
|
"darwin"
|
|
668
|
-
]
|
|
669
|
-
},
|
|
670
|
-
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
671
|
-
"version": "4.60.4",
|
|
672
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.4.tgz",
|
|
673
|
-
"integrity": "sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==",
|
|
674
|
-
"cpu": [
|
|
675
|
-
"arm64"
|
|
676
281
|
],
|
|
677
|
-
"
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
"os": [
|
|
681
|
-
"freebsd"
|
|
682
|
-
]
|
|
282
|
+
"engines": {
|
|
283
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
284
|
+
}
|
|
683
285
|
},
|
|
684
|
-
"node_modules/@
|
|
685
|
-
"version": "
|
|
686
|
-
"resolved": "https://registry.npmjs.org/@
|
|
687
|
-
"integrity": "sha512-
|
|
286
|
+
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
287
|
+
"version": "1.0.1",
|
|
288
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.1.tgz",
|
|
289
|
+
"integrity": "sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==",
|
|
688
290
|
"cpu": [
|
|
689
291
|
"x64"
|
|
690
292
|
],
|
|
@@ -693,26 +295,15 @@
|
|
|
693
295
|
"optional": true,
|
|
694
296
|
"os": [
|
|
695
297
|
"freebsd"
|
|
696
|
-
]
|
|
697
|
-
},
|
|
698
|
-
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
699
|
-
"version": "4.60.4",
|
|
700
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.4.tgz",
|
|
701
|
-
"integrity": "sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==",
|
|
702
|
-
"cpu": [
|
|
703
|
-
"arm"
|
|
704
298
|
],
|
|
705
|
-
"
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
"os": [
|
|
709
|
-
"linux"
|
|
710
|
-
]
|
|
299
|
+
"engines": {
|
|
300
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
301
|
+
}
|
|
711
302
|
},
|
|
712
|
-
"node_modules/@
|
|
713
|
-
"version": "
|
|
714
|
-
"resolved": "https://registry.npmjs.org/@
|
|
715
|
-
"integrity": "sha512-
|
|
303
|
+
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
304
|
+
"version": "1.0.1",
|
|
305
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.1.tgz",
|
|
306
|
+
"integrity": "sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==",
|
|
716
307
|
"cpu": [
|
|
717
308
|
"arm"
|
|
718
309
|
],
|
|
@@ -721,26 +312,15 @@
|
|
|
721
312
|
"optional": true,
|
|
722
313
|
"os": [
|
|
723
314
|
"linux"
|
|
724
|
-
]
|
|
725
|
-
},
|
|
726
|
-
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
727
|
-
"version": "4.60.4",
|
|
728
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.4.tgz",
|
|
729
|
-
"integrity": "sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==",
|
|
730
|
-
"cpu": [
|
|
731
|
-
"arm64"
|
|
732
315
|
],
|
|
733
|
-
"
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
"os": [
|
|
737
|
-
"linux"
|
|
738
|
-
]
|
|
316
|
+
"engines": {
|
|
317
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
318
|
+
}
|
|
739
319
|
},
|
|
740
|
-
"node_modules/@
|
|
741
|
-
"version": "
|
|
742
|
-
"resolved": "https://registry.npmjs.org/@
|
|
743
|
-
"integrity": "sha512-
|
|
320
|
+
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
321
|
+
"version": "1.0.1",
|
|
322
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.1.tgz",
|
|
323
|
+
"integrity": "sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==",
|
|
744
324
|
"cpu": [
|
|
745
325
|
"arm64"
|
|
746
326
|
],
|
|
@@ -749,124 +329,66 @@
|
|
|
749
329
|
"optional": true,
|
|
750
330
|
"os": [
|
|
751
331
|
"linux"
|
|
752
|
-
]
|
|
753
|
-
},
|
|
754
|
-
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
755
|
-
"version": "4.60.4",
|
|
756
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.4.tgz",
|
|
757
|
-
"integrity": "sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==",
|
|
758
|
-
"cpu": [
|
|
759
|
-
"loong64"
|
|
760
|
-
],
|
|
761
|
-
"dev": true,
|
|
762
|
-
"license": "MIT",
|
|
763
|
-
"optional": true,
|
|
764
|
-
"os": [
|
|
765
|
-
"linux"
|
|
766
|
-
]
|
|
767
|
-
},
|
|
768
|
-
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
769
|
-
"version": "4.60.4",
|
|
770
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.4.tgz",
|
|
771
|
-
"integrity": "sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==",
|
|
772
|
-
"cpu": [
|
|
773
|
-
"loong64"
|
|
774
|
-
],
|
|
775
|
-
"dev": true,
|
|
776
|
-
"license": "MIT",
|
|
777
|
-
"optional": true,
|
|
778
|
-
"os": [
|
|
779
|
-
"linux"
|
|
780
|
-
]
|
|
781
|
-
},
|
|
782
|
-
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
783
|
-
"version": "4.60.4",
|
|
784
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.4.tgz",
|
|
785
|
-
"integrity": "sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==",
|
|
786
|
-
"cpu": [
|
|
787
|
-
"ppc64"
|
|
788
|
-
],
|
|
789
|
-
"dev": true,
|
|
790
|
-
"license": "MIT",
|
|
791
|
-
"optional": true,
|
|
792
|
-
"os": [
|
|
793
|
-
"linux"
|
|
794
|
-
]
|
|
795
|
-
},
|
|
796
|
-
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
797
|
-
"version": "4.60.4",
|
|
798
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.4.tgz",
|
|
799
|
-
"integrity": "sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==",
|
|
800
|
-
"cpu": [
|
|
801
|
-
"ppc64"
|
|
802
332
|
],
|
|
803
|
-
"
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
"os": [
|
|
807
|
-
"linux"
|
|
808
|
-
]
|
|
333
|
+
"engines": {
|
|
334
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
335
|
+
}
|
|
809
336
|
},
|
|
810
|
-
"node_modules/@
|
|
811
|
-
"version": "
|
|
812
|
-
"resolved": "https://registry.npmjs.org/@
|
|
813
|
-
"integrity": "sha512-
|
|
337
|
+
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
338
|
+
"version": "1.0.1",
|
|
339
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.1.tgz",
|
|
340
|
+
"integrity": "sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==",
|
|
814
341
|
"cpu": [
|
|
815
|
-
"
|
|
342
|
+
"arm64"
|
|
816
343
|
],
|
|
817
344
|
"dev": true,
|
|
818
345
|
"license": "MIT",
|
|
819
346
|
"optional": true,
|
|
820
347
|
"os": [
|
|
821
348
|
"linux"
|
|
822
|
-
]
|
|
823
|
-
},
|
|
824
|
-
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
825
|
-
"version": "4.60.4",
|
|
826
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.4.tgz",
|
|
827
|
-
"integrity": "sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==",
|
|
828
|
-
"cpu": [
|
|
829
|
-
"riscv64"
|
|
830
349
|
],
|
|
831
|
-
"
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
"os": [
|
|
835
|
-
"linux"
|
|
836
|
-
]
|
|
350
|
+
"engines": {
|
|
351
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
352
|
+
}
|
|
837
353
|
},
|
|
838
|
-
"node_modules/@
|
|
839
|
-
"version": "
|
|
840
|
-
"resolved": "https://registry.npmjs.org/@
|
|
841
|
-
"integrity": "sha512-
|
|
354
|
+
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
355
|
+
"version": "1.0.1",
|
|
356
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.1.tgz",
|
|
357
|
+
"integrity": "sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==",
|
|
842
358
|
"cpu": [
|
|
843
|
-
"
|
|
359
|
+
"ppc64"
|
|
844
360
|
],
|
|
845
361
|
"dev": true,
|
|
846
362
|
"license": "MIT",
|
|
847
363
|
"optional": true,
|
|
848
364
|
"os": [
|
|
849
365
|
"linux"
|
|
850
|
-
]
|
|
366
|
+
],
|
|
367
|
+
"engines": {
|
|
368
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
369
|
+
}
|
|
851
370
|
},
|
|
852
|
-
"node_modules/@
|
|
853
|
-
"version": "
|
|
854
|
-
"resolved": "https://registry.npmjs.org/@
|
|
855
|
-
"integrity": "sha512-
|
|
371
|
+
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
372
|
+
"version": "1.0.1",
|
|
373
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.1.tgz",
|
|
374
|
+
"integrity": "sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==",
|
|
856
375
|
"cpu": [
|
|
857
|
-
"
|
|
376
|
+
"s390x"
|
|
858
377
|
],
|
|
859
378
|
"dev": true,
|
|
860
379
|
"license": "MIT",
|
|
861
380
|
"optional": true,
|
|
862
381
|
"os": [
|
|
863
382
|
"linux"
|
|
864
|
-
]
|
|
383
|
+
],
|
|
384
|
+
"engines": {
|
|
385
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
386
|
+
}
|
|
865
387
|
},
|
|
866
|
-
"node_modules/@
|
|
867
|
-
"version": "
|
|
868
|
-
"resolved": "https://registry.npmjs.org/@
|
|
869
|
-
"integrity": "sha512
|
|
388
|
+
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
389
|
+
"version": "1.0.1",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.1.tgz",
|
|
391
|
+
"integrity": "sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==",
|
|
870
392
|
"cpu": [
|
|
871
393
|
"x64"
|
|
872
394
|
],
|
|
@@ -875,12 +397,15 @@
|
|
|
875
397
|
"optional": true,
|
|
876
398
|
"os": [
|
|
877
399
|
"linux"
|
|
878
|
-
]
|
|
400
|
+
],
|
|
401
|
+
"engines": {
|
|
402
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
403
|
+
}
|
|
879
404
|
},
|
|
880
|
-
"node_modules/@
|
|
881
|
-
"version": "
|
|
882
|
-
"resolved": "https://registry.npmjs.org/@
|
|
883
|
-
"integrity": "sha512-
|
|
405
|
+
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
406
|
+
"version": "1.0.1",
|
|
407
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.1.tgz",
|
|
408
|
+
"integrity": "sha512-bV4fzswuzVcKD90o/VM6QqKxnxlDq0g2BISDLNVmxrnhpv1DDbyPhCIjYfvzYLV+MvkKKnQt2Q6AO86SEBULUQ==",
|
|
884
409
|
"cpu": [
|
|
885
410
|
"x64"
|
|
886
411
|
],
|
|
@@ -888,13 +413,16 @@
|
|
|
888
413
|
"license": "MIT",
|
|
889
414
|
"optional": true,
|
|
890
415
|
"os": [
|
|
891
|
-
"
|
|
892
|
-
]
|
|
416
|
+
"linux"
|
|
417
|
+
],
|
|
418
|
+
"engines": {
|
|
419
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
420
|
+
}
|
|
893
421
|
},
|
|
894
|
-
"node_modules/@
|
|
895
|
-
"version": "
|
|
896
|
-
"resolved": "https://registry.npmjs.org/@
|
|
897
|
-
"integrity": "sha512
|
|
422
|
+
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
423
|
+
"version": "1.0.1",
|
|
424
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.1.tgz",
|
|
425
|
+
"integrity": "sha512-/Mh0Zhq3OP7fVs0kcQHZP6lZEthMGTaSf8UBQYSFEZDWGXXlEC+nJ6EqenaK2t4LBXMe3A+K/G2BVXXdtOr4PQ==",
|
|
898
426
|
"cpu": [
|
|
899
427
|
"arm64"
|
|
900
428
|
],
|
|
@@ -903,40 +431,51 @@
|
|
|
903
431
|
"optional": true,
|
|
904
432
|
"os": [
|
|
905
433
|
"openharmony"
|
|
906
|
-
]
|
|
434
|
+
],
|
|
435
|
+
"engines": {
|
|
436
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
437
|
+
}
|
|
907
438
|
},
|
|
908
|
-
"node_modules/@
|
|
909
|
-
"version": "
|
|
910
|
-
"resolved": "https://registry.npmjs.org/@
|
|
911
|
-
"integrity": "sha512
|
|
439
|
+
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
440
|
+
"version": "1.0.1",
|
|
441
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.1.tgz",
|
|
442
|
+
"integrity": "sha512-+1xc9X45l8ufsBAm6Gjvx2qDRIY9lTVt0cgWNcJ+1gdhXvkbxePA60yRTwSTuXL09CMhyJmjpV7E3NoyxbqFQQ==",
|
|
912
443
|
"cpu": [
|
|
913
|
-
"
|
|
444
|
+
"wasm32"
|
|
914
445
|
],
|
|
915
446
|
"dev": true,
|
|
916
447
|
"license": "MIT",
|
|
917
448
|
"optional": true,
|
|
918
|
-
"
|
|
919
|
-
"
|
|
920
|
-
|
|
449
|
+
"dependencies": {
|
|
450
|
+
"@emnapi/core": "1.10.0",
|
|
451
|
+
"@emnapi/runtime": "1.10.0",
|
|
452
|
+
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
453
|
+
},
|
|
454
|
+
"engines": {
|
|
455
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
456
|
+
}
|
|
921
457
|
},
|
|
922
|
-
"node_modules/@
|
|
923
|
-
"version": "
|
|
924
|
-
"resolved": "https://registry.npmjs.org/@
|
|
925
|
-
"integrity": "sha512-
|
|
458
|
+
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
459
|
+
"version": "1.0.1",
|
|
460
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.1.tgz",
|
|
461
|
+
"integrity": "sha512-1D+UqZdfnuR+Jy1GgMJwi85bD40H21uNmOPRWQhw4oRSuolZ/B5rixZ45DK2KXOTCvmVCecauWgEhbw8bI7tOw==",
|
|
926
462
|
"cpu": [
|
|
927
|
-
"
|
|
463
|
+
"arm64"
|
|
928
464
|
],
|
|
929
465
|
"dev": true,
|
|
930
466
|
"license": "MIT",
|
|
931
467
|
"optional": true,
|
|
932
468
|
"os": [
|
|
933
469
|
"win32"
|
|
934
|
-
]
|
|
470
|
+
],
|
|
471
|
+
"engines": {
|
|
472
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
473
|
+
}
|
|
935
474
|
},
|
|
936
|
-
"node_modules/@
|
|
937
|
-
"version": "
|
|
938
|
-
"resolved": "https://registry.npmjs.org/@
|
|
939
|
-
"integrity": "sha512-
|
|
475
|
+
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
476
|
+
"version": "1.0.1",
|
|
477
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.1.tgz",
|
|
478
|
+
"integrity": "sha512-INAycaWuhlOK3wk4mRHGsdgwYWmd9cChdPdE9bwWmy6rn9VqVNYNFGhOdXrofXUxwHIncSiPNb8tNm8knDVIeQ==",
|
|
940
479
|
"cpu": [
|
|
941
480
|
"x64"
|
|
942
481
|
],
|
|
@@ -945,21 +484,17 @@
|
|
|
945
484
|
"optional": true,
|
|
946
485
|
"os": [
|
|
947
486
|
"win32"
|
|
948
|
-
]
|
|
949
|
-
},
|
|
950
|
-
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
951
|
-
"version": "4.60.4",
|
|
952
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.4.tgz",
|
|
953
|
-
"integrity": "sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==",
|
|
954
|
-
"cpu": [
|
|
955
|
-
"x64"
|
|
956
487
|
],
|
|
488
|
+
"engines": {
|
|
489
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"node_modules/@rolldown/pluginutils": {
|
|
493
|
+
"version": "1.0.1",
|
|
494
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
|
|
495
|
+
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
957
496
|
"dev": true,
|
|
958
|
-
"license": "MIT"
|
|
959
|
-
"optional": true,
|
|
960
|
-
"os": [
|
|
961
|
-
"win32"
|
|
962
|
-
]
|
|
497
|
+
"license": "MIT"
|
|
963
498
|
},
|
|
964
499
|
"node_modules/@standard-schema/spec": {
|
|
965
500
|
"version": "1.1.0",
|
|
@@ -968,6 +503,17 @@
|
|
|
968
503
|
"dev": true,
|
|
969
504
|
"license": "MIT"
|
|
970
505
|
},
|
|
506
|
+
"node_modules/@tybys/wasm-util": {
|
|
507
|
+
"version": "0.10.2",
|
|
508
|
+
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
|
|
509
|
+
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
|
510
|
+
"dev": true,
|
|
511
|
+
"license": "MIT",
|
|
512
|
+
"optional": true,
|
|
513
|
+
"dependencies": {
|
|
514
|
+
"tslib": "^2.4.0"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
971
517
|
"node_modules/@types/chai": {
|
|
972
518
|
"version": "5.2.3",
|
|
973
519
|
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
@@ -1528,6 +1074,16 @@
|
|
|
1528
1074
|
"node": ">= 0.8"
|
|
1529
1075
|
}
|
|
1530
1076
|
},
|
|
1077
|
+
"node_modules/detect-libc": {
|
|
1078
|
+
"version": "2.1.2",
|
|
1079
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1080
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1081
|
+
"dev": true,
|
|
1082
|
+
"license": "Apache-2.0",
|
|
1083
|
+
"engines": {
|
|
1084
|
+
"node": ">=8"
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1531
1087
|
"node_modules/dijkstrajs": {
|
|
1532
1088
|
"version": "1.0.3",
|
|
1533
1089
|
"resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.3.tgz",
|
|
@@ -1615,48 +1171,6 @@
|
|
|
1615
1171
|
"node": ">= 0.4"
|
|
1616
1172
|
}
|
|
1617
1173
|
},
|
|
1618
|
-
"node_modules/esbuild": {
|
|
1619
|
-
"version": "0.25.12",
|
|
1620
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
|
|
1621
|
-
"integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
|
|
1622
|
-
"dev": true,
|
|
1623
|
-
"hasInstallScript": true,
|
|
1624
|
-
"license": "MIT",
|
|
1625
|
-
"bin": {
|
|
1626
|
-
"esbuild": "bin/esbuild"
|
|
1627
|
-
},
|
|
1628
|
-
"engines": {
|
|
1629
|
-
"node": ">=18"
|
|
1630
|
-
},
|
|
1631
|
-
"optionalDependencies": {
|
|
1632
|
-
"@esbuild/aix-ppc64": "0.25.12",
|
|
1633
|
-
"@esbuild/android-arm": "0.25.12",
|
|
1634
|
-
"@esbuild/android-arm64": "0.25.12",
|
|
1635
|
-
"@esbuild/android-x64": "0.25.12",
|
|
1636
|
-
"@esbuild/darwin-arm64": "0.25.12",
|
|
1637
|
-
"@esbuild/darwin-x64": "0.25.12",
|
|
1638
|
-
"@esbuild/freebsd-arm64": "0.25.12",
|
|
1639
|
-
"@esbuild/freebsd-x64": "0.25.12",
|
|
1640
|
-
"@esbuild/linux-arm": "0.25.12",
|
|
1641
|
-
"@esbuild/linux-arm64": "0.25.12",
|
|
1642
|
-
"@esbuild/linux-ia32": "0.25.12",
|
|
1643
|
-
"@esbuild/linux-loong64": "0.25.12",
|
|
1644
|
-
"@esbuild/linux-mips64el": "0.25.12",
|
|
1645
|
-
"@esbuild/linux-ppc64": "0.25.12",
|
|
1646
|
-
"@esbuild/linux-riscv64": "0.25.12",
|
|
1647
|
-
"@esbuild/linux-s390x": "0.25.12",
|
|
1648
|
-
"@esbuild/linux-x64": "0.25.12",
|
|
1649
|
-
"@esbuild/netbsd-arm64": "0.25.12",
|
|
1650
|
-
"@esbuild/netbsd-x64": "0.25.12",
|
|
1651
|
-
"@esbuild/openbsd-arm64": "0.25.12",
|
|
1652
|
-
"@esbuild/openbsd-x64": "0.25.12",
|
|
1653
|
-
"@esbuild/openharmony-arm64": "0.25.12",
|
|
1654
|
-
"@esbuild/sunos-x64": "0.25.12",
|
|
1655
|
-
"@esbuild/win32-arm64": "0.25.12",
|
|
1656
|
-
"@esbuild/win32-ia32": "0.25.12",
|
|
1657
|
-
"@esbuild/win32-x64": "0.25.12"
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1660
1174
|
"node_modules/escape-html": {
|
|
1661
1175
|
"version": "1.0.3",
|
|
1662
1176
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
@@ -1993,9 +1507,9 @@
|
|
|
1993
1507
|
}
|
|
1994
1508
|
},
|
|
1995
1509
|
"node_modules/hono": {
|
|
1996
|
-
"version": "4.12.
|
|
1997
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
1998
|
-
"integrity": "sha512-
|
|
1510
|
+
"version": "4.12.18",
|
|
1511
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz",
|
|
1512
|
+
"integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==",
|
|
1999
1513
|
"license": "MIT",
|
|
2000
1514
|
"engines": {
|
|
2001
1515
|
"node": ">=16.9.0"
|
|
@@ -2173,6 +1687,267 @@
|
|
|
2173
1687
|
"integrity": "sha512-0Wd+GPz1O134cP62YU2GTOPNA7Qgl09XwCqM5zpBv87ERCXdfDtyKXvV7c9U22yWJh44QZqBocFnXN11K96qow==",
|
|
2174
1688
|
"license": "MIT"
|
|
2175
1689
|
},
|
|
1690
|
+
"node_modules/lightningcss": {
|
|
1691
|
+
"version": "1.32.0",
|
|
1692
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
1693
|
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
1694
|
+
"dev": true,
|
|
1695
|
+
"license": "MPL-2.0",
|
|
1696
|
+
"dependencies": {
|
|
1697
|
+
"detect-libc": "^2.0.3"
|
|
1698
|
+
},
|
|
1699
|
+
"engines": {
|
|
1700
|
+
"node": ">= 12.0.0"
|
|
1701
|
+
},
|
|
1702
|
+
"funding": {
|
|
1703
|
+
"type": "opencollective",
|
|
1704
|
+
"url": "https://opencollective.com/parcel"
|
|
1705
|
+
},
|
|
1706
|
+
"optionalDependencies": {
|
|
1707
|
+
"lightningcss-android-arm64": "1.32.0",
|
|
1708
|
+
"lightningcss-darwin-arm64": "1.32.0",
|
|
1709
|
+
"lightningcss-darwin-x64": "1.32.0",
|
|
1710
|
+
"lightningcss-freebsd-x64": "1.32.0",
|
|
1711
|
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
1712
|
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
1713
|
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
1714
|
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
1715
|
+
"lightningcss-linux-x64-musl": "1.32.0",
|
|
1716
|
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
1717
|
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
"node_modules/lightningcss-android-arm64": {
|
|
1721
|
+
"version": "1.32.0",
|
|
1722
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
1723
|
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
1724
|
+
"cpu": [
|
|
1725
|
+
"arm64"
|
|
1726
|
+
],
|
|
1727
|
+
"dev": true,
|
|
1728
|
+
"license": "MPL-2.0",
|
|
1729
|
+
"optional": true,
|
|
1730
|
+
"os": [
|
|
1731
|
+
"android"
|
|
1732
|
+
],
|
|
1733
|
+
"engines": {
|
|
1734
|
+
"node": ">= 12.0.0"
|
|
1735
|
+
},
|
|
1736
|
+
"funding": {
|
|
1737
|
+
"type": "opencollective",
|
|
1738
|
+
"url": "https://opencollective.com/parcel"
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"node_modules/lightningcss-darwin-arm64": {
|
|
1742
|
+
"version": "1.32.0",
|
|
1743
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
1744
|
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
1745
|
+
"cpu": [
|
|
1746
|
+
"arm64"
|
|
1747
|
+
],
|
|
1748
|
+
"dev": true,
|
|
1749
|
+
"license": "MPL-2.0",
|
|
1750
|
+
"optional": true,
|
|
1751
|
+
"os": [
|
|
1752
|
+
"darwin"
|
|
1753
|
+
],
|
|
1754
|
+
"engines": {
|
|
1755
|
+
"node": ">= 12.0.0"
|
|
1756
|
+
},
|
|
1757
|
+
"funding": {
|
|
1758
|
+
"type": "opencollective",
|
|
1759
|
+
"url": "https://opencollective.com/parcel"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"node_modules/lightningcss-darwin-x64": {
|
|
1763
|
+
"version": "1.32.0",
|
|
1764
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
1765
|
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
1766
|
+
"cpu": [
|
|
1767
|
+
"x64"
|
|
1768
|
+
],
|
|
1769
|
+
"dev": true,
|
|
1770
|
+
"license": "MPL-2.0",
|
|
1771
|
+
"optional": true,
|
|
1772
|
+
"os": [
|
|
1773
|
+
"darwin"
|
|
1774
|
+
],
|
|
1775
|
+
"engines": {
|
|
1776
|
+
"node": ">= 12.0.0"
|
|
1777
|
+
},
|
|
1778
|
+
"funding": {
|
|
1779
|
+
"type": "opencollective",
|
|
1780
|
+
"url": "https://opencollective.com/parcel"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"node_modules/lightningcss-freebsd-x64": {
|
|
1784
|
+
"version": "1.32.0",
|
|
1785
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
1786
|
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
1787
|
+
"cpu": [
|
|
1788
|
+
"x64"
|
|
1789
|
+
],
|
|
1790
|
+
"dev": true,
|
|
1791
|
+
"license": "MPL-2.0",
|
|
1792
|
+
"optional": true,
|
|
1793
|
+
"os": [
|
|
1794
|
+
"freebsd"
|
|
1795
|
+
],
|
|
1796
|
+
"engines": {
|
|
1797
|
+
"node": ">= 12.0.0"
|
|
1798
|
+
},
|
|
1799
|
+
"funding": {
|
|
1800
|
+
"type": "opencollective",
|
|
1801
|
+
"url": "https://opencollective.com/parcel"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
1805
|
+
"version": "1.32.0",
|
|
1806
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
1807
|
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
1808
|
+
"cpu": [
|
|
1809
|
+
"arm"
|
|
1810
|
+
],
|
|
1811
|
+
"dev": true,
|
|
1812
|
+
"license": "MPL-2.0",
|
|
1813
|
+
"optional": true,
|
|
1814
|
+
"os": [
|
|
1815
|
+
"linux"
|
|
1816
|
+
],
|
|
1817
|
+
"engines": {
|
|
1818
|
+
"node": ">= 12.0.0"
|
|
1819
|
+
},
|
|
1820
|
+
"funding": {
|
|
1821
|
+
"type": "opencollective",
|
|
1822
|
+
"url": "https://opencollective.com/parcel"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
1826
|
+
"version": "1.32.0",
|
|
1827
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
1828
|
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
1829
|
+
"cpu": [
|
|
1830
|
+
"arm64"
|
|
1831
|
+
],
|
|
1832
|
+
"dev": true,
|
|
1833
|
+
"license": "MPL-2.0",
|
|
1834
|
+
"optional": true,
|
|
1835
|
+
"os": [
|
|
1836
|
+
"linux"
|
|
1837
|
+
],
|
|
1838
|
+
"engines": {
|
|
1839
|
+
"node": ">= 12.0.0"
|
|
1840
|
+
},
|
|
1841
|
+
"funding": {
|
|
1842
|
+
"type": "opencollective",
|
|
1843
|
+
"url": "https://opencollective.com/parcel"
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"node_modules/lightningcss-linux-arm64-musl": {
|
|
1847
|
+
"version": "1.32.0",
|
|
1848
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
1849
|
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
1850
|
+
"cpu": [
|
|
1851
|
+
"arm64"
|
|
1852
|
+
],
|
|
1853
|
+
"dev": true,
|
|
1854
|
+
"license": "MPL-2.0",
|
|
1855
|
+
"optional": true,
|
|
1856
|
+
"os": [
|
|
1857
|
+
"linux"
|
|
1858
|
+
],
|
|
1859
|
+
"engines": {
|
|
1860
|
+
"node": ">= 12.0.0"
|
|
1861
|
+
},
|
|
1862
|
+
"funding": {
|
|
1863
|
+
"type": "opencollective",
|
|
1864
|
+
"url": "https://opencollective.com/parcel"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
"node_modules/lightningcss-linux-x64-gnu": {
|
|
1868
|
+
"version": "1.32.0",
|
|
1869
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
1870
|
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
1871
|
+
"cpu": [
|
|
1872
|
+
"x64"
|
|
1873
|
+
],
|
|
1874
|
+
"dev": true,
|
|
1875
|
+
"license": "MPL-2.0",
|
|
1876
|
+
"optional": true,
|
|
1877
|
+
"os": [
|
|
1878
|
+
"linux"
|
|
1879
|
+
],
|
|
1880
|
+
"engines": {
|
|
1881
|
+
"node": ">= 12.0.0"
|
|
1882
|
+
},
|
|
1883
|
+
"funding": {
|
|
1884
|
+
"type": "opencollective",
|
|
1885
|
+
"url": "https://opencollective.com/parcel"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
"node_modules/lightningcss-linux-x64-musl": {
|
|
1889
|
+
"version": "1.32.0",
|
|
1890
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
1891
|
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
1892
|
+
"cpu": [
|
|
1893
|
+
"x64"
|
|
1894
|
+
],
|
|
1895
|
+
"dev": true,
|
|
1896
|
+
"license": "MPL-2.0",
|
|
1897
|
+
"optional": true,
|
|
1898
|
+
"os": [
|
|
1899
|
+
"linux"
|
|
1900
|
+
],
|
|
1901
|
+
"engines": {
|
|
1902
|
+
"node": ">= 12.0.0"
|
|
1903
|
+
},
|
|
1904
|
+
"funding": {
|
|
1905
|
+
"type": "opencollective",
|
|
1906
|
+
"url": "https://opencollective.com/parcel"
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
1910
|
+
"version": "1.32.0",
|
|
1911
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
1912
|
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
1913
|
+
"cpu": [
|
|
1914
|
+
"arm64"
|
|
1915
|
+
],
|
|
1916
|
+
"dev": true,
|
|
1917
|
+
"license": "MPL-2.0",
|
|
1918
|
+
"optional": true,
|
|
1919
|
+
"os": [
|
|
1920
|
+
"win32"
|
|
1921
|
+
],
|
|
1922
|
+
"engines": {
|
|
1923
|
+
"node": ">= 12.0.0"
|
|
1924
|
+
},
|
|
1925
|
+
"funding": {
|
|
1926
|
+
"type": "opencollective",
|
|
1927
|
+
"url": "https://opencollective.com/parcel"
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
"node_modules/lightningcss-win32-x64-msvc": {
|
|
1931
|
+
"version": "1.32.0",
|
|
1932
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
1933
|
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
1934
|
+
"cpu": [
|
|
1935
|
+
"x64"
|
|
1936
|
+
],
|
|
1937
|
+
"dev": true,
|
|
1938
|
+
"license": "MPL-2.0",
|
|
1939
|
+
"optional": true,
|
|
1940
|
+
"os": [
|
|
1941
|
+
"win32"
|
|
1942
|
+
],
|
|
1943
|
+
"engines": {
|
|
1944
|
+
"node": ">= 12.0.0"
|
|
1945
|
+
},
|
|
1946
|
+
"funding": {
|
|
1947
|
+
"type": "opencollective",
|
|
1948
|
+
"url": "https://opencollective.com/parcel"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
2176
1951
|
"node_modules/locate-path": {
|
|
2177
1952
|
"version": "5.0.0",
|
|
2178
1953
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -2667,9 +2442,9 @@
|
|
|
2667
2442
|
}
|
|
2668
2443
|
},
|
|
2669
2444
|
"node_modules/qs": {
|
|
2670
|
-
"version": "6.15.
|
|
2671
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.
|
|
2672
|
-
"integrity": "sha512-
|
|
2445
|
+
"version": "6.15.1",
|
|
2446
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
|
|
2447
|
+
"integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
|
|
2673
2448
|
"license": "BSD-3-Clause",
|
|
2674
2449
|
"dependencies": {
|
|
2675
2450
|
"side-channel": "^1.1.0"
|
|
@@ -2776,57 +2551,39 @@
|
|
|
2776
2551
|
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
|
|
2777
2552
|
"license": "ISC"
|
|
2778
2553
|
},
|
|
2779
|
-
"node_modules/
|
|
2780
|
-
"version": "
|
|
2781
|
-
"resolved": "https://registry.npmjs.org/
|
|
2782
|
-
"integrity": "sha512-
|
|
2554
|
+
"node_modules/rolldown": {
|
|
2555
|
+
"version": "1.0.1",
|
|
2556
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.1.tgz",
|
|
2557
|
+
"integrity": "sha512-X0KQHljNnEkWNqqiz9zJrGunh1B0HgOxLXvnFpCOcadzcy5qohZ3tqMEUg00vncoRovXuK3ZqCT9KnnKzoInFQ==",
|
|
2783
2558
|
"dev": true,
|
|
2784
2559
|
"license": "MIT",
|
|
2785
2560
|
"dependencies": {
|
|
2786
|
-
"@types
|
|
2561
|
+
"@oxc-project/types": "=0.130.0",
|
|
2562
|
+
"@rolldown/pluginutils": "^1.0.0"
|
|
2787
2563
|
},
|
|
2788
2564
|
"bin": {
|
|
2789
|
-
"
|
|
2565
|
+
"rolldown": "bin/cli.mjs"
|
|
2790
2566
|
},
|
|
2791
2567
|
"engines": {
|
|
2792
|
-
"node": "
|
|
2793
|
-
"npm": ">=8.0.0"
|
|
2568
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2794
2569
|
},
|
|
2795
2570
|
"optionalDependencies": {
|
|
2796
|
-
"@
|
|
2797
|
-
"@
|
|
2798
|
-
"@
|
|
2799
|
-
"@
|
|
2800
|
-
"@
|
|
2801
|
-
"@
|
|
2802
|
-
"@
|
|
2803
|
-
"@
|
|
2804
|
-
"@
|
|
2805
|
-
"@
|
|
2806
|
-
"@
|
|
2807
|
-
"@
|
|
2808
|
-
"@
|
|
2809
|
-
"@
|
|
2810
|
-
"@
|
|
2811
|
-
|
|
2812
|
-
"@rollup/rollup-linux-s390x-gnu": "4.60.4",
|
|
2813
|
-
"@rollup/rollup-linux-x64-gnu": "4.60.4",
|
|
2814
|
-
"@rollup/rollup-linux-x64-musl": "4.60.4",
|
|
2815
|
-
"@rollup/rollup-openbsd-x64": "4.60.4",
|
|
2816
|
-
"@rollup/rollup-openharmony-arm64": "4.60.4",
|
|
2817
|
-
"@rollup/rollup-win32-arm64-msvc": "4.60.4",
|
|
2818
|
-
"@rollup/rollup-win32-ia32-msvc": "4.60.4",
|
|
2819
|
-
"@rollup/rollup-win32-x64-gnu": "4.60.4",
|
|
2820
|
-
"@rollup/rollup-win32-x64-msvc": "4.60.4",
|
|
2821
|
-
"fsevents": "~2.3.2"
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
|
-
"node_modules/rollup/node_modules/@types/estree": {
|
|
2825
|
-
"version": "1.0.8",
|
|
2826
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
2827
|
-
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
2828
|
-
"dev": true,
|
|
2829
|
-
"license": "MIT"
|
|
2571
|
+
"@rolldown/binding-android-arm64": "1.0.1",
|
|
2572
|
+
"@rolldown/binding-darwin-arm64": "1.0.1",
|
|
2573
|
+
"@rolldown/binding-darwin-x64": "1.0.1",
|
|
2574
|
+
"@rolldown/binding-freebsd-x64": "1.0.1",
|
|
2575
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.1",
|
|
2576
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.1",
|
|
2577
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.1",
|
|
2578
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.1",
|
|
2579
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.1",
|
|
2580
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.1",
|
|
2581
|
+
"@rolldown/binding-linux-x64-musl": "1.0.1",
|
|
2582
|
+
"@rolldown/binding-openharmony-arm64": "1.0.1",
|
|
2583
|
+
"@rolldown/binding-wasm32-wasi": "1.0.1",
|
|
2584
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.1",
|
|
2585
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.1"
|
|
2586
|
+
}
|
|
2830
2587
|
},
|
|
2831
2588
|
"node_modules/router": {
|
|
2832
2589
|
"version": "2.2.0",
|
|
@@ -3303,24 +3060,23 @@
|
|
|
3303
3060
|
}
|
|
3304
3061
|
},
|
|
3305
3062
|
"node_modules/vite": {
|
|
3306
|
-
"version": "
|
|
3307
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-
|
|
3308
|
-
"integrity": "sha512-
|
|
3063
|
+
"version": "8.0.13",
|
|
3064
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz",
|
|
3065
|
+
"integrity": "sha512-MFtjBYgzmSxmgA4RAfjIyXWpGe1oALnjgUTzzV7QLx/TKxCzjtMH6Fd9/eVK+5Fg1qNoz5VAwsmMs/NofrmJvw==",
|
|
3309
3066
|
"dev": true,
|
|
3310
3067
|
"license": "MIT",
|
|
3311
3068
|
"dependencies": {
|
|
3312
|
-
"
|
|
3313
|
-
"
|
|
3314
|
-
"
|
|
3315
|
-
"
|
|
3316
|
-
"
|
|
3317
|
-
"tinyglobby": "^0.2.13"
|
|
3069
|
+
"lightningcss": "^1.32.0",
|
|
3070
|
+
"picomatch": "^4.0.4",
|
|
3071
|
+
"postcss": "^8.5.14",
|
|
3072
|
+
"rolldown": "1.0.1",
|
|
3073
|
+
"tinyglobby": "^0.2.16"
|
|
3318
3074
|
},
|
|
3319
3075
|
"bin": {
|
|
3320
3076
|
"vite": "bin/vite.js"
|
|
3321
3077
|
},
|
|
3322
3078
|
"engines": {
|
|
3323
|
-
"node": "^
|
|
3079
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
3324
3080
|
},
|
|
3325
3081
|
"funding": {
|
|
3326
3082
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
@@ -3329,14 +3085,15 @@
|
|
|
3329
3085
|
"fsevents": "~2.3.3"
|
|
3330
3086
|
},
|
|
3331
3087
|
"peerDependencies": {
|
|
3332
|
-
"@types/node": "^
|
|
3088
|
+
"@types/node": "^20.19.0 || >=22.12.0",
|
|
3089
|
+
"@vitejs/devtools": "^0.1.18",
|
|
3090
|
+
"esbuild": "^0.27.0 || ^0.28.0",
|
|
3333
3091
|
"jiti": ">=1.21.0",
|
|
3334
|
-
"less": "
|
|
3335
|
-
"
|
|
3336
|
-
"sass": "
|
|
3337
|
-
"
|
|
3338
|
-
"
|
|
3339
|
-
"sugarss": "*",
|
|
3092
|
+
"less": "^4.0.0",
|
|
3093
|
+
"sass": "^1.70.0",
|
|
3094
|
+
"sass-embedded": "^1.70.0",
|
|
3095
|
+
"stylus": ">=0.54.8",
|
|
3096
|
+
"sugarss": "^5.0.0",
|
|
3340
3097
|
"terser": "^5.16.0",
|
|
3341
3098
|
"tsx": "^4.8.1",
|
|
3342
3099
|
"yaml": "^2.4.2"
|
|
@@ -3345,13 +3102,16 @@
|
|
|
3345
3102
|
"@types/node": {
|
|
3346
3103
|
"optional": true
|
|
3347
3104
|
},
|
|
3348
|
-
"
|
|
3105
|
+
"@vitejs/devtools": {
|
|
3349
3106
|
"optional": true
|
|
3350
3107
|
},
|
|
3351
|
-
"
|
|
3108
|
+
"esbuild": {
|
|
3352
3109
|
"optional": true
|
|
3353
3110
|
},
|
|
3354
|
-
"
|
|
3111
|
+
"jiti": {
|
|
3112
|
+
"optional": true
|
|
3113
|
+
},
|
|
3114
|
+
"less": {
|
|
3355
3115
|
"optional": true
|
|
3356
3116
|
},
|
|
3357
3117
|
"sass": {
|