@donmahallem/lerna2codecov 0.1.9 → 0.2.1

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 (495) hide show
  1. package/dist/cjs/_virtual/_commonjsHelpers.cjs +8 -0
  2. package/dist/cjs/_virtual/_commonjsHelpers.cjs.map +1 -0
  3. package/dist/cjs/_virtual/conversions.cjs +8 -0
  4. package/dist/cjs/_virtual/conversions.cjs.map +1 -0
  5. package/dist/cjs/_virtual/identifier.cjs +8 -0
  6. package/dist/cjs/_virtual/identifier.cjs.map +1 -0
  7. package/dist/cjs/_virtual/imurmurhash.cjs +8 -0
  8. package/dist/cjs/_virtual/imurmurhash.cjs.map +1 -0
  9. package/dist/cjs/_virtual/index.cjs +8 -0
  10. package/dist/cjs/_virtual/index.cjs.map +1 -0
  11. package/dist/cjs/_virtual/index10.cjs +8 -0
  12. package/dist/cjs/_virtual/index10.cjs.map +1 -0
  13. package/dist/cjs/_virtual/index11.cjs +8 -0
  14. package/dist/cjs/_virtual/index11.cjs.map +1 -0
  15. package/dist/cjs/_virtual/index12.cjs +8 -0
  16. package/dist/cjs/_virtual/index12.cjs.map +1 -0
  17. package/dist/cjs/_virtual/index13.cjs +8 -0
  18. package/dist/cjs/_virtual/index13.cjs.map +1 -0
  19. package/dist/cjs/_virtual/index14.cjs +8 -0
  20. package/dist/cjs/_virtual/index14.cjs.map +1 -0
  21. package/dist/cjs/_virtual/index15.cjs +8 -0
  22. package/dist/cjs/_virtual/index15.cjs.map +1 -0
  23. package/dist/cjs/_virtual/index2.cjs +8 -0
  24. package/dist/cjs/_virtual/index2.cjs.map +1 -0
  25. package/dist/cjs/_virtual/index3.cjs +8 -0
  26. package/dist/cjs/_virtual/index3.cjs.map +1 -0
  27. package/dist/cjs/_virtual/index4.cjs +8 -0
  28. package/dist/cjs/_virtual/index4.cjs.map +1 -0
  29. package/dist/cjs/_virtual/index5.cjs +8 -0
  30. package/dist/cjs/_virtual/index5.cjs.map +1 -0
  31. package/dist/cjs/_virtual/index6.cjs +8 -0
  32. package/dist/cjs/_virtual/index6.cjs.map +1 -0
  33. package/dist/cjs/_virtual/index7.cjs +8 -0
  34. package/dist/cjs/_virtual/index7.cjs.map +1 -0
  35. package/dist/cjs/_virtual/index8.cjs +8 -0
  36. package/dist/cjs/_virtual/index8.cjs.map +1 -0
  37. package/dist/cjs/_virtual/index9.cjs +8 -0
  38. package/dist/cjs/_virtual/index9.cjs.map +1 -0
  39. package/dist/cjs/_virtual/keyword.cjs +8 -0
  40. package/dist/cjs/_virtual/keyword.cjs.map +1 -0
  41. package/dist/cjs/_virtual/npa.cjs +8 -0
  42. package/dist/cjs/_virtual/npa.cjs.map +1 -0
  43. package/dist/cjs/_virtual/re.cjs +8 -0
  44. package/dist/cjs/_virtual/re.cjs.map +1 -0
  45. package/dist/cjs/_virtual/semver.cjs +8 -0
  46. package/dist/cjs/_virtual/semver.cjs.map +1 -0
  47. package/dist/cjs/_virtual/signals.cjs +8 -0
  48. package/dist/cjs/_virtual/signals.cjs.map +1 -0
  49. package/dist/cjs/index.cjs +10 -0
  50. package/dist/cjs/index.cjs.map +1 -0
  51. package/dist/cjs/node_modules/@babel/code-frame/lib/index.cjs +168 -0
  52. package/dist/cjs/node_modules/@babel/code-frame/lib/index.cjs.map +1 -0
  53. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs +89 -0
  54. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +1 -0
  55. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/index.cjs +67 -0
  56. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +1 -0
  57. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs +43 -0
  58. package/dist/cjs/node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +1 -0
  59. package/dist/cjs/node_modules/@babel/highlight/lib/index.cjs +125 -0
  60. package/dist/cjs/node_modules/@babel/highlight/lib/index.cjs.map +1 -0
  61. package/dist/cjs/node_modules/@lerna/package/index.cjs +315 -0
  62. package/dist/cjs/node_modules/@lerna/package/index.cjs.map +1 -0
  63. package/dist/cjs/node_modules/ansi-styles/index.cjs +172 -0
  64. package/dist/cjs/node_modules/ansi-styles/index.cjs.map +1 -0
  65. package/dist/cjs/node_modules/builtins/builtins.cjs +6 -0
  66. package/dist/cjs/node_modules/builtins/builtins.cjs.map +1 -0
  67. package/dist/cjs/node_modules/chalk/index.cjs +239 -0
  68. package/dist/cjs/node_modules/chalk/index.cjs.map +1 -0
  69. package/dist/cjs/node_modules/chalk/templates.cjs +132 -0
  70. package/dist/cjs/node_modules/chalk/templates.cjs.map +1 -0
  71. package/dist/cjs/node_modules/color-convert/conversions.cjs +877 -0
  72. package/dist/cjs/node_modules/color-convert/conversions.cjs.map +1 -0
  73. package/dist/cjs/node_modules/color-convert/index.cjs +87 -0
  74. package/dist/cjs/node_modules/color-convert/index.cjs.map +1 -0
  75. package/dist/cjs/node_modules/color-convert/route.cjs +104 -0
  76. package/dist/cjs/node_modules/color-convert/route.cjs.map +1 -0
  77. package/dist/cjs/node_modules/color-name/index.cjs +155 -0
  78. package/dist/cjs/node_modules/color-name/index.cjs.map +1 -0
  79. package/dist/cjs/node_modules/error-ex/index.cjs +151 -0
  80. package/dist/cjs/node_modules/error-ex/index.cjs.map +1 -0
  81. package/dist/cjs/node_modules/escape-string-regexp/index.cjs +14 -0
  82. package/dist/cjs/node_modules/escape-string-regexp/index.cjs.map +1 -0
  83. package/dist/cjs/node_modules/graceful-fs/clone.cjs +26 -0
  84. package/dist/cjs/node_modules/graceful-fs/clone.cjs.map +1 -0
  85. package/dist/cjs/node_modules/graceful-fs/graceful-fs.cjs +467 -0
  86. package/dist/cjs/node_modules/graceful-fs/graceful-fs.cjs.map +1 -0
  87. package/dist/cjs/node_modules/graceful-fs/legacy-streams.cjs +129 -0
  88. package/dist/cjs/node_modules/graceful-fs/legacy-streams.cjs.map +1 -0
  89. package/dist/cjs/node_modules/graceful-fs/polyfills.cjs +366 -0
  90. package/dist/cjs/node_modules/graceful-fs/polyfills.cjs.map +1 -0
  91. package/dist/cjs/node_modules/has-flag/index.cjs +12 -0
  92. package/dist/cjs/node_modules/has-flag/index.cjs.map +1 -0
  93. package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs +188 -0
  94. package/dist/cjs/node_modules/hosted-git-info/git-host-info.cjs.map +1 -0
  95. package/dist/cjs/node_modules/hosted-git-info/git-host.cjs +116 -0
  96. package/dist/cjs/node_modules/hosted-git-info/git-host.cjs.map +1 -0
  97. package/dist/cjs/node_modules/hosted-git-info/index.cjs +251 -0
  98. package/dist/cjs/node_modules/hosted-git-info/index.cjs.map +1 -0
  99. package/dist/cjs/node_modules/imurmurhash/imurmurhash.cjs +143 -0
  100. package/dist/cjs/node_modules/imurmurhash/imurmurhash.cjs.map +1 -0
  101. package/dist/cjs/node_modules/is-arrayish/index.cjs +13 -0
  102. package/dist/cjs/node_modules/is-arrayish/index.cjs.map +1 -0
  103. package/dist/cjs/node_modules/js-tokens/index.cjs +28 -0
  104. package/dist/cjs/node_modules/js-tokens/index.cjs.map +1 -0
  105. package/dist/cjs/node_modules/json-parse-even-better-errors/index.cjs +124 -0
  106. package/dist/cjs/node_modules/json-parse-even-better-errors/index.cjs.map +1 -0
  107. package/dist/cjs/node_modules/lines-and-columns/build/index.cjs +68 -0
  108. package/dist/cjs/node_modules/lines-and-columns/build/index.cjs.map +1 -0
  109. package/dist/cjs/node_modules/load-json-file/index.cjs +35 -0
  110. package/dist/cjs/node_modules/load-json-file/index.cjs.map +1 -0
  111. package/dist/cjs/node_modules/lru-cache/index.cjs +339 -0
  112. package/dist/cjs/node_modules/lru-cache/index.cjs.map +1 -0
  113. package/dist/cjs/node_modules/npm-package-arg/npa.cjs +369 -0
  114. package/dist/cjs/node_modules/npm-package-arg/npa.cjs.map +1 -0
  115. package/dist/cjs/node_modules/parse-json/index.cjs +65 -0
  116. package/dist/cjs/node_modules/parse-json/index.cjs.map +1 -0
  117. package/dist/cjs/node_modules/pify/index.cjs +71 -0
  118. package/dist/cjs/node_modules/pify/index.cjs.map +1 -0
  119. package/dist/cjs/node_modules/semver/classes/comparator.cjs +159 -0
  120. package/dist/cjs/node_modules/semver/classes/comparator.cjs.map +1 -0
  121. package/dist/cjs/node_modules/semver/classes/range.cjs +542 -0
  122. package/dist/cjs/node_modules/semver/classes/range.cjs.map +1 -0
  123. package/dist/cjs/node_modules/semver/classes/semver.cjs +299 -0
  124. package/dist/cjs/node_modules/semver/classes/semver.cjs.map +1 -0
  125. package/dist/cjs/node_modules/semver/functions/clean.cjs +13 -0
  126. package/dist/cjs/node_modules/semver/functions/clean.cjs.map +1 -0
  127. package/dist/cjs/node_modules/semver/functions/cmp.cjs +64 -0
  128. package/dist/cjs/node_modules/semver/functions/cmp.cjs.map +1 -0
  129. package/dist/cjs/node_modules/semver/functions/coerce.cjs +62 -0
  130. package/dist/cjs/node_modules/semver/functions/coerce.cjs.map +1 -0
  131. package/dist/cjs/node_modules/semver/functions/compare-build.cjs +14 -0
  132. package/dist/cjs/node_modules/semver/functions/compare-build.cjs.map +1 -0
  133. package/dist/cjs/node_modules/semver/functions/compare-loose.cjs +10 -0
  134. package/dist/cjs/node_modules/semver/functions/compare-loose.cjs.map +1 -0
  135. package/dist/cjs/node_modules/semver/functions/compare.cjs +12 -0
  136. package/dist/cjs/node_modules/semver/functions/compare.cjs.map +1 -0
  137. package/dist/cjs/node_modules/semver/functions/diff.cjs +31 -0
  138. package/dist/cjs/node_modules/semver/functions/diff.cjs.map +1 -0
  139. package/dist/cjs/node_modules/semver/functions/eq.cjs +10 -0
  140. package/dist/cjs/node_modules/semver/functions/eq.cjs.map +1 -0
  141. package/dist/cjs/node_modules/semver/functions/gt.cjs +10 -0
  142. package/dist/cjs/node_modules/semver/functions/gt.cjs.map +1 -0
  143. package/dist/cjs/node_modules/semver/functions/gte.cjs +10 -0
  144. package/dist/cjs/node_modules/semver/functions/gte.cjs.map +1 -0
  145. package/dist/cjs/node_modules/semver/functions/inc.cjs +25 -0
  146. package/dist/cjs/node_modules/semver/functions/inc.cjs.map +1 -0
  147. package/dist/cjs/node_modules/semver/functions/lt.cjs +10 -0
  148. package/dist/cjs/node_modules/semver/functions/lt.cjs.map +1 -0
  149. package/dist/cjs/node_modules/semver/functions/lte.cjs +10 -0
  150. package/dist/cjs/node_modules/semver/functions/lte.cjs.map +1 -0
  151. package/dist/cjs/node_modules/semver/functions/major.cjs +10 -0
  152. package/dist/cjs/node_modules/semver/functions/major.cjs.map +1 -0
  153. package/dist/cjs/node_modules/semver/functions/minor.cjs +10 -0
  154. package/dist/cjs/node_modules/semver/functions/minor.cjs.map +1 -0
  155. package/dist/cjs/node_modules/semver/functions/neq.cjs +10 -0
  156. package/dist/cjs/node_modules/semver/functions/neq.cjs.map +1 -0
  157. package/dist/cjs/node_modules/semver/functions/parse.cjs +44 -0
  158. package/dist/cjs/node_modules/semver/functions/parse.cjs.map +1 -0
  159. package/dist/cjs/node_modules/semver/functions/patch.cjs +10 -0
  160. package/dist/cjs/node_modules/semver/functions/patch.cjs.map +1 -0
  161. package/dist/cjs/node_modules/semver/functions/prerelease.cjs +13 -0
  162. package/dist/cjs/node_modules/semver/functions/prerelease.cjs.map +1 -0
  163. package/dist/cjs/node_modules/semver/functions/rcompare.cjs +10 -0
  164. package/dist/cjs/node_modules/semver/functions/rcompare.cjs.map +1 -0
  165. package/dist/cjs/node_modules/semver/functions/rsort.cjs +10 -0
  166. package/dist/cjs/node_modules/semver/functions/rsort.cjs.map +1 -0
  167. package/dist/cjs/node_modules/semver/functions/satisfies.cjs +17 -0
  168. package/dist/cjs/node_modules/semver/functions/satisfies.cjs.map +1 -0
  169. package/dist/cjs/node_modules/semver/functions/sort.cjs +10 -0
  170. package/dist/cjs/node_modules/semver/functions/sort.cjs.map +1 -0
  171. package/dist/cjs/node_modules/semver/functions/valid.cjs +13 -0
  172. package/dist/cjs/node_modules/semver/functions/valid.cjs.map +1 -0
  173. package/dist/cjs/node_modules/semver/index.cjs +96 -0
  174. package/dist/cjs/node_modules/semver/index.cjs.map +1 -0
  175. package/dist/cjs/node_modules/semver/internal/constants.cjs +22 -0
  176. package/dist/cjs/node_modules/semver/internal/constants.cjs.map +1 -0
  177. package/dist/cjs/node_modules/semver/internal/debug.cjs +14 -0
  178. package/dist/cjs/node_modules/semver/internal/debug.cjs.map +1 -0
  179. package/dist/cjs/node_modules/semver/internal/identifiers.cjs +28 -0
  180. package/dist/cjs/node_modules/semver/internal/identifiers.cjs.map +1 -0
  181. package/dist/cjs/node_modules/semver/internal/parse-options.cjs +16 -0
  182. package/dist/cjs/node_modules/semver/internal/parse-options.cjs.map +1 -0
  183. package/dist/cjs/node_modules/semver/internal/re.cjs +191 -0
  184. package/dist/cjs/node_modules/semver/internal/re.cjs.map +1 -0
  185. package/dist/cjs/node_modules/semver/ranges/gtr.cjs +11 -0
  186. package/dist/cjs/node_modules/semver/ranges/gtr.cjs.map +1 -0
  187. package/dist/cjs/node_modules/semver/ranges/intersects.cjs +14 -0
  188. package/dist/cjs/node_modules/semver/ranges/intersects.cjs.map +1 -0
  189. package/dist/cjs/node_modules/semver/ranges/ltr.cjs +11 -0
  190. package/dist/cjs/node_modules/semver/ranges/ltr.cjs.map +1 -0
  191. package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs +33 -0
  192. package/dist/cjs/node_modules/semver/ranges/max-satisfying.cjs.map +1 -0
  193. package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs +32 -0
  194. package/dist/cjs/node_modules/semver/ranges/min-satisfying.cjs.map +1 -0
  195. package/dist/cjs/node_modules/semver/ranges/min-version.cjs +70 -0
  196. package/dist/cjs/node_modules/semver/ranges/min-version.cjs.map +1 -0
  197. package/dist/cjs/node_modules/semver/ranges/outside.cjs +94 -0
  198. package/dist/cjs/node_modules/semver/ranges/outside.cjs.map +1 -0
  199. package/dist/cjs/node_modules/semver/ranges/simplify.cjs +55 -0
  200. package/dist/cjs/node_modules/semver/ranges/simplify.cjs.map +1 -0
  201. package/dist/cjs/node_modules/semver/ranges/subset.cjs +254 -0
  202. package/dist/cjs/node_modules/semver/ranges/subset.cjs.map +1 -0
  203. package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs +15 -0
  204. package/dist/cjs/node_modules/semver/ranges/to-comparators.cjs.map +1 -0
  205. package/dist/cjs/node_modules/semver/ranges/valid.cjs +18 -0
  206. package/dist/cjs/node_modules/semver/ranges/valid.cjs.map +1 -0
  207. package/dist/cjs/node_modules/signal-exit/index.cjs +218 -0
  208. package/dist/cjs/node_modules/signal-exit/index.cjs.map +1 -0
  209. package/dist/cjs/node_modules/signal-exit/signals.cjs +71 -0
  210. package/dist/cjs/node_modules/signal-exit/signals.cjs.map +1 -0
  211. package/dist/cjs/node_modules/strip-bom/index.cjs +18 -0
  212. package/dist/cjs/node_modules/strip-bom/index.cjs.map +1 -0
  213. package/dist/cjs/node_modules/supports-color/index.cjs +142 -0
  214. package/dist/cjs/node_modules/supports-color/index.cjs.map +1 -0
  215. package/dist/cjs/node_modules/validate-npm-package-name/index.cjs +111 -0
  216. package/dist/cjs/node_modules/validate-npm-package-name/index.cjs.map +1 -0
  217. package/dist/cjs/node_modules/write-pkg/index.cjs +79 -0
  218. package/dist/cjs/node_modules/write-pkg/index.cjs.map +1 -0
  219. package/dist/cjs/node_modules/write-pkg/node_modules/detect-indent/index.cjs +125 -0
  220. package/dist/cjs/node_modules/write-pkg/node_modules/detect-indent/index.cjs.map +1 -0
  221. package/dist/cjs/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs +11 -0
  222. package/dist/cjs/node_modules/write-pkg/node_modules/is-plain-obj/index.cjs.map +1 -0
  223. package/dist/cjs/node_modules/write-pkg/node_modules/make-dir/index.cjs +155 -0
  224. package/dist/cjs/node_modules/write-pkg/node_modules/make-dir/index.cjs.map +1 -0
  225. package/dist/cjs/node_modules/write-pkg/node_modules/semver/semver.cjs +1490 -0
  226. package/dist/cjs/node_modules/write-pkg/node_modules/semver/semver.cjs.map +1 -0
  227. package/dist/cjs/node_modules/write-pkg/node_modules/sort-keys/index.cjs +61 -0
  228. package/dist/cjs/node_modules/write-pkg/node_modules/sort-keys/index.cjs.map +1 -0
  229. package/dist/cjs/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs +255 -0
  230. package/dist/cjs/node_modules/write-pkg/node_modules/write-file-atomic/index.cjs.map +1 -0
  231. package/dist/cjs/node_modules/write-pkg/node_modules/write-json-file/index.cjs +95 -0
  232. package/dist/cjs/node_modules/write-pkg/node_modules/write-json-file/index.cjs.map +1 -0
  233. package/dist/cjs/node_modules/yallist/iterator.cjs +22 -0
  234. package/dist/cjs/node_modules/yallist/iterator.cjs.map +1 -0
  235. package/dist/cjs/node_modules/yallist/yallist.cjs +432 -0
  236. package/dist/cjs/node_modules/yallist/yallist.cjs.map +1 -0
  237. package/dist/cjs/update-config.cjs +64 -0
  238. package/dist/cjs/update-config.cjs.map +1 -0
  239. package/dist/esm/_virtual/_commonjsHelpers.mjs +4 -0
  240. package/dist/esm/_virtual/_commonjsHelpers.mjs.map +1 -0
  241. package/dist/esm/_virtual/conversions.mjs +4 -0
  242. package/dist/esm/_virtual/conversions.mjs.map +1 -0
  243. package/dist/esm/_virtual/identifier.mjs +4 -0
  244. package/dist/esm/_virtual/identifier.mjs.map +1 -0
  245. package/dist/esm/_virtual/imurmurhash.mjs +4 -0
  246. package/dist/esm/_virtual/imurmurhash.mjs.map +1 -0
  247. package/dist/esm/_virtual/index.mjs +4 -0
  248. package/dist/esm/_virtual/index.mjs.map +1 -0
  249. package/dist/esm/_virtual/index10.mjs +4 -0
  250. package/dist/esm/_virtual/index10.mjs.map +1 -0
  251. package/dist/esm/_virtual/index11.mjs +4 -0
  252. package/dist/esm/_virtual/index11.mjs.map +1 -0
  253. package/dist/esm/_virtual/index12.mjs +4 -0
  254. package/dist/esm/_virtual/index12.mjs.map +1 -0
  255. package/dist/esm/_virtual/index13.mjs +4 -0
  256. package/dist/esm/_virtual/index13.mjs.map +1 -0
  257. package/dist/esm/_virtual/index14.mjs +4 -0
  258. package/dist/esm/_virtual/index14.mjs.map +1 -0
  259. package/dist/esm/_virtual/index15.mjs +4 -0
  260. package/dist/esm/_virtual/index15.mjs.map +1 -0
  261. package/dist/esm/_virtual/index2.mjs +4 -0
  262. package/dist/esm/_virtual/index2.mjs.map +1 -0
  263. package/dist/esm/_virtual/index3.mjs +4 -0
  264. package/dist/esm/_virtual/index3.mjs.map +1 -0
  265. package/dist/esm/_virtual/index4.mjs +4 -0
  266. package/dist/esm/_virtual/index4.mjs.map +1 -0
  267. package/dist/esm/_virtual/index5.mjs +4 -0
  268. package/dist/esm/_virtual/index5.mjs.map +1 -0
  269. package/dist/esm/_virtual/index6.mjs +4 -0
  270. package/dist/esm/_virtual/index6.mjs.map +1 -0
  271. package/dist/esm/_virtual/index7.mjs +4 -0
  272. package/dist/esm/_virtual/index7.mjs.map +1 -0
  273. package/dist/esm/_virtual/index8.mjs +4 -0
  274. package/dist/esm/_virtual/index8.mjs.map +1 -0
  275. package/dist/esm/_virtual/index9.mjs +4 -0
  276. package/dist/esm/_virtual/index9.mjs.map +1 -0
  277. package/dist/esm/_virtual/keyword.mjs +4 -0
  278. package/dist/esm/_virtual/keyword.mjs.map +1 -0
  279. package/dist/esm/_virtual/npa.mjs +4 -0
  280. package/dist/esm/_virtual/npa.mjs.map +1 -0
  281. package/dist/esm/_virtual/re.mjs +4 -0
  282. package/dist/esm/_virtual/re.mjs.map +1 -0
  283. package/dist/esm/_virtual/semver.mjs +4 -0
  284. package/dist/esm/_virtual/semver.mjs.map +1 -0
  285. package/dist/esm/_virtual/signals.mjs +4 -0
  286. package/dist/esm/_virtual/signals.mjs.map +1 -0
  287. package/dist/esm/index.mjs +2 -0
  288. package/dist/esm/index.mjs.map +1 -0
  289. package/dist/esm/node_modules/@babel/code-frame/lib/index.mjs +166 -0
  290. package/dist/esm/node_modules/@babel/code-frame/lib/index.mjs.map +1 -0
  291. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs +86 -0
  292. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs.map +1 -0
  293. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/index.mjs +65 -0
  294. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/index.mjs.map +1 -0
  295. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs +40 -0
  296. package/dist/esm/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs.map +1 -0
  297. package/dist/esm/node_modules/@babel/highlight/lib/index.mjs +123 -0
  298. package/dist/esm/node_modules/@babel/highlight/lib/index.mjs.map +1 -0
  299. package/dist/esm/node_modules/@lerna/package/index.mjs +307 -0
  300. package/dist/esm/node_modules/@lerna/package/index.mjs.map +1 -0
  301. package/dist/esm/node_modules/ansi-styles/index.mjs +170 -0
  302. package/dist/esm/node_modules/ansi-styles/index.mjs.map +1 -0
  303. package/dist/esm/node_modules/builtins/builtins.mjs +4 -0
  304. package/dist/esm/node_modules/builtins/builtins.mjs.map +1 -0
  305. package/dist/esm/node_modules/chalk/index.mjs +237 -0
  306. package/dist/esm/node_modules/chalk/index.mjs.map +1 -0
  307. package/dist/esm/node_modules/chalk/templates.mjs +130 -0
  308. package/dist/esm/node_modules/chalk/templates.mjs.map +1 -0
  309. package/dist/esm/node_modules/color-convert/conversions.mjs +876 -0
  310. package/dist/esm/node_modules/color-convert/conversions.mjs.map +1 -0
  311. package/dist/esm/node_modules/color-convert/index.mjs +85 -0
  312. package/dist/esm/node_modules/color-convert/index.mjs.map +1 -0
  313. package/dist/esm/node_modules/color-convert/route.mjs +102 -0
  314. package/dist/esm/node_modules/color-convert/route.mjs.map +1 -0
  315. package/dist/esm/node_modules/color-name/index.mjs +153 -0
  316. package/dist/esm/node_modules/color-name/index.mjs.map +1 -0
  317. package/dist/esm/node_modules/error-ex/index.mjs +145 -0
  318. package/dist/esm/node_modules/error-ex/index.mjs.map +1 -0
  319. package/dist/esm/node_modules/escape-string-regexp/index.mjs +12 -0
  320. package/dist/esm/node_modules/escape-string-regexp/index.mjs.map +1 -0
  321. package/dist/esm/node_modules/graceful-fs/clone.mjs +24 -0
  322. package/dist/esm/node_modules/graceful-fs/clone.mjs.map +1 -0
  323. package/dist/esm/node_modules/graceful-fs/graceful-fs.mjs +459 -0
  324. package/dist/esm/node_modules/graceful-fs/graceful-fs.mjs.map +1 -0
  325. package/dist/esm/node_modules/graceful-fs/legacy-streams.mjs +123 -0
  326. package/dist/esm/node_modules/graceful-fs/legacy-streams.mjs.map +1 -0
  327. package/dist/esm/node_modules/graceful-fs/polyfills.mjs +360 -0
  328. package/dist/esm/node_modules/graceful-fs/polyfills.mjs.map +1 -0
  329. package/dist/esm/node_modules/has-flag/index.mjs +10 -0
  330. package/dist/esm/node_modules/has-flag/index.mjs.map +1 -0
  331. package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs +186 -0
  332. package/dist/esm/node_modules/hosted-git-info/git-host-info.mjs.map +1 -0
  333. package/dist/esm/node_modules/hosted-git-info/git-host.mjs +114 -0
  334. package/dist/esm/node_modules/hosted-git-info/git-host.mjs.map +1 -0
  335. package/dist/esm/node_modules/hosted-git-info/index.mjs +245 -0
  336. package/dist/esm/node_modules/hosted-git-info/index.mjs.map +1 -0
  337. package/dist/esm/node_modules/imurmurhash/imurmurhash.mjs +141 -0
  338. package/dist/esm/node_modules/imurmurhash/imurmurhash.mjs.map +1 -0
  339. package/dist/esm/node_modules/is-arrayish/index.mjs +11 -0
  340. package/dist/esm/node_modules/is-arrayish/index.mjs.map +1 -0
  341. package/dist/esm/node_modules/js-tokens/index.mjs +26 -0
  342. package/dist/esm/node_modules/js-tokens/index.mjs.map +1 -0
  343. package/dist/esm/node_modules/json-parse-even-better-errors/index.mjs +122 -0
  344. package/dist/esm/node_modules/json-parse-even-better-errors/index.mjs.map +1 -0
  345. package/dist/esm/node_modules/lines-and-columns/build/index.mjs +66 -0
  346. package/dist/esm/node_modules/lines-and-columns/build/index.mjs.map +1 -0
  347. package/dist/esm/node_modules/load-json-file/index.mjs +29 -0
  348. package/dist/esm/node_modules/load-json-file/index.mjs.map +1 -0
  349. package/dist/esm/node_modules/lru-cache/index.mjs +337 -0
  350. package/dist/esm/node_modules/lru-cache/index.mjs.map +1 -0
  351. package/dist/esm/node_modules/npm-package-arg/npa.mjs +362 -0
  352. package/dist/esm/node_modules/npm-package-arg/npa.mjs.map +1 -0
  353. package/dist/esm/node_modules/parse-json/index.mjs +63 -0
  354. package/dist/esm/node_modules/parse-json/index.mjs.map +1 -0
  355. package/dist/esm/node_modules/pify/index.mjs +69 -0
  356. package/dist/esm/node_modules/pify/index.mjs.map +1 -0
  357. package/dist/esm/node_modules/semver/classes/comparator.mjs +155 -0
  358. package/dist/esm/node_modules/semver/classes/comparator.mjs.map +1 -0
  359. package/dist/esm/node_modules/semver/classes/range.mjs +538 -0
  360. package/dist/esm/node_modules/semver/classes/range.mjs.map +1 -0
  361. package/dist/esm/node_modules/semver/classes/semver.mjs +297 -0
  362. package/dist/esm/node_modules/semver/classes/semver.mjs.map +1 -0
  363. package/dist/esm/node_modules/semver/functions/clean.mjs +11 -0
  364. package/dist/esm/node_modules/semver/functions/clean.mjs.map +1 -0
  365. package/dist/esm/node_modules/semver/functions/cmp.mjs +62 -0
  366. package/dist/esm/node_modules/semver/functions/cmp.mjs.map +1 -0
  367. package/dist/esm/node_modules/semver/functions/coerce.mjs +60 -0
  368. package/dist/esm/node_modules/semver/functions/coerce.mjs.map +1 -0
  369. package/dist/esm/node_modules/semver/functions/compare-build.mjs +12 -0
  370. package/dist/esm/node_modules/semver/functions/compare-build.mjs.map +1 -0
  371. package/dist/esm/node_modules/semver/functions/compare-loose.mjs +8 -0
  372. package/dist/esm/node_modules/semver/functions/compare-loose.mjs.map +1 -0
  373. package/dist/esm/node_modules/semver/functions/compare.mjs +10 -0
  374. package/dist/esm/node_modules/semver/functions/compare.mjs.map +1 -0
  375. package/dist/esm/node_modules/semver/functions/diff.mjs +29 -0
  376. package/dist/esm/node_modules/semver/functions/diff.mjs.map +1 -0
  377. package/dist/esm/node_modules/semver/functions/eq.mjs +8 -0
  378. package/dist/esm/node_modules/semver/functions/eq.mjs.map +1 -0
  379. package/dist/esm/node_modules/semver/functions/gt.mjs +8 -0
  380. package/dist/esm/node_modules/semver/functions/gt.mjs.map +1 -0
  381. package/dist/esm/node_modules/semver/functions/gte.mjs +8 -0
  382. package/dist/esm/node_modules/semver/functions/gte.mjs.map +1 -0
  383. package/dist/esm/node_modules/semver/functions/inc.mjs +23 -0
  384. package/dist/esm/node_modules/semver/functions/inc.mjs.map +1 -0
  385. package/dist/esm/node_modules/semver/functions/lt.mjs +8 -0
  386. package/dist/esm/node_modules/semver/functions/lt.mjs.map +1 -0
  387. package/dist/esm/node_modules/semver/functions/lte.mjs +8 -0
  388. package/dist/esm/node_modules/semver/functions/lte.mjs.map +1 -0
  389. package/dist/esm/node_modules/semver/functions/major.mjs +8 -0
  390. package/dist/esm/node_modules/semver/functions/major.mjs.map +1 -0
  391. package/dist/esm/node_modules/semver/functions/minor.mjs +8 -0
  392. package/dist/esm/node_modules/semver/functions/minor.mjs.map +1 -0
  393. package/dist/esm/node_modules/semver/functions/neq.mjs +8 -0
  394. package/dist/esm/node_modules/semver/functions/neq.mjs.map +1 -0
  395. package/dist/esm/node_modules/semver/functions/parse.mjs +42 -0
  396. package/dist/esm/node_modules/semver/functions/parse.mjs.map +1 -0
  397. package/dist/esm/node_modules/semver/functions/patch.mjs +8 -0
  398. package/dist/esm/node_modules/semver/functions/patch.mjs.map +1 -0
  399. package/dist/esm/node_modules/semver/functions/prerelease.mjs +11 -0
  400. package/dist/esm/node_modules/semver/functions/prerelease.mjs.map +1 -0
  401. package/dist/esm/node_modules/semver/functions/rcompare.mjs +8 -0
  402. package/dist/esm/node_modules/semver/functions/rcompare.mjs.map +1 -0
  403. package/dist/esm/node_modules/semver/functions/rsort.mjs +8 -0
  404. package/dist/esm/node_modules/semver/functions/rsort.mjs.map +1 -0
  405. package/dist/esm/node_modules/semver/functions/satisfies.mjs +15 -0
  406. package/dist/esm/node_modules/semver/functions/satisfies.mjs.map +1 -0
  407. package/dist/esm/node_modules/semver/functions/sort.mjs +8 -0
  408. package/dist/esm/node_modules/semver/functions/sort.mjs.map +1 -0
  409. package/dist/esm/node_modules/semver/functions/valid.mjs +11 -0
  410. package/dist/esm/node_modules/semver/functions/valid.mjs.map +1 -0
  411. package/dist/esm/node_modules/semver/index.mjs +94 -0
  412. package/dist/esm/node_modules/semver/index.mjs.map +1 -0
  413. package/dist/esm/node_modules/semver/internal/constants.mjs +20 -0
  414. package/dist/esm/node_modules/semver/internal/constants.mjs.map +1 -0
  415. package/dist/esm/node_modules/semver/internal/debug.mjs +12 -0
  416. package/dist/esm/node_modules/semver/internal/debug.mjs.map +1 -0
  417. package/dist/esm/node_modules/semver/internal/identifiers.mjs +26 -0
  418. package/dist/esm/node_modules/semver/internal/identifiers.mjs.map +1 -0
  419. package/dist/esm/node_modules/semver/internal/parse-options.mjs +14 -0
  420. package/dist/esm/node_modules/semver/internal/parse-options.mjs.map +1 -0
  421. package/dist/esm/node_modules/semver/internal/re.mjs +189 -0
  422. package/dist/esm/node_modules/semver/internal/re.mjs.map +1 -0
  423. package/dist/esm/node_modules/semver/ranges/gtr.mjs +9 -0
  424. package/dist/esm/node_modules/semver/ranges/gtr.mjs.map +1 -0
  425. package/dist/esm/node_modules/semver/ranges/intersects.mjs +12 -0
  426. package/dist/esm/node_modules/semver/ranges/intersects.mjs.map +1 -0
  427. package/dist/esm/node_modules/semver/ranges/ltr.mjs +9 -0
  428. package/dist/esm/node_modules/semver/ranges/ltr.mjs.map +1 -0
  429. package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs +31 -0
  430. package/dist/esm/node_modules/semver/ranges/max-satisfying.mjs.map +1 -0
  431. package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs +30 -0
  432. package/dist/esm/node_modules/semver/ranges/min-satisfying.mjs.map +1 -0
  433. package/dist/esm/node_modules/semver/ranges/min-version.mjs +68 -0
  434. package/dist/esm/node_modules/semver/ranges/min-version.mjs.map +1 -0
  435. package/dist/esm/node_modules/semver/ranges/outside.mjs +92 -0
  436. package/dist/esm/node_modules/semver/ranges/outside.mjs.map +1 -0
  437. package/dist/esm/node_modules/semver/ranges/simplify.mjs +53 -0
  438. package/dist/esm/node_modules/semver/ranges/simplify.mjs.map +1 -0
  439. package/dist/esm/node_modules/semver/ranges/subset.mjs +252 -0
  440. package/dist/esm/node_modules/semver/ranges/subset.mjs.map +1 -0
  441. package/dist/esm/node_modules/semver/ranges/to-comparators.mjs +13 -0
  442. package/dist/esm/node_modules/semver/ranges/to-comparators.mjs.map +1 -0
  443. package/dist/esm/node_modules/semver/ranges/valid.mjs +16 -0
  444. package/dist/esm/node_modules/semver/ranges/valid.mjs.map +1 -0
  445. package/dist/esm/node_modules/signal-exit/index.mjs +212 -0
  446. package/dist/esm/node_modules/signal-exit/index.mjs.map +1 -0
  447. package/dist/esm/node_modules/signal-exit/signals.mjs +67 -0
  448. package/dist/esm/node_modules/signal-exit/signals.mjs.map +1 -0
  449. package/dist/esm/node_modules/strip-bom/index.mjs +16 -0
  450. package/dist/esm/node_modules/strip-bom/index.mjs.map +1 -0
  451. package/dist/esm/node_modules/supports-color/index.mjs +136 -0
  452. package/dist/esm/node_modules/supports-color/index.mjs.map +1 -0
  453. package/dist/esm/node_modules/validate-npm-package-name/index.mjs +110 -0
  454. package/dist/esm/node_modules/validate-npm-package-name/index.mjs.map +1 -0
  455. package/dist/esm/node_modules/write-pkg/index.mjs +74 -0
  456. package/dist/esm/node_modules/write-pkg/index.mjs.map +1 -0
  457. package/dist/esm/node_modules/write-pkg/node_modules/detect-indent/index.mjs +123 -0
  458. package/dist/esm/node_modules/write-pkg/node_modules/detect-indent/index.mjs.map +1 -0
  459. package/dist/esm/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs +9 -0
  460. package/dist/esm/node_modules/write-pkg/node_modules/is-plain-obj/index.mjs.map +1 -0
  461. package/dist/esm/node_modules/write-pkg/node_modules/make-dir/index.mjs +149 -0
  462. package/dist/esm/node_modules/write-pkg/node_modules/make-dir/index.mjs.map +1 -0
  463. package/dist/esm/node_modules/write-pkg/node_modules/semver/semver.mjs +1488 -0
  464. package/dist/esm/node_modules/write-pkg/node_modules/semver/semver.mjs.map +1 -0
  465. package/dist/esm/node_modules/write-pkg/node_modules/sort-keys/index.mjs +59 -0
  466. package/dist/esm/node_modules/write-pkg/node_modules/sort-keys/index.mjs.map +1 -0
  467. package/dist/esm/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs +250 -0
  468. package/dist/esm/node_modules/write-pkg/node_modules/write-file-atomic/index.mjs.map +1 -0
  469. package/dist/esm/node_modules/write-pkg/node_modules/write-json-file/index.mjs +90 -0
  470. package/dist/esm/node_modules/write-pkg/node_modules/write-json-file/index.mjs.map +1 -0
  471. package/dist/esm/node_modules/yallist/iterator.mjs +18 -0
  472. package/dist/esm/node_modules/yallist/iterator.mjs.map +1 -0
  473. package/dist/esm/node_modules/yallist/yallist.mjs +430 -0
  474. package/dist/esm/node_modules/yallist/yallist.mjs.map +1 -0
  475. package/dist/esm/update-config.mjs +56 -0
  476. package/dist/esm/update-config.mjs.map +1 -0
  477. package/dist/types/cli.d.ts +1 -2
  478. package/dist/types/codecov-config.d.ts +13 -14
  479. package/dist/types/index.d.ts +2 -3
  480. package/dist/types/update-command.d.ts +8 -9
  481. package/dist/types/update-config.d.ts +12 -13
  482. package/dist/types/update.d.ts +6 -7
  483. package/package.json +65 -66
  484. package/dist/cjs/index.js +0 -11411
  485. package/dist/cjs/index.js.map +0 -1
  486. package/dist/cli/cli.js +0 -11479
  487. package/dist/cli/cli.js.map +0 -1
  488. package/dist/esm/index.js +0 -11394
  489. package/dist/esm/index.js.map +0 -1
  490. package/dist/types/cli.d.ts.map +0 -1
  491. package/dist/types/codecov-config.d.ts.map +0 -1
  492. package/dist/types/index.d.ts.map +0 -1
  493. package/dist/types/update-command.d.ts.map +0 -1
  494. package/dist/types/update-config.d.ts.map +0 -1
  495. package/dist/types/update.d.ts.map +0 -1
@@ -0,0 +1,65 @@
1
+ import { __exports as lib } from '../../../../_virtual/index13.mjs';
2
+ import './identifier.mjs';
3
+ import './keyword.mjs';
4
+ import { __exports as identifier } from '../../../../_virtual/identifier.mjs';
5
+ import { __exports as keyword } from '../../../../_virtual/keyword.mjs';
6
+
7
+ (function (exports) {
8
+
9
+ Object.defineProperty(exports, "__esModule", {
10
+ value: true
11
+ });
12
+ Object.defineProperty(exports, "isIdentifierChar", {
13
+ enumerable: true,
14
+ get: function () {
15
+ return _identifier.isIdentifierChar;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "isIdentifierName", {
19
+ enumerable: true,
20
+ get: function () {
21
+ return _identifier.isIdentifierName;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "isIdentifierStart", {
25
+ enumerable: true,
26
+ get: function () {
27
+ return _identifier.isIdentifierStart;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "isKeyword", {
31
+ enumerable: true,
32
+ get: function () {
33
+ return _keyword.isKeyword;
34
+ }
35
+ });
36
+ Object.defineProperty(exports, "isReservedWord", {
37
+ enumerable: true,
38
+ get: function () {
39
+ return _keyword.isReservedWord;
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "isStrictBindOnlyReservedWord", {
43
+ enumerable: true,
44
+ get: function () {
45
+ return _keyword.isStrictBindOnlyReservedWord;
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "isStrictBindReservedWord", {
49
+ enumerable: true,
50
+ get: function () {
51
+ return _keyword.isStrictBindReservedWord;
52
+ }
53
+ });
54
+ Object.defineProperty(exports, "isStrictReservedWord", {
55
+ enumerable: true,
56
+ get: function () {
57
+ return _keyword.isStrictReservedWord;
58
+ }
59
+ });
60
+
61
+ var _identifier = identifier;
62
+
63
+ var _keyword = keyword;
64
+ } (lib));
65
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../../node_modules/@babel/helper-validator-identifier/lib/index.js"],"sourcesContent":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"isIdentifierChar\", {\n enumerable: true,\n get: function () {\n return _identifier.isIdentifierChar;\n }\n});\nObject.defineProperty(exports, \"isIdentifierName\", {\n enumerable: true,\n get: function () {\n return _identifier.isIdentifierName;\n }\n});\nObject.defineProperty(exports, \"isIdentifierStart\", {\n enumerable: true,\n get: function () {\n return _identifier.isIdentifierStart;\n }\n});\nObject.defineProperty(exports, \"isKeyword\", {\n enumerable: true,\n get: function () {\n return _keyword.isKeyword;\n }\n});\nObject.defineProperty(exports, \"isReservedWord\", {\n enumerable: true,\n get: function () {\n return _keyword.isReservedWord;\n }\n});\nObject.defineProperty(exports, \"isStrictBindOnlyReservedWord\", {\n enumerable: true,\n get: function () {\n return _keyword.isStrictBindOnlyReservedWord;\n }\n});\nObject.defineProperty(exports, \"isStrictBindReservedWord\", {\n enumerable: true,\n get: function () {\n return _keyword.isStrictBindReservedWord;\n }\n});\nObject.defineProperty(exports, \"isStrictReservedWord\", {\n enumerable: true,\n get: function () {\n return _keyword.isStrictReservedWord;\n }\n});\n\nvar _identifier = require(\"./identifier\");\n\nvar _keyword = require(\"./keyword\");"],"names":["require$$0","require$$1"],"mappings":";;;;;;;AACA;AACA,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;GAC3C,KAAK,EAAE,IAAI;AACb,EAAC,CAAC,CAAC;AACH,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,kBAAkB,EAAE;GACjD,UAAU,EAAE,IAAI;GAChB,GAAG,EAAE,YAAY;AACnB,KAAI,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACrC;AACH,EAAC,CAAC,CAAC;AACH,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,kBAAkB,EAAE;GACjD,UAAU,EAAE,IAAI;GAChB,GAAG,EAAE,YAAY;AACnB,KAAI,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACrC;AACH,EAAC,CAAC,CAAC;AACH,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,mBAAmB,EAAE;GAClD,UAAU,EAAE,IAAI;GAChB,GAAG,EAAE,YAAY;AACnB,KAAI,OAAO,WAAW,CAAC,iBAAiB,CAAC;IACtC;AACH,EAAC,CAAC,CAAC;AACH,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,WAAW,EAAE;GAC1C,UAAU,EAAE,IAAI;GAChB,GAAG,EAAE,YAAY;AACnB,KAAI,OAAO,QAAQ,CAAC,SAAS,CAAC;IAC3B;AACH,EAAC,CAAC,CAAC;AACH,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,gBAAgB,EAAE;GAC/C,UAAU,EAAE,IAAI;GAChB,GAAG,EAAE,YAAY;AACnB,KAAI,OAAO,QAAQ,CAAC,cAAc,CAAC;IAChC;AACH,EAAC,CAAC,CAAC;AACH,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,8BAA8B,EAAE;GAC7D,UAAU,EAAE,IAAI;GAChB,GAAG,EAAE,YAAY;AACnB,KAAI,OAAO,QAAQ,CAAC,4BAA4B,CAAC;IAC9C;AACH,EAAC,CAAC,CAAC;AACH,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,0BAA0B,EAAE;GACzD,UAAU,EAAE,IAAI;GAChB,GAAG,EAAE,YAAY;AACnB,KAAI,OAAO,QAAQ,CAAC,wBAAwB,CAAC;IAC1C;AACH,EAAC,CAAC,CAAC;AACH,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,sBAAsB,EAAE;GACrD,UAAU,EAAE,IAAI;GAChB,GAAG,EAAE,YAAY;AACnB,KAAI,OAAO,QAAQ,CAAC,oBAAoB,CAAC;IACtC;AACH,EAAC,CAAC,CAAC;AACH;CACA,IAAI,WAAW,GAAGA,UAAuB,CAAC;AAC1C;CACA,IAAI,QAAQ,GAAGC,OAAoB,CAAA;"}
@@ -0,0 +1,40 @@
1
+ import { __exports as keyword } from '../../../../_virtual/keyword.mjs';
2
+ export { __exports as default } from '../../../../_virtual/keyword.mjs';
3
+
4
+ Object.defineProperty(keyword, "__esModule", {
5
+ value: true
6
+ });
7
+ keyword.isKeyword = isKeyword;
8
+ keyword.isReservedWord = isReservedWord;
9
+ keyword.isStrictBindOnlyReservedWord = isStrictBindOnlyReservedWord;
10
+ keyword.isStrictBindReservedWord = isStrictBindReservedWord;
11
+ keyword.isStrictReservedWord = isStrictReservedWord;
12
+ const reservedWords = {
13
+ keyword: ["break", "case", "catch", "continue", "debugger", "default", "do", "else", "finally", "for", "function", "if", "return", "switch", "throw", "try", "var", "const", "while", "with", "new", "this", "super", "class", "extends", "export", "import", "null", "true", "false", "in", "instanceof", "typeof", "void", "delete"],
14
+ strict: ["implements", "interface", "let", "package", "private", "protected", "public", "static", "yield"],
15
+ strictBind: ["eval", "arguments"]
16
+ };
17
+ const keywords = new Set(reservedWords.keyword);
18
+ const reservedWordsStrictSet = new Set(reservedWords.strict);
19
+ const reservedWordsStrictBindSet = new Set(reservedWords.strictBind);
20
+
21
+ function isReservedWord(word, inModule) {
22
+ return inModule && word === "await" || word === "enum";
23
+ }
24
+
25
+ function isStrictReservedWord(word, inModule) {
26
+ return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word);
27
+ }
28
+
29
+ function isStrictBindOnlyReservedWord(word) {
30
+ return reservedWordsStrictBindSet.has(word);
31
+ }
32
+
33
+ function isStrictBindReservedWord(word, inModule) {
34
+ return isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word);
35
+ }
36
+
37
+ function isKeyword(word) {
38
+ return keywords.has(word);
39
+ }
40
+ //# sourceMappingURL=keyword.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keyword.mjs","sources":["../../../../../../node_modules/@babel/helper-validator-identifier/lib/keyword.js"],"sourcesContent":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.isKeyword = isKeyword;\nexports.isReservedWord = isReservedWord;\nexports.isStrictBindOnlyReservedWord = isStrictBindOnlyReservedWord;\nexports.isStrictBindReservedWord = isStrictBindReservedWord;\nexports.isStrictReservedWord = isStrictReservedWord;\nconst reservedWords = {\n keyword: [\"break\", \"case\", \"catch\", \"continue\", \"debugger\", \"default\", \"do\", \"else\", \"finally\", \"for\", \"function\", \"if\", \"return\", \"switch\", \"throw\", \"try\", \"var\", \"const\", \"while\", \"with\", \"new\", \"this\", \"super\", \"class\", \"extends\", \"export\", \"import\", \"null\", \"true\", \"false\", \"in\", \"instanceof\", \"typeof\", \"void\", \"delete\"],\n strict: [\"implements\", \"interface\", \"let\", \"package\", \"private\", \"protected\", \"public\", \"static\", \"yield\"],\n strictBind: [\"eval\", \"arguments\"]\n};\nconst keywords = new Set(reservedWords.keyword);\nconst reservedWordsStrictSet = new Set(reservedWords.strict);\nconst reservedWordsStrictBindSet = new Set(reservedWords.strictBind);\n\nfunction isReservedWord(word, inModule) {\n return inModule && word === \"await\" || word === \"enum\";\n}\n\nfunction isStrictReservedWord(word, inModule) {\n return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word);\n}\n\nfunction isStrictBindOnlyReservedWord(word) {\n return reservedWordsStrictBindSet.has(word);\n}\n\nfunction isStrictBindReservedWord(word, inModule) {\n return isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word);\n}\n\nfunction isKeyword(word) {\n return keywords.has(word);\n}"],"names":[],"mappings":";;;AAEA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;AAC7C,EAAE,KAAK,EAAE,IAAI;AACb,CAAC,CAAC,CAAC;AACc,OAAA,CAAA,SAAA,GAAG,UAAU;AACR,OAAA,CAAA,cAAA,GAAG,eAAe;AACJ,OAAA,CAAA,4BAAA,GAAG,6BAA6B;AACpC,OAAA,CAAA,wBAAA,GAAG,yBAAyB;AAChC,OAAA,CAAA,oBAAA,GAAG,qBAAqB;AACpD,MAAM,aAAa,GAAG;AACtB,EAAE,OAAO,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC;AACxU,EAAE,MAAM,EAAE,CAAC,YAAY,EAAE,WAAW,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,CAAC;AAC5G,EAAE,UAAU,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC;AACnC,CAAC,CAAC;AACF,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;AAChD,MAAM,sBAAsB,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;AAC7D,MAAM,0BAA0B,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;AACrE;AACA,SAAS,cAAc,CAAC,IAAI,EAAE,QAAQ,EAAE;AACxC,EAAE,OAAO,QAAQ,IAAI,IAAI,KAAK,OAAO,IAAI,IAAI,KAAK,MAAM,CAAC;AACzD,CAAC;AACD;AACA,SAAS,oBAAoB,CAAC,IAAI,EAAE,QAAQ,EAAE;AAC9C,EAAE,OAAO,cAAc,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AAC5E,CAAC;AACD;AACA,SAAS,4BAA4B,CAAC,IAAI,EAAE;AAC5C,EAAE,OAAO,0BAA0B,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AAC9C,CAAC;AACD;AACA,SAAS,wBAAwB,CAAC,IAAI,EAAE,QAAQ,EAAE;AAClD,EAAE,OAAO,oBAAoB,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,4BAA4B,CAAC,IAAI,CAAC,CAAC;AACpF,CAAC;AACD;AACA,SAAS,SAAS,CAAC,IAAI,EAAE;AACzB,EAAE,OAAO,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AAC5B"}
@@ -0,0 +1,123 @@
1
+ import { __exports as lib } from '../../../../_virtual/index10.mjs';
2
+ import '../../../js-tokens/index.mjs';
3
+ import '../../helper-validator-identifier/lib/index.mjs';
4
+ import '../../../chalk/index.mjs';
5
+ import { c as chalk } from '../../../../_virtual/index14.mjs';
6
+ import { __exports as jsTokens } from '../../../../_virtual/index12.mjs';
7
+ import { __exports as lib$1 } from '../../../../_virtual/index13.mjs';
8
+
9
+ Object.defineProperty(lib, "__esModule", {
10
+ value: true
11
+ });
12
+ lib.default = highlight;
13
+ lib.getChalk = getChalk;
14
+ lib.shouldHighlight = shouldHighlight;
15
+
16
+ var _jsTokens = jsTokens;
17
+
18
+ var _helperValidatorIdentifier = lib$1;
19
+
20
+ var _chalk = chalk.exports;
21
+
22
+ const sometimesKeywords = new Set(["as", "async", "from", "get", "of", "set"]);
23
+
24
+ function getDefs(chalk) {
25
+ return {
26
+ keyword: chalk.cyan,
27
+ capitalized: chalk.yellow,
28
+ jsxIdentifier: chalk.yellow,
29
+ punctuator: chalk.yellow,
30
+ number: chalk.magenta,
31
+ string: chalk.green,
32
+ regex: chalk.magenta,
33
+ comment: chalk.grey,
34
+ invalid: chalk.white.bgRed.bold
35
+ };
36
+ }
37
+
38
+ const NEWLINE = /\r\n|[\n\r\u2028\u2029]/;
39
+ const BRACKET = /^[()[\]{}]$/;
40
+ let tokenize;
41
+ {
42
+ const JSX_TAG = /^[a-z][\w-]*$/i;
43
+
44
+ const getTokenType = function (token, offset, text) {
45
+ if (token.type === "name") {
46
+ if ((0, _helperValidatorIdentifier.isKeyword)(token.value) || (0, _helperValidatorIdentifier.isStrictReservedWord)(token.value, true) || sometimesKeywords.has(token.value)) {
47
+ return "keyword";
48
+ }
49
+
50
+ if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.slice(offset - 2, offset) == "</")) {
51
+ return "jsxIdentifier";
52
+ }
53
+
54
+ if (token.value[0] !== token.value[0].toLowerCase()) {
55
+ return "capitalized";
56
+ }
57
+ }
58
+
59
+ if (token.type === "punctuator" && BRACKET.test(token.value)) {
60
+ return "bracket";
61
+ }
62
+
63
+ if (token.type === "invalid" && (token.value === "@" || token.value === "#")) {
64
+ return "punctuator";
65
+ }
66
+
67
+ return token.type;
68
+ };
69
+
70
+ tokenize = function* (text) {
71
+ let match;
72
+
73
+ while (match = _jsTokens.default.exec(text)) {
74
+ const token = _jsTokens.matchToToken(match);
75
+
76
+ yield {
77
+ type: getTokenType(token, match.index, text),
78
+ value: token.value
79
+ };
80
+ }
81
+ };
82
+ }
83
+
84
+ function highlightTokens(defs, text) {
85
+ let highlighted = "";
86
+
87
+ for (const {
88
+ type,
89
+ value
90
+ } of tokenize(text)) {
91
+ const colorize = defs[type];
92
+
93
+ if (colorize) {
94
+ highlighted += value.split(NEWLINE).map(str => colorize(str)).join("\n");
95
+ } else {
96
+ highlighted += value;
97
+ }
98
+ }
99
+
100
+ return highlighted;
101
+ }
102
+
103
+ function shouldHighlight(options) {
104
+ return !!_chalk.supportsColor || options.forceColor;
105
+ }
106
+
107
+ function getChalk(options) {
108
+ return options.forceColor ? new _chalk.constructor({
109
+ enabled: true,
110
+ level: 1
111
+ }) : _chalk;
112
+ }
113
+
114
+ function highlight(code, options = {}) {
115
+ if (code !== "" && shouldHighlight(options)) {
116
+ const chalk = getChalk(options);
117
+ const defs = getDefs(chalk);
118
+ return highlightTokens(defs, code);
119
+ } else {
120
+ return code;
121
+ }
122
+ }
123
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../../node_modules/@babel/highlight/lib/index.js"],"sourcesContent":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = highlight;\nexports.getChalk = getChalk;\nexports.shouldHighlight = shouldHighlight;\n\nvar _jsTokens = require(\"js-tokens\");\n\nvar _helperValidatorIdentifier = require(\"@babel/helper-validator-identifier\");\n\nvar _chalk = require(\"chalk\");\n\nconst sometimesKeywords = new Set([\"as\", \"async\", \"from\", \"get\", \"of\", \"set\"]);\n\nfunction getDefs(chalk) {\n return {\n keyword: chalk.cyan,\n capitalized: chalk.yellow,\n jsxIdentifier: chalk.yellow,\n punctuator: chalk.yellow,\n number: chalk.magenta,\n string: chalk.green,\n regex: chalk.magenta,\n comment: chalk.grey,\n invalid: chalk.white.bgRed.bold\n };\n}\n\nconst NEWLINE = /\\r\\n|[\\n\\r\\u2028\\u2029]/;\nconst BRACKET = /^[()[\\]{}]$/;\nlet tokenize;\n{\n const JSX_TAG = /^[a-z][\\w-]*$/i;\n\n const getTokenType = function (token, offset, text) {\n if (token.type === \"name\") {\n if ((0, _helperValidatorIdentifier.isKeyword)(token.value) || (0, _helperValidatorIdentifier.isStrictReservedWord)(token.value, true) || sometimesKeywords.has(token.value)) {\n return \"keyword\";\n }\n\n if (JSX_TAG.test(token.value) && (text[offset - 1] === \"<\" || text.slice(offset - 2, offset) == \"</\")) {\n return \"jsxIdentifier\";\n }\n\n if (token.value[0] !== token.value[0].toLowerCase()) {\n return \"capitalized\";\n }\n }\n\n if (token.type === \"punctuator\" && BRACKET.test(token.value)) {\n return \"bracket\";\n }\n\n if (token.type === \"invalid\" && (token.value === \"@\" || token.value === \"#\")) {\n return \"punctuator\";\n }\n\n return token.type;\n };\n\n tokenize = function* (text) {\n let match;\n\n while (match = _jsTokens.default.exec(text)) {\n const token = _jsTokens.matchToToken(match);\n\n yield {\n type: getTokenType(token, match.index, text),\n value: token.value\n };\n }\n };\n}\n\nfunction highlightTokens(defs, text) {\n let highlighted = \"\";\n\n for (const {\n type,\n value\n } of tokenize(text)) {\n const colorize = defs[type];\n\n if (colorize) {\n highlighted += value.split(NEWLINE).map(str => colorize(str)).join(\"\\n\");\n } else {\n highlighted += value;\n }\n }\n\n return highlighted;\n}\n\nfunction shouldHighlight(options) {\n return !!_chalk.supportsColor || options.forceColor;\n}\n\nfunction getChalk(options) {\n return options.forceColor ? new _chalk.constructor({\n enabled: true,\n level: 1\n }) : _chalk;\n}\n\nfunction highlight(code, options = {}) {\n if (code !== \"\" && shouldHighlight(options)) {\n const chalk = getChalk(options);\n const defs = getDefs(chalk);\n return highlightTokens(defs, code);\n } else {\n return code;\n }\n}"],"names":["require$$0","require$$1","require$$2"],"mappings":"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"}
@@ -0,0 +1,307 @@
1
+ import '../../npm-package-arg/npa.mjs';
2
+ import require$$3 from 'path';
3
+ import '../../load-json-file/index.mjs';
4
+ import '../../write-pkg/index.mjs';
5
+ import { n as npa$1 } from '../../../_virtual/npa.mjs';
6
+ import { l as loadJsonFile$1 } from '../../../_virtual/index.mjs';
7
+ import { w as writePkg$1 } from '../../../_virtual/index2.mjs';
8
+
9
+ const npa = npa$1.exports;
10
+ const path = require$$3;
11
+ const loadJsonFile = loadJsonFile$1.exports;
12
+ const writePkg = writePkg$1.exports;
13
+
14
+ // symbol used to "hide" internal state
15
+ const PKG = Symbol("pkg");
16
+
17
+ /* eslint-disable no-underscore-dangle */
18
+
19
+ // private fields
20
+ const _location = Symbol("location");
21
+ const _resolved = Symbol("resolved");
22
+ const _rootPath = Symbol("rootPath");
23
+ const _scripts = Symbol("scripts");
24
+ const _contents = Symbol("contents");
25
+
26
+ /**
27
+ * @param {import("npm-package-arg").Result} result
28
+ */
29
+ function binSafeName({ name, scope }) {
30
+ return scope ? name.substring(scope.length + 1) : name;
31
+ }
32
+
33
+ // package.json files are not that complicated, so this is intentionally naïve
34
+ function shallowCopy(json) {
35
+ return Object.keys(json).reduce((obj, key) => {
36
+ const val = json[key];
37
+
38
+ /* istanbul ignore if */
39
+ if (Array.isArray(val)) {
40
+ obj[key] = val.slice();
41
+ } else if (val && typeof val === "object") {
42
+ obj[key] = Object.assign({}, val);
43
+ } else {
44
+ obj[key] = val;
45
+ }
46
+
47
+ return obj;
48
+ }, {});
49
+ }
50
+
51
+ /**
52
+ * @typedef {object} RawManifest The subset of package.json properties that Lerna uses
53
+ * @property {string} name
54
+ * @property {string} version
55
+ * @property {boolean} [private]
56
+ * @property {Record<string, string>|string} [bin]
57
+ * @property {Record<string, string>} [scripts]
58
+ * @property {Record<string, string>} [dependencies]
59
+ * @property {Record<string, string>} [devDependencies]
60
+ * @property {Record<string, string>} [optionalDependencies]
61
+ * @property {Record<string, string>} [peerDependencies]
62
+ * @property {Record<'directory' | 'registry' | 'tag', string>} [publishConfig]
63
+ * @property {string[] | { packages: string[] }} [workspaces]
64
+ */
65
+
66
+ /**
67
+ * Lerna's internal representation of a local package, with
68
+ * many values resolved directly from the original JSON.
69
+ */
70
+ class Package {
71
+ /**
72
+ * Create a Package instance from parameters, possibly reusing existing instance.
73
+ * @param {string|Package|RawManifest} ref A path to a package.json file, Package instance, or JSON object
74
+ * @param {string} [dir] If `ref` is a JSON object, this is the location of the manifest
75
+ * @returns {Package}
76
+ */
77
+ static lazy(ref, dir = ".") {
78
+ if (typeof ref === "string") {
79
+ const location = path.resolve(path.basename(ref) === "package.json" ? path.dirname(ref) : ref);
80
+ const manifest = loadJsonFile.sync(path.join(location, "package.json"));
81
+
82
+ return new Package(manifest, location);
83
+ }
84
+
85
+ // don't use instanceof because it fails across nested module boundaries
86
+ if ("__isLernaPackage" in ref) {
87
+ return ref;
88
+ }
89
+
90
+ // assume ref is a json object
91
+ return new Package(ref, dir);
92
+ }
93
+
94
+ /**
95
+ * @param {RawManifest} pkg
96
+ * @param {string} location
97
+ * @param {string} [rootPath]
98
+ */
99
+ constructor(pkg, location, rootPath = location) {
100
+ // npa will throw an error if the name is invalid
101
+ const resolved = npa.resolve(pkg.name, `file:${path.relative(rootPath, location)}`, rootPath);
102
+
103
+ this.name = pkg.name;
104
+ this[PKG] = pkg;
105
+
106
+ // omit raw pkg from default util.inspect() output, but preserve internal mutability
107
+ Object.defineProperty(this, PKG, { enumerable: false, writable: true });
108
+
109
+ this[_location] = location;
110
+ this[_resolved] = resolved;
111
+ this[_rootPath] = rootPath;
112
+ this[_scripts] = { ...pkg.scripts };
113
+ }
114
+
115
+ // readonly getters
116
+ get location() {
117
+ return this[_location];
118
+ }
119
+
120
+ get private() {
121
+ return Boolean(this[PKG].private);
122
+ }
123
+
124
+ get resolved() {
125
+ return this[_resolved];
126
+ }
127
+
128
+ get rootPath() {
129
+ return this[_rootPath];
130
+ }
131
+
132
+ get scripts() {
133
+ return this[_scripts];
134
+ }
135
+
136
+ get bin() {
137
+ const pkg = this[PKG];
138
+ return typeof pkg.bin === "string"
139
+ ? {
140
+ [binSafeName(this.resolved)]: pkg.bin,
141
+ }
142
+ : Object.assign({}, pkg.bin);
143
+ }
144
+
145
+ get binLocation() {
146
+ return path.join(this.location, "node_modules", ".bin");
147
+ }
148
+
149
+ get manifestLocation() {
150
+ return path.join(this.location, "package.json");
151
+ }
152
+
153
+ get nodeModulesLocation() {
154
+ return path.join(this.location, "node_modules");
155
+ }
156
+
157
+ // eslint-disable-next-line class-methods-use-this
158
+ get __isLernaPackage() {
159
+ // safer than instanceof across module boundaries
160
+ return true;
161
+ }
162
+
163
+ // accessors
164
+ get version() {
165
+ return this[PKG].version;
166
+ }
167
+
168
+ set version(version) {
169
+ this[PKG].version = version;
170
+ }
171
+
172
+ get contents() {
173
+ // if modified with setter, use that value
174
+ if (this[_contents]) {
175
+ return this[_contents];
176
+ }
177
+
178
+ // if provided by pkg.publishConfig.directory value
179
+ if (this[PKG].publishConfig && this[PKG].publishConfig.directory) {
180
+ return path.join(this.location, this[PKG].publishConfig.directory);
181
+ }
182
+
183
+ // default to package root
184
+ return this.location;
185
+ }
186
+
187
+ set contents(subDirectory) {
188
+ this[_contents] = path.join(this.location, subDirectory);
189
+ }
190
+
191
+ // "live" collections
192
+ get dependencies() {
193
+ return this[PKG].dependencies;
194
+ }
195
+
196
+ get devDependencies() {
197
+ return this[PKG].devDependencies;
198
+ }
199
+
200
+ get optionalDependencies() {
201
+ return this[PKG].optionalDependencies;
202
+ }
203
+
204
+ get peerDependencies() {
205
+ return this[PKG].peerDependencies;
206
+ }
207
+
208
+ /**
209
+ * Map-like retrieval of arbitrary values
210
+ * @template {keyof RawManifest} K
211
+ * @param {K} key field name to retrieve value
212
+ * @returns {RawManifest[K]} value stored under key, if present
213
+ */
214
+ get(key) {
215
+ return this[PKG][key];
216
+ }
217
+
218
+ /**
219
+ * Map-like storage of arbitrary values
220
+ * @template {keyof RawManifest} K
221
+ * @param {T} key field name to store value
222
+ * @param {RawManifest[K]} val value to store
223
+ * @returns {Package} instance for chaining
224
+ */
225
+ set(key, val) {
226
+ this[PKG][key] = val;
227
+
228
+ return this;
229
+ }
230
+
231
+ /**
232
+ * Provide shallow copy for munging elsewhere
233
+ * @returns {Object}
234
+ */
235
+ toJSON() {
236
+ return shallowCopy(this[PKG]);
237
+ }
238
+
239
+ /**
240
+ * Refresh internal state from disk (e.g., changed by external lifecycles)
241
+ */
242
+ refresh() {
243
+ return loadJsonFile(this.manifestLocation).then((pkg) => {
244
+ this[PKG] = pkg;
245
+
246
+ return this;
247
+ });
248
+ }
249
+
250
+ /**
251
+ * Write manifest changes to disk
252
+ * @returns {Promise} resolves when write finished
253
+ */
254
+ serialize() {
255
+ return writePkg(this.manifestLocation, this[PKG]).then(() => this);
256
+ }
257
+
258
+ /**
259
+ * Mutate local dependency spec according to type
260
+ * @param {Object} resolved npa metadata
261
+ * @param {String} depVersion semver
262
+ * @param {String} savePrefix npm_config_save_prefix
263
+ */
264
+ updateLocalDependency(resolved, depVersion, savePrefix) {
265
+ const depName = resolved.name;
266
+
267
+ // first, try runtime dependencies
268
+ let depCollection = this.dependencies;
269
+
270
+ // try optionalDependencies if that didn't work
271
+ if (!depCollection || !depCollection[depName]) {
272
+ depCollection = this.optionalDependencies;
273
+ }
274
+
275
+ // fall back to devDependencies
276
+ if (!depCollection || !depCollection[depName]) {
277
+ depCollection = this.devDependencies;
278
+ }
279
+
280
+ if (resolved.registry || resolved.type === "directory") {
281
+ // a version (1.2.3) OR range (^1.2.3) OR directory (file:../foo-pkg)
282
+ depCollection[depName] = `${savePrefix}${depVersion}`;
283
+ } else if (resolved.gitCommittish) {
284
+ // a git url with matching committish (#v1.2.3 or #1.2.3)
285
+ const [tagPrefix] = /^\D*/.exec(resolved.gitCommittish);
286
+
287
+ // update committish
288
+ const { hosted } = resolved; // take that, lint!
289
+ hosted.committish = `${tagPrefix}${depVersion}`;
290
+
291
+ // always serialize the full url (identical to previous resolved.saveSpec)
292
+ depCollection[depName] = hosted.toString({ noGitPlus: false, noCommittish: false });
293
+ } else if (resolved.gitRange) {
294
+ // a git url with matching gitRange (#semver:^1.2.3)
295
+ const { hosted } = resolved; // take that, lint!
296
+ hosted.committish = `semver:${savePrefix}${depVersion}`;
297
+
298
+ // always serialize the full url (identical to previous resolved.saveSpec)
299
+ depCollection[depName] = hosted.toString({ noGitPlus: false, noCommittish: false });
300
+ }
301
+ }
302
+ }
303
+
304
+ var Package_1 = Package;
305
+
306
+ export { Package_1 as Package };
307
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../node_modules/@lerna/package/index.js"],"sourcesContent":["\"use strict\";\n\nconst npa = require(\"npm-package-arg\");\nconst path = require(\"path\");\nconst loadJsonFile = require(\"load-json-file\");\nconst writePkg = require(\"write-pkg\");\n\n// symbol used to \"hide\" internal state\nconst PKG = Symbol(\"pkg\");\n\n/* eslint-disable no-underscore-dangle */\n\n// private fields\nconst _location = Symbol(\"location\");\nconst _resolved = Symbol(\"resolved\");\nconst _rootPath = Symbol(\"rootPath\");\nconst _scripts = Symbol(\"scripts\");\nconst _contents = Symbol(\"contents\");\n\n/**\n * @param {import(\"npm-package-arg\").Result} result\n */\nfunction binSafeName({ name, scope }) {\n return scope ? name.substring(scope.length + 1) : name;\n}\n\n// package.json files are not that complicated, so this is intentionally naïve\nfunction shallowCopy(json) {\n return Object.keys(json).reduce((obj, key) => {\n const val = json[key];\n\n /* istanbul ignore if */\n if (Array.isArray(val)) {\n obj[key] = val.slice();\n } else if (val && typeof val === \"object\") {\n obj[key] = Object.assign({}, val);\n } else {\n obj[key] = val;\n }\n\n return obj;\n }, {});\n}\n\n/**\n * @typedef {object} RawManifest The subset of package.json properties that Lerna uses\n * @property {string} name\n * @property {string} version\n * @property {boolean} [private]\n * @property {Record<string, string>|string} [bin]\n * @property {Record<string, string>} [scripts]\n * @property {Record<string, string>} [dependencies]\n * @property {Record<string, string>} [devDependencies]\n * @property {Record<string, string>} [optionalDependencies]\n * @property {Record<string, string>} [peerDependencies]\n * @property {Record<'directory' | 'registry' | 'tag', string>} [publishConfig]\n * @property {string[] | { packages: string[] }} [workspaces]\n */\n\n/**\n * Lerna's internal representation of a local package, with\n * many values resolved directly from the original JSON.\n */\nclass Package {\n /**\n * Create a Package instance from parameters, possibly reusing existing instance.\n * @param {string|Package|RawManifest} ref A path to a package.json file, Package instance, or JSON object\n * @param {string} [dir] If `ref` is a JSON object, this is the location of the manifest\n * @returns {Package}\n */\n static lazy(ref, dir = \".\") {\n if (typeof ref === \"string\") {\n const location = path.resolve(path.basename(ref) === \"package.json\" ? path.dirname(ref) : ref);\n const manifest = loadJsonFile.sync(path.join(location, \"package.json\"));\n\n return new Package(manifest, location);\n }\n\n // don't use instanceof because it fails across nested module boundaries\n if (\"__isLernaPackage\" in ref) {\n return ref;\n }\n\n // assume ref is a json object\n return new Package(ref, dir);\n }\n\n /**\n * @param {RawManifest} pkg\n * @param {string} location\n * @param {string} [rootPath]\n */\n constructor(pkg, location, rootPath = location) {\n // npa will throw an error if the name is invalid\n const resolved = npa.resolve(pkg.name, `file:${path.relative(rootPath, location)}`, rootPath);\n\n this.name = pkg.name;\n this[PKG] = pkg;\n\n // omit raw pkg from default util.inspect() output, but preserve internal mutability\n Object.defineProperty(this, PKG, { enumerable: false, writable: true });\n\n this[_location] = location;\n this[_resolved] = resolved;\n this[_rootPath] = rootPath;\n this[_scripts] = { ...pkg.scripts };\n }\n\n // readonly getters\n get location() {\n return this[_location];\n }\n\n get private() {\n return Boolean(this[PKG].private);\n }\n\n get resolved() {\n return this[_resolved];\n }\n\n get rootPath() {\n return this[_rootPath];\n }\n\n get scripts() {\n return this[_scripts];\n }\n\n get bin() {\n const pkg = this[PKG];\n return typeof pkg.bin === \"string\"\n ? {\n [binSafeName(this.resolved)]: pkg.bin,\n }\n : Object.assign({}, pkg.bin);\n }\n\n get binLocation() {\n return path.join(this.location, \"node_modules\", \".bin\");\n }\n\n get manifestLocation() {\n return path.join(this.location, \"package.json\");\n }\n\n get nodeModulesLocation() {\n return path.join(this.location, \"node_modules\");\n }\n\n // eslint-disable-next-line class-methods-use-this\n get __isLernaPackage() {\n // safer than instanceof across module boundaries\n return true;\n }\n\n // accessors\n get version() {\n return this[PKG].version;\n }\n\n set version(version) {\n this[PKG].version = version;\n }\n\n get contents() {\n // if modified with setter, use that value\n if (this[_contents]) {\n return this[_contents];\n }\n\n // if provided by pkg.publishConfig.directory value\n if (this[PKG].publishConfig && this[PKG].publishConfig.directory) {\n return path.join(this.location, this[PKG].publishConfig.directory);\n }\n\n // default to package root\n return this.location;\n }\n\n set contents(subDirectory) {\n this[_contents] = path.join(this.location, subDirectory);\n }\n\n // \"live\" collections\n get dependencies() {\n return this[PKG].dependencies;\n }\n\n get devDependencies() {\n return this[PKG].devDependencies;\n }\n\n get optionalDependencies() {\n return this[PKG].optionalDependencies;\n }\n\n get peerDependencies() {\n return this[PKG].peerDependencies;\n }\n\n /**\n * Map-like retrieval of arbitrary values\n * @template {keyof RawManifest} K\n * @param {K} key field name to retrieve value\n * @returns {RawManifest[K]} value stored under key, if present\n */\n get(key) {\n return this[PKG][key];\n }\n\n /**\n * Map-like storage of arbitrary values\n * @template {keyof RawManifest} K\n * @param {T} key field name to store value\n * @param {RawManifest[K]} val value to store\n * @returns {Package} instance for chaining\n */\n set(key, val) {\n this[PKG][key] = val;\n\n return this;\n }\n\n /**\n * Provide shallow copy for munging elsewhere\n * @returns {Object}\n */\n toJSON() {\n return shallowCopy(this[PKG]);\n }\n\n /**\n * Refresh internal state from disk (e.g., changed by external lifecycles)\n */\n refresh() {\n return loadJsonFile(this.manifestLocation).then((pkg) => {\n this[PKG] = pkg;\n\n return this;\n });\n }\n\n /**\n * Write manifest changes to disk\n * @returns {Promise} resolves when write finished\n */\n serialize() {\n return writePkg(this.manifestLocation, this[PKG]).then(() => this);\n }\n\n /**\n * Mutate local dependency spec according to type\n * @param {Object} resolved npa metadata\n * @param {String} depVersion semver\n * @param {String} savePrefix npm_config_save_prefix\n */\n updateLocalDependency(resolved, depVersion, savePrefix) {\n const depName = resolved.name;\n\n // first, try runtime dependencies\n let depCollection = this.dependencies;\n\n // try optionalDependencies if that didn't work\n if (!depCollection || !depCollection[depName]) {\n depCollection = this.optionalDependencies;\n }\n\n // fall back to devDependencies\n if (!depCollection || !depCollection[depName]) {\n depCollection = this.devDependencies;\n }\n\n if (resolved.registry || resolved.type === \"directory\") {\n // a version (1.2.3) OR range (^1.2.3) OR directory (file:../foo-pkg)\n depCollection[depName] = `${savePrefix}${depVersion}`;\n } else if (resolved.gitCommittish) {\n // a git url with matching committish (#v1.2.3 or #1.2.3)\n const [tagPrefix] = /^\\D*/.exec(resolved.gitCommittish);\n\n // update committish\n const { hosted } = resolved; // take that, lint!\n hosted.committish = `${tagPrefix}${depVersion}`;\n\n // always serialize the full url (identical to previous resolved.saveSpec)\n depCollection[depName] = hosted.toString({ noGitPlus: false, noCommittish: false });\n } else if (resolved.gitRange) {\n // a git url with matching gitRange (#semver:^1.2.3)\n const { hosted } = resolved; // take that, lint!\n hosted.committish = `semver:${savePrefix}${depVersion}`;\n\n // always serialize the full url (identical to previous resolved.saveSpec)\n depCollection[depName] = hosted.toString({ noGitPlus: false, noCommittish: false });\n }\n }\n}\n\nmodule.exports.Package = Package;\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":"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"}