@socketsecurity/cli-with-sentry 1.0.87 → 1.0.88
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/README.md +6 -8
- package/dist/cli.js +910 -482
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +59 -52
- package/dist/constants.js.map +1 -1
- package/dist/flags.js +2 -2
- package/dist/flags.js.map +1 -1
- package/dist/init.gradle +2 -2
- package/dist/utils.js +279 -151
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +695 -646
- package/external/@coana-tech/cli/cli-wrapper.mjs +14 -0
- package/external/@coana-tech/cli/cli.mjs +276 -225
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/jelly.js +251950 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/lib/index.js +156 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/package.json +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2090 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/native-modules.json +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/overlapping-plugins.json +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/plugin-bugfixes.json +213 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/plugins.json +794 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/native-modules.js +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/overlapping-plugins.js +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/package.json +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/plugin-bugfixes.js +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/plugins.js +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/cjs-proxy.cjs +59 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js +3 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/caching.js +261 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/caching.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js +469 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js +286 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index.js +78 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js +176 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/package.js +61 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js +217 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/types.js +3 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/full.js +310 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/full.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js +84 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/index.js +93 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/item.js +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/item.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/partial.js +158 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/partial.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/plugin.js +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/printer.js +113 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/printer.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/util.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/util.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js +189 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/index.js +242 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parse.js +47 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parse.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/index.js +79 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +339 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js +144 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-ast.js +50 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file.js +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform.js +49 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js +211 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/index.js +101 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js +129 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1043 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/.bin/semver +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/LICENSE +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/README.md +443 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/bin/semver.js +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/range.bnf +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/semver.js +1643 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/package.json +82 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/files/index.ts +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/transform-file.ts +55 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/buffer.js +317 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/buffer.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/base.js +94 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js +179 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js +284 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js +668 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/index.js +128 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js +123 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js +175 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js +274 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js +287 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/types.js +229 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js +690 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/index.js +89 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/index.js +91 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js +224 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js +145 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/printer.js +687 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/printer.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/source-map.js +85 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/source-map.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js +224 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +443 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +1643 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/package.json +43 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +137 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +1304 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +147 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +1055 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +245 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +133 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/.bin/semver +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +443 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +1643 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/package.json +45 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js +51 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/package.json +34 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js +170 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js +50 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +397 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/package.json +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js +380 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/package.json +34 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js +77 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/package.json +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.json +39 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js +231 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/package.json +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/package.json +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +72 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js +26 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +64 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js +350 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +9 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js +73 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +97 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +68 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js +1207 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/index.js +121 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/package.json +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/build-helper-metadata.js +209 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/generate-helpers.js +207 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +61 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/lib/index.js +119 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/package.json +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/CHANGELOG.md +1073 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/index.cjs +5 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/lib/index.js +14007 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/package.json +47 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/typings/babel-parser.d.ts +251 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +165 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/package.json +42 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js +81 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/package.json +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js +55 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js +108 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/package.json +34 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +58 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js +302 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js +486 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +165 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/package.json +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.json +26 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/builder.js +69 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/builder.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/formatters.js +61 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/formatters.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/index.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/literal.js +69 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/literal.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/options.js +73 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/options.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/parse.js +160 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/parse.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/populate.js +122 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/populate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/string.js +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/string.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/cache.js +44 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/cache.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/context.js +118 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/context.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/hub.js +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/hub.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/index.js +94 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js +52 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/context.js +223 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/family.js +335 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/index.js +287 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js +398 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +163 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js +228 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js +265 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js +910 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js +115 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/types.js +3 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/visitors.js +221 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js +1991 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/clone.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js +104 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js +59 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/index.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +66 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js +76 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/core.js +1689 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js +489 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/index.js +96 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js +493 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js +273 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index-legacy.d.ts +2758 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.d.ts +3235 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js +576 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js.flow +2612 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +101 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/is.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isType.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/validate.js +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/package.json +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/README.md +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/package.json +65 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/package.json +77 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/LICENSE +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/README.md +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/browser.js +52 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/cli.js +156 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/error.d.ts +7 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/error.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/index.d.ts +201 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/index.js +1211 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/node.js +419 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/package.json +44 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/parse.js +78 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/LICENSE +5 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/README.md +186 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/chromium-versions.js +68 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.js +3361 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-versions.js +2443 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-versions.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/index.js +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/package.json +44 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/versions.js +161 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/versions.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/LICENSE +7 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/README.md +196 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/index.js +373 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/index.js.flow +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/package.json +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/test/.babelrc +5 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/test/index.test.js +489 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/globals.json +1563 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/index.js +2 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/license +9 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/package.json +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/readme.md +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/LICENSE +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/README.md +240 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/index.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/package.json +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/LICENSE-MIT.txt +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/README.md +421 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/bin/jsesc +148 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/jsesc.js +329 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/man/jsesc.1 +94 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/package.json +54 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/LICENSE +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/README.md +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/data/processed/envs.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/package.json +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/index.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/license +10 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/package.json +35 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/readme.md +37 -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/mambalade/dist/networkx-3.5-py3-none-any.whl +0 -0
- package/external/@coana-tech/cli/coana-repos/mambalade/dist/typing_extensions-4.14.1-py3-none-any.whl +0 -0
- package/external/@coana-tech/cli/reachability-analyzers-cli.mjs +97853 -0
- package/external/@socketsecurity/registry/external/@socketregistry/packageurl-js.js +40 -22
- package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +2 -1
- package/external/@socketsecurity/registry/external/browserslist.js +396 -368
- package/external/@socketsecurity/registry/index.js +2 -2
- package/external/@socketsecurity/registry/lib/constants/abort-signal.js +2 -1
- package/external/@socketsecurity/registry/lib/constants/node-no-warnings-flags.js +6 -1
- package/external/@socketsecurity/registry/lib/debug.js +5 -4
- package/external/@socketsecurity/registry/lib/logger.js +2 -1
- package/external/@socketsecurity/registry/lib/npm.js +4 -2
- package/external/@socketsecurity/registry/lib/objects.js +23 -11
- package/external/@socketsecurity/registry/lib/packages.js +2 -2
- package/external/@socketsecurity/registry/lib/prompts.js +20 -18
- package/external/@socketsecurity/registry/lib/spawn.js +3 -3
- package/external/@socketsecurity/registry/lib/spinner.js +12 -8
- package/external/@socketsecurity/registry/lib/strings.js +37 -1
- package/external/@socketsecurity/registry/manifest.json +42 -42
- package/package.json +23 -23
package/dist/cli.js
CHANGED
|
@@ -115,7 +115,7 @@ async function outputAnalytics(result, {
|
|
|
115
115
|
if (outputKind === 'markdown') {
|
|
116
116
|
const serialized = renderMarkdown(fdata, time, repo);
|
|
117
117
|
|
|
118
|
-
// TODO:
|
|
118
|
+
// TODO: Do we want to write to file even if there was an error...?
|
|
119
119
|
if (filePath) {
|
|
120
120
|
try {
|
|
121
121
|
await fs.writeFile(filePath, serialized, 'utf8');
|
|
@@ -176,8 +176,9 @@ function displayAnalyticsScreen(data) {
|
|
|
176
176
|
maxHeight: 9,
|
|
177
177
|
barBgColor: 'magenta'
|
|
178
178
|
});
|
|
179
|
-
screen.append(bar); //must append before setting data
|
|
180
179
|
|
|
180
|
+
// Must append before setting data.
|
|
181
|
+
screen.append(bar);
|
|
181
182
|
bar.setData({
|
|
182
183
|
titles: Object.keys(data.top_five_alert_types),
|
|
183
184
|
data: Object.values(data.top_five_alert_types)
|
|
@@ -404,55 +405,49 @@ async function run$P(argv, importMeta, {
|
|
|
404
405
|
json,
|
|
405
406
|
markdown
|
|
406
407
|
} = cli.flags;
|
|
407
|
-
const
|
|
408
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
408
409
|
const noLegacy = !cli.flags['scope'] && !cli.flags['repo'] && !cli.flags['time'];
|
|
410
|
+
const hasApiToken = utils.hasDefaultToken();
|
|
409
411
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
410
412
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
411
413
|
nook: true,
|
|
412
414
|
test: noLegacy,
|
|
413
415
|
message: 'Legacy flags are no longer supported. See v1 migration guide.',
|
|
414
|
-
pass: 'ok',
|
|
415
416
|
fail: `received legacy flags`
|
|
416
417
|
}, {
|
|
417
418
|
nook: true,
|
|
418
419
|
test: scope === 'org' || !!repoName,
|
|
419
420
|
message: 'When scope=repo, repo name should be the second argument',
|
|
420
|
-
pass: 'ok',
|
|
421
421
|
fail: 'missing'
|
|
422
422
|
}, {
|
|
423
423
|
nook: true,
|
|
424
424
|
test: scope === 'org' || repoName !== '7' && repoName !== '30' && repoName !== '90',
|
|
425
425
|
message: 'When scope is repo, the second arg should be repo, not time',
|
|
426
|
-
pass: 'ok',
|
|
427
426
|
fail: 'missing'
|
|
428
427
|
}, {
|
|
429
428
|
test: time === '7' || time === '30' || time === '90',
|
|
430
429
|
message: 'The time filter must either be 7, 30 or 90',
|
|
431
|
-
pass: 'ok',
|
|
432
430
|
fail: 'invalid range set, see --help for command arg details.'
|
|
433
431
|
}, {
|
|
434
432
|
nook: true,
|
|
435
433
|
test: !file || !!json || !!markdown,
|
|
436
434
|
message: 'The `--file` flag is only valid when using `--json` or `--markdown`',
|
|
437
|
-
pass: 'ok',
|
|
438
435
|
fail: 'bad'
|
|
439
436
|
}, {
|
|
440
437
|
nook: true,
|
|
441
438
|
test: !json || !markdown,
|
|
442
439
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
443
|
-
pass: 'ok',
|
|
444
440
|
fail: 'bad'
|
|
445
441
|
}, {
|
|
446
442
|
nook: true,
|
|
447
443
|
test: hasApiToken,
|
|
448
|
-
message: '
|
|
449
|
-
|
|
450
|
-
fail: 'missing Socket API token'
|
|
444
|
+
message: 'This command requires a Socket API token for access',
|
|
445
|
+
fail: 'try `socket login`'
|
|
451
446
|
});
|
|
452
447
|
if (!wasValidInput) {
|
|
453
448
|
return;
|
|
454
449
|
}
|
|
455
|
-
if (
|
|
450
|
+
if (dryRun) {
|
|
456
451
|
logger.logger.log(DRY_RUN_BAILING_NOW$M);
|
|
457
452
|
return;
|
|
458
453
|
}
|
|
@@ -830,7 +825,6 @@ async function run$O(argv, importMeta, {
|
|
|
830
825
|
parentName
|
|
831
826
|
});
|
|
832
827
|
const {
|
|
833
|
-
dryRun,
|
|
834
828
|
interactive,
|
|
835
829
|
json,
|
|
836
830
|
markdown,
|
|
@@ -838,47 +832,43 @@ async function run$O(argv, importMeta, {
|
|
|
838
832
|
page,
|
|
839
833
|
perPage
|
|
840
834
|
} = cli.flags;
|
|
835
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
836
|
+
const noLegacy = !cli.flags['type'];
|
|
841
837
|
let [typeFilter = ''] = cli.input;
|
|
842
838
|
typeFilter = String(typeFilter);
|
|
843
839
|
const hasApiToken = utils.hasDefaultToken();
|
|
844
|
-
const
|
|
845
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, !!dryRun);
|
|
840
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
846
841
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
847
842
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
848
843
|
nook: true,
|
|
849
844
|
test: noLegacy,
|
|
850
845
|
message: 'Legacy flags are no longer supported. See v1 migration guide.',
|
|
851
|
-
pass: 'ok',
|
|
852
846
|
fail: `received legacy flags`
|
|
853
847
|
}, {
|
|
854
848
|
nook: true,
|
|
855
849
|
test: !!orgSlug,
|
|
856
850
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
857
|
-
pass: 'ok',
|
|
858
851
|
fail: 'missing'
|
|
859
852
|
}, {
|
|
860
853
|
nook: true,
|
|
861
854
|
test: hasApiToken,
|
|
862
|
-
message: '
|
|
863
|
-
|
|
864
|
-
fail: 'missing Socket API token'
|
|
855
|
+
message: 'This command requires a Socket API token for access',
|
|
856
|
+
fail: 'try `socket login`'
|
|
865
857
|
}, {
|
|
866
858
|
nook: true,
|
|
867
859
|
test: !json || !markdown,
|
|
868
860
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
869
|
-
pass: 'ok',
|
|
870
861
|
fail: 'bad'
|
|
871
862
|
}, {
|
|
872
863
|
nook: true,
|
|
873
864
|
test: /^[a-zA-Z]*$/.test(typeFilter),
|
|
874
865
|
message: 'The filter must be an a-zA-Z string, it is an enum',
|
|
875
|
-
pass: 'ok',
|
|
876
866
|
fail: 'it was given but not a-zA-Z'
|
|
877
867
|
});
|
|
878
868
|
if (!wasValidInput) {
|
|
879
869
|
return;
|
|
880
870
|
}
|
|
881
|
-
if (
|
|
871
|
+
if (dryRun) {
|
|
882
872
|
logger.logger.log(DRY_RUN_BAILING_NOW$L);
|
|
883
873
|
return;
|
|
884
874
|
}
|
|
@@ -960,6 +950,23 @@ async function fetchSupportedScanFileNames(options) {
|
|
|
960
950
|
});
|
|
961
951
|
}
|
|
962
952
|
|
|
953
|
+
/**
|
|
954
|
+
* Finalize a tier1 reachability scan.
|
|
955
|
+
* - Associates the tier1 reachability scan metadata with the full scan.
|
|
956
|
+
* - Sets the tier1 reachability scan to "finalized" state.
|
|
957
|
+
*/
|
|
958
|
+
async function finalizeTier1Scan(tier1_reachability_scan_id, report_run_id) {
|
|
959
|
+
// we do not use the SDK here because the tier1-reachability-scan/finalize is a hidden
|
|
960
|
+
// endpoint that is not part of the OpenAPI specification.
|
|
961
|
+
return await utils.sendApiRequest('tier1-reachability-scan/finalize', {
|
|
962
|
+
method: 'POST',
|
|
963
|
+
body: {
|
|
964
|
+
tier1_reachability_scan_id,
|
|
965
|
+
report_run_id
|
|
966
|
+
}
|
|
967
|
+
});
|
|
968
|
+
}
|
|
969
|
+
|
|
963
970
|
/**
|
|
964
971
|
* This fetches all the relevant pieces of data to generate a report, given a
|
|
965
972
|
* full scan ID.
|
|
@@ -1015,10 +1022,11 @@ async function fetchScanData(orgSlug, scanId, options) {
|
|
|
1015
1022
|
const data = lines.map(line => {
|
|
1016
1023
|
try {
|
|
1017
1024
|
return JSON.parse(line);
|
|
1018
|
-
} catch {
|
|
1025
|
+
} catch (e) {
|
|
1019
1026
|
ok = false;
|
|
1020
|
-
require$$6.debugFn('error', '
|
|
1027
|
+
require$$6.debugFn('error', 'caught: JSON.parse error');
|
|
1021
1028
|
require$$6.debugDir('inspect', {
|
|
1029
|
+
error: e,
|
|
1022
1030
|
line
|
|
1023
1031
|
});
|
|
1024
1032
|
return;
|
|
@@ -1466,16 +1474,33 @@ async function handleScanReport({
|
|
|
1466
1474
|
});
|
|
1467
1475
|
}
|
|
1468
1476
|
|
|
1469
|
-
async function outputCreateNewScan(result,
|
|
1477
|
+
async function outputCreateNewScan(result, options) {
|
|
1478
|
+
const {
|
|
1479
|
+
interactive = false,
|
|
1480
|
+
outputKind = 'text',
|
|
1481
|
+
// Lazily access constants.spinner.
|
|
1482
|
+
spinner = constants.spinner
|
|
1483
|
+
} = {
|
|
1484
|
+
__proto__: null,
|
|
1485
|
+
...options
|
|
1486
|
+
};
|
|
1470
1487
|
if (!result.ok) {
|
|
1471
1488
|
process.exitCode = result.code ?? 1;
|
|
1472
1489
|
}
|
|
1490
|
+
const wasSpinning = !!spinner?.isSpinning;
|
|
1491
|
+
spinner?.stop();
|
|
1473
1492
|
if (outputKind === 'json') {
|
|
1474
1493
|
logger.logger.log(utils.serializeResultJson(result));
|
|
1494
|
+
if (wasSpinning) {
|
|
1495
|
+
spinner.start();
|
|
1496
|
+
}
|
|
1475
1497
|
return;
|
|
1476
1498
|
}
|
|
1477
1499
|
if (!result.ok) {
|
|
1478
1500
|
logger.logger.fail(utils.failMsgWithBadge(result.message, result.cause));
|
|
1501
|
+
if (wasSpinning) {
|
|
1502
|
+
spinner.start();
|
|
1503
|
+
}
|
|
1479
1504
|
return;
|
|
1480
1505
|
}
|
|
1481
1506
|
if (!result.data.id) {
|
|
@@ -1492,16 +1517,25 @@ async function outputCreateNewScan(result, outputKind, interactive) {
|
|
|
1492
1517
|
logger.logger.log(`The server did not return a Scan ID while trying to create a new Scan. This could be an indication something went wrong.`);
|
|
1493
1518
|
}
|
|
1494
1519
|
logger.logger.log('');
|
|
1520
|
+
if (wasSpinning) {
|
|
1521
|
+
spinner.start();
|
|
1522
|
+
}
|
|
1495
1523
|
return;
|
|
1496
1524
|
}
|
|
1497
1525
|
const link = vendor.yoctocolorsCjsExports.underline(vendor.yoctocolorsCjsExports.cyan(`${result.data.html_report_url}`));
|
|
1526
|
+
logger.logger.log('');
|
|
1498
1527
|
logger.logger.log(`Available at: ${link}`);
|
|
1499
1528
|
if (interactive && (await prompts.confirm({
|
|
1500
1529
|
message: 'Would you like to open it in your browser?',
|
|
1501
1530
|
default: false
|
|
1531
|
+
}, {
|
|
1532
|
+
spinner
|
|
1502
1533
|
}))) {
|
|
1503
1534
|
await vendor.open(`${result.data.html_report_url}`);
|
|
1504
1535
|
}
|
|
1536
|
+
if (wasSpinning) {
|
|
1537
|
+
spinner.start();
|
|
1538
|
+
}
|
|
1505
1539
|
}
|
|
1506
1540
|
|
|
1507
1541
|
// The point here is to attempt to detect the various supported manifest files
|
|
@@ -1555,7 +1589,7 @@ async function convertGradleToMaven({
|
|
|
1555
1589
|
gradleOpts,
|
|
1556
1590
|
verbose
|
|
1557
1591
|
}) {
|
|
1558
|
-
// TODO:
|
|
1592
|
+
// TODO: Implement json/md.
|
|
1559
1593
|
|
|
1560
1594
|
// Note: use resolve because the bin could be an absolute path, away from cwd
|
|
1561
1595
|
// TODO: what about $PATH resolved commands? (`gradlew` without dir prefix)
|
|
@@ -1664,7 +1698,7 @@ async function convertSbtToMaven({
|
|
|
1664
1698
|
sbtOpts,
|
|
1665
1699
|
verbose
|
|
1666
1700
|
}) {
|
|
1667
|
-
// TODO:
|
|
1701
|
+
// TODO: Implement json/md.
|
|
1668
1702
|
|
|
1669
1703
|
// Lazily access constants.spinner.
|
|
1670
1704
|
const {
|
|
@@ -1713,8 +1747,8 @@ async function convertSbtToMaven({
|
|
|
1713
1747
|
return;
|
|
1714
1748
|
}
|
|
1715
1749
|
// Move the pom file to ...? initial cwd? loc will be an absolute path, or dump to stdout
|
|
1716
|
-
// TODO:
|
|
1717
|
-
// TODO:
|
|
1750
|
+
// TODO: What do we do with multiple output files? Do we want to dump them to stdout? Raw or with separators or ?
|
|
1751
|
+
// TODO: Maybe we can add an option to target a specific file to dump to stdout.
|
|
1718
1752
|
if (out === '-' && poms.length === 1) {
|
|
1719
1753
|
logger.logger.log('Result:\n```');
|
|
1720
1754
|
logger.logger.log(await fs$2.safeReadFile(poms[0]));
|
|
@@ -1741,7 +1775,7 @@ async function convertSbtToMaven({
|
|
|
1741
1775
|
// } else {
|
|
1742
1776
|
// logger.log('Moving output pom file')
|
|
1743
1777
|
// }
|
|
1744
|
-
// TODO:
|
|
1778
|
+
// TODO: Do we prefer fs-extra? Renaming can be gnarly on windows and fs-extra's version is better.
|
|
1745
1779
|
// await renamep(loc, out)
|
|
1746
1780
|
logger.logger.success(`Generated ${poms.length} pom files`);
|
|
1747
1781
|
poms.forEach(fn => logger.logger.log('-', fn));
|
|
@@ -1947,7 +1981,7 @@ async function generateAutoManifest({
|
|
|
1947
1981
|
outputKind,
|
|
1948
1982
|
verbose
|
|
1949
1983
|
}) {
|
|
1950
|
-
const sockJson =
|
|
1984
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
1951
1985
|
if (verbose) {
|
|
1952
1986
|
logger.logger.info('Using this socket.json for defaults:', sockJson);
|
|
1953
1987
|
}
|
|
@@ -1965,9 +1999,9 @@ async function generateAutoManifest({
|
|
|
1965
1999
|
if (!sockJson?.defaults?.manifest?.gradle?.disabled && detected.gradle) {
|
|
1966
2000
|
logger.logger.log('Detected a gradle build (Gradle, Kotlin, Scala), running default gradle generator...');
|
|
1967
2001
|
await convertGradleToMaven({
|
|
1968
|
-
// Note: `gradlew` is more likely to be resolved against cwd
|
|
1969
|
-
// Note: .resolve()
|
|
1970
|
-
// TODO: `gradlew` (or anything else given) may want to resolve against PATH
|
|
2002
|
+
// Note: `gradlew` is more likely to be resolved against cwd.
|
|
2003
|
+
// Note: .resolve() won't butcher an absolute path.
|
|
2004
|
+
// TODO: `gradlew` (or anything else given) may want to resolve against PATH.
|
|
1971
2005
|
bin: sockJson.defaults?.manifest?.gradle?.bin ? path.resolve(cwd, sockJson.defaults.manifest.gradle.bin) : path.join(cwd, 'gradlew'),
|
|
1972
2006
|
cwd,
|
|
1973
2007
|
verbose: Boolean(sockJson.defaults?.manifest?.gradle?.verbose),
|
|
@@ -1999,6 +2033,7 @@ async function handleCreateNewScan({
|
|
|
1999
2033
|
outputKind,
|
|
2000
2034
|
pendingHead,
|
|
2001
2035
|
pullRequest,
|
|
2036
|
+
reach,
|
|
2002
2037
|
readOnly,
|
|
2003
2038
|
repoName,
|
|
2004
2039
|
report,
|
|
@@ -2007,7 +2042,7 @@ async function handleCreateNewScan({
|
|
|
2007
2042
|
}) {
|
|
2008
2043
|
if (autoManifest) {
|
|
2009
2044
|
logger.logger.info('Auto-generating manifest files ...');
|
|
2010
|
-
const sockJson =
|
|
2045
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
2011
2046
|
const detected = await detectManifestActions(sockJson, cwd);
|
|
2012
2047
|
await generateAutoManifest({
|
|
2013
2048
|
detected,
|
|
@@ -2019,7 +2054,10 @@ async function handleCreateNewScan({
|
|
|
2019
2054
|
}
|
|
2020
2055
|
const supportedFilesCResult = await fetchSupportedScanFileNames();
|
|
2021
2056
|
if (!supportedFilesCResult.ok) {
|
|
2022
|
-
await outputCreateNewScan(supportedFilesCResult,
|
|
2057
|
+
await outputCreateNewScan(supportedFilesCResult, {
|
|
2058
|
+
interactive,
|
|
2059
|
+
outputKind
|
|
2060
|
+
});
|
|
2023
2061
|
return;
|
|
2024
2062
|
}
|
|
2025
2063
|
|
|
@@ -2036,7 +2074,6 @@ async function handleCreateNewScan({
|
|
|
2036
2074
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
2037
2075
|
nook: true,
|
|
2038
2076
|
test: packagePaths.length > 0,
|
|
2039
|
-
pass: 'ok',
|
|
2040
2077
|
fail: 'found no eligible files to scan',
|
|
2041
2078
|
message: 'TARGET (file/dir) must contain matching / supported file types for a scan'
|
|
2042
2079
|
});
|
|
@@ -2051,7 +2088,37 @@ async function handleCreateNewScan({
|
|
|
2051
2088
|
logger.logger.log('[ReadOnly] Bailing now');
|
|
2052
2089
|
return;
|
|
2053
2090
|
}
|
|
2054
|
-
|
|
2091
|
+
let scanPaths = packagePaths;
|
|
2092
|
+
let tier1ReachabilityScanId;
|
|
2093
|
+
|
|
2094
|
+
// If reachability is enabled, perform reachability analysis.
|
|
2095
|
+
if (reach.runReachabilityAnalysis) {
|
|
2096
|
+
logger.logger.error('');
|
|
2097
|
+
logger.logger.info('Starting reachability analysis...');
|
|
2098
|
+
spinner.start();
|
|
2099
|
+
const reachResult = await performReachabilityAnalysis$1({
|
|
2100
|
+
packagePaths,
|
|
2101
|
+
orgSlug,
|
|
2102
|
+
cwd,
|
|
2103
|
+
repoName,
|
|
2104
|
+
branchName,
|
|
2105
|
+
reachabilityOptions: reach
|
|
2106
|
+
}, {
|
|
2107
|
+
spinner
|
|
2108
|
+
});
|
|
2109
|
+
spinner.stop();
|
|
2110
|
+
if (!reachResult.ok) {
|
|
2111
|
+
await outputCreateNewScan(reachResult, {
|
|
2112
|
+
interactive,
|
|
2113
|
+
outputKind
|
|
2114
|
+
});
|
|
2115
|
+
return;
|
|
2116
|
+
}
|
|
2117
|
+
logger.logger.success('Reachability analysis completed successfully');
|
|
2118
|
+
scanPaths = reachResult.data?.scanPaths || [];
|
|
2119
|
+
tier1ReachabilityScanId = reachResult.data?.tier1ReachabilityScanId;
|
|
2120
|
+
}
|
|
2121
|
+
const fullScanCResult = await fetchCreateOrgFullScan(scanPaths, orgSlug, {
|
|
2055
2122
|
commitHash,
|
|
2056
2123
|
commitMessage,
|
|
2057
2124
|
committers,
|
|
@@ -2064,7 +2131,10 @@ async function handleCreateNewScan({
|
|
|
2064
2131
|
pendingHead,
|
|
2065
2132
|
tmp
|
|
2066
2133
|
});
|
|
2067
|
-
if (fullScanCResult.ok &&
|
|
2134
|
+
if (reach && tier1ReachabilityScanId && fullScanCResult.ok && fullScanCResult.data?.id) {
|
|
2135
|
+
await finalizeTier1Scan(tier1ReachabilityScanId, fullScanCResult.data.id);
|
|
2136
|
+
}
|
|
2137
|
+
if (report && fullScanCResult.ok) {
|
|
2068
2138
|
if (fullScanCResult.data?.id) {
|
|
2069
2139
|
await handleScanReport({
|
|
2070
2140
|
filePath: '-',
|
|
@@ -2082,11 +2152,98 @@ async function handleCreateNewScan({
|
|
|
2082
2152
|
message: 'Missing Scan ID',
|
|
2083
2153
|
cause: 'Server did not respond with a scan ID',
|
|
2084
2154
|
data: fullScanCResult.data
|
|
2085
|
-
},
|
|
2155
|
+
}, {
|
|
2156
|
+
interactive,
|
|
2157
|
+
outputKind
|
|
2158
|
+
});
|
|
2086
2159
|
}
|
|
2087
2160
|
} else {
|
|
2088
|
-
|
|
2161
|
+
spinner.stop();
|
|
2162
|
+
spinner.clear();
|
|
2163
|
+
await outputCreateNewScan(fullScanCResult, {
|
|
2164
|
+
interactive,
|
|
2165
|
+
outputKind
|
|
2166
|
+
});
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
async function performReachabilityAnalysis$1({
|
|
2170
|
+
branchName,
|
|
2171
|
+
cwd,
|
|
2172
|
+
orgSlug,
|
|
2173
|
+
packagePaths,
|
|
2174
|
+
reachabilityOptions,
|
|
2175
|
+
repoName
|
|
2176
|
+
}, options) {
|
|
2177
|
+
const {
|
|
2178
|
+
spinner
|
|
2179
|
+
} = {
|
|
2180
|
+
__proto__: null,
|
|
2181
|
+
...options
|
|
2182
|
+
};
|
|
2183
|
+
|
|
2184
|
+
// Setup SDK for uploading manifests
|
|
2185
|
+
const sockSdkCResult = await utils.setupSdk();
|
|
2186
|
+
if (!sockSdkCResult.ok) {
|
|
2187
|
+
return sockSdkCResult;
|
|
2188
|
+
}
|
|
2189
|
+
const sockSdk = sockSdkCResult.data;
|
|
2190
|
+
const wasSpinning = !!spinner?.isSpinning;
|
|
2191
|
+
|
|
2192
|
+
// Upload manifests to get tar hash
|
|
2193
|
+
spinner?.start('Uploading manifests for reachability analysis...');
|
|
2194
|
+
|
|
2195
|
+
// Exclude DOT_SOCKET_DOT_FACTS_JSON from previous runs.
|
|
2196
|
+
const filteredPackagePaths = packagePaths.filter(p => !p.endsWith(constants.DOT_SOCKET_DOT_FACTS_JSON));
|
|
2197
|
+
const uploadCResult = await utils.handleApiCall(sockSdk.uploadManifestFiles(orgSlug, filteredPackagePaths), {
|
|
2198
|
+
desc: 'upload manifests',
|
|
2199
|
+
spinner
|
|
2200
|
+
});
|
|
2201
|
+
spinner?.stop();
|
|
2202
|
+
if (!uploadCResult.ok) {
|
|
2203
|
+
if (wasSpinning) {
|
|
2204
|
+
spinner.start();
|
|
2205
|
+
}
|
|
2206
|
+
return uploadCResult;
|
|
2207
|
+
}
|
|
2208
|
+
const tarHash = uploadCResult.data?.tarHash;
|
|
2209
|
+
if (!tarHash) {
|
|
2210
|
+
if (wasSpinning) {
|
|
2211
|
+
spinner.start();
|
|
2212
|
+
}
|
|
2213
|
+
return {
|
|
2214
|
+
ok: false,
|
|
2215
|
+
message: 'Failed to get manifest tar hash',
|
|
2216
|
+
cause: 'Server did not return a tar hash for the uploaded manifests'
|
|
2217
|
+
};
|
|
2218
|
+
}
|
|
2219
|
+
spinner?.start();
|
|
2220
|
+
spinner?.success(`Manifests uploaded successfully. Tar hash: ${tarHash}`);
|
|
2221
|
+
spinner?.infoAndStop('Running reachability analysis with Coana...');
|
|
2222
|
+
|
|
2223
|
+
// Run Coana with the manifests tar hash.
|
|
2224
|
+
const coanaResult = await utils.spawnCoana(['run', cwd, '--output-dir', cwd, '--socket-mode', constants.DOT_SOCKET_DOT_FACTS_JSON, '--disable-report-submission', ...(reachabilityOptions.reachAnalysisTimeout ? ['--analysis-timeout', reachabilityOptions.reachAnalysisTimeout.toString()] : []), ...(reachabilityOptions.reachAnalysisMemoryLimit ? ['--memory-limit', reachabilityOptions.reachAnalysisMemoryLimit.toString()] : []), ...(reachabilityOptions.reachDisableAnalytics ? ['--disable-analytics-sharing'] : []), ...(reachabilityOptions.reachContinueOnFailingProjects ? ['--ignore-failing-workspaces'] : []),
|
|
2225
|
+
// empty reachEcosystems implies scan all ecosystems
|
|
2226
|
+
...(reachabilityOptions.reachEcosystems.length ? ['--ecosystems', utils.convertToCoanaEcosystems(reachabilityOptions.reachEcosystems).join(' ')] : []), ...(reachabilityOptions.reachExcludePaths.length ? ['--exclude-dirs', reachabilityOptions.reachExcludePaths.join(' ')] : []), '--manifests-tar-hash', tarHash], {
|
|
2227
|
+
cwd,
|
|
2228
|
+
env: {
|
|
2229
|
+
...process.env,
|
|
2230
|
+
SOCKET_REPO_NAME: repoName,
|
|
2231
|
+
SOCKET_BRANCH_NAME: branchName
|
|
2232
|
+
},
|
|
2233
|
+
spinner,
|
|
2234
|
+
stdio: 'inherit'
|
|
2235
|
+
});
|
|
2236
|
+
if (wasSpinning) {
|
|
2237
|
+
spinner.start();
|
|
2089
2238
|
}
|
|
2239
|
+
return coanaResult.ok ? {
|
|
2240
|
+
ok: true,
|
|
2241
|
+
data: {
|
|
2242
|
+
// Use the DOT_SOCKET_DOT_FACTS_JSON file for the scan.
|
|
2243
|
+
scanPaths: [constants.DOT_SOCKET_DOT_FACTS_JSON],
|
|
2244
|
+
tier1ReachabilityScanId: utils.extractTier1ReachabilityScanId(constants.DOT_SOCKET_DOT_FACTS_JSON)
|
|
2245
|
+
}
|
|
2246
|
+
} : coanaResult;
|
|
2090
2247
|
}
|
|
2091
2248
|
|
|
2092
2249
|
async function handleCi(autoManifest) {
|
|
@@ -2117,6 +2274,15 @@ async function handleCi(autoManifest) {
|
|
|
2117
2274
|
// When 'pendingHead' is true, it requires 'branchName' set and 'tmp' false.
|
|
2118
2275
|
pendingHead: true,
|
|
2119
2276
|
pullRequest: 0,
|
|
2277
|
+
reach: {
|
|
2278
|
+
runReachabilityAnalysis: false,
|
|
2279
|
+
reachContinueOnFailingProjects: false,
|
|
2280
|
+
reachDisableAnalytics: false,
|
|
2281
|
+
reachAnalysisTimeout: 0,
|
|
2282
|
+
reachAnalysisMemoryLimit: 0,
|
|
2283
|
+
reachEcosystems: [],
|
|
2284
|
+
reachExcludePaths: []
|
|
2285
|
+
},
|
|
2120
2286
|
repoName,
|
|
2121
2287
|
readOnly: false,
|
|
2122
2288
|
report: true,
|
|
@@ -2178,7 +2344,8 @@ async function run$N(argv, importMeta, {
|
|
|
2178
2344
|
importMeta,
|
|
2179
2345
|
parentName
|
|
2180
2346
|
});
|
|
2181
|
-
|
|
2347
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
2348
|
+
if (dryRun) {
|
|
2182
2349
|
logger.logger.log(DRY_RUN_BAILING_NOW$K);
|
|
2183
2350
|
return;
|
|
2184
2351
|
}
|
|
@@ -2461,24 +2628,23 @@ ${utils.getSupportedConfigEntries().map(([key, desc]) => ` - ${key} -- ${des
|
|
|
2461
2628
|
json,
|
|
2462
2629
|
markdown
|
|
2463
2630
|
} = cli.flags;
|
|
2631
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
2464
2632
|
const [key = ''] = cli.input;
|
|
2465
2633
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
2466
2634
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
2467
2635
|
test: key !== 'test' && utils.isSupportedConfigKey(key),
|
|
2468
2636
|
message: 'Config key should be the first arg',
|
|
2469
|
-
pass: 'ok',
|
|
2470
2637
|
fail: key ? 'invalid config key' : 'missing'
|
|
2471
2638
|
}, {
|
|
2472
2639
|
nook: true,
|
|
2473
2640
|
test: !json || !markdown,
|
|
2474
2641
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
2475
|
-
pass: 'ok',
|
|
2476
2642
|
fail: 'bad'
|
|
2477
2643
|
});
|
|
2478
2644
|
if (!wasValidInput) {
|
|
2479
2645
|
return;
|
|
2480
2646
|
}
|
|
2481
|
-
if (
|
|
2647
|
+
if (dryRun) {
|
|
2482
2648
|
logger.logger.log(DRY_RUN_BAILING_NOW$J);
|
|
2483
2649
|
return;
|
|
2484
2650
|
}
|
|
@@ -2573,24 +2739,23 @@ async function run$L(argv, importMeta, {
|
|
|
2573
2739
|
json,
|
|
2574
2740
|
markdown
|
|
2575
2741
|
} = cli.flags;
|
|
2742
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
2576
2743
|
const [key = ''] = cli.input;
|
|
2577
2744
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
2578
2745
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
2579
2746
|
test: key === 'test' || utils.isSupportedConfigKey(key),
|
|
2580
2747
|
message: 'Config key should be the first arg',
|
|
2581
|
-
pass: 'ok',
|
|
2582
2748
|
fail: key ? 'invalid config key' : 'missing'
|
|
2583
2749
|
}, {
|
|
2584
2750
|
nook: true,
|
|
2585
2751
|
test: !json || !markdown,
|
|
2586
2752
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
2587
|
-
pass: 'ok',
|
|
2588
2753
|
fail: 'bad'
|
|
2589
2754
|
});
|
|
2590
2755
|
if (!wasValidInput) {
|
|
2591
2756
|
return;
|
|
2592
2757
|
}
|
|
2593
|
-
if (
|
|
2758
|
+
if (dryRun) {
|
|
2594
2759
|
logger.logger.log(DRY_RUN_BAILING_NOW$I);
|
|
2595
2760
|
return;
|
|
2596
2761
|
}
|
|
@@ -2714,18 +2879,18 @@ async function run$K(argv, importMeta, {
|
|
|
2714
2879
|
json,
|
|
2715
2880
|
markdown
|
|
2716
2881
|
} = cli.flags;
|
|
2882
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
2717
2883
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
2718
2884
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
2719
2885
|
nook: true,
|
|
2720
2886
|
test: !json || !markdown,
|
|
2721
2887
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
2722
|
-
pass: 'ok',
|
|
2723
2888
|
fail: 'bad'
|
|
2724
2889
|
});
|
|
2725
2890
|
if (!wasValidInput) {
|
|
2726
2891
|
return;
|
|
2727
2892
|
}
|
|
2728
|
-
if (
|
|
2893
|
+
if (dryRun) {
|
|
2729
2894
|
logger.logger.log(DRY_RUN_BAILING_NOW$H);
|
|
2730
2895
|
return;
|
|
2731
2896
|
}
|
|
@@ -2829,31 +2994,29 @@ ${utils.getSupportedConfigEntries().map(([key, desc]) => ` - ${key} -- ${des
|
|
|
2829
2994
|
json,
|
|
2830
2995
|
markdown
|
|
2831
2996
|
} = cli.flags;
|
|
2997
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
2832
2998
|
const [key = '', ...rest] = cli.input;
|
|
2833
2999
|
const value = rest.join(' ');
|
|
2834
3000
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
2835
3001
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
2836
3002
|
test: key === 'test' || utils.isSupportedConfigKey(key),
|
|
2837
3003
|
message: 'Config key should be the first arg',
|
|
2838
|
-
pass: 'ok',
|
|
2839
3004
|
fail: key ? 'invalid config key' : 'missing'
|
|
2840
3005
|
}, {
|
|
2841
3006
|
test: !!value,
|
|
2842
3007
|
// This is a string, empty string is not ok
|
|
2843
3008
|
message: 'Key value should be the remaining args (use `unset` to unset a value)',
|
|
2844
|
-
pass: 'ok',
|
|
2845
3009
|
fail: 'missing'
|
|
2846
3010
|
}, {
|
|
2847
3011
|
nook: true,
|
|
2848
3012
|
test: !json || !markdown,
|
|
2849
3013
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
2850
|
-
pass: 'ok',
|
|
2851
3014
|
fail: 'bad'
|
|
2852
3015
|
});
|
|
2853
3016
|
if (!wasValidInput) {
|
|
2854
3017
|
return;
|
|
2855
3018
|
}
|
|
2856
|
-
if (
|
|
3019
|
+
if (dryRun) {
|
|
2857
3020
|
logger.logger.log(DRY_RUN_BAILING_NOW$G);
|
|
2858
3021
|
return;
|
|
2859
3022
|
}
|
|
@@ -2951,24 +3114,23 @@ ${utils.getSupportedConfigEntries().map(([key, desc]) => ` - ${key} -- ${des
|
|
|
2951
3114
|
json,
|
|
2952
3115
|
markdown
|
|
2953
3116
|
} = cli.flags;
|
|
3117
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
2954
3118
|
const [key = ''] = cli.input;
|
|
2955
3119
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
2956
3120
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
2957
3121
|
test: key === 'test' || utils.isSupportedConfigKey(key),
|
|
2958
3122
|
message: 'Config key should be the first arg',
|
|
2959
|
-
pass: 'ok',
|
|
2960
3123
|
fail: key ? 'invalid config key' : 'missing'
|
|
2961
3124
|
}, {
|
|
2962
3125
|
nook: true,
|
|
2963
3126
|
test: !json || !markdown,
|
|
2964
3127
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
2965
|
-
pass: 'ok',
|
|
2966
3128
|
fail: 'bad'
|
|
2967
3129
|
});
|
|
2968
3130
|
if (!wasValidInput) {
|
|
2969
3131
|
return;
|
|
2970
3132
|
}
|
|
2971
|
-
if (
|
|
3133
|
+
if (dryRun) {
|
|
2972
3134
|
logger.logger.log(DRY_RUN_BAILING_NOW$F);
|
|
2973
3135
|
return;
|
|
2974
3136
|
}
|
|
@@ -4268,7 +4430,7 @@ async function install$1(pkgEnvDetails, options) {
|
|
|
4268
4430
|
// default is "notice".
|
|
4269
4431
|
// https://docs.npmjs.com/cli/v8/using-npm/config#loglevel
|
|
4270
4432
|
...(useDebug ? [] : ['--silent']), ...(extraArgs ?? [])];
|
|
4271
|
-
const
|
|
4433
|
+
const wasSpinning = !!spinner?.isSpinning;
|
|
4272
4434
|
spinner?.stop();
|
|
4273
4435
|
const quotedCmd = `\`${pkgEnvDetails.agent} install ${args.join(' ')}\``;
|
|
4274
4436
|
require$$6.debugFn('stdio', `spawn: ${quotedCmd}`);
|
|
@@ -4288,14 +4450,14 @@ async function install$1(pkgEnvDetails, options) {
|
|
|
4288
4450
|
}
|
|
4289
4451
|
const treeResult = await getActualTree(cwd);
|
|
4290
4452
|
if (treeResult.actualTree) {
|
|
4291
|
-
if (
|
|
4453
|
+
if (wasSpinning) {
|
|
4292
4454
|
spinner.start();
|
|
4293
4455
|
}
|
|
4294
4456
|
return treeResult;
|
|
4295
4457
|
}
|
|
4296
4458
|
require$$6.debugFn('error', 'caught: await arb.loadActual() error');
|
|
4297
4459
|
require$$6.debugDir('inspect', treeResult);
|
|
4298
|
-
if (
|
|
4460
|
+
if (wasSpinning) {
|
|
4299
4461
|
spinner.start();
|
|
4300
4462
|
}
|
|
4301
4463
|
return treeResult;
|
|
@@ -4446,7 +4608,7 @@ async function install(pkgEnvDetails, options) {
|
|
|
4446
4608
|
// Enable a non-interactive pnpm install
|
|
4447
4609
|
// https://github.com/pnpm/pnpm/issues/6778
|
|
4448
4610
|
'--config.confirmModulesPurge=false', ...(extraArgs ?? [])];
|
|
4449
|
-
const
|
|
4611
|
+
const wasSpinning = !!spinner?.isSpinning;
|
|
4450
4612
|
spinner?.stop();
|
|
4451
4613
|
const quotedCmd = `\`${pkgEnvDetails.agent} install ${args.join(' ')}\``;
|
|
4452
4614
|
require$$6.debugFn('stdio', `spawn: ${quotedCmd}`);
|
|
@@ -4466,14 +4628,14 @@ async function install(pkgEnvDetails, options) {
|
|
|
4466
4628
|
}
|
|
4467
4629
|
const treeResult = await getActualTree(cwd);
|
|
4468
4630
|
if (treeResult.actualTree) {
|
|
4469
|
-
if (
|
|
4631
|
+
if (wasSpinning) {
|
|
4470
4632
|
spinner.start();
|
|
4471
4633
|
}
|
|
4472
4634
|
return treeResult;
|
|
4473
4635
|
}
|
|
4474
4636
|
require$$6.debugFn('error', 'caught: await arb.loadActual() error');
|
|
4475
4637
|
require$$6.debugDir('inspect', treeResult);
|
|
4476
|
-
if (
|
|
4638
|
+
if (wasSpinning) {
|
|
4477
4639
|
spinner.start();
|
|
4478
4640
|
}
|
|
4479
4641
|
return treeResult;
|
|
@@ -4832,7 +4994,7 @@ async function run$H(argv, importMeta, {
|
|
|
4832
4994
|
importMeta,
|
|
4833
4995
|
parentName
|
|
4834
4996
|
});
|
|
4835
|
-
const
|
|
4997
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
4836
4998
|
let rangeStyle = cli.flags['rangeStyle'];
|
|
4837
4999
|
if (!rangeStyle) {
|
|
4838
5000
|
rangeStyle = 'preserve';
|
|
@@ -4855,16 +5017,16 @@ async function run$H(argv, importMeta, {
|
|
|
4855
5017
|
logger.logger.fail('No valid --purl values provided.');
|
|
4856
5018
|
return;
|
|
4857
5019
|
}
|
|
5020
|
+
const outputKind = utils.getOutputKind(cli.flags['json'], cli.flags['markdown']);
|
|
4858
5021
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
4859
5022
|
test: utils.RangeStyles.includes(rangeStyle),
|
|
4860
5023
|
message: `Expecting range style of ${arrays.joinOr(utils.RangeStyles)}`,
|
|
4861
|
-
pass: 'ok',
|
|
4862
5024
|
fail: 'invalid'
|
|
4863
5025
|
});
|
|
4864
5026
|
if (!wasValidInput) {
|
|
4865
5027
|
return;
|
|
4866
5028
|
}
|
|
4867
|
-
if (
|
|
5029
|
+
if (dryRun) {
|
|
4868
5030
|
logger.logger.log(DRY_RUN_NOT_SAVING);
|
|
4869
5031
|
return;
|
|
4870
5032
|
}
|
|
@@ -5087,11 +5249,12 @@ async function run$G(argv, importMeta, {
|
|
|
5087
5249
|
importMeta,
|
|
5088
5250
|
parentName
|
|
5089
5251
|
});
|
|
5090
|
-
const
|
|
5091
|
-
if (
|
|
5252
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
5253
|
+
if (dryRun) {
|
|
5092
5254
|
logger.logger.log(DRY_RUN_BAILING_NOW$E);
|
|
5093
5255
|
return;
|
|
5094
5256
|
}
|
|
5257
|
+
const targetName = cli.input[0] || 'socket';
|
|
5095
5258
|
await handleInstallCompletion(String(targetName));
|
|
5096
5259
|
}
|
|
5097
5260
|
|
|
@@ -5291,9 +5454,10 @@ async function attemptLogin(apiBaseUrl, apiProxy) {
|
|
|
5291
5454
|
};
|
|
5292
5455
|
}
|
|
5293
5456
|
if (wantToComplete) {
|
|
5457
|
+
logger.logger.log('');
|
|
5294
5458
|
logger.logger.log('Setting up tab completion...');
|
|
5295
|
-
const
|
|
5296
|
-
if (
|
|
5459
|
+
const setupCResult = await setupTabCompletion('socket');
|
|
5460
|
+
if (setupCResult.ok) {
|
|
5297
5461
|
logger.logger.success('Tab completion will be enabled after restarting your terminal');
|
|
5298
5462
|
} else {
|
|
5299
5463
|
logger.logger.fail('Failed to install tab completion script. Try `socket install completion` later.');
|
|
@@ -5363,15 +5527,16 @@ async function run$E(argv, importMeta, {
|
|
|
5363
5527
|
importMeta,
|
|
5364
5528
|
parentName
|
|
5365
5529
|
});
|
|
5366
|
-
const
|
|
5367
|
-
|
|
5368
|
-
if (cli.flags['dryRun']) {
|
|
5530
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
5531
|
+
if (dryRun) {
|
|
5369
5532
|
logger.logger.log(DRY_RUN_BAILING_NOW$D);
|
|
5370
5533
|
return;
|
|
5371
5534
|
}
|
|
5372
5535
|
if (!vendor.isInteractiveExports()) {
|
|
5373
5536
|
throw new utils.InputError('Cannot prompt for credentials in a non-interactive shell');
|
|
5374
5537
|
}
|
|
5538
|
+
const apiBaseUrl = cli.flags['apiBaseUrl'];
|
|
5539
|
+
const apiProxy = cli.flags['apiProxy'];
|
|
5375
5540
|
await attemptLogin(apiBaseUrl, apiProxy);
|
|
5376
5541
|
}
|
|
5377
5542
|
|
|
@@ -5429,7 +5594,8 @@ async function run$D(argv, importMeta, {
|
|
|
5429
5594
|
importMeta,
|
|
5430
5595
|
parentName
|
|
5431
5596
|
});
|
|
5432
|
-
|
|
5597
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
5598
|
+
if (dryRun) {
|
|
5433
5599
|
logger.logger.log(DRY_RUN_BAILING_NOW$C);
|
|
5434
5600
|
return;
|
|
5435
5601
|
}
|
|
@@ -5743,6 +5909,7 @@ async function run$C(argv, importMeta, {
|
|
|
5743
5909
|
importMeta,
|
|
5744
5910
|
parentName
|
|
5745
5911
|
});
|
|
5912
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
5746
5913
|
|
|
5747
5914
|
// TODO: Convert yargs to meow.
|
|
5748
5915
|
const yargv = {
|
|
@@ -5769,7 +5936,7 @@ async function run$C(argv, importMeta, {
|
|
|
5769
5936
|
logger.logger.fail(`Unknown ${words.pluralize('argument', unknownsCount)}: ${unknowns.join(', ')}`);
|
|
5770
5937
|
return;
|
|
5771
5938
|
}
|
|
5772
|
-
if (
|
|
5939
|
+
if (dryRun) {
|
|
5773
5940
|
logger.logger.log(DRY_RUN_BAILING_NOW$B);
|
|
5774
5941
|
return;
|
|
5775
5942
|
}
|
|
@@ -5840,17 +6007,19 @@ async function run$B(argv, importMeta, {
|
|
|
5840
6007
|
importMeta,
|
|
5841
6008
|
parentName
|
|
5842
6009
|
});
|
|
6010
|
+
// TODO: Implement json/md further.
|
|
5843
6011
|
const {
|
|
5844
6012
|
json,
|
|
5845
6013
|
markdown,
|
|
5846
6014
|
verbose: verboseFlag
|
|
5847
6015
|
} = cli.flags;
|
|
5848
|
-
const
|
|
6016
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
5849
6017
|
const verbose = !!verboseFlag;
|
|
5850
6018
|
let [cwd = '.'] = cli.input;
|
|
5851
6019
|
// Note: path.resolve vs .join:
|
|
5852
6020
|
// If given path is absolute then cwd should not affect it.
|
|
5853
6021
|
cwd = path.resolve(process.cwd(), cwd);
|
|
6022
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
5854
6023
|
if (verbose) {
|
|
5855
6024
|
logger.logger.group('- ', parentName, config$B.commandName, ':');
|
|
5856
6025
|
logger.logger.group('- flags:', cli.flags);
|
|
@@ -5859,12 +6028,12 @@ async function run$B(argv, importMeta, {
|
|
|
5859
6028
|
logger.logger.log('- cwd:', cwd);
|
|
5860
6029
|
logger.logger.groupEnd();
|
|
5861
6030
|
}
|
|
5862
|
-
const sockJson =
|
|
6031
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
5863
6032
|
const detected = await detectManifestActions(sockJson, cwd);
|
|
5864
6033
|
require$$6.debugDir('inspect', {
|
|
5865
6034
|
detected
|
|
5866
6035
|
});
|
|
5867
|
-
if (
|
|
6036
|
+
if (dryRun) {
|
|
5868
6037
|
logger.logger.log(DRY_RUN_BAILING_NOW$A);
|
|
5869
6038
|
return;
|
|
5870
6039
|
}
|
|
@@ -5957,6 +6126,12 @@ async function run$A(argv, importMeta, {
|
|
|
5957
6126
|
json = false,
|
|
5958
6127
|
markdown = false
|
|
5959
6128
|
} = cli.flags;
|
|
6129
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
6130
|
+
let [cwd = '.'] = cli.input;
|
|
6131
|
+
// Note: path.resolve vs .join:
|
|
6132
|
+
// If given path is absolute then cwd should not affect it.
|
|
6133
|
+
cwd = path.resolve(process.cwd(), cwd);
|
|
6134
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
5960
6135
|
let {
|
|
5961
6136
|
file: filename,
|
|
5962
6137
|
out,
|
|
@@ -5964,12 +6139,6 @@ async function run$A(argv, importMeta, {
|
|
|
5964
6139
|
stdout,
|
|
5965
6140
|
verbose
|
|
5966
6141
|
} = cli.flags;
|
|
5967
|
-
const outputKind = utils.getOutputKind(json, markdown);
|
|
5968
|
-
let [cwd = '.'] = cli.input;
|
|
5969
|
-
// Note: path.resolve vs .join:
|
|
5970
|
-
// If given path is absolute then cwd should not affect it.
|
|
5971
|
-
cwd = path.resolve(process.cwd(), cwd);
|
|
5972
|
-
const sockJson = await utils.readOrDefaultSocketJson(cwd);
|
|
5973
6142
|
|
|
5974
6143
|
// Set defaults for any flag/arg that is not given. Check socket.json first.
|
|
5975
6144
|
if (stdin === undefined && sockJson.defaults?.manifest?.conda?.stdin !== undefined) {
|
|
@@ -6014,24 +6183,23 @@ async function run$A(argv, importMeta, {
|
|
|
6014
6183
|
logger.logger.log('- output:', out);
|
|
6015
6184
|
logger.logger.groupEnd();
|
|
6016
6185
|
}
|
|
6186
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
6017
6187
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
6018
6188
|
nook: true,
|
|
6019
6189
|
test: cli.input.length <= 1,
|
|
6020
6190
|
message: 'Can only accept one DIR (make sure to escape spaces!)',
|
|
6021
|
-
pass: 'ok',
|
|
6022
6191
|
fail: `received ${cli.input.length}`
|
|
6023
6192
|
}, {
|
|
6024
6193
|
nook: true,
|
|
6025
6194
|
test: !json || !markdown,
|
|
6026
6195
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
6027
|
-
pass: 'ok',
|
|
6028
6196
|
fail: 'bad'
|
|
6029
6197
|
});
|
|
6030
6198
|
if (!wasValidInput) {
|
|
6031
6199
|
return;
|
|
6032
6200
|
}
|
|
6033
6201
|
logger.logger.warn('Warning: This will approximate your Conda dependencies using PyPI. We do not yet officially support Conda. Use at your own risk.');
|
|
6034
|
-
if (
|
|
6202
|
+
if (dryRun) {
|
|
6035
6203
|
logger.logger.log(DRY_RUN_BAILING_NOW$z);
|
|
6036
6204
|
return;
|
|
6037
6205
|
}
|
|
@@ -6117,18 +6285,21 @@ async function run$z(argv, importMeta, {
|
|
|
6117
6285
|
json = false,
|
|
6118
6286
|
markdown = false
|
|
6119
6287
|
} = cli.flags;
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
|
|
6123
|
-
|
|
6124
|
-
} = cli.flags;
|
|
6125
|
-
const outputKind = utils.getOutputKind(json, markdown); // TODO: impl json/md further
|
|
6288
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
6289
|
+
|
|
6290
|
+
// TODO: Implement json/md further.
|
|
6291
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
6126
6292
|
let [cwd = '.'] = cli.input;
|
|
6127
6293
|
// Note: path.resolve vs .join:
|
|
6128
6294
|
// If given path is absolute then cwd should not affect it.
|
|
6129
6295
|
cwd = path.resolve(process.cwd(), cwd);
|
|
6130
|
-
const sockJson =
|
|
6296
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
6131
6297
|
require$$6.debugFn('inspect', 'override: socket.json gradle', sockJson?.defaults?.manifest?.gradle);
|
|
6298
|
+
let {
|
|
6299
|
+
bin,
|
|
6300
|
+
gradleOpts,
|
|
6301
|
+
verbose
|
|
6302
|
+
} = cli.flags;
|
|
6132
6303
|
|
|
6133
6304
|
// Set defaults for any flag/arg that is not given. Check socket.json first.
|
|
6134
6305
|
if (!bin) {
|
|
@@ -6163,7 +6334,7 @@ async function run$z(argv, importMeta, {
|
|
|
6163
6334
|
logger.logger.groupEnd();
|
|
6164
6335
|
}
|
|
6165
6336
|
|
|
6166
|
-
// TODO:
|
|
6337
|
+
// TODO: We're not sure it's feasible to parse source file from stdin. We could
|
|
6167
6338
|
// try, store contents in a file in some folder, target that folder... what
|
|
6168
6339
|
// would the file name be?
|
|
6169
6340
|
|
|
@@ -6171,7 +6342,6 @@ async function run$z(argv, importMeta, {
|
|
|
6171
6342
|
nook: true,
|
|
6172
6343
|
test: cli.input.length <= 1,
|
|
6173
6344
|
message: 'Can only accept one DIR (make sure to escape spaces!)',
|
|
6174
|
-
pass: 'ok',
|
|
6175
6345
|
fail: 'received ' + cli.input.length
|
|
6176
6346
|
});
|
|
6177
6347
|
if (!wasValidInput) {
|
|
@@ -6183,7 +6353,7 @@ async function run$z(argv, importMeta, {
|
|
|
6183
6353
|
logger.logger.info('- gradle bin:', bin);
|
|
6184
6354
|
logger.logger.groupEnd();
|
|
6185
6355
|
}
|
|
6186
|
-
if (
|
|
6356
|
+
if (dryRun) {
|
|
6187
6357
|
logger.logger.log(DRY_RUN_BAILING_NOW$y);
|
|
6188
6358
|
return;
|
|
6189
6359
|
}
|
|
@@ -6199,7 +6369,7 @@ const {
|
|
|
6199
6369
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$x
|
|
6200
6370
|
} = constants;
|
|
6201
6371
|
|
|
6202
|
-
// TODO:
|
|
6372
|
+
// TODO: We may want to dedupe some pieces for all gradle languages. I think it
|
|
6203
6373
|
// makes sense to have separate commands for them and I think it makes
|
|
6204
6374
|
// sense for the help panels to note the requested language, rather than
|
|
6205
6375
|
// `socket manifest kotlin` to print help screens with `gradle` as the
|
|
@@ -6274,18 +6444,21 @@ async function run$y(argv, importMeta, {
|
|
|
6274
6444
|
json = false,
|
|
6275
6445
|
markdown = false
|
|
6276
6446
|
} = cli.flags;
|
|
6277
|
-
|
|
6278
|
-
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
} = cli.flags;
|
|
6282
|
-
const outputKind = utils.getOutputKind(json, markdown); // TODO: impl json/md further
|
|
6447
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
6448
|
+
|
|
6449
|
+
// TODO: Implement json/md further.
|
|
6450
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
6283
6451
|
let [cwd = '.'] = cli.input;
|
|
6284
6452
|
// Note: path.resolve vs .join:
|
|
6285
6453
|
// If given path is absolute then cwd should not affect it.
|
|
6286
6454
|
cwd = path.resolve(process.cwd(), cwd);
|
|
6287
|
-
const sockJson =
|
|
6455
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
6288
6456
|
require$$6.debugFn('inspect', 'override: socket.json gradle', sockJson?.defaults?.manifest?.gradle);
|
|
6457
|
+
let {
|
|
6458
|
+
bin,
|
|
6459
|
+
gradleOpts,
|
|
6460
|
+
verbose
|
|
6461
|
+
} = cli.flags;
|
|
6289
6462
|
|
|
6290
6463
|
// Set defaults for any flag/arg that is not given. Check socket.json first.
|
|
6291
6464
|
if (!bin) {
|
|
@@ -6320,7 +6493,7 @@ async function run$y(argv, importMeta, {
|
|
|
6320
6493
|
logger.logger.groupEnd();
|
|
6321
6494
|
}
|
|
6322
6495
|
|
|
6323
|
-
// TODO:
|
|
6496
|
+
// TODO: We're not sure it's feasible to parse source file from stdin. We could
|
|
6324
6497
|
// try, store contents in a file in some folder, target that folder... what
|
|
6325
6498
|
// would the file name be?
|
|
6326
6499
|
|
|
@@ -6328,7 +6501,6 @@ async function run$y(argv, importMeta, {
|
|
|
6328
6501
|
nook: true,
|
|
6329
6502
|
test: cli.input.length <= 1,
|
|
6330
6503
|
message: 'Can only accept one DIR (make sure to escape spaces!)',
|
|
6331
|
-
pass: 'ok',
|
|
6332
6504
|
fail: 'received ' + cli.input.length
|
|
6333
6505
|
});
|
|
6334
6506
|
if (!wasValidInput) {
|
|
@@ -6340,7 +6512,7 @@ async function run$y(argv, importMeta, {
|
|
|
6340
6512
|
logger.logger.info('- gradle bin:', bin);
|
|
6341
6513
|
logger.logger.groupEnd();
|
|
6342
6514
|
}
|
|
6343
|
-
if (
|
|
6515
|
+
if (dryRun) {
|
|
6344
6516
|
logger.logger.log(DRY_RUN_BAILING_NOW$x);
|
|
6345
6517
|
return;
|
|
6346
6518
|
}
|
|
@@ -6438,6 +6610,16 @@ async function run$x(argv, importMeta, {
|
|
|
6438
6610
|
json = false,
|
|
6439
6611
|
markdown = false
|
|
6440
6612
|
} = cli.flags;
|
|
6613
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
6614
|
+
let [cwd = '.'] = cli.input;
|
|
6615
|
+
// Note: path.resolve vs .join:
|
|
6616
|
+
// If given path is absolute then cwd should not affect it.
|
|
6617
|
+
cwd = path.resolve(process.cwd(), cwd);
|
|
6618
|
+
|
|
6619
|
+
// TODO: Implement json/md further.
|
|
6620
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
6621
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
6622
|
+
require$$6.debugFn('inspect', 'override: socket.json sbt', sockJson?.defaults?.manifest?.sbt);
|
|
6441
6623
|
let {
|
|
6442
6624
|
bin,
|
|
6443
6625
|
out,
|
|
@@ -6445,13 +6627,6 @@ async function run$x(argv, importMeta, {
|
|
|
6445
6627
|
stdout,
|
|
6446
6628
|
verbose
|
|
6447
6629
|
} = cli.flags;
|
|
6448
|
-
const outputKind = utils.getOutputKind(json, markdown); // TODO: impl json/md further
|
|
6449
|
-
let [cwd = '.'] = cli.input;
|
|
6450
|
-
// Note: path.resolve vs .join:
|
|
6451
|
-
// If given path is absolute then cwd should not affect it.
|
|
6452
|
-
cwd = path.resolve(process.cwd(), cwd);
|
|
6453
|
-
const sockJson = await utils.readOrDefaultSocketJson(cwd);
|
|
6454
|
-
require$$6.debugFn('inspect', 'override: socket.json sbt', sockJson?.defaults?.manifest?.sbt);
|
|
6455
6630
|
|
|
6456
6631
|
// Set defaults for any flag/arg that is not given. Check socket.json first.
|
|
6457
6632
|
if (!bin) {
|
|
@@ -6498,7 +6673,7 @@ async function run$x(argv, importMeta, {
|
|
|
6498
6673
|
logger.logger.groupEnd();
|
|
6499
6674
|
}
|
|
6500
6675
|
|
|
6501
|
-
// TODO:
|
|
6676
|
+
// TODO: We're not sure it's feasible to parse source file from stdin. We could
|
|
6502
6677
|
// try, store contents in a file in some folder, target that folder... what
|
|
6503
6678
|
// would the file name be?
|
|
6504
6679
|
|
|
@@ -6506,7 +6681,6 @@ async function run$x(argv, importMeta, {
|
|
|
6506
6681
|
nook: true,
|
|
6507
6682
|
test: cli.input.length <= 1,
|
|
6508
6683
|
message: 'Can only accept one DIR (make sure to escape spaces!)',
|
|
6509
|
-
pass: 'ok',
|
|
6510
6684
|
fail: 'received ' + cli.input.length
|
|
6511
6685
|
});
|
|
6512
6686
|
if (!wasValidInput) {
|
|
@@ -6519,7 +6693,7 @@ async function run$x(argv, importMeta, {
|
|
|
6519
6693
|
logger.logger.log('- out:', out);
|
|
6520
6694
|
logger.logger.groupEnd();
|
|
6521
6695
|
}
|
|
6522
|
-
if (
|
|
6696
|
+
if (dryRun) {
|
|
6523
6697
|
logger.logger.log(DRY_RUN_BAILING_NOW$w);
|
|
6524
6698
|
return;
|
|
6525
6699
|
}
|
|
@@ -6616,12 +6790,12 @@ async function setupManifestConfig(cwd, defaultOnReadError = false) {
|
|
|
6616
6790
|
description: 'Exit setup'
|
|
6617
6791
|
});
|
|
6618
6792
|
|
|
6619
|
-
// TODO:
|
|
6793
|
+
// TODO: Use detected to list those first.
|
|
6620
6794
|
const targetEco = await prompts.select({
|
|
6621
|
-
message: 'Select
|
|
6795
|
+
message: 'Select ecosystem manifest generator to configure',
|
|
6622
6796
|
choices
|
|
6623
6797
|
});
|
|
6624
|
-
const sockJsonCResult =
|
|
6798
|
+
const sockJsonCResult = utils.readSocketJsonSync(cwd, defaultOnReadError);
|
|
6625
6799
|
if (!sockJsonCResult.ok) {
|
|
6626
6800
|
return sockJsonCResult;
|
|
6627
6801
|
}
|
|
@@ -6999,11 +7173,12 @@ async function run$w(argv, importMeta, {
|
|
|
6999
7173
|
const {
|
|
7000
7174
|
defaultOnReadError = false
|
|
7001
7175
|
} = cli.flags;
|
|
7176
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
7002
7177
|
let [cwd = '.'] = cli.input;
|
|
7003
7178
|
// Note: path.resolve vs .join:
|
|
7004
7179
|
// If given path is absolute then cwd should not affect it.
|
|
7005
7180
|
cwd = path.resolve(process.cwd(), cwd);
|
|
7006
|
-
if (
|
|
7181
|
+
if (dryRun) {
|
|
7007
7182
|
logger.logger.log(DRY_RUN_BAILING_NOW$v);
|
|
7008
7183
|
return;
|
|
7009
7184
|
}
|
|
@@ -7092,7 +7267,8 @@ async function run$u(argv, importMeta, {
|
|
|
7092
7267
|
importMeta,
|
|
7093
7268
|
parentName
|
|
7094
7269
|
});
|
|
7095
|
-
|
|
7270
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
7271
|
+
if (dryRun) {
|
|
7096
7272
|
logger.logger.log(DRY_RUN_BAILING_NOW$u);
|
|
7097
7273
|
return;
|
|
7098
7274
|
}
|
|
@@ -7145,7 +7321,8 @@ async function run$t(argv, importMeta, {
|
|
|
7145
7321
|
importMeta,
|
|
7146
7322
|
parentName
|
|
7147
7323
|
});
|
|
7148
|
-
|
|
7324
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
7325
|
+
if (dryRun) {
|
|
7149
7326
|
logger.logger.log(DRY_RUN_BAILING_NOW$t);
|
|
7150
7327
|
return;
|
|
7151
7328
|
}
|
|
@@ -7197,7 +7374,8 @@ async function run$s(argv, importMeta, {
|
|
|
7197
7374
|
markdown,
|
|
7198
7375
|
throw: justThrow
|
|
7199
7376
|
} = cli.flags;
|
|
7200
|
-
|
|
7377
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
7378
|
+
if (dryRun) {
|
|
7201
7379
|
logger.logger.log(DRY_RUN_BAILING_NOW$s);
|
|
7202
7380
|
return;
|
|
7203
7381
|
}
|
|
@@ -7874,11 +8052,8 @@ async function updateLockfile(pkgEnvDetails, options) {
|
|
|
7874
8052
|
__proto__: null,
|
|
7875
8053
|
...options
|
|
7876
8054
|
};
|
|
7877
|
-
const
|
|
7878
|
-
|
|
7879
|
-
spinner?.start();
|
|
7880
|
-
}
|
|
7881
|
-
spinner?.setText(`Updating ${pkgEnvDetails.lockName}...`);
|
|
8055
|
+
const wasSpinning = !!spinner?.isSpinning;
|
|
8056
|
+
spinner?.start(`Updating ${pkgEnvDetails.lockName}...`);
|
|
7882
8057
|
try {
|
|
7883
8058
|
await utils.runAgentInstall(pkgEnvDetails, {
|
|
7884
8059
|
spinner
|
|
@@ -7893,16 +8068,18 @@ async function updateLockfile(pkgEnvDetails, options) {
|
|
|
7893
8068
|
require$$6.debugDir('inspect', {
|
|
7894
8069
|
error: e
|
|
7895
8070
|
});
|
|
8071
|
+
if (wasSpinning) {
|
|
8072
|
+
spinner.start();
|
|
8073
|
+
}
|
|
7896
8074
|
return {
|
|
7897
8075
|
ok: false,
|
|
7898
8076
|
message: 'Update failed',
|
|
7899
8077
|
cause: utils.cmdPrefixMessage(cmdName, `${pkgEnvDetails.agent} install failed to update ${pkgEnvDetails.lockName}`)
|
|
7900
8078
|
};
|
|
7901
8079
|
}
|
|
7902
|
-
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
-
spinner?.stop();
|
|
8080
|
+
spinner?.stop();
|
|
8081
|
+
if (wasSpinning) {
|
|
8082
|
+
spinner.start();
|
|
7906
8083
|
}
|
|
7907
8084
|
return {
|
|
7908
8085
|
ok: true,
|
|
@@ -8074,23 +8251,22 @@ async function run$r(argv, importMeta, {
|
|
|
8074
8251
|
importMeta,
|
|
8075
8252
|
parentName
|
|
8076
8253
|
});
|
|
8254
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
8255
|
+
if (dryRun) {
|
|
8256
|
+
logger.logger.log(DRY_RUN_BAILING_NOW$r);
|
|
8257
|
+
return;
|
|
8258
|
+
}
|
|
8077
8259
|
const {
|
|
8078
8260
|
json,
|
|
8079
|
-
markdown
|
|
8080
|
-
} = cli.flags;
|
|
8081
|
-
const {
|
|
8261
|
+
markdown,
|
|
8082
8262
|
pin,
|
|
8083
8263
|
prod
|
|
8084
8264
|
} = cli.flags;
|
|
8085
|
-
const outputKind = utils.getOutputKind(json, markdown);
|
|
8086
8265
|
let [cwd = '.'] = cli.input;
|
|
8087
8266
|
// Note: path.resolve vs .join:
|
|
8088
8267
|
// If given path is absolute then cwd should not affect it.
|
|
8089
8268
|
cwd = path.resolve(process.cwd(), cwd);
|
|
8090
|
-
|
|
8091
|
-
logger.logger.log(DRY_RUN_BAILING_NOW$r);
|
|
8092
|
-
return;
|
|
8093
|
-
}
|
|
8269
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
8094
8270
|
await handleOptimize({
|
|
8095
8271
|
cwd,
|
|
8096
8272
|
pin: Boolean(pin),
|
|
@@ -8259,25 +8435,24 @@ async function run$q(argv, importMeta, {
|
|
|
8259
8435
|
markdown,
|
|
8260
8436
|
offset
|
|
8261
8437
|
} = cli.flags;
|
|
8438
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
8262
8439
|
const hasApiToken = utils.hasDefaultToken();
|
|
8263
8440
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
8264
8441
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
8265
8442
|
nook: true,
|
|
8266
8443
|
test: !json || !markdown,
|
|
8267
8444
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
8268
|
-
pass: 'ok',
|
|
8269
8445
|
fail: 'bad'
|
|
8270
8446
|
}, {
|
|
8271
8447
|
nook: true,
|
|
8272
8448
|
test: hasApiToken,
|
|
8273
|
-
message: '
|
|
8274
|
-
|
|
8275
|
-
fail: 'missing Socket API token'
|
|
8449
|
+
message: 'This command requires a Socket API token for access',
|
|
8450
|
+
fail: 'try `socket login`'
|
|
8276
8451
|
});
|
|
8277
8452
|
if (!wasValidInput) {
|
|
8278
8453
|
return;
|
|
8279
8454
|
}
|
|
8280
|
-
if (
|
|
8455
|
+
if (dryRun) {
|
|
8281
8456
|
logger.logger.log(DRY_RUN_BAILING_NOW$q);
|
|
8282
8457
|
return;
|
|
8283
8458
|
}
|
|
@@ -8392,32 +8567,30 @@ async function run$p(argv, importMeta, {
|
|
|
8392
8567
|
parentName
|
|
8393
8568
|
});
|
|
8394
8569
|
const {
|
|
8395
|
-
dryRun,
|
|
8396
8570
|
interactive,
|
|
8397
8571
|
json,
|
|
8398
8572
|
markdown,
|
|
8399
8573
|
org: orgFlag
|
|
8400
8574
|
} = cli.flags;
|
|
8575
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
8401
8576
|
const hasApiToken = utils.hasDefaultToken();
|
|
8402
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive,
|
|
8577
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
8403
8578
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
8404
8579
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
8405
8580
|
nook: true,
|
|
8406
8581
|
test: !json || !markdown,
|
|
8407
8582
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
8408
|
-
pass: 'ok',
|
|
8409
8583
|
fail: 'omit one'
|
|
8410
8584
|
}, {
|
|
8411
8585
|
nook: true,
|
|
8412
8586
|
test: hasApiToken,
|
|
8413
|
-
message: '
|
|
8414
|
-
|
|
8415
|
-
fail: 'missing Socket API token'
|
|
8587
|
+
message: 'This command requires a Socket API token for access',
|
|
8588
|
+
fail: 'try `socket login`'
|
|
8416
8589
|
});
|
|
8417
8590
|
if (!wasValidInput) {
|
|
8418
8591
|
return;
|
|
8419
8592
|
}
|
|
8420
|
-
if (
|
|
8593
|
+
if (dryRun) {
|
|
8421
8594
|
logger.logger.log(DRY_RUN_BAILING_NOW$p);
|
|
8422
8595
|
return;
|
|
8423
8596
|
}
|
|
@@ -8529,32 +8702,30 @@ async function run$o(argv, importMeta, {
|
|
|
8529
8702
|
parentName
|
|
8530
8703
|
});
|
|
8531
8704
|
const {
|
|
8532
|
-
dryRun,
|
|
8533
8705
|
interactive,
|
|
8534
8706
|
json,
|
|
8535
8707
|
markdown,
|
|
8536
8708
|
org: orgFlag
|
|
8537
8709
|
} = cli.flags;
|
|
8710
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
8538
8711
|
const hasApiToken = utils.hasDefaultToken();
|
|
8539
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive,
|
|
8712
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
8540
8713
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
8541
8714
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
8542
8715
|
nook: true,
|
|
8543
8716
|
test: !json || !markdown,
|
|
8544
8717
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
8545
|
-
pass: 'ok',
|
|
8546
8718
|
fail: 'omit one'
|
|
8547
8719
|
}, {
|
|
8548
8720
|
nook: true,
|
|
8549
8721
|
test: hasApiToken,
|
|
8550
|
-
message: '
|
|
8551
|
-
|
|
8552
|
-
fail: 'missing Socket API token'
|
|
8722
|
+
message: 'This command requires a Socket API token for access',
|
|
8723
|
+
fail: 'try `socket login`'
|
|
8553
8724
|
});
|
|
8554
8725
|
if (!wasValidInput) {
|
|
8555
8726
|
return;
|
|
8556
8727
|
}
|
|
8557
|
-
if (
|
|
8728
|
+
if (dryRun) {
|
|
8558
8729
|
logger.logger.log(DRY_RUN_BAILING_NOW$o);
|
|
8559
8730
|
return;
|
|
8560
8731
|
}
|
|
@@ -8661,25 +8832,24 @@ async function run$n(argv, importMeta, {
|
|
|
8661
8832
|
json,
|
|
8662
8833
|
markdown
|
|
8663
8834
|
} = cli.flags;
|
|
8835
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
8664
8836
|
const hasApiToken = utils.hasDefaultToken();
|
|
8665
8837
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
8666
8838
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
8667
8839
|
nook: true,
|
|
8668
8840
|
test: !json || !markdown,
|
|
8669
8841
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
8670
|
-
pass: 'ok',
|
|
8671
8842
|
fail: 'bad'
|
|
8672
8843
|
}, {
|
|
8673
8844
|
nook: true,
|
|
8674
8845
|
test: hasApiToken,
|
|
8675
|
-
message: '
|
|
8676
|
-
|
|
8677
|
-
fail: 'missing Socket API token'
|
|
8846
|
+
message: 'This command requires a Socket API token for access',
|
|
8847
|
+
fail: 'try `socket login`'
|
|
8678
8848
|
});
|
|
8679
8849
|
if (!wasValidInput) {
|
|
8680
8850
|
return;
|
|
8681
8851
|
}
|
|
8682
|
-
if (
|
|
8852
|
+
if (dryRun) {
|
|
8683
8853
|
logger.logger.log(DRY_RUN_BAILING_NOW$n);
|
|
8684
8854
|
return;
|
|
8685
8855
|
}
|
|
@@ -8793,27 +8963,26 @@ async function run$m(argv, importMeta, {
|
|
|
8793
8963
|
importMeta,
|
|
8794
8964
|
parentName
|
|
8795
8965
|
});
|
|
8796
|
-
const
|
|
8966
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
8797
8967
|
const json = Boolean(cli.flags['json']);
|
|
8798
8968
|
const markdown = Boolean(cli.flags['markdown']);
|
|
8969
|
+
const hasApiToken = utils.hasDefaultToken();
|
|
8799
8970
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
8800
8971
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
8801
8972
|
nook: true,
|
|
8802
8973
|
test: !json || !markdown,
|
|
8803
8974
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
8804
|
-
pass: 'ok',
|
|
8805
8975
|
fail: 'omit one'
|
|
8806
8976
|
}, {
|
|
8807
8977
|
nook: true,
|
|
8808
8978
|
test: hasApiToken,
|
|
8809
|
-
message: '
|
|
8810
|
-
|
|
8811
|
-
fail: 'missing Socket API token'
|
|
8979
|
+
message: 'This command requires a Socket API token for access',
|
|
8980
|
+
fail: 'try `socket login`'
|
|
8812
8981
|
});
|
|
8813
8982
|
if (!wasValidInput) {
|
|
8814
8983
|
return;
|
|
8815
8984
|
}
|
|
8816
|
-
if (
|
|
8985
|
+
if (dryRun) {
|
|
8817
8986
|
logger.logger.log(DRY_RUN_BAILING_NOW$m);
|
|
8818
8987
|
return;
|
|
8819
8988
|
}
|
|
@@ -9142,6 +9311,7 @@ async function run$l(argv, importMeta, {
|
|
|
9142
9311
|
json,
|
|
9143
9312
|
markdown
|
|
9144
9313
|
} = cli.flags;
|
|
9314
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
9145
9315
|
const [ecosystem = '', purl] = cli.input;
|
|
9146
9316
|
const hasApiToken = utils.hasDefaultToken();
|
|
9147
9317
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
@@ -9152,30 +9322,26 @@ async function run$l(argv, importMeta, {
|
|
|
9152
9322
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
9153
9323
|
test: valid,
|
|
9154
9324
|
message: 'First parameter must be an ecosystem or the whole purl',
|
|
9155
|
-
pass: 'ok',
|
|
9156
9325
|
fail: 'bad'
|
|
9157
9326
|
}, {
|
|
9158
9327
|
test: purls.length === 1,
|
|
9159
9328
|
message: 'Expecting at least one package',
|
|
9160
|
-
pass: 'ok',
|
|
9161
9329
|
fail: purls.length === 0 ? 'missing' : 'too many'
|
|
9162
9330
|
}, {
|
|
9163
9331
|
nook: true,
|
|
9164
9332
|
test: !json || !markdown,
|
|
9165
9333
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
9166
|
-
pass: 'ok',
|
|
9167
9334
|
fail: 'omit one'
|
|
9168
9335
|
}, {
|
|
9169
9336
|
nook: true,
|
|
9170
9337
|
test: hasApiToken,
|
|
9171
|
-
message: '
|
|
9172
|
-
|
|
9173
|
-
fail: 'missing Socket API token'
|
|
9338
|
+
message: 'This command requires a Socket API token for access',
|
|
9339
|
+
fail: 'try `socket login`'
|
|
9174
9340
|
});
|
|
9175
9341
|
if (!wasValidInput) {
|
|
9176
9342
|
return;
|
|
9177
9343
|
}
|
|
9178
|
-
if (
|
|
9344
|
+
if (dryRun) {
|
|
9179
9345
|
logger.logger.log(DRY_RUN_BAILING_NOW$l);
|
|
9180
9346
|
return;
|
|
9181
9347
|
}
|
|
@@ -9195,7 +9361,7 @@ async function fetchPurlsShallowScore(purls, options) {
|
|
|
9195
9361
|
}
|
|
9196
9362
|
const sockSdk = sockSdkCResult.data;
|
|
9197
9363
|
logger.logger.info(`Requesting shallow score data for ${purls.length} package urls (purl): ${purls.join(', ')}`);
|
|
9198
|
-
const
|
|
9364
|
+
const batchPackageCResult = await utils.handleApiCall(sockSdk.batchPackageFetch({
|
|
9199
9365
|
components: purls.map(purl => ({
|
|
9200
9366
|
purl
|
|
9201
9367
|
}))
|
|
@@ -9204,14 +9370,15 @@ async function fetchPurlsShallowScore(purls, options) {
|
|
|
9204
9370
|
}), {
|
|
9205
9371
|
desc: 'looking up package'
|
|
9206
9372
|
});
|
|
9207
|
-
if (!
|
|
9208
|
-
return
|
|
9373
|
+
if (!batchPackageCResult.ok) {
|
|
9374
|
+
return batchPackageCResult;
|
|
9209
9375
|
}
|
|
9210
9376
|
|
|
9211
|
-
// TODO:
|
|
9377
|
+
// TODO: Seems like there's a bug in the typing since we absolutely have to
|
|
9378
|
+
// return the .data here.
|
|
9212
9379
|
return {
|
|
9213
9380
|
ok: true,
|
|
9214
|
-
data:
|
|
9381
|
+
data: batchPackageCResult.data
|
|
9215
9382
|
};
|
|
9216
9383
|
}
|
|
9217
9384
|
|
|
@@ -9510,8 +9677,9 @@ async function run$k(argv, importMeta, {
|
|
|
9510
9677
|
json,
|
|
9511
9678
|
markdown
|
|
9512
9679
|
} = cli.flags;
|
|
9513
|
-
const
|
|
9680
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
9514
9681
|
const [ecosystem = '', ...pkgs] = cli.input;
|
|
9682
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
9515
9683
|
const {
|
|
9516
9684
|
purls,
|
|
9517
9685
|
valid
|
|
@@ -9519,24 +9687,21 @@ async function run$k(argv, importMeta, {
|
|
|
9519
9687
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
9520
9688
|
test: valid,
|
|
9521
9689
|
message: 'First parameter should be an ecosystem or all args must be purls',
|
|
9522
|
-
pass: 'ok',
|
|
9523
9690
|
fail: 'bad'
|
|
9524
9691
|
}, {
|
|
9525
9692
|
test: purls.length > 0,
|
|
9526
9693
|
message: 'Expecting at least one package',
|
|
9527
|
-
pass: 'ok',
|
|
9528
9694
|
fail: 'missing'
|
|
9529
9695
|
}, {
|
|
9530
9696
|
nook: true,
|
|
9531
9697
|
test: !json || !markdown,
|
|
9532
9698
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
9533
|
-
pass: 'ok',
|
|
9534
9699
|
fail: 'omit one'
|
|
9535
9700
|
});
|
|
9536
9701
|
if (!wasValidInput) {
|
|
9537
9702
|
return;
|
|
9538
9703
|
}
|
|
9539
|
-
if (
|
|
9704
|
+
if (dryRun) {
|
|
9540
9705
|
logger.logger.log(DRY_RUN_BAILING_NOW$k);
|
|
9541
9706
|
return;
|
|
9542
9707
|
}
|
|
@@ -9629,7 +9794,8 @@ async function run$j(argv, importMeta, {
|
|
|
9629
9794
|
importMeta,
|
|
9630
9795
|
parentName
|
|
9631
9796
|
});
|
|
9632
|
-
|
|
9797
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
9798
|
+
if (dryRun) {
|
|
9633
9799
|
logger.logger.log(DRY_RUN_BAILING_NOW$j);
|
|
9634
9800
|
return;
|
|
9635
9801
|
}
|
|
@@ -9693,7 +9859,8 @@ async function run$i(argv, importMeta, {
|
|
|
9693
9859
|
importMeta,
|
|
9694
9860
|
parentName
|
|
9695
9861
|
});
|
|
9696
|
-
|
|
9862
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
9863
|
+
if (dryRun) {
|
|
9697
9864
|
logger.logger.log(DRY_RUN_BAILING_NOW$i);
|
|
9698
9865
|
return;
|
|
9699
9866
|
}
|
|
@@ -9841,40 +10008,36 @@ async function run$h(argv, importMeta, {
|
|
|
9841
10008
|
parentName
|
|
9842
10009
|
});
|
|
9843
10010
|
const {
|
|
9844
|
-
dryRun,
|
|
9845
10011
|
interactive,
|
|
9846
10012
|
json,
|
|
9847
10013
|
markdown,
|
|
9848
10014
|
org: orgFlag
|
|
9849
10015
|
} = cli.flags;
|
|
10016
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
10017
|
+
const noLegacy = !cli.flags['repoName'];
|
|
9850
10018
|
const [repoName = ''] = cli.input;
|
|
9851
10019
|
const hasApiToken = utils.hasDefaultToken();
|
|
9852
|
-
const
|
|
9853
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, !!dryRun);
|
|
10020
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
9854
10021
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
9855
10022
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
9856
10023
|
nook: true,
|
|
9857
10024
|
test: !!orgSlug,
|
|
9858
10025
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
9859
|
-
pass: 'ok',
|
|
9860
10026
|
fail: 'missing'
|
|
9861
10027
|
}, {
|
|
9862
10028
|
nook: true,
|
|
9863
10029
|
test: noLegacy,
|
|
9864
10030
|
message: 'Legacy flags are no longer supported. See v1 migration guide.',
|
|
9865
|
-
pass: 'ok',
|
|
9866
10031
|
fail: `received legacy flags`
|
|
9867
10032
|
}, {
|
|
9868
10033
|
test: !!repoName,
|
|
9869
10034
|
message: 'Repository name as first argument',
|
|
9870
|
-
pass: 'ok',
|
|
9871
10035
|
fail: 'missing'
|
|
9872
10036
|
}, {
|
|
9873
10037
|
nook: true,
|
|
9874
10038
|
test: hasApiToken,
|
|
9875
|
-
message: '
|
|
9876
|
-
|
|
9877
|
-
fail: 'missing Socket API token'
|
|
10039
|
+
message: 'This command requires a Socket API token for access',
|
|
10040
|
+
fail: 'try `socket login`'
|
|
9878
10041
|
});
|
|
9879
10042
|
if (!wasValidInput) {
|
|
9880
10043
|
return;
|
|
@@ -9980,40 +10143,36 @@ async function run$g(argv, importMeta, {
|
|
|
9980
10143
|
parentName
|
|
9981
10144
|
});
|
|
9982
10145
|
const {
|
|
9983
|
-
dryRun,
|
|
9984
10146
|
interactive,
|
|
9985
10147
|
json,
|
|
9986
10148
|
markdown,
|
|
9987
10149
|
org: orgFlag
|
|
9988
10150
|
} = cli.flags;
|
|
9989
|
-
const
|
|
10151
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
10152
|
+
const noLegacy = !cli.flags['repoName'];
|
|
9990
10153
|
const [repoName = ''] = cli.input;
|
|
9991
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, !!dryRun);
|
|
9992
10154
|
const hasApiToken = utils.hasDefaultToken();
|
|
9993
|
-
const
|
|
10155
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
10156
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
9994
10157
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
9995
10158
|
nook: true,
|
|
9996
10159
|
test: noLegacy,
|
|
9997
10160
|
message: 'Legacy flags are no longer supported. See v1 migration guide.',
|
|
9998
|
-
pass: 'ok',
|
|
9999
10161
|
fail: `received legacy flags`
|
|
10000
10162
|
}, {
|
|
10001
10163
|
nook: true,
|
|
10002
10164
|
test: !!orgSlug,
|
|
10003
10165
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
10004
|
-
pass: 'ok',
|
|
10005
10166
|
fail: 'missing'
|
|
10006
10167
|
}, {
|
|
10007
10168
|
test: !!repoName,
|
|
10008
10169
|
message: 'Repository name as first argument',
|
|
10009
|
-
pass: 'ok',
|
|
10010
10170
|
fail: 'missing'
|
|
10011
10171
|
}, {
|
|
10012
10172
|
nook: true,
|
|
10013
10173
|
test: hasApiToken,
|
|
10014
|
-
message: '
|
|
10015
|
-
|
|
10016
|
-
fail: 'missing Socket API token'
|
|
10174
|
+
message: 'This command requires a Socket API token for access',
|
|
10175
|
+
fail: 'try `socket login`'
|
|
10017
10176
|
});
|
|
10018
10177
|
if (!wasValidInput) {
|
|
10019
10178
|
return;
|
|
@@ -10061,13 +10220,9 @@ async function fetchListAllRepos(orgSlug, options) {
|
|
|
10061
10220
|
desc: 'list of repositories'
|
|
10062
10221
|
});
|
|
10063
10222
|
if (!orgRepoListCResult.ok) {
|
|
10064
|
-
require$$6.debugFn('error', 'fail: fetch repo');
|
|
10065
|
-
require$$6.debugDir('inspect', {
|
|
10066
|
-
orgRepoListCResult
|
|
10067
|
-
});
|
|
10068
10223
|
return orgRepoListCResult;
|
|
10069
10224
|
}
|
|
10070
|
-
orgRepoListCResult.data.results
|
|
10225
|
+
rows.push(...orgRepoListCResult.data.results);
|
|
10071
10226
|
nextPage = orgRepoListCResult.data.nextPage ?? -1;
|
|
10072
10227
|
}
|
|
10073
10228
|
return {
|
|
@@ -10281,44 +10436,40 @@ async function run$f(argv, importMeta, {
|
|
|
10281
10436
|
const {
|
|
10282
10437
|
all,
|
|
10283
10438
|
direction = 'desc',
|
|
10284
|
-
dryRun,
|
|
10285
10439
|
interactive,
|
|
10286
10440
|
json,
|
|
10287
10441
|
markdown,
|
|
10288
10442
|
org: orgFlag
|
|
10289
10443
|
} = cli.flags;
|
|
10444
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
10290
10445
|
const hasApiToken = utils.hasDefaultToken();
|
|
10291
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive,
|
|
10446
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
10292
10447
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
10293
10448
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
10294
10449
|
nook: true,
|
|
10295
10450
|
test: !!orgSlug,
|
|
10296
10451
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
10297
|
-
pass: 'ok',
|
|
10298
10452
|
fail: 'missing'
|
|
10299
10453
|
}, {
|
|
10300
10454
|
nook: true,
|
|
10301
10455
|
test: !json || !markdown,
|
|
10302
10456
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
10303
|
-
pass: 'ok',
|
|
10304
10457
|
fail: 'bad'
|
|
10305
10458
|
}, {
|
|
10306
10459
|
nook: true,
|
|
10307
10460
|
test: hasApiToken,
|
|
10308
|
-
message: '
|
|
10309
|
-
|
|
10310
|
-
fail: 'missing Socket API token'
|
|
10461
|
+
message: 'This command requires a Socket API token for access',
|
|
10462
|
+
fail: 'try `socket login`'
|
|
10311
10463
|
}, {
|
|
10312
10464
|
nook: true,
|
|
10313
10465
|
test: direction === 'asc' || direction === 'desc',
|
|
10314
10466
|
message: 'The --direction value must be "asc" or "desc"',
|
|
10315
|
-
pass: 'ok',
|
|
10316
10467
|
fail: 'unexpected value'
|
|
10317
10468
|
});
|
|
10318
10469
|
if (!wasValidInput) {
|
|
10319
10470
|
return;
|
|
10320
10471
|
}
|
|
10321
|
-
if (
|
|
10472
|
+
if (dryRun) {
|
|
10322
10473
|
logger.logger.log(DRY_RUN_BAILING_NOW$f);
|
|
10323
10474
|
return;
|
|
10324
10475
|
}
|
|
@@ -10477,45 +10628,41 @@ async function run$e(argv, importMeta, {
|
|
|
10477
10628
|
parentName
|
|
10478
10629
|
});
|
|
10479
10630
|
const {
|
|
10480
|
-
dryRun,
|
|
10481
10631
|
interactive,
|
|
10482
10632
|
json,
|
|
10483
10633
|
markdown,
|
|
10484
10634
|
org: orgFlag
|
|
10485
10635
|
} = cli.flags;
|
|
10636
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
10637
|
+
const noLegacy = !cli.flags['repoName'];
|
|
10486
10638
|
const [repoName = ''] = cli.input;
|
|
10487
10639
|
const hasApiToken = utils.hasDefaultToken();
|
|
10488
|
-
const
|
|
10489
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, !!dryRun);
|
|
10640
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
10490
10641
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
10491
10642
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
10492
10643
|
nook: true,
|
|
10493
10644
|
test: noLegacy,
|
|
10494
10645
|
message: 'Legacy flags are no longer supported. See v1 migration guide.',
|
|
10495
|
-
pass: 'ok',
|
|
10496
10646
|
fail: `received legacy flags`
|
|
10497
10647
|
}, {
|
|
10498
10648
|
nook: true,
|
|
10499
10649
|
test: !!orgSlug,
|
|
10500
10650
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
10501
|
-
pass: 'ok',
|
|
10502
10651
|
fail: 'missing'
|
|
10503
10652
|
}, {
|
|
10504
10653
|
test: !!repoName,
|
|
10505
10654
|
message: 'Repository name as first argument',
|
|
10506
|
-
pass: 'ok',
|
|
10507
10655
|
fail: 'missing'
|
|
10508
10656
|
}, {
|
|
10509
10657
|
nook: true,
|
|
10510
10658
|
test: hasApiToken,
|
|
10511
|
-
message: '
|
|
10512
|
-
|
|
10513
|
-
fail: 'missing Socket API token'
|
|
10659
|
+
message: 'This command requires a Socket API token for access',
|
|
10660
|
+
fail: 'try `socket login`'
|
|
10514
10661
|
});
|
|
10515
10662
|
if (!wasValidInput) {
|
|
10516
10663
|
return;
|
|
10517
10664
|
}
|
|
10518
|
-
if (
|
|
10665
|
+
if (dryRun) {
|
|
10519
10666
|
logger.logger.log(DRY_RUN_BAILING_NOW$e);
|
|
10520
10667
|
return;
|
|
10521
10668
|
}
|
|
@@ -10642,51 +10789,46 @@ async function run$d(argv, importMeta, {
|
|
|
10642
10789
|
parentName
|
|
10643
10790
|
});
|
|
10644
10791
|
const {
|
|
10645
|
-
dryRun,
|
|
10646
10792
|
interactive,
|
|
10647
10793
|
json,
|
|
10648
10794
|
markdown,
|
|
10649
10795
|
org: orgFlag
|
|
10650
10796
|
} = cli.flags;
|
|
10797
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
10798
|
+
const noLegacy = !cli.flags['repoName'];
|
|
10651
10799
|
const [repoName = ''] = cli.input;
|
|
10652
10800
|
const hasApiToken = utils.hasDefaultToken();
|
|
10653
|
-
const
|
|
10654
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, !!dryRun);
|
|
10801
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
10655
10802
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
10656
10803
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
10657
10804
|
nook: true,
|
|
10658
10805
|
test: noLegacy,
|
|
10659
10806
|
message: 'Legacy flags are no longer supported. See v1 migration guide.',
|
|
10660
|
-
pass: 'ok',
|
|
10661
10807
|
fail: `received legacy flags`
|
|
10662
10808
|
}, {
|
|
10663
10809
|
nook: true,
|
|
10664
10810
|
test: !!orgSlug,
|
|
10665
10811
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
10666
|
-
pass: 'ok',
|
|
10667
10812
|
fail: 'missing'
|
|
10668
10813
|
}, {
|
|
10669
10814
|
test: !!repoName,
|
|
10670
10815
|
message: 'Repository name as first argument',
|
|
10671
|
-
pass: 'ok',
|
|
10672
10816
|
fail: 'missing'
|
|
10673
10817
|
}, {
|
|
10674
10818
|
nook: true,
|
|
10675
10819
|
test: !json || !markdown,
|
|
10676
10820
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
10677
|
-
pass: 'ok',
|
|
10678
10821
|
fail: 'bad'
|
|
10679
10822
|
}, {
|
|
10680
10823
|
nook: true,
|
|
10681
10824
|
test: hasApiToken,
|
|
10682
|
-
message: '
|
|
10683
|
-
|
|
10684
|
-
fail: 'missing Socket API token'
|
|
10825
|
+
message: 'This command requires a Socket API token for access',
|
|
10826
|
+
fail: 'try `socket login`'
|
|
10685
10827
|
});
|
|
10686
10828
|
if (!wasValidInput) {
|
|
10687
10829
|
return;
|
|
10688
10830
|
}
|
|
10689
|
-
if (
|
|
10831
|
+
if (dryRun) {
|
|
10690
10832
|
logger.logger.log(DRY_RUN_BAILING_NOW$d);
|
|
10691
10833
|
return;
|
|
10692
10834
|
}
|
|
@@ -10714,6 +10856,38 @@ const cmdRepository = {
|
|
|
10714
10856
|
}
|
|
10715
10857
|
};
|
|
10716
10858
|
|
|
10859
|
+
const reachabilityFlags = {
|
|
10860
|
+
reachAnalysisMemoryLimit: {
|
|
10861
|
+
type: 'number',
|
|
10862
|
+
default: 8192,
|
|
10863
|
+
description: 'The maximum memory in MB to use for the reachability analysis. The default is 8192MB.'
|
|
10864
|
+
},
|
|
10865
|
+
reachAnalysisTimeout: {
|
|
10866
|
+
type: 'number',
|
|
10867
|
+
default: 0,
|
|
10868
|
+
description: 'Set timeout for the reachability analysis. Split analysis runs may cause the total scan time to exceed this timeout significantly.'
|
|
10869
|
+
},
|
|
10870
|
+
reachContinueOnFailingProjects: {
|
|
10871
|
+
type: 'boolean',
|
|
10872
|
+
description: 'Continue reachability analysis even when some projects/workspaces fail. Default is to crash the CLI at the first failing project/workspace.'
|
|
10873
|
+
},
|
|
10874
|
+
reachDisableAnalytics: {
|
|
10875
|
+
type: 'boolean',
|
|
10876
|
+
default: false,
|
|
10877
|
+
description: 'Disable reachability analytics sharing with Socket. Also disables caching-based optimizations.'
|
|
10878
|
+
},
|
|
10879
|
+
reachEcosystems: {
|
|
10880
|
+
type: 'string',
|
|
10881
|
+
isMultiple: true,
|
|
10882
|
+
description: 'List of ecosystems to conduct reachability analysis on, as either a comma separated value or as multiple flags. Defaults to all ecosystems.'
|
|
10883
|
+
},
|
|
10884
|
+
reachExcludePaths: {
|
|
10885
|
+
type: 'string',
|
|
10886
|
+
isMultiple: true,
|
|
10887
|
+
description: 'List of paths to exclude from reachability analysis, as either a comma separated value or as multiple flags.'
|
|
10888
|
+
}
|
|
10889
|
+
};
|
|
10890
|
+
|
|
10717
10891
|
async function suggestTarget() {
|
|
10718
10892
|
// We could prefill this with sub-dirs of the current
|
|
10719
10893
|
// dir ... but is that going to be useful?
|
|
@@ -10737,92 +10911,101 @@ const {
|
|
|
10737
10911
|
SOCKET_DEFAULT_BRANCH: SOCKET_DEFAULT_BRANCH$1,
|
|
10738
10912
|
SOCKET_DEFAULT_REPOSITORY: SOCKET_DEFAULT_REPOSITORY$1
|
|
10739
10913
|
} = constants;
|
|
10914
|
+
const generalFlags$1 = {
|
|
10915
|
+
...flags.commonFlags,
|
|
10916
|
+
...flags.outputFlags,
|
|
10917
|
+
autoManifest: {
|
|
10918
|
+
type: 'boolean',
|
|
10919
|
+
description: 'Run `socket manifest auto` before collecting manifest files. This is necessary for languages like Scala, Gradle, and Kotlin, See `socket manifest auto --help`.'
|
|
10920
|
+
},
|
|
10921
|
+
branch: {
|
|
10922
|
+
type: 'string',
|
|
10923
|
+
shortFlag: 'b',
|
|
10924
|
+
description: 'Branch name'
|
|
10925
|
+
},
|
|
10926
|
+
commitHash: {
|
|
10927
|
+
type: 'string',
|
|
10928
|
+
shortFlag: 'ch',
|
|
10929
|
+
default: '',
|
|
10930
|
+
description: 'Commit hash'
|
|
10931
|
+
},
|
|
10932
|
+
commitMessage: {
|
|
10933
|
+
type: 'string',
|
|
10934
|
+
shortFlag: 'm',
|
|
10935
|
+
default: '',
|
|
10936
|
+
description: 'Commit message'
|
|
10937
|
+
},
|
|
10938
|
+
committers: {
|
|
10939
|
+
type: 'string',
|
|
10940
|
+
shortFlag: 'c',
|
|
10941
|
+
default: '',
|
|
10942
|
+
description: 'Committers'
|
|
10943
|
+
},
|
|
10944
|
+
cwd: {
|
|
10945
|
+
type: 'string',
|
|
10946
|
+
description: 'working directory, defaults to process.cwd()'
|
|
10947
|
+
},
|
|
10948
|
+
defaultBranch: {
|
|
10949
|
+
type: 'boolean',
|
|
10950
|
+
default: false,
|
|
10951
|
+
description: 'Set the default branch of the repository to the branch of this full-scan. Should only need to be done once, for example for the "main" or "master" branch.'
|
|
10952
|
+
},
|
|
10953
|
+
interactive: {
|
|
10954
|
+
type: 'boolean',
|
|
10955
|
+
default: true,
|
|
10956
|
+
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
10957
|
+
},
|
|
10958
|
+
pullRequest: {
|
|
10959
|
+
type: 'number',
|
|
10960
|
+
shortFlag: 'pr',
|
|
10961
|
+
description: 'Commit hash'
|
|
10962
|
+
},
|
|
10963
|
+
org: {
|
|
10964
|
+
type: 'string',
|
|
10965
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
10966
|
+
},
|
|
10967
|
+
reach: {
|
|
10968
|
+
type: 'boolean',
|
|
10969
|
+
default: false,
|
|
10970
|
+
description: 'Run tier 1 full application reachability analysis'
|
|
10971
|
+
},
|
|
10972
|
+
readOnly: {
|
|
10973
|
+
type: 'boolean',
|
|
10974
|
+
default: false,
|
|
10975
|
+
description: 'Similar to --dry-run except it can read from remote, stops before it would create an actual report'
|
|
10976
|
+
},
|
|
10977
|
+
repo: {
|
|
10978
|
+
type: 'string',
|
|
10979
|
+
shortFlag: 'r',
|
|
10980
|
+
description: 'Repository name'
|
|
10981
|
+
},
|
|
10982
|
+
report: {
|
|
10983
|
+
type: 'boolean',
|
|
10984
|
+
description: 'Wait for the scan creation to complete, then basically run `socket scan report` on it'
|
|
10985
|
+
},
|
|
10986
|
+
setAsAlertsPage: {
|
|
10987
|
+
type: 'boolean',
|
|
10988
|
+
default: true,
|
|
10989
|
+
aliases: ['pendingHead'],
|
|
10990
|
+
description: 'When true and if this is the "default branch" then this Scan will be the one reflected on your alerts page. See help for details. Defaults to true.'
|
|
10991
|
+
},
|
|
10992
|
+
tmp: {
|
|
10993
|
+
type: 'boolean',
|
|
10994
|
+
shortFlag: 't',
|
|
10995
|
+
default: false,
|
|
10996
|
+
description: 'Set the visibility (true/false) of the scan in your dashboard.'
|
|
10997
|
+
}
|
|
10998
|
+
};
|
|
10740
10999
|
const config$c = {
|
|
10741
11000
|
commandName: 'create',
|
|
10742
11001
|
description: 'Create a new Socket scan and report',
|
|
10743
11002
|
hidden: false,
|
|
10744
11003
|
flags: {
|
|
10745
|
-
...
|
|
10746
|
-
...
|
|
10747
|
-
autoManifest: {
|
|
10748
|
-
type: 'boolean',
|
|
10749
|
-
description: 'Run `socket manifest auto` before collecting manifest files. This is necessary for languages like Scala, Gradle, and Kotlin, See `socket manifest auto --help`.'
|
|
10750
|
-
},
|
|
10751
|
-
branch: {
|
|
10752
|
-
type: 'string',
|
|
10753
|
-
shortFlag: 'b',
|
|
10754
|
-
description: 'Branch name'
|
|
10755
|
-
},
|
|
10756
|
-
commitMessage: {
|
|
10757
|
-
type: 'string',
|
|
10758
|
-
shortFlag: 'm',
|
|
10759
|
-
default: '',
|
|
10760
|
-
description: 'Commit message'
|
|
10761
|
-
},
|
|
10762
|
-
commitHash: {
|
|
10763
|
-
type: 'string',
|
|
10764
|
-
shortFlag: 'ch',
|
|
10765
|
-
default: '',
|
|
10766
|
-
description: 'Commit hash'
|
|
10767
|
-
},
|
|
10768
|
-
committers: {
|
|
10769
|
-
type: 'string',
|
|
10770
|
-
shortFlag: 'c',
|
|
10771
|
-
default: '',
|
|
10772
|
-
description: 'Committers'
|
|
10773
|
-
},
|
|
10774
|
-
cwd: {
|
|
10775
|
-
type: 'string',
|
|
10776
|
-
description: 'working directory, defaults to process.cwd()'
|
|
10777
|
-
},
|
|
10778
|
-
defaultBranch: {
|
|
10779
|
-
type: 'boolean',
|
|
10780
|
-
default: false,
|
|
10781
|
-
description: 'Set the default branch of the repository to the branch of this full-scan. Should only need to be done once, for example for the "main" or "master" branch.'
|
|
10782
|
-
},
|
|
10783
|
-
interactive: {
|
|
10784
|
-
type: 'boolean',
|
|
10785
|
-
default: true,
|
|
10786
|
-
description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
|
|
10787
|
-
},
|
|
10788
|
-
pullRequest: {
|
|
10789
|
-
type: 'number',
|
|
10790
|
-
shortFlag: 'pr',
|
|
10791
|
-
description: 'Commit hash'
|
|
10792
|
-
},
|
|
10793
|
-
org: {
|
|
10794
|
-
type: 'string',
|
|
10795
|
-
description: 'Force override the organization slug, overrides the default org from config'
|
|
10796
|
-
},
|
|
10797
|
-
readOnly: {
|
|
10798
|
-
type: 'boolean',
|
|
10799
|
-
default: false,
|
|
10800
|
-
description: 'Similar to --dry-run except it can read from remote, stops before it would create an actual report'
|
|
10801
|
-
},
|
|
10802
|
-
repo: {
|
|
10803
|
-
type: 'string',
|
|
10804
|
-
shortFlag: 'r',
|
|
10805
|
-
description: 'Repository name'
|
|
10806
|
-
},
|
|
10807
|
-
report: {
|
|
10808
|
-
type: 'boolean',
|
|
10809
|
-
description: 'Wait for the scan creation to complete, then basically run `socket scan report` on it'
|
|
10810
|
-
},
|
|
10811
|
-
setAsAlertsPage: {
|
|
10812
|
-
type: 'boolean',
|
|
10813
|
-
default: true,
|
|
10814
|
-
aliases: ['pendingHead'],
|
|
10815
|
-
description: 'When true and if this is the "default branch" then this Scan will be the one reflected on your alerts page. See help for details. Defaults to true.'
|
|
10816
|
-
},
|
|
10817
|
-
tmp: {
|
|
10818
|
-
type: 'boolean',
|
|
10819
|
-
shortFlag: 't',
|
|
10820
|
-
default: false,
|
|
10821
|
-
description: 'Set the visibility (true/false) of the scan in your dashboard.'
|
|
10822
|
-
}
|
|
11004
|
+
...generalFlags$1,
|
|
11005
|
+
...reachabilityFlags
|
|
10823
11006
|
},
|
|
10824
|
-
// TODO:
|
|
10825
|
-
help:
|
|
11007
|
+
// TODO: Your project's "socket.yml" file's "projectIgnorePaths".
|
|
11008
|
+
help: command => `
|
|
10826
11009
|
Usage
|
|
10827
11010
|
$ ${command} [options] [TARGET...]
|
|
10828
11011
|
|
|
@@ -10831,7 +11014,10 @@ const config$c = {
|
|
|
10831
11014
|
- Permissions: full-scans:create
|
|
10832
11015
|
|
|
10833
11016
|
Options
|
|
10834
|
-
${utils.getFlagListOutput(
|
|
11017
|
+
${utils.getFlagListOutput(generalFlags$1)}
|
|
11018
|
+
|
|
11019
|
+
Reachability Options (when --reach is used)
|
|
11020
|
+
${utils.getFlagListOutput(reachabilityFlags)}
|
|
10835
11021
|
|
|
10836
11022
|
Uploads the specified dependency manifest files for Go, Gradle, JavaScript,
|
|
10837
11023
|
Kotlin, Python, and Scala. Files like "package.json" and "requirements.txt".
|
|
@@ -10889,16 +11075,35 @@ async function run$c(argv, importMeta, {
|
|
|
10889
11075
|
committers,
|
|
10890
11076
|
cwd: cwdOverride,
|
|
10891
11077
|
defaultBranch,
|
|
10892
|
-
dryRun = false,
|
|
10893
11078
|
interactive = true,
|
|
10894
11079
|
json,
|
|
10895
11080
|
markdown,
|
|
10896
11081
|
org: orgFlag,
|
|
10897
11082
|
pullRequest,
|
|
11083
|
+
reach,
|
|
11084
|
+
reachAnalysisMemoryLimit,
|
|
11085
|
+
reachAnalysisTimeout,
|
|
11086
|
+
reachContinueOnFailingProjects,
|
|
11087
|
+
reachDisableAnalytics,
|
|
10898
11088
|
readOnly,
|
|
10899
11089
|
setAsAlertsPage: pendingHeadFlag,
|
|
10900
11090
|
tmp
|
|
10901
11091
|
} = cli.flags;
|
|
11092
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
11093
|
+
|
|
11094
|
+
// Process comma-separated values for isMultiple flags.
|
|
11095
|
+
const reachEcosystemsRaw = utils.cmdFlagValueToArray(cli.flags['reachEcosystems']);
|
|
11096
|
+
const reachExcludePaths = utils.cmdFlagValueToArray(cli.flags['reachExcludePaths']);
|
|
11097
|
+
|
|
11098
|
+
// Validate ecosystem values.
|
|
11099
|
+
const reachEcosystems = [];
|
|
11100
|
+
const validEcosystems = utils.getEcosystemChoicesForMeow();
|
|
11101
|
+
for (const ecosystem of reachEcosystemsRaw) {
|
|
11102
|
+
if (!validEcosystems.includes(ecosystem)) {
|
|
11103
|
+
throw new Error(`Invalid ecosystem: "${ecosystem}". Valid values are: ${arrays.joinAnd(validEcosystems)}`);
|
|
11104
|
+
}
|
|
11105
|
+
reachEcosystems.push(ecosystem);
|
|
11106
|
+
}
|
|
10902
11107
|
let {
|
|
10903
11108
|
autoManifest,
|
|
10904
11109
|
branch: branchName,
|
|
@@ -10906,13 +11111,11 @@ async function run$c(argv, importMeta, {
|
|
|
10906
11111
|
report
|
|
10907
11112
|
} = cli.flags;
|
|
10908
11113
|
let [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), interactive, dryRun);
|
|
10909
|
-
const
|
|
10910
|
-
|
|
10911
|
-
|
|
10912
|
-
let targets = cli.input || [cwd];
|
|
10913
|
-
const sockJson = await utils.readOrDefaultSocketJson(cwd);
|
|
11114
|
+
const processCwd = process.cwd();
|
|
11115
|
+
const cwd = cwdOverride && cwdOverride !== processCwd ? path.resolve(processCwd, String(cwdOverride)) : processCwd;
|
|
11116
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
10914
11117
|
|
|
10915
|
-
// Note: This needs meow booleanDefault=undefined
|
|
11118
|
+
// Note: This needs meow booleanDefault=undefined.
|
|
10916
11119
|
if (typeof autoManifest !== 'boolean') {
|
|
10917
11120
|
if (sockJson.defaults?.scan?.create?.autoManifest !== undefined) {
|
|
10918
11121
|
autoManifest = sockJson.defaults.scan.create.autoManifest;
|
|
@@ -10946,21 +11149,24 @@ async function run$c(argv, importMeta, {
|
|
|
10946
11149
|
}
|
|
10947
11150
|
}
|
|
10948
11151
|
|
|
10949
|
-
// We're going to need an api token to suggest data because those suggestions
|
|
10950
|
-
// must come from data we already know. Don't error on missing api token yet.
|
|
10951
|
-
// If the api-token is not set, ignore it for the sake of suggestions.
|
|
10952
|
-
const hasApiToken = utils.hasDefaultToken();
|
|
10953
|
-
const outputKind = utils.getOutputKind(json, markdown);
|
|
10954
|
-
const pendingHead = tmp ? false : pendingHeadFlag;
|
|
10955
|
-
|
|
10956
11152
|
// If we updated any inputs then we should print the command line to repeat
|
|
10957
11153
|
// the command without requiring user input, as a suggestion.
|
|
10958
11154
|
let updatedInput = false;
|
|
11155
|
+
|
|
11156
|
+
// Accept zero or more paths. Default to cwd() if none given.
|
|
11157
|
+
let targets = cli.input || [cwd];
|
|
10959
11158
|
if (!targets.length && !dryRun && interactive) {
|
|
10960
11159
|
targets = await suggestTarget();
|
|
10961
11160
|
updatedInput = true;
|
|
10962
11161
|
}
|
|
10963
11162
|
|
|
11163
|
+
// We're going to need an api token to suggest data because those suggestions
|
|
11164
|
+
// must come from data we already know. Don't error on missing api token yet.
|
|
11165
|
+
// If the api-token is not set, ignore it for the sake of suggestions.
|
|
11166
|
+
const hasApiToken = utils.hasDefaultToken();
|
|
11167
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
11168
|
+
const pendingHead = tmp ? false : pendingHeadFlag;
|
|
11169
|
+
|
|
10964
11170
|
// If the current cwd is unknown and is used as a repo slug anyways, we will
|
|
10965
11171
|
// first need to register the slug before we can use it.
|
|
10966
11172
|
// Only do suggestions with an apiToken and when not in dryRun mode
|
|
@@ -10972,7 +11178,10 @@ async function run$c(argv, importMeta, {
|
|
|
10972
11178
|
ok: false,
|
|
10973
11179
|
message: 'Canceled by user',
|
|
10974
11180
|
cause: 'Org selector was canceled by user'
|
|
10975
|
-
},
|
|
11181
|
+
}, {
|
|
11182
|
+
interactive: false,
|
|
11183
|
+
outputKind
|
|
11184
|
+
});
|
|
10976
11185
|
return;
|
|
10977
11186
|
}
|
|
10978
11187
|
if (suggestion) {
|
|
@@ -10987,9 +11196,9 @@ async function run$c(argv, importMeta, {
|
|
|
10987
11196
|
}
|
|
10988
11197
|
if (updatedInput && orgSlug && targets.length) {
|
|
10989
11198
|
logger.logger.info('Note: You can invoke this command next time to skip the interactive questions:');
|
|
10990
|
-
logger.logger.
|
|
10991
|
-
logger.logger.
|
|
10992
|
-
logger.logger.
|
|
11199
|
+
logger.logger.error('```');
|
|
11200
|
+
logger.logger.error(` socket scan create [other flags...] ${orgSlug} ${targets.join(' ')}`);
|
|
11201
|
+
logger.logger.error('```');
|
|
10993
11202
|
logger.logger.error('');
|
|
10994
11203
|
logger.logger.info('You can also run `socket scan setup` to persist these flag defaults to a socket.json file.');
|
|
10995
11204
|
logger.logger.error('');
|
|
@@ -10998,43 +11207,65 @@ async function run$c(argv, importMeta, {
|
|
|
10998
11207
|
nook: true,
|
|
10999
11208
|
test: !!orgSlug,
|
|
11000
11209
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
11001
|
-
pass: 'ok',
|
|
11002
11210
|
fail: 'missing'
|
|
11003
11211
|
}, {
|
|
11004
11212
|
test: !!targets.length,
|
|
11005
11213
|
message: 'At least one TARGET (e.g. `.` or `./package.json`)',
|
|
11006
|
-
pass: 'ok',
|
|
11007
11214
|
fail: 'missing'
|
|
11008
11215
|
}, {
|
|
11009
11216
|
nook: true,
|
|
11010
11217
|
test: !json || !markdown,
|
|
11011
11218
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
11012
|
-
pass: 'ok',
|
|
11013
11219
|
fail: 'omit one'
|
|
11014
11220
|
}, {
|
|
11015
11221
|
nook: true,
|
|
11016
11222
|
test: hasApiToken,
|
|
11017
|
-
message: 'This command requires
|
|
11018
|
-
|
|
11019
|
-
fail: 'missing (try `socket login`)'
|
|
11223
|
+
message: 'This command requires a Socket API token for access',
|
|
11224
|
+
fail: 'try `socket login`'
|
|
11020
11225
|
}, {
|
|
11021
11226
|
nook: true,
|
|
11022
11227
|
test: !pendingHead || !!branchName,
|
|
11023
11228
|
message: 'When --pendingHead is set, --branch is mandatory',
|
|
11024
|
-
pass: 'ok',
|
|
11025
11229
|
fail: 'missing branch name'
|
|
11026
11230
|
}, {
|
|
11027
11231
|
nook: true,
|
|
11028
11232
|
test: !defaultBranch || !!branchName,
|
|
11029
11233
|
message: 'When --defaultBranch is set, --branch is mandatory',
|
|
11030
|
-
pass: 'ok',
|
|
11031
11234
|
fail: 'missing branch name'
|
|
11235
|
+
}, {
|
|
11236
|
+
nook: true,
|
|
11237
|
+
test: reach || reachDisableAnalytics === reachabilityFlags['reachDisableAnalytics']?.default,
|
|
11238
|
+
message: 'The --reachDisableAnalytics flag requires --reach to be set',
|
|
11239
|
+
fail: 'missing --reach flag'
|
|
11240
|
+
}, {
|
|
11241
|
+
nook: true,
|
|
11242
|
+
test: reach || reachAnalysisMemoryLimit === reachabilityFlags['reachAnalysisMemoryLimit']?.default,
|
|
11243
|
+
message: 'The --reachAnalysisMemoryLimit flag requires --reach to be set',
|
|
11244
|
+
fail: 'missing --reach flag'
|
|
11245
|
+
}, {
|
|
11246
|
+
nook: true,
|
|
11247
|
+
test: reach || reachAnalysisTimeout === reachabilityFlags['reachAnalysisTimeout']?.default,
|
|
11248
|
+
message: 'The --reachAnalysisTimeout flag requires --reach to be set',
|
|
11249
|
+
fail: 'missing --reach flag'
|
|
11250
|
+
}, {
|
|
11251
|
+
nook: true,
|
|
11252
|
+
test: reach || !reachEcosystems.length,
|
|
11253
|
+
message: 'The --reachEcosystems flag requires --reach to be set',
|
|
11254
|
+
fail: 'missing --reach flag'
|
|
11255
|
+
}, {
|
|
11256
|
+
nook: true,
|
|
11257
|
+
test: reach || !reachContinueOnFailingProjects,
|
|
11258
|
+
message: 'The --reachContinueOnFailingProjects flag requires --reach to be set',
|
|
11259
|
+
fail: 'missing --reach flag'
|
|
11260
|
+
}, {
|
|
11261
|
+
nook: true,
|
|
11262
|
+
test: reach || !reachExcludePaths.length,
|
|
11263
|
+
message: 'The --reachExcludePaths flag requires --reach to be set',
|
|
11264
|
+
fail: 'missing --reach flag'
|
|
11032
11265
|
});
|
|
11033
11266
|
if (!wasValidInput) {
|
|
11034
11267
|
return;
|
|
11035
11268
|
}
|
|
11036
|
-
|
|
11037
|
-
// Note exiting earlier to skirt a hidden auth requirement
|
|
11038
11269
|
if (dryRun) {
|
|
11039
11270
|
logger.logger.log(DRY_RUN_BAILING_NOW$c);
|
|
11040
11271
|
return;
|
|
@@ -11052,6 +11283,15 @@ async function run$c(argv, importMeta, {
|
|
|
11052
11283
|
outputKind,
|
|
11053
11284
|
pendingHead: Boolean(pendingHead),
|
|
11054
11285
|
pullRequest: Number(pullRequest),
|
|
11286
|
+
reach: {
|
|
11287
|
+
runReachabilityAnalysis: Boolean(reach),
|
|
11288
|
+
reachContinueOnFailingProjects: Boolean(reachContinueOnFailingProjects),
|
|
11289
|
+
reachDisableAnalytics: Boolean(reachDisableAnalytics),
|
|
11290
|
+
reachAnalysisTimeout: Number(reachAnalysisTimeout),
|
|
11291
|
+
reachAnalysisMemoryLimit: Number(reachAnalysisMemoryLimit),
|
|
11292
|
+
reachEcosystems,
|
|
11293
|
+
reachExcludePaths
|
|
11294
|
+
},
|
|
11055
11295
|
readOnly: Boolean(readOnly),
|
|
11056
11296
|
repoName,
|
|
11057
11297
|
report,
|
|
@@ -11148,38 +11388,35 @@ async function run$b(argv, importMeta, {
|
|
|
11148
11388
|
parentName
|
|
11149
11389
|
});
|
|
11150
11390
|
const {
|
|
11151
|
-
dryRun,
|
|
11152
11391
|
interactive,
|
|
11153
11392
|
json,
|
|
11154
11393
|
markdown,
|
|
11155
11394
|
org: orgFlag
|
|
11156
11395
|
} = cli.flags;
|
|
11396
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
11157
11397
|
const [scanId = ''] = cli.input;
|
|
11158
11398
|
const hasApiToken = utils.hasDefaultToken();
|
|
11159
|
-
const [orgSlug, defaultOrgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive,
|
|
11399
|
+
const [orgSlug, defaultOrgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
11160
11400
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
11161
11401
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
11162
11402
|
nook: !!defaultOrgSlug,
|
|
11163
11403
|
test: !!orgSlug,
|
|
11164
11404
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
11165
|
-
pass: 'ok',
|
|
11166
11405
|
fail: 'missing'
|
|
11167
11406
|
}, {
|
|
11168
11407
|
test: !!scanId,
|
|
11169
11408
|
message: 'Scan ID to delete',
|
|
11170
|
-
pass: 'ok',
|
|
11171
11409
|
fail: 'missing'
|
|
11172
11410
|
}, {
|
|
11173
11411
|
nook: true,
|
|
11174
11412
|
test: hasApiToken,
|
|
11175
|
-
message: '
|
|
11176
|
-
|
|
11177
|
-
fail: 'missing Socket API token'
|
|
11413
|
+
message: 'This command requires a Socket API token for access',
|
|
11414
|
+
fail: 'try `socket login`'
|
|
11178
11415
|
});
|
|
11179
11416
|
if (!wasValidInput) {
|
|
11180
11417
|
return;
|
|
11181
11418
|
}
|
|
11182
|
-
if (
|
|
11419
|
+
if (dryRun) {
|
|
11183
11420
|
logger.logger.log(DRY_RUN_BAILING_NOW$b);
|
|
11184
11421
|
return;
|
|
11185
11422
|
}
|
|
@@ -11449,14 +11686,13 @@ async function run$a(argv, importMeta, {
|
|
|
11449
11686
|
});
|
|
11450
11687
|
const {
|
|
11451
11688
|
depth,
|
|
11452
|
-
dryRun,
|
|
11453
11689
|
file,
|
|
11454
11690
|
interactive,
|
|
11455
11691
|
json,
|
|
11456
11692
|
markdown,
|
|
11457
11693
|
org: orgFlag
|
|
11458
11694
|
} = cli.flags;
|
|
11459
|
-
const
|
|
11695
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
11460
11696
|
let [id1 = '', id2 = ''] = cli.input;
|
|
11461
11697
|
// Support dropping in full socket urls to an sbom.
|
|
11462
11698
|
if (id1.startsWith(SOCKET_SBOM_URL_PREFIX)) {
|
|
@@ -11465,36 +11701,33 @@ async function run$a(argv, importMeta, {
|
|
|
11465
11701
|
if (id2.startsWith(SOCKET_SBOM_URL_PREFIX)) {
|
|
11466
11702
|
id2 = id2.slice(SOCKET_SBOM_URL_PREFIX_LENGTH);
|
|
11467
11703
|
}
|
|
11468
|
-
const
|
|
11704
|
+
const hasApiToken = utils.hasDefaultToken();
|
|
11705
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
11469
11706
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
11470
11707
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
11471
11708
|
test: !!(id1 && id2),
|
|
11472
11709
|
message: 'Specify two Scan IDs.\nA Scan ID looks like `aaa0aa0a-aaaa-0000-0a0a-0000000a00a0`.',
|
|
11473
|
-
pass: 'ok',
|
|
11474
11710
|
fail: !id1 && !id2 ? 'missing both Scan IDs' : !id2 ? 'missing second Scan ID' : 'missing first Scan ID' // Not sure how this can happen but ok.
|
|
11475
11711
|
}, {
|
|
11476
11712
|
test: !!orgSlug,
|
|
11477
11713
|
nook: true,
|
|
11478
11714
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
11479
|
-
pass: 'ok',
|
|
11480
11715
|
fail: 'missing'
|
|
11481
11716
|
}, {
|
|
11482
11717
|
nook: true,
|
|
11483
11718
|
test: !json || !markdown,
|
|
11484
11719
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
11485
|
-
pass: 'ok',
|
|
11486
11720
|
fail: 'bad'
|
|
11487
11721
|
}, {
|
|
11488
11722
|
nook: true,
|
|
11489
11723
|
test: hasApiToken,
|
|
11490
|
-
message: '
|
|
11491
|
-
|
|
11492
|
-
fail: 'missing Socket API token'
|
|
11724
|
+
message: 'This command requires a Socket API token for access',
|
|
11725
|
+
fail: 'try `socket login`'
|
|
11493
11726
|
});
|
|
11494
11727
|
if (!wasValidInput) {
|
|
11495
11728
|
return;
|
|
11496
11729
|
}
|
|
11497
|
-
if (
|
|
11730
|
+
if (dryRun) {
|
|
11498
11731
|
logger.logger.log(DRY_RUN_BAILING_NOW$a);
|
|
11499
11732
|
return;
|
|
11500
11733
|
}
|
|
@@ -11692,6 +11925,15 @@ async function scanOneRepo(repoSlug, {
|
|
|
11692
11925
|
outputKind,
|
|
11693
11926
|
pendingHead: true,
|
|
11694
11927
|
pullRequest: 0,
|
|
11928
|
+
reach: {
|
|
11929
|
+
runReachabilityAnalysis: false,
|
|
11930
|
+
reachContinueOnFailingProjects: false,
|
|
11931
|
+
reachDisableAnalytics: false,
|
|
11932
|
+
reachAnalysisTimeout: 0,
|
|
11933
|
+
reachAnalysisMemoryLimit: 0,
|
|
11934
|
+
reachEcosystems: [],
|
|
11935
|
+
reachExcludePaths: []
|
|
11936
|
+
},
|
|
11695
11937
|
readOnly: false,
|
|
11696
11938
|
repoName: repoSlug,
|
|
11697
11939
|
report: false,
|
|
@@ -12170,11 +12412,11 @@ const config$9 = {
|
|
|
12170
12412
|
...flags.outputFlags,
|
|
12171
12413
|
all: {
|
|
12172
12414
|
type: 'boolean',
|
|
12173
|
-
description: 'Apply for all known
|
|
12415
|
+
description: 'Apply for all known repositories reported by the Socket API. Supersedes `repos`.'
|
|
12174
12416
|
},
|
|
12175
12417
|
githubToken: {
|
|
12176
12418
|
type: 'string',
|
|
12177
|
-
description: '
|
|
12419
|
+
description: 'Required GitHub token for authentication.\nMay set environment variable GITHUB_TOKEN or SOCKET_CLI_GITHUB_TOKEN instead.'
|
|
12178
12420
|
},
|
|
12179
12421
|
githubApiUrl: {
|
|
12180
12422
|
type: 'string',
|
|
@@ -12241,7 +12483,6 @@ async function run$9(argv, importMeta, {
|
|
|
12241
12483
|
parentName
|
|
12242
12484
|
});
|
|
12243
12485
|
const {
|
|
12244
|
-
dryRun = false,
|
|
12245
12486
|
// Lazily access constants.ENV.SOCKET_CLI_GITHUB_TOKEN.
|
|
12246
12487
|
githubToken = constants.ENV.SOCKET_CLI_GITHUB_TOKEN,
|
|
12247
12488
|
interactive = true,
|
|
@@ -12249,23 +12490,19 @@ async function run$9(argv, importMeta, {
|
|
|
12249
12490
|
markdown,
|
|
12250
12491
|
org: orgFlag
|
|
12251
12492
|
} = cli.flags;
|
|
12493
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
12252
12494
|
let {
|
|
12253
12495
|
all,
|
|
12254
12496
|
githubApiUrl,
|
|
12255
12497
|
orgGithub,
|
|
12256
12498
|
repos
|
|
12257
12499
|
} = cli.flags;
|
|
12258
|
-
const outputKind = utils.getOutputKind(json, markdown);
|
|
12259
12500
|
let [cwd = '.'] = cli.input;
|
|
12260
12501
|
// Note: path.resolve vs .join:
|
|
12261
12502
|
// If given path is absolute then cwd should not affect it.
|
|
12262
12503
|
cwd = path.resolve(process.cwd(), cwd);
|
|
12263
|
-
let [orgSlug
|
|
12264
|
-
|
|
12265
|
-
// Tmp. just for TS. will drop this later.
|
|
12266
|
-
defaultOrgSlug = '';
|
|
12267
|
-
}
|
|
12268
|
-
const sockJson = await utils.readOrDefaultSocketJson(cwd);
|
|
12504
|
+
let [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), interactive, dryRun);
|
|
12505
|
+
const sockJson = utils.readOrDefaultSocketJson(cwd);
|
|
12269
12506
|
if (all === undefined) {
|
|
12270
12507
|
if (sockJson.defaults?.scan?.github?.all !== undefined) {
|
|
12271
12508
|
all = sockJson.defaults?.scan?.github?.all;
|
|
@@ -12296,12 +12533,14 @@ async function run$9(argv, importMeta, {
|
|
|
12296
12533
|
}
|
|
12297
12534
|
}
|
|
12298
12535
|
|
|
12536
|
+
// We will also be needing that GitHub token.
|
|
12537
|
+
const hasGithubApiToken = !!githubToken;
|
|
12538
|
+
|
|
12299
12539
|
// We're going to need an api token to suggest data because those suggestions
|
|
12300
12540
|
// must come from data we already know. Don't error on missing api token yet.
|
|
12301
12541
|
// If the api-token is not set, ignore it for the sake of suggestions.
|
|
12302
12542
|
const hasSocketApiToken = utils.hasDefaultToken();
|
|
12303
|
-
|
|
12304
|
-
const hasGithubApiToken = !!githubToken;
|
|
12543
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
12305
12544
|
|
|
12306
12545
|
// If the current cwd is unknown and is used as a repo slug anyways, we will
|
|
12307
12546
|
// first need to register the slug before we can use it.
|
|
@@ -12326,18 +12565,15 @@ async function run$9(argv, importMeta, {
|
|
|
12326
12565
|
nook: true,
|
|
12327
12566
|
test: !json || !markdown,
|
|
12328
12567
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
12329
|
-
pass: 'ok',
|
|
12330
12568
|
fail: 'omit one'
|
|
12331
12569
|
}, {
|
|
12332
12570
|
nook: true,
|
|
12333
12571
|
test: hasSocketApiToken,
|
|
12334
|
-
message: 'This command requires
|
|
12335
|
-
|
|
12336
|
-
fail: 'missing (try `socket login`)'
|
|
12572
|
+
message: 'This command requires a Socket API token for access',
|
|
12573
|
+
fail: 'try `socket login`'
|
|
12337
12574
|
}, {
|
|
12338
12575
|
test: hasGithubApiToken,
|
|
12339
12576
|
message: 'This command requires a GitHub API token for access',
|
|
12340
|
-
pass: 'ok',
|
|
12341
12577
|
fail: 'missing'
|
|
12342
12578
|
});
|
|
12343
12579
|
if (!wasValidInput) {
|
|
@@ -12395,9 +12631,9 @@ async function fetchOrgFullScanList(config, options) {
|
|
|
12395
12631
|
} : {}),
|
|
12396
12632
|
sort,
|
|
12397
12633
|
direction,
|
|
12398
|
-
|
|
12634
|
+
from: from_time,
|
|
12399
12635
|
page: String(page),
|
|
12400
|
-
|
|
12636
|
+
per_page: String(perPage)
|
|
12401
12637
|
}), {
|
|
12402
12638
|
desc: 'list of scans'
|
|
12403
12639
|
});
|
|
@@ -12570,53 +12806,48 @@ async function run$8(argv, importMeta, {
|
|
|
12570
12806
|
});
|
|
12571
12807
|
const {
|
|
12572
12808
|
branch: branchFlag,
|
|
12573
|
-
dryRun,
|
|
12574
12809
|
interactive,
|
|
12575
12810
|
json,
|
|
12576
12811
|
markdown,
|
|
12577
12812
|
org: orgFlag
|
|
12578
12813
|
} = cli.flags;
|
|
12814
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
12815
|
+
const noLegacy = !cli.flags['repo'];
|
|
12579
12816
|
const [repo = '', branchArg = ''] = cli.input;
|
|
12580
12817
|
const branch = String(branchFlag || branchArg || '');
|
|
12581
12818
|
const hasApiToken = utils.hasDefaultToken();
|
|
12582
|
-
const
|
|
12583
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, !!dryRun);
|
|
12819
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
12584
12820
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
12585
12821
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
12586
12822
|
nook: true,
|
|
12587
12823
|
test: noLegacy,
|
|
12588
12824
|
message: 'Legacy flags are no longer supported. See v1 migration guide.',
|
|
12589
|
-
pass: 'ok',
|
|
12590
12825
|
fail: `received legacy flags`
|
|
12591
12826
|
}, {
|
|
12592
12827
|
nook: true,
|
|
12593
12828
|
test: !!orgSlug,
|
|
12594
12829
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
12595
|
-
pass: 'ok',
|
|
12596
12830
|
fail: 'dot is an invalid org, most likely you forgot the org name here?'
|
|
12597
12831
|
}, {
|
|
12598
12832
|
nook: true,
|
|
12599
12833
|
test: !json || !markdown,
|
|
12600
12834
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
12601
|
-
pass: 'ok',
|
|
12602
12835
|
fail: 'omit one'
|
|
12603
12836
|
}, {
|
|
12604
12837
|
nook: true,
|
|
12605
12838
|
test: hasApiToken,
|
|
12606
|
-
message: '
|
|
12607
|
-
|
|
12608
|
-
fail: 'missing Socket API token'
|
|
12839
|
+
message: 'This command requires a Socket API token for access',
|
|
12840
|
+
fail: 'try `socket login`'
|
|
12609
12841
|
}, {
|
|
12610
12842
|
nook: true,
|
|
12611
12843
|
test: !branchFlag || !branchArg,
|
|
12612
12844
|
message: 'You should not set --branch and also give a second arg for branch name',
|
|
12613
|
-
pass: 'ok',
|
|
12614
12845
|
fail: 'received flag and second arg'
|
|
12615
12846
|
});
|
|
12616
12847
|
if (!wasValidInput) {
|
|
12617
12848
|
return;
|
|
12618
12849
|
}
|
|
12619
|
-
if (
|
|
12850
|
+
if (dryRun) {
|
|
12620
12851
|
logger.logger.log(DRY_RUN_BAILING_NOW$8);
|
|
12621
12852
|
return;
|
|
12622
12853
|
}
|
|
@@ -12735,51 +12966,53 @@ async function run$7(argv, importMeta, {
|
|
|
12735
12966
|
parentName
|
|
12736
12967
|
});
|
|
12737
12968
|
const {
|
|
12738
|
-
dryRun,
|
|
12739
12969
|
interactive,
|
|
12740
12970
|
json,
|
|
12741
12971
|
markdown,
|
|
12742
12972
|
org: orgFlag
|
|
12743
12973
|
} = cli.flags;
|
|
12974
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
12744
12975
|
const [scanId = ''] = cli.input;
|
|
12745
12976
|
const hasApiToken = utils.hasDefaultToken();
|
|
12746
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive,
|
|
12977
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
12747
12978
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
12748
12979
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
12749
12980
|
nook: true,
|
|
12750
12981
|
test: !!orgSlug,
|
|
12751
12982
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
12752
|
-
pass: 'ok',
|
|
12753
12983
|
fail: orgSlug === '.' ? 'dot is an invalid org, most likely you forgot the org name here?' : 'missing'
|
|
12754
12984
|
}, {
|
|
12755
12985
|
test: !!scanId,
|
|
12756
12986
|
message: 'Scan ID to inspect as argument',
|
|
12757
|
-
pass: 'ok',
|
|
12758
12987
|
fail: 'missing'
|
|
12759
12988
|
}, {
|
|
12760
12989
|
nook: true,
|
|
12761
12990
|
test: !json || !markdown,
|
|
12762
12991
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
12763
|
-
pass: 'ok',
|
|
12764
12992
|
fail: 'omit one'
|
|
12765
12993
|
}, {
|
|
12766
12994
|
nook: true,
|
|
12767
12995
|
test: hasApiToken,
|
|
12768
|
-
message: '
|
|
12769
|
-
|
|
12770
|
-
fail: 'missing Socket API token'
|
|
12996
|
+
message: 'This command requires a Socket API token for access',
|
|
12997
|
+
fail: 'try `socket login`'
|
|
12771
12998
|
});
|
|
12772
12999
|
if (!wasValidInput) {
|
|
12773
13000
|
return;
|
|
12774
13001
|
}
|
|
12775
|
-
if (
|
|
13002
|
+
if (dryRun) {
|
|
12776
13003
|
logger.logger.log(DRY_RUN_BAILING_NOW$7);
|
|
12777
13004
|
return;
|
|
12778
13005
|
}
|
|
12779
13006
|
await handleOrgScanMetadata(orgSlug, scanId, outputKind);
|
|
12780
13007
|
}
|
|
12781
13008
|
|
|
12782
|
-
|
|
13009
|
+
const {
|
|
13010
|
+
DOT_SOCKET_DOT_FACTS_JSON
|
|
13011
|
+
} = constants;
|
|
13012
|
+
async function outputScanReach(result, {
|
|
13013
|
+
cwd,
|
|
13014
|
+
outputKind
|
|
13015
|
+
}) {
|
|
12783
13016
|
if (!result.ok) {
|
|
12784
13017
|
process.exitCode = result.code ?? 1;
|
|
12785
13018
|
}
|
|
@@ -12792,51 +13025,209 @@ async function outputScanReach(result, outputKind) {
|
|
|
12792
13025
|
return;
|
|
12793
13026
|
}
|
|
12794
13027
|
logger.logger.log('');
|
|
12795
|
-
logger.logger.success('
|
|
13028
|
+
logger.logger.success('Reachability analysis completed successfully!');
|
|
13029
|
+
logger.logger.info(`Reachability report has been written to: ${path.join(cwd, DOT_SOCKET_DOT_FACTS_JSON)}`);
|
|
13030
|
+
}
|
|
13031
|
+
|
|
13032
|
+
async function performReachabilityAnalysis({
|
|
13033
|
+
branchName,
|
|
13034
|
+
cwd,
|
|
13035
|
+
orgSlug,
|
|
13036
|
+
packagePaths,
|
|
13037
|
+
reachabilityOptions,
|
|
13038
|
+
repoName,
|
|
13039
|
+
uploadManifests = true
|
|
13040
|
+
}, options) {
|
|
13041
|
+
const {
|
|
13042
|
+
spinner
|
|
13043
|
+
} = {
|
|
13044
|
+
__proto__: null,
|
|
13045
|
+
...options
|
|
13046
|
+
};
|
|
13047
|
+
let tarHash;
|
|
13048
|
+
if (uploadManifests && orgSlug && packagePaths) {
|
|
13049
|
+
// Setup SDK for uploading manifests
|
|
13050
|
+
const sockSdkCResult = await utils.setupSdk();
|
|
13051
|
+
if (!sockSdkCResult.ok) {
|
|
13052
|
+
return sockSdkCResult;
|
|
13053
|
+
}
|
|
13054
|
+
const sockSdk = sockSdkCResult.data;
|
|
13055
|
+
const wasSpinning = !!spinner?.isSpinning;
|
|
13056
|
+
|
|
13057
|
+
// Upload manifests to get tar hash
|
|
13058
|
+
spinner?.start('Uploading manifests for reachability analysis...');
|
|
13059
|
+
|
|
13060
|
+
// Exclude DOT_SOCKET_DOT_FACTS_JSON if it was created in previous runs.
|
|
13061
|
+
const filteredPackagePaths = packagePaths.filter(p => !p.endsWith(constants.DOT_SOCKET_DOT_FACTS_JSON));
|
|
13062
|
+
const uploadCResult = await utils.handleApiCall(sockSdk.uploadManifestFiles(orgSlug, filteredPackagePaths), {
|
|
13063
|
+
desc: 'upload manifests',
|
|
13064
|
+
spinner
|
|
13065
|
+
});
|
|
13066
|
+
spinner?.stop();
|
|
13067
|
+
if (!uploadCResult.ok) {
|
|
13068
|
+
if (wasSpinning) {
|
|
13069
|
+
spinner.start();
|
|
13070
|
+
}
|
|
13071
|
+
return uploadCResult;
|
|
13072
|
+
}
|
|
13073
|
+
tarHash = uploadCResult.data?.tarHash;
|
|
13074
|
+
if (!tarHash) {
|
|
13075
|
+
if (wasSpinning) {
|
|
13076
|
+
spinner.start();
|
|
13077
|
+
}
|
|
13078
|
+
return {
|
|
13079
|
+
ok: false,
|
|
13080
|
+
message: 'Failed to get manifest tar hash',
|
|
13081
|
+
cause: 'Server did not return a tar hash for the uploaded manifests'
|
|
13082
|
+
};
|
|
13083
|
+
}
|
|
13084
|
+
spinner?.start();
|
|
13085
|
+
spinner?.success(`Manifests uploaded successfully. Tar hash: ${tarHash}`);
|
|
13086
|
+
spinner?.infoAndStop('Running reachability analysis with Coana...');
|
|
13087
|
+
} else {
|
|
13088
|
+
const wasSpinning = !!spinner?.isSpinning;
|
|
13089
|
+
spinner?.start('Running reachability analysis with Coana...');
|
|
13090
|
+
if (!wasSpinning) {
|
|
13091
|
+
spinner?.stop();
|
|
13092
|
+
}
|
|
13093
|
+
}
|
|
13094
|
+
|
|
13095
|
+
// Build Coana arguments
|
|
13096
|
+
const coanaArgs = ['run', cwd, '--output-dir', cwd, '--socket-mode', constants.DOT_SOCKET_DOT_FACTS_JSON, '--disable-report-submission', ...(reachabilityOptions.reachAnalysisTimeout ? ['--analysis-timeout', reachabilityOptions.reachAnalysisTimeout.toString()] : []), ...(reachabilityOptions.reachAnalysisMemoryLimit ? ['--memory-limit', reachabilityOptions.reachAnalysisMemoryLimit.toString()] : []), ...(reachabilityOptions.reachDisableAnalytics ? ['--disable-analytics-sharing'] : []), ...(reachabilityOptions.reachContinueOnFailingProjects ? ['--ignore-failing-workspaces'] : []),
|
|
13097
|
+
// empty reachEcosystems implies scan all ecosystems
|
|
13098
|
+
...(reachabilityOptions.reachEcosystems.length ? ['--ecosystems', ...utils.convertToCoanaEcosystems(reachabilityOptions.reachEcosystems)] : []), ...(reachabilityOptions.reachExcludePaths.length ? ['--exclude-dirs', reachabilityOptions.reachExcludePaths.join(' ')] : []), ...(tarHash ? ['--manifests-tar-hash', tarHash, '--run-without-docker'] : [])];
|
|
13099
|
+
|
|
13100
|
+
// Build environment variables
|
|
13101
|
+
const env = {
|
|
13102
|
+
...process.env
|
|
13103
|
+
};
|
|
13104
|
+
if (repoName) {
|
|
13105
|
+
env['SOCKET_REPO_NAME'] = repoName;
|
|
13106
|
+
}
|
|
13107
|
+
if (branchName) {
|
|
13108
|
+
env['SOCKET_BRANCH_NAME'] = branchName;
|
|
13109
|
+
}
|
|
13110
|
+
|
|
13111
|
+
// Run Coana with the manifests tar hash.
|
|
13112
|
+
const coanaResult = await utils.spawnCoana(coanaArgs, {
|
|
13113
|
+
cwd,
|
|
13114
|
+
env,
|
|
13115
|
+
spinner,
|
|
13116
|
+
stdio: 'inherit'
|
|
13117
|
+
});
|
|
13118
|
+
const wasSpinning = !!spinner?.isSpinning;
|
|
13119
|
+
if (wasSpinning) {
|
|
13120
|
+
spinner.start();
|
|
13121
|
+
}
|
|
13122
|
+
return coanaResult.ok ? {
|
|
13123
|
+
ok: true,
|
|
13124
|
+
data: {
|
|
13125
|
+
// Use the DOT_SOCKET_DOT_FACTS_JSON file for the scan.
|
|
13126
|
+
scanPaths: [constants.DOT_SOCKET_DOT_FACTS_JSON],
|
|
13127
|
+
tier1ReachabilityScanId: utils.extractTier1ReachabilityScanId(constants.DOT_SOCKET_DOT_FACTS_JSON)
|
|
13128
|
+
}
|
|
13129
|
+
} : coanaResult;
|
|
12796
13130
|
}
|
|
12797
13131
|
|
|
12798
|
-
const {
|
|
12799
|
-
DOT_SOCKET_DOT_FACTS_JSON
|
|
12800
|
-
} = constants;
|
|
12801
13132
|
async function handleScanReach({
|
|
12802
13133
|
cwd,
|
|
13134
|
+
interactive: _interactive,
|
|
13135
|
+
orgSlug,
|
|
12803
13136
|
outputKind,
|
|
12804
|
-
|
|
13137
|
+
reachabilityOptions,
|
|
13138
|
+
targets
|
|
12805
13139
|
}) {
|
|
13140
|
+
// Get supported file names
|
|
13141
|
+
const supportedFilesCResult = await fetchSupportedScanFileNames();
|
|
13142
|
+
if (!supportedFilesCResult.ok) {
|
|
13143
|
+
await outputScanReach(supportedFilesCResult, {
|
|
13144
|
+
cwd,
|
|
13145
|
+
outputKind
|
|
13146
|
+
});
|
|
13147
|
+
return;
|
|
13148
|
+
}
|
|
13149
|
+
|
|
12806
13150
|
// Lazily access constants.spinner.
|
|
12807
13151
|
const {
|
|
12808
13152
|
spinner
|
|
12809
13153
|
} = constants;
|
|
12810
|
-
spinner.start('
|
|
12811
|
-
const
|
|
13154
|
+
spinner.start('Searching for local manifest files to include in reachability analysis...');
|
|
13155
|
+
const supportedFiles = supportedFilesCResult.data;
|
|
13156
|
+
const packagePaths = await utils.getPackageFilesForScan(targets, supportedFiles, {
|
|
13157
|
+
cwd
|
|
13158
|
+
});
|
|
13159
|
+
spinner.stop();
|
|
13160
|
+
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
13161
|
+
nook: true,
|
|
13162
|
+
test: packagePaths.length > 0,
|
|
13163
|
+
fail: 'found no eligible files to analyze',
|
|
13164
|
+
message: 'TARGET (file/dir) must contain matching / supported file types for reachability analysis'
|
|
13165
|
+
});
|
|
13166
|
+
if (!wasValidInput) {
|
|
13167
|
+
return;
|
|
13168
|
+
}
|
|
13169
|
+
logger.logger.success(`Found ${packagePaths.length} local ${words.pluralize('file', packagePaths.length)}`);
|
|
13170
|
+
spinner.start('Running reachability analysis...');
|
|
13171
|
+
const result = await performReachabilityAnalysis({
|
|
12812
13172
|
cwd,
|
|
13173
|
+
orgSlug,
|
|
13174
|
+
packagePaths,
|
|
13175
|
+
reachabilityOptions,
|
|
13176
|
+
uploadManifests: true
|
|
13177
|
+
}, {
|
|
12813
13178
|
spinner
|
|
12814
13179
|
});
|
|
12815
13180
|
spinner.stop();
|
|
12816
|
-
await outputScanReach(result,
|
|
13181
|
+
await outputScanReach(result, {
|
|
13182
|
+
cwd,
|
|
13183
|
+
outputKind
|
|
13184
|
+
});
|
|
12817
13185
|
}
|
|
12818
13186
|
|
|
12819
13187
|
const {
|
|
12820
13188
|
DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$6
|
|
12821
13189
|
} = constants;
|
|
13190
|
+
const generalFlags = {
|
|
13191
|
+
...flags.commonFlags,
|
|
13192
|
+
...flags.outputFlags,
|
|
13193
|
+
cwd: {
|
|
13194
|
+
type: 'string',
|
|
13195
|
+
description: 'working directory, defaults to process.cwd()'
|
|
13196
|
+
},
|
|
13197
|
+
org: {
|
|
13198
|
+
type: 'string',
|
|
13199
|
+
description: 'Force override the organization slug, overrides the default org from config'
|
|
13200
|
+
}
|
|
13201
|
+
};
|
|
12822
13202
|
const config$6 = {
|
|
12823
13203
|
commandName: 'reach',
|
|
12824
13204
|
description: 'Compute tier 1 reachability',
|
|
12825
13205
|
hidden: true,
|
|
12826
13206
|
flags: {
|
|
12827
|
-
...
|
|
12828
|
-
...
|
|
13207
|
+
...generalFlags,
|
|
13208
|
+
...reachabilityFlags
|
|
12829
13209
|
},
|
|
12830
|
-
help:
|
|
13210
|
+
help: command => `
|
|
12831
13211
|
Usage
|
|
12832
13212
|
$ ${command} [options] [CWD=.]
|
|
12833
13213
|
|
|
12834
13214
|
Options
|
|
12835
|
-
${utils.getFlagListOutput(
|
|
13215
|
+
${utils.getFlagListOutput(generalFlags)}
|
|
13216
|
+
|
|
13217
|
+
Reachability Options
|
|
13218
|
+
${utils.getFlagListOutput(reachabilityFlags)}
|
|
13219
|
+
|
|
13220
|
+
Runs the Socket reachability analysis without creating a scan in Socket.
|
|
13221
|
+
The output is written to .socket.facts.json in the current working directory.
|
|
13222
|
+
|
|
13223
|
+
Note: Manifest files are uploaded to Socket's backend services because the
|
|
13224
|
+
reachability analysis requires creating a Software Bill of Materials (SBOM)
|
|
13225
|
+
from these files before the analysis can run.
|
|
12836
13226
|
|
|
12837
13227
|
Examples
|
|
12838
13228
|
$ ${command}
|
|
12839
13229
|
$ ${command} ./proj
|
|
13230
|
+
$ ${command} ./proj --reach-ecosystems npm,pypi
|
|
12840
13231
|
`
|
|
12841
13232
|
};
|
|
12842
13233
|
const cmdScanReach = {
|
|
@@ -12854,12 +13245,55 @@ async function run$6(argv, importMeta, {
|
|
|
12854
13245
|
parentName
|
|
12855
13246
|
});
|
|
12856
13247
|
const {
|
|
12857
|
-
|
|
13248
|
+
cwd: cwdOverride,
|
|
13249
|
+
interactive = true,
|
|
12858
13250
|
json,
|
|
12859
|
-
markdown
|
|
13251
|
+
markdown,
|
|
13252
|
+
org: orgFlag,
|
|
13253
|
+
reachAnalysisMemoryLimit,
|
|
13254
|
+
reachAnalysisTimeout,
|
|
13255
|
+
reachContinueOnFailingProjects,
|
|
13256
|
+
reachDisableAnalytics
|
|
12860
13257
|
} = cli.flags;
|
|
13258
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
13259
|
+
|
|
13260
|
+
// Process comma-separated values for isMultiple flags.
|
|
13261
|
+
const reachEcosystemsRaw = utils.cmdFlagValueToArray(cli.flags['reachEcosystems']);
|
|
13262
|
+
const reachExcludePaths = utils.cmdFlagValueToArray(cli.flags['reachExcludePaths']);
|
|
13263
|
+
|
|
13264
|
+
// Validate ecosystem values.
|
|
13265
|
+
const reachEcosystems = [];
|
|
13266
|
+
const validEcosystems = utils.getEcosystemChoicesForMeow();
|
|
13267
|
+
for (const ecosystem of reachEcosystemsRaw) {
|
|
13268
|
+
if (!validEcosystems.includes(ecosystem)) {
|
|
13269
|
+
throw new Error(`Invalid ecosystem: "${ecosystem}". Valid values are: ${arrays.joinAnd(validEcosystems)}`);
|
|
13270
|
+
}
|
|
13271
|
+
reachEcosystems.push(ecosystem);
|
|
13272
|
+
}
|
|
13273
|
+
const processCwd = process.cwd();
|
|
13274
|
+
const cwd = cwdOverride && cwdOverride !== processCwd ? path.resolve(processCwd, String(cwdOverride)) : processCwd;
|
|
13275
|
+
|
|
13276
|
+
// Accept zero or more paths. Default to cwd() if none given.
|
|
13277
|
+
let targets = cli.input || [cwd];
|
|
13278
|
+
|
|
13279
|
+
// Use suggestTarget if no targets specified and in interactive mode
|
|
13280
|
+
if (!targets.length && !dryRun && interactive) {
|
|
13281
|
+
targets = await suggestTarget();
|
|
13282
|
+
}
|
|
13283
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), interactive, dryRun);
|
|
13284
|
+
const hasApiToken = utils.hasDefaultToken();
|
|
12861
13285
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
12862
|
-
const wasValidInput = utils.checkCommandInput(outputKind
|
|
13286
|
+
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
13287
|
+
nook: true,
|
|
13288
|
+
test: !!orgSlug,
|
|
13289
|
+
message: 'Org name by default setting, --org, or auto-discovered',
|
|
13290
|
+
fail: 'missing'
|
|
13291
|
+
}, {
|
|
13292
|
+
nook: true,
|
|
13293
|
+
test: hasApiToken,
|
|
13294
|
+
message: 'This command requires an API token for access',
|
|
13295
|
+
fail: 'try `socket login`'
|
|
13296
|
+
});
|
|
12863
13297
|
if (!wasValidInput) {
|
|
12864
13298
|
return;
|
|
12865
13299
|
}
|
|
@@ -12867,17 +13301,20 @@ async function run$6(argv, importMeta, {
|
|
|
12867
13301
|
logger.logger.log(DRY_RUN_BAILING_NOW$6);
|
|
12868
13302
|
return;
|
|
12869
13303
|
}
|
|
12870
|
-
const {
|
|
12871
|
-
unknownFlags
|
|
12872
|
-
} = cli;
|
|
12873
|
-
let [cwd = '.'] = cli.input;
|
|
12874
|
-
// Note: path.resolve vs .join:
|
|
12875
|
-
// If given path is absolute then cwd should not affect it.
|
|
12876
|
-
cwd = path.resolve(process.cwd(), cwd);
|
|
12877
13304
|
await handleScanReach({
|
|
12878
13305
|
cwd,
|
|
13306
|
+
orgSlug,
|
|
12879
13307
|
outputKind,
|
|
12880
|
-
|
|
13308
|
+
targets,
|
|
13309
|
+
interactive,
|
|
13310
|
+
reachabilityOptions: {
|
|
13311
|
+
reachContinueOnFailingProjects: Boolean(reachContinueOnFailingProjects),
|
|
13312
|
+
reachDisableAnalytics: Boolean(reachDisableAnalytics),
|
|
13313
|
+
reachAnalysisTimeout: Number(reachAnalysisTimeout),
|
|
13314
|
+
reachAnalysisMemoryLimit: Number(reachAnalysisMemoryLimit),
|
|
13315
|
+
reachEcosystems,
|
|
13316
|
+
reachExcludePaths
|
|
13317
|
+
}
|
|
12881
13318
|
});
|
|
12882
13319
|
}
|
|
12883
13320
|
|
|
@@ -12977,7 +13414,6 @@ async function run$5(argv, importMeta, {
|
|
|
12977
13414
|
parentName
|
|
12978
13415
|
});
|
|
12979
13416
|
const {
|
|
12980
|
-
dryRun,
|
|
12981
13417
|
fold = 'none',
|
|
12982
13418
|
interactive,
|
|
12983
13419
|
json,
|
|
@@ -12986,38 +13422,35 @@ async function run$5(argv, importMeta, {
|
|
|
12986
13422
|
org: orgFlag,
|
|
12987
13423
|
reportLevel = 'warn'
|
|
12988
13424
|
} = cli.flags;
|
|
13425
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
12989
13426
|
const [scanId = '', file = ''] = cli.input;
|
|
12990
13427
|
const hasApiToken = utils.hasDefaultToken();
|
|
12991
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive,
|
|
13428
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
12992
13429
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
12993
13430
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
12994
13431
|
nook: true,
|
|
12995
13432
|
test: !!orgSlug,
|
|
12996
13433
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
12997
|
-
pass: 'ok',
|
|
12998
13434
|
fail: 'dot is an invalid org, most likely you forgot the org name here?'
|
|
12999
13435
|
}, {
|
|
13000
13436
|
test: !!scanId,
|
|
13001
13437
|
message: 'Scan ID to report on',
|
|
13002
|
-
pass: 'ok',
|
|
13003
13438
|
fail: 'missing'
|
|
13004
13439
|
}, {
|
|
13005
13440
|
nook: true,
|
|
13006
13441
|
test: !json || !markdown,
|
|
13007
13442
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
13008
|
-
pass: 'ok',
|
|
13009
13443
|
fail: 'omit one'
|
|
13010
13444
|
}, {
|
|
13011
13445
|
nook: true,
|
|
13012
13446
|
test: hasApiToken,
|
|
13013
|
-
message: '
|
|
13014
|
-
|
|
13015
|
-
fail: 'missing Socket API token'
|
|
13447
|
+
message: 'This command requires a Socket API token for access',
|
|
13448
|
+
fail: 'try `socket login`'
|
|
13016
13449
|
});
|
|
13017
13450
|
if (!wasValidInput) {
|
|
13018
13451
|
return;
|
|
13019
13452
|
}
|
|
13020
|
-
if (
|
|
13453
|
+
if (dryRun) {
|
|
13021
13454
|
logger.logger.log(DRY_RUN_BAILING_NOW$5);
|
|
13022
13455
|
return;
|
|
13023
13456
|
}
|
|
@@ -13069,7 +13502,7 @@ async function setupScanConfig(cwd, defaultOnReadError = false) {
|
|
|
13069
13502
|
logger.logger.log('');
|
|
13070
13503
|
logger.logger.log('Note: For details on a flag you can run `socket <cmd> --help`');
|
|
13071
13504
|
logger.logger.log('');
|
|
13072
|
-
const sockJsonCResult =
|
|
13505
|
+
const sockJsonCResult = utils.readSocketJsonSync(cwd, defaultOnReadError);
|
|
13073
13506
|
if (!sockJsonCResult.ok) {
|
|
13074
13507
|
return sockJsonCResult;
|
|
13075
13508
|
}
|
|
@@ -13387,6 +13820,11 @@ async function run$4(argv, importMeta, {
|
|
|
13387
13820
|
importMeta,
|
|
13388
13821
|
parentName
|
|
13389
13822
|
});
|
|
13823
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
13824
|
+
if (dryRun) {
|
|
13825
|
+
logger.logger.log(DRY_RUN_BAILING_NOW$4);
|
|
13826
|
+
return;
|
|
13827
|
+
}
|
|
13390
13828
|
const {
|
|
13391
13829
|
defaultOnReadError = false
|
|
13392
13830
|
} = cli.flags;
|
|
@@ -13394,10 +13832,6 @@ async function run$4(argv, importMeta, {
|
|
|
13394
13832
|
// Note: path.resolve vs .join:
|
|
13395
13833
|
// If given path is absolute then cwd should not affect it.
|
|
13396
13834
|
cwd = path.resolve(process.cwd(), cwd);
|
|
13397
|
-
if (cli.flags['dryRun']) {
|
|
13398
|
-
logger.logger.log(DRY_RUN_BAILING_NOW$4);
|
|
13399
|
-
return;
|
|
13400
|
-
}
|
|
13401
13835
|
await handleScanConfig(cwd, Boolean(defaultOnReadError));
|
|
13402
13836
|
}
|
|
13403
13837
|
|
|
@@ -13414,10 +13848,11 @@ async function fetchScan(orgSlug, scanId) {
|
|
|
13414
13848
|
const data = lines.map(line => {
|
|
13415
13849
|
try {
|
|
13416
13850
|
return JSON.parse(line);
|
|
13417
|
-
} catch {
|
|
13851
|
+
} catch (e) {
|
|
13418
13852
|
ok = false;
|
|
13419
|
-
require$$6.debugFn('error', '
|
|
13853
|
+
require$$6.debugFn('error', 'caught: JSON.parse error');
|
|
13420
13854
|
require$$6.debugDir('inspect', {
|
|
13855
|
+
error: e,
|
|
13421
13856
|
line
|
|
13422
13857
|
});
|
|
13423
13858
|
return null;
|
|
@@ -13593,51 +14028,46 @@ async function run$3(argv, importMeta, {
|
|
|
13593
14028
|
parentName
|
|
13594
14029
|
});
|
|
13595
14030
|
const {
|
|
13596
|
-
dryRun,
|
|
13597
14031
|
interactive,
|
|
13598
14032
|
json,
|
|
13599
14033
|
markdown,
|
|
13600
14034
|
org: orgFlag,
|
|
13601
14035
|
stream
|
|
13602
14036
|
} = cli.flags;
|
|
14037
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
13603
14038
|
const [scanId = '', file = ''] = cli.input;
|
|
13604
14039
|
const hasApiToken = utils.hasDefaultToken();
|
|
13605
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive,
|
|
14040
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
13606
14041
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
13607
14042
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
13608
14043
|
nook: true,
|
|
13609
14044
|
test: !!orgSlug,
|
|
13610
14045
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
13611
|
-
pass: 'ok',
|
|
13612
14046
|
fail: 'dot is an invalid org, most likely you forgot the org name here?'
|
|
13613
14047
|
}, {
|
|
13614
14048
|
test: !!scanId,
|
|
13615
14049
|
message: 'Scan ID to view',
|
|
13616
|
-
pass: 'ok',
|
|
13617
14050
|
fail: 'missing'
|
|
13618
14051
|
}, {
|
|
13619
14052
|
nook: true,
|
|
13620
14053
|
test: !json || !markdown,
|
|
13621
14054
|
message: 'The `--json` and `--markdown` flags can not be used at the same time',
|
|
13622
|
-
pass: 'ok',
|
|
13623
14055
|
fail: 'bad'
|
|
13624
14056
|
}, {
|
|
13625
14057
|
nook: true,
|
|
13626
14058
|
test: hasApiToken,
|
|
13627
|
-
message: '
|
|
13628
|
-
|
|
13629
|
-
fail: 'missing Socket API token'
|
|
14059
|
+
message: 'This command requires a Socket API token for access',
|
|
14060
|
+
fail: 'try `socket login`'
|
|
13630
14061
|
}, {
|
|
13631
14062
|
nook: true,
|
|
13632
14063
|
test: !stream || !!json,
|
|
13633
14064
|
message: 'You can only use --stream when using --json',
|
|
13634
|
-
pass: 'ok',
|
|
13635
14065
|
fail: 'Either remove --stream or add --json'
|
|
13636
14066
|
});
|
|
13637
14067
|
if (!wasValidInput) {
|
|
13638
14068
|
return;
|
|
13639
14069
|
}
|
|
13640
|
-
if (
|
|
14070
|
+
if (dryRun) {
|
|
13641
14071
|
logger.logger.log(DRY_RUN_BAILING_NOW$3);
|
|
13642
14072
|
return;
|
|
13643
14073
|
}
|
|
@@ -13752,8 +14182,8 @@ async function outputThreatFeed(result, outputKind) {
|
|
|
13752
14182
|
fg: 'cyan'
|
|
13753
14183
|
},
|
|
13754
14184
|
columnWidth: [10, 30, 20, 18, 15, 200],
|
|
13755
|
-
// TODO:
|
|
13756
|
-
// `pad` alignment fails, when we extend columnSpacing alignment fails
|
|
14185
|
+
// TODO: The truncation doesn't seem to work too well yet but when we add
|
|
14186
|
+
// `pad` alignment fails, when we extend columnSpacing alignment fails.
|
|
13757
14187
|
columnSpacing: 1,
|
|
13758
14188
|
truncate: '_'
|
|
13759
14189
|
});
|
|
@@ -13996,7 +14426,6 @@ async function run$2(argv, importMeta, {
|
|
|
13996
14426
|
parentName
|
|
13997
14427
|
});
|
|
13998
14428
|
const {
|
|
13999
|
-
dryRun,
|
|
14000
14429
|
eco,
|
|
14001
14430
|
interactive,
|
|
14002
14431
|
json,
|
|
@@ -14043,32 +14472,30 @@ async function run$2(argv, importMeta, {
|
|
|
14043
14472
|
if (argSet.size) {
|
|
14044
14473
|
logger.logger.info(`Warning: ignoring these excessive args: ${Array.from(argSet).join(', ')}`);
|
|
14045
14474
|
}
|
|
14475
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
14046
14476
|
const hasApiToken = utils.hasDefaultToken();
|
|
14047
|
-
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive,
|
|
14477
|
+
const [orgSlug] = await utils.determineOrgSlug(String(orgFlag || ''), !!interactive, dryRun);
|
|
14048
14478
|
const outputKind = utils.getOutputKind(json, markdown);
|
|
14049
14479
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
14050
14480
|
nook: true,
|
|
14051
14481
|
test: !!orgSlug,
|
|
14052
14482
|
message: 'Org name by default setting, --org, or auto-discovered',
|
|
14053
|
-
pass: 'ok',
|
|
14054
14483
|
fail: 'missing'
|
|
14055
14484
|
}, {
|
|
14056
14485
|
nook: true,
|
|
14057
14486
|
test: !json || !markdown,
|
|
14058
14487
|
message: 'The json and markdown flags cannot be both set, pick one',
|
|
14059
|
-
pass: 'ok',
|
|
14060
14488
|
fail: 'omit one'
|
|
14061
14489
|
}, {
|
|
14062
14490
|
nook: true,
|
|
14063
14491
|
test: hasApiToken,
|
|
14064
|
-
message: '
|
|
14065
|
-
|
|
14066
|
-
fail: 'missing Socket API token'
|
|
14492
|
+
message: 'This command requires a Socket API token for access',
|
|
14493
|
+
fail: 'try `socket login`'
|
|
14067
14494
|
});
|
|
14068
14495
|
if (!wasValidInput) {
|
|
14069
14496
|
return;
|
|
14070
14497
|
}
|
|
14071
|
-
if (
|
|
14498
|
+
if (dryRun) {
|
|
14072
14499
|
logger.logger.log(DRY_RUN_BAILING_NOW$2);
|
|
14073
14500
|
return;
|
|
14074
14501
|
}
|
|
@@ -14218,11 +14645,12 @@ async function run$1(argv, importMeta, {
|
|
|
14218
14645
|
importMeta,
|
|
14219
14646
|
parentName
|
|
14220
14647
|
});
|
|
14221
|
-
const
|
|
14222
|
-
if (
|
|
14648
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
14649
|
+
if (dryRun) {
|
|
14223
14650
|
logger.logger.log(DRY_RUN_BAILING_NOW$1);
|
|
14224
14651
|
return;
|
|
14225
14652
|
}
|
|
14653
|
+
const targetName = cli.input[0] || 'socket';
|
|
14226
14654
|
await handleUninstallCompletion(String(targetName));
|
|
14227
14655
|
}
|
|
14228
14656
|
|
|
@@ -14310,7 +14738,7 @@ Do you want to install "safe npm" (this will create an alias to the socket-npm c
|
|
|
14310
14738
|
}
|
|
14311
14739
|
}
|
|
14312
14740
|
} catch (e) {
|
|
14313
|
-
require$$6.debugFn('error', '
|
|
14741
|
+
require$$6.debugFn('error', 'caught: tab completion setup error');
|
|
14314
14742
|
require$$6.debugDir('inspect', {
|
|
14315
14743
|
error: e
|
|
14316
14744
|
});
|
|
@@ -14423,12 +14851,13 @@ async function run(argv, importMeta, {
|
|
|
14423
14851
|
importMeta,
|
|
14424
14852
|
parentName
|
|
14425
14853
|
});
|
|
14854
|
+
|
|
14855
|
+
// TODO: Implement json/md further.
|
|
14426
14856
|
const {
|
|
14427
14857
|
json,
|
|
14428
14858
|
markdown
|
|
14429
14859
|
} = cli.flags;
|
|
14430
|
-
const
|
|
14431
|
-
|
|
14860
|
+
const dryRun = !!cli.flags['dryRun'];
|
|
14432
14861
|
let enable = false;
|
|
14433
14862
|
let disable = false;
|
|
14434
14863
|
const [arg] = cli.input;
|
|
@@ -14439,22 +14868,21 @@ async function run(argv, importMeta, {
|
|
|
14439
14868
|
enable = false;
|
|
14440
14869
|
disable = true;
|
|
14441
14870
|
}
|
|
14871
|
+
const outputKind = utils.getOutputKind(json, markdown);
|
|
14442
14872
|
const wasValidInput = utils.checkCommandInput(outputKind, {
|
|
14443
14873
|
test: enable || disable,
|
|
14444
14874
|
message: 'Must specify "on" or "off" argument',
|
|
14445
|
-
pass: 'ok',
|
|
14446
14875
|
fail: 'missing'
|
|
14447
14876
|
}, {
|
|
14448
14877
|
nook: true,
|
|
14449
14878
|
test: cli.input.length <= 1,
|
|
14450
14879
|
message: 'expecting exactly one argument',
|
|
14451
|
-
pass: 'ok',
|
|
14452
14880
|
fail: `got multiple`
|
|
14453
14881
|
});
|
|
14454
14882
|
if (!wasValidInput) {
|
|
14455
14883
|
return;
|
|
14456
14884
|
}
|
|
14457
|
-
if (
|
|
14885
|
+
if (dryRun) {
|
|
14458
14886
|
logger.logger.log(DRY_RUN_BAILING_NOW);
|
|
14459
14887
|
return;
|
|
14460
14888
|
}
|
|
@@ -14668,5 +15096,5 @@ void (async () => {
|
|
|
14668
15096
|
await utils.captureException(e);
|
|
14669
15097
|
}
|
|
14670
15098
|
})();
|
|
14671
|
-
//# debugId=
|
|
15099
|
+
//# debugId=aed06780-1ffd-47d9-9ca4-b54afdc8b762
|
|
14672
15100
|
//# sourceMappingURL=cli.js.map
|