@socketsecurity/cli-with-sentry 1.0.92 → 1.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1359 -1280
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/socket-completion.bash +19 -19
- package/dist/tsconfig.dts.tsbuildinfo +1 -0
- package/dist/types/cli.d.mts +3 -0
- package/dist/types/cli.d.mts.map +1 -0
- package/dist/types/commands/analytics/cmd-analytics.d.mts +11 -0
- package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -0
- package/dist/types/commands/analytics/fetch-org-analytics.d.mts +8 -0
- package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -0
- package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +8 -0
- package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -0
- package/dist/types/commands/analytics/handle-analytics.d.mts +9 -0
- package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -0
- package/dist/types/commands/analytics/output-analytics.d.mts +28 -0
- package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -0
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts +11 -0
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -0
- package/dist/types/commands/audit-log/fetch-audit-log.d.mts +15 -0
- package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -0
- package/dist/types/commands/audit-log/handle-audit-log.d.mts +9 -0
- package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +1 -0
- package/dist/types/commands/audit-log/output-audit-log.d.mts +22 -0
- package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -0
- package/dist/types/commands/ci/cmd-ci.d.mts +10 -0
- package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -0
- package/dist/types/commands/ci/fetch-default-org-slug.d.mts +4 -0
- package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -0
- package/dist/types/commands/ci/handle-ci.d.mts +2 -0
- package/dist/types/commands/ci/handle-ci.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-auto.d.mts +11 -0
- package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-get.d.mts +10 -0
- package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-list.d.mts +10 -0
- package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-set.d.mts +11 -0
- package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-unset.d.mts +11 -0
- package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config.d.mts +3 -0
- package/dist/types/commands/config/cmd-config.d.mts.map +1 -0
- package/dist/types/commands/config/discover-config-value.d.mts +3 -0
- package/dist/types/commands/config/discover-config-value.d.mts.map +1 -0
- package/dist/types/commands/config/handle-config-auto.d.mts +7 -0
- package/dist/types/commands/config/handle-config-auto.d.mts.map +1 -0
- package/dist/types/commands/config/handle-config-get.d.mts +7 -0
- package/dist/types/commands/config/handle-config-get.d.mts.map +1 -0
- package/dist/types/commands/config/handle-config-set.d.mts +8 -0
- package/dist/types/commands/config/handle-config-set.d.mts.map +1 -0
- package/dist/types/commands/config/handle-config-unset.d.mts +7 -0
- package/dist/types/commands/config/handle-config-unset.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-auto.d.mts +4 -0
- package/dist/types/commands/config/output-config-auto.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-get.d.mts +4 -0
- package/dist/types/commands/config/output-config-get.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-list.d.mts +6 -0
- package/dist/types/commands/config/output-config-list.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-set.d.mts +3 -0
- package/dist/types/commands/config/output-config-set.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-unset.d.mts +3 -0
- package/dist/types/commands/config/output-config-unset.d.mts.map +1 -0
- package/dist/types/commands/fix/agent-fix.d.mts +42 -0
- package/dist/types/commands/fix/agent-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/cmd-fix.d.mts +11 -0
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/coana-fix.d.mts +6 -0
- package/dist/types/commands/fix/coana-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/fix-branch-helpers.d.mts +4 -0
- package/dist/types/commands/fix/fix-branch-helpers.d.mts.map +1 -0
- package/dist/types/commands/fix/fix-env-helpers.d.mts +13 -0
- package/dist/types/commands/fix/fix-env-helpers.d.mts.map +1 -0
- package/dist/types/commands/fix/get-actual-tree.d.mts +3 -0
- package/dist/types/commands/fix/get-actual-tree.d.mts.map +1 -0
- package/dist/types/commands/fix/handle-fix.d.mts +11 -0
- package/dist/types/commands/fix/handle-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/npm-fix.d.mts +7 -0
- package/dist/types/commands/fix/npm-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/output-fix-result.d.mts +3 -0
- package/dist/types/commands/fix/output-fix-result.d.mts.map +1 -0
- package/dist/types/commands/fix/pnpm-fix.d.mts +7 -0
- package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/pull-request.d.mts +47 -0
- package/dist/types/commands/fix/pull-request.d.mts.map +1 -0
- package/dist/types/commands/fix/shared.d.mts +8 -0
- package/dist/types/commands/fix/shared.d.mts.map +1 -0
- package/dist/types/commands/fix/socket-git.d.mts +32 -0
- package/dist/types/commands/fix/socket-git.d.mts.map +1 -0
- package/dist/types/commands/install/cmd-install-completion.d.mts +10 -0
- package/dist/types/commands/install/cmd-install-completion.d.mts.map +1 -0
- package/dist/types/commands/install/cmd-install.d.mts +3 -0
- package/dist/types/commands/install/cmd-install.d.mts.map +1 -0
- package/dist/types/commands/install/handle-install-completion.d.mts +2 -0
- package/dist/types/commands/install/handle-install-completion.d.mts.map +1 -0
- package/dist/types/commands/install/output-install-completion.d.mts +12 -0
- package/dist/types/commands/install/output-install-completion.d.mts.map +1 -0
- package/dist/types/commands/install/setup-tab-completion.d.mts +13 -0
- package/dist/types/commands/install/setup-tab-completion.d.mts.map +1 -0
- package/dist/types/commands/json/cmd-json.d.mts +10 -0
- package/dist/types/commands/json/cmd-json.d.mts.map +1 -0
- package/dist/types/commands/json/handle-cmd-json.d.mts +2 -0
- package/dist/types/commands/json/handle-cmd-json.d.mts.map +1 -0
- package/dist/types/commands/json/output-cmd-json.d.mts +2 -0
- package/dist/types/commands/json/output-cmd-json.d.mts.map +1 -0
- package/dist/types/commands/login/apply-login.d.mts +2 -0
- package/dist/types/commands/login/apply-login.d.mts.map +1 -0
- package/dist/types/commands/login/attempt-login.d.mts +6 -0
- package/dist/types/commands/login/attempt-login.d.mts.map +1 -0
- package/dist/types/commands/login/cmd-login.d.mts +11 -0
- package/dist/types/commands/login/cmd-login.d.mts.map +1 -0
- package/dist/types/commands/logout/apply-logout.d.mts +2 -0
- package/dist/types/commands/logout/apply-logout.d.mts.map +1 -0
- package/dist/types/commands/logout/attempt-logout.d.mts +2 -0
- package/dist/types/commands/logout/attempt-logout.d.mts.map +1 -0
- package/dist/types/commands/logout/cmd-logout.d.mts +10 -0
- package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest.d.mts.map +1 -0
- package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +8 -0
- package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +1 -0
- package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts +7 -0
- package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts.map +1 -0
- package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts +8 -0
- package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts.map +1 -0
- package/dist/types/commands/manifest/detect-manifest-actions.d.mts +13 -0
- package/dist/types/commands/manifest/detect-manifest-actions.d.mts.map +1 -0
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts +9 -0
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -0
- package/dist/types/commands/manifest/handle-manifest-conda.d.mts +9 -0
- package/dist/types/commands/manifest/handle-manifest-conda.d.mts.map +1 -0
- package/dist/types/commands/manifest/handle-manifest-setup.d.mts +2 -0
- package/dist/types/commands/manifest/handle-manifest-setup.d.mts.map +1 -0
- package/dist/types/commands/manifest/output-manifest-setup.d.mts +3 -0
- package/dist/types/commands/manifest/output-manifest-setup.d.mts.map +1 -0
- package/dist/types/commands/manifest/output-requirements.d.mts +6 -0
- package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -0
- package/dist/types/commands/manifest/run-cdxgen.d.mts +2 -0
- package/dist/types/commands/manifest/run-cdxgen.d.mts.map +1 -0
- package/dist/types/commands/manifest/setup-manifest-config.d.mts +3 -0
- package/dist/types/commands/manifest/setup-manifest-config.d.mts.map +1 -0
- package/dist/types/commands/npm/cmd-npm.d.mts +11 -0
- package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -0
- package/dist/types/commands/npx/cmd-npx.d.mts +10 -0
- package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -0
- package/dist/types/commands/oops/cmd-oops.d.mts +10 -0
- package/dist/types/commands/oops/cmd-oops.d.mts.map +1 -0
- package/dist/types/commands/optimize/add-overrides.d.mts +20 -0
- package/dist/types/commands/optimize/add-overrides.d.mts.map +1 -0
- package/dist/types/commands/optimize/apply-optimization.d.mts +14 -0
- package/dist/types/commands/optimize/apply-optimization.d.mts.map +1 -0
- package/dist/types/commands/optimize/cmd-optimize.d.mts +11 -0
- package/dist/types/commands/optimize/cmd-optimize.d.mts.map +1 -0
- package/dist/types/commands/optimize/deps-includes-by-agent.d.mts +5 -0
- package/dist/types/commands/optimize/deps-includes-by-agent.d.mts.map +1 -0
- package/dist/types/commands/optimize/get-dependency-entries.d.mts +3 -0
- package/dist/types/commands/optimize/get-dependency-entries.d.mts.map +1 -0
- package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +42 -0
- package/dist/types/commands/optimize/get-overrides-by-agent.d.mts.map +1 -0
- package/dist/types/commands/optimize/handle-optimize.d.mts +8 -0
- package/dist/types/commands/optimize/handle-optimize.d.mts.map +1 -0
- package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts +8 -0
- package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts.map +1 -0
- package/dist/types/commands/optimize/ls-by-agent.d.mts +13 -0
- package/dist/types/commands/optimize/ls-by-agent.d.mts.map +1 -0
- package/dist/types/commands/optimize/output-optimize-result.d.mts +9 -0
- package/dist/types/commands/optimize/output-optimize-result.d.mts.map +1 -0
- package/dist/types/commands/optimize/shared.d.mts +2 -0
- package/dist/types/commands/optimize/shared.d.mts.map +1 -0
- package/dist/types/commands/optimize/types.d.mts +9 -0
- package/dist/types/commands/optimize/types.d.mts.map +1 -0
- package/dist/types/commands/optimize/update-lockfile.d.mts +11 -0
- package/dist/types/commands/optimize/update-lockfile.d.mts.map +1 -0
- package/dist/types/commands/optimize/update-manifest-by-agent.d.mts +8 -0
- package/dist/types/commands/optimize/update-manifest-by-agent.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +11 -0
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-list.d.mts +11 -0
- package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts +11 -0
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +11 -0
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-policy.d.mts +3 -0
- package/dist/types/commands/organization/cmd-organization-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-quota.d.mts +10 -0
- package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization.d.mts +3 -0
- package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-dependencies.d.mts +12 -0
- package/dist/types/commands/organization/fetch-dependencies.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-license-policy.d.mts +8 -0
- package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-organization-list.d.mts +8 -0
- package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-quota.d.mts +8 -0
- package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-security-policy.d.mts +8 -0
- package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-dependencies.d.mts +7 -0
- package/dist/types/commands/organization/handle-dependencies.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-license-policy.d.mts +3 -0
- package/dist/types/commands/organization/handle-license-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-organization-list.d.mts +3 -0
- package/dist/types/commands/organization/handle-organization-list.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-quota.d.mts +3 -0
- package/dist/types/commands/organization/handle-quota.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-security-policy.d.mts +3 -0
- package/dist/types/commands/organization/handle-security-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/output-dependencies.d.mts +8 -0
- package/dist/types/commands/organization/output-dependencies.d.mts.map +1 -0
- package/dist/types/commands/organization/output-license-policy.d.mts +4 -0
- package/dist/types/commands/organization/output-license-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/output-organization-list.d.mts +4 -0
- package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -0
- package/dist/types/commands/organization/output-quota.d.mts +4 -0
- package/dist/types/commands/organization/output-quota.d.mts.map +1 -0
- package/dist/types/commands/organization/output-security-policy.d.mts +4 -0
- package/dist/types/commands/organization/output-security-policy.d.mts.map +1 -0
- package/dist/types/commands/package/cmd-package-score.d.mts +11 -0
- package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -0
- package/dist/types/commands/package/cmd-package-shallow.d.mts +18 -0
- package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -0
- package/dist/types/commands/package/cmd-package.d.mts +3 -0
- package/dist/types/commands/package/cmd-package.d.mts.map +1 -0
- package/dist/types/commands/package/fetch-purl-deep-score.d.mts +51 -0
- package/dist/types/commands/package/fetch-purl-deep-score.d.mts.map +1 -0
- package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +8 -0
- package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -0
- package/dist/types/commands/package/handle-purl-deep-score.d.mts +3 -0
- package/dist/types/commands/package/handle-purl-deep-score.d.mts.map +1 -0
- package/dist/types/commands/package/handle-purls-shallow-score.d.mts +6 -0
- package/dist/types/commands/package/handle-purls-shallow-score.d.mts.map +1 -0
- package/dist/types/commands/package/output-purls-deep-score.d.mts +5 -0
- package/dist/types/commands/package/output-purls-deep-score.d.mts.map +1 -0
- package/dist/types/commands/package/output-purls-shallow-score.d.mts +29 -0
- package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -0
- package/dist/types/commands/package/parse-package-specifiers.d.mts +9 -0
- package/dist/types/commands/package/parse-package-specifiers.d.mts.map +1 -0
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts +10 -0
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -0
- package/dist/types/commands/raw-npm/run-raw-npm.d.mts +2 -0
- package/dist/types/commands/raw-npm/run-raw-npm.d.mts.map +1 -0
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts +10 -0
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -0
- package/dist/types/commands/raw-npx/run-raw-npx.d.mts +2 -0
- package/dist/types/commands/raw-npx/run-raw-npx.d.mts.map +1 -0
- package/dist/types/commands/repository/cmd-repository-create.d.mts +11 -0
- package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -0
- package/dist/types/commands/repository/cmd-repository-del.d.mts +11 -0
- package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -0
- package/dist/types/commands/repository/cmd-repository-list.d.mts +11 -0
- package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -0
- package/dist/types/commands/repository/cmd-repository-update.d.mts +11 -0
- package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -0
- package/dist/types/commands/repository/cmd-repository-view.d.mts +11 -0
- package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -0
- package/dist/types/commands/repository/cmd-repository.d.mts +3 -0
- package/dist/types/commands/repository/cmd-repository.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-create-repo.d.mts +16 -0
- package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-delete-repo.d.mts +8 -0
- package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts +10 -0
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-list-repos.d.mts +15 -0
- package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-update-repo.d.mts +16 -0
- package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-view-repo.d.mts +8 -0
- package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-create-repo.d.mts +10 -0
- package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-delete-repo.d.mts +3 -0
- package/dist/types/commands/repository/handle-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-list-repos.d.mts +11 -0
- package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-update-repo.d.mts +10 -0
- package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-view-repo.d.mts +3 -0
- package/dist/types/commands/repository/handle-view-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/output-create-repo.d.mts +4 -0
- package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/output-delete-repo.d.mts +4 -0
- package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/output-list-repos.d.mts +4 -0
- package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repository/output-update-repo.d.mts +4 -0
- package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/output-view-repo.d.mts +4 -0
- package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-create.d.mts +11 -0
- package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-del.d.mts +11 -0
- package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-diff.d.mts +11 -0
- package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-github.d.mts +11 -0
- package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-list.d.mts +4 -0
- package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-metadata.d.mts +4 -0
- package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-reach.d.mts +11 -0
- package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-report.d.mts +4 -0
- package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-setup.d.mts +10 -0
- package/dist/types/commands/scan/cmd-scan-setup.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-view.d.mts +4 -0
- package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan.d.mts +3 -0
- package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/create-scan-from-github.d.mts +12 -0
- package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +20 -0
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +8 -0
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-diff-scan.d.mts +8 -0
- package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-list-scans.d.mts +18 -0
- package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-report-data.d.mts +17 -0
- package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts +8 -0
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-scan.d.mts +4 -0
- package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +8 -0
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -0
- package/dist/types/commands/scan/finalize-tier1-scan.d.mts +12 -0
- package/dist/types/commands/scan/finalize-tier1-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/generate-report.d.mts +43 -0
- package/dist/types/commands/scan/generate-report.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-create-github-scan.d.mts +12 -0
- package/dist/types/commands/scan/handle-create-github-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-create-new-scan.d.mts +26 -0
- package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-delete-scan.d.mts +3 -0
- package/dist/types/commands/scan/handle-delete-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-diff-scan.d.mts +10 -0
- package/dist/types/commands/scan/handle-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-list-scans.d.mts +13 -0
- package/dist/types/commands/scan/handle-list-scans.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-config.d.mts +2 -0
- package/dist/types/commands/scan/handle-scan-config.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-metadata.d.mts +3 -0
- package/dist/types/commands/scan/handle-scan-metadata.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-reach.d.mts +12 -0
- package/dist/types/commands/scan/handle-scan-reach.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-report.d.mts +12 -0
- package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-view.d.mts +3 -0
- package/dist/types/commands/scan/handle-scan-view.d.mts.map +1 -0
- package/dist/types/commands/scan/output-create-new-scan.d.mts +10 -0
- package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/output-delete-scan.d.mts +4 -0
- package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/output-diff-scan.d.mts +8 -0
- package/dist/types/commands/scan/output-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/output-list-scans.d.mts +4 -0
- package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-config-result.d.mts +3 -0
- package/dist/types/commands/scan/output-scan-config-result.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-github.d.mts +3 -0
- package/dist/types/commands/scan/output-scan-github.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-metadata.d.mts +4 -0
- package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-reach.d.mts +7 -0
- package/dist/types/commands/scan/output-scan-reach.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-report.d.mts +20 -0
- package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-view.d.mts +4 -0
- package/dist/types/commands/scan/output-scan-view.d.mts.map +1 -0
- package/dist/types/commands/scan/perform-reachability-analysis.d.mts +26 -0
- package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -0
- package/dist/types/commands/scan/reachability-flags.d.mts +3 -0
- package/dist/types/commands/scan/reachability-flags.d.mts.map +1 -0
- package/dist/types/commands/scan/setup-scan-config.d.mts +3 -0
- package/dist/types/commands/scan/setup-scan-config.d.mts.map +1 -0
- package/dist/types/commands/scan/stream-scan.d.mts +7 -0
- package/dist/types/commands/scan/stream-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest-org-slug.d.mts +2 -0
- package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest-repo-slug.d.mts +9 -0
- package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts +2 -0
- package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest_branch_slug.d.mts +2 -0
- package/dist/types/commands/scan/suggest_branch_slug.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest_target.d.mts +2 -0
- package/dist/types/commands/scan/suggest_target.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts +11 -0
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts +13 -0
- package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/handle-threat-feed.d.mts +13 -0
- package/dist/types/commands/threat-feed/handle-threat-feed.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/output-threat-feed.d.mts +4 -0
- package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/types.d.mts +15 -0
- package/dist/types/commands/threat-feed/types.d.mts.map +1 -0
- package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts +9 -0
- package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts.map +1 -0
- package/dist/types/commands/uninstall/cmd-uninstall.d.mts +3 -0
- package/dist/types/commands/uninstall/cmd-uninstall.d.mts.map +1 -0
- package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts +2 -0
- package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts.map +1 -0
- package/dist/types/commands/uninstall/output-uninstall-completion.d.mts +6 -0
- package/dist/types/commands/uninstall/output-uninstall-completion.d.mts.map +1 -0
- package/dist/types/commands/uninstall/teardown-tab-completion.d.mts +6 -0
- package/dist/types/commands/uninstall/teardown-tab-completion.d.mts.map +1 -0
- package/dist/types/commands/wrapper/add-socket-wrapper.d.mts +2 -0
- package/dist/types/commands/wrapper/add-socket-wrapper.d.mts.map +1 -0
- package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts +2 -0
- package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts.map +1 -0
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts +10 -0
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -0
- package/dist/types/commands/wrapper/postinstall-wrapper.d.mts +2 -0
- package/dist/types/commands/wrapper/postinstall-wrapper.d.mts.map +1 -0
- package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts +2 -0
- package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts.map +1 -0
- package/dist/types/commands.d.mts +228 -0
- package/dist/types/commands.d.mts.map +1 -0
- package/dist/types/constants.d.mts +135 -0
- package/dist/types/constants.d.mts.map +1 -0
- package/dist/types/flags.d.mts +17 -0
- package/dist/types/flags.d.mts.map +1 -0
- package/dist/types/instrument-with-sentry.d.mts +2 -0
- package/dist/types/instrument-with-sentry.d.mts.map +1 -0
- package/dist/types/shadow/npm/arborist/index.d.mts +8 -0
- package/dist/types/shadow/npm/arborist/index.d.mts.map +1 -0
- package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts +35 -0
- package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts.map +1 -0
- package/dist/types/shadow/npm/arborist/types.d.mts +123 -0
- package/dist/types/shadow/npm/arborist/types.d.mts.map +1 -0
- package/dist/types/shadow/npm/arborist-helpers.d.mts +39 -0
- package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -0
- package/dist/types/shadow/npm/bin.d.mts +2 -0
- package/dist/types/shadow/npm/bin.d.mts.map +1 -0
- package/dist/types/shadow/npm/inject.d.mts +2 -0
- package/dist/types/shadow/npm/inject.d.mts.map +1 -0
- package/dist/types/shadow/npm/install.d.mts +13 -0
- package/dist/types/shadow/npm/install.d.mts.map +1 -0
- package/dist/types/shadow/npm/link.d.mts +2 -0
- package/dist/types/shadow/npm/link.d.mts.map +1 -0
- package/dist/types/shadow/npm/paths.d.mts +7 -0
- package/dist/types/shadow/npm/paths.d.mts.map +1 -0
- package/dist/types/types.d.mts +29 -0
- package/dist/types/types.d.mts.map +1 -0
- package/dist/types/utils/agent.d.mts +12 -0
- package/dist/types/utils/agent.d.mts.map +1 -0
- package/dist/types/utils/alert/artifact.d.mts +34 -0
- package/dist/types/utils/alert/artifact.d.mts.map +1 -0
- package/dist/types/utils/alert/fix.d.mts +6 -0
- package/dist/types/utils/alert/fix.d.mts.map +1 -0
- package/dist/types/utils/alert/severity.d.mts +14 -0
- package/dist/types/utils/alert/severity.d.mts.map +1 -0
- package/dist/types/utils/alerts-map.d.mts +24 -0
- package/dist/types/utils/alerts-map.d.mts.map +1 -0
- package/dist/types/utils/api.d.mts +22 -0
- package/dist/types/utils/api.d.mts.map +1 -0
- package/dist/types/utils/check-input.d.mts +9 -0
- package/dist/types/utils/check-input.d.mts.map +1 -0
- package/dist/types/utils/cmd.d.mts +5 -0
- package/dist/types/utils/cmd.d.mts.map +1 -0
- package/dist/types/utils/coana.d.mts +5 -0
- package/dist/types/utils/coana.d.mts.map +1 -0
- package/dist/types/utils/color-or-markdown.d.mts +16 -0
- package/dist/types/utils/color-or-markdown.d.mts.map +1 -0
- package/dist/types/utils/completion.d.mts +11 -0
- package/dist/types/utils/completion.d.mts.map +1 -0
- package/dist/types/utils/config.d.mts +32 -0
- package/dist/types/utils/config.d.mts.map +1 -0
- package/dist/types/utils/determine-org-slug.d.mts +2 -0
- package/dist/types/utils/determine-org-slug.d.mts.map +1 -0
- package/dist/types/utils/ecosystem.d.mts +20 -0
- package/dist/types/utils/ecosystem.d.mts.map +1 -0
- package/dist/types/utils/errors.d.mts +14 -0
- package/dist/types/utils/errors.d.mts.map +1 -0
- package/dist/types/utils/fail-msg-with-badge.d.mts +2 -0
- package/dist/types/utils/fail-msg-with-badge.d.mts.map +1 -0
- package/dist/types/utils/fs.d.mts +9 -0
- package/dist/types/utils/fs.d.mts.map +1 -0
- package/dist/types/utils/get-output-kind.d.mts +3 -0
- package/dist/types/utils/get-output-kind.d.mts.map +1 -0
- package/dist/types/utils/git.d.mts +34 -0
- package/dist/types/utils/git.d.mts.map +1 -0
- package/dist/types/utils/glob.d.mts +16 -0
- package/dist/types/utils/glob.d.mts.map +1 -0
- package/dist/types/utils/lockfile.d.mts +2 -0
- package/dist/types/utils/lockfile.d.mts.map +1 -0
- package/dist/types/utils/map-to-object.d.mts +10 -0
- package/dist/types/utils/map-to-object.d.mts.map +1 -0
- package/dist/types/utils/markdown.d.mts +10 -0
- package/dist/types/utils/markdown.d.mts.map +1 -0
- package/dist/types/utils/meow-with-subcommands.d.mts +47 -0
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -0
- package/dist/types/utils/ms-at-home.d.mts +2 -0
- package/dist/types/utils/ms-at-home.d.mts.map +1 -0
- package/dist/types/utils/npm-config.d.mts +14 -0
- package/dist/types/utils/npm-config.d.mts.map +1 -0
- package/dist/types/utils/npm-package-arg.d.mts +4 -0
- package/dist/types/utils/npm-package-arg.d.mts.map +1 -0
- package/dist/types/utils/npm-paths.d.mts +7 -0
- package/dist/types/utils/npm-paths.d.mts.map +1 -0
- package/dist/types/utils/objects.d.mts +3 -0
- package/dist/types/utils/objects.d.mts.map +1 -0
- package/dist/types/utils/output-formatting.d.mts +20 -0
- package/dist/types/utils/output-formatting.d.mts.map +1 -0
- package/dist/types/utils/package-environment.d.mts +57 -0
- package/dist/types/utils/package-environment.d.mts.map +1 -0
- package/dist/types/utils/path-resolve.d.mts +14 -0
- package/dist/types/utils/path-resolve.d.mts.map +1 -0
- package/dist/types/utils/pnpm.d.mts +11 -0
- package/dist/types/utils/pnpm.d.mts.map +1 -0
- package/dist/types/utils/purl.d.mts +16 -0
- package/dist/types/utils/purl.d.mts.map +1 -0
- package/dist/types/utils/requirements.d.mts +121 -0
- package/dist/types/utils/requirements.d.mts.map +1 -0
- package/dist/types/utils/sdk.d.mts +13 -0
- package/dist/types/utils/sdk.d.mts.map +1 -0
- package/dist/types/utils/semver.d.mts +8 -0
- package/dist/types/utils/semver.d.mts.map +1 -0
- package/dist/types/utils/serialize-result-json.d.mts +5 -0
- package/dist/types/utils/serialize-result-json.d.mts.map +1 -0
- package/dist/types/utils/socket-json.d.mts +56 -0
- package/dist/types/utils/socket-json.d.mts.map +1 -0
- package/dist/types/utils/socket-package-alert.d.mts +78 -0
- package/dist/types/utils/socket-package-alert.d.mts.map +1 -0
- package/dist/types/utils/socket-url.d.mts +8 -0
- package/dist/types/utils/socket-url.d.mts.map +1 -0
- package/dist/types/utils/spec.d.mts +5 -0
- package/dist/types/utils/spec.d.mts.map +1 -0
- package/dist/types/utils/strings.d.mts +2 -0
- package/dist/types/utils/strings.d.mts.map +1 -0
- package/dist/types/utils/tildify.d.mts +4 -0
- package/dist/types/utils/tildify.d.mts.map +1 -0
- package/dist/types/utils/translations.d.mts +617 -0
- package/dist/types/utils/translations.d.mts.map +1 -0
- package/dist/types/utils/walk-nested-map.d.mts +7 -0
- package/dist/types/utils/walk-nested-map.d.mts.map +1 -0
- package/dist/utils.js +208 -23
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +98 -83
- package/external/@coana-tech/cli/cli-wrapper.mjs +2 -1
- package/external/@coana-tech/cli/cli.mjs +690 -584
- package/external/@coana-tech/cli/reachability-analyzers-cli.mjs +432 -363
- package/external/@coana-tech/cli/repos/coana-tech/alucard/alucard.jar +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/class-graph-analysis/dist/bundle/class-graph-analysis-cli.mjs +20155 -0
- package/external/@coana-tech/cli/repos/coana-tech/class-graph-analysis/dist/bundle/tree-sitter.wasm +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.deps.json +69 -0
- package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.dll +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.runtimeconfig.json +12 -0
- package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Mono.Cecil.Rocks.dll +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Mono.Cecil.dll +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/System.CommandLine.dll +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/mambalade/dist/mambalade-0.3.11-py3-none-any.whl +0 -0
- package/external/@coana-tech/cli/repos/coana-tech/tree-sitter-scala/node-types.json +8350 -0
- package/external/@coana-tech/cli/repos/coana-tech/tree-sitter-scala/tree-sitter-scala.wasm +0 -0
- package/external/@coana-tech/cli/repos/fwcd/tree-sitter-kotlin/node-types.json +9853 -0
- package/external/@coana-tech/cli/repos/fwcd/tree-sitter-kotlin/tree-sitter-kotlin.wasm +0 -0
- package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-c-sharp/node-types.json +7117 -0
- package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-c-sharp/tree-sitter-c_sharp.wasm +0 -0
- package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-java/node-types.json +4586 -0
- package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-java/tree-sitter-java.wasm +0 -0
- package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-rust/node-types.json +5554 -0
- package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-rust/tree-sitter-rust.wasm +0 -0
- package/external/@socketsecurity/registry/external/@inquirer/confirm.js +13 -4
- package/external/@socketsecurity/registry/external/@inquirer/input.js +10 -4
- package/external/@socketsecurity/registry/external/@inquirer/password.js +8 -3
- package/external/@socketsecurity/registry/external/@inquirer/search.js +16 -11
- package/external/@socketsecurity/registry/external/@inquirer/select.js +10 -17
- package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +8 -3
- package/external/@socketsecurity/registry/external/browserslist.js +608 -582
- package/external/@socketsecurity/registry/external/yoctocolors-cjs.js +8 -3
- package/external/@socketsecurity/registry/manifest.json +2 -2
- package/package.json +19 -17
- package/requirements.json +120 -0
- package/external/@coana-tech/cli/coana-repos/goana/bin/goana-darwin-amd64.gz +0 -0
- package/external/@coana-tech/cli/coana-repos/goana/bin/goana-darwin-arm64.gz +0 -0
- package/external/@coana-tech/cli/coana-repos/goana/bin/goana-linux-amd64.gz +0 -0
- package/external/@coana-tech/cli/coana-repos/goana/bin/goana-linux-arm64.gz +0 -0
- package/external/@coana-tech/cli/coana-repos/mambalade/dist/mambalade-0.3.11-py3-none-any.whl +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/jelly.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/corejs2-built-ins.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/corejs2-built-ins.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/native-modules.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/overlapping-plugins.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/plugin-bugfixes.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/plugins.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/native-modules.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/overlapping-plugins.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/plugin-bugfixes.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/plugins.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/cjs-proxy.cjs +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/caching.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/caching.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/package.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/package.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/types.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/types.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/full.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/full.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/item.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/item.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/partial.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/partial.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/plugin.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/plugin.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/printer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/printer.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/util.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/util.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parse.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parse.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parser/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parser/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-ast.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-ast.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-file.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-file.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/.bin/semver +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/bin/semver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/range.bnf +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/semver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/config/files/index-browser.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/config/files/index.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/config/resolve-targets-browser.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/config/resolve-targets.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/transform-file-browser.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/transform-file.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/buffer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/buffer.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/base.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/base.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/types.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/types.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/printer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/printer.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/source-map.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/source-map.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/.bin/semver +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/scripts/build-helper-metadata.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/scripts/generate-helpers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/CHANGELOG.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/bin/babel-parser.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/index.cjs +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/typings/babel-parser.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-bigint/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-bigint/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-bigint/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-bigint/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/builder.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/builder.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/formatters.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/formatters.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/literal.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/literal.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/options.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/options.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/parse.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/parse.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/populate.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/populate.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/string.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/string.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/cache.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/cache.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/context.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/context.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/hub.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/hub.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/context.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/context.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/family.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/family.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/types.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/types.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/visitors.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/visitors.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/productions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/clone.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/clone.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/constants/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/constants/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/core.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/core.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index-legacy.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index.js.flow +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/is.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/is.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isType.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isType.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/validate.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/validate.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/browser.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/cli.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/error.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/error.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/index.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/node.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/parse.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/agents.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/browserVersions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/browsers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/aac.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/accelerometer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ambient-light.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/apng.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/array-find-index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/array-find.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/array-flat.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/array-includes.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/asmjs.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/async-functions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/audio-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/audio.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/audiotracks.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/autofocus.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/auxclick.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/av1.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/avif.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-attachment.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-sync.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/battery-status.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/beacon.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/bigint.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/bloburls.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/border-image.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/border-radius.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/brotli.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/calc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/canvas-text.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/canvas.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ch-unit.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/classlist.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/clipboard.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/colr-v1.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/colr.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/console-basic.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/console-time.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/const.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/contenteditable.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/cors.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/credential-management.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/cryptography.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-all.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-animation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-any-link.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-appearance.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-autofill.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-canvas.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-scope.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-color-function.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries-style.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-container-query-units.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-containment.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-counters.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-element-function.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-env-function.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-filters.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-first-line.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-fixed.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-gradients.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-grid-animation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-grid.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-has.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-image-set.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-masks.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-module-scripts.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-nesting.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-opacity.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-page-break.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-reflections.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-regions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-relative-colors.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-resize.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-sel2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-sel3.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-selection.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-shapes.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-sticky.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-table.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-box-trim.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-transitions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-variables.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-when-else.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-zoom.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-attr.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-colors.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/currentcolor.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/custom-elements.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/customevent.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/datalist.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dataset.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/datauri.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/decorators.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/details.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dialog.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dnssec.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/do-not-track.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-policy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/documenthead.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dom-range.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dommatrix.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/download.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dragndrop.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/element-closest.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/element-from-point.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/eme.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/eot.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es5.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-class.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-generators.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-module.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-number.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/eventsource.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/feature-policy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fetch.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fileapi.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/filereader.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/filereadersync.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/filesystem.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/flac.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/flexbox.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/flow-root.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-feature.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-kerning.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-loading.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-smooth.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fontface.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/form-attribute.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/form-validation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/forms.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fullscreen.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/gamepad.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/geolocation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/gyroscope.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/hashchange.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/heif.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/hevc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/hidden.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/history.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/html5semantic.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/http2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/http3.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/imagecapture.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ime.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/import-maps.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/imports.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/inline-block.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/innertext.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-color.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-datetime.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-event.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-minlength.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-number.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-pattern.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-range.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-search.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-selection.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/internationalization.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/jpegxl.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/jpegxr.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/json.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/lazyload.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/let.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/localecompare.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/magnetometer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/matchesselector.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/matchmedia.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mathml.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/maxlength.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/media-fragments.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mediasource.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/menu.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/meter.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/midi.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mp3.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mpeg4.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/multicolumn.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mutation-events.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/nav-timing.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/netinfo.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/notifications.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/object-entries.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/object-fit.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/object-observe.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/object-values.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/objectrtc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/offline-apps.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ogv.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/online-status.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/opus.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/outline.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/passkeys.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/passwordrules.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/path2d.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/payment-request.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/permissions-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/picture.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ping.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/png-alpha.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pointer-events.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pointer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pointerlock.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/portals.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/progress.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/promise-finally.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/promises.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/proximity.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/proxy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/push-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/queryselector.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rellist.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rem.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/resource-timing.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ruby.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/run-in.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/script-async.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/script-defer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sdch.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/selection-api.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/selectlist.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/server-timing.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/setimmediate.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/shadowdom.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sni.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/spdy.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sql-storage.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/srcset.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/stream.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/streams.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/style-scoped.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/subresource-bundling.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-css.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-filters.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-html.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-html5.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-img.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-smil.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sxg.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/template-literals.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/template.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/temporal.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/testfeat.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-decoration.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-overflow.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-stroke.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/textcontent.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/textencoder.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/tls1-1.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/tls1-2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/tls1-3.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/touch.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/transforms2d.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/transforms3d.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/trusted-types.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ttf.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/typedarrays.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/u2f.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/url.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/use-strict.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/user-select-none.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/user-timing.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/vector-effect.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/vibration.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/video.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/videotracks.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/view-transitions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/viewport-units.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wai-aria.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wake-lock.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bigint.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-extended-const.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-gc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-value.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-reference-types.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-signext.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-simd.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-threads.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wav.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wbr-element.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-animation.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-serial.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-share.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webauthn.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webcodecs.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webgl.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webgl2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webgpu.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webhid.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webm.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webnfc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webp.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/websockets.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webtransport.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webusb.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webvr.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webvtt.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webworkers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webxr.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/will-change.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/woff.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/woff2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/word-break.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wordwrap.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/xhr2.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/xhtml.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/zstd.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AD.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AF.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AL.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AX.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BB.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BD.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BF.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BH.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BJ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CD.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CF.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CH.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CL.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CV.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CX.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DJ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/EC.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/EE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/EG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ER.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ES.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ET.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FJ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GB.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GD.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GF.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GH.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GL.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GP.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GQ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ID.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IL.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IQ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/JE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/JM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/JO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/JP.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KH.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KP.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LB.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LC.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LV.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MC.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MD.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ME.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MH.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ML.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MP.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MQ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MV.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MX.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NC.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NF.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NL.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NP.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/OM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PF.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PH.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PL.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/QA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SB.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SC.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SD.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SH.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SL.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ST.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SV.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TC.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TD.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TH.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TJ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TK.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TL.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TO.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TR.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TV.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/UA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/UG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/US.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/UY.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/UZ.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VC.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VG.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VI.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VN.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VU.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/WF.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/WS.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/YE.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/YT.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ZA.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ZM.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ZW.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-af.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-an.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-as.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-eu.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-na.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-oc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-sa.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-ww.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/lib/statuses.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/lib/supported.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/features.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/region.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/src/browser.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/src/common.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/src/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/src/node.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/chromium-versions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/chromium-versions.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/full-versions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/full-versions.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/versions.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/versions.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/index.js.flow +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/test/.babelrc +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/test/index.test.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/globals.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/license +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/readme.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/CHANGELOG.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/LICENSE-MIT.txt +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/bin/jsesc +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/jsesc.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/man/jsesc.1 +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/lru-cache/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/lru-cache/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/lru-cache/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/lru-cache/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/ms/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/ms/license.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/ms/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/ms/readme.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/data/processed/envs.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/data/release-schedule/release-schedule.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/picocolors.browser.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/picocolors.d.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/picocolors.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/types.ts +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/to-fast-properties/index.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/to-fast-properties/license +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/to-fast-properties/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/to-fast-properties/readme.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/LICENSE +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/README.md +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/iterator.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/package.json +0 -0
- /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/yallist.js +0 -0
- /package/external/@coana-tech/cli/{coana-repos → repos/coana-tech}/mambalade/dist/networkx-3.5-py3-none-any.whl +0 -0
- /package/external/@coana-tech/cli/{coana-repos → repos/coana-tech}/mambalade/dist/typing_extensions-4.14.1-py3-none-any.whl +0 -0
package/dist/cli.js
CHANGED
|
@@ -322,27 +322,37 @@ async function handleAnalytics({
|
|
|
322
322
|
const {
|
|
323
323
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$M
|
|
324
324
|
} = constants;
|
|
325
|
-
const
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
325
|
+
const CMD_NAME$w = 'analytics';
|
|
326
|
+
const description$C = 'Look up analytics data';
|
|
327
|
+
const hidden$u = false;
|
|
328
|
+
const cmdAnalytics = {
|
|
329
|
+
description: description$C,
|
|
330
|
+
hidden: hidden$u,
|
|
331
|
+
run: run$P
|
|
332
|
+
};
|
|
333
|
+
async function run$P(argv, importMeta, {
|
|
334
|
+
parentName
|
|
335
|
+
}) {
|
|
336
|
+
const config = {
|
|
337
|
+
commandName: CMD_NAME$w,
|
|
338
|
+
description: description$C,
|
|
339
|
+
hidden: hidden$u,
|
|
340
|
+
flags: {
|
|
341
|
+
...flags.commonFlags,
|
|
342
|
+
...flags.outputFlags,
|
|
343
|
+
file: {
|
|
344
|
+
type: 'string',
|
|
345
|
+
description: 'Path to store result, only valid with --json/--markdown'
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
help: (command, {
|
|
349
|
+
flags
|
|
350
|
+
}) => `
|
|
340
351
|
Usage
|
|
341
352
|
$ ${command} [options] [ "org" | "repo" <reponame>] [TIME]
|
|
342
353
|
|
|
343
354
|
API Token Requirements
|
|
344
|
-
|
|
345
|
-
- Permissions: report:write
|
|
355
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$w}`)}
|
|
346
356
|
|
|
347
357
|
The scope is either org or repo level, defaults to org.
|
|
348
358
|
|
|
@@ -358,18 +368,10 @@ const config$M = {
|
|
|
358
368
|
$ ${command} repo test-repo 30
|
|
359
369
|
$ ${command} 90
|
|
360
370
|
`
|
|
361
|
-
};
|
|
362
|
-
const cmdAnalytics = {
|
|
363
|
-
description: config$M.description,
|
|
364
|
-
hidden: config$M.hidden,
|
|
365
|
-
run: run$P
|
|
366
|
-
};
|
|
367
|
-
async function run$P(argv, importMeta, {
|
|
368
|
-
parentName
|
|
369
|
-
}) {
|
|
371
|
+
};
|
|
370
372
|
const cli = utils.meowOrExit({
|
|
371
373
|
argv,
|
|
372
|
-
config
|
|
374
|
+
config,
|
|
373
375
|
importMeta,
|
|
374
376
|
parentName
|
|
375
377
|
});
|
|
@@ -753,39 +755,49 @@ const {
|
|
|
753
755
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$L,
|
|
754
756
|
SOCKET_WEBSITE_URL: SOCKET_WEBSITE_URL$3
|
|
755
757
|
} = constants;
|
|
756
|
-
const
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
758
|
+
const CMD_NAME$v = 'audit-log';
|
|
759
|
+
const description$B = 'Look up the audit log for an organization';
|
|
760
|
+
const hidden$t = false;
|
|
761
|
+
const cmdAuditLog = {
|
|
762
|
+
description: description$B,
|
|
763
|
+
hidden: hidden$t,
|
|
764
|
+
run: run$O
|
|
765
|
+
};
|
|
766
|
+
async function run$O(argv, importMeta, {
|
|
767
|
+
parentName
|
|
768
|
+
}) {
|
|
769
|
+
const config = {
|
|
770
|
+
commandName: CMD_NAME$v,
|
|
771
|
+
description: description$B,
|
|
772
|
+
hidden: hidden$t,
|
|
773
|
+
flags: {
|
|
774
|
+
...flags.commonFlags,
|
|
775
|
+
...flags.outputFlags,
|
|
776
|
+
interactive: {
|
|
777
|
+
type: 'boolean',
|
|
778
|
+
default: true,
|
|
779
|
+
description: 'Allow for interactive elements, asking for input.\nUse --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
780
|
+
},
|
|
781
|
+
org: {
|
|
782
|
+
type: 'string',
|
|
783
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
784
|
+
},
|
|
785
|
+
page: {
|
|
786
|
+
type: 'number',
|
|
787
|
+
description: 'Result page to fetch'
|
|
788
|
+
},
|
|
789
|
+
perPage: {
|
|
790
|
+
type: 'number',
|
|
791
|
+
default: 30,
|
|
792
|
+
description: 'Results per page - default is 30'
|
|
793
|
+
}
|
|
775
794
|
},
|
|
776
|
-
|
|
777
|
-
type: 'number',
|
|
778
|
-
default: 30,
|
|
779
|
-
description: 'Results per page - default is 30'
|
|
780
|
-
}
|
|
781
|
-
},
|
|
782
|
-
help: (command, config) => `
|
|
795
|
+
help: (command, config) => `
|
|
783
796
|
Usage
|
|
784
797
|
$ ${command} [options] [FILTER]
|
|
785
798
|
|
|
786
799
|
API Token Requirements
|
|
787
|
-
|
|
788
|
-
- Permissions: audit-log:list
|
|
800
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$v}`)}
|
|
789
801
|
|
|
790
802
|
This feature requires an Enterprise Plan. To learn more about getting access
|
|
791
803
|
to this feature and many more, please visit ${SOCKET_WEBSITE_URL$3}/pricing
|
|
@@ -807,20 +819,12 @@ const config$L = {
|
|
|
807
819
|
|
|
808
820
|
Examples
|
|
809
821
|
$ ${command}
|
|
810
|
-
$ ${command} deleteReport --page 2 --
|
|
822
|
+
$ ${command} deleteReport --page 2 --per-page 10
|
|
811
823
|
`
|
|
812
|
-
};
|
|
813
|
-
const cmdAuditLog = {
|
|
814
|
-
description: config$L.description,
|
|
815
|
-
hidden: config$L.hidden,
|
|
816
|
-
run: run$O
|
|
817
|
-
};
|
|
818
|
-
async function run$O(argv, importMeta, {
|
|
819
|
-
parentName
|
|
820
|
-
}) {
|
|
824
|
+
};
|
|
821
825
|
const cli = utils.meowOrExit({
|
|
822
826
|
argv,
|
|
823
|
-
config
|
|
827
|
+
config,
|
|
824
828
|
importMeta,
|
|
825
829
|
parentName
|
|
826
830
|
});
|
|
@@ -1522,9 +1526,14 @@ async function outputCreateNewScan(result, options) {
|
|
|
1522
1526
|
}
|
|
1523
1527
|
return;
|
|
1524
1528
|
}
|
|
1525
|
-
const link = vendor.yoctocolorsCjsExports.underline(vendor.yoctocolorsCjsExports.cyan(`${result.data.html_report_url}`));
|
|
1526
1529
|
logger.logger.log('');
|
|
1527
|
-
logger.logger.
|
|
1530
|
+
logger.logger.success('Scan completed successfully!');
|
|
1531
|
+
const htmlReportUrl = result.data.html_report_url;
|
|
1532
|
+
if (htmlReportUrl) {
|
|
1533
|
+
logger.logger.log(`View report at: ${vendor.terminalLinkExports(htmlReportUrl, htmlReportUrl)}`);
|
|
1534
|
+
} else {
|
|
1535
|
+
logger.logger.log('No report available.');
|
|
1536
|
+
}
|
|
1528
1537
|
if (interactive && (await prompts.confirm({
|
|
1529
1538
|
message: 'Would you like to open it in your browser?',
|
|
1530
1539
|
default: false
|
|
@@ -2162,11 +2171,11 @@ async function handleCreateNewScan({
|
|
|
2162
2171
|
const packagePaths = await utils.getPackageFilesForScan(targets, supportedFiles, {
|
|
2163
2172
|
cwd
|
|
2164
2173
|
});
|
|
2165
|
-
spinner.
|
|
2174
|
+
spinner.successAndStop(`Found ${packagePaths.length} ${words.pluralize('file', packagePaths.length)} to include in scan.`);
|
|
2166
2175
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
2167
2176
|
nook: true,
|
|
2168
2177
|
test: packagePaths.length > 0,
|
|
2169
|
-
fail:
|
|
2178
|
+
fail: `found no eligible files to scan. See supported manifest files at ${vendor.terminalLinkExports('docs.socket.dev', 'https://docs.socket.dev/docs/manifest-file-detection-in-socket')}`,
|
|
2170
2179
|
message: 'TARGET (file/dir) must contain matching / supported file types for a scan'
|
|
2171
2180
|
});
|
|
2172
2181
|
if (!wasValidInput) {
|
|
@@ -2268,10 +2277,8 @@ async function handleCi(autoManifest) {
|
|
|
2268
2277
|
}
|
|
2269
2278
|
const orgSlug = orgSlugCResult.data;
|
|
2270
2279
|
const cwd = process.cwd();
|
|
2271
|
-
|
|
2272
|
-
const
|
|
2273
|
-
// Lazily access constants.SOCKET_DEFAULT_REPOSITORY.
|
|
2274
|
-
const repoName = (await utils.getRepoName(cwd)) || constants.SOCKET_DEFAULT_REPOSITORY;
|
|
2280
|
+
const branchName = (await utils.gitBranch(cwd)) || (await utils.detectDefaultBranch(cwd));
|
|
2281
|
+
const repoName = await utils.getRepoName(cwd);
|
|
2275
2282
|
await handleCreateNewScan({
|
|
2276
2283
|
autoManifest,
|
|
2277
2284
|
branchName,
|
|
@@ -2287,12 +2294,12 @@ async function handleCi(autoManifest) {
|
|
|
2287
2294
|
pendingHead: true,
|
|
2288
2295
|
pullRequest: 0,
|
|
2289
2296
|
reach: {
|
|
2290
|
-
runReachabilityAnalysis: false,
|
|
2291
|
-
reachDisableAnalytics: false,
|
|
2292
2297
|
reachAnalysisTimeout: 0,
|
|
2293
2298
|
reachAnalysisMemoryLimit: 0,
|
|
2299
|
+
reachDisableAnalytics: false,
|
|
2294
2300
|
reachEcosystems: [],
|
|
2295
|
-
reachExcludePaths: []
|
|
2301
|
+
reachExcludePaths: [],
|
|
2302
|
+
runReachabilityAnalysis: false
|
|
2296
2303
|
},
|
|
2297
2304
|
repoName,
|
|
2298
2305
|
readOnly: false,
|
|
@@ -2306,7 +2313,7 @@ async function handleCi(autoManifest) {
|
|
|
2306
2313
|
const {
|
|
2307
2314
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$K
|
|
2308
2315
|
} = constants;
|
|
2309
|
-
const config$
|
|
2316
|
+
const config$k = {
|
|
2310
2317
|
commandName: 'ci',
|
|
2311
2318
|
description: 'Shorthand for `socket scan create --report --no-interactive`',
|
|
2312
2319
|
hidden: false,
|
|
@@ -2324,26 +2331,26 @@ const config$K = {
|
|
|
2324
2331
|
$ ${command} [options]
|
|
2325
2332
|
|
|
2326
2333
|
Options
|
|
2327
|
-
${utils.getFlagListOutput(config$
|
|
2334
|
+
${utils.getFlagListOutput(config$k.flags)}
|
|
2328
2335
|
|
|
2329
2336
|
This command is intended to use in CI runs to allow automated systems to
|
|
2330
2337
|
accept or reject a current build. It will use the default org of the
|
|
2331
2338
|
Socket API token. The exit code will be non-zero when the scan does not pass
|
|
2332
2339
|
your security policy.
|
|
2333
2340
|
|
|
2334
|
-
The --
|
|
2341
|
+
The --auto-manifest flag does the same as the one from \`socket scan create\`
|
|
2335
2342
|
but is not enabled by default since the CI is less likely to be set up with
|
|
2336
2343
|
all the necessary dev tooling. Enable it if you want the scan to include
|
|
2337
2344
|
locally generated manifests like for gradle and sbt.
|
|
2338
2345
|
|
|
2339
2346
|
Examples
|
|
2340
2347
|
$ ${command}
|
|
2341
|
-
$ ${command} --
|
|
2348
|
+
$ ${command} --auto-manifest
|
|
2342
2349
|
`
|
|
2343
2350
|
};
|
|
2344
2351
|
const cmdCI = {
|
|
2345
|
-
description: config$
|
|
2346
|
-
hidden: config$
|
|
2352
|
+
description: config$k.description,
|
|
2353
|
+
hidden: config$k.hidden,
|
|
2347
2354
|
run: run$N
|
|
2348
2355
|
};
|
|
2349
2356
|
async function run$N(argv, importMeta, {
|
|
@@ -2351,7 +2358,7 @@ async function run$N(argv, importMeta, {
|
|
|
2351
2358
|
}) {
|
|
2352
2359
|
const cli = utils.meowOrExit({
|
|
2353
2360
|
argv,
|
|
2354
|
-
config: config$
|
|
2361
|
+
config: config$k,
|
|
2355
2362
|
importMeta,
|
|
2356
2363
|
parentName
|
|
2357
2364
|
});
|
|
@@ -2595,20 +2602,21 @@ async function handleConfigAuto({
|
|
|
2595
2602
|
const {
|
|
2596
2603
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$J
|
|
2597
2604
|
} = constants;
|
|
2598
|
-
const
|
|
2599
|
-
const
|
|
2605
|
+
const CMD_NAME$u = 'auto';
|
|
2606
|
+
const description$A = 'Automatically discover and set the correct value config item';
|
|
2607
|
+
const hidden$s = false;
|
|
2600
2608
|
const cmdConfigAuto = {
|
|
2601
|
-
description: description$
|
|
2602
|
-
hidden: hidden$
|
|
2609
|
+
description: description$A,
|
|
2610
|
+
hidden: hidden$s,
|
|
2603
2611
|
run: run$M
|
|
2604
2612
|
};
|
|
2605
2613
|
async function run$M(argv, importMeta, {
|
|
2606
2614
|
parentName
|
|
2607
2615
|
}) {
|
|
2608
2616
|
const config = {
|
|
2609
|
-
commandName:
|
|
2610
|
-
description: description$
|
|
2611
|
-
hidden: hidden$
|
|
2617
|
+
commandName: CMD_NAME$u,
|
|
2618
|
+
description: description$A,
|
|
2619
|
+
hidden: hidden$s,
|
|
2612
2620
|
flags: {
|
|
2613
2621
|
...flags.commonFlags,
|
|
2614
2622
|
...flags.outputFlags
|
|
@@ -2706,7 +2714,7 @@ async function handleConfigGet({
|
|
|
2706
2714
|
const {
|
|
2707
2715
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$I
|
|
2708
2716
|
} = constants;
|
|
2709
|
-
const config$
|
|
2717
|
+
const config$j = {
|
|
2710
2718
|
commandName: 'get',
|
|
2711
2719
|
description: 'Get the value of a local CLI config item',
|
|
2712
2720
|
hidden: false,
|
|
@@ -2733,8 +2741,8 @@ ${utils.getSupportedConfigEntries().map(([key, desc]) => ` - ${key} -- ${des
|
|
|
2733
2741
|
`
|
|
2734
2742
|
};
|
|
2735
2743
|
const cmdConfigGet = {
|
|
2736
|
-
description: config$
|
|
2737
|
-
hidden: config$
|
|
2744
|
+
description: config$j.description,
|
|
2745
|
+
hidden: config$j.hidden,
|
|
2738
2746
|
run: run$L
|
|
2739
2747
|
};
|
|
2740
2748
|
async function run$L(argv, importMeta, {
|
|
@@ -2742,7 +2750,7 @@ async function run$L(argv, importMeta, {
|
|
|
2742
2750
|
}) {
|
|
2743
2751
|
const cli = utils.meowOrExit({
|
|
2744
2752
|
argv,
|
|
2745
|
-
config: config$
|
|
2753
|
+
config: config$j,
|
|
2746
2754
|
importMeta,
|
|
2747
2755
|
parentName
|
|
2748
2756
|
});
|
|
@@ -2847,7 +2855,7 @@ async function outputConfigList({
|
|
|
2847
2855
|
const {
|
|
2848
2856
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$H
|
|
2849
2857
|
} = constants;
|
|
2850
|
-
const config$
|
|
2858
|
+
const config$i = {
|
|
2851
2859
|
commandName: 'list',
|
|
2852
2860
|
description: 'Show all local CLI config items and their values',
|
|
2853
2861
|
hidden: false,
|
|
@@ -2872,8 +2880,8 @@ const config$I = {
|
|
|
2872
2880
|
`
|
|
2873
2881
|
};
|
|
2874
2882
|
const cmdConfigList = {
|
|
2875
|
-
description: config$
|
|
2876
|
-
hidden: config$
|
|
2883
|
+
description: config$i.description,
|
|
2884
|
+
hidden: config$i.hidden,
|
|
2877
2885
|
run: run$K
|
|
2878
2886
|
};
|
|
2879
2887
|
async function run$K(argv, importMeta, {
|
|
@@ -2881,7 +2889,7 @@ async function run$K(argv, importMeta, {
|
|
|
2881
2889
|
}) {
|
|
2882
2890
|
const cli = utils.meowOrExit({
|
|
2883
2891
|
argv,
|
|
2884
|
-
config: config$
|
|
2892
|
+
config: config$i,
|
|
2885
2893
|
importMeta,
|
|
2886
2894
|
parentName
|
|
2887
2895
|
});
|
|
@@ -2953,20 +2961,21 @@ async function handleConfigSet({
|
|
|
2953
2961
|
const {
|
|
2954
2962
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$G
|
|
2955
2963
|
} = constants;
|
|
2956
|
-
const
|
|
2957
|
-
const
|
|
2964
|
+
const CMD_NAME$t = 'set';
|
|
2965
|
+
const description$z = 'Update the value of a local CLI config item';
|
|
2966
|
+
const hidden$r = false;
|
|
2958
2967
|
const cmdConfigSet = {
|
|
2959
|
-
description: description$
|
|
2960
|
-
hidden: hidden$
|
|
2968
|
+
description: description$z,
|
|
2969
|
+
hidden: hidden$r,
|
|
2961
2970
|
run: run$J
|
|
2962
2971
|
};
|
|
2963
2972
|
async function run$J(argv, importMeta, {
|
|
2964
2973
|
parentName
|
|
2965
2974
|
}) {
|
|
2966
2975
|
const config = {
|
|
2967
|
-
commandName:
|
|
2968
|
-
description: description$
|
|
2969
|
-
hidden: hidden$
|
|
2976
|
+
commandName: CMD_NAME$t,
|
|
2977
|
+
description: description$z,
|
|
2978
|
+
hidden: hidden$r,
|
|
2970
2979
|
flags: {
|
|
2971
2980
|
...flags.commonFlags,
|
|
2972
2981
|
...flags.outputFlags
|
|
@@ -3079,20 +3088,21 @@ async function handleConfigUnset({
|
|
|
3079
3088
|
const {
|
|
3080
3089
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$F
|
|
3081
3090
|
} = constants;
|
|
3082
|
-
const
|
|
3083
|
-
const
|
|
3091
|
+
const CMD_NAME$s = 'unset';
|
|
3092
|
+
const description$y = 'Clear the value of a local CLI config item';
|
|
3093
|
+
const hidden$q = false;
|
|
3084
3094
|
const cmdConfigUnset = {
|
|
3085
|
-
description: description$
|
|
3086
|
-
hidden,
|
|
3095
|
+
description: description$y,
|
|
3096
|
+
hidden: hidden$q,
|
|
3087
3097
|
run: run$I
|
|
3088
3098
|
};
|
|
3089
3099
|
async function run$I(argv, importMeta, {
|
|
3090
3100
|
parentName
|
|
3091
3101
|
}) {
|
|
3092
3102
|
const config = {
|
|
3093
|
-
commandName:
|
|
3094
|
-
description: description$
|
|
3095
|
-
hidden,
|
|
3103
|
+
commandName: CMD_NAME$s,
|
|
3104
|
+
description: description$y,
|
|
3105
|
+
hidden: hidden$q,
|
|
3096
3106
|
flags: {
|
|
3097
3107
|
...flags.commonFlags,
|
|
3098
3108
|
...flags.outputFlags
|
|
@@ -3151,9 +3161,9 @@ ${utils.getSupportedConfigEntries().map(([key, desc]) => ` - ${key} -- ${des
|
|
|
3151
3161
|
});
|
|
3152
3162
|
}
|
|
3153
3163
|
|
|
3154
|
-
const description$
|
|
3164
|
+
const description$x = 'Manage Socket CLI configuration';
|
|
3155
3165
|
const cmdConfig = {
|
|
3156
|
-
description: description$
|
|
3166
|
+
description: description$x,
|
|
3157
3167
|
hidden: false,
|
|
3158
3168
|
async run(argv, importMeta, {
|
|
3159
3169
|
parentName
|
|
@@ -3166,7 +3176,7 @@ const cmdConfig = {
|
|
|
3166
3176
|
unset: cmdConfigUnset
|
|
3167
3177
|
}, {
|
|
3168
3178
|
argv,
|
|
3169
|
-
description: description$
|
|
3179
|
+
description: description$x,
|
|
3170
3180
|
importMeta,
|
|
3171
3181
|
name: `${parentName} config`
|
|
3172
3182
|
});
|
|
@@ -4384,7 +4394,7 @@ async function agentFix(pkgEnvDetails, actualTree, alertsMap, installer, {
|
|
|
4384
4394
|
};
|
|
4385
4395
|
}
|
|
4386
4396
|
|
|
4387
|
-
const CMD_NAME$
|
|
4397
|
+
const CMD_NAME$r = 'socket fix';
|
|
4388
4398
|
function getFixAlertsMapOptions(options = {}) {
|
|
4389
4399
|
return {
|
|
4390
4400
|
__proto__: null,
|
|
@@ -4834,7 +4844,7 @@ async function handleFix({
|
|
|
4834
4844
|
return;
|
|
4835
4845
|
}
|
|
4836
4846
|
const pkgEnvCResult = await utils.detectAndValidatePackageEnvironment(cwd, {
|
|
4837
|
-
cmdName: CMD_NAME$
|
|
4847
|
+
cmdName: CMD_NAME$r,
|
|
4838
4848
|
logger: logger.logger
|
|
4839
4849
|
});
|
|
4840
4850
|
if (!pkgEnvCResult.ok) {
|
|
@@ -4895,63 +4905,74 @@ async function handleFix({
|
|
|
4895
4905
|
const {
|
|
4896
4906
|
DRY_RUN_NOT_SAVING
|
|
4897
4907
|
} = constants;
|
|
4908
|
+
const CMD_NAME$q = 'fix';
|
|
4898
4909
|
const DEFAULT_LIMIT = 10;
|
|
4899
|
-
const
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4910
|
+
const description$w = 'Update dependencies with "fixable" Socket alerts';
|
|
4911
|
+
const hidden$p = false;
|
|
4912
|
+
const cmdFix = {
|
|
4913
|
+
description: description$w,
|
|
4914
|
+
hidden: hidden$p,
|
|
4915
|
+
run: run$H
|
|
4916
|
+
};
|
|
4917
|
+
async function run$H(argv, importMeta, {
|
|
4918
|
+
parentName
|
|
4919
|
+
}) {
|
|
4920
|
+
const config = {
|
|
4921
|
+
commandName: CMD_NAME$q,
|
|
4922
|
+
description: description$w,
|
|
4923
|
+
hidden: hidden$p,
|
|
4924
|
+
flags: {
|
|
4925
|
+
...flags.commonFlags,
|
|
4926
|
+
autoMerge: {
|
|
4927
|
+
type: 'boolean',
|
|
4928
|
+
default: false,
|
|
4929
|
+
description: `Enable auto-merge for pull requests that Socket opens.\nSee ${vendor.terminalLinkExports('GitHub documentation', 'https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository')} for managing auto-merge for pull requests in your repository.`
|
|
4930
|
+
},
|
|
4931
|
+
autopilot: {
|
|
4932
|
+
type: 'boolean',
|
|
4933
|
+
default: false,
|
|
4934
|
+
description: `Shorthand for --auto-merge --test`
|
|
4935
|
+
},
|
|
4936
|
+
ghsa: {
|
|
4937
|
+
type: 'string',
|
|
4938
|
+
default: [],
|
|
4939
|
+
description: `Provide a list of ${vendor.terminalLinkExports('GHSA IDs', 'https://docs.github.com/en/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database#about-ghsa-ids')} to compute fixes for, as either a comma separated value or as multiple flags.\nUse '--ghsa all' to lookup all GHSA IDs and compute fixes for them.`,
|
|
4940
|
+
isMultiple: true,
|
|
4941
|
+
hidden: true
|
|
4942
|
+
},
|
|
4943
|
+
limit: {
|
|
4944
|
+
type: 'number',
|
|
4945
|
+
default: DEFAULT_LIMIT,
|
|
4946
|
+
description: `The number of fixes to attempt at a time (default ${DEFAULT_LIMIT})`
|
|
4947
|
+
},
|
|
4948
|
+
maxSatisfying: {
|
|
4949
|
+
type: 'boolean',
|
|
4950
|
+
default: true,
|
|
4951
|
+
description: 'Use the maximum satisfying version for dependency updates',
|
|
4952
|
+
hidden: true
|
|
4953
|
+
},
|
|
4954
|
+
minSatisfying: {
|
|
4955
|
+
type: 'boolean',
|
|
4956
|
+
default: false,
|
|
4957
|
+
description: 'Constrain dependency updates to the minimum satisfying version'
|
|
4958
|
+
},
|
|
4959
|
+
prCheck: {
|
|
4960
|
+
type: 'boolean',
|
|
4961
|
+
default: true,
|
|
4962
|
+
description: 'Check for an existing PR before attempting a fix',
|
|
4963
|
+
hidden: true
|
|
4964
|
+
},
|
|
4965
|
+
purl: {
|
|
4966
|
+
type: 'string',
|
|
4967
|
+
default: [],
|
|
4968
|
+
description: `Provide a list of ${vendor.terminalLinkExports('PURLs', 'https://github.com/package-url/purl-spec?tab=readme-ov-file#purl')} to compute fixes for, as either a comma separated value or as\nmultiple flags, instead of querying the Socket API`,
|
|
4969
|
+
isMultiple: true,
|
|
4970
|
+
shortFlag: 'p'
|
|
4971
|
+
},
|
|
4972
|
+
rangeStyle: {
|
|
4973
|
+
type: 'string',
|
|
4974
|
+
default: 'preserve',
|
|
4975
|
+
description: `
|
|
4955
4976
|
Define how dependency version ranges are updated in package.json (default 'preserve').
|
|
4956
4977
|
Available styles:
|
|
4957
4978
|
* caret - Use ^ range for compatible updates (e.g. ^1.2.3)
|
|
@@ -4963,42 +4984,37 @@ Available styles:
|
|
|
4963
4984
|
* preserve - Retain the existing version range style as-is
|
|
4964
4985
|
* tilde - Use ~ range for patch/minor updates (e.g. ~1.2.3)
|
|
4965
4986
|
`.trim()
|
|
4987
|
+
},
|
|
4988
|
+
test: {
|
|
4989
|
+
type: 'boolean',
|
|
4990
|
+
default: false,
|
|
4991
|
+
description: 'Verify the fix by running unit tests'
|
|
4992
|
+
},
|
|
4993
|
+
testScript: {
|
|
4994
|
+
type: 'string',
|
|
4995
|
+
default: 'test',
|
|
4996
|
+
description: "The test script to run for fix attempts (default 'test')"
|
|
4997
|
+
}
|
|
4966
4998
|
},
|
|
4967
|
-
|
|
4968
|
-
type: 'boolean',
|
|
4969
|
-
default: false,
|
|
4970
|
-
description: 'Verify the fix by running unit tests'
|
|
4971
|
-
},
|
|
4972
|
-
testScript: {
|
|
4973
|
-
type: 'string',
|
|
4974
|
-
default: 'test',
|
|
4975
|
-
description: "The test script to run for fix attempts (default 'test')"
|
|
4976
|
-
}
|
|
4977
|
-
},
|
|
4978
|
-
help: (command, config) => `
|
|
4999
|
+
help: (command, config) => `
|
|
4979
5000
|
Usage
|
|
4980
5001
|
$ ${command} [options] [CWD=.]
|
|
4981
5002
|
|
|
5003
|
+
API Token Requirements
|
|
5004
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$q}`)}
|
|
5005
|
+
|
|
4982
5006
|
Options
|
|
4983
5007
|
${utils.getFlagListOutput(config.flags)}
|
|
4984
5008
|
|
|
4985
5009
|
Examples
|
|
4986
5010
|
$ ${command}
|
|
4987
|
-
$ ${command} ./proj/tree --
|
|
4988
|
-
|
|
4989
|
-
};
|
|
4990
|
-
const cmdFix = {
|
|
4991
|
-
description: config$H.description,
|
|
4992
|
-
hidden: config$H.hidden,
|
|
4993
|
-
run: run$H
|
|
4994
|
-
};
|
|
4995
|
-
async function run$H(argv, importMeta, {
|
|
4996
|
-
parentName
|
|
4997
|
-
}) {
|
|
5011
|
+
$ ${command} ./proj/tree --auto-merge
|
|
5012
|
+
`
|
|
5013
|
+
};
|
|
4998
5014
|
const cli = utils.meowOrExit({
|
|
4999
5015
|
allowUnknownFlags: false,
|
|
5000
5016
|
argv,
|
|
5001
|
-
config
|
|
5017
|
+
config,
|
|
5002
5018
|
importMeta,
|
|
5003
5019
|
parentName
|
|
5004
5020
|
});
|
|
@@ -5207,7 +5223,7 @@ async function handleInstallCompletion(targetName) {
|
|
|
5207
5223
|
const {
|
|
5208
5224
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$E
|
|
5209
5225
|
} = constants;
|
|
5210
|
-
const config$
|
|
5226
|
+
const config$h = {
|
|
5211
5227
|
commandName: 'completion',
|
|
5212
5228
|
description: 'Install bash completion for Socket CLI',
|
|
5213
5229
|
hidden: false,
|
|
@@ -5244,8 +5260,8 @@ const config$G = {
|
|
|
5244
5260
|
`
|
|
5245
5261
|
};
|
|
5246
5262
|
const cmdInstallCompletion = {
|
|
5247
|
-
description: config$
|
|
5248
|
-
hidden: config$
|
|
5263
|
+
description: config$h.description,
|
|
5264
|
+
hidden: config$h.hidden,
|
|
5249
5265
|
run: run$G
|
|
5250
5266
|
};
|
|
5251
5267
|
async function run$G(argv, importMeta, {
|
|
@@ -5253,7 +5269,7 @@ async function run$G(argv, importMeta, {
|
|
|
5253
5269
|
}) {
|
|
5254
5270
|
const cli = utils.meowOrExit({
|
|
5255
5271
|
argv,
|
|
5256
|
-
config: config$
|
|
5272
|
+
config: config$h,
|
|
5257
5273
|
importMeta,
|
|
5258
5274
|
parentName
|
|
5259
5275
|
});
|
|
@@ -5266,9 +5282,9 @@ async function run$G(argv, importMeta, {
|
|
|
5266
5282
|
await handleInstallCompletion(String(targetName));
|
|
5267
5283
|
}
|
|
5268
5284
|
|
|
5269
|
-
const description$
|
|
5285
|
+
const description$v = 'Install Socket CLI tab completion';
|
|
5270
5286
|
const cmdInstall = {
|
|
5271
|
-
description: description$
|
|
5287
|
+
description: description$v,
|
|
5272
5288
|
hidden: false,
|
|
5273
5289
|
async run(argv, importMeta, {
|
|
5274
5290
|
parentName
|
|
@@ -5277,7 +5293,7 @@ const cmdInstall = {
|
|
|
5277
5293
|
completion: cmdInstallCompletion
|
|
5278
5294
|
}, {
|
|
5279
5295
|
argv,
|
|
5280
|
-
description: description$
|
|
5296
|
+
description: description$v,
|
|
5281
5297
|
importMeta,
|
|
5282
5298
|
name: `${parentName} install`
|
|
5283
5299
|
});
|
|
@@ -5308,7 +5324,7 @@ async function handleCmdJson(cwd) {
|
|
|
5308
5324
|
await outputCmdJson(cwd);
|
|
5309
5325
|
}
|
|
5310
5326
|
|
|
5311
|
-
const config$
|
|
5327
|
+
const config$g = {
|
|
5312
5328
|
commandName: 'json',
|
|
5313
5329
|
description: 'Display the `socket.json` that would be applied for target folder',
|
|
5314
5330
|
hidden: true,
|
|
@@ -5327,8 +5343,8 @@ const config$F = {
|
|
|
5327
5343
|
`
|
|
5328
5344
|
};
|
|
5329
5345
|
const cmdJson = {
|
|
5330
|
-
description: config$
|
|
5331
|
-
hidden: config$
|
|
5346
|
+
description: config$g.description,
|
|
5347
|
+
hidden: config$g.hidden,
|
|
5332
5348
|
run: run$F
|
|
5333
5349
|
};
|
|
5334
5350
|
async function run$F(argv, importMeta, {
|
|
@@ -5336,7 +5352,7 @@ async function run$F(argv, importMeta, {
|
|
|
5336
5352
|
}) {
|
|
5337
5353
|
const cli = utils.meowOrExit({
|
|
5338
5354
|
argv,
|
|
5339
|
-
config: config$
|
|
5355
|
+
config: config$g,
|
|
5340
5356
|
importMeta,
|
|
5341
5357
|
parentName
|
|
5342
5358
|
});
|
|
@@ -5489,27 +5505,38 @@ async function attemptLogin(apiBaseUrl, apiProxy) {
|
|
|
5489
5505
|
const {
|
|
5490
5506
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$D
|
|
5491
5507
|
} = constants;
|
|
5492
|
-
const
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5508
|
+
const CMD_NAME$p = 'login';
|
|
5509
|
+
const description$u = 'Setup Socket CLI with an API token and defaults';
|
|
5510
|
+
const hidden$o = false;
|
|
5511
|
+
const cmdLogin = {
|
|
5512
|
+
description: description$u,
|
|
5513
|
+
hidden: hidden$o,
|
|
5514
|
+
run: run$E
|
|
5515
|
+
};
|
|
5516
|
+
async function run$E(argv, importMeta, {
|
|
5517
|
+
parentName
|
|
5518
|
+
}) {
|
|
5519
|
+
const config = {
|
|
5520
|
+
commandName: CMD_NAME$p,
|
|
5521
|
+
description: description$u,
|
|
5522
|
+
hidden: hidden$o,
|
|
5523
|
+
flags: {
|
|
5524
|
+
...flags.commonFlags,
|
|
5525
|
+
apiBaseUrl: {
|
|
5526
|
+
type: 'string',
|
|
5527
|
+
description: 'API server to connect to for login'
|
|
5528
|
+
},
|
|
5529
|
+
apiProxy: {
|
|
5530
|
+
type: 'string',
|
|
5531
|
+
description: 'Proxy to use when making connection to API server'
|
|
5532
|
+
}
|
|
5501
5533
|
},
|
|
5502
|
-
|
|
5503
|
-
type: 'string',
|
|
5504
|
-
description: 'Proxy to use when making connection to API server'
|
|
5505
|
-
}
|
|
5506
|
-
},
|
|
5507
|
-
help: (command, config) => `
|
|
5534
|
+
help: (command, config) => `
|
|
5508
5535
|
Usage
|
|
5509
5536
|
$ ${command} [options]
|
|
5510
5537
|
|
|
5511
5538
|
API Token Requirements
|
|
5512
|
-
|
|
5539
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$p}`)}
|
|
5513
5540
|
|
|
5514
5541
|
Logs into the Socket API by prompting for an API token
|
|
5515
5542
|
|
|
@@ -5520,18 +5547,10 @@ const config$E = {
|
|
|
5520
5547
|
$ ${command}
|
|
5521
5548
|
$ ${command} --api-proxy=http://localhost:1234
|
|
5522
5549
|
`
|
|
5523
|
-
};
|
|
5524
|
-
const cmdLogin = {
|
|
5525
|
-
description: config$E.description,
|
|
5526
|
-
hidden: config$E.hidden,
|
|
5527
|
-
run: run$E
|
|
5528
|
-
};
|
|
5529
|
-
async function run$E(argv, importMeta, {
|
|
5530
|
-
parentName
|
|
5531
|
-
}) {
|
|
5550
|
+
};
|
|
5532
5551
|
const cli = utils.meowOrExit({
|
|
5533
5552
|
argv,
|
|
5534
|
-
config
|
|
5553
|
+
config,
|
|
5535
5554
|
importMeta,
|
|
5536
5555
|
parentName
|
|
5537
5556
|
});
|
|
@@ -5541,7 +5560,7 @@ async function run$E(argv, importMeta, {
|
|
|
5541
5560
|
return;
|
|
5542
5561
|
}
|
|
5543
5562
|
if (!vendor.isInteractiveExports()) {
|
|
5544
|
-
throw new utils.InputError('Cannot prompt for credentials in a non-interactive shell');
|
|
5563
|
+
throw new utils.InputError('Cannot prompt for credentials in a non-interactive shell. Use SOCKET_CLI_API_TOKEN environment variable instead');
|
|
5545
5564
|
}
|
|
5546
5565
|
const apiBaseUrl = cli.flags['apiBaseUrl'];
|
|
5547
5566
|
const apiProxy = cli.flags['apiProxy'];
|
|
@@ -5571,7 +5590,7 @@ function attemptLogout() {
|
|
|
5571
5590
|
const {
|
|
5572
5591
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$C
|
|
5573
5592
|
} = constants;
|
|
5574
|
-
const config$
|
|
5593
|
+
const config$f = {
|
|
5575
5594
|
commandName: 'logout',
|
|
5576
5595
|
description: 'Socket API logout',
|
|
5577
5596
|
hidden: false,
|
|
@@ -5589,8 +5608,8 @@ const config$D = {
|
|
|
5589
5608
|
`
|
|
5590
5609
|
};
|
|
5591
5610
|
const cmdLogout = {
|
|
5592
|
-
description: config$
|
|
5593
|
-
hidden: config$
|
|
5611
|
+
description: config$f.description,
|
|
5612
|
+
hidden: config$f.hidden,
|
|
5594
5613
|
run: run$D
|
|
5595
5614
|
};
|
|
5596
5615
|
async function run$D(argv, importMeta, {
|
|
@@ -5598,7 +5617,7 @@ async function run$D(argv, importMeta, {
|
|
|
5598
5617
|
}) {
|
|
5599
5618
|
const cli = utils.meowOrExit({
|
|
5600
5619
|
argv,
|
|
5601
|
-
config: config$
|
|
5620
|
+
config: config$f,
|
|
5602
5621
|
importMeta,
|
|
5603
5622
|
parentName
|
|
5604
5623
|
});
|
|
@@ -5893,7 +5912,7 @@ const yargsConfig = {
|
|
|
5893
5912
|
'usages-slices-file' // hidden
|
|
5894
5913
|
]
|
|
5895
5914
|
};
|
|
5896
|
-
const config$
|
|
5915
|
+
const config$e = {
|
|
5897
5916
|
commandName: 'cdxgen',
|
|
5898
5917
|
description: 'Create an SBOM with CycloneDX generator (cdxgen)',
|
|
5899
5918
|
hidden: false,
|
|
@@ -5903,8 +5922,8 @@ const config$C = {
|
|
|
5903
5922
|
help: () => ''
|
|
5904
5923
|
};
|
|
5905
5924
|
const cmdManifestCdxgen = {
|
|
5906
|
-
description: config$
|
|
5907
|
-
hidden: config$
|
|
5925
|
+
description: config$e.description,
|
|
5926
|
+
hidden: config$e.hidden,
|
|
5908
5927
|
run: run$C
|
|
5909
5928
|
};
|
|
5910
5929
|
async function run$C(argv, importMeta, {
|
|
@@ -5913,7 +5932,7 @@ async function run$C(argv, importMeta, {
|
|
|
5913
5932
|
const cli = utils.meowOrExit({
|
|
5914
5933
|
// Don't let meow take over --help.
|
|
5915
5934
|
argv: argv.filter(a => !utils.isHelpFlag(a)),
|
|
5916
|
-
config: config$
|
|
5935
|
+
config: config$e,
|
|
5917
5936
|
importMeta,
|
|
5918
5937
|
parentName
|
|
5919
5938
|
});
|
|
@@ -5969,7 +5988,7 @@ async function run$C(argv, importMeta, {
|
|
|
5969
5988
|
const {
|
|
5970
5989
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$A
|
|
5971
5990
|
} = constants;
|
|
5972
|
-
const config$
|
|
5991
|
+
const config$d = {
|
|
5973
5992
|
commandName: 'auto',
|
|
5974
5993
|
description: 'Auto-detect build and attempt to generate manifest file',
|
|
5975
5994
|
hidden: false,
|
|
@@ -6002,8 +6021,8 @@ const config$B = {
|
|
|
6002
6021
|
`
|
|
6003
6022
|
};
|
|
6004
6023
|
const cmdManifestAuto = {
|
|
6005
|
-
description: config$
|
|
6006
|
-
hidden: config$
|
|
6024
|
+
description: config$d.description,
|
|
6025
|
+
hidden: config$d.hidden,
|
|
6007
6026
|
run: run$B
|
|
6008
6027
|
};
|
|
6009
6028
|
async function run$B(argv, importMeta, {
|
|
@@ -6011,7 +6030,7 @@ async function run$B(argv, importMeta, {
|
|
|
6011
6030
|
}) {
|
|
6012
6031
|
const cli = utils.meowOrExit({
|
|
6013
6032
|
argv,
|
|
6014
|
-
config: config$
|
|
6033
|
+
config: config$d,
|
|
6015
6034
|
importMeta,
|
|
6016
6035
|
parentName
|
|
6017
6036
|
});
|
|
@@ -6029,7 +6048,7 @@ async function run$B(argv, importMeta, {
|
|
|
6029
6048
|
cwd = path.resolve(process.cwd(), cwd);
|
|
6030
6049
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
6031
6050
|
if (verbose) {
|
|
6032
|
-
logger.logger.group('- ', parentName, config$
|
|
6051
|
+
logger.logger.group('- ', parentName, config$d.commandName, ':');
|
|
6033
6052
|
logger.logger.group('- flags:', cli.flags);
|
|
6034
6053
|
logger.logger.groupEnd();
|
|
6035
6054
|
logger.logger.log('- input:', cli.input);
|
|
@@ -6066,7 +6085,7 @@ async function run$B(argv, importMeta, {
|
|
|
6066
6085
|
const {
|
|
6067
6086
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$z
|
|
6068
6087
|
} = constants;
|
|
6069
|
-
const config$
|
|
6088
|
+
const config$c = {
|
|
6070
6089
|
commandName: 'conda',
|
|
6071
6090
|
description: '[beta] Convert a Conda environment.yml file to a python requirements.txt',
|
|
6072
6091
|
hidden: false,
|
|
@@ -6117,8 +6136,8 @@ const config$A = {
|
|
|
6117
6136
|
`
|
|
6118
6137
|
};
|
|
6119
6138
|
const cmdManifestConda = {
|
|
6120
|
-
description: config$
|
|
6121
|
-
hidden: config$
|
|
6139
|
+
description: config$c.description,
|
|
6140
|
+
hidden: config$c.hidden,
|
|
6122
6141
|
run: run$A
|
|
6123
6142
|
};
|
|
6124
6143
|
async function run$A(argv, importMeta, {
|
|
@@ -6126,7 +6145,7 @@ async function run$A(argv, importMeta, {
|
|
|
6126
6145
|
}) {
|
|
6127
6146
|
const cli = utils.meowOrExit({
|
|
6128
6147
|
argv,
|
|
6129
|
-
config: config$
|
|
6148
|
+
config: config$c,
|
|
6130
6149
|
importMeta,
|
|
6131
6150
|
parentName
|
|
6132
6151
|
});
|
|
@@ -6184,7 +6203,7 @@ async function run$A(argv, importMeta, {
|
|
|
6184
6203
|
verbose = false;
|
|
6185
6204
|
}
|
|
6186
6205
|
if (verbose) {
|
|
6187
|
-
logger.logger.group('- ', parentName, config$
|
|
6206
|
+
logger.logger.group('- ', parentName, config$c.commandName, ':');
|
|
6188
6207
|
logger.logger.group('- flags:', cli.flags);
|
|
6189
6208
|
logger.logger.groupEnd();
|
|
6190
6209
|
logger.logger.log('- target:', cwd);
|
|
@@ -6223,7 +6242,7 @@ async function run$A(argv, importMeta, {
|
|
|
6223
6242
|
const {
|
|
6224
6243
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$y
|
|
6225
6244
|
} = constants;
|
|
6226
|
-
const config$
|
|
6245
|
+
const config$b = {
|
|
6227
6246
|
commandName: 'gradle',
|
|
6228
6247
|
description: '[beta] Use Gradle to generate a manifest file (`pom.xml`) for a Gradle/Java/Kotlin/etc project',
|
|
6229
6248
|
hidden: false,
|
|
@@ -6276,8 +6295,8 @@ const config$z = {
|
|
|
6276
6295
|
`
|
|
6277
6296
|
};
|
|
6278
6297
|
const cmdManifestGradle = {
|
|
6279
|
-
description: config$
|
|
6280
|
-
hidden: config$
|
|
6298
|
+
description: config$b.description,
|
|
6299
|
+
hidden: config$b.hidden,
|
|
6281
6300
|
run: run$z
|
|
6282
6301
|
};
|
|
6283
6302
|
async function run$z(argv, importMeta, {
|
|
@@ -6285,7 +6304,7 @@ async function run$z(argv, importMeta, {
|
|
|
6285
6304
|
}) {
|
|
6286
6305
|
const cli = utils.meowOrExit({
|
|
6287
6306
|
argv,
|
|
6288
|
-
config: config$
|
|
6307
|
+
config: config$b,
|
|
6289
6308
|
importMeta,
|
|
6290
6309
|
parentName
|
|
6291
6310
|
});
|
|
@@ -6321,7 +6340,7 @@ async function run$z(argv, importMeta, {
|
|
|
6321
6340
|
if (!gradleOpts) {
|
|
6322
6341
|
if (sockJson.defaults?.manifest?.gradle?.gradleOpts) {
|
|
6323
6342
|
gradleOpts = sockJson.defaults?.manifest?.gradle?.gradleOpts;
|
|
6324
|
-
logger.logger.info('Using default --
|
|
6343
|
+
logger.logger.info('Using default --gradle-opts from socket.json:', gradleOpts);
|
|
6325
6344
|
} else {
|
|
6326
6345
|
gradleOpts = '';
|
|
6327
6346
|
}
|
|
@@ -6335,7 +6354,7 @@ async function run$z(argv, importMeta, {
|
|
|
6335
6354
|
}
|
|
6336
6355
|
}
|
|
6337
6356
|
if (verbose) {
|
|
6338
|
-
logger.logger.group('- ', parentName, config$
|
|
6357
|
+
logger.logger.group('- ', parentName, config$b.commandName, ':');
|
|
6339
6358
|
logger.logger.group('- flags:', cli.flags);
|
|
6340
6359
|
logger.logger.groupEnd();
|
|
6341
6360
|
logger.logger.log('- input:', cli.input);
|
|
@@ -6382,7 +6401,7 @@ const {
|
|
|
6382
6401
|
// sense for the help panels to note the requested language, rather than
|
|
6383
6402
|
// `socket manifest kotlin` to print help screens with `gradle` as the
|
|
6384
6403
|
// command. Room for improvement.
|
|
6385
|
-
const config$
|
|
6404
|
+
const config$a = {
|
|
6386
6405
|
commandName: 'kotlin',
|
|
6387
6406
|
description: '[beta] Use Gradle to generate a manifest file (`pom.xml`) for a Kotlin project',
|
|
6388
6407
|
hidden: false,
|
|
@@ -6435,8 +6454,8 @@ const config$y = {
|
|
|
6435
6454
|
`
|
|
6436
6455
|
};
|
|
6437
6456
|
const cmdManifestKotlin = {
|
|
6438
|
-
description: config$
|
|
6439
|
-
hidden: config$
|
|
6457
|
+
description: config$a.description,
|
|
6458
|
+
hidden: config$a.hidden,
|
|
6440
6459
|
run: run$y
|
|
6441
6460
|
};
|
|
6442
6461
|
async function run$y(argv, importMeta, {
|
|
@@ -6444,7 +6463,7 @@ async function run$y(argv, importMeta, {
|
|
|
6444
6463
|
}) {
|
|
6445
6464
|
const cli = utils.meowOrExit({
|
|
6446
6465
|
argv,
|
|
6447
|
-
config: config$
|
|
6466
|
+
config: config$a,
|
|
6448
6467
|
importMeta,
|
|
6449
6468
|
parentName
|
|
6450
6469
|
});
|
|
@@ -6480,7 +6499,7 @@ async function run$y(argv, importMeta, {
|
|
|
6480
6499
|
if (!gradleOpts) {
|
|
6481
6500
|
if (sockJson.defaults?.manifest?.gradle?.gradleOpts) {
|
|
6482
6501
|
gradleOpts = sockJson.defaults?.manifest?.gradle?.gradleOpts;
|
|
6483
|
-
logger.logger.info('Using default --
|
|
6502
|
+
logger.logger.info('Using default --gradle-opts from socket.json:', gradleOpts);
|
|
6484
6503
|
} else {
|
|
6485
6504
|
gradleOpts = '';
|
|
6486
6505
|
}
|
|
@@ -6494,7 +6513,7 @@ async function run$y(argv, importMeta, {
|
|
|
6494
6513
|
}
|
|
6495
6514
|
}
|
|
6496
6515
|
if (verbose) {
|
|
6497
|
-
logger.logger.group('- ', parentName, config$
|
|
6516
|
+
logger.logger.group('- ', parentName, config$a.commandName, ':');
|
|
6498
6517
|
logger.logger.group('- flags:', cli.flags);
|
|
6499
6518
|
logger.logger.groupEnd();
|
|
6500
6519
|
logger.logger.log('- input:', cli.input);
|
|
@@ -6535,7 +6554,7 @@ async function run$y(argv, importMeta, {
|
|
|
6535
6554
|
const {
|
|
6536
6555
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$w
|
|
6537
6556
|
} = constants;
|
|
6538
|
-
const config$
|
|
6557
|
+
const config$9 = {
|
|
6539
6558
|
commandName: 'scala',
|
|
6540
6559
|
description: "[beta] Generate a manifest file (`pom.xml`) from Scala's `build.sbt` file",
|
|
6541
6560
|
hidden: false,
|
|
@@ -6601,8 +6620,8 @@ const config$x = {
|
|
|
6601
6620
|
`
|
|
6602
6621
|
};
|
|
6603
6622
|
const cmdManifestScala = {
|
|
6604
|
-
description: config$
|
|
6605
|
-
hidden: config$
|
|
6623
|
+
description: config$9.description,
|
|
6624
|
+
hidden: config$9.hidden,
|
|
6606
6625
|
run: run$x
|
|
6607
6626
|
};
|
|
6608
6627
|
async function run$x(argv, importMeta, {
|
|
@@ -6610,7 +6629,7 @@ async function run$x(argv, importMeta, {
|
|
|
6610
6629
|
}) {
|
|
6611
6630
|
const cli = utils.meowOrExit({
|
|
6612
6631
|
argv,
|
|
6613
|
-
config: config$
|
|
6632
|
+
config: config$9,
|
|
6614
6633
|
importMeta,
|
|
6615
6634
|
parentName
|
|
6616
6635
|
});
|
|
@@ -6662,7 +6681,7 @@ async function run$x(argv, importMeta, {
|
|
|
6662
6681
|
if (!sbtOpts) {
|
|
6663
6682
|
if (sockJson.defaults?.manifest?.sbt?.sbtOpts) {
|
|
6664
6683
|
sbtOpts = sockJson.defaults?.manifest?.sbt?.sbtOpts;
|
|
6665
|
-
logger.logger.info('Using default --
|
|
6684
|
+
logger.logger.info('Using default --sbt-opts from socket.json:', sbtOpts);
|
|
6666
6685
|
} else {
|
|
6667
6686
|
sbtOpts = '';
|
|
6668
6687
|
}
|
|
@@ -6674,7 +6693,7 @@ async function run$x(argv, importMeta, {
|
|
|
6674
6693
|
verbose = false;
|
|
6675
6694
|
}
|
|
6676
6695
|
if (verbose) {
|
|
6677
|
-
logger.logger.group('- ', parentName, config$
|
|
6696
|
+
logger.logger.group('- ', parentName, config$9.commandName, ':');
|
|
6678
6697
|
logger.logger.group('- flags:', cli.flags);
|
|
6679
6698
|
logger.logger.groupEnd();
|
|
6680
6699
|
logger.logger.log('- input:', cli.input);
|
|
@@ -6934,7 +6953,7 @@ async function setupGradle(config) {
|
|
|
6934
6953
|
delete config.bin;
|
|
6935
6954
|
}
|
|
6936
6955
|
const opts = await prompts.input({
|
|
6937
|
-
message: '(--
|
|
6956
|
+
message: '(--gradle-opts) Enter gradle options to pass through',
|
|
6938
6957
|
default: config.gradleOpts || '',
|
|
6939
6958
|
required: false
|
|
6940
6959
|
// validate: async string => bool
|
|
@@ -6966,7 +6985,7 @@ async function setupSbt(config) {
|
|
|
6966
6985
|
delete config.bin;
|
|
6967
6986
|
}
|
|
6968
6987
|
const opts = await prompts.input({
|
|
6969
|
-
message: '(--
|
|
6988
|
+
message: '(--sbt-opts) Enter sbt options to pass through',
|
|
6970
6989
|
default: config.sbtOpts || '',
|
|
6971
6990
|
required: false
|
|
6972
6991
|
// validate: async string => bool
|
|
@@ -7122,7 +7141,7 @@ async function handleManifestSetup(cwd, defaultOnReadError) {
|
|
|
7122
7141
|
const {
|
|
7123
7142
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$v
|
|
7124
7143
|
} = constants;
|
|
7125
|
-
const config$
|
|
7144
|
+
const config$8 = {
|
|
7126
7145
|
commandName: 'setup',
|
|
7127
7146
|
description: 'Start interactive configurator to customize default flag values for `socket manifest` in this dir',
|
|
7128
7147
|
hidden: false,
|
|
@@ -7165,8 +7184,8 @@ const config$w = {
|
|
|
7165
7184
|
`
|
|
7166
7185
|
};
|
|
7167
7186
|
const cmdManifestSetup = {
|
|
7168
|
-
description: config$
|
|
7169
|
-
hidden: config$
|
|
7187
|
+
description: config$8.description,
|
|
7188
|
+
hidden: config$8.hidden,
|
|
7170
7189
|
run: run$w
|
|
7171
7190
|
};
|
|
7172
7191
|
async function run$w(argv, importMeta, {
|
|
@@ -7174,7 +7193,7 @@ async function run$w(argv, importMeta, {
|
|
|
7174
7193
|
}) {
|
|
7175
7194
|
const cli = utils.meowOrExit({
|
|
7176
7195
|
argv,
|
|
7177
|
-
config: config$
|
|
7196
|
+
config: config$8,
|
|
7178
7197
|
importMeta,
|
|
7179
7198
|
parentName
|
|
7180
7199
|
});
|
|
@@ -7193,7 +7212,7 @@ async function run$w(argv, importMeta, {
|
|
|
7193
7212
|
await handleManifestSetup(cwd, Boolean(defaultOnReadError));
|
|
7194
7213
|
}
|
|
7195
7214
|
|
|
7196
|
-
const config$
|
|
7215
|
+
const config$7 = {
|
|
7197
7216
|
commandName: 'manifest',
|
|
7198
7217
|
description: 'Generate a dependency manifest for certain ecosystems',
|
|
7199
7218
|
hidden: false,
|
|
@@ -7201,8 +7220,8 @@ const config$v = {
|
|
|
7201
7220
|
...flags.commonFlags
|
|
7202
7221
|
}};
|
|
7203
7222
|
const cmdManifest = {
|
|
7204
|
-
description: config$
|
|
7205
|
-
hidden: config$
|
|
7223
|
+
description: config$7.description,
|
|
7224
|
+
hidden: config$7.hidden,
|
|
7206
7225
|
run: run$v
|
|
7207
7226
|
};
|
|
7208
7227
|
async function run$v(argv, importMeta, {
|
|
@@ -7220,15 +7239,15 @@ async function run$v(argv, importMeta, {
|
|
|
7220
7239
|
argv,
|
|
7221
7240
|
aliases: {
|
|
7222
7241
|
yolo: {
|
|
7223
|
-
description: config$
|
|
7242
|
+
description: config$7.description,
|
|
7224
7243
|
hidden: true,
|
|
7225
7244
|
argv: ['auto']
|
|
7226
7245
|
}
|
|
7227
7246
|
},
|
|
7228
|
-
description: config$
|
|
7247
|
+
description: config$7.description,
|
|
7229
7248
|
importMeta,
|
|
7230
|
-
flags: config$
|
|
7231
|
-
name: `${parentName} ${config$
|
|
7249
|
+
flags: config$7.flags,
|
|
7250
|
+
name: `${parentName} ${config$7.commandName}`
|
|
7232
7251
|
});
|
|
7233
7252
|
}
|
|
7234
7253
|
|
|
@@ -7236,42 +7255,44 @@ const require$3 = require$$5.createRequire(require('node:url').pathToFileURL(__f
|
|
|
7236
7255
|
const {
|
|
7237
7256
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$u
|
|
7238
7257
|
} = constants;
|
|
7239
|
-
const
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7258
|
+
const CMD_NAME$o = 'npm';
|
|
7259
|
+
const description$t = 'Run npm with the Socket wrapper';
|
|
7260
|
+
const hidden$n = false;
|
|
7261
|
+
const cmdNpm = {
|
|
7262
|
+
description: description$t,
|
|
7263
|
+
hidden: hidden$n,
|
|
7264
|
+
run: run$u
|
|
7265
|
+
};
|
|
7266
|
+
async function run$u(argv, importMeta, {
|
|
7267
|
+
parentName
|
|
7268
|
+
}) {
|
|
7269
|
+
const config = {
|
|
7270
|
+
commandName: CMD_NAME$o,
|
|
7271
|
+
description: description$t,
|
|
7272
|
+
hidden: hidden$n,
|
|
7273
|
+
flags: {
|
|
7274
|
+
...flags.commonFlags
|
|
7275
|
+
},
|
|
7276
|
+
help: command => `
|
|
7247
7277
|
Usage
|
|
7248
7278
|
$ ${command} ...
|
|
7249
7279
|
|
|
7250
|
-
|
|
7251
|
-
|
|
7280
|
+
API Token Requirements
|
|
7281
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$o}`)}
|
|
7252
7282
|
|
|
7253
|
-
Note: Everything after "npm" is
|
|
7254
|
-
Only the \`--
|
|
7283
|
+
Note: Everything after "npm" is passed to the npm command.
|
|
7284
|
+
Only the \`--dry-run\` and \`--help\` flags are caught here.
|
|
7255
7285
|
|
|
7256
|
-
Use \`socket wrapper on\` to
|
|
7257
|
-
have to write \`socket npm\` for that purpose.
|
|
7286
|
+
Use \`socket wrapper on\` to alias this command as \`npm\`.
|
|
7258
7287
|
|
|
7259
7288
|
Examples
|
|
7260
7289
|
$ ${command}
|
|
7261
|
-
$ ${command} install -g
|
|
7262
|
-
|
|
7263
|
-
};
|
|
7264
|
-
const cmdNpm = {
|
|
7265
|
-
description: config$u.description,
|
|
7266
|
-
hidden: config$u.hidden,
|
|
7267
|
-
run: run$u
|
|
7268
|
-
};
|
|
7269
|
-
async function run$u(argv, importMeta, {
|
|
7270
|
-
parentName
|
|
7271
|
-
}) {
|
|
7290
|
+
$ ${command} install -g cowsay
|
|
7291
|
+
`
|
|
7292
|
+
};
|
|
7272
7293
|
const cli = utils.meowOrExit({
|
|
7273
7294
|
argv,
|
|
7274
|
-
config
|
|
7295
|
+
config,
|
|
7275
7296
|
importMeta,
|
|
7276
7297
|
parentName
|
|
7277
7298
|
});
|
|
@@ -7290,42 +7311,43 @@ const require$2 = require$$5.createRequire(require('node:url').pathToFileURL(__f
|
|
|
7290
7311
|
const {
|
|
7291
7312
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$t
|
|
7292
7313
|
} = constants;
|
|
7293
|
-
const
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7314
|
+
const CMD_NAME$n = 'npx';
|
|
7315
|
+
const description$s = 'Run npx with the Socket wrapper';
|
|
7316
|
+
const hidden$m = false;
|
|
7317
|
+
const cmdNpx = {
|
|
7318
|
+
description: description$s,
|
|
7319
|
+
hidden: hidden$m,
|
|
7320
|
+
run: run$t
|
|
7321
|
+
};
|
|
7322
|
+
async function run$t(argv, importMeta, {
|
|
7323
|
+
parentName
|
|
7324
|
+
}) {
|
|
7325
|
+
const config = {
|
|
7326
|
+
commandName: CMD_NAME$n,
|
|
7327
|
+
description: description$s,
|
|
7328
|
+
hidden: hidden$m,
|
|
7329
|
+
flags: {
|
|
7330
|
+
...flags.commonFlags
|
|
7331
|
+
},
|
|
7332
|
+
help: (command, _config) => `
|
|
7301
7333
|
Usage
|
|
7302
7334
|
$ ${command} ...
|
|
7303
7335
|
|
|
7304
|
-
|
|
7305
|
-
|
|
7336
|
+
API Token Requirements
|
|
7337
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$n}`)}
|
|
7306
7338
|
|
|
7307
|
-
Note: Everything after "npx" is
|
|
7308
|
-
Only the \`--
|
|
7339
|
+
Note: Everything after "npx" is passed to the npx command.
|
|
7340
|
+
Only the \`--dry-run\` and \`--help\` flags are caught here.
|
|
7309
7341
|
|
|
7310
|
-
Use \`socket wrapper on\` to
|
|
7311
|
-
have to write \`socket npx\` for that purpose.
|
|
7342
|
+
Use \`socket wrapper on\` to alias this command as \`npx\`.
|
|
7312
7343
|
|
|
7313
7344
|
Examples
|
|
7314
|
-
$ ${command}
|
|
7315
|
-
$ ${command} prettier
|
|
7345
|
+
$ ${command} cowsay
|
|
7316
7346
|
`
|
|
7317
|
-
};
|
|
7318
|
-
const cmdNpx = {
|
|
7319
|
-
description: config$t.description,
|
|
7320
|
-
hidden: config$t.hidden,
|
|
7321
|
-
run: run$t
|
|
7322
|
-
};
|
|
7323
|
-
async function run$t(argv, importMeta, {
|
|
7324
|
-
parentName
|
|
7325
|
-
}) {
|
|
7347
|
+
};
|
|
7326
7348
|
const cli = utils.meowOrExit({
|
|
7327
7349
|
argv,
|
|
7328
|
-
config
|
|
7350
|
+
config,
|
|
7329
7351
|
importMeta,
|
|
7330
7352
|
parentName
|
|
7331
7353
|
});
|
|
@@ -7343,7 +7365,7 @@ async function run$t(argv, importMeta, {
|
|
|
7343
7365
|
const {
|
|
7344
7366
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$s
|
|
7345
7367
|
} = constants;
|
|
7346
|
-
const config$
|
|
7368
|
+
const config$6 = {
|
|
7347
7369
|
commandName: 'oops',
|
|
7348
7370
|
description: 'Trigger an intentional error (for development)',
|
|
7349
7371
|
hidden: true,
|
|
@@ -7364,8 +7386,8 @@ const config$s = {
|
|
|
7364
7386
|
`
|
|
7365
7387
|
};
|
|
7366
7388
|
const cmdOops = {
|
|
7367
|
-
description: config$
|
|
7368
|
-
hidden: config$
|
|
7389
|
+
description: config$6.description,
|
|
7390
|
+
hidden: config$6.hidden,
|
|
7369
7391
|
run: run$s
|
|
7370
7392
|
};
|
|
7371
7393
|
async function run$s(argv, importMeta, {
|
|
@@ -7373,7 +7395,7 @@ async function run$s(argv, importMeta, {
|
|
|
7373
7395
|
}) {
|
|
7374
7396
|
const cli = utils.meowOrExit({
|
|
7375
7397
|
argv,
|
|
7376
|
-
config: config$
|
|
7398
|
+
config: config$6,
|
|
7377
7399
|
importMeta,
|
|
7378
7400
|
parentName
|
|
7379
7401
|
});
|
|
@@ -7709,7 +7731,7 @@ async function listPackages(pkgEnvDetails, options) {
|
|
|
7709
7731
|
}
|
|
7710
7732
|
}
|
|
7711
7733
|
|
|
7712
|
-
const CMD_NAME = 'socket optimize';
|
|
7734
|
+
const CMD_NAME$m = 'socket optimize';
|
|
7713
7735
|
|
|
7714
7736
|
const {
|
|
7715
7737
|
BUN,
|
|
@@ -7884,7 +7906,7 @@ async function addOverrides(pkgEnvDetails, pkgPath, options) {
|
|
|
7884
7906
|
npmExecPath === NPM && !state.warnedPnpmWorkspaceRequiresNpm) {
|
|
7885
7907
|
state.warnedPnpmWorkspaceRequiresNpm = true;
|
|
7886
7908
|
spinner?.stop();
|
|
7887
|
-
logger?.warn(utils.cmdPrefixMessage(CMD_NAME, `${agent} workspace support requires \`npm ls\`, falling back to \`${agent} list\``));
|
|
7909
|
+
logger?.warn(utils.cmdPrefixMessage(CMD_NAME$m, `${agent} workspace support requires \`npm ls\`, falling back to \`${agent} list\``));
|
|
7888
7910
|
spinner?.start();
|
|
7889
7911
|
}
|
|
7890
7912
|
const overridesDataObjects = [];
|
|
@@ -8115,7 +8137,7 @@ async function applyOptimization(pkgEnvDetails, {
|
|
|
8115
8137
|
const pkgJsonChanged = addedCount > 0 || updatedCount > 0;
|
|
8116
8138
|
if (pkgJsonChanged || pkgEnvDetails.features.npmBuggyOverrides) {
|
|
8117
8139
|
const result = await updateLockfile(pkgEnvDetails, {
|
|
8118
|
-
cmdName: CMD_NAME,
|
|
8140
|
+
cmdName: CMD_NAME$m,
|
|
8119
8141
|
logger: logger.logger,
|
|
8120
8142
|
spinner
|
|
8121
8143
|
});
|
|
@@ -8177,7 +8199,7 @@ async function handleOptimize({
|
|
|
8177
8199
|
prod
|
|
8178
8200
|
}) {
|
|
8179
8201
|
const pkgEnvCResult = await utils.detectAndValidatePackageEnvironment(cwd, {
|
|
8180
|
-
cmdName: CMD_NAME,
|
|
8202
|
+
cmdName: CMD_NAME$m,
|
|
8181
8203
|
logger: logger.logger,
|
|
8182
8204
|
prod
|
|
8183
8205
|
});
|
|
@@ -8202,7 +8224,7 @@ async function handleOptimize({
|
|
|
8202
8224
|
await outputOptimizeResult({
|
|
8203
8225
|
ok: false,
|
|
8204
8226
|
message: 'Unsupported',
|
|
8205
|
-
cause: utils.cmdPrefixMessage(CMD_NAME, `${agent} v${agentVersion} does not support overrides.`)
|
|
8227
|
+
cause: utils.cmdPrefixMessage(CMD_NAME$m, `${agent} v${agentVersion} does not support overrides.`)
|
|
8206
8228
|
}, outputKind);
|
|
8207
8229
|
return;
|
|
8208
8230
|
}
|
|
@@ -8216,27 +8238,41 @@ async function handleOptimize({
|
|
|
8216
8238
|
const {
|
|
8217
8239
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$r
|
|
8218
8240
|
} = constants;
|
|
8219
|
-
const
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
|
|
8227
|
-
|
|
8228
|
-
|
|
8241
|
+
const CMD_NAME$l = 'optimize';
|
|
8242
|
+
const description$r = 'Optimize dependencies with @socketregistry overrides';
|
|
8243
|
+
const hidden$l = false;
|
|
8244
|
+
const cmdOptimize = {
|
|
8245
|
+
description: description$r,
|
|
8246
|
+
hidden: hidden$l,
|
|
8247
|
+
run: run$r
|
|
8248
|
+
};
|
|
8249
|
+
async function run$r(argv, importMeta, {
|
|
8250
|
+
parentName
|
|
8251
|
+
}) {
|
|
8252
|
+
const config = {
|
|
8253
|
+
commandName: CMD_NAME$l,
|
|
8254
|
+
description: description$r,
|
|
8255
|
+
hidden: hidden$l,
|
|
8256
|
+
flags: {
|
|
8257
|
+
...flags.commonFlags,
|
|
8258
|
+
pin: {
|
|
8259
|
+
type: 'boolean',
|
|
8260
|
+
default: false,
|
|
8261
|
+
description: 'Pin overrides to their latest version'
|
|
8262
|
+
},
|
|
8263
|
+
prod: {
|
|
8264
|
+
type: 'boolean',
|
|
8265
|
+
default: false,
|
|
8266
|
+
description: 'Only add overrides for production dependencies'
|
|
8267
|
+
}
|
|
8229
8268
|
},
|
|
8230
|
-
|
|
8231
|
-
type: 'boolean',
|
|
8232
|
-
default: false,
|
|
8233
|
-
description: 'Only add overrides for production dependencies'
|
|
8234
|
-
}
|
|
8235
|
-
},
|
|
8236
|
-
help: (command, config) => `
|
|
8269
|
+
help: (command, config) => `
|
|
8237
8270
|
Usage
|
|
8238
8271
|
$ ${command} [options] [CWD=.]
|
|
8239
8272
|
|
|
8273
|
+
API Token Requirements
|
|
8274
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$l}`)}
|
|
8275
|
+
|
|
8240
8276
|
Options
|
|
8241
8277
|
${utils.getFlagListOutput(config.flags)}
|
|
8242
8278
|
|
|
@@ -8244,18 +8280,10 @@ const config$r = {
|
|
|
8244
8280
|
$ ${command}
|
|
8245
8281
|
$ ${command} ./proj/tree --pin
|
|
8246
8282
|
`
|
|
8247
|
-
};
|
|
8248
|
-
const cmdOptimize = {
|
|
8249
|
-
description: config$r.description,
|
|
8250
|
-
hidden: config$r.hidden,
|
|
8251
|
-
run: run$r
|
|
8252
|
-
};
|
|
8253
|
-
async function run$r(argv, importMeta, {
|
|
8254
|
-
parentName
|
|
8255
|
-
}) {
|
|
8283
|
+
};
|
|
8256
8284
|
const cli = utils.meowOrExit({
|
|
8257
8285
|
argv,
|
|
8258
|
-
config
|
|
8286
|
+
config,
|
|
8259
8287
|
importMeta,
|
|
8260
8288
|
parentName
|
|
8261
8289
|
});
|
|
@@ -8389,31 +8417,41 @@ async function handleDependencies({
|
|
|
8389
8417
|
const {
|
|
8390
8418
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$q
|
|
8391
8419
|
} = constants;
|
|
8392
|
-
const
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
|
|
8399
|
-
|
|
8400
|
-
|
|
8401
|
-
|
|
8402
|
-
|
|
8403
|
-
|
|
8404
|
-
|
|
8405
|
-
|
|
8406
|
-
|
|
8420
|
+
const CMD_NAME$k = 'dependencies';
|
|
8421
|
+
const description$q = 'Search for any dependency that is being used in your organization';
|
|
8422
|
+
const hidden$k = false;
|
|
8423
|
+
const cmdOrganizationDependencies = {
|
|
8424
|
+
description: description$q,
|
|
8425
|
+
hidden: hidden$k,
|
|
8426
|
+
run: run$q
|
|
8427
|
+
};
|
|
8428
|
+
async function run$q(argv, importMeta, {
|
|
8429
|
+
parentName
|
|
8430
|
+
}) {
|
|
8431
|
+
const config = {
|
|
8432
|
+
commandName: CMD_NAME$k,
|
|
8433
|
+
description: description$q,
|
|
8434
|
+
hidden: hidden$k,
|
|
8435
|
+
flags: {
|
|
8436
|
+
...flags.commonFlags,
|
|
8437
|
+
limit: {
|
|
8438
|
+
type: 'number',
|
|
8439
|
+
default: 50,
|
|
8440
|
+
description: 'Maximum number of dependencies returned'
|
|
8441
|
+
},
|
|
8442
|
+
offset: {
|
|
8443
|
+
type: 'number',
|
|
8444
|
+
default: 0,
|
|
8445
|
+
description: 'Page number'
|
|
8446
|
+
},
|
|
8447
|
+
...flags.outputFlags
|
|
8407
8448
|
},
|
|
8408
|
-
|
|
8409
|
-
},
|
|
8410
|
-
help: (command, config) => `
|
|
8449
|
+
help: (command, config) => `
|
|
8411
8450
|
Usage
|
|
8412
8451
|
${command} [options]
|
|
8413
8452
|
|
|
8414
8453
|
API Token Requirements
|
|
8415
|
-
|
|
8416
|
-
- Permissions: none (does need token with access to target org)
|
|
8454
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$k}`)}
|
|
8417
8455
|
|
|
8418
8456
|
Options
|
|
8419
8457
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -8422,18 +8460,10 @@ const config$q = {
|
|
|
8422
8460
|
${command}
|
|
8423
8461
|
${command} --limit 20 --offset 10
|
|
8424
8462
|
`
|
|
8425
|
-
};
|
|
8426
|
-
const cmdOrganizationDependencies = {
|
|
8427
|
-
description: config$q.description,
|
|
8428
|
-
hidden: config$q.hidden,
|
|
8429
|
-
run: run$q
|
|
8430
|
-
};
|
|
8431
|
-
async function run$q(argv, importMeta, {
|
|
8432
|
-
parentName
|
|
8433
|
-
}) {
|
|
8463
|
+
};
|
|
8434
8464
|
const cli = utils.meowOrExit({
|
|
8435
8465
|
argv,
|
|
8436
|
-
config
|
|
8466
|
+
config,
|
|
8437
8467
|
importMeta,
|
|
8438
8468
|
parentName
|
|
8439
8469
|
});
|
|
@@ -8524,33 +8554,43 @@ async function handleLicensePolicy(orgSlug, outputKind) {
|
|
|
8524
8554
|
const {
|
|
8525
8555
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$p
|
|
8526
8556
|
} = constants;
|
|
8527
|
-
const
|
|
8528
|
-
|
|
8529
|
-
|
|
8530
|
-
|
|
8531
|
-
|
|
8532
|
-
|
|
8533
|
-
|
|
8534
|
-
|
|
8535
|
-
|
|
8536
|
-
|
|
8537
|
-
|
|
8557
|
+
const CMD_NAME$j = 'license';
|
|
8558
|
+
const description$p = 'Retrieve the license policy of an organization';
|
|
8559
|
+
const hidden$j = false;
|
|
8560
|
+
const cmdOrganizationPolicyLicense = {
|
|
8561
|
+
description: description$p,
|
|
8562
|
+
hidden: hidden$j,
|
|
8563
|
+
run: run$p
|
|
8564
|
+
};
|
|
8565
|
+
async function run$p(argv, importMeta, {
|
|
8566
|
+
parentName
|
|
8567
|
+
}) {
|
|
8568
|
+
const config = {
|
|
8569
|
+
commandName: CMD_NAME$j,
|
|
8570
|
+
description: description$p,
|
|
8571
|
+
hidden: hidden$j,
|
|
8572
|
+
flags: {
|
|
8573
|
+
...flags.commonFlags,
|
|
8574
|
+
...flags.outputFlags,
|
|
8575
|
+
interactive: {
|
|
8576
|
+
type: 'boolean',
|
|
8577
|
+
default: true,
|
|
8578
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
8579
|
+
},
|
|
8580
|
+
org: {
|
|
8581
|
+
type: 'string',
|
|
8582
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
8583
|
+
}
|
|
8538
8584
|
},
|
|
8539
|
-
|
|
8540
|
-
type: 'string',
|
|
8541
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
8542
|
-
}
|
|
8543
|
-
},
|
|
8544
|
-
help: (command, _config) => `
|
|
8585
|
+
help: command => `
|
|
8545
8586
|
Usage
|
|
8546
8587
|
$ ${command} [options]
|
|
8547
8588
|
|
|
8548
8589
|
API Token Requirements
|
|
8549
|
-
|
|
8550
|
-
- Permissions: license-policy:read
|
|
8590
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$j}`)}
|
|
8551
8591
|
|
|
8552
8592
|
Options
|
|
8553
|
-
${utils.getFlagListOutput(config
|
|
8593
|
+
${utils.getFlagListOutput(config.flags)}
|
|
8554
8594
|
|
|
8555
8595
|
Your API token will need the \`license-policy:read\` permission otherwise
|
|
8556
8596
|
the request will fail with an authentication error.
|
|
@@ -8559,18 +8599,10 @@ const config$p = {
|
|
|
8559
8599
|
$ ${command}
|
|
8560
8600
|
$ ${command} --json
|
|
8561
8601
|
`
|
|
8562
|
-
};
|
|
8563
|
-
const cmdOrganizationPolicyLicense = {
|
|
8564
|
-
description: config$p.description,
|
|
8565
|
-
hidden: config$p.hidden,
|
|
8566
|
-
run: run$p
|
|
8567
|
-
};
|
|
8568
|
-
async function run$p(argv, importMeta, {
|
|
8569
|
-
parentName
|
|
8570
|
-
}) {
|
|
8602
|
+
};
|
|
8571
8603
|
const cli = utils.meowOrExit({
|
|
8572
8604
|
argv,
|
|
8573
|
-
config
|
|
8605
|
+
config,
|
|
8574
8606
|
importMeta,
|
|
8575
8607
|
parentName
|
|
8576
8608
|
});
|
|
@@ -8659,33 +8691,43 @@ async function handleSecurityPolicy(orgSlug, outputKind) {
|
|
|
8659
8691
|
const {
|
|
8660
8692
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$o
|
|
8661
8693
|
} = constants;
|
|
8662
|
-
const
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
|
|
8694
|
+
const CMD_NAME$i = 'security';
|
|
8695
|
+
const description$o = 'Retrieve the security policy of an organization';
|
|
8696
|
+
const hidden$i = true;
|
|
8697
|
+
const cmdOrganizationPolicySecurity = {
|
|
8698
|
+
description: description$o,
|
|
8699
|
+
hidden: hidden$i,
|
|
8700
|
+
run: run$o
|
|
8701
|
+
};
|
|
8702
|
+
async function run$o(argv, importMeta, {
|
|
8703
|
+
parentName
|
|
8704
|
+
}) {
|
|
8705
|
+
const config = {
|
|
8706
|
+
commandName: CMD_NAME$i,
|
|
8707
|
+
description: description$o,
|
|
8708
|
+
hidden: hidden$i,
|
|
8709
|
+
flags: {
|
|
8710
|
+
...flags.commonFlags,
|
|
8711
|
+
...flags.outputFlags,
|
|
8712
|
+
interactive: {
|
|
8713
|
+
type: 'boolean',
|
|
8714
|
+
default: true,
|
|
8715
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
8716
|
+
},
|
|
8717
|
+
org: {
|
|
8718
|
+
type: 'string',
|
|
8719
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
8720
|
+
}
|
|
8673
8721
|
},
|
|
8674
|
-
|
|
8675
|
-
type: 'string',
|
|
8676
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
8677
|
-
}
|
|
8678
|
-
},
|
|
8679
|
-
help: (command, _config) => `
|
|
8722
|
+
help: (command, _config) => `
|
|
8680
8723
|
Usage
|
|
8681
8724
|
$ ${command} [options]
|
|
8682
8725
|
|
|
8683
8726
|
API Token Requirements
|
|
8684
|
-
|
|
8685
|
-
- Permissions: security-policy:read
|
|
8727
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$i}`)}
|
|
8686
8728
|
|
|
8687
8729
|
Options
|
|
8688
|
-
${utils.getFlagListOutput(config
|
|
8730
|
+
${utils.getFlagListOutput(config.flags)}
|
|
8689
8731
|
|
|
8690
8732
|
Your API token will need the \`security-policy:read\` permission otherwise
|
|
8691
8733
|
the request will fail with an authentication error.
|
|
@@ -8694,18 +8736,10 @@ const config$o = {
|
|
|
8694
8736
|
$ ${command}
|
|
8695
8737
|
$ ${command} --json
|
|
8696
8738
|
`
|
|
8697
|
-
};
|
|
8698
|
-
const cmdOrganizationPolicySecurity = {
|
|
8699
|
-
description: config$o.description,
|
|
8700
|
-
hidden: config$o.hidden,
|
|
8701
|
-
run: run$o
|
|
8702
|
-
};
|
|
8703
|
-
async function run$o(argv, importMeta, {
|
|
8704
|
-
parentName
|
|
8705
|
-
}) {
|
|
8739
|
+
};
|
|
8706
8740
|
const cli = utils.meowOrExit({
|
|
8707
8741
|
argv,
|
|
8708
|
-
config
|
|
8742
|
+
config,
|
|
8709
8743
|
importMeta,
|
|
8710
8744
|
parentName
|
|
8711
8745
|
});
|
|
@@ -8798,41 +8832,43 @@ async function handleOrganizationList(outputKind = 'text') {
|
|
|
8798
8832
|
const {
|
|
8799
8833
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$n
|
|
8800
8834
|
} = constants;
|
|
8801
|
-
const
|
|
8802
|
-
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8835
|
+
const CMD_NAME$h = 'list';
|
|
8836
|
+
const description$n = 'List organizations associated with the Socket API token';
|
|
8837
|
+
const hidden$h = false;
|
|
8838
|
+
const cmdOrganizationList = {
|
|
8839
|
+
description: description$n,
|
|
8840
|
+
hidden: hidden$h,
|
|
8841
|
+
run: run$n
|
|
8842
|
+
};
|
|
8843
|
+
async function run$n(argv, importMeta, {
|
|
8844
|
+
parentName
|
|
8845
|
+
}) {
|
|
8846
|
+
const config = {
|
|
8847
|
+
commandName: CMD_NAME$h,
|
|
8848
|
+
description: description$n,
|
|
8849
|
+
hidden: hidden$h,
|
|
8850
|
+
flags: {
|
|
8851
|
+
...flags.commonFlags,
|
|
8852
|
+
...flags.outputFlags
|
|
8853
|
+
},
|
|
8854
|
+
help: (command, _config) => `
|
|
8810
8855
|
Usage
|
|
8811
8856
|
$ ${command} [options]
|
|
8812
8857
|
|
|
8813
8858
|
API Token Requirements
|
|
8814
|
-
|
|
8815
|
-
- Permissions: none (does need a token)
|
|
8859
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$h}`)}
|
|
8816
8860
|
|
|
8817
8861
|
Options
|
|
8818
|
-
${utils.getFlagListOutput(config
|
|
8862
|
+
${utils.getFlagListOutput(config.flags)}
|
|
8819
8863
|
|
|
8820
8864
|
Examples
|
|
8821
8865
|
$ ${command}
|
|
8822
8866
|
$ ${command} --json
|
|
8823
8867
|
`
|
|
8824
|
-
};
|
|
8825
|
-
const cmdOrganizationList = {
|
|
8826
|
-
description: config$n.description,
|
|
8827
|
-
hidden: config$n.hidden,
|
|
8828
|
-
run: run$n
|
|
8829
|
-
};
|
|
8830
|
-
async function run$n(argv, importMeta, {
|
|
8831
|
-
parentName
|
|
8832
|
-
}) {
|
|
8868
|
+
};
|
|
8833
8869
|
const cli = utils.meowOrExit({
|
|
8834
8870
|
argv,
|
|
8835
|
-
config
|
|
8871
|
+
config,
|
|
8836
8872
|
importMeta,
|
|
8837
8873
|
parentName
|
|
8838
8874
|
});
|
|
@@ -8864,9 +8900,9 @@ async function run$n(argv, importMeta, {
|
|
|
8864
8900
|
await handleOrganizationList(outputKind);
|
|
8865
8901
|
}
|
|
8866
8902
|
|
|
8867
|
-
const description$
|
|
8903
|
+
const description$m = 'Organization policy details';
|
|
8868
8904
|
const cmdOrganizationPolicy = {
|
|
8869
|
-
description: description$
|
|
8905
|
+
description: description$m,
|
|
8870
8906
|
// Hidden because it was broken all this time (nobody could be using it)
|
|
8871
8907
|
// and we're not sure if it's useful to anyone in its current state.
|
|
8872
8908
|
// Until we do, we'll hide this to keep the help tidier.
|
|
@@ -8880,7 +8916,7 @@ const cmdOrganizationPolicy = {
|
|
|
8880
8916
|
license: cmdOrganizationPolicyLicense
|
|
8881
8917
|
}, {
|
|
8882
8918
|
argv,
|
|
8883
|
-
description: description$
|
|
8919
|
+
description: description$m,
|
|
8884
8920
|
defaultSub: 'list',
|
|
8885
8921
|
// Backwards compat
|
|
8886
8922
|
importMeta,
|
|
@@ -8937,7 +8973,7 @@ async function handleQuota(outputKind = 'text') {
|
|
|
8937
8973
|
const {
|
|
8938
8974
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$m
|
|
8939
8975
|
} = constants;
|
|
8940
|
-
const config$
|
|
8976
|
+
const config$5 = {
|
|
8941
8977
|
commandName: 'quota',
|
|
8942
8978
|
description: 'List organizations associated with the Socket API token',
|
|
8943
8979
|
hidden: true,
|
|
@@ -8950,7 +8986,7 @@ const config$m = {
|
|
|
8950
8986
|
$ ${command} [options]
|
|
8951
8987
|
|
|
8952
8988
|
Options
|
|
8953
|
-
${utils.getFlagListOutput(config$
|
|
8989
|
+
${utils.getFlagListOutput(config$5.flags)}
|
|
8954
8990
|
|
|
8955
8991
|
Examples
|
|
8956
8992
|
$ ${command}
|
|
@@ -8958,8 +8994,8 @@ const config$m = {
|
|
|
8958
8994
|
`
|
|
8959
8995
|
};
|
|
8960
8996
|
const cmdOrganizationQuota = {
|
|
8961
|
-
description: config$
|
|
8962
|
-
hidden: config$
|
|
8997
|
+
description: config$5.description,
|
|
8998
|
+
hidden: config$5.hidden,
|
|
8963
8999
|
run: run$m
|
|
8964
9000
|
};
|
|
8965
9001
|
async function run$m(argv, importMeta, {
|
|
@@ -8967,7 +9003,7 @@ async function run$m(argv, importMeta, {
|
|
|
8967
9003
|
}) {
|
|
8968
9004
|
const cli = utils.meowOrExit({
|
|
8969
9005
|
argv,
|
|
8970
|
-
config: config$
|
|
9006
|
+
config: config$5,
|
|
8971
9007
|
importMeta,
|
|
8972
9008
|
parentName
|
|
8973
9009
|
});
|
|
@@ -8997,9 +9033,9 @@ async function run$m(argv, importMeta, {
|
|
|
8997
9033
|
await handleQuota(outputKind);
|
|
8998
9034
|
}
|
|
8999
9035
|
|
|
9000
|
-
const description$
|
|
9036
|
+
const description$l = 'Manage Socket organization account details';
|
|
9001
9037
|
const cmdOrganization = {
|
|
9002
|
-
description: description$
|
|
9038
|
+
description: description$l,
|
|
9003
9039
|
hidden: false,
|
|
9004
9040
|
async run(argv, importMeta, {
|
|
9005
9041
|
parentName
|
|
@@ -9028,7 +9064,7 @@ const cmdOrganization = {
|
|
|
9028
9064
|
}
|
|
9029
9065
|
},
|
|
9030
9066
|
argv,
|
|
9031
|
-
description: description$
|
|
9067
|
+
description: description$l,
|
|
9032
9068
|
importMeta,
|
|
9033
9069
|
name: `${parentName} organization`
|
|
9034
9070
|
});
|
|
@@ -9256,21 +9292,31 @@ function parsePackageSpecifiers(ecosystem, pkgs) {
|
|
|
9256
9292
|
const {
|
|
9257
9293
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$l
|
|
9258
9294
|
} = constants;
|
|
9259
|
-
const
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
9295
|
+
const CMD_NAME$g = 'score';
|
|
9296
|
+
const description$k = 'Look up score for one package which reflects all of its transitive dependencies as well';
|
|
9297
|
+
const hidden$g = false;
|
|
9298
|
+
const cmdPackageScore = {
|
|
9299
|
+
description: description$k,
|
|
9300
|
+
hidden: hidden$g,
|
|
9301
|
+
run: run$l
|
|
9302
|
+
};
|
|
9303
|
+
async function run$l(argv, importMeta, {
|
|
9304
|
+
parentName
|
|
9305
|
+
}) {
|
|
9306
|
+
const config = {
|
|
9307
|
+
commandName: CMD_NAME$g,
|
|
9308
|
+
description: description$k,
|
|
9309
|
+
hidden: hidden$g,
|
|
9310
|
+
flags: {
|
|
9311
|
+
...flags.commonFlags,
|
|
9312
|
+
...flags.outputFlags
|
|
9313
|
+
},
|
|
9314
|
+
help: (command, config) => `
|
|
9268
9315
|
Usage
|
|
9269
9316
|
$ ${command} [options] <<ECOSYSTEM> <NAME> | <PURL>>
|
|
9270
9317
|
|
|
9271
9318
|
API Token Requirements
|
|
9272
|
-
|
|
9273
|
-
- Permissions: packages:list
|
|
9319
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$g}`)}
|
|
9274
9320
|
|
|
9275
9321
|
Options
|
|
9276
9322
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -9300,18 +9346,10 @@ const config$l = {
|
|
|
9300
9346
|
$ ${command} pkg:golang/github.com/steelpoor/tlsproxy@v0.0.0-20250304082521-29051ed19c60
|
|
9301
9347
|
$ ${command} nuget/needpluscommonlibrary@1.0.0 --markdown
|
|
9302
9348
|
`
|
|
9303
|
-
};
|
|
9304
|
-
const cmdPackageScore = {
|
|
9305
|
-
description: config$l.description,
|
|
9306
|
-
hidden: config$l.hidden,
|
|
9307
|
-
run: run$l
|
|
9308
|
-
};
|
|
9309
|
-
async function run$l(argv, importMeta, {
|
|
9310
|
-
parentName
|
|
9311
|
-
}) {
|
|
9349
|
+
};
|
|
9312
9350
|
const cli = utils.meowOrExit({
|
|
9313
9351
|
argv,
|
|
9314
|
-
config
|
|
9352
|
+
config,
|
|
9315
9353
|
importMeta,
|
|
9316
9354
|
parentName
|
|
9317
9355
|
});
|
|
@@ -9416,7 +9454,7 @@ function outputPurlsShallowScore(purls, result, outputKind) {
|
|
|
9416
9454
|
const txt = generateTextReport(rows, missing);
|
|
9417
9455
|
logger.logger.log(txt);
|
|
9418
9456
|
}
|
|
9419
|
-
function formatReportCard(artifact,
|
|
9457
|
+
function formatReportCard(artifact, colorize) {
|
|
9420
9458
|
const scoreResult = {
|
|
9421
9459
|
'Supply Chain Risk': Math.floor((artifact.score?.supplyChain ?? 0) * 100),
|
|
9422
9460
|
Maintenance: Math.floor((artifact.score?.maintenance ?? 0) * 100),
|
|
@@ -9424,16 +9462,32 @@ function formatReportCard(artifact, color) {
|
|
|
9424
9462
|
Vulnerabilities: Math.floor((artifact.score?.vulnerability ?? 0) * 100),
|
|
9425
9463
|
License: Math.floor((artifact.score?.license ?? 0) * 100)
|
|
9426
9464
|
};
|
|
9427
|
-
const alertString = getAlertString(artifact.alerts,
|
|
9465
|
+
const alertString = getAlertString(artifact.alerts, {
|
|
9466
|
+
colorize
|
|
9467
|
+
});
|
|
9428
9468
|
if (!artifact.ecosystem) {
|
|
9429
9469
|
require$$6.debugFn('notice', 'miss: artifact ecosystem', artifact);
|
|
9430
9470
|
}
|
|
9431
9471
|
const purl = `pkg:${artifact.ecosystem}/${artifact.name}${artifact.version ? '@' + artifact.version : ''}`;
|
|
9432
|
-
|
|
9472
|
+
|
|
9473
|
+
// Calculate proper padding based on longest label.
|
|
9474
|
+
const maxLabelLength = Math.max(...Object.keys(scoreResult).map(label => label.length));
|
|
9475
|
+
const labelPadding = maxLabelLength + 2; // +2 for ": "
|
|
9476
|
+
|
|
9477
|
+
return ['Package: ' + (colorize ? vendor.yoctocolorsCjsExports.bold(purl) : purl), '', ...Object.entries(scoreResult).map(score => `- ${score[0]}:`.padEnd(labelPadding, ' ') + ` ${formatScore(score[1], {
|
|
9478
|
+
colorize
|
|
9479
|
+
})}`), alertString].join('\n');
|
|
9433
9480
|
}
|
|
9434
|
-
function formatScore(score,
|
|
9435
|
-
const
|
|
9436
|
-
|
|
9481
|
+
function formatScore(score, options) {
|
|
9482
|
+
const {
|
|
9483
|
+
colorize,
|
|
9484
|
+
padding = 3
|
|
9485
|
+
} = {
|
|
9486
|
+
__proto__: null,
|
|
9487
|
+
...options
|
|
9488
|
+
};
|
|
9489
|
+
const padded = String(score).padStart(padding, ' ');
|
|
9490
|
+
if (!colorize) {
|
|
9437
9491
|
return padded;
|
|
9438
9492
|
}
|
|
9439
9493
|
if (score >= 80) {
|
|
@@ -9444,9 +9498,15 @@ function formatScore(score, noColor = false, pad = false) {
|
|
|
9444
9498
|
}
|
|
9445
9499
|
return vendor.yoctocolorsCjsExports.red(padded);
|
|
9446
9500
|
}
|
|
9447
|
-
function getAlertString(alerts,
|
|
9501
|
+
function getAlertString(alerts, options) {
|
|
9502
|
+
const {
|
|
9503
|
+
colorize
|
|
9504
|
+
} = {
|
|
9505
|
+
__proto__: null,
|
|
9506
|
+
...options
|
|
9507
|
+
};
|
|
9448
9508
|
if (!alerts.size) {
|
|
9449
|
-
return
|
|
9509
|
+
return `- Alerts: ${colorize ? vendor.yoctocolorsCjsExports.green('none') : 'none'}!`;
|
|
9450
9510
|
}
|
|
9451
9511
|
const o = Array.from(alerts.values());
|
|
9452
9512
|
const bad = o.filter(alert => alert.severity !== 'low' && alert.severity !== 'middle').sort((a, b) => a.type < b.type ? -1 : a.type > b.type ? 1 : 0);
|
|
@@ -9456,10 +9516,11 @@ function getAlertString(alerts, noColor = false) {
|
|
|
9456
9516
|
// We need to create the no-color string regardless because the actual string
|
|
9457
9517
|
// contains a bunch of invisible ANSI chars which would screw up length checks.
|
|
9458
9518
|
const colorless = `- Alerts (${bad.length}/${mid.length.toString()}/${low.length}):`;
|
|
9459
|
-
|
|
9460
|
-
|
|
9519
|
+
const padding = ` ${' '.repeat(Math.max(0, 20 - colorless.length))}`;
|
|
9520
|
+
if (colorize) {
|
|
9521
|
+
return `- Alerts (${vendor.yoctocolorsCjsExports.red(bad.length.toString())}/${vendor.yoctocolorsCjsExports.yellow(mid.length.toString())}/${low.length}):` + padding + [bad.map(a => vendor.yoctocolorsCjsExports.red(`${vendor.yoctocolorsCjsExports.dim(`[${a.severity}] `)}${a.type}`)).join(', '), mid.map(a => vendor.yoctocolorsCjsExports.yellow(`${vendor.yoctocolorsCjsExports.dim(`[${a.severity}] `)}${a.type}`)).join(', '), low.map(a => `${vendor.yoctocolorsCjsExports.dim(`[${a.severity}] `)}${a.type}`).join(', ')].filter(Boolean).join(', ');
|
|
9461
9522
|
}
|
|
9462
|
-
return
|
|
9523
|
+
return colorless + padding + [bad.map(a => `[${a.severity}] ${a.type}`).join(', '), mid.map(a => `[${a.severity}] ${a.type}`).join(', '), low.map(a => `[${a.severity}] ${a.type}`).join(', ')].filter(Boolean).join(', ');
|
|
9463
9524
|
}
|
|
9464
9525
|
function preProcess(artifacts, requestedPurls) {
|
|
9465
9526
|
// Dedupe results (for example, pypi will emit one package for each system release (win/mac/cpu) even if it's
|
|
@@ -9616,21 +9677,38 @@ async function handlePurlsShallowScore({
|
|
|
9616
9677
|
const {
|
|
9617
9678
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$k
|
|
9618
9679
|
} = constants;
|
|
9619
|
-
const
|
|
9620
|
-
|
|
9621
|
-
|
|
9622
|
-
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
|
|
9680
|
+
const CMD_NAME$f = 'shallow';
|
|
9681
|
+
const description$j = 'Look up info regarding one or more packages but not their transitives';
|
|
9682
|
+
const hidden$f = false;
|
|
9683
|
+
const cmdPackageShallow = {
|
|
9684
|
+
description: description$j,
|
|
9685
|
+
hidden: hidden$f,
|
|
9686
|
+
alias: {
|
|
9687
|
+
shallowScore: {
|
|
9688
|
+
description: description$j,
|
|
9689
|
+
hidden: true,
|
|
9690
|
+
argv: []
|
|
9691
|
+
}
|
|
9626
9692
|
},
|
|
9627
|
-
|
|
9693
|
+
run: run$k
|
|
9694
|
+
};
|
|
9695
|
+
async function run$k(argv, importMeta, {
|
|
9696
|
+
parentName
|
|
9697
|
+
}) {
|
|
9698
|
+
const config = {
|
|
9699
|
+
commandName: CMD_NAME$f,
|
|
9700
|
+
description: description$j,
|
|
9701
|
+
hidden: hidden$f,
|
|
9702
|
+
flags: {
|
|
9703
|
+
...flags.commonFlags,
|
|
9704
|
+
...flags.outputFlags
|
|
9705
|
+
},
|
|
9706
|
+
help: (command, config) => `
|
|
9628
9707
|
Usage
|
|
9629
9708
|
$ ${command} [options] <<ECOSYSTEM> <PKGNAME> [<PKGNAME> ...] | <PURL> [<PURL> ...]>
|
|
9630
9709
|
|
|
9631
9710
|
API Token Requirements
|
|
9632
|
-
|
|
9633
|
-
- Permissions: packages:list
|
|
9711
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$f}`)}
|
|
9634
9712
|
|
|
9635
9713
|
Options
|
|
9636
9714
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -9659,25 +9737,10 @@ const config$k = {
|
|
|
9659
9737
|
$ ${command} npm/webtorrent golang/babel
|
|
9660
9738
|
$ ${command} npm npm/webtorrent@1.0.1 babel
|
|
9661
9739
|
`
|
|
9662
|
-
};
|
|
9663
|
-
const cmdPackageShallow = {
|
|
9664
|
-
description: config$k.description,
|
|
9665
|
-
hidden: config$k.hidden,
|
|
9666
|
-
alias: {
|
|
9667
|
-
shallowScore: {
|
|
9668
|
-
description: config$k.description,
|
|
9669
|
-
hidden: true,
|
|
9670
|
-
argv: []
|
|
9671
|
-
}
|
|
9672
|
-
},
|
|
9673
|
-
run: run$k
|
|
9674
|
-
};
|
|
9675
|
-
async function run$k(argv, importMeta, {
|
|
9676
|
-
parentName
|
|
9677
|
-
}) {
|
|
9740
|
+
};
|
|
9678
9741
|
const cli = utils.meowOrExit({
|
|
9679
9742
|
argv,
|
|
9680
|
-
config
|
|
9743
|
+
config,
|
|
9681
9744
|
importMeta,
|
|
9682
9745
|
parentName
|
|
9683
9746
|
});
|
|
@@ -9719,9 +9782,9 @@ async function run$k(argv, importMeta, {
|
|
|
9719
9782
|
});
|
|
9720
9783
|
}
|
|
9721
9784
|
|
|
9722
|
-
const description$
|
|
9785
|
+
const description$i = 'Look up published package details';
|
|
9723
9786
|
const cmdPackage = {
|
|
9724
|
-
description: description$
|
|
9787
|
+
description: description$i,
|
|
9725
9788
|
hidden: false,
|
|
9726
9789
|
async run(argv, importMeta, {
|
|
9727
9790
|
parentName
|
|
@@ -9732,13 +9795,13 @@ const cmdPackage = {
|
|
|
9732
9795
|
}, {
|
|
9733
9796
|
aliases: {
|
|
9734
9797
|
deep: {
|
|
9735
|
-
description: description$
|
|
9798
|
+
description: description$i,
|
|
9736
9799
|
hidden: true,
|
|
9737
9800
|
argv: ['score']
|
|
9738
9801
|
}
|
|
9739
9802
|
},
|
|
9740
9803
|
argv,
|
|
9741
|
-
description: description$
|
|
9804
|
+
description: description$i,
|
|
9742
9805
|
importMeta,
|
|
9743
9806
|
name: `${parentName} package`
|
|
9744
9807
|
});
|
|
@@ -9766,7 +9829,7 @@ async function runRawNpm(argv) {
|
|
|
9766
9829
|
const {
|
|
9767
9830
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$j
|
|
9768
9831
|
} = constants;
|
|
9769
|
-
const config$
|
|
9832
|
+
const config$4 = {
|
|
9770
9833
|
commandName: 'raw-npm',
|
|
9771
9834
|
description: 'Run npm without the Socket wrapper',
|
|
9772
9835
|
hidden: false,
|
|
@@ -9777,20 +9840,20 @@ const config$j = {
|
|
|
9777
9840
|
Usage
|
|
9778
9841
|
$ ${command} ...
|
|
9779
9842
|
|
|
9780
|
-
|
|
9781
|
-
|
|
9782
|
-
|
|
9843
|
+
Execute \`npm\` without gating installs through the Socket API.
|
|
9844
|
+
Useful when \`socket wrapper on\` is enabled and you want to bypass
|
|
9845
|
+
the Socket wrapper. Use at your own risk.
|
|
9783
9846
|
|
|
9784
|
-
Note: Everything after "raw-npm" is
|
|
9785
|
-
Only the \`--
|
|
9847
|
+
Note: Everything after "raw-npm" is passed to the npm command.
|
|
9848
|
+
Only the \`--dry-run\` and \`--help\` flags are caught here.
|
|
9786
9849
|
|
|
9787
9850
|
Examples
|
|
9788
|
-
$ ${command} install -g
|
|
9851
|
+
$ ${command} install -g cowsay
|
|
9789
9852
|
`
|
|
9790
9853
|
};
|
|
9791
9854
|
const cmdRawNpm = {
|
|
9792
|
-
description: config$
|
|
9793
|
-
hidden: config$
|
|
9855
|
+
description: config$4.description,
|
|
9856
|
+
hidden: config$4.hidden,
|
|
9794
9857
|
run: run$j
|
|
9795
9858
|
};
|
|
9796
9859
|
async function run$j(argv, importMeta, {
|
|
@@ -9798,7 +9861,7 @@ async function run$j(argv, importMeta, {
|
|
|
9798
9861
|
}) {
|
|
9799
9862
|
const cli = utils.meowOrExit({
|
|
9800
9863
|
argv,
|
|
9801
|
-
config: config$
|
|
9864
|
+
config: config$4,
|
|
9802
9865
|
importMeta,
|
|
9803
9866
|
parentName
|
|
9804
9867
|
});
|
|
@@ -9831,7 +9894,7 @@ async function runRawNpx(argv) {
|
|
|
9831
9894
|
const {
|
|
9832
9895
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$i
|
|
9833
9896
|
} = constants;
|
|
9834
|
-
const config$
|
|
9897
|
+
const config$3 = {
|
|
9835
9898
|
commandName: 'raw-npx',
|
|
9836
9899
|
description: 'Run npx without the Socket wrapper',
|
|
9837
9900
|
hidden: false,
|
|
@@ -9842,20 +9905,20 @@ const config$i = {
|
|
|
9842
9905
|
Usage
|
|
9843
9906
|
$ ${command} ...
|
|
9844
9907
|
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
|
|
9908
|
+
Execute \`npx\` without gating installs through the Socket API.
|
|
9909
|
+
Useful when \`socket wrapper on\` is enabled and you want to bypass
|
|
9910
|
+
the Socket wrapper. Use at your own risk.
|
|
9848
9911
|
|
|
9849
|
-
Note: Everything after "raw-npx" is
|
|
9850
|
-
Only the \`--
|
|
9912
|
+
Note: Everything after "raw-npx" is passed to the npx command.
|
|
9913
|
+
Only the \`--dry-run\` and \`--help\` flags are caught here.
|
|
9851
9914
|
|
|
9852
9915
|
Examples
|
|
9853
|
-
$ ${command}
|
|
9916
|
+
$ ${command} cowsay
|
|
9854
9917
|
`
|
|
9855
9918
|
};
|
|
9856
9919
|
const cmdRawNpx = {
|
|
9857
|
-
description: config$
|
|
9858
|
-
hidden: config$
|
|
9920
|
+
description: config$3.description,
|
|
9921
|
+
hidden: config$3.hidden,
|
|
9859
9922
|
run: run$i
|
|
9860
9923
|
};
|
|
9861
9924
|
async function run$i(argv, importMeta, {
|
|
@@ -9863,7 +9926,7 @@ async function run$i(argv, importMeta, {
|
|
|
9863
9926
|
}) {
|
|
9864
9927
|
const cli = utils.meowOrExit({
|
|
9865
9928
|
argv,
|
|
9866
|
-
config: config$
|
|
9929
|
+
config: config$3,
|
|
9867
9930
|
importMeta,
|
|
9868
9931
|
parentName
|
|
9869
9932
|
});
|
|
@@ -9946,50 +10009,60 @@ async function handleCreateRepo({
|
|
|
9946
10009
|
const {
|
|
9947
10010
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$h
|
|
9948
10011
|
} = constants;
|
|
9949
|
-
const
|
|
9950
|
-
|
|
9951
|
-
|
|
9952
|
-
|
|
9953
|
-
|
|
9954
|
-
|
|
9955
|
-
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
|
|
9959
|
-
|
|
9960
|
-
|
|
9961
|
-
|
|
9962
|
-
|
|
9963
|
-
|
|
9964
|
-
|
|
9965
|
-
|
|
9966
|
-
|
|
9967
|
-
|
|
9968
|
-
|
|
9969
|
-
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
|
|
9973
|
-
|
|
9974
|
-
|
|
9975
|
-
|
|
9976
|
-
|
|
9977
|
-
|
|
9978
|
-
|
|
10012
|
+
const CMD_NAME$e = 'create';
|
|
10013
|
+
const description$h = 'Create a repository in an organization';
|
|
10014
|
+
const hidden$e = false;
|
|
10015
|
+
const cmdRepositoryCreate = {
|
|
10016
|
+
description: description$h,
|
|
10017
|
+
hidden: hidden$e,
|
|
10018
|
+
run: run$h
|
|
10019
|
+
};
|
|
10020
|
+
async function run$h(argv, importMeta, {
|
|
10021
|
+
parentName
|
|
10022
|
+
}) {
|
|
10023
|
+
const config = {
|
|
10024
|
+
commandName: CMD_NAME$e,
|
|
10025
|
+
description: description$h,
|
|
10026
|
+
hidden: hidden$e,
|
|
10027
|
+
flags: {
|
|
10028
|
+
...flags.commonFlags,
|
|
10029
|
+
...flags.outputFlags,
|
|
10030
|
+
defaultBranch: {
|
|
10031
|
+
type: 'string',
|
|
10032
|
+
default: 'main',
|
|
10033
|
+
description: 'Repository default branch. Defaults to "main"'
|
|
10034
|
+
},
|
|
10035
|
+
homepage: {
|
|
10036
|
+
type: 'string',
|
|
10037
|
+
default: '',
|
|
10038
|
+
description: 'Repository url'
|
|
10039
|
+
},
|
|
10040
|
+
interactive: {
|
|
10041
|
+
type: 'boolean',
|
|
10042
|
+
default: true,
|
|
10043
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
10044
|
+
},
|
|
10045
|
+
org: {
|
|
10046
|
+
type: 'string',
|
|
10047
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
10048
|
+
},
|
|
10049
|
+
repoDescription: {
|
|
10050
|
+
type: 'string',
|
|
10051
|
+
default: '',
|
|
10052
|
+
description: 'Repository description'
|
|
10053
|
+
},
|
|
10054
|
+
visibility: {
|
|
10055
|
+
type: 'string',
|
|
10056
|
+
default: 'private',
|
|
10057
|
+
description: 'Repository visibility (Default Private)'
|
|
10058
|
+
}
|
|
9979
10059
|
},
|
|
9980
|
-
|
|
9981
|
-
type: 'string',
|
|
9982
|
-
default: 'private',
|
|
9983
|
-
description: 'Repository visibility (Default Private)'
|
|
9984
|
-
}
|
|
9985
|
-
},
|
|
9986
|
-
help: (command, config) => `
|
|
10060
|
+
help: (command, config) => `
|
|
9987
10061
|
Usage
|
|
9988
10062
|
$ ${command} [options] <REPO>
|
|
9989
10063
|
|
|
9990
10064
|
API Token Requirements
|
|
9991
|
-
|
|
9992
|
-
- Permissions: repo:create
|
|
10065
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$e}`)}
|
|
9993
10066
|
|
|
9994
10067
|
The REPO name should be a "slug". Follows the same naming convention as GitHub.
|
|
9995
10068
|
|
|
@@ -10000,18 +10073,10 @@ const config$h = {
|
|
|
10000
10073
|
$ ${command} test-repo
|
|
10001
10074
|
$ ${command} our-repo --homepage=socket.dev --default-branch=trunk
|
|
10002
10075
|
`
|
|
10003
|
-
};
|
|
10004
|
-
const cmdRepositoryCreate = {
|
|
10005
|
-
description: config$h.description,
|
|
10006
|
-
hidden: config$h.hidden,
|
|
10007
|
-
run: run$h
|
|
10008
|
-
};
|
|
10009
|
-
async function run$h(argv, importMeta, {
|
|
10010
|
-
parentName
|
|
10011
|
-
}) {
|
|
10076
|
+
};
|
|
10012
10077
|
const cli = utils.meowOrExit({
|
|
10013
10078
|
argv,
|
|
10014
|
-
config
|
|
10079
|
+
config,
|
|
10015
10080
|
importMeta,
|
|
10016
10081
|
parentName
|
|
10017
10082
|
});
|
|
@@ -10104,30 +10169,40 @@ async function handleDeleteRepo(orgSlug, repoName, outputKind) {
|
|
|
10104
10169
|
const {
|
|
10105
10170
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$g
|
|
10106
10171
|
} = constants;
|
|
10107
|
-
const
|
|
10108
|
-
|
|
10109
|
-
|
|
10110
|
-
|
|
10111
|
-
|
|
10112
|
-
|
|
10113
|
-
|
|
10114
|
-
|
|
10115
|
-
|
|
10116
|
-
|
|
10117
|
-
|
|
10172
|
+
const CMD_NAME$d = 'del';
|
|
10173
|
+
const description$g = 'Delete a repository in an organization';
|
|
10174
|
+
const hidden$d = false;
|
|
10175
|
+
const cmdRepositoryDel = {
|
|
10176
|
+
description: description$g,
|
|
10177
|
+
hidden: hidden$d,
|
|
10178
|
+
run: run$g
|
|
10179
|
+
};
|
|
10180
|
+
async function run$g(argv, importMeta, {
|
|
10181
|
+
parentName
|
|
10182
|
+
}) {
|
|
10183
|
+
const config = {
|
|
10184
|
+
commandName: CMD_NAME$d,
|
|
10185
|
+
description: description$g,
|
|
10186
|
+
hidden: hidden$d,
|
|
10187
|
+
flags: {
|
|
10188
|
+
...flags.commonFlags,
|
|
10189
|
+
...flags.outputFlags,
|
|
10190
|
+
interactive: {
|
|
10191
|
+
type: 'boolean',
|
|
10192
|
+
default: true,
|
|
10193
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
10194
|
+
},
|
|
10195
|
+
org: {
|
|
10196
|
+
type: 'string',
|
|
10197
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
10198
|
+
}
|
|
10118
10199
|
},
|
|
10119
|
-
|
|
10120
|
-
type: 'string',
|
|
10121
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
10122
|
-
}
|
|
10123
|
-
},
|
|
10124
|
-
help: (command, config) => `
|
|
10200
|
+
help: (command, config) => `
|
|
10125
10201
|
Usage
|
|
10126
10202
|
$ ${command} [options] <REPO>
|
|
10127
10203
|
|
|
10128
10204
|
API Token Requirements
|
|
10129
|
-
|
|
10130
|
-
- Permissions: repo:delete
|
|
10205
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$d}`)}
|
|
10131
10206
|
|
|
10132
10207
|
Options
|
|
10133
10208
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -10135,18 +10210,10 @@ const config$g = {
|
|
|
10135
10210
|
Examples
|
|
10136
10211
|
$ ${command} test-repo
|
|
10137
10212
|
`
|
|
10138
|
-
};
|
|
10139
|
-
const cmdRepositoryDel = {
|
|
10140
|
-
description: config$g.description,
|
|
10141
|
-
hidden: config$g.hidden,
|
|
10142
|
-
run: run$g
|
|
10143
|
-
};
|
|
10144
|
-
async function run$g(argv, importMeta, {
|
|
10145
|
-
parentName
|
|
10146
|
-
}) {
|
|
10213
|
+
};
|
|
10147
10214
|
const cli = utils.meowOrExit({
|
|
10148
10215
|
argv,
|
|
10149
|
-
config
|
|
10216
|
+
config,
|
|
10150
10217
|
importMeta,
|
|
10151
10218
|
parentName
|
|
10152
10219
|
});
|
|
@@ -10366,58 +10433,68 @@ async function handleListRepos({
|
|
|
10366
10433
|
const {
|
|
10367
10434
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$f
|
|
10368
10435
|
} = constants;
|
|
10369
|
-
const
|
|
10370
|
-
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
|
|
10374
|
-
|
|
10375
|
-
|
|
10376
|
-
|
|
10377
|
-
|
|
10378
|
-
|
|
10379
|
-
|
|
10380
|
-
|
|
10381
|
-
|
|
10382
|
-
|
|
10383
|
-
|
|
10384
|
-
|
|
10385
|
-
|
|
10386
|
-
|
|
10387
|
-
|
|
10388
|
-
|
|
10389
|
-
|
|
10390
|
-
|
|
10391
|
-
|
|
10392
|
-
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
|
|
10405
|
-
|
|
10436
|
+
const CMD_NAME$c = 'list';
|
|
10437
|
+
const description$f = 'List repositories in an organization';
|
|
10438
|
+
const hidden$c = false;
|
|
10439
|
+
const cmdRepositoryList = {
|
|
10440
|
+
description: description$f,
|
|
10441
|
+
hidden: hidden$c,
|
|
10442
|
+
run: run$f
|
|
10443
|
+
};
|
|
10444
|
+
async function run$f(argv, importMeta, {
|
|
10445
|
+
parentName
|
|
10446
|
+
}) {
|
|
10447
|
+
const config = {
|
|
10448
|
+
commandName: CMD_NAME$c,
|
|
10449
|
+
description: description$f,
|
|
10450
|
+
hidden: hidden$c,
|
|
10451
|
+
flags: {
|
|
10452
|
+
...flags.commonFlags,
|
|
10453
|
+
...flags.outputFlags,
|
|
10454
|
+
all: {
|
|
10455
|
+
type: 'boolean',
|
|
10456
|
+
default: false,
|
|
10457
|
+
description: 'By default view shows the last n repos. This flag allows you to fetch the entire list. Will ignore --page and --per-page.'
|
|
10458
|
+
},
|
|
10459
|
+
direction: {
|
|
10460
|
+
type: 'string',
|
|
10461
|
+
default: 'desc',
|
|
10462
|
+
description: 'Direction option'
|
|
10463
|
+
},
|
|
10464
|
+
interactive: {
|
|
10465
|
+
type: 'boolean',
|
|
10466
|
+
default: true,
|
|
10467
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
10468
|
+
},
|
|
10469
|
+
org: {
|
|
10470
|
+
type: 'string',
|
|
10471
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
10472
|
+
},
|
|
10473
|
+
perPage: {
|
|
10474
|
+
type: 'number',
|
|
10475
|
+
shortFlag: 'pp',
|
|
10476
|
+
default: 30,
|
|
10477
|
+
description: 'Number of results per page'
|
|
10478
|
+
},
|
|
10479
|
+
page: {
|
|
10480
|
+
type: 'number',
|
|
10481
|
+
shortFlag: 'p',
|
|
10482
|
+
default: 1,
|
|
10483
|
+
description: 'Page number'
|
|
10484
|
+
},
|
|
10485
|
+
sort: {
|
|
10486
|
+
type: 'string',
|
|
10487
|
+
shortFlag: 's',
|
|
10488
|
+
default: 'created_at',
|
|
10489
|
+
description: 'Sorting option'
|
|
10490
|
+
}
|
|
10406
10491
|
},
|
|
10407
|
-
|
|
10408
|
-
type: 'string',
|
|
10409
|
-
shortFlag: 's',
|
|
10410
|
-
default: 'created_at',
|
|
10411
|
-
description: 'Sorting option'
|
|
10412
|
-
}
|
|
10413
|
-
},
|
|
10414
|
-
help: (command, config) => `
|
|
10492
|
+
help: (command, config) => `
|
|
10415
10493
|
Usage
|
|
10416
10494
|
$ ${command} [options]
|
|
10417
10495
|
|
|
10418
10496
|
API Token Requirements
|
|
10419
|
-
|
|
10420
|
-
- Permissions: repo:list
|
|
10497
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$c}`)}
|
|
10421
10498
|
|
|
10422
10499
|
Options
|
|
10423
10500
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -10426,18 +10503,10 @@ const config$f = {
|
|
|
10426
10503
|
$ ${command}
|
|
10427
10504
|
$ ${command} --json
|
|
10428
10505
|
`
|
|
10429
|
-
};
|
|
10430
|
-
const cmdRepositoryList = {
|
|
10431
|
-
description: config$f.description,
|
|
10432
|
-
hidden: config$f.hidden,
|
|
10433
|
-
run: run$f
|
|
10434
|
-
};
|
|
10435
|
-
async function run$f(argv, importMeta, {
|
|
10436
|
-
parentName
|
|
10437
|
-
}) {
|
|
10506
|
+
};
|
|
10438
10507
|
const cli = utils.meowOrExit({
|
|
10439
10508
|
argv,
|
|
10440
|
-
config
|
|
10509
|
+
config,
|
|
10441
10510
|
importMeta,
|
|
10442
10511
|
parentName
|
|
10443
10512
|
});
|
|
@@ -10564,54 +10633,64 @@ async function handleUpdateRepo({
|
|
|
10564
10633
|
const {
|
|
10565
10634
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$e
|
|
10566
10635
|
} = constants;
|
|
10567
|
-
const
|
|
10568
|
-
|
|
10569
|
-
|
|
10570
|
-
|
|
10571
|
-
|
|
10572
|
-
|
|
10573
|
-
|
|
10574
|
-
|
|
10575
|
-
|
|
10576
|
-
|
|
10577
|
-
|
|
10578
|
-
|
|
10579
|
-
|
|
10580
|
-
|
|
10581
|
-
|
|
10582
|
-
|
|
10583
|
-
|
|
10584
|
-
|
|
10585
|
-
|
|
10586
|
-
|
|
10587
|
-
|
|
10588
|
-
|
|
10589
|
-
|
|
10590
|
-
|
|
10591
|
-
|
|
10592
|
-
|
|
10593
|
-
|
|
10594
|
-
|
|
10595
|
-
|
|
10596
|
-
|
|
10597
|
-
|
|
10598
|
-
|
|
10599
|
-
|
|
10636
|
+
const CMD_NAME$b = 'update';
|
|
10637
|
+
const description$e = 'Update a repository in an organization';
|
|
10638
|
+
const hidden$b = false;
|
|
10639
|
+
const cmdRepositoryUpdate = {
|
|
10640
|
+
description: description$e,
|
|
10641
|
+
hidden: hidden$b,
|
|
10642
|
+
run: run$e
|
|
10643
|
+
};
|
|
10644
|
+
async function run$e(argv, importMeta, {
|
|
10645
|
+
parentName
|
|
10646
|
+
}) {
|
|
10647
|
+
const config = {
|
|
10648
|
+
commandName: CMD_NAME$b,
|
|
10649
|
+
description: description$e,
|
|
10650
|
+
hidden: hidden$b,
|
|
10651
|
+
flags: {
|
|
10652
|
+
...flags.commonFlags,
|
|
10653
|
+
...flags.outputFlags,
|
|
10654
|
+
defaultBranch: {
|
|
10655
|
+
type: 'string',
|
|
10656
|
+
shortFlag: 'b',
|
|
10657
|
+
default: 'main',
|
|
10658
|
+
description: 'Repository default branch'
|
|
10659
|
+
},
|
|
10660
|
+
homepage: {
|
|
10661
|
+
type: 'string',
|
|
10662
|
+
shortFlag: 'h',
|
|
10663
|
+
default: '',
|
|
10664
|
+
description: 'Repository url'
|
|
10665
|
+
},
|
|
10666
|
+
interactive: {
|
|
10667
|
+
type: 'boolean',
|
|
10668
|
+
default: true,
|
|
10669
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
10670
|
+
},
|
|
10671
|
+
org: {
|
|
10672
|
+
type: 'string',
|
|
10673
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
10674
|
+
},
|
|
10675
|
+
repoDescription: {
|
|
10676
|
+
type: 'string',
|
|
10677
|
+
shortFlag: 'd',
|
|
10678
|
+
default: '',
|
|
10679
|
+
description: 'Repository description'
|
|
10680
|
+
},
|
|
10681
|
+
visibility: {
|
|
10682
|
+
type: 'string',
|
|
10683
|
+
shortFlag: 'v',
|
|
10684
|
+
default: 'private',
|
|
10685
|
+
description: 'Repository visibility (Default Private)'
|
|
10686
|
+
}
|
|
10600
10687
|
},
|
|
10601
|
-
|
|
10602
|
-
type: 'string',
|
|
10603
|
-
shortFlag: 'v',
|
|
10604
|
-
default: 'private',
|
|
10605
|
-
description: 'Repository visibility (Default Private)'
|
|
10606
|
-
}
|
|
10607
|
-
},
|
|
10608
|
-
help: (command, config) => `
|
|
10688
|
+
help: (command, config) => `
|
|
10609
10689
|
Usage
|
|
10610
10690
|
$ ${command} [options] <REPO>
|
|
10611
10691
|
|
|
10612
10692
|
API Token Requirements
|
|
10613
|
-
|
|
10614
|
-
- Permissions: repo:update
|
|
10693
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$b}`)}
|
|
10615
10694
|
|
|
10616
10695
|
Options
|
|
10617
10696
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -10620,18 +10699,10 @@ const config$e = {
|
|
|
10620
10699
|
$ ${command} test-repo
|
|
10621
10700
|
$ ${command} test-repo --homepage https://example.com
|
|
10622
10701
|
`
|
|
10623
|
-
};
|
|
10624
|
-
const cmdRepositoryUpdate = {
|
|
10625
|
-
description: config$e.description,
|
|
10626
|
-
hidden: config$e.hidden,
|
|
10627
|
-
run: run$e
|
|
10628
|
-
};
|
|
10629
|
-
async function run$e(argv, importMeta, {
|
|
10630
|
-
parentName
|
|
10631
|
-
}) {
|
|
10702
|
+
};
|
|
10632
10703
|
const cli = utils.meowOrExit({
|
|
10633
10704
|
argv,
|
|
10634
|
-
config
|
|
10705
|
+
config,
|
|
10635
10706
|
importMeta,
|
|
10636
10707
|
parentName
|
|
10637
10708
|
});
|
|
@@ -10749,30 +10820,40 @@ async function handleViewRepo(orgSlug, repoName, outputKind) {
|
|
|
10749
10820
|
const {
|
|
10750
10821
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$d
|
|
10751
10822
|
} = constants;
|
|
10752
|
-
const
|
|
10753
|
-
|
|
10754
|
-
|
|
10755
|
-
|
|
10756
|
-
|
|
10757
|
-
|
|
10758
|
-
|
|
10759
|
-
|
|
10760
|
-
|
|
10761
|
-
|
|
10762
|
-
|
|
10823
|
+
const CMD_NAME$a = 'view';
|
|
10824
|
+
const description$d = 'View repositories in an organization';
|
|
10825
|
+
const hidden$a = false;
|
|
10826
|
+
const cmdRepositoryView = {
|
|
10827
|
+
description: description$d,
|
|
10828
|
+
hidden: hidden$a,
|
|
10829
|
+
run: run$d
|
|
10830
|
+
};
|
|
10831
|
+
async function run$d(argv, importMeta, {
|
|
10832
|
+
parentName
|
|
10833
|
+
}) {
|
|
10834
|
+
const config = {
|
|
10835
|
+
commandName: CMD_NAME$a,
|
|
10836
|
+
description: description$d,
|
|
10837
|
+
hidden: hidden$a,
|
|
10838
|
+
flags: {
|
|
10839
|
+
...flags.commonFlags,
|
|
10840
|
+
...flags.outputFlags,
|
|
10841
|
+
interactive: {
|
|
10842
|
+
type: 'boolean',
|
|
10843
|
+
default: true,
|
|
10844
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
10845
|
+
},
|
|
10846
|
+
org: {
|
|
10847
|
+
type: 'string',
|
|
10848
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
10849
|
+
}
|
|
10763
10850
|
},
|
|
10764
|
-
|
|
10765
|
-
type: 'string',
|
|
10766
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
10767
|
-
}
|
|
10768
|
-
},
|
|
10769
|
-
help: (command, config) => `
|
|
10851
|
+
help: (command, config) => `
|
|
10770
10852
|
Usage
|
|
10771
10853
|
$ ${command} [options] <REPO>
|
|
10772
10854
|
|
|
10773
10855
|
API Token Requirements
|
|
10774
|
-
|
|
10775
|
-
- Permissions: repo:list
|
|
10856
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$a}`)}
|
|
10776
10857
|
|
|
10777
10858
|
Options
|
|
10778
10859
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -10781,18 +10862,10 @@ const config$d = {
|
|
|
10781
10862
|
$ ${command} test-repo
|
|
10782
10863
|
$ ${command} test-repo --json
|
|
10783
10864
|
`
|
|
10784
|
-
};
|
|
10785
|
-
const cmdRepositoryView = {
|
|
10786
|
-
description: config$d.description,
|
|
10787
|
-
hidden: config$d.hidden,
|
|
10788
|
-
run: run$d
|
|
10789
|
-
};
|
|
10790
|
-
async function run$d(argv, importMeta, {
|
|
10791
|
-
parentName
|
|
10792
|
-
}) {
|
|
10865
|
+
};
|
|
10793
10866
|
const cli = utils.meowOrExit({
|
|
10794
10867
|
argv,
|
|
10795
|
-
config
|
|
10868
|
+
config,
|
|
10796
10869
|
importMeta,
|
|
10797
10870
|
parentName
|
|
10798
10871
|
});
|
|
@@ -10843,9 +10916,9 @@ async function run$d(argv, importMeta, {
|
|
|
10843
10916
|
await handleViewRepo(orgSlug, String(repoName), outputKind);
|
|
10844
10917
|
}
|
|
10845
10918
|
|
|
10846
|
-
const description$
|
|
10919
|
+
const description$c = 'Manage registered repositories';
|
|
10847
10920
|
const cmdRepository = {
|
|
10848
|
-
description: description$
|
|
10921
|
+
description: description$c,
|
|
10849
10922
|
async run(argv, importMeta, {
|
|
10850
10923
|
parentName
|
|
10851
10924
|
}) {
|
|
@@ -10857,7 +10930,7 @@ const cmdRepository = {
|
|
|
10857
10930
|
update: cmdRepositoryUpdate
|
|
10858
10931
|
}, {
|
|
10859
10932
|
argv,
|
|
10860
|
-
description: description$
|
|
10933
|
+
description: description$c,
|
|
10861
10934
|
importMeta,
|
|
10862
10935
|
name: `${parentName} repository`
|
|
10863
10936
|
});
|
|
@@ -10911,10 +10984,11 @@ async function suggestTarget() {
|
|
|
10911
10984
|
}
|
|
10912
10985
|
|
|
10913
10986
|
const {
|
|
10914
|
-
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$c
|
|
10915
|
-
SOCKET_DEFAULT_BRANCH: SOCKET_DEFAULT_BRANCH$1,
|
|
10916
|
-
SOCKET_DEFAULT_REPOSITORY: SOCKET_DEFAULT_REPOSITORY$1
|
|
10987
|
+
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$c
|
|
10917
10988
|
} = constants;
|
|
10989
|
+
const CMD_NAME$9 = 'create';
|
|
10990
|
+
const description$b = 'Create a new Socket scan and report';
|
|
10991
|
+
const hidden$9 = false;
|
|
10918
10992
|
const generalFlags$1 = {
|
|
10919
10993
|
...flags.commonFlags,
|
|
10920
10994
|
...flags.outputFlags,
|
|
@@ -10962,7 +11036,7 @@ const generalFlags$1 = {
|
|
|
10962
11036
|
pullRequest: {
|
|
10963
11037
|
type: 'number',
|
|
10964
11038
|
shortFlag: 'pr',
|
|
10965
|
-
description: '
|
|
11039
|
+
description: 'Pull request number'
|
|
10966
11040
|
},
|
|
10967
11041
|
org: {
|
|
10968
11042
|
type: 'string',
|
|
@@ -11000,22 +11074,29 @@ const generalFlags$1 = {
|
|
|
11000
11074
|
description: 'Set the visibility (true/false) of the scan in your dashboard.'
|
|
11001
11075
|
}
|
|
11002
11076
|
};
|
|
11003
|
-
const
|
|
11004
|
-
|
|
11005
|
-
|
|
11006
|
-
|
|
11007
|
-
|
|
11008
|
-
|
|
11009
|
-
|
|
11010
|
-
|
|
11011
|
-
|
|
11012
|
-
|
|
11077
|
+
const cmdScanCreate = {
|
|
11078
|
+
description: description$b,
|
|
11079
|
+
hidden: hidden$9,
|
|
11080
|
+
run: run$c
|
|
11081
|
+
};
|
|
11082
|
+
async function run$c(argv, importMeta, {
|
|
11083
|
+
parentName
|
|
11084
|
+
}) {
|
|
11085
|
+
const config = {
|
|
11086
|
+
commandName: CMD_NAME$9,
|
|
11087
|
+
description: description$b,
|
|
11088
|
+
hidden: hidden$9,
|
|
11089
|
+
flags: {
|
|
11090
|
+
...generalFlags$1,
|
|
11091
|
+
...reachabilityFlags
|
|
11092
|
+
},
|
|
11093
|
+
// TODO: Your project's "socket.yml" file's "projectIgnorePaths".
|
|
11094
|
+
help: command => `
|
|
11013
11095
|
Usage
|
|
11014
11096
|
$ ${command} [options] [TARGET...]
|
|
11015
11097
|
|
|
11016
11098
|
API Token Requirements
|
|
11017
|
-
|
|
11018
|
-
- Permissions: full-scans:create
|
|
11099
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$9}`)}
|
|
11019
11100
|
|
|
11020
11101
|
Options
|
|
11021
11102
|
${utils.getFlagListOutput(generalFlags$1)}
|
|
@@ -11041,14 +11122,14 @@ const config$c = {
|
|
|
11041
11122
|
The --repo and --branch flags tell Socket to associate this Scan with that
|
|
11042
11123
|
repo/branch. The names will show up on your dashboard on the Socket website.
|
|
11043
11124
|
|
|
11044
|
-
Note: for a first run you probably want to set --
|
|
11125
|
+
Note: for a first run you probably want to set --default-branch to indicate
|
|
11045
11126
|
the default branch name, like "main" or "master".
|
|
11046
11127
|
|
|
11047
11128
|
The "alerts page" (https://socket.dev/dashboard/org/YOURORG/alerts) will show
|
|
11048
11129
|
the results from the last scan designated as the "pending head" on the branch
|
|
11049
11130
|
configured on Socket to be the "default branch". When creating a scan the
|
|
11050
|
-
--
|
|
11051
|
-
this by using --no-
|
|
11131
|
+
--set-as-alerts-page flag will default to true to update this. You can prevent
|
|
11132
|
+
this by using --no-set-as-alerts-page. This flag is ignored for any branch that
|
|
11052
11133
|
is not designated as the "default branch". It is disabled when using --tmp.
|
|
11053
11134
|
|
|
11054
11135
|
You can use \`socket scan setup\` to configure certain repo flag defaults.
|
|
@@ -11058,18 +11139,10 @@ const config$c = {
|
|
|
11058
11139
|
$ ${command} ./proj --json
|
|
11059
11140
|
$ ${command} --repo=test-repo --branch=main ./package.json
|
|
11060
11141
|
`
|
|
11061
|
-
};
|
|
11062
|
-
const cmdScanCreate = {
|
|
11063
|
-
description: config$c.description,
|
|
11064
|
-
hidden: config$c.hidden,
|
|
11065
|
-
run: run$c
|
|
11066
|
-
};
|
|
11067
|
-
async function run$c(argv, importMeta, {
|
|
11068
|
-
parentName
|
|
11069
|
-
}) {
|
|
11142
|
+
};
|
|
11070
11143
|
const cli = utils.meowOrExit({
|
|
11071
11144
|
argv,
|
|
11072
|
-
config
|
|
11145
|
+
config,
|
|
11073
11146
|
importMeta,
|
|
11074
11147
|
parentName
|
|
11075
11148
|
});
|
|
@@ -11122,7 +11195,7 @@ async function run$c(argv, importMeta, {
|
|
|
11122
11195
|
if (typeof autoManifest !== 'boolean') {
|
|
11123
11196
|
if (sockJson.defaults?.scan?.create?.autoManifest !== undefined) {
|
|
11124
11197
|
autoManifest = sockJson.defaults.scan.create.autoManifest;
|
|
11125
|
-
logger.logger.info('Using default --
|
|
11198
|
+
logger.logger.info('Using default --auto-manifest from socket.json:', autoManifest);
|
|
11126
11199
|
} else {
|
|
11127
11200
|
autoManifest = false;
|
|
11128
11201
|
}
|
|
@@ -11132,7 +11205,7 @@ async function run$c(argv, importMeta, {
|
|
|
11132
11205
|
branchName = sockJson.defaults.scan.create.branch;
|
|
11133
11206
|
logger.logger.info('Using default --branch from socket.json:', branchName);
|
|
11134
11207
|
} else {
|
|
11135
|
-
branchName = (await utils.gitBranch(cwd)) ||
|
|
11208
|
+
branchName = (await utils.gitBranch(cwd)) || (await utils.detectDefaultBranch(cwd));
|
|
11136
11209
|
}
|
|
11137
11210
|
}
|
|
11138
11211
|
if (!repoName) {
|
|
@@ -11140,7 +11213,7 @@ async function run$c(argv, importMeta, {
|
|
|
11140
11213
|
repoName = sockJson.defaults.scan.create.repo;
|
|
11141
11214
|
logger.logger.info('Using default --repo from socket.json:', repoName);
|
|
11142
11215
|
} else {
|
|
11143
|
-
repoName =
|
|
11216
|
+
repoName = await utils.getRepoName(cwd);
|
|
11144
11217
|
}
|
|
11145
11218
|
}
|
|
11146
11219
|
if (typeof report !== 'boolean') {
|
|
@@ -11195,7 +11268,7 @@ async function run$c(argv, importMeta, {
|
|
|
11195
11268
|
}
|
|
11196
11269
|
const detected = await detectManifestActions(sockJson, cwd);
|
|
11197
11270
|
if (detected.count > 0 && !autoManifest) {
|
|
11198
|
-
logger.logger.info(`Detected ${detected.count} manifest targets we could try to generate. Please set the --
|
|
11271
|
+
logger.logger.info(`Detected ${detected.count} manifest targets we could try to generate. Please set the --auto-manifest flag if you want to include languages covered by \`socket manifest auto\` in the Scan.`);
|
|
11199
11272
|
}
|
|
11200
11273
|
if (updatedInput && orgSlug && targets.length) {
|
|
11201
11274
|
logger.logger.info('Note: You can invoke this command next time to skip the interactive questions:');
|
|
@@ -11206,6 +11279,14 @@ async function run$c(argv, importMeta, {
|
|
|
11206
11279
|
logger.logger.info('You can also run `socket scan setup` to persist these flag defaults to a socket.json file.');
|
|
11207
11280
|
logger.logger.error('');
|
|
11208
11281
|
}
|
|
11282
|
+
|
|
11283
|
+
// Validation helpers for better readability.
|
|
11284
|
+
const hasReachEcosystems = reachEcosystems.length > 0;
|
|
11285
|
+
const hasReachExcludePaths = reachExcludePaths.length > 0;
|
|
11286
|
+
const isUsingNonDefaultMemoryLimit = reachAnalysisMemoryLimit !== reachabilityFlags['reachAnalysisMemoryLimit']?.default;
|
|
11287
|
+
const isUsingNonDefaultTimeout = reachAnalysisTimeout !== reachabilityFlags['reachAnalysisTimeout']?.default;
|
|
11288
|
+
const isUsingNonDefaultAnalytics = reachDisableAnalytics !== reachabilityFlags['reachDisableAnalytics']?.default;
|
|
11289
|
+
const isUsingAnyReachabilityFlags = isUsingNonDefaultMemoryLimit || isUsingNonDefaultTimeout || isUsingNonDefaultAnalytics || hasReachEcosystems || hasReachExcludePaths;
|
|
11209
11290
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
11210
11291
|
nook: true,
|
|
11211
11292
|
test: !!orgSlug,
|
|
@@ -11225,41 +11306,21 @@ async function run$c(argv, importMeta, {
|
|
|
11225
11306
|
test: hasApiToken,
|
|
11226
11307
|
message: 'This command requires a Socket API token for access',
|
|
11227
11308
|
fail: 'try `socket login`'
|
|
11228
|
-
}, {
|
|
11229
|
-
nook: true,
|
|
11230
|
-
test: !pendingHead || !!branchName,
|
|
11231
|
-
message: 'When --pendingHead is set, --branch is mandatory',
|
|
11232
|
-
fail: 'missing branch name'
|
|
11233
11309
|
}, {
|
|
11234
11310
|
nook: true,
|
|
11235
11311
|
test: !defaultBranch || !!branchName,
|
|
11236
|
-
message: 'When --
|
|
11312
|
+
message: 'When --default-branch is set, --branch is mandatory',
|
|
11237
11313
|
fail: 'missing branch name'
|
|
11238
11314
|
}, {
|
|
11239
11315
|
nook: true,
|
|
11240
|
-
test:
|
|
11241
|
-
message: '
|
|
11242
|
-
fail: 'missing
|
|
11243
|
-
}, {
|
|
11244
|
-
nook: true,
|
|
11245
|
-
test: reach || reachAnalysisMemoryLimit === reachabilityFlags['reachAnalysisMemoryLimit']?.default,
|
|
11246
|
-
message: 'The --reachAnalysisMemoryLimit flag requires --reach to be set',
|
|
11247
|
-
fail: 'missing --reach flag'
|
|
11248
|
-
}, {
|
|
11249
|
-
nook: true,
|
|
11250
|
-
test: reach || reachAnalysisTimeout === reachabilityFlags['reachAnalysisTimeout']?.default,
|
|
11251
|
-
message: 'The --reachAnalysisTimeout flag requires --reach to be set',
|
|
11252
|
-
fail: 'missing --reach flag'
|
|
11253
|
-
}, {
|
|
11254
|
-
nook: true,
|
|
11255
|
-
test: reach || !reachEcosystems.length,
|
|
11256
|
-
message: 'The --reachEcosystems flag requires --reach to be set',
|
|
11257
|
-
fail: 'missing --reach flag'
|
|
11316
|
+
test: !pendingHead || !!branchName,
|
|
11317
|
+
message: 'When --pending-head is set, --branch is mandatory',
|
|
11318
|
+
fail: 'missing branch name'
|
|
11258
11319
|
}, {
|
|
11259
11320
|
nook: true,
|
|
11260
|
-
test: reach || !
|
|
11261
|
-
message: '
|
|
11262
|
-
fail: '
|
|
11321
|
+
test: reach || !isUsingAnyReachabilityFlags,
|
|
11322
|
+
message: 'Reachability analysis flags require --reach to be enabled',
|
|
11323
|
+
fail: 'add --reach flag to use --reach-* options'
|
|
11263
11324
|
});
|
|
11264
11325
|
if (!wasValidInput) {
|
|
11265
11326
|
return;
|
|
@@ -11337,30 +11398,40 @@ async function handleDeleteScan(orgSlug, scanId, outputKind) {
|
|
|
11337
11398
|
const {
|
|
11338
11399
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$b
|
|
11339
11400
|
} = constants;
|
|
11340
|
-
const
|
|
11341
|
-
|
|
11342
|
-
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11346
|
-
|
|
11347
|
-
|
|
11348
|
-
|
|
11349
|
-
|
|
11350
|
-
|
|
11401
|
+
const CMD_NAME$8 = 'del';
|
|
11402
|
+
const description$a = 'Delete a scan';
|
|
11403
|
+
const hidden$8 = false;
|
|
11404
|
+
const cmdScanDel = {
|
|
11405
|
+
description: description$a,
|
|
11406
|
+
hidden: hidden$8,
|
|
11407
|
+
run: run$b
|
|
11408
|
+
};
|
|
11409
|
+
async function run$b(argv, importMeta, {
|
|
11410
|
+
parentName
|
|
11411
|
+
}) {
|
|
11412
|
+
const config = {
|
|
11413
|
+
commandName: CMD_NAME$8,
|
|
11414
|
+
description: description$a,
|
|
11415
|
+
hidden: hidden$8,
|
|
11416
|
+
flags: {
|
|
11417
|
+
...flags.commonFlags,
|
|
11418
|
+
...flags.outputFlags,
|
|
11419
|
+
interactive: {
|
|
11420
|
+
type: 'boolean',
|
|
11421
|
+
default: true,
|
|
11422
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
11423
|
+
},
|
|
11424
|
+
org: {
|
|
11425
|
+
type: 'string',
|
|
11426
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
11427
|
+
}
|
|
11351
11428
|
},
|
|
11352
|
-
|
|
11353
|
-
type: 'string',
|
|
11354
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
11355
|
-
}
|
|
11356
|
-
},
|
|
11357
|
-
help: (command, config) => `
|
|
11429
|
+
help: (command, config) => `
|
|
11358
11430
|
Usage
|
|
11359
11431
|
$ ${command} [options] <SCAN_ID>
|
|
11360
11432
|
|
|
11361
11433
|
API Token Requirements
|
|
11362
|
-
|
|
11363
|
-
- Permissions: full-scans:delete
|
|
11434
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$8}`)}
|
|
11364
11435
|
|
|
11365
11436
|
Options
|
|
11366
11437
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -11369,18 +11440,10 @@ const config$b = {
|
|
|
11369
11440
|
$ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0
|
|
11370
11441
|
$ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 --json
|
|
11371
11442
|
`
|
|
11372
|
-
};
|
|
11373
|
-
const cmdScanDel = {
|
|
11374
|
-
description: config$b.description,
|
|
11375
|
-
hidden: config$b.hidden,
|
|
11376
|
-
run: run$b
|
|
11377
|
-
};
|
|
11378
|
-
async function run$b(argv, importMeta, {
|
|
11379
|
-
parentName
|
|
11380
|
-
}) {
|
|
11443
|
+
};
|
|
11381
11444
|
const cli = utils.meowOrExit({
|
|
11382
11445
|
argv,
|
|
11383
|
-
config
|
|
11446
|
+
config,
|
|
11384
11447
|
importMeta,
|
|
11385
11448
|
parentName
|
|
11386
11449
|
});
|
|
@@ -11611,45 +11674,55 @@ const {
|
|
|
11611
11674
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$a,
|
|
11612
11675
|
SOCKET_WEBSITE_URL: SOCKET_WEBSITE_URL$1
|
|
11613
11676
|
} = constants;
|
|
11677
|
+
const CMD_NAME$7 = 'diff';
|
|
11614
11678
|
const SOCKET_SBOM_URL_PREFIX = `${SOCKET_WEBSITE_URL$1}/dashboard/org/SocketDev/sbom/`;
|
|
11615
11679
|
const {
|
|
11616
11680
|
length: SOCKET_SBOM_URL_PREFIX_LENGTH
|
|
11617
11681
|
} = SOCKET_SBOM_URL_PREFIX;
|
|
11618
|
-
const
|
|
11619
|
-
|
|
11620
|
-
|
|
11621
|
-
|
|
11622
|
-
|
|
11623
|
-
|
|
11624
|
-
|
|
11625
|
-
|
|
11626
|
-
|
|
11627
|
-
|
|
11628
|
-
|
|
11629
|
-
|
|
11630
|
-
|
|
11631
|
-
|
|
11632
|
-
|
|
11633
|
-
|
|
11634
|
-
|
|
11635
|
-
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11682
|
+
const description$9 = 'See what changed between two Scans';
|
|
11683
|
+
const hidden$7 = false;
|
|
11684
|
+
const cmdScanDiff = {
|
|
11685
|
+
description: description$9,
|
|
11686
|
+
hidden: hidden$7,
|
|
11687
|
+
run: run$a
|
|
11688
|
+
};
|
|
11689
|
+
async function run$a(argv, importMeta, {
|
|
11690
|
+
parentName
|
|
11691
|
+
}) {
|
|
11692
|
+
const config = {
|
|
11693
|
+
commandName: CMD_NAME$7,
|
|
11694
|
+
description: description$9,
|
|
11695
|
+
hidden: hidden$7,
|
|
11696
|
+
flags: {
|
|
11697
|
+
...flags.commonFlags,
|
|
11698
|
+
...flags.outputFlags,
|
|
11699
|
+
depth: {
|
|
11700
|
+
type: 'number',
|
|
11701
|
+
default: 2,
|
|
11702
|
+
description: 'Max depth of JSON to display before truncating, use zero for no limit (without --json/--file)'
|
|
11703
|
+
},
|
|
11704
|
+
file: {
|
|
11705
|
+
type: 'string',
|
|
11706
|
+
shortFlag: 'f',
|
|
11707
|
+
default: '',
|
|
11708
|
+
description: 'Path to a local file where the output should be saved. Use `-` to force stdout.'
|
|
11709
|
+
},
|
|
11710
|
+
interactive: {
|
|
11711
|
+
type: 'boolean',
|
|
11712
|
+
default: true,
|
|
11713
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
11714
|
+
},
|
|
11715
|
+
org: {
|
|
11716
|
+
type: 'string',
|
|
11717
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
11718
|
+
}
|
|
11640
11719
|
},
|
|
11641
|
-
|
|
11642
|
-
type: 'string',
|
|
11643
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
11644
|
-
}
|
|
11645
|
-
},
|
|
11646
|
-
help: (command, config) => `
|
|
11720
|
+
help: (command, config) => `
|
|
11647
11721
|
Usage
|
|
11648
11722
|
$ ${command} [options] <SCAN_ID1> <SCAN_ID2>
|
|
11649
11723
|
|
|
11650
11724
|
API Token Requirements
|
|
11651
|
-
|
|
11652
|
-
- Permissions: full-scans:list
|
|
11725
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$7}`)}
|
|
11653
11726
|
|
|
11654
11727
|
This command displays the package changes between two scans. The full output
|
|
11655
11728
|
can be pretty large depending on the size of your repo and time range. It is
|
|
@@ -11666,18 +11739,10 @@ const config$a = {
|
|
|
11666
11739
|
$ ${command} aaa0aa0a-aaaa-0000-0a0a-0000000a00a0 aaa1aa1a-aaaa-1111-1a1a-1111111a11a1
|
|
11667
11740
|
$ ${command} aaa0aa0a-aaaa-0000-0a0a-0000000a00a0 aaa1aa1a-aaaa-1111-1a1a-1111111a11a1 --json
|
|
11668
11741
|
`
|
|
11669
|
-
};
|
|
11670
|
-
const cmdScanDiff = {
|
|
11671
|
-
description: config$a.description,
|
|
11672
|
-
hidden: config$a.hidden,
|
|
11673
|
-
run: run$a
|
|
11674
|
-
};
|
|
11675
|
-
async function run$a(argv, importMeta, {
|
|
11676
|
-
parentName
|
|
11677
|
-
}) {
|
|
11742
|
+
};
|
|
11678
11743
|
const cli = utils.meowOrExit({
|
|
11679
11744
|
argv,
|
|
11680
|
-
config
|
|
11745
|
+
config,
|
|
11681
11746
|
importMeta,
|
|
11682
11747
|
parentName
|
|
11683
11748
|
});
|
|
@@ -12398,51 +12463,60 @@ async function handleCreateGithubScan({
|
|
|
12398
12463
|
const {
|
|
12399
12464
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$9
|
|
12400
12465
|
} = constants;
|
|
12401
|
-
const
|
|
12402
|
-
|
|
12403
|
-
|
|
12404
|
-
|
|
12405
|
-
|
|
12406
|
-
|
|
12407
|
-
|
|
12408
|
-
|
|
12409
|
-
|
|
12410
|
-
|
|
12411
|
-
|
|
12412
|
-
|
|
12413
|
-
|
|
12414
|
-
|
|
12415
|
-
|
|
12416
|
-
|
|
12417
|
-
|
|
12418
|
-
|
|
12419
|
-
|
|
12420
|
-
|
|
12421
|
-
|
|
12422
|
-
|
|
12423
|
-
|
|
12424
|
-
|
|
12425
|
-
|
|
12426
|
-
|
|
12427
|
-
|
|
12428
|
-
|
|
12429
|
-
|
|
12430
|
-
|
|
12431
|
-
|
|
12432
|
-
|
|
12466
|
+
const CMD_NAME$6 = 'github';
|
|
12467
|
+
const description$8 = 'Create a scan for given GitHub repo';
|
|
12468
|
+
const hidden$6 = true;
|
|
12469
|
+
const cmdScanGithub = {
|
|
12470
|
+
description: description$8,
|
|
12471
|
+
hidden: hidden$6,
|
|
12472
|
+
run: run$9
|
|
12473
|
+
};
|
|
12474
|
+
async function run$9(argv, importMeta, {
|
|
12475
|
+
parentName
|
|
12476
|
+
}) {
|
|
12477
|
+
const config = {
|
|
12478
|
+
commandName: CMD_NAME$6,
|
|
12479
|
+
description: description$8,
|
|
12480
|
+
hidden: hidden$6,
|
|
12481
|
+
flags: {
|
|
12482
|
+
...flags.commonFlags,
|
|
12483
|
+
...flags.outputFlags,
|
|
12484
|
+
all: {
|
|
12485
|
+
type: 'boolean',
|
|
12486
|
+
description: 'Apply for all known repositories reported by the Socket API. Supersedes `repos`.'
|
|
12487
|
+
},
|
|
12488
|
+
githubToken: {
|
|
12489
|
+
type: 'string',
|
|
12490
|
+
description: 'Required GitHub token for authentication.\nMay set environment variable GITHUB_TOKEN or SOCKET_CLI_GITHUB_TOKEN instead.'
|
|
12491
|
+
},
|
|
12492
|
+
githubApiUrl: {
|
|
12493
|
+
type: 'string',
|
|
12494
|
+
description: 'Base URL of the GitHub API (default: https://api.github.com)'
|
|
12495
|
+
},
|
|
12496
|
+
interactive: {
|
|
12497
|
+
type: 'boolean',
|
|
12498
|
+
default: true,
|
|
12499
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
12500
|
+
},
|
|
12501
|
+
org: {
|
|
12502
|
+
type: 'string',
|
|
12503
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
12504
|
+
},
|
|
12505
|
+
orgGithub: {
|
|
12506
|
+
type: 'string',
|
|
12507
|
+
description: 'Alternate GitHub Org if the name is different than the Socket Org'
|
|
12508
|
+
},
|
|
12509
|
+
repos: {
|
|
12510
|
+
type: 'string',
|
|
12511
|
+
description: 'List of repos to target in a comma-separated format (e.g., repo1,repo2). If not specified, the script will pull the list from Socket and ask you to pick one. Use --all to use them all.'
|
|
12512
|
+
}
|
|
12433
12513
|
},
|
|
12434
|
-
|
|
12435
|
-
type: 'string',
|
|
12436
|
-
description: 'List of repos to target in a comma-separated format (e.g., repo1,repo2). If not specified, the script will pull the list from Socket and ask you to pick one. Use --all to use them all.'
|
|
12437
|
-
}
|
|
12438
|
-
},
|
|
12439
|
-
help: (command, config) => `
|
|
12514
|
+
help: (command, config) => `
|
|
12440
12515
|
Usage
|
|
12441
12516
|
$ ${command} [options] [CWD=.]
|
|
12442
12517
|
|
|
12443
12518
|
API Token Requirements
|
|
12444
|
-
|
|
12445
|
-
- Permissions: full-scans:create
|
|
12519
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$6}`)}
|
|
12446
12520
|
|
|
12447
12521
|
This is similar to the \`socket scan create\` command except it pulls the files
|
|
12448
12522
|
from GitHub. See the help for that command for more details.
|
|
@@ -12463,18 +12537,10 @@ const config$9 = {
|
|
|
12463
12537
|
$ ${command}
|
|
12464
12538
|
$ ${command} ./proj
|
|
12465
12539
|
`
|
|
12466
|
-
};
|
|
12467
|
-
const cmdScanGithub = {
|
|
12468
|
-
description: config$9.description,
|
|
12469
|
-
hidden: config$9.hidden,
|
|
12470
|
-
run: run$9
|
|
12471
|
-
};
|
|
12472
|
-
async function run$9(argv, importMeta, {
|
|
12473
|
-
parentName
|
|
12474
|
-
}) {
|
|
12540
|
+
};
|
|
12475
12541
|
const cli = utils.meowOrExit({
|
|
12476
12542
|
argv,
|
|
12477
|
-
config
|
|
12543
|
+
config,
|
|
12478
12544
|
importMeta,
|
|
12479
12545
|
parentName
|
|
12480
12546
|
});
|
|
@@ -12709,70 +12775,80 @@ async function handleListScans({
|
|
|
12709
12775
|
const {
|
|
12710
12776
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$8
|
|
12711
12777
|
} = constants;
|
|
12712
|
-
const
|
|
12713
|
-
|
|
12714
|
-
|
|
12715
|
-
|
|
12716
|
-
|
|
12717
|
-
|
|
12718
|
-
|
|
12719
|
-
|
|
12720
|
-
|
|
12721
|
-
|
|
12722
|
-
|
|
12723
|
-
|
|
12724
|
-
|
|
12725
|
-
|
|
12726
|
-
|
|
12727
|
-
|
|
12728
|
-
|
|
12729
|
-
|
|
12730
|
-
|
|
12731
|
-
|
|
12732
|
-
|
|
12733
|
-
|
|
12734
|
-
|
|
12735
|
-
|
|
12736
|
-
|
|
12737
|
-
|
|
12738
|
-
|
|
12739
|
-
|
|
12740
|
-
|
|
12741
|
-
|
|
12742
|
-
|
|
12743
|
-
|
|
12744
|
-
|
|
12745
|
-
|
|
12746
|
-
|
|
12747
|
-
|
|
12748
|
-
|
|
12749
|
-
|
|
12750
|
-
|
|
12751
|
-
|
|
12752
|
-
|
|
12753
|
-
|
|
12754
|
-
|
|
12755
|
-
|
|
12756
|
-
|
|
12757
|
-
|
|
12758
|
-
|
|
12759
|
-
|
|
12760
|
-
|
|
12778
|
+
const CMD_NAME$5 = 'list';
|
|
12779
|
+
const description$7 = 'List the scans for an organization';
|
|
12780
|
+
const hidden$5 = false;
|
|
12781
|
+
const cmdScanList = {
|
|
12782
|
+
description: description$7,
|
|
12783
|
+
hidden: hidden$5,
|
|
12784
|
+
run: run$8
|
|
12785
|
+
};
|
|
12786
|
+
async function run$8(argv, importMeta, {
|
|
12787
|
+
parentName
|
|
12788
|
+
}) {
|
|
12789
|
+
const config = {
|
|
12790
|
+
commandName: CMD_NAME$5,
|
|
12791
|
+
description: description$7,
|
|
12792
|
+
hidden: hidden$5,
|
|
12793
|
+
flags: {
|
|
12794
|
+
...flags.commonFlags,
|
|
12795
|
+
...flags.outputFlags,
|
|
12796
|
+
branch: {
|
|
12797
|
+
type: 'string',
|
|
12798
|
+
description: 'Filter to show only scans with this branch name'
|
|
12799
|
+
},
|
|
12800
|
+
direction: {
|
|
12801
|
+
type: 'string',
|
|
12802
|
+
shortFlag: 'd',
|
|
12803
|
+
default: 'desc',
|
|
12804
|
+
description: 'Direction option (`desc` or `asc`) - Default is `desc`'
|
|
12805
|
+
},
|
|
12806
|
+
fromTime: {
|
|
12807
|
+
type: 'string',
|
|
12808
|
+
shortFlag: 'f',
|
|
12809
|
+
default: '',
|
|
12810
|
+
description: 'From time - as a unix timestamp'
|
|
12811
|
+
},
|
|
12812
|
+
interactive: {
|
|
12813
|
+
type: 'boolean',
|
|
12814
|
+
default: true,
|
|
12815
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
12816
|
+
},
|
|
12817
|
+
page: {
|
|
12818
|
+
type: 'number',
|
|
12819
|
+
shortFlag: 'p',
|
|
12820
|
+
default: 1,
|
|
12821
|
+
description: 'Page number - Default is 1'
|
|
12822
|
+
},
|
|
12823
|
+
perPage: {
|
|
12824
|
+
type: 'number',
|
|
12825
|
+
shortFlag: 'pp',
|
|
12826
|
+
default: 30,
|
|
12827
|
+
description: 'Results per page - Default is 30'
|
|
12828
|
+
},
|
|
12829
|
+
org: {
|
|
12830
|
+
type: 'string',
|
|
12831
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
12832
|
+
},
|
|
12833
|
+
sort: {
|
|
12834
|
+
type: 'string',
|
|
12835
|
+
shortFlag: 's',
|
|
12836
|
+
default: 'created_at',
|
|
12837
|
+
description: 'Sorting option (`name` or `created_at`) - default is `created_at`'
|
|
12838
|
+
},
|
|
12839
|
+
untilTime: {
|
|
12840
|
+
type: 'string',
|
|
12841
|
+
shortFlag: 'u',
|
|
12842
|
+
default: '',
|
|
12843
|
+
description: 'Until time - as a unix timestamp'
|
|
12844
|
+
}
|
|
12761
12845
|
},
|
|
12762
|
-
|
|
12763
|
-
type: 'string',
|
|
12764
|
-
shortFlag: 'u',
|
|
12765
|
-
default: '',
|
|
12766
|
-
description: 'Until time - as a unix timestamp'
|
|
12767
|
-
}
|
|
12768
|
-
},
|
|
12769
|
-
help: (command, config) => `
|
|
12846
|
+
help: (command, config) => `
|
|
12770
12847
|
Usage
|
|
12771
12848
|
$ ${command} [options] [REPO [BRANCH]]
|
|
12772
12849
|
|
|
12773
12850
|
API Token Requirements
|
|
12774
|
-
|
|
12775
|
-
- Permissions: full-scans:list
|
|
12851
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$5}`)}
|
|
12776
12852
|
|
|
12777
12853
|
Optionally filter by REPO. If you specify a repo, you can also specify a
|
|
12778
12854
|
branch to filter by. (Note: If you don't specify a repo then you must use
|
|
@@ -12785,18 +12861,10 @@ const config$8 = {
|
|
|
12785
12861
|
$ ${command}
|
|
12786
12862
|
$ ${command} webtools badbranch --markdown
|
|
12787
12863
|
`
|
|
12788
|
-
};
|
|
12789
|
-
const cmdScanList = {
|
|
12790
|
-
description: config$8.description,
|
|
12791
|
-
hidden: config$8.hidden,
|
|
12792
|
-
run: run$8
|
|
12793
|
-
};
|
|
12794
|
-
async function run$8(argv, importMeta, {
|
|
12795
|
-
parentName
|
|
12796
|
-
}) {
|
|
12864
|
+
};
|
|
12797
12865
|
const cli = utils.meowOrExit({
|
|
12798
12866
|
argv,
|
|
12799
|
-
config
|
|
12867
|
+
config,
|
|
12800
12868
|
importMeta,
|
|
12801
12869
|
parentName
|
|
12802
12870
|
});
|
|
@@ -12914,30 +12982,40 @@ async function handleOrgScanMetadata(orgSlug, scanId, outputKind) {
|
|
|
12914
12982
|
const {
|
|
12915
12983
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$7
|
|
12916
12984
|
} = constants;
|
|
12917
|
-
const
|
|
12918
|
-
|
|
12919
|
-
|
|
12920
|
-
|
|
12921
|
-
|
|
12922
|
-
|
|
12923
|
-
|
|
12924
|
-
|
|
12925
|
-
|
|
12926
|
-
|
|
12927
|
-
|
|
12985
|
+
const CMD_NAME$4 = 'metadata';
|
|
12986
|
+
const description$6 = "Get a scan's metadata";
|
|
12987
|
+
const hidden$4 = false;
|
|
12988
|
+
const cmdScanMetadata = {
|
|
12989
|
+
description: description$6,
|
|
12990
|
+
hidden: hidden$4,
|
|
12991
|
+
run: run$7
|
|
12992
|
+
};
|
|
12993
|
+
async function run$7(argv, importMeta, {
|
|
12994
|
+
parentName
|
|
12995
|
+
}) {
|
|
12996
|
+
const config = {
|
|
12997
|
+
commandName: CMD_NAME$4,
|
|
12998
|
+
description: description$6,
|
|
12999
|
+
hidden: hidden$4,
|
|
13000
|
+
flags: {
|
|
13001
|
+
...flags.commonFlags,
|
|
13002
|
+
...flags.outputFlags,
|
|
13003
|
+
interactive: {
|
|
13004
|
+
type: 'boolean',
|
|
13005
|
+
default: true,
|
|
13006
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
13007
|
+
},
|
|
13008
|
+
org: {
|
|
13009
|
+
type: 'string',
|
|
13010
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
13011
|
+
}
|
|
12928
13012
|
},
|
|
12929
|
-
|
|
12930
|
-
type: 'string',
|
|
12931
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
12932
|
-
}
|
|
12933
|
-
},
|
|
12934
|
-
help: (command, config) => `
|
|
13013
|
+
help: (command, config) => `
|
|
12935
13014
|
Usage
|
|
12936
13015
|
$ ${command} [options] <SCAN_ID>
|
|
12937
13016
|
|
|
12938
13017
|
API Token Requirements
|
|
12939
|
-
|
|
12940
|
-
- Permissions: full-scans:list
|
|
13018
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$4}`)}
|
|
12941
13019
|
|
|
12942
13020
|
Options
|
|
12943
13021
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -12946,18 +13024,10 @@ const config$7 = {
|
|
|
12946
13024
|
$ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0
|
|
12947
13025
|
$ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 --json
|
|
12948
13026
|
`
|
|
12949
|
-
};
|
|
12950
|
-
const cmdScanMetadata = {
|
|
12951
|
-
description: config$7.description,
|
|
12952
|
-
hidden: config$7.hidden,
|
|
12953
|
-
run: run$7
|
|
12954
|
-
};
|
|
12955
|
-
async function run$7(argv, importMeta, {
|
|
12956
|
-
parentName
|
|
12957
|
-
}) {
|
|
13027
|
+
};
|
|
12958
13028
|
const cli = utils.meowOrExit({
|
|
12959
13029
|
argv,
|
|
12960
|
-
config
|
|
13030
|
+
config,
|
|
12961
13031
|
importMeta,
|
|
12962
13032
|
parentName
|
|
12963
13033
|
});
|
|
@@ -13052,7 +13122,7 @@ async function handleScanReach({
|
|
|
13052
13122
|
const packagePaths = await utils.getPackageFilesForScan(targets, supportedFiles, {
|
|
13053
13123
|
cwd
|
|
13054
13124
|
});
|
|
13055
|
-
spinner.
|
|
13125
|
+
spinner.successAndStop(`Found ${packagePaths.length} ${words.pluralize('manifest file', packagePaths.length)} for reachability analysis.`);
|
|
13056
13126
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
13057
13127
|
nook: true,
|
|
13058
13128
|
test: packagePaths.length > 0,
|
|
@@ -13082,6 +13152,9 @@ async function handleScanReach({
|
|
|
13082
13152
|
const {
|
|
13083
13153
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$6
|
|
13084
13154
|
} = constants;
|
|
13155
|
+
const CMD_NAME$3 = 'reach';
|
|
13156
|
+
const description$5 = 'Compute tier 1 reachability';
|
|
13157
|
+
const hidden$3 = true;
|
|
13085
13158
|
const generalFlags = {
|
|
13086
13159
|
...flags.commonFlags,
|
|
13087
13160
|
...flags.outputFlags,
|
|
@@ -13094,21 +13167,28 @@ const generalFlags = {
|
|
|
13094
13167
|
description: 'Force override the organization slug, overrides the default org from config'
|
|
13095
13168
|
}
|
|
13096
13169
|
};
|
|
13097
|
-
const
|
|
13098
|
-
|
|
13099
|
-
|
|
13100
|
-
|
|
13101
|
-
|
|
13102
|
-
|
|
13103
|
-
|
|
13104
|
-
|
|
13105
|
-
|
|
13170
|
+
const cmdScanReach = {
|
|
13171
|
+
description: description$5,
|
|
13172
|
+
hidden: hidden$3,
|
|
13173
|
+
run: run$6
|
|
13174
|
+
};
|
|
13175
|
+
async function run$6(argv, importMeta, {
|
|
13176
|
+
parentName
|
|
13177
|
+
}) {
|
|
13178
|
+
const config = {
|
|
13179
|
+
commandName: CMD_NAME$3,
|
|
13180
|
+
description: description$5,
|
|
13181
|
+
hidden: hidden$3,
|
|
13182
|
+
flags: {
|
|
13183
|
+
...generalFlags,
|
|
13184
|
+
...reachabilityFlags
|
|
13185
|
+
},
|
|
13186
|
+
help: command => `
|
|
13106
13187
|
Usage
|
|
13107
13188
|
$ ${command} [options] [CWD=.]
|
|
13108
13189
|
|
|
13109
13190
|
API Token Requirements
|
|
13110
|
-
|
|
13111
|
-
- Permissions: full-scans:create
|
|
13191
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$3}`)}
|
|
13112
13192
|
|
|
13113
13193
|
Options
|
|
13114
13194
|
${utils.getFlagListOutput(generalFlags)}
|
|
@@ -13128,18 +13208,10 @@ const config$6 = {
|
|
|
13128
13208
|
$ ${command} ./proj
|
|
13129
13209
|
$ ${command} ./proj --reach-ecosystems npm,pypi
|
|
13130
13210
|
`
|
|
13131
|
-
};
|
|
13132
|
-
const cmdScanReach = {
|
|
13133
|
-
description: config$6.description,
|
|
13134
|
-
hidden: config$6.hidden,
|
|
13135
|
-
run: run$6
|
|
13136
|
-
};
|
|
13137
|
-
async function run$6(argv, importMeta, {
|
|
13138
|
-
parentName
|
|
13139
|
-
}) {
|
|
13211
|
+
};
|
|
13140
13212
|
const cli = utils.meowOrExit({
|
|
13141
13213
|
argv,
|
|
13142
|
-
config
|
|
13214
|
+
config,
|
|
13143
13215
|
importMeta,
|
|
13144
13216
|
parentName
|
|
13145
13217
|
});
|
|
@@ -13206,9 +13278,9 @@ async function run$6(argv, importMeta, {
|
|
|
13206
13278
|
targets,
|
|
13207
13279
|
interactive,
|
|
13208
13280
|
reachabilityOptions: {
|
|
13209
|
-
reachDisableAnalytics: Boolean(reachDisableAnalytics),
|
|
13210
13281
|
reachAnalysisTimeout: Number(reachAnalysisTimeout),
|
|
13211
13282
|
reachAnalysisMemoryLimit: Number(reachAnalysisMemoryLimit),
|
|
13283
|
+
reachDisableAnalytics: Boolean(reachDisableAnalytics),
|
|
13212
13284
|
reachEcosystems,
|
|
13213
13285
|
reachExcludePaths
|
|
13214
13286
|
}
|
|
@@ -13218,50 +13290,60 @@ async function run$6(argv, importMeta, {
|
|
|
13218
13290
|
const {
|
|
13219
13291
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$5
|
|
13220
13292
|
} = constants;
|
|
13221
|
-
const
|
|
13222
|
-
|
|
13223
|
-
|
|
13224
|
-
|
|
13225
|
-
|
|
13226
|
-
|
|
13227
|
-
|
|
13228
|
-
|
|
13229
|
-
|
|
13230
|
-
|
|
13231
|
-
|
|
13232
|
-
|
|
13233
|
-
|
|
13234
|
-
|
|
13235
|
-
|
|
13236
|
-
|
|
13237
|
-
|
|
13238
|
-
|
|
13239
|
-
|
|
13240
|
-
|
|
13241
|
-
|
|
13242
|
-
|
|
13243
|
-
|
|
13244
|
-
|
|
13245
|
-
|
|
13246
|
-
|
|
13247
|
-
|
|
13248
|
-
|
|
13249
|
-
|
|
13250
|
-
|
|
13293
|
+
const CMD_NAME$2 = 'report';
|
|
13294
|
+
const description$4 = 'Check whether a scan result passes the organizational policies (security, license)';
|
|
13295
|
+
const hidden$2 = false;
|
|
13296
|
+
const cmdScanReport = {
|
|
13297
|
+
description: description$4,
|
|
13298
|
+
hidden: hidden$2,
|
|
13299
|
+
run: run$5
|
|
13300
|
+
};
|
|
13301
|
+
async function run$5(argv, importMeta, {
|
|
13302
|
+
parentName
|
|
13303
|
+
}) {
|
|
13304
|
+
const config = {
|
|
13305
|
+
commandName: CMD_NAME$2,
|
|
13306
|
+
description: description$4,
|
|
13307
|
+
hidden: hidden$2,
|
|
13308
|
+
flags: {
|
|
13309
|
+
...flags.commonFlags,
|
|
13310
|
+
...flags.outputFlags,
|
|
13311
|
+
fold: {
|
|
13312
|
+
type: 'string',
|
|
13313
|
+
default: 'none',
|
|
13314
|
+
description: 'Fold reported alerts to some degree'
|
|
13315
|
+
},
|
|
13316
|
+
interactive: {
|
|
13317
|
+
type: 'boolean',
|
|
13318
|
+
default: true,
|
|
13319
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
13320
|
+
},
|
|
13321
|
+
org: {
|
|
13322
|
+
type: 'string',
|
|
13323
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
13324
|
+
},
|
|
13325
|
+
reportLevel: {
|
|
13326
|
+
type: 'string',
|
|
13327
|
+
default: 'warn',
|
|
13328
|
+
description: 'Which policy level alerts should be reported'
|
|
13329
|
+
},
|
|
13330
|
+
short: {
|
|
13331
|
+
type: 'boolean',
|
|
13332
|
+
default: false,
|
|
13333
|
+
description: 'Report only the healthy status'
|
|
13334
|
+
},
|
|
13335
|
+
license: {
|
|
13336
|
+
type: 'boolean',
|
|
13337
|
+
default: false,
|
|
13338
|
+
description: 'Also report the license policy status. Default: false'
|
|
13339
|
+
}
|
|
13251
13340
|
},
|
|
13252
|
-
|
|
13253
|
-
type: 'boolean',
|
|
13254
|
-
default: false,
|
|
13255
|
-
description: 'Also report the license policy status. Default: false'
|
|
13256
|
-
}
|
|
13257
|
-
},
|
|
13258
|
-
help: (command, config) => `
|
|
13341
|
+
help: (command, config) => `
|
|
13259
13342
|
Usage
|
|
13260
13343
|
$ ${command} [options] <SCAN_ID> [OUTPUT_PATH]
|
|
13261
13344
|
|
|
13262
13345
|
API Token Requirements
|
|
13263
|
-
|
|
13264
|
-
- Permissions: full-scans:list security-policy:read
|
|
13346
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$2}`)}
|
|
13265
13347
|
|
|
13266
13348
|
Options
|
|
13267
13349
|
${utils.getFlagListOutput(config.flags)}
|
|
@@ -13295,18 +13377,10 @@ const config$5 = {
|
|
|
13295
13377
|
$ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 --json --fold=version
|
|
13296
13378
|
$ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 --license --markdown --short
|
|
13297
13379
|
`
|
|
13298
|
-
};
|
|
13299
|
-
const cmdScanReport = {
|
|
13300
|
-
description: config$5.description,
|
|
13301
|
-
hidden: config$5.hidden,
|
|
13302
|
-
run: run$5
|
|
13303
|
-
};
|
|
13304
|
-
async function run$5(argv, importMeta, {
|
|
13305
|
-
parentName
|
|
13306
|
-
}) {
|
|
13380
|
+
};
|
|
13307
13381
|
const cli = utils.meowOrExit({
|
|
13308
13382
|
argv,
|
|
13309
|
-
config
|
|
13383
|
+
config,
|
|
13310
13384
|
importMeta,
|
|
13311
13385
|
parentName
|
|
13312
13386
|
});
|
|
@@ -13376,10 +13450,6 @@ async function outputScanConfigResult(result) {
|
|
|
13376
13450
|
logger.logger.log('');
|
|
13377
13451
|
}
|
|
13378
13452
|
|
|
13379
|
-
const {
|
|
13380
|
-
SOCKET_DEFAULT_BRANCH,
|
|
13381
|
-
SOCKET_DEFAULT_REPOSITORY
|
|
13382
|
-
} = constants;
|
|
13383
13453
|
async function setupScanConfig(cwd, defaultOnReadError = false) {
|
|
13384
13454
|
const jsonPath = path.join(cwd, `socket.json`);
|
|
13385
13455
|
if (fs$1.existsSync(jsonPath)) {
|
|
@@ -13474,7 +13544,7 @@ async function setupScanConfig(cwd, defaultOnReadError = false) {
|
|
|
13474
13544
|
async function configureScan(config, cwd = process.cwd()) {
|
|
13475
13545
|
const defaultRepoName = await prompts.input({
|
|
13476
13546
|
message: '(--repo) What repo name (slug) should be reported to Socket for this dir?',
|
|
13477
|
-
default: config.repo || (await utils.getRepoName(cwd))
|
|
13547
|
+
default: config.repo || (await utils.getRepoName(cwd)),
|
|
13478
13548
|
required: false
|
|
13479
13549
|
// validate: async string => bool
|
|
13480
13550
|
});
|
|
@@ -13482,15 +13552,15 @@ async function configureScan(config, cwd = process.cwd()) {
|
|
|
13482
13552
|
return canceledByUser();
|
|
13483
13553
|
}
|
|
13484
13554
|
if (defaultRepoName) {
|
|
13485
|
-
//
|
|
13486
|
-
// this default then an existing user probably would not expect the change
|
|
13555
|
+
// Store it even if it's constants.SOCKET_DEFAULT_REPOSITORY because if we
|
|
13556
|
+
// change this default then an existing user probably would not expect the change.
|
|
13487
13557
|
config.repo = defaultRepoName;
|
|
13488
13558
|
} else {
|
|
13489
13559
|
delete config.repo;
|
|
13490
13560
|
}
|
|
13491
13561
|
const defaultBranchName = await prompts.input({
|
|
13492
13562
|
message: '(--branch) What branch name (slug) should be reported to Socket for this dir?',
|
|
13493
|
-
default: config.branch || (await utils.gitBranch(cwd)) ||
|
|
13563
|
+
default: config.branch || (await utils.gitBranch(cwd)) || (await utils.detectDefaultBranch(cwd)),
|
|
13494
13564
|
required: false
|
|
13495
13565
|
// validate: async string => bool
|
|
13496
13566
|
});
|
|
@@ -13498,14 +13568,14 @@ async function configureScan(config, cwd = process.cwd()) {
|
|
|
13498
13568
|
return canceledByUser();
|
|
13499
13569
|
}
|
|
13500
13570
|
if (defaultBranchName) {
|
|
13501
|
-
//
|
|
13502
|
-
// this default then an existing user probably would not expect the change
|
|
13571
|
+
// Store it even if it's constants.SOCKET_DEFAULT_BRANCH because if we change
|
|
13572
|
+
// this default then an existing user probably would not expect the change.
|
|
13503
13573
|
config.branch = defaultBranchName;
|
|
13504
13574
|
} else {
|
|
13505
13575
|
delete config.branch;
|
|
13506
13576
|
}
|
|
13507
13577
|
const autoManifest = await prompts.select({
|
|
13508
|
-
message: '(--
|
|
13578
|
+
message: '(--auto-manifest) Do you want to run `socket manifest auto` before creating a scan? You would need this for sbt, gradle, etc.',
|
|
13509
13579
|
choices: [{
|
|
13510
13580
|
name: 'no',
|
|
13511
13581
|
value: 'no',
|
|
@@ -13607,7 +13677,7 @@ async function configureGithub(config) {
|
|
|
13607
13677
|
}
|
|
13608
13678
|
}
|
|
13609
13679
|
const defaultGithubApiUrl = await prompts.input({
|
|
13610
|
-
message: '(--
|
|
13680
|
+
message: '(--github-api-url) Do you want to override the default github url?',
|
|
13611
13681
|
default: config.githubApiUrl ||
|
|
13612
13682
|
// Lazily access constants.ENV.GITHUB_API_URL.
|
|
13613
13683
|
constants.ENV.GITHUB_API_URL,
|
|
@@ -13625,7 +13695,7 @@ async function configureGithub(config) {
|
|
|
13625
13695
|
delete config.githubApiUrl;
|
|
13626
13696
|
}
|
|
13627
13697
|
const defaultOrgGithub = await prompts.input({
|
|
13628
|
-
message: '(--
|
|
13698
|
+
message: '(--org-github) Do you want to change the org slug that is used when talking to the GitHub API? Defaults to your Socket org slug.',
|
|
13629
13699
|
default: config.orgGithub || '',
|
|
13630
13700
|
required: false
|
|
13631
13701
|
// validate: async string => bool
|
|
@@ -13668,7 +13738,7 @@ async function handleScanConfig(cwd, defaultOnReadError = false) {
|
|
|
13668
13738
|
const {
|
|
13669
13739
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$4
|
|
13670
13740
|
} = constants;
|
|
13671
|
-
const config$
|
|
13741
|
+
const config$2 = {
|
|
13672
13742
|
commandName: 'setup',
|
|
13673
13743
|
description: 'Start interactive configurator to customize default flag values for `socket scan` in this dir',
|
|
13674
13744
|
hidden: false,
|
|
@@ -13704,8 +13774,8 @@ const config$4 = {
|
|
|
13704
13774
|
`
|
|
13705
13775
|
};
|
|
13706
13776
|
const cmdScanSetup = {
|
|
13707
|
-
description: config$
|
|
13708
|
-
hidden: config$
|
|
13777
|
+
description: config$2.description,
|
|
13778
|
+
hidden: config$2.hidden,
|
|
13709
13779
|
run: run$4
|
|
13710
13780
|
};
|
|
13711
13781
|
async function run$4(argv, importMeta, {
|
|
@@ -13713,7 +13783,7 @@ async function run$4(argv, importMeta, {
|
|
|
13713
13783
|
}) {
|
|
13714
13784
|
const cli = utils.meowOrExit({
|
|
13715
13785
|
argv,
|
|
13716
|
-
config: config$
|
|
13786
|
+
config: config$2,
|
|
13717
13787
|
importMeta,
|
|
13718
13788
|
parentName
|
|
13719
13789
|
});
|
|
@@ -13870,35 +13940,45 @@ async function streamScan(orgSlug, scanId, options) {
|
|
|
13870
13940
|
const {
|
|
13871
13941
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$3
|
|
13872
13942
|
} = constants;
|
|
13873
|
-
const
|
|
13874
|
-
|
|
13875
|
-
|
|
13876
|
-
|
|
13877
|
-
|
|
13878
|
-
|
|
13879
|
-
|
|
13880
|
-
|
|
13881
|
-
|
|
13882
|
-
|
|
13883
|
-
|
|
13884
|
-
|
|
13885
|
-
|
|
13886
|
-
|
|
13887
|
-
|
|
13888
|
-
|
|
13943
|
+
const CMD_NAME$1 = 'view';
|
|
13944
|
+
const description$3 = 'View the raw results of a scan';
|
|
13945
|
+
const hidden$1 = false;
|
|
13946
|
+
const cmdScanView = {
|
|
13947
|
+
description: description$3,
|
|
13948
|
+
hidden: hidden$1,
|
|
13949
|
+
run: run$3
|
|
13950
|
+
};
|
|
13951
|
+
async function run$3(argv, importMeta, {
|
|
13952
|
+
parentName
|
|
13953
|
+
}) {
|
|
13954
|
+
const config = {
|
|
13955
|
+
commandName: CMD_NAME$1,
|
|
13956
|
+
description: description$3,
|
|
13957
|
+
hidden: hidden$1,
|
|
13958
|
+
flags: {
|
|
13959
|
+
...flags.commonFlags,
|
|
13960
|
+
...flags.outputFlags,
|
|
13961
|
+
stream: {
|
|
13962
|
+
type: 'boolean',
|
|
13963
|
+
default: false,
|
|
13964
|
+
description: 'Only valid with --json. Streams the response as "ndjson" (chunks of valid json blobs).'
|
|
13965
|
+
},
|
|
13966
|
+
interactive: {
|
|
13967
|
+
type: 'boolean',
|
|
13968
|
+
default: true,
|
|
13969
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
13970
|
+
},
|
|
13971
|
+
org: {
|
|
13972
|
+
type: 'string',
|
|
13973
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
13974
|
+
}
|
|
13889
13975
|
},
|
|
13890
|
-
|
|
13891
|
-
type: 'string',
|
|
13892
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
13893
|
-
}
|
|
13894
|
-
},
|
|
13895
|
-
help: (command, config) => `
|
|
13976
|
+
help: (command, config) => `
|
|
13896
13977
|
Usage
|
|
13897
13978
|
$ ${command} [options] <SCAN_ID> [OUTPUT_FILE]
|
|
13898
13979
|
|
|
13899
13980
|
API Token Requirements
|
|
13900
|
-
|
|
13901
|
-
- Permissions: full-scans:list
|
|
13981
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$1}`)}
|
|
13902
13982
|
|
|
13903
13983
|
When no output path is given the contents is sent to stdout.
|
|
13904
13984
|
|
|
@@ -13909,18 +13989,10 @@ const config$3 = {
|
|
|
13909
13989
|
$ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0
|
|
13910
13990
|
$ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 ./stream.txt
|
|
13911
13991
|
`
|
|
13912
|
-
};
|
|
13913
|
-
const cmdScanView = {
|
|
13914
|
-
description: config$3.description,
|
|
13915
|
-
hidden: config$3.hidden,
|
|
13916
|
-
run: run$3
|
|
13917
|
-
};
|
|
13918
|
-
async function run$3(argv, importMeta, {
|
|
13919
|
-
parentName
|
|
13920
|
-
}) {
|
|
13992
|
+
};
|
|
13921
13993
|
const cli = utils.meowOrExit({
|
|
13922
13994
|
argv,
|
|
13923
|
-
config
|
|
13995
|
+
config,
|
|
13924
13996
|
importMeta,
|
|
13925
13997
|
parentName
|
|
13926
13998
|
});
|
|
@@ -13977,9 +14049,9 @@ async function run$3(argv, importMeta, {
|
|
|
13977
14049
|
}
|
|
13978
14050
|
}
|
|
13979
14051
|
|
|
13980
|
-
const description$
|
|
14052
|
+
const description$2 = 'Manage Socket scans';
|
|
13981
14053
|
const cmdScan = {
|
|
13982
|
-
description: description$
|
|
14054
|
+
description: description$2,
|
|
13983
14055
|
async run(argv, importMeta, {
|
|
13984
14056
|
parentName
|
|
13985
14057
|
}) {
|
|
@@ -14008,7 +14080,7 @@ const cmdScan = {
|
|
|
14008
14080
|
}
|
|
14009
14081
|
},
|
|
14010
14082
|
argv,
|
|
14011
|
-
description: description$
|
|
14083
|
+
description: description$2,
|
|
14012
14084
|
importMeta,
|
|
14013
14085
|
name: `${parentName} scan`
|
|
14014
14086
|
});
|
|
@@ -14194,68 +14266,78 @@ async function handleThreatFeed({
|
|
|
14194
14266
|
const {
|
|
14195
14267
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$2
|
|
14196
14268
|
} = constants;
|
|
14269
|
+
const CMD_NAME = 'threat-feed';
|
|
14197
14270
|
const ECOSYSTEMS = new Set(['gem', 'golang', 'maven', 'npm', 'nuget', 'pypi']);
|
|
14198
14271
|
const TYPE_FILTERS = new Set(['anom', 'c', 'fp', 'joke', 'mal', 'secret', 'spy', 'tp', 'typo', 'u', 'vuln']);
|
|
14199
|
-
const
|
|
14200
|
-
|
|
14201
|
-
|
|
14202
|
-
|
|
14203
|
-
|
|
14204
|
-
|
|
14205
|
-
|
|
14206
|
-
|
|
14207
|
-
|
|
14208
|
-
|
|
14209
|
-
|
|
14210
|
-
|
|
14211
|
-
|
|
14212
|
-
|
|
14213
|
-
|
|
14214
|
-
|
|
14215
|
-
|
|
14216
|
-
|
|
14217
|
-
|
|
14218
|
-
|
|
14219
|
-
|
|
14220
|
-
|
|
14221
|
-
|
|
14222
|
-
|
|
14223
|
-
|
|
14224
|
-
|
|
14225
|
-
|
|
14226
|
-
|
|
14227
|
-
|
|
14228
|
-
|
|
14229
|
-
|
|
14230
|
-
|
|
14231
|
-
|
|
14232
|
-
|
|
14233
|
-
|
|
14234
|
-
|
|
14235
|
-
|
|
14236
|
-
|
|
14237
|
-
|
|
14238
|
-
|
|
14239
|
-
|
|
14240
|
-
|
|
14241
|
-
|
|
14242
|
-
|
|
14243
|
-
|
|
14244
|
-
|
|
14272
|
+
const description$1 = '[Beta] View the threat-feed';
|
|
14273
|
+
const hidden = false;
|
|
14274
|
+
const cmdThreatFeed = {
|
|
14275
|
+
description: description$1,
|
|
14276
|
+
hidden,
|
|
14277
|
+
run: run$2
|
|
14278
|
+
};
|
|
14279
|
+
async function run$2(argv, importMeta, {
|
|
14280
|
+
parentName
|
|
14281
|
+
}) {
|
|
14282
|
+
const config = {
|
|
14283
|
+
commandName: CMD_NAME,
|
|
14284
|
+
description: description$1,
|
|
14285
|
+
hidden,
|
|
14286
|
+
flags: {
|
|
14287
|
+
...flags.commonFlags,
|
|
14288
|
+
...flags.outputFlags,
|
|
14289
|
+
direction: {
|
|
14290
|
+
type: 'string',
|
|
14291
|
+
default: 'desc',
|
|
14292
|
+
description: 'Order asc or desc by the createdAt attribute'
|
|
14293
|
+
},
|
|
14294
|
+
eco: {
|
|
14295
|
+
type: 'string',
|
|
14296
|
+
default: '',
|
|
14297
|
+
description: 'Only show threats for a particular ecosystem'
|
|
14298
|
+
},
|
|
14299
|
+
filter: {
|
|
14300
|
+
type: 'string',
|
|
14301
|
+
default: 'mal',
|
|
14302
|
+
description: 'Filter what type of threats to return'
|
|
14303
|
+
},
|
|
14304
|
+
interactive: {
|
|
14305
|
+
type: 'boolean',
|
|
14306
|
+
default: true,
|
|
14307
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
14308
|
+
},
|
|
14309
|
+
org: {
|
|
14310
|
+
type: 'string',
|
|
14311
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
14312
|
+
},
|
|
14313
|
+
page: {
|
|
14314
|
+
type: 'string',
|
|
14315
|
+
default: '1',
|
|
14316
|
+
description: 'Page token'
|
|
14317
|
+
},
|
|
14318
|
+
perPage: {
|
|
14319
|
+
type: 'number',
|
|
14320
|
+
shortFlag: 'pp',
|
|
14321
|
+
default: 30,
|
|
14322
|
+
description: 'Number of items per page'
|
|
14323
|
+
},
|
|
14324
|
+
pkg: {
|
|
14325
|
+
type: 'string',
|
|
14326
|
+
default: '',
|
|
14327
|
+
description: 'Filter by this package name'
|
|
14328
|
+
},
|
|
14329
|
+
version: {
|
|
14330
|
+
type: 'string',
|
|
14331
|
+
default: '',
|
|
14332
|
+
description: 'Filter by this package version'
|
|
14333
|
+
}
|
|
14245
14334
|
},
|
|
14246
|
-
|
|
14247
|
-
type: 'string',
|
|
14248
|
-
default: '',
|
|
14249
|
-
description: 'Filter by this package version'
|
|
14250
|
-
}
|
|
14251
|
-
},
|
|
14252
|
-
help: (command, config) => `
|
|
14335
|
+
help: (command, config) => `
|
|
14253
14336
|
Usage
|
|
14254
14337
|
$ ${command} [options] [ECOSYSTEM] [TYPE_FILTER]
|
|
14255
14338
|
|
|
14256
14339
|
API Token Requirements
|
|
14257
|
-
|
|
14258
|
-
- Permissions: threat-feed:list
|
|
14340
|
+
${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME}`)}
|
|
14259
14341
|
- Special access
|
|
14260
14342
|
|
|
14261
14343
|
This feature requires a Threat Feed license. Please contact
|
|
@@ -14305,20 +14387,12 @@ const config$2 = {
|
|
|
14305
14387
|
$ ${command}
|
|
14306
14388
|
$ ${command} maven --json
|
|
14307
14389
|
$ ${command} typo
|
|
14308
|
-
$ ${command} npm joke 1.0.0 --
|
|
14390
|
+
$ ${command} npm joke 1.0.0 --per-page=5 --page=2 --direction=asc
|
|
14309
14391
|
`
|
|
14310
|
-
};
|
|
14311
|
-
const cmdThreatFeed = {
|
|
14312
|
-
description: config$2.description,
|
|
14313
|
-
hidden: config$2.hidden,
|
|
14314
|
-
run: run$2
|
|
14315
|
-
};
|
|
14316
|
-
async function run$2(argv, importMeta, {
|
|
14317
|
-
parentName
|
|
14318
|
-
}) {
|
|
14392
|
+
};
|
|
14319
14393
|
const cli = utils.meowOrExit({
|
|
14320
14394
|
argv,
|
|
14321
|
-
config
|
|
14395
|
+
config,
|
|
14322
14396
|
importMeta,
|
|
14323
14397
|
parentName
|
|
14324
14398
|
});
|
|
@@ -14815,7 +14889,7 @@ const rootCommands = {
|
|
|
14815
14889
|
ci: cmdCI,
|
|
14816
14890
|
cdxgen: cmdManifestCdxgen,
|
|
14817
14891
|
config: cmdConfig,
|
|
14818
|
-
|
|
14892
|
+
dependencies: cmdOrganizationDependencies,
|
|
14819
14893
|
fix: cmdFix,
|
|
14820
14894
|
install: cmdInstall,
|
|
14821
14895
|
json: cmdJson,
|
|
@@ -14840,8 +14914,8 @@ const rootCommands = {
|
|
|
14840
14914
|
};
|
|
14841
14915
|
const rootAliases = {
|
|
14842
14916
|
audit: {
|
|
14843
|
-
description: cmdAuditLog.description
|
|
14844
|
-
hidden:
|
|
14917
|
+
description: `${cmdAuditLog.description} (alias)`,
|
|
14918
|
+
hidden: false,
|
|
14845
14919
|
argv: ['audit-log']
|
|
14846
14920
|
},
|
|
14847
14921
|
auditLog: {
|
|
@@ -14859,14 +14933,19 @@ const rootAliases = {
|
|
|
14859
14933
|
hidden: true,
|
|
14860
14934
|
argv: ['audit-log']
|
|
14861
14935
|
},
|
|
14936
|
+
deps: {
|
|
14937
|
+
description: `${cmdOrganizationDependencies.description} (alias)`,
|
|
14938
|
+
hidden: false,
|
|
14939
|
+
argv: ['dependencies']
|
|
14940
|
+
},
|
|
14862
14941
|
feed: {
|
|
14863
|
-
description: cmdThreatFeed.description
|
|
14864
|
-
hidden:
|
|
14942
|
+
description: `${cmdThreatFeed.description} (alias)`,
|
|
14943
|
+
hidden: false,
|
|
14865
14944
|
argv: ['threat-feed']
|
|
14866
14945
|
},
|
|
14867
14946
|
org: {
|
|
14868
|
-
description: cmdOrganization.description
|
|
14869
|
-
hidden:
|
|
14947
|
+
description: `${cmdOrganization.description} (alias)`,
|
|
14948
|
+
hidden: false,
|
|
14870
14949
|
argv: ['organization']
|
|
14871
14950
|
},
|
|
14872
14951
|
orgs: {
|
|
@@ -14890,13 +14969,13 @@ const rootAliases = {
|
|
|
14890
14969
|
argv: ['organization']
|
|
14891
14970
|
},
|
|
14892
14971
|
pkg: {
|
|
14893
|
-
description: cmdPackage.description
|
|
14894
|
-
hidden:
|
|
14972
|
+
description: `${cmdPackage.description} (alias)`,
|
|
14973
|
+
hidden: false,
|
|
14895
14974
|
argv: ['package']
|
|
14896
14975
|
},
|
|
14897
14976
|
repo: {
|
|
14898
|
-
description: cmdRepository.description
|
|
14899
|
-
hidden:
|
|
14977
|
+
description: `${cmdRepository.description} (alias)`,
|
|
14978
|
+
hidden: false,
|
|
14900
14979
|
argv: ['repos']
|
|
14901
14980
|
},
|
|
14902
14981
|
repos: {
|
|
@@ -14993,5 +15072,5 @@ void (async () => {
|
|
|
14993
15072
|
await utils.captureException(e);
|
|
14994
15073
|
}
|
|
14995
15074
|
})();
|
|
14996
|
-
//# debugId=
|
|
15075
|
+
//# debugId=81b47540-775f-4f45-886a-8772911e83e
|
|
14997
15076
|
//# sourceMappingURL=cli.js.map
|