@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,175 +1,175 @@
|
|
1
|
-
|
2
|
-
/**
|
3
|
-
* Expose `Emitter`.
|
4
|
-
*/
|
5
|
-
|
6
|
-
if (typeof module !== 'undefined') {
|
7
|
-
module.exports = Emitter;
|
8
|
-
}
|
9
|
-
|
10
|
-
/**
|
11
|
-
* Initialize a new `Emitter`.
|
12
|
-
*
|
13
|
-
* @api public
|
14
|
-
*/
|
15
|
-
|
16
|
-
function Emitter(obj) {
|
17
|
-
if (obj) return mixin(obj);
|
18
|
-
};
|
19
|
-
|
20
|
-
/**
|
21
|
-
* Mixin the emitter properties.
|
22
|
-
*
|
23
|
-
* @param {Object} obj
|
24
|
-
* @return {Object}
|
25
|
-
* @api private
|
26
|
-
*/
|
27
|
-
|
28
|
-
function mixin(obj) {
|
29
|
-
for (var key in Emitter.prototype) {
|
30
|
-
obj[key] = Emitter.prototype[key];
|
31
|
-
}
|
32
|
-
return obj;
|
33
|
-
}
|
34
|
-
|
35
|
-
/**
|
36
|
-
* Listen on the given `event` with `fn`.
|
37
|
-
*
|
38
|
-
* @param {String} event
|
39
|
-
* @param {Function} fn
|
40
|
-
* @return {Emitter}
|
41
|
-
* @api public
|
42
|
-
*/
|
43
|
-
|
44
|
-
Emitter.prototype.on =
|
45
|
-
Emitter.prototype.addEventListener = function(event, fn){
|
46
|
-
this._callbacks = this._callbacks || {};
|
47
|
-
(this._callbacks['$' + event] = this._callbacks['$' + event] || [])
|
48
|
-
.push(fn);
|
49
|
-
return this;
|
50
|
-
};
|
51
|
-
|
52
|
-
/**
|
53
|
-
* Adds an `event` listener that will be invoked a single
|
54
|
-
* time then automatically removed.
|
55
|
-
*
|
56
|
-
* @param {String} event
|
57
|
-
* @param {Function} fn
|
58
|
-
* @return {Emitter}
|
59
|
-
* @api public
|
60
|
-
*/
|
61
|
-
|
62
|
-
Emitter.prototype.once = function(event, fn){
|
63
|
-
function on() {
|
64
|
-
this.off(event, on);
|
65
|
-
fn.apply(this, arguments);
|
66
|
-
}
|
67
|
-
|
68
|
-
on.fn = fn;
|
69
|
-
this.on(event, on);
|
70
|
-
return this;
|
71
|
-
};
|
72
|
-
|
73
|
-
/**
|
74
|
-
* Remove the given callback for `event` or all
|
75
|
-
* registered callbacks.
|
76
|
-
*
|
77
|
-
* @param {String} event
|
78
|
-
* @param {Function} fn
|
79
|
-
* @return {Emitter}
|
80
|
-
* @api public
|
81
|
-
*/
|
82
|
-
|
83
|
-
Emitter.prototype.off =
|
84
|
-
Emitter.prototype.removeListener =
|
85
|
-
Emitter.prototype.removeAllListeners =
|
86
|
-
Emitter.prototype.removeEventListener = function(event, fn){
|
87
|
-
this._callbacks = this._callbacks || {};
|
88
|
-
|
89
|
-
// all
|
90
|
-
if (0 == arguments.length) {
|
91
|
-
this._callbacks = {};
|
92
|
-
return this;
|
93
|
-
}
|
94
|
-
|
95
|
-
// specific event
|
96
|
-
var callbacks = this._callbacks['$' + event];
|
97
|
-
if (!callbacks) return this;
|
98
|
-
|
99
|
-
// remove all handlers
|
100
|
-
if (1 == arguments.length) {
|
101
|
-
delete this._callbacks['$' + event];
|
102
|
-
return this;
|
103
|
-
}
|
104
|
-
|
105
|
-
// remove specific handler
|
106
|
-
var cb;
|
107
|
-
for (var i = 0; i < callbacks.length; i++) {
|
108
|
-
cb = callbacks[i];
|
109
|
-
if (cb === fn || cb.fn === fn) {
|
110
|
-
callbacks.splice(i, 1);
|
111
|
-
break;
|
112
|
-
}
|
113
|
-
}
|
114
|
-
|
115
|
-
// Remove event specific arrays for event types that no
|
116
|
-
// one is subscribed for to avoid memory leak.
|
117
|
-
if (callbacks.length === 0) {
|
118
|
-
delete this._callbacks['$' + event];
|
119
|
-
}
|
120
|
-
|
121
|
-
return this;
|
122
|
-
};
|
123
|
-
|
124
|
-
/**
|
125
|
-
* Emit `event` with the given args.
|
126
|
-
*
|
127
|
-
* @param {String} event
|
128
|
-
* @param {Mixed} ...
|
129
|
-
* @return {Emitter}
|
130
|
-
*/
|
131
|
-
|
132
|
-
Emitter.prototype.emit = function(event){
|
133
|
-
this._callbacks = this._callbacks || {};
|
134
|
-
|
135
|
-
var args = new Array(arguments.length - 1)
|
136
|
-
, callbacks = this._callbacks['$' + event];
|
137
|
-
|
138
|
-
for (var i = 1; i < arguments.length; i++) {
|
139
|
-
args[i - 1] = arguments[i];
|
140
|
-
}
|
141
|
-
|
142
|
-
if (callbacks) {
|
143
|
-
callbacks = callbacks.slice(0);
|
144
|
-
for (var i = 0, len = callbacks.length; i < len; ++i) {
|
145
|
-
callbacks[i].apply(this, args);
|
146
|
-
}
|
147
|
-
}
|
148
|
-
|
149
|
-
return this;
|
150
|
-
};
|
151
|
-
|
152
|
-
/**
|
153
|
-
* Return array of callbacks for `event`.
|
154
|
-
*
|
155
|
-
* @param {String} event
|
156
|
-
* @return {Array}
|
157
|
-
* @api public
|
158
|
-
*/
|
159
|
-
|
160
|
-
Emitter.prototype.listeners = function(event){
|
161
|
-
this._callbacks = this._callbacks || {};
|
162
|
-
return this._callbacks['$' + event] || [];
|
163
|
-
};
|
164
|
-
|
165
|
-
/**
|
166
|
-
* Check if this emitter has `event` handlers.
|
167
|
-
*
|
168
|
-
* @param {String} event
|
169
|
-
* @return {Boolean}
|
170
|
-
* @api public
|
171
|
-
*/
|
172
|
-
|
173
|
-
Emitter.prototype.hasListeners = function(event){
|
174
|
-
return !! this.listeners(event).length;
|
175
|
-
};
|
1
|
+
|
2
|
+
/**
|
3
|
+
* Expose `Emitter`.
|
4
|
+
*/
|
5
|
+
|
6
|
+
if (typeof module !== 'undefined') {
|
7
|
+
module.exports = Emitter;
|
8
|
+
}
|
9
|
+
|
10
|
+
/**
|
11
|
+
* Initialize a new `Emitter`.
|
12
|
+
*
|
13
|
+
* @api public
|
14
|
+
*/
|
15
|
+
|
16
|
+
function Emitter(obj) {
|
17
|
+
if (obj) return mixin(obj);
|
18
|
+
};
|
19
|
+
|
20
|
+
/**
|
21
|
+
* Mixin the emitter properties.
|
22
|
+
*
|
23
|
+
* @param {Object} obj
|
24
|
+
* @return {Object}
|
25
|
+
* @api private
|
26
|
+
*/
|
27
|
+
|
28
|
+
function mixin(obj) {
|
29
|
+
for (var key in Emitter.prototype) {
|
30
|
+
obj[key] = Emitter.prototype[key];
|
31
|
+
}
|
32
|
+
return obj;
|
33
|
+
}
|
34
|
+
|
35
|
+
/**
|
36
|
+
* Listen on the given `event` with `fn`.
|
37
|
+
*
|
38
|
+
* @param {String} event
|
39
|
+
* @param {Function} fn
|
40
|
+
* @return {Emitter}
|
41
|
+
* @api public
|
42
|
+
*/
|
43
|
+
|
44
|
+
Emitter.prototype.on =
|
45
|
+
Emitter.prototype.addEventListener = function(event, fn){
|
46
|
+
this._callbacks = this._callbacks || {};
|
47
|
+
(this._callbacks['$' + event] = this._callbacks['$' + event] || [])
|
48
|
+
.push(fn);
|
49
|
+
return this;
|
50
|
+
};
|
51
|
+
|
52
|
+
/**
|
53
|
+
* Adds an `event` listener that will be invoked a single
|
54
|
+
* time then automatically removed.
|
55
|
+
*
|
56
|
+
* @param {String} event
|
57
|
+
* @param {Function} fn
|
58
|
+
* @return {Emitter}
|
59
|
+
* @api public
|
60
|
+
*/
|
61
|
+
|
62
|
+
Emitter.prototype.once = function(event, fn){
|
63
|
+
function on() {
|
64
|
+
this.off(event, on);
|
65
|
+
fn.apply(this, arguments);
|
66
|
+
}
|
67
|
+
|
68
|
+
on.fn = fn;
|
69
|
+
this.on(event, on);
|
70
|
+
return this;
|
71
|
+
};
|
72
|
+
|
73
|
+
/**
|
74
|
+
* Remove the given callback for `event` or all
|
75
|
+
* registered callbacks.
|
76
|
+
*
|
77
|
+
* @param {String} event
|
78
|
+
* @param {Function} fn
|
79
|
+
* @return {Emitter}
|
80
|
+
* @api public
|
81
|
+
*/
|
82
|
+
|
83
|
+
Emitter.prototype.off =
|
84
|
+
Emitter.prototype.removeListener =
|
85
|
+
Emitter.prototype.removeAllListeners =
|
86
|
+
Emitter.prototype.removeEventListener = function(event, fn){
|
87
|
+
this._callbacks = this._callbacks || {};
|
88
|
+
|
89
|
+
// all
|
90
|
+
if (0 == arguments.length) {
|
91
|
+
this._callbacks = {};
|
92
|
+
return this;
|
93
|
+
}
|
94
|
+
|
95
|
+
// specific event
|
96
|
+
var callbacks = this._callbacks['$' + event];
|
97
|
+
if (!callbacks) return this;
|
98
|
+
|
99
|
+
// remove all handlers
|
100
|
+
if (1 == arguments.length) {
|
101
|
+
delete this._callbacks['$' + event];
|
102
|
+
return this;
|
103
|
+
}
|
104
|
+
|
105
|
+
// remove specific handler
|
106
|
+
var cb;
|
107
|
+
for (var i = 0; i < callbacks.length; i++) {
|
108
|
+
cb = callbacks[i];
|
109
|
+
if (cb === fn || cb.fn === fn) {
|
110
|
+
callbacks.splice(i, 1);
|
111
|
+
break;
|
112
|
+
}
|
113
|
+
}
|
114
|
+
|
115
|
+
// Remove event specific arrays for event types that no
|
116
|
+
// one is subscribed for to avoid memory leak.
|
117
|
+
if (callbacks.length === 0) {
|
118
|
+
delete this._callbacks['$' + event];
|
119
|
+
}
|
120
|
+
|
121
|
+
return this;
|
122
|
+
};
|
123
|
+
|
124
|
+
/**
|
125
|
+
* Emit `event` with the given args.
|
126
|
+
*
|
127
|
+
* @param {String} event
|
128
|
+
* @param {Mixed} ...
|
129
|
+
* @return {Emitter}
|
130
|
+
*/
|
131
|
+
|
132
|
+
Emitter.prototype.emit = function(event){
|
133
|
+
this._callbacks = this._callbacks || {};
|
134
|
+
|
135
|
+
var args = new Array(arguments.length - 1)
|
136
|
+
, callbacks = this._callbacks['$' + event];
|
137
|
+
|
138
|
+
for (var i = 1; i < arguments.length; i++) {
|
139
|
+
args[i - 1] = arguments[i];
|
140
|
+
}
|
141
|
+
|
142
|
+
if (callbacks) {
|
143
|
+
callbacks = callbacks.slice(0);
|
144
|
+
for (var i = 0, len = callbacks.length; i < len; ++i) {
|
145
|
+
callbacks[i].apply(this, args);
|
146
|
+
}
|
147
|
+
}
|
148
|
+
|
149
|
+
return this;
|
150
|
+
};
|
151
|
+
|
152
|
+
/**
|
153
|
+
* Return array of callbacks for `event`.
|
154
|
+
*
|
155
|
+
* @param {String} event
|
156
|
+
* @return {Array}
|
157
|
+
* @api public
|
158
|
+
*/
|
159
|
+
|
160
|
+
Emitter.prototype.listeners = function(event){
|
161
|
+
this._callbacks = this._callbacks || {};
|
162
|
+
return this._callbacks['$' + event] || [];
|
163
|
+
};
|
164
|
+
|
165
|
+
/**
|
166
|
+
* Check if this emitter has `event` handlers.
|
167
|
+
*
|
168
|
+
* @param {String} event
|
169
|
+
* @return {Boolean}
|
170
|
+
* @api public
|
171
|
+
*/
|
172
|
+
|
173
|
+
Emitter.prototype.hasListeners = function(event){
|
174
|
+
return !! this.listeners(event).length;
|
175
|
+
};
|
@@ -1,8 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "component-emitter",
|
3
3
|
"description": "Event emitter",
|
4
|
-
"version": "1.3.
|
4
|
+
"version": "1.3.1",
|
5
5
|
"license": "MIT",
|
6
|
+
"funding": "https://github.com/sponsors/sindresorhus",
|
6
7
|
"devDependencies": {
|
7
8
|
"mocha": "*",
|
8
9
|
"should": "*"
|
@@ -15,7 +16,7 @@
|
|
15
16
|
"main": "index.js",
|
16
17
|
"repository": {
|
17
18
|
"type": "git",
|
18
|
-
"url": "https://github.com/component
|
19
|
+
"url": "https://github.com/sindresorhus/component-emitter.git"
|
19
20
|
},
|
20
21
|
"scripts": {
|
21
22
|
"test": "make test"
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# convert-source-map [![
|
1
|
+
# convert-source-map [![Build Status][ci-image]][ci-url]
|
2
2
|
|
3
3
|
Converts a source-map from/to different formats and allows adding/changing properties.
|
4
4
|
|
@@ -23,6 +23,23 @@ console.log(modified);
|
|
23
23
|
{"version":3,"file":"build/foo.min.js","sources":["SRC/FOO.JS"],"names":[],"mappings":"AAAA","sourceRoot":"/"}
|
24
24
|
```
|
25
25
|
|
26
|
+
## Upgrading
|
27
|
+
|
28
|
+
Prior to v2.0.0, the `fromMapFileComment` and `fromMapFileSource` functions took a String directory path and used that to resolve & read the source map file from the filesystem. However, this made the library limited to nodejs environments and broke on sources with querystrings.
|
29
|
+
|
30
|
+
In v2.0.0, you now need to pass a function that does the file reading. It will receive the source filename as a String that you can resolve to a filesystem path, URL, or anything else.
|
31
|
+
|
32
|
+
If you are using `convert-source-map` in nodejs and want the previous behavior, you'll use a function like such:
|
33
|
+
|
34
|
+
```diff
|
35
|
+
+ var fs = require('fs'); // Import the fs module to read a file
|
36
|
+
+ var path = require('path'); // Import the path module to resolve a path against your directory
|
37
|
+
- var conv = convert.fromMapFileSource(css, '../my-dir');
|
38
|
+
+ var conv = convert.fromMapFileSource(css, function (filename) {
|
39
|
+
+ return fs.readFileSync(path.resolve('../my-dir', filename), 'utf-8');
|
40
|
+
+ });
|
41
|
+
```
|
42
|
+
|
26
43
|
## API
|
27
44
|
|
28
45
|
### fromObject(obj)
|
@@ -33,32 +50,90 @@ Returns source map converter from given object.
|
|
33
50
|
|
34
51
|
Returns source map converter from given json string.
|
35
52
|
|
53
|
+
### fromURI(uri)
|
54
|
+
|
55
|
+
Returns source map converter from given uri encoded json string.
|
56
|
+
|
36
57
|
### fromBase64(base64)
|
37
58
|
|
38
59
|
Returns source map converter from given base64 encoded json string.
|
39
60
|
|
40
61
|
### fromComment(comment)
|
41
62
|
|
42
|
-
Returns source map converter from given base64 encoded json string prefixed with `//# sourceMappingURL=...`.
|
63
|
+
Returns source map converter from given base64 or uri encoded json string prefixed with `//# sourceMappingURL=...`.
|
43
64
|
|
44
|
-
### fromMapFileComment(comment,
|
65
|
+
### fromMapFileComment(comment, readMap)
|
45
66
|
|
46
67
|
Returns source map converter from given `filename` by parsing `//# sourceMappingURL=filename`.
|
47
68
|
|
48
|
-
`
|
49
|
-
|
69
|
+
`readMap` must be a function which receives the source map filename and returns either a String or Buffer of the source map (if read synchronously), or a `Promise` containing a String or Buffer of the source map (if read asynchronously).
|
70
|
+
|
71
|
+
If `readMap` doesn't return a `Promise`, `fromMapFileComment` will return a source map converter synchronously.
|
72
|
+
|
73
|
+
If `readMap` returns a `Promise`, `fromMapFileComment` will also return `Promise`. The `Promise` will be either resolved with the source map converter or rejected with an error.
|
74
|
+
|
75
|
+
#### Examples
|
76
|
+
|
77
|
+
**Synchronous read in Node.js:**
|
78
|
+
|
79
|
+
```js
|
80
|
+
var convert = require('convert-source-map');
|
81
|
+
var fs = require('fs');
|
82
|
+
|
83
|
+
function readMap(filename) {
|
84
|
+
return fs.readFileSync(filename, 'utf8');
|
85
|
+
}
|
86
|
+
|
87
|
+
var json = convert
|
88
|
+
.fromMapFileComment('//# sourceMappingURL=map-file-comment.css.map', readMap)
|
89
|
+
.toJSON();
|
90
|
+
console.log(json);
|
91
|
+
```
|
92
|
+
|
93
|
+
|
94
|
+
**Asynchronous read in Node.js:**
|
95
|
+
|
96
|
+
```js
|
97
|
+
var convert = require('convert-source-map');
|
98
|
+
var { promises: fs } = require('fs'); // Notice the `promises` import
|
99
|
+
|
100
|
+
function readMap(filename) {
|
101
|
+
return fs.readFile(filename, 'utf8');
|
102
|
+
}
|
103
|
+
|
104
|
+
var converter = await convert.fromMapFileComment('//# sourceMappingURL=map-file-comment.css.map', readMap)
|
105
|
+
var json = converter.toJSON();
|
106
|
+
console.log(json);
|
107
|
+
```
|
108
|
+
|
109
|
+
**Asynchronous read in the browser:**
|
110
|
+
|
111
|
+
```js
|
112
|
+
var convert = require('convert-source-map');
|
113
|
+
|
114
|
+
async function readMap(url) {
|
115
|
+
const res = await fetch(url);
|
116
|
+
return res.text();
|
117
|
+
}
|
118
|
+
|
119
|
+
const converter = await convert.fromMapFileComment('//# sourceMappingURL=map-file-comment.css.map', readMap)
|
120
|
+
var json = converter.toJSON();
|
121
|
+
console.log(json);
|
122
|
+
```
|
50
123
|
|
51
124
|
### fromSource(source)
|
52
125
|
|
53
|
-
Finds last sourcemap comment in file and returns source map converter or returns null if no source map comment was found.
|
126
|
+
Finds last sourcemap comment in file and returns source map converter or returns `null` if no source map comment was found.
|
127
|
+
|
128
|
+
### fromMapFileSource(source, readMap)
|
129
|
+
|
130
|
+
Finds last sourcemap comment in file and returns source map converter or returns `null` if no source map comment was found.
|
54
131
|
|
55
|
-
|
132
|
+
`readMap` must be a function which receives the source map filename and returns either a String or Buffer of the source map (if read synchronously), or a `Promise` containing a String or Buffer of the source map (if read asynchronously).
|
56
133
|
|
57
|
-
|
58
|
-
found.
|
134
|
+
If `readMap` doesn't return a `Promise`, `fromMapFileSource` will return a source map converter synchronously.
|
59
135
|
|
60
|
-
The
|
61
|
-
fromMapFileComment.
|
136
|
+
If `readMap` returns a `Promise`, `fromMapFileSource` will also return `Promise`. The `Promise` will be either resolved with the source map converter or rejected with an error.
|
62
137
|
|
63
138
|
### toObject()
|
64
139
|
|
@@ -70,6 +145,10 @@ Converts source map to json string. If `space` is given (optional), this will be
|
|
70
145
|
[JSON.stringify](https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/JSON/stringify) when the
|
71
146
|
JSON string is generated.
|
72
147
|
|
148
|
+
### toURI()
|
149
|
+
|
150
|
+
Converts source map to uri encoded json string.
|
151
|
+
|
73
152
|
### toBase64()
|
74
153
|
|
75
154
|
Converts source map to base64 encoded json string.
|
@@ -81,6 +160,8 @@ Converts source map to an inline comment that can be appended to the source-file
|
|
81
160
|
By default, the comment is formatted like: `//# sourceMappingURL=...`, which you would
|
82
161
|
normally see in a JS source file.
|
83
162
|
|
163
|
+
When `options.encoding == 'uri'`, the data will be uri encoded, otherwise they will be base64 encoded.
|
164
|
+
|
84
165
|
When `options.multiline == true`, the comment is formatted like: `/*# sourceMappingURL=... */`, which you would find in a CSS source file.
|
85
166
|
|
86
167
|
### addProperty(key, value)
|
@@ -107,6 +188,8 @@ Returns `src` with all source map comments pointing to map files removed.
|
|
107
188
|
|
108
189
|
Provides __a fresh__ RegExp each time it is accessed. Can be used to find source map comments.
|
109
190
|
|
191
|
+
Breaks down a source map comment into groups: Groups: 1: media type, 2: MIME type, 3: charset, 4: encoding, 5: data.
|
192
|
+
|
110
193
|
### mapFileCommentRegex
|
111
194
|
|
112
195
|
Provides __a fresh__ RegExp each time it is accessed. Can be used to find source map comments pointing to map files.
|
@@ -118,3 +201,6 @@ Returns a comment that links to an external source map via `file`.
|
|
118
201
|
By default, the comment is formatted like: `//# sourceMappingURL=...`, which you would normally see in a JS source file.
|
119
202
|
|
120
203
|
When `options.multiline == true`, the comment is formatted like: `/*# sourceMappingURL=... */`, which you would find in a CSS source file.
|
204
|
+
|
205
|
+
[ci-url]: https://github.com/thlorenz/convert-source-map/actions?query=workflow:ci
|
206
|
+
[ci-image]: https://img.shields.io/github/workflow/status/thlorenz/convert-source-map/CI?style=flat-square
|