@orion-agents/orion-code 0.1.9 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +85 -0
- package/README.md +142 -323
- package/README.zh-CN.md +118 -578
- package/dist/cli.js +65 -84
- package/dist/cli.js.map +1 -1
- package/dist/commands/context-commands.d.ts.map +1 -1
- package/dist/commands/context-commands.js +14 -7
- package/dist/commands/context-commands.js.map +1 -1
- package/dist/commands/context-tool-command-handlers.d.ts +4 -5
- package/dist/commands/context-tool-command-handlers.d.ts.map +1 -1
- package/dist/commands/context-tool-command-handlers.js +132 -208
- package/dist/commands/context-tool-command-handlers.js.map +1 -1
- package/dist/commands/core-command-handlers.d.ts +3 -6
- package/dist/commands/core-command-handlers.d.ts.map +1 -1
- package/dist/commands/core-command-handlers.js +66 -664
- package/dist/commands/core-command-handlers.js.map +1 -1
- package/dist/commands/diagnostic-command-handlers.d.ts +1 -2
- package/dist/commands/diagnostic-command-handlers.d.ts.map +1 -1
- package/dist/commands/diagnostic-command-handlers.js +3 -17
- package/dist/commands/diagnostic-command-handlers.js.map +1 -1
- package/dist/commands/diagnostic-commands.d.ts.map +1 -1
- package/dist/commands/diagnostic-commands.js +0 -45
- package/dist/commands/diagnostic-commands.js.map +1 -1
- package/dist/commands/index.d.ts +1 -1
- package/dist/commands/index.d.ts.map +1 -1
- package/dist/commands/index.js +2 -7
- package/dist/commands/index.js.map +1 -1
- package/dist/commands/model-command-handlers.d.ts +1 -1
- package/dist/commands/model-command-handlers.js +2 -2
- package/dist/commands/model-command-handlers.js.map +1 -1
- package/dist/commands/model-commands.d.ts.map +1 -1
- package/dist/commands/model-commands.js +0 -11
- package/dist/commands/model-commands.js.map +1 -1
- package/dist/commands/registry.d.ts.map +1 -1
- package/dist/commands/registry.js +1 -139
- package/dist/commands/registry.js.map +1 -1
- package/dist/commands/session-command-handlers.d.ts +1 -1
- package/dist/commands/session-command-handlers.d.ts.map +1 -1
- package/dist/commands/session-command-handlers.js +52 -214
- package/dist/commands/session-command-handlers.js.map +1 -1
- package/dist/commands/session-commands.d.ts.map +1 -1
- package/dist/commands/session-commands.js +0 -48
- package/dist/commands/session-commands.js.map +1 -1
- package/dist/commands/target-command.d.ts +9 -15
- package/dist/commands/target-command.d.ts.map +1 -1
- package/dist/commands/target-command.js +16 -130
- package/dist/commands/target-command.js.map +1 -1
- package/dist/commands/tool-commands.d.ts.map +1 -1
- package/dist/commands/tool-commands.js +0 -10
- package/dist/commands/tool-commands.js.map +1 -1
- package/dist/commands/types.d.ts +10 -14
- package/dist/commands/types.d.ts.map +1 -1
- package/dist/commands/types.js +1 -1
- package/dist/commands/types.js.map +1 -1
- package/dist/commands/workflow-command-handlers.d.ts.map +1 -1
- package/dist/commands/workflow-command-handlers.js +1 -3
- package/dist/commands/workflow-command-handlers.js.map +1 -1
- package/dist/commands/workflow-commands.d.ts.map +1 -1
- package/dist/commands/workflow-commands.js +2 -24
- package/dist/commands/workflow-commands.js.map +1 -1
- package/dist/framework/agent-mode.d.ts +2 -3
- package/dist/framework/agent-mode.d.ts.map +1 -1
- package/dist/framework/agent-mode.js +8 -31
- package/dist/framework/agent-mode.js.map +1 -1
- package/dist/framework/index.d.ts +3 -3
- package/dist/framework/index.d.ts.map +1 -1
- package/dist/framework/index.js +6 -9
- package/dist/framework/index.js.map +1 -1
- package/dist/framework/loop-budget-contract.d.ts +20 -0
- package/dist/framework/loop-budget-contract.d.ts.map +1 -0
- package/dist/framework/loop-budget-contract.js +13 -0
- package/dist/framework/loop-budget-contract.js.map +1 -0
- package/dist/framework/prompt.d.ts.map +1 -1
- package/dist/framework/prompt.js +5 -4
- package/dist/framework/prompt.js.map +1 -1
- package/dist/framework/query.d.ts +45 -22
- package/dist/framework/query.d.ts.map +1 -1
- package/dist/framework/query.js +64 -52
- package/dist/framework/query.js.map +1 -1
- package/dist/framework/store.d.ts +4 -2
- package/dist/framework/store.d.ts.map +1 -1
- package/dist/framework/store.js +1 -0
- package/dist/framework/store.js.map +1 -1
- package/dist/framework/tool-call-orchestrator.d.ts +80 -0
- package/dist/framework/tool-call-orchestrator.d.ts.map +1 -0
- package/dist/framework/tool-call-orchestrator.js +192 -0
- package/dist/framework/tool-call-orchestrator.js.map +1 -0
- package/dist/framework/tool-state.d.ts +12 -11
- package/dist/framework/tool-state.d.ts.map +1 -1
- package/dist/framework/tool-state.js +36 -28
- package/dist/framework/tool-state.js.map +1 -1
- package/dist/framework/tool.d.ts +0 -9
- package/dist/framework/tool.d.ts.map +1 -1
- package/dist/framework/tool.js.map +1 -1
- package/dist/index.d.ts +70 -26
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +64 -65
- package/dist/index.js.map +1 -1
- package/dist/print-ui/launch.d.ts.map +1 -1
- package/dist/print-ui/launch.js +9 -2
- package/dist/print-ui/launch.js.map +1 -1
- package/dist/product/paths.d.ts +7 -0
- package/dist/product/paths.d.ts.map +1 -1
- package/dist/product/paths.js +19 -0
- package/dist/product/paths.js.map +1 -1
- package/dist/runtime/agent-loop.d.ts +80 -0
- package/dist/runtime/agent-loop.d.ts.map +1 -0
- package/dist/runtime/agent-loop.js +419 -0
- package/dist/runtime/agent-loop.js.map +1 -0
- package/dist/runtime/agent-runtime-controller.d.ts +10 -57
- package/dist/runtime/agent-runtime-controller.d.ts.map +1 -1
- package/dist/runtime/agent-runtime-controller.js +270 -1216
- package/dist/runtime/agent-runtime-controller.js.map +1 -1
- package/dist/runtime/agent-runtime-protocol.d.ts +4 -5
- package/dist/runtime/agent-runtime-protocol.d.ts.map +1 -1
- package/dist/runtime/agent-runtime-protocol.js.map +1 -1
- package/dist/runtime/agent-runtime-runner.d.ts +36 -0
- package/dist/runtime/agent-runtime-runner.d.ts.map +1 -0
- package/dist/runtime/agent-runtime-runner.js +3 -0
- package/dist/runtime/agent-runtime-runner.js.map +1 -0
- package/dist/runtime/batch-read-service.d.ts +29 -0
- package/dist/runtime/batch-read-service.d.ts.map +1 -0
- package/dist/runtime/batch-read-service.js +212 -0
- package/dist/runtime/batch-read-service.js.map +1 -0
- package/dist/runtime/builtin-tool-provider.d.ts +30 -0
- package/dist/runtime/builtin-tool-provider.d.ts.map +1 -0
- package/dist/runtime/builtin-tool-provider.js +233 -0
- package/dist/runtime/builtin-tool-provider.js.map +1 -0
- package/dist/runtime/capabilities/compiler.d.ts +11 -0
- package/dist/runtime/capabilities/compiler.d.ts.map +1 -0
- package/dist/runtime/capabilities/compiler.js +719 -0
- package/dist/runtime/capabilities/compiler.js.map +1 -0
- package/dist/runtime/capabilities/index.d.ts +3 -0
- package/dist/runtime/capabilities/index.d.ts.map +1 -0
- package/dist/runtime/capabilities/index.js +9 -0
- package/dist/runtime/capabilities/index.js.map +1 -0
- package/dist/runtime/capabilities/types.d.ts +175 -0
- package/dist/runtime/capabilities/types.d.ts.map +1 -0
- package/dist/runtime/capabilities/types.js +3 -0
- package/dist/runtime/capabilities/types.js.map +1 -0
- package/dist/runtime/capability-receipt-journal.d.ts +29 -0
- package/dist/runtime/capability-receipt-journal.d.ts.map +1 -0
- package/dist/runtime/capability-receipt-journal.js +264 -0
- package/dist/runtime/capability-receipt-journal.js.map +1 -0
- package/dist/runtime/capability-step-factory.d.ts +73 -0
- package/dist/runtime/capability-step-factory.d.ts.map +1 -0
- package/dist/runtime/capability-step-factory.js +302 -0
- package/dist/runtime/capability-step-factory.js.map +1 -0
- package/dist/runtime/compact-transaction.d.ts +225 -0
- package/dist/runtime/compact-transaction.d.ts.map +1 -0
- package/dist/runtime/compact-transaction.js +622 -0
- package/dist/runtime/compact-transaction.js.map +1 -0
- package/dist/runtime/composer/buffer.d.ts +3 -4
- package/dist/runtime/composer/buffer.d.ts.map +1 -1
- package/dist/runtime/composer/buffer.js +3 -4
- package/dist/runtime/composer/buffer.js.map +1 -1
- package/dist/runtime/composer/grapheme.d.ts +2 -4
- package/dist/runtime/composer/grapheme.d.ts.map +1 -1
- package/dist/runtime/composer/grapheme.js +2 -4
- package/dist/runtime/composer/grapheme.js.map +1 -1
- package/dist/runtime/composer/layout.d.ts +1 -3
- package/dist/runtime/composer/layout.d.ts.map +1 -1
- package/dist/runtime/composer/layout.js +1 -3
- package/dist/runtime/composer/layout.js.map +1 -1
- package/dist/runtime/core-tools/descriptors.d.ts +17 -0
- package/dist/runtime/core-tools/descriptors.d.ts.map +1 -0
- package/dist/runtime/core-tools/descriptors.js +185 -0
- package/dist/runtime/core-tools/descriptors.js.map +1 -0
- package/dist/runtime/first-party-core-provider.d.ts +55 -0
- package/dist/runtime/first-party-core-provider.d.ts.map +1 -0
- package/dist/runtime/first-party-core-provider.js +197 -0
- package/dist/runtime/first-party-core-provider.js.map +1 -0
- package/dist/runtime/first-party-long-tail-provider.d.ts +57 -0
- package/dist/runtime/first-party-long-tail-provider.d.ts.map +1 -0
- package/dist/runtime/first-party-long-tail-provider.js +238 -0
- package/dist/runtime/first-party-long-tail-provider.js.map +1 -0
- package/dist/runtime/first-party-tool-services.d.ts +43 -0
- package/dist/runtime/first-party-tool-services.d.ts.map +1 -0
- package/dist/runtime/first-party-tool-services.js +200 -0
- package/dist/runtime/first-party-tool-services.js.map +1 -0
- package/dist/runtime/first-party-tool-universe.d.ts +14 -0
- package/dist/runtime/first-party-tool-universe.d.ts.map +1 -0
- package/dist/runtime/first-party-tool-universe.js +20 -0
- package/dist/runtime/first-party-tool-universe.js.map +1 -0
- package/dist/runtime/goal-lifecycle-v2.d.ts +63 -0
- package/dist/runtime/goal-lifecycle-v2.d.ts.map +1 -0
- package/dist/runtime/goal-lifecycle-v2.js +253 -0
- package/dist/runtime/goal-lifecycle-v2.js.map +1 -0
- package/dist/runtime/goal-runtime-coordinator.d.ts +111 -0
- package/dist/runtime/goal-runtime-coordinator.d.ts.map +1 -0
- package/dist/runtime/goal-runtime-coordinator.js +511 -0
- package/dist/runtime/goal-runtime-coordinator.js.map +1 -0
- package/dist/runtime/harness-confluence.d.ts +165 -0
- package/dist/runtime/harness-confluence.d.ts.map +1 -0
- package/dist/runtime/harness-confluence.js +807 -0
- package/dist/runtime/harness-confluence.js.map +1 -0
- package/dist/runtime/harness-eval.d.ts +96 -0
- package/dist/runtime/harness-eval.d.ts.map +1 -0
- package/dist/runtime/harness-eval.js +181 -0
- package/dist/runtime/harness-eval.js.map +1 -0
- package/dist/runtime/harness-metrics.d.ts +202 -0
- package/dist/runtime/harness-metrics.d.ts.map +1 -0
- package/dist/runtime/harness-metrics.js +415 -0
- package/dist/runtime/harness-metrics.js.map +1 -0
- package/dist/runtime/legacy-session-importer.d.ts +99 -0
- package/dist/runtime/legacy-session-importer.d.ts.map +1 -0
- package/dist/runtime/legacy-session-importer.js +455 -0
- package/dist/runtime/legacy-session-importer.js.map +1 -0
- package/dist/runtime/legacy-thread-materializer.d.ts +72 -0
- package/dist/runtime/legacy-thread-materializer.d.ts.map +1 -0
- package/dist/runtime/legacy-thread-materializer.js +553 -0
- package/dist/runtime/legacy-thread-materializer.js.map +1 -0
- package/dist/runtime/long-tail-tools/descriptors.d.ts +23 -0
- package/dist/runtime/long-tail-tools/descriptors.d.ts.map +1 -0
- package/dist/runtime/long-tail-tools/descriptors.js +423 -0
- package/dist/runtime/long-tail-tools/descriptors.js.map +1 -0
- package/dist/runtime/loop-budget.d.ts +1 -1
- package/dist/runtime/loop-budget.d.ts.map +1 -1
- package/dist/runtime/loop-budget.js +2 -2
- package/dist/runtime/loop-budget.js.map +1 -1
- package/dist/runtime/mcp/first-party-mcp-adapter.d.ts +75 -0
- package/dist/runtime/mcp/first-party-mcp-adapter.d.ts.map +1 -0
- package/dist/runtime/mcp/first-party-mcp-adapter.js +484 -0
- package/dist/runtime/mcp/first-party-mcp-adapter.js.map +1 -0
- package/dist/runtime/mcp/first-party-mcp-config.d.ts +13 -0
- package/dist/runtime/mcp/first-party-mcp-config.d.ts.map +1 -0
- package/dist/runtime/mcp/first-party-mcp-config.js +139 -0
- package/dist/runtime/mcp/first-party-mcp-config.js.map +1 -0
- package/dist/runtime/mcp/index.d.ts +5 -0
- package/dist/runtime/mcp/index.d.ts.map +1 -0
- package/dist/{skills → runtime/mcp}/index.js +3 -9
- package/dist/runtime/mcp/index.js.map +1 -0
- package/dist/runtime/mcp/lazy-mcp-runtime.d.ts +95 -0
- package/dist/runtime/mcp/lazy-mcp-runtime.d.ts.map +1 -0
- package/dist/runtime/mcp/lazy-mcp-runtime.js +854 -0
- package/dist/runtime/mcp/lazy-mcp-runtime.js.map +1 -0
- package/dist/runtime/mcp/types.d.ts +128 -0
- package/dist/runtime/mcp/types.d.ts.map +1 -0
- package/dist/runtime/mcp/types.js +5 -0
- package/dist/runtime/mcp/types.js.map +1 -0
- package/dist/runtime/orion-runtime-v1.d.ts +322 -0
- package/dist/runtime/orion-runtime-v1.d.ts.map +1 -0
- package/dist/runtime/orion-runtime-v1.js +959 -0
- package/dist/runtime/orion-runtime-v1.js.map +1 -0
- package/dist/runtime/orion-session-runner.d.ts +38 -0
- package/dist/runtime/orion-session-runner.d.ts.map +1 -0
- package/dist/runtime/orion-session-runner.js +168 -0
- package/dist/runtime/orion-session-runner.js.map +1 -0
- package/dist/runtime/product-orion-runtime.d.ts +35 -0
- package/dist/runtime/product-orion-runtime.d.ts.map +1 -0
- package/dist/runtime/product-orion-runtime.js +1047 -0
- package/dist/runtime/product-orion-runtime.js.map +1 -0
- package/dist/runtime/prompts/index.d.ts +3 -0
- package/dist/runtime/prompts/index.d.ts.map +1 -0
- package/dist/{ink-ui/types.js → runtime/prompts/index.js} +3 -2
- package/dist/runtime/prompts/index.js.map +1 -0
- package/dist/runtime/prompts/prompt-registry.d.ts +22 -0
- package/dist/runtime/prompts/prompt-registry.d.ts.map +1 -0
- package/dist/runtime/prompts/prompt-registry.js +356 -0
- package/dist/runtime/prompts/prompt-registry.js.map +1 -0
- package/dist/runtime/prompts/types.d.ts +111 -0
- package/dist/runtime/prompts/types.d.ts.map +1 -0
- package/dist/runtime/prompts/types.js +5 -0
- package/dist/runtime/prompts/types.js.map +1 -0
- package/dist/runtime/protocol/canonical.d.ts +3 -0
- package/dist/runtime/protocol/canonical.d.ts.map +1 -0
- package/dist/runtime/protocol/canonical.js +21 -0
- package/dist/runtime/protocol/canonical.js.map +1 -0
- package/dist/runtime/protocol/index.d.ts +4 -0
- package/dist/runtime/protocol/index.d.ts.map +1 -0
- package/dist/runtime/protocol/index.js +16 -0
- package/dist/runtime/protocol/index.js.map +1 -0
- package/dist/runtime/protocol/runtime-protocol-v1.d.ts +671 -0
- package/dist/runtime/protocol/runtime-protocol-v1.d.ts.map +1 -0
- package/dist/runtime/protocol/runtime-protocol-v1.js +557 -0
- package/dist/runtime/protocol/runtime-protocol-v1.js.map +1 -0
- package/dist/runtime/release-receipts.d.ts +110 -0
- package/dist/runtime/release-receipts.d.ts.map +1 -0
- package/dist/runtime/release-receipts.js +305 -0
- package/dist/runtime/release-receipts.js.map +1 -0
- package/dist/runtime/resource-scope.d.ts +123 -0
- package/dist/runtime/resource-scope.d.ts.map +1 -0
- package/dist/runtime/resource-scope.js +363 -0
- package/dist/runtime/resource-scope.js.map +1 -0
- package/dist/runtime/runtime-event-buffer.d.ts +78 -0
- package/dist/runtime/runtime-event-buffer.d.ts.map +1 -0
- package/dist/runtime/runtime-event-buffer.js +237 -0
- package/dist/runtime/runtime-event-buffer.js.map +1 -0
- package/dist/runtime/runtime-services.d.ts +87 -0
- package/dist/runtime/runtime-services.d.ts.map +1 -0
- package/dist/runtime/runtime-services.js +180 -0
- package/dist/runtime/runtime-services.js.map +1 -0
- package/dist/runtime/session-history-recovery.d.ts +19 -0
- package/dist/runtime/session-history-recovery.d.ts.map +1 -0
- package/dist/runtime/session-history-recovery.js +45 -0
- package/dist/runtime/session-history-recovery.js.map +1 -0
- package/dist/runtime/skills/bounded-lru-cache.d.ts +34 -0
- package/dist/runtime/skills/bounded-lru-cache.d.ts.map +1 -0
- package/dist/runtime/skills/bounded-lru-cache.js +100 -0
- package/dist/runtime/skills/bounded-lru-cache.js.map +1 -0
- package/dist/runtime/skills/filesystem-skill-provider.d.ts +96 -0
- package/dist/runtime/skills/filesystem-skill-provider.d.ts.map +1 -0
- package/dist/runtime/skills/filesystem-skill-provider.js +829 -0
- package/dist/runtime/skills/filesystem-skill-provider.js.map +1 -0
- package/dist/runtime/skills/index.d.ts +5 -0
- package/dist/runtime/skills/index.d.ts.map +1 -0
- package/dist/{ink-ui/controllers/chat-controller.js → runtime/skills/index.js} +5 -2
- package/dist/runtime/skills/index.js.map +1 -0
- package/dist/runtime/skills/lazy-skill-runtime.d.ts +77 -0
- package/dist/runtime/skills/lazy-skill-runtime.d.ts.map +1 -0
- package/dist/runtime/skills/lazy-skill-runtime.js +673 -0
- package/dist/runtime/skills/lazy-skill-runtime.js.map +1 -0
- package/dist/runtime/skills/types.d.ts +137 -0
- package/dist/runtime/skills/types.d.ts.map +1 -0
- package/dist/runtime/skills/types.js +13 -0
- package/dist/runtime/skills/types.js.map +1 -0
- package/dist/runtime/step-snapshot.d.ts +183 -0
- package/dist/runtime/step-snapshot.d.ts.map +1 -0
- package/dist/runtime/step-snapshot.js +286 -0
- package/dist/runtime/step-snapshot.js.map +1 -0
- package/dist/runtime/subagent-thread-runtime.d.ts +239 -0
- package/dist/runtime/subagent-thread-runtime.d.ts.map +1 -0
- package/dist/runtime/subagent-thread-runtime.js +876 -0
- package/dist/runtime/subagent-thread-runtime.js.map +1 -0
- package/dist/runtime/subagents/index.d.ts +4 -1
- package/dist/runtime/subagents/index.d.ts.map +1 -1
- package/dist/runtime/subagents/index.js +10 -2
- package/dist/runtime/subagents/index.js.map +1 -1
- package/dist/runtime/subagents/parent-step-fork.d.ts +36 -0
- package/dist/runtime/subagents/parent-step-fork.d.ts.map +1 -0
- package/dist/runtime/subagents/parent-step-fork.js +83 -0
- package/dist/runtime/subagents/parent-step-fork.js.map +1 -0
- package/dist/runtime/subagents/production.d.ts +65 -46
- package/dist/runtime/subagents/production.d.ts.map +1 -1
- package/dist/runtime/subagents/production.js +494 -170
- package/dist/runtime/subagents/production.js.map +1 -1
- package/dist/runtime/subagents/receipt-journal.d.ts +20 -0
- package/dist/runtime/subagents/receipt-journal.d.ts.map +1 -0
- package/dist/runtime/subagents/receipt-journal.js +74 -0
- package/dist/runtime/subagents/receipt-journal.js.map +1 -0
- package/dist/runtime/subagents/runtime-contract.d.ts +29 -0
- package/dist/runtime/subagents/runtime-contract.d.ts.map +1 -0
- package/dist/runtime/subagents/runtime-contract.js +3 -0
- package/dist/runtime/subagents/runtime-contract.js.map +1 -0
- package/dist/runtime/subagents/runtime-integration.d.ts +41 -56
- package/dist/runtime/subagents/runtime-integration.d.ts.map +1 -1
- package/dist/runtime/subagents/runtime-integration.js +34 -198
- package/dist/runtime/subagents/runtime-integration.js.map +1 -1
- package/dist/runtime/subagents/supervisor.d.ts +19 -7
- package/dist/runtime/subagents/supervisor.d.ts.map +1 -1
- package/dist/runtime/subagents/supervisor.js +83 -40
- package/dist/runtime/subagents/supervisor.js.map +1 -1
- package/dist/runtime/subagents/types.d.ts +1 -1
- package/dist/runtime/subagents/types.js +1 -1
- package/dist/runtime/task-context-service.d.ts +91 -0
- package/dist/runtime/task-context-service.d.ts.map +1 -0
- package/dist/runtime/task-context-service.js +122 -0
- package/dist/runtime/task-context-service.js.map +1 -0
- package/dist/runtime/thread-admission.d.ts +130 -0
- package/dist/runtime/thread-admission.d.ts.map +1 -0
- package/dist/runtime/thread-admission.js +276 -0
- package/dist/runtime/thread-admission.js.map +1 -0
- package/dist/runtime/thread-compact-persistence.d.ts +50 -0
- package/dist/runtime/thread-compact-persistence.d.ts.map +1 -0
- package/dist/runtime/thread-compact-persistence.js +176 -0
- package/dist/runtime/thread-compact-persistence.js.map +1 -0
- package/dist/runtime/thread-event-store.d.ts +98 -0
- package/dist/runtime/thread-event-store.d.ts.map +1 -0
- package/dist/runtime/thread-event-store.js +737 -0
- package/dist/runtime/thread-event-store.js.map +1 -0
- package/dist/runtime/thread-projection.d.ts +91 -0
- package/dist/runtime/thread-projection.d.ts.map +1 -0
- package/dist/runtime/thread-projection.js +407 -0
- package/dist/runtime/thread-projection.js.map +1 -0
- package/dist/runtime/thread-runtime.d.ts +165 -0
- package/dist/runtime/thread-runtime.d.ts.map +1 -0
- package/dist/runtime/thread-runtime.js +704 -0
- package/dist/runtime/thread-runtime.js.map +1 -0
- package/dist/runtime/thread-session-view.d.ts +45 -0
- package/dist/runtime/thread-session-view.d.ts.map +1 -0
- package/dist/runtime/thread-session-view.js +264 -0
- package/dist/runtime/thread-session-view.js.map +1 -0
- package/dist/runtime/thread-tool-journal.d.ts +11 -0
- package/dist/runtime/thread-tool-journal.d.ts.map +1 -0
- package/dist/runtime/thread-tool-journal.js +131 -0
- package/dist/runtime/thread-tool-journal.js.map +1 -0
- package/dist/runtime/thread-ui-adapter.d.ts +87 -0
- package/dist/runtime/thread-ui-adapter.d.ts.map +1 -0
- package/dist/runtime/thread-ui-adapter.js +580 -0
- package/dist/runtime/thread-ui-adapter.js.map +1 -0
- package/dist/runtime/tool-gateway.d.ts +159 -0
- package/dist/runtime/tool-gateway.d.ts.map +1 -0
- package/dist/runtime/tool-gateway.js +311 -0
- package/dist/runtime/tool-gateway.js.map +1 -0
- package/dist/runtime/turn-commit.d.ts +103 -0
- package/dist/runtime/turn-commit.d.ts.map +1 -0
- package/dist/runtime/turn-commit.js +321 -0
- package/dist/runtime/turn-commit.js.map +1 -0
- package/dist/runtime/ui-events.d.ts +15 -5
- package/dist/runtime/ui-events.d.ts.map +1 -1
- package/dist/runtime/ui-events.js +0 -1
- package/dist/runtime/ui-events.js.map +1 -1
- package/dist/runtime/ui-view-model.d.ts +2 -1
- package/dist/runtime/ui-view-model.d.ts.map +1 -1
- package/dist/runtime/ui-view-model.js +6 -5
- package/dist/runtime/ui-view-model.js.map +1 -1
- package/dist/services/config-dir.d.ts +1 -1
- package/dist/services/config-dir.d.ts.map +1 -1
- package/dist/services/config-dir.js +2 -1
- package/dist/services/config-dir.js.map +1 -1
- package/dist/services/config.d.ts +2 -16
- package/dist/services/config.d.ts.map +1 -1
- package/dist/services/config.js +2 -29
- package/dist/services/config.js.map +1 -1
- package/dist/services/doctor.d.ts +0 -2
- package/dist/services/doctor.d.ts.map +1 -1
- package/dist/services/doctor.js +39 -64
- package/dist/services/doctor.js.map +1 -1
- package/dist/services/file-lock.d.ts.map +1 -1
- package/dist/services/file-lock.js +42 -17
- package/dist/services/file-lock.js.map +1 -1
- package/dist/services/global-config.d.ts +2 -2
- package/dist/services/global-config.d.ts.map +1 -1
- package/dist/services/session-storage.d.ts +8 -0
- package/dist/services/session-storage.d.ts.map +1 -1
- package/dist/services/session-storage.js +76 -12
- package/dist/services/session-storage.js.map +1 -1
- package/dist/skills/builtin/code-review/SKILL.md +51 -0
- package/dist/skills/builtin/security-check/SKILL.md +54 -0
- package/dist/skills/builtin/test-gen/SKILL.md +49 -0
- package/dist/terminal-ui/launch.d.ts +3 -1
- package/dist/terminal-ui/launch.d.ts.map +1 -1
- package/dist/terminal-ui/launch.js +21 -3
- package/dist/terminal-ui/launch.js.map +1 -1
- package/dist/tools/core/common.d.ts +34 -0
- package/dist/tools/core/common.d.ts.map +1 -0
- package/dist/tools/core/common.js +164 -0
- package/dist/tools/core/common.js.map +1 -0
- package/dist/tools/core/edit-file.d.ts +10 -0
- package/dist/tools/core/edit-file.d.ts.map +1 -0
- package/dist/tools/core/edit-file.js +301 -0
- package/dist/tools/core/edit-file.js.map +1 -0
- package/dist/tools/core/exec-command.d.ts +2 -0
- package/dist/tools/core/exec-command.d.ts.map +1 -0
- package/dist/tools/core/exec-command.js +347 -0
- package/dist/tools/core/exec-command.js.map +1 -0
- package/dist/tools/core/glob.d.ts +2 -0
- package/dist/tools/core/glob.d.ts.map +1 -0
- package/dist/tools/core/glob.js +133 -0
- package/dist/tools/core/glob.js.map +1 -0
- package/dist/tools/core/grep.d.ts +12 -0
- package/dist/tools/core/grep.d.ts.map +1 -0
- package/dist/tools/core/grep.js +223 -0
- package/dist/tools/core/grep.js.map +1 -0
- package/dist/tools/core/index.d.ts +15 -0
- package/dist/tools/core/index.d.ts.map +1 -0
- package/dist/tools/core/index.js +31 -0
- package/dist/tools/core/index.js.map +1 -0
- package/dist/tools/core/list-files.d.ts +2 -0
- package/dist/tools/core/list-files.d.ts.map +1 -0
- package/dist/tools/core/list-files.js +87 -0
- package/dist/tools/core/list-files.js.map +1 -0
- package/dist/tools/core/read-file.d.ts +2 -0
- package/dist/tools/core/read-file.d.ts.map +1 -0
- package/dist/tools/core/read-file.js +129 -0
- package/dist/tools/core/read-file.js.map +1 -0
- package/dist/tools/core/write-file.d.ts +2 -0
- package/dist/tools/core/write-file.d.ts.map +1 -0
- package/dist/tools/core/write-file.js +65 -0
- package/dist/tools/core/write-file.js.map +1 -0
- package/dist/tools/todo.d.ts +3 -4
- package/dist/tools/todo.d.ts.map +1 -1
- package/dist/tools/todo.js +80 -79
- package/dist/tools/todo.js.map +1 -1
- package/dist/tools/web.js +1 -1
- package/dist/tools/web.js.map +1 -1
- package/dist/tui-ui/chrome-view-model.d.ts.map +1 -1
- package/dist/tui-ui/chrome-view-model.js +22 -8
- package/dist/tui-ui/chrome-view-model.js.map +1 -1
- package/dist/tui-ui/launch.d.ts.map +1 -1
- package/dist/tui-ui/launch.js +13 -0
- package/dist/tui-ui/launch.js.map +1 -1
- package/dist/tui-ui/layout.js +1 -1
- package/dist/tui-ui/layout.js.map +1 -1
- package/dist/tui-ui/state.d.ts.map +1 -1
- package/dist/tui-ui/state.js +2 -0
- package/dist/tui-ui/state.js.map +1 -1
- package/docs/migration/v0.1.9-to-v0.2.0.md +98 -0
- package/docs/orion.example.json +79 -0
- package/docs/plan/v0.2.0-dsh-harness-redesign-plan.md +1234 -0
- package/docs/plan/v0.2.0-release-checklist.md +91 -0
- package/docs/readme.md +8 -8
- package/npm-shrinkwrap.json +45 -450
- package/package.json +17 -13
- package/dist/agents/coder.d.ts +0 -12
- package/dist/agents/coder.d.ts.map +0 -1
- package/dist/agents/coder.js +0 -48
- package/dist/agents/coder.js.map +0 -1
- package/dist/agents/coordinator.d.ts +0 -86
- package/dist/agents/coordinator.d.ts.map +0 -1
- package/dist/agents/coordinator.js +0 -291
- package/dist/agents/coordinator.js.map +0 -1
- package/dist/agents/fork.d.ts +0 -73
- package/dist/agents/fork.d.ts.map +0 -1
- package/dist/agents/fork.js +0 -163
- package/dist/agents/fork.js.map +0 -1
- package/dist/agents/leader.d.ts +0 -12
- package/dist/agents/leader.d.ts.map +0 -1
- package/dist/agents/leader.js +0 -49
- package/dist/agents/leader.js.map +0 -1
- package/dist/agents/router.d.ts +0 -59
- package/dist/agents/router.d.ts.map +0 -1
- package/dist/agents/router.js +0 -193
- package/dist/agents/router.js.map +0 -1
- package/dist/agents/worker-pool.d.ts +0 -72
- package/dist/agents/worker-pool.d.ts.map +0 -1
- package/dist/agents/worker-pool.js +0 -229
- package/dist/agents/worker-pool.js.map +0 -1
- package/dist/commands/legacy-commands.d.ts +0 -4
- package/dist/commands/legacy-commands.d.ts.map +0 -1
- package/dist/commands/legacy-commands.js +0 -44
- package/dist/commands/legacy-commands.js.map +0 -1
- package/dist/core/agent.d.ts +0 -84
- package/dist/core/agent.d.ts.map +0 -1
- package/dist/core/agent.js +0 -58
- package/dist/core/agent.js.map +0 -1
- package/dist/core/brain.d.ts +0 -50
- package/dist/core/brain.d.ts.map +0 -1
- package/dist/core/brain.js +0 -95
- package/dist/core/brain.js.map +0 -1
- package/dist/framework/tool-scheduler.d.ts +0 -191
- package/dist/framework/tool-scheduler.d.ts.map +0 -1
- package/dist/framework/tool-scheduler.js +0 -573
- package/dist/framework/tool-scheduler.js.map +0 -1
- package/dist/harness/harness.d.ts +0 -58
- package/dist/harness/harness.d.ts.map +0 -1
- package/dist/harness/harness.js +0 -195
- package/dist/harness/harness.js.map +0 -1
- package/dist/harness/safety.d.ts +0 -101
- package/dist/harness/safety.d.ts.map +0 -1
- package/dist/harness/safety.js +0 -322
- package/dist/harness/safety.js.map +0 -1
- package/dist/init.d.ts +0 -108
- package/dist/init.d.ts.map +0 -1
- package/dist/init.js +0 -393
- package/dist/init.js.map +0 -1
- package/dist/ink-ui/App.d.ts +0 -9
- package/dist/ink-ui/App.d.ts.map +0 -1
- package/dist/ink-ui/App.js +0 -12
- package/dist/ink-ui/App.js.map +0 -1
- package/dist/ink-ui/components/Markdown.d.ts +0 -10
- package/dist/ink-ui/components/Markdown.d.ts.map +0 -1
- package/dist/ink-ui/components/Markdown.js +0 -210
- package/dist/ink-ui/components/Markdown.js.map +0 -1
- package/dist/ink-ui/components/NativeCursor.d.ts +0 -12
- package/dist/ink-ui/components/NativeCursor.d.ts.map +0 -1
- package/dist/ink-ui/components/NativeCursor.js +0 -35
- package/dist/ink-ui/components/NativeCursor.js.map +0 -1
- package/dist/ink-ui/components/PixelHorseBanner.d.ts +0 -8
- package/dist/ink-ui/components/PixelHorseBanner.d.ts.map +0 -1
- package/dist/ink-ui/components/PixelHorseBanner.js +0 -97
- package/dist/ink-ui/components/PixelHorseBanner.js.map +0 -1
- package/dist/ink-ui/components/PromptInput.d.ts +0 -13
- package/dist/ink-ui/components/PromptInput.d.ts.map +0 -1
- package/dist/ink-ui/components/PromptInput.js +0 -30
- package/dist/ink-ui/components/PromptInput.js.map +0 -1
- package/dist/ink-ui/components/RunningHorseIndicator.d.ts +0 -13
- package/dist/ink-ui/components/RunningHorseIndicator.d.ts.map +0 -1
- package/dist/ink-ui/components/RunningHorseIndicator.js +0 -53
- package/dist/ink-ui/components/RunningHorseIndicator.js.map +0 -1
- package/dist/ink-ui/components/SelectList.d.ts +0 -16
- package/dist/ink-ui/components/SelectList.d.ts.map +0 -1
- package/dist/ink-ui/components/SelectList.js +0 -60
- package/dist/ink-ui/components/SelectList.js.map +0 -1
- package/dist/ink-ui/components/StatusLine.d.ts +0 -11
- package/dist/ink-ui/components/StatusLine.d.ts.map +0 -1
- package/dist/ink-ui/components/StatusLine.js +0 -70
- package/dist/ink-ui/components/StatusLine.js.map +0 -1
- package/dist/ink-ui/components/ToolActivity.d.ts +0 -19
- package/dist/ink-ui/components/ToolActivity.d.ts.map +0 -1
- package/dist/ink-ui/components/ToolActivity.js +0 -134
- package/dist/ink-ui/components/ToolActivity.js.map +0 -1
- package/dist/ink-ui/components/Transcript.d.ts +0 -14
- package/dist/ink-ui/components/Transcript.d.ts.map +0 -1
- package/dist/ink-ui/components/Transcript.js +0 -66
- package/dist/ink-ui/components/Transcript.js.map +0 -1
- package/dist/ink-ui/controllers/chat-controller.d.ts +0 -2
- package/dist/ink-ui/controllers/chat-controller.d.ts.map +0 -1
- package/dist/ink-ui/controllers/chat-controller.js.map +0 -1
- package/dist/ink-ui/hooks/use-raw-input-bridge.d.ts +0 -6
- package/dist/ink-ui/hooks/use-raw-input-bridge.d.ts.map +0 -1
- package/dist/ink-ui/hooks/use-raw-input-bridge.js +0 -27
- package/dist/ink-ui/hooks/use-raw-input-bridge.js.map +0 -1
- package/dist/ink-ui/hooks/use-terminal-size.d.ts +0 -7
- package/dist/ink-ui/hooks/use-terminal-size.d.ts.map +0 -1
- package/dist/ink-ui/hooks/use-terminal-size.js +0 -34
- package/dist/ink-ui/hooks/use-terminal-size.js.map +0 -1
- package/dist/ink-ui/launch.d.ts +0 -9
- package/dist/ink-ui/launch.d.ts.map +0 -1
- package/dist/ink-ui/launch.js +0 -101
- package/dist/ink-ui/launch.js.map +0 -1
- package/dist/ink-ui/runtime/grapheme.d.ts +0 -10
- package/dist/ink-ui/runtime/grapheme.d.ts.map +0 -1
- package/dist/ink-ui/runtime/grapheme.js +0 -17
- package/dist/ink-ui/runtime/grapheme.js.map +0 -1
- package/dist/ink-ui/runtime/input-buffer.d.ts +0 -10
- package/dist/ink-ui/runtime/input-buffer.d.ts.map +0 -1
- package/dist/ink-ui/runtime/input-buffer.js +0 -18
- package/dist/ink-ui/runtime/input-buffer.js.map +0 -1
- package/dist/ink-ui/runtime/layout-budget.d.ts +0 -13
- package/dist/ink-ui/runtime/layout-budget.d.ts.map +0 -1
- package/dist/ink-ui/runtime/layout-budget.js +0 -25
- package/dist/ink-ui/runtime/layout-budget.js.map +0 -1
- package/dist/ink-ui/runtime/native-cursor.d.ts +0 -62
- package/dist/ink-ui/runtime/native-cursor.d.ts.map +0 -1
- package/dist/ink-ui/runtime/native-cursor.js +0 -398
- package/dist/ink-ui/runtime/native-cursor.js.map +0 -1
- package/dist/ink-ui/runtime/prompt-layout.d.ts +0 -10
- package/dist/ink-ui/runtime/prompt-layout.d.ts.map +0 -1
- package/dist/ink-ui/runtime/prompt-layout.js +0 -21
- package/dist/ink-ui/runtime/prompt-layout.js.map +0 -1
- package/dist/ink-ui/runtime/raw-input.d.ts +0 -4
- package/dist/ink-ui/runtime/raw-input.d.ts.map +0 -1
- package/dist/ink-ui/runtime/raw-input.js +0 -15
- package/dist/ink-ui/runtime/raw-input.js.map +0 -1
- package/dist/ink-ui/runtime/transcript-state.d.ts +0 -37
- package/dist/ink-ui/runtime/transcript-state.d.ts.map +0 -1
- package/dist/ink-ui/runtime/transcript-state.js +0 -91
- package/dist/ink-ui/runtime/transcript-state.js.map +0 -1
- package/dist/ink-ui/screens/ReplScreen.d.ts +0 -27
- package/dist/ink-ui/screens/ReplScreen.d.ts.map +0 -1
- package/dist/ink-ui/screens/ReplScreen.js +0 -781
- package/dist/ink-ui/screens/ReplScreen.js.map +0 -1
- package/dist/ink-ui/types.d.ts +0 -2
- package/dist/ink-ui/types.d.ts.map +0 -1
- package/dist/ink-ui/types.js.map +0 -1
- package/dist/runtime/chat-checkpoint.d.ts +0 -17
- package/dist/runtime/chat-checkpoint.d.ts.map +0 -1
- package/dist/runtime/chat-checkpoint.js +0 -105
- package/dist/runtime/chat-checkpoint.js.map +0 -1
- package/dist/runtime/chat-command-scope.d.ts +0 -5
- package/dist/runtime/chat-command-scope.d.ts.map +0 -1
- package/dist/runtime/chat-command-scope.js +0 -22
- package/dist/runtime/chat-command-scope.js.map +0 -1
- package/dist/runtime/chat-compact.d.ts +0 -26
- package/dist/runtime/chat-compact.d.ts.map +0 -1
- package/dist/runtime/chat-compact.js +0 -132
- package/dist/runtime/chat-compact.js.map +0 -1
- package/dist/runtime/chat-controller.d.ts +0 -62
- package/dist/runtime/chat-controller.d.ts.map +0 -1
- package/dist/runtime/chat-controller.js +0 -1620
- package/dist/runtime/chat-controller.js.map +0 -1
- package/dist/runtime/chat-effort.d.ts +0 -5
- package/dist/runtime/chat-effort.d.ts.map +0 -1
- package/dist/runtime/chat-effort.js +0 -47
- package/dist/runtime/chat-effort.js.map +0 -1
- package/dist/runtime/chat-presentation.d.ts +0 -63
- package/dist/runtime/chat-presentation.d.ts.map +0 -1
- package/dist/runtime/chat-presentation.js +0 -561
- package/dist/runtime/chat-presentation.js.map +0 -1
- package/dist/runtime/chat-trace.d.ts +0 -52
- package/dist/runtime/chat-trace.d.ts.map +0 -1
- package/dist/runtime/chat-trace.js +0 -234
- package/dist/runtime/chat-trace.js.map +0 -1
- package/dist/runtime/chat-workspace.d.ts +0 -22
- package/dist/runtime/chat-workspace.d.ts.map +0 -1
- package/dist/runtime/chat-workspace.js +0 -154
- package/dist/runtime/chat-workspace.js.map +0 -1
- package/dist/runtime/goals/accounting.d.ts +0 -45
- package/dist/runtime/goals/accounting.d.ts.map +0 -1
- package/dist/runtime/goals/accounting.js +0 -114
- package/dist/runtime/goals/accounting.js.map +0 -1
- package/dist/runtime/goals/coordinator.d.ts +0 -92
- package/dist/runtime/goals/coordinator.d.ts.map +0 -1
- package/dist/runtime/goals/coordinator.js +0 -1471
- package/dist/runtime/goals/coordinator.js.map +0 -1
- package/dist/runtime/goals/lifecycle.d.ts +0 -13
- package/dist/runtime/goals/lifecycle.d.ts.map +0 -1
- package/dist/runtime/goals/lifecycle.js +0 -46
- package/dist/runtime/goals/lifecycle.js.map +0 -1
- package/dist/runtime/goals/prompt.d.ts +0 -16
- package/dist/runtime/goals/prompt.d.ts.map +0 -1
- package/dist/runtime/goals/prompt.js +0 -88
- package/dist/runtime/goals/prompt.js.map +0 -1
- package/dist/runtime/goals/stop-policy.d.ts +0 -9
- package/dist/runtime/goals/stop-policy.d.ts.map +0 -1
- package/dist/runtime/goals/stop-policy.js +0 -83
- package/dist/runtime/goals/stop-policy.js.map +0 -1
- package/dist/runtime/goals/tools.d.ts +0 -61
- package/dist/runtime/goals/tools.d.ts.map +0 -1
- package/dist/runtime/goals/tools.js +0 -568
- package/dist/runtime/goals/tools.js.map +0 -1
- package/dist/sdk/index.d.ts +0 -10
- package/dist/sdk/index.d.ts.map +0 -1
- package/dist/sdk/index.js +0 -23
- package/dist/sdk/index.js.map +0 -1
- package/dist/sdk/init.d.ts +0 -24
- package/dist/sdk/init.d.ts.map +0 -1
- package/dist/sdk/init.js +0 -48
- package/dist/sdk/init.js.map +0 -1
- package/dist/sdk/query.d.ts +0 -19
- package/dist/sdk/query.d.ts.map +0 -1
- package/dist/sdk/query.js +0 -42
- package/dist/sdk/query.js.map +0 -1
- package/dist/sdk/sessions.d.ts +0 -19
- package/dist/sdk/sessions.d.ts.map +0 -1
- package/dist/sdk/sessions.js +0 -57
- package/dist/sdk/sessions.js.map +0 -1
- package/dist/sdk/types.d.ts +0 -47
- package/dist/sdk/types.d.ts.map +0 -1
- package/dist/sdk/types.js +0 -8
- package/dist/sdk/types.js.map +0 -1
- package/dist/services/agent-runner.d.ts +0 -71
- package/dist/services/agent-runner.d.ts.map +0 -1
- package/dist/services/agent-runner.js +0 -185
- package/dist/services/agent-runner.js.map +0 -1
- package/dist/services/task-manager.d.ts +0 -161
- package/dist/services/task-manager.d.ts.map +0 -1
- package/dist/services/task-manager.js +0 -315
- package/dist/services/task-manager.js.map +0 -1
- package/dist/skills/discovery.d.ts +0 -22
- package/dist/skills/discovery.d.ts.map +0 -1
- package/dist/skills/discovery.js +0 -75
- package/dist/skills/discovery.js.map +0 -1
- package/dist/skills/index.d.ts +0 -11
- package/dist/skills/index.d.ts.map +0 -1
- package/dist/skills/index.js.map +0 -1
- package/dist/skills/loader.d.ts +0 -53
- package/dist/skills/loader.d.ts.map +0 -1
- package/dist/skills/loader.js +0 -421
- package/dist/skills/loader.js.map +0 -1
- package/dist/skills/registry.d.ts +0 -41
- package/dist/skills/registry.d.ts.map +0 -1
- package/dist/skills/registry.js +0 -157
- package/dist/skills/registry.js.map +0 -1
- package/dist/skills/runtime.d.ts +0 -46
- package/dist/skills/runtime.d.ts.map +0 -1
- package/dist/skills/runtime.js +0 -363
- package/dist/skills/runtime.js.map +0 -1
- package/dist/skills/types.d.ts +0 -112
- package/dist/skills/types.d.ts.map +0 -1
- package/dist/skills/types.js +0 -24
- package/dist/skills/types.js.map +0 -1
- package/dist/tools/index.d.ts +0 -52
- package/dist/tools/index.d.ts.map +0 -1
- package/dist/tools/index.js +0 -2268
- package/dist/tools/index.js.map +0 -1
- package/dist/tools/mcp.d.ts +0 -99
- package/dist/tools/mcp.d.ts.map +0 -1
- package/dist/tools/mcp.js +0 -695
- package/dist/tools/mcp.js.map +0 -1
- package/dist/tools/plan.d.ts +0 -17
- package/dist/tools/plan.d.ts.map +0 -1
- package/dist/tools/plan.js +0 -84
- package/dist/tools/plan.js.map +0 -1
- package/docs/migration/v0.1.8-to-v0.1.9.md +0 -60
- package/docs/plan/v0.1.9-release-checklist.md +0 -64
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orion-agents/orion-code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@orion-agents/orion-code",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.2.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@clack/prompts": "^0.7.0",
|
|
13
|
-
"auto-bind": "^5.0.1",
|
|
14
13
|
"axios": "^1.6.0",
|
|
15
14
|
"better-sqlite3": "^12.10.0",
|
|
16
15
|
"chalk": "^4.1.2",
|
|
@@ -18,12 +17,10 @@
|
|
|
18
17
|
"dotenv": "^16.6.1",
|
|
19
18
|
"eventemitter3": "^5.0.1",
|
|
20
19
|
"figlet": "^1.11.0",
|
|
21
|
-
"ink": "^3.2.0",
|
|
22
20
|
"js-yaml": "^4.3.0",
|
|
23
21
|
"marked": "^11.2.0",
|
|
24
22
|
"marked-terminal": "^6.2.0",
|
|
25
23
|
"openai": "^6.49.0",
|
|
26
|
-
"react": "^17.0.2",
|
|
27
24
|
"signal-exit": "^4.1.0",
|
|
28
25
|
"sqlite-vec": "^0.1.9",
|
|
29
26
|
"string-width": "^4.2.3",
|
|
@@ -39,7 +36,6 @@
|
|
|
39
36
|
"@types/jest": "^29.5.14",
|
|
40
37
|
"@types/js-yaml": "^4.0.9",
|
|
41
38
|
"@types/node": "^20.0.0",
|
|
42
|
-
"@types/react": "^17.0.83",
|
|
43
39
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
44
40
|
"@typescript-eslint/parser": "^7.18.0",
|
|
45
41
|
"eslint": "^8.56.0",
|
|
@@ -585,7 +581,9 @@
|
|
|
585
581
|
"version": "0.7.0",
|
|
586
582
|
"resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-0.7.0.tgz",
|
|
587
583
|
"integrity": "sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==",
|
|
588
|
-
"bundleDependencies": [
|
|
584
|
+
"bundleDependencies": [
|
|
585
|
+
"is-unicode-supported"
|
|
586
|
+
],
|
|
589
587
|
"license": "MIT",
|
|
590
588
|
"dependencies": {
|
|
591
589
|
"@clack/core": "^0.3.3",
|
|
@@ -1431,32 +1429,6 @@
|
|
|
1431
1429
|
"undici-types": "~6.21.0"
|
|
1432
1430
|
}
|
|
1433
1431
|
},
|
|
1434
|
-
"node_modules/@types/prop-types": {
|
|
1435
|
-
"version": "15.7.15",
|
|
1436
|
-
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
1437
|
-
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
|
1438
|
-
"devOptional": true,
|
|
1439
|
-
"license": "MIT"
|
|
1440
|
-
},
|
|
1441
|
-
"node_modules/@types/react": {
|
|
1442
|
-
"version": "17.0.83",
|
|
1443
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.83.tgz",
|
|
1444
|
-
"integrity": "sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==",
|
|
1445
|
-
"devOptional": true,
|
|
1446
|
-
"license": "MIT",
|
|
1447
|
-
"dependencies": {
|
|
1448
|
-
"@types/prop-types": "*",
|
|
1449
|
-
"@types/scheduler": "^0.16",
|
|
1450
|
-
"csstype": "^3.0.2"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
"node_modules/@types/scheduler": {
|
|
1454
|
-
"version": "0.16.8",
|
|
1455
|
-
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz",
|
|
1456
|
-
"integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==",
|
|
1457
|
-
"devOptional": true,
|
|
1458
|
-
"license": "MIT"
|
|
1459
|
-
},
|
|
1460
1432
|
"node_modules/@types/stack-utils": {
|
|
1461
1433
|
"version": "2.0.3",
|
|
1462
1434
|
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
|
|
@@ -1481,12 +1453,6 @@
|
|
|
1481
1453
|
"dev": true,
|
|
1482
1454
|
"license": "MIT"
|
|
1483
1455
|
},
|
|
1484
|
-
"node_modules/@types/yoga-layout": {
|
|
1485
|
-
"version": "1.9.2",
|
|
1486
|
-
"resolved": "https://registry.npmjs.org/@types/yoga-layout/-/yoga-layout-1.9.2.tgz",
|
|
1487
|
-
"integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==",
|
|
1488
|
-
"license": "MIT"
|
|
1489
|
-
},
|
|
1490
1456
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
1491
1457
|
"version": "7.18.0",
|
|
1492
1458
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz",
|
|
@@ -1794,6 +1760,7 @@
|
|
|
1794
1760
|
"version": "4.3.2",
|
|
1795
1761
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
|
|
1796
1762
|
"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
|
|
1763
|
+
"dev": true,
|
|
1797
1764
|
"license": "MIT",
|
|
1798
1765
|
"dependencies": {
|
|
1799
1766
|
"type-fest": "^0.21.3"
|
|
@@ -1809,6 +1776,7 @@
|
|
|
1809
1776
|
"version": "0.21.3",
|
|
1810
1777
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
|
|
1811
1778
|
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
|
|
1779
|
+
"dev": true,
|
|
1812
1780
|
"license": "(MIT OR CC0-1.0)",
|
|
1813
1781
|
"engines": {
|
|
1814
1782
|
"node": ">=10"
|
|
@@ -1884,33 +1852,12 @@
|
|
|
1884
1852
|
"node": ">=8"
|
|
1885
1853
|
}
|
|
1886
1854
|
},
|
|
1887
|
-
"node_modules/astral-regex": {
|
|
1888
|
-
"version": "2.0.0",
|
|
1889
|
-
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
|
|
1890
|
-
"integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
|
|
1891
|
-
"license": "MIT",
|
|
1892
|
-
"engines": {
|
|
1893
|
-
"node": ">=8"
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
1855
|
"node_modules/asynckit": {
|
|
1897
1856
|
"version": "0.4.0",
|
|
1898
1857
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
1899
1858
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
1900
1859
|
"license": "MIT"
|
|
1901
1860
|
},
|
|
1902
|
-
"node_modules/auto-bind": {
|
|
1903
|
-
"version": "5.0.1",
|
|
1904
|
-
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
|
|
1905
|
-
"integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
|
|
1906
|
-
"license": "MIT",
|
|
1907
|
-
"engines": {
|
|
1908
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1909
|
-
},
|
|
1910
|
-
"funding": {
|
|
1911
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1912
|
-
}
|
|
1913
|
-
},
|
|
1914
1861
|
"node_modules/axios": {
|
|
1915
1862
|
"version": "1.18.1",
|
|
1916
1863
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz",
|
|
@@ -2445,30 +2392,6 @@
|
|
|
2445
2392
|
"dev": true,
|
|
2446
2393
|
"license": "MIT"
|
|
2447
2394
|
},
|
|
2448
|
-
"node_modules/cli-boxes": {
|
|
2449
|
-
"version": "2.2.1",
|
|
2450
|
-
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz",
|
|
2451
|
-
"integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==",
|
|
2452
|
-
"license": "MIT",
|
|
2453
|
-
"engines": {
|
|
2454
|
-
"node": ">=6"
|
|
2455
|
-
},
|
|
2456
|
-
"funding": {
|
|
2457
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2458
|
-
}
|
|
2459
|
-
},
|
|
2460
|
-
"node_modules/cli-cursor": {
|
|
2461
|
-
"version": "3.1.0",
|
|
2462
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
2463
|
-
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
2464
|
-
"license": "MIT",
|
|
2465
|
-
"dependencies": {
|
|
2466
|
-
"restore-cursor": "^3.1.0"
|
|
2467
|
-
},
|
|
2468
|
-
"engines": {
|
|
2469
|
-
"node": ">=8"
|
|
2470
|
-
}
|
|
2471
|
-
},
|
|
2472
2395
|
"node_modules/cli-table3": {
|
|
2473
2396
|
"version": "0.6.5",
|
|
2474
2397
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz",
|
|
@@ -2484,22 +2407,6 @@
|
|
|
2484
2407
|
"@colors/colors": "1.5.0"
|
|
2485
2408
|
}
|
|
2486
2409
|
},
|
|
2487
|
-
"node_modules/cli-truncate": {
|
|
2488
|
-
"version": "2.1.0",
|
|
2489
|
-
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz",
|
|
2490
|
-
"integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==",
|
|
2491
|
-
"license": "MIT",
|
|
2492
|
-
"dependencies": {
|
|
2493
|
-
"slice-ansi": "^3.0.0",
|
|
2494
|
-
"string-width": "^4.2.0"
|
|
2495
|
-
},
|
|
2496
|
-
"engines": {
|
|
2497
|
-
"node": ">=8"
|
|
2498
|
-
},
|
|
2499
|
-
"funding": {
|
|
2500
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
2410
|
"node_modules/cliui": {
|
|
2504
2411
|
"version": "8.0.1",
|
|
2505
2412
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
@@ -2544,18 +2451,6 @@
|
|
|
2544
2451
|
"node": ">= 0.12.0"
|
|
2545
2452
|
}
|
|
2546
2453
|
},
|
|
2547
|
-
"node_modules/code-excerpt": {
|
|
2548
|
-
"version": "3.0.0",
|
|
2549
|
-
"resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-3.0.0.tgz",
|
|
2550
|
-
"integrity": "sha512-VHNTVhd7KsLGOqfX3SyeO8RyYPMp1GJOg194VITk04WMYCv4plV68YWe6TJZxd9MhobjtpMRnVky01gqZsalaw==",
|
|
2551
|
-
"license": "MIT",
|
|
2552
|
-
"dependencies": {
|
|
2553
|
-
"convert-to-spaces": "^1.0.1"
|
|
2554
|
-
},
|
|
2555
|
-
"engines": {
|
|
2556
|
-
"node": ">=10"
|
|
2557
|
-
}
|
|
2558
|
-
},
|
|
2559
2454
|
"node_modules/collect-v8-coverage": {
|
|
2560
2455
|
"version": "1.0.3",
|
|
2561
2456
|
"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz",
|
|
@@ -2616,15 +2511,6 @@
|
|
|
2616
2511
|
"dev": true,
|
|
2617
2512
|
"license": "MIT"
|
|
2618
2513
|
},
|
|
2619
|
-
"node_modules/convert-to-spaces": {
|
|
2620
|
-
"version": "1.0.2",
|
|
2621
|
-
"resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz",
|
|
2622
|
-
"integrity": "sha512-cj09EBuObp9gZNQCzc7hByQyrs6jVGE+o9kSJmeUoj+GiPiJvi5LYqEH/Hmme4+MTLHM+Ejtq+FChpjjEnsPdQ==",
|
|
2623
|
-
"license": "MIT",
|
|
2624
|
-
"engines": {
|
|
2625
|
-
"node": ">= 4"
|
|
2626
|
-
}
|
|
2627
|
-
},
|
|
2628
2514
|
"node_modules/create-jest": {
|
|
2629
2515
|
"version": "29.7.0",
|
|
2630
2516
|
"resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
|
|
@@ -2669,13 +2555,6 @@
|
|
|
2669
2555
|
"node": ">= 8"
|
|
2670
2556
|
}
|
|
2671
2557
|
},
|
|
2672
|
-
"node_modules/csstype": {
|
|
2673
|
-
"version": "3.2.3",
|
|
2674
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
2675
|
-
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
2676
|
-
"devOptional": true,
|
|
2677
|
-
"license": "MIT"
|
|
2678
|
-
},
|
|
2679
2558
|
"node_modules/debug": {
|
|
2680
2559
|
"version": "4.4.3",
|
|
2681
2560
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
@@ -3452,7 +3331,9 @@
|
|
|
3452
3331
|
"hasInstallScript": true,
|
|
3453
3332
|
"license": "MIT",
|
|
3454
3333
|
"optional": true,
|
|
3455
|
-
"os": [
|
|
3334
|
+
"os": [
|
|
3335
|
+
"darwin"
|
|
3336
|
+
],
|
|
3456
3337
|
"engines": {
|
|
3457
3338
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
3458
3339
|
}
|
|
@@ -3847,15 +3728,6 @@
|
|
|
3847
3728
|
"node": ">=0.8.19"
|
|
3848
3729
|
}
|
|
3849
3730
|
},
|
|
3850
|
-
"node_modules/indent-string": {
|
|
3851
|
-
"version": "4.0.0",
|
|
3852
|
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
|
|
3853
|
-
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
|
3854
|
-
"license": "MIT",
|
|
3855
|
-
"engines": {
|
|
3856
|
-
"node": ">=8"
|
|
3857
|
-
}
|
|
3858
|
-
},
|
|
3859
3731
|
"node_modules/inflight": {
|
|
3860
3732
|
"version": "1.0.6",
|
|
3861
3733
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
@@ -3880,100 +3752,6 @@
|
|
|
3880
3752
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
3881
3753
|
"license": "ISC"
|
|
3882
3754
|
},
|
|
3883
|
-
"node_modules/ink": {
|
|
3884
|
-
"version": "3.2.0",
|
|
3885
|
-
"resolved": "https://registry.npmjs.org/ink/-/ink-3.2.0.tgz",
|
|
3886
|
-
"integrity": "sha512-firNp1q3xxTzoItj/eOOSZQnYSlyrWks5llCTVX37nJ59K3eXbQ8PtzCguqo8YI19EELo5QxaKnJd4VxzhU8tg==",
|
|
3887
|
-
"license": "MIT",
|
|
3888
|
-
"dependencies": {
|
|
3889
|
-
"ansi-escapes": "^4.2.1",
|
|
3890
|
-
"auto-bind": "4.0.0",
|
|
3891
|
-
"chalk": "^4.1.0",
|
|
3892
|
-
"cli-boxes": "^2.2.0",
|
|
3893
|
-
"cli-cursor": "^3.1.0",
|
|
3894
|
-
"cli-truncate": "^2.1.0",
|
|
3895
|
-
"code-excerpt": "^3.0.0",
|
|
3896
|
-
"indent-string": "^4.0.0",
|
|
3897
|
-
"is-ci": "^2.0.0",
|
|
3898
|
-
"lodash": "^4.17.20",
|
|
3899
|
-
"patch-console": "^1.0.0",
|
|
3900
|
-
"react-devtools-core": "^4.19.1",
|
|
3901
|
-
"react-reconciler": "^0.26.2",
|
|
3902
|
-
"scheduler": "^0.20.2",
|
|
3903
|
-
"signal-exit": "^3.0.2",
|
|
3904
|
-
"slice-ansi": "^3.0.0",
|
|
3905
|
-
"stack-utils": "^2.0.2",
|
|
3906
|
-
"string-width": "^4.2.2",
|
|
3907
|
-
"type-fest": "^0.12.0",
|
|
3908
|
-
"widest-line": "^3.1.0",
|
|
3909
|
-
"wrap-ansi": "^6.2.0",
|
|
3910
|
-
"ws": "^7.5.5",
|
|
3911
|
-
"yoga-layout-prebuilt": "^1.9.6"
|
|
3912
|
-
},
|
|
3913
|
-
"engines": {
|
|
3914
|
-
"node": ">=10"
|
|
3915
|
-
},
|
|
3916
|
-
"peerDependencies": {
|
|
3917
|
-
"@types/react": ">=16.8.0",
|
|
3918
|
-
"react": ">=16.8.0"
|
|
3919
|
-
},
|
|
3920
|
-
"peerDependenciesMeta": {
|
|
3921
|
-
"@types/react": {
|
|
3922
|
-
"optional": true
|
|
3923
|
-
}
|
|
3924
|
-
}
|
|
3925
|
-
},
|
|
3926
|
-
"node_modules/ink/node_modules/auto-bind": {
|
|
3927
|
-
"version": "4.0.0",
|
|
3928
|
-
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz",
|
|
3929
|
-
"integrity": "sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==",
|
|
3930
|
-
"license": "MIT",
|
|
3931
|
-
"engines": {
|
|
3932
|
-
"node": ">=8"
|
|
3933
|
-
},
|
|
3934
|
-
"funding": {
|
|
3935
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3936
|
-
}
|
|
3937
|
-
},
|
|
3938
|
-
"node_modules/ink/node_modules/signal-exit": {
|
|
3939
|
-
"version": "3.0.7",
|
|
3940
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
3941
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
3942
|
-
"license": "ISC"
|
|
3943
|
-
},
|
|
3944
|
-
"node_modules/ink/node_modules/type-fest": {
|
|
3945
|
-
"version": "0.12.0",
|
|
3946
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.12.0.tgz",
|
|
3947
|
-
"integrity": "sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg==",
|
|
3948
|
-
"license": "(MIT OR CC0-1.0)",
|
|
3949
|
-
"engines": {
|
|
3950
|
-
"node": ">=10"
|
|
3951
|
-
},
|
|
3952
|
-
"funding": {
|
|
3953
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
|
-
"node_modules/ink/node_modules/ws": {
|
|
3957
|
-
"version": "7.5.11",
|
|
3958
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.11.tgz",
|
|
3959
|
-
"integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
|
|
3960
|
-
"license": "MIT",
|
|
3961
|
-
"engines": {
|
|
3962
|
-
"node": ">=8.3.0"
|
|
3963
|
-
},
|
|
3964
|
-
"peerDependencies": {
|
|
3965
|
-
"bufferutil": "^4.0.1",
|
|
3966
|
-
"utf-8-validate": "^5.0.2"
|
|
3967
|
-
},
|
|
3968
|
-
"peerDependenciesMeta": {
|
|
3969
|
-
"bufferutil": {
|
|
3970
|
-
"optional": true
|
|
3971
|
-
},
|
|
3972
|
-
"utf-8-validate": {
|
|
3973
|
-
"optional": true
|
|
3974
|
-
}
|
|
3975
|
-
}
|
|
3976
|
-
},
|
|
3977
3755
|
"node_modules/is-arrayish": {
|
|
3978
3756
|
"version": "0.2.1",
|
|
3979
3757
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
|
@@ -3994,24 +3772,6 @@
|
|
|
3994
3772
|
"node": ">=8"
|
|
3995
3773
|
}
|
|
3996
3774
|
},
|
|
3997
|
-
"node_modules/is-ci": {
|
|
3998
|
-
"version": "2.0.0",
|
|
3999
|
-
"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
|
|
4000
|
-
"integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",
|
|
4001
|
-
"license": "MIT",
|
|
4002
|
-
"dependencies": {
|
|
4003
|
-
"ci-info": "^2.0.0"
|
|
4004
|
-
},
|
|
4005
|
-
"bin": {
|
|
4006
|
-
"is-ci": "bin.js"
|
|
4007
|
-
}
|
|
4008
|
-
},
|
|
4009
|
-
"node_modules/is-ci/node_modules/ci-info": {
|
|
4010
|
-
"version": "2.0.0",
|
|
4011
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
|
|
4012
|
-
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
|
4013
|
-
"license": "MIT"
|
|
4014
|
-
},
|
|
4015
3775
|
"node_modules/is-core-module": {
|
|
4016
3776
|
"version": "2.16.1",
|
|
4017
3777
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
@@ -4768,6 +4528,7 @@
|
|
|
4768
4528
|
"version": "4.0.0",
|
|
4769
4529
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
4770
4530
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
4531
|
+
"dev": true,
|
|
4771
4532
|
"license": "MIT"
|
|
4772
4533
|
},
|
|
4773
4534
|
"node_modules/js-yaml": {
|
|
@@ -4913,12 +4674,6 @@
|
|
|
4913
4674
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4914
4675
|
}
|
|
4915
4676
|
},
|
|
4916
|
-
"node_modules/lodash": {
|
|
4917
|
-
"version": "4.18.1",
|
|
4918
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
4919
|
-
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
4920
|
-
"license": "MIT"
|
|
4921
|
-
},
|
|
4922
4677
|
"node_modules/lodash.memoize": {
|
|
4923
4678
|
"version": "4.1.2",
|
|
4924
4679
|
"resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
|
|
@@ -4933,18 +4688,6 @@
|
|
|
4933
4688
|
"dev": true,
|
|
4934
4689
|
"license": "MIT"
|
|
4935
4690
|
},
|
|
4936
|
-
"node_modules/loose-envify": {
|
|
4937
|
-
"version": "1.4.0",
|
|
4938
|
-
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
4939
|
-
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
4940
|
-
"license": "MIT",
|
|
4941
|
-
"dependencies": {
|
|
4942
|
-
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
4943
|
-
},
|
|
4944
|
-
"bin": {
|
|
4945
|
-
"loose-envify": "cli.js"
|
|
4946
|
-
}
|
|
4947
|
-
},
|
|
4948
4691
|
"node_modules/lru-cache": {
|
|
4949
4692
|
"version": "5.1.1",
|
|
4950
4693
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -5109,6 +4852,7 @@
|
|
|
5109
4852
|
"version": "2.1.0",
|
|
5110
4853
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
5111
4854
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
4855
|
+
"dev": true,
|
|
5112
4856
|
"license": "MIT",
|
|
5113
4857
|
"engines": {
|
|
5114
4858
|
"node": ">=6"
|
|
@@ -5338,15 +5082,6 @@
|
|
|
5338
5082
|
"node": ">=8"
|
|
5339
5083
|
}
|
|
5340
5084
|
},
|
|
5341
|
-
"node_modules/object-assign": {
|
|
5342
|
-
"version": "4.1.1",
|
|
5343
|
-
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
5344
|
-
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
5345
|
-
"license": "MIT",
|
|
5346
|
-
"engines": {
|
|
5347
|
-
"node": ">=0.10.0"
|
|
5348
|
-
}
|
|
5349
|
-
},
|
|
5350
5085
|
"node_modules/once": {
|
|
5351
5086
|
"version": "1.4.0",
|
|
5352
5087
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
@@ -5360,6 +5095,7 @@
|
|
|
5360
5095
|
"version": "5.1.2",
|
|
5361
5096
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
5362
5097
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
5098
|
+
"dev": true,
|
|
5363
5099
|
"license": "MIT",
|
|
5364
5100
|
"dependencies": {
|
|
5365
5101
|
"mimic-fn": "^2.1.0"
|
|
@@ -5493,15 +5229,6 @@
|
|
|
5493
5229
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5494
5230
|
}
|
|
5495
5231
|
},
|
|
5496
|
-
"node_modules/patch-console": {
|
|
5497
|
-
"version": "1.0.0",
|
|
5498
|
-
"resolved": "https://registry.npmjs.org/patch-console/-/patch-console-1.0.0.tgz",
|
|
5499
|
-
"integrity": "sha512-nxl9nrnLQmh64iTzMfyylSlRozL7kAXIaxw1fVcLYdyhNkJCRUzirRZTikXGJsg+hc4fqpneTK6iU2H1Q8THSA==",
|
|
5500
|
-
"license": "MIT",
|
|
5501
|
-
"engines": {
|
|
5502
|
-
"node": ">=10"
|
|
5503
|
-
}
|
|
5504
|
-
},
|
|
5505
5232
|
"node_modules/path-exists": {
|
|
5506
5233
|
"version": "4.0.0",
|
|
5507
5234
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
@@ -5849,50 +5576,6 @@
|
|
|
5849
5576
|
"node": ">=0.10.0"
|
|
5850
5577
|
}
|
|
5851
5578
|
},
|
|
5852
|
-
"node_modules/react": {
|
|
5853
|
-
"version": "17.0.2",
|
|
5854
|
-
"resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
|
|
5855
|
-
"integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
|
|
5856
|
-
"license": "MIT",
|
|
5857
|
-
"dependencies": {
|
|
5858
|
-
"loose-envify": "^1.1.0",
|
|
5859
|
-
"object-assign": "^4.1.1"
|
|
5860
|
-
},
|
|
5861
|
-
"engines": {
|
|
5862
|
-
"node": ">=0.10.0"
|
|
5863
|
-
}
|
|
5864
|
-
},
|
|
5865
|
-
"node_modules/react-devtools-core": {
|
|
5866
|
-
"version": "4.28.5",
|
|
5867
|
-
"resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.28.5.tgz",
|
|
5868
|
-
"integrity": "sha512-cq/o30z9W2Wb4rzBefjv5fBalHU0rJGZCHAkf/RHSBWSSYwh8PlQTqqOJmgIIbBtpj27T6FIPXeomIjZtCNVqA==",
|
|
5869
|
-
"license": "MIT",
|
|
5870
|
-
"dependencies": {
|
|
5871
|
-
"shell-quote": "^1.6.1",
|
|
5872
|
-
"ws": "^7"
|
|
5873
|
-
}
|
|
5874
|
-
},
|
|
5875
|
-
"node_modules/react-devtools-core/node_modules/ws": {
|
|
5876
|
-
"version": "7.5.11",
|
|
5877
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.11.tgz",
|
|
5878
|
-
"integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
|
|
5879
|
-
"license": "MIT",
|
|
5880
|
-
"engines": {
|
|
5881
|
-
"node": ">=8.3.0"
|
|
5882
|
-
},
|
|
5883
|
-
"peerDependencies": {
|
|
5884
|
-
"bufferutil": "^4.0.1",
|
|
5885
|
-
"utf-8-validate": "^5.0.2"
|
|
5886
|
-
},
|
|
5887
|
-
"peerDependenciesMeta": {
|
|
5888
|
-
"bufferutil": {
|
|
5889
|
-
"optional": true
|
|
5890
|
-
},
|
|
5891
|
-
"utf-8-validate": {
|
|
5892
|
-
"optional": true
|
|
5893
|
-
}
|
|
5894
|
-
}
|
|
5895
|
-
},
|
|
5896
5579
|
"node_modules/react-is": {
|
|
5897
5580
|
"version": "18.3.1",
|
|
5898
5581
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
@@ -5900,23 +5583,6 @@
|
|
|
5900
5583
|
"dev": true,
|
|
5901
5584
|
"license": "MIT"
|
|
5902
5585
|
},
|
|
5903
|
-
"node_modules/react-reconciler": {
|
|
5904
|
-
"version": "0.26.2",
|
|
5905
|
-
"resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.26.2.tgz",
|
|
5906
|
-
"integrity": "sha512-nK6kgY28HwrMNwDnMui3dvm3rCFjZrcGiuwLc5COUipBK5hWHLOxMJhSnSomirqWwjPBJKV1QcbkI0VJr7Gl1Q==",
|
|
5907
|
-
"license": "MIT",
|
|
5908
|
-
"dependencies": {
|
|
5909
|
-
"loose-envify": "^1.1.0",
|
|
5910
|
-
"object-assign": "^4.1.1",
|
|
5911
|
-
"scheduler": "^0.20.2"
|
|
5912
|
-
},
|
|
5913
|
-
"engines": {
|
|
5914
|
-
"node": ">=0.10.0"
|
|
5915
|
-
},
|
|
5916
|
-
"peerDependencies": {
|
|
5917
|
-
"react": "^17.0.2"
|
|
5918
|
-
}
|
|
5919
|
-
},
|
|
5920
5586
|
"node_modules/readable-stream": {
|
|
5921
5587
|
"version": "4.7.0",
|
|
5922
5588
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
@@ -6030,25 +5696,6 @@
|
|
|
6030
5696
|
"node": ">=10"
|
|
6031
5697
|
}
|
|
6032
5698
|
},
|
|
6033
|
-
"node_modules/restore-cursor": {
|
|
6034
|
-
"version": "3.1.0",
|
|
6035
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
6036
|
-
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
6037
|
-
"license": "MIT",
|
|
6038
|
-
"dependencies": {
|
|
6039
|
-
"onetime": "^5.1.0",
|
|
6040
|
-
"signal-exit": "^3.0.2"
|
|
6041
|
-
},
|
|
6042
|
-
"engines": {
|
|
6043
|
-
"node": ">=8"
|
|
6044
|
-
}
|
|
6045
|
-
},
|
|
6046
|
-
"node_modules/restore-cursor/node_modules/signal-exit": {
|
|
6047
|
-
"version": "3.0.7",
|
|
6048
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
6049
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
6050
|
-
"license": "ISC"
|
|
6051
|
-
},
|
|
6052
5699
|
"node_modules/reusify": {
|
|
6053
5700
|
"version": "1.1.0",
|
|
6054
5701
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
@@ -6121,16 +5768,6 @@
|
|
|
6121
5768
|
],
|
|
6122
5769
|
"license": "MIT"
|
|
6123
5770
|
},
|
|
6124
|
-
"node_modules/scheduler": {
|
|
6125
|
-
"version": "0.20.2",
|
|
6126
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
|
|
6127
|
-
"integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
|
|
6128
|
-
"license": "MIT",
|
|
6129
|
-
"dependencies": {
|
|
6130
|
-
"loose-envify": "^1.1.0",
|
|
6131
|
-
"object-assign": "^4.1.1"
|
|
6132
|
-
}
|
|
6133
|
-
},
|
|
6134
5771
|
"node_modules/semver": {
|
|
6135
5772
|
"version": "7.8.1",
|
|
6136
5773
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
@@ -6166,18 +5803,6 @@
|
|
|
6166
5803
|
"node": ">=8"
|
|
6167
5804
|
}
|
|
6168
5805
|
},
|
|
6169
|
-
"node_modules/shell-quote": {
|
|
6170
|
-
"version": "1.10.0",
|
|
6171
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.10.0.tgz",
|
|
6172
|
-
"integrity": "sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==",
|
|
6173
|
-
"license": "MIT",
|
|
6174
|
-
"engines": {
|
|
6175
|
-
"node": ">= 0.4"
|
|
6176
|
-
},
|
|
6177
|
-
"funding": {
|
|
6178
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6179
|
-
}
|
|
6180
|
-
},
|
|
6181
5806
|
"node_modules/signal-exit": {
|
|
6182
5807
|
"version": "4.1.0",
|
|
6183
5808
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -6276,20 +5901,6 @@
|
|
|
6276
5901
|
"node": ">=8"
|
|
6277
5902
|
}
|
|
6278
5903
|
},
|
|
6279
|
-
"node_modules/slice-ansi": {
|
|
6280
|
-
"version": "3.0.0",
|
|
6281
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz",
|
|
6282
|
-
"integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==",
|
|
6283
|
-
"license": "MIT",
|
|
6284
|
-
"dependencies": {
|
|
6285
|
-
"ansi-styles": "^4.0.0",
|
|
6286
|
-
"astral-regex": "^2.0.0",
|
|
6287
|
-
"is-fullwidth-code-point": "^3.0.0"
|
|
6288
|
-
},
|
|
6289
|
-
"engines": {
|
|
6290
|
-
"node": ">=8"
|
|
6291
|
-
}
|
|
6292
|
-
},
|
|
6293
5904
|
"node_modules/source-map": {
|
|
6294
5905
|
"version": "0.6.1",
|
|
6295
5906
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -6335,51 +5946,72 @@
|
|
|
6335
5946
|
"version": "0.1.9",
|
|
6336
5947
|
"resolved": "https://registry.npmjs.org/sqlite-vec-darwin-arm64/-/sqlite-vec-darwin-arm64-0.1.9.tgz",
|
|
6337
5948
|
"integrity": "sha512-jSsZpE42OfBkGL/ItyJTVCUwl6o6Ka3U5rc4j+UBDIQzC1ulSSKMEhQLthsOnF/MdAf1MuAkYhkdKmmcjaIZQg==",
|
|
6338
|
-
"cpu": [
|
|
5949
|
+
"cpu": [
|
|
5950
|
+
"arm64"
|
|
5951
|
+
],
|
|
6339
5952
|
"license": "MIT OR Apache",
|
|
6340
5953
|
"optional": true,
|
|
6341
|
-
"os": [
|
|
5954
|
+
"os": [
|
|
5955
|
+
"darwin"
|
|
5956
|
+
]
|
|
6342
5957
|
},
|
|
6343
5958
|
"node_modules/sqlite-vec-darwin-x64": {
|
|
6344
5959
|
"version": "0.1.9",
|
|
6345
5960
|
"resolved": "https://registry.npmjs.org/sqlite-vec-darwin-x64/-/sqlite-vec-darwin-x64-0.1.9.tgz",
|
|
6346
5961
|
"integrity": "sha512-KDlVyqQT7pnOhU1ymB9gs7dMbSoVmKHitT+k1/xkjarcX8bBqPxWrGlK/R+C5WmWkfvWwyq5FfXfiBYCBs6PlA==",
|
|
6347
|
-
"cpu": [
|
|
5962
|
+
"cpu": [
|
|
5963
|
+
"x64"
|
|
5964
|
+
],
|
|
6348
5965
|
"license": "MIT OR Apache",
|
|
6349
5966
|
"optional": true,
|
|
6350
|
-
"os": [
|
|
5967
|
+
"os": [
|
|
5968
|
+
"darwin"
|
|
5969
|
+
]
|
|
6351
5970
|
},
|
|
6352
5971
|
"node_modules/sqlite-vec-linux-arm64": {
|
|
6353
5972
|
"version": "0.1.9",
|
|
6354
5973
|
"resolved": "https://registry.npmjs.org/sqlite-vec-linux-arm64/-/sqlite-vec-linux-arm64-0.1.9.tgz",
|
|
6355
5974
|
"integrity": "sha512-5wXVJ9c9kR4CHm/wVqXb/R+XUHTdpZ4nWbPHlS+gc9qQFVHs92Km4bPnCKX4rtcPMzvNis+SIzMJR1SCEwpuUw==",
|
|
6356
|
-
"cpu": [
|
|
5975
|
+
"cpu": [
|
|
5976
|
+
"arm64"
|
|
5977
|
+
],
|
|
6357
5978
|
"license": "MIT OR Apache",
|
|
6358
5979
|
"optional": true,
|
|
6359
|
-
"os": [
|
|
5980
|
+
"os": [
|
|
5981
|
+
"linux"
|
|
5982
|
+
]
|
|
6360
5983
|
},
|
|
6361
5984
|
"node_modules/sqlite-vec-linux-x64": {
|
|
6362
5985
|
"version": "0.1.9",
|
|
6363
5986
|
"resolved": "https://registry.npmjs.org/sqlite-vec-linux-x64/-/sqlite-vec-linux-x64-0.1.9.tgz",
|
|
6364
5987
|
"integrity": "sha512-w3tCH8xK2finW8fQJ/m8uqKodXUZ9KAuAar2UIhz4BHILfpE0WM/MTGCRfa7RjYbrYim5Luk3guvMOGI7T7JQA==",
|
|
6365
|
-
"cpu": [
|
|
5988
|
+
"cpu": [
|
|
5989
|
+
"x64"
|
|
5990
|
+
],
|
|
6366
5991
|
"license": "MIT OR Apache",
|
|
6367
5992
|
"optional": true,
|
|
6368
|
-
"os": [
|
|
5993
|
+
"os": [
|
|
5994
|
+
"linux"
|
|
5995
|
+
]
|
|
6369
5996
|
},
|
|
6370
5997
|
"node_modules/sqlite-vec-windows-x64": {
|
|
6371
5998
|
"version": "0.1.9",
|
|
6372
5999
|
"resolved": "https://registry.npmjs.org/sqlite-vec-windows-x64/-/sqlite-vec-windows-x64-0.1.9.tgz",
|
|
6373
6000
|
"integrity": "sha512-y3gEIyy/17bq2QFPQOWLE68TYWcRZkBQVA2XLrTPHNTOp55xJi/BBBmOm40tVMDMjtP+Elpk6UBUXdaq+46b0Q==",
|
|
6374
|
-
"cpu": [
|
|
6001
|
+
"cpu": [
|
|
6002
|
+
"x64"
|
|
6003
|
+
],
|
|
6375
6004
|
"license": "MIT OR Apache",
|
|
6376
6005
|
"optional": true,
|
|
6377
|
-
"os": [
|
|
6006
|
+
"os": [
|
|
6007
|
+
"win32"
|
|
6008
|
+
]
|
|
6378
6009
|
},
|
|
6379
6010
|
"node_modules/stack-utils": {
|
|
6380
6011
|
"version": "2.0.6",
|
|
6381
6012
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
6382
6013
|
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
6014
|
+
"dev": true,
|
|
6383
6015
|
"license": "MIT",
|
|
6384
6016
|
"dependencies": {
|
|
6385
6017
|
"escape-string-regexp": "^2.0.0"
|
|
@@ -6392,6 +6024,7 @@
|
|
|
6392
6024
|
"version": "2.0.0",
|
|
6393
6025
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
6394
6026
|
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
6027
|
+
"dev": true,
|
|
6395
6028
|
"license": "MIT",
|
|
6396
6029
|
"engines": {
|
|
6397
6030
|
"node": ">=8"
|
|
@@ -6969,18 +6602,6 @@
|
|
|
6969
6602
|
"node": ">= 8"
|
|
6970
6603
|
}
|
|
6971
6604
|
},
|
|
6972
|
-
"node_modules/widest-line": {
|
|
6973
|
-
"version": "3.1.0",
|
|
6974
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
|
6975
|
-
"integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
|
|
6976
|
-
"license": "MIT",
|
|
6977
|
-
"dependencies": {
|
|
6978
|
-
"string-width": "^4.0.0"
|
|
6979
|
-
},
|
|
6980
|
-
"engines": {
|
|
6981
|
-
"node": ">=8"
|
|
6982
|
-
}
|
|
6983
|
-
},
|
|
6984
6605
|
"node_modules/word-wrap": {
|
|
6985
6606
|
"version": "1.2.5",
|
|
6986
6607
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
@@ -6998,20 +6619,6 @@
|
|
|
6998
6619
|
"dev": true,
|
|
6999
6620
|
"license": "MIT"
|
|
7000
6621
|
},
|
|
7001
|
-
"node_modules/wrap-ansi": {
|
|
7002
|
-
"version": "6.2.0",
|
|
7003
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
7004
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
7005
|
-
"license": "MIT",
|
|
7006
|
-
"dependencies": {
|
|
7007
|
-
"ansi-styles": "^4.0.0",
|
|
7008
|
-
"string-width": "^4.1.0",
|
|
7009
|
-
"strip-ansi": "^6.0.0"
|
|
7010
|
-
},
|
|
7011
|
-
"engines": {
|
|
7012
|
-
"node": ">=8"
|
|
7013
|
-
}
|
|
7014
|
-
},
|
|
7015
6622
|
"node_modules/wrappy": {
|
|
7016
6623
|
"version": "1.0.2",
|
|
7017
6624
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -7107,18 +6714,6 @@
|
|
|
7107
6714
|
"funding": {
|
|
7108
6715
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7109
6716
|
}
|
|
7110
|
-
},
|
|
7111
|
-
"node_modules/yoga-layout-prebuilt": {
|
|
7112
|
-
"version": "1.10.0",
|
|
7113
|
-
"resolved": "https://registry.npmjs.org/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.10.0.tgz",
|
|
7114
|
-
"integrity": "sha512-YnOmtSbv4MTf7RGJMK0FvZ+KD8OEe/J5BNnR0GHhD8J/XcG/Qvxgszm0Un6FTHWW4uHlTgP0IztiXQnGyIR45g==",
|
|
7115
|
-
"license": "MIT",
|
|
7116
|
-
"dependencies": {
|
|
7117
|
-
"@types/yoga-layout": "1.9.2"
|
|
7118
|
-
},
|
|
7119
|
-
"engines": {
|
|
7120
|
-
"node": ">=8"
|
|
7121
|
-
}
|
|
7122
6717
|
}
|
|
7123
6718
|
}
|
|
7124
6719
|
}
|