@donmahallem/lerna2codecov 0.1.9 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/_virtual/_commonjsHelpers.cjs +8 -0
- package/dist/cjs/_virtual/_commonjsHelpers.cjs.map +1 -0
- package/dist/cjs/_virtual/conversions.cjs +8 -0
- package/dist/cjs/_virtual/conversions.cjs.map +1 -0
- package/dist/cjs/_virtual/git-host-info.cjs +8 -0
- package/dist/cjs/_virtual/git-host-info.cjs.map +1 -0
- package/dist/cjs/_virtual/identifier.cjs +8 -0
- package/dist/cjs/_virtual/identifier.cjs.map +1 -0
- package/dist/cjs/_virtual/imurmurhash.cjs +8 -0
- package/dist/cjs/_virtual/imurmurhash.cjs.map +1 -0
- package/dist/cjs/_virtual/index.cjs +8 -0
- package/dist/cjs/_virtual/index.cjs.map +1 -0
- package/dist/cjs/_virtual/index10.cjs +8 -0
- package/dist/cjs/_virtual/index10.cjs.map +1 -0
- package/dist/cjs/_virtual/index11.cjs +8 -0
- package/dist/cjs/_virtual/index11.cjs.map +1 -0
- package/dist/cjs/_virtual/index12.cjs +8 -0
- package/dist/cjs/_virtual/index12.cjs.map +1 -0
- package/dist/cjs/_virtual/index13.cjs +8 -0
- package/dist/cjs/_virtual/index13.cjs.map +1 -0
- package/dist/cjs/_virtual/index14.cjs +8 -0
- package/dist/cjs/_virtual/index14.cjs.map +1 -0
- package/dist/cjs/_virtual/index15.cjs +8 -0
- package/dist/cjs/_virtual/index15.cjs.map +1 -0
- package/dist/cjs/_virtual/index2.cjs +8 -0
- package/dist/cjs/_virtual/index2.cjs.map +1 -0
- package/dist/cjs/_virtual/index3.cjs +8 -0
- package/dist/cjs/_virtual/index3.cjs.map +1 -0
- package/dist/cjs/_virtual/index4.cjs +8 -0
- package/dist/cjs/_virtual/index4.cjs.map +1 -0
- package/dist/cjs/_virtual/index5.cjs +8 -0
- package/dist/cjs/_virtual/index5.cjs.map +1 -0
- package/dist/cjs/_virtual/index6.cjs +8 -0
- package/dist/cjs/_virtual/index6.cjs.map +1 -0
- package/dist/cjs/_virtual/index7.cjs +8 -0
- package/dist/cjs/_virtual/index7.cjs.map +1 -0
- package/dist/cjs/_virtual/index8.cjs +8 -0
- package/dist/cjs/_virtual/index8.cjs.map +1 -0
- package/dist/cjs/_virtual/index9.cjs +8 -0
- package/dist/cjs/_virtual/index9.cjs.map +1 -0
- package/dist/cjs/_virtual/keyword.cjs +8 -0
- package/dist/cjs/_virtual/keyword.cjs.map +1 -0
- package/dist/cjs/_virtual/npa.cjs +8 -0
- package/dist/cjs/_virtual/npa.cjs.map +1 -0
- package/dist/cjs/_virtual/re.cjs +8 -0
- package/dist/cjs/_virtual/re.cjs.map +1 -0
- package/dist/cjs/_virtual/semver.cjs +8 -0
- package/dist/cjs/_virtual/semver.cjs.map +1 -0
- package/dist/cjs/_virtual/signals.cjs +8 -0
- package/dist/cjs/_virtual/signals.cjs.map +1 -0
- package/dist/cjs/index.cjs +10 -0
- package/dist/cjs/index.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/code-frame/lib/index.cjs +168 -0
- package/dist/cjs/node_modules/@babel/code-frame/lib/index.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs +89 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/index.cjs +67 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs +43 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/highlight/lib/index.cjs +125 -0
- package/dist/cjs/node_modules/@babel/highlight/lib/index.cjs.map +1 -0
- package/dist/cjs/node_modules/@lerna/package/index.cjs +314 -0
- package/dist/cjs/node_modules/@lerna/package/index.cjs.map +1 -0
- package/dist/cjs/node_modules/ansi-styles/index.cjs +172 -0
- package/dist/cjs/node_modules/ansi-styles/index.cjs.map +1 -0
- package/dist/cjs/node_modules/builtins/builtins.cjs +6 -0
- package/dist/cjs/node_modules/builtins/builtins.cjs.map +1 -0
- package/dist/cjs/node_modules/chalk/index.cjs +239 -0
- package/dist/cjs/node_modules/chalk/index.cjs.map +1 -0
- package/dist/cjs/node_modules/chalk/templates.cjs +132 -0
- package/dist/cjs/node_modules/chalk/templates.cjs.map +1 -0
- package/dist/cjs/node_modules/color-convert/conversions.cjs +877 -0
- package/dist/cjs/node_modules/color-convert/conversions.cjs.map +1 -0
- package/dist/cjs/node_modules/color-convert/index.cjs +87 -0
- package/dist/cjs/node_modules/color-convert/index.cjs.map +1 -0
- package/dist/cjs/node_modules/color-convert/route.cjs +104 -0
- package/dist/cjs/node_modules/color-convert/route.cjs.map +1 -0
- package/dist/cjs/node_modules/color-name/index.cjs +155 -0
- package/dist/cjs/node_modules/color-name/index.cjs.map +1 -0
- package/dist/cjs/node_modules/error-ex/index.cjs +151 -0
- package/dist/cjs/node_modules/error-ex/index.cjs.map +1 -0
- package/dist/cjs/node_modules/escape-string-regexp/index.cjs +14 -0
- package/dist/cjs/node_modules/escape-string-regexp/index.cjs.map +1 -0
- package/dist/cjs/node_modules/graceful-fs/clone.cjs +26 -0
- package/dist/cjs/node_modules/graceful-fs/clone.cjs.map +1 -0
- package/dist/cjs/node_modules/graceful-fs/graceful-fs.cjs +467 -0
- package/dist/cjs/node_modules/graceful-fs/graceful-fs.cjs.map +1 -0
- package/dist/cjs/node_modules/graceful-fs/legacy-streams.cjs +129 -0
- package/dist/cjs/node_modules/graceful-fs/legacy-streams.cjs.map +1 -0
- package/dist/cjs/node_modules/graceful-fs/polyfills.cjs +366 -0
- package/dist/cjs/node_modules/graceful-fs/polyfills.cjs.map +1 -0
- package/dist/cjs/node_modules/has-flag/index.cjs +12 -0
- package/dist/cjs/node_modules/has-flag/index.cjs.map +1 -0
- package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs +94 -0
- package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs.map +1 -0
- package/dist/cjs/node_modules/hosted-git-info/git-host.cjs +172 -0
- package/dist/cjs/node_modules/hosted-git-info/git-host.cjs.map +1 -0
- package/dist/cjs/node_modules/hosted-git-info/index.cjs +170 -0
- package/dist/cjs/node_modules/hosted-git-info/index.cjs.map +1 -0
- package/dist/cjs/node_modules/imurmurhash/imurmurhash.cjs +143 -0
- package/dist/cjs/node_modules/imurmurhash/imurmurhash.cjs.map +1 -0
- package/dist/cjs/node_modules/is-arrayish/index.cjs +13 -0
- package/dist/cjs/node_modules/is-arrayish/index.cjs.map +1 -0
- package/dist/cjs/node_modules/js-tokens/index.cjs +28 -0
- package/dist/cjs/node_modules/js-tokens/index.cjs.map +1 -0
- package/dist/cjs/node_modules/json-parse-even-better-errors/index.cjs +124 -0
- package/dist/cjs/node_modules/json-parse-even-better-errors/index.cjs.map +1 -0
- package/dist/cjs/node_modules/lines-and-columns/build/index.cjs +68 -0
- package/dist/cjs/node_modules/lines-and-columns/build/index.cjs.map +1 -0
- package/dist/cjs/node_modules/load-json-file/index.cjs +35 -0
- package/dist/cjs/node_modules/load-json-file/index.cjs.map +1 -0
- package/dist/cjs/node_modules/lru-cache/index.cjs +350 -0
- package/dist/cjs/node_modules/lru-cache/index.cjs.map +1 -0
- package/dist/cjs/node_modules/npm-package-arg/npa.cjs +323 -0
- package/dist/cjs/node_modules/npm-package-arg/npa.cjs.map +1 -0
- package/dist/cjs/node_modules/parse-json/index.cjs +65 -0
- package/dist/cjs/node_modules/parse-json/index.cjs.map +1 -0
- package/dist/cjs/node_modules/pify/index.cjs +71 -0
- package/dist/cjs/node_modules/pify/index.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/classes/comparator.cjs +158 -0
- package/dist/cjs/node_modules/semver/classes/comparator.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/classes/range.cjs +541 -0
- package/dist/cjs/node_modules/semver/classes/range.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/classes/semver.cjs +308 -0
- package/dist/cjs/node_modules/semver/classes/semver.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/clean.cjs +23 -0
- package/dist/cjs/node_modules/semver/functions/clean.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/cmp.cjs +74 -0
- package/dist/cjs/node_modules/semver/functions/cmp.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/coerce.cjs +71 -0
- package/dist/cjs/node_modules/semver/functions/coerce.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/compare-build.cjs +24 -0
- package/dist/cjs/node_modules/semver/functions/compare-build.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/compare-loose.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/compare-loose.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/compare.cjs +22 -0
- package/dist/cjs/node_modules/semver/functions/compare.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/diff.cjs +41 -0
- package/dist/cjs/node_modules/semver/functions/diff.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/eq.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/eq.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/gt.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/gt.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/gte.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/gte.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/inc.cjs +35 -0
- package/dist/cjs/node_modules/semver/functions/inc.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/lt.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/lt.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/lte.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/lte.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/major.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/major.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/minor.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/minor.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/neq.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/neq.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/parse.cjs +53 -0
- package/dist/cjs/node_modules/semver/functions/parse.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/patch.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/patch.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/prerelease.cjs +23 -0
- package/dist/cjs/node_modules/semver/functions/prerelease.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/rcompare.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/rcompare.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/rsort.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/rsort.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/satisfies.cjs +27 -0
- package/dist/cjs/node_modules/semver/functions/satisfies.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/sort.cjs +20 -0
- package/dist/cjs/node_modules/semver/functions/sort.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/valid.cjs +23 -0
- package/dist/cjs/node_modules/semver/functions/valid.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/index.cjs +105 -0
- package/dist/cjs/node_modules/semver/index.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/constants.cjs +32 -0
- package/dist/cjs/node_modules/semver/internal/constants.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/debug.cjs +24 -0
- package/dist/cjs/node_modules/semver/internal/debug.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/identifiers.cjs +38 -0
- package/dist/cjs/node_modules/semver/internal/identifiers.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/parse-options.cjs +26 -0
- package/dist/cjs/node_modules/semver/internal/parse-options.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/re.cjs +202 -0
- package/dist/cjs/node_modules/semver/internal/re.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/gtr.cjs +21 -0
- package/dist/cjs/node_modules/semver/ranges/gtr.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/intersects.cjs +24 -0
- package/dist/cjs/node_modules/semver/ranges/intersects.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/ltr.cjs +21 -0
- package/dist/cjs/node_modules/semver/ranges/ltr.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs +43 -0
- package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs +42 -0
- package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/min-version.cjs +80 -0
- package/dist/cjs/node_modules/semver/ranges/min-version.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/outside.cjs +104 -0
- package/dist/cjs/node_modules/semver/ranges/outside.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/simplify.cjs +65 -0
- package/dist/cjs/node_modules/semver/ranges/simplify.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/subset.cjs +264 -0
- package/dist/cjs/node_modules/semver/ranges/subset.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs +25 -0
- package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/valid.cjs +28 -0
- package/dist/cjs/node_modules/semver/ranges/valid.cjs.map +1 -0
- package/dist/cjs/node_modules/signal-exit/index.cjs +218 -0
- package/dist/cjs/node_modules/signal-exit/index.cjs.map +1 -0
- package/dist/cjs/node_modules/signal-exit/signals.cjs +71 -0
- package/dist/cjs/node_modules/signal-exit/signals.cjs.map +1 -0
- package/dist/cjs/node_modules/strip-bom/index.cjs +18 -0
- package/dist/cjs/node_modules/strip-bom/index.cjs.map +1 -0
- package/dist/cjs/node_modules/supports-color/index.cjs +142 -0
- package/dist/cjs/node_modules/supports-color/index.cjs.map +1 -0
- package/dist/cjs/node_modules/validate-npm-package-name/index.cjs +121 -0
- package/dist/cjs/node_modules/validate-npm-package-name/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/index.cjs +79 -0
- package/dist/cjs/node_modules/write-pkg/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/detect-indent/index.cjs +125 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/detect-indent/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs +11 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/make-dir/index.cjs +155 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/make-dir/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/semver/semver.cjs +1490 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/semver/semver.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/sort-keys/index.cjs +61 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/sort-keys/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs +255 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/write-json-file/index.cjs +95 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/write-json-file/index.cjs.map +1 -0
- package/dist/cjs/node_modules/yallist/iterator.cjs +22 -0
- package/dist/cjs/node_modules/yallist/iterator.cjs.map +1 -0
- package/dist/cjs/node_modules/yallist/yallist.cjs +442 -0
- package/dist/cjs/node_modules/yallist/yallist.cjs.map +1 -0
- package/dist/cjs/update-config.cjs +64 -0
- package/dist/cjs/update-config.cjs.map +1 -0
- package/dist/esm/_virtual/_commonjsHelpers.mjs +4 -0
- package/dist/esm/_virtual/_commonjsHelpers.mjs.map +1 -0
- package/dist/esm/_virtual/conversions.mjs +4 -0
- package/dist/esm/_virtual/conversions.mjs.map +1 -0
- package/dist/esm/_virtual/git-host-info.mjs +4 -0
- package/dist/esm/_virtual/git-host-info.mjs.map +1 -0
- package/dist/esm/_virtual/identifier.mjs +4 -0
- package/dist/esm/_virtual/identifier.mjs.map +1 -0
- package/dist/esm/_virtual/imurmurhash.mjs +4 -0
- package/dist/esm/_virtual/imurmurhash.mjs.map +1 -0
- package/dist/esm/_virtual/index.mjs +4 -0
- package/dist/esm/_virtual/index.mjs.map +1 -0
- package/dist/esm/_virtual/index10.mjs +4 -0
- package/dist/esm/_virtual/index10.mjs.map +1 -0
- package/dist/esm/_virtual/index11.mjs +4 -0
- package/dist/esm/_virtual/index11.mjs.map +1 -0
- package/dist/esm/_virtual/index12.mjs +4 -0
- package/dist/esm/_virtual/index12.mjs.map +1 -0
- package/dist/esm/_virtual/index13.mjs +4 -0
- package/dist/esm/_virtual/index13.mjs.map +1 -0
- package/dist/esm/_virtual/index14.mjs +4 -0
- package/dist/esm/_virtual/index14.mjs.map +1 -0
- package/dist/esm/_virtual/index15.mjs +4 -0
- package/dist/esm/_virtual/index15.mjs.map +1 -0
- package/dist/esm/_virtual/index2.mjs +4 -0
- package/dist/esm/_virtual/index2.mjs.map +1 -0
- package/dist/esm/_virtual/index3.mjs +4 -0
- package/dist/esm/_virtual/index3.mjs.map +1 -0
- package/dist/esm/_virtual/index4.mjs +4 -0
- package/dist/esm/_virtual/index4.mjs.map +1 -0
- package/dist/esm/_virtual/index5.mjs +4 -0
- package/dist/esm/_virtual/index5.mjs.map +1 -0
- package/dist/esm/_virtual/index6.mjs +4 -0
- package/dist/esm/_virtual/index6.mjs.map +1 -0
- package/dist/esm/_virtual/index7.mjs +4 -0
- package/dist/esm/_virtual/index7.mjs.map +1 -0
- package/dist/esm/_virtual/index8.mjs +4 -0
- package/dist/esm/_virtual/index8.mjs.map +1 -0
- package/dist/esm/_virtual/index9.mjs +4 -0
- package/dist/esm/_virtual/index9.mjs.map +1 -0
- package/dist/esm/_virtual/keyword.mjs +4 -0
- package/dist/esm/_virtual/keyword.mjs.map +1 -0
- package/dist/esm/_virtual/npa.mjs +4 -0
- package/dist/esm/_virtual/npa.mjs.map +1 -0
- package/dist/esm/_virtual/re.mjs +4 -0
- package/dist/esm/_virtual/re.mjs.map +1 -0
- package/dist/esm/_virtual/semver.mjs +4 -0
- package/dist/esm/_virtual/semver.mjs.map +1 -0
- package/dist/esm/_virtual/signals.mjs +4 -0
- package/dist/esm/_virtual/signals.mjs.map +1 -0
- package/dist/esm/index.mjs +2 -0
- package/dist/esm/index.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/code-frame/lib/index.mjs +166 -0
- package/dist/esm/node_modules/@babel/code-frame/lib/index.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs +86 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/index.mjs +65 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/index.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs +40 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/highlight/lib/index.mjs +123 -0
- package/dist/esm/node_modules/@babel/highlight/lib/index.mjs.map +1 -0
- package/dist/esm/node_modules/@lerna/package/index.mjs +306 -0
- package/dist/esm/node_modules/@lerna/package/index.mjs.map +1 -0
- package/dist/esm/node_modules/ansi-styles/index.mjs +170 -0
- package/dist/esm/node_modules/ansi-styles/index.mjs.map +1 -0
- package/dist/esm/node_modules/builtins/builtins.mjs +4 -0
- package/dist/esm/node_modules/builtins/builtins.mjs.map +1 -0
- package/dist/esm/node_modules/chalk/index.mjs +237 -0
- package/dist/esm/node_modules/chalk/index.mjs.map +1 -0
- package/dist/esm/node_modules/chalk/templates.mjs +130 -0
- package/dist/esm/node_modules/chalk/templates.mjs.map +1 -0
- package/dist/esm/node_modules/color-convert/conversions.mjs +876 -0
- package/dist/esm/node_modules/color-convert/conversions.mjs.map +1 -0
- package/dist/esm/node_modules/color-convert/index.mjs +85 -0
- package/dist/esm/node_modules/color-convert/index.mjs.map +1 -0
- package/dist/esm/node_modules/color-convert/route.mjs +102 -0
- package/dist/esm/node_modules/color-convert/route.mjs.map +1 -0
- package/dist/esm/node_modules/color-name/index.mjs +153 -0
- package/dist/esm/node_modules/color-name/index.mjs.map +1 -0
- package/dist/esm/node_modules/error-ex/index.mjs +145 -0
- package/dist/esm/node_modules/error-ex/index.mjs.map +1 -0
- package/dist/esm/node_modules/escape-string-regexp/index.mjs +12 -0
- package/dist/esm/node_modules/escape-string-regexp/index.mjs.map +1 -0
- package/dist/esm/node_modules/graceful-fs/clone.mjs +24 -0
- package/dist/esm/node_modules/graceful-fs/clone.mjs.map +1 -0
- package/dist/esm/node_modules/graceful-fs/graceful-fs.mjs +459 -0
- package/dist/esm/node_modules/graceful-fs/graceful-fs.mjs.map +1 -0
- package/dist/esm/node_modules/graceful-fs/legacy-streams.mjs +123 -0
- package/dist/esm/node_modules/graceful-fs/legacy-streams.mjs.map +1 -0
- package/dist/esm/node_modules/graceful-fs/polyfills.mjs +360 -0
- package/dist/esm/node_modules/graceful-fs/polyfills.mjs.map +1 -0
- package/dist/esm/node_modules/has-flag/index.mjs +10 -0
- package/dist/esm/node_modules/has-flag/index.mjs.map +1 -0
- package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs +90 -0
- package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs.map +1 -0
- package/dist/esm/node_modules/hosted-git-info/git-host.mjs +168 -0
- package/dist/esm/node_modules/hosted-git-info/git-host.mjs.map +1 -0
- package/dist/esm/node_modules/hosted-git-info/index.mjs +162 -0
- package/dist/esm/node_modules/hosted-git-info/index.mjs.map +1 -0
- package/dist/esm/node_modules/imurmurhash/imurmurhash.mjs +141 -0
- package/dist/esm/node_modules/imurmurhash/imurmurhash.mjs.map +1 -0
- package/dist/esm/node_modules/is-arrayish/index.mjs +11 -0
- package/dist/esm/node_modules/is-arrayish/index.mjs.map +1 -0
- package/dist/esm/node_modules/js-tokens/index.mjs +26 -0
- package/dist/esm/node_modules/js-tokens/index.mjs.map +1 -0
- package/dist/esm/node_modules/json-parse-even-better-errors/index.mjs +122 -0
- package/dist/esm/node_modules/json-parse-even-better-errors/index.mjs.map +1 -0
- package/dist/esm/node_modules/lines-and-columns/build/index.mjs +66 -0
- package/dist/esm/node_modules/lines-and-columns/build/index.mjs.map +1 -0
- package/dist/esm/node_modules/load-json-file/index.mjs +29 -0
- package/dist/esm/node_modules/load-json-file/index.mjs.map +1 -0
- package/dist/esm/node_modules/lru-cache/index.mjs +346 -0
- package/dist/esm/node_modules/lru-cache/index.mjs.map +1 -0
- package/dist/esm/node_modules/npm-package-arg/npa.mjs +316 -0
- package/dist/esm/node_modules/npm-package-arg/npa.mjs.map +1 -0
- package/dist/esm/node_modules/parse-json/index.mjs +63 -0
- package/dist/esm/node_modules/parse-json/index.mjs.map +1 -0
- package/dist/esm/node_modules/pify/index.mjs +69 -0
- package/dist/esm/node_modules/pify/index.mjs.map +1 -0
- package/dist/esm/node_modules/semver/classes/comparator.mjs +154 -0
- package/dist/esm/node_modules/semver/classes/comparator.mjs.map +1 -0
- package/dist/esm/node_modules/semver/classes/range.mjs +537 -0
- package/dist/esm/node_modules/semver/classes/range.mjs.map +1 -0
- package/dist/esm/node_modules/semver/classes/semver.mjs +304 -0
- package/dist/esm/node_modules/semver/classes/semver.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/clean.mjs +19 -0
- package/dist/esm/node_modules/semver/functions/clean.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/cmp.mjs +70 -0
- package/dist/esm/node_modules/semver/functions/cmp.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/coerce.mjs +67 -0
- package/dist/esm/node_modules/semver/functions/coerce.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/compare-build.mjs +20 -0
- package/dist/esm/node_modules/semver/functions/compare-build.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/compare-loose.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/compare-loose.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/compare.mjs +18 -0
- package/dist/esm/node_modules/semver/functions/compare.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/diff.mjs +37 -0
- package/dist/esm/node_modules/semver/functions/diff.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/eq.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/eq.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/gt.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/gt.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/gte.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/gte.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/inc.mjs +31 -0
- package/dist/esm/node_modules/semver/functions/inc.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/lt.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/lt.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/lte.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/lte.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/major.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/major.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/minor.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/minor.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/neq.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/neq.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/parse.mjs +49 -0
- package/dist/esm/node_modules/semver/functions/parse.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/patch.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/patch.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/prerelease.mjs +19 -0
- package/dist/esm/node_modules/semver/functions/prerelease.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/rcompare.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/rcompare.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/rsort.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/rsort.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/satisfies.mjs +23 -0
- package/dist/esm/node_modules/semver/functions/satisfies.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/sort.mjs +16 -0
- package/dist/esm/node_modules/semver/functions/sort.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/valid.mjs +19 -0
- package/dist/esm/node_modules/semver/functions/valid.mjs.map +1 -0
- package/dist/esm/node_modules/semver/index.mjs +101 -0
- package/dist/esm/node_modules/semver/index.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/constants.mjs +28 -0
- package/dist/esm/node_modules/semver/internal/constants.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/debug.mjs +20 -0
- package/dist/esm/node_modules/semver/internal/debug.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/identifiers.mjs +34 -0
- package/dist/esm/node_modules/semver/internal/identifiers.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/parse-options.mjs +22 -0
- package/dist/esm/node_modules/semver/internal/parse-options.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/re.mjs +198 -0
- package/dist/esm/node_modules/semver/internal/re.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/gtr.mjs +17 -0
- package/dist/esm/node_modules/semver/ranges/gtr.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/intersects.mjs +20 -0
- package/dist/esm/node_modules/semver/ranges/intersects.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/ltr.mjs +17 -0
- package/dist/esm/node_modules/semver/ranges/ltr.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs +39 -0
- package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs +38 -0
- package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/min-version.mjs +76 -0
- package/dist/esm/node_modules/semver/ranges/min-version.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/outside.mjs +100 -0
- package/dist/esm/node_modules/semver/ranges/outside.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/simplify.mjs +61 -0
- package/dist/esm/node_modules/semver/ranges/simplify.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/subset.mjs +260 -0
- package/dist/esm/node_modules/semver/ranges/subset.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/to-comparators.mjs +21 -0
- package/dist/esm/node_modules/semver/ranges/to-comparators.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/valid.mjs +24 -0
- package/dist/esm/node_modules/semver/ranges/valid.mjs.map +1 -0
- package/dist/esm/node_modules/signal-exit/index.mjs +212 -0
- package/dist/esm/node_modules/signal-exit/index.mjs.map +1 -0
- package/dist/esm/node_modules/signal-exit/signals.mjs +67 -0
- package/dist/esm/node_modules/signal-exit/signals.mjs.map +1 -0
- package/dist/esm/node_modules/strip-bom/index.mjs +16 -0
- package/dist/esm/node_modules/strip-bom/index.mjs.map +1 -0
- package/dist/esm/node_modules/supports-color/index.mjs +136 -0
- package/dist/esm/node_modules/supports-color/index.mjs.map +1 -0
- package/dist/esm/node_modules/validate-npm-package-name/index.mjs +117 -0
- package/dist/esm/node_modules/validate-npm-package-name/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/index.mjs +74 -0
- package/dist/esm/node_modules/write-pkg/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/detect-indent/index.mjs +123 -0
- package/dist/esm/node_modules/write-pkg/node_modules/detect-indent/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs +9 -0
- package/dist/esm/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/make-dir/index.mjs +149 -0
- package/dist/esm/node_modules/write-pkg/node_modules/make-dir/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/semver/semver.mjs +1488 -0
- package/dist/esm/node_modules/write-pkg/node_modules/semver/semver.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/sort-keys/index.mjs +59 -0
- package/dist/esm/node_modules/write-pkg/node_modules/sort-keys/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs +250 -0
- package/dist/esm/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/write-json-file/index.mjs +90 -0
- package/dist/esm/node_modules/write-pkg/node_modules/write-json-file/index.mjs.map +1 -0
- package/dist/esm/node_modules/yallist/iterator.mjs +18 -0
- package/dist/esm/node_modules/yallist/iterator.mjs.map +1 -0
- package/dist/esm/node_modules/yallist/yallist.mjs +438 -0
- package/dist/esm/node_modules/yallist/yallist.mjs.map +1 -0
- package/dist/esm/update-config.mjs +56 -0
- package/dist/esm/update-config.mjs.map +1 -0
- package/dist/types/cli.d.ts +1 -2
- package/dist/types/codecov-config.d.ts +13 -14
- package/dist/types/index.d.ts +2 -3
- package/dist/types/update-command.d.ts +8 -9
- package/dist/types/update-config.d.ts +12 -13
- package/dist/types/update.d.ts +6 -7
- package/package.json +65 -66
- package/dist/cjs/index.js +0 -11411
- package/dist/cjs/index.js.map +0 -1
- package/dist/cli/cli.js +0 -11479
- package/dist/cli/cli.js.map +0 -1
- package/dist/esm/index.js +0 -11394
- package/dist/esm/index.js.map +0 -1
- package/dist/types/cli.d.ts.map +0 -1
- package/dist/types/codecov-config.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/update-command.d.ts.map +0 -1
- package/dist/types/update-config.d.ts.map +0 -1
- package/dist/types/update.d.ts.map +0 -1
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const index = require('../../_virtual/index14.cjs');
|
|
4
|
+
const index$1 = require('../escape-string-regexp/index.cjs');
|
|
5
|
+
require('../ansi-styles/index.cjs');
|
|
6
|
+
const index$3 = require('../supports-color/index.cjs');
|
|
7
|
+
const templates = require('./templates.cjs');
|
|
8
|
+
const index$2 = require('../../_virtual/index15.cjs');
|
|
9
|
+
|
|
10
|
+
(function (module) {
|
|
11
|
+
const escapeStringRegexp = index$1;
|
|
12
|
+
const ansiStyles = index$2.ansiStyles.exports;
|
|
13
|
+
const stdoutColor = index$3.stdout;
|
|
14
|
+
|
|
15
|
+
const template = templates;
|
|
16
|
+
|
|
17
|
+
const isSimpleWindowsTerm = process.platform === 'win32' && !(process.env.TERM || '').toLowerCase().startsWith('xterm');
|
|
18
|
+
|
|
19
|
+
// `supportsColor.level` → `ansiStyles.color[name]` mapping
|
|
20
|
+
const levelMapping = ['ansi', 'ansi', 'ansi256', 'ansi16m'];
|
|
21
|
+
|
|
22
|
+
// `color-convert` models to exclude from the Chalk API due to conflicts and such
|
|
23
|
+
const skipModels = new Set(['gray']);
|
|
24
|
+
|
|
25
|
+
const styles = Object.create(null);
|
|
26
|
+
|
|
27
|
+
function applyOptions(obj, options) {
|
|
28
|
+
options = options || {};
|
|
29
|
+
|
|
30
|
+
// Detect level if not set manually
|
|
31
|
+
const scLevel = stdoutColor ? stdoutColor.level : 0;
|
|
32
|
+
obj.level = options.level === undefined ? scLevel : options.level;
|
|
33
|
+
obj.enabled = 'enabled' in options ? options.enabled : obj.level > 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
function Chalk(options) {
|
|
37
|
+
// We check for this.template here since calling `chalk.constructor()`
|
|
38
|
+
// by itself will have a `this` of a previously constructed chalk object
|
|
39
|
+
if (!this || !(this instanceof Chalk) || this.template) {
|
|
40
|
+
const chalk = {};
|
|
41
|
+
applyOptions(chalk, options);
|
|
42
|
+
|
|
43
|
+
chalk.template = function () {
|
|
44
|
+
const args = [].slice.call(arguments);
|
|
45
|
+
return chalkTag.apply(null, [chalk.template].concat(args));
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
Object.setPrototypeOf(chalk, Chalk.prototype);
|
|
49
|
+
Object.setPrototypeOf(chalk.template, chalk);
|
|
50
|
+
|
|
51
|
+
chalk.template.constructor = Chalk;
|
|
52
|
+
|
|
53
|
+
return chalk.template;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
applyOptions(this, options);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// Use bright blue on Windows as the normal blue color is illegible
|
|
60
|
+
if (isSimpleWindowsTerm) {
|
|
61
|
+
ansiStyles.blue.open = '\u001B[94m';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
for (const key of Object.keys(ansiStyles)) {
|
|
65
|
+
ansiStyles[key].closeRe = new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g');
|
|
66
|
+
|
|
67
|
+
styles[key] = {
|
|
68
|
+
get() {
|
|
69
|
+
const codes = ansiStyles[key];
|
|
70
|
+
return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, key);
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
styles.visible = {
|
|
76
|
+
get() {
|
|
77
|
+
return build.call(this, this._styles || [], true, 'visible');
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
ansiStyles.color.closeRe = new RegExp(escapeStringRegexp(ansiStyles.color.close), 'g');
|
|
82
|
+
for (const model of Object.keys(ansiStyles.color.ansi)) {
|
|
83
|
+
if (skipModels.has(model)) {
|
|
84
|
+
continue;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
styles[model] = {
|
|
88
|
+
get() {
|
|
89
|
+
const level = this.level;
|
|
90
|
+
return function () {
|
|
91
|
+
const open = ansiStyles.color[levelMapping[level]][model].apply(null, arguments);
|
|
92
|
+
const codes = {
|
|
93
|
+
open,
|
|
94
|
+
close: ansiStyles.color.close,
|
|
95
|
+
closeRe: ansiStyles.color.closeRe
|
|
96
|
+
};
|
|
97
|
+
return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model);
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
ansiStyles.bgColor.closeRe = new RegExp(escapeStringRegexp(ansiStyles.bgColor.close), 'g');
|
|
104
|
+
for (const model of Object.keys(ansiStyles.bgColor.ansi)) {
|
|
105
|
+
if (skipModels.has(model)) {
|
|
106
|
+
continue;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
const bgModel = 'bg' + model[0].toUpperCase() + model.slice(1);
|
|
110
|
+
styles[bgModel] = {
|
|
111
|
+
get() {
|
|
112
|
+
const level = this.level;
|
|
113
|
+
return function () {
|
|
114
|
+
const open = ansiStyles.bgColor[levelMapping[level]][model].apply(null, arguments);
|
|
115
|
+
const codes = {
|
|
116
|
+
open,
|
|
117
|
+
close: ansiStyles.bgColor.close,
|
|
118
|
+
closeRe: ansiStyles.bgColor.closeRe
|
|
119
|
+
};
|
|
120
|
+
return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model);
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
const proto = Object.defineProperties(() => {}, styles);
|
|
127
|
+
|
|
128
|
+
function build(_styles, _empty, key) {
|
|
129
|
+
const builder = function () {
|
|
130
|
+
return applyStyle.apply(builder, arguments);
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
builder._styles = _styles;
|
|
134
|
+
builder._empty = _empty;
|
|
135
|
+
|
|
136
|
+
const self = this;
|
|
137
|
+
|
|
138
|
+
Object.defineProperty(builder, 'level', {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get() {
|
|
141
|
+
return self.level;
|
|
142
|
+
},
|
|
143
|
+
set(level) {
|
|
144
|
+
self.level = level;
|
|
145
|
+
}
|
|
146
|
+
});
|
|
147
|
+
|
|
148
|
+
Object.defineProperty(builder, 'enabled', {
|
|
149
|
+
enumerable: true,
|
|
150
|
+
get() {
|
|
151
|
+
return self.enabled;
|
|
152
|
+
},
|
|
153
|
+
set(enabled) {
|
|
154
|
+
self.enabled = enabled;
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
|
|
158
|
+
// See below for fix regarding invisible grey/dim combination on Windows
|
|
159
|
+
builder.hasGrey = this.hasGrey || key === 'gray' || key === 'grey';
|
|
160
|
+
|
|
161
|
+
// `__proto__` is used because we must return a function, but there is
|
|
162
|
+
// no way to create a function with a different prototype
|
|
163
|
+
builder.__proto__ = proto; // eslint-disable-line no-proto
|
|
164
|
+
|
|
165
|
+
return builder;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
function applyStyle() {
|
|
169
|
+
// Support varags, but simply cast to string in case there's only one arg
|
|
170
|
+
const args = arguments;
|
|
171
|
+
const argsLen = args.length;
|
|
172
|
+
let str = String(arguments[0]);
|
|
173
|
+
|
|
174
|
+
if (argsLen === 0) {
|
|
175
|
+
return '';
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
if (argsLen > 1) {
|
|
179
|
+
// Don't slice `arguments`, it prevents V8 optimizations
|
|
180
|
+
for (let a = 1; a < argsLen; a++) {
|
|
181
|
+
str += ' ' + args[a];
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
if (!this.enabled || this.level <= 0 || !str) {
|
|
186
|
+
return this._empty ? '' : str;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// Turns out that on Windows dimmed gray text becomes invisible in cmd.exe,
|
|
190
|
+
// see https://github.com/chalk/chalk/issues/58
|
|
191
|
+
// If we're on Windows and we're dealing with a gray color, temporarily make 'dim' a noop.
|
|
192
|
+
const originalDim = ansiStyles.dim.open;
|
|
193
|
+
if (isSimpleWindowsTerm && this.hasGrey) {
|
|
194
|
+
ansiStyles.dim.open = '';
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
for (const code of this._styles.slice().reverse()) {
|
|
198
|
+
// Replace any instances already present with a re-opening code
|
|
199
|
+
// otherwise only the part of the string until said closing code
|
|
200
|
+
// will be colored, and the rest will simply be 'plain'.
|
|
201
|
+
str = code.open + str.replace(code.closeRe, code.open) + code.close;
|
|
202
|
+
|
|
203
|
+
// Close the styling before a linebreak and reopen
|
|
204
|
+
// after next line to fix a bleed issue on macOS
|
|
205
|
+
// https://github.com/chalk/chalk/pull/92
|
|
206
|
+
str = str.replace(/\r?\n/g, `${code.close}$&${code.open}`);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// Reset the original `dim` if we changed it to work around the Windows dimmed gray issue
|
|
210
|
+
ansiStyles.dim.open = originalDim;
|
|
211
|
+
|
|
212
|
+
return str;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
function chalkTag(chalk, strings) {
|
|
216
|
+
if (!Array.isArray(strings)) {
|
|
217
|
+
// If chalk() was called by itself or with a string,
|
|
218
|
+
// return the string itself as a string.
|
|
219
|
+
return [].slice.call(arguments, 1).join(' ');
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
const args = [].slice.call(arguments, 2);
|
|
223
|
+
const parts = [strings.raw[0]];
|
|
224
|
+
|
|
225
|
+
for (let i = 1; i < strings.length; i++) {
|
|
226
|
+
parts.push(String(args[i - 1]).replace(/[{}\\]/g, '\\$&'));
|
|
227
|
+
parts.push(String(strings.raw[i]));
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
return template(chalk, parts.join(''));
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
Object.defineProperties(Chalk.prototype, styles);
|
|
234
|
+
|
|
235
|
+
module.exports = Chalk(); // eslint-disable-line new-cap
|
|
236
|
+
module.exports.supportsColor = stdoutColor;
|
|
237
|
+
module.exports.default = module.exports; // For TypeScript
|
|
238
|
+
} (index.chalk));
|
|
239
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../node_modules/chalk/index.js"],"sourcesContent":["'use strict';\nconst escapeStringRegexp = require('escape-string-regexp');\nconst ansiStyles = require('ansi-styles');\nconst stdoutColor = require('supports-color').stdout;\n\nconst template = require('./templates.js');\n\nconst isSimpleWindowsTerm = process.platform === 'win32' && !(process.env.TERM || '').toLowerCase().startsWith('xterm');\n\n// `supportsColor.level` → `ansiStyles.color[name]` mapping\nconst levelMapping = ['ansi', 'ansi', 'ansi256', 'ansi16m'];\n\n// `color-convert` models to exclude from the Chalk API due to conflicts and such\nconst skipModels = new Set(['gray']);\n\nconst styles = Object.create(null);\n\nfunction applyOptions(obj, options) {\n\toptions = options || {};\n\n\t// Detect level if not set manually\n\tconst scLevel = stdoutColor ? stdoutColor.level : 0;\n\tobj.level = options.level === undefined ? scLevel : options.level;\n\tobj.enabled = 'enabled' in options ? options.enabled : obj.level > 0;\n}\n\nfunction Chalk(options) {\n\t// We check for this.template here since calling `chalk.constructor()`\n\t// by itself will have a `this` of a previously constructed chalk object\n\tif (!this || !(this instanceof Chalk) || this.template) {\n\t\tconst chalk = {};\n\t\tapplyOptions(chalk, options);\n\n\t\tchalk.template = function () {\n\t\t\tconst args = [].slice.call(arguments);\n\t\t\treturn chalkTag.apply(null, [chalk.template].concat(args));\n\t\t};\n\n\t\tObject.setPrototypeOf(chalk, Chalk.prototype);\n\t\tObject.setPrototypeOf(chalk.template, chalk);\n\n\t\tchalk.template.constructor = Chalk;\n\n\t\treturn chalk.template;\n\t}\n\n\tapplyOptions(this, options);\n}\n\n// Use bright blue on Windows as the normal blue color is illegible\nif (isSimpleWindowsTerm) {\n\tansiStyles.blue.open = '\\u001B[94m';\n}\n\nfor (const key of Object.keys(ansiStyles)) {\n\tansiStyles[key].closeRe = new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g');\n\n\tstyles[key] = {\n\t\tget() {\n\t\t\tconst codes = ansiStyles[key];\n\t\t\treturn build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, key);\n\t\t}\n\t};\n}\n\nstyles.visible = {\n\tget() {\n\t\treturn build.call(this, this._styles || [], true, 'visible');\n\t}\n};\n\nansiStyles.color.closeRe = new RegExp(escapeStringRegexp(ansiStyles.color.close), 'g');\nfor (const model of Object.keys(ansiStyles.color.ansi)) {\n\tif (skipModels.has(model)) {\n\t\tcontinue;\n\t}\n\n\tstyles[model] = {\n\t\tget() {\n\t\t\tconst level = this.level;\n\t\t\treturn function () {\n\t\t\t\tconst open = ansiStyles.color[levelMapping[level]][model].apply(null, arguments);\n\t\t\t\tconst codes = {\n\t\t\t\t\topen,\n\t\t\t\t\tclose: ansiStyles.color.close,\n\t\t\t\t\tcloseRe: ansiStyles.color.closeRe\n\t\t\t\t};\n\t\t\t\treturn build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model);\n\t\t\t};\n\t\t}\n\t};\n}\n\nansiStyles.bgColor.closeRe = new RegExp(escapeStringRegexp(ansiStyles.bgColor.close), 'g');\nfor (const model of Object.keys(ansiStyles.bgColor.ansi)) {\n\tif (skipModels.has(model)) {\n\t\tcontinue;\n\t}\n\n\tconst bgModel = 'bg' + model[0].toUpperCase() + model.slice(1);\n\tstyles[bgModel] = {\n\t\tget() {\n\t\t\tconst level = this.level;\n\t\t\treturn function () {\n\t\t\t\tconst open = ansiStyles.bgColor[levelMapping[level]][model].apply(null, arguments);\n\t\t\t\tconst codes = {\n\t\t\t\t\topen,\n\t\t\t\t\tclose: ansiStyles.bgColor.close,\n\t\t\t\t\tcloseRe: ansiStyles.bgColor.closeRe\n\t\t\t\t};\n\t\t\t\treturn build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model);\n\t\t\t};\n\t\t}\n\t};\n}\n\nconst proto = Object.defineProperties(() => {}, styles);\n\nfunction build(_styles, _empty, key) {\n\tconst builder = function () {\n\t\treturn applyStyle.apply(builder, arguments);\n\t};\n\n\tbuilder._styles = _styles;\n\tbuilder._empty = _empty;\n\n\tconst self = this;\n\n\tObject.defineProperty(builder, 'level', {\n\t\tenumerable: true,\n\t\tget() {\n\t\t\treturn self.level;\n\t\t},\n\t\tset(level) {\n\t\t\tself.level = level;\n\t\t}\n\t});\n\n\tObject.defineProperty(builder, 'enabled', {\n\t\tenumerable: true,\n\t\tget() {\n\t\t\treturn self.enabled;\n\t\t},\n\t\tset(enabled) {\n\t\t\tself.enabled = enabled;\n\t\t}\n\t});\n\n\t// See below for fix regarding invisible grey/dim combination on Windows\n\tbuilder.hasGrey = this.hasGrey || key === 'gray' || key === 'grey';\n\n\t// `__proto__` is used because we must return a function, but there is\n\t// no way to create a function with a different prototype\n\tbuilder.__proto__ = proto; // eslint-disable-line no-proto\n\n\treturn builder;\n}\n\nfunction applyStyle() {\n\t// Support varags, but simply cast to string in case there's only one arg\n\tconst args = arguments;\n\tconst argsLen = args.length;\n\tlet str = String(arguments[0]);\n\n\tif (argsLen === 0) {\n\t\treturn '';\n\t}\n\n\tif (argsLen > 1) {\n\t\t// Don't slice `arguments`, it prevents V8 optimizations\n\t\tfor (let a = 1; a < argsLen; a++) {\n\t\t\tstr += ' ' + args[a];\n\t\t}\n\t}\n\n\tif (!this.enabled || this.level <= 0 || !str) {\n\t\treturn this._empty ? '' : str;\n\t}\n\n\t// Turns out that on Windows dimmed gray text becomes invisible in cmd.exe,\n\t// see https://github.com/chalk/chalk/issues/58\n\t// If we're on Windows and we're dealing with a gray color, temporarily make 'dim' a noop.\n\tconst originalDim = ansiStyles.dim.open;\n\tif (isSimpleWindowsTerm && this.hasGrey) {\n\t\tansiStyles.dim.open = '';\n\t}\n\n\tfor (const code of this._styles.slice().reverse()) {\n\t\t// Replace any instances already present with a re-opening code\n\t\t// otherwise only the part of the string until said closing code\n\t\t// will be colored, and the rest will simply be 'plain'.\n\t\tstr = code.open + str.replace(code.closeRe, code.open) + code.close;\n\n\t\t// Close the styling before a linebreak and reopen\n\t\t// after next line to fix a bleed issue on macOS\n\t\t// https://github.com/chalk/chalk/pull/92\n\t\tstr = str.replace(/\\r?\\n/g, `${code.close}$&${code.open}`);\n\t}\n\n\t// Reset the original `dim` if we changed it to work around the Windows dimmed gray issue\n\tansiStyles.dim.open = originalDim;\n\n\treturn str;\n}\n\nfunction chalkTag(chalk, strings) {\n\tif (!Array.isArray(strings)) {\n\t\t// If chalk() was called by itself or with a string,\n\t\t// return the string itself as a string.\n\t\treturn [].slice.call(arguments, 1).join(' ');\n\t}\n\n\tconst args = [].slice.call(arguments, 2);\n\tconst parts = [strings.raw[0]];\n\n\tfor (let i = 1; i < strings.length; i++) {\n\t\tparts.push(String(args[i - 1]).replace(/[{}\\\\]/g, '\\\\$&'));\n\t\tparts.push(String(strings.raw[i]));\n\t}\n\n\treturn template(chalk, parts.join(''));\n}\n\nObject.defineProperties(Chalk.prototype, styles);\n\nmodule.exports = Chalk(); // eslint-disable-line new-cap\nmodule.exports.supportsColor = stdoutColor;\nmodule.exports.default = module.exports; // For TypeScript\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":"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"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const TEMPLATE_REGEX = /(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;
|
|
4
|
+
const STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;
|
|
5
|
+
const STRING_REGEX = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/;
|
|
6
|
+
const ESCAPE_REGEX = /\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi;
|
|
7
|
+
|
|
8
|
+
const ESCAPES = new Map([
|
|
9
|
+
['n', '\n'],
|
|
10
|
+
['r', '\r'],
|
|
11
|
+
['t', '\t'],
|
|
12
|
+
['b', '\b'],
|
|
13
|
+
['f', '\f'],
|
|
14
|
+
['v', '\v'],
|
|
15
|
+
['0', '\0'],
|
|
16
|
+
['\\', '\\'],
|
|
17
|
+
['e', '\u001B'],
|
|
18
|
+
['a', '\u0007']
|
|
19
|
+
]);
|
|
20
|
+
|
|
21
|
+
function unescape(c) {
|
|
22
|
+
if ((c[0] === 'u' && c.length === 5) || (c[0] === 'x' && c.length === 3)) {
|
|
23
|
+
return String.fromCharCode(parseInt(c.slice(1), 16));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
return ESCAPES.get(c) || c;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
function parseArguments(name, args) {
|
|
30
|
+
const results = [];
|
|
31
|
+
const chunks = args.trim().split(/\s*,\s*/g);
|
|
32
|
+
let matches;
|
|
33
|
+
|
|
34
|
+
for (const chunk of chunks) {
|
|
35
|
+
if (!isNaN(chunk)) {
|
|
36
|
+
results.push(Number(chunk));
|
|
37
|
+
} else if ((matches = chunk.match(STRING_REGEX))) {
|
|
38
|
+
results.push(matches[2].replace(ESCAPE_REGEX, (m, escape, chr) => escape ? unescape(escape) : chr));
|
|
39
|
+
} else {
|
|
40
|
+
throw new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
return results;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
function parseStyle(style) {
|
|
48
|
+
STYLE_REGEX.lastIndex = 0;
|
|
49
|
+
|
|
50
|
+
const results = [];
|
|
51
|
+
let matches;
|
|
52
|
+
|
|
53
|
+
while ((matches = STYLE_REGEX.exec(style)) !== null) {
|
|
54
|
+
const name = matches[1];
|
|
55
|
+
|
|
56
|
+
if (matches[2]) {
|
|
57
|
+
const args = parseArguments(name, matches[2]);
|
|
58
|
+
results.push([name].concat(args));
|
|
59
|
+
} else {
|
|
60
|
+
results.push([name]);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
return results;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
function buildStyle(chalk, styles) {
|
|
68
|
+
const enabled = {};
|
|
69
|
+
|
|
70
|
+
for (const layer of styles) {
|
|
71
|
+
for (const style of layer.styles) {
|
|
72
|
+
enabled[style[0]] = layer.inverse ? null : style.slice(1);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
let current = chalk;
|
|
77
|
+
for (const styleName of Object.keys(enabled)) {
|
|
78
|
+
if (Array.isArray(enabled[styleName])) {
|
|
79
|
+
if (!(styleName in current)) {
|
|
80
|
+
throw new Error(`Unknown Chalk style: ${styleName}`);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
if (enabled[styleName].length > 0) {
|
|
84
|
+
current = current[styleName].apply(current, enabled[styleName]);
|
|
85
|
+
} else {
|
|
86
|
+
current = current[styleName];
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
return current;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
var templates = (chalk, tmp) => {
|
|
95
|
+
const styles = [];
|
|
96
|
+
const chunks = [];
|
|
97
|
+
let chunk = [];
|
|
98
|
+
|
|
99
|
+
// eslint-disable-next-line max-params
|
|
100
|
+
tmp.replace(TEMPLATE_REGEX, (m, escapeChar, inverse, style, close, chr) => {
|
|
101
|
+
if (escapeChar) {
|
|
102
|
+
chunk.push(unescape(escapeChar));
|
|
103
|
+
} else if (style) {
|
|
104
|
+
const str = chunk.join('');
|
|
105
|
+
chunk = [];
|
|
106
|
+
chunks.push(styles.length === 0 ? str : buildStyle(chalk, styles)(str));
|
|
107
|
+
styles.push({inverse, styles: parseStyle(style)});
|
|
108
|
+
} else if (close) {
|
|
109
|
+
if (styles.length === 0) {
|
|
110
|
+
throw new Error('Found extraneous } in Chalk template literal');
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
chunks.push(buildStyle(chalk, styles)(chunk.join('')));
|
|
114
|
+
chunk = [];
|
|
115
|
+
styles.pop();
|
|
116
|
+
} else {
|
|
117
|
+
chunk.push(chr);
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
chunks.push(chunk.join(''));
|
|
122
|
+
|
|
123
|
+
if (styles.length > 0) {
|
|
124
|
+
const errMsg = `Chalk template literal is missing ${styles.length} closing bracket${styles.length === 1 ? '' : 's'} (\`}\`)`;
|
|
125
|
+
throw new Error(errMsg);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
return chunks.join('');
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
module.exports = templates;
|
|
132
|
+
//# sourceMappingURL=templates.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"templates.cjs","sources":["../../../../node_modules/chalk/templates.js"],"sourcesContent":["'use strict';\nconst TEMPLATE_REGEX = /(?:\\\\(u[a-f\\d]{4}|x[a-f\\d]{2}|.))|(?:\\{(~)?(\\w+(?:\\([^)]*\\))?(?:\\.\\w+(?:\\([^)]*\\))?)*)(?:[ \\t]|(?=\\r?\\n)))|(\\})|((?:.|[\\r\\n\\f])+?)/gi;\nconst STYLE_REGEX = /(?:^|\\.)(\\w+)(?:\\(([^)]*)\\))?/g;\nconst STRING_REGEX = /^(['\"])((?:\\\\.|(?!\\1)[^\\\\])*)\\1$/;\nconst ESCAPE_REGEX = /\\\\(u[a-f\\d]{4}|x[a-f\\d]{2}|.)|([^\\\\])/gi;\n\nconst ESCAPES = new Map([\n\t['n', '\\n'],\n\t['r', '\\r'],\n\t['t', '\\t'],\n\t['b', '\\b'],\n\t['f', '\\f'],\n\t['v', '\\v'],\n\t['0', '\\0'],\n\t['\\\\', '\\\\'],\n\t['e', '\\u001B'],\n\t['a', '\\u0007']\n]);\n\nfunction unescape(c) {\n\tif ((c[0] === 'u' && c.length === 5) || (c[0] === 'x' && c.length === 3)) {\n\t\treturn String.fromCharCode(parseInt(c.slice(1), 16));\n\t}\n\n\treturn ESCAPES.get(c) || c;\n}\n\nfunction parseArguments(name, args) {\n\tconst results = [];\n\tconst chunks = args.trim().split(/\\s*,\\s*/g);\n\tlet matches;\n\n\tfor (const chunk of chunks) {\n\t\tif (!isNaN(chunk)) {\n\t\t\tresults.push(Number(chunk));\n\t\t} else if ((matches = chunk.match(STRING_REGEX))) {\n\t\t\tresults.push(matches[2].replace(ESCAPE_REGEX, (m, escape, chr) => escape ? unescape(escape) : chr));\n\t\t} else {\n\t\t\tthrow new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`);\n\t\t}\n\t}\n\n\treturn results;\n}\n\nfunction parseStyle(style) {\n\tSTYLE_REGEX.lastIndex = 0;\n\n\tconst results = [];\n\tlet matches;\n\n\twhile ((matches = STYLE_REGEX.exec(style)) !== null) {\n\t\tconst name = matches[1];\n\n\t\tif (matches[2]) {\n\t\t\tconst args = parseArguments(name, matches[2]);\n\t\t\tresults.push([name].concat(args));\n\t\t} else {\n\t\t\tresults.push([name]);\n\t\t}\n\t}\n\n\treturn results;\n}\n\nfunction buildStyle(chalk, styles) {\n\tconst enabled = {};\n\n\tfor (const layer of styles) {\n\t\tfor (const style of layer.styles) {\n\t\t\tenabled[style[0]] = layer.inverse ? null : style.slice(1);\n\t\t}\n\t}\n\n\tlet current = chalk;\n\tfor (const styleName of Object.keys(enabled)) {\n\t\tif (Array.isArray(enabled[styleName])) {\n\t\t\tif (!(styleName in current)) {\n\t\t\t\tthrow new Error(`Unknown Chalk style: ${styleName}`);\n\t\t\t}\n\n\t\t\tif (enabled[styleName].length > 0) {\n\t\t\t\tcurrent = current[styleName].apply(current, enabled[styleName]);\n\t\t\t} else {\n\t\t\t\tcurrent = current[styleName];\n\t\t\t}\n\t\t}\n\t}\n\n\treturn current;\n}\n\nmodule.exports = (chalk, tmp) => {\n\tconst styles = [];\n\tconst chunks = [];\n\tlet chunk = [];\n\n\t// eslint-disable-next-line max-params\n\ttmp.replace(TEMPLATE_REGEX, (m, escapeChar, inverse, style, close, chr) => {\n\t\tif (escapeChar) {\n\t\t\tchunk.push(unescape(escapeChar));\n\t\t} else if (style) {\n\t\t\tconst str = chunk.join('');\n\t\t\tchunk = [];\n\t\t\tchunks.push(styles.length === 0 ? str : buildStyle(chalk, styles)(str));\n\t\t\tstyles.push({inverse, styles: parseStyle(style)});\n\t\t} else if (close) {\n\t\t\tif (styles.length === 0) {\n\t\t\t\tthrow new Error('Found extraneous } in Chalk template literal');\n\t\t\t}\n\n\t\t\tchunks.push(buildStyle(chalk, styles)(chunk.join('')));\n\t\t\tchunk = [];\n\t\t\tstyles.pop();\n\t\t} else {\n\t\t\tchunk.push(chr);\n\t\t}\n\t});\n\n\tchunks.push(chunk.join(''));\n\n\tif (styles.length > 0) {\n\t\tconst errMsg = `Chalk template literal is missing ${styles.length} closing bracket${styles.length === 1 ? '' : 's'} (\\`}\\`)`;\n\t\tthrow new Error(errMsg);\n\t}\n\n\treturn chunks.join('');\n};\n"],"names":[],"mappings":"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"}
|