@corellium/corellium-cli 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +12 -16
- package/.gitlab-ci.yml +13 -13
- package/.nvmrc +1 -1
- package/.nycrc +14 -14
- package/.prettierrc.js +8 -7
- package/README.md +13 -6
- package/docs/OVERVIEW.md +57 -27
- package/index.js +8 -8
- package/lint-staged.config.js +3 -6
- package/node_modules/@babel/cli/README.md +1 -1
- package/node_modules/@babel/cli/bin/babel-external-helpers.mjs +3 -0
- package/node_modules/@babel/cli/bin/babel.mjs +3 -0
- package/node_modules/@babel/cli/lib/babel/dir.js +23 -73
- package/node_modules/@babel/cli/lib/babel/dir.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/file.js +27 -72
- package/node_modules/@babel/cli/lib/babel/file.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/index.js +6 -8
- package/node_modules/@babel/cli/lib/babel/index.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/options.js +70 -143
- package/node_modules/@babel/cli/lib/babel/options.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/util.js +39 -59
- package/node_modules/@babel/cli/lib/babel/util.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/watcher.js +19 -52
- package/node_modules/@babel/cli/lib/babel/watcher.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel-external-helpers.js +14 -21
- package/node_modules/@babel/cli/lib/babel-external-helpers.js.map +1 -0
- package/node_modules/@babel/cli/package.json +11 -9
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +19 -29
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -1
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +19 -29
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -1
- package/node_modules/@jridgewell/resolve-uri/package.json +2 -2
- package/node_modules/@jridgewell/sourcemap-codec/README.md +147 -83
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +351 -91
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -1
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +354 -90
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -1
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +2 -0
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
- package/node_modules/@jridgewell/sourcemap-codec/package.json +7 -7
- package/node_modules/@jridgewell/trace-mapping/README.md +5 -0
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +202 -174
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +216 -182
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +8 -8
- package/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +33 -28
- package/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +23 -16
- package/node_modules/@jridgewell/trace-mapping/package.json +20 -18
- package/node_modules/anymatch/index.d.ts +1 -0
- package/node_modules/anymatch/index.js +1 -1
- package/node_modules/anymatch/package.json +1 -1
- package/node_modules/{form-data/README.md.bak → axios/node_modules/form-data/Readme.md} +4 -4
- package/node_modules/{superagent → axios}/node_modules/form-data/lib/form_data.js +8 -5
- package/node_modules/{superagent → axios}/node_modules/form-data/package.json +9 -6
- package/node_modules/binary-extensions/binary-extensions.json +3 -0
- package/node_modules/binary-extensions/license +2 -1
- package/node_modules/binary-extensions/package.json +4 -2
- package/node_modules/binary-extensions/readme.md +2 -18
- package/node_modules/braces/LICENSE +1 -1
- package/node_modules/braces/README.md +91 -98
- package/node_modules/braces/index.js +3 -3
- package/node_modules/braces/lib/compile.js +14 -11
- package/node_modules/braces/lib/constants.js +1 -1
- package/node_modules/braces/lib/expand.js +9 -9
- package/node_modules/braces/lib/parse.js +14 -16
- package/node_modules/braces/lib/stringify.js +4 -4
- package/node_modules/braces/lib/utils.js +13 -3
- package/node_modules/braces/package.json +2 -2
- package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +0 -1
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
- package/node_modules/{call-bind → call-bind-apply-helpers}/LICENSE +1 -1
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/call-bound/.eslintrc +13 -0
- package/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/node_modules/call-bound/.nycrc +9 -0
- package/node_modules/call-bound/CHANGELOG.md +34 -0
- package/node_modules/call-bound/LICENSE +21 -0
- package/node_modules/call-bound/README.md +53 -0
- package/node_modules/call-bound/index.d.ts +13 -0
- package/node_modules/call-bound/index.js +18 -0
- package/node_modules/call-bound/package.json +99 -0
- package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +1 -2
- package/node_modules/call-bound/tsconfig.json +9 -0
- package/node_modules/chokidar/README.md +1 -1
- package/node_modules/chokidar/index.js +1 -1
- package/node_modules/chokidar/lib/constants.js +1 -0
- package/node_modules/chokidar/lib/fsevents-handler.js +2 -0
- package/node_modules/chokidar/package.json +5 -20
- package/node_modules/chokidar/types/index.d.ts +4 -0
- package/node_modules/cliui/CHANGELOG.md +18 -0
- package/node_modules/cliui/build/index.d.cts +43 -0
- package/node_modules/cliui/package.json +6 -6
- package/node_modules/commander/CHANGELOG.md +361 -0
- package/node_modules/{@babel/cli/node_modules/commander → commander}/Readme.md +243 -165
- package/node_modules/commander/index.js +1881 -0
- package/node_modules/{@babel/cli/node_modules/commander → commander}/package.json +19 -9
- package/node_modules/commander/typings/index.d.ts +410 -0
- package/node_modules/component-emitter/LICENSE +24 -24
- package/node_modules/component-emitter/Readme.md +74 -74
- package/node_modules/component-emitter/index.js +175 -175
- package/node_modules/component-emitter/package.json +3 -2
- package/node_modules/convert-source-map/README.md +97 -11
- package/node_modules/convert-source-map/index.js +127 -30
- package/node_modules/convert-source-map/package.json +3 -9
- package/node_modules/cookiejar/cookiejar.js +5 -0
- package/node_modules/cookiejar/package.json +1 -1
- package/node_modules/debug/README.md +1 -1
- package/node_modules/debug/package.json +10 -4
- package/node_modules/debug/src/browser.js +4 -1
- package/node_modules/debug/src/common.js +57 -39
- package/node_modules/debug/src/node.js +2 -2
- package/node_modules/dotenv/CHANGELOG.md +133 -1
- package/node_modules/dotenv/README-es.md +448 -0
- package/node_modules/dotenv/README.md +309 -66
- package/node_modules/dotenv/lib/cli-options.js +1 -1
- package/node_modules/dotenv/lib/env-options.js +4 -0
- package/node_modules/dotenv/lib/main.d.ts +85 -5
- package/node_modules/dotenv/lib/main.js +287 -35
- package/node_modules/dotenv/package.json +19 -14
- package/node_modules/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/dunder-proto/package.json +76 -0
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/es-define-property/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/test/index.js +56 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/escalade/index.d.mts +11 -0
- package/node_modules/escalade/index.d.ts +14 -2
- package/node_modules/escalade/package.json +18 -5
- package/node_modules/escalade/readme.md +1 -1
- package/node_modules/escalade/sync/index.d.mts +9 -0
- package/node_modules/escalade/sync/index.d.ts +13 -2
- package/node_modules/fill-range/index.js +4 -5
- package/node_modules/fill-range/package.json +8 -3
- package/node_modules/follow-redirects/index.js +186 -98
- package/node_modules/follow-redirects/package.json +3 -4
- package/node_modules/form-data/Readme.md +5 -7
- package/node_modules/form-data/lib/form_data.js +5 -8
- package/node_modules/form-data/package.json +9 -6
- package/node_modules/function-bind/.eslintrc +11 -5
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/README.md +25 -27
- package/node_modules/function-bind/implementation.js +44 -12
- package/node_modules/function-bind/package.json +38 -14
- package/node_modules/get-intrinsic/.eslintrc +1 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +87 -0
- package/node_modules/get-intrinsic/index.js +75 -32
- package/node_modules/get-intrinsic/package.json +31 -22
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +3 -3
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/{call-bind → get-proto}/.github/FUNDING.yml +1 -1
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/get-proto/package.json +81 -0
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/.eslintrc +16 -0
- package/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/node_modules/gopd/CHANGELOG.md +45 -0
- package/node_modules/gopd/LICENSE +21 -0
- package/node_modules/gopd/README.md +40 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +15 -0
- package/node_modules/gopd/package.json +77 -0
- package/node_modules/gopd/test/index.js +36 -0
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +16 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +1 -0
- package/node_modules/has-symbols/package.json +19 -9
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +5 -2
- package/node_modules/has-symbols/test/shams/core-js.js +1 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
- package/node_modules/has-symbols/test/tests.js +4 -2
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +40 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +92 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/make-dir/node_modules/semver/package.json +38 -0
- package/node_modules/{@babel/cli → make-dir}/node_modules/semver/semver.js +68 -26
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/ms/index.js +1 -1
- package/node_modules/ms/license.md +1 -1
- package/node_modules/ms/package.json +5 -4
- package/node_modules/ms/readme.md +1 -2
- package/node_modules/object-inspect/CHANGELOG.md +56 -0
- package/node_modules/object-inspect/index.js +38 -9
- package/node_modules/object-inspect/package.json +23 -13
- package/node_modules/object-inspect/readme.markdown +9 -11
- package/node_modules/object-inspect/test/global.js +17 -0
- package/node_modules/object-inspect/test/quoteStyle.js +9 -0
- package/node_modules/qs/.editorconfig +3 -0
- package/node_modules/qs/.eslintrc +3 -2
- package/node_modules/qs/CHANGELOG.md +81 -5
- package/node_modules/qs/README.md +158 -50
- package/node_modules/qs/dist/qs.js +90 -2003
- package/node_modules/qs/lib/parse.js +89 -24
- package/node_modules/qs/lib/stringify.js +61 -31
- package/node_modules/qs/lib/utils.js +54 -38
- package/node_modules/qs/package.json +29 -13
- package/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/node_modules/qs/test/parse.js +468 -47
- package/node_modules/qs/test/stringify.js +454 -57
- package/node_modules/qs/test/utils.js +126 -0
- package/node_modules/side-channel/.editorconfig +9 -0
- package/node_modules/side-channel/.eslintrc +2 -1
- package/node_modules/side-channel/CHANGELOG.md +45 -0
- package/node_modules/side-channel/README.md +60 -1
- package/node_modules/side-channel/index.d.ts +14 -0
- package/node_modules/side-channel/index.js +21 -102
- package/node_modules/side-channel/package.json +40 -22
- package/node_modules/side-channel/test/index.js +78 -52
- package/node_modules/side-channel/tsconfig.json +9 -0
- package/node_modules/{function-bind → side-channel-list}/.editorconfig +3 -14
- package/node_modules/side-channel-list/.eslintrc +11 -0
- package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-list/.nycrc +13 -0
- package/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/node_modules/side-channel-list/LICENSE +21 -0
- package/node_modules/side-channel-list/README.md +62 -0
- package/node_modules/side-channel-list/index.d.ts +13 -0
- package/node_modules/side-channel-list/index.js +113 -0
- package/node_modules/side-channel-list/list.d.ts +14 -0
- package/node_modules/side-channel-list/package.json +77 -0
- package/node_modules/side-channel-list/test/index.js +104 -0
- package/node_modules/side-channel-list/tsconfig.json +9 -0
- package/node_modules/side-channel-map/.editorconfig +9 -0
- package/node_modules/side-channel-map/.eslintrc +11 -0
- package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-map/.nycrc +13 -0
- package/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/node_modules/side-channel-map/LICENSE +21 -0
- package/node_modules/side-channel-map/README.md +62 -0
- package/node_modules/side-channel-map/index.d.ts +15 -0
- package/node_modules/side-channel-map/index.js +68 -0
- package/node_modules/side-channel-map/package.json +80 -0
- package/node_modules/side-channel-map/test/index.js +114 -0
- package/node_modules/side-channel-map/tsconfig.json +9 -0
- package/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/node_modules/side-channel-weakmap/README.md +62 -0
- package/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/node_modules/side-channel-weakmap/index.js +84 -0
- package/node_modules/side-channel-weakmap/package.json +87 -0
- package/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/node_modules/superagent/node_modules/readable-stream/README.md +1 -1
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_duplex.js +12 -25
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_passthrough.js +2 -4
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_readable.js +176 -273
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_transform.js +26 -37
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_writable.js +118 -174
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/async_iterator.js +10 -37
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/buffer_list.js +20 -47
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/destroy.js +8 -17
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +1 -19
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/from.js +12 -24
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/pipeline.js +5 -16
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/state.js +2 -7
- package/node_modules/superagent/node_modules/readable-stream/package.json +1 -1
- package/node_modules/{semver → superagent/node_modules/semver}/README.md +132 -36
- package/node_modules/{semver → superagent/node_modules/semver}/bin/semver.js +22 -16
- package/node_modules/{semver → superagent/node_modules/semver}/classes/comparator.js +39 -34
- package/node_modules/{semver → superagent/node_modules/semver}/classes/range.js +72 -37
- package/node_modules/{semver → superagent/node_modules/semver}/classes/semver.js +49 -19
- package/node_modules/{semver → superagent/node_modules/semver}/functions/coerce.js +14 -6
- package/node_modules/superagent/node_modules/semver/functions/diff.js +58 -0
- package/node_modules/{semver → superagent/node_modules/semver}/functions/inc.js +3 -2
- package/node_modules/superagent/node_modules/semver/functions/parse.js +16 -0
- package/node_modules/superagent/node_modules/semver/index.js +89 -0
- package/node_modules/{semver → superagent/node_modules/semver}/internal/constants.js +20 -2
- package/node_modules/superagent/node_modules/semver/internal/lrucache.js +40 -0
- package/node_modules/superagent/node_modules/semver/internal/parse-options.js +15 -0
- package/node_modules/{semver → superagent/node_modules/semver}/internal/re.js +41 -6
- package/node_modules/{semver → superagent/node_modules/semver}/package.json +29 -26
- package/node_modules/{semver → superagent/node_modules/semver}/ranges/intersects.js +1 -1
- package/node_modules/{semver → superagent/node_modules/semver}/ranges/subset.js +6 -3
- package/node_modules/yargs/browser.d.ts +5 -0
- package/node_modules/yargs/build/index.cjs +1 -1
- package/node_modules/yargs/build/lib/command.js +2 -0
- package/node_modules/yargs/build/lib/completion.js +19 -12
- package/node_modules/yargs/build/lib/usage.js +9 -4
- package/node_modules/yargs/build/lib/yargs-factory.js +18 -3
- package/node_modules/yargs/locales/cs.json +51 -0
- package/node_modules/yargs/locales/en.json +4 -0
- package/node_modules/yargs/locales/fi.json +1 -1
- package/node_modules/yargs/package.json +4 -4
- package/node_modules/yargs-parser/CHANGELOG.md +21 -0
- package/node_modules/yargs-parser/build/index.cjs +6 -4
- package/node_modules/yargs-parser/build/lib/index.js +4 -2
- package/node_modules/yargs-parser/build/lib/yargs-parser.js +2 -2
- package/node_modules/yargs-parser/package.json +10 -6
- package/output/e3e8277b426d4bc636a8ed30e66dd056e6cc9691-corellium-cli-build.tar.gz +0 -0
- package/package.json +1 -1
- package/renovate.json +11 -58
- package/src/clients/Agent.js +40 -37
- package/src/clients/Client.js +42 -40
- package/src/clients/Instance.js +24 -24
- package/src/clients/Webplayer.js +23 -24
- package/src/commands/extensions/delete.js +26 -26
- package/src/commands/extensions/index.js +6 -11
- package/src/commands/extensions/list.js +25 -25
- package/src/commands/extensions/load.js +51 -50
- package/src/commands/extensions/validate.js +33 -38
- package/src/commands/firmware/index.js +6 -9
- package/src/commands/firmware/list.js +49 -38
- package/src/commands/firmware/load.js +45 -42
- package/src/commands/images/create.js +30 -29
- package/src/commands/images/delete.js +21 -21
- package/src/commands/images/index.js +6 -10
- package/src/commands/images/list.js +21 -20
- package/src/commands/index.js +2 -2
- package/src/commands/instances/apps/index.js +26 -23
- package/src/commands/instances/apps/install.js +14 -14
- package/src/commands/instances/apps/open.js +17 -17
- package/src/commands/instances/create.js +35 -38
- package/src/commands/instances/delete.js +24 -25
- package/src/commands/instances/file.js +36 -32
- package/src/commands/instances/get.js +23 -16
- package/src/commands/instances/index.js +8 -8
- package/src/commands/instances/input.js +16 -17
- package/src/commands/instances/list.js +38 -28
- package/src/commands/instances/netmon/disable.js +17 -15
- package/src/commands/instances/netmon/download.js +18 -16
- package/src/commands/instances/netmon/enable.js +30 -23
- package/src/commands/instances/netmon/index.js +6 -11
- package/src/commands/instances/netmon/stream.js +18 -16
- package/src/commands/instances/ready.js +30 -27
- package/src/commands/instances/restoreBackup.js +39 -36
- package/src/commands/instances/rotate.js +20 -21
- package/src/commands/instances/start.js +23 -24
- package/src/commands/instances/stop.js +20 -21
- package/src/commands/instances/unlock.js +17 -19
- package/src/commands/instances/upgrade.js +38 -34
- package/src/commands/login.js +67 -67
- package/src/commands/logout.js +10 -12
- package/src/commands/mast/constants.js +2 -2
- package/src/commands/mast/create-assessment.js +16 -16
- package/src/commands/mast/delete-assessment.js +15 -15
- package/src/commands/mast/download-report.js +18 -15
- package/src/commands/mast/get-assessment.js +14 -14
- package/src/commands/mast/get-assessments.js +13 -13
- package/src/commands/mast/index.js +7 -7
- package/src/commands/mast/start-monitor.js +15 -15
- package/src/commands/mast/stop-monitor.js +15 -15
- package/src/commands/mast/test.js +19 -16
- package/src/commands/projects/create.js +33 -32
- package/src/commands/projects/delete.js +26 -26
- package/src/commands/projects/index.js +6 -11
- package/src/commands/projects/list.js +21 -19
- package/src/commands/projects/vpnConfig.js +29 -26
- package/src/commands/webplayer/create.js +57 -50
- package/src/commands/webplayer/destroy.js +31 -28
- package/src/commands/webplayer/index.js +6 -11
- package/src/commands/webplayer/list.js +41 -42
- package/src/commands/webplayer/login.js +31 -28
- package/src/corellium-api.js +11 -11
- package/src/error.js +20 -18
- package/src/logging.js +15 -15
- package/src/profile.js +22 -22
- package/src/progress.js +6 -6
- package/src/resumable.js +606 -664
- package/src/table.js +20 -22
- package/src/upload.js +38 -38
- package/src/utils.js +63 -64
- package/test/test.js +47 -48
- package/coverage/cobertura-coverage.xml +0 -9
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -101
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov.info +0 -0
- package/node_modules/@babel/cli/node_modules/commander/CHANGELOG.md +0 -436
- package/node_modules/@babel/cli/node_modules/commander/index.js +0 -1649
- package/node_modules/@babel/cli/node_modules/commander/typings/index.d.ts +0 -311
- package/node_modules/@babel/cli/node_modules/semver/CHANGELOG.md +0 -39
- package/node_modules/@babel/cli/node_modules/semver/package.json +0 -28
- package/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +0 -198
- package/node_modules/braces/CHANGELOG.md +0 -184
- package/node_modules/call-bind/.eslintignore +0 -1
- package/node_modules/call-bind/CHANGELOG.md +0 -42
- package/node_modules/call-bind/README.md +0 -2
- package/node_modules/call-bind/callBound.js +0 -15
- package/node_modules/call-bind/index.js +0 -47
- package/node_modules/call-bind/package.json +0 -80
- package/node_modules/call-bind/test/index.js +0 -66
- package/node_modules/component-emitter/History.md +0 -75
- package/node_modules/function-bind/.jscs.json +0 -176
- package/node_modules/function-bind/.npmignore +0 -22
- package/node_modules/function-bind/.travis.yml +0 -168
- package/node_modules/has/LICENSE-MIT +0 -22
- package/node_modules/has/README.md +0 -18
- package/node_modules/has/package.json +0 -48
- package/node_modules/has/src/index.js +0 -5
- package/node_modules/has/test/index.js +0 -10
- package/node_modules/lru-cache/README.md +0 -166
- package/node_modules/lru-cache/index.js +0 -334
- package/node_modules/lru-cache/package.json +0 -34
- package/node_modules/semver/LICENSE +0 -15
- package/node_modules/semver/functions/diff.js +0 -23
- package/node_modules/semver/functions/parse.js +0 -33
- package/node_modules/semver/index.js +0 -48
- package/node_modules/semver/internal/parse-options.js +0 -11
- package/node_modules/side-channel/.eslintignore +0 -1
- package/node_modules/superagent/node_modules/form-data/README.md.bak +0 -356
- package/node_modules/superagent/node_modules/form-data/Readme.md +0 -356
- package/node_modules/yallist/LICENSE +0 -15
- package/node_modules/yallist/README.md +0 -204
- package/node_modules/yallist/iterator.js +0 -8
- package/node_modules/yallist/package.json +0 -29
- package/node_modules/yallist/yallist.js +0 -426
- /package/node_modules/{superagent → axios}/node_modules/form-data/License +0 -0
- /package/node_modules/{superagent → axios}/node_modules/form-data/index.d.ts +0 -0
- /package/node_modules/{superagent → axios}/node_modules/form-data/lib/browser.js +0 -0
- /package/node_modules/{superagent → axios}/node_modules/form-data/lib/populate.js +0 -0
- /package/node_modules/{@babel/cli/node_modules/commander → commander}/LICENSE +0 -0
- /package/node_modules/{call-bind → dunder-proto}/.nycrc +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.d.ts +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.js +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/license +0 -0
- /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/LICENSE +0 -0
- /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/README.md +0 -0
- /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/bin/semver +0 -0
- /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/range.bnf +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/package.json +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/readme.md +0 -0
- /package/node_modules/{@babel/cli/node_modules/pify → pify}/index.js +0 -0
- /package/node_modules/{@babel/cli/node_modules/pify → pify}/license +0 -0
- /package/node_modules/{@babel/cli/node_modules/pify → pify}/package.json +0 -0
- /package/node_modules/{@babel/cli/node_modules/pify → pify}/readme.md +0 -0
- /package/node_modules/{@babel/cli/node_modules/slash → slash}/index.js +0 -0
- /package/node_modules/{@babel/cli/node_modules/slash → slash}/license +0 -0
- /package/node_modules/{@babel/cli/node_modules/slash → slash}/package.json +0 -0
- /package/node_modules/{@babel/cli/node_modules/slash → slash}/readme.md +0 -0
- /package/node_modules/{lru-cache → superagent/node_modules/semver}/LICENSE +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/classes/index.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/clean.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/cmp.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-build.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-loose.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/eq.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/gt.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/gte.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/lt.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/lte.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/major.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/minor.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/neq.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/patch.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/prerelease.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/rcompare.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/rsort.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/satisfies.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/sort.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/valid.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/internal/debug.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/internal/identifiers.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/preload.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/range.bnf +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/gtr.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/ltr.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/max-satisfying.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-satisfying.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-version.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/outside.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/simplify.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/to-comparators.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/valid.js +0 -0
@@ -1,12 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "commander",
|
3
|
-
"version": "
|
3
|
+
"version": "6.2.1",
|
4
4
|
"description": "the complete solution for node.js command-line programs",
|
5
5
|
"keywords": [
|
6
6
|
"commander",
|
7
7
|
"command",
|
8
8
|
"option",
|
9
|
-
"parser"
|
9
|
+
"parser",
|
10
|
+
"cli",
|
11
|
+
"argument",
|
12
|
+
"args",
|
13
|
+
"argv"
|
10
14
|
],
|
11
15
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
12
16
|
"license": "MIT",
|
@@ -16,6 +20,7 @@
|
|
16
20
|
},
|
17
21
|
"scripts": {
|
18
22
|
"lint": "eslint index.js \"tests/**/*.js\"",
|
23
|
+
"typescript-lint": "eslint typings/*.ts",
|
19
24
|
"test": "jest && npm run test-typings",
|
20
25
|
"test-typings": "tsc -p tsconfig.json"
|
21
26
|
},
|
@@ -26,15 +31,20 @@
|
|
26
31
|
],
|
27
32
|
"dependencies": {},
|
28
33
|
"devDependencies": {
|
29
|
-
"@types/jest": "^
|
30
|
-
"@types/node": "^
|
31
|
-
"eslint": "^
|
32
|
-
"eslint
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
34
|
+
"@types/jest": "^26.0.15",
|
35
|
+
"@types/node": "^14.14.2",
|
36
|
+
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
37
|
+
"eslint": "^7.11.0",
|
38
|
+
"eslint-config-standard-with-typescript": "^19.0.1",
|
39
|
+
"eslint-plugin-jest": "^24.1.0",
|
40
|
+
"jest": "^26.6.0",
|
41
|
+
"standard": "^15.0.0",
|
42
|
+
"typescript": "^4.0.3"
|
36
43
|
},
|
37
44
|
"typings": "typings/index.d.ts",
|
45
|
+
"jest": {
|
46
|
+
"collectCoverage": true
|
47
|
+
},
|
38
48
|
"engines": {
|
39
49
|
"node": ">= 6"
|
40
50
|
}
|
@@ -0,0 +1,410 @@
|
|
1
|
+
// Type definitions for commander
|
2
|
+
// Original definitions by: Alan Agius <https://github.com/alan-agius4>, Marcelo Dezem <https://github.com/mdezem>, vvakame <https://github.com/vvakame>, Jules Randolph <https://github.com/sveinburne>
|
3
|
+
|
4
|
+
declare namespace commander {
|
5
|
+
|
6
|
+
interface CommanderError extends Error {
|
7
|
+
code: string;
|
8
|
+
exitCode: number;
|
9
|
+
message: string;
|
10
|
+
nestedError?: string;
|
11
|
+
}
|
12
|
+
type CommanderErrorConstructor = new (exitCode: number, code: string, message: string) => CommanderError;
|
13
|
+
|
14
|
+
interface Option {
|
15
|
+
flags: string;
|
16
|
+
required: boolean; // A value must be supplied when the option is specified.
|
17
|
+
optional: boolean; // A value is optional when the option is specified.
|
18
|
+
mandatory: boolean; // The option must have a value after parsing, which usually means it must be specified on command line.
|
19
|
+
bool: boolean;
|
20
|
+
short?: string;
|
21
|
+
long: string;
|
22
|
+
description: string;
|
23
|
+
}
|
24
|
+
type OptionConstructor = new (flags: string, description?: string) => Option;
|
25
|
+
|
26
|
+
interface ParseOptions {
|
27
|
+
from: 'node' | 'electron' | 'user';
|
28
|
+
}
|
29
|
+
|
30
|
+
interface Command {
|
31
|
+
[key: string]: any; // options as properties
|
32
|
+
|
33
|
+
args: string[];
|
34
|
+
|
35
|
+
commands: Command[];
|
36
|
+
|
37
|
+
/**
|
38
|
+
* Set the program version to `str`.
|
39
|
+
*
|
40
|
+
* This method auto-registers the "-V, --version" flag
|
41
|
+
* which will print the version number when passed.
|
42
|
+
*
|
43
|
+
* You can optionally supply the flags and description to override the defaults.
|
44
|
+
*/
|
45
|
+
version(str: string, flags?: string, description?: string): this;
|
46
|
+
|
47
|
+
/**
|
48
|
+
* Define a command, implemented using an action handler.
|
49
|
+
*
|
50
|
+
* @remarks
|
51
|
+
* The command description is supplied using `.description`, not as a parameter to `.command`.
|
52
|
+
*
|
53
|
+
* @example
|
54
|
+
* ```ts
|
55
|
+
* program
|
56
|
+
* .command('clone <source> [destination]')
|
57
|
+
* .description('clone a repository into a newly created directory')
|
58
|
+
* .action((source, destination) => {
|
59
|
+
* console.log('clone command called');
|
60
|
+
* });
|
61
|
+
* ```
|
62
|
+
*
|
63
|
+
* @param nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
|
64
|
+
* @param opts - configuration options
|
65
|
+
* @returns new command
|
66
|
+
*/
|
67
|
+
command(nameAndArgs: string, opts?: CommandOptions): ReturnType<this['createCommand']>;
|
68
|
+
/**
|
69
|
+
* Define a command, implemented in a separate executable file.
|
70
|
+
*
|
71
|
+
* @remarks
|
72
|
+
* The command description is supplied as the second parameter to `.command`.
|
73
|
+
*
|
74
|
+
* @example
|
75
|
+
* ```ts
|
76
|
+
* program
|
77
|
+
* .command('start <service>', 'start named service')
|
78
|
+
* .command('stop [service]', 'stop named service, or all if no name supplied');
|
79
|
+
* ```
|
80
|
+
*
|
81
|
+
* @param nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
|
82
|
+
* @param description - description of executable command
|
83
|
+
* @param opts - configuration options
|
84
|
+
* @returns `this` command for chaining
|
85
|
+
*/
|
86
|
+
command(nameAndArgs: string, description: string, opts?: commander.ExecutableCommandOptions): this;
|
87
|
+
|
88
|
+
/**
|
89
|
+
* Factory routine to create a new unattached command.
|
90
|
+
*
|
91
|
+
* See .command() for creating an attached subcommand, which uses this routine to
|
92
|
+
* create the command. You can override createCommand to customise subcommands.
|
93
|
+
*/
|
94
|
+
createCommand(name?: string): Command;
|
95
|
+
|
96
|
+
/**
|
97
|
+
* Add a prepared subcommand.
|
98
|
+
*
|
99
|
+
* See .command() for creating an attached subcommand which inherits settings from its parent.
|
100
|
+
*
|
101
|
+
* @returns `this` command for chaining
|
102
|
+
*/
|
103
|
+
addCommand(cmd: Command, opts?: CommandOptions): this;
|
104
|
+
|
105
|
+
/**
|
106
|
+
* Define argument syntax for command.
|
107
|
+
*
|
108
|
+
* @returns `this` command for chaining
|
109
|
+
*/
|
110
|
+
arguments(desc: string): this;
|
111
|
+
|
112
|
+
/**
|
113
|
+
* Override default decision whether to add implicit help command.
|
114
|
+
*
|
115
|
+
* addHelpCommand() // force on
|
116
|
+
* addHelpCommand(false); // force off
|
117
|
+
* addHelpCommand('help [cmd]', 'display help for [cmd]'); // force on with custom details
|
118
|
+
*
|
119
|
+
* @returns `this` command for chaining
|
120
|
+
*/
|
121
|
+
addHelpCommand(enableOrNameAndArgs?: string | boolean, description?: string): this;
|
122
|
+
|
123
|
+
/**
|
124
|
+
* Register callback to use as replacement for calling process.exit.
|
125
|
+
*/
|
126
|
+
exitOverride(callback?: (err: CommanderError) => never|void): this;
|
127
|
+
|
128
|
+
/**
|
129
|
+
* Register callback `fn` for the command.
|
130
|
+
*
|
131
|
+
* @example
|
132
|
+
* program
|
133
|
+
* .command('help')
|
134
|
+
* .description('display verbose help')
|
135
|
+
* .action(function() {
|
136
|
+
* // output help here
|
137
|
+
* });
|
138
|
+
*
|
139
|
+
* @returns `this` command for chaining
|
140
|
+
*/
|
141
|
+
action(fn: (...args: any[]) => void | Promise<void>): this;
|
142
|
+
|
143
|
+
/**
|
144
|
+
* Define option with `flags`, `description` and optional
|
145
|
+
* coercion `fn`.
|
146
|
+
*
|
147
|
+
* The `flags` string should contain both the short and long flags,
|
148
|
+
* separated by comma, a pipe or space. The following are all valid
|
149
|
+
* all will output this way when `--help` is used.
|
150
|
+
*
|
151
|
+
* "-p, --pepper"
|
152
|
+
* "-p|--pepper"
|
153
|
+
* "-p --pepper"
|
154
|
+
*
|
155
|
+
* @example
|
156
|
+
* // simple boolean defaulting to false
|
157
|
+
* program.option('-p, --pepper', 'add pepper');
|
158
|
+
*
|
159
|
+
* --pepper
|
160
|
+
* program.pepper
|
161
|
+
* // => Boolean
|
162
|
+
*
|
163
|
+
* // simple boolean defaulting to true
|
164
|
+
* program.option('-C, --no-cheese', 'remove cheese');
|
165
|
+
*
|
166
|
+
* program.cheese
|
167
|
+
* // => true
|
168
|
+
*
|
169
|
+
* --no-cheese
|
170
|
+
* program.cheese
|
171
|
+
* // => false
|
172
|
+
*
|
173
|
+
* // required argument
|
174
|
+
* program.option('-C, --chdir <path>', 'change the working directory');
|
175
|
+
*
|
176
|
+
* --chdir /tmp
|
177
|
+
* program.chdir
|
178
|
+
* // => "/tmp"
|
179
|
+
*
|
180
|
+
* // optional argument
|
181
|
+
* program.option('-c, --cheese [type]', 'add cheese [marble]');
|
182
|
+
*
|
183
|
+
* @returns `this` command for chaining
|
184
|
+
*/
|
185
|
+
option(flags: string, description?: string, defaultValue?: string | boolean): this;
|
186
|
+
option(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean): this;
|
187
|
+
option<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defaultValue?: T): this;
|
188
|
+
|
189
|
+
/**
|
190
|
+
* Define a required option, which must have a value after parsing. This usually means
|
191
|
+
* the option must be specified on the command line. (Otherwise the same as .option().)
|
192
|
+
*
|
193
|
+
* The `flags` string should contain both the short and long flags, separated by comma, a pipe or space.
|
194
|
+
*/
|
195
|
+
requiredOption(flags: string, description?: string, defaultValue?: string | boolean): this;
|
196
|
+
requiredOption(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean): this;
|
197
|
+
requiredOption<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defaultValue?: T): this;
|
198
|
+
|
199
|
+
/**
|
200
|
+
* Whether to store option values as properties on command object,
|
201
|
+
* or store separately (specify false). In both cases the option values can be accessed using .opts().
|
202
|
+
*
|
203
|
+
* @returns `this` command for chaining
|
204
|
+
*/
|
205
|
+
storeOptionsAsProperties(value?: boolean): this;
|
206
|
+
|
207
|
+
/**
|
208
|
+
* Whether to pass command to action handler,
|
209
|
+
* or just the options (specify false).
|
210
|
+
*
|
211
|
+
* @returns `this` command for chaining
|
212
|
+
*/
|
213
|
+
passCommandToAction(value?: boolean): this;
|
214
|
+
|
215
|
+
/**
|
216
|
+
* Alter parsing of short flags with optional values.
|
217
|
+
*
|
218
|
+
* @example
|
219
|
+
* // for `.option('-f,--flag [value]'):
|
220
|
+
* .combineFlagAndOptionalValue(true) // `-f80` is treated like `--flag=80`, this is the default behaviour
|
221
|
+
* .combineFlagAndOptionalValue(false) // `-fb` is treated like `-f -b`
|
222
|
+
*
|
223
|
+
* @returns `this` command for chaining
|
224
|
+
*/
|
225
|
+
combineFlagAndOptionalValue(arg?: boolean): this;
|
226
|
+
|
227
|
+
/**
|
228
|
+
* Allow unknown options on the command line.
|
229
|
+
*
|
230
|
+
* @param [arg] if `true` or omitted, no error will be thrown for unknown options.
|
231
|
+
* @returns `this` command for chaining
|
232
|
+
*/
|
233
|
+
allowUnknownOption(arg?: boolean): this;
|
234
|
+
|
235
|
+
/**
|
236
|
+
* Parse `argv`, setting options and invoking commands when defined.
|
237
|
+
*
|
238
|
+
* The default expectation is that the arguments are from node and have the application as argv[0]
|
239
|
+
* and the script being run in argv[1], with user parameters after that.
|
240
|
+
*
|
241
|
+
* Examples:
|
242
|
+
*
|
243
|
+
* program.parse(process.argv);
|
244
|
+
* program.parse(); // implicitly use process.argv and auto-detect node vs electron conventions
|
245
|
+
* program.parse(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
|
246
|
+
*
|
247
|
+
* @returns `this` command for chaining
|
248
|
+
*/
|
249
|
+
parse(argv?: string[], options?: ParseOptions): this;
|
250
|
+
|
251
|
+
/**
|
252
|
+
* Parse `argv`, setting options and invoking commands when defined.
|
253
|
+
*
|
254
|
+
* Use parseAsync instead of parse if any of your action handlers are async. Returns a Promise.
|
255
|
+
*
|
256
|
+
* The default expectation is that the arguments are from node and have the application as argv[0]
|
257
|
+
* and the script being run in argv[1], with user parameters after that.
|
258
|
+
*
|
259
|
+
* Examples:
|
260
|
+
*
|
261
|
+
* program.parseAsync(process.argv);
|
262
|
+
* program.parseAsync(); // implicitly use process.argv and auto-detect node vs electron conventions
|
263
|
+
* program.parseAsync(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
|
264
|
+
*
|
265
|
+
* @returns Promise
|
266
|
+
*/
|
267
|
+
parseAsync(argv?: string[], options?: ParseOptions): Promise<this>;
|
268
|
+
|
269
|
+
/**
|
270
|
+
* Parse options from `argv` removing known options,
|
271
|
+
* and return argv split into operands and unknown arguments.
|
272
|
+
*
|
273
|
+
* @example
|
274
|
+
* argv => operands, unknown
|
275
|
+
* --known kkk op => [op], []
|
276
|
+
* op --known kkk => [op], []
|
277
|
+
* sub --unknown uuu op => [sub], [--unknown uuu op]
|
278
|
+
* sub -- --unknown uuu op => [sub --unknown uuu op], []
|
279
|
+
*/
|
280
|
+
parseOptions(argv: string[]): commander.ParseOptionsResult;
|
281
|
+
|
282
|
+
/**
|
283
|
+
* Return an object containing options as key-value pairs
|
284
|
+
*/
|
285
|
+
opts(): { [key: string]: any };
|
286
|
+
|
287
|
+
/**
|
288
|
+
* Set the description.
|
289
|
+
*
|
290
|
+
* @returns `this` command for chaining
|
291
|
+
*/
|
292
|
+
description(str: string, argsDescription?: {[argName: string]: string}): this;
|
293
|
+
/**
|
294
|
+
* Get the description.
|
295
|
+
*/
|
296
|
+
description(): string;
|
297
|
+
|
298
|
+
/**
|
299
|
+
* Set an alias for the command.
|
300
|
+
*
|
301
|
+
* You may call more than once to add multiple aliases. Only the first alias is shown in the auto-generated help.
|
302
|
+
*
|
303
|
+
* @returns `this` command for chaining
|
304
|
+
*/
|
305
|
+
alias(alias: string): this;
|
306
|
+
/**
|
307
|
+
* Get alias for the command.
|
308
|
+
*/
|
309
|
+
alias(): string;
|
310
|
+
|
311
|
+
/**
|
312
|
+
* Set aliases for the command.
|
313
|
+
*
|
314
|
+
* Only the first alias is shown in the auto-generated help.
|
315
|
+
*
|
316
|
+
* @returns `this` command for chaining
|
317
|
+
*/
|
318
|
+
aliases(aliases: string[]): this;
|
319
|
+
/**
|
320
|
+
* Get aliases for the command.
|
321
|
+
*/
|
322
|
+
aliases(): string[];
|
323
|
+
|
324
|
+
/**
|
325
|
+
* Set the command usage.
|
326
|
+
*
|
327
|
+
* @returns `this` command for chaining
|
328
|
+
*/
|
329
|
+
usage(str: string): this;
|
330
|
+
/**
|
331
|
+
* Get the command usage.
|
332
|
+
*/
|
333
|
+
usage(): string;
|
334
|
+
|
335
|
+
/**
|
336
|
+
* Set the name of the command.
|
337
|
+
*
|
338
|
+
* @returns `this` command for chaining
|
339
|
+
*/
|
340
|
+
name(str: string): this;
|
341
|
+
/**
|
342
|
+
* Get the name of the command.
|
343
|
+
*/
|
344
|
+
name(): string;
|
345
|
+
|
346
|
+
/**
|
347
|
+
* Output help information for this command.
|
348
|
+
*
|
349
|
+
* When listener(s) are available for the helpLongFlag
|
350
|
+
* those callbacks are invoked.
|
351
|
+
*/
|
352
|
+
outputHelp(cb?: (str: string) => string): void;
|
353
|
+
|
354
|
+
/**
|
355
|
+
* Return command help documentation.
|
356
|
+
*/
|
357
|
+
helpInformation(): string;
|
358
|
+
|
359
|
+
/**
|
360
|
+
* You can pass in flags and a description to override the help
|
361
|
+
* flags and help description for your command. Pass in false
|
362
|
+
* to disable the built-in help option.
|
363
|
+
*/
|
364
|
+
helpOption(flags?: string | boolean, description?: string): this;
|
365
|
+
|
366
|
+
/**
|
367
|
+
* Output help information and exit.
|
368
|
+
*/
|
369
|
+
help(cb?: (str: string) => string): never;
|
370
|
+
|
371
|
+
/**
|
372
|
+
* Add a listener (callback) for when events occur. (Implemented using EventEmitter.)
|
373
|
+
*
|
374
|
+
* @example
|
375
|
+
* program
|
376
|
+
* .on('--help', () -> {
|
377
|
+
* console.log('See web site for more information.');
|
378
|
+
* });
|
379
|
+
*/
|
380
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
381
|
+
}
|
382
|
+
type CommandConstructor = new (name?: string) => Command;
|
383
|
+
|
384
|
+
interface CommandOptions {
|
385
|
+
noHelp?: boolean; // old name for hidden
|
386
|
+
hidden?: boolean;
|
387
|
+
isDefault?: boolean;
|
388
|
+
}
|
389
|
+
interface ExecutableCommandOptions extends CommandOptions {
|
390
|
+
executableFile?: string;
|
391
|
+
}
|
392
|
+
|
393
|
+
interface ParseOptionsResult {
|
394
|
+
operands: string[];
|
395
|
+
unknown: string[];
|
396
|
+
}
|
397
|
+
|
398
|
+
interface CommanderStatic extends Command {
|
399
|
+
program: Command;
|
400
|
+
Command: CommandConstructor;
|
401
|
+
Option: OptionConstructor;
|
402
|
+
CommanderError: CommanderErrorConstructor;
|
403
|
+
}
|
404
|
+
|
405
|
+
}
|
406
|
+
|
407
|
+
// Declaring namespace AND global
|
408
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
409
|
+
declare const commander: commander.CommanderStatic;
|
410
|
+
export = commander;
|
@@ -1,24 +1,24 @@
|
|
1
|
-
(The MIT License)
|
2
|
-
|
3
|
-
Copyright (c) 2014 Component contributors <dev@component.io>
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person
|
6
|
-
obtaining a copy of this software and associated documentation
|
7
|
-
files (the "Software"), to deal in the Software without
|
8
|
-
restriction, including without limitation the rights to use,
|
9
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10
|
-
copies of the Software, and to permit persons to whom the
|
11
|
-
Software is furnished to do so, subject to the following
|
12
|
-
conditions:
|
13
|
-
|
14
|
-
The above copyright notice and this permission notice shall be
|
15
|
-
included in all copies or substantial portions of the Software.
|
16
|
-
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
18
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
19
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
20
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
21
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
22
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
23
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
24
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
1
|
+
(The MIT License)
|
2
|
+
|
3
|
+
Copyright (c) 2014 Component contributors <dev@component.io>
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person
|
6
|
+
obtaining a copy of this software and associated documentation
|
7
|
+
files (the "Software"), to deal in the Software without
|
8
|
+
restriction, including without limitation the rights to use,
|
9
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10
|
+
copies of the Software, and to permit persons to whom the
|
11
|
+
Software is furnished to do so, subject to the following
|
12
|
+
conditions:
|
13
|
+
|
14
|
+
The above copyright notice and this permission notice shall be
|
15
|
+
included in all copies or substantial portions of the Software.
|
16
|
+
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
18
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
19
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
20
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
21
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
22
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
23
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
24
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
@@ -1,74 +1,74 @@
|
|
1
|
-
# Emitter [](https://travis-ci.org/component/emitter)
|
2
|
-
|
3
|
-
Event emitter component.
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
```
|
8
|
-
$ component install component/emitter
|
9
|
-
```
|
10
|
-
|
11
|
-
## API
|
12
|
-
|
13
|
-
### Emitter(obj)
|
14
|
-
|
15
|
-
The `Emitter` may also be used as a mixin. For example
|
16
|
-
a "plain" object may become an emitter, or you may
|
17
|
-
extend an existing prototype.
|
18
|
-
|
19
|
-
As an `Emitter` instance:
|
20
|
-
|
21
|
-
```js
|
22
|
-
var Emitter = require('emitter');
|
23
|
-
var emitter = new Emitter;
|
24
|
-
emitter.emit('something');
|
25
|
-
```
|
26
|
-
|
27
|
-
As a mixin:
|
28
|
-
|
29
|
-
```js
|
30
|
-
var Emitter = require('emitter');
|
31
|
-
var user = { name: 'tobi' };
|
32
|
-
Emitter(user);
|
33
|
-
|
34
|
-
user.emit('im a user');
|
35
|
-
```
|
36
|
-
|
37
|
-
As a prototype mixin:
|
38
|
-
|
39
|
-
```js
|
40
|
-
var Emitter = require('emitter');
|
41
|
-
Emitter(User.prototype);
|
42
|
-
```
|
43
|
-
|
44
|
-
### Emitter#on(event, fn)
|
45
|
-
|
46
|
-
Register an `event` handler `fn`.
|
47
|
-
|
48
|
-
### Emitter#once(event, fn)
|
49
|
-
|
50
|
-
Register a single-shot `event` handler `fn`,
|
51
|
-
removed immediately after it is invoked the
|
52
|
-
first time.
|
53
|
-
|
54
|
-
### Emitter#off(event, fn)
|
55
|
-
|
56
|
-
* Pass `event` and `fn` to remove a listener.
|
57
|
-
* Pass `event` to remove all listeners on that event.
|
58
|
-
* Pass nothing to remove all listeners on all events.
|
59
|
-
|
60
|
-
### Emitter#emit(event, ...)
|
61
|
-
|
62
|
-
Emit an `event` with variable option args.
|
63
|
-
|
64
|
-
### Emitter#listeners(event)
|
65
|
-
|
66
|
-
Return an array of callbacks, or an empty array.
|
67
|
-
|
68
|
-
### Emitter#hasListeners(event)
|
69
|
-
|
70
|
-
Check if this emitter has `event` handlers.
|
71
|
-
|
72
|
-
## License
|
73
|
-
|
74
|
-
MIT
|
1
|
+
# Emitter [](https://travis-ci.org/component/emitter)
|
2
|
+
|
3
|
+
Event emitter component.
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
```
|
8
|
+
$ component install component/emitter
|
9
|
+
```
|
10
|
+
|
11
|
+
## API
|
12
|
+
|
13
|
+
### Emitter(obj)
|
14
|
+
|
15
|
+
The `Emitter` may also be used as a mixin. For example
|
16
|
+
a "plain" object may become an emitter, or you may
|
17
|
+
extend an existing prototype.
|
18
|
+
|
19
|
+
As an `Emitter` instance:
|
20
|
+
|
21
|
+
```js
|
22
|
+
var Emitter = require('emitter');
|
23
|
+
var emitter = new Emitter;
|
24
|
+
emitter.emit('something');
|
25
|
+
```
|
26
|
+
|
27
|
+
As a mixin:
|
28
|
+
|
29
|
+
```js
|
30
|
+
var Emitter = require('emitter');
|
31
|
+
var user = { name: 'tobi' };
|
32
|
+
Emitter(user);
|
33
|
+
|
34
|
+
user.emit('im a user');
|
35
|
+
```
|
36
|
+
|
37
|
+
As a prototype mixin:
|
38
|
+
|
39
|
+
```js
|
40
|
+
var Emitter = require('emitter');
|
41
|
+
Emitter(User.prototype);
|
42
|
+
```
|
43
|
+
|
44
|
+
### Emitter#on(event, fn)
|
45
|
+
|
46
|
+
Register an `event` handler `fn`.
|
47
|
+
|
48
|
+
### Emitter#once(event, fn)
|
49
|
+
|
50
|
+
Register a single-shot `event` handler `fn`,
|
51
|
+
removed immediately after it is invoked the
|
52
|
+
first time.
|
53
|
+
|
54
|
+
### Emitter#off(event, fn)
|
55
|
+
|
56
|
+
* Pass `event` and `fn` to remove a listener.
|
57
|
+
* Pass `event` to remove all listeners on that event.
|
58
|
+
* Pass nothing to remove all listeners on all events.
|
59
|
+
|
60
|
+
### Emitter#emit(event, ...)
|
61
|
+
|
62
|
+
Emit an `event` with variable option args.
|
63
|
+
|
64
|
+
### Emitter#listeners(event)
|
65
|
+
|
66
|
+
Return an array of callbacks, or an empty array.
|
67
|
+
|
68
|
+
### Emitter#hasListeners(event)
|
69
|
+
|
70
|
+
Check if this emitter has `event` handlers.
|
71
|
+
|
72
|
+
## License
|
73
|
+
|
74
|
+
MIT
|