@donmahallem/lerna2codecov 0.1.8 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/_virtual/_commonjsHelpers.cjs +8 -0
- package/dist/cjs/_virtual/_commonjsHelpers.cjs.map +1 -0
- package/dist/cjs/_virtual/conversions.cjs +8 -0
- package/dist/cjs/_virtual/conversions.cjs.map +1 -0
- package/dist/cjs/_virtual/identifier.cjs +8 -0
- package/dist/cjs/_virtual/identifier.cjs.map +1 -0
- package/dist/cjs/_virtual/imurmurhash.cjs +8 -0
- package/dist/cjs/_virtual/imurmurhash.cjs.map +1 -0
- package/dist/cjs/_virtual/index.cjs +8 -0
- package/dist/cjs/_virtual/index.cjs.map +1 -0
- package/dist/cjs/_virtual/index10.cjs +8 -0
- package/dist/cjs/_virtual/index10.cjs.map +1 -0
- package/dist/cjs/_virtual/index11.cjs +8 -0
- package/dist/cjs/_virtual/index11.cjs.map +1 -0
- package/dist/cjs/_virtual/index12.cjs +8 -0
- package/dist/cjs/_virtual/index12.cjs.map +1 -0
- package/dist/cjs/_virtual/index13.cjs +8 -0
- package/dist/cjs/_virtual/index13.cjs.map +1 -0
- package/dist/cjs/_virtual/index14.cjs +8 -0
- package/dist/cjs/_virtual/index14.cjs.map +1 -0
- package/dist/cjs/_virtual/index15.cjs +8 -0
- package/dist/cjs/_virtual/index15.cjs.map +1 -0
- package/dist/cjs/_virtual/index2.cjs +8 -0
- package/dist/cjs/_virtual/index2.cjs.map +1 -0
- package/dist/cjs/_virtual/index3.cjs +8 -0
- package/dist/cjs/_virtual/index3.cjs.map +1 -0
- package/dist/cjs/_virtual/index4.cjs +8 -0
- package/dist/cjs/_virtual/index4.cjs.map +1 -0
- package/dist/cjs/_virtual/index5.cjs +8 -0
- package/dist/cjs/_virtual/index5.cjs.map +1 -0
- package/dist/cjs/_virtual/index6.cjs +8 -0
- package/dist/cjs/_virtual/index6.cjs.map +1 -0
- package/dist/cjs/_virtual/index7.cjs +8 -0
- package/dist/cjs/_virtual/index7.cjs.map +1 -0
- package/dist/cjs/_virtual/index8.cjs +8 -0
- package/dist/cjs/_virtual/index8.cjs.map +1 -0
- package/dist/cjs/_virtual/index9.cjs +8 -0
- package/dist/cjs/_virtual/index9.cjs.map +1 -0
- package/dist/cjs/_virtual/keyword.cjs +8 -0
- package/dist/cjs/_virtual/keyword.cjs.map +1 -0
- package/dist/cjs/_virtual/npa.cjs +8 -0
- package/dist/cjs/_virtual/npa.cjs.map +1 -0
- package/dist/cjs/_virtual/re.cjs +8 -0
- package/dist/cjs/_virtual/re.cjs.map +1 -0
- package/dist/cjs/_virtual/semver.cjs +8 -0
- package/dist/cjs/_virtual/semver.cjs.map +1 -0
- package/dist/cjs/_virtual/signals.cjs +8 -0
- package/dist/cjs/_virtual/signals.cjs.map +1 -0
- package/dist/cjs/index.cjs +10 -0
- package/dist/cjs/index.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/code-frame/lib/index.cjs +168 -0
- package/dist/cjs/node_modules/@babel/code-frame/lib/index.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs +89 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/index.cjs +67 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs +43 -0
- package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +1 -0
- package/dist/cjs/node_modules/@babel/highlight/lib/index.cjs +125 -0
- package/dist/cjs/node_modules/@babel/highlight/lib/index.cjs.map +1 -0
- package/dist/cjs/node_modules/@lerna/package/index.cjs +315 -0
- package/dist/cjs/node_modules/@lerna/package/index.cjs.map +1 -0
- package/dist/cjs/node_modules/ansi-styles/index.cjs +172 -0
- package/dist/cjs/node_modules/ansi-styles/index.cjs.map +1 -0
- package/dist/cjs/node_modules/builtins/builtins.cjs +6 -0
- package/dist/cjs/node_modules/builtins/builtins.cjs.map +1 -0
- package/dist/cjs/node_modules/chalk/index.cjs +239 -0
- package/dist/cjs/node_modules/chalk/index.cjs.map +1 -0
- package/dist/cjs/node_modules/chalk/templates.cjs +132 -0
- package/dist/cjs/node_modules/chalk/templates.cjs.map +1 -0
- package/dist/cjs/node_modules/color-convert/conversions.cjs +877 -0
- package/dist/cjs/node_modules/color-convert/conversions.cjs.map +1 -0
- package/dist/cjs/node_modules/color-convert/index.cjs +87 -0
- package/dist/cjs/node_modules/color-convert/index.cjs.map +1 -0
- package/dist/cjs/node_modules/color-convert/route.cjs +104 -0
- package/dist/cjs/node_modules/color-convert/route.cjs.map +1 -0
- package/dist/cjs/node_modules/color-name/index.cjs +155 -0
- package/dist/cjs/node_modules/color-name/index.cjs.map +1 -0
- package/dist/cjs/node_modules/error-ex/index.cjs +151 -0
- package/dist/cjs/node_modules/error-ex/index.cjs.map +1 -0
- package/dist/cjs/node_modules/escape-string-regexp/index.cjs +14 -0
- package/dist/cjs/node_modules/escape-string-regexp/index.cjs.map +1 -0
- package/dist/cjs/node_modules/graceful-fs/clone.cjs +26 -0
- package/dist/cjs/node_modules/graceful-fs/clone.cjs.map +1 -0
- package/dist/cjs/node_modules/graceful-fs/graceful-fs.cjs +467 -0
- package/dist/cjs/node_modules/graceful-fs/graceful-fs.cjs.map +1 -0
- package/dist/cjs/node_modules/graceful-fs/legacy-streams.cjs +129 -0
- package/dist/cjs/node_modules/graceful-fs/legacy-streams.cjs.map +1 -0
- package/dist/cjs/node_modules/graceful-fs/polyfills.cjs +366 -0
- package/dist/cjs/node_modules/graceful-fs/polyfills.cjs.map +1 -0
- package/dist/cjs/node_modules/has-flag/index.cjs +12 -0
- package/dist/cjs/node_modules/has-flag/index.cjs.map +1 -0
- package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs +188 -0
- package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs.map +1 -0
- package/dist/cjs/node_modules/hosted-git-info/git-host.cjs +116 -0
- package/dist/cjs/node_modules/hosted-git-info/git-host.cjs.map +1 -0
- package/dist/cjs/node_modules/hosted-git-info/index.cjs +251 -0
- package/dist/cjs/node_modules/hosted-git-info/index.cjs.map +1 -0
- package/dist/cjs/node_modules/imurmurhash/imurmurhash.cjs +143 -0
- package/dist/cjs/node_modules/imurmurhash/imurmurhash.cjs.map +1 -0
- package/dist/cjs/node_modules/is-arrayish/index.cjs +13 -0
- package/dist/cjs/node_modules/is-arrayish/index.cjs.map +1 -0
- package/dist/cjs/node_modules/js-tokens/index.cjs +28 -0
- package/dist/cjs/node_modules/js-tokens/index.cjs.map +1 -0
- package/dist/cjs/node_modules/json-parse-even-better-errors/index.cjs +124 -0
- package/dist/cjs/node_modules/json-parse-even-better-errors/index.cjs.map +1 -0
- package/dist/cjs/node_modules/lines-and-columns/build/index.cjs +68 -0
- package/dist/cjs/node_modules/lines-and-columns/build/index.cjs.map +1 -0
- package/dist/cjs/node_modules/load-json-file/index.cjs +35 -0
- package/dist/cjs/node_modules/load-json-file/index.cjs.map +1 -0
- package/dist/cjs/node_modules/lru-cache/index.cjs +339 -0
- package/dist/cjs/node_modules/lru-cache/index.cjs.map +1 -0
- package/dist/cjs/node_modules/npm-package-arg/npa.cjs +369 -0
- package/dist/cjs/node_modules/npm-package-arg/npa.cjs.map +1 -0
- package/dist/cjs/node_modules/parse-json/index.cjs +65 -0
- package/dist/cjs/node_modules/parse-json/index.cjs.map +1 -0
- package/dist/cjs/node_modules/pify/index.cjs +71 -0
- package/dist/cjs/node_modules/pify/index.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/classes/comparator.cjs +159 -0
- package/dist/cjs/node_modules/semver/classes/comparator.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/classes/range.cjs +542 -0
- package/dist/cjs/node_modules/semver/classes/range.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/classes/semver.cjs +299 -0
- package/dist/cjs/node_modules/semver/classes/semver.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/clean.cjs +13 -0
- package/dist/cjs/node_modules/semver/functions/clean.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/cmp.cjs +64 -0
- package/dist/cjs/node_modules/semver/functions/cmp.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/coerce.cjs +62 -0
- package/dist/cjs/node_modules/semver/functions/coerce.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/compare-build.cjs +14 -0
- package/dist/cjs/node_modules/semver/functions/compare-build.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/compare-loose.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/compare-loose.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/compare.cjs +12 -0
- package/dist/cjs/node_modules/semver/functions/compare.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/diff.cjs +31 -0
- package/dist/cjs/node_modules/semver/functions/diff.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/eq.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/eq.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/gt.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/gt.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/gte.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/gte.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/inc.cjs +25 -0
- package/dist/cjs/node_modules/semver/functions/inc.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/lt.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/lt.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/lte.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/lte.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/major.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/major.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/minor.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/minor.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/neq.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/neq.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/parse.cjs +44 -0
- package/dist/cjs/node_modules/semver/functions/parse.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/patch.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/patch.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/prerelease.cjs +13 -0
- package/dist/cjs/node_modules/semver/functions/prerelease.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/rcompare.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/rcompare.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/rsort.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/rsort.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/satisfies.cjs +17 -0
- package/dist/cjs/node_modules/semver/functions/satisfies.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/sort.cjs +10 -0
- package/dist/cjs/node_modules/semver/functions/sort.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/functions/valid.cjs +13 -0
- package/dist/cjs/node_modules/semver/functions/valid.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/index.cjs +96 -0
- package/dist/cjs/node_modules/semver/index.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/constants.cjs +22 -0
- package/dist/cjs/node_modules/semver/internal/constants.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/debug.cjs +14 -0
- package/dist/cjs/node_modules/semver/internal/debug.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/identifiers.cjs +28 -0
- package/dist/cjs/node_modules/semver/internal/identifiers.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/parse-options.cjs +16 -0
- package/dist/cjs/node_modules/semver/internal/parse-options.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/internal/re.cjs +191 -0
- package/dist/cjs/node_modules/semver/internal/re.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/gtr.cjs +11 -0
- package/dist/cjs/node_modules/semver/ranges/gtr.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/intersects.cjs +14 -0
- package/dist/cjs/node_modules/semver/ranges/intersects.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/ltr.cjs +11 -0
- package/dist/cjs/node_modules/semver/ranges/ltr.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs +33 -0
- package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs +32 -0
- package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/min-version.cjs +70 -0
- package/dist/cjs/node_modules/semver/ranges/min-version.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/outside.cjs +94 -0
- package/dist/cjs/node_modules/semver/ranges/outside.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/simplify.cjs +55 -0
- package/dist/cjs/node_modules/semver/ranges/simplify.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/subset.cjs +254 -0
- package/dist/cjs/node_modules/semver/ranges/subset.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs +15 -0
- package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs.map +1 -0
- package/dist/cjs/node_modules/semver/ranges/valid.cjs +18 -0
- package/dist/cjs/node_modules/semver/ranges/valid.cjs.map +1 -0
- package/dist/cjs/node_modules/signal-exit/index.cjs +218 -0
- package/dist/cjs/node_modules/signal-exit/index.cjs.map +1 -0
- package/dist/cjs/node_modules/signal-exit/signals.cjs +71 -0
- package/dist/cjs/node_modules/signal-exit/signals.cjs.map +1 -0
- package/dist/cjs/node_modules/strip-bom/index.cjs +18 -0
- package/dist/cjs/node_modules/strip-bom/index.cjs.map +1 -0
- package/dist/cjs/node_modules/supports-color/index.cjs +142 -0
- package/dist/cjs/node_modules/supports-color/index.cjs.map +1 -0
- package/dist/cjs/node_modules/validate-npm-package-name/index.cjs +111 -0
- package/dist/cjs/node_modules/validate-npm-package-name/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/index.cjs +79 -0
- package/dist/cjs/node_modules/write-pkg/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/detect-indent/index.cjs +125 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/detect-indent/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs +11 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/make-dir/index.cjs +155 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/make-dir/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/semver/semver.cjs +1490 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/semver/semver.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/sort-keys/index.cjs +61 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/sort-keys/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs +255 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs.map +1 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/write-json-file/index.cjs +95 -0
- package/dist/cjs/node_modules/write-pkg/node_modules/write-json-file/index.cjs.map +1 -0
- package/dist/cjs/node_modules/yallist/iterator.cjs +22 -0
- package/dist/cjs/node_modules/yallist/iterator.cjs.map +1 -0
- package/dist/cjs/node_modules/yallist/yallist.cjs +432 -0
- package/dist/cjs/node_modules/yallist/yallist.cjs.map +1 -0
- package/dist/cjs/update-config.cjs +64 -0
- package/dist/cjs/update-config.cjs.map +1 -0
- package/dist/esm/_virtual/_commonjsHelpers.mjs +4 -0
- package/dist/esm/_virtual/_commonjsHelpers.mjs.map +1 -0
- package/dist/esm/_virtual/conversions.mjs +4 -0
- package/dist/esm/_virtual/conversions.mjs.map +1 -0
- package/dist/esm/_virtual/identifier.mjs +4 -0
- package/dist/esm/_virtual/identifier.mjs.map +1 -0
- package/dist/esm/_virtual/imurmurhash.mjs +4 -0
- package/dist/esm/_virtual/imurmurhash.mjs.map +1 -0
- package/dist/esm/_virtual/index.mjs +4 -0
- package/dist/esm/_virtual/index.mjs.map +1 -0
- package/dist/esm/_virtual/index10.mjs +4 -0
- package/dist/esm/_virtual/index10.mjs.map +1 -0
- package/dist/esm/_virtual/index11.mjs +4 -0
- package/dist/esm/_virtual/index11.mjs.map +1 -0
- package/dist/esm/_virtual/index12.mjs +4 -0
- package/dist/esm/_virtual/index12.mjs.map +1 -0
- package/dist/esm/_virtual/index13.mjs +4 -0
- package/dist/esm/_virtual/index13.mjs.map +1 -0
- package/dist/esm/_virtual/index14.mjs +4 -0
- package/dist/esm/_virtual/index14.mjs.map +1 -0
- package/dist/esm/_virtual/index15.mjs +4 -0
- package/dist/esm/_virtual/index15.mjs.map +1 -0
- package/dist/esm/_virtual/index2.mjs +4 -0
- package/dist/esm/_virtual/index2.mjs.map +1 -0
- package/dist/esm/_virtual/index3.mjs +4 -0
- package/dist/esm/_virtual/index3.mjs.map +1 -0
- package/dist/esm/_virtual/index4.mjs +4 -0
- package/dist/esm/_virtual/index4.mjs.map +1 -0
- package/dist/esm/_virtual/index5.mjs +4 -0
- package/dist/esm/_virtual/index5.mjs.map +1 -0
- package/dist/esm/_virtual/index6.mjs +4 -0
- package/dist/esm/_virtual/index6.mjs.map +1 -0
- package/dist/esm/_virtual/index7.mjs +4 -0
- package/dist/esm/_virtual/index7.mjs.map +1 -0
- package/dist/esm/_virtual/index8.mjs +4 -0
- package/dist/esm/_virtual/index8.mjs.map +1 -0
- package/dist/esm/_virtual/index9.mjs +4 -0
- package/dist/esm/_virtual/index9.mjs.map +1 -0
- package/dist/esm/_virtual/keyword.mjs +4 -0
- package/dist/esm/_virtual/keyword.mjs.map +1 -0
- package/dist/esm/_virtual/npa.mjs +4 -0
- package/dist/esm/_virtual/npa.mjs.map +1 -0
- package/dist/esm/_virtual/re.mjs +4 -0
- package/dist/esm/_virtual/re.mjs.map +1 -0
- package/dist/esm/_virtual/semver.mjs +4 -0
- package/dist/esm/_virtual/semver.mjs.map +1 -0
- package/dist/esm/_virtual/signals.mjs +4 -0
- package/dist/esm/_virtual/signals.mjs.map +1 -0
- package/dist/esm/index.mjs +2 -0
- package/dist/esm/index.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/code-frame/lib/index.mjs +166 -0
- package/dist/esm/node_modules/@babel/code-frame/lib/index.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs +86 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/index.mjs +65 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/index.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs +40 -0
- package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs.map +1 -0
- package/dist/esm/node_modules/@babel/highlight/lib/index.mjs +123 -0
- package/dist/esm/node_modules/@babel/highlight/lib/index.mjs.map +1 -0
- package/dist/esm/node_modules/@lerna/package/index.mjs +307 -0
- package/dist/esm/node_modules/@lerna/package/index.mjs.map +1 -0
- package/dist/esm/node_modules/ansi-styles/index.mjs +170 -0
- package/dist/esm/node_modules/ansi-styles/index.mjs.map +1 -0
- package/dist/esm/node_modules/builtins/builtins.mjs +4 -0
- package/dist/esm/node_modules/builtins/builtins.mjs.map +1 -0
- package/dist/esm/node_modules/chalk/index.mjs +237 -0
- package/dist/esm/node_modules/chalk/index.mjs.map +1 -0
- package/dist/esm/node_modules/chalk/templates.mjs +130 -0
- package/dist/esm/node_modules/chalk/templates.mjs.map +1 -0
- package/dist/esm/node_modules/color-convert/conversions.mjs +876 -0
- package/dist/esm/node_modules/color-convert/conversions.mjs.map +1 -0
- package/dist/esm/node_modules/color-convert/index.mjs +85 -0
- package/dist/esm/node_modules/color-convert/index.mjs.map +1 -0
- package/dist/esm/node_modules/color-convert/route.mjs +102 -0
- package/dist/esm/node_modules/color-convert/route.mjs.map +1 -0
- package/dist/esm/node_modules/color-name/index.mjs +153 -0
- package/dist/esm/node_modules/color-name/index.mjs.map +1 -0
- package/dist/esm/node_modules/error-ex/index.mjs +145 -0
- package/dist/esm/node_modules/error-ex/index.mjs.map +1 -0
- package/dist/esm/node_modules/escape-string-regexp/index.mjs +12 -0
- package/dist/esm/node_modules/escape-string-regexp/index.mjs.map +1 -0
- package/dist/esm/node_modules/graceful-fs/clone.mjs +24 -0
- package/dist/esm/node_modules/graceful-fs/clone.mjs.map +1 -0
- package/dist/esm/node_modules/graceful-fs/graceful-fs.mjs +459 -0
- package/dist/esm/node_modules/graceful-fs/graceful-fs.mjs.map +1 -0
- package/dist/esm/node_modules/graceful-fs/legacy-streams.mjs +123 -0
- package/dist/esm/node_modules/graceful-fs/legacy-streams.mjs.map +1 -0
- package/dist/esm/node_modules/graceful-fs/polyfills.mjs +360 -0
- package/dist/esm/node_modules/graceful-fs/polyfills.mjs.map +1 -0
- package/dist/esm/node_modules/has-flag/index.mjs +10 -0
- package/dist/esm/node_modules/has-flag/index.mjs.map +1 -0
- package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs +186 -0
- package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs.map +1 -0
- package/dist/esm/node_modules/hosted-git-info/git-host.mjs +114 -0
- package/dist/esm/node_modules/hosted-git-info/git-host.mjs.map +1 -0
- package/dist/esm/node_modules/hosted-git-info/index.mjs +245 -0
- package/dist/esm/node_modules/hosted-git-info/index.mjs.map +1 -0
- package/dist/esm/node_modules/imurmurhash/imurmurhash.mjs +141 -0
- package/dist/esm/node_modules/imurmurhash/imurmurhash.mjs.map +1 -0
- package/dist/esm/node_modules/is-arrayish/index.mjs +11 -0
- package/dist/esm/node_modules/is-arrayish/index.mjs.map +1 -0
- package/dist/esm/node_modules/js-tokens/index.mjs +26 -0
- package/dist/esm/node_modules/js-tokens/index.mjs.map +1 -0
- package/dist/esm/node_modules/json-parse-even-better-errors/index.mjs +122 -0
- package/dist/esm/node_modules/json-parse-even-better-errors/index.mjs.map +1 -0
- package/dist/esm/node_modules/lines-and-columns/build/index.mjs +66 -0
- package/dist/esm/node_modules/lines-and-columns/build/index.mjs.map +1 -0
- package/dist/esm/node_modules/load-json-file/index.mjs +29 -0
- package/dist/esm/node_modules/load-json-file/index.mjs.map +1 -0
- package/dist/esm/node_modules/lru-cache/index.mjs +337 -0
- package/dist/esm/node_modules/lru-cache/index.mjs.map +1 -0
- package/dist/esm/node_modules/npm-package-arg/npa.mjs +362 -0
- package/dist/esm/node_modules/npm-package-arg/npa.mjs.map +1 -0
- package/dist/esm/node_modules/parse-json/index.mjs +63 -0
- package/dist/esm/node_modules/parse-json/index.mjs.map +1 -0
- package/dist/esm/node_modules/pify/index.mjs +69 -0
- package/dist/esm/node_modules/pify/index.mjs.map +1 -0
- package/dist/esm/node_modules/semver/classes/comparator.mjs +155 -0
- package/dist/esm/node_modules/semver/classes/comparator.mjs.map +1 -0
- package/dist/esm/node_modules/semver/classes/range.mjs +538 -0
- package/dist/esm/node_modules/semver/classes/range.mjs.map +1 -0
- package/dist/esm/node_modules/semver/classes/semver.mjs +297 -0
- package/dist/esm/node_modules/semver/classes/semver.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/clean.mjs +11 -0
- package/dist/esm/node_modules/semver/functions/clean.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/cmp.mjs +62 -0
- package/dist/esm/node_modules/semver/functions/cmp.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/coerce.mjs +60 -0
- package/dist/esm/node_modules/semver/functions/coerce.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/compare-build.mjs +12 -0
- package/dist/esm/node_modules/semver/functions/compare-build.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/compare-loose.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/compare-loose.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/compare.mjs +10 -0
- package/dist/esm/node_modules/semver/functions/compare.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/diff.mjs +29 -0
- package/dist/esm/node_modules/semver/functions/diff.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/eq.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/eq.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/gt.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/gt.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/gte.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/gte.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/inc.mjs +23 -0
- package/dist/esm/node_modules/semver/functions/inc.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/lt.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/lt.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/lte.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/lte.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/major.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/major.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/minor.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/minor.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/neq.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/neq.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/parse.mjs +42 -0
- package/dist/esm/node_modules/semver/functions/parse.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/patch.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/patch.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/prerelease.mjs +11 -0
- package/dist/esm/node_modules/semver/functions/prerelease.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/rcompare.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/rcompare.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/rsort.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/rsort.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/satisfies.mjs +15 -0
- package/dist/esm/node_modules/semver/functions/satisfies.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/sort.mjs +8 -0
- package/dist/esm/node_modules/semver/functions/sort.mjs.map +1 -0
- package/dist/esm/node_modules/semver/functions/valid.mjs +11 -0
- package/dist/esm/node_modules/semver/functions/valid.mjs.map +1 -0
- package/dist/esm/node_modules/semver/index.mjs +94 -0
- package/dist/esm/node_modules/semver/index.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/constants.mjs +20 -0
- package/dist/esm/node_modules/semver/internal/constants.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/debug.mjs +12 -0
- package/dist/esm/node_modules/semver/internal/debug.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/identifiers.mjs +26 -0
- package/dist/esm/node_modules/semver/internal/identifiers.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/parse-options.mjs +14 -0
- package/dist/esm/node_modules/semver/internal/parse-options.mjs.map +1 -0
- package/dist/esm/node_modules/semver/internal/re.mjs +189 -0
- package/dist/esm/node_modules/semver/internal/re.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/gtr.mjs +9 -0
- package/dist/esm/node_modules/semver/ranges/gtr.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/intersects.mjs +12 -0
- package/dist/esm/node_modules/semver/ranges/intersects.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/ltr.mjs +9 -0
- package/dist/esm/node_modules/semver/ranges/ltr.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs +31 -0
- package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs +30 -0
- package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/min-version.mjs +68 -0
- package/dist/esm/node_modules/semver/ranges/min-version.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/outside.mjs +92 -0
- package/dist/esm/node_modules/semver/ranges/outside.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/simplify.mjs +53 -0
- package/dist/esm/node_modules/semver/ranges/simplify.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/subset.mjs +252 -0
- package/dist/esm/node_modules/semver/ranges/subset.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/to-comparators.mjs +13 -0
- package/dist/esm/node_modules/semver/ranges/to-comparators.mjs.map +1 -0
- package/dist/esm/node_modules/semver/ranges/valid.mjs +16 -0
- package/dist/esm/node_modules/semver/ranges/valid.mjs.map +1 -0
- package/dist/esm/node_modules/signal-exit/index.mjs +212 -0
- package/dist/esm/node_modules/signal-exit/index.mjs.map +1 -0
- package/dist/esm/node_modules/signal-exit/signals.mjs +67 -0
- package/dist/esm/node_modules/signal-exit/signals.mjs.map +1 -0
- package/dist/esm/node_modules/strip-bom/index.mjs +16 -0
- package/dist/esm/node_modules/strip-bom/index.mjs.map +1 -0
- package/dist/esm/node_modules/supports-color/index.mjs +136 -0
- package/dist/esm/node_modules/supports-color/index.mjs.map +1 -0
- package/dist/esm/node_modules/validate-npm-package-name/index.mjs +110 -0
- package/dist/esm/node_modules/validate-npm-package-name/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/index.mjs +74 -0
- package/dist/esm/node_modules/write-pkg/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/detect-indent/index.mjs +123 -0
- package/dist/esm/node_modules/write-pkg/node_modules/detect-indent/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs +9 -0
- package/dist/esm/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/make-dir/index.mjs +149 -0
- package/dist/esm/node_modules/write-pkg/node_modules/make-dir/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/semver/semver.mjs +1488 -0
- package/dist/esm/node_modules/write-pkg/node_modules/semver/semver.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/sort-keys/index.mjs +59 -0
- package/dist/esm/node_modules/write-pkg/node_modules/sort-keys/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs +250 -0
- package/dist/esm/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs.map +1 -0
- package/dist/esm/node_modules/write-pkg/node_modules/write-json-file/index.mjs +90 -0
- package/dist/esm/node_modules/write-pkg/node_modules/write-json-file/index.mjs.map +1 -0
- package/dist/esm/node_modules/yallist/iterator.mjs +18 -0
- package/dist/esm/node_modules/yallist/iterator.mjs.map +1 -0
- package/dist/esm/node_modules/yallist/yallist.mjs +430 -0
- package/dist/esm/node_modules/yallist/yallist.mjs.map +1 -0
- package/dist/esm/update-config.mjs +56 -0
- package/dist/esm/update-config.mjs.map +1 -0
- package/dist/types/cli.d.ts +1 -2
- package/dist/types/codecov-config.d.ts +13 -14
- package/dist/types/index.d.ts +2 -3
- package/dist/types/update-command.d.ts +8 -9
- package/dist/types/update-config.d.ts +12 -13
- package/dist/types/update.d.ts +6 -7
- package/package.json +65 -66
- package/dist/cjs/index.js +0 -10520
- package/dist/cjs/index.js.map +0 -1
- package/dist/cli/cli.js +0 -10588
- package/dist/cli/cli.js.map +0 -1
- package/dist/esm/index.js +0 -10503
- package/dist/esm/index.js.map +0 -1
- package/dist/types/cli.d.ts.map +0 -1
- package/dist/types/codecov-config.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/update-command.d.ts.map +0 -1
- package/dist/types/update-config.d.ts.map +0 -1
- package/dist/types/update.d.ts.map +0 -1
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const _commonjsHelpers = require('../../_virtual/_commonjsHelpers.cjs');
|
|
4
|
+
const npa$1 = require('../../_virtual/npa.cjs');
|
|
5
|
+
const require$$0 = require('url');
|
|
6
|
+
require('../hosted-git-info/index.cjs');
|
|
7
|
+
const index$1 = require('../semver/index.cjs');
|
|
8
|
+
const require$$3 = require('path');
|
|
9
|
+
require('../validate-npm-package-name/index.cjs');
|
|
10
|
+
const require$$5 = require('os');
|
|
11
|
+
const index = require('../../_virtual/index3.cjs');
|
|
12
|
+
const index$2 = require('../../_virtual/index4.cjs');
|
|
13
|
+
|
|
14
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
15
|
+
|
|
16
|
+
const require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0);
|
|
17
|
+
const require$$3__default = /*#__PURE__*/_interopDefaultLegacy(require$$3);
|
|
18
|
+
const require$$5__default = /*#__PURE__*/_interopDefaultLegacy(require$$5);
|
|
19
|
+
|
|
20
|
+
npa$1.npa.exports = npa;
|
|
21
|
+
npa$1.npa.exports.resolve = resolve;
|
|
22
|
+
npa$1.npa.exports.Result = Result;
|
|
23
|
+
|
|
24
|
+
const url = require$$0__default["default"];
|
|
25
|
+
const HostedGit = index.hostedGitInfo.exports;
|
|
26
|
+
const semver = index$1;
|
|
27
|
+
const path = _commonjsHelpers.commonjsGlobal.FAKE_WINDOWS ? require$$3__default["default"].win32 : require$$3__default["default"];
|
|
28
|
+
const validatePackageName = index$2.validateNpmPackageName.exports;
|
|
29
|
+
const { homedir } = require$$5__default["default"];
|
|
30
|
+
|
|
31
|
+
const isWindows = process.platform === 'win32' || _commonjsHelpers.commonjsGlobal.FAKE_WINDOWS;
|
|
32
|
+
const hasSlashes = isWindows ? /\\|[/]/ : /[/]/;
|
|
33
|
+
const isURL = /^(?:git[+])?[a-z]+:/i;
|
|
34
|
+
const isGit = /^[^@]+@[^:.]+\.[^:]+:.+$/i;
|
|
35
|
+
const isFilename = /[.](?:tgz|tar.gz|tar)$/i;
|
|
36
|
+
|
|
37
|
+
function npa (arg, where) {
|
|
38
|
+
let name;
|
|
39
|
+
let spec;
|
|
40
|
+
if (typeof arg === 'object') {
|
|
41
|
+
if (arg instanceof Result && (!where || where === arg.where))
|
|
42
|
+
return arg
|
|
43
|
+
else if (arg.name && arg.rawSpec)
|
|
44
|
+
return npa.resolve(arg.name, arg.rawSpec, where || arg.where)
|
|
45
|
+
else
|
|
46
|
+
return npa(arg.raw, where || arg.where)
|
|
47
|
+
}
|
|
48
|
+
const nameEndsAt = arg[0] === '@' ? arg.slice(1).indexOf('@') + 1 : arg.indexOf('@');
|
|
49
|
+
const namePart = nameEndsAt > 0 ? arg.slice(0, nameEndsAt) : arg;
|
|
50
|
+
if (isURL.test(arg))
|
|
51
|
+
spec = arg;
|
|
52
|
+
else if (isGit.test(arg))
|
|
53
|
+
spec = `git+ssh://${arg}`;
|
|
54
|
+
else if (namePart[0] !== '@' && (hasSlashes.test(namePart) || isFilename.test(namePart)))
|
|
55
|
+
spec = arg;
|
|
56
|
+
else if (nameEndsAt > 0) {
|
|
57
|
+
name = namePart;
|
|
58
|
+
spec = arg.slice(nameEndsAt + 1);
|
|
59
|
+
} else {
|
|
60
|
+
const valid = validatePackageName(arg);
|
|
61
|
+
if (valid.validForOldPackages)
|
|
62
|
+
name = arg;
|
|
63
|
+
else
|
|
64
|
+
spec = arg;
|
|
65
|
+
}
|
|
66
|
+
return resolve(name, spec, where, arg)
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
const isFilespec = isWindows ? /^(?:[.]|~[/]|[/\\]|[a-zA-Z]:)/ : /^(?:[.]|~[/]|[/]|[a-zA-Z]:)/;
|
|
70
|
+
|
|
71
|
+
function resolve (name, spec, where, arg) {
|
|
72
|
+
const res = new Result({
|
|
73
|
+
raw: arg,
|
|
74
|
+
name: name,
|
|
75
|
+
rawSpec: spec,
|
|
76
|
+
fromArgument: arg != null,
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
if (name)
|
|
80
|
+
res.setName(name);
|
|
81
|
+
|
|
82
|
+
if (spec && (isFilespec.test(spec) || /^file:/i.test(spec)))
|
|
83
|
+
return fromFile(res, where)
|
|
84
|
+
else if (spec && /^npm:/i.test(spec))
|
|
85
|
+
return fromAlias(res, where)
|
|
86
|
+
|
|
87
|
+
const hosted = HostedGit.fromUrl(spec, {
|
|
88
|
+
noGitPlus: true,
|
|
89
|
+
noCommittish: true,
|
|
90
|
+
});
|
|
91
|
+
if (hosted)
|
|
92
|
+
return fromHostedGit(res, hosted)
|
|
93
|
+
else if (spec && isURL.test(spec))
|
|
94
|
+
return fromURL(res)
|
|
95
|
+
else if (spec && (hasSlashes.test(spec) || isFilename.test(spec)))
|
|
96
|
+
return fromFile(res, where)
|
|
97
|
+
else
|
|
98
|
+
return fromRegistry(res)
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
function invalidPackageName (name, valid) {
|
|
102
|
+
const err = new Error(`Invalid package name "${name}": ${valid.errors.join('; ')}`);
|
|
103
|
+
err.code = 'EINVALIDPACKAGENAME';
|
|
104
|
+
return err
|
|
105
|
+
}
|
|
106
|
+
function invalidTagName (name) {
|
|
107
|
+
const err = new Error(`Invalid tag name "${name}": Tags may not have any characters that encodeURIComponent encodes.`);
|
|
108
|
+
err.code = 'EINVALIDTAGNAME';
|
|
109
|
+
return err
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
function Result (opts) {
|
|
113
|
+
this.type = opts.type;
|
|
114
|
+
this.registry = opts.registry;
|
|
115
|
+
this.where = opts.where;
|
|
116
|
+
if (opts.raw == null)
|
|
117
|
+
this.raw = opts.name ? opts.name + '@' + opts.rawSpec : opts.rawSpec;
|
|
118
|
+
else
|
|
119
|
+
this.raw = opts.raw;
|
|
120
|
+
|
|
121
|
+
this.name = undefined;
|
|
122
|
+
this.escapedName = undefined;
|
|
123
|
+
this.scope = undefined;
|
|
124
|
+
this.rawSpec = opts.rawSpec == null ? '' : opts.rawSpec;
|
|
125
|
+
this.saveSpec = opts.saveSpec;
|
|
126
|
+
this.fetchSpec = opts.fetchSpec;
|
|
127
|
+
if (opts.name)
|
|
128
|
+
this.setName(opts.name);
|
|
129
|
+
this.gitRange = opts.gitRange;
|
|
130
|
+
this.gitCommittish = opts.gitCommittish;
|
|
131
|
+
this.hosted = opts.hosted;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
Result.prototype.setName = function (name) {
|
|
135
|
+
const valid = validatePackageName(name);
|
|
136
|
+
if (!valid.validForOldPackages)
|
|
137
|
+
throw invalidPackageName(name, valid)
|
|
138
|
+
|
|
139
|
+
this.name = name;
|
|
140
|
+
this.scope = name[0] === '@' ? name.slice(0, name.indexOf('/')) : undefined;
|
|
141
|
+
// scoped packages in couch must have slash url-encoded, e.g. @foo%2Fbar
|
|
142
|
+
this.escapedName = name.replace('/', '%2f');
|
|
143
|
+
return this
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
Result.prototype.toString = function () {
|
|
147
|
+
const full = [];
|
|
148
|
+
if (this.name != null && this.name !== '')
|
|
149
|
+
full.push(this.name);
|
|
150
|
+
const spec = this.saveSpec || this.fetchSpec || this.rawSpec;
|
|
151
|
+
if (spec != null && spec !== '')
|
|
152
|
+
full.push(spec);
|
|
153
|
+
return full.length ? full.join('@') : this.raw
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
Result.prototype.toJSON = function () {
|
|
157
|
+
const result = Object.assign({}, this);
|
|
158
|
+
delete result.hosted;
|
|
159
|
+
return result
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
function setGitCommittish (res, committish) {
|
|
163
|
+
if (committish != null && committish.length >= 7 && committish.slice(0, 7) === 'semver:') {
|
|
164
|
+
res.gitRange = decodeURIComponent(committish.slice(7));
|
|
165
|
+
res.gitCommittish = null;
|
|
166
|
+
} else
|
|
167
|
+
res.gitCommittish = committish === '' ? null : committish;
|
|
168
|
+
|
|
169
|
+
return res
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
function fromFile (res, where) {
|
|
173
|
+
if (!where)
|
|
174
|
+
where = process.cwd();
|
|
175
|
+
res.type = isFilename.test(res.rawSpec) ? 'file' : 'directory';
|
|
176
|
+
res.where = where;
|
|
177
|
+
|
|
178
|
+
// always put the '/' on where when resolving urls, or else
|
|
179
|
+
// file:foo from /path/to/bar goes to /path/to/foo, when we want
|
|
180
|
+
// it to be /path/to/foo/bar
|
|
181
|
+
|
|
182
|
+
let specUrl;
|
|
183
|
+
let resolvedUrl;
|
|
184
|
+
const prefix = (!/^file:/.test(res.rawSpec) ? 'file:' : '');
|
|
185
|
+
const rawWithPrefix = prefix + res.rawSpec;
|
|
186
|
+
let rawNoPrefix = rawWithPrefix.replace(/^file:/, '');
|
|
187
|
+
try {
|
|
188
|
+
resolvedUrl = new url.URL(rawWithPrefix, `file://${path.resolve(where)}/`);
|
|
189
|
+
specUrl = new url.URL(rawWithPrefix);
|
|
190
|
+
} catch (originalError) {
|
|
191
|
+
const er = new Error('Invalid file: URL, must comply with RFC 8909');
|
|
192
|
+
throw Object.assign(er, {
|
|
193
|
+
raw: res.rawSpec,
|
|
194
|
+
spec: res,
|
|
195
|
+
where,
|
|
196
|
+
originalError,
|
|
197
|
+
})
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
// environment switch for testing
|
|
201
|
+
if (process.env.NPM_PACKAGE_ARG_8909_STRICT !== '1') {
|
|
202
|
+
// XXX backwards compatibility lack of compliance with 8909
|
|
203
|
+
// Remove when we want a breaking change to come into RFC compliance.
|
|
204
|
+
if (resolvedUrl.host && resolvedUrl.host !== 'localhost') {
|
|
205
|
+
const rawSpec = res.rawSpec.replace(/^file:\/\//, 'file:///');
|
|
206
|
+
resolvedUrl = new url.URL(rawSpec, `file://${path.resolve(where)}/`);
|
|
207
|
+
specUrl = new url.URL(rawSpec);
|
|
208
|
+
rawNoPrefix = rawSpec.replace(/^file:/, '');
|
|
209
|
+
}
|
|
210
|
+
// turn file:/../foo into file:../foo
|
|
211
|
+
if (/^\/\.\.?(\/|$)/.test(rawNoPrefix)) {
|
|
212
|
+
const rawSpec = res.rawSpec.replace(/^file:\//, 'file:');
|
|
213
|
+
resolvedUrl = new url.URL(rawSpec, `file://${path.resolve(where)}/`);
|
|
214
|
+
specUrl = new url.URL(rawSpec);
|
|
215
|
+
rawNoPrefix = rawSpec.replace(/^file:/, '');
|
|
216
|
+
}
|
|
217
|
+
// XXX end 8909 violation backwards compatibility section
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
// file:foo - relative url to ./foo
|
|
221
|
+
// file:/foo - absolute path /foo
|
|
222
|
+
// file:///foo - absolute path to /foo, no authority host
|
|
223
|
+
// file://localhost/foo - absolute path to /foo, on localhost
|
|
224
|
+
// file://foo - absolute path to / on foo host (error!)
|
|
225
|
+
if (resolvedUrl.host && resolvedUrl.host !== 'localhost') {
|
|
226
|
+
const msg = `Invalid file: URL, must be absolute if // present`;
|
|
227
|
+
throw Object.assign(new Error(msg), {
|
|
228
|
+
raw: res.rawSpec,
|
|
229
|
+
parsed: resolvedUrl,
|
|
230
|
+
})
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// turn /C:/blah into just C:/blah on windows
|
|
234
|
+
let specPath = decodeURIComponent(specUrl.pathname);
|
|
235
|
+
let resolvedPath = decodeURIComponent(resolvedUrl.pathname);
|
|
236
|
+
if (isWindows) {
|
|
237
|
+
specPath = specPath.replace(/^\/+([a-z]:\/)/i, '$1');
|
|
238
|
+
resolvedPath = resolvedPath.replace(/^\/+([a-z]:\/)/i, '$1');
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// replace ~ with homedir, but keep the ~ in the saveSpec
|
|
242
|
+
// otherwise, make it relative to where param
|
|
243
|
+
if (/^\/~(\/|$)/.test(specPath)) {
|
|
244
|
+
res.saveSpec = `file:${specPath.substr(1)}`;
|
|
245
|
+
resolvedPath = path.resolve(homedir(), specPath.substr(3));
|
|
246
|
+
} else if (!path.isAbsolute(rawNoPrefix))
|
|
247
|
+
res.saveSpec = `file:${path.relative(where, resolvedPath)}`;
|
|
248
|
+
else
|
|
249
|
+
res.saveSpec = `file:${path.resolve(resolvedPath)}`;
|
|
250
|
+
|
|
251
|
+
res.fetchSpec = path.resolve(where, resolvedPath);
|
|
252
|
+
return res
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
function fromHostedGit (res, hosted) {
|
|
256
|
+
res.type = 'git';
|
|
257
|
+
res.hosted = hosted;
|
|
258
|
+
res.saveSpec = hosted.toString({ noGitPlus: false, noCommittish: false });
|
|
259
|
+
res.fetchSpec = hosted.getDefaultRepresentation() === 'shortcut' ? null : hosted.toString();
|
|
260
|
+
return setGitCommittish(res, hosted.committish)
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
function unsupportedURLType (protocol, spec) {
|
|
264
|
+
const err = new Error(`Unsupported URL Type "${protocol}": ${spec}`);
|
|
265
|
+
err.code = 'EUNSUPPORTEDPROTOCOL';
|
|
266
|
+
return err
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
function matchGitScp (spec) {
|
|
270
|
+
// git ssh specifiers are overloaded to also use scp-style git
|
|
271
|
+
// specifiers, so we have to parse those out and treat them special.
|
|
272
|
+
// They are NOT true URIs, so we can't hand them to `url.parse`.
|
|
273
|
+
//
|
|
274
|
+
// This regex looks for things that look like:
|
|
275
|
+
// git+ssh://git@my.custom.git.com:username/project.git#deadbeef
|
|
276
|
+
//
|
|
277
|
+
// ...and various combinations. The username in the beginning is *required*.
|
|
278
|
+
const matched = spec.match(/^git\+ssh:\/\/([^:#]+:[^#]+(?:\.git)?)(?:#(.*))?$/i);
|
|
279
|
+
return matched && !matched[1].match(/:[0-9]+\/?.*$/i) && {
|
|
280
|
+
fetchSpec: matched[1],
|
|
281
|
+
gitCommittish: matched[2] == null ? null : matched[2],
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
function fromURL (res) {
|
|
286
|
+
// eslint-disable-next-line node/no-deprecated-api
|
|
287
|
+
const urlparse = url.parse(res.rawSpec);
|
|
288
|
+
res.saveSpec = res.rawSpec;
|
|
289
|
+
// check the protocol, and then see if it's git or not
|
|
290
|
+
switch (urlparse.protocol) {
|
|
291
|
+
case 'git:':
|
|
292
|
+
case 'git+http:':
|
|
293
|
+
case 'git+https:':
|
|
294
|
+
case 'git+rsync:':
|
|
295
|
+
case 'git+ftp:':
|
|
296
|
+
case 'git+file:':
|
|
297
|
+
case 'git+ssh:': {
|
|
298
|
+
res.type = 'git';
|
|
299
|
+
const match = urlparse.protocol === 'git+ssh:' ? matchGitScp(res.rawSpec)
|
|
300
|
+
: null;
|
|
301
|
+
if (match) {
|
|
302
|
+
setGitCommittish(res, match.gitCommittish);
|
|
303
|
+
res.fetchSpec = match.fetchSpec;
|
|
304
|
+
} else {
|
|
305
|
+
setGitCommittish(res, urlparse.hash != null ? urlparse.hash.slice(1) : '');
|
|
306
|
+
urlparse.protocol = urlparse.protocol.replace(/^git[+]/, '');
|
|
307
|
+
if (urlparse.protocol === 'file:' && /^git\+file:\/\/[a-z]:/i.test(res.rawSpec)) {
|
|
308
|
+
// keep the drive letter : on windows file paths
|
|
309
|
+
urlparse.host += ':';
|
|
310
|
+
urlparse.hostname += ':';
|
|
311
|
+
}
|
|
312
|
+
delete urlparse.hash;
|
|
313
|
+
res.fetchSpec = url.format(urlparse);
|
|
314
|
+
}
|
|
315
|
+
break
|
|
316
|
+
}
|
|
317
|
+
case 'http:':
|
|
318
|
+
case 'https:':
|
|
319
|
+
res.type = 'remote';
|
|
320
|
+
res.fetchSpec = res.saveSpec;
|
|
321
|
+
break
|
|
322
|
+
|
|
323
|
+
default:
|
|
324
|
+
throw unsupportedURLType(urlparse.protocol, res.rawSpec)
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
return res
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
function fromAlias (res, where) {
|
|
331
|
+
const subSpec = npa(res.rawSpec.substr(4), where);
|
|
332
|
+
if (subSpec.type === 'alias')
|
|
333
|
+
throw new Error('nested aliases not supported')
|
|
334
|
+
|
|
335
|
+
if (!subSpec.registry)
|
|
336
|
+
throw new Error('aliases only work for registry deps')
|
|
337
|
+
|
|
338
|
+
res.subSpec = subSpec;
|
|
339
|
+
res.registry = true;
|
|
340
|
+
res.type = 'alias';
|
|
341
|
+
res.saveSpec = null;
|
|
342
|
+
res.fetchSpec = null;
|
|
343
|
+
return res
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
function fromRegistry (res) {
|
|
347
|
+
res.registry = true;
|
|
348
|
+
const spec = res.rawSpec === '' ? 'latest' : res.rawSpec.trim();
|
|
349
|
+
// no save spec for registry components as we save based on the fetched
|
|
350
|
+
// version, not on the argument so this can't compute that.
|
|
351
|
+
res.saveSpec = null;
|
|
352
|
+
res.fetchSpec = spec;
|
|
353
|
+
const version = semver.valid(spec, true);
|
|
354
|
+
const range = semver.validRange(spec, true);
|
|
355
|
+
if (version)
|
|
356
|
+
res.type = 'version';
|
|
357
|
+
else if (range)
|
|
358
|
+
res.type = 'range';
|
|
359
|
+
else {
|
|
360
|
+
if (encodeURIComponent(spec) !== spec)
|
|
361
|
+
throw invalidTagName(spec)
|
|
362
|
+
|
|
363
|
+
res.type = 'tag';
|
|
364
|
+
}
|
|
365
|
+
return res
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
module.exports = npa$1.npa.exports;
|
|
369
|
+
//# sourceMappingURL=npa.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"npa.cjs","sources":["../../../../node_modules/npm-package-arg/npa.js"],"sourcesContent":["'use strict'\nmodule.exports = npa\nmodule.exports.resolve = resolve\nmodule.exports.Result = Result\n\nconst url = require('url')\nconst HostedGit = require('hosted-git-info')\nconst semver = require('semver')\nconst path = global.FAKE_WINDOWS ? require('path').win32 : require('path')\nconst validatePackageName = require('validate-npm-package-name')\nconst { homedir } = require('os')\n\nconst isWindows = process.platform === 'win32' || global.FAKE_WINDOWS\nconst hasSlashes = isWindows ? /\\\\|[/]/ : /[/]/\nconst isURL = /^(?:git[+])?[a-z]+:/i\nconst isGit = /^[^@]+@[^:.]+\\.[^:]+:.+$/i\nconst isFilename = /[.](?:tgz|tar.gz|tar)$/i\n\nfunction npa (arg, where) {\n let name\n let spec\n if (typeof arg === 'object') {\n if (arg instanceof Result && (!where || where === arg.where))\n return arg\n else if (arg.name && arg.rawSpec)\n return npa.resolve(arg.name, arg.rawSpec, where || arg.where)\n else\n return npa(arg.raw, where || arg.where)\n }\n const nameEndsAt = arg[0] === '@' ? arg.slice(1).indexOf('@') + 1 : arg.indexOf('@')\n const namePart = nameEndsAt > 0 ? arg.slice(0, nameEndsAt) : arg\n if (isURL.test(arg))\n spec = arg\n else if (isGit.test(arg))\n spec = `git+ssh://${arg}`\n else if (namePart[0] !== '@' && (hasSlashes.test(namePart) || isFilename.test(namePart)))\n spec = arg\n else if (nameEndsAt > 0) {\n name = namePart\n spec = arg.slice(nameEndsAt + 1)\n } else {\n const valid = validatePackageName(arg)\n if (valid.validForOldPackages)\n name = arg\n else\n spec = arg\n }\n return resolve(name, spec, where, arg)\n}\n\nconst isFilespec = isWindows ? /^(?:[.]|~[/]|[/\\\\]|[a-zA-Z]:)/ : /^(?:[.]|~[/]|[/]|[a-zA-Z]:)/\n\nfunction resolve (name, spec, where, arg) {\n const res = new Result({\n raw: arg,\n name: name,\n rawSpec: spec,\n fromArgument: arg != null,\n })\n\n if (name)\n res.setName(name)\n\n if (spec && (isFilespec.test(spec) || /^file:/i.test(spec)))\n return fromFile(res, where)\n else if (spec && /^npm:/i.test(spec))\n return fromAlias(res, where)\n\n const hosted = HostedGit.fromUrl(spec, {\n noGitPlus: true,\n noCommittish: true,\n })\n if (hosted)\n return fromHostedGit(res, hosted)\n else if (spec && isURL.test(spec))\n return fromURL(res)\n else if (spec && (hasSlashes.test(spec) || isFilename.test(spec)))\n return fromFile(res, where)\n else\n return fromRegistry(res)\n}\n\nfunction invalidPackageName (name, valid) {\n const err = new Error(`Invalid package name \"${name}\": ${valid.errors.join('; ')}`)\n err.code = 'EINVALIDPACKAGENAME'\n return err\n}\nfunction invalidTagName (name) {\n const err = new Error(`Invalid tag name \"${name}\": Tags may not have any characters that encodeURIComponent encodes.`)\n err.code = 'EINVALIDTAGNAME'\n return err\n}\n\nfunction Result (opts) {\n this.type = opts.type\n this.registry = opts.registry\n this.where = opts.where\n if (opts.raw == null)\n this.raw = opts.name ? opts.name + '@' + opts.rawSpec : opts.rawSpec\n else\n this.raw = opts.raw\n\n this.name = undefined\n this.escapedName = undefined\n this.scope = undefined\n this.rawSpec = opts.rawSpec == null ? '' : opts.rawSpec\n this.saveSpec = opts.saveSpec\n this.fetchSpec = opts.fetchSpec\n if (opts.name)\n this.setName(opts.name)\n this.gitRange = opts.gitRange\n this.gitCommittish = opts.gitCommittish\n this.hosted = opts.hosted\n}\n\nResult.prototype.setName = function (name) {\n const valid = validatePackageName(name)\n if (!valid.validForOldPackages)\n throw invalidPackageName(name, valid)\n\n this.name = name\n this.scope = name[0] === '@' ? name.slice(0, name.indexOf('/')) : undefined\n // scoped packages in couch must have slash url-encoded, e.g. @foo%2Fbar\n this.escapedName = name.replace('/', '%2f')\n return this\n}\n\nResult.prototype.toString = function () {\n const full = []\n if (this.name != null && this.name !== '')\n full.push(this.name)\n const spec = this.saveSpec || this.fetchSpec || this.rawSpec\n if (spec != null && spec !== '')\n full.push(spec)\n return full.length ? full.join('@') : this.raw\n}\n\nResult.prototype.toJSON = function () {\n const result = Object.assign({}, this)\n delete result.hosted\n return result\n}\n\nfunction setGitCommittish (res, committish) {\n if (committish != null && committish.length >= 7 && committish.slice(0, 7) === 'semver:') {\n res.gitRange = decodeURIComponent(committish.slice(7))\n res.gitCommittish = null\n } else\n res.gitCommittish = committish === '' ? null : committish\n\n return res\n}\n\nfunction fromFile (res, where) {\n if (!where)\n where = process.cwd()\n res.type = isFilename.test(res.rawSpec) ? 'file' : 'directory'\n res.where = where\n\n // always put the '/' on where when resolving urls, or else\n // file:foo from /path/to/bar goes to /path/to/foo, when we want\n // it to be /path/to/foo/bar\n\n let specUrl\n let resolvedUrl\n const prefix = (!/^file:/.test(res.rawSpec) ? 'file:' : '')\n const rawWithPrefix = prefix + res.rawSpec\n let rawNoPrefix = rawWithPrefix.replace(/^file:/, '')\n try {\n resolvedUrl = new url.URL(rawWithPrefix, `file://${path.resolve(where)}/`)\n specUrl = new url.URL(rawWithPrefix)\n } catch (originalError) {\n const er = new Error('Invalid file: URL, must comply with RFC 8909')\n throw Object.assign(er, {\n raw: res.rawSpec,\n spec: res,\n where,\n originalError,\n })\n }\n\n // environment switch for testing\n if (process.env.NPM_PACKAGE_ARG_8909_STRICT !== '1') {\n // XXX backwards compatibility lack of compliance with 8909\n // Remove when we want a breaking change to come into RFC compliance.\n if (resolvedUrl.host && resolvedUrl.host !== 'localhost') {\n const rawSpec = res.rawSpec.replace(/^file:\\/\\//, 'file:///')\n resolvedUrl = new url.URL(rawSpec, `file://${path.resolve(where)}/`)\n specUrl = new url.URL(rawSpec)\n rawNoPrefix = rawSpec.replace(/^file:/, '')\n }\n // turn file:/../foo into file:../foo\n if (/^\\/\\.\\.?(\\/|$)/.test(rawNoPrefix)) {\n const rawSpec = res.rawSpec.replace(/^file:\\//, 'file:')\n resolvedUrl = new url.URL(rawSpec, `file://${path.resolve(where)}/`)\n specUrl = new url.URL(rawSpec)\n rawNoPrefix = rawSpec.replace(/^file:/, '')\n }\n // XXX end 8909 violation backwards compatibility section\n }\n\n // file:foo - relative url to ./foo\n // file:/foo - absolute path /foo\n // file:///foo - absolute path to /foo, no authority host\n // file://localhost/foo - absolute path to /foo, on localhost\n // file://foo - absolute path to / on foo host (error!)\n if (resolvedUrl.host && resolvedUrl.host !== 'localhost') {\n const msg = `Invalid file: URL, must be absolute if // present`\n throw Object.assign(new Error(msg), {\n raw: res.rawSpec,\n parsed: resolvedUrl,\n })\n }\n\n // turn /C:/blah into just C:/blah on windows\n let specPath = decodeURIComponent(specUrl.pathname)\n let resolvedPath = decodeURIComponent(resolvedUrl.pathname)\n if (isWindows) {\n specPath = specPath.replace(/^\\/+([a-z]:\\/)/i, '$1')\n resolvedPath = resolvedPath.replace(/^\\/+([a-z]:\\/)/i, '$1')\n }\n\n // replace ~ with homedir, but keep the ~ in the saveSpec\n // otherwise, make it relative to where param\n if (/^\\/~(\\/|$)/.test(specPath)) {\n res.saveSpec = `file:${specPath.substr(1)}`\n resolvedPath = path.resolve(homedir(), specPath.substr(3))\n } else if (!path.isAbsolute(rawNoPrefix))\n res.saveSpec = `file:${path.relative(where, resolvedPath)}`\n else\n res.saveSpec = `file:${path.resolve(resolvedPath)}`\n\n res.fetchSpec = path.resolve(where, resolvedPath)\n return res\n}\n\nfunction fromHostedGit (res, hosted) {\n res.type = 'git'\n res.hosted = hosted\n res.saveSpec = hosted.toString({ noGitPlus: false, noCommittish: false })\n res.fetchSpec = hosted.getDefaultRepresentation() === 'shortcut' ? null : hosted.toString()\n return setGitCommittish(res, hosted.committish)\n}\n\nfunction unsupportedURLType (protocol, spec) {\n const err = new Error(`Unsupported URL Type \"${protocol}\": ${spec}`)\n err.code = 'EUNSUPPORTEDPROTOCOL'\n return err\n}\n\nfunction matchGitScp (spec) {\n // git ssh specifiers are overloaded to also use scp-style git\n // specifiers, so we have to parse those out and treat them special.\n // They are NOT true URIs, so we can't hand them to `url.parse`.\n //\n // This regex looks for things that look like:\n // git+ssh://git@my.custom.git.com:username/project.git#deadbeef\n //\n // ...and various combinations. The username in the beginning is *required*.\n const matched = spec.match(/^git\\+ssh:\\/\\/([^:#]+:[^#]+(?:\\.git)?)(?:#(.*))?$/i)\n return matched && !matched[1].match(/:[0-9]+\\/?.*$/i) && {\n fetchSpec: matched[1],\n gitCommittish: matched[2] == null ? null : matched[2],\n }\n}\n\nfunction fromURL (res) {\n // eslint-disable-next-line node/no-deprecated-api\n const urlparse = url.parse(res.rawSpec)\n res.saveSpec = res.rawSpec\n // check the protocol, and then see if it's git or not\n switch (urlparse.protocol) {\n case 'git:':\n case 'git+http:':\n case 'git+https:':\n case 'git+rsync:':\n case 'git+ftp:':\n case 'git+file:':\n case 'git+ssh:': {\n res.type = 'git'\n const match = urlparse.protocol === 'git+ssh:' ? matchGitScp(res.rawSpec)\n : null\n if (match) {\n setGitCommittish(res, match.gitCommittish)\n res.fetchSpec = match.fetchSpec\n } else {\n setGitCommittish(res, urlparse.hash != null ? urlparse.hash.slice(1) : '')\n urlparse.protocol = urlparse.protocol.replace(/^git[+]/, '')\n if (urlparse.protocol === 'file:' && /^git\\+file:\\/\\/[a-z]:/i.test(res.rawSpec)) {\n // keep the drive letter : on windows file paths\n urlparse.host += ':'\n urlparse.hostname += ':'\n }\n delete urlparse.hash\n res.fetchSpec = url.format(urlparse)\n }\n break\n }\n case 'http:':\n case 'https:':\n res.type = 'remote'\n res.fetchSpec = res.saveSpec\n break\n\n default:\n throw unsupportedURLType(urlparse.protocol, res.rawSpec)\n }\n\n return res\n}\n\nfunction fromAlias (res, where) {\n const subSpec = npa(res.rawSpec.substr(4), where)\n if (subSpec.type === 'alias')\n throw new Error('nested aliases not supported')\n\n if (!subSpec.registry)\n throw new Error('aliases only work for registry deps')\n\n res.subSpec = subSpec\n res.registry = true\n res.type = 'alias'\n res.saveSpec = null\n res.fetchSpec = null\n return res\n}\n\nfunction fromRegistry (res) {\n res.registry = true\n const spec = res.rawSpec === '' ? 'latest' : res.rawSpec.trim()\n // no save spec for registry components as we save based on the fetched\n // version, not on the argument so this can't compute that.\n res.saveSpec = null\n res.fetchSpec = spec\n const version = semver.valid(spec, true)\n const range = semver.validRange(spec, true)\n if (version)\n res.type = 'version'\n else if (range)\n res.type = 'range'\n else {\n if (encodeURIComponent(spec) !== spec)\n throw invalidTagName(spec)\n\n res.type = 'tag'\n }\n return res\n}\n"],"names":["npaModule","npa_1","require$$0","require$$1","require$$2","global","require$$3","require$$4","require$$5"],"mappings":"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"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const index = require('../error-ex/index.cjs');
|
|
4
|
+
const index$1 = require('../json-parse-even-better-errors/index.cjs');
|
|
5
|
+
require('../lines-and-columns/build/index.cjs');
|
|
6
|
+
require('../@babel/code-frame/lib/index.cjs');
|
|
7
|
+
const index$2 = require('../../_virtual/index6.cjs');
|
|
8
|
+
const index$3 = require('../../_virtual/index7.cjs');
|
|
9
|
+
|
|
10
|
+
const errorEx = index;
|
|
11
|
+
const fallback = index$1;
|
|
12
|
+
const {default: LinesAndColumns} = index$2.__exports;
|
|
13
|
+
const {codeFrameColumns} = index$3.__exports;
|
|
14
|
+
|
|
15
|
+
const JSONError = errorEx('JSONError', {
|
|
16
|
+
fileName: errorEx.append('in %s'),
|
|
17
|
+
codeFrame: errorEx.append('\n\n%s\n')
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const parseJson = (string, reviver, filename) => {
|
|
21
|
+
if (typeof reviver === 'string') {
|
|
22
|
+
filename = reviver;
|
|
23
|
+
reviver = null;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
try {
|
|
27
|
+
try {
|
|
28
|
+
return JSON.parse(string, reviver);
|
|
29
|
+
} catch (error) {
|
|
30
|
+
fallback(string, reviver);
|
|
31
|
+
throw error;
|
|
32
|
+
}
|
|
33
|
+
} catch (error) {
|
|
34
|
+
error.message = error.message.replace(/\n/g, '');
|
|
35
|
+
const indexMatch = error.message.match(/in JSON at position (\d+) while parsing/);
|
|
36
|
+
|
|
37
|
+
const jsonError = new JSONError(error);
|
|
38
|
+
if (filename) {
|
|
39
|
+
jsonError.fileName = filename;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
if (indexMatch && indexMatch.length > 0) {
|
|
43
|
+
const lines = new LinesAndColumns(string);
|
|
44
|
+
const index = Number(indexMatch[1]);
|
|
45
|
+
const location = lines.locationForIndex(index);
|
|
46
|
+
|
|
47
|
+
const codeFrame = codeFrameColumns(
|
|
48
|
+
string,
|
|
49
|
+
{start: {line: location.line + 1, column: location.column + 1}},
|
|
50
|
+
{highlightCode: true}
|
|
51
|
+
);
|
|
52
|
+
|
|
53
|
+
jsonError.codeFrame = codeFrame;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
throw jsonError;
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
parseJson.JSONError = JSONError;
|
|
61
|
+
|
|
62
|
+
var parseJson_1 = parseJson;
|
|
63
|
+
|
|
64
|
+
module.exports = parseJson_1;
|
|
65
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../node_modules/parse-json/index.js"],"sourcesContent":["'use strict';\nconst errorEx = require('error-ex');\nconst fallback = require('json-parse-even-better-errors');\nconst {default: LinesAndColumns} = require('lines-and-columns');\nconst {codeFrameColumns} = require('@babel/code-frame');\n\nconst JSONError = errorEx('JSONError', {\n\tfileName: errorEx.append('in %s'),\n\tcodeFrame: errorEx.append('\\n\\n%s\\n')\n});\n\nconst parseJson = (string, reviver, filename) => {\n\tif (typeof reviver === 'string') {\n\t\tfilename = reviver;\n\t\treviver = null;\n\t}\n\n\ttry {\n\t\ttry {\n\t\t\treturn JSON.parse(string, reviver);\n\t\t} catch (error) {\n\t\t\tfallback(string, reviver);\n\t\t\tthrow error;\n\t\t}\n\t} catch (error) {\n\t\terror.message = error.message.replace(/\\n/g, '');\n\t\tconst indexMatch = error.message.match(/in JSON at position (\\d+) while parsing/);\n\n\t\tconst jsonError = new JSONError(error);\n\t\tif (filename) {\n\t\t\tjsonError.fileName = filename;\n\t\t}\n\n\t\tif (indexMatch && indexMatch.length > 0) {\n\t\t\tconst lines = new LinesAndColumns(string);\n\t\t\tconst index = Number(indexMatch[1]);\n\t\t\tconst location = lines.locationForIndex(index);\n\n\t\t\tconst codeFrame = codeFrameColumns(\n\t\t\t\tstring,\n\t\t\t\t{start: {line: location.line + 1, column: location.column + 1}},\n\t\t\t\t{highlightCode: true}\n\t\t\t);\n\n\t\t\tjsonError.codeFrame = codeFrame;\n\t\t}\n\n\t\tthrow jsonError;\n\t}\n};\n\nparseJson.JSONError = JSONError;\n\nmodule.exports = parseJson;\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;;;;;AACA,MAAM,OAAO,GAAGA,KAAmB,CAAC;AACpC,MAAM,QAAQ,GAAGC,OAAwC,CAAC;AAC1D,MAAM,CAAC,OAAO,EAAE,eAAe,CAAC,GAAGC,iBAA4B,CAAC;AAChE,MAAM,CAAC,gBAAgB,CAAC,GAAGC,iBAA4B,CAAC;AACxD;AACA,MAAM,SAAS,GAAG,OAAO,CAAC,WAAW,EAAE;AACvC,CAAC,QAAQ,EAAE,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC;AAClC,CAAC,SAAS,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC;AACtC,CAAC,CAAC,CAAC;AACH;AACA,MAAM,SAAS,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,QAAQ,KAAK;AACjD,CAAC,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;AAClC,EAAE,QAAQ,GAAG,OAAO,CAAC;AACrB,EAAE,OAAO,GAAG,IAAI,CAAC;AACjB,EAAE;AACF;AACA,CAAC,IAAI;AACL,EAAE,IAAI;AACN,GAAG,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AACtC,GAAG,CAAC,OAAO,KAAK,EAAE;AAClB,GAAG,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAC7B,GAAG,MAAM,KAAK,CAAC;AACf,GAAG;AACH,EAAE,CAAC,OAAO,KAAK,EAAE;AACjB,EAAE,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;AACnD,EAAE,MAAM,UAAU,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,yCAAyC,CAAC,CAAC;AACpF;AACA,EAAE,MAAM,SAAS,GAAG,IAAI,SAAS,CAAC,KAAK,CAAC,CAAC;AACzC,EAAE,IAAI,QAAQ,EAAE;AAChB,GAAG,SAAS,CAAC,QAAQ,GAAG,QAAQ,CAAC;AACjC,GAAG;AACH;AACA,EAAE,IAAI,UAAU,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE;AAC3C,GAAG,MAAM,KAAK,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;AAC7C,GAAG,MAAM,KAAK,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;AACvC,GAAG,MAAM,QAAQ,GAAG,KAAK,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC;AAClD;AACA,GAAG,MAAM,SAAS,GAAG,gBAAgB;AACrC,IAAI,MAAM;AACV,IAAI,CAAC,KAAK,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,GAAG,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AACnE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC;AACzB,IAAI,CAAC;AACL;AACA,GAAG,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC;AACnC,GAAG;AACH;AACA,EAAE,MAAM,SAAS,CAAC;AAClB,EAAE;AACF,CAAC,CAAC;AACF;AACA,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC;AAChC;AACA,IAAA,WAAc,GAAG;;;;"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const processFn = (fn, options) => function (...args) {
|
|
4
|
+
const P = options.promiseModule;
|
|
5
|
+
|
|
6
|
+
return new P((resolve, reject) => {
|
|
7
|
+
if (options.multiArgs) {
|
|
8
|
+
args.push((...result) => {
|
|
9
|
+
if (options.errorFirst) {
|
|
10
|
+
if (result[0]) {
|
|
11
|
+
reject(result);
|
|
12
|
+
} else {
|
|
13
|
+
result.shift();
|
|
14
|
+
resolve(result);
|
|
15
|
+
}
|
|
16
|
+
} else {
|
|
17
|
+
resolve(result);
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
} else if (options.errorFirst) {
|
|
21
|
+
args.push((error, result) => {
|
|
22
|
+
if (error) {
|
|
23
|
+
reject(error);
|
|
24
|
+
} else {
|
|
25
|
+
resolve(result);
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
} else {
|
|
29
|
+
args.push(resolve);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
fn.apply(this, args);
|
|
33
|
+
});
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
var pify = (input, options) => {
|
|
37
|
+
options = Object.assign({
|
|
38
|
+
exclude: [/.+(Sync|Stream)$/],
|
|
39
|
+
errorFirst: true,
|
|
40
|
+
promiseModule: Promise
|
|
41
|
+
}, options);
|
|
42
|
+
|
|
43
|
+
const objType = typeof input;
|
|
44
|
+
if (!(input !== null && (objType === 'object' || objType === 'function'))) {
|
|
45
|
+
throw new TypeError(`Expected \`input\` to be a \`Function\` or \`Object\`, got \`${input === null ? 'null' : objType}\``);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
const filter = key => {
|
|
49
|
+
const match = pattern => typeof pattern === 'string' ? key === pattern : pattern.test(key);
|
|
50
|
+
return options.include ? options.include.some(match) : !options.exclude.some(match);
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
let ret;
|
|
54
|
+
if (objType === 'function') {
|
|
55
|
+
ret = function (...args) {
|
|
56
|
+
return options.excludeMain ? input(...args) : processFn(input, options).apply(this, args);
|
|
57
|
+
};
|
|
58
|
+
} else {
|
|
59
|
+
ret = Object.create(Object.getPrototypeOf(input));
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
for (const key in input) { // eslint-disable-line guard-for-in
|
|
63
|
+
const property = input[key];
|
|
64
|
+
ret[key] = typeof property === 'function' && filter(key) ? processFn(property, options) : property;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
return ret;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
module.exports = pify;
|
|
71
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../node_modules/pify/index.js"],"sourcesContent":["'use strict';\n\nconst processFn = (fn, options) => function (...args) {\n\tconst P = options.promiseModule;\n\n\treturn new P((resolve, reject) => {\n\t\tif (options.multiArgs) {\n\t\t\targs.push((...result) => {\n\t\t\t\tif (options.errorFirst) {\n\t\t\t\t\tif (result[0]) {\n\t\t\t\t\t\treject(result);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult.shift();\n\t\t\t\t\t\tresolve(result);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresolve(result);\n\t\t\t\t}\n\t\t\t});\n\t\t} else if (options.errorFirst) {\n\t\t\targs.push((error, result) => {\n\t\t\t\tif (error) {\n\t\t\t\t\treject(error);\n\t\t\t\t} else {\n\t\t\t\t\tresolve(result);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\targs.push(resolve);\n\t\t}\n\n\t\tfn.apply(this, args);\n\t});\n};\n\nmodule.exports = (input, options) => {\n\toptions = Object.assign({\n\t\texclude: [/.+(Sync|Stream)$/],\n\t\terrorFirst: true,\n\t\tpromiseModule: Promise\n\t}, options);\n\n\tconst objType = typeof input;\n\tif (!(input !== null && (objType === 'object' || objType === 'function'))) {\n\t\tthrow new TypeError(`Expected \\`input\\` to be a \\`Function\\` or \\`Object\\`, got \\`${input === null ? 'null' : objType}\\``);\n\t}\n\n\tconst filter = key => {\n\t\tconst match = pattern => typeof pattern === 'string' ? key === pattern : pattern.test(key);\n\t\treturn options.include ? options.include.some(match) : !options.exclude.some(match);\n\t};\n\n\tlet ret;\n\tif (objType === 'function') {\n\t\tret = function (...args) {\n\t\t\treturn options.excludeMain ? input(...args) : processFn(input, options).apply(this, args);\n\t\t};\n\t} else {\n\t\tret = Object.create(Object.getPrototypeOf(input));\n\t}\n\n\tfor (const key in input) { // eslint-disable-line guard-for-in\n\t\tconst property = input[key];\n\t\tret[key] = typeof property === 'function' && filter(key) ? processFn(property, options) : property;\n\t}\n\n\treturn ret;\n};\n"],"names":[],"mappings":"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"}
|