@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.
Files changed (714) hide show
  1. package/dist/cjs/_virtual/git-host-info.cjs +8 -0
  2. package/dist/cjs/_virtual/git-host-info.cjs.map +1 -0
  3. package/dist/cjs/_virtual/index3.cjs +2 -2
  4. package/dist/cjs/_virtual/index4.cjs +2 -2
  5. package/dist/cjs/_virtual/inherits.cjs +8 -0
  6. package/dist/cjs/_virtual/inherits.cjs.map +1 -0
  7. package/dist/cjs/_virtual/inherits_browser.cjs +8 -0
  8. package/dist/cjs/_virtual/inherits_browser.cjs.map +1 -0
  9. package/dist/cjs/_virtual/path.cjs +8 -0
  10. package/dist/cjs/_virtual/path.cjs.map +1 -0
  11. package/dist/cjs/_virtual/re2.cjs +8 -0
  12. package/dist/cjs/_virtual/re2.cjs.map +1 -0
  13. package/dist/cjs/_virtual/util.cjs +8 -0
  14. package/dist/cjs/_virtual/util.cjs.map +1 -0
  15. package/dist/cjs/node_modules/builtins/index.cjs +96 -0
  16. package/dist/cjs/node_modules/builtins/index.cjs.map +1 -0
  17. package/dist/cjs/node_modules/lru-cache/index.cjs +343 -332
  18. package/dist/cjs/node_modules/lru-cache/index.cjs.map +1 -1
  19. package/dist/cjs/node_modules/path/path.cjs +612 -0
  20. package/dist/cjs/node_modules/path/path.cjs.map +1 -0
  21. package/dist/cjs/node_modules/semver/classes/comparator.cjs +7 -9
  22. package/dist/cjs/node_modules/semver/classes/comparator.cjs.map +1 -1
  23. package/dist/cjs/node_modules/semver/classes/range.cjs +29 -39
  24. package/dist/cjs/node_modules/semver/classes/range.cjs.map +1 -1
  25. package/dist/cjs/node_modules/semver/classes/semver.cjs +301 -292
  26. package/dist/cjs/node_modules/semver/classes/semver.cjs.map +1 -1
  27. package/dist/cjs/node_modules/semver/functions/clean.cjs +18 -8
  28. package/dist/cjs/node_modules/semver/functions/clean.cjs.map +1 -1
  29. package/dist/cjs/node_modules/semver/functions/cmp.cjs +56 -50
  30. package/dist/cjs/node_modules/semver/functions/cmp.cjs.map +1 -1
  31. package/dist/cjs/node_modules/semver/functions/coerce.cjs +66 -58
  32. package/dist/cjs/node_modules/semver/functions/coerce.cjs.map +1 -1
  33. package/dist/cjs/node_modules/semver/functions/compare-build.cjs +18 -8
  34. package/dist/cjs/node_modules/semver/functions/compare-build.cjs.map +1 -1
  35. package/dist/cjs/node_modules/semver/functions/compare-loose.cjs +15 -5
  36. package/dist/cjs/node_modules/semver/functions/compare-loose.cjs.map +1 -1
  37. package/dist/cjs/node_modules/semver/functions/compare.cjs +15 -5
  38. package/dist/cjs/node_modules/semver/functions/compare.cjs.map +1 -1
  39. package/dist/cjs/node_modules/semver/functions/diff.cjs +35 -25
  40. package/dist/cjs/node_modules/semver/functions/diff.cjs.map +1 -1
  41. package/dist/cjs/node_modules/semver/functions/eq.cjs +15 -5
  42. package/dist/cjs/node_modules/semver/functions/eq.cjs.map +1 -1
  43. package/dist/cjs/node_modules/semver/functions/gt.cjs +15 -5
  44. package/dist/cjs/node_modules/semver/functions/gt.cjs.map +1 -1
  45. package/dist/cjs/node_modules/semver/functions/gte.cjs +15 -5
  46. package/dist/cjs/node_modules/semver/functions/gte.cjs.map +1 -1
  47. package/dist/cjs/node_modules/semver/functions/inc.cjs +24 -17
  48. package/dist/cjs/node_modules/semver/functions/inc.cjs.map +1 -1
  49. package/dist/cjs/node_modules/semver/functions/lt.cjs +15 -5
  50. package/dist/cjs/node_modules/semver/functions/lt.cjs.map +1 -1
  51. package/dist/cjs/node_modules/semver/functions/lte.cjs +15 -5
  52. package/dist/cjs/node_modules/semver/functions/lte.cjs.map +1 -1
  53. package/dist/cjs/node_modules/semver/functions/major.cjs +14 -4
  54. package/dist/cjs/node_modules/semver/functions/major.cjs.map +1 -1
  55. package/dist/cjs/node_modules/semver/functions/minor.cjs +14 -4
  56. package/dist/cjs/node_modules/semver/functions/minor.cjs.map +1 -1
  57. package/dist/cjs/node_modules/semver/functions/neq.cjs +15 -5
  58. package/dist/cjs/node_modules/semver/functions/neq.cjs.map +1 -1
  59. package/dist/cjs/node_modules/semver/functions/parse.cjs +48 -39
  60. package/dist/cjs/node_modules/semver/functions/parse.cjs.map +1 -1
  61. package/dist/cjs/node_modules/semver/functions/patch.cjs +14 -4
  62. package/dist/cjs/node_modules/semver/functions/patch.cjs.map +1 -1
  63. package/dist/cjs/node_modules/semver/functions/prerelease.cjs +18 -8
  64. package/dist/cjs/node_modules/semver/functions/prerelease.cjs.map +1 -1
  65. package/dist/cjs/node_modules/semver/functions/rcompare.cjs +15 -5
  66. package/dist/cjs/node_modules/semver/functions/rcompare.cjs.map +1 -1
  67. package/dist/cjs/node_modules/semver/functions/rsort.cjs +15 -5
  68. package/dist/cjs/node_modules/semver/functions/rsort.cjs.map +1 -1
  69. package/dist/cjs/node_modules/semver/functions/satisfies.cjs +21 -11
  70. package/dist/cjs/node_modules/semver/functions/satisfies.cjs.map +1 -1
  71. package/dist/cjs/node_modules/semver/functions/sort.cjs +15 -5
  72. package/dist/cjs/node_modules/semver/functions/sort.cjs.map +1 -1
  73. package/dist/cjs/node_modules/semver/functions/valid.cjs +18 -8
  74. package/dist/cjs/node_modules/semver/functions/valid.cjs.map +1 -1
  75. package/dist/cjs/node_modules/semver/index.cjs +60 -51
  76. package/dist/cjs/node_modules/semver/index.cjs.map +1 -1
  77. package/dist/cjs/node_modules/semver/internal/constants.cjs +25 -15
  78. package/dist/cjs/node_modules/semver/internal/constants.cjs.map +1 -1
  79. package/dist/cjs/node_modules/semver/internal/debug.cjs +19 -9
  80. package/dist/cjs/node_modules/semver/internal/debug.cjs.map +1 -1
  81. package/dist/cjs/node_modules/semver/internal/identifiers.cjs +35 -25
  82. package/dist/cjs/node_modules/semver/internal/identifiers.cjs.map +1 -1
  83. package/dist/cjs/node_modules/semver/internal/parse-options.cjs +22 -12
  84. package/dist/cjs/node_modules/semver/internal/parse-options.cjs.map +1 -1
  85. package/dist/cjs/node_modules/semver/internal/re.cjs +173 -162
  86. package/dist/cjs/node_modules/semver/internal/re.cjs.map +1 -1
  87. package/dist/cjs/node_modules/semver/ranges/gtr.cjs +16 -6
  88. package/dist/cjs/node_modules/semver/ranges/gtr.cjs.map +1 -1
  89. package/dist/cjs/node_modules/semver/ranges/intersects.cjs +18 -8
  90. package/dist/cjs/node_modules/semver/ranges/intersects.cjs.map +1 -1
  91. package/dist/cjs/node_modules/semver/ranges/ltr.cjs +16 -6
  92. package/dist/cjs/node_modules/semver/ranges/ltr.cjs.map +1 -1
  93. package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs +35 -25
  94. package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs.map +1 -1
  95. package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs +35 -25
  96. package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs.map +1 -1
  97. package/dist/cjs/node_modules/semver/ranges/min-version.cjs +65 -56
  98. package/dist/cjs/node_modules/semver/ranges/min-version.cjs.map +1 -1
  99. package/dist/cjs/node_modules/semver/ranges/outside.cjs +86 -76
  100. package/dist/cjs/node_modules/semver/ranges/outside.cjs.map +1 -1
  101. package/dist/cjs/node_modules/semver/ranges/simplify.cjs +56 -49
  102. package/dist/cjs/node_modules/semver/ranges/simplify.cjs.map +1 -1
  103. package/dist/cjs/node_modules/semver/ranges/subset.cjs +177 -249
  104. package/dist/cjs/node_modules/semver/ranges/subset.cjs.map +1 -1
  105. package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs +17 -7
  106. package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs.map +1 -1
  107. package/dist/cjs/node_modules/semver/ranges/valid.cjs +22 -12
  108. package/dist/cjs/node_modules/semver/ranges/valid.cjs.map +1 -1
  109. package/dist/cjs/node_modules/util/node_modules/inherits/inherits.cjs +27 -0
  110. package/dist/cjs/node_modules/util/node_modules/inherits/inherits.cjs.map +1 -0
  111. package/dist/cjs/node_modules/util/node_modules/inherits/inherits_browser.cjs +39 -0
  112. package/dist/cjs/node_modules/util/node_modules/inherits/inherits_browser.cjs.map +1 -0
  113. package/dist/cjs/node_modules/util/support/isBuffer.cjs +8 -0
  114. package/dist/cjs/node_modules/util/support/isBuffer.cjs.map +1 -0
  115. package/dist/cjs/node_modules/util/util.cjs +605 -0
  116. package/dist/cjs/node_modules/util/util.cjs.map +1 -0
  117. package/dist/cjs/node_modules/yallist/iterator.cjs.map +1 -1
  118. package/dist/cjs/node_modules/yallist/yallist.cjs +435 -425
  119. package/dist/cjs/node_modules/yallist/yallist.cjs.map +1 -1
  120. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/code-frame/lib/index.cjs +2 -2
  121. package/dist/cjs/packages/lerna2codecov/node_modules/@babel/code-frame/lib/index.cjs.map +1 -0
  122. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/identifier.cjs +4 -4
  123. package/dist/cjs/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +1 -0
  124. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/index.cjs +5 -3
  125. package/dist/cjs/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +1 -0
  126. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/keyword.cjs +1 -1
  127. package/dist/cjs/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +1 -0
  128. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@babel/highlight/lib/index.cjs +4 -4
  129. package/dist/cjs/packages/lerna2codecov/node_modules/@babel/highlight/lib/index.cjs.map +1 -0
  130. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/@lerna/package/index.cjs +14 -12
  131. package/dist/cjs/packages/lerna2codecov/node_modules/@lerna/package/index.cjs.map +1 -0
  132. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/ansi-styles/index.cjs +1 -1
  133. package/dist/cjs/packages/lerna2codecov/node_modules/ansi-styles/index.cjs.map +1 -0
  134. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/chalk/index.cjs +2 -2
  135. package/dist/cjs/packages/lerna2codecov/node_modules/chalk/index.cjs.map +1 -0
  136. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/chalk/templates.cjs +0 -0
  137. package/dist/cjs/packages/lerna2codecov/node_modules/chalk/templates.cjs.map +1 -0
  138. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/color-convert/conversions.cjs +1 -1
  139. package/dist/cjs/packages/lerna2codecov/node_modules/color-convert/conversions.cjs.map +1 -0
  140. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/color-convert/index.cjs +1 -1
  141. package/dist/cjs/packages/lerna2codecov/node_modules/color-convert/index.cjs.map +1 -0
  142. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/color-convert/route.cjs +1 -1
  143. package/dist/cjs/packages/lerna2codecov/node_modules/color-convert/route.cjs.map +1 -0
  144. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/color-name/index.cjs +0 -0
  145. package/dist/cjs/packages/lerna2codecov/node_modules/color-name/index.cjs.map +1 -0
  146. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/error-ex/index.cjs +2 -6
  147. package/dist/cjs/packages/lerna2codecov/node_modules/error-ex/index.cjs.map +1 -0
  148. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/escape-string-regexp/index.cjs +0 -0
  149. package/dist/cjs/packages/lerna2codecov/node_modules/escape-string-regexp/index.cjs.map +1 -0
  150. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/clone.cjs +0 -0
  151. package/dist/cjs/packages/lerna2codecov/node_modules/graceful-fs/clone.cjs.map +1 -0
  152. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/graceful-fs.cjs +3 -4
  153. package/dist/cjs/packages/lerna2codecov/node_modules/graceful-fs/graceful-fs.cjs.map +1 -0
  154. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/legacy-streams.cjs +0 -0
  155. package/dist/cjs/packages/lerna2codecov/node_modules/graceful-fs/legacy-streams.cjs.map +1 -0
  156. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/polyfills.cjs +0 -0
  157. package/dist/cjs/packages/lerna2codecov/node_modules/graceful-fs/polyfills.cjs.map +1 -0
  158. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/has-flag/index.cjs +0 -0
  159. package/dist/cjs/packages/lerna2codecov/node_modules/has-flag/index.cjs.map +1 -0
  160. package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/git-host-info.cjs +94 -0
  161. package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/git-host-info.cjs.map +1 -0
  162. package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/git-host.cjs +172 -0
  163. package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/git-host.cjs.map +1 -0
  164. package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/index.cjs +170 -0
  165. package/dist/cjs/packages/lerna2codecov/node_modules/hosted-git-info/index.cjs.map +1 -0
  166. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/imurmurhash/imurmurhash.cjs +1 -1
  167. package/dist/cjs/packages/lerna2codecov/node_modules/imurmurhash/imurmurhash.cjs.map +1 -0
  168. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/is-arrayish/index.cjs +0 -0
  169. package/dist/cjs/packages/lerna2codecov/node_modules/is-arrayish/index.cjs.map +1 -0
  170. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/js-tokens/index.cjs +1 -1
  171. package/dist/cjs/packages/lerna2codecov/node_modules/js-tokens/index.cjs.map +1 -0
  172. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/json-parse-even-better-errors/index.cjs +0 -0
  173. package/dist/cjs/packages/lerna2codecov/node_modules/json-parse-even-better-errors/index.cjs.map +1 -0
  174. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/lines-and-columns/build/index.cjs +1 -1
  175. package/dist/cjs/packages/lerna2codecov/node_modules/lines-and-columns/build/index.cjs.map +1 -0
  176. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/load-json-file/index.cjs +10 -14
  177. package/dist/cjs/packages/lerna2codecov/node_modules/load-json-file/index.cjs.map +1 -0
  178. package/dist/cjs/packages/lerna2codecov/node_modules/lru-cache/index.cjs +350 -0
  179. package/dist/cjs/packages/lerna2codecov/node_modules/lru-cache/index.cjs.map +1 -0
  180. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/npm-package-arg/npa.cjs +97 -143
  181. package/dist/cjs/packages/lerna2codecov/node_modules/npm-package-arg/npa.cjs.map +1 -0
  182. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/parse-json/index.cjs +2 -2
  183. package/dist/cjs/packages/lerna2codecov/node_modules/parse-json/index.cjs.map +1 -0
  184. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/pify/index.cjs +0 -0
  185. package/dist/cjs/packages/lerna2codecov/node_modules/pify/index.cjs.map +1 -0
  186. package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/comparator.cjs +158 -0
  187. package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/comparator.cjs.map +1 -0
  188. package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/range.cjs +544 -0
  189. package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/range.cjs.map +1 -0
  190. package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/semver.cjs +308 -0
  191. package/dist/cjs/packages/lerna2codecov/node_modules/semver/classes/semver.cjs.map +1 -0
  192. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/clean.cjs +23 -0
  193. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/clean.cjs.map +1 -0
  194. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/cmp.cjs +74 -0
  195. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/cmp.cjs.map +1 -0
  196. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/coerce.cjs +71 -0
  197. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/coerce.cjs.map +1 -0
  198. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare-build.cjs +24 -0
  199. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare-build.cjs.map +1 -0
  200. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare-loose.cjs +20 -0
  201. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare-loose.cjs.map +1 -0
  202. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare.cjs +22 -0
  203. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/compare.cjs.map +1 -0
  204. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/diff.cjs +41 -0
  205. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/diff.cjs.map +1 -0
  206. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/eq.cjs +20 -0
  207. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/eq.cjs.map +1 -0
  208. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/gt.cjs +20 -0
  209. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/gt.cjs.map +1 -0
  210. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/gte.cjs +20 -0
  211. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/gte.cjs.map +1 -0
  212. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/inc.cjs +35 -0
  213. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/inc.cjs.map +1 -0
  214. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/lt.cjs +20 -0
  215. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/lt.cjs.map +1 -0
  216. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/lte.cjs +20 -0
  217. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/lte.cjs.map +1 -0
  218. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/major.cjs +20 -0
  219. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/major.cjs.map +1 -0
  220. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/minor.cjs +20 -0
  221. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/minor.cjs.map +1 -0
  222. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/neq.cjs +20 -0
  223. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/neq.cjs.map +1 -0
  224. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/parse.cjs +53 -0
  225. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/parse.cjs.map +1 -0
  226. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/patch.cjs +20 -0
  227. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/patch.cjs.map +1 -0
  228. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/prerelease.cjs +23 -0
  229. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/prerelease.cjs.map +1 -0
  230. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/rcompare.cjs +20 -0
  231. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/rcompare.cjs.map +1 -0
  232. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/rsort.cjs +20 -0
  233. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/rsort.cjs.map +1 -0
  234. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/satisfies.cjs +27 -0
  235. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/satisfies.cjs.map +1 -0
  236. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/sort.cjs +20 -0
  237. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/sort.cjs.map +1 -0
  238. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/valid.cjs +23 -0
  239. package/dist/cjs/packages/lerna2codecov/node_modules/semver/functions/valid.cjs.map +1 -0
  240. package/dist/cjs/packages/lerna2codecov/node_modules/semver/index.cjs +145 -0
  241. package/dist/cjs/packages/lerna2codecov/node_modules/semver/index.cjs.map +1 -0
  242. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/constants.cjs +32 -0
  243. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/constants.cjs.map +1 -0
  244. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/debug.cjs +24 -0
  245. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/debug.cjs.map +1 -0
  246. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/identifiers.cjs +38 -0
  247. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/identifiers.cjs.map +1 -0
  248. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/parse-options.cjs +26 -0
  249. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/parse-options.cjs.map +1 -0
  250. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/re.cjs +202 -0
  251. package/dist/cjs/packages/lerna2codecov/node_modules/semver/internal/re.cjs.map +1 -0
  252. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/gtr.cjs +21 -0
  253. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/gtr.cjs.map +1 -0
  254. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/intersects.cjs +24 -0
  255. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/intersects.cjs.map +1 -0
  256. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/ltr.cjs +21 -0
  257. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/ltr.cjs.map +1 -0
  258. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/max-satisfying.cjs +43 -0
  259. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/max-satisfying.cjs.map +1 -0
  260. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/min-satisfying.cjs +42 -0
  261. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/min-satisfying.cjs.map +1 -0
  262. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/min-version.cjs +80 -0
  263. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/min-version.cjs.map +1 -0
  264. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/outside.cjs +104 -0
  265. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/outside.cjs.map +1 -0
  266. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/simplify.cjs +65 -0
  267. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/simplify.cjs.map +1 -0
  268. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/subset.cjs +264 -0
  269. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/subset.cjs.map +1 -0
  270. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/to-comparators.cjs +25 -0
  271. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/to-comparators.cjs.map +1 -0
  272. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/valid.cjs +28 -0
  273. package/dist/cjs/packages/lerna2codecov/node_modules/semver/ranges/valid.cjs.map +1 -0
  274. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/signal-exit/index.cjs +2 -2
  275. package/dist/cjs/packages/lerna2codecov/node_modules/signal-exit/index.cjs.map +1 -0
  276. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/signal-exit/signals.cjs +1 -1
  277. package/dist/cjs/packages/lerna2codecov/node_modules/signal-exit/signals.cjs.map +1 -0
  278. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/strip-bom/index.cjs +0 -0
  279. package/dist/cjs/packages/lerna2codecov/node_modules/strip-bom/index.cjs.map +1 -0
  280. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/supports-color/index.cjs +3 -3
  281. package/dist/cjs/packages/lerna2codecov/node_modules/supports-color/index.cjs.map +1 -0
  282. package/dist/cjs/packages/lerna2codecov/node_modules/validate-npm-package-name/index.cjs +121 -0
  283. package/dist/cjs/packages/lerna2codecov/node_modules/validate-npm-package-name/index.cjs.map +1 -0
  284. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/index.cjs +5 -8
  285. package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/index.cjs.map +1 -0
  286. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/detect-indent/index.cjs +0 -0
  287. package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/detect-indent/index.cjs.map +1 -0
  288. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/is-plain-obj/index.cjs +0 -0
  289. package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs.map +1 -0
  290. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/make-dir/index.cjs +5 -5
  291. package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/make-dir/index.cjs.map +1 -0
  292. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/semver/semver.cjs +1 -1
  293. package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/semver/semver.cjs.map +1 -0
  294. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/sort-keys/index.cjs +0 -0
  295. package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/sort-keys/index.cjs.map +1 -0
  296. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/write-file-atomic/index.cjs +7 -10
  297. package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs.map +1 -0
  298. package/dist/cjs/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/write-json-file/index.cjs +6 -9
  299. package/dist/cjs/packages/lerna2codecov/node_modules/write-pkg/node_modules/write-json-file/index.cjs.map +1 -0
  300. package/dist/cjs/packages/lerna2codecov/node_modules/yallist/iterator.cjs +22 -0
  301. package/dist/cjs/packages/lerna2codecov/node_modules/yallist/iterator.cjs.map +1 -0
  302. package/dist/cjs/packages/lerna2codecov/node_modules/yallist/yallist.cjs +442 -0
  303. package/dist/cjs/packages/lerna2codecov/node_modules/yallist/yallist.cjs.map +1 -0
  304. package/dist/cjs/update-config.cjs +4 -3
  305. package/dist/cjs/update-config.cjs.map +1 -1
  306. package/dist/esm/_virtual/git-host-info.mjs +4 -0
  307. package/dist/esm/_virtual/git-host-info.mjs.map +1 -0
  308. package/dist/esm/_virtual/index3.mjs +2 -2
  309. package/dist/esm/_virtual/index4.mjs +2 -2
  310. package/dist/esm/_virtual/inherits.mjs +4 -0
  311. package/dist/esm/_virtual/inherits.mjs.map +1 -0
  312. package/dist/esm/_virtual/inherits_browser.mjs +4 -0
  313. package/dist/esm/_virtual/inherits_browser.mjs.map +1 -0
  314. package/dist/esm/_virtual/path.mjs +4 -0
  315. package/dist/esm/_virtual/path.mjs.map +1 -0
  316. package/dist/esm/_virtual/re2.mjs +4 -0
  317. package/dist/esm/_virtual/re2.mjs.map +1 -0
  318. package/dist/esm/_virtual/util.mjs +4 -0
  319. package/dist/esm/_virtual/util.mjs.map +1 -0
  320. package/dist/esm/node_modules/builtins/index.mjs +92 -0
  321. package/dist/esm/node_modules/builtins/index.mjs.map +1 -0
  322. package/dist/esm/node_modules/lru-cache/index.mjs +343 -334
  323. package/dist/esm/node_modules/lru-cache/index.mjs.map +1 -1
  324. package/dist/esm/node_modules/path/path.mjs +611 -0
  325. package/dist/esm/node_modules/path/path.mjs.map +1 -0
  326. package/dist/esm/node_modules/semver/classes/comparator.mjs +12 -14
  327. package/dist/esm/node_modules/semver/classes/comparator.mjs.map +1 -1
  328. package/dist/esm/node_modules/semver/classes/range.mjs +43 -53
  329. package/dist/esm/node_modules/semver/classes/range.mjs.map +1 -1
  330. package/dist/esm/node_modules/semver/classes/semver.mjs +301 -294
  331. package/dist/esm/node_modules/semver/classes/semver.mjs.map +1 -1
  332. package/dist/esm/node_modules/semver/functions/clean.mjs +16 -8
  333. package/dist/esm/node_modules/semver/functions/clean.mjs.map +1 -1
  334. package/dist/esm/node_modules/semver/functions/cmp.mjs +65 -61
  335. package/dist/esm/node_modules/semver/functions/cmp.mjs.map +1 -1
  336. package/dist/esm/node_modules/semver/functions/coerce.mjs +65 -59
  337. package/dist/esm/node_modules/semver/functions/coerce.mjs.map +1 -1
  338. package/dist/esm/node_modules/semver/functions/compare-build.mjs +17 -9
  339. package/dist/esm/node_modules/semver/functions/compare-build.mjs.map +1 -1
  340. package/dist/esm/node_modules/semver/functions/compare-loose.mjs +13 -5
  341. package/dist/esm/node_modules/semver/functions/compare-loose.mjs.map +1 -1
  342. package/dist/esm/node_modules/semver/functions/compare.mjs +14 -6
  343. package/dist/esm/node_modules/semver/functions/compare.mjs.map +1 -1
  344. package/dist/esm/node_modules/semver/functions/diff.mjs +33 -25
  345. package/dist/esm/node_modules/semver/functions/diff.mjs.map +1 -1
  346. package/dist/esm/node_modules/semver/functions/eq.mjs +13 -5
  347. package/dist/esm/node_modules/semver/functions/eq.mjs.map +1 -1
  348. package/dist/esm/node_modules/semver/functions/gt.mjs +13 -5
  349. package/dist/esm/node_modules/semver/functions/gt.mjs.map +1 -1
  350. package/dist/esm/node_modules/semver/functions/gte.mjs +13 -5
  351. package/dist/esm/node_modules/semver/functions/gte.mjs.map +1 -1
  352. package/dist/esm/node_modules/semver/functions/inc.mjs +23 -18
  353. package/dist/esm/node_modules/semver/functions/inc.mjs.map +1 -1
  354. package/dist/esm/node_modules/semver/functions/lt.mjs +13 -5
  355. package/dist/esm/node_modules/semver/functions/lt.mjs.map +1 -1
  356. package/dist/esm/node_modules/semver/functions/lte.mjs +13 -5
  357. package/dist/esm/node_modules/semver/functions/lte.mjs.map +1 -1
  358. package/dist/esm/node_modules/semver/functions/major.mjs +13 -5
  359. package/dist/esm/node_modules/semver/functions/major.mjs.map +1 -1
  360. package/dist/esm/node_modules/semver/functions/minor.mjs +13 -5
  361. package/dist/esm/node_modules/semver/functions/minor.mjs.map +1 -1
  362. package/dist/esm/node_modules/semver/functions/neq.mjs +13 -5
  363. package/dist/esm/node_modules/semver/functions/neq.mjs.map +1 -1
  364. package/dist/esm/node_modules/semver/functions/parse.mjs +48 -41
  365. package/dist/esm/node_modules/semver/functions/parse.mjs.map +1 -1
  366. package/dist/esm/node_modules/semver/functions/patch.mjs +13 -5
  367. package/dist/esm/node_modules/semver/functions/patch.mjs.map +1 -1
  368. package/dist/esm/node_modules/semver/functions/prerelease.mjs +16 -8
  369. package/dist/esm/node_modules/semver/functions/prerelease.mjs.map +1 -1
  370. package/dist/esm/node_modules/semver/functions/rcompare.mjs +13 -5
  371. package/dist/esm/node_modules/semver/functions/rcompare.mjs.map +1 -1
  372. package/dist/esm/node_modules/semver/functions/rsort.mjs +13 -5
  373. package/dist/esm/node_modules/semver/functions/rsort.mjs.map +1 -1
  374. package/dist/esm/node_modules/semver/functions/satisfies.mjs +19 -11
  375. package/dist/esm/node_modules/semver/functions/satisfies.mjs.map +1 -1
  376. package/dist/esm/node_modules/semver/functions/sort.mjs +13 -5
  377. package/dist/esm/node_modules/semver/functions/sort.mjs.map +1 -1
  378. package/dist/esm/node_modules/semver/functions/valid.mjs +16 -8
  379. package/dist/esm/node_modules/semver/functions/valid.mjs.map +1 -1
  380. package/dist/esm/node_modules/semver/index.mjs +96 -89
  381. package/dist/esm/node_modules/semver/index.mjs.map +1 -1
  382. package/dist/esm/node_modules/semver/internal/constants.mjs +23 -15
  383. package/dist/esm/node_modules/semver/internal/constants.mjs.map +1 -1
  384. package/dist/esm/node_modules/semver/internal/debug.mjs +17 -9
  385. package/dist/esm/node_modules/semver/internal/debug.mjs.map +1 -1
  386. package/dist/esm/node_modules/semver/internal/identifiers.mjs +28 -20
  387. package/dist/esm/node_modules/semver/internal/identifiers.mjs.map +1 -1
  388. package/dist/esm/node_modules/semver/internal/parse-options.mjs +20 -12
  389. package/dist/esm/node_modules/semver/internal/parse-options.mjs.map +1 -1
  390. package/dist/esm/node_modules/semver/internal/re.mjs +177 -168
  391. package/dist/esm/node_modules/semver/internal/re.mjs.map +1 -1
  392. package/dist/esm/node_modules/semver/ranges/gtr.mjs +14 -6
  393. package/dist/esm/node_modules/semver/ranges/gtr.mjs.map +1 -1
  394. package/dist/esm/node_modules/semver/ranges/intersects.mjs +16 -8
  395. package/dist/esm/node_modules/semver/ranges/intersects.mjs.map +1 -1
  396. package/dist/esm/node_modules/semver/ranges/ltr.mjs +14 -6
  397. package/dist/esm/node_modules/semver/ranges/ltr.mjs.map +1 -1
  398. package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs +34 -26
  399. package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs.map +1 -1
  400. package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs +34 -26
  401. package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs.map +1 -1
  402. package/dist/esm/node_modules/semver/ranges/min-version.mjs +64 -57
  403. package/dist/esm/node_modules/semver/ranges/min-version.mjs.map +1 -1
  404. package/dist/esm/node_modules/semver/ranges/outside.mjs +85 -77
  405. package/dist/esm/node_modules/semver/ranges/outside.mjs.map +1 -1
  406. package/dist/esm/node_modules/semver/ranges/simplify.mjs +54 -49
  407. package/dist/esm/node_modules/semver/ranges/simplify.mjs.map +1 -1
  408. package/dist/esm/node_modules/semver/ranges/subset.mjs +175 -249
  409. package/dist/esm/node_modules/semver/ranges/subset.mjs.map +1 -1
  410. package/dist/esm/node_modules/semver/ranges/to-comparators.mjs +15 -7
  411. package/dist/esm/node_modules/semver/ranges/to-comparators.mjs.map +1 -1
  412. package/dist/esm/node_modules/semver/ranges/valid.mjs +20 -12
  413. package/dist/esm/node_modules/semver/ranges/valid.mjs.map +1 -1
  414. package/dist/esm/node_modules/util/node_modules/inherits/inherits.mjs +23 -0
  415. package/dist/esm/node_modules/util/node_modules/inherits/inherits.mjs.map +1 -0
  416. package/dist/esm/node_modules/util/node_modules/inherits/inherits_browser.mjs +35 -0
  417. package/dist/esm/node_modules/util/node_modules/inherits/inherits_browser.mjs.map +1 -0
  418. package/dist/esm/node_modules/util/support/isBuffer.mjs +6 -0
  419. package/dist/esm/node_modules/util/support/isBuffer.mjs.map +1 -0
  420. package/dist/esm/node_modules/util/util.mjs +601 -0
  421. package/dist/esm/node_modules/util/util.mjs.map +1 -0
  422. package/dist/esm/node_modules/yallist/iterator.mjs.map +1 -1
  423. package/dist/esm/node_modules/yallist/yallist.mjs +433 -425
  424. package/dist/esm/node_modules/yallist/yallist.mjs.map +1 -1
  425. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/code-frame/lib/index.mjs +2 -2
  426. package/dist/esm/packages/lerna2codecov/node_modules/@babel/code-frame/lib/index.mjs.map +1 -0
  427. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/identifier.mjs +5 -5
  428. package/dist/esm/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs.map +1 -0
  429. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/index.mjs +5 -3
  430. package/dist/esm/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/index.mjs.map +1 -0
  431. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/helper-validator-identifier/lib/keyword.mjs +2 -2
  432. package/dist/esm/packages/lerna2codecov/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs.map +1 -0
  433. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@babel/highlight/lib/index.mjs +4 -4
  434. package/dist/esm/packages/lerna2codecov/node_modules/@babel/highlight/lib/index.mjs.map +1 -0
  435. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/@lerna/package/index.mjs +14 -8
  436. package/dist/esm/packages/lerna2codecov/node_modules/@lerna/package/index.mjs.map +1 -0
  437. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/ansi-styles/index.mjs +1 -1
  438. package/dist/esm/packages/lerna2codecov/node_modules/ansi-styles/index.mjs.map +1 -0
  439. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/chalk/index.mjs +2 -2
  440. package/dist/esm/packages/lerna2codecov/node_modules/chalk/index.mjs.map +1 -0
  441. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/chalk/templates.mjs +0 -0
  442. package/dist/esm/packages/lerna2codecov/node_modules/chalk/templates.mjs.map +1 -0
  443. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/color-convert/conversions.mjs +1 -1
  444. package/dist/esm/packages/lerna2codecov/node_modules/color-convert/conversions.mjs.map +1 -0
  445. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/color-convert/index.mjs +1 -1
  446. package/dist/esm/packages/lerna2codecov/node_modules/color-convert/index.mjs.map +1 -0
  447. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/color-convert/route.mjs +1 -1
  448. package/dist/esm/packages/lerna2codecov/node_modules/color-convert/route.mjs.map +1 -0
  449. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/color-name/index.mjs +0 -0
  450. package/dist/esm/packages/lerna2codecov/node_modules/color-name/index.mjs.map +1 -0
  451. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/error-ex/index.mjs +2 -2
  452. package/dist/esm/packages/lerna2codecov/node_modules/error-ex/index.mjs.map +1 -0
  453. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/escape-string-regexp/index.mjs +0 -0
  454. package/dist/esm/packages/lerna2codecov/node_modules/escape-string-regexp/index.mjs.map +1 -0
  455. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/clone.mjs +0 -0
  456. package/dist/esm/packages/lerna2codecov/node_modules/graceful-fs/clone.mjs.map +1 -0
  457. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/graceful-fs.mjs +3 -3
  458. package/dist/esm/packages/lerna2codecov/node_modules/graceful-fs/graceful-fs.mjs.map +1 -0
  459. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/legacy-streams.mjs +0 -0
  460. package/dist/esm/packages/lerna2codecov/node_modules/graceful-fs/legacy-streams.mjs.map +1 -0
  461. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/graceful-fs/polyfills.mjs +0 -0
  462. package/dist/esm/packages/lerna2codecov/node_modules/graceful-fs/polyfills.mjs.map +1 -0
  463. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/has-flag/index.mjs +0 -0
  464. package/dist/esm/packages/lerna2codecov/node_modules/has-flag/index.mjs.map +1 -0
  465. package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/git-host-info.mjs +90 -0
  466. package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/git-host-info.mjs.map +1 -0
  467. package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/git-host.mjs +168 -0
  468. package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/git-host.mjs.map +1 -0
  469. package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/index.mjs +162 -0
  470. package/dist/esm/packages/lerna2codecov/node_modules/hosted-git-info/index.mjs.map +1 -0
  471. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/imurmurhash/imurmurhash.mjs +1 -1
  472. package/dist/esm/packages/lerna2codecov/node_modules/imurmurhash/imurmurhash.mjs.map +1 -0
  473. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/is-arrayish/index.mjs +0 -0
  474. package/dist/esm/packages/lerna2codecov/node_modules/is-arrayish/index.mjs.map +1 -0
  475. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/js-tokens/index.mjs +1 -1
  476. package/dist/esm/packages/lerna2codecov/node_modules/js-tokens/index.mjs.map +1 -0
  477. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/json-parse-even-better-errors/index.mjs +0 -0
  478. package/dist/esm/packages/lerna2codecov/node_modules/json-parse-even-better-errors/index.mjs.map +1 -0
  479. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/lines-and-columns/build/index.mjs +1 -1
  480. package/dist/esm/packages/lerna2codecov/node_modules/lines-and-columns/build/index.mjs.map +1 -0
  481. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/load-json-file/index.mjs +6 -5
  482. package/dist/esm/packages/lerna2codecov/node_modules/load-json-file/index.mjs.map +1 -0
  483. package/dist/esm/packages/lerna2codecov/node_modules/lru-cache/index.mjs +346 -0
  484. package/dist/esm/packages/lerna2codecov/node_modules/lru-cache/index.mjs.map +1 -0
  485. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/npm-package-arg/npa.mjs +96 -141
  486. package/dist/esm/packages/lerna2codecov/node_modules/npm-package-arg/npa.mjs.map +1 -0
  487. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/parse-json/index.mjs +2 -2
  488. package/dist/esm/packages/lerna2codecov/node_modules/parse-json/index.mjs.map +1 -0
  489. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/pify/index.mjs +0 -0
  490. package/dist/esm/packages/lerna2codecov/node_modules/pify/index.mjs.map +1 -0
  491. package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/comparator.mjs +154 -0
  492. package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/comparator.mjs.map +1 -0
  493. package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/range.mjs +540 -0
  494. package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/range.mjs.map +1 -0
  495. package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/semver.mjs +304 -0
  496. package/dist/esm/packages/lerna2codecov/node_modules/semver/classes/semver.mjs.map +1 -0
  497. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/clean.mjs +19 -0
  498. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/clean.mjs.map +1 -0
  499. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/cmp.mjs +70 -0
  500. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/cmp.mjs.map +1 -0
  501. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/coerce.mjs +67 -0
  502. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/coerce.mjs.map +1 -0
  503. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare-build.mjs +20 -0
  504. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare-build.mjs.map +1 -0
  505. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare-loose.mjs +16 -0
  506. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare-loose.mjs.map +1 -0
  507. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare.mjs +18 -0
  508. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/compare.mjs.map +1 -0
  509. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/diff.mjs +37 -0
  510. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/diff.mjs.map +1 -0
  511. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/eq.mjs +16 -0
  512. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/eq.mjs.map +1 -0
  513. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/gt.mjs +16 -0
  514. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/gt.mjs.map +1 -0
  515. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/gte.mjs +16 -0
  516. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/gte.mjs.map +1 -0
  517. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/inc.mjs +31 -0
  518. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/inc.mjs.map +1 -0
  519. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/lt.mjs +16 -0
  520. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/lt.mjs.map +1 -0
  521. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/lte.mjs +16 -0
  522. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/lte.mjs.map +1 -0
  523. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/major.mjs +16 -0
  524. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/major.mjs.map +1 -0
  525. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/minor.mjs +16 -0
  526. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/minor.mjs.map +1 -0
  527. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/neq.mjs +16 -0
  528. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/neq.mjs.map +1 -0
  529. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/parse.mjs +49 -0
  530. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/parse.mjs.map +1 -0
  531. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/patch.mjs +16 -0
  532. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/patch.mjs.map +1 -0
  533. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/prerelease.mjs +19 -0
  534. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/prerelease.mjs.map +1 -0
  535. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/rcompare.mjs +16 -0
  536. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/rcompare.mjs.map +1 -0
  537. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/rsort.mjs +16 -0
  538. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/rsort.mjs.map +1 -0
  539. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/satisfies.mjs +23 -0
  540. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/satisfies.mjs.map +1 -0
  541. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/sort.mjs +16 -0
  542. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/sort.mjs.map +1 -0
  543. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/valid.mjs +19 -0
  544. package/dist/esm/packages/lerna2codecov/node_modules/semver/functions/valid.mjs.map +1 -0
  545. package/dist/esm/packages/lerna2codecov/node_modules/semver/index.mjs +141 -0
  546. package/dist/esm/packages/lerna2codecov/node_modules/semver/index.mjs.map +1 -0
  547. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/constants.mjs +28 -0
  548. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/constants.mjs.map +1 -0
  549. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/debug.mjs +20 -0
  550. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/debug.mjs.map +1 -0
  551. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/identifiers.mjs +34 -0
  552. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/identifiers.mjs.map +1 -0
  553. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/parse-options.mjs +22 -0
  554. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/parse-options.mjs.map +1 -0
  555. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/re.mjs +198 -0
  556. package/dist/esm/packages/lerna2codecov/node_modules/semver/internal/re.mjs.map +1 -0
  557. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/gtr.mjs +17 -0
  558. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/gtr.mjs.map +1 -0
  559. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/intersects.mjs +20 -0
  560. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/intersects.mjs.map +1 -0
  561. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/ltr.mjs +17 -0
  562. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/ltr.mjs.map +1 -0
  563. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/max-satisfying.mjs +39 -0
  564. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/max-satisfying.mjs.map +1 -0
  565. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/min-satisfying.mjs +38 -0
  566. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/min-satisfying.mjs.map +1 -0
  567. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/min-version.mjs +76 -0
  568. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/min-version.mjs.map +1 -0
  569. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/outside.mjs +100 -0
  570. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/outside.mjs.map +1 -0
  571. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/simplify.mjs +61 -0
  572. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/simplify.mjs.map +1 -0
  573. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/subset.mjs +260 -0
  574. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/subset.mjs.map +1 -0
  575. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/to-comparators.mjs +21 -0
  576. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/to-comparators.mjs.map +1 -0
  577. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/valid.mjs +24 -0
  578. package/dist/esm/packages/lerna2codecov/node_modules/semver/ranges/valid.mjs.map +1 -0
  579. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/signal-exit/index.mjs +2 -2
  580. package/dist/esm/packages/lerna2codecov/node_modules/signal-exit/index.mjs.map +1 -0
  581. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/signal-exit/signals.mjs +1 -1
  582. package/dist/esm/packages/lerna2codecov/node_modules/signal-exit/signals.mjs.map +1 -0
  583. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/strip-bom/index.mjs +0 -0
  584. package/dist/esm/packages/lerna2codecov/node_modules/strip-bom/index.mjs.map +1 -0
  585. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/supports-color/index.mjs +2 -2
  586. package/dist/esm/packages/lerna2codecov/node_modules/supports-color/index.mjs.map +1 -0
  587. package/dist/esm/packages/lerna2codecov/node_modules/validate-npm-package-name/index.mjs +117 -0
  588. package/dist/esm/packages/lerna2codecov/node_modules/validate-npm-package-name/index.mjs.map +1 -0
  589. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/index.mjs +5 -4
  590. package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/index.mjs.map +1 -0
  591. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/detect-indent/index.mjs +0 -0
  592. package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/detect-indent/index.mjs.map +1 -0
  593. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/is-plain-obj/index.mjs +0 -0
  594. package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs.map +1 -0
  595. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/make-dir/index.mjs +5 -4
  596. package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/make-dir/index.mjs.map +1 -0
  597. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/semver/semver.mjs +1 -1
  598. package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/semver/semver.mjs.map +1 -0
  599. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/sort-keys/index.mjs +0 -0
  600. package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/sort-keys/index.mjs.map +1 -0
  601. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/write-file-atomic/index.mjs +7 -6
  602. package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs.map +1 -0
  603. package/dist/esm/{node_modules → packages/lerna2codecov/node_modules}/write-pkg/node_modules/write-json-file/index.mjs +6 -5
  604. package/dist/esm/packages/lerna2codecov/node_modules/write-pkg/node_modules/write-json-file/index.mjs.map +1 -0
  605. package/dist/esm/packages/lerna2codecov/node_modules/yallist/iterator.mjs +18 -0
  606. package/dist/esm/packages/lerna2codecov/node_modules/yallist/iterator.mjs.map +1 -0
  607. package/dist/esm/packages/lerna2codecov/node_modules/yallist/yallist.mjs +438 -0
  608. package/dist/esm/packages/lerna2codecov/node_modules/yallist/yallist.mjs.map +1 -0
  609. package/dist/esm/update-config.mjs +4 -3
  610. package/dist/esm/update-config.mjs.map +1 -1
  611. package/dist/types/codecov-config.d.ts +1 -1
  612. package/package.json +5 -5
  613. package/dist/cjs/node_modules/@babel/code-frame/lib/index.cjs.map +0 -1
  614. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +0 -1
  615. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +0 -1
  616. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +0 -1
  617. package/dist/cjs/node_modules/@babel/highlight/lib/index.cjs.map +0 -1
  618. package/dist/cjs/node_modules/@lerna/package/index.cjs.map +0 -1
  619. package/dist/cjs/node_modules/ansi-styles/index.cjs.map +0 -1
  620. package/dist/cjs/node_modules/builtins/builtins.cjs +0 -6
  621. package/dist/cjs/node_modules/builtins/builtins.cjs.map +0 -1
  622. package/dist/cjs/node_modules/chalk/index.cjs.map +0 -1
  623. package/dist/cjs/node_modules/chalk/templates.cjs.map +0 -1
  624. package/dist/cjs/node_modules/color-convert/conversions.cjs.map +0 -1
  625. package/dist/cjs/node_modules/color-convert/index.cjs.map +0 -1
  626. package/dist/cjs/node_modules/color-convert/route.cjs.map +0 -1
  627. package/dist/cjs/node_modules/color-name/index.cjs.map +0 -1
  628. package/dist/cjs/node_modules/error-ex/index.cjs.map +0 -1
  629. package/dist/cjs/node_modules/escape-string-regexp/index.cjs.map +0 -1
  630. package/dist/cjs/node_modules/graceful-fs/clone.cjs.map +0 -1
  631. package/dist/cjs/node_modules/graceful-fs/graceful-fs.cjs.map +0 -1
  632. package/dist/cjs/node_modules/graceful-fs/legacy-streams.cjs.map +0 -1
  633. package/dist/cjs/node_modules/graceful-fs/polyfills.cjs.map +0 -1
  634. package/dist/cjs/node_modules/has-flag/index.cjs.map +0 -1
  635. package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs +0 -188
  636. package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs.map +0 -1
  637. package/dist/cjs/node_modules/hosted-git-info/git-host.cjs +0 -116
  638. package/dist/cjs/node_modules/hosted-git-info/git-host.cjs.map +0 -1
  639. package/dist/cjs/node_modules/hosted-git-info/index.cjs +0 -251
  640. package/dist/cjs/node_modules/hosted-git-info/index.cjs.map +0 -1
  641. package/dist/cjs/node_modules/imurmurhash/imurmurhash.cjs.map +0 -1
  642. package/dist/cjs/node_modules/is-arrayish/index.cjs.map +0 -1
  643. package/dist/cjs/node_modules/js-tokens/index.cjs.map +0 -1
  644. package/dist/cjs/node_modules/json-parse-even-better-errors/index.cjs.map +0 -1
  645. package/dist/cjs/node_modules/lines-and-columns/build/index.cjs.map +0 -1
  646. package/dist/cjs/node_modules/load-json-file/index.cjs.map +0 -1
  647. package/dist/cjs/node_modules/npm-package-arg/npa.cjs.map +0 -1
  648. package/dist/cjs/node_modules/parse-json/index.cjs.map +0 -1
  649. package/dist/cjs/node_modules/pify/index.cjs.map +0 -1
  650. package/dist/cjs/node_modules/signal-exit/index.cjs.map +0 -1
  651. package/dist/cjs/node_modules/signal-exit/signals.cjs.map +0 -1
  652. package/dist/cjs/node_modules/strip-bom/index.cjs.map +0 -1
  653. package/dist/cjs/node_modules/supports-color/index.cjs.map +0 -1
  654. package/dist/cjs/node_modules/validate-npm-package-name/index.cjs +0 -111
  655. package/dist/cjs/node_modules/validate-npm-package-name/index.cjs.map +0 -1
  656. package/dist/cjs/node_modules/write-pkg/index.cjs.map +0 -1
  657. package/dist/cjs/node_modules/write-pkg/node_modules/detect-indent/index.cjs.map +0 -1
  658. package/dist/cjs/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs.map +0 -1
  659. package/dist/cjs/node_modules/write-pkg/node_modules/make-dir/index.cjs.map +0 -1
  660. package/dist/cjs/node_modules/write-pkg/node_modules/semver/semver.cjs.map +0 -1
  661. package/dist/cjs/node_modules/write-pkg/node_modules/sort-keys/index.cjs.map +0 -1
  662. package/dist/cjs/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs.map +0 -1
  663. package/dist/cjs/node_modules/write-pkg/node_modules/write-json-file/index.cjs.map +0 -1
  664. package/dist/esm/node_modules/@babel/code-frame/lib/index.mjs.map +0 -1
  665. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs.map +0 -1
  666. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/index.mjs.map +0 -1
  667. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs.map +0 -1
  668. package/dist/esm/node_modules/@babel/highlight/lib/index.mjs.map +0 -1
  669. package/dist/esm/node_modules/@lerna/package/index.mjs.map +0 -1
  670. package/dist/esm/node_modules/ansi-styles/index.mjs.map +0 -1
  671. package/dist/esm/node_modules/builtins/builtins.mjs +0 -4
  672. package/dist/esm/node_modules/builtins/builtins.mjs.map +0 -1
  673. package/dist/esm/node_modules/chalk/index.mjs.map +0 -1
  674. package/dist/esm/node_modules/chalk/templates.mjs.map +0 -1
  675. package/dist/esm/node_modules/color-convert/conversions.mjs.map +0 -1
  676. package/dist/esm/node_modules/color-convert/index.mjs.map +0 -1
  677. package/dist/esm/node_modules/color-convert/route.mjs.map +0 -1
  678. package/dist/esm/node_modules/color-name/index.mjs.map +0 -1
  679. package/dist/esm/node_modules/error-ex/index.mjs.map +0 -1
  680. package/dist/esm/node_modules/escape-string-regexp/index.mjs.map +0 -1
  681. package/dist/esm/node_modules/graceful-fs/clone.mjs.map +0 -1
  682. package/dist/esm/node_modules/graceful-fs/graceful-fs.mjs.map +0 -1
  683. package/dist/esm/node_modules/graceful-fs/legacy-streams.mjs.map +0 -1
  684. package/dist/esm/node_modules/graceful-fs/polyfills.mjs.map +0 -1
  685. package/dist/esm/node_modules/has-flag/index.mjs.map +0 -1
  686. package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs +0 -186
  687. package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs.map +0 -1
  688. package/dist/esm/node_modules/hosted-git-info/git-host.mjs +0 -114
  689. package/dist/esm/node_modules/hosted-git-info/git-host.mjs.map +0 -1
  690. package/dist/esm/node_modules/hosted-git-info/index.mjs +0 -245
  691. package/dist/esm/node_modules/hosted-git-info/index.mjs.map +0 -1
  692. package/dist/esm/node_modules/imurmurhash/imurmurhash.mjs.map +0 -1
  693. package/dist/esm/node_modules/is-arrayish/index.mjs.map +0 -1
  694. package/dist/esm/node_modules/js-tokens/index.mjs.map +0 -1
  695. package/dist/esm/node_modules/json-parse-even-better-errors/index.mjs.map +0 -1
  696. package/dist/esm/node_modules/lines-and-columns/build/index.mjs.map +0 -1
  697. package/dist/esm/node_modules/load-json-file/index.mjs.map +0 -1
  698. package/dist/esm/node_modules/npm-package-arg/npa.mjs.map +0 -1
  699. package/dist/esm/node_modules/parse-json/index.mjs.map +0 -1
  700. package/dist/esm/node_modules/pify/index.mjs.map +0 -1
  701. package/dist/esm/node_modules/signal-exit/index.mjs.map +0 -1
  702. package/dist/esm/node_modules/signal-exit/signals.mjs.map +0 -1
  703. package/dist/esm/node_modules/strip-bom/index.mjs.map +0 -1
  704. package/dist/esm/node_modules/supports-color/index.mjs.map +0 -1
  705. package/dist/esm/node_modules/validate-npm-package-name/index.mjs +0 -110
  706. package/dist/esm/node_modules/validate-npm-package-name/index.mjs.map +0 -1
  707. package/dist/esm/node_modules/write-pkg/index.mjs.map +0 -1
  708. package/dist/esm/node_modules/write-pkg/node_modules/detect-indent/index.mjs.map +0 -1
  709. package/dist/esm/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs.map +0 -1
  710. package/dist/esm/node_modules/write-pkg/node_modules/make-dir/index.mjs.map +0 -1
  711. package/dist/esm/node_modules/write-pkg/node_modules/semver/semver.mjs.map +0 -1
  712. package/dist/esm/node_modules/write-pkg/node_modules/sort-keys/index.mjs.map +0 -1
  713. package/dist/esm/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs.map +0 -1
  714. package/dist/esm/node_modules/write-pkg/node_modules/write-json-file/index.mjs.map +0 -1
@@ -0,0 +1,168 @@
1
+ import { __require as requireGitHostInfo } from './git-host-info.mjs';
2
+
3
+ var gitHost;
4
+ var hasRequiredGitHost;
5
+
6
+ function requireGitHost () {
7
+ if (hasRequiredGitHost) return gitHost;
8
+ hasRequiredGitHost = 1;
9
+ var gitHosts = requireGitHostInfo();
10
+ /* eslint-disable node/no-deprecated-api */
11
+
12
+ // copy-pasta util._extend from node's source, to avoid pulling
13
+ // the whole util module into peoples' webpack bundles.
14
+ /* istanbul ignore next */
15
+ var extend = Object.assign || function _extend (target, source) {
16
+ // Don't do anything if source isn't an object
17
+ if (source === null || typeof source !== 'object') return target
18
+
19
+ const keys = Object.keys(source);
20
+ let i = keys.length;
21
+ while (i--) {
22
+ target[keys[i]] = source[keys[i]];
23
+ }
24
+ return target
25
+ };
26
+
27
+ gitHost = GitHost;
28
+ function GitHost (type, user, auth, project, committish, defaultRepresentation, opts) {
29
+ var gitHostInfo = this;
30
+ gitHostInfo.type = type;
31
+ Object.keys(gitHosts[type]).forEach(function (key) {
32
+ gitHostInfo[key] = gitHosts[type][key];
33
+ });
34
+ gitHostInfo.user = user;
35
+ gitHostInfo.auth = auth;
36
+ gitHostInfo.project = project;
37
+ gitHostInfo.committish = committish;
38
+ gitHostInfo.default = defaultRepresentation;
39
+ gitHostInfo.opts = opts || {};
40
+ }
41
+
42
+ GitHost.prototype.hash = function () {
43
+ return this.committish ? '#' + this.committish : ''
44
+ };
45
+
46
+ GitHost.prototype._fill = function (template, opts) {
47
+ if (!template) return
48
+ var vars = extend({}, opts);
49
+ vars.path = vars.path ? vars.path.replace(/^[/]+/g, '') : '';
50
+ opts = extend(extend({}, this.opts), opts);
51
+ var self = this;
52
+ Object.keys(this).forEach(function (key) {
53
+ if (self[key] != null && vars[key] == null) vars[key] = self[key];
54
+ });
55
+ var rawAuth = vars.auth;
56
+ var rawcommittish = vars.committish;
57
+ var rawFragment = vars.fragment;
58
+ var rawPath = vars.path;
59
+ var rawProject = vars.project;
60
+ Object.keys(vars).forEach(function (key) {
61
+ var value = vars[key];
62
+ if ((key === 'path' || key === 'project') && typeof value === 'string') {
63
+ vars[key] = value.split('/').map(function (pathComponent) {
64
+ return encodeURIComponent(pathComponent)
65
+ }).join('/');
66
+ } else if (key !== 'domain') {
67
+ vars[key] = encodeURIComponent(value);
68
+ }
69
+ });
70
+ vars['auth@'] = rawAuth ? rawAuth + '@' : '';
71
+ vars['#fragment'] = rawFragment ? '#' + this.hashformat(rawFragment) : '';
72
+ vars.fragment = vars.fragment ? vars.fragment : '';
73
+ vars['#path'] = rawPath ? '#' + this.hashformat(rawPath) : '';
74
+ vars['/path'] = vars.path ? '/' + vars.path : '';
75
+ vars.projectPath = rawProject.split('/').map(encodeURIComponent).join('/');
76
+ if (opts.noCommittish) {
77
+ vars['#committish'] = '';
78
+ vars['/tree/committish'] = '';
79
+ vars['/committish'] = '';
80
+ vars.committish = '';
81
+ } else {
82
+ vars['#committish'] = rawcommittish ? '#' + rawcommittish : '';
83
+ vars['/tree/committish'] = vars.committish
84
+ ? '/' + vars.treepath + '/' + vars.committish
85
+ : '';
86
+ vars['/committish'] = vars.committish ? '/' + vars.committish : '';
87
+ vars.committish = vars.committish || 'master';
88
+ }
89
+ var res = template;
90
+ Object.keys(vars).forEach(function (key) {
91
+ res = res.replace(new RegExp('[{]' + key + '[}]', 'g'), vars[key]);
92
+ });
93
+ if (opts.noGitPlus) {
94
+ return res.replace(/^git[+]/, '')
95
+ } else {
96
+ return res
97
+ }
98
+ };
99
+
100
+ GitHost.prototype.ssh = function (opts) {
101
+ return this._fill(this.sshtemplate, opts)
102
+ };
103
+
104
+ GitHost.prototype.sshurl = function (opts) {
105
+ return this._fill(this.sshurltemplate, opts)
106
+ };
107
+
108
+ GitHost.prototype.browse = function (P, F, opts) {
109
+ if (typeof P === 'string') {
110
+ if (typeof F !== 'string') {
111
+ opts = F;
112
+ F = null;
113
+ }
114
+ return this._fill(this.browsefiletemplate, extend({
115
+ fragment: F,
116
+ path: P
117
+ }, opts))
118
+ } else {
119
+ return this._fill(this.browsetemplate, P)
120
+ }
121
+ };
122
+
123
+ GitHost.prototype.docs = function (opts) {
124
+ return this._fill(this.docstemplate, opts)
125
+ };
126
+
127
+ GitHost.prototype.bugs = function (opts) {
128
+ return this._fill(this.bugstemplate, opts)
129
+ };
130
+
131
+ GitHost.prototype.https = function (opts) {
132
+ return this._fill(this.httpstemplate, opts)
133
+ };
134
+
135
+ GitHost.prototype.git = function (opts) {
136
+ return this._fill(this.gittemplate, opts)
137
+ };
138
+
139
+ GitHost.prototype.shortcut = function (opts) {
140
+ return this._fill(this.shortcuttemplate, opts)
141
+ };
142
+
143
+ GitHost.prototype.path = function (opts) {
144
+ return this._fill(this.pathtemplate, opts)
145
+ };
146
+
147
+ GitHost.prototype.tarball = function (opts_) {
148
+ var opts = extend({}, opts_, { noCommittish: false });
149
+ return this._fill(this.tarballtemplate, opts)
150
+ };
151
+
152
+ GitHost.prototype.file = function (P, opts) {
153
+ return this._fill(this.filetemplate, extend({ path: P }, opts))
154
+ };
155
+
156
+ GitHost.prototype.getDefaultRepresentation = function () {
157
+ return this.default
158
+ };
159
+
160
+ GitHost.prototype.toString = function (opts) {
161
+ if (this.default && typeof this[this.default] === 'function') return this[this.default](opts)
162
+ return this.sshurl(opts)
163
+ };
164
+ return gitHost;
165
+ }
166
+
167
+ export { requireGitHost as __require };
168
+ //# sourceMappingURL=git-host.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"git-host.mjs","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,162 @@
1
+ import { h as hostedGitInfo } from '../../../../_virtual/index4.mjs';
2
+ import require$$0 from 'url';
3
+ import { __require as requireGitHostInfo } from './git-host-info.mjs';
4
+ import { __require as requireGitHost } from './git-host.mjs';
5
+ import { __require as requireLruCache } from '../lru-cache/index.mjs';
6
+
7
+ var hasRequiredHostedGitInfo;
8
+
9
+ function requireHostedGitInfo () {
10
+ if (hasRequiredHostedGitInfo) return hostedGitInfo.exports;
11
+ hasRequiredHostedGitInfo = 1;
12
+ (function (module) {
13
+ var url = require$$0;
14
+ var gitHosts = requireGitHostInfo();
15
+ var GitHost = module.exports = requireGitHost();
16
+ var LRU = requireLruCache();
17
+ var cache = new LRU({max: 1000});
18
+
19
+ var protocolToRepresentationMap = {
20
+ 'git+ssh:': 'sshurl',
21
+ 'git+https:': 'https',
22
+ 'ssh:': 'sshurl',
23
+ 'git:': 'git'
24
+ };
25
+
26
+ function protocolToRepresentation (protocol) {
27
+ return protocolToRepresentationMap[protocol] || protocol.slice(0, -1)
28
+ }
29
+
30
+ var authProtocols = {
31
+ 'git:': true,
32
+ 'https:': true,
33
+ 'git+https:': true,
34
+ 'http:': true,
35
+ 'git+http:': true
36
+ };
37
+
38
+ module.exports.fromUrl = function (giturl, opts) {
39
+ if (typeof giturl !== 'string') return
40
+ var key = giturl + JSON.stringify(opts || {});
41
+
42
+ if (!cache.has(key)) {
43
+ cache.set(key, fromUrl(giturl, opts));
44
+ }
45
+
46
+ return cache.get(key)
47
+ };
48
+
49
+ function fromUrl (giturl, opts) {
50
+ if (giturl == null || giturl === '') return
51
+ var url = fixupUnqualifiedGist(
52
+ isGitHubShorthand(giturl) ? 'github:' + giturl : giturl
53
+ );
54
+ var parsed = parseGitUrl(url);
55
+ var shortcutMatch = url.match(/^([^:]+):(?:[^@]+@)?(?:([^/]*)\/)?([^#]+)/);
56
+ var matches = Object.keys(gitHosts).map(function (gitHostName) {
57
+ try {
58
+ var gitHostInfo = gitHosts[gitHostName];
59
+ var auth = null;
60
+ if (parsed.auth && authProtocols[parsed.protocol]) {
61
+ auth = parsed.auth;
62
+ }
63
+ var committish = parsed.hash ? decodeURIComponent(parsed.hash.substr(1)) : null;
64
+ var user = null;
65
+ var project = null;
66
+ var defaultRepresentation = null;
67
+ if (shortcutMatch && shortcutMatch[1] === gitHostName) {
68
+ user = shortcutMatch[2] && decodeURIComponent(shortcutMatch[2]);
69
+ project = decodeURIComponent(shortcutMatch[3].replace(/\.git$/, ''));
70
+ defaultRepresentation = 'shortcut';
71
+ } else {
72
+ if (parsed.host && parsed.host !== gitHostInfo.domain && parsed.host.replace(/^www[.]/, '') !== gitHostInfo.domain) return
73
+ if (!gitHostInfo.protocols_re.test(parsed.protocol)) return
74
+ if (!parsed.path) return
75
+ var pathmatch = gitHostInfo.pathmatch;
76
+ var matched = parsed.path.match(pathmatch);
77
+ if (!matched) return
78
+ /* istanbul ignore else */
79
+ if (matched[1] !== null && matched[1] !== undefined) {
80
+ user = decodeURIComponent(matched[1].replace(/^:/, ''));
81
+ }
82
+ project = decodeURIComponent(matched[2]);
83
+ defaultRepresentation = protocolToRepresentation(parsed.protocol);
84
+ }
85
+ return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts)
86
+ } catch (ex) {
87
+ /* istanbul ignore else */
88
+ if (ex instanceof URIError) ; else throw ex
89
+ }
90
+ }).filter(function (gitHostInfo) { return gitHostInfo });
91
+ if (matches.length !== 1) return
92
+ return matches[0]
93
+ }
94
+
95
+ function isGitHubShorthand (arg) {
96
+ // Note: This does not fully test the git ref format.
97
+ // See https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html
98
+ //
99
+ // The only way to do this properly would be to shell out to
100
+ // git-check-ref-format, and as this is a fast sync function,
101
+ // we don't want to do that. Just let git fail if it turns
102
+ // out that the commit-ish is invalid.
103
+ // GH usernames cannot start with . or -
104
+ return /^[^:@%/\s.-][^:@%/\s]*[/][^:@\s/%]+(?:#.*)?$/.test(arg)
105
+ }
106
+
107
+ function fixupUnqualifiedGist (giturl) {
108
+ // necessary for round-tripping gists
109
+ var parsed = url.parse(giturl);
110
+ if (parsed.protocol === 'gist:' && parsed.host && !parsed.path) {
111
+ return parsed.protocol + '/' + parsed.host
112
+ } else {
113
+ return giturl
114
+ }
115
+ }
116
+
117
+ function parseGitUrl (giturl) {
118
+ var matched = giturl.match(/^([^@]+)@([^:/]+):[/]?((?:[^/]+[/])?[^/]+?)(?:[.]git)?(#.*)?$/);
119
+ if (!matched) {
120
+ var legacy = url.parse(giturl);
121
+ if (legacy.auth) {
122
+ // git urls can be in the form of scp-style/ssh-connect strings, like
123
+ // git+ssh://user@host.com:some/path, which the legacy url parser
124
+ // supports, but WhatWG url.URL class does not. However, the legacy
125
+ // parser de-urlencodes the username and password, so something like
126
+ // https://user%3An%40me:p%40ss%3Aword@x.com/ becomes
127
+ // https://user:n@me:p@ss:word@x.com/ which is all kinds of wrong.
128
+ // Pull off just the auth and host, so we dont' get the confusing
129
+ // scp-style URL, then pass that to the WhatWG parser to get the
130
+ // auth properly escaped.
131
+ const authmatch = giturl.match(/[^@]+@[^:/]+/);
132
+ /* istanbul ignore else - this should be impossible */
133
+ if (authmatch) {
134
+ var whatwg = new url.URL(authmatch[0]);
135
+ legacy.auth = whatwg.username || '';
136
+ if (whatwg.password) legacy.auth += ':' + whatwg.password;
137
+ }
138
+ }
139
+ return legacy
140
+ }
141
+ return {
142
+ protocol: 'git+ssh:',
143
+ slashes: true,
144
+ auth: matched[1],
145
+ host: matched[2],
146
+ port: null,
147
+ hostname: matched[2],
148
+ hash: matched[4],
149
+ search: null,
150
+ query: null,
151
+ pathname: '/' + matched[3],
152
+ path: '/' + matched[3],
153
+ href: 'git+ssh://' + matched[1] + '@' + matched[2] +
154
+ '/' + matched[3] + (matched[4] || '')
155
+ }
156
+ }
157
+ } (hostedGitInfo));
158
+ return hostedGitInfo.exports;
159
+ }
160
+
161
+ export { requireHostedGitInfo as __require };
162
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","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$$1","require$$2","require$$3"],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { i as imurmurhash } from '../../_virtual/imurmurhash.mjs';
1
+ import { i as imurmurhash } from '../../../../_virtual/imurmurhash.mjs';
2
2
 
3
3
  /**
4
4
  * @preserve
@@ -0,0 +1 @@
1
+ {"version":3,"file":"imurmurhash.mjs","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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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","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;;;;"}
@@ -1,4 +1,4 @@
1
- import { __exports as jsTokens } from '../../_virtual/index12.mjs';
1
+ import { __exports as jsTokens } from '../../../../_virtual/index12.mjs';
2
2
 
3
3
  // Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell
4
4
  // License: MIT. (See LICENSE.)
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","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":[],"mappings":";;AAAA;AACA;AACA;AACA,MAAM,CAAC,cAAc,CAAC,QAAO,EAAE,YAAY,EAAE;AAC7C,EAAE,KAAK,EAAE,IAAI;AACb,CAAC,EAAC;AACF;AACA;AACA;AACA,QAAA,CAAA,OAAe,GAAG,umBAAsmB;AACxnB;AACoB,QAAA,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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","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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"}
@@ -1,4 +1,4 @@
1
- import { __exports as build } from '../../../_virtual/index6.mjs';
1
+ import { __exports as build } from '../../../../../_virtual/index6.mjs';
2
2
 
3
3
  (function (exports) {
4
4
  exports.__esModule = true;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","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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"}
@@ -1,12 +1,13 @@
1
- import { l as loadJsonFile } from '../../_virtual/index.mjs';
2
- import require$$3 from 'path';
3
- import require$$4 from 'util';
1
+ import { l as loadJsonFile } from '../../../../_virtual/index.mjs';
2
+ import '../../../../node_modules/path/path.mjs';
3
+ import { __require as requireUtil } from '../../../../node_modules/util/util.mjs';
4
4
  import { g as gracefulFs } from '../graceful-fs/graceful-fs.mjs';
5
5
  import stripBom$1 from '../strip-bom/index.mjs';
6
6
  import parseJson_1 from '../parse-json/index.mjs';
7
+ import { p as path$1 } from '../../../../_virtual/path.mjs';
7
8
 
8
- const path = require$$3;
9
- const {promisify} = require$$4;
9
+ const path = path$1.exports;
10
+ const {promisify} = requireUtil();
10
11
  const fs = gracefulFs;
11
12
  const stripBom = stripBom$1;
12
13
  const parseJson = parseJson_1;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","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,cAAe,CAAC;AAC7B,MAAM,CAAC,SAAS,CAAC,GAAGC,aAAe,CAAC;AACpC,MAAM,EAAE,GAAGC,UAAsB,CAAC;AAClC,MAAM,QAAQ,GAAGC,UAAoB,CAAC;AACtC,MAAM,SAAS,GAAGC,WAAqB,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,YAAc,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,oBAAA,CAAA,IAAA,GAAG,CAAC,QAAQ,EAAE,OAAO,KAAK,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,EAAE,QAAQ,EAAE,OAAO;;;;;"}