beth-copilot 1.0.18 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +79 -28
- package/README.md +127 -298
- package/assets/beth-questioning.png +0 -0
- package/assets/yellowstone-beth.png +0 -0
- package/bin/cli.js +124 -715
- package/dist/__tests__/inject-skills.test.d.ts +9 -0
- package/dist/__tests__/inject-skills.test.d.ts.map +1 -0
- package/dist/__tests__/inject-skills.test.js +143 -0
- package/dist/__tests__/inject-skills.test.js.map +1 -0
- package/dist/__tests__/skills/disambiguation.test.d.ts +10 -0
- package/dist/__tests__/skills/disambiguation.test.d.ts.map +1 -0
- package/dist/__tests__/skills/disambiguation.test.js +192 -0
- package/dist/__tests__/skills/disambiguation.test.js.map +1 -0
- package/dist/__tests__/skills/hook-injection.test.d.ts +11 -0
- package/dist/__tests__/skills/hook-injection.test.d.ts.map +1 -0
- package/dist/__tests__/skills/hook-injection.test.js +173 -0
- package/dist/__tests__/skills/hook-injection.test.js.map +1 -0
- package/dist/__tests__/skills/mapping-completeness.test.d.ts +17 -0
- package/dist/__tests__/skills/mapping-completeness.test.d.ts.map +1 -0
- package/dist/__tests__/skills/mapping-completeness.test.js +281 -0
- package/dist/__tests__/skills/mapping-completeness.test.js.map +1 -0
- package/dist/__tests__/skills/pipeline-integration.test.d.ts +18 -0
- package/dist/__tests__/skills/pipeline-integration.test.d.ts.map +1 -0
- package/dist/__tests__/skills/pipeline-integration.test.js +234 -0
- package/dist/__tests__/skills/pipeline-integration.test.js.map +1 -0
- package/dist/__tests__/skills/skill-routing.test.d.ts +15 -0
- package/dist/__tests__/skills/skill-routing.test.d.ts.map +1 -0
- package/dist/__tests__/skills/skill-routing.test.js +723 -0
- package/dist/__tests__/skills/skill-routing.test.js.map +1 -0
- package/dist/__tests__/skills/trigger-coverage.test.d.ts +24 -0
- package/dist/__tests__/skills/trigger-coverage.test.d.ts.map +1 -0
- package/dist/__tests__/skills/trigger-coverage.test.js +746 -0
- package/dist/__tests__/skills/trigger-coverage.test.js.map +1 -0
- package/dist/__tests__/smoke.test.d.ts +8 -0
- package/dist/__tests__/smoke.test.d.ts.map +1 -0
- package/dist/__tests__/smoke.test.js +62 -0
- package/dist/__tests__/smoke.test.js.map +1 -0
- package/dist/__tests__/verify-skills.test.d.ts +9 -0
- package/dist/__tests__/verify-skills.test.d.ts.map +1 -0
- package/dist/__tests__/verify-skills.test.js +78 -0
- package/dist/__tests__/verify-skills.test.js.map +1 -0
- package/dist/cli/commands/beads.e2e.test.d.ts +15 -0
- package/dist/cli/commands/beads.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/beads.e2e.test.js +585 -0
- package/dist/cli/commands/beads.e2e.test.js.map +1 -0
- package/dist/cli/commands/cli-edge-cases.e2e.test.d.ts +32 -0
- package/dist/cli/commands/cli-edge-cases.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/cli-edge-cases.e2e.test.js +162 -0
- package/dist/cli/commands/cli-edge-cases.e2e.test.js.map +1 -0
- package/dist/cli/commands/close.d.ts +54 -0
- package/dist/cli/commands/close.d.ts.map +1 -0
- package/dist/cli/commands/close.e2e.test.d.ts +11 -0
- package/dist/cli/commands/close.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/close.e2e.test.js +71 -0
- package/dist/cli/commands/close.e2e.test.js.map +1 -0
- package/dist/cli/commands/close.js +95 -0
- package/dist/cli/commands/close.js.map +1 -0
- package/dist/cli/commands/close.test.d.ts +13 -0
- package/dist/cli/commands/close.test.d.ts.map +1 -0
- package/dist/cli/commands/close.test.js +254 -0
- package/dist/cli/commands/close.test.js.map +1 -0
- package/dist/cli/commands/doctor.d.ts +7 -1
- package/dist/cli/commands/doctor.d.ts.map +1 -1
- package/dist/cli/commands/doctor.e2e.test.js +3 -59
- package/dist/cli/commands/doctor.e2e.test.js.map +1 -1
- package/dist/cli/commands/doctor.js +38 -18
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/doctor.test.js +32 -25
- package/dist/cli/commands/doctor.test.js.map +1 -1
- package/dist/cli/commands/framework-isolation.test.d.ts +30 -0
- package/dist/cli/commands/framework-isolation.test.d.ts.map +1 -0
- package/dist/cli/commands/framework-isolation.test.js +118 -0
- package/dist/cli/commands/framework-isolation.test.js.map +1 -0
- package/dist/cli/commands/help.e2e.test.js +5 -9
- package/dist/cli/commands/help.e2e.test.js.map +1 -1
- package/dist/cli/commands/init-logic.e2e.test.d.ts +37 -0
- package/dist/cli/commands/init-logic.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/init-logic.e2e.test.js +315 -0
- package/dist/cli/commands/init-logic.e2e.test.js.map +1 -0
- package/dist/cli/commands/init.test.js +4 -21
- package/dist/cli/commands/init.test.js.map +1 -1
- package/dist/cli/commands/land.d.ts +130 -0
- package/dist/cli/commands/land.d.ts.map +1 -0
- package/dist/cli/commands/land.js +592 -0
- package/dist/cli/commands/land.js.map +1 -0
- package/dist/cli/commands/land.test.d.ts +19 -0
- package/dist/cli/commands/land.test.d.ts.map +1 -0
- package/dist/cli/commands/land.test.js +567 -0
- package/dist/cli/commands/land.test.js.map +1 -0
- package/dist/cli/commands/mcp.e2e.test.js +24 -31
- package/dist/cli/commands/mcp.e2e.test.js.map +1 -1
- package/dist/cli/commands/pipeline.e2e.test.js +28 -31
- package/dist/cli/commands/pipeline.e2e.test.js.map +1 -1
- package/dist/cli/commands/pre-push-guard.d.ts +74 -0
- package/dist/cli/commands/pre-push-guard.d.ts.map +1 -0
- package/dist/cli/commands/pre-push-guard.e2e.test.d.ts +24 -0
- package/dist/cli/commands/pre-push-guard.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/pre-push-guard.e2e.test.js +171 -0
- package/dist/cli/commands/pre-push-guard.e2e.test.js.map +1 -0
- package/dist/cli/commands/pre-push-guard.js +212 -0
- package/dist/cli/commands/pre-push-guard.js.map +1 -0
- package/dist/cli/commands/pre-push-guard.test.d.ts +14 -0
- package/dist/cli/commands/pre-push-guard.test.d.ts.map +1 -0
- package/dist/cli/commands/pre-push-guard.test.js +314 -0
- package/dist/cli/commands/pre-push-guard.test.js.map +1 -0
- package/dist/cli/commands/quickstart-expanded.e2e.test.d.ts +23 -0
- package/dist/cli/commands/quickstart-expanded.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/quickstart-expanded.e2e.test.js +152 -0
- package/dist/cli/commands/quickstart-expanded.e2e.test.js.map +1 -0
- package/dist/cli/commands/quickstart.d.ts +0 -1
- package/dist/cli/commands/quickstart.d.ts.map +1 -1
- package/dist/cli/commands/quickstart.js +9 -83
- package/dist/cli/commands/quickstart.js.map +1 -1
- package/dist/cli/commands/quickstart.test.js +8 -129
- package/dist/cli/commands/quickstart.test.js.map +1 -1
- package/dist/cli/commands/update.d.ts +35 -0
- package/dist/cli/commands/update.d.ts.map +1 -0
- package/dist/cli/commands/update.e2e.test.d.ts +24 -0
- package/dist/cli/commands/update.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/update.e2e.test.js +240 -0
- package/dist/cli/commands/update.e2e.test.js.map +1 -0
- package/dist/cli/commands/update.js +255 -0
- package/dist/cli/commands/update.js.map +1 -0
- package/dist/core/agents/frontmatter.test.js +1 -1
- package/dist/core/agents/frontmatter.test.js.map +1 -1
- package/dist/core/agents/handoffs.test.js +1 -1
- package/dist/core/agents/handoffs.test.js.map +1 -1
- package/dist/core/agents/loader.d.ts +4 -2
- package/dist/core/agents/loader.d.ts.map +1 -1
- package/dist/core/agents/loader.js +5 -3
- package/dist/core/agents/loader.js.map +1 -1
- package/dist/core/agents/loader.test.js +42 -4
- package/dist/core/agents/loader.test.js.map +1 -1
- package/dist/core/agents/suite.test.js +12 -9
- package/dist/core/agents/suite.test.js.map +1 -1
- package/dist/core/agents/tools.test.js +15 -9
- package/dist/core/agents/tools.test.js.map +1 -1
- package/dist/core/agents/types.test.js +1 -1
- package/dist/core/agents/types.test.js.map +1 -1
- package/dist/core/skills/loader.test.js +1 -1
- package/dist/core/skills/loader.test.js.map +1 -1
- package/dist/index.d.ts +3 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -12
- package/dist/index.js.map +1 -1
- package/dist/lib/pathValidation.d.ts +0 -5
- package/dist/lib/pathValidation.d.ts.map +1 -1
- package/dist/lib/pathValidation.js +0 -11
- package/dist/lib/pathValidation.js.map +1 -1
- package/dist/lib/pathValidation.test.js +2 -14
- package/dist/lib/pathValidation.test.js.map +1 -1
- package/package.json +13 -10
- package/sbom.json +1927 -847
- package/templates/.github/agents/beth.agent.md +331 -105
- package/templates/.github/agents/developer.agent.md +73 -102
- package/templates/.github/agents/product-manager.agent.md +24 -68
- package/templates/.github/agents/researcher.agent.md +21 -69
- package/templates/.github/agents/security-reviewer.agent.md +39 -82
- package/templates/.github/agents/tester.agent.md +44 -65
- package/templates/.github/agents/ux-designer.agent.md +25 -76
- package/templates/.github/copilot-instructions.md +246 -225
- package/templates/.github/copilot-mcp-config.json +12 -0
- package/templates/.github/dependabot.yml +68 -0
- package/templates/.github/hooks/scripts/inject-skills.mjs +139 -0
- package/templates/.github/hooks/scripts/verify-skills.mjs +47 -0
- package/templates/.github/hooks/skill-enforcement.json +18 -0
- package/templates/.github/pull_request_template.md +48 -0
- package/templates/.github/skills/framer-components/SKILL.md +0 -0
- package/templates/.github/skills/prd/SKILL.md +0 -0
- package/templates/.github/skills/security-analysis/SKILL.md +798 -798
- package/templates/.github/skills/shadcn-ui/SKILL.md +561 -561
- package/templates/.github/skills/vercel-react-best-practices/AGENTS.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/SKILL.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-parallel.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-auth-actions.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-dedup-props.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-serialization.md +0 -0
- package/templates/.github/skills/web-design-guidelines/SKILL.md +0 -0
- package/templates/.vscode/settings.json +16 -16
- package/templates/AGENTS.md +103 -54
- package/templates/Backlog.md +80 -80
- package/templates/mcp.json.example +0 -3
- package/assets/beth-portrait-small.txt +0 -13
- package/assets/beth-portrait.txt +0 -60
- package/bin/beth-animation.sh +0 -155
- package/bin/lib/animation.js +0 -189
- package/bin/lib/pathValidation.js +0 -233
- package/bin/lib/pathValidation.test.js +0 -280
- package/dist/cli/commands/client-config.d.ts +0 -31
- package/dist/cli/commands/client-config.d.ts.map +0 -1
- package/dist/cli/commands/client-config.e2e.test.d.ts +0 -15
- package/dist/cli/commands/client-config.e2e.test.d.ts.map +0 -1
- package/dist/cli/commands/client-config.e2e.test.js +0 -556
- package/dist/cli/commands/client-config.e2e.test.js.map +0 -1
- package/dist/cli/commands/client-config.js +0 -73
- package/dist/cli/commands/client-config.js.map +0 -1
- package/dist/cli/commands/client-config.test.d.ts +0 -6
- package/dist/cli/commands/client-config.test.d.ts.map +0 -1
- package/dist/cli/commands/client-config.test.js +0 -133
- package/dist/cli/commands/client-config.test.js.map +0 -1
- package/dist/cli/commands/init-quickstart.e2e.test.d.ts +0 -11
- package/dist/cli/commands/init-quickstart.e2e.test.d.ts.map +0 -1
- package/dist/cli/commands/init-quickstart.e2e.test.js +0 -221
- package/dist/cli/commands/init-quickstart.e2e.test.js.map +0 -1
- package/dist/core/context.d.ts +0 -171
- package/dist/core/context.d.ts.map +0 -1
- package/dist/core/context.js +0 -353
- package/dist/core/context.js.map +0 -1
- package/dist/core/context.test.d.ts +0 -8
- package/dist/core/context.test.d.ts.map +0 -1
- package/dist/core/context.test.js +0 -253
- package/dist/core/context.test.js.map +0 -1
- package/dist/core/handoffs.d.ts +0 -151
- package/dist/core/handoffs.d.ts.map +0 -1
- package/dist/core/handoffs.js +0 -220
- package/dist/core/handoffs.js.map +0 -1
- package/dist/core/handoffs.test.d.ts +0 -8
- package/dist/core/handoffs.test.d.ts.map +0 -1
- package/dist/core/handoffs.test.js +0 -231
- package/dist/core/handoffs.test.js.map +0 -1
- package/dist/core/orchestrator.d.ts +0 -246
- package/dist/core/orchestrator.d.ts.map +0 -1
- package/dist/core/orchestrator.js +0 -514
- package/dist/core/orchestrator.js.map +0 -1
- package/dist/core/orchestrator.test.d.ts +0 -8
- package/dist/core/orchestrator.test.d.ts.map +0 -1
- package/dist/core/orchestrator.test.js +0 -517
- package/dist/core/orchestrator.test.js.map +0 -1
- package/dist/core/router.d.ts +0 -102
- package/dist/core/router.d.ts.map +0 -1
- package/dist/core/router.js +0 -178
- package/dist/core/router.js.map +0 -1
- package/dist/core/router.test.d.ts +0 -8
- package/dist/core/router.test.d.ts.map +0 -1
- package/dist/core/router.test.js +0 -215
- package/dist/core/router.test.js.map +0 -1
- package/dist/init.test.js +0 -288
- package/dist/providers/azure.d.ts +0 -147
- package/dist/providers/azure.d.ts.map +0 -1
- package/dist/providers/azure.js +0 -491
- package/dist/providers/azure.js.map +0 -1
- package/dist/providers/azure.test.d.ts +0 -11
- package/dist/providers/azure.test.d.ts.map +0 -1
- package/dist/providers/azure.test.js +0 -330
- package/dist/providers/azure.test.js.map +0 -1
- package/dist/providers/config.d.ts +0 -87
- package/dist/providers/config.d.ts.map +0 -1
- package/dist/providers/config.js +0 -193
- package/dist/providers/config.js.map +0 -1
- package/dist/providers/config.test.d.ts +0 -7
- package/dist/providers/config.test.d.ts.map +0 -1
- package/dist/providers/config.test.js +0 -370
- package/dist/providers/config.test.js.map +0 -1
- package/dist/providers/index.d.ts +0 -18
- package/dist/providers/index.d.ts.map +0 -1
- package/dist/providers/index.js +0 -14
- package/dist/providers/index.js.map +0 -1
- package/dist/providers/interface.d.ts +0 -191
- package/dist/providers/interface.d.ts.map +0 -1
- package/dist/providers/interface.js +0 -94
- package/dist/providers/interface.js.map +0 -1
- package/dist/providers/retry.d.ts +0 -128
- package/dist/providers/retry.d.ts.map +0 -1
- package/dist/providers/retry.js +0 -205
- package/dist/providers/retry.js.map +0 -1
- package/dist/providers/retry.test.d.ts +0 -7
- package/dist/providers/retry.test.d.ts.map +0 -1
- package/dist/providers/retry.test.js +0 -439
- package/dist/providers/retry.test.js.map +0 -1
- package/dist/providers/streaming.d.ts +0 -157
- package/dist/providers/streaming.d.ts.map +0 -1
- package/dist/providers/streaming.js +0 -233
- package/dist/providers/streaming.js.map +0 -1
- package/dist/providers/streaming.test.d.ts +0 -7
- package/dist/providers/streaming.test.d.ts.map +0 -1
- package/dist/providers/streaming.test.js +0 -372
- package/dist/providers/streaming.test.js.map +0 -1
- package/dist/providers/types.d.ts +0 -209
- package/dist/providers/types.d.ts.map +0 -1
- package/dist/providers/types.js +0 -53
- package/dist/providers/types.js.map +0 -1
- package/dist/providers/types.test.d.ts +0 -7
- package/dist/providers/types.test.d.ts.map +0 -1
- package/dist/providers/types.test.js +0 -141
- package/dist/providers/types.test.js.map +0 -1
- package/dist/tools/cli/beads.d.ts +0 -27
- package/dist/tools/cli/beads.d.ts.map +0 -1
- package/dist/tools/cli/beads.js +0 -172
- package/dist/tools/cli/beads.js.map +0 -1
- package/dist/tools/cli/beads.test.d.ts +0 -8
- package/dist/tools/cli/beads.test.d.ts.map +0 -1
- package/dist/tools/cli/beads.test.js +0 -264
- package/dist/tools/cli/beads.test.js.map +0 -1
- package/dist/tools/cli/editFile.d.ts +0 -17
- package/dist/tools/cli/editFile.d.ts.map +0 -1
- package/dist/tools/cli/editFile.js +0 -125
- package/dist/tools/cli/editFile.js.map +0 -1
- package/dist/tools/cli/editFile.test.d.ts +0 -8
- package/dist/tools/cli/editFile.test.d.ts.map +0 -1
- package/dist/tools/cli/editFile.test.js +0 -177
- package/dist/tools/cli/editFile.test.js.map +0 -1
- package/dist/tools/cli/readFile.d.ts +0 -25
- package/dist/tools/cli/readFile.d.ts.map +0 -1
- package/dist/tools/cli/readFile.js +0 -118
- package/dist/tools/cli/readFile.js.map +0 -1
- package/dist/tools/cli/readFile.test.d.ts +0 -8
- package/dist/tools/cli/readFile.test.d.ts.map +0 -1
- package/dist/tools/cli/readFile.test.js +0 -194
- package/dist/tools/cli/readFile.test.js.map +0 -1
- package/dist/tools/cli/search.d.ts +0 -16
- package/dist/tools/cli/search.d.ts.map +0 -1
- package/dist/tools/cli/search.js +0 -261
- package/dist/tools/cli/search.js.map +0 -1
- package/dist/tools/cli/search.test.d.ts +0 -8
- package/dist/tools/cli/search.test.d.ts.map +0 -1
- package/dist/tools/cli/search.test.js +0 -172
- package/dist/tools/cli/search.test.js.map +0 -1
- package/dist/tools/cli/subagent.d.ts +0 -43
- package/dist/tools/cli/subagent.d.ts.map +0 -1
- package/dist/tools/cli/subagent.js +0 -99
- package/dist/tools/cli/subagent.js.map +0 -1
- package/dist/tools/cli/subagent.test.d.ts +0 -8
- package/dist/tools/cli/subagent.test.d.ts.map +0 -1
- package/dist/tools/cli/subagent.test.js +0 -190
- package/dist/tools/cli/subagent.test.js.map +0 -1
- package/dist/tools/cli/terminal.d.ts +0 -19
- package/dist/tools/cli/terminal.d.ts.map +0 -1
- package/dist/tools/cli/terminal.js +0 -164
- package/dist/tools/cli/terminal.js.map +0 -1
- package/dist/tools/cli/terminal.test.d.ts +0 -8
- package/dist/tools/cli/terminal.test.d.ts.map +0 -1
- package/dist/tools/cli/terminal.test.js +0 -161
- package/dist/tools/cli/terminal.test.js.map +0 -1
- package/dist/tools/index.d.ts +0 -25
- package/dist/tools/index.d.ts.map +0 -1
- package/dist/tools/index.js +0 -41
- package/dist/tools/index.js.map +0 -1
- package/dist/tools/interface.d.ts +0 -64
- package/dist/tools/interface.d.ts.map +0 -1
- package/dist/tools/interface.js +0 -37
- package/dist/tools/interface.js.map +0 -1
- package/dist/tools/interface.test.d.ts +0 -7
- package/dist/tools/interface.test.d.ts.map +0 -1
- package/dist/tools/interface.test.js +0 -179
- package/dist/tools/interface.test.js.map +0 -1
- package/dist/tools/mcp/bridge.d.ts +0 -48
- package/dist/tools/mcp/bridge.d.ts.map +0 -1
- package/dist/tools/mcp/bridge.js +0 -128
- package/dist/tools/mcp/bridge.js.map +0 -1
- package/dist/tools/mcp/bridge.test.d.ts +0 -8
- package/dist/tools/mcp/bridge.test.d.ts.map +0 -1
- package/dist/tools/mcp/bridge.test.js +0 -300
- package/dist/tools/mcp/bridge.test.js.map +0 -1
- package/dist/tools/mcp/client.d.ts +0 -135
- package/dist/tools/mcp/client.d.ts.map +0 -1
- package/dist/tools/mcp/client.js +0 -263
- package/dist/tools/mcp/client.js.map +0 -1
- package/dist/tools/mcp/client.test.d.ts +0 -8
- package/dist/tools/mcp/client.test.d.ts.map +0 -1
- package/dist/tools/mcp/client.test.js +0 -390
- package/dist/tools/mcp/client.test.js.map +0 -1
- package/dist/tools/registry.d.ts +0 -82
- package/dist/tools/registry.d.ts.map +0 -1
- package/dist/tools/registry.js +0 -99
- package/dist/tools/registry.js.map +0 -1
- package/dist/tools/registry.test.d.ts +0 -7
- package/dist/tools/registry.test.d.ts.map +0 -1
- package/dist/tools/registry.test.js +0 -199
- package/dist/tools/registry.test.js.map +0 -1
- package/dist/tools/suite.test.d.ts +0 -11
- package/dist/tools/suite.test.d.ts.map +0 -1
- package/dist/tools/suite.test.js +0 -119
- package/dist/tools/suite.test.js.map +0 -1
- package/dist/tools/types.d.ts +0 -75
- package/dist/tools/types.d.ts.map +0 -1
- package/dist/tools/types.js +0 -30
- package/dist/tools/types.js.map +0 -1
- package/dist/tools/types.test.d.ts +0 -7
- package/dist/tools/types.test.d.ts.map +0 -1
- package/dist/tools/types.test.js +0 -178
- package/dist/tools/types.test.js.map +0 -1
- package/templates/.vscode/mcp.json +0 -20
- package/templates/CLAUDE.md +0 -129
package/sbom.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"bomFormat": "CycloneDX",
|
|
4
4
|
"specVersion": "1.6",
|
|
5
5
|
"version": 1,
|
|
6
|
-
"serialNumber": "urn:uuid:
|
|
6
|
+
"serialNumber": "urn:uuid:902c420b-9ee8-4f63-b5d9-892ee221d76f",
|
|
7
7
|
"metadata": {
|
|
8
|
-
"timestamp": "2026-
|
|
8
|
+
"timestamp": "2026-03-16T07:14:04.387Z",
|
|
9
9
|
"tools": {
|
|
10
10
|
"components": [
|
|
11
11
|
{
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"type": "application",
|
|
18
18
|
"name": "cyclonedx-npm",
|
|
19
19
|
"group": "@cyclonedx",
|
|
20
|
-
"version": "4.1
|
|
20
|
+
"version": "4.2.1",
|
|
21
21
|
"author": "Jan Kowalleck",
|
|
22
22
|
"description": "Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.",
|
|
23
23
|
"licenses": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"type": "library",
|
|
50
50
|
"name": "cyclonedx-library",
|
|
51
51
|
"group": "@cyclonedx",
|
|
52
|
-
"version": "
|
|
52
|
+
"version": "10.0.0",
|
|
53
53
|
"author": "Jan Kowalleck",
|
|
54
54
|
"description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).",
|
|
55
55
|
"licenses": [
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"component": {
|
|
83
83
|
"type": "application",
|
|
84
84
|
"name": "beth-copilot",
|
|
85
|
-
"version": "
|
|
86
|
-
"bom-ref": "beth-copilot@
|
|
85
|
+
"version": "2.0.0",
|
|
86
|
+
"bom-ref": "beth-copilot@2.0.0",
|
|
87
87
|
"author": "Steph Schofield",
|
|
88
88
|
"description": "Beth - A ruthless, hyper-competent AI orchestrator for GitHub Copilot multi-agent workflows",
|
|
89
89
|
"licenses": [
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
],
|
|
97
|
-
"purl": "pkg:npm/beth-copilot@
|
|
97
|
+
"purl": "pkg:npm/beth-copilot@2.0.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fstephschofield%2Fbeth.git",
|
|
98
98
|
"externalReferences": [
|
|
99
99
|
{
|
|
100
100
|
"url": "git+https://github.com/stephschofield/beth.git",
|
|
@@ -123,13 +123,11 @@
|
|
|
123
123
|
"components": [
|
|
124
124
|
{
|
|
125
125
|
"type": "library",
|
|
126
|
-
"name": "
|
|
127
|
-
"group": "@
|
|
128
|
-
"version": "
|
|
129
|
-
"bom-ref": "beth-copilot@
|
|
130
|
-
"
|
|
131
|
-
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
|
|
132
|
-
"scope": "optional",
|
|
126
|
+
"name": "node",
|
|
127
|
+
"group": "@types",
|
|
128
|
+
"version": "20.19.37",
|
|
129
|
+
"bom-ref": "beth-copilot@2.0.0|@types/node@20.19.37",
|
|
130
|
+
"description": "TypeScript definitions for node",
|
|
133
131
|
"licenses": [
|
|
134
132
|
{
|
|
135
133
|
"license": {
|
|
@@ -138,49 +136,54 @@
|
|
|
138
136
|
}
|
|
139
137
|
}
|
|
140
138
|
],
|
|
141
|
-
"purl": "pkg:npm/%
|
|
139
|
+
"purl": "pkg:npm/%40types/node@20.19.37",
|
|
142
140
|
"externalReferences": [
|
|
143
141
|
{
|
|
144
|
-
"url": "git+https://github.com/
|
|
142
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/node",
|
|
145
143
|
"type": "vcs",
|
|
146
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
144
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
147
145
|
},
|
|
148
146
|
{
|
|
149
|
-
"url": "https://github.com/
|
|
147
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
150
148
|
"type": "website",
|
|
151
149
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
152
150
|
},
|
|
153
151
|
{
|
|
154
|
-
"url": "https://github.com/
|
|
152
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
|
|
155
153
|
"type": "issue-tracker",
|
|
156
154
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
157
155
|
},
|
|
158
156
|
{
|
|
159
|
-
"url": "https://registry.npmjs.org/@
|
|
157
|
+
"url": "https://registry.npmjs.org/@types/node/-/node-20.19.37.tgz",
|
|
160
158
|
"type": "distribution",
|
|
161
159
|
"hashes": [
|
|
162
160
|
{
|
|
163
161
|
"alg": "SHA-512",
|
|
164
|
-
"content": "
|
|
162
|
+
"content": "f24cdd3c9dc5b0db1522eaea06cee8a1d36708455b9e2f7250491a1db829b4300238f5b4e238a619a819e7513afa55d4c098e09c1c3e872928fe590558295dab"
|
|
165
163
|
}
|
|
166
164
|
],
|
|
167
165
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
168
166
|
}
|
|
169
167
|
],
|
|
170
168
|
"properties": [
|
|
169
|
+
{
|
|
170
|
+
"name": "cdx:npm:package:development",
|
|
171
|
+
"value": "true"
|
|
172
|
+
},
|
|
171
173
|
{
|
|
172
174
|
"name": "cdx:npm:package:path",
|
|
173
|
-
"value": "node_modules/@
|
|
175
|
+
"value": "node_modules/@types/node"
|
|
174
176
|
}
|
|
175
177
|
]
|
|
176
178
|
},
|
|
177
179
|
{
|
|
178
180
|
"type": "library",
|
|
179
|
-
"name": "
|
|
180
|
-
"group": "@
|
|
181
|
-
"version": "
|
|
182
|
-
"bom-ref": "beth-copilot@
|
|
183
|
-
"
|
|
181
|
+
"name": "coverage-v8",
|
|
182
|
+
"group": "@vitest",
|
|
183
|
+
"version": "4.0.18",
|
|
184
|
+
"bom-ref": "beth-copilot@2.0.0|@vitest/coverage-v8@4.0.18",
|
|
185
|
+
"author": "Anthony Fu",
|
|
186
|
+
"description": "V8 coverage provider for Vitest",
|
|
184
187
|
"licenses": [
|
|
185
188
|
{
|
|
186
189
|
"license": {
|
|
@@ -189,30 +192,30 @@
|
|
|
189
192
|
}
|
|
190
193
|
}
|
|
191
194
|
],
|
|
192
|
-
"purl": "pkg:npm/%
|
|
195
|
+
"purl": "pkg:npm/%40vitest/coverage-v8@4.0.18",
|
|
193
196
|
"externalReferences": [
|
|
194
197
|
{
|
|
195
|
-
"url": "git+https://github.com/
|
|
198
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/coverage-v8",
|
|
196
199
|
"type": "vcs",
|
|
197
200
|
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
198
201
|
},
|
|
199
202
|
{
|
|
200
|
-
"url": "https://github.com/
|
|
203
|
+
"url": "https://github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme",
|
|
201
204
|
"type": "website",
|
|
202
205
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
203
206
|
},
|
|
204
207
|
{
|
|
205
|
-
"url": "https://github.com/
|
|
208
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
206
209
|
"type": "issue-tracker",
|
|
207
210
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
208
211
|
},
|
|
209
212
|
{
|
|
210
|
-
"url": "https://registry.npmjs.org/@
|
|
213
|
+
"url": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.0.18.tgz",
|
|
211
214
|
"type": "distribution",
|
|
212
215
|
"hashes": [
|
|
213
216
|
{
|
|
214
217
|
"alg": "SHA-512",
|
|
215
|
-
"content": "
|
|
218
|
+
"content": "ee2f8dda2d3e304fb62456617eecfb4e0fc5a8ab629478c6c86be81d843a88b574cda85bb09f6c9630bd39c15c3c36e160a09eb7eb06f12b15aa5c86bcf7e566"
|
|
216
219
|
}
|
|
217
220
|
],
|
|
218
221
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
@@ -225,7 +228,7 @@
|
|
|
225
228
|
},
|
|
226
229
|
{
|
|
227
230
|
"name": "cdx:npm:package:path",
|
|
228
|
-
"value": "node_modules/@
|
|
231
|
+
"value": "node_modules/@vitest/coverage-v8"
|
|
229
232
|
}
|
|
230
233
|
]
|
|
231
234
|
},
|
|
@@ -233,7 +236,7 @@
|
|
|
233
236
|
"type": "library",
|
|
234
237
|
"name": "gray-matter",
|
|
235
238
|
"version": "4.0.3",
|
|
236
|
-
"bom-ref": "beth-copilot@
|
|
239
|
+
"bom-ref": "beth-copilot@2.0.0|gray-matter@4.0.3",
|
|
237
240
|
"author": "Jon Schlinkert",
|
|
238
241
|
"description": "Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other projects.",
|
|
239
242
|
"licenses": [
|
|
@@ -280,63 +283,11 @@
|
|
|
280
283
|
}
|
|
281
284
|
]
|
|
282
285
|
},
|
|
283
|
-
{
|
|
284
|
-
"type": "library",
|
|
285
|
-
"name": "openai",
|
|
286
|
-
"version": "6.22.0",
|
|
287
|
-
"bom-ref": "beth-copilot@1.0.18|openai@6.22.0",
|
|
288
|
-
"author": "OpenAI",
|
|
289
|
-
"description": "The official TypeScript library for the OpenAI API",
|
|
290
|
-
"scope": "optional",
|
|
291
|
-
"licenses": [
|
|
292
|
-
{
|
|
293
|
-
"license": {
|
|
294
|
-
"id": "Apache-2.0",
|
|
295
|
-
"acknowledgement": "declared"
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
],
|
|
299
|
-
"purl": "pkg:npm/openai@6.22.0",
|
|
300
|
-
"externalReferences": [
|
|
301
|
-
{
|
|
302
|
-
"url": "git+https://github.com/openai/openai-node.git",
|
|
303
|
-
"type": "vcs",
|
|
304
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"url": "https://github.com/openai/openai-node#readme",
|
|
308
|
-
"type": "website",
|
|
309
|
-
"comment": "as detected from PackageJson property \"homepage\""
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"url": "https://github.com/openai/openai-node/issues",
|
|
313
|
-
"type": "issue-tracker",
|
|
314
|
-
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"url": "https://registry.npmjs.org/openai/-/openai-6.22.0.tgz",
|
|
318
|
-
"type": "distribution",
|
|
319
|
-
"hashes": [
|
|
320
|
-
{
|
|
321
|
-
"alg": "SHA-512",
|
|
322
|
-
"content": "ed8bf2d7b177dc18bd46eb566ec698b7984910427f92b44f3abc1a9fe7fd6823ee31ab75595b1bd95352208e56d4492c293e9f17af531bfc63e17ce874adc967"
|
|
323
|
-
}
|
|
324
|
-
],
|
|
325
|
-
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
326
|
-
}
|
|
327
|
-
],
|
|
328
|
-
"properties": [
|
|
329
|
-
{
|
|
330
|
-
"name": "cdx:npm:package:path",
|
|
331
|
-
"value": "node_modules/openai"
|
|
332
|
-
}
|
|
333
|
-
]
|
|
334
|
-
},
|
|
335
286
|
{
|
|
336
287
|
"type": "library",
|
|
337
288
|
"name": "typescript",
|
|
338
289
|
"version": "5.9.3",
|
|
339
|
-
"bom-ref": "beth-copilot@
|
|
290
|
+
"bom-ref": "beth-copilot@2.0.0|typescript@5.9.3",
|
|
340
291
|
"author": "Microsoft Corp.",
|
|
341
292
|
"description": "TypeScript is a language for application scale JavaScript development",
|
|
342
293
|
"licenses": [
|
|
@@ -389,13 +340,11 @@
|
|
|
389
340
|
},
|
|
390
341
|
{
|
|
391
342
|
"type": "library",
|
|
392
|
-
"name": "
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"description": "Microsoft Azure SDK for JavaScript - Aborter",
|
|
398
|
-
"scope": "optional",
|
|
343
|
+
"name": "vitest",
|
|
344
|
+
"version": "4.0.18",
|
|
345
|
+
"bom-ref": "beth-copilot@2.0.0|vitest@4.0.18",
|
|
346
|
+
"author": "Anthony Fu",
|
|
347
|
+
"description": "Next generation testing framework powered by Vite",
|
|
399
348
|
"licenses": [
|
|
400
349
|
{
|
|
401
350
|
"license": {
|
|
@@ -404,51 +353,52 @@
|
|
|
404
353
|
}
|
|
405
354
|
}
|
|
406
355
|
],
|
|
407
|
-
"purl": "pkg:npm
|
|
356
|
+
"purl": "pkg:npm/vitest@4.0.18",
|
|
408
357
|
"externalReferences": [
|
|
409
358
|
{
|
|
410
|
-
"url": "git+https://github.com/
|
|
359
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/vitest",
|
|
411
360
|
"type": "vcs",
|
|
412
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
361
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
413
362
|
},
|
|
414
363
|
{
|
|
415
|
-
"url": "https://
|
|
364
|
+
"url": "https://vitest.dev",
|
|
416
365
|
"type": "website",
|
|
417
366
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
418
367
|
},
|
|
419
368
|
{
|
|
420
|
-
"url": "https://github.com/
|
|
369
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
421
370
|
"type": "issue-tracker",
|
|
422
371
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
423
372
|
},
|
|
424
373
|
{
|
|
425
|
-
"url": "https://registry.npmjs.org
|
|
374
|
+
"url": "https://registry.npmjs.org/vitest/-/vitest-4.0.18.tgz",
|
|
426
375
|
"type": "distribution",
|
|
427
376
|
"hashes": [
|
|
428
377
|
{
|
|
429
378
|
"alg": "SHA-512",
|
|
430
|
-
"content": "
|
|
379
|
+
"content": "84e42e2bb8741462a00406aceefd26480b27beb22002f5a64458e6ce927b4b01471f7835936bb7ec9b58c0ec2610a84ae993b7bfd8200c1066d0b6b52c22b8b9"
|
|
431
380
|
}
|
|
432
381
|
],
|
|
433
382
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
434
383
|
}
|
|
435
384
|
],
|
|
436
385
|
"properties": [
|
|
386
|
+
{
|
|
387
|
+
"name": "cdx:npm:package:development",
|
|
388
|
+
"value": "true"
|
|
389
|
+
},
|
|
437
390
|
{
|
|
438
391
|
"name": "cdx:npm:package:path",
|
|
439
|
-
"value": "node_modules
|
|
392
|
+
"value": "node_modules/vitest"
|
|
440
393
|
}
|
|
441
394
|
]
|
|
442
395
|
},
|
|
443
396
|
{
|
|
444
397
|
"type": "library",
|
|
445
|
-
"name": "
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"author": "Microsoft Corporation",
|
|
450
|
-
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
|
|
451
|
-
"scope": "optional",
|
|
398
|
+
"name": "undici-types",
|
|
399
|
+
"version": "6.21.0",
|
|
400
|
+
"bom-ref": "beth-copilot@2.0.0|undici-types@6.21.0",
|
|
401
|
+
"description": "A stand-alone types package for Undici",
|
|
452
402
|
"licenses": [
|
|
453
403
|
{
|
|
454
404
|
"license": {
|
|
@@ -457,51 +407,54 @@
|
|
|
457
407
|
}
|
|
458
408
|
}
|
|
459
409
|
],
|
|
460
|
-
"purl": "pkg:npm
|
|
410
|
+
"purl": "pkg:npm/undici-types@6.21.0",
|
|
461
411
|
"externalReferences": [
|
|
462
412
|
{
|
|
463
|
-
"url": "git+https://github.com/
|
|
413
|
+
"url": "git+https://github.com/nodejs/undici.git",
|
|
464
414
|
"type": "vcs",
|
|
465
415
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
466
416
|
},
|
|
467
417
|
{
|
|
468
|
-
"url": "https://
|
|
418
|
+
"url": "https://undici.nodejs.org",
|
|
469
419
|
"type": "website",
|
|
470
420
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
471
421
|
},
|
|
472
422
|
{
|
|
473
|
-
"url": "https://github.com/
|
|
423
|
+
"url": "https://github.com/nodejs/undici/issues",
|
|
474
424
|
"type": "issue-tracker",
|
|
475
425
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
476
426
|
},
|
|
477
427
|
{
|
|
478
|
-
"url": "https://registry.npmjs.org
|
|
428
|
+
"url": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
479
429
|
"type": "distribution",
|
|
480
430
|
"hashes": [
|
|
481
431
|
{
|
|
482
432
|
"alg": "SHA-512",
|
|
483
|
-
"content": "
|
|
433
|
+
"content": "8b00d9aa0d10006ae0f516afe47e27d0ceb87379a4479f5c27ac10a7eec2e2723482c984c5a79d6982cd3b8e1e4f802d041c236d38863cc96dd8c7744fd1fd25"
|
|
484
434
|
}
|
|
485
435
|
],
|
|
486
436
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
487
437
|
}
|
|
488
438
|
],
|
|
489
439
|
"properties": [
|
|
440
|
+
{
|
|
441
|
+
"name": "cdx:npm:package:development",
|
|
442
|
+
"value": "true"
|
|
443
|
+
},
|
|
490
444
|
{
|
|
491
445
|
"name": "cdx:npm:package:path",
|
|
492
|
-
"value": "node_modules
|
|
446
|
+
"value": "node_modules/undici-types"
|
|
493
447
|
}
|
|
494
448
|
]
|
|
495
449
|
},
|
|
496
450
|
{
|
|
497
451
|
"type": "library",
|
|
498
|
-
"name": "
|
|
499
|
-
"group": "@
|
|
500
|
-
"version": "1.
|
|
501
|
-
"bom-ref": "beth-copilot@
|
|
502
|
-
"author": "
|
|
503
|
-
"description": "
|
|
504
|
-
"scope": "optional",
|
|
452
|
+
"name": "v8-coverage",
|
|
453
|
+
"group": "@bcoe",
|
|
454
|
+
"version": "1.0.2",
|
|
455
|
+
"bom-ref": "beth-copilot@2.0.0|@bcoe/v8-coverage@1.0.2",
|
|
456
|
+
"author": "Charles Samborski",
|
|
457
|
+
"description": "Helper functions for V8 coverage files.",
|
|
505
458
|
"licenses": [
|
|
506
459
|
{
|
|
507
460
|
"license": {
|
|
@@ -510,51 +463,53 @@
|
|
|
510
463
|
}
|
|
511
464
|
}
|
|
512
465
|
],
|
|
513
|
-
"purl": "pkg:npm/%
|
|
466
|
+
"purl": "pkg:npm/%40bcoe/v8-coverage@1.0.2",
|
|
514
467
|
"externalReferences": [
|
|
515
468
|
{
|
|
516
|
-
"url": "git
|
|
469
|
+
"url": "git://github.com/bcoe/v8-coverage.git",
|
|
517
470
|
"type": "vcs",
|
|
518
471
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
519
472
|
},
|
|
520
473
|
{
|
|
521
|
-
"url": "https://github.com/
|
|
474
|
+
"url": "https://github.com/bcoe/v8-coverage#readme",
|
|
522
475
|
"type": "website",
|
|
523
476
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
524
477
|
},
|
|
525
478
|
{
|
|
526
|
-
"url": "https://github.com/
|
|
479
|
+
"url": "https://github.com/bcoe/v8-coverage/issues",
|
|
527
480
|
"type": "issue-tracker",
|
|
528
481
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
529
482
|
},
|
|
530
483
|
{
|
|
531
|
-
"url": "https://registry.npmjs.org/@
|
|
484
|
+
"url": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz",
|
|
532
485
|
"type": "distribution",
|
|
533
486
|
"hashes": [
|
|
534
487
|
{
|
|
535
488
|
"alg": "SHA-512",
|
|
536
|
-
"content": "
|
|
489
|
+
"content": "eb300193f10203f418482435346895c306d07ab50267e4d06e9eb843702099f36fbab1c7d23f13b576b5a9b4a15c0eaaaa4a408f85795bca4fea62ded6670ca8"
|
|
537
490
|
}
|
|
538
491
|
],
|
|
539
492
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
540
493
|
}
|
|
541
494
|
],
|
|
542
495
|
"properties": [
|
|
496
|
+
{
|
|
497
|
+
"name": "cdx:npm:package:development",
|
|
498
|
+
"value": "true"
|
|
499
|
+
},
|
|
543
500
|
{
|
|
544
501
|
"name": "cdx:npm:package:path",
|
|
545
|
-
"value": "node_modules/@
|
|
502
|
+
"value": "node_modules/@bcoe/v8-coverage"
|
|
546
503
|
}
|
|
547
504
|
]
|
|
548
505
|
},
|
|
549
506
|
{
|
|
550
507
|
"type": "library",
|
|
551
|
-
"name": "
|
|
552
|
-
"group": "@
|
|
553
|
-
"version": "
|
|
554
|
-
"bom-ref": "beth-copilot@
|
|
555
|
-
"
|
|
556
|
-
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
|
|
557
|
-
"scope": "optional",
|
|
508
|
+
"name": "utils",
|
|
509
|
+
"group": "@vitest",
|
|
510
|
+
"version": "4.0.18",
|
|
511
|
+
"bom-ref": "beth-copilot@2.0.0|@vitest/utils@4.0.18",
|
|
512
|
+
"description": "Shared Vitest utility functions",
|
|
558
513
|
"licenses": [
|
|
559
514
|
{
|
|
560
515
|
"license": {
|
|
@@ -563,51 +518,53 @@
|
|
|
563
518
|
}
|
|
564
519
|
}
|
|
565
520
|
],
|
|
566
|
-
"purl": "pkg:npm/%
|
|
521
|
+
"purl": "pkg:npm/%40vitest/utils@4.0.18",
|
|
567
522
|
"externalReferences": [
|
|
568
523
|
{
|
|
569
|
-
"url": "git+https://github.com/
|
|
524
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/utils",
|
|
570
525
|
"type": "vcs",
|
|
571
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
526
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
572
527
|
},
|
|
573
528
|
{
|
|
574
|
-
"url": "https://github.com/
|
|
529
|
+
"url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
|
|
575
530
|
"type": "website",
|
|
576
531
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
577
532
|
},
|
|
578
533
|
{
|
|
579
|
-
"url": "https://github.com/
|
|
534
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
580
535
|
"type": "issue-tracker",
|
|
581
536
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
582
537
|
},
|
|
583
538
|
{
|
|
584
|
-
"url": "https://registry.npmjs.org/@
|
|
539
|
+
"url": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.18.tgz",
|
|
585
540
|
"type": "distribution",
|
|
586
541
|
"hashes": [
|
|
587
542
|
{
|
|
588
543
|
"alg": "SHA-512",
|
|
589
|
-
"content": "
|
|
544
|
+
"content": "9ac31128b3152d6ca0a4adeed87c9b822e0c36371826fc136f446ed3df9f3b20972204f9ada60fd38d4345176226223793fd94e9211b0044c1dd8b41ad490214"
|
|
590
545
|
}
|
|
591
546
|
],
|
|
592
547
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
593
548
|
}
|
|
594
549
|
],
|
|
595
550
|
"properties": [
|
|
551
|
+
{
|
|
552
|
+
"name": "cdx:npm:package:development",
|
|
553
|
+
"value": "true"
|
|
554
|
+
},
|
|
596
555
|
{
|
|
597
556
|
"name": "cdx:npm:package:path",
|
|
598
|
-
"value": "node_modules/@
|
|
557
|
+
"value": "node_modules/@vitest/utils"
|
|
599
558
|
}
|
|
600
559
|
]
|
|
601
560
|
},
|
|
602
561
|
{
|
|
603
562
|
"type": "library",
|
|
604
|
-
"name": "
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"description": "Provides low-level interfaces and helper methods for tracing in Azure SDK",
|
|
610
|
-
"scope": "optional",
|
|
563
|
+
"name": "ast-v8-to-istanbul",
|
|
564
|
+
"version": "0.3.12",
|
|
565
|
+
"bom-ref": "beth-copilot@2.0.0|ast-v8-to-istanbul@0.3.12",
|
|
566
|
+
"author": "Ari Perkkiö",
|
|
567
|
+
"description": "AST-aware v8-to-istanbul",
|
|
611
568
|
"licenses": [
|
|
612
569
|
{
|
|
613
570
|
"license": {
|
|
@@ -616,210 +573,217 @@
|
|
|
616
573
|
}
|
|
617
574
|
}
|
|
618
575
|
],
|
|
619
|
-
"purl": "pkg:npm
|
|
576
|
+
"purl": "pkg:npm/ast-v8-to-istanbul@0.3.12",
|
|
620
577
|
"externalReferences": [
|
|
621
578
|
{
|
|
622
|
-
"url": "git+https://github.com/
|
|
579
|
+
"url": "git+https://github.com/AriPerkkio/ast-v8-to-istanbul.git",
|
|
623
580
|
"type": "vcs",
|
|
624
581
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
625
582
|
},
|
|
626
583
|
{
|
|
627
|
-
"url": "https://github.com/
|
|
584
|
+
"url": "https://github.com/AriPerkkio/ast-v8-to-istanbul",
|
|
628
585
|
"type": "website",
|
|
629
586
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
630
587
|
},
|
|
631
588
|
{
|
|
632
|
-
"url": "https://github.com/
|
|
589
|
+
"url": "https://github.com/AriPerkkio/ast-v8-to-istanbul",
|
|
633
590
|
"type": "issue-tracker",
|
|
634
591
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
635
592
|
},
|
|
636
593
|
{
|
|
637
|
-
"url": "https://registry.npmjs.org
|
|
594
|
+
"url": "https://registry.npmjs.org/ast-v8-to-istanbul/-/ast-v8-to-istanbul-0.3.12.tgz",
|
|
638
595
|
"type": "distribution",
|
|
639
596
|
"hashes": [
|
|
640
597
|
{
|
|
641
598
|
"alg": "SHA-512",
|
|
642
|
-
"content": "
|
|
599
|
+
"content": "051442f1545963647867894520bdf93303579b056a062b72bce230113b6c092c2f8e5d0876016ccbd36175a03a8fbe2751db49265232a5e461a436a6d7d5aade"
|
|
643
600
|
}
|
|
644
601
|
],
|
|
645
602
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
646
603
|
}
|
|
647
604
|
],
|
|
648
605
|
"properties": [
|
|
606
|
+
{
|
|
607
|
+
"name": "cdx:npm:package:development",
|
|
608
|
+
"value": "true"
|
|
609
|
+
},
|
|
649
610
|
{
|
|
650
611
|
"name": "cdx:npm:package:path",
|
|
651
|
-
"value": "node_modules
|
|
612
|
+
"value": "node_modules/ast-v8-to-istanbul"
|
|
652
613
|
}
|
|
653
614
|
]
|
|
654
615
|
},
|
|
655
616
|
{
|
|
656
617
|
"type": "library",
|
|
657
|
-
"name": "
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
"
|
|
661
|
-
"
|
|
662
|
-
"description": "Core library for shared utility methods",
|
|
663
|
-
"scope": "optional",
|
|
618
|
+
"name": "istanbul-lib-coverage",
|
|
619
|
+
"version": "3.2.2",
|
|
620
|
+
"bom-ref": "beth-copilot@2.0.0|istanbul-lib-coverage@3.2.2",
|
|
621
|
+
"author": "Krishnan Anantheswaran",
|
|
622
|
+
"description": "Data library for istanbul coverage objects",
|
|
664
623
|
"licenses": [
|
|
665
624
|
{
|
|
666
625
|
"license": {
|
|
667
|
-
"id": "
|
|
626
|
+
"id": "BSD-3-Clause",
|
|
668
627
|
"acknowledgement": "declared"
|
|
669
628
|
}
|
|
670
629
|
}
|
|
671
630
|
],
|
|
672
|
-
"purl": "pkg:npm
|
|
631
|
+
"purl": "pkg:npm/istanbul-lib-coverage@3.2.2",
|
|
673
632
|
"externalReferences": [
|
|
674
633
|
{
|
|
675
|
-
"url": "git+
|
|
634
|
+
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-lib-coverage",
|
|
676
635
|
"type": "vcs",
|
|
677
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
636
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
678
637
|
},
|
|
679
638
|
{
|
|
680
|
-
"url": "https://
|
|
639
|
+
"url": "https://istanbul.js.org/",
|
|
681
640
|
"type": "website",
|
|
682
641
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
683
642
|
},
|
|
684
643
|
{
|
|
685
|
-
"url": "https://github.com/
|
|
644
|
+
"url": "https://github.com/istanbuljs/istanbuljs/issues",
|
|
686
645
|
"type": "issue-tracker",
|
|
687
646
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
688
647
|
},
|
|
689
648
|
{
|
|
690
|
-
"url": "https://registry.npmjs.org
|
|
649
|
+
"url": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
|
|
691
650
|
"type": "distribution",
|
|
692
651
|
"hashes": [
|
|
693
652
|
{
|
|
694
653
|
"alg": "SHA-512",
|
|
695
|
-
"content": "
|
|
654
|
+
"content": "3bc769b05fabd1657ff0c35129f9e6aed09686e2a3c6bab6c3e8e9cc12f95192938b62de5569d63a6591c4595eb0938d99cfb02c01af29064439a9e4a342c54e"
|
|
696
655
|
}
|
|
697
656
|
],
|
|
698
657
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
699
658
|
}
|
|
700
659
|
],
|
|
701
660
|
"properties": [
|
|
661
|
+
{
|
|
662
|
+
"name": "cdx:npm:package:development",
|
|
663
|
+
"value": "true"
|
|
664
|
+
},
|
|
702
665
|
{
|
|
703
666
|
"name": "cdx:npm:package:path",
|
|
704
|
-
"value": "node_modules
|
|
667
|
+
"value": "node_modules/istanbul-lib-coverage"
|
|
705
668
|
}
|
|
706
669
|
]
|
|
707
670
|
},
|
|
708
671
|
{
|
|
709
672
|
"type": "library",
|
|
710
|
-
"name": "
|
|
711
|
-
"
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
"description": "Microsoft Azure SDK for JavaScript - Logger",
|
|
716
|
-
"scope": "optional",
|
|
673
|
+
"name": "istanbul-lib-report",
|
|
674
|
+
"version": "3.0.1",
|
|
675
|
+
"bom-ref": "beth-copilot@2.0.0|istanbul-lib-report@3.0.1",
|
|
676
|
+
"author": "Krishnan Anantheswaran",
|
|
677
|
+
"description": "Base reporting library for istanbul",
|
|
717
678
|
"licenses": [
|
|
718
679
|
{
|
|
719
680
|
"license": {
|
|
720
|
-
"id": "
|
|
681
|
+
"id": "BSD-3-Clause",
|
|
721
682
|
"acknowledgement": "declared"
|
|
722
683
|
}
|
|
723
684
|
}
|
|
724
685
|
],
|
|
725
|
-
"purl": "pkg:npm
|
|
686
|
+
"purl": "pkg:npm/istanbul-lib-report@3.0.1",
|
|
726
687
|
"externalReferences": [
|
|
727
688
|
{
|
|
728
|
-
"url": "git+
|
|
689
|
+
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-lib-report",
|
|
729
690
|
"type": "vcs",
|
|
730
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
691
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
731
692
|
},
|
|
732
693
|
{
|
|
733
|
-
"url": "https://
|
|
694
|
+
"url": "https://istanbul.js.org/",
|
|
734
695
|
"type": "website",
|
|
735
696
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
736
697
|
},
|
|
737
698
|
{
|
|
738
|
-
"url": "https://github.com/
|
|
699
|
+
"url": "https://github.com/istanbuljs/istanbuljs/issues",
|
|
739
700
|
"type": "issue-tracker",
|
|
740
701
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
741
702
|
},
|
|
742
703
|
{
|
|
743
|
-
"url": "https://registry.npmjs.org
|
|
704
|
+
"url": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
|
|
744
705
|
"type": "distribution",
|
|
745
706
|
"hashes": [
|
|
746
707
|
{
|
|
747
708
|
"alg": "SHA-512",
|
|
748
|
-
"content": "
|
|
709
|
+
"content": "1827c4d66b6c1c63842c253c7bf67b616ce99b26ebc7ff9d4937cbaef63ca9199a63acd74ca5a7e964088da005c34ebd89c9ba19530d920bb437323888f65437"
|
|
749
710
|
}
|
|
750
711
|
],
|
|
751
712
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
752
713
|
}
|
|
753
714
|
],
|
|
754
715
|
"properties": [
|
|
716
|
+
{
|
|
717
|
+
"name": "cdx:npm:package:development",
|
|
718
|
+
"value": "true"
|
|
719
|
+
},
|
|
755
720
|
{
|
|
756
721
|
"name": "cdx:npm:package:path",
|
|
757
|
-
"value": "node_modules
|
|
722
|
+
"value": "node_modules/istanbul-lib-report"
|
|
758
723
|
}
|
|
759
724
|
]
|
|
760
725
|
},
|
|
761
726
|
{
|
|
762
727
|
"type": "library",
|
|
763
|
-
"name": "
|
|
764
|
-
"
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
"description": "Microsoft Authentication Library for js",
|
|
769
|
-
"scope": "optional",
|
|
728
|
+
"name": "istanbul-reports",
|
|
729
|
+
"version": "3.2.0",
|
|
730
|
+
"bom-ref": "beth-copilot@2.0.0|istanbul-reports@3.2.0",
|
|
731
|
+
"author": "Krishnan Anantheswaran",
|
|
732
|
+
"description": "istanbul reports",
|
|
770
733
|
"licenses": [
|
|
771
734
|
{
|
|
772
735
|
"license": {
|
|
773
|
-
"id": "
|
|
736
|
+
"id": "BSD-3-Clause",
|
|
774
737
|
"acknowledgement": "declared"
|
|
775
738
|
}
|
|
776
739
|
}
|
|
777
740
|
],
|
|
778
|
-
"purl": "pkg:npm
|
|
741
|
+
"purl": "pkg:npm/istanbul-reports@3.2.0",
|
|
779
742
|
"externalReferences": [
|
|
780
743
|
{
|
|
781
|
-
"url": "git+
|
|
744
|
+
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-reports",
|
|
782
745
|
"type": "vcs",
|
|
783
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
746
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
784
747
|
},
|
|
785
748
|
{
|
|
786
|
-
"url": "https://
|
|
749
|
+
"url": "https://istanbul.js.org/",
|
|
787
750
|
"type": "website",
|
|
788
751
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
789
752
|
},
|
|
790
753
|
{
|
|
791
|
-
"url": "https://github.com/
|
|
754
|
+
"url": "https://github.com/istanbuljs/istanbuljs/issues",
|
|
792
755
|
"type": "issue-tracker",
|
|
793
756
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
794
757
|
},
|
|
795
758
|
{
|
|
796
|
-
"url": "https://registry.npmjs.org
|
|
759
|
+
"url": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz",
|
|
797
760
|
"type": "distribution",
|
|
798
761
|
"hashes": [
|
|
799
762
|
{
|
|
800
763
|
"alg": "SHA-512",
|
|
801
|
-
"content": "
|
|
764
|
+
"content": "1c6616592fde86a4d5df1375d22db7b643e4a47e3a30b08830534269a28d6af0174c5d5192ac5ac043ed9e39c667a5ca4889c12a488e03904a4be699898dc0bc"
|
|
802
765
|
}
|
|
803
766
|
],
|
|
804
767
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
805
768
|
}
|
|
806
769
|
],
|
|
807
770
|
"properties": [
|
|
771
|
+
{
|
|
772
|
+
"name": "cdx:npm:package:development",
|
|
773
|
+
"value": "true"
|
|
774
|
+
},
|
|
808
775
|
{
|
|
809
776
|
"name": "cdx:npm:package:path",
|
|
810
|
-
"value": "node_modules
|
|
777
|
+
"value": "node_modules/istanbul-reports"
|
|
811
778
|
}
|
|
812
779
|
]
|
|
813
780
|
},
|
|
814
781
|
{
|
|
815
782
|
"type": "library",
|
|
816
|
-
"name": "
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
-
"author": "Microsoft",
|
|
821
|
-
"description": "Microsoft Authentication Library for Node",
|
|
822
|
-
"scope": "optional",
|
|
783
|
+
"name": "magicast",
|
|
784
|
+
"version": "0.5.2",
|
|
785
|
+
"bom-ref": "beth-copilot@2.0.0|magicast@0.5.2",
|
|
786
|
+
"description": "Modify a JS/TS file and write back magically just like JSON!",
|
|
823
787
|
"licenses": [
|
|
824
788
|
{
|
|
825
789
|
"license": {
|
|
@@ -828,50 +792,53 @@
|
|
|
828
792
|
}
|
|
829
793
|
}
|
|
830
794
|
],
|
|
831
|
-
"purl": "pkg:npm
|
|
795
|
+
"purl": "pkg:npm/magicast@0.5.2",
|
|
832
796
|
"externalReferences": [
|
|
833
797
|
{
|
|
834
|
-
"url": "git+https://github.com/
|
|
798
|
+
"url": "git+https://github.com/unjs/magicast.git",
|
|
835
799
|
"type": "vcs",
|
|
836
800
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
837
801
|
},
|
|
838
802
|
{
|
|
839
|
-
"url": "https://github.com/
|
|
803
|
+
"url": "https://github.com/unjs/magicast#readme",
|
|
840
804
|
"type": "website",
|
|
841
805
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
842
806
|
},
|
|
843
807
|
{
|
|
844
|
-
"url": "https://github.com/
|
|
808
|
+
"url": "https://github.com/unjs/magicast/issues",
|
|
845
809
|
"type": "issue-tracker",
|
|
846
810
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
847
811
|
},
|
|
848
812
|
{
|
|
849
|
-
"url": "https://registry.npmjs.org
|
|
813
|
+
"url": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
|
|
850
814
|
"type": "distribution",
|
|
851
815
|
"hashes": [
|
|
852
816
|
{
|
|
853
817
|
"alg": "SHA-512",
|
|
854
|
-
"content": "
|
|
818
|
+
"content": "1376498782774bd29fc1d8d985ed9a7e3e91f651883793e17abd69177f541ab5d1aaafd50da195206375dc18c7776bbc07ad6102b0063a7b28ee704ea2e5b74d"
|
|
855
819
|
}
|
|
856
820
|
],
|
|
857
821
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
858
822
|
}
|
|
859
823
|
],
|
|
860
824
|
"properties": [
|
|
825
|
+
{
|
|
826
|
+
"name": "cdx:npm:package:development",
|
|
827
|
+
"value": "true"
|
|
828
|
+
},
|
|
861
829
|
{
|
|
862
830
|
"name": "cdx:npm:package:path",
|
|
863
|
-
"value": "node_modules
|
|
831
|
+
"value": "node_modules/magicast"
|
|
864
832
|
}
|
|
865
833
|
]
|
|
866
834
|
},
|
|
867
835
|
{
|
|
868
836
|
"type": "library",
|
|
869
|
-
"name": "
|
|
870
|
-
"version": "
|
|
871
|
-
"bom-ref": "beth-copilot@
|
|
872
|
-
"author": "
|
|
873
|
-
"description": "
|
|
874
|
-
"scope": "optional",
|
|
837
|
+
"name": "obug",
|
|
838
|
+
"version": "2.1.1",
|
|
839
|
+
"bom-ref": "beth-copilot@2.0.0|obug@2.1.1",
|
|
840
|
+
"author": "Kevin Deng",
|
|
841
|
+
"description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.",
|
|
875
842
|
"licenses": [
|
|
876
843
|
{
|
|
877
844
|
"license": {
|
|
@@ -880,100 +847,106 @@
|
|
|
880
847
|
}
|
|
881
848
|
}
|
|
882
849
|
],
|
|
883
|
-
"purl": "pkg:npm/
|
|
850
|
+
"purl": "pkg:npm/obug@2.1.1",
|
|
884
851
|
"externalReferences": [
|
|
885
852
|
{
|
|
886
|
-
"url": "git+https://github.com/
|
|
853
|
+
"url": "git+https://github.com/sxzz/obug.git",
|
|
887
854
|
"type": "vcs",
|
|
888
855
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
889
856
|
},
|
|
890
857
|
{
|
|
891
|
-
"url": "https://github.com/
|
|
858
|
+
"url": "https://github.com/sxzz/obug#readme",
|
|
892
859
|
"type": "website",
|
|
893
860
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
894
861
|
},
|
|
895
862
|
{
|
|
896
|
-
"url": "https://github.com/
|
|
863
|
+
"url": "https://github.com/sxzz/obug/issues",
|
|
897
864
|
"type": "issue-tracker",
|
|
898
865
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
899
866
|
},
|
|
900
867
|
{
|
|
901
|
-
"url": "https://registry.npmjs.org/
|
|
868
|
+
"url": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
|
|
902
869
|
"type": "distribution",
|
|
903
870
|
"hashes": [
|
|
904
871
|
{
|
|
905
872
|
"alg": "SHA-512",
|
|
906
|
-
"content": "
|
|
873
|
+
"content": "b93a85f4cb8fada010f88b273dfdfae911b870ff51b548bb30b3b537728473ec1bd1aeb22a978bd259a4d880758d8e4a1cf0254dce93fc945d0bf62ac4737091"
|
|
907
874
|
}
|
|
908
875
|
],
|
|
909
876
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
910
877
|
}
|
|
911
878
|
],
|
|
912
879
|
"properties": [
|
|
880
|
+
{
|
|
881
|
+
"name": "cdx:npm:package:development",
|
|
882
|
+
"value": "true"
|
|
883
|
+
},
|
|
913
884
|
{
|
|
914
885
|
"name": "cdx:npm:package:path",
|
|
915
|
-
"value": "node_modules/
|
|
886
|
+
"value": "node_modules/obug"
|
|
916
887
|
}
|
|
917
888
|
]
|
|
918
889
|
},
|
|
919
890
|
{
|
|
920
891
|
"type": "library",
|
|
921
|
-
"name": "
|
|
922
|
-
"version": "
|
|
923
|
-
"bom-ref": "beth-copilot@
|
|
924
|
-
"
|
|
925
|
-
"description": "Runtime library for TypeScript helper functions",
|
|
926
|
-
"scope": "optional",
|
|
892
|
+
"name": "std-env",
|
|
893
|
+
"version": "3.10.0",
|
|
894
|
+
"bom-ref": "beth-copilot@2.0.0|std-env@3.10.0",
|
|
895
|
+
"description": "Runtime agnostic JS utils",
|
|
927
896
|
"licenses": [
|
|
928
897
|
{
|
|
929
898
|
"license": {
|
|
930
|
-
"id": "
|
|
899
|
+
"id": "MIT",
|
|
931
900
|
"acknowledgement": "declared"
|
|
932
901
|
}
|
|
933
902
|
}
|
|
934
903
|
],
|
|
935
|
-
"purl": "pkg:npm/
|
|
904
|
+
"purl": "pkg:npm/std-env@3.10.0",
|
|
936
905
|
"externalReferences": [
|
|
937
906
|
{
|
|
938
|
-
"url": "git+https://github.com/
|
|
907
|
+
"url": "git+https://github.com/unjs/std-env.git",
|
|
939
908
|
"type": "vcs",
|
|
940
909
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
941
910
|
},
|
|
942
911
|
{
|
|
943
|
-
"url": "https://
|
|
912
|
+
"url": "https://github.com/unjs/std-env#readme",
|
|
944
913
|
"type": "website",
|
|
945
914
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
946
915
|
},
|
|
947
916
|
{
|
|
948
|
-
"url": "https://github.com/
|
|
917
|
+
"url": "https://github.com/unjs/std-env/issues",
|
|
949
918
|
"type": "issue-tracker",
|
|
950
919
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
951
920
|
},
|
|
952
921
|
{
|
|
953
|
-
"url": "https://registry.npmjs.org/
|
|
922
|
+
"url": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
|
|
954
923
|
"type": "distribution",
|
|
955
924
|
"hashes": [
|
|
956
925
|
{
|
|
957
926
|
"alg": "SHA-512",
|
|
958
|
-
"content": "
|
|
927
|
+
"content": "e464b5d8574e64d9623399803b115183b22bd295b3f0c769626e8063a54f906a5b03b67399bccd701250d063efbf25a0718ed00210a07fd532f3d234ddf68b92"
|
|
959
928
|
}
|
|
960
929
|
],
|
|
961
930
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
962
931
|
}
|
|
963
932
|
],
|
|
964
933
|
"properties": [
|
|
934
|
+
{
|
|
935
|
+
"name": "cdx:npm:package:development",
|
|
936
|
+
"value": "true"
|
|
937
|
+
},
|
|
965
938
|
{
|
|
966
939
|
"name": "cdx:npm:package:path",
|
|
967
|
-
"value": "node_modules/
|
|
940
|
+
"value": "node_modules/std-env"
|
|
968
941
|
}
|
|
969
942
|
]
|
|
970
943
|
},
|
|
971
944
|
{
|
|
972
945
|
"type": "library",
|
|
973
|
-
"name": "
|
|
974
|
-
"version": "
|
|
975
|
-
"bom-ref": "beth-copilot@
|
|
976
|
-
"description": "A
|
|
946
|
+
"name": "tinyrainbow",
|
|
947
|
+
"version": "3.0.3",
|
|
948
|
+
"bom-ref": "beth-copilot@2.0.0|tinyrainbow@3.0.3",
|
|
949
|
+
"description": "A small library to print colourful messages.",
|
|
977
950
|
"licenses": [
|
|
978
951
|
{
|
|
979
952
|
"license": {
|
|
@@ -982,30 +955,30 @@
|
|
|
982
955
|
}
|
|
983
956
|
}
|
|
984
957
|
],
|
|
985
|
-
"purl": "pkg:npm/
|
|
958
|
+
"purl": "pkg:npm/tinyrainbow@3.0.3",
|
|
986
959
|
"externalReferences": [
|
|
987
960
|
{
|
|
988
|
-
"url": "git+https://github.com/
|
|
961
|
+
"url": "git+https://github.com/tinylibs/tinyrainbow.git",
|
|
989
962
|
"type": "vcs",
|
|
990
963
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
991
964
|
},
|
|
992
965
|
{
|
|
993
|
-
"url": "https://
|
|
966
|
+
"url": "https://github.com/tinylibs/tinyrainbow#readme",
|
|
994
967
|
"type": "website",
|
|
995
968
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
996
969
|
},
|
|
997
970
|
{
|
|
998
|
-
"url": "https://github.com/
|
|
971
|
+
"url": "https://github.com/tinylibs/tinyrainbow/issues",
|
|
999
972
|
"type": "issue-tracker",
|
|
1000
973
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1001
974
|
},
|
|
1002
975
|
{
|
|
1003
|
-
"url": "https://registry.npmjs.org/
|
|
976
|
+
"url": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.0.3.tgz",
|
|
1004
977
|
"type": "distribution",
|
|
1005
978
|
"hashes": [
|
|
1006
979
|
{
|
|
1007
980
|
"alg": "SHA-512",
|
|
1008
|
-
"content": "
|
|
981
|
+
"content": "3d291b2d4a313854732588e3c4726df71ae8ec3fa28a580c5ff0bd95ac3356e62221d722861f435e65626c17bc966705ad18bf57394f8c1c5b37bac7db8abcfd"
|
|
1009
982
|
}
|
|
1010
983
|
],
|
|
1011
984
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
@@ -1018,7 +991,7 @@
|
|
|
1018
991
|
},
|
|
1019
992
|
{
|
|
1020
993
|
"name": "cdx:npm:package:path",
|
|
1021
|
-
"value": "node_modules/
|
|
994
|
+
"value": "node_modules/tinyrainbow"
|
|
1022
995
|
}
|
|
1023
996
|
]
|
|
1024
997
|
},
|
|
@@ -1026,7 +999,7 @@
|
|
|
1026
999
|
"type": "library",
|
|
1027
1000
|
"name": "js-yaml",
|
|
1028
1001
|
"version": "3.14.2",
|
|
1029
|
-
"bom-ref": "beth-copilot@
|
|
1002
|
+
"bom-ref": "beth-copilot@2.0.0|js-yaml@3.14.2",
|
|
1030
1003
|
"author": "Vladimir Zapparov",
|
|
1031
1004
|
"description": "YAML 1.2 parser and serializer",
|
|
1032
1005
|
"licenses": [
|
|
@@ -1077,7 +1050,7 @@
|
|
|
1077
1050
|
"type": "library",
|
|
1078
1051
|
"name": "kind-of",
|
|
1079
1052
|
"version": "6.0.3",
|
|
1080
|
-
"bom-ref": "beth-copilot@
|
|
1053
|
+
"bom-ref": "beth-copilot@2.0.0|kind-of@6.0.3",
|
|
1081
1054
|
"author": "Jon Schlinkert",
|
|
1082
1055
|
"description": "Get the native type of a value.",
|
|
1083
1056
|
"licenses": [
|
|
@@ -1128,7 +1101,7 @@
|
|
|
1128
1101
|
"type": "library",
|
|
1129
1102
|
"name": "section-matter",
|
|
1130
1103
|
"version": "1.0.0",
|
|
1131
|
-
"bom-ref": "beth-copilot@
|
|
1104
|
+
"bom-ref": "beth-copilot@2.0.0|section-matter@1.0.0",
|
|
1132
1105
|
"author": "Jon Schlinkert",
|
|
1133
1106
|
"description": "Like front-matter, but supports multiple sections in a document.",
|
|
1134
1107
|
"licenses": [
|
|
@@ -1179,7 +1152,7 @@
|
|
|
1179
1152
|
"type": "library",
|
|
1180
1153
|
"name": "strip-bom-string",
|
|
1181
1154
|
"version": "1.0.0",
|
|
1182
|
-
"bom-ref": "beth-copilot@
|
|
1155
|
+
"bom-ref": "beth-copilot@2.0.0|strip-bom-string@1.0.0",
|
|
1183
1156
|
"author": "Jon Schlinkert",
|
|
1184
1157
|
"description": "Strip a byte order mark (BOM) from a string.",
|
|
1185
1158
|
"licenses": [
|
|
@@ -1228,13 +1201,11 @@
|
|
|
1228
1201
|
},
|
|
1229
1202
|
{
|
|
1230
1203
|
"type": "library",
|
|
1231
|
-
"name": "
|
|
1232
|
-
"group": "@
|
|
1233
|
-
"version": "0.
|
|
1234
|
-
"bom-ref": "beth-copilot@
|
|
1235
|
-
"
|
|
1236
|
-
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
|
|
1237
|
-
"scope": "optional",
|
|
1204
|
+
"name": "expect",
|
|
1205
|
+
"group": "@vitest",
|
|
1206
|
+
"version": "4.0.18",
|
|
1207
|
+
"bom-ref": "beth-copilot@2.0.0|@vitest/expect@4.0.18",
|
|
1208
|
+
"description": "Jest's expect matchers as a Chai plugin",
|
|
1238
1209
|
"licenses": [
|
|
1239
1210
|
{
|
|
1240
1211
|
"license": {
|
|
@@ -1243,51 +1214,53 @@
|
|
|
1243
1214
|
}
|
|
1244
1215
|
}
|
|
1245
1216
|
],
|
|
1246
|
-
"purl": "pkg:npm/%
|
|
1217
|
+
"purl": "pkg:npm/%40vitest/expect@4.0.18",
|
|
1247
1218
|
"externalReferences": [
|
|
1248
1219
|
{
|
|
1249
|
-
"url": "git+https://github.com/
|
|
1220
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/expect",
|
|
1250
1221
|
"type": "vcs",
|
|
1251
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1222
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1252
1223
|
},
|
|
1253
1224
|
{
|
|
1254
|
-
"url": "https://github.com/
|
|
1225
|
+
"url": "https://github.com/vitest-dev/vitest/tree/main/packages/expect#readme",
|
|
1255
1226
|
"type": "website",
|
|
1256
1227
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1257
1228
|
},
|
|
1258
1229
|
{
|
|
1259
|
-
"url": "https://github.com/
|
|
1230
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
1260
1231
|
"type": "issue-tracker",
|
|
1261
1232
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1262
1233
|
},
|
|
1263
1234
|
{
|
|
1264
|
-
"url": "https://registry.npmjs.org/@
|
|
1235
|
+
"url": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.18.tgz",
|
|
1265
1236
|
"type": "distribution",
|
|
1266
1237
|
"hashes": [
|
|
1267
1238
|
{
|
|
1268
1239
|
"alg": "SHA-512",
|
|
1269
|
-
"content": "
|
|
1240
|
+
"content": "f2c0965327245d762fc78a297f3558d3710e898571c8dac74b94315f70c0222e5da4900093225ecc708fefb54c5f81ca0362c34ff2697e8f22dabe411371a741"
|
|
1270
1241
|
}
|
|
1271
1242
|
],
|
|
1272
1243
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1273
1244
|
}
|
|
1274
1245
|
],
|
|
1275
1246
|
"properties": [
|
|
1247
|
+
{
|
|
1248
|
+
"name": "cdx:npm:package:development",
|
|
1249
|
+
"value": "true"
|
|
1250
|
+
},
|
|
1276
1251
|
{
|
|
1277
1252
|
"name": "cdx:npm:package:path",
|
|
1278
|
-
"value": "node_modules/@
|
|
1253
|
+
"value": "node_modules/@vitest/expect"
|
|
1279
1254
|
}
|
|
1280
1255
|
]
|
|
1281
1256
|
},
|
|
1282
1257
|
{
|
|
1283
1258
|
"type": "library",
|
|
1284
|
-
"name": "
|
|
1285
|
-
"group": "@
|
|
1286
|
-
"version": "
|
|
1287
|
-
"bom-ref": "beth-copilot@
|
|
1288
|
-
"
|
|
1289
|
-
"description": "Microsoft Authentication Library for js",
|
|
1290
|
-
"scope": "optional",
|
|
1259
|
+
"name": "mocker",
|
|
1260
|
+
"group": "@vitest",
|
|
1261
|
+
"version": "4.0.18",
|
|
1262
|
+
"bom-ref": "beth-copilot@2.0.0|@vitest/mocker@4.0.18",
|
|
1263
|
+
"description": "Vitest module mocker implementation",
|
|
1291
1264
|
"licenses": [
|
|
1292
1265
|
{
|
|
1293
1266
|
"license": {
|
|
@@ -1296,50 +1269,53 @@
|
|
|
1296
1269
|
}
|
|
1297
1270
|
}
|
|
1298
1271
|
],
|
|
1299
|
-
"purl": "pkg:npm/%
|
|
1272
|
+
"purl": "pkg:npm/%40vitest/mocker@4.0.18",
|
|
1300
1273
|
"externalReferences": [
|
|
1301
1274
|
{
|
|
1302
|
-
"url": "git+https://github.com/
|
|
1275
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/mocker",
|
|
1303
1276
|
"type": "vcs",
|
|
1304
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1277
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1305
1278
|
},
|
|
1306
1279
|
{
|
|
1307
|
-
"url": "https://github.com/
|
|
1280
|
+
"url": "https://github.com/vitest-dev/vitest/tree/main/packages/mocker#readme",
|
|
1308
1281
|
"type": "website",
|
|
1309
1282
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1310
1283
|
},
|
|
1311
1284
|
{
|
|
1312
|
-
"url": "https://github.com/
|
|
1285
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
1313
1286
|
"type": "issue-tracker",
|
|
1314
1287
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1315
1288
|
},
|
|
1316
1289
|
{
|
|
1317
|
-
"url": "https://registry.npmjs.org/@
|
|
1290
|
+
"url": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.18.tgz",
|
|
1318
1291
|
"type": "distribution",
|
|
1319
1292
|
"hashes": [
|
|
1320
1293
|
{
|
|
1321
1294
|
"alg": "SHA-512",
|
|
1322
|
-
"content": "
|
|
1295
|
+
"content": "1e155dd0c0e7cf3b207af9ce582063e4eb67ce86e3cb9c0b05ee0475e7851aff25b8cb06718a83b8544c72db4a599039bd53bc4458dec55a2f5ef00ce09a090d"
|
|
1323
1296
|
}
|
|
1324
1297
|
],
|
|
1325
1298
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1326
1299
|
}
|
|
1327
1300
|
],
|
|
1328
1301
|
"properties": [
|
|
1302
|
+
{
|
|
1303
|
+
"name": "cdx:npm:package:development",
|
|
1304
|
+
"value": "true"
|
|
1305
|
+
},
|
|
1329
1306
|
{
|
|
1330
1307
|
"name": "cdx:npm:package:path",
|
|
1331
|
-
"value": "node_modules/@
|
|
1308
|
+
"value": "node_modules/@vitest/mocker"
|
|
1332
1309
|
}
|
|
1333
1310
|
]
|
|
1334
1311
|
},
|
|
1335
1312
|
{
|
|
1336
1313
|
"type": "library",
|
|
1337
|
-
"name": "
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1341
|
-
"description": "
|
|
1342
|
-
"scope": "optional",
|
|
1314
|
+
"name": "pretty-format",
|
|
1315
|
+
"group": "@vitest",
|
|
1316
|
+
"version": "4.0.18",
|
|
1317
|
+
"bom-ref": "beth-copilot@2.0.0|@vitest/pretty-format@4.0.18",
|
|
1318
|
+
"description": "Fork of pretty-format with support for ESM",
|
|
1343
1319
|
"licenses": [
|
|
1344
1320
|
{
|
|
1345
1321
|
"license": {
|
|
@@ -1348,49 +1324,53 @@
|
|
|
1348
1324
|
}
|
|
1349
1325
|
}
|
|
1350
1326
|
],
|
|
1351
|
-
"purl": "pkg:npm/
|
|
1327
|
+
"purl": "pkg:npm/%40vitest/pretty-format@4.0.18",
|
|
1352
1328
|
"externalReferences": [
|
|
1353
1329
|
{
|
|
1354
|
-
"url": "git+https://github.com/
|
|
1330
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/pretty-format",
|
|
1355
1331
|
"type": "vcs",
|
|
1356
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1332
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1357
1333
|
},
|
|
1358
1334
|
{
|
|
1359
|
-
"url": "https://github.com/
|
|
1335
|
+
"url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
|
|
1360
1336
|
"type": "website",
|
|
1361
1337
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1362
1338
|
},
|
|
1363
1339
|
{
|
|
1364
|
-
"url": "https://github.com/
|
|
1340
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
1365
1341
|
"type": "issue-tracker",
|
|
1366
1342
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1367
1343
|
},
|
|
1368
1344
|
{
|
|
1369
|
-
"url": "https://registry.npmjs.org/
|
|
1345
|
+
"url": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.18.tgz",
|
|
1370
1346
|
"type": "distribution",
|
|
1371
1347
|
"hashes": [
|
|
1372
1348
|
{
|
|
1373
1349
|
"alg": "SHA-512",
|
|
1374
|
-
"content": "
|
|
1350
|
+
"content": "3f6e062b71ae959582e6dcfceeec749bc3800eb4085150cf2238e3eb9bc15d81b5ed9794dea0fbafe30d67544dbf897c086536bed4d1aa2c6b3a2f5f624ff22b"
|
|
1375
1351
|
}
|
|
1376
1352
|
],
|
|
1377
1353
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1378
1354
|
}
|
|
1379
1355
|
],
|
|
1380
1356
|
"properties": [
|
|
1357
|
+
{
|
|
1358
|
+
"name": "cdx:npm:package:development",
|
|
1359
|
+
"value": "true"
|
|
1360
|
+
},
|
|
1381
1361
|
{
|
|
1382
1362
|
"name": "cdx:npm:package:path",
|
|
1383
|
-
"value": "node_modules/
|
|
1363
|
+
"value": "node_modules/@vitest/pretty-format"
|
|
1384
1364
|
}
|
|
1385
1365
|
]
|
|
1386
1366
|
},
|
|
1387
1367
|
{
|
|
1388
1368
|
"type": "library",
|
|
1389
|
-
"name": "
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1369
|
+
"name": "runner",
|
|
1370
|
+
"group": "@vitest",
|
|
1371
|
+
"version": "4.0.18",
|
|
1372
|
+
"bom-ref": "beth-copilot@2.0.0|@vitest/runner@4.0.18",
|
|
1373
|
+
"description": "Vitest test runner",
|
|
1394
1374
|
"licenses": [
|
|
1395
1375
|
{
|
|
1396
1376
|
"license": {
|
|
@@ -1399,50 +1379,53 @@
|
|
|
1399
1379
|
}
|
|
1400
1380
|
}
|
|
1401
1381
|
],
|
|
1402
|
-
"purl": "pkg:npm/
|
|
1382
|
+
"purl": "pkg:npm/%40vitest/runner@4.0.18",
|
|
1403
1383
|
"externalReferences": [
|
|
1404
1384
|
{
|
|
1405
|
-
"url": "git+https://github.com/
|
|
1385
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/runner",
|
|
1406
1386
|
"type": "vcs",
|
|
1407
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1387
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1408
1388
|
},
|
|
1409
1389
|
{
|
|
1410
|
-
"url": "https://github.com/
|
|
1390
|
+
"url": "https://github.com/vitest-dev/vitest/tree/main/packages/runner#readme",
|
|
1411
1391
|
"type": "website",
|
|
1412
1392
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1413
1393
|
},
|
|
1414
1394
|
{
|
|
1415
|
-
"url": "https://github.com/
|
|
1395
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
1416
1396
|
"type": "issue-tracker",
|
|
1417
1397
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1418
1398
|
},
|
|
1419
1399
|
{
|
|
1420
|
-
"url": "https://registry.npmjs.org/
|
|
1400
|
+
"url": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.18.tgz",
|
|
1421
1401
|
"type": "distribution",
|
|
1422
1402
|
"hashes": [
|
|
1423
1403
|
{
|
|
1424
1404
|
"alg": "SHA-512",
|
|
1425
|
-
"content": "
|
|
1405
|
+
"content": "ae993dcb5d8f19adb6260ea0e4cdd45559d34bbfb3c9c20693d64d18dfa6ead6472906fb8eb3fbffbed67d9cb5dd8fc4503779d8d0ec2d142160ab6fed77cf43"
|
|
1426
1406
|
}
|
|
1427
1407
|
],
|
|
1428
1408
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1429
1409
|
}
|
|
1430
1410
|
],
|
|
1431
1411
|
"properties": [
|
|
1412
|
+
{
|
|
1413
|
+
"name": "cdx:npm:package:development",
|
|
1414
|
+
"value": "true"
|
|
1415
|
+
},
|
|
1432
1416
|
{
|
|
1433
1417
|
"name": "cdx:npm:package:path",
|
|
1434
|
-
"value": "node_modules/
|
|
1418
|
+
"value": "node_modules/@vitest/runner"
|
|
1435
1419
|
}
|
|
1436
1420
|
]
|
|
1437
1421
|
},
|
|
1438
1422
|
{
|
|
1439
1423
|
"type": "library",
|
|
1440
|
-
"name": "
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1444
|
-
"description": "
|
|
1445
|
-
"scope": "optional",
|
|
1424
|
+
"name": "snapshot",
|
|
1425
|
+
"group": "@vitest",
|
|
1426
|
+
"version": "4.0.18",
|
|
1427
|
+
"bom-ref": "beth-copilot@2.0.0|@vitest/snapshot@4.0.18",
|
|
1428
|
+
"description": "Vitest snapshot manager",
|
|
1446
1429
|
"licenses": [
|
|
1447
1430
|
{
|
|
1448
1431
|
"license": {
|
|
@@ -1451,50 +1434,108 @@
|
|
|
1451
1434
|
}
|
|
1452
1435
|
}
|
|
1453
1436
|
],
|
|
1454
|
-
"purl": "pkg:npm/
|
|
1437
|
+
"purl": "pkg:npm/%40vitest/snapshot@4.0.18",
|
|
1455
1438
|
"externalReferences": [
|
|
1456
1439
|
{
|
|
1457
|
-
"url": "git+https://github.com/
|
|
1440
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/snapshot",
|
|
1458
1441
|
"type": "vcs",
|
|
1459
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1442
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"url": "https://github.com/vitest-dev/vitest/tree/main/packages/snapshot#readme",
|
|
1446
|
+
"type": "website",
|
|
1447
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
1451
|
+
"type": "issue-tracker",
|
|
1452
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"url": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.18.tgz",
|
|
1456
|
+
"type": "distribution",
|
|
1457
|
+
"hashes": [
|
|
1458
|
+
{
|
|
1459
|
+
"alg": "SHA-512",
|
|
1460
|
+
"content": "3c2895d2b725ee32908db818aa3b5a925cba4f5bb0bffe4143d4b004b7a4560fc469879014f897720ac2d98eef0cc03c74cd5250400457cda481240895734cbc"
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1464
|
+
}
|
|
1465
|
+
],
|
|
1466
|
+
"properties": [
|
|
1467
|
+
{
|
|
1468
|
+
"name": "cdx:npm:package:development",
|
|
1469
|
+
"value": "true"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "cdx:npm:package:path",
|
|
1473
|
+
"value": "node_modules/@vitest/snapshot"
|
|
1474
|
+
}
|
|
1475
|
+
]
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"type": "library",
|
|
1479
|
+
"name": "spy",
|
|
1480
|
+
"group": "@vitest",
|
|
1481
|
+
"version": "4.0.18",
|
|
1482
|
+
"bom-ref": "beth-copilot@2.0.0|@vitest/spy@4.0.18",
|
|
1483
|
+
"description": "Lightweight Jest compatible spy implementation",
|
|
1484
|
+
"licenses": [
|
|
1485
|
+
{
|
|
1486
|
+
"license": {
|
|
1487
|
+
"id": "MIT",
|
|
1488
|
+
"acknowledgement": "declared"
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
],
|
|
1492
|
+
"purl": "pkg:npm/%40vitest/spy@4.0.18",
|
|
1493
|
+
"externalReferences": [
|
|
1494
|
+
{
|
|
1495
|
+
"url": "git+https://github.com/vitest-dev/vitest.git#packages/spy",
|
|
1496
|
+
"type": "vcs",
|
|
1497
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1460
1498
|
},
|
|
1461
1499
|
{
|
|
1462
|
-
"url": "https://github.com/
|
|
1500
|
+
"url": "https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme",
|
|
1463
1501
|
"type": "website",
|
|
1464
1502
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1465
1503
|
},
|
|
1466
1504
|
{
|
|
1467
|
-
"url": "https://github.com/
|
|
1505
|
+
"url": "https://github.com/vitest-dev/vitest/issues",
|
|
1468
1506
|
"type": "issue-tracker",
|
|
1469
1507
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1470
1508
|
},
|
|
1471
1509
|
{
|
|
1472
|
-
"url": "https://registry.npmjs.org/
|
|
1510
|
+
"url": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.18.tgz",
|
|
1473
1511
|
"type": "distribution",
|
|
1474
1512
|
"hashes": [
|
|
1475
1513
|
{
|
|
1476
1514
|
"alg": "SHA-512",
|
|
1477
|
-
"content": "
|
|
1515
|
+
"content": "71b42ddcf4d20fb3f638045d556dea584479106abb3c796f13e41fcd20b495bc0efb19edefe5c7d3a673163151833517fff266a71ac2bbdd95770bc43e559237"
|
|
1478
1516
|
}
|
|
1479
1517
|
],
|
|
1480
1518
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1481
1519
|
}
|
|
1482
1520
|
],
|
|
1483
1521
|
"properties": [
|
|
1522
|
+
{
|
|
1523
|
+
"name": "cdx:npm:package:development",
|
|
1524
|
+
"value": "true"
|
|
1525
|
+
},
|
|
1484
1526
|
{
|
|
1485
1527
|
"name": "cdx:npm:package:path",
|
|
1486
|
-
"value": "node_modules/
|
|
1528
|
+
"value": "node_modules/@vitest/spy"
|
|
1487
1529
|
}
|
|
1488
1530
|
]
|
|
1489
1531
|
},
|
|
1490
1532
|
{
|
|
1491
1533
|
"type": "library",
|
|
1492
|
-
"name": "
|
|
1493
|
-
"version": "
|
|
1494
|
-
"bom-ref": "beth-copilot@
|
|
1495
|
-
"author": "
|
|
1496
|
-
"description": "
|
|
1497
|
-
"scope": "optional",
|
|
1534
|
+
"name": "es-module-lexer",
|
|
1535
|
+
"version": "1.7.0",
|
|
1536
|
+
"bom-ref": "beth-copilot@2.0.0|es-module-lexer@1.7.0",
|
|
1537
|
+
"author": "Guy Bedford",
|
|
1538
|
+
"description": "Lexes ES modules returning their import/export metadata",
|
|
1498
1539
|
"licenses": [
|
|
1499
1540
|
{
|
|
1500
1541
|
"license": {
|
|
@@ -1503,50 +1544,931 @@
|
|
|
1503
1544
|
}
|
|
1504
1545
|
}
|
|
1505
1546
|
],
|
|
1506
|
-
"purl": "pkg:npm/
|
|
1547
|
+
"purl": "pkg:npm/es-module-lexer@1.7.0",
|
|
1507
1548
|
"externalReferences": [
|
|
1508
1549
|
{
|
|
1509
|
-
"url": "git+https://github.com/
|
|
1550
|
+
"url": "git+https://github.com/guybedford/es-module-lexer.git",
|
|
1510
1551
|
"type": "vcs",
|
|
1511
1552
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1512
1553
|
},
|
|
1513
1554
|
{
|
|
1514
|
-
"url": "https://github.com/
|
|
1555
|
+
"url": "https://github.com/guybedford/es-module-lexer#readme",
|
|
1515
1556
|
"type": "website",
|
|
1516
1557
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1517
1558
|
},
|
|
1518
1559
|
{
|
|
1519
|
-
"url": "https://github.com/
|
|
1560
|
+
"url": "https://github.com/guybedford/es-module-lexer/issues",
|
|
1520
1561
|
"type": "issue-tracker",
|
|
1521
1562
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1522
1563
|
},
|
|
1523
1564
|
{
|
|
1524
|
-
"url": "https://registry.npmjs.org/
|
|
1565
|
+
"url": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
|
|
1525
1566
|
"type": "distribution",
|
|
1526
1567
|
"hashes": [
|
|
1527
1568
|
{
|
|
1528
1569
|
"alg": "SHA-512",
|
|
1529
|
-
"content": "
|
|
1570
|
+
"content": "8c44280b093c8726f6019ce220e2e10eaa66e7edb0c39b8813a9643bfea370e0aeb1f93a2e1307a575df04b5d367b61dcadd23e15a1442feae18d61b756fa404"
|
|
1530
1571
|
}
|
|
1531
1572
|
],
|
|
1532
1573
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1533
1574
|
}
|
|
1534
1575
|
],
|
|
1535
1576
|
"properties": [
|
|
1577
|
+
{
|
|
1578
|
+
"name": "cdx:npm:package:development",
|
|
1579
|
+
"value": "true"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "cdx:npm:package:path",
|
|
1583
|
+
"value": "node_modules/es-module-lexer"
|
|
1584
|
+
}
|
|
1585
|
+
]
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"type": "library",
|
|
1589
|
+
"name": "expect-type",
|
|
1590
|
+
"version": "1.3.0",
|
|
1591
|
+
"bom-ref": "beth-copilot@2.0.0|expect-type@1.3.0",
|
|
1592
|
+
"licenses": [
|
|
1593
|
+
{
|
|
1594
|
+
"license": {
|
|
1595
|
+
"id": "Apache-2.0",
|
|
1596
|
+
"acknowledgement": "declared"
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
],
|
|
1600
|
+
"purl": "pkg:npm/expect-type@1.3.0",
|
|
1601
|
+
"externalReferences": [
|
|
1602
|
+
{
|
|
1603
|
+
"url": "git+https://github.com/mmkal/expect-type.git",
|
|
1604
|
+
"type": "vcs",
|
|
1605
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"url": "https://github.com/mmkal/expect-type#readme",
|
|
1609
|
+
"type": "website",
|
|
1610
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"url": "https://github.com/mmkal/expect-type/issues",
|
|
1614
|
+
"type": "issue-tracker",
|
|
1615
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"url": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
|
|
1619
|
+
"type": "distribution",
|
|
1620
|
+
"hashes": [
|
|
1621
|
+
{
|
|
1622
|
+
"alg": "SHA-512",
|
|
1623
|
+
"content": "927bf279ab9886a8ce62f43ae8cce748cb3cdf0987ac2c9c34437a028fb601e6047f150892e895c5d11ad6a94610f2be59ede7d131e20dc8984ac09c816fc3a0"
|
|
1624
|
+
}
|
|
1625
|
+
],
|
|
1626
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1627
|
+
}
|
|
1628
|
+
],
|
|
1629
|
+
"properties": [
|
|
1630
|
+
{
|
|
1631
|
+
"name": "cdx:npm:package:development",
|
|
1632
|
+
"value": "true"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "cdx:npm:package:path",
|
|
1636
|
+
"value": "node_modules/expect-type"
|
|
1637
|
+
}
|
|
1638
|
+
]
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"type": "library",
|
|
1642
|
+
"name": "magic-string",
|
|
1643
|
+
"version": "0.30.21",
|
|
1644
|
+
"bom-ref": "beth-copilot@2.0.0|magic-string@0.30.21",
|
|
1645
|
+
"author": "Rich Harris",
|
|
1646
|
+
"description": "Modify strings, generate sourcemaps",
|
|
1647
|
+
"licenses": [
|
|
1648
|
+
{
|
|
1649
|
+
"license": {
|
|
1650
|
+
"id": "MIT",
|
|
1651
|
+
"acknowledgement": "declared"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"purl": "pkg:npm/magic-string@0.30.21",
|
|
1656
|
+
"externalReferences": [
|
|
1657
|
+
{
|
|
1658
|
+
"url": "git+https://github.com/Rich-Harris/magic-string.git",
|
|
1659
|
+
"type": "vcs",
|
|
1660
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"url": "https://github.com/Rich-Harris/magic-string#readme",
|
|
1664
|
+
"type": "website",
|
|
1665
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"url": "https://github.com/Rich-Harris/magic-string/issues",
|
|
1669
|
+
"type": "issue-tracker",
|
|
1670
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"url": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
1674
|
+
"type": "distribution",
|
|
1675
|
+
"hashes": [
|
|
1676
|
+
{
|
|
1677
|
+
"alg": "SHA-512",
|
|
1678
|
+
"content": "bddd85e1853211728670b1e8abe4c4c828f1b9e49e1e7171cb28cda7cd328345d5e2f5219c37abfe5bef96a33f6ab0796d740de4adbfde88a7c82472c7c4f609"
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
"properties": [
|
|
1685
|
+
{
|
|
1686
|
+
"name": "cdx:npm:package:development",
|
|
1687
|
+
"value": "true"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "cdx:npm:package:path",
|
|
1691
|
+
"value": "node_modules/magic-string"
|
|
1692
|
+
}
|
|
1693
|
+
]
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"type": "library",
|
|
1697
|
+
"name": "pathe",
|
|
1698
|
+
"version": "2.0.3",
|
|
1699
|
+
"bom-ref": "beth-copilot@2.0.0|pathe@2.0.3",
|
|
1700
|
+
"description": "Universal filesystem path utils",
|
|
1701
|
+
"licenses": [
|
|
1702
|
+
{
|
|
1703
|
+
"license": {
|
|
1704
|
+
"id": "MIT",
|
|
1705
|
+
"acknowledgement": "declared"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
],
|
|
1709
|
+
"purl": "pkg:npm/pathe@2.0.3",
|
|
1710
|
+
"externalReferences": [
|
|
1711
|
+
{
|
|
1712
|
+
"url": "git+https://github.com/unjs/pathe.git",
|
|
1713
|
+
"type": "vcs",
|
|
1714
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"url": "https://github.com/unjs/pathe#readme",
|
|
1718
|
+
"type": "website",
|
|
1719
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"url": "https://github.com/unjs/pathe/issues",
|
|
1723
|
+
"type": "issue-tracker",
|
|
1724
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"url": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
1728
|
+
"type": "distribution",
|
|
1729
|
+
"hashes": [
|
|
1730
|
+
{
|
|
1731
|
+
"alg": "SHA-512",
|
|
1732
|
+
"content": "5948c6700a8fd6041a72841ef8e049b0503b2dde03c97b9422367971cef970b1ef27b76d36c4ee8298712000f0b294be02b68051e3c22ab495b4f2c58ff17cf3"
|
|
1733
|
+
}
|
|
1734
|
+
],
|
|
1735
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1736
|
+
}
|
|
1737
|
+
],
|
|
1738
|
+
"properties": [
|
|
1739
|
+
{
|
|
1740
|
+
"name": "cdx:npm:package:development",
|
|
1741
|
+
"value": "true"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "cdx:npm:package:path",
|
|
1745
|
+
"value": "node_modules/pathe"
|
|
1746
|
+
}
|
|
1747
|
+
]
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"type": "library",
|
|
1751
|
+
"name": "picomatch",
|
|
1752
|
+
"version": "4.0.3",
|
|
1753
|
+
"bom-ref": "beth-copilot@2.0.0|picomatch@4.0.3",
|
|
1754
|
+
"author": "Jon Schlinkert",
|
|
1755
|
+
"description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
|
|
1756
|
+
"licenses": [
|
|
1757
|
+
{
|
|
1758
|
+
"license": {
|
|
1759
|
+
"id": "MIT",
|
|
1760
|
+
"acknowledgement": "declared"
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
],
|
|
1764
|
+
"purl": "pkg:npm/picomatch@4.0.3",
|
|
1765
|
+
"externalReferences": [
|
|
1766
|
+
{
|
|
1767
|
+
"url": "git+https://github.com/micromatch/picomatch.git",
|
|
1768
|
+
"type": "vcs",
|
|
1769
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"url": "https://github.com/micromatch/picomatch",
|
|
1773
|
+
"type": "website",
|
|
1774
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"url": "https://github.com/micromatch/picomatch/issues",
|
|
1778
|
+
"type": "issue-tracker",
|
|
1779
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"url": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
1783
|
+
"type": "distribution",
|
|
1784
|
+
"hashes": [
|
|
1785
|
+
{
|
|
1786
|
+
"alg": "SHA-512",
|
|
1787
|
+
"content": "e604e680463fb2a2ba8055cb22c40d1f5f6559be1e6cf0cb03849d2cfeddb169085c75a51baea83ee56f5d21853e9a58673f190d9ab475862b6c77c109551bd5"
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1791
|
+
}
|
|
1792
|
+
],
|
|
1793
|
+
"properties": [
|
|
1794
|
+
{
|
|
1795
|
+
"name": "cdx:npm:package:development",
|
|
1796
|
+
"value": "true"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "cdx:npm:package:path",
|
|
1800
|
+
"value": "node_modules/picomatch"
|
|
1801
|
+
}
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"type": "library",
|
|
1806
|
+
"name": "tinybench",
|
|
1807
|
+
"version": "2.9.0",
|
|
1808
|
+
"bom-ref": "beth-copilot@2.0.0|tinybench@2.9.0",
|
|
1809
|
+
"licenses": [
|
|
1810
|
+
{
|
|
1811
|
+
"license": {
|
|
1812
|
+
"id": "MIT",
|
|
1813
|
+
"acknowledgement": "declared"
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
],
|
|
1817
|
+
"purl": "pkg:npm/tinybench@2.9.0",
|
|
1818
|
+
"externalReferences": [
|
|
1819
|
+
{
|
|
1820
|
+
"url": "git+https://github.com/tinylibs/tinybench.git",
|
|
1821
|
+
"type": "vcs",
|
|
1822
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"url": "https://github.com/tinylibs/tinybench#readme",
|
|
1826
|
+
"type": "website",
|
|
1827
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"url": "https://github.com/tinylibs/tinybench/issues",
|
|
1831
|
+
"type": "issue-tracker",
|
|
1832
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"url": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
1836
|
+
"type": "distribution",
|
|
1837
|
+
"hashes": [
|
|
1838
|
+
{
|
|
1839
|
+
"alg": "SHA-512",
|
|
1840
|
+
"content": "d3e0d4bea58c55a94b9a16ba96be240fc88030ad47cd5d3f68a9c2b566fdbfdeb8d539cffcc15becf7366f1a314234d7004aebc9756050e7efd98a8d965a867a"
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1844
|
+
}
|
|
1845
|
+
],
|
|
1846
|
+
"properties": [
|
|
1847
|
+
{
|
|
1848
|
+
"name": "cdx:npm:package:development",
|
|
1849
|
+
"value": "true"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"name": "cdx:npm:package:path",
|
|
1853
|
+
"value": "node_modules/tinybench"
|
|
1854
|
+
}
|
|
1855
|
+
]
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"type": "library",
|
|
1859
|
+
"name": "tinyexec",
|
|
1860
|
+
"version": "1.0.2",
|
|
1861
|
+
"bom-ref": "beth-copilot@2.0.0|tinyexec@1.0.2",
|
|
1862
|
+
"author": "James Garbutt",
|
|
1863
|
+
"description": "A minimal library for executing processes in Node",
|
|
1864
|
+
"licenses": [
|
|
1865
|
+
{
|
|
1866
|
+
"license": {
|
|
1867
|
+
"id": "MIT",
|
|
1868
|
+
"acknowledgement": "declared"
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
],
|
|
1872
|
+
"purl": "pkg:npm/tinyexec@1.0.2",
|
|
1873
|
+
"externalReferences": [
|
|
1874
|
+
{
|
|
1875
|
+
"url": "git+https://github.com/tinylibs/tinyexec.git",
|
|
1876
|
+
"type": "vcs",
|
|
1877
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"url": "https://github.com/tinylibs/tinyexec#readme",
|
|
1881
|
+
"type": "website",
|
|
1882
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"url": "https://github.com/tinylibs/tinyexec/issues",
|
|
1886
|
+
"type": "issue-tracker",
|
|
1887
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"url": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz",
|
|
1891
|
+
"type": "distribution",
|
|
1892
|
+
"hashes": [
|
|
1893
|
+
{
|
|
1894
|
+
"alg": "SHA-512",
|
|
1895
|
+
"content": "5bf29893e3458649ac629b87ab92729278223829f17952fcbfc7459eac520fca8411d45f5e4d520cce89ccda9c1116dc1988fdb4cac3401615f5c8e09ee9c522"
|
|
1896
|
+
}
|
|
1897
|
+
],
|
|
1898
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1899
|
+
}
|
|
1900
|
+
],
|
|
1901
|
+
"properties": [
|
|
1902
|
+
{
|
|
1903
|
+
"name": "cdx:npm:package:development",
|
|
1904
|
+
"value": "true"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"name": "cdx:npm:package:path",
|
|
1908
|
+
"value": "node_modules/tinyexec"
|
|
1909
|
+
}
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"type": "library",
|
|
1914
|
+
"name": "tinyglobby",
|
|
1915
|
+
"version": "0.2.15",
|
|
1916
|
+
"bom-ref": "beth-copilot@2.0.0|tinyglobby@0.2.15",
|
|
1917
|
+
"author": "Superchupu",
|
|
1918
|
+
"description": "A fast and minimal alternative to globby and fast-glob",
|
|
1919
|
+
"licenses": [
|
|
1920
|
+
{
|
|
1921
|
+
"license": {
|
|
1922
|
+
"id": "MIT",
|
|
1923
|
+
"acknowledgement": "declared"
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
],
|
|
1927
|
+
"purl": "pkg:npm/tinyglobby@0.2.15",
|
|
1928
|
+
"externalReferences": [
|
|
1929
|
+
{
|
|
1930
|
+
"url": "git+https://github.com/SuperchupuDev/tinyglobby.git",
|
|
1931
|
+
"type": "vcs",
|
|
1932
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"url": "https://superchupu.dev/tinyglobby",
|
|
1936
|
+
"type": "website",
|
|
1937
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"url": "https://github.com/SuperchupuDev/tinyglobby/issues",
|
|
1941
|
+
"type": "issue-tracker",
|
|
1942
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"url": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
1946
|
+
"type": "distribution",
|
|
1947
|
+
"hashes": [
|
|
1948
|
+
{
|
|
1949
|
+
"alg": "SHA-512",
|
|
1950
|
+
"content": "8f666ae0dc90606e573124f871bb34d8093c88951dc513345c8e50cb15ee64ecca3883665aeae9dec997bb7cb9c03709ae9b70a528e05c7cc8431474a265e58d"
|
|
1951
|
+
}
|
|
1952
|
+
],
|
|
1953
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"properties": [
|
|
1957
|
+
{
|
|
1958
|
+
"name": "cdx:npm:package:development",
|
|
1959
|
+
"value": "true"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "cdx:npm:package:path",
|
|
1963
|
+
"value": "node_modules/tinyglobby"
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"type": "library",
|
|
1969
|
+
"name": "vite",
|
|
1970
|
+
"version": "7.3.1",
|
|
1971
|
+
"bom-ref": "beth-copilot@2.0.0|vite@7.3.1",
|
|
1972
|
+
"author": "Evan You",
|
|
1973
|
+
"description": "Native-ESM powered web dev build tool",
|
|
1974
|
+
"licenses": [
|
|
1975
|
+
{
|
|
1976
|
+
"license": {
|
|
1977
|
+
"id": "MIT",
|
|
1978
|
+
"acknowledgement": "declared"
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
],
|
|
1982
|
+
"purl": "pkg:npm/vite@7.3.1",
|
|
1983
|
+
"externalReferences": [
|
|
1984
|
+
{
|
|
1985
|
+
"url": "git+https://github.com/vitejs/vite.git#packages/vite",
|
|
1986
|
+
"type": "vcs",
|
|
1987
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"url": "https://vite.dev",
|
|
1991
|
+
"type": "website",
|
|
1992
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"url": "https://github.com/vitejs/vite/issues",
|
|
1996
|
+
"type": "issue-tracker",
|
|
1997
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"url": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
|
|
2001
|
+
"type": "distribution",
|
|
2002
|
+
"hashes": [
|
|
2003
|
+
{
|
|
2004
|
+
"alg": "SHA-512",
|
|
2005
|
+
"content": "c3e37b1e27e97378118d9eb7bd8057039e9dbef46535645ccd376608105af82a2d53300f7f96fb60c74c47ff024287981392d7dd6e308fa4584e0a279b56fd0c"
|
|
2006
|
+
}
|
|
2007
|
+
],
|
|
2008
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2009
|
+
}
|
|
2010
|
+
],
|
|
2011
|
+
"properties": [
|
|
2012
|
+
{
|
|
2013
|
+
"name": "cdx:npm:package:development",
|
|
2014
|
+
"value": "true"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "cdx:npm:package:path",
|
|
2018
|
+
"value": "node_modules/vite"
|
|
2019
|
+
}
|
|
2020
|
+
]
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"type": "library",
|
|
2024
|
+
"name": "why-is-node-running",
|
|
2025
|
+
"version": "2.3.0",
|
|
2026
|
+
"bom-ref": "beth-copilot@2.0.0|why-is-node-running@2.3.0",
|
|
2027
|
+
"author": "Mathias Buus",
|
|
2028
|
+
"description": "Node is running but you don't know why? why-is-node-running is here to help you.",
|
|
2029
|
+
"licenses": [
|
|
2030
|
+
{
|
|
2031
|
+
"license": {
|
|
2032
|
+
"id": "MIT",
|
|
2033
|
+
"acknowledgement": "declared"
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
],
|
|
2037
|
+
"purl": "pkg:npm/why-is-node-running@2.3.0",
|
|
2038
|
+
"externalReferences": [
|
|
2039
|
+
{
|
|
2040
|
+
"url": "git+https://github.com/mafintosh/why-is-node-running.git",
|
|
2041
|
+
"type": "vcs",
|
|
2042
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"url": "https://github.com/mafintosh/why-is-node-running",
|
|
2046
|
+
"type": "website",
|
|
2047
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"url": "https://github.com/mafintosh/why-is-node-running/issues",
|
|
2051
|
+
"type": "issue-tracker",
|
|
2052
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"url": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
2056
|
+
"type": "distribution",
|
|
2057
|
+
"hashes": [
|
|
2058
|
+
{
|
|
2059
|
+
"alg": "SHA-512",
|
|
2060
|
+
"content": "854ae669605d543731bd8aa7ca1d3dcee9cacd13968db65388dcbc741123912ede8440d089b5c9ed7be59ad6f0b9372552223237e0b25d00f8566928f1f366f3"
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
2066
|
+
"properties": [
|
|
2067
|
+
{
|
|
2068
|
+
"name": "cdx:npm:package:development",
|
|
2069
|
+
"value": "true"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "cdx:npm:package:path",
|
|
2073
|
+
"value": "node_modules/why-is-node-running"
|
|
2074
|
+
}
|
|
2075
|
+
]
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"type": "library",
|
|
2079
|
+
"name": "trace-mapping",
|
|
2080
|
+
"group": "@jridgewell",
|
|
2081
|
+
"version": "0.3.31",
|
|
2082
|
+
"bom-ref": "beth-copilot@2.0.0|@jridgewell/trace-mapping@0.3.31",
|
|
2083
|
+
"author": "Justin Ridgewell",
|
|
2084
|
+
"description": "Trace the original position through a source map",
|
|
2085
|
+
"licenses": [
|
|
2086
|
+
{
|
|
2087
|
+
"license": {
|
|
2088
|
+
"id": "MIT",
|
|
2089
|
+
"acknowledgement": "declared"
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2092
|
+
],
|
|
2093
|
+
"purl": "pkg:npm/%40jridgewell/trace-mapping@0.3.31",
|
|
2094
|
+
"externalReferences": [
|
|
2095
|
+
{
|
|
2096
|
+
"url": "git+https://github.com/jridgewell/sourcemaps.git#packages/trace-mapping",
|
|
2097
|
+
"type": "vcs",
|
|
2098
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/trace-mapping",
|
|
2102
|
+
"type": "website",
|
|
2103
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"url": "https://github.com/jridgewell/sourcemaps/issues",
|
|
2107
|
+
"type": "issue-tracker",
|
|
2108
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"url": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
2112
|
+
"type": "distribution",
|
|
2113
|
+
"hashes": [
|
|
2114
|
+
{
|
|
2115
|
+
"alg": "SHA-512",
|
|
2116
|
+
"content": "cf3351f9275048327373c8e869e3fc410a0242bf0db98c76748232b65d507811191c9f6e5ba85e6ecad881bcfc849c1441aa374d608cb667d5f0dbb5b7038b03"
|
|
2117
|
+
}
|
|
2118
|
+
],
|
|
2119
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"properties": [
|
|
2123
|
+
{
|
|
2124
|
+
"name": "cdx:npm:package:development",
|
|
2125
|
+
"value": "true"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"name": "cdx:npm:package:path",
|
|
2129
|
+
"value": "node_modules/@jridgewell/trace-mapping"
|
|
2130
|
+
}
|
|
2131
|
+
]
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"type": "library",
|
|
2135
|
+
"name": "estree-walker",
|
|
2136
|
+
"version": "3.0.3",
|
|
2137
|
+
"bom-ref": "beth-copilot@2.0.0|estree-walker@3.0.3",
|
|
2138
|
+
"author": "Rich Harris",
|
|
2139
|
+
"description": "Traverse an ESTree-compliant AST",
|
|
2140
|
+
"licenses": [
|
|
2141
|
+
{
|
|
2142
|
+
"license": {
|
|
2143
|
+
"id": "MIT",
|
|
2144
|
+
"acknowledgement": "declared"
|
|
2145
|
+
}
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
2148
|
+
"purl": "pkg:npm/estree-walker@3.0.3",
|
|
2149
|
+
"externalReferences": [
|
|
2150
|
+
{
|
|
2151
|
+
"url": "git+https://github.com/Rich-Harris/estree-walker.git",
|
|
2152
|
+
"type": "vcs",
|
|
2153
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"url": "https://github.com/Rich-Harris/estree-walker#readme",
|
|
2157
|
+
"type": "website",
|
|
2158
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"url": "https://github.com/Rich-Harris/estree-walker/issues",
|
|
2162
|
+
"type": "issue-tracker",
|
|
2163
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"url": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
2167
|
+
"type": "distribution",
|
|
2168
|
+
"hashes": [
|
|
2169
|
+
{
|
|
2170
|
+
"alg": "SHA-512",
|
|
2171
|
+
"content": "ed150a7d781230c933b7a66e5e6a9aa4ebab2c63cf7e08fa97db9167b9511a896f934cb6ca871cdf92dd731282e4f419767d8332a8a8010d8da1672b4ca9a6ea"
|
|
2172
|
+
}
|
|
2173
|
+
],
|
|
2174
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
2177
|
+
"properties": [
|
|
2178
|
+
{
|
|
2179
|
+
"name": "cdx:npm:package:development",
|
|
2180
|
+
"value": "true"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"name": "cdx:npm:package:path",
|
|
2184
|
+
"value": "node_modules/estree-walker"
|
|
2185
|
+
}
|
|
2186
|
+
]
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"type": "library",
|
|
2190
|
+
"name": "js-tokens",
|
|
2191
|
+
"version": "10.0.0",
|
|
2192
|
+
"bom-ref": "beth-copilot@2.0.0|js-tokens@10.0.0",
|
|
2193
|
+
"author": "Simon Lydell",
|
|
2194
|
+
"description": "Tiny JavaScript tokenizer.",
|
|
2195
|
+
"licenses": [
|
|
2196
|
+
{
|
|
2197
|
+
"license": {
|
|
2198
|
+
"id": "MIT",
|
|
2199
|
+
"acknowledgement": "declared"
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
],
|
|
2203
|
+
"purl": "pkg:npm/js-tokens@10.0.0",
|
|
2204
|
+
"externalReferences": [
|
|
2205
|
+
{
|
|
2206
|
+
"url": "git+https://github.com/lydell/js-tokens.git",
|
|
2207
|
+
"type": "vcs",
|
|
2208
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"url": "https://github.com/lydell/js-tokens#readme",
|
|
2212
|
+
"type": "website",
|
|
2213
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"url": "https://github.com/lydell/js-tokens/issues",
|
|
2217
|
+
"type": "issue-tracker",
|
|
2218
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"url": "https://registry.npmjs.org/js-tokens/-/js-tokens-10.0.0.tgz",
|
|
2222
|
+
"type": "distribution",
|
|
2223
|
+
"hashes": [
|
|
2224
|
+
{
|
|
2225
|
+
"alg": "SHA-512",
|
|
2226
|
+
"content": "94cfd40734267c9468f400576cf59e9a2bdd096f15d86f051da1ddca941a232e76dec9d48e88345bbd5ac965d38e247e8b178cc951cdd977299d377f9623e0fd"
|
|
2227
|
+
}
|
|
2228
|
+
],
|
|
2229
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2230
|
+
}
|
|
2231
|
+
],
|
|
2232
|
+
"properties": [
|
|
2233
|
+
{
|
|
2234
|
+
"name": "cdx:npm:package:development",
|
|
2235
|
+
"value": "true"
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"name": "cdx:npm:package:path",
|
|
2239
|
+
"value": "node_modules/js-tokens"
|
|
2240
|
+
}
|
|
2241
|
+
]
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"type": "library",
|
|
2245
|
+
"name": "make-dir",
|
|
2246
|
+
"version": "4.0.0",
|
|
2247
|
+
"bom-ref": "beth-copilot@2.0.0|make-dir@4.0.0",
|
|
2248
|
+
"author": "Sindre Sorhus",
|
|
2249
|
+
"description": "Make a directory and its parents if needed - Think `mkdir -p`",
|
|
2250
|
+
"licenses": [
|
|
2251
|
+
{
|
|
2252
|
+
"license": {
|
|
2253
|
+
"id": "MIT",
|
|
2254
|
+
"acknowledgement": "declared"
|
|
2255
|
+
}
|
|
2256
|
+
}
|
|
2257
|
+
],
|
|
2258
|
+
"purl": "pkg:npm/make-dir@4.0.0",
|
|
2259
|
+
"externalReferences": [
|
|
2260
|
+
{
|
|
2261
|
+
"url": "git+https://github.com/sindresorhus/make-dir.git",
|
|
2262
|
+
"type": "vcs",
|
|
2263
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"url": "https://github.com/sindresorhus/make-dir#readme",
|
|
2267
|
+
"type": "website",
|
|
2268
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"url": "https://github.com/sindresorhus/make-dir/issues",
|
|
2272
|
+
"type": "issue-tracker",
|
|
2273
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"url": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
|
|
2277
|
+
"type": "distribution",
|
|
2278
|
+
"hashes": [
|
|
2279
|
+
{
|
|
2280
|
+
"alg": "SHA-512",
|
|
2281
|
+
"content": "8577544d960854eb75131fff8c0422fb04d9669529c018ffd10b0ecea7a06f7ac630c78989212ee712c79d87c1ad1578447dbe38248e3bde48b3fef1d562786f"
|
|
2282
|
+
}
|
|
2283
|
+
],
|
|
2284
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2285
|
+
}
|
|
2286
|
+
],
|
|
2287
|
+
"properties": [
|
|
2288
|
+
{
|
|
2289
|
+
"name": "cdx:npm:package:development",
|
|
2290
|
+
"value": "true"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "cdx:npm:package:path",
|
|
2294
|
+
"value": "node_modules/make-dir"
|
|
2295
|
+
}
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"type": "library",
|
|
2300
|
+
"name": "supports-color",
|
|
2301
|
+
"version": "7.2.0",
|
|
2302
|
+
"bom-ref": "beth-copilot@2.0.0|supports-color@7.2.0",
|
|
2303
|
+
"author": "Sindre Sorhus",
|
|
2304
|
+
"description": "Detect whether a terminal supports color",
|
|
2305
|
+
"licenses": [
|
|
2306
|
+
{
|
|
2307
|
+
"license": {
|
|
2308
|
+
"id": "MIT",
|
|
2309
|
+
"acknowledgement": "declared"
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
],
|
|
2313
|
+
"purl": "pkg:npm/supports-color@7.2.0",
|
|
2314
|
+
"externalReferences": [
|
|
2315
|
+
{
|
|
2316
|
+
"url": "git+https://github.com/chalk/supports-color.git",
|
|
2317
|
+
"type": "vcs",
|
|
2318
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"url": "https://github.com/chalk/supports-color#readme",
|
|
2322
|
+
"type": "website",
|
|
2323
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"url": "https://github.com/chalk/supports-color/issues",
|
|
2327
|
+
"type": "issue-tracker",
|
|
2328
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2332
|
+
"type": "distribution",
|
|
2333
|
+
"hashes": [
|
|
2334
|
+
{
|
|
2335
|
+
"alg": "SHA-512",
|
|
2336
|
+
"content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
|
|
2337
|
+
}
|
|
2338
|
+
],
|
|
2339
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2340
|
+
}
|
|
2341
|
+
],
|
|
2342
|
+
"properties": [
|
|
2343
|
+
{
|
|
2344
|
+
"name": "cdx:npm:package:development",
|
|
2345
|
+
"value": "true"
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"name": "cdx:npm:package:path",
|
|
2349
|
+
"value": "node_modules/supports-color"
|
|
2350
|
+
}
|
|
2351
|
+
]
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"type": "library",
|
|
2355
|
+
"name": "html-escaper",
|
|
2356
|
+
"version": "2.0.2",
|
|
2357
|
+
"bom-ref": "beth-copilot@2.0.0|html-escaper@2.0.2",
|
|
2358
|
+
"author": "Andrea Giammarchi",
|
|
2359
|
+
"description": "fast and safe way to escape and unescape &<>'\" chars",
|
|
2360
|
+
"licenses": [
|
|
2361
|
+
{
|
|
2362
|
+
"license": {
|
|
2363
|
+
"id": "MIT",
|
|
2364
|
+
"acknowledgement": "declared"
|
|
2365
|
+
}
|
|
2366
|
+
}
|
|
2367
|
+
],
|
|
2368
|
+
"purl": "pkg:npm/html-escaper@2.0.2",
|
|
2369
|
+
"externalReferences": [
|
|
2370
|
+
{
|
|
2371
|
+
"url": "git+https://github.com/WebReflection/html-escaper.git",
|
|
2372
|
+
"type": "vcs",
|
|
2373
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"url": "https://github.com/WebReflection/html-escaper",
|
|
2377
|
+
"type": "website",
|
|
2378
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"url": "https://github.com/WebReflection/html-escaper/issues",
|
|
2382
|
+
"type": "issue-tracker",
|
|
2383
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"url": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
|
2387
|
+
"type": "distribution",
|
|
2388
|
+
"hashes": [
|
|
2389
|
+
{
|
|
2390
|
+
"alg": "SHA-512",
|
|
2391
|
+
"content": "1f688cb5dd08e0cb7979889aa517480e3a7e5f37a55d0d2d144e094bb605c057af5d73263a9f66c8dad4bc28340fac2cf22aa444f05f28781bc228354a694b7e"
|
|
2392
|
+
}
|
|
2393
|
+
],
|
|
2394
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2395
|
+
}
|
|
2396
|
+
],
|
|
2397
|
+
"properties": [
|
|
2398
|
+
{
|
|
2399
|
+
"name": "cdx:npm:package:development",
|
|
2400
|
+
"value": "true"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"name": "cdx:npm:package:path",
|
|
2404
|
+
"value": "node_modules/html-escaper"
|
|
2405
|
+
}
|
|
2406
|
+
]
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"type": "library",
|
|
2410
|
+
"name": "parser",
|
|
2411
|
+
"group": "@babel",
|
|
2412
|
+
"version": "7.29.0",
|
|
2413
|
+
"bom-ref": "beth-copilot@2.0.0|@babel/parser@7.29.0",
|
|
2414
|
+
"author": "The Babel Team",
|
|
2415
|
+
"description": "A JavaScript parser",
|
|
2416
|
+
"licenses": [
|
|
2417
|
+
{
|
|
2418
|
+
"license": {
|
|
2419
|
+
"id": "MIT",
|
|
2420
|
+
"acknowledgement": "declared"
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2423
|
+
],
|
|
2424
|
+
"purl": "pkg:npm/%40babel/parser@7.29.0",
|
|
2425
|
+
"externalReferences": [
|
|
2426
|
+
{
|
|
2427
|
+
"url": "git+https://github.com/babel/babel.git#packages/babel-parser",
|
|
2428
|
+
"type": "vcs",
|
|
2429
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"url": "https://babel.dev/docs/en/next/babel-parser",
|
|
2433
|
+
"type": "website",
|
|
2434
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen",
|
|
2438
|
+
"type": "issue-tracker",
|
|
2439
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"url": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
2443
|
+
"type": "distribution",
|
|
2444
|
+
"hashes": [
|
|
2445
|
+
{
|
|
2446
|
+
"alg": "SHA-512",
|
|
2447
|
+
"content": "2320e0155e467835155f861d17fdc23d42ed5464975cc2e1d7154881d0a0c40a64b6a9d0574afbffc36ab6183ef182c6680b5dc88968daa21d66b6c2bf8fbbc3"
|
|
2448
|
+
}
|
|
2449
|
+
],
|
|
2450
|
+
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2451
|
+
}
|
|
2452
|
+
],
|
|
2453
|
+
"properties": [
|
|
2454
|
+
{
|
|
2455
|
+
"name": "cdx:npm:package:development",
|
|
2456
|
+
"value": "true"
|
|
2457
|
+
},
|
|
1536
2458
|
{
|
|
1537
2459
|
"name": "cdx:npm:package:path",
|
|
1538
|
-
"value": "node_modules/
|
|
2460
|
+
"value": "node_modules/@babel/parser"
|
|
1539
2461
|
}
|
|
1540
2462
|
]
|
|
1541
2463
|
},
|
|
1542
2464
|
{
|
|
1543
2465
|
"type": "library",
|
|
1544
|
-
"name": "
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
2466
|
+
"name": "types",
|
|
2467
|
+
"group": "@babel",
|
|
2468
|
+
"version": "7.29.0",
|
|
2469
|
+
"bom-ref": "beth-copilot@2.0.0|@babel/types@7.29.0",
|
|
2470
|
+
"author": "The Babel Team",
|
|
2471
|
+
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
|
1550
2472
|
"licenses": [
|
|
1551
2473
|
{
|
|
1552
2474
|
"license": {
|
|
@@ -1555,91 +2477,98 @@
|
|
|
1555
2477
|
}
|
|
1556
2478
|
}
|
|
1557
2479
|
],
|
|
1558
|
-
"purl": "pkg:npm/
|
|
2480
|
+
"purl": "pkg:npm/%40babel/types@7.29.0",
|
|
1559
2481
|
"externalReferences": [
|
|
1560
2482
|
{
|
|
1561
|
-
"url": "git+https://github.com/
|
|
2483
|
+
"url": "git+https://github.com/babel/babel.git#packages/babel-types",
|
|
1562
2484
|
"type": "vcs",
|
|
1563
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2485
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1564
2486
|
},
|
|
1565
2487
|
{
|
|
1566
|
-
"url": "https://
|
|
2488
|
+
"url": "https://babel.dev/docs/en/next/babel-types",
|
|
1567
2489
|
"type": "website",
|
|
1568
2490
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1569
2491
|
},
|
|
1570
2492
|
{
|
|
1571
|
-
"url": "https://github.com/
|
|
2493
|
+
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen",
|
|
1572
2494
|
"type": "issue-tracker",
|
|
1573
2495
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1574
2496
|
},
|
|
1575
2497
|
{
|
|
1576
|
-
"url": "https://registry.npmjs.org/
|
|
2498
|
+
"url": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
1577
2499
|
"type": "distribution",
|
|
1578
2500
|
"hashes": [
|
|
1579
2501
|
{
|
|
1580
2502
|
"alg": "SHA-512",
|
|
1581
|
-
"content": "
|
|
2503
|
+
"content": "2f07591e949c338433f17c3688a4b34be71f825673246be87d0202cbb5bbbf871aaeee046809b252e3ba046adbc90da6615d755b453c8f998185dd7875ddc1d0"
|
|
1582
2504
|
}
|
|
1583
2505
|
],
|
|
1584
2506
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1585
2507
|
}
|
|
1586
2508
|
],
|
|
1587
2509
|
"properties": [
|
|
2510
|
+
{
|
|
2511
|
+
"name": "cdx:npm:package:development",
|
|
2512
|
+
"value": "true"
|
|
2513
|
+
},
|
|
1588
2514
|
{
|
|
1589
2515
|
"name": "cdx:npm:package:path",
|
|
1590
|
-
"value": "node_modules/
|
|
2516
|
+
"value": "node_modules/@babel/types"
|
|
1591
2517
|
}
|
|
1592
2518
|
]
|
|
1593
2519
|
},
|
|
1594
2520
|
{
|
|
1595
2521
|
"type": "library",
|
|
1596
|
-
"name": "
|
|
1597
|
-
"version": "
|
|
1598
|
-
"bom-ref": "beth-copilot@
|
|
1599
|
-
"author": "
|
|
1600
|
-
"description": "
|
|
1601
|
-
"scope": "optional",
|
|
2522
|
+
"name": "source-map-js",
|
|
2523
|
+
"version": "1.2.1",
|
|
2524
|
+
"bom-ref": "beth-copilot@2.0.0|source-map-js@1.2.1",
|
|
2525
|
+
"author": "Valentin 7rulnik Semirulnik",
|
|
2526
|
+
"description": "Generates and consumes source maps",
|
|
1602
2527
|
"licenses": [
|
|
1603
2528
|
{
|
|
1604
2529
|
"license": {
|
|
1605
|
-
"id": "
|
|
2530
|
+
"id": "BSD-3-Clause",
|
|
1606
2531
|
"acknowledgement": "declared"
|
|
1607
2532
|
}
|
|
1608
2533
|
}
|
|
1609
2534
|
],
|
|
1610
|
-
"purl": "pkg:npm/
|
|
2535
|
+
"purl": "pkg:npm/source-map-js@1.2.1",
|
|
1611
2536
|
"externalReferences": [
|
|
1612
2537
|
{
|
|
1613
|
-
"url": "git+https://github.com/
|
|
2538
|
+
"url": "git+https://github.com/7rulnik/source-map-js.git",
|
|
1614
2539
|
"type": "vcs",
|
|
1615
2540
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1616
2541
|
},
|
|
1617
2542
|
{
|
|
1618
|
-
"url": "https://github.com/
|
|
2543
|
+
"url": "https://github.com/7rulnik/source-map-js",
|
|
1619
2544
|
"type": "website",
|
|
1620
2545
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1621
2546
|
},
|
|
1622
2547
|
{
|
|
1623
|
-
"url": "https://github.com/
|
|
2548
|
+
"url": "https://github.com/7rulnik/source-map-js/issues",
|
|
1624
2549
|
"type": "issue-tracker",
|
|
1625
2550
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1626
2551
|
},
|
|
1627
2552
|
{
|
|
1628
|
-
"url": "https://registry.npmjs.org/
|
|
2553
|
+
"url": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
1629
2554
|
"type": "distribution",
|
|
1630
2555
|
"hashes": [
|
|
1631
2556
|
{
|
|
1632
2557
|
"alg": "SHA-512",
|
|
1633
|
-
"content": "
|
|
2558
|
+
"content": "51758c2a12cec1529bef6f0852d40f5f17d853ebac7726ed52b2bff2e184f0240cbeb84ea70bf30c1c23d108522fb31073bbc8b084811bc550f3e203431a5f40"
|
|
1634
2559
|
}
|
|
1635
2560
|
],
|
|
1636
2561
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1637
2562
|
}
|
|
1638
2563
|
],
|
|
1639
2564
|
"properties": [
|
|
2565
|
+
{
|
|
2566
|
+
"name": "cdx:npm:package:development",
|
|
2567
|
+
"value": "true"
|
|
2568
|
+
},
|
|
1640
2569
|
{
|
|
1641
2570
|
"name": "cdx:npm:package:path",
|
|
1642
|
-
"value": "node_modules/
|
|
2571
|
+
"value": "node_modules/source-map-js"
|
|
1643
2572
|
}
|
|
1644
2573
|
]
|
|
1645
2574
|
},
|
|
@@ -1647,7 +2576,7 @@
|
|
|
1647
2576
|
"type": "library",
|
|
1648
2577
|
"name": "argparse",
|
|
1649
2578
|
"version": "1.0.10",
|
|
1650
|
-
"bom-ref": "beth-copilot@
|
|
2579
|
+
"bom-ref": "beth-copilot@2.0.0|argparse@1.0.10",
|
|
1651
2580
|
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
|
|
1652
2581
|
"licenses": [
|
|
1653
2582
|
{
|
|
@@ -1697,7 +2626,7 @@
|
|
|
1697
2626
|
"type": "library",
|
|
1698
2627
|
"name": "esprima",
|
|
1699
2628
|
"version": "4.0.1",
|
|
1700
|
-
"bom-ref": "beth-copilot@
|
|
2629
|
+
"bom-ref": "beth-copilot@2.0.0|esprima@4.0.1",
|
|
1701
2630
|
"author": "Ariya Hidayat",
|
|
1702
2631
|
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
|
|
1703
2632
|
"licenses": [
|
|
@@ -1748,7 +2677,7 @@
|
|
|
1748
2677
|
"type": "library",
|
|
1749
2678
|
"name": "extend-shallow",
|
|
1750
2679
|
"version": "2.0.1",
|
|
1751
|
-
"bom-ref": "beth-copilot@
|
|
2680
|
+
"bom-ref": "beth-copilot@2.0.0|extend-shallow@2.0.1",
|
|
1752
2681
|
"author": "Jon Schlinkert",
|
|
1753
2682
|
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
|
|
1754
2683
|
"licenses": [
|
|
@@ -1797,12 +2726,12 @@
|
|
|
1797
2726
|
},
|
|
1798
2727
|
{
|
|
1799
2728
|
"type": "library",
|
|
1800
|
-
"name": "
|
|
1801
|
-
"
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1805
|
-
"
|
|
2729
|
+
"name": "spec",
|
|
2730
|
+
"group": "@standard-schema",
|
|
2731
|
+
"version": "1.1.0",
|
|
2732
|
+
"bom-ref": "beth-copilot@2.0.0|@standard-schema/spec@1.1.0",
|
|
2733
|
+
"author": "Colin McDonnell",
|
|
2734
|
+
"description": "A family of specs for interoperable TypeScript",
|
|
1806
2735
|
"licenses": [
|
|
1807
2736
|
{
|
|
1808
2737
|
"license": {
|
|
@@ -1811,50 +2740,53 @@
|
|
|
1811
2740
|
}
|
|
1812
2741
|
}
|
|
1813
2742
|
],
|
|
1814
|
-
"purl": "pkg:npm/
|
|
2743
|
+
"purl": "pkg:npm/%40standard-schema/spec@1.1.0",
|
|
1815
2744
|
"externalReferences": [
|
|
1816
2745
|
{
|
|
1817
|
-
"url": "git+https://github.com/
|
|
2746
|
+
"url": "git+https://github.com/standard-schema/standard-schema.git",
|
|
1818
2747
|
"type": "vcs",
|
|
1819
|
-
"comment": "as detected from PackageJson property \"repository.url\"
|
|
2748
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1820
2749
|
},
|
|
1821
2750
|
{
|
|
1822
|
-
"url": "https://
|
|
2751
|
+
"url": "https://standardschema.dev",
|
|
1823
2752
|
"type": "website",
|
|
1824
2753
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1825
2754
|
},
|
|
1826
2755
|
{
|
|
1827
|
-
"url": "https://github.com/
|
|
2756
|
+
"url": "https://github.com/standard-schema/standard-schema/issues",
|
|
1828
2757
|
"type": "issue-tracker",
|
|
1829
2758
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1830
2759
|
},
|
|
1831
2760
|
{
|
|
1832
|
-
"url": "https://registry.npmjs.org/
|
|
2761
|
+
"url": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
|
1833
2762
|
"type": "distribution",
|
|
1834
2763
|
"hashes": [
|
|
1835
2764
|
{
|
|
1836
2765
|
"alg": "SHA-512",
|
|
1837
|
-
"content": "
|
|
2766
|
+
"content": "976685cb98c02e19e21b91e0aab0fa8d72e2feb516acabea37fa89c7aca826c80a85b95577e8aaa94e110976af9bf8cf8adc83a394c2bca327a632a73ab8b2d3"
|
|
1838
2767
|
}
|
|
1839
2768
|
],
|
|
1840
2769
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1841
2770
|
}
|
|
1842
2771
|
],
|
|
1843
2772
|
"properties": [
|
|
2773
|
+
{
|
|
2774
|
+
"name": "cdx:npm:package:development",
|
|
2775
|
+
"value": "true"
|
|
2776
|
+
},
|
|
1844
2777
|
{
|
|
1845
2778
|
"name": "cdx:npm:package:path",
|
|
1846
|
-
"value": "node_modules/
|
|
2779
|
+
"value": "node_modules/@standard-schema/spec"
|
|
1847
2780
|
}
|
|
1848
2781
|
]
|
|
1849
2782
|
},
|
|
1850
2783
|
{
|
|
1851
2784
|
"type": "library",
|
|
1852
|
-
"name": "
|
|
1853
|
-
"
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1856
|
-
"description": "
|
|
1857
|
-
"scope": "optional",
|
|
2785
|
+
"name": "chai",
|
|
2786
|
+
"group": "@types",
|
|
2787
|
+
"version": "5.2.3",
|
|
2788
|
+
"bom-ref": "beth-copilot@2.0.0|@types/chai@5.2.3",
|
|
2789
|
+
"description": "TypeScript definitions for chai",
|
|
1858
2790
|
"licenses": [
|
|
1859
2791
|
{
|
|
1860
2792
|
"license": {
|
|
@@ -1863,50 +2795,53 @@
|
|
|
1863
2795
|
}
|
|
1864
2796
|
}
|
|
1865
2797
|
],
|
|
1866
|
-
"purl": "pkg:npm/
|
|
2798
|
+
"purl": "pkg:npm/%40types/chai@5.2.3",
|
|
1867
2799
|
"externalReferences": [
|
|
1868
2800
|
{
|
|
1869
|
-
"url": "git+https://github.com/
|
|
2801
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/chai",
|
|
1870
2802
|
"type": "vcs",
|
|
1871
2803
|
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1872
2804
|
},
|
|
1873
2805
|
{
|
|
1874
|
-
"url": "https://github.com/
|
|
2806
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai",
|
|
1875
2807
|
"type": "website",
|
|
1876
2808
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1877
2809
|
},
|
|
1878
2810
|
{
|
|
1879
|
-
"url": "https://github.com/
|
|
2811
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
|
|
1880
2812
|
"type": "issue-tracker",
|
|
1881
2813
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1882
2814
|
},
|
|
1883
2815
|
{
|
|
1884
|
-
"url": "https://registry.npmjs.org/
|
|
2816
|
+
"url": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
1885
2817
|
"type": "distribution",
|
|
1886
2818
|
"hashes": [
|
|
1887
2819
|
{
|
|
1888
2820
|
"alg": "SHA-512",
|
|
1889
|
-
"content": "
|
|
2821
|
+
"content": "330e79f28780f5f15bbfae7fcb8987b570ecf5b3e714c6402ff8f174f154a4e1c72175fdd667201076d2e4b6a1afea7064547c03b19095e456788e9c1850b650"
|
|
1890
2822
|
}
|
|
1891
2823
|
],
|
|
1892
2824
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1893
2825
|
}
|
|
1894
2826
|
],
|
|
1895
2827
|
"properties": [
|
|
2828
|
+
{
|
|
2829
|
+
"name": "cdx:npm:package:development",
|
|
2830
|
+
"value": "true"
|
|
2831
|
+
},
|
|
1896
2832
|
{
|
|
1897
2833
|
"name": "cdx:npm:package:path",
|
|
1898
|
-
"value": "node_modules/
|
|
2834
|
+
"value": "node_modules/@types/chai"
|
|
1899
2835
|
}
|
|
1900
2836
|
]
|
|
1901
2837
|
},
|
|
1902
2838
|
{
|
|
1903
2839
|
"type": "library",
|
|
1904
|
-
"name": "
|
|
1905
|
-
"version": "
|
|
1906
|
-
"bom-ref": "beth-copilot@
|
|
1907
|
-
"author": "
|
|
1908
|
-
"description": "
|
|
1909
|
-
"scope": "optional",
|
|
2840
|
+
"name": "chai",
|
|
2841
|
+
"version": "6.2.2",
|
|
2842
|
+
"bom-ref": "beth-copilot@2.0.0|chai@6.2.2",
|
|
2843
|
+
"author": "Jake Luer",
|
|
2844
|
+
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
|
|
1910
2845
|
"licenses": [
|
|
1911
2846
|
{
|
|
1912
2847
|
"license": {
|
|
@@ -1915,50 +2850,54 @@
|
|
|
1915
2850
|
}
|
|
1916
2851
|
}
|
|
1917
2852
|
],
|
|
1918
|
-
"purl": "pkg:npm/
|
|
2853
|
+
"purl": "pkg:npm/chai@6.2.2",
|
|
1919
2854
|
"externalReferences": [
|
|
1920
2855
|
{
|
|
1921
|
-
"url": "git://github.com/
|
|
2856
|
+
"url": "git+https://github.com/chaijs/chai.git",
|
|
1922
2857
|
"type": "vcs",
|
|
1923
2858
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
1924
2859
|
},
|
|
1925
2860
|
{
|
|
1926
|
-
"url": "
|
|
2861
|
+
"url": "http://chaijs.com",
|
|
1927
2862
|
"type": "website",
|
|
1928
2863
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1929
2864
|
},
|
|
1930
2865
|
{
|
|
1931
|
-
"url": "https://github.com/
|
|
2866
|
+
"url": "https://github.com/chaijs/chai/issues",
|
|
1932
2867
|
"type": "issue-tracker",
|
|
1933
2868
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1934
2869
|
},
|
|
1935
2870
|
{
|
|
1936
|
-
"url": "https://registry.npmjs.org/
|
|
2871
|
+
"url": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
|
|
1937
2872
|
"type": "distribution",
|
|
1938
2873
|
"hashes": [
|
|
1939
2874
|
{
|
|
1940
2875
|
"alg": "SHA-512",
|
|
1941
|
-
"content": "
|
|
2876
|
+
"content": "3543d196e39f3a24ca04abd63ed483e0f845bd60aa3a2d01192b4d5ace7b5fd8eced7193a6b4a6168cf9174b56851e163e335e47d8d7a9d0bbfd4a522539e546"
|
|
1942
2877
|
}
|
|
1943
2878
|
],
|
|
1944
2879
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1945
2880
|
}
|
|
1946
2881
|
],
|
|
1947
2882
|
"properties": [
|
|
2883
|
+
{
|
|
2884
|
+
"name": "cdx:npm:package:development",
|
|
2885
|
+
"value": "true"
|
|
2886
|
+
},
|
|
1948
2887
|
{
|
|
1949
2888
|
"name": "cdx:npm:package:path",
|
|
1950
|
-
"value": "node_modules/
|
|
2889
|
+
"value": "node_modules/chai"
|
|
1951
2890
|
}
|
|
1952
2891
|
]
|
|
1953
2892
|
},
|
|
1954
2893
|
{
|
|
1955
2894
|
"type": "library",
|
|
1956
|
-
"name": "
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1959
|
-
"
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
2895
|
+
"name": "sourcemap-codec",
|
|
2896
|
+
"group": "@jridgewell",
|
|
2897
|
+
"version": "1.5.5",
|
|
2898
|
+
"bom-ref": "beth-copilot@2.0.0|@jridgewell/sourcemap-codec@1.5.5",
|
|
2899
|
+
"author": "Justin Ridgewell",
|
|
2900
|
+
"description": "Encode/decode sourcemap mappings",
|
|
1962
2901
|
"licenses": [
|
|
1963
2902
|
{
|
|
1964
2903
|
"license": {
|
|
@@ -1967,50 +2906,53 @@
|
|
|
1967
2906
|
}
|
|
1968
2907
|
}
|
|
1969
2908
|
],
|
|
1970
|
-
"purl": "pkg:npm/
|
|
2909
|
+
"purl": "pkg:npm/%40jridgewell/sourcemap-codec@1.5.5",
|
|
1971
2910
|
"externalReferences": [
|
|
1972
2911
|
{
|
|
1973
|
-
"url": "git+https://github.com/
|
|
2912
|
+
"url": "git+https://github.com/jridgewell/sourcemaps.git#packages/sourcemap-codec",
|
|
1974
2913
|
"type": "vcs",
|
|
1975
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2914
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
1976
2915
|
},
|
|
1977
2916
|
{
|
|
1978
|
-
"url": "https://
|
|
2917
|
+
"url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec",
|
|
1979
2918
|
"type": "website",
|
|
1980
2919
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
1981
2920
|
},
|
|
1982
2921
|
{
|
|
1983
|
-
"url": "https://github.com/
|
|
2922
|
+
"url": "https://github.com/jridgewell/sourcemaps/issues",
|
|
1984
2923
|
"type": "issue-tracker",
|
|
1985
2924
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
1986
2925
|
},
|
|
1987
2926
|
{
|
|
1988
|
-
"url": "https://registry.npmjs.org/
|
|
2927
|
+
"url": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
1989
2928
|
"type": "distribution",
|
|
1990
2929
|
"hashes": [
|
|
1991
2930
|
{
|
|
1992
2931
|
"alg": "SHA-512",
|
|
1993
|
-
"content": "
|
|
2932
|
+
"content": "71843ddf5d20aeac6e7966e5f96b885086a251a0dc8fb58eab97d58449633558117ce52163d7f2db34ef7e8a96b2779b87c4a5ef45527056c80af2672ca0743a"
|
|
1994
2933
|
}
|
|
1995
2934
|
],
|
|
1996
2935
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
1997
2936
|
}
|
|
1998
2937
|
],
|
|
1999
2938
|
"properties": [
|
|
2939
|
+
{
|
|
2940
|
+
"name": "cdx:npm:package:development",
|
|
2941
|
+
"value": "true"
|
|
2942
|
+
},
|
|
2000
2943
|
{
|
|
2001
2944
|
"name": "cdx:npm:package:path",
|
|
2002
|
-
"value": "node_modules/
|
|
2945
|
+
"value": "node_modules/@jridgewell/sourcemap-codec"
|
|
2003
2946
|
}
|
|
2004
2947
|
]
|
|
2005
2948
|
},
|
|
2006
2949
|
{
|
|
2007
2950
|
"type": "library",
|
|
2008
|
-
"name": "
|
|
2009
|
-
"version": "
|
|
2010
|
-
"bom-ref": "beth-copilot@
|
|
2011
|
-
"author": "
|
|
2012
|
-
"description": "The
|
|
2013
|
-
"scope": "optional",
|
|
2951
|
+
"name": "fdir",
|
|
2952
|
+
"version": "6.5.0",
|
|
2953
|
+
"bom-ref": "beth-copilot@2.0.0|fdir@6.5.0",
|
|
2954
|
+
"author": "thecodrr",
|
|
2955
|
+
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",
|
|
2014
2956
|
"licenses": [
|
|
2015
2957
|
{
|
|
2016
2958
|
"license": {
|
|
@@ -2019,50 +2961,52 @@
|
|
|
2019
2961
|
}
|
|
2020
2962
|
}
|
|
2021
2963
|
],
|
|
2022
|
-
"purl": "pkg:npm/
|
|
2964
|
+
"purl": "pkg:npm/fdir@6.5.0",
|
|
2023
2965
|
"externalReferences": [
|
|
2024
2966
|
{
|
|
2025
|
-
"url": "git+https://github.com/
|
|
2967
|
+
"url": "git+https://github.com/thecodrr/fdir.git",
|
|
2026
2968
|
"type": "vcs",
|
|
2027
2969
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2028
2970
|
},
|
|
2029
2971
|
{
|
|
2030
|
-
"url": "https://
|
|
2972
|
+
"url": "https://github.com/thecodrr/fdir#readme",
|
|
2031
2973
|
"type": "website",
|
|
2032
2974
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2033
2975
|
},
|
|
2034
2976
|
{
|
|
2035
|
-
"url": "https://github.com/
|
|
2977
|
+
"url": "https://github.com/thecodrr/fdir/issues",
|
|
2036
2978
|
"type": "issue-tracker",
|
|
2037
2979
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2038
2980
|
},
|
|
2039
2981
|
{
|
|
2040
|
-
"url": "https://registry.npmjs.org/
|
|
2982
|
+
"url": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
2041
2983
|
"type": "distribution",
|
|
2042
2984
|
"hashes": [
|
|
2043
2985
|
{
|
|
2044
2986
|
"alg": "SHA-512",
|
|
2045
|
-
"content": "
|
|
2987
|
+
"content": "b486d8b596ee70eb340511aa3c992c84951874bf920c7edd54cf208f2f84469dd60148cb105244fb4da46a7c87b708d63a7c2b298062c0098cd29e242c90275e"
|
|
2046
2988
|
}
|
|
2047
2989
|
],
|
|
2048
2990
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2049
2991
|
}
|
|
2050
2992
|
],
|
|
2051
2993
|
"properties": [
|
|
2994
|
+
{
|
|
2995
|
+
"name": "cdx:npm:package:development",
|
|
2996
|
+
"value": "true"
|
|
2997
|
+
},
|
|
2052
2998
|
{
|
|
2053
2999
|
"name": "cdx:npm:package:path",
|
|
2054
|
-
"value": "node_modules/
|
|
3000
|
+
"value": "node_modules/fdir"
|
|
2055
3001
|
}
|
|
2056
3002
|
]
|
|
2057
3003
|
},
|
|
2058
3004
|
{
|
|
2059
3005
|
"type": "library",
|
|
2060
|
-
"name": "
|
|
2061
|
-
"version": "
|
|
2062
|
-
"bom-ref": "beth-copilot@
|
|
2063
|
-
"
|
|
2064
|
-
"description": "The lodash method `_.isInteger` exported as a module.",
|
|
2065
|
-
"scope": "optional",
|
|
3006
|
+
"name": "esbuild",
|
|
3007
|
+
"version": "0.27.3",
|
|
3008
|
+
"bom-ref": "beth-copilot@2.0.0|esbuild@0.27.3",
|
|
3009
|
+
"description": "An extremely fast JavaScript and CSS bundler and minifier.",
|
|
2066
3010
|
"licenses": [
|
|
2067
3011
|
{
|
|
2068
3012
|
"license": {
|
|
@@ -2071,50 +3015,53 @@
|
|
|
2071
3015
|
}
|
|
2072
3016
|
}
|
|
2073
3017
|
],
|
|
2074
|
-
"purl": "pkg:npm/
|
|
3018
|
+
"purl": "pkg:npm/esbuild@0.27.3",
|
|
2075
3019
|
"externalReferences": [
|
|
2076
3020
|
{
|
|
2077
|
-
"url": "git+https://github.com/
|
|
3021
|
+
"url": "git+https://github.com/evanw/esbuild.git",
|
|
2078
3022
|
"type": "vcs",
|
|
2079
3023
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2080
3024
|
},
|
|
2081
3025
|
{
|
|
2082
|
-
"url": "https://
|
|
3026
|
+
"url": "https://github.com/evanw/esbuild#readme",
|
|
2083
3027
|
"type": "website",
|
|
2084
3028
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2085
3029
|
},
|
|
2086
3030
|
{
|
|
2087
|
-
"url": "https://github.com/
|
|
3031
|
+
"url": "https://github.com/evanw/esbuild/issues",
|
|
2088
3032
|
"type": "issue-tracker",
|
|
2089
3033
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2090
3034
|
},
|
|
2091
3035
|
{
|
|
2092
|
-
"url": "https://registry.npmjs.org/
|
|
3036
|
+
"url": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
|
|
2093
3037
|
"type": "distribution",
|
|
2094
3038
|
"hashes": [
|
|
2095
3039
|
{
|
|
2096
3040
|
"alg": "SHA-512",
|
|
2097
|
-
"content": "
|
|
3041
|
+
"content": "f15c0c9f218238d22ce9c5ae7b621da47c479c08f3c67c3666becc915c41daf8e64368afa8615be0b106dd2327bf419bd85fc6ff6c80f3351a88bd60cb00c20a"
|
|
2098
3042
|
}
|
|
2099
3043
|
],
|
|
2100
3044
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2101
3045
|
}
|
|
2102
3046
|
],
|
|
2103
3047
|
"properties": [
|
|
3048
|
+
{
|
|
3049
|
+
"name": "cdx:npm:package:development",
|
|
3050
|
+
"value": "true"
|
|
3051
|
+
},
|
|
2104
3052
|
{
|
|
2105
3053
|
"name": "cdx:npm:package:path",
|
|
2106
|
-
"value": "node_modules/
|
|
3054
|
+
"value": "node_modules/esbuild"
|
|
2107
3055
|
}
|
|
2108
3056
|
]
|
|
2109
3057
|
},
|
|
2110
3058
|
{
|
|
2111
3059
|
"type": "library",
|
|
2112
|
-
"name": "
|
|
2113
|
-
"version": "
|
|
2114
|
-
"bom-ref": "beth-copilot@
|
|
2115
|
-
"author": "
|
|
2116
|
-
"description": "
|
|
2117
|
-
"scope": "optional",
|
|
3060
|
+
"name": "postcss",
|
|
3061
|
+
"version": "8.5.8",
|
|
3062
|
+
"bom-ref": "beth-copilot@2.0.0|postcss@8.5.8",
|
|
3063
|
+
"author": "Andrey Sitnik",
|
|
3064
|
+
"description": "Tool for transforming styles with JS plugins",
|
|
2118
3065
|
"licenses": [
|
|
2119
3066
|
{
|
|
2120
3067
|
"license": {
|
|
@@ -2123,50 +3070,53 @@
|
|
|
2123
3070
|
}
|
|
2124
3071
|
}
|
|
2125
3072
|
],
|
|
2126
|
-
"purl": "pkg:npm/
|
|
3073
|
+
"purl": "pkg:npm/postcss@8.5.8",
|
|
2127
3074
|
"externalReferences": [
|
|
2128
3075
|
{
|
|
2129
|
-
"url": "git+https://github.com/
|
|
3076
|
+
"url": "git+https://github.com/postcss/postcss.git",
|
|
2130
3077
|
"type": "vcs",
|
|
2131
3078
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2132
3079
|
},
|
|
2133
3080
|
{
|
|
2134
|
-
"url": "https://
|
|
3081
|
+
"url": "https://postcss.org/",
|
|
2135
3082
|
"type": "website",
|
|
2136
3083
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2137
3084
|
},
|
|
2138
3085
|
{
|
|
2139
|
-
"url": "https://github.com/
|
|
3086
|
+
"url": "https://github.com/postcss/postcss/issues",
|
|
2140
3087
|
"type": "issue-tracker",
|
|
2141
3088
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2142
3089
|
},
|
|
2143
3090
|
{
|
|
2144
|
-
"url": "https://registry.npmjs.org/
|
|
3091
|
+
"url": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
2145
3092
|
"type": "distribution",
|
|
2146
3093
|
"hashes": [
|
|
2147
3094
|
{
|
|
2148
3095
|
"alg": "SHA-512",
|
|
2149
|
-
"content": "
|
|
3096
|
+
"content": "396feb5fc3bf8d79e6f36132d64e38a4e6cfb5d6e57e2b969eb77c5fb189ede9889823acb6e9c66d7529a7b1dd06b1505faac9ce7dec3d3dfded6a79682c021e"
|
|
2150
3097
|
}
|
|
2151
3098
|
],
|
|
2152
3099
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2153
3100
|
}
|
|
2154
3101
|
],
|
|
2155
3102
|
"properties": [
|
|
3103
|
+
{
|
|
3104
|
+
"name": "cdx:npm:package:development",
|
|
3105
|
+
"value": "true"
|
|
3106
|
+
},
|
|
2156
3107
|
{
|
|
2157
3108
|
"name": "cdx:npm:package:path",
|
|
2158
|
-
"value": "node_modules/
|
|
3109
|
+
"value": "node_modules/postcss"
|
|
2159
3110
|
}
|
|
2160
3111
|
]
|
|
2161
3112
|
},
|
|
2162
3113
|
{
|
|
2163
3114
|
"type": "library",
|
|
2164
|
-
"name": "
|
|
2165
|
-
"version": "4.0
|
|
2166
|
-
"bom-ref": "beth-copilot@
|
|
2167
|
-
"author": "
|
|
2168
|
-
"description": "
|
|
2169
|
-
"scope": "optional",
|
|
3115
|
+
"name": "rollup",
|
|
3116
|
+
"version": "4.59.0",
|
|
3117
|
+
"bom-ref": "beth-copilot@2.0.0|rollup@4.59.0",
|
|
3118
|
+
"author": "Rich Harris",
|
|
3119
|
+
"description": "Next-generation ES module bundler",
|
|
2170
3120
|
"licenses": [
|
|
2171
3121
|
{
|
|
2172
3122
|
"license": {
|
|
@@ -2175,102 +3125,108 @@
|
|
|
2175
3125
|
}
|
|
2176
3126
|
}
|
|
2177
3127
|
],
|
|
2178
|
-
"purl": "pkg:npm/
|
|
3128
|
+
"purl": "pkg:npm/rollup@4.59.0",
|
|
2179
3129
|
"externalReferences": [
|
|
2180
3130
|
{
|
|
2181
|
-
"url": "git+https://github.com/
|
|
3131
|
+
"url": "git+https://github.com/rollup/rollup.git",
|
|
2182
3132
|
"type": "vcs",
|
|
2183
3133
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2184
3134
|
},
|
|
2185
3135
|
{
|
|
2186
|
-
"url": "https://
|
|
3136
|
+
"url": "https://rollupjs.org/",
|
|
2187
3137
|
"type": "website",
|
|
2188
3138
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2189
3139
|
},
|
|
2190
3140
|
{
|
|
2191
|
-
"url": "https://github.com/
|
|
3141
|
+
"url": "https://github.com/rollup/rollup/issues",
|
|
2192
3142
|
"type": "issue-tracker",
|
|
2193
3143
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2194
3144
|
},
|
|
2195
3145
|
{
|
|
2196
|
-
"url": "https://registry.npmjs.org/
|
|
3146
|
+
"url": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
|
|
2197
3147
|
"type": "distribution",
|
|
2198
3148
|
"hashes": [
|
|
2199
3149
|
{
|
|
2200
3150
|
"alg": "SHA-512",
|
|
2201
|
-
"content": "
|
|
3151
|
+
"content": "da832997aedadf3087f47efd2de31c6c38575bf526586ff2db3baa9c5da342ae6eabd4db33d4d5c97bc0e3eb7e9ded8822405dacba40691400be8ed823f6327a"
|
|
2202
3152
|
}
|
|
2203
3153
|
],
|
|
2204
3154
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2205
3155
|
}
|
|
2206
3156
|
],
|
|
2207
3157
|
"properties": [
|
|
3158
|
+
{
|
|
3159
|
+
"name": "cdx:npm:package:development",
|
|
3160
|
+
"value": "true"
|
|
3161
|
+
},
|
|
2208
3162
|
{
|
|
2209
3163
|
"name": "cdx:npm:package:path",
|
|
2210
|
-
"value": "node_modules/
|
|
3164
|
+
"value": "node_modules/rollup"
|
|
2211
3165
|
}
|
|
2212
3166
|
]
|
|
2213
3167
|
},
|
|
2214
3168
|
{
|
|
2215
3169
|
"type": "library",
|
|
2216
|
-
"name": "
|
|
2217
|
-
"version": "
|
|
2218
|
-
"bom-ref": "beth-copilot@
|
|
2219
|
-
"author": "
|
|
2220
|
-
"description": "
|
|
2221
|
-
"scope": "optional",
|
|
3170
|
+
"name": "siginfo",
|
|
3171
|
+
"version": "2.0.0",
|
|
3172
|
+
"bom-ref": "beth-copilot@2.0.0|siginfo@2.0.0",
|
|
3173
|
+
"author": "Emil Bay",
|
|
3174
|
+
"description": "Utility module to print pretty messages on SIGINFO/SIGUSR1",
|
|
2222
3175
|
"licenses": [
|
|
2223
3176
|
{
|
|
2224
3177
|
"license": {
|
|
2225
|
-
"id": "
|
|
3178
|
+
"id": "ISC",
|
|
2226
3179
|
"acknowledgement": "declared"
|
|
2227
3180
|
}
|
|
2228
3181
|
}
|
|
2229
3182
|
],
|
|
2230
|
-
"purl": "pkg:npm/
|
|
3183
|
+
"purl": "pkg:npm/siginfo@2.0.0",
|
|
2231
3184
|
"externalReferences": [
|
|
2232
3185
|
{
|
|
2233
|
-
"url": "git+https://github.com/
|
|
3186
|
+
"url": "git+https://github.com/emilbayes/siginfo.git",
|
|
2234
3187
|
"type": "vcs",
|
|
2235
3188
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2236
3189
|
},
|
|
2237
3190
|
{
|
|
2238
|
-
"url": "https://
|
|
3191
|
+
"url": "https://github.com/emilbayes/siginfo#readme",
|
|
2239
3192
|
"type": "website",
|
|
2240
3193
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2241
3194
|
},
|
|
2242
3195
|
{
|
|
2243
|
-
"url": "https://github.com/
|
|
3196
|
+
"url": "https://github.com/emilbayes/siginfo/issues",
|
|
2244
3197
|
"type": "issue-tracker",
|
|
2245
3198
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2246
3199
|
},
|
|
2247
3200
|
{
|
|
2248
|
-
"url": "https://registry.npmjs.org/
|
|
3201
|
+
"url": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
2249
3202
|
"type": "distribution",
|
|
2250
3203
|
"hashes": [
|
|
2251
3204
|
{
|
|
2252
3205
|
"alg": "SHA-512",
|
|
2253
|
-
"content": "
|
|
3206
|
+
"content": "c9bc7458ed7ff1b4812c459766f11dee0316dd29f7245956dd3bd7d674446c32d135035a78d37c58ad26781c0f74068e23b4ed4514499ff12cd7386bac21eeee"
|
|
2254
3207
|
}
|
|
2255
3208
|
],
|
|
2256
3209
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2257
3210
|
}
|
|
2258
3211
|
],
|
|
2259
3212
|
"properties": [
|
|
3213
|
+
{
|
|
3214
|
+
"name": "cdx:npm:package:development",
|
|
3215
|
+
"value": "true"
|
|
3216
|
+
},
|
|
2260
3217
|
{
|
|
2261
3218
|
"name": "cdx:npm:package:path",
|
|
2262
|
-
"value": "node_modules/
|
|
3219
|
+
"value": "node_modules/siginfo"
|
|
2263
3220
|
}
|
|
2264
3221
|
]
|
|
2265
3222
|
},
|
|
2266
3223
|
{
|
|
2267
3224
|
"type": "library",
|
|
2268
|
-
"name": "
|
|
2269
|
-
"version": "
|
|
2270
|
-
"bom-ref": "beth-copilot@
|
|
2271
|
-
"author": "
|
|
2272
|
-
"description": "
|
|
2273
|
-
"scope": "optional",
|
|
3225
|
+
"name": "stackback",
|
|
3226
|
+
"version": "0.0.2",
|
|
3227
|
+
"bom-ref": "beth-copilot@2.0.0|stackback@0.0.2",
|
|
3228
|
+
"author": "Roman Shtylman",
|
|
3229
|
+
"description": "return list of CallSite objects from a captured stacktrace",
|
|
2274
3230
|
"licenses": [
|
|
2275
3231
|
{
|
|
2276
3232
|
"license": {
|
|
@@ -2279,49 +3235,54 @@
|
|
|
2279
3235
|
}
|
|
2280
3236
|
}
|
|
2281
3237
|
],
|
|
2282
|
-
"purl": "pkg:npm/
|
|
3238
|
+
"purl": "pkg:npm/stackback@0.0.2",
|
|
2283
3239
|
"externalReferences": [
|
|
2284
3240
|
{
|
|
2285
|
-
"url": "git
|
|
3241
|
+
"url": "git://github.com/shtylman/node-stackback.git",
|
|
2286
3242
|
"type": "vcs",
|
|
2287
3243
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2288
3244
|
},
|
|
2289
3245
|
{
|
|
2290
|
-
"url": "https://
|
|
3246
|
+
"url": "https://github.com/shtylman/node-stackback#readme",
|
|
2291
3247
|
"type": "website",
|
|
2292
3248
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2293
3249
|
},
|
|
2294
3250
|
{
|
|
2295
|
-
"url": "https://github.com/
|
|
3251
|
+
"url": "https://github.com/shtylman/node-stackback/issues",
|
|
2296
3252
|
"type": "issue-tracker",
|
|
2297
3253
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2298
3254
|
},
|
|
2299
3255
|
{
|
|
2300
|
-
"url": "https://registry.npmjs.org/
|
|
3256
|
+
"url": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
2301
3257
|
"type": "distribution",
|
|
2302
3258
|
"hashes": [
|
|
2303
3259
|
{
|
|
2304
3260
|
"alg": "SHA-512",
|
|
2305
|
-
"content": "
|
|
3261
|
+
"content": "d573091397d0a358c61fa63fede6e7c0f3811242049d3e10177d9de51d7e557757bde334201309b7ccdf6b15f53f7421570ad87bee7bebe8e400db524b69816f"
|
|
2306
3262
|
}
|
|
2307
3263
|
],
|
|
2308
3264
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2309
3265
|
}
|
|
2310
3266
|
],
|
|
2311
3267
|
"properties": [
|
|
3268
|
+
{
|
|
3269
|
+
"name": "cdx:npm:package:development",
|
|
3270
|
+
"value": "true"
|
|
3271
|
+
},
|
|
2312
3272
|
{
|
|
2313
3273
|
"name": "cdx:npm:package:path",
|
|
2314
|
-
"value": "node_modules/
|
|
3274
|
+
"value": "node_modules/stackback"
|
|
2315
3275
|
}
|
|
2316
3276
|
]
|
|
2317
3277
|
},
|
|
2318
3278
|
{
|
|
2319
3279
|
"type": "library",
|
|
2320
|
-
"name": "
|
|
2321
|
-
"
|
|
2322
|
-
"
|
|
2323
|
-
"
|
|
2324
|
-
"
|
|
3280
|
+
"name": "resolve-uri",
|
|
3281
|
+
"group": "@jridgewell",
|
|
3282
|
+
"version": "3.1.2",
|
|
3283
|
+
"bom-ref": "beth-copilot@2.0.0|@jridgewell/resolve-uri@3.1.2",
|
|
3284
|
+
"author": "Justin Ridgewell",
|
|
3285
|
+
"description": "Resolve a URI relative to an optional base URI",
|
|
2325
3286
|
"licenses": [
|
|
2326
3287
|
{
|
|
2327
3288
|
"license": {
|
|
@@ -2330,154 +3291,163 @@
|
|
|
2330
3291
|
}
|
|
2331
3292
|
}
|
|
2332
3293
|
],
|
|
2333
|
-
"purl": "pkg:npm/
|
|
3294
|
+
"purl": "pkg:npm/%40jridgewell/resolve-uri@3.1.2",
|
|
2334
3295
|
"externalReferences": [
|
|
2335
3296
|
{
|
|
2336
|
-
"url": "git+https://github.com/
|
|
3297
|
+
"url": "git+https://github.com/jridgewell/resolve-uri.git",
|
|
2337
3298
|
"type": "vcs",
|
|
2338
3299
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2339
3300
|
},
|
|
2340
3301
|
{
|
|
2341
|
-
"url": "https://github.com/
|
|
3302
|
+
"url": "https://github.com/jridgewell/resolve-uri#readme",
|
|
2342
3303
|
"type": "website",
|
|
2343
3304
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2344
3305
|
},
|
|
2345
3306
|
{
|
|
2346
|
-
"url": "https://github.com/
|
|
3307
|
+
"url": "https://github.com/jridgewell/resolve-uri/issues",
|
|
2347
3308
|
"type": "issue-tracker",
|
|
2348
3309
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2349
3310
|
},
|
|
2350
3311
|
{
|
|
2351
|
-
"url": "https://registry.npmjs.org/
|
|
3312
|
+
"url": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
2352
3313
|
"type": "distribution",
|
|
2353
3314
|
"hashes": [
|
|
2354
3315
|
{
|
|
2355
3316
|
"alg": "SHA-512",
|
|
2356
|
-
"content": "
|
|
3317
|
+
"content": "6d12128022233f6d3fb5b5923d63048b9e1054f45913192e0fd9492fe508c542adc15240f305b54eb6f58ccb354455e8d42053359ff98690bd42f98a59da292b"
|
|
2357
3318
|
}
|
|
2358
3319
|
],
|
|
2359
3320
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2360
3321
|
}
|
|
2361
3322
|
],
|
|
2362
3323
|
"properties": [
|
|
3324
|
+
{
|
|
3325
|
+
"name": "cdx:npm:package:development",
|
|
3326
|
+
"value": "true"
|
|
3327
|
+
},
|
|
2363
3328
|
{
|
|
2364
3329
|
"name": "cdx:npm:package:path",
|
|
2365
|
-
"value": "node_modules/
|
|
3330
|
+
"value": "node_modules/@jridgewell/resolve-uri"
|
|
2366
3331
|
}
|
|
2367
3332
|
]
|
|
2368
3333
|
},
|
|
2369
3334
|
{
|
|
2370
3335
|
"type": "library",
|
|
2371
|
-
"name": "
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2374
|
-
"
|
|
2375
|
-
"description": "
|
|
2376
|
-
"scope": "optional",
|
|
3336
|
+
"name": "estree",
|
|
3337
|
+
"group": "@types",
|
|
3338
|
+
"version": "1.0.8",
|
|
3339
|
+
"bom-ref": "beth-copilot@2.0.0|@types/estree@1.0.8",
|
|
3340
|
+
"description": "TypeScript definitions for estree",
|
|
2377
3341
|
"licenses": [
|
|
2378
3342
|
{
|
|
2379
3343
|
"license": {
|
|
2380
|
-
"id": "
|
|
3344
|
+
"id": "MIT",
|
|
2381
3345
|
"acknowledgement": "declared"
|
|
2382
3346
|
}
|
|
2383
3347
|
}
|
|
2384
3348
|
],
|
|
2385
|
-
"purl": "pkg:npm/
|
|
3349
|
+
"purl": "pkg:npm/%40types/estree@1.0.8",
|
|
2386
3350
|
"externalReferences": [
|
|
2387
3351
|
{
|
|
2388
|
-
"url": "git+https://github.com/
|
|
3352
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/estree",
|
|
2389
3353
|
"type": "vcs",
|
|
2390
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
3354
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
2391
3355
|
},
|
|
2392
3356
|
{
|
|
2393
|
-
"url": "https://github.com/
|
|
3357
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
|
|
2394
3358
|
"type": "website",
|
|
2395
3359
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2396
3360
|
},
|
|
2397
3361
|
{
|
|
2398
|
-
"url": "https://github.com/
|
|
3362
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
|
|
2399
3363
|
"type": "issue-tracker",
|
|
2400
3364
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2401
3365
|
},
|
|
2402
3366
|
{
|
|
2403
|
-
"url": "https://registry.npmjs.org/
|
|
3367
|
+
"url": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
2404
3368
|
"type": "distribution",
|
|
2405
3369
|
"hashes": [
|
|
2406
3370
|
{
|
|
2407
3371
|
"alg": "SHA-512",
|
|
2408
|
-
"content": "
|
|
3372
|
+
"content": "7561f31dad96a845c8fced44f4e8eba1c313289976992ac4a258752289abbfa53e26e3706875ec5f1f5b2eee601bb05458520dd2c90840943f2f5ac87b1e17eb"
|
|
2409
3373
|
}
|
|
2410
3374
|
],
|
|
2411
3375
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2412
3376
|
}
|
|
2413
3377
|
],
|
|
2414
3378
|
"properties": [
|
|
3379
|
+
{
|
|
3380
|
+
"name": "cdx:npm:package:development",
|
|
3381
|
+
"value": "true"
|
|
3382
|
+
},
|
|
2415
3383
|
{
|
|
2416
3384
|
"name": "cdx:npm:package:path",
|
|
2417
|
-
"value": "node_modules/
|
|
3385
|
+
"value": "node_modules/@types/estree"
|
|
2418
3386
|
}
|
|
2419
3387
|
]
|
|
2420
3388
|
},
|
|
2421
3389
|
{
|
|
2422
3390
|
"type": "library",
|
|
2423
|
-
"name": "
|
|
2424
|
-
"version": "
|
|
2425
|
-
"bom-ref": "beth-copilot@
|
|
2426
|
-
"author": "
|
|
2427
|
-
"description": "
|
|
2428
|
-
"scope": "optional",
|
|
3391
|
+
"name": "semver",
|
|
3392
|
+
"version": "7.7.4",
|
|
3393
|
+
"bom-ref": "beth-copilot@2.0.0|semver@7.7.4",
|
|
3394
|
+
"author": "GitHub Inc.",
|
|
3395
|
+
"description": "The semantic version parser used by npm.",
|
|
2429
3396
|
"licenses": [
|
|
2430
3397
|
{
|
|
2431
3398
|
"license": {
|
|
2432
|
-
"id": "
|
|
3399
|
+
"id": "ISC",
|
|
2433
3400
|
"acknowledgement": "declared"
|
|
2434
3401
|
}
|
|
2435
3402
|
}
|
|
2436
3403
|
],
|
|
2437
|
-
"purl": "pkg:npm/
|
|
3404
|
+
"purl": "pkg:npm/semver@7.7.4",
|
|
2438
3405
|
"externalReferences": [
|
|
2439
3406
|
{
|
|
2440
|
-
"url": "git+https://github.com/
|
|
3407
|
+
"url": "git+https://github.com/npm/node-semver.git",
|
|
2441
3408
|
"type": "vcs",
|
|
2442
3409
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2443
3410
|
},
|
|
2444
3411
|
{
|
|
2445
|
-
"url": "https://github.com/
|
|
3412
|
+
"url": "https://github.com/npm/node-semver#readme",
|
|
2446
3413
|
"type": "website",
|
|
2447
3414
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2448
3415
|
},
|
|
2449
3416
|
{
|
|
2450
|
-
"url": "https://github.com/
|
|
3417
|
+
"url": "https://github.com/npm/node-semver/issues",
|
|
2451
3418
|
"type": "issue-tracker",
|
|
2452
3419
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2453
3420
|
},
|
|
2454
3421
|
{
|
|
2455
|
-
"url": "https://registry.npmjs.org/
|
|
3422
|
+
"url": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
2456
3423
|
"type": "distribution",
|
|
2457
3424
|
"hashes": [
|
|
2458
3425
|
{
|
|
2459
3426
|
"alg": "SHA-512",
|
|
2460
|
-
"content": "
|
|
3427
|
+
"content": "bc5282d8812d427561a53efc875629f30cf0adff0233e33328c1c62597c1b738593727111675ec1e4e84e53c4892432c80d4bb99d5f700607bc7640cd9d8b894"
|
|
2461
3428
|
}
|
|
2462
3429
|
],
|
|
2463
3430
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2464
3431
|
}
|
|
2465
3432
|
],
|
|
2466
3433
|
"properties": [
|
|
3434
|
+
{
|
|
3435
|
+
"name": "cdx:npm:package:development",
|
|
3436
|
+
"value": "true"
|
|
3437
|
+
},
|
|
2467
3438
|
{
|
|
2468
3439
|
"name": "cdx:npm:package:path",
|
|
2469
|
-
"value": "node_modules/
|
|
3440
|
+
"value": "node_modules/semver"
|
|
2470
3441
|
}
|
|
2471
3442
|
]
|
|
2472
3443
|
},
|
|
2473
3444
|
{
|
|
2474
3445
|
"type": "library",
|
|
2475
|
-
"name": "
|
|
2476
|
-
"version": "
|
|
2477
|
-
"bom-ref": "beth-copilot@
|
|
3446
|
+
"name": "has-flag",
|
|
3447
|
+
"version": "4.0.0",
|
|
3448
|
+
"bom-ref": "beth-copilot@2.0.0|has-flag@4.0.0",
|
|
2478
3449
|
"author": "Sindre Sorhus",
|
|
2479
|
-
"description": "
|
|
2480
|
-
"scope": "optional",
|
|
3450
|
+
"description": "Check if argv has a specific flag",
|
|
2481
3451
|
"licenses": [
|
|
2482
3452
|
{
|
|
2483
3453
|
"license": {
|
|
@@ -2486,50 +3456,54 @@
|
|
|
2486
3456
|
}
|
|
2487
3457
|
}
|
|
2488
3458
|
],
|
|
2489
|
-
"purl": "pkg:npm/
|
|
3459
|
+
"purl": "pkg:npm/has-flag@4.0.0",
|
|
2490
3460
|
"externalReferences": [
|
|
2491
3461
|
{
|
|
2492
|
-
"url": "git+https://github.com/sindresorhus/
|
|
3462
|
+
"url": "git+https://github.com/sindresorhus/has-flag.git",
|
|
2493
3463
|
"type": "vcs",
|
|
2494
3464
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2495
3465
|
},
|
|
2496
3466
|
{
|
|
2497
|
-
"url": "https://github.com/sindresorhus/
|
|
3467
|
+
"url": "https://github.com/sindresorhus/has-flag#readme",
|
|
2498
3468
|
"type": "website",
|
|
2499
3469
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2500
3470
|
},
|
|
2501
3471
|
{
|
|
2502
|
-
"url": "https://github.com/sindresorhus/
|
|
3472
|
+
"url": "https://github.com/sindresorhus/has-flag/issues",
|
|
2503
3473
|
"type": "issue-tracker",
|
|
2504
3474
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2505
3475
|
},
|
|
2506
3476
|
{
|
|
2507
|
-
"url": "https://registry.npmjs.org/
|
|
3477
|
+
"url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
2508
3478
|
"type": "distribution",
|
|
2509
3479
|
"hashes": [
|
|
2510
3480
|
{
|
|
2511
3481
|
"alg": "SHA-512",
|
|
2512
|
-
"content": "
|
|
3482
|
+
"content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
|
|
2513
3483
|
}
|
|
2514
3484
|
],
|
|
2515
3485
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2516
3486
|
}
|
|
2517
3487
|
],
|
|
2518
3488
|
"properties": [
|
|
3489
|
+
{
|
|
3490
|
+
"name": "cdx:npm:package:development",
|
|
3491
|
+
"value": "true"
|
|
3492
|
+
},
|
|
2519
3493
|
{
|
|
2520
3494
|
"name": "cdx:npm:package:path",
|
|
2521
|
-
"value": "node_modules/
|
|
3495
|
+
"value": "node_modules/has-flag"
|
|
2522
3496
|
}
|
|
2523
3497
|
]
|
|
2524
3498
|
},
|
|
2525
3499
|
{
|
|
2526
3500
|
"type": "library",
|
|
2527
|
-
"name": "
|
|
2528
|
-
"
|
|
2529
|
-
"
|
|
2530
|
-
"
|
|
2531
|
-
"
|
|
2532
|
-
"
|
|
3501
|
+
"name": "helper-string-parser",
|
|
3502
|
+
"group": "@babel",
|
|
3503
|
+
"version": "7.27.1",
|
|
3504
|
+
"bom-ref": "beth-copilot@2.0.0|@babel/helper-string-parser@7.27.1",
|
|
3505
|
+
"author": "The Babel Team",
|
|
3506
|
+
"description": "A utility package to parse strings",
|
|
2533
3507
|
"licenses": [
|
|
2534
3508
|
{
|
|
2535
3509
|
"license": {
|
|
@@ -2538,50 +3512,54 @@
|
|
|
2538
3512
|
}
|
|
2539
3513
|
}
|
|
2540
3514
|
],
|
|
2541
|
-
"purl": "pkg:npm/
|
|
3515
|
+
"purl": "pkg:npm/%40babel/helper-string-parser@7.27.1",
|
|
2542
3516
|
"externalReferences": [
|
|
2543
3517
|
{
|
|
2544
|
-
"url": "git+https://github.com/
|
|
3518
|
+
"url": "git+https://github.com/babel/babel.git#packages/babel-helper-string-parser",
|
|
2545
3519
|
"type": "vcs",
|
|
2546
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
3520
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
2547
3521
|
},
|
|
2548
3522
|
{
|
|
2549
|
-
"url": "https://
|
|
3523
|
+
"url": "https://babel.dev/docs/en/next/babel-helper-string-parser",
|
|
2550
3524
|
"type": "website",
|
|
2551
3525
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2552
3526
|
},
|
|
2553
3527
|
{
|
|
2554
|
-
"url": "https://github.com/
|
|
3528
|
+
"url": "https://github.com/babel/babel/issues",
|
|
2555
3529
|
"type": "issue-tracker",
|
|
2556
3530
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2557
3531
|
},
|
|
2558
3532
|
{
|
|
2559
|
-
"url": "https://registry.npmjs.org/
|
|
3533
|
+
"url": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
2560
3534
|
"type": "distribution",
|
|
2561
3535
|
"hashes": [
|
|
2562
3536
|
{
|
|
2563
3537
|
"alg": "SHA-512",
|
|
2564
|
-
"content": "
|
|
3538
|
+
"content": "a8c952c4a6e946502b89d0c4c64f769d2a1bc837693e28d4ab60d6ea80e752a77488e1b19908f2aa13088a123dfb3bf82cfc997518ded9c6af58f6c26d69b778"
|
|
2565
3539
|
}
|
|
2566
3540
|
],
|
|
2567
3541
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2568
3542
|
}
|
|
2569
3543
|
],
|
|
2570
3544
|
"properties": [
|
|
3545
|
+
{
|
|
3546
|
+
"name": "cdx:npm:package:development",
|
|
3547
|
+
"value": "true"
|
|
3548
|
+
},
|
|
2571
3549
|
{
|
|
2572
3550
|
"name": "cdx:npm:package:path",
|
|
2573
|
-
"value": "node_modules/
|
|
3551
|
+
"value": "node_modules/@babel/helper-string-parser"
|
|
2574
3552
|
}
|
|
2575
3553
|
]
|
|
2576
3554
|
},
|
|
2577
3555
|
{
|
|
2578
3556
|
"type": "library",
|
|
2579
|
-
"name": "
|
|
2580
|
-
"
|
|
2581
|
-
"
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2584
|
-
"
|
|
3557
|
+
"name": "helper-validator-identifier",
|
|
3558
|
+
"group": "@babel",
|
|
3559
|
+
"version": "7.28.5",
|
|
3560
|
+
"bom-ref": "beth-copilot@2.0.0|@babel/helper-validator-identifier@7.28.5",
|
|
3561
|
+
"author": "The Babel Team",
|
|
3562
|
+
"description": "Validate identifier/keywords name",
|
|
2585
3563
|
"licenses": [
|
|
2586
3564
|
{
|
|
2587
3565
|
"license": {
|
|
@@ -2590,39 +3568,43 @@
|
|
|
2590
3568
|
}
|
|
2591
3569
|
}
|
|
2592
3570
|
],
|
|
2593
|
-
"purl": "pkg:npm/
|
|
3571
|
+
"purl": "pkg:npm/%40babel/helper-validator-identifier@7.28.5",
|
|
2594
3572
|
"externalReferences": [
|
|
2595
3573
|
{
|
|
2596
|
-
"url": "git+https://github.com/
|
|
3574
|
+
"url": "git+https://github.com/babel/babel.git#packages/babel-helper-validator-identifier",
|
|
2597
3575
|
"type": "vcs",
|
|
2598
|
-
"comment": "as detected from PackageJson property \"repository.url\""
|
|
3576
|
+
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
2599
3577
|
},
|
|
2600
3578
|
{
|
|
2601
|
-
"url": "https://github.com/
|
|
3579
|
+
"url": "https://github.com/babel/babel#readme",
|
|
2602
3580
|
"type": "website",
|
|
2603
3581
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2604
3582
|
},
|
|
2605
3583
|
{
|
|
2606
|
-
"url": "https://github.com/
|
|
3584
|
+
"url": "https://github.com/babel/babel/issues",
|
|
2607
3585
|
"type": "issue-tracker",
|
|
2608
3586
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2609
3587
|
},
|
|
2610
3588
|
{
|
|
2611
|
-
"url": "https://registry.npmjs.org/
|
|
3589
|
+
"url": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
2612
3590
|
"type": "distribution",
|
|
2613
3591
|
"hashes": [
|
|
2614
3592
|
{
|
|
2615
3593
|
"alg": "SHA-512",
|
|
2616
|
-
"content": "
|
|
3594
|
+
"content": "a92b3889fc33289495dfdb9c363b2f73a5951ece9bed2d37b0e87639c1c5f541df54fa965802d4b0d515ce1481888b63459a0b1f1ee721aad58ea295bac519d5"
|
|
2617
3595
|
}
|
|
2618
3596
|
],
|
|
2619
3597
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2620
3598
|
}
|
|
2621
3599
|
],
|
|
2622
3600
|
"properties": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "cdx:npm:package:development",
|
|
3603
|
+
"value": "true"
|
|
3604
|
+
},
|
|
2623
3605
|
{
|
|
2624
3606
|
"name": "cdx:npm:package:path",
|
|
2625
|
-
"value": "node_modules/
|
|
3607
|
+
"value": "node_modules/@babel/helper-validator-identifier"
|
|
2626
3608
|
}
|
|
2627
3609
|
]
|
|
2628
3610
|
},
|
|
@@ -2630,7 +3612,7 @@
|
|
|
2630
3612
|
"type": "library",
|
|
2631
3613
|
"name": "sprintf-js",
|
|
2632
3614
|
"version": "1.0.3",
|
|
2633
|
-
"bom-ref": "beth-copilot@
|
|
3615
|
+
"bom-ref": "beth-copilot@2.0.0|sprintf-js@1.0.3",
|
|
2634
3616
|
"author": "Alexandru Marasteanu",
|
|
2635
3617
|
"description": "JavaScript sprintf implementation",
|
|
2636
3618
|
"licenses": [
|
|
@@ -2681,7 +3663,7 @@
|
|
|
2681
3663
|
"type": "library",
|
|
2682
3664
|
"name": "is-extendable",
|
|
2683
3665
|
"version": "0.1.1",
|
|
2684
|
-
"bom-ref": "beth-copilot@
|
|
3666
|
+
"bom-ref": "beth-copilot@2.0.0|is-extendable@0.1.1",
|
|
2685
3667
|
"author": "Jon Schlinkert",
|
|
2686
3668
|
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
|
|
2687
3669
|
"licenses": [
|
|
@@ -2730,12 +3712,11 @@
|
|
|
2730
3712
|
},
|
|
2731
3713
|
{
|
|
2732
3714
|
"type": "library",
|
|
2733
|
-
"name": "
|
|
2734
|
-
"
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
2737
|
-
"description": "
|
|
2738
|
-
"scope": "optional",
|
|
3715
|
+
"name": "deep-eql",
|
|
3716
|
+
"group": "@types",
|
|
3717
|
+
"version": "4.0.2",
|
|
3718
|
+
"bom-ref": "beth-copilot@2.0.0|@types/deep-eql@4.0.2",
|
|
3719
|
+
"description": "TypeScript definitions for deep-eql",
|
|
2739
3720
|
"licenses": [
|
|
2740
3721
|
{
|
|
2741
3722
|
"license": {
|
|
@@ -2744,50 +3725,53 @@
|
|
|
2744
3725
|
}
|
|
2745
3726
|
}
|
|
2746
3727
|
],
|
|
2747
|
-
"purl": "pkg:npm/
|
|
3728
|
+
"purl": "pkg:npm/%40types/deep-eql@4.0.2",
|
|
2748
3729
|
"externalReferences": [
|
|
2749
3730
|
{
|
|
2750
|
-
"url": "git+https://github.com/
|
|
3731
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/deep-eql",
|
|
2751
3732
|
"type": "vcs",
|
|
2752
3733
|
"comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
|
|
2753
3734
|
},
|
|
2754
3735
|
{
|
|
2755
|
-
"url": "https://github.com/
|
|
3736
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-eql",
|
|
2756
3737
|
"type": "website",
|
|
2757
3738
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2758
3739
|
},
|
|
2759
3740
|
{
|
|
2760
|
-
"url": "https://github.com/
|
|
3741
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
|
|
2761
3742
|
"type": "issue-tracker",
|
|
2762
3743
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2763
3744
|
},
|
|
2764
3745
|
{
|
|
2765
|
-
"url": "https://registry.npmjs.org/
|
|
3746
|
+
"url": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
|
|
2766
3747
|
"type": "distribution",
|
|
2767
3748
|
"hashes": [
|
|
2768
3749
|
{
|
|
2769
3750
|
"alg": "SHA-512",
|
|
2770
|
-
"content": "
|
|
3751
|
+
"content": "73d87d75554c8a030f7386f04ef0b9771aada8967040f78fb168cf96948e9e88dba2bea91aa764e78d657c0ec0a8542be6907505176ad23b98f5d6fcd41c3217"
|
|
2771
3752
|
}
|
|
2772
3753
|
],
|
|
2773
3754
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2774
3755
|
}
|
|
2775
3756
|
],
|
|
2776
3757
|
"properties": [
|
|
3758
|
+
{
|
|
3759
|
+
"name": "cdx:npm:package:development",
|
|
3760
|
+
"value": "true"
|
|
3761
|
+
},
|
|
2777
3762
|
{
|
|
2778
3763
|
"name": "cdx:npm:package:path",
|
|
2779
|
-
"value": "node_modules/
|
|
3764
|
+
"value": "node_modules/@types/deep-eql"
|
|
2780
3765
|
}
|
|
2781
3766
|
]
|
|
2782
3767
|
},
|
|
2783
3768
|
{
|
|
2784
3769
|
"type": "library",
|
|
2785
|
-
"name": "
|
|
2786
|
-
"version": "
|
|
2787
|
-
"bom-ref": "beth-copilot@
|
|
2788
|
-
"author": "
|
|
2789
|
-
"description": "
|
|
2790
|
-
"scope": "optional",
|
|
3770
|
+
"name": "assertion-error",
|
|
3771
|
+
"version": "2.0.1",
|
|
3772
|
+
"bom-ref": "beth-copilot@2.0.0|assertion-error@2.0.1",
|
|
3773
|
+
"author": "Jake Luer",
|
|
3774
|
+
"description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
|
|
2791
3775
|
"licenses": [
|
|
2792
3776
|
{
|
|
2793
3777
|
"license": {
|
|
@@ -2796,49 +3780,53 @@
|
|
|
2796
3780
|
}
|
|
2797
3781
|
}
|
|
2798
3782
|
],
|
|
2799
|
-
"purl": "pkg:npm/
|
|
3783
|
+
"purl": "pkg:npm/assertion-error@2.0.1",
|
|
2800
3784
|
"externalReferences": [
|
|
2801
3785
|
{
|
|
2802
|
-
"url": "git://github.com/
|
|
3786
|
+
"url": "git+ssh://git@github.com/chaijs/assertion-error.git",
|
|
2803
3787
|
"type": "vcs",
|
|
2804
3788
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2805
3789
|
},
|
|
2806
3790
|
{
|
|
2807
|
-
"url": "https://github.com/
|
|
3791
|
+
"url": "https://github.com/chaijs/assertion-error#readme",
|
|
2808
3792
|
"type": "website",
|
|
2809
3793
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2810
3794
|
},
|
|
2811
3795
|
{
|
|
2812
|
-
"url": "https://github.com/
|
|
3796
|
+
"url": "https://github.com/chaijs/assertion-error/issues",
|
|
2813
3797
|
"type": "issue-tracker",
|
|
2814
3798
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2815
3799
|
},
|
|
2816
3800
|
{
|
|
2817
|
-
"url": "https://registry.npmjs.org/
|
|
3801
|
+
"url": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
2818
3802
|
"type": "distribution",
|
|
2819
3803
|
"hashes": [
|
|
2820
3804
|
{
|
|
2821
3805
|
"alg": "SHA-512",
|
|
2822
|
-
"content": "
|
|
3806
|
+
"content": "2338bc45071f7ea09e3558058a02a58b5b2c92521ba479c261ce809275c662807a82b26ac9e6f2ee3bf5d895108264c09c80e76dc935bb192c4f87733773d604"
|
|
2823
3807
|
}
|
|
2824
3808
|
],
|
|
2825
3809
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2826
3810
|
}
|
|
2827
3811
|
],
|
|
2828
3812
|
"properties": [
|
|
3813
|
+
{
|
|
3814
|
+
"name": "cdx:npm:package:development",
|
|
3815
|
+
"value": "true"
|
|
3816
|
+
},
|
|
2829
3817
|
{
|
|
2830
3818
|
"name": "cdx:npm:package:path",
|
|
2831
|
-
"value": "node_modules/
|
|
3819
|
+
"value": "node_modules/assertion-error"
|
|
2832
3820
|
}
|
|
2833
3821
|
]
|
|
2834
3822
|
},
|
|
2835
3823
|
{
|
|
2836
3824
|
"type": "library",
|
|
2837
|
-
"name": "
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2841
|
-
"description": "
|
|
3825
|
+
"name": "linux-x64",
|
|
3826
|
+
"group": "@esbuild",
|
|
3827
|
+
"version": "0.27.3",
|
|
3828
|
+
"bom-ref": "beth-copilot@2.0.0|@esbuild/linux-x64@0.27.3",
|
|
3829
|
+
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
|
|
2842
3830
|
"scope": "optional",
|
|
2843
3831
|
"licenses": [
|
|
2844
3832
|
{
|
|
@@ -2848,50 +3836,53 @@
|
|
|
2848
3836
|
}
|
|
2849
3837
|
}
|
|
2850
3838
|
],
|
|
2851
|
-
"purl": "pkg:npm/
|
|
3839
|
+
"purl": "pkg:npm/%40esbuild/linux-x64@0.27.3",
|
|
2852
3840
|
"externalReferences": [
|
|
2853
3841
|
{
|
|
2854
|
-
"url": "git://github.com/
|
|
3842
|
+
"url": "git+https://github.com/evanw/esbuild.git",
|
|
2855
3843
|
"type": "vcs",
|
|
2856
3844
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2857
3845
|
},
|
|
2858
3846
|
{
|
|
2859
|
-
"url": "https://github.com/
|
|
3847
|
+
"url": "https://github.com/evanw/esbuild#readme",
|
|
2860
3848
|
"type": "website",
|
|
2861
3849
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2862
3850
|
},
|
|
2863
3851
|
{
|
|
2864
|
-
"url": "https://github.com/
|
|
3852
|
+
"url": "https://github.com/evanw/esbuild/issues",
|
|
2865
3853
|
"type": "issue-tracker",
|
|
2866
3854
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2867
3855
|
},
|
|
2868
3856
|
{
|
|
2869
|
-
"url": "https://registry.npmjs.org/
|
|
3857
|
+
"url": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
|
|
2870
3858
|
"type": "distribution",
|
|
2871
3859
|
"hashes": [
|
|
2872
3860
|
{
|
|
2873
3861
|
"alg": "SHA-512",
|
|
2874
|
-
"content": "
|
|
3862
|
+
"content": "0b38bccb35d458841802d2ffdb2eafa20111f29bdcb0eb24e5ca702f81a4e6726a1f9519895072218f04a2b9b9475de0abe0d0298834f89c90a32b4b41ab3874"
|
|
2875
3863
|
}
|
|
2876
3864
|
],
|
|
2877
3865
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2878
3866
|
}
|
|
2879
3867
|
],
|
|
2880
3868
|
"properties": [
|
|
3869
|
+
{
|
|
3870
|
+
"name": "cdx:npm:package:development",
|
|
3871
|
+
"value": "true"
|
|
3872
|
+
},
|
|
2881
3873
|
{
|
|
2882
3874
|
"name": "cdx:npm:package:path",
|
|
2883
|
-
"value": "node_modules/
|
|
3875
|
+
"value": "node_modules/@esbuild/linux-x64"
|
|
2884
3876
|
}
|
|
2885
3877
|
]
|
|
2886
3878
|
},
|
|
2887
3879
|
{
|
|
2888
3880
|
"type": "library",
|
|
2889
|
-
"name": "
|
|
2890
|
-
"version": "
|
|
2891
|
-
"bom-ref": "beth-copilot@
|
|
2892
|
-
"author": "
|
|
2893
|
-
"description": "
|
|
2894
|
-
"scope": "optional",
|
|
3881
|
+
"name": "nanoid",
|
|
3882
|
+
"version": "3.3.11",
|
|
3883
|
+
"bom-ref": "beth-copilot@2.0.0|nanoid@3.3.11",
|
|
3884
|
+
"author": "Andrey Sitnik",
|
|
3885
|
+
"description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
|
|
2895
3886
|
"licenses": [
|
|
2896
3887
|
{
|
|
2897
3888
|
"license": {
|
|
@@ -2900,524 +3891,613 @@
|
|
|
2900
3891
|
}
|
|
2901
3892
|
}
|
|
2902
3893
|
],
|
|
2903
|
-
"purl": "pkg:npm/
|
|
3894
|
+
"purl": "pkg:npm/nanoid@3.3.11",
|
|
2904
3895
|
"externalReferences": [
|
|
2905
3896
|
{
|
|
2906
|
-
"url": "git://github.com/
|
|
3897
|
+
"url": "git+https://github.com/ai/nanoid.git",
|
|
2907
3898
|
"type": "vcs",
|
|
2908
3899
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2909
3900
|
},
|
|
2910
3901
|
{
|
|
2911
|
-
"url": "https://github.com/
|
|
3902
|
+
"url": "https://github.com/ai/nanoid#readme",
|
|
2912
3903
|
"type": "website",
|
|
2913
3904
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2914
3905
|
},
|
|
2915
3906
|
{
|
|
2916
|
-
"url": "https://github.com/
|
|
3907
|
+
"url": "https://github.com/ai/nanoid/issues",
|
|
2917
3908
|
"type": "issue-tracker",
|
|
2918
3909
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2919
3910
|
},
|
|
2920
3911
|
{
|
|
2921
|
-
"url": "https://registry.npmjs.org/
|
|
3912
|
+
"url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
2922
3913
|
"type": "distribution",
|
|
2923
3914
|
"hashes": [
|
|
2924
3915
|
{
|
|
2925
3916
|
"alg": "SHA-512",
|
|
2926
|
-
"content": "
|
|
3917
|
+
"content": "37c4a97cf527529d5b2be3cc616f2a496765f54fb0c0d588e102b13980f2f4902ba3758c5fba7639e55117dbfedf8ee99da90d7af3e688784d999d876c503beb"
|
|
2927
3918
|
}
|
|
2928
3919
|
],
|
|
2929
3920
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2930
3921
|
}
|
|
2931
3922
|
],
|
|
2932
3923
|
"properties": [
|
|
3924
|
+
{
|
|
3925
|
+
"name": "cdx:npm:package:development",
|
|
3926
|
+
"value": "true"
|
|
3927
|
+
},
|
|
2933
3928
|
{
|
|
2934
3929
|
"name": "cdx:npm:package:path",
|
|
2935
|
-
"value": "node_modules/
|
|
3930
|
+
"value": "node_modules/nanoid"
|
|
2936
3931
|
}
|
|
2937
3932
|
]
|
|
2938
3933
|
},
|
|
2939
3934
|
{
|
|
2940
3935
|
"type": "library",
|
|
2941
|
-
"name": "
|
|
2942
|
-
"version": "
|
|
2943
|
-
"bom-ref": "beth-copilot@
|
|
2944
|
-
"author": "
|
|
2945
|
-
"description": "
|
|
2946
|
-
"scope": "optional",
|
|
3936
|
+
"name": "picocolors",
|
|
3937
|
+
"version": "1.1.1",
|
|
3938
|
+
"bom-ref": "beth-copilot@2.0.0|picocolors@1.1.1",
|
|
3939
|
+
"author": "Alexey Raspopov",
|
|
3940
|
+
"description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
|
|
2947
3941
|
"licenses": [
|
|
2948
3942
|
{
|
|
2949
3943
|
"license": {
|
|
2950
|
-
"id": "
|
|
3944
|
+
"id": "ISC",
|
|
2951
3945
|
"acknowledgement": "declared"
|
|
2952
3946
|
}
|
|
2953
3947
|
}
|
|
2954
3948
|
],
|
|
2955
|
-
"purl": "pkg:npm/
|
|
3949
|
+
"purl": "pkg:npm/picocolors@1.1.1",
|
|
2956
3950
|
"externalReferences": [
|
|
2957
3951
|
{
|
|
2958
|
-
"url": "git+https://github.com/
|
|
3952
|
+
"url": "git+https://github.com/alexeyraspopov/picocolors.git",
|
|
2959
3953
|
"type": "vcs",
|
|
2960
3954
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
2961
3955
|
},
|
|
2962
3956
|
{
|
|
2963
|
-
"url": "https://github.com/
|
|
3957
|
+
"url": "https://github.com/alexeyraspopov/picocolors#readme",
|
|
2964
3958
|
"type": "website",
|
|
2965
3959
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
2966
3960
|
},
|
|
2967
3961
|
{
|
|
2968
|
-
"url": "https://github.com/
|
|
3962
|
+
"url": "https://github.com/alexeyraspopov/picocolors/issues",
|
|
2969
3963
|
"type": "issue-tracker",
|
|
2970
3964
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
2971
3965
|
},
|
|
2972
3966
|
{
|
|
2973
|
-
"url": "https://registry.npmjs.org/
|
|
3967
|
+
"url": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2974
3968
|
"type": "distribution",
|
|
2975
3969
|
"hashes": [
|
|
2976
3970
|
{
|
|
2977
3971
|
"alg": "SHA-512",
|
|
2978
|
-
"content": "
|
|
3972
|
+
"content": "c5c787dac9e1b5be4cf658aa0ec984c39ea57b7efa993664117fe311bfd1c4d1727a036e97b78db250973fd1438ff2dcbb45fc284c8c71e3f69eda5a1eb0c454"
|
|
2979
3973
|
}
|
|
2980
3974
|
],
|
|
2981
3975
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
2982
3976
|
}
|
|
2983
3977
|
],
|
|
2984
3978
|
"properties": [
|
|
3979
|
+
{
|
|
3980
|
+
"name": "cdx:npm:package:development",
|
|
3981
|
+
"value": "true"
|
|
3982
|
+
},
|
|
2985
3983
|
{
|
|
2986
3984
|
"name": "cdx:npm:package:path",
|
|
2987
|
-
"value": "node_modules/
|
|
3985
|
+
"value": "node_modules/picocolors"
|
|
2988
3986
|
}
|
|
2989
3987
|
]
|
|
2990
3988
|
},
|
|
2991
3989
|
{
|
|
2992
3990
|
"type": "library",
|
|
2993
|
-
"name": "
|
|
2994
|
-
"
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
3991
|
+
"name": "rollup-linux-x64-gnu",
|
|
3992
|
+
"group": "@rollup",
|
|
3993
|
+
"version": "4.59.0",
|
|
3994
|
+
"bom-ref": "beth-copilot@2.0.0|@rollup/rollup-linux-x64-gnu@4.59.0",
|
|
3995
|
+
"author": "Lukas Taegert-Atkinson",
|
|
3996
|
+
"description": "Native bindings for Rollup",
|
|
2998
3997
|
"scope": "optional",
|
|
2999
3998
|
"licenses": [
|
|
3000
3999
|
{
|
|
3001
4000
|
"license": {
|
|
3002
|
-
"id": "
|
|
4001
|
+
"id": "MIT",
|
|
3003
4002
|
"acknowledgement": "declared"
|
|
3004
4003
|
}
|
|
3005
4004
|
}
|
|
3006
4005
|
],
|
|
3007
|
-
"purl": "pkg:npm/
|
|
4006
|
+
"purl": "pkg:npm/%40rollup/rollup-linux-x64-gnu@4.59.0",
|
|
3008
4007
|
"externalReferences": [
|
|
3009
4008
|
{
|
|
3010
|
-
"url": "git+
|
|
4009
|
+
"url": "git+https://github.com/rollup/rollup.git",
|
|
3011
4010
|
"type": "vcs",
|
|
3012
4011
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
3013
4012
|
},
|
|
3014
4013
|
{
|
|
3015
|
-
"url": "https://
|
|
4014
|
+
"url": "https://rollupjs.org/",
|
|
3016
4015
|
"type": "website",
|
|
3017
4016
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
3018
4017
|
},
|
|
3019
4018
|
{
|
|
3020
|
-
"url": "https://github.com/
|
|
4019
|
+
"url": "https://github.com/rollup/rollup/issues",
|
|
3021
4020
|
"type": "issue-tracker",
|
|
3022
4021
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
3023
4022
|
},
|
|
3024
4023
|
{
|
|
3025
|
-
"url": "https://registry.npmjs.org/
|
|
4024
|
+
"url": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
|
|
3026
4025
|
"type": "distribution",
|
|
3027
4026
|
"hashes": [
|
|
3028
4027
|
{
|
|
3029
4028
|
"alg": "SHA-512",
|
|
3030
|
-
"content": "
|
|
4029
|
+
"content": "dc01e6b50abfa6936e52ca4a025bc0f07b4bc9b9037e590cb8b2b80cfa3bec37ed8516fbd55f38fdce0c9562578b1673e2eaee207e2e69ad3b22aa00906eb87e"
|
|
3031
4030
|
}
|
|
3032
4031
|
],
|
|
3033
4032
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
3034
4033
|
}
|
|
3035
4034
|
],
|
|
3036
4035
|
"properties": [
|
|
4036
|
+
{
|
|
4037
|
+
"name": "cdx:npm:package:development",
|
|
4038
|
+
"value": "true"
|
|
4039
|
+
},
|
|
3037
4040
|
{
|
|
3038
4041
|
"name": "cdx:npm:package:path",
|
|
3039
|
-
"value": "node_modules/
|
|
4042
|
+
"value": "node_modules/@rollup/rollup-linux-x64-gnu"
|
|
3040
4043
|
}
|
|
3041
4044
|
]
|
|
3042
4045
|
},
|
|
3043
4046
|
{
|
|
3044
4047
|
"type": "library",
|
|
3045
|
-
"name": "
|
|
3046
|
-
"
|
|
3047
|
-
"
|
|
3048
|
-
"
|
|
3049
|
-
"
|
|
4048
|
+
"name": "rollup-linux-x64-musl",
|
|
4049
|
+
"group": "@rollup",
|
|
4050
|
+
"version": "4.59.0",
|
|
4051
|
+
"bom-ref": "beth-copilot@2.0.0|@rollup/rollup-linux-x64-musl@4.59.0",
|
|
4052
|
+
"author": "Lukas Taegert-Atkinson",
|
|
4053
|
+
"description": "Native bindings for Rollup",
|
|
3050
4054
|
"scope": "optional",
|
|
3051
4055
|
"licenses": [
|
|
3052
4056
|
{
|
|
3053
4057
|
"license": {
|
|
3054
|
-
"id": "
|
|
4058
|
+
"id": "MIT",
|
|
3055
4059
|
"acknowledgement": "declared"
|
|
3056
4060
|
}
|
|
3057
4061
|
}
|
|
3058
4062
|
],
|
|
3059
|
-
"purl": "pkg:npm/
|
|
4063
|
+
"purl": "pkg:npm/%40rollup/rollup-linux-x64-musl@4.59.0",
|
|
3060
4064
|
"externalReferences": [
|
|
3061
4065
|
{
|
|
3062
|
-
"url": "git+
|
|
4066
|
+
"url": "git+https://github.com/rollup/rollup.git",
|
|
3063
4067
|
"type": "vcs",
|
|
3064
4068
|
"comment": "as detected from PackageJson property \"repository.url\""
|
|
3065
4069
|
},
|
|
3066
4070
|
{
|
|
3067
|
-
"url": "https://
|
|
4071
|
+
"url": "https://rollupjs.org/",
|
|
3068
4072
|
"type": "website",
|
|
3069
4073
|
"comment": "as detected from PackageJson property \"homepage\""
|
|
3070
4074
|
},
|
|
3071
4075
|
{
|
|
3072
|
-
"url": "https://github.com/
|
|
4076
|
+
"url": "https://github.com/rollup/rollup/issues",
|
|
3073
4077
|
"type": "issue-tracker",
|
|
3074
4078
|
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
3075
4079
|
},
|
|
3076
4080
|
{
|
|
3077
|
-
"url": "https://registry.npmjs.org/
|
|
4081
|
+
"url": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
|
|
3078
4082
|
"type": "distribution",
|
|
3079
4083
|
"hashes": [
|
|
3080
4084
|
{
|
|
3081
4085
|
"alg": "SHA-512",
|
|
3082
|
-
"content": "
|
|
4086
|
+
"content": "d94762c12ffd713031eea214641fdf5ad4e8270bedd156e8d339a762dec40f7e4a3e0d77434ca6d60e38d931cb0bb57223a25f6133f83e248e5b2a0c755dbfc6"
|
|
3083
4087
|
}
|
|
3084
4088
|
],
|
|
3085
4089
|
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
|
|
3086
4090
|
}
|
|
3087
4091
|
],
|
|
3088
4092
|
"properties": [
|
|
4093
|
+
{
|
|
4094
|
+
"name": "cdx:npm:package:development",
|
|
4095
|
+
"value": "true"
|
|
4096
|
+
},
|
|
3089
4097
|
{
|
|
3090
4098
|
"name": "cdx:npm:package:path",
|
|
3091
|
-
"value": "node_modules/
|
|
4099
|
+
"value": "node_modules/@rollup/rollup-linux-x64-musl"
|
|
3092
4100
|
}
|
|
3093
4101
|
]
|
|
3094
4102
|
}
|
|
3095
4103
|
],
|
|
3096
4104
|
"dependencies": [
|
|
3097
4105
|
{
|
|
3098
|
-
"ref": "beth-copilot@
|
|
4106
|
+
"ref": "beth-copilot@2.0.0",
|
|
3099
4107
|
"dependsOn": [
|
|
3100
|
-
"beth-copilot@
|
|
3101
|
-
"beth-copilot@
|
|
3102
|
-
"beth-copilot@
|
|
3103
|
-
"beth-copilot@
|
|
3104
|
-
"beth-copilot@
|
|
4108
|
+
"beth-copilot@2.0.0|@types/node@20.19.37",
|
|
4109
|
+
"beth-copilot@2.0.0|@vitest/coverage-v8@4.0.18",
|
|
4110
|
+
"beth-copilot@2.0.0|gray-matter@4.0.3",
|
|
4111
|
+
"beth-copilot@2.0.0|typescript@5.9.3",
|
|
4112
|
+
"beth-copilot@2.0.0|vitest@4.0.18"
|
|
3105
4113
|
]
|
|
3106
4114
|
},
|
|
3107
4115
|
{
|
|
3108
|
-
"ref": "beth-copilot@
|
|
4116
|
+
"ref": "beth-copilot@2.0.0|@types/node@20.19.37",
|
|
3109
4117
|
"dependsOn": [
|
|
3110
|
-
"beth-copilot@
|
|
3111
|
-
"beth-copilot@1.0.18|@azure/core-auth@1.10.1",
|
|
3112
|
-
"beth-copilot@1.0.18|@azure/core-client@1.10.1",
|
|
3113
|
-
"beth-copilot@1.0.18|@azure/core-rest-pipeline@1.22.2",
|
|
3114
|
-
"beth-copilot@1.0.18|@azure/core-tracing@1.3.1",
|
|
3115
|
-
"beth-copilot@1.0.18|@azure/core-util@1.13.1",
|
|
3116
|
-
"beth-copilot@1.0.18|@azure/logger@1.3.0",
|
|
3117
|
-
"beth-copilot@1.0.18|@azure/msal-browser@4.28.2",
|
|
3118
|
-
"beth-copilot@1.0.18|@azure/msal-node@3.8.7",
|
|
3119
|
-
"beth-copilot@1.0.18|open@10.2.0",
|
|
3120
|
-
"beth-copilot@1.0.18|tslib@2.8.1"
|
|
4118
|
+
"beth-copilot@2.0.0|undici-types@6.21.0"
|
|
3121
4119
|
]
|
|
3122
4120
|
},
|
|
3123
4121
|
{
|
|
3124
|
-
"ref": "beth-copilot@
|
|
4122
|
+
"ref": "beth-copilot@2.0.0|@vitest/coverage-v8@4.0.18",
|
|
3125
4123
|
"dependsOn": [
|
|
3126
|
-
"beth-copilot@
|
|
4124
|
+
"beth-copilot@2.0.0|@bcoe/v8-coverage@1.0.2",
|
|
4125
|
+
"beth-copilot@2.0.0|@vitest/utils@4.0.18",
|
|
4126
|
+
"beth-copilot@2.0.0|ast-v8-to-istanbul@0.3.12",
|
|
4127
|
+
"beth-copilot@2.0.0|istanbul-lib-coverage@3.2.2",
|
|
4128
|
+
"beth-copilot@2.0.0|istanbul-lib-report@3.0.1",
|
|
4129
|
+
"beth-copilot@2.0.0|istanbul-reports@3.2.0",
|
|
4130
|
+
"beth-copilot@2.0.0|magicast@0.5.2",
|
|
4131
|
+
"beth-copilot@2.0.0|obug@2.1.1",
|
|
4132
|
+
"beth-copilot@2.0.0|std-env@3.10.0",
|
|
4133
|
+
"beth-copilot@2.0.0|tinyrainbow@3.0.3",
|
|
4134
|
+
"beth-copilot@2.0.0|vitest@4.0.18"
|
|
3127
4135
|
]
|
|
3128
4136
|
},
|
|
3129
4137
|
{
|
|
3130
|
-
"ref": "beth-copilot@
|
|
4138
|
+
"ref": "beth-copilot@2.0.0|gray-matter@4.0.3",
|
|
3131
4139
|
"dependsOn": [
|
|
3132
|
-
"beth-copilot@
|
|
3133
|
-
"beth-copilot@
|
|
3134
|
-
"beth-copilot@
|
|
3135
|
-
"beth-copilot@
|
|
4140
|
+
"beth-copilot@2.0.0|js-yaml@3.14.2",
|
|
4141
|
+
"beth-copilot@2.0.0|kind-of@6.0.3",
|
|
4142
|
+
"beth-copilot@2.0.0|section-matter@1.0.0",
|
|
4143
|
+
"beth-copilot@2.0.0|strip-bom-string@1.0.0"
|
|
3136
4144
|
]
|
|
3137
4145
|
},
|
|
3138
4146
|
{
|
|
3139
|
-
"ref": "beth-copilot@
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
"ref": "beth-copilot@1.0.18|typescript@5.9.3"
|
|
4147
|
+
"ref": "beth-copilot@2.0.0|typescript@5.9.3"
|
|
3143
4148
|
},
|
|
3144
4149
|
{
|
|
3145
|
-
"ref": "beth-copilot@
|
|
4150
|
+
"ref": "beth-copilot@2.0.0|vitest@4.0.18",
|
|
3146
4151
|
"dependsOn": [
|
|
3147
|
-
"beth-copilot@
|
|
4152
|
+
"beth-copilot@2.0.0|@types/node@20.19.37",
|
|
4153
|
+
"beth-copilot@2.0.0|@vitest/expect@4.0.18",
|
|
4154
|
+
"beth-copilot@2.0.0|@vitest/mocker@4.0.18",
|
|
4155
|
+
"beth-copilot@2.0.0|@vitest/pretty-format@4.0.18",
|
|
4156
|
+
"beth-copilot@2.0.0|@vitest/runner@4.0.18",
|
|
4157
|
+
"beth-copilot@2.0.0|@vitest/snapshot@4.0.18",
|
|
4158
|
+
"beth-copilot@2.0.0|@vitest/spy@4.0.18",
|
|
4159
|
+
"beth-copilot@2.0.0|@vitest/utils@4.0.18",
|
|
4160
|
+
"beth-copilot@2.0.0|es-module-lexer@1.7.0",
|
|
4161
|
+
"beth-copilot@2.0.0|expect-type@1.3.0",
|
|
4162
|
+
"beth-copilot@2.0.0|magic-string@0.30.21",
|
|
4163
|
+
"beth-copilot@2.0.0|obug@2.1.1",
|
|
4164
|
+
"beth-copilot@2.0.0|pathe@2.0.3",
|
|
4165
|
+
"beth-copilot@2.0.0|picomatch@4.0.3",
|
|
4166
|
+
"beth-copilot@2.0.0|std-env@3.10.0",
|
|
4167
|
+
"beth-copilot@2.0.0|tinybench@2.9.0",
|
|
4168
|
+
"beth-copilot@2.0.0|tinyexec@1.0.2",
|
|
4169
|
+
"beth-copilot@2.0.0|tinyglobby@0.2.15",
|
|
4170
|
+
"beth-copilot@2.0.0|tinyrainbow@3.0.3",
|
|
4171
|
+
"beth-copilot@2.0.0|vite@7.3.1",
|
|
4172
|
+
"beth-copilot@2.0.0|why-is-node-running@2.3.0"
|
|
3148
4173
|
]
|
|
3149
4174
|
},
|
|
3150
4175
|
{
|
|
3151
|
-
"ref": "beth-copilot@
|
|
4176
|
+
"ref": "beth-copilot@2.0.0|undici-types@6.21.0"
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
"ref": "beth-copilot@2.0.0|@bcoe/v8-coverage@1.0.2"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"ref": "beth-copilot@2.0.0|@vitest/utils@4.0.18",
|
|
3152
4183
|
"dependsOn": [
|
|
3153
|
-
"beth-copilot@
|
|
3154
|
-
"beth-copilot@
|
|
3155
|
-
"beth-copilot@1.0.18|tslib@2.8.1"
|
|
4184
|
+
"beth-copilot@2.0.0|@vitest/pretty-format@4.0.18",
|
|
4185
|
+
"beth-copilot@2.0.0|tinyrainbow@3.0.3"
|
|
3156
4186
|
]
|
|
3157
4187
|
},
|
|
3158
4188
|
{
|
|
3159
|
-
"ref": "beth-copilot@
|
|
4189
|
+
"ref": "beth-copilot@2.0.0|ast-v8-to-istanbul@0.3.12",
|
|
3160
4190
|
"dependsOn": [
|
|
3161
|
-
"beth-copilot@
|
|
3162
|
-
"beth-copilot@
|
|
3163
|
-
"beth-copilot@
|
|
3164
|
-
"beth-copilot@1.0.18|@azure/core-tracing@1.3.1",
|
|
3165
|
-
"beth-copilot@1.0.18|@azure/core-util@1.13.1",
|
|
3166
|
-
"beth-copilot@1.0.18|@azure/logger@1.3.0",
|
|
3167
|
-
"beth-copilot@1.0.18|tslib@2.8.1"
|
|
4191
|
+
"beth-copilot@2.0.0|@jridgewell/trace-mapping@0.3.31",
|
|
4192
|
+
"beth-copilot@2.0.0|estree-walker@3.0.3",
|
|
4193
|
+
"beth-copilot@2.0.0|js-tokens@10.0.0"
|
|
3168
4194
|
]
|
|
3169
4195
|
},
|
|
3170
4196
|
{
|
|
3171
|
-
"ref": "beth-copilot@
|
|
4197
|
+
"ref": "beth-copilot@2.0.0|istanbul-lib-coverage@3.2.2"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"ref": "beth-copilot@2.0.0|istanbul-lib-report@3.0.1",
|
|
3172
4201
|
"dependsOn": [
|
|
3173
|
-
"beth-copilot@
|
|
3174
|
-
"beth-copilot@
|
|
3175
|
-
"beth-copilot@
|
|
3176
|
-
"beth-copilot@1.0.18|@azure/core-util@1.13.1",
|
|
3177
|
-
"beth-copilot@1.0.18|@azure/logger@1.3.0",
|
|
3178
|
-
"beth-copilot@1.0.18|@typespec/ts-http-runtime@0.3.3",
|
|
3179
|
-
"beth-copilot@1.0.18|tslib@2.8.1"
|
|
4202
|
+
"beth-copilot@2.0.0|istanbul-lib-coverage@3.2.2",
|
|
4203
|
+
"beth-copilot@2.0.0|make-dir@4.0.0",
|
|
4204
|
+
"beth-copilot@2.0.0|supports-color@7.2.0"
|
|
3180
4205
|
]
|
|
3181
4206
|
},
|
|
3182
4207
|
{
|
|
3183
|
-
"ref": "beth-copilot@
|
|
4208
|
+
"ref": "beth-copilot@2.0.0|istanbul-reports@3.2.0",
|
|
3184
4209
|
"dependsOn": [
|
|
3185
|
-
"beth-copilot@
|
|
4210
|
+
"beth-copilot@2.0.0|html-escaper@2.0.2",
|
|
4211
|
+
"beth-copilot@2.0.0|istanbul-lib-report@3.0.1"
|
|
3186
4212
|
]
|
|
3187
4213
|
},
|
|
3188
4214
|
{
|
|
3189
|
-
"ref": "beth-copilot@
|
|
4215
|
+
"ref": "beth-copilot@2.0.0|magicast@0.5.2",
|
|
3190
4216
|
"dependsOn": [
|
|
3191
|
-
"beth-copilot@
|
|
3192
|
-
"beth-copilot@
|
|
3193
|
-
"beth-copilot@
|
|
4217
|
+
"beth-copilot@2.0.0|@babel/parser@7.29.0",
|
|
4218
|
+
"beth-copilot@2.0.0|@babel/types@7.29.0",
|
|
4219
|
+
"beth-copilot@2.0.0|source-map-js@1.2.1"
|
|
3194
4220
|
]
|
|
3195
4221
|
},
|
|
3196
4222
|
{
|
|
3197
|
-
"ref": "beth-copilot@
|
|
4223
|
+
"ref": "beth-copilot@2.0.0|obug@2.1.1"
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
"ref": "beth-copilot@2.0.0|std-env@3.10.0"
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"ref": "beth-copilot@2.0.0|tinyrainbow@3.0.3"
|
|
4230
|
+
},
|
|
4231
|
+
{
|
|
4232
|
+
"ref": "beth-copilot@2.0.0|js-yaml@3.14.2",
|
|
3198
4233
|
"dependsOn": [
|
|
3199
|
-
"beth-copilot@
|
|
3200
|
-
"beth-copilot@
|
|
4234
|
+
"beth-copilot@2.0.0|argparse@1.0.10",
|
|
4235
|
+
"beth-copilot@2.0.0|esprima@4.0.1"
|
|
3201
4236
|
]
|
|
3202
4237
|
},
|
|
3203
4238
|
{
|
|
3204
|
-
"ref": "beth-copilot@
|
|
4239
|
+
"ref": "beth-copilot@2.0.0|kind-of@6.0.3"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"ref": "beth-copilot@2.0.0|section-matter@1.0.0",
|
|
3205
4243
|
"dependsOn": [
|
|
3206
|
-
"beth-copilot@
|
|
4244
|
+
"beth-copilot@2.0.0|extend-shallow@2.0.1",
|
|
4245
|
+
"beth-copilot@2.0.0|kind-of@6.0.3"
|
|
3207
4246
|
]
|
|
3208
4247
|
},
|
|
3209
4248
|
{
|
|
3210
|
-
"ref": "beth-copilot@
|
|
4249
|
+
"ref": "beth-copilot@2.0.0|strip-bom-string@1.0.0"
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"ref": "beth-copilot@2.0.0|@vitest/expect@4.0.18",
|
|
3211
4253
|
"dependsOn": [
|
|
3212
|
-
"beth-copilot@
|
|
3213
|
-
"beth-copilot@
|
|
3214
|
-
"beth-copilot@
|
|
4254
|
+
"beth-copilot@2.0.0|@standard-schema/spec@1.1.0",
|
|
4255
|
+
"beth-copilot@2.0.0|@types/chai@5.2.3",
|
|
4256
|
+
"beth-copilot@2.0.0|@vitest/spy@4.0.18",
|
|
4257
|
+
"beth-copilot@2.0.0|@vitest/utils@4.0.18",
|
|
4258
|
+
"beth-copilot@2.0.0|chai@6.2.2",
|
|
4259
|
+
"beth-copilot@2.0.0|tinyrainbow@3.0.3"
|
|
3215
4260
|
]
|
|
3216
4261
|
},
|
|
3217
4262
|
{
|
|
3218
|
-
"ref": "beth-copilot@
|
|
4263
|
+
"ref": "beth-copilot@2.0.0|@vitest/mocker@4.0.18",
|
|
3219
4264
|
"dependsOn": [
|
|
3220
|
-
"beth-copilot@
|
|
3221
|
-
"beth-copilot@
|
|
3222
|
-
"beth-copilot@
|
|
3223
|
-
"beth-copilot@
|
|
4265
|
+
"beth-copilot@2.0.0|@vitest/spy@4.0.18",
|
|
4266
|
+
"beth-copilot@2.0.0|estree-walker@3.0.3",
|
|
4267
|
+
"beth-copilot@2.0.0|magic-string@0.30.21",
|
|
4268
|
+
"beth-copilot@2.0.0|vite@7.3.1"
|
|
3224
4269
|
]
|
|
3225
4270
|
},
|
|
3226
4271
|
{
|
|
3227
|
-
"ref": "beth-copilot@
|
|
4272
|
+
"ref": "beth-copilot@2.0.0|@vitest/pretty-format@4.0.18",
|
|
4273
|
+
"dependsOn": [
|
|
4274
|
+
"beth-copilot@2.0.0|tinyrainbow@3.0.3"
|
|
4275
|
+
]
|
|
3228
4276
|
},
|
|
3229
4277
|
{
|
|
3230
|
-
"ref": "beth-copilot@
|
|
4278
|
+
"ref": "beth-copilot@2.0.0|@vitest/runner@4.0.18",
|
|
4279
|
+
"dependsOn": [
|
|
4280
|
+
"beth-copilot@2.0.0|@vitest/utils@4.0.18",
|
|
4281
|
+
"beth-copilot@2.0.0|pathe@2.0.3"
|
|
4282
|
+
]
|
|
3231
4283
|
},
|
|
3232
4284
|
{
|
|
3233
|
-
"ref": "beth-copilot@
|
|
4285
|
+
"ref": "beth-copilot@2.0.0|@vitest/snapshot@4.0.18",
|
|
3234
4286
|
"dependsOn": [
|
|
3235
|
-
"beth-copilot@
|
|
3236
|
-
"beth-copilot@
|
|
4287
|
+
"beth-copilot@2.0.0|@vitest/pretty-format@4.0.18",
|
|
4288
|
+
"beth-copilot@2.0.0|magic-string@0.30.21",
|
|
4289
|
+
"beth-copilot@2.0.0|pathe@2.0.3"
|
|
3237
4290
|
]
|
|
3238
4291
|
},
|
|
3239
4292
|
{
|
|
3240
|
-
"ref": "beth-copilot@
|
|
4293
|
+
"ref": "beth-copilot@2.0.0|@vitest/spy@4.0.18"
|
|
3241
4294
|
},
|
|
3242
4295
|
{
|
|
3243
|
-
"ref": "beth-copilot@
|
|
3244
|
-
"dependsOn": [
|
|
3245
|
-
"beth-copilot@1.0.18|extend-shallow@2.0.1",
|
|
3246
|
-
"beth-copilot@1.0.18|kind-of@6.0.3"
|
|
3247
|
-
]
|
|
4296
|
+
"ref": "beth-copilot@2.0.0|es-module-lexer@1.7.0"
|
|
3248
4297
|
},
|
|
3249
4298
|
{
|
|
3250
|
-
"ref": "beth-copilot@
|
|
4299
|
+
"ref": "beth-copilot@2.0.0|expect-type@1.3.0"
|
|
3251
4300
|
},
|
|
3252
4301
|
{
|
|
3253
|
-
"ref": "beth-copilot@
|
|
4302
|
+
"ref": "beth-copilot@2.0.0|magic-string@0.30.21",
|
|
3254
4303
|
"dependsOn": [
|
|
3255
|
-
"beth-copilot@
|
|
3256
|
-
"beth-copilot@1.0.18|https-proxy-agent@7.0.6",
|
|
3257
|
-
"beth-copilot@1.0.18|tslib@2.8.1"
|
|
4304
|
+
"beth-copilot@2.0.0|@jridgewell/sourcemap-codec@1.5.5"
|
|
3258
4305
|
]
|
|
3259
4306
|
},
|
|
3260
4307
|
{
|
|
3261
|
-
"ref": "beth-copilot@
|
|
4308
|
+
"ref": "beth-copilot@2.0.0|pathe@2.0.3"
|
|
3262
4309
|
},
|
|
3263
4310
|
{
|
|
3264
|
-
"ref": "beth-copilot@
|
|
3265
|
-
"dependsOn": [
|
|
3266
|
-
"beth-copilot@1.0.18|jws@4.0.1",
|
|
3267
|
-
"beth-copilot@1.0.18|lodash.includes@4.3.0",
|
|
3268
|
-
"beth-copilot@1.0.18|lodash.isboolean@3.0.3",
|
|
3269
|
-
"beth-copilot@1.0.18|lodash.isinteger@4.0.4",
|
|
3270
|
-
"beth-copilot@1.0.18|lodash.isnumber@3.0.3",
|
|
3271
|
-
"beth-copilot@1.0.18|lodash.isplainobject@4.0.6",
|
|
3272
|
-
"beth-copilot@1.0.18|lodash.isstring@4.0.1",
|
|
3273
|
-
"beth-copilot@1.0.18|lodash.once@4.1.1",
|
|
3274
|
-
"beth-copilot@1.0.18|ms@2.1.3",
|
|
3275
|
-
"beth-copilot@1.0.18|semver@7.7.4"
|
|
3276
|
-
]
|
|
4311
|
+
"ref": "beth-copilot@2.0.0|picomatch@4.0.3"
|
|
3277
4312
|
},
|
|
3278
4313
|
{
|
|
3279
|
-
"ref": "beth-copilot@
|
|
4314
|
+
"ref": "beth-copilot@2.0.0|tinybench@2.9.0"
|
|
3280
4315
|
},
|
|
3281
4316
|
{
|
|
3282
|
-
"ref": "beth-copilot@
|
|
4317
|
+
"ref": "beth-copilot@2.0.0|tinyexec@1.0.2"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"ref": "beth-copilot@2.0.0|tinyglobby@0.2.15",
|
|
3283
4321
|
"dependsOn": [
|
|
3284
|
-
"beth-copilot@
|
|
3285
|
-
"beth-copilot@
|
|
4322
|
+
"beth-copilot@2.0.0|fdir@6.5.0",
|
|
4323
|
+
"beth-copilot@2.0.0|picomatch@4.0.3"
|
|
3286
4324
|
]
|
|
3287
4325
|
},
|
|
3288
4326
|
{
|
|
3289
|
-
"ref": "beth-copilot@
|
|
4327
|
+
"ref": "beth-copilot@2.0.0|vite@7.3.1",
|
|
4328
|
+
"dependsOn": [
|
|
4329
|
+
"beth-copilot@2.0.0|@types/node@20.19.37",
|
|
4330
|
+
"beth-copilot@2.0.0|esbuild@0.27.3",
|
|
4331
|
+
"beth-copilot@2.0.0|fdir@6.5.0",
|
|
4332
|
+
"beth-copilot@2.0.0|picomatch@4.0.3",
|
|
4333
|
+
"beth-copilot@2.0.0|postcss@8.5.8",
|
|
4334
|
+
"beth-copilot@2.0.0|rollup@4.59.0",
|
|
4335
|
+
"beth-copilot@2.0.0|tinyglobby@0.2.15"
|
|
4336
|
+
]
|
|
3290
4337
|
},
|
|
3291
4338
|
{
|
|
3292
|
-
"ref": "beth-copilot@
|
|
4339
|
+
"ref": "beth-copilot@2.0.0|why-is-node-running@2.3.0",
|
|
3293
4340
|
"dependsOn": [
|
|
3294
|
-
"beth-copilot@
|
|
4341
|
+
"beth-copilot@2.0.0|siginfo@2.0.0",
|
|
4342
|
+
"beth-copilot@2.0.0|stackback@0.0.2"
|
|
3295
4343
|
]
|
|
3296
4344
|
},
|
|
3297
4345
|
{
|
|
3298
|
-
"ref": "beth-copilot@
|
|
4346
|
+
"ref": "beth-copilot@2.0.0|@jridgewell/trace-mapping@0.3.31",
|
|
3299
4347
|
"dependsOn": [
|
|
3300
|
-
"beth-copilot@
|
|
4348
|
+
"beth-copilot@2.0.0|@jridgewell/resolve-uri@3.1.2",
|
|
4349
|
+
"beth-copilot@2.0.0|@jridgewell/sourcemap-codec@1.5.5"
|
|
3301
4350
|
]
|
|
3302
4351
|
},
|
|
3303
4352
|
{
|
|
3304
|
-
"ref": "beth-copilot@
|
|
4353
|
+
"ref": "beth-copilot@2.0.0|estree-walker@3.0.3",
|
|
3305
4354
|
"dependsOn": [
|
|
3306
|
-
"beth-copilot@
|
|
4355
|
+
"beth-copilot@2.0.0|@types/estree@1.0.8"
|
|
3307
4356
|
]
|
|
3308
4357
|
},
|
|
3309
4358
|
{
|
|
3310
|
-
"ref": "beth-copilot@
|
|
4359
|
+
"ref": "beth-copilot@2.0.0|js-tokens@10.0.0"
|
|
3311
4360
|
},
|
|
3312
4361
|
{
|
|
3313
|
-
"ref": "beth-copilot@
|
|
4362
|
+
"ref": "beth-copilot@2.0.0|make-dir@4.0.0",
|
|
3314
4363
|
"dependsOn": [
|
|
3315
|
-
"beth-copilot@
|
|
4364
|
+
"beth-copilot@2.0.0|semver@7.7.4"
|
|
3316
4365
|
]
|
|
3317
4366
|
},
|
|
3318
4367
|
{
|
|
3319
|
-
"ref": "beth-copilot@
|
|
4368
|
+
"ref": "beth-copilot@2.0.0|supports-color@7.2.0",
|
|
3320
4369
|
"dependsOn": [
|
|
3321
|
-
"beth-copilot@
|
|
3322
|
-
"beth-copilot@1.0.18|debug@4.4.3"
|
|
4370
|
+
"beth-copilot@2.0.0|has-flag@4.0.0"
|
|
3323
4371
|
]
|
|
3324
4372
|
},
|
|
3325
4373
|
{
|
|
3326
|
-
"ref": "beth-copilot@
|
|
3327
|
-
"dependsOn": [
|
|
3328
|
-
"beth-copilot@1.0.18|agent-base@7.1.4",
|
|
3329
|
-
"beth-copilot@1.0.18|debug@4.4.3"
|
|
3330
|
-
]
|
|
4374
|
+
"ref": "beth-copilot@2.0.0|html-escaper@2.0.2"
|
|
3331
4375
|
},
|
|
3332
4376
|
{
|
|
3333
|
-
"ref": "beth-copilot@
|
|
4377
|
+
"ref": "beth-copilot@2.0.0|@babel/parser@7.29.0",
|
|
3334
4378
|
"dependsOn": [
|
|
3335
|
-
"beth-copilot@
|
|
3336
|
-
"beth-copilot@1.0.18|safe-buffer@5.2.1"
|
|
4379
|
+
"beth-copilot@2.0.0|@babel/types@7.29.0"
|
|
3337
4380
|
]
|
|
3338
4381
|
},
|
|
3339
4382
|
{
|
|
3340
|
-
"ref": "beth-copilot@
|
|
4383
|
+
"ref": "beth-copilot@2.0.0|@babel/types@7.29.0",
|
|
4384
|
+
"dependsOn": [
|
|
4385
|
+
"beth-copilot@2.0.0|@babel/helper-string-parser@7.27.1",
|
|
4386
|
+
"beth-copilot@2.0.0|@babel/helper-validator-identifier@7.28.5"
|
|
4387
|
+
]
|
|
3341
4388
|
},
|
|
3342
4389
|
{
|
|
3343
|
-
"ref": "beth-copilot@
|
|
4390
|
+
"ref": "beth-copilot@2.0.0|source-map-js@1.2.1"
|
|
3344
4391
|
},
|
|
3345
4392
|
{
|
|
3346
|
-
"ref": "beth-copilot@
|
|
4393
|
+
"ref": "beth-copilot@2.0.0|argparse@1.0.10",
|
|
4394
|
+
"dependsOn": [
|
|
4395
|
+
"beth-copilot@2.0.0|sprintf-js@1.0.3"
|
|
4396
|
+
]
|
|
3347
4397
|
},
|
|
3348
4398
|
{
|
|
3349
|
-
"ref": "beth-copilot@
|
|
4399
|
+
"ref": "beth-copilot@2.0.0|esprima@4.0.1"
|
|
3350
4400
|
},
|
|
3351
4401
|
{
|
|
3352
|
-
"ref": "beth-copilot@
|
|
4402
|
+
"ref": "beth-copilot@2.0.0|extend-shallow@2.0.1",
|
|
4403
|
+
"dependsOn": [
|
|
4404
|
+
"beth-copilot@2.0.0|is-extendable@0.1.1"
|
|
4405
|
+
]
|
|
3353
4406
|
},
|
|
3354
4407
|
{
|
|
3355
|
-
"ref": "beth-copilot@
|
|
4408
|
+
"ref": "beth-copilot@2.0.0|@standard-schema/spec@1.1.0"
|
|
3356
4409
|
},
|
|
3357
4410
|
{
|
|
3358
|
-
"ref": "beth-copilot@
|
|
4411
|
+
"ref": "beth-copilot@2.0.0|@types/chai@5.2.3",
|
|
4412
|
+
"dependsOn": [
|
|
4413
|
+
"beth-copilot@2.0.0|@types/deep-eql@4.0.2",
|
|
4414
|
+
"beth-copilot@2.0.0|assertion-error@2.0.1"
|
|
4415
|
+
]
|
|
3359
4416
|
},
|
|
3360
4417
|
{
|
|
3361
|
-
"ref": "beth-copilot@
|
|
4418
|
+
"ref": "beth-copilot@2.0.0|chai@6.2.2"
|
|
3362
4419
|
},
|
|
3363
4420
|
{
|
|
3364
|
-
"ref": "beth-copilot@
|
|
4421
|
+
"ref": "beth-copilot@2.0.0|@jridgewell/sourcemap-codec@1.5.5"
|
|
3365
4422
|
},
|
|
3366
4423
|
{
|
|
3367
|
-
"ref": "beth-copilot@
|
|
4424
|
+
"ref": "beth-copilot@2.0.0|fdir@6.5.0",
|
|
3368
4425
|
"dependsOn": [
|
|
3369
|
-
"beth-copilot@
|
|
4426
|
+
"beth-copilot@2.0.0|picomatch@4.0.3"
|
|
3370
4427
|
]
|
|
3371
4428
|
},
|
|
3372
4429
|
{
|
|
3373
|
-
"ref": "beth-copilot@
|
|
4430
|
+
"ref": "beth-copilot@2.0.0|esbuild@0.27.3",
|
|
4431
|
+
"dependsOn": [
|
|
4432
|
+
"beth-copilot@2.0.0|@esbuild/linux-x64@0.27.3"
|
|
4433
|
+
]
|
|
3374
4434
|
},
|
|
3375
4435
|
{
|
|
3376
|
-
"ref": "beth-copilot@
|
|
4436
|
+
"ref": "beth-copilot@2.0.0|postcss@8.5.8",
|
|
4437
|
+
"dependsOn": [
|
|
4438
|
+
"beth-copilot@2.0.0|nanoid@3.3.11",
|
|
4439
|
+
"beth-copilot@2.0.0|picocolors@1.1.1",
|
|
4440
|
+
"beth-copilot@2.0.0|source-map-js@1.2.1"
|
|
4441
|
+
]
|
|
3377
4442
|
},
|
|
3378
4443
|
{
|
|
3379
|
-
"ref": "beth-copilot@
|
|
4444
|
+
"ref": "beth-copilot@2.0.0|rollup@4.59.0",
|
|
3380
4445
|
"dependsOn": [
|
|
3381
|
-
"beth-copilot@
|
|
4446
|
+
"beth-copilot@2.0.0|@rollup/rollup-linux-x64-gnu@4.59.0",
|
|
4447
|
+
"beth-copilot@2.0.0|@rollup/rollup-linux-x64-musl@4.59.0",
|
|
4448
|
+
"beth-copilot@2.0.0|@types/estree@1.0.8"
|
|
3382
4449
|
]
|
|
3383
4450
|
},
|
|
3384
4451
|
{
|
|
3385
|
-
"ref": "beth-copilot@
|
|
4452
|
+
"ref": "beth-copilot@2.0.0|siginfo@2.0.0"
|
|
3386
4453
|
},
|
|
3387
4454
|
{
|
|
3388
|
-
"ref": "beth-copilot@
|
|
4455
|
+
"ref": "beth-copilot@2.0.0|stackback@0.0.2"
|
|
3389
4456
|
},
|
|
3390
4457
|
{
|
|
3391
|
-
"ref": "beth-copilot@
|
|
4458
|
+
"ref": "beth-copilot@2.0.0|@jridgewell/resolve-uri@3.1.2"
|
|
3392
4459
|
},
|
|
3393
4460
|
{
|
|
3394
|
-
"ref": "beth-copilot@
|
|
3395
|
-
"dependsOn": [
|
|
3396
|
-
"beth-copilot@1.0.18|ms@2.1.3"
|
|
3397
|
-
]
|
|
4461
|
+
"ref": "beth-copilot@2.0.0|@types/estree@1.0.8"
|
|
3398
4462
|
},
|
|
3399
4463
|
{
|
|
3400
|
-
"ref": "beth-copilot@
|
|
3401
|
-
"dependsOn": [
|
|
3402
|
-
"beth-copilot@1.0.18|buffer-equal-constant-time@1.0.1",
|
|
3403
|
-
"beth-copilot@1.0.18|ecdsa-sig-formatter@1.0.11",
|
|
3404
|
-
"beth-copilot@1.0.18|safe-buffer@5.2.1"
|
|
3405
|
-
]
|
|
4464
|
+
"ref": "beth-copilot@2.0.0|semver@7.7.4"
|
|
3406
4465
|
},
|
|
3407
4466
|
{
|
|
3408
|
-
"ref": "beth-copilot@
|
|
4467
|
+
"ref": "beth-copilot@2.0.0|has-flag@4.0.0"
|
|
3409
4468
|
},
|
|
3410
4469
|
{
|
|
3411
|
-
"ref": "beth-copilot@
|
|
4470
|
+
"ref": "beth-copilot@2.0.0|@babel/helper-string-parser@7.27.1"
|
|
3412
4471
|
},
|
|
3413
4472
|
{
|
|
3414
|
-
"ref": "beth-copilot@
|
|
4473
|
+
"ref": "beth-copilot@2.0.0|@babel/helper-validator-identifier@7.28.5"
|
|
3415
4474
|
},
|
|
3416
4475
|
{
|
|
3417
|
-
"ref": "beth-copilot@
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
4476
|
+
"ref": "beth-copilot@2.0.0|sprintf-js@1.0.3"
|
|
4477
|
+
},
|
|
4478
|
+
{
|
|
4479
|
+
"ref": "beth-copilot@2.0.0|is-extendable@0.1.1"
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"ref": "beth-copilot@2.0.0|@types/deep-eql@4.0.2"
|
|
4483
|
+
},
|
|
4484
|
+
{
|
|
4485
|
+
"ref": "beth-copilot@2.0.0|assertion-error@2.0.1"
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"ref": "beth-copilot@2.0.0|@esbuild/linux-x64@0.27.3"
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"ref": "beth-copilot@2.0.0|nanoid@3.3.11"
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"ref": "beth-copilot@2.0.0|picocolors@1.1.1"
|
|
4495
|
+
},
|
|
4496
|
+
{
|
|
4497
|
+
"ref": "beth-copilot@2.0.0|@rollup/rollup-linux-x64-gnu@4.59.0"
|
|
4498
|
+
},
|
|
4499
|
+
{
|
|
4500
|
+
"ref": "beth-copilot@2.0.0|@rollup/rollup-linux-x64-musl@4.59.0"
|
|
3421
4501
|
}
|
|
3422
4502
|
]
|
|
3423
4503
|
}
|