@donmahallem/lerna2codecov 0.2.2 → 0.2.4
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/git-host-info.cjs +8 -0
- package/dist/cjs/_virtual/git-host-info.cjs.map +1 -0
- package/dist/cjs/_virtual/index3.cjs +2 -2
- package/dist/cjs/_virtual/index4.cjs +2 -2
- package/dist/cjs/_virtual/inherits.cjs +8 -0
- package/dist/cjs/_virtual/inherits.cjs.map +1 -0
- package/dist/cjs/_virtual/inherits_browser.cjs +8 -0
- package/dist/cjs/_virtual/inherits_browser.cjs.map +1 -0
- package/dist/cjs/_virtual/path.cjs +8 -0
- package/dist/cjs/_virtual/path.cjs.map +1 -0
- package/dist/cjs/_virtual/re2.cjs +8 -0
- package/dist/cjs/_virtual/re2.cjs.map +1 -0
- package/dist/cjs/_virtual/util.cjs +8 -0
- package/dist/cjs/_virtual/util.cjs.map +1 -0
- package/dist/cjs/node_modules/builtins/index.cjs +96 -0
- package/dist/cjs/node_modules/builtins/index.cjs.map +1 -0
- package/dist/cjs/node_modules/lru-cache/index.cjs +343 -332
- package/dist/cjs/node_modules/lru-cache/index.cjs.map +1 -1
- package/dist/cjs/node_modules/path/path.cjs +612 -0
- package/dist/cjs/node_modules/path/path.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/classes/comparator.cjs +7 -9
- package/dist/cjs/node_modules/semver/classes/comparator.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/classes/range.cjs +29 -39
- package/dist/cjs/node_modules/semver/classes/range.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/classes/semver.cjs +301 -292
- package/dist/cjs/node_modules/semver/classes/semver.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/clean.cjs +18 -8
- package/dist/cjs/node_modules/semver/functions/clean.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/cmp.cjs +56 -50
- package/dist/cjs/node_modules/semver/functions/cmp.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/coerce.cjs +66 -58
- package/dist/cjs/node_modules/semver/functions/coerce.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/compare-build.cjs +18 -8
- package/dist/cjs/node_modules/semver/functions/compare-build.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/compare-loose.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/compare-loose.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/compare.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/compare.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/diff.cjs +35 -25
- package/dist/cjs/node_modules/semver/functions/diff.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/eq.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/eq.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/gt.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/gt.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/gte.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/gte.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/inc.cjs +24 -17
- package/dist/cjs/node_modules/semver/functions/inc.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/lt.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/lt.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/lte.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/lte.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/major.cjs +14 -4
- package/dist/cjs/node_modules/semver/functions/major.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/minor.cjs +14 -4
- package/dist/cjs/node_modules/semver/functions/minor.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/neq.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/neq.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/parse.cjs +48 -39
- package/dist/cjs/node_modules/semver/functions/parse.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/patch.cjs +14 -4
- package/dist/cjs/node_modules/semver/functions/patch.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/prerelease.cjs +18 -8
- package/dist/cjs/node_modules/semver/functions/prerelease.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/rcompare.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/rcompare.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/rsort.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/rsort.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/satisfies.cjs +21 -11
- package/dist/cjs/node_modules/semver/functions/satisfies.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/sort.cjs +15 -5
- package/dist/cjs/node_modules/semver/functions/sort.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/functions/valid.cjs +18 -8
- package/dist/cjs/node_modules/semver/functions/valid.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/index.cjs +60 -51
- package/dist/cjs/node_modules/semver/index.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/internal/constants.cjs +25 -15
- package/dist/cjs/node_modules/semver/internal/constants.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/internal/debug.cjs +19 -9
- package/dist/cjs/node_modules/semver/internal/debug.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/internal/identifiers.cjs +35 -25
- package/dist/cjs/node_modules/semver/internal/identifiers.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/internal/parse-options.cjs +22 -12
- package/dist/cjs/node_modules/semver/internal/parse-options.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/internal/re.cjs +173 -162
- package/dist/cjs/node_modules/semver/internal/re.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/gtr.cjs +16 -6
- package/dist/cjs/node_modules/semver/ranges/gtr.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/intersects.cjs +18 -8
- package/dist/cjs/node_modules/semver/ranges/intersects.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/ltr.cjs +16 -6
- package/dist/cjs/node_modules/semver/ranges/ltr.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs +35 -25
- package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs +35 -25
- package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/min-version.cjs +65 -56
- package/dist/cjs/node_modules/semver/ranges/min-version.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/outside.cjs +86 -76
- package/dist/cjs/node_modules/semver/ranges/outside.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/simplify.cjs +56 -49
- package/dist/cjs/node_modules/semver/ranges/simplify.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/subset.cjs +177 -249
- package/dist/cjs/node_modules/semver/ranges/subset.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs +17 -7
- package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs.map +1 -1
- package/dist/cjs/node_modules/semver/ranges/valid.cjs +22 -12
- package/dist/cjs/node_modules/semver/ranges/valid.cjs.map +1 -1
- package/dist/cjs/node_modules/util/node_modules/inherits/inherits.cjs +27 -0
- package/dist/cjs/node_modules/util/node_modules/inherits/inherits.cjs.map +1 -0
- package/dist/cjs/node_modules/util/node_modules/inherits/inherits_browser.cjs +39 -0
- package/dist/cjs/node_modules/util/node_modules/inherits/inherits_browser.cjs.map +1 -0
- package/dist/cjs/node_modules/util/support/isBuffer.cjs +8 -0
- package/dist/cjs/node_modules/util/support/isBuffer.cjs.map +1 -0
- package/dist/cjs/node_modules/util/util.cjs +605 -0
- package/dist/cjs/node_modules/util/util.cjs.map +1 -0
- package/dist/cjs/node_modules/yallist/iterator.cjs.map +1 -1
- package/dist/cjs/node_modules/yallist/yallist.cjs +435 -425
- package/dist/cjs/node_modules/yallist/yallist.cjs.map +1 -1
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/code-frame/lib/index.cjs +2 -2
- package/dist/cjs/packages/lerna2codecov/node_modules/@babel/code-frame/lib/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/identifier.cjs +4 -4
- package/dist/cjs/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/index.cjs +5 -3
- package/dist/cjs/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/keyword.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/highlight/lib/index.cjs +4 -4
- package/dist/cjs/packages/lerna2codecov/node_modules/@babel/highlight/lib/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@lerna/package/index.cjs +14 -12
- package/dist/cjs/packages/lerna2codecov/node_modules/@lerna/package/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/ansi-styles/index.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/ansi-styles/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/chalk/index.cjs +2 -2
- package/dist/cjs/packages/lerna2codecov/node_modules/chalk/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/chalk/templates.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/chalk/templates.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/color-convert/conversions.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/color-convert/conversions.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/color-convert/index.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/color-convert/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/color-convert/route.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/color-convert/route.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/color-name/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/color-name/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/error-ex/index.cjs +2 -6
- package/dist/cjs/packages/lerna2codecov/node_modules/error-ex/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/escape-string-regexp/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/escape-string-regexp/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/clone.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/graceful-fs/clone.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/graceful-fs.cjs +3 -4
- package/dist/cjs/packages/lerna2codecov/node_modules/graceful-fs/graceful-fs.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/legacy-streams.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/graceful-fs/legacy-streams.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/polyfills.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/graceful-fs/polyfills.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/has-flag/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/has-flag/index.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/git-host-info.cjs +94 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/git-host-info.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/git-host.cjs +172 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/git-host.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/index.cjs +170 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/imurmurhash/imurmurhash.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/imurmurhash/imurmurhash.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/is-arrayish/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/is-arrayish/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/js-tokens/index.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/js-tokens/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/json-parse-even-better-errors/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/json-parse-even-better-errors/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/lines-and-columns/build/index.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/lines-and-columns/build/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/load-json-file/index.cjs +10 -14
- package/dist/cjs/packages/lerna2codecov/node_modules/load-json-file/index.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/lru-cache/index.cjs +350 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/lru-cache/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/npm-package-arg/npa.cjs +97 -143
- package/dist/cjs/packages/lerna2codecov/node_modules/npm-package-arg/npa.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/parse-json/index.cjs +2 -2
- package/dist/cjs/packages/lerna2codecov/node_modules/parse-json/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/pify/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/pify/index.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/comparator.cjs +158 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/comparator.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/range.cjs +544 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/range.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/semver.cjs +308 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/semver.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/clean.cjs +23 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/clean.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/cmp.cjs +74 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/cmp.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/coerce.cjs +71 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/coerce.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare-build.cjs +24 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare-build.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare-loose.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare-loose.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare.cjs +22 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/diff.cjs +41 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/diff.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/eq.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/eq.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/gt.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/gt.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/gte.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/gte.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/inc.cjs +35 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/inc.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/lt.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/lt.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/lte.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/lte.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/major.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/major.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/minor.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/minor.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/neq.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/neq.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/parse.cjs +53 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/parse.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/patch.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/patch.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/prerelease.cjs +23 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/prerelease.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/rcompare.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/rcompare.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/rsort.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/rsort.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/satisfies.cjs +27 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/satisfies.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/sort.cjs +20 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/sort.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/valid.cjs +23 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/valid.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/index.cjs +145 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/index.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/constants.cjs +32 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/constants.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/debug.cjs +24 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/debug.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/identifiers.cjs +38 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/identifiers.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/parse-options.cjs +26 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/parse-options.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/re.cjs +202 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/re.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/gtr.cjs +21 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/gtr.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/intersects.cjs +24 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/intersects.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/ltr.cjs +21 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/ltr.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/max-satisfying.cjs +43 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/max-satisfying.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/min-satisfying.cjs +42 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/min-satisfying.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/min-version.cjs +80 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/min-version.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/outside.cjs +104 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/outside.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/simplify.cjs +65 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/simplify.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/subset.cjs +264 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/subset.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/to-comparators.cjs +25 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/to-comparators.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/valid.cjs +28 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/valid.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/signal-exit/index.cjs +2 -2
- package/dist/cjs/packages/lerna2codecov/node_modules/signal-exit/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/signal-exit/signals.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/signal-exit/signals.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/strip-bom/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/strip-bom/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/supports-color/index.cjs +3 -3
- package/dist/cjs/packages/lerna2codecov/node_modules/supports-color/index.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/validate-npm-package-name/index.cjs +121 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/validate-npm-package-name/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/index.cjs +5 -8
- package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/detect-indent/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/detect-indent/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/is-plain-obj/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/make-dir/index.cjs +5 -5
- package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/make-dir/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/semver/semver.cjs +1 -1
- package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/semver/semver.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/sort-keys/index.cjs +0 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/sort-keys/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/write-file-atomic/index.cjs +7 -10
- package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs.map +1 -0
- package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/write-json-file/index.cjs +6 -9
- package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/write-json-file/index.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/yallist/iterator.cjs +22 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/yallist/iterator.cjs.map +1 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/yallist/yallist.cjs +442 -0
- package/dist/cjs/packages/lerna2codecov/node_modules/yallist/yallist.cjs.map +1 -0
- package/dist/cjs/update-config.cjs +4 -3
- package/dist/cjs/update-config.cjs.map +1 -1
- 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/index3.mjs +2 -2
- package/dist/esm/_virtual/index4.mjs +2 -2
- package/dist/esm/_virtual/inherits.mjs +4 -0
- package/dist/esm/_virtual/inherits.mjs.map +1 -0
- package/dist/esm/_virtual/inherits_browser.mjs +4 -0
- package/dist/esm/_virtual/inherits_browser.mjs.map +1 -0
- package/dist/esm/_virtual/path.mjs +4 -0
- package/dist/esm/_virtual/path.mjs.map +1 -0
- package/dist/esm/_virtual/re2.mjs +4 -0
- package/dist/esm/_virtual/re2.mjs.map +1 -0
- package/dist/esm/_virtual/util.mjs +4 -0
- package/dist/esm/_virtual/util.mjs.map +1 -0
- package/dist/esm/node_modules/builtins/index.mjs +92 -0
- package/dist/esm/node_modules/builtins/index.mjs.map +1 -0
- package/dist/esm/node_modules/lru-cache/index.mjs +343 -334
- package/dist/esm/node_modules/lru-cache/index.mjs.map +1 -1
- package/dist/esm/node_modules/path/path.mjs +611 -0
- package/dist/esm/node_modules/path/path.mjs.map +1 -0
- package/dist/esm/node_modules/semver/classes/comparator.mjs +12 -14
- package/dist/esm/node_modules/semver/classes/comparator.mjs.map +1 -1
- package/dist/esm/node_modules/semver/classes/range.mjs +43 -53
- package/dist/esm/node_modules/semver/classes/range.mjs.map +1 -1
- package/dist/esm/node_modules/semver/classes/semver.mjs +301 -294
- package/dist/esm/node_modules/semver/classes/semver.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/clean.mjs +16 -8
- package/dist/esm/node_modules/semver/functions/clean.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/cmp.mjs +65 -61
- package/dist/esm/node_modules/semver/functions/cmp.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/coerce.mjs +65 -59
- package/dist/esm/node_modules/semver/functions/coerce.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/compare-build.mjs +17 -9
- package/dist/esm/node_modules/semver/functions/compare-build.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/compare-loose.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/compare-loose.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/compare.mjs +14 -6
- package/dist/esm/node_modules/semver/functions/compare.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/diff.mjs +33 -25
- package/dist/esm/node_modules/semver/functions/diff.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/eq.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/eq.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/gt.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/gt.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/gte.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/gte.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/inc.mjs +23 -18
- package/dist/esm/node_modules/semver/functions/inc.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/lt.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/lt.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/lte.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/lte.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/major.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/major.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/minor.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/minor.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/neq.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/neq.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/parse.mjs +48 -41
- package/dist/esm/node_modules/semver/functions/parse.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/patch.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/patch.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/prerelease.mjs +16 -8
- package/dist/esm/node_modules/semver/functions/prerelease.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/rcompare.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/rcompare.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/rsort.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/rsort.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/satisfies.mjs +19 -11
- package/dist/esm/node_modules/semver/functions/satisfies.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/sort.mjs +13 -5
- package/dist/esm/node_modules/semver/functions/sort.mjs.map +1 -1
- package/dist/esm/node_modules/semver/functions/valid.mjs +16 -8
- package/dist/esm/node_modules/semver/functions/valid.mjs.map +1 -1
- package/dist/esm/node_modules/semver/index.mjs +96 -89
- package/dist/esm/node_modules/semver/index.mjs.map +1 -1
- package/dist/esm/node_modules/semver/internal/constants.mjs +23 -15
- package/dist/esm/node_modules/semver/internal/constants.mjs.map +1 -1
- package/dist/esm/node_modules/semver/internal/debug.mjs +17 -9
- package/dist/esm/node_modules/semver/internal/debug.mjs.map +1 -1
- package/dist/esm/node_modules/semver/internal/identifiers.mjs +28 -20
- package/dist/esm/node_modules/semver/internal/identifiers.mjs.map +1 -1
- package/dist/esm/node_modules/semver/internal/parse-options.mjs +20 -12
- package/dist/esm/node_modules/semver/internal/parse-options.mjs.map +1 -1
- package/dist/esm/node_modules/semver/internal/re.mjs +177 -168
- package/dist/esm/node_modules/semver/internal/re.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/gtr.mjs +14 -6
- package/dist/esm/node_modules/semver/ranges/gtr.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/intersects.mjs +16 -8
- package/dist/esm/node_modules/semver/ranges/intersects.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/ltr.mjs +14 -6
- package/dist/esm/node_modules/semver/ranges/ltr.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs +34 -26
- package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs +34 -26
- package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/min-version.mjs +64 -57
- package/dist/esm/node_modules/semver/ranges/min-version.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/outside.mjs +85 -77
- package/dist/esm/node_modules/semver/ranges/outside.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/simplify.mjs +54 -49
- package/dist/esm/node_modules/semver/ranges/simplify.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/subset.mjs +175 -249
- package/dist/esm/node_modules/semver/ranges/subset.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/to-comparators.mjs +15 -7
- package/dist/esm/node_modules/semver/ranges/to-comparators.mjs.map +1 -1
- package/dist/esm/node_modules/semver/ranges/valid.mjs +20 -12
- package/dist/esm/node_modules/semver/ranges/valid.mjs.map +1 -1
- package/dist/esm/node_modules/util/node_modules/inherits/inherits.mjs +23 -0
- package/dist/esm/node_modules/util/node_modules/inherits/inherits.mjs.map +1 -0
- package/dist/esm/node_modules/util/node_modules/inherits/inherits_browser.mjs +35 -0
- package/dist/esm/node_modules/util/node_modules/inherits/inherits_browser.mjs.map +1 -0
- package/dist/esm/node_modules/util/support/isBuffer.mjs +6 -0
- package/dist/esm/node_modules/util/support/isBuffer.mjs.map +1 -0
- package/dist/esm/node_modules/util/util.mjs +601 -0
- package/dist/esm/node_modules/util/util.mjs.map +1 -0
- package/dist/esm/node_modules/yallist/iterator.mjs.map +1 -1
- package/dist/esm/node_modules/yallist/yallist.mjs +433 -425
- package/dist/esm/node_modules/yallist/yallist.mjs.map +1 -1
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/code-frame/lib/index.mjs +2 -2
- package/dist/esm/packages/lerna2codecov/node_modules/@babel/code-frame/lib/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/identifier.mjs +5 -5
- package/dist/esm/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/index.mjs +5 -3
- package/dist/esm/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/keyword.mjs +2 -2
- package/dist/esm/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/highlight/lib/index.mjs +4 -4
- package/dist/esm/packages/lerna2codecov/node_modules/@babel/highlight/lib/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@lerna/package/index.mjs +14 -8
- package/dist/esm/packages/lerna2codecov/node_modules/@lerna/package/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/ansi-styles/index.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/ansi-styles/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/chalk/index.mjs +2 -2
- package/dist/esm/packages/lerna2codecov/node_modules/chalk/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/chalk/templates.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/chalk/templates.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/color-convert/conversions.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/color-convert/conversions.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/color-convert/index.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/color-convert/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/color-convert/route.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/color-convert/route.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/color-name/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/color-name/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/error-ex/index.mjs +2 -2
- package/dist/esm/packages/lerna2codecov/node_modules/error-ex/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/escape-string-regexp/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/escape-string-regexp/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/clone.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/graceful-fs/clone.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/graceful-fs.mjs +3 -3
- package/dist/esm/packages/lerna2codecov/node_modules/graceful-fs/graceful-fs.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/legacy-streams.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/graceful-fs/legacy-streams.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/polyfills.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/graceful-fs/polyfills.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/has-flag/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/has-flag/index.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/git-host-info.mjs +90 -0
- package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/git-host-info.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/git-host.mjs +168 -0
- package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/git-host.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/index.mjs +162 -0
- package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/imurmurhash/imurmurhash.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/imurmurhash/imurmurhash.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/is-arrayish/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/is-arrayish/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/js-tokens/index.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/js-tokens/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/json-parse-even-better-errors/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/json-parse-even-better-errors/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/lines-and-columns/build/index.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/lines-and-columns/build/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/load-json-file/index.mjs +6 -5
- package/dist/esm/packages/lerna2codecov/node_modules/load-json-file/index.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/lru-cache/index.mjs +346 -0
- package/dist/esm/packages/lerna2codecov/node_modules/lru-cache/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/npm-package-arg/npa.mjs +96 -141
- package/dist/esm/packages/lerna2codecov/node_modules/npm-package-arg/npa.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/parse-json/index.mjs +2 -2
- package/dist/esm/packages/lerna2codecov/node_modules/parse-json/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/pify/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/pify/index.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/comparator.mjs +154 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/comparator.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/range.mjs +540 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/range.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/semver.mjs +304 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/semver.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/clean.mjs +19 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/clean.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/cmp.mjs +70 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/cmp.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/coerce.mjs +67 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/coerce.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare-build.mjs +20 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare-build.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare-loose.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare-loose.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare.mjs +18 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/diff.mjs +37 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/diff.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/eq.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/eq.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/gt.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/gt.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/gte.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/gte.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/inc.mjs +31 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/inc.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/lt.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/lt.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/lte.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/lte.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/major.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/major.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/minor.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/minor.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/neq.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/neq.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/parse.mjs +49 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/parse.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/patch.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/patch.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/prerelease.mjs +19 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/prerelease.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/rcompare.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/rcompare.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/rsort.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/rsort.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/satisfies.mjs +23 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/satisfies.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/sort.mjs +16 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/sort.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/valid.mjs +19 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/valid.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/index.mjs +141 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/index.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/constants.mjs +28 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/constants.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/debug.mjs +20 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/debug.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/identifiers.mjs +34 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/identifiers.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/parse-options.mjs +22 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/parse-options.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/re.mjs +198 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/re.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/gtr.mjs +17 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/gtr.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/intersects.mjs +20 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/intersects.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/ltr.mjs +17 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/ltr.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/max-satisfying.mjs +39 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/max-satisfying.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/min-satisfying.mjs +38 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/min-satisfying.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/min-version.mjs +76 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/min-version.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/outside.mjs +100 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/outside.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/simplify.mjs +61 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/simplify.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/subset.mjs +260 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/subset.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/to-comparators.mjs +21 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/to-comparators.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/valid.mjs +24 -0
- package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/valid.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/signal-exit/index.mjs +2 -2
- package/dist/esm/packages/lerna2codecov/node_modules/signal-exit/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/signal-exit/signals.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/signal-exit/signals.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/strip-bom/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/strip-bom/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/supports-color/index.mjs +2 -2
- package/dist/esm/packages/lerna2codecov/node_modules/supports-color/index.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/validate-npm-package-name/index.mjs +117 -0
- package/dist/esm/packages/lerna2codecov/node_modules/validate-npm-package-name/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/index.mjs +5 -4
- package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/detect-indent/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/detect-indent/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/is-plain-obj/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/make-dir/index.mjs +5 -4
- package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/make-dir/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/semver/semver.mjs +1 -1
- package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/semver/semver.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/sort-keys/index.mjs +0 -0
- package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/sort-keys/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/write-file-atomic/index.mjs +7 -6
- package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs.map +1 -0
- package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/write-json-file/index.mjs +6 -5
- package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/write-json-file/index.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/yallist/iterator.mjs +18 -0
- package/dist/esm/packages/lerna2codecov/node_modules/yallist/iterator.mjs.map +1 -0
- package/dist/esm/packages/lerna2codecov/node_modules/yallist/yallist.mjs +438 -0
- package/dist/esm/packages/lerna2codecov/node_modules/yallist/yallist.mjs.map +1 -0
- package/dist/esm/update-config.mjs +4 -3
- package/dist/esm/update-config.mjs.map +1 -1
- package/dist/types/codecov-config.d.ts +1 -1
- package/package.json +5 -5
- package/dist/cjs/node_modules/@babel/code-frame/lib/index.cjs.map +0 -1
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +0 -1
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +0 -1
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +0 -1
- package/dist/cjs/node_modules/@babel/highlight/lib/index.cjs.map +0 -1
- package/dist/cjs/node_modules/@lerna/package/index.cjs.map +0 -1
- package/dist/cjs/node_modules/ansi-styles/index.cjs.map +0 -1
- package/dist/cjs/node_modules/builtins/builtins.cjs +0 -6
- package/dist/cjs/node_modules/builtins/builtins.cjs.map +0 -1
- package/dist/cjs/node_modules/chalk/index.cjs.map +0 -1
- package/dist/cjs/node_modules/chalk/templates.cjs.map +0 -1
- package/dist/cjs/node_modules/color-convert/conversions.cjs.map +0 -1
- package/dist/cjs/node_modules/color-convert/index.cjs.map +0 -1
- package/dist/cjs/node_modules/color-convert/route.cjs.map +0 -1
- package/dist/cjs/node_modules/color-name/index.cjs.map +0 -1
- package/dist/cjs/node_modules/error-ex/index.cjs.map +0 -1
- package/dist/cjs/node_modules/escape-string-regexp/index.cjs.map +0 -1
- package/dist/cjs/node_modules/graceful-fs/clone.cjs.map +0 -1
- package/dist/cjs/node_modules/graceful-fs/graceful-fs.cjs.map +0 -1
- package/dist/cjs/node_modules/graceful-fs/legacy-streams.cjs.map +0 -1
- package/dist/cjs/node_modules/graceful-fs/polyfills.cjs.map +0 -1
- package/dist/cjs/node_modules/has-flag/index.cjs.map +0 -1
- package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs +0 -188
- package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs.map +0 -1
- package/dist/cjs/node_modules/hosted-git-info/git-host.cjs +0 -116
- package/dist/cjs/node_modules/hosted-git-info/git-host.cjs.map +0 -1
- package/dist/cjs/node_modules/hosted-git-info/index.cjs +0 -251
- package/dist/cjs/node_modules/hosted-git-info/index.cjs.map +0 -1
- package/dist/cjs/node_modules/imurmurhash/imurmurhash.cjs.map +0 -1
- package/dist/cjs/node_modules/is-arrayish/index.cjs.map +0 -1
- package/dist/cjs/node_modules/js-tokens/index.cjs.map +0 -1
- package/dist/cjs/node_modules/json-parse-even-better-errors/index.cjs.map +0 -1
- package/dist/cjs/node_modules/lines-and-columns/build/index.cjs.map +0 -1
- package/dist/cjs/node_modules/load-json-file/index.cjs.map +0 -1
- package/dist/cjs/node_modules/npm-package-arg/npa.cjs.map +0 -1
- package/dist/cjs/node_modules/parse-json/index.cjs.map +0 -1
- package/dist/cjs/node_modules/pify/index.cjs.map +0 -1
- package/dist/cjs/node_modules/signal-exit/index.cjs.map +0 -1
- package/dist/cjs/node_modules/signal-exit/signals.cjs.map +0 -1
- package/dist/cjs/node_modules/strip-bom/index.cjs.map +0 -1
- package/dist/cjs/node_modules/supports-color/index.cjs.map +0 -1
- package/dist/cjs/node_modules/validate-npm-package-name/index.cjs +0 -111
- package/dist/cjs/node_modules/validate-npm-package-name/index.cjs.map +0 -1
- package/dist/cjs/node_modules/write-pkg/index.cjs.map +0 -1
- package/dist/cjs/node_modules/write-pkg/node_modules/detect-indent/index.cjs.map +0 -1
- package/dist/cjs/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs.map +0 -1
- package/dist/cjs/node_modules/write-pkg/node_modules/make-dir/index.cjs.map +0 -1
- package/dist/cjs/node_modules/write-pkg/node_modules/semver/semver.cjs.map +0 -1
- package/dist/cjs/node_modules/write-pkg/node_modules/sort-keys/index.cjs.map +0 -1
- package/dist/cjs/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs.map +0 -1
- package/dist/cjs/node_modules/write-pkg/node_modules/write-json-file/index.cjs.map +0 -1
- package/dist/esm/node_modules/@babel/code-frame/lib/index.mjs.map +0 -1
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs.map +0 -1
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/index.mjs.map +0 -1
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs.map +0 -1
- package/dist/esm/node_modules/@babel/highlight/lib/index.mjs.map +0 -1
- package/dist/esm/node_modules/@lerna/package/index.mjs.map +0 -1
- package/dist/esm/node_modules/ansi-styles/index.mjs.map +0 -1
- package/dist/esm/node_modules/builtins/builtins.mjs +0 -4
- package/dist/esm/node_modules/builtins/builtins.mjs.map +0 -1
- package/dist/esm/node_modules/chalk/index.mjs.map +0 -1
- package/dist/esm/node_modules/chalk/templates.mjs.map +0 -1
- package/dist/esm/node_modules/color-convert/conversions.mjs.map +0 -1
- package/dist/esm/node_modules/color-convert/index.mjs.map +0 -1
- package/dist/esm/node_modules/color-convert/route.mjs.map +0 -1
- package/dist/esm/node_modules/color-name/index.mjs.map +0 -1
- package/dist/esm/node_modules/error-ex/index.mjs.map +0 -1
- package/dist/esm/node_modules/escape-string-regexp/index.mjs.map +0 -1
- package/dist/esm/node_modules/graceful-fs/clone.mjs.map +0 -1
- package/dist/esm/node_modules/graceful-fs/graceful-fs.mjs.map +0 -1
- package/dist/esm/node_modules/graceful-fs/legacy-streams.mjs.map +0 -1
- package/dist/esm/node_modules/graceful-fs/polyfills.mjs.map +0 -1
- package/dist/esm/node_modules/has-flag/index.mjs.map +0 -1
- package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs +0 -186
- package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs.map +0 -1
- package/dist/esm/node_modules/hosted-git-info/git-host.mjs +0 -114
- package/dist/esm/node_modules/hosted-git-info/git-host.mjs.map +0 -1
- package/dist/esm/node_modules/hosted-git-info/index.mjs +0 -245
- package/dist/esm/node_modules/hosted-git-info/index.mjs.map +0 -1
- package/dist/esm/node_modules/imurmurhash/imurmurhash.mjs.map +0 -1
- package/dist/esm/node_modules/is-arrayish/index.mjs.map +0 -1
- package/dist/esm/node_modules/js-tokens/index.mjs.map +0 -1
- package/dist/esm/node_modules/json-parse-even-better-errors/index.mjs.map +0 -1
- package/dist/esm/node_modules/lines-and-columns/build/index.mjs.map +0 -1
- package/dist/esm/node_modules/load-json-file/index.mjs.map +0 -1
- package/dist/esm/node_modules/npm-package-arg/npa.mjs.map +0 -1
- package/dist/esm/node_modules/parse-json/index.mjs.map +0 -1
- package/dist/esm/node_modules/pify/index.mjs.map +0 -1
- package/dist/esm/node_modules/signal-exit/index.mjs.map +0 -1
- package/dist/esm/node_modules/signal-exit/signals.mjs.map +0 -1
- package/dist/esm/node_modules/strip-bom/index.mjs.map +0 -1
- package/dist/esm/node_modules/supports-color/index.mjs.map +0 -1
- package/dist/esm/node_modules/validate-npm-package-name/index.mjs +0 -110
- package/dist/esm/node_modules/validate-npm-package-name/index.mjs.map +0 -1
- package/dist/esm/node_modules/write-pkg/index.mjs.map +0 -1
- package/dist/esm/node_modules/write-pkg/node_modules/detect-indent/index.mjs.map +0 -1
- package/dist/esm/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs.map +0 -1
- package/dist/esm/node_modules/write-pkg/node_modules/make-dir/index.mjs.map +0 -1
- package/dist/esm/node_modules/write-pkg/node_modules/semver/semver.mjs.map +0 -1
- package/dist/esm/node_modules/write-pkg/node_modules/sort-keys/index.mjs.map +0 -1
- package/dist/esm/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs.map +0 -1
- package/dist/esm/node_modules/write-pkg/node_modules/write-json-file/index.mjs.map +0 -1
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const gitHostInfo = require('./git-host-info.cjs');
|
|
6
|
+
|
|
7
|
+
var gitHost;
|
|
8
|
+
var hasRequiredGitHost;
|
|
9
|
+
|
|
10
|
+
function requireGitHost () {
|
|
11
|
+
if (hasRequiredGitHost) return gitHost;
|
|
12
|
+
hasRequiredGitHost = 1;
|
|
13
|
+
var gitHosts = gitHostInfo.__require();
|
|
14
|
+
/* eslint-disable node/no-deprecated-api */
|
|
15
|
+
|
|
16
|
+
// copy-pasta util._extend from node's source, to avoid pulling
|
|
17
|
+
// the whole util module into peoples' webpack bundles.
|
|
18
|
+
/* istanbul ignore next */
|
|
19
|
+
var extend = Object.assign || function _extend (target, source) {
|
|
20
|
+
// Don't do anything if source isn't an object
|
|
21
|
+
if (source === null || typeof source !== 'object') return target
|
|
22
|
+
|
|
23
|
+
const keys = Object.keys(source);
|
|
24
|
+
let i = keys.length;
|
|
25
|
+
while (i--) {
|
|
26
|
+
target[keys[i]] = source[keys[i]];
|
|
27
|
+
}
|
|
28
|
+
return target
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
gitHost = GitHost;
|
|
32
|
+
function GitHost (type, user, auth, project, committish, defaultRepresentation, opts) {
|
|
33
|
+
var gitHostInfo = this;
|
|
34
|
+
gitHostInfo.type = type;
|
|
35
|
+
Object.keys(gitHosts[type]).forEach(function (key) {
|
|
36
|
+
gitHostInfo[key] = gitHosts[type][key];
|
|
37
|
+
});
|
|
38
|
+
gitHostInfo.user = user;
|
|
39
|
+
gitHostInfo.auth = auth;
|
|
40
|
+
gitHostInfo.project = project;
|
|
41
|
+
gitHostInfo.committish = committish;
|
|
42
|
+
gitHostInfo.default = defaultRepresentation;
|
|
43
|
+
gitHostInfo.opts = opts || {};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
GitHost.prototype.hash = function () {
|
|
47
|
+
return this.committish ? '#' + this.committish : ''
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
GitHost.prototype._fill = function (template, opts) {
|
|
51
|
+
if (!template) return
|
|
52
|
+
var vars = extend({}, opts);
|
|
53
|
+
vars.path = vars.path ? vars.path.replace(/^[/]+/g, '') : '';
|
|
54
|
+
opts = extend(extend({}, this.opts), opts);
|
|
55
|
+
var self = this;
|
|
56
|
+
Object.keys(this).forEach(function (key) {
|
|
57
|
+
if (self[key] != null && vars[key] == null) vars[key] = self[key];
|
|
58
|
+
});
|
|
59
|
+
var rawAuth = vars.auth;
|
|
60
|
+
var rawcommittish = vars.committish;
|
|
61
|
+
var rawFragment = vars.fragment;
|
|
62
|
+
var rawPath = vars.path;
|
|
63
|
+
var rawProject = vars.project;
|
|
64
|
+
Object.keys(vars).forEach(function (key) {
|
|
65
|
+
var value = vars[key];
|
|
66
|
+
if ((key === 'path' || key === 'project') && typeof value === 'string') {
|
|
67
|
+
vars[key] = value.split('/').map(function (pathComponent) {
|
|
68
|
+
return encodeURIComponent(pathComponent)
|
|
69
|
+
}).join('/');
|
|
70
|
+
} else if (key !== 'domain') {
|
|
71
|
+
vars[key] = encodeURIComponent(value);
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
vars['auth@'] = rawAuth ? rawAuth + '@' : '';
|
|
75
|
+
vars['#fragment'] = rawFragment ? '#' + this.hashformat(rawFragment) : '';
|
|
76
|
+
vars.fragment = vars.fragment ? vars.fragment : '';
|
|
77
|
+
vars['#path'] = rawPath ? '#' + this.hashformat(rawPath) : '';
|
|
78
|
+
vars['/path'] = vars.path ? '/' + vars.path : '';
|
|
79
|
+
vars.projectPath = rawProject.split('/').map(encodeURIComponent).join('/');
|
|
80
|
+
if (opts.noCommittish) {
|
|
81
|
+
vars['#committish'] = '';
|
|
82
|
+
vars['/tree/committish'] = '';
|
|
83
|
+
vars['/committish'] = '';
|
|
84
|
+
vars.committish = '';
|
|
85
|
+
} else {
|
|
86
|
+
vars['#committish'] = rawcommittish ? '#' + rawcommittish : '';
|
|
87
|
+
vars['/tree/committish'] = vars.committish
|
|
88
|
+
? '/' + vars.treepath + '/' + vars.committish
|
|
89
|
+
: '';
|
|
90
|
+
vars['/committish'] = vars.committish ? '/' + vars.committish : '';
|
|
91
|
+
vars.committish = vars.committish || 'master';
|
|
92
|
+
}
|
|
93
|
+
var res = template;
|
|
94
|
+
Object.keys(vars).forEach(function (key) {
|
|
95
|
+
res = res.replace(new RegExp('[{]' + key + '[}]', 'g'), vars[key]);
|
|
96
|
+
});
|
|
97
|
+
if (opts.noGitPlus) {
|
|
98
|
+
return res.replace(/^git[+]/, '')
|
|
99
|
+
} else {
|
|
100
|
+
return res
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
GitHost.prototype.ssh = function (opts) {
|
|
105
|
+
return this._fill(this.sshtemplate, opts)
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
GitHost.prototype.sshurl = function (opts) {
|
|
109
|
+
return this._fill(this.sshurltemplate, opts)
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
GitHost.prototype.browse = function (P, F, opts) {
|
|
113
|
+
if (typeof P === 'string') {
|
|
114
|
+
if (typeof F !== 'string') {
|
|
115
|
+
opts = F;
|
|
116
|
+
F = null;
|
|
117
|
+
}
|
|
118
|
+
return this._fill(this.browsefiletemplate, extend({
|
|
119
|
+
fragment: F,
|
|
120
|
+
path: P
|
|
121
|
+
}, opts))
|
|
122
|
+
} else {
|
|
123
|
+
return this._fill(this.browsetemplate, P)
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
GitHost.prototype.docs = function (opts) {
|
|
128
|
+
return this._fill(this.docstemplate, opts)
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
GitHost.prototype.bugs = function (opts) {
|
|
132
|
+
return this._fill(this.bugstemplate, opts)
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
GitHost.prototype.https = function (opts) {
|
|
136
|
+
return this._fill(this.httpstemplate, opts)
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
GitHost.prototype.git = function (opts) {
|
|
140
|
+
return this._fill(this.gittemplate, opts)
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
GitHost.prototype.shortcut = function (opts) {
|
|
144
|
+
return this._fill(this.shortcuttemplate, opts)
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
GitHost.prototype.path = function (opts) {
|
|
148
|
+
return this._fill(this.pathtemplate, opts)
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
GitHost.prototype.tarball = function (opts_) {
|
|
152
|
+
var opts = extend({}, opts_, { noCommittish: false });
|
|
153
|
+
return this._fill(this.tarballtemplate, opts)
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
GitHost.prototype.file = function (P, opts) {
|
|
157
|
+
return this._fill(this.filetemplate, extend({ path: P }, opts))
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
GitHost.prototype.getDefaultRepresentation = function () {
|
|
161
|
+
return this.default
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
GitHost.prototype.toString = function (opts) {
|
|
165
|
+
if (this.default && typeof this[this.default] === 'function') return this[this.default](opts)
|
|
166
|
+
return this.sshurl(opts)
|
|
167
|
+
};
|
|
168
|
+
return gitHost;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
exports.__require = requireGitHost;
|
|
172
|
+
//# sourceMappingURL=git-host.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"git-host.cjs","sources":["../../../../../../node_modules/hosted-git-info/git-host.js"],"sourcesContent":["'use strict'\nvar gitHosts = require('./git-host-info.js')\n/* eslint-disable node/no-deprecated-api */\n\n// copy-pasta util._extend from node's source, to avoid pulling\n// the whole util module into peoples' webpack bundles.\n/* istanbul ignore next */\nvar extend = Object.assign || function _extend (target, source) {\n // Don't do anything if source isn't an object\n if (source === null || typeof source !== 'object') return target\n\n const keys = Object.keys(source)\n let i = keys.length\n while (i--) {\n target[keys[i]] = source[keys[i]]\n }\n return target\n}\n\nmodule.exports = GitHost\nfunction GitHost (type, user, auth, project, committish, defaultRepresentation, opts) {\n var gitHostInfo = this\n gitHostInfo.type = type\n Object.keys(gitHosts[type]).forEach(function (key) {\n gitHostInfo[key] = gitHosts[type][key]\n })\n gitHostInfo.user = user\n gitHostInfo.auth = auth\n gitHostInfo.project = project\n gitHostInfo.committish = committish\n gitHostInfo.default = defaultRepresentation\n gitHostInfo.opts = opts || {}\n}\n\nGitHost.prototype.hash = function () {\n return this.committish ? '#' + this.committish : ''\n}\n\nGitHost.prototype._fill = function (template, opts) {\n if (!template) return\n var vars = extend({}, opts)\n vars.path = vars.path ? vars.path.replace(/^[/]+/g, '') : ''\n opts = extend(extend({}, this.opts), opts)\n var self = this\n Object.keys(this).forEach(function (key) {\n if (self[key] != null && vars[key] == null) vars[key] = self[key]\n })\n var rawAuth = vars.auth\n var rawcommittish = vars.committish\n var rawFragment = vars.fragment\n var rawPath = vars.path\n var rawProject = vars.project\n Object.keys(vars).forEach(function (key) {\n var value = vars[key]\n if ((key === 'path' || key === 'project') && typeof value === 'string') {\n vars[key] = value.split('/').map(function (pathComponent) {\n return encodeURIComponent(pathComponent)\n }).join('/')\n } else if (key !== 'domain') {\n vars[key] = encodeURIComponent(value)\n }\n })\n vars['auth@'] = rawAuth ? rawAuth + '@' : ''\n vars['#fragment'] = rawFragment ? '#' + this.hashformat(rawFragment) : ''\n vars.fragment = vars.fragment ? vars.fragment : ''\n vars['#path'] = rawPath ? '#' + this.hashformat(rawPath) : ''\n vars['/path'] = vars.path ? '/' + vars.path : ''\n vars.projectPath = rawProject.split('/').map(encodeURIComponent).join('/')\n if (opts.noCommittish) {\n vars['#committish'] = ''\n vars['/tree/committish'] = ''\n vars['/committish'] = ''\n vars.committish = ''\n } else {\n vars['#committish'] = rawcommittish ? '#' + rawcommittish : ''\n vars['/tree/committish'] = vars.committish\n ? '/' + vars.treepath + '/' + vars.committish\n : ''\n vars['/committish'] = vars.committish ? '/' + vars.committish : ''\n vars.committish = vars.committish || 'master'\n }\n var res = template\n Object.keys(vars).forEach(function (key) {\n res = res.replace(new RegExp('[{]' + key + '[}]', 'g'), vars[key])\n })\n if (opts.noGitPlus) {\n return res.replace(/^git[+]/, '')\n } else {\n return res\n }\n}\n\nGitHost.prototype.ssh = function (opts) {\n return this._fill(this.sshtemplate, opts)\n}\n\nGitHost.prototype.sshurl = function (opts) {\n return this._fill(this.sshurltemplate, opts)\n}\n\nGitHost.prototype.browse = function (P, F, opts) {\n if (typeof P === 'string') {\n if (typeof F !== 'string') {\n opts = F\n F = null\n }\n return this._fill(this.browsefiletemplate, extend({\n fragment: F,\n path: P\n }, opts))\n } else {\n return this._fill(this.browsetemplate, P)\n }\n}\n\nGitHost.prototype.docs = function (opts) {\n return this._fill(this.docstemplate, opts)\n}\n\nGitHost.prototype.bugs = function (opts) {\n return this._fill(this.bugstemplate, opts)\n}\n\nGitHost.prototype.https = function (opts) {\n return this._fill(this.httpstemplate, opts)\n}\n\nGitHost.prototype.git = function (opts) {\n return this._fill(this.gittemplate, opts)\n}\n\nGitHost.prototype.shortcut = function (opts) {\n return this._fill(this.shortcuttemplate, opts)\n}\n\nGitHost.prototype.path = function (opts) {\n return this._fill(this.pathtemplate, opts)\n}\n\nGitHost.prototype.tarball = function (opts_) {\n var opts = extend({}, opts_, { noCommittish: false })\n return this._fill(this.tarballtemplate, opts)\n}\n\nGitHost.prototype.file = function (P, opts) {\n return this._fill(this.filetemplate, extend({ path: P }, opts))\n}\n\nGitHost.prototype.getDefaultRepresentation = function () {\n return this.default\n}\n\nGitHost.prototype.toString = function (opts) {\n if (this.default && typeof this[this.default] === 'function') return this[this.default](opts)\n return this.sshurl(opts)\n}\n"],"names":["require$$0"],"mappings":"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"}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('../../../../_virtual/index4.cjs');
|
|
6
|
+
const require$$0 = require('url');
|
|
7
|
+
const gitHostInfo = require('./git-host-info.cjs');
|
|
8
|
+
const gitHost = require('./git-host.cjs');
|
|
9
|
+
const index$1 = require('../lru-cache/index.cjs');
|
|
10
|
+
|
|
11
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
12
|
+
|
|
13
|
+
const require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0);
|
|
14
|
+
|
|
15
|
+
var hasRequiredHostedGitInfo;
|
|
16
|
+
|
|
17
|
+
function requireHostedGitInfo () {
|
|
18
|
+
if (hasRequiredHostedGitInfo) return index.hostedGitInfo.exports;
|
|
19
|
+
hasRequiredHostedGitInfo = 1;
|
|
20
|
+
(function (module) {
|
|
21
|
+
var url = require$$0__default["default"];
|
|
22
|
+
var gitHosts = gitHostInfo.__require();
|
|
23
|
+
var GitHost = module.exports = gitHost.__require();
|
|
24
|
+
var LRU = index$1.__require();
|
|
25
|
+
var cache = new LRU({max: 1000});
|
|
26
|
+
|
|
27
|
+
var protocolToRepresentationMap = {
|
|
28
|
+
'git+ssh:': 'sshurl',
|
|
29
|
+
'git+https:': 'https',
|
|
30
|
+
'ssh:': 'sshurl',
|
|
31
|
+
'git:': 'git'
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
function protocolToRepresentation (protocol) {
|
|
35
|
+
return protocolToRepresentationMap[protocol] || protocol.slice(0, -1)
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
var authProtocols = {
|
|
39
|
+
'git:': true,
|
|
40
|
+
'https:': true,
|
|
41
|
+
'git+https:': true,
|
|
42
|
+
'http:': true,
|
|
43
|
+
'git+http:': true
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
module.exports.fromUrl = function (giturl, opts) {
|
|
47
|
+
if (typeof giturl !== 'string') return
|
|
48
|
+
var key = giturl + JSON.stringify(opts || {});
|
|
49
|
+
|
|
50
|
+
if (!cache.has(key)) {
|
|
51
|
+
cache.set(key, fromUrl(giturl, opts));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
return cache.get(key)
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
function fromUrl (giturl, opts) {
|
|
58
|
+
if (giturl == null || giturl === '') return
|
|
59
|
+
var url = fixupUnqualifiedGist(
|
|
60
|
+
isGitHubShorthand(giturl) ? 'github:' + giturl : giturl
|
|
61
|
+
);
|
|
62
|
+
var parsed = parseGitUrl(url);
|
|
63
|
+
var shortcutMatch = url.match(/^([^:]+):(?:[^@]+@)?(?:([^/]*)\/)?([^#]+)/);
|
|
64
|
+
var matches = Object.keys(gitHosts).map(function (gitHostName) {
|
|
65
|
+
try {
|
|
66
|
+
var gitHostInfo = gitHosts[gitHostName];
|
|
67
|
+
var auth = null;
|
|
68
|
+
if (parsed.auth && authProtocols[parsed.protocol]) {
|
|
69
|
+
auth = parsed.auth;
|
|
70
|
+
}
|
|
71
|
+
var committish = parsed.hash ? decodeURIComponent(parsed.hash.substr(1)) : null;
|
|
72
|
+
var user = null;
|
|
73
|
+
var project = null;
|
|
74
|
+
var defaultRepresentation = null;
|
|
75
|
+
if (shortcutMatch && shortcutMatch[1] === gitHostName) {
|
|
76
|
+
user = shortcutMatch[2] && decodeURIComponent(shortcutMatch[2]);
|
|
77
|
+
project = decodeURIComponent(shortcutMatch[3].replace(/\.git$/, ''));
|
|
78
|
+
defaultRepresentation = 'shortcut';
|
|
79
|
+
} else {
|
|
80
|
+
if (parsed.host && parsed.host !== gitHostInfo.domain && parsed.host.replace(/^www[.]/, '') !== gitHostInfo.domain) return
|
|
81
|
+
if (!gitHostInfo.protocols_re.test(parsed.protocol)) return
|
|
82
|
+
if (!parsed.path) return
|
|
83
|
+
var pathmatch = gitHostInfo.pathmatch;
|
|
84
|
+
var matched = parsed.path.match(pathmatch);
|
|
85
|
+
if (!matched) return
|
|
86
|
+
/* istanbul ignore else */
|
|
87
|
+
if (matched[1] !== null && matched[1] !== undefined) {
|
|
88
|
+
user = decodeURIComponent(matched[1].replace(/^:/, ''));
|
|
89
|
+
}
|
|
90
|
+
project = decodeURIComponent(matched[2]);
|
|
91
|
+
defaultRepresentation = protocolToRepresentation(parsed.protocol);
|
|
92
|
+
}
|
|
93
|
+
return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts)
|
|
94
|
+
} catch (ex) {
|
|
95
|
+
/* istanbul ignore else */
|
|
96
|
+
if (ex instanceof URIError) ; else throw ex
|
|
97
|
+
}
|
|
98
|
+
}).filter(function (gitHostInfo) { return gitHostInfo });
|
|
99
|
+
if (matches.length !== 1) return
|
|
100
|
+
return matches[0]
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
function isGitHubShorthand (arg) {
|
|
104
|
+
// Note: This does not fully test the git ref format.
|
|
105
|
+
// See https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html
|
|
106
|
+
//
|
|
107
|
+
// The only way to do this properly would be to shell out to
|
|
108
|
+
// git-check-ref-format, and as this is a fast sync function,
|
|
109
|
+
// we don't want to do that. Just let git fail if it turns
|
|
110
|
+
// out that the commit-ish is invalid.
|
|
111
|
+
// GH usernames cannot start with . or -
|
|
112
|
+
return /^[^:@%/\s.-][^:@%/\s]*[/][^:@\s/%]+(?:#.*)?$/.test(arg)
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
function fixupUnqualifiedGist (giturl) {
|
|
116
|
+
// necessary for round-tripping gists
|
|
117
|
+
var parsed = url.parse(giturl);
|
|
118
|
+
if (parsed.protocol === 'gist:' && parsed.host && !parsed.path) {
|
|
119
|
+
return parsed.protocol + '/' + parsed.host
|
|
120
|
+
} else {
|
|
121
|
+
return giturl
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
function parseGitUrl (giturl) {
|
|
126
|
+
var matched = giturl.match(/^([^@]+)@([^:/]+):[/]?((?:[^/]+[/])?[^/]+?)(?:[.]git)?(#.*)?$/);
|
|
127
|
+
if (!matched) {
|
|
128
|
+
var legacy = url.parse(giturl);
|
|
129
|
+
if (legacy.auth) {
|
|
130
|
+
// git urls can be in the form of scp-style/ssh-connect strings, like
|
|
131
|
+
// git+ssh://user@host.com:some/path, which the legacy url parser
|
|
132
|
+
// supports, but WhatWG url.URL class does not. However, the legacy
|
|
133
|
+
// parser de-urlencodes the username and password, so something like
|
|
134
|
+
// https://user%3An%40me:p%40ss%3Aword@x.com/ becomes
|
|
135
|
+
// https://user:n@me:p@ss:word@x.com/ which is all kinds of wrong.
|
|
136
|
+
// Pull off just the auth and host, so we dont' get the confusing
|
|
137
|
+
// scp-style URL, then pass that to the WhatWG parser to get the
|
|
138
|
+
// auth properly escaped.
|
|
139
|
+
const authmatch = giturl.match(/[^@]+@[^:/]+/);
|
|
140
|
+
/* istanbul ignore else - this should be impossible */
|
|
141
|
+
if (authmatch) {
|
|
142
|
+
var whatwg = new url.URL(authmatch[0]);
|
|
143
|
+
legacy.auth = whatwg.username || '';
|
|
144
|
+
if (whatwg.password) legacy.auth += ':' + whatwg.password;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
return legacy
|
|
148
|
+
}
|
|
149
|
+
return {
|
|
150
|
+
protocol: 'git+ssh:',
|
|
151
|
+
slashes: true,
|
|
152
|
+
auth: matched[1],
|
|
153
|
+
host: matched[2],
|
|
154
|
+
port: null,
|
|
155
|
+
hostname: matched[2],
|
|
156
|
+
hash: matched[4],
|
|
157
|
+
search: null,
|
|
158
|
+
query: null,
|
|
159
|
+
pathname: '/' + matched[3],
|
|
160
|
+
path: '/' + matched[3],
|
|
161
|
+
href: 'git+ssh://' + matched[1] + '@' + matched[2] +
|
|
162
|
+
'/' + matched[3] + (matched[4] || '')
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
} (index.hostedGitInfo));
|
|
166
|
+
return index.hostedGitInfo.exports;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
exports.__require = requireHostedGitInfo;
|
|
170
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../../node_modules/hosted-git-info/index.js"],"sourcesContent":["'use strict'\nvar url = require('url')\nvar gitHosts = require('./git-host-info.js')\nvar GitHost = module.exports = require('./git-host.js')\nvar LRU = require('lru-cache')\nvar cache = new LRU({max: 1000})\n\nvar protocolToRepresentationMap = {\n 'git+ssh:': 'sshurl',\n 'git+https:': 'https',\n 'ssh:': 'sshurl',\n 'git:': 'git'\n}\n\nfunction protocolToRepresentation (protocol) {\n return protocolToRepresentationMap[protocol] || protocol.slice(0, -1)\n}\n\nvar authProtocols = {\n 'git:': true,\n 'https:': true,\n 'git+https:': true,\n 'http:': true,\n 'git+http:': true\n}\n\nmodule.exports.fromUrl = function (giturl, opts) {\n if (typeof giturl !== 'string') return\n var key = giturl + JSON.stringify(opts || {})\n\n if (!cache.has(key)) {\n cache.set(key, fromUrl(giturl, opts))\n }\n\n return cache.get(key)\n}\n\nfunction fromUrl (giturl, opts) {\n if (giturl == null || giturl === '') return\n var url = fixupUnqualifiedGist(\n isGitHubShorthand(giturl) ? 'github:' + giturl : giturl\n )\n var parsed = parseGitUrl(url)\n var shortcutMatch = url.match(/^([^:]+):(?:[^@]+@)?(?:([^/]*)\\/)?([^#]+)/)\n var matches = Object.keys(gitHosts).map(function (gitHostName) {\n try {\n var gitHostInfo = gitHosts[gitHostName]\n var auth = null\n if (parsed.auth && authProtocols[parsed.protocol]) {\n auth = parsed.auth\n }\n var committish = parsed.hash ? decodeURIComponent(parsed.hash.substr(1)) : null\n var user = null\n var project = null\n var defaultRepresentation = null\n if (shortcutMatch && shortcutMatch[1] === gitHostName) {\n user = shortcutMatch[2] && decodeURIComponent(shortcutMatch[2])\n project = decodeURIComponent(shortcutMatch[3].replace(/\\.git$/, ''))\n defaultRepresentation = 'shortcut'\n } else {\n if (parsed.host && parsed.host !== gitHostInfo.domain && parsed.host.replace(/^www[.]/, '') !== gitHostInfo.domain) return\n if (!gitHostInfo.protocols_re.test(parsed.protocol)) return\n if (!parsed.path) return\n var pathmatch = gitHostInfo.pathmatch\n var matched = parsed.path.match(pathmatch)\n if (!matched) return\n /* istanbul ignore else */\n if (matched[1] !== null && matched[1] !== undefined) {\n user = decodeURIComponent(matched[1].replace(/^:/, ''))\n }\n project = decodeURIComponent(matched[2])\n defaultRepresentation = protocolToRepresentation(parsed.protocol)\n }\n return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts)\n } catch (ex) {\n /* istanbul ignore else */\n if (ex instanceof URIError) {\n } else throw ex\n }\n }).filter(function (gitHostInfo) { return gitHostInfo })\n if (matches.length !== 1) return\n return matches[0]\n}\n\nfunction isGitHubShorthand (arg) {\n // Note: This does not fully test the git ref format.\n // See https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html\n //\n // The only way to do this properly would be to shell out to\n // git-check-ref-format, and as this is a fast sync function,\n // we don't want to do that. Just let git fail if it turns\n // out that the commit-ish is invalid.\n // GH usernames cannot start with . or -\n return /^[^:@%/\\s.-][^:@%/\\s]*[/][^:@\\s/%]+(?:#.*)?$/.test(arg)\n}\n\nfunction fixupUnqualifiedGist (giturl) {\n // necessary for round-tripping gists\n var parsed = url.parse(giturl)\n if (parsed.protocol === 'gist:' && parsed.host && !parsed.path) {\n return parsed.protocol + '/' + parsed.host\n } else {\n return giturl\n }\n}\n\nfunction parseGitUrl (giturl) {\n var matched = giturl.match(/^([^@]+)@([^:/]+):[/]?((?:[^/]+[/])?[^/]+?)(?:[.]git)?(#.*)?$/)\n if (!matched) {\n var legacy = url.parse(giturl)\n if (legacy.auth) {\n // git urls can be in the form of scp-style/ssh-connect strings, like\n // git+ssh://user@host.com:some/path, which the legacy url parser\n // supports, but WhatWG url.URL class does not. However, the legacy\n // parser de-urlencodes the username and password, so something like\n // https://user%3An%40me:p%40ss%3Aword@x.com/ becomes\n // https://user:n@me:p@ss:word@x.com/ which is all kinds of wrong.\n // Pull off just the auth and host, so we dont' get the confusing\n // scp-style URL, then pass that to the WhatWG parser to get the\n // auth properly escaped.\n const authmatch = giturl.match(/[^@]+@[^:/]+/)\n /* istanbul ignore else - this should be impossible */\n if (authmatch) {\n var whatwg = new url.URL(authmatch[0])\n legacy.auth = whatwg.username || ''\n if (whatwg.password) legacy.auth += ':' + whatwg.password\n }\n }\n return legacy\n }\n return {\n protocol: 'git+ssh:',\n slashes: true,\n auth: matched[1],\n host: matched[2],\n port: null,\n hostname: matched[2],\n hash: matched[4],\n search: null,\n query: null,\n pathname: '/' + matched[3],\n path: '/' + matched[3],\n href: 'git+ssh://' + matched[1] + '@' + matched[2] +\n '/' + matched[3] + (matched[4] || '')\n }\n}\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"imurmurhash.cjs","sources":["../../../../../../node_modules/imurmurhash/imurmurhash.js"],"sourcesContent":["/**\n * @preserve\n * JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)\n *\n * @author <a href=\"mailto:jensyt@gmail.com\">Jens Taylor</a>\n * @see http://github.com/homebrewing/brauhaus-diff\n * @author <a href=\"mailto:gary.court@gmail.com\">Gary Court</a>\n * @see http://github.com/garycourt/murmurhash-js\n * @author <a href=\"mailto:aappleby@gmail.com\">Austin Appleby</a>\n * @see http://sites.google.com/site/murmurhash/\n */\n(function(){\n var cache;\n\n // Call this function without `new` to use the cached object (good for\n // single-threaded environments), or with `new` to create a new object.\n //\n // @param {string} key A UTF-16 or ASCII string\n // @param {number} seed An optional positive integer\n // @return {object} A MurmurHash3 object for incremental hashing\n function MurmurHash3(key, seed) {\n var m = this instanceof MurmurHash3 ? this : cache;\n m.reset(seed)\n if (typeof key === 'string' && key.length > 0) {\n m.hash(key);\n }\n\n if (m !== this) {\n return m;\n }\n };\n\n // Incrementally add a string to this hash\n //\n // @param {string} key A UTF-16 or ASCII string\n // @return {object} this\n MurmurHash3.prototype.hash = function(key) {\n var h1, k1, i, top, len;\n\n len = key.length;\n this.len += len;\n\n k1 = this.k1;\n i = 0;\n switch (this.rem) {\n case 0: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) : 0;\n case 1: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) << 8 : 0;\n case 2: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) << 16 : 0;\n case 3:\n k1 ^= len > i ? (key.charCodeAt(i) & 0xff) << 24 : 0;\n k1 ^= len > i ? (key.charCodeAt(i++) & 0xff00) >> 8 : 0;\n }\n\n this.rem = (len + this.rem) & 3; // & 3 is same as % 4\n len -= this.rem;\n if (len > 0) {\n h1 = this.h1;\n while (1) {\n k1 = (k1 * 0x2d51 + (k1 & 0xffff) * 0xcc9e0000) & 0xffffffff;\n k1 = (k1 << 15) | (k1 >>> 17);\n k1 = (k1 * 0x3593 + (k1 & 0xffff) * 0x1b870000) & 0xffffffff;\n\n h1 ^= k1;\n h1 = (h1 << 13) | (h1 >>> 19);\n h1 = (h1 * 5 + 0xe6546b64) & 0xffffffff;\n\n if (i >= len) {\n break;\n }\n\n k1 = ((key.charCodeAt(i++) & 0xffff)) ^\n ((key.charCodeAt(i++) & 0xffff) << 8) ^\n ((key.charCodeAt(i++) & 0xffff) << 16);\n top = key.charCodeAt(i++);\n k1 ^= ((top & 0xff) << 24) ^\n ((top & 0xff00) >> 8);\n }\n\n k1 = 0;\n switch (this.rem) {\n case 3: k1 ^= (key.charCodeAt(i + 2) & 0xffff) << 16;\n case 2: k1 ^= (key.charCodeAt(i + 1) & 0xffff) << 8;\n case 1: k1 ^= (key.charCodeAt(i) & 0xffff);\n }\n\n this.h1 = h1;\n }\n\n this.k1 = k1;\n return this;\n };\n\n // Get the result of this hash\n //\n // @return {number} The 32-bit hash\n MurmurHash3.prototype.result = function() {\n var k1, h1;\n \n k1 = this.k1;\n h1 = this.h1;\n\n if (k1 > 0) {\n k1 = (k1 * 0x2d51 + (k1 & 0xffff) * 0xcc9e0000) & 0xffffffff;\n k1 = (k1 << 15) | (k1 >>> 17);\n k1 = (k1 * 0x3593 + (k1 & 0xffff) * 0x1b870000) & 0xffffffff;\n h1 ^= k1;\n }\n\n h1 ^= this.len;\n\n h1 ^= h1 >>> 16;\n h1 = (h1 * 0xca6b + (h1 & 0xffff) * 0x85eb0000) & 0xffffffff;\n h1 ^= h1 >>> 13;\n h1 = (h1 * 0xae35 + (h1 & 0xffff) * 0xc2b20000) & 0xffffffff;\n h1 ^= h1 >>> 16;\n\n return h1 >>> 0;\n };\n\n // Reset the hash object for reuse\n //\n // @param {number} seed An optional positive integer\n MurmurHash3.prototype.reset = function(seed) {\n this.h1 = typeof seed === 'number' ? seed : 0;\n this.rem = this.k1 = this.len = 0;\n return this;\n };\n\n // A cached object to use. This can be safely used if you're in a single-\n // threaded environment, otherwise you need to create new hashes to use.\n cache = new MurmurHash3();\n\n if (typeof(module) != 'undefined') {\n module.exports = MurmurHash3;\n } else {\n this.MurmurHash3 = MurmurHash3;\n }\n}());\n"],"names":[],"mappings":"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"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../../node_modules/is-arrayish/index.js"],"sourcesContent":["'use strict';\n\nmodule.exports = function isArrayish(obj) {\n\tif (!obj) {\n\t\treturn false;\n\t}\n\n\treturn obj instanceof Array || Array.isArray(obj) ||\n\t\t(obj.length >= 0 && obj.splice instanceof Function);\n};\n"],"names":[],"mappings":";;AAEA,IAAA,UAAc,GAAG,SAAS,UAAU,CAAC,GAAG,EAAE;AAC1C,CAAC,IAAI,CAAC,GAAG,EAAE;AACX,EAAE,OAAO,KAAK,CAAC;AACf,EAAE;AACF;AACA,CAAC,OAAO,GAAG,YAAY,KAAK,IAAI,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;AAClD,GAAG,GAAG,CAAC,MAAM,IAAI,CAAC,IAAI,GAAG,CAAC,MAAM,YAAY,QAAQ,CAAC,CAAC;AACtD;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../../node_modules/js-tokens/index.js"],"sourcesContent":["// Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell\n// License: MIT. (See LICENSE.)\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n})\n\n// This regex comes from regex.coffee, and is inserted here by generate-index.js\n// (run `npm run build`).\nexports.default = /((['\"])(?:(?!\\2|\\\\).|\\\\(?:\\r\\n|[\\s\\S]))*(\\2)?|`(?:[^`\\\\$]|\\\\[\\s\\S]|\\$(?!\\{)|\\$\\{(?:[^{}]|\\{[^}]*\\}?)*\\}?)*(`)?)|(\\/\\/.*)|(\\/\\*(?:[^*]|\\*(?!\\/))*(\\*\\/)?)|(\\/(?!\\*)(?:\\[(?:(?![\\]\\\\]).|\\\\.)*\\]|(?![\\/\\]\\\\]).|\\\\.)+\\/(?:(?!\\s*(?:\\b|[\\u0080-\\uFFFF$\\\\'\"~({]|[+\\-!](?!=)|\\.?\\d))|[gmiyus]{1,6}\\b(?![\\u0080-\\uFFFF$\\\\]|\\s*(?:[+\\-*%&|^<>!=?({]|\\/(?![\\/*])))))|(0[xX][\\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\\d*\\.\\d+|\\d+\\.?)(?:[eE][+-]?\\d+)?)|((?!\\d)(?:(?!\\s)[$\\w\\u0080-\\uFFFF]|\\\\u[\\da-fA-F]{4}|\\\\u\\{[\\da-fA-F]+\\})+)|(--|\\+\\+|&&|\\|\\||=>|\\.{3}|(?:[+\\-\\/%&|^]|\\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\\](){}])|(\\s+)|(^$|[\\s\\S])/g\n\nexports.matchToToken = function(match) {\n var token = {type: \"invalid\", value: match[0], closed: undefined}\n if (match[ 1]) token.type = \"string\" , token.closed = !!(match[3] || match[4])\n else if (match[ 5]) token.type = \"comment\"\n else if (match[ 6]) token.type = \"comment\", token.closed = !!match[7]\n else if (match[ 8]) token.type = \"regex\"\n else if (match[ 9]) token.type = \"number\"\n else if (match[10]) token.type = \"name\"\n else if (match[11]) token.type = \"punctuator\"\n else if (match[12]) token.type = \"whitespace\"\n return token\n}\n"],"names":["jsTokens"],"mappings":";;;;AAAA;AACA;AACA;AACA,MAAM,CAAC,cAAc,CAACA,eAAO,EAAE,YAAY,EAAE;AAC7C,EAAE,KAAK,EAAE,IAAI;AACb,CAAC,EAAC;AACF;AACA;AACA;AACAA,eAAA,CAAA,OAAe,GAAG,umBAAsmB;AACxnB;AACoBA,eAAA,CAAA,YAAA,GAAG,SAAS,KAAK,EAAE;AACvC,EAAE,IAAI,KAAK,GAAG,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,SAAS,EAAC;AACnE,OAAO,IAAI,KAAK,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,EAAC;AACrF,OAAO,IAAI,KAAK,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,UAAS;AAC5C,OAAO,IAAI,KAAK,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,EAAE,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,EAAC;AACvE,OAAO,IAAI,KAAK,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAO;AAC1C,OAAO,IAAI,KAAK,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAQ;AAC3C,OAAO,IAAI,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,OAAM;AACzC,OAAO,IAAI,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,aAAY;AAC/C,OAAO,IAAI,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,aAAY;AAC/C,EAAE,OAAO,KAAK;AACd;;"}
|
|
File without changes
|
package/dist/cjs/packages/lerna2codecov/node_modules/json-parse-even-better-errors/index.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../../node_modules/json-parse-even-better-errors/index.js"],"sourcesContent":["'use strict'\n\nconst hexify = char => {\n const h = char.charCodeAt(0).toString(16).toUpperCase()\n return '0x' + (h.length % 2 ? '0' : '') + h\n}\n\nconst parseError = (e, txt, context) => {\n if (!txt) {\n return {\n message: e.message + ' while parsing empty string',\n position: 0,\n }\n }\n const badToken = e.message.match(/^Unexpected token (.) .*position\\s+(\\d+)/i)\n const errIdx = badToken ? +badToken[2]\n : e.message.match(/^Unexpected end of JSON.*/i) ? txt.length - 1\n : null\n\n const msg = badToken ? e.message.replace(/^Unexpected token ./, `Unexpected token ${\n JSON.stringify(badToken[1])\n } (${hexify(badToken[1])})`)\n : e.message\n\n if (errIdx !== null && errIdx !== undefined) {\n const start = errIdx <= context ? 0\n : errIdx - context\n\n const end = errIdx + context >= txt.length ? txt.length\n : errIdx + context\n\n const slice = (start === 0 ? '' : '...') +\n txt.slice(start, end) +\n (end === txt.length ? '' : '...')\n\n const near = txt === slice ? '' : 'near '\n\n return {\n message: msg + ` while parsing ${near}${JSON.stringify(slice)}`,\n position: errIdx,\n }\n } else {\n return {\n message: msg + ` while parsing '${txt.slice(0, context * 2)}'`,\n position: 0,\n }\n }\n}\n\nclass JSONParseError extends SyntaxError {\n constructor (er, txt, context, caller) {\n context = context || 20\n const metadata = parseError(er, txt, context)\n super(metadata.message)\n Object.assign(this, metadata)\n this.code = 'EJSONPARSE'\n this.systemError = er\n Error.captureStackTrace(this, caller || this.constructor)\n }\n get name () { return this.constructor.name }\n set name (n) {}\n get [Symbol.toStringTag] () { return this.constructor.name }\n}\n\nconst kIndent = Symbol.for('indent')\nconst kNewline = Symbol.for('newline')\n// only respect indentation if we got a line break, otherwise squash it\n// things other than objects and arrays aren't indented, so ignore those\n// Important: in both of these regexps, the $1 capture group is the newline\n// or undefined, and the $2 capture group is the indent, or undefined.\nconst formatRE = /^\\s*[{\\[]((?:\\r?\\n)+)([\\s\\t]*)/\nconst emptyRE = /^(?:\\{\\}|\\[\\])((?:\\r?\\n)+)?$/\n\nconst parseJson = (txt, reviver, context) => {\n const parseText = stripBOM(txt)\n context = context || 20\n try {\n // get the indentation so that we can save it back nicely\n // if the file starts with {\" then we have an indent of '', ie, none\n // otherwise, pick the indentation of the next line after the first \\n\n // If the pattern doesn't match, then it means no indentation.\n // JSON.stringify ignores symbols, so this is reasonably safe.\n // if the string is '{}' or '[]', then use the default 2-space indent.\n const [, newline = '\\n', indent = ' '] = parseText.match(emptyRE) ||\n parseText.match(formatRE) ||\n [, '', '']\n\n const result = JSON.parse(parseText, reviver)\n if (result && typeof result === 'object') {\n result[kNewline] = newline\n result[kIndent] = indent\n }\n return result\n } catch (e) {\n if (typeof txt !== 'string' && !Buffer.isBuffer(txt)) {\n const isEmptyArray = Array.isArray(txt) && txt.length === 0\n throw Object.assign(new TypeError(\n `Cannot parse ${isEmptyArray ? 'an empty array' : String(txt)}`\n ), {\n code: 'EJSONPARSE',\n systemError: e,\n })\n }\n\n throw new JSONParseError(e, parseText, context, parseJson)\n }\n}\n\n// Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n// because the buffer-to-string conversion in `fs.readFileSync()`\n// translates it to FEFF, the UTF-16 BOM.\nconst stripBOM = txt => String(txt).replace(/^\\uFEFF/, '')\n\nmodule.exports = parseJson\nparseJson.JSONParseError = JSONParseError\n\nparseJson.noExceptions = (txt, reviver) => {\n try {\n return JSON.parse(stripBOM(txt), reviver)\n } catch (e) {}\n}\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../../../node_modules/lines-and-columns/build/index.js"],"sourcesContent":["\"use strict\";\nexports.__esModule = true;\nexports.LinesAndColumns = void 0;\nvar LF = '\\n';\nvar CR = '\\r';\nvar LinesAndColumns = /** @class */ (function () {\n function LinesAndColumns(string) {\n this.string = string;\n var offsets = [0];\n for (var offset = 0; offset < string.length;) {\n switch (string[offset]) {\n case LF:\n offset += LF.length;\n offsets.push(offset);\n break;\n case CR:\n offset += CR.length;\n if (string[offset] === LF) {\n offset += LF.length;\n }\n offsets.push(offset);\n break;\n default:\n offset++;\n break;\n }\n }\n this.offsets = offsets;\n }\n LinesAndColumns.prototype.locationForIndex = function (index) {\n if (index < 0 || index > this.string.length) {\n return null;\n }\n var line = 0;\n var offsets = this.offsets;\n while (offsets[line + 1] <= index) {\n line++;\n }\n var column = index - offsets[line];\n return { line: line, column: column };\n };\n LinesAndColumns.prototype.indexForLocation = function (location) {\n var line = location.line, column = location.column;\n if (line < 0 || line >= this.offsets.length) {\n return null;\n }\n if (column < 0 || column > this.lengthOfLine(line)) {\n return null;\n }\n return this.offsets[line] + column;\n };\n LinesAndColumns.prototype.lengthOfLine = function (line) {\n var offset = this.offsets[line];\n var nextOffset = line === this.offsets.length - 1\n ? this.string.length\n : this.offsets[line + 1];\n return nextOffset - offset;\n };\n return LinesAndColumns;\n}());\nexports.LinesAndColumns = LinesAndColumns;\nexports[\"default\"] = LinesAndColumns;\n"],"names":[],"mappings":"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"}
|
package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/load-json-file/index.cjs
RENAMED
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('
|
|
4
|
-
|
|
5
|
-
const
|
|
3
|
+
const index = require('../../../../_virtual/index.cjs');
|
|
4
|
+
require('../../../../node_modules/path/path.cjs');
|
|
5
|
+
const util = require('../../../../node_modules/util/util.cjs');
|
|
6
6
|
const gracefulFs = require('../graceful-fs/graceful-fs.cjs');
|
|
7
|
-
const index$
|
|
8
|
-
const index$
|
|
7
|
+
const index$1 = require('../strip-bom/index.cjs');
|
|
8
|
+
const index$2 = require('../parse-json/index.cjs');
|
|
9
|
+
const path$1 = require('../../../../_virtual/path.cjs');
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const require$$3__default = /*#__PURE__*/_interopDefaultLegacy(require$$3);
|
|
13
|
-
const require$$4__default = /*#__PURE__*/_interopDefaultLegacy(require$$4);
|
|
14
|
-
|
|
15
|
-
const path = require$$3__default["default"];
|
|
16
|
-
const {promisify} = require$$4__default["default"];
|
|
11
|
+
const path = path$1.path.exports;
|
|
12
|
+
const {promisify} = util.__require();
|
|
17
13
|
const fs = gracefulFs.gracefulFs;
|
|
18
|
-
const stripBom = index$
|
|
19
|
-
const parseJson = index$
|
|
14
|
+
const stripBom = index$1;
|
|
15
|
+
const parseJson = index$2;
|
|
20
16
|
|
|
21
17
|
const parse = (data, filePath, options = {}) => {
|
|
22
18
|
data = stripBom(data);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../../node_modules/load-json-file/index.js"],"sourcesContent":["'use strict';\nconst path = require('path');\nconst {promisify} = require('util');\nconst fs = require('graceful-fs');\nconst stripBom = require('strip-bom');\nconst parseJson = require('parse-json');\n\nconst parse = (data, filePath, options = {}) => {\n\tdata = stripBom(data);\n\n\tif (typeof options.beforeParse === 'function') {\n\t\tdata = options.beforeParse(data);\n\t}\n\n\treturn parseJson(data, options.reviver, path.relative(process.cwd(), filePath));\n};\n\nmodule.exports = async (filePath, options) => parse(await promisify(fs.readFile)(filePath, 'utf8'), filePath, options);\nmodule.exports.sync = (filePath, options) => parse(fs.readFileSync(filePath, 'utf8'), filePath, options);\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4","loadJsonFileModule","loadJsonFile"],"mappings":";;;;;;;;;;AACA,MAAM,IAAI,GAAGA,mBAAe,CAAC;AAC7B,MAAM,CAAC,SAAS,CAAC,GAAGC,gBAAe,CAAC;AACpC,MAAM,EAAE,GAAGC,qBAAsB,CAAC;AAClC,MAAM,QAAQ,GAAGC,OAAoB,CAAC;AACtC,MAAM,SAAS,GAAGC,OAAqB,CAAC;AACxC;AACA,MAAM,KAAK,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE,OAAO,GAAG,EAAE,KAAK;AAChD,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;AACvB;AACA,CAAC,IAAI,OAAO,OAAO,CAAC,WAAW,KAAK,UAAU,EAAE;AAChD,EAAE,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;AACnC,EAAE;AACF;AACA,CAAC,OAAO,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,QAAQ,CAAC,CAAC,CAAC;AACjF,CAAC,CAAC;AACF;AACAC,kBAAc,CAAA,OAAA,GAAG,OAAO,QAAQ,EAAE,OAAO,KAAK,KAAK,CAAC,MAAM,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;AACpGC,0BAAA,CAAA,IAAA,GAAG,CAAC,QAAQ,EAAE,OAAO,KAAK,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,EAAE,QAAQ,EAAE,OAAO;;;;"}
|