@quilted/create 0.1.56 → 0.1.57

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 (1226) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/bin/create-quilt.mjs +1 -1
  3. package/build/cjs/_virtual/Alias.cjs +5 -0
  4. package/build/cjs/_virtual/Collection.cjs +5 -0
  5. package/build/cjs/_virtual/Document.cjs +5 -0
  6. package/build/cjs/_virtual/Node.cjs +5 -0
  7. package/build/cjs/_virtual/Pair.cjs +5 -0
  8. package/build/cjs/_virtual/Scalar.cjs +5 -0
  9. package/build/cjs/_virtual/Schema.cjs +5 -0
  10. package/build/cjs/_virtual/YAMLMap.cjs +5 -0
  11. package/build/cjs/_virtual/YAMLSeq.cjs +5 -0
  12. package/build/cjs/_virtual/_rollupPluginBabelHelpers.cjs +34 -0
  13. package/build/cjs/_virtual/addPairToJSMap.cjs +5 -0
  14. package/build/cjs/_virtual/anchors.cjs +5 -0
  15. package/build/cjs/_virtual/applyReviver.cjs +5 -0
  16. package/build/cjs/_virtual/array.cjs +5 -0
  17. package/build/cjs/_virtual/async.cjs +5 -0
  18. package/build/cjs/_virtual/async2.cjs +5 -0
  19. package/build/cjs/_virtual/async3.cjs +5 -0
  20. package/build/cjs/_virtual/async4.cjs +5 -0
  21. package/build/cjs/_virtual/async5.cjs +5 -0
  22. package/build/cjs/_virtual/binary.cjs +5 -0
  23. package/build/cjs/_virtual/bool.cjs +5 -0
  24. package/build/cjs/_virtual/bool2.cjs +5 -0
  25. package/build/cjs/_virtual/common.cjs +5 -0
  26. package/build/cjs/_virtual/common2.cjs +5 -0
  27. package/build/cjs/_virtual/compose-collection.cjs +5 -0
  28. package/build/cjs/_virtual/compose-doc.cjs +5 -0
  29. package/build/cjs/_virtual/compose-node.cjs +5 -0
  30. package/build/cjs/_virtual/compose-scalar.cjs +5 -0
  31. package/build/cjs/_virtual/composer.cjs +5 -0
  32. package/build/cjs/_virtual/constants.cjs +5 -0
  33. package/build/cjs/_virtual/createNode.cjs +5 -0
  34. package/build/cjs/_virtual/cst-scalar.cjs +5 -0
  35. package/build/cjs/_virtual/cst-stringify.cjs +5 -0
  36. package/build/cjs/_virtual/cst-visit.cjs +5 -0
  37. package/build/cjs/_virtual/cst.cjs +5 -0
  38. package/build/cjs/_virtual/deep.cjs +5 -0
  39. package/build/cjs/_virtual/directives.cjs +5 -0
  40. package/build/cjs/_virtual/entry.cjs +5 -0
  41. package/build/cjs/_virtual/entry2.cjs +5 -0
  42. package/build/cjs/_virtual/errno.cjs +5 -0
  43. package/build/cjs/_virtual/error.cjs +5 -0
  44. package/build/cjs/_virtual/errors.cjs +5 -0
  45. package/build/cjs/_virtual/float.cjs +5 -0
  46. package/build/cjs/_virtual/float2.cjs +5 -0
  47. package/build/cjs/_virtual/foldFlowLines.cjs +5 -0
  48. package/build/cjs/_virtual/fs.cjs +5 -0
  49. package/build/cjs/_virtual/fs2.cjs +5 -0
  50. package/build/cjs/_virtual/fs3.cjs +5 -0
  51. package/build/cjs/_virtual/fs4.cjs +5 -0
  52. package/build/cjs/_virtual/index.cjs +5 -0
  53. package/build/cjs/_virtual/index10.cjs +5 -0
  54. package/build/cjs/_virtual/index11.cjs +5 -0
  55. package/build/cjs/_virtual/index2.cjs +5 -0
  56. package/build/cjs/_virtual/index3.cjs +5 -0
  57. package/build/cjs/_virtual/index4.cjs +5 -0
  58. package/build/cjs/_virtual/index5.cjs +5 -0
  59. package/build/cjs/_virtual/index6.cjs +5 -0
  60. package/build/cjs/_virtual/index7.cjs +5 -0
  61. package/build/cjs/_virtual/index8.cjs +5 -0
  62. package/build/cjs/_virtual/index9.cjs +5 -0
  63. package/build/cjs/_virtual/int.cjs +5 -0
  64. package/build/cjs/_virtual/int2.cjs +5 -0
  65. package/build/cjs/_virtual/lexer.cjs +5 -0
  66. package/build/cjs/_virtual/line-counter.cjs +5 -0
  67. package/build/cjs/_virtual/log.cjs +5 -0
  68. package/build/cjs/_virtual/map.cjs +5 -0
  69. package/build/cjs/_virtual/matcher.cjs +5 -0
  70. package/build/cjs/_virtual/null.cjs +5 -0
  71. package/build/cjs/_virtual/omap.cjs +5 -0
  72. package/build/cjs/_virtual/pairs.cjs +5 -0
  73. package/build/cjs/_virtual/parser-babel.cjs +5 -0
  74. package/build/cjs/_virtual/parser-typescript.cjs +5 -0
  75. package/build/cjs/_virtual/parser-yaml.cjs +5 -0
  76. package/build/cjs/_virtual/parser.cjs +5 -0
  77. package/build/cjs/_virtual/partial.cjs +5 -0
  78. package/build/cjs/_virtual/path.cjs +5 -0
  79. package/build/cjs/_virtual/pattern.cjs +5 -0
  80. package/build/cjs/_virtual/patterns.cjs +5 -0
  81. package/build/cjs/_virtual/prompts.cjs +5 -0
  82. package/build/cjs/_virtual/prompts2.cjs +5 -0
  83. package/build/cjs/_virtual/provider.cjs +5 -0
  84. package/build/cjs/_virtual/public-api.cjs +5 -0
  85. package/build/cjs/_virtual/queue.cjs +5 -0
  86. package/build/cjs/_virtual/reader.cjs +5 -0
  87. package/build/cjs/_virtual/reader2.cjs +5 -0
  88. package/build/cjs/_virtual/resolve-block-map.cjs +5 -0
  89. package/build/cjs/_virtual/resolve-block-scalar.cjs +5 -0
  90. package/build/cjs/_virtual/resolve-block-seq.cjs +5 -0
  91. package/build/cjs/_virtual/resolve-end.cjs +5 -0
  92. package/build/cjs/_virtual/resolve-flow-collection.cjs +5 -0
  93. package/build/cjs/_virtual/resolve-flow-scalar.cjs +5 -0
  94. package/build/cjs/_virtual/resolve-props.cjs +5 -0
  95. package/build/cjs/_virtual/schema2.cjs +5 -0
  96. package/build/cjs/_virtual/schema3.cjs +5 -0
  97. package/build/cjs/_virtual/schema4.cjs +5 -0
  98. package/build/cjs/_virtual/seq.cjs +5 -0
  99. package/build/cjs/_virtual/set.cjs +5 -0
  100. package/build/cjs/_virtual/settings.cjs +5 -0
  101. package/build/cjs/_virtual/settings2.cjs +5 -0
  102. package/build/cjs/_virtual/settings3.cjs +5 -0
  103. package/build/cjs/_virtual/settings4.cjs +5 -0
  104. package/build/cjs/_virtual/standalone.cjs +5 -0
  105. package/build/cjs/_virtual/stream.cjs +5 -0
  106. package/build/cjs/_virtual/stream2.cjs +5 -0
  107. package/build/cjs/_virtual/stream3.cjs +5 -0
  108. package/build/cjs/_virtual/stream4.cjs +5 -0
  109. package/build/cjs/_virtual/string.cjs +5 -0
  110. package/build/cjs/_virtual/string2.cjs +5 -0
  111. package/build/cjs/_virtual/stringify.cjs +5 -0
  112. package/build/cjs/_virtual/stringifyCollection.cjs +5 -0
  113. package/build/cjs/_virtual/stringifyComment.cjs +5 -0
  114. package/build/cjs/_virtual/stringifyDocument.cjs +5 -0
  115. package/build/cjs/_virtual/stringifyNumber.cjs +5 -0
  116. package/build/cjs/_virtual/stringifyPair.cjs +5 -0
  117. package/build/cjs/_virtual/stringifyString.cjs +5 -0
  118. package/build/cjs/_virtual/sync.cjs +5 -0
  119. package/build/cjs/_virtual/sync2.cjs +5 -0
  120. package/build/cjs/_virtual/sync3.cjs +5 -0
  121. package/build/cjs/_virtual/sync4.cjs +5 -0
  122. package/build/cjs/_virtual/sync5.cjs +5 -0
  123. package/build/cjs/_virtual/sync6.cjs +5 -0
  124. package/build/cjs/_virtual/tags.cjs +5 -0
  125. package/build/cjs/_virtual/tasks.cjs +5 -0
  126. package/build/cjs/_virtual/timestamp.cjs +5 -0
  127. package/build/cjs/_virtual/toJS.cjs +5 -0
  128. package/build/cjs/_virtual/util-contains-newline.cjs +5 -0
  129. package/build/cjs/_virtual/util-empty-scalar-position.cjs +5 -0
  130. package/build/cjs/_virtual/util-flow-indent-check.cjs +5 -0
  131. package/build/cjs/_virtual/util-map-includes.cjs +5 -0
  132. package/build/cjs/_virtual/utils.cjs +5 -0
  133. package/build/cjs/_virtual/utils2.cjs +5 -0
  134. package/build/cjs/_virtual/visit.cjs +5 -0
  135. package/build/cjs/app.cjs +70 -55
  136. package/build/cjs/cli.cjs +99 -0
  137. package/build/cjs/help.cjs +112 -0
  138. package/build/cjs/index.cjs +6 -7279
  139. package/build/cjs/module.cjs +59 -44
  140. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.cjs +25 -0
  141. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.cjs +24 -0
  142. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.cjs +39 -0
  143. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.cjs +120 -0
  144. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.cjs +20 -0
  145. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.cjs +69 -0
  146. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.cjs +32 -0
  147. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.cjs +26 -0
  148. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.cjs +14 -0
  149. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.cjs +23 -0
  150. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.cjs +39 -0
  151. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.cjs +43 -0
  152. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.cjs +30 -0
  153. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.cjs +21 -0
  154. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.cjs +49 -0
  155. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.cjs +35 -0
  156. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.cjs +40 -0
  157. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.cjs +19 -0
  158. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.cjs +109 -0
  159. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.cjs +38 -0
  160. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.cjs +16 -0
  161. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.cjs +68 -0
  162. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.cjs +32 -0
  163. package/build/cjs/node_modules/.pnpm/arg@5.0.1/node_modules/arg/index.cjs +201 -0
  164. package/build/cjs/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.cjs +203 -0
  165. package/build/cjs/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.cjs +67 -0
  166. package/build/cjs/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.cjs +210 -0
  167. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.cjs +179 -0
  168. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.cjs +65 -0
  169. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.cjs +61 -0
  170. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.cjs +122 -0
  171. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.cjs +337 -0
  172. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.cjs +38 -0
  173. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.cjs +121 -0
  174. package/build/cjs/node_modules/.pnpm/colorette@2.0.16/node_modules/colorette/index.cjs +227 -0
  175. package/build/cjs/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.cjs +231 -0
  176. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.cjs +168 -0
  177. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.cjs +8 -0
  178. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.cjs +8 -0
  179. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.cjs +8 -0
  180. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.cjs +10 -0
  181. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.cjs +48 -0
  182. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineLists/inlineLists.cjs +8 -0
  183. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.cjs +7 -0
  184. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.cjs +8 -0
  185. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.cjs +8 -0
  186. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.cjs +8 -0
  187. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.cjs +8 -0
  188. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.cjs +7 -0
  189. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs +23 -0
  190. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.cjs +22 -0
  191. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs +22 -0
  192. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.cjs +10 -0
  193. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.cjs +20 -0
  194. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndent/stripIndent.cjs +11 -0
  195. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.cjs +37 -0
  196. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.cjs +7 -0
  197. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.cjs +33 -0
  198. package/build/cjs/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.cjs +85 -0
  199. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/index.cjs +88 -0
  200. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/patterns.cjs +28 -0
  201. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/tasks.cjs +89 -0
  202. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/async.cjs +35 -0
  203. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/deep.cjs +69 -0
  204. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/entry.cjs +65 -0
  205. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/error.cjs +20 -0
  206. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/matcher.cjs +55 -0
  207. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/partial.cjs +43 -0
  208. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/provider.cjs +60 -0
  209. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/stream.cjs +39 -0
  210. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/sync.cjs +30 -0
  211. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/transformers/entry.cjs +31 -0
  212. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/reader.cjs +41 -0
  213. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/stream.cjs +65 -0
  214. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/sync.cjs +52 -0
  215. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/settings.cjs +64 -0
  216. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/array.cjs +29 -0
  217. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/errno.cjs +14 -0
  218. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/fs.cjs +26 -0
  219. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/index.cjs +38 -0
  220. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/path.cjs +41 -0
  221. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/pattern.cjs +179 -0
  222. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/stream.cjs +25 -0
  223. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/string.cjs +18 -0
  224. package/build/cjs/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.cjs +290 -0
  225. package/build/cjs/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.cjs +256 -0
  226. package/build/cjs/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.cjs +112 -0
  227. package/build/cjs/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.cjs +50 -0
  228. package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.cjs +100 -0
  229. package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.cjs +230 -0
  230. package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.cjs +23 -0
  231. package/build/cjs/node_modules/.pnpm/ignore@5.2.0/node_modules/ignore/index.cjs +609 -0
  232. package/build/cjs/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.cjs +26 -0
  233. package/build/cjs/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.cjs +158 -0
  234. package/build/cjs/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.cjs +22 -0
  235. package/build/cjs/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.cjs +115 -0
  236. package/build/cjs/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.cjs +76 -0
  237. package/build/cjs/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.cjs +151 -0
  238. package/build/cjs/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.cjs +478 -0
  239. package/build/cjs/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.cjs +10 -0
  240. package/build/cjs/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.cjs +917 -0
  241. package/build/cjs/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.cjs +74 -0
  242. package/build/cjs/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.cjs +54 -0
  243. package/build/cjs/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.cjs +52 -0
  244. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.cjs +9 -0
  245. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.cjs +185 -0
  246. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.cjs +1099 -0
  247. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.cjs +353 -0
  248. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.cjs +399 -0
  249. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.cjs +75 -0
  250. package/build/cjs/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.cjs +17 -0
  251. package/build/cjs/{parser-babel.cjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-babel.cjs} +6 -25
  252. package/build/cjs/{parser-typescript.cjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-typescript.cjs} +6 -25
  253. package/build/cjs/{parser-yaml.cjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-yaml.cjs} +6 -25
  254. package/build/cjs/{standalone.cjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/standalone.cjs} +6 -25
  255. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.cjs +50 -0
  256. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.cjs +48 -0
  257. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.cjs +43 -0
  258. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.cjs +34 -0
  259. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.cjs +38 -0
  260. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.cjs +41 -0
  261. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.cjs +42 -0
  262. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.cjs +44 -0
  263. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.cjs +42 -0
  264. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.cjs +42 -0
  265. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.cjs +301 -0
  266. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.cjs +217 -0
  267. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.cjs +109 -0
  268. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.cjs +267 -0
  269. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.cjs +34 -0
  270. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.cjs +305 -0
  271. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.cjs +266 -0
  272. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.cjs +99 -0
  273. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.cjs +206 -0
  274. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.cjs +261 -0
  275. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.cjs +140 -0
  276. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.cjs +167 -0
  277. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.cjs +237 -0
  278. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.cjs +49 -0
  279. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.cjs +56 -0
  280. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.cjs +32 -0
  281. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.cjs +43 -0
  282. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.cjs +32 -0
  283. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.cjs +27 -0
  284. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.cjs +18 -0
  285. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.cjs +65 -0
  286. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.cjs +27 -0
  287. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.cjs +23 -0
  288. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.cjs +44 -0
  289. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.cjs +55 -0
  290. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.cjs +43 -0
  291. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.cjs +34 -0
  292. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.cjs +37 -0
  293. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.cjs +41 -0
  294. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.cjs +41 -0
  295. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.cjs +46 -0
  296. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.cjs +41 -0
  297. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.cjs +41 -0
  298. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.cjs +280 -0
  299. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.cjs +210 -0
  300. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.cjs +106 -0
  301. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.cjs +226 -0
  302. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.cjs +34 -0
  303. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.cjs +287 -0
  304. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.cjs +230 -0
  305. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.cjs +85 -0
  306. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.cjs +191 -0
  307. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.cjs +225 -0
  308. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.cjs +135 -0
  309. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.cjs +111 -0
  310. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.cjs +221 -0
  311. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.cjs +50 -0
  312. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.cjs +36 -0
  313. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.cjs +32 -0
  314. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.cjs +44 -0
  315. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.cjs +32 -0
  316. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.cjs +28 -0
  317. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.cjs +22 -0
  318. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.cjs +54 -0
  319. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.cjs +38 -0
  320. package/build/cjs/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.cjs +18 -0
  321. package/build/cjs/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.cjs +37 -0
  322. package/build/cjs/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.cjs +60 -0
  323. package/build/cjs/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.cjs +69 -0
  324. package/build/cjs/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.cjs +16 -0
  325. package/build/cjs/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.cjs +294 -0
  326. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.cjs +77 -0
  327. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.cjs +56 -0
  328. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.cjs +109 -0
  329. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.cjs +96 -0
  330. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.cjs +239 -0
  331. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.cjs +127 -0
  332. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.cjs +204 -0
  333. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.cjs +59 -0
  334. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.cjs +45 -0
  335. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.cjs +224 -0
  336. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.cjs +235 -0
  337. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.cjs +142 -0
  338. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.cjs +42 -0
  339. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.cjs +35 -0
  340. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.cjs +25 -0
  341. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.cjs +27 -0
  342. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.cjs +364 -0
  343. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.cjs +87 -0
  344. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.cjs +62 -0
  345. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.cjs +99 -0
  346. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.cjs +181 -0
  347. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.cjs +68 -0
  348. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.cjs +117 -0
  349. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.cjs +23 -0
  350. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.cjs +108 -0
  351. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.cjs +161 -0
  352. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.cjs +72 -0
  353. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.cjs +53 -0
  354. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.cjs +36 -0
  355. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.cjs +137 -0
  356. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.cjs +115 -0
  357. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.cjs +122 -0
  358. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.cjs +47 -0
  359. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.cjs +232 -0
  360. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.cjs +69 -0
  361. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.cjs +105 -0
  362. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.cjs +124 -0
  363. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.cjs +711 -0
  364. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.cjs +47 -0
  365. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.cjs +964 -0
  366. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.cjs +122 -0
  367. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.cjs +56 -0
  368. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.cjs +56 -0
  369. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.cjs +25 -0
  370. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.cjs +47 -0
  371. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.cjs +24 -0
  372. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.cjs +29 -0
  373. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.cjs +57 -0
  374. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.cjs +50 -0
  375. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.cjs +45 -0
  376. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.cjs +76 -0
  377. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.cjs +122 -0
  378. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.cjs +78 -0
  379. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.cjs +37 -0
  380. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.cjs +60 -0
  381. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.cjs +84 -0
  382. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.cjs +92 -0
  383. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.cjs +95 -0
  384. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.cjs +69 -0
  385. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.cjs +106 -0
  386. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.cjs +113 -0
  387. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.cjs +146 -0
  388. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.cjs +139 -0
  389. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.cjs +167 -0
  390. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.cjs +30 -0
  391. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.cjs +99 -0
  392. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.cjs +32 -0
  393. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.cjs +141 -0
  394. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.cjs +326 -0
  395. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.cjs +244 -0
  396. package/build/cjs/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.cjs +73 -0
  397. package/build/cjs/package.cjs +78 -62
  398. package/build/cjs/packages/cli-kit/source/package-manager.cjs +53 -0
  399. package/build/cjs/packages/cli-kit/source/prompt.cjs +18 -0
  400. package/build/cjs/packages/events/source/abort.cjs +17 -0
  401. package/build/cjs/shared/package-manager.cjs +6 -620
  402. package/build/cjs/shared/prompts.cjs +100 -0
  403. package/build/cjs/shared/tsconfig.cjs +75 -0
  404. package/build/cjs/shared.cjs +208 -0
  405. package/build/esm/_virtual/Alias.mjs +3 -0
  406. package/build/esm/_virtual/Collection.mjs +3 -0
  407. package/build/esm/_virtual/Document.mjs +3 -0
  408. package/build/esm/_virtual/Node.mjs +3 -0
  409. package/build/esm/_virtual/Pair.mjs +3 -0
  410. package/build/esm/_virtual/Scalar.mjs +3 -0
  411. package/build/esm/_virtual/Schema.mjs +3 -0
  412. package/build/esm/_virtual/YAMLMap.mjs +3 -0
  413. package/build/esm/_virtual/YAMLSeq.mjs +3 -0
  414. package/build/esm/{_commonjsHelpers.mjs → _virtual/_commonjsHelpers.mjs} +1 -1
  415. package/build/esm/_virtual/_rollupPluginBabelHelpers.mjs +30 -0
  416. package/build/esm/_virtual/addPairToJSMap.mjs +3 -0
  417. package/build/esm/_virtual/anchors.mjs +3 -0
  418. package/build/esm/_virtual/applyReviver.mjs +3 -0
  419. package/build/esm/_virtual/array.mjs +3 -0
  420. package/build/esm/_virtual/async.mjs +3 -0
  421. package/build/esm/_virtual/async2.mjs +3 -0
  422. package/build/esm/_virtual/async3.mjs +3 -0
  423. package/build/esm/_virtual/async4.mjs +3 -0
  424. package/build/esm/_virtual/async5.mjs +3 -0
  425. package/build/esm/_virtual/binary.mjs +3 -0
  426. package/build/esm/_virtual/bool.mjs +3 -0
  427. package/build/esm/_virtual/bool2.mjs +3 -0
  428. package/build/esm/_virtual/common.mjs +3 -0
  429. package/build/esm/_virtual/common2.mjs +3 -0
  430. package/build/esm/_virtual/compose-collection.mjs +3 -0
  431. package/build/esm/_virtual/compose-doc.mjs +3 -0
  432. package/build/esm/_virtual/compose-node.mjs +3 -0
  433. package/build/esm/_virtual/compose-scalar.mjs +3 -0
  434. package/build/esm/_virtual/composer.mjs +3 -0
  435. package/build/esm/_virtual/constants.mjs +3 -0
  436. package/build/esm/_virtual/createNode.mjs +3 -0
  437. package/build/esm/_virtual/cst-scalar.mjs +3 -0
  438. package/build/esm/_virtual/cst-stringify.mjs +3 -0
  439. package/build/esm/_virtual/cst-visit.mjs +3 -0
  440. package/build/esm/_virtual/cst.mjs +3 -0
  441. package/build/esm/_virtual/deep.mjs +3 -0
  442. package/build/esm/_virtual/directives.mjs +3 -0
  443. package/build/esm/_virtual/entry.mjs +3 -0
  444. package/build/esm/_virtual/entry2.mjs +3 -0
  445. package/build/esm/_virtual/errno.mjs +3 -0
  446. package/build/esm/_virtual/error.mjs +3 -0
  447. package/build/esm/_virtual/errors.mjs +3 -0
  448. package/build/esm/_virtual/float.mjs +3 -0
  449. package/build/esm/_virtual/float2.mjs +3 -0
  450. package/build/esm/_virtual/foldFlowLines.mjs +3 -0
  451. package/build/esm/_virtual/fs.mjs +3 -0
  452. package/build/esm/_virtual/fs2.mjs +3 -0
  453. package/build/esm/_virtual/fs3.mjs +3 -0
  454. package/build/esm/_virtual/fs4.mjs +3 -0
  455. package/build/esm/_virtual/index.mjs +3 -0
  456. package/build/esm/_virtual/index10.mjs +3 -0
  457. package/build/esm/_virtual/index11.mjs +3 -0
  458. package/build/esm/_virtual/index2.mjs +3 -0
  459. package/build/esm/_virtual/index3.mjs +3 -0
  460. package/build/esm/_virtual/index4.mjs +3 -0
  461. package/build/esm/_virtual/index5.mjs +3 -0
  462. package/build/esm/_virtual/index6.mjs +3 -0
  463. package/build/esm/_virtual/index7.mjs +3 -0
  464. package/build/esm/_virtual/index8.mjs +3 -0
  465. package/build/esm/_virtual/index9.mjs +3 -0
  466. package/build/esm/_virtual/int.mjs +3 -0
  467. package/build/esm/_virtual/int2.mjs +3 -0
  468. package/build/esm/_virtual/lexer.mjs +3 -0
  469. package/build/esm/_virtual/line-counter.mjs +3 -0
  470. package/build/esm/_virtual/log.mjs +3 -0
  471. package/build/esm/_virtual/map.mjs +3 -0
  472. package/build/esm/_virtual/matcher.mjs +3 -0
  473. package/build/esm/_virtual/null.mjs +3 -0
  474. package/build/esm/_virtual/omap.mjs +3 -0
  475. package/build/esm/_virtual/pairs.mjs +3 -0
  476. package/build/esm/_virtual/parser-babel.mjs +3 -0
  477. package/build/esm/_virtual/parser-typescript.mjs +3 -0
  478. package/build/esm/_virtual/parser-yaml.mjs +3 -0
  479. package/build/esm/_virtual/parser.mjs +3 -0
  480. package/build/esm/_virtual/partial.mjs +3 -0
  481. package/build/esm/_virtual/path.mjs +3 -0
  482. package/build/esm/_virtual/pattern.mjs +3 -0
  483. package/build/esm/_virtual/patterns.mjs +3 -0
  484. package/build/esm/_virtual/prompts.mjs +3 -0
  485. package/build/esm/_virtual/prompts2.mjs +3 -0
  486. package/build/esm/_virtual/provider.mjs +3 -0
  487. package/build/esm/_virtual/public-api.mjs +3 -0
  488. package/build/esm/_virtual/queue.mjs +3 -0
  489. package/build/esm/_virtual/reader.mjs +3 -0
  490. package/build/esm/_virtual/reader2.mjs +3 -0
  491. package/build/esm/_virtual/resolve-block-map.mjs +3 -0
  492. package/build/esm/_virtual/resolve-block-scalar.mjs +3 -0
  493. package/build/esm/_virtual/resolve-block-seq.mjs +3 -0
  494. package/build/esm/_virtual/resolve-end.mjs +3 -0
  495. package/build/esm/_virtual/resolve-flow-collection.mjs +3 -0
  496. package/build/esm/_virtual/resolve-flow-scalar.mjs +3 -0
  497. package/build/esm/_virtual/resolve-props.mjs +3 -0
  498. package/build/esm/_virtual/schema2.mjs +3 -0
  499. package/build/esm/_virtual/schema3.mjs +3 -0
  500. package/build/esm/_virtual/schema4.mjs +3 -0
  501. package/build/esm/_virtual/seq.mjs +3 -0
  502. package/build/esm/_virtual/set.mjs +3 -0
  503. package/build/esm/_virtual/settings.mjs +3 -0
  504. package/build/esm/_virtual/settings2.mjs +3 -0
  505. package/build/esm/_virtual/settings3.mjs +3 -0
  506. package/build/esm/_virtual/settings4.mjs +3 -0
  507. package/build/esm/_virtual/standalone.mjs +3 -0
  508. package/build/esm/_virtual/stream.mjs +3 -0
  509. package/build/esm/_virtual/stream2.mjs +3 -0
  510. package/build/esm/_virtual/stream3.mjs +3 -0
  511. package/build/esm/_virtual/stream4.mjs +3 -0
  512. package/build/esm/_virtual/string.mjs +3 -0
  513. package/build/esm/_virtual/string2.mjs +3 -0
  514. package/build/esm/_virtual/stringify.mjs +3 -0
  515. package/build/esm/_virtual/stringifyCollection.mjs +3 -0
  516. package/build/esm/_virtual/stringifyComment.mjs +3 -0
  517. package/build/esm/_virtual/stringifyDocument.mjs +3 -0
  518. package/build/esm/_virtual/stringifyNumber.mjs +3 -0
  519. package/build/esm/_virtual/stringifyPair.mjs +3 -0
  520. package/build/esm/_virtual/stringifyString.mjs +3 -0
  521. package/build/esm/_virtual/sync.mjs +3 -0
  522. package/build/esm/_virtual/sync2.mjs +3 -0
  523. package/build/esm/_virtual/sync3.mjs +3 -0
  524. package/build/esm/_virtual/sync4.mjs +3 -0
  525. package/build/esm/_virtual/sync5.mjs +3 -0
  526. package/build/esm/_virtual/sync6.mjs +3 -0
  527. package/build/esm/_virtual/tags.mjs +3 -0
  528. package/build/esm/_virtual/tasks.mjs +3 -0
  529. package/build/esm/_virtual/timestamp.mjs +3 -0
  530. package/build/esm/_virtual/toJS.mjs +3 -0
  531. package/build/esm/_virtual/util-contains-newline.mjs +3 -0
  532. package/build/esm/_virtual/util-empty-scalar-position.mjs +3 -0
  533. package/build/esm/_virtual/util-flow-indent-check.mjs +3 -0
  534. package/build/esm/_virtual/util-map-includes.mjs +3 -0
  535. package/build/esm/_virtual/utils.mjs +3 -0
  536. package/build/esm/_virtual/utils2.mjs +3 -0
  537. package/build/esm/_virtual/visit.mjs +3 -0
  538. package/build/esm/app.mjs +23 -8
  539. package/build/esm/cli.mjs +97 -0
  540. package/build/esm/help.mjs +110 -0
  541. package/build/esm/index.mjs +3 -7274
  542. package/build/esm/module.mjs +23 -8
  543. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.mjs +23 -0
  544. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.mjs +19 -0
  545. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.mjs +34 -0
  546. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.mjs +115 -0
  547. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.mjs +15 -0
  548. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.mjs +64 -0
  549. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.mjs +30 -0
  550. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.mjs +21 -0
  551. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.mjs +9 -0
  552. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.mjs +21 -0
  553. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.mjs +34 -0
  554. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.mjs +38 -0
  555. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.mjs +25 -0
  556. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.mjs +19 -0
  557. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.mjs +44 -0
  558. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.mjs +33 -0
  559. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.mjs +38 -0
  560. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.mjs +17 -0
  561. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.mjs +107 -0
  562. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.mjs +33 -0
  563. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.mjs +14 -0
  564. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.mjs +66 -0
  565. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.mjs +30 -0
  566. package/build/esm/{index2.mjs → node_modules/.pnpm/arg@5.0.1/node_modules/arg/index.mjs} +1 -1
  567. package/build/esm/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.mjs +199 -0
  568. package/build/esm/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.mjs +63 -0
  569. package/build/esm/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.mjs +206 -0
  570. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.mjs +175 -0
  571. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.mjs +61 -0
  572. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.mjs +57 -0
  573. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.mjs +118 -0
  574. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.mjs +333 -0
  575. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.mjs +34 -0
  576. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.mjs +116 -0
  577. package/build/esm/node_modules/.pnpm/colorette@2.0.16/node_modules/colorette/index.mjs +219 -0
  578. package/build/esm/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs +222 -0
  579. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.mjs +164 -0
  580. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.mjs +6 -0
  581. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.mjs +6 -0
  582. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.mjs +6 -0
  583. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.mjs +8 -0
  584. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.mjs +44 -0
  585. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineLists/inlineLists.mjs +6 -0
  586. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.mjs +5 -0
  587. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.mjs +6 -0
  588. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.mjs +6 -0
  589. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.mjs +6 -0
  590. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.mjs +6 -0
  591. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.mjs +5 -0
  592. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.mjs +19 -0
  593. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.mjs +18 -0
  594. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.mjs +18 -0
  595. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.mjs +8 -0
  596. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.mjs +16 -0
  597. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndent/stripIndent.mjs +7 -0
  598. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.mjs +33 -0
  599. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.mjs +5 -0
  600. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.mjs +29 -0
  601. package/build/esm/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.mjs +82 -0
  602. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/index.mjs +84 -0
  603. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/patterns.mjs +23 -0
  604. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/tasks.mjs +84 -0
  605. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/async.mjs +33 -0
  606. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/deep.mjs +67 -0
  607. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/entry.mjs +63 -0
  608. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/error.mjs +18 -0
  609. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/matcher.mjs +53 -0
  610. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/partial.mjs +41 -0
  611. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/provider.mjs +58 -0
  612. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/stream.mjs +37 -0
  613. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/sync.mjs +28 -0
  614. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/transformers/entry.mjs +29 -0
  615. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/reader.mjs +39 -0
  616. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/stream.mjs +63 -0
  617. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/sync.mjs +50 -0
  618. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/settings.mjs +62 -0
  619. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/array.mjs +24 -0
  620. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/errno.mjs +9 -0
  621. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/fs.mjs +21 -0
  622. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/index.mjs +33 -0
  623. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/path.mjs +36 -0
  624. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/pattern.mjs +174 -0
  625. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/stream.mjs +20 -0
  626. package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/string.mjs +13 -0
  627. package/build/esm/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.mjs +287 -0
  628. package/build/esm/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.mjs +252 -0
  629. package/build/esm/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.mjs +106 -0
  630. package/build/esm/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.mjs +46 -0
  631. package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.mjs +94 -0
  632. package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.mjs +222 -0
  633. package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.mjs +19 -0
  634. package/build/esm/node_modules/.pnpm/ignore@5.2.0/node_modules/ignore/index.mjs +605 -0
  635. package/build/esm/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.mjs +22 -0
  636. package/build/esm/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.mjs +154 -0
  637. package/build/esm/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.mjs +18 -0
  638. package/build/esm/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.mjs +113 -0
  639. package/build/esm/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.mjs +73 -0
  640. package/build/esm/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.mjs +147 -0
  641. package/build/esm/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.mjs +474 -0
  642. package/build/esm/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.mjs +6 -0
  643. package/build/esm/{minimatch.mjs → node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.mjs} +3 -290
  644. package/build/esm/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.mjs +70 -0
  645. package/build/esm/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.mjs +50 -0
  646. package/build/esm/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.mjs +47 -0
  647. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.mjs +7 -0
  648. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.mjs +181 -0
  649. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.mjs +1095 -0
  650. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.mjs +349 -0
  651. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.mjs +395 -0
  652. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.mjs +70 -0
  653. package/build/esm/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.mjs +14 -0
  654. package/build/esm/{parser-babel.mjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-babel.mjs} +5 -26
  655. package/build/esm/{parser-typescript.mjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-typescript.mjs} +5 -26
  656. package/build/esm/{parser-yaml.mjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-yaml.mjs} +5 -26
  657. package/build/esm/{standalone.mjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/standalone.mjs} +5 -26
  658. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.mjs +48 -0
  659. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.mjs +46 -0
  660. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.mjs +41 -0
  661. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.mjs +32 -0
  662. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.mjs +36 -0
  663. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.mjs +39 -0
  664. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.mjs +40 -0
  665. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.mjs +42 -0
  666. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.mjs +40 -0
  667. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.mjs +40 -0
  668. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.mjs +299 -0
  669. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.mjs +215 -0
  670. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.mjs +107 -0
  671. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.mjs +265 -0
  672. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.mjs +32 -0
  673. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.mjs +303 -0
  674. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.mjs +264 -0
  675. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.mjs +97 -0
  676. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.mjs +204 -0
  677. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.mjs +259 -0
  678. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.mjs +138 -0
  679. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.mjs +165 -0
  680. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.mjs +235 -0
  681. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.mjs +47 -0
  682. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.mjs +54 -0
  683. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.mjs +30 -0
  684. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.mjs +41 -0
  685. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.mjs +30 -0
  686. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.mjs +25 -0
  687. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.mjs +16 -0
  688. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.mjs +63 -0
  689. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.mjs +25 -0
  690. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.mjs +19 -0
  691. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.mjs +42 -0
  692. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.mjs +53 -0
  693. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.mjs +41 -0
  694. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.mjs +32 -0
  695. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.mjs +35 -0
  696. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.mjs +39 -0
  697. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.mjs +39 -0
  698. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.mjs +44 -0
  699. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.mjs +39 -0
  700. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.mjs +39 -0
  701. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.mjs +278 -0
  702. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.mjs +208 -0
  703. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.mjs +104 -0
  704. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.mjs +224 -0
  705. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.mjs +32 -0
  706. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.mjs +285 -0
  707. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.mjs +228 -0
  708. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.mjs +83 -0
  709. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.mjs +189 -0
  710. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.mjs +223 -0
  711. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.mjs +133 -0
  712. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.mjs +109 -0
  713. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.mjs +219 -0
  714. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.mjs +48 -0
  715. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.mjs +34 -0
  716. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.mjs +30 -0
  717. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.mjs +42 -0
  718. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.mjs +30 -0
  719. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.mjs +26 -0
  720. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.mjs +20 -0
  721. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.mjs +52 -0
  722. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.mjs +36 -0
  723. package/build/esm/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.mjs +14 -0
  724. package/build/esm/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.mjs +33 -0
  725. package/build/esm/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.mjs +56 -0
  726. package/build/esm/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.mjs +67 -0
  727. package/build/esm/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.mjs +12 -0
  728. package/build/esm/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.mjs +290 -0
  729. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.mjs +72 -0
  730. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.mjs +51 -0
  731. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.mjs +104 -0
  732. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.mjs +91 -0
  733. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.mjs +234 -0
  734. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.mjs +122 -0
  735. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.mjs +199 -0
  736. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.mjs +54 -0
  737. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.mjs +40 -0
  738. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.mjs +219 -0
  739. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.mjs +230 -0
  740. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.mjs +137 -0
  741. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.mjs +37 -0
  742. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.mjs +30 -0
  743. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.mjs +20 -0
  744. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.mjs +22 -0
  745. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.mjs +359 -0
  746. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.mjs +82 -0
  747. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.mjs +57 -0
  748. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.mjs +94 -0
  749. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.mjs +176 -0
  750. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.mjs +63 -0
  751. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.mjs +85 -0
  752. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.mjs +18 -0
  753. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.mjs +103 -0
  754. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.mjs +156 -0
  755. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.mjs +67 -0
  756. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.mjs +48 -0
  757. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.mjs +31 -0
  758. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.mjs +132 -0
  759. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.mjs +110 -0
  760. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.mjs +117 -0
  761. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.mjs +42 -0
  762. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.mjs +227 -0
  763. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.mjs +64 -0
  764. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.mjs +100 -0
  765. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.mjs +119 -0
  766. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.mjs +706 -0
  767. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.mjs +42 -0
  768. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.mjs +959 -0
  769. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.mjs +117 -0
  770. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.mjs +51 -0
  771. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.mjs +51 -0
  772. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.mjs +20 -0
  773. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.mjs +42 -0
  774. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.mjs +19 -0
  775. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.mjs +24 -0
  776. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.mjs +52 -0
  777. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.mjs +45 -0
  778. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.mjs +40 -0
  779. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.mjs +71 -0
  780. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.mjs +117 -0
  781. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.mjs +73 -0
  782. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.mjs +32 -0
  783. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.mjs +55 -0
  784. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.mjs +79 -0
  785. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.mjs +87 -0
  786. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.mjs +90 -0
  787. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.mjs +64 -0
  788. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.mjs +101 -0
  789. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.mjs +108 -0
  790. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.mjs +141 -0
  791. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.mjs +134 -0
  792. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.mjs +162 -0
  793. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.mjs +25 -0
  794. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.mjs +94 -0
  795. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.mjs +27 -0
  796. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.mjs +136 -0
  797. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.mjs +321 -0
  798. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.mjs +239 -0
  799. package/build/esm/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.mjs +69 -0
  800. package/build/esm/package.mjs +24 -8
  801. package/build/esm/packages/cli-kit/source/package-manager.mjs +50 -0
  802. package/build/esm/packages/cli-kit/source/prompt.mjs +16 -0
  803. package/build/esm/packages/events/source/abort.mjs +15 -0
  804. package/build/esm/shared/package-manager.mjs +4 -581
  805. package/build/esm/shared/prompts.mjs +75 -0
  806. package/build/esm/shared/tsconfig.mjs +73 -0
  807. package/build/esm/shared.mjs +177 -0
  808. package/build/esnext/_virtual/Alias.esnext +3 -0
  809. package/build/esnext/_virtual/Collection.esnext +3 -0
  810. package/build/esnext/_virtual/Document.esnext +3 -0
  811. package/build/esnext/_virtual/Node.esnext +3 -0
  812. package/build/esnext/_virtual/Pair.esnext +3 -0
  813. package/build/esnext/_virtual/Scalar.esnext +3 -0
  814. package/build/esnext/_virtual/Schema.esnext +3 -0
  815. package/build/esnext/_virtual/YAMLMap.esnext +3 -0
  816. package/build/esnext/_virtual/YAMLSeq.esnext +3 -0
  817. package/build/esnext/_virtual/_commonjsHelpers.esnext +7 -0
  818. package/build/esnext/_virtual/addPairToJSMap.esnext +3 -0
  819. package/build/esnext/_virtual/anchors.esnext +3 -0
  820. package/build/esnext/_virtual/applyReviver.esnext +3 -0
  821. package/build/esnext/_virtual/array.esnext +3 -0
  822. package/build/esnext/_virtual/async.esnext +3 -0
  823. package/build/esnext/_virtual/async2.esnext +3 -0
  824. package/build/esnext/_virtual/async3.esnext +3 -0
  825. package/build/esnext/_virtual/async4.esnext +3 -0
  826. package/build/esnext/_virtual/async5.esnext +3 -0
  827. package/build/esnext/_virtual/binary.esnext +3 -0
  828. package/build/esnext/_virtual/bool.esnext +3 -0
  829. package/build/esnext/_virtual/bool2.esnext +3 -0
  830. package/build/esnext/_virtual/common.esnext +3 -0
  831. package/build/esnext/_virtual/common2.esnext +3 -0
  832. package/build/esnext/_virtual/compose-collection.esnext +3 -0
  833. package/build/esnext/_virtual/compose-doc.esnext +3 -0
  834. package/build/esnext/_virtual/compose-node.esnext +3 -0
  835. package/build/esnext/_virtual/compose-scalar.esnext +3 -0
  836. package/build/esnext/_virtual/composer.esnext +3 -0
  837. package/build/esnext/_virtual/constants.esnext +3 -0
  838. package/build/esnext/_virtual/createNode.esnext +3 -0
  839. package/build/esnext/_virtual/cst-scalar.esnext +3 -0
  840. package/build/esnext/_virtual/cst-stringify.esnext +3 -0
  841. package/build/esnext/_virtual/cst-visit.esnext +3 -0
  842. package/build/esnext/_virtual/cst.esnext +3 -0
  843. package/build/esnext/_virtual/deep.esnext +3 -0
  844. package/build/esnext/_virtual/directives.esnext +3 -0
  845. package/build/esnext/_virtual/entry.esnext +3 -0
  846. package/build/esnext/_virtual/entry2.esnext +3 -0
  847. package/build/esnext/_virtual/errno.esnext +3 -0
  848. package/build/esnext/_virtual/error.esnext +3 -0
  849. package/build/esnext/_virtual/errors.esnext +3 -0
  850. package/build/esnext/_virtual/float.esnext +3 -0
  851. package/build/esnext/_virtual/float2.esnext +3 -0
  852. package/build/esnext/_virtual/foldFlowLines.esnext +3 -0
  853. package/build/esnext/_virtual/fs.esnext +3 -0
  854. package/build/esnext/_virtual/fs2.esnext +3 -0
  855. package/build/esnext/_virtual/fs3.esnext +3 -0
  856. package/build/esnext/_virtual/fs4.esnext +3 -0
  857. package/build/esnext/_virtual/index.esnext +3 -0
  858. package/build/esnext/_virtual/index10.esnext +3 -0
  859. package/build/esnext/_virtual/index11.esnext +3 -0
  860. package/build/esnext/_virtual/index2.esnext +3 -0
  861. package/build/esnext/_virtual/index3.esnext +3 -0
  862. package/build/esnext/_virtual/index4.esnext +3 -0
  863. package/build/esnext/_virtual/index5.esnext +3 -0
  864. package/build/esnext/_virtual/index6.esnext +3 -0
  865. package/build/esnext/_virtual/index7.esnext +3 -0
  866. package/build/esnext/_virtual/index8.esnext +3 -0
  867. package/build/esnext/_virtual/index9.esnext +3 -0
  868. package/build/esnext/_virtual/int.esnext +3 -0
  869. package/build/esnext/_virtual/int2.esnext +3 -0
  870. package/build/esnext/_virtual/lexer.esnext +3 -0
  871. package/build/esnext/_virtual/line-counter.esnext +3 -0
  872. package/build/esnext/_virtual/log.esnext +3 -0
  873. package/build/esnext/_virtual/map.esnext +3 -0
  874. package/build/esnext/_virtual/matcher.esnext +3 -0
  875. package/build/esnext/_virtual/null.esnext +3 -0
  876. package/build/esnext/_virtual/omap.esnext +3 -0
  877. package/build/esnext/_virtual/pairs.esnext +3 -0
  878. package/build/esnext/_virtual/parser-babel.esnext +3 -0
  879. package/build/esnext/_virtual/parser-typescript.esnext +3 -0
  880. package/build/esnext/_virtual/parser-yaml.esnext +3 -0
  881. package/build/esnext/_virtual/parser.esnext +3 -0
  882. package/build/esnext/_virtual/partial.esnext +3 -0
  883. package/build/esnext/_virtual/path.esnext +3 -0
  884. package/build/esnext/_virtual/pattern.esnext +3 -0
  885. package/build/esnext/_virtual/patterns.esnext +3 -0
  886. package/build/esnext/_virtual/prompts.esnext +3 -0
  887. package/build/esnext/_virtual/prompts2.esnext +3 -0
  888. package/build/esnext/_virtual/provider.esnext +3 -0
  889. package/build/esnext/_virtual/public-api.esnext +3 -0
  890. package/build/esnext/_virtual/queue.esnext +3 -0
  891. package/build/esnext/_virtual/reader.esnext +3 -0
  892. package/build/esnext/_virtual/reader2.esnext +3 -0
  893. package/build/esnext/_virtual/resolve-block-map.esnext +3 -0
  894. package/build/esnext/_virtual/resolve-block-scalar.esnext +3 -0
  895. package/build/esnext/_virtual/resolve-block-seq.esnext +3 -0
  896. package/build/esnext/_virtual/resolve-end.esnext +3 -0
  897. package/build/esnext/_virtual/resolve-flow-collection.esnext +3 -0
  898. package/build/esnext/_virtual/resolve-flow-scalar.esnext +3 -0
  899. package/build/esnext/_virtual/resolve-props.esnext +3 -0
  900. package/build/esnext/_virtual/schema2.esnext +3 -0
  901. package/build/esnext/_virtual/schema3.esnext +3 -0
  902. package/build/esnext/_virtual/schema4.esnext +3 -0
  903. package/build/esnext/_virtual/seq.esnext +3 -0
  904. package/build/esnext/_virtual/set.esnext +3 -0
  905. package/build/esnext/_virtual/settings.esnext +3 -0
  906. package/build/esnext/_virtual/settings2.esnext +3 -0
  907. package/build/esnext/_virtual/settings3.esnext +3 -0
  908. package/build/esnext/_virtual/settings4.esnext +3 -0
  909. package/build/esnext/_virtual/standalone.esnext +3 -0
  910. package/build/esnext/_virtual/stream.esnext +3 -0
  911. package/build/esnext/_virtual/stream2.esnext +3 -0
  912. package/build/esnext/_virtual/stream3.esnext +3 -0
  913. package/build/esnext/_virtual/stream4.esnext +3 -0
  914. package/build/esnext/_virtual/string.esnext +3 -0
  915. package/build/esnext/_virtual/string2.esnext +3 -0
  916. package/build/esnext/_virtual/stringify.esnext +3 -0
  917. package/build/esnext/_virtual/stringifyCollection.esnext +3 -0
  918. package/build/esnext/_virtual/stringifyComment.esnext +3 -0
  919. package/build/esnext/_virtual/stringifyDocument.esnext +3 -0
  920. package/build/esnext/_virtual/stringifyNumber.esnext +3 -0
  921. package/build/esnext/_virtual/stringifyPair.esnext +3 -0
  922. package/build/esnext/_virtual/stringifyString.esnext +3 -0
  923. package/build/esnext/_virtual/sync.esnext +3 -0
  924. package/build/esnext/_virtual/sync2.esnext +3 -0
  925. package/build/esnext/_virtual/sync3.esnext +3 -0
  926. package/build/esnext/_virtual/sync4.esnext +3 -0
  927. package/build/esnext/_virtual/sync5.esnext +3 -0
  928. package/build/esnext/_virtual/sync6.esnext +3 -0
  929. package/build/esnext/_virtual/tags.esnext +3 -0
  930. package/build/esnext/_virtual/tasks.esnext +3 -0
  931. package/build/esnext/_virtual/timestamp.esnext +3 -0
  932. package/build/esnext/_virtual/toJS.esnext +3 -0
  933. package/build/esnext/_virtual/util-contains-newline.esnext +3 -0
  934. package/build/esnext/_virtual/util-empty-scalar-position.esnext +3 -0
  935. package/build/esnext/_virtual/util-flow-indent-check.esnext +3 -0
  936. package/build/esnext/_virtual/util-map-includes.esnext +3 -0
  937. package/build/esnext/_virtual/utils.esnext +3 -0
  938. package/build/esnext/_virtual/utils2.esnext +3 -0
  939. package/build/esnext/_virtual/visit.esnext +3 -0
  940. package/build/esnext/app.esnext +297 -0
  941. package/build/esnext/help.esnext +110 -0
  942. package/build/esnext/index.esnext +3 -0
  943. package/build/esnext/module.esnext +311 -0
  944. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.esnext +23 -0
  945. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.esnext +19 -0
  946. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.esnext +34 -0
  947. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.esnext +115 -0
  948. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.esnext +15 -0
  949. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.esnext +64 -0
  950. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.esnext +30 -0
  951. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.esnext +21 -0
  952. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.esnext +9 -0
  953. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.esnext +21 -0
  954. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.esnext +34 -0
  955. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.esnext +38 -0
  956. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.esnext +25 -0
  957. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.esnext +19 -0
  958. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.esnext +44 -0
  959. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.esnext +33 -0
  960. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.esnext +38 -0
  961. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.esnext +17 -0
  962. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.esnext +107 -0
  963. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.esnext +33 -0
  964. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.esnext +14 -0
  965. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.esnext +66 -0
  966. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.esnext +30 -0
  967. package/build/{cjs/index2.cjs → esnext/node_modules/.pnpm/arg@5.0.1/node_modules/arg/index.esnext} +1 -3
  968. package/build/esnext/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.esnext +199 -0
  969. package/build/esnext/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.esnext +63 -0
  970. package/build/esnext/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.esnext +206 -0
  971. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.esnext +175 -0
  972. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.esnext +61 -0
  973. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.esnext +57 -0
  974. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.esnext +118 -0
  975. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.esnext +333 -0
  976. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.esnext +34 -0
  977. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.esnext +116 -0
  978. package/build/esnext/node_modules/.pnpm/colorette@2.0.16/node_modules/colorette/index.esnext +219 -0
  979. package/build/esnext/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.esnext +222 -0
  980. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.esnext +164 -0
  981. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.esnext +6 -0
  982. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.esnext +6 -0
  983. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.esnext +6 -0
  984. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.esnext +8 -0
  985. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.esnext +44 -0
  986. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineLists/inlineLists.esnext +6 -0
  987. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.esnext +5 -0
  988. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.esnext +6 -0
  989. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.esnext +6 -0
  990. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.esnext +6 -0
  991. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.esnext +6 -0
  992. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.esnext +5 -0
  993. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.esnext +19 -0
  994. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.esnext +18 -0
  995. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.esnext +18 -0
  996. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.esnext +8 -0
  997. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.esnext +16 -0
  998. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndent/stripIndent.esnext +7 -0
  999. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.esnext +33 -0
  1000. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.esnext +5 -0
  1001. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.esnext +29 -0
  1002. package/build/esnext/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.esnext +82 -0
  1003. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/index.esnext +84 -0
  1004. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/patterns.esnext +23 -0
  1005. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/tasks.esnext +84 -0
  1006. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/async.esnext +33 -0
  1007. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/deep.esnext +67 -0
  1008. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/entry.esnext +63 -0
  1009. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/error.esnext +18 -0
  1010. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/matcher.esnext +53 -0
  1011. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/partial.esnext +41 -0
  1012. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/provider.esnext +58 -0
  1013. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/stream.esnext +37 -0
  1014. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/sync.esnext +28 -0
  1015. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/transformers/entry.esnext +29 -0
  1016. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/reader.esnext +39 -0
  1017. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/stream.esnext +63 -0
  1018. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/sync.esnext +50 -0
  1019. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/settings.esnext +62 -0
  1020. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/array.esnext +24 -0
  1021. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/errno.esnext +9 -0
  1022. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/fs.esnext +21 -0
  1023. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/index.esnext +33 -0
  1024. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/path.esnext +36 -0
  1025. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/pattern.esnext +174 -0
  1026. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/stream.esnext +20 -0
  1027. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/string.esnext +13 -0
  1028. package/build/esnext/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.esnext +287 -0
  1029. package/build/esnext/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.esnext +252 -0
  1030. package/build/esnext/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.esnext +106 -0
  1031. package/build/esnext/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.esnext +46 -0
  1032. package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.esnext +94 -0
  1033. package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.esnext +222 -0
  1034. package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.esnext +19 -0
  1035. package/build/esnext/node_modules/.pnpm/ignore@5.2.0/node_modules/ignore/index.esnext +605 -0
  1036. package/build/esnext/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.esnext +22 -0
  1037. package/build/esnext/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.esnext +154 -0
  1038. package/build/esnext/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.esnext +18 -0
  1039. package/build/esnext/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.esnext +113 -0
  1040. package/build/esnext/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.esnext +73 -0
  1041. package/build/esnext/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.esnext +147 -0
  1042. package/build/esnext/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.esnext +474 -0
  1043. package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.esnext +6 -0
  1044. package/build/{cjs/minimatch.cjs → esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.esnext} +3 -292
  1045. package/build/esnext/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.esnext +70 -0
  1046. package/build/esnext/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.esnext +50 -0
  1047. package/build/esnext/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.esnext +47 -0
  1048. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.esnext +7 -0
  1049. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.esnext +181 -0
  1050. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.esnext +1095 -0
  1051. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.esnext +349 -0
  1052. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.esnext +395 -0
  1053. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.esnext +70 -0
  1054. package/build/esnext/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.esnext +14 -0
  1055. package/build/esnext/node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-babel.esnext +36 -0
  1056. package/build/esnext/node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-typescript.esnext +289 -0
  1057. package/build/esnext/node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-yaml.esnext +159 -0
  1058. package/build/esnext/node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/standalone.esnext +124 -0
  1059. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.esnext +48 -0
  1060. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.esnext +46 -0
  1061. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.esnext +41 -0
  1062. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.esnext +32 -0
  1063. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.esnext +36 -0
  1064. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.esnext +39 -0
  1065. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.esnext +40 -0
  1066. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.esnext +42 -0
  1067. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.esnext +40 -0
  1068. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.esnext +40 -0
  1069. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.esnext +299 -0
  1070. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.esnext +215 -0
  1071. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.esnext +107 -0
  1072. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.esnext +265 -0
  1073. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.esnext +32 -0
  1074. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.esnext +303 -0
  1075. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.esnext +264 -0
  1076. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.esnext +97 -0
  1077. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.esnext +204 -0
  1078. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.esnext +259 -0
  1079. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.esnext +138 -0
  1080. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.esnext +165 -0
  1081. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.esnext +235 -0
  1082. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.esnext +47 -0
  1083. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.esnext +54 -0
  1084. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.esnext +30 -0
  1085. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.esnext +41 -0
  1086. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.esnext +30 -0
  1087. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.esnext +25 -0
  1088. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.esnext +16 -0
  1089. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.esnext +63 -0
  1090. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.esnext +25 -0
  1091. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.esnext +19 -0
  1092. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.esnext +42 -0
  1093. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.esnext +53 -0
  1094. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.esnext +41 -0
  1095. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.esnext +32 -0
  1096. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.esnext +35 -0
  1097. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.esnext +39 -0
  1098. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.esnext +39 -0
  1099. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.esnext +44 -0
  1100. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.esnext +39 -0
  1101. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.esnext +39 -0
  1102. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.esnext +278 -0
  1103. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.esnext +208 -0
  1104. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.esnext +104 -0
  1105. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.esnext +224 -0
  1106. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.esnext +32 -0
  1107. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.esnext +285 -0
  1108. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.esnext +228 -0
  1109. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.esnext +83 -0
  1110. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.esnext +189 -0
  1111. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.esnext +223 -0
  1112. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.esnext +133 -0
  1113. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.esnext +109 -0
  1114. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.esnext +219 -0
  1115. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.esnext +48 -0
  1116. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.esnext +34 -0
  1117. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.esnext +30 -0
  1118. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.esnext +42 -0
  1119. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.esnext +30 -0
  1120. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.esnext +26 -0
  1121. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.esnext +20 -0
  1122. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.esnext +52 -0
  1123. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.esnext +36 -0
  1124. package/build/esnext/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.esnext +14 -0
  1125. package/build/esnext/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.esnext +33 -0
  1126. package/build/esnext/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.esnext +56 -0
  1127. package/build/esnext/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.esnext +67 -0
  1128. package/build/esnext/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.esnext +12 -0
  1129. package/build/esnext/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.esnext +290 -0
  1130. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.esnext +72 -0
  1131. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.esnext +51 -0
  1132. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.esnext +104 -0
  1133. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.esnext +91 -0
  1134. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.esnext +234 -0
  1135. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.esnext +122 -0
  1136. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.esnext +199 -0
  1137. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.esnext +54 -0
  1138. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.esnext +40 -0
  1139. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.esnext +219 -0
  1140. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.esnext +230 -0
  1141. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.esnext +137 -0
  1142. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.esnext +37 -0
  1143. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.esnext +30 -0
  1144. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.esnext +20 -0
  1145. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.esnext +22 -0
  1146. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.esnext +359 -0
  1147. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.esnext +82 -0
  1148. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.esnext +57 -0
  1149. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.esnext +94 -0
  1150. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.esnext +176 -0
  1151. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.esnext +63 -0
  1152. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.esnext +85 -0
  1153. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.esnext +18 -0
  1154. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.esnext +103 -0
  1155. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.esnext +156 -0
  1156. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.esnext +67 -0
  1157. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.esnext +48 -0
  1158. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.esnext +31 -0
  1159. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.esnext +132 -0
  1160. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.esnext +110 -0
  1161. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.esnext +117 -0
  1162. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.esnext +42 -0
  1163. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.esnext +227 -0
  1164. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.esnext +64 -0
  1165. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.esnext +100 -0
  1166. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.esnext +119 -0
  1167. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.esnext +706 -0
  1168. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.esnext +42 -0
  1169. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.esnext +959 -0
  1170. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.esnext +117 -0
  1171. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.esnext +51 -0
  1172. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.esnext +51 -0
  1173. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.esnext +20 -0
  1174. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.esnext +42 -0
  1175. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.esnext +19 -0
  1176. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.esnext +24 -0
  1177. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.esnext +52 -0
  1178. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.esnext +45 -0
  1179. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.esnext +40 -0
  1180. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.esnext +71 -0
  1181. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.esnext +117 -0
  1182. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.esnext +73 -0
  1183. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.esnext +32 -0
  1184. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.esnext +55 -0
  1185. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.esnext +79 -0
  1186. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.esnext +87 -0
  1187. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.esnext +90 -0
  1188. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.esnext +64 -0
  1189. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.esnext +101 -0
  1190. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.esnext +108 -0
  1191. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.esnext +141 -0
  1192. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.esnext +134 -0
  1193. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.esnext +162 -0
  1194. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.esnext +25 -0
  1195. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.esnext +94 -0
  1196. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.esnext +27 -0
  1197. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.esnext +136 -0
  1198. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.esnext +321 -0
  1199. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.esnext +239 -0
  1200. package/build/esnext/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.esnext +69 -0
  1201. package/build/esnext/package.esnext +467 -0
  1202. package/build/esnext/packages/cli-kit/source/package-manager.esnext +50 -0
  1203. package/build/esnext/packages/cli-kit/source/prompt.esnext +16 -0
  1204. package/build/esnext/packages/events/source/abort.esnext +13 -0
  1205. package/build/esnext/shared/package-manager.esnext +52 -0
  1206. package/build/esnext/shared/prompts.esnext +75 -0
  1207. package/build/esnext/shared/tsconfig.esnext +73 -0
  1208. package/build/esnext/shared.esnext +177 -0
  1209. package/build/tsconfig.tsbuildinfo +1 -1
  1210. package/build/typescript/cli.d.ts +2 -0
  1211. package/build/typescript/cli.d.ts.map +1 -0
  1212. package/build/typescript/index.d.ts +3 -1
  1213. package/build/typescript/index.d.ts.map +1 -1
  1214. package/package.json +11 -1
  1215. package/quilt.project.ts +1 -1
  1216. package/source/index.ts +3 -1
  1217. package/build/cjs/index3.cjs +0 -368
  1218. package/build/cjs/index4.cjs +0 -7854
  1219. package/build/cjs/index5.cjs +0 -7633
  1220. package/build/esm/index3.mjs +0 -365
  1221. package/build/esm/index4.mjs +0 -7852
  1222. package/build/esm/index5.mjs +0 -7624
  1223. package/build/typescript/create.d.ts +0 -2
  1224. package/build/typescript/create.d.ts.map +0 -1
  1225. /package/build/cjs/{_commonjsHelpers.cjs → _virtual/_commonjsHelpers.cjs} +0 -0
  1226. /package/source/{create.ts → cli.ts} +0 -0
@@ -0,0 +1,917 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var path$1 = require('./lib/path.cjs');
6
+ var index = require('../../../brace-expansion@2.0.1/node_modules/brace-expansion/index.cjs');
7
+
8
+ const minimatch = minimatch_1 = (p, pattern, options = {}) => {
9
+ assertValidPattern(pattern);
10
+
11
+ // shortcut: comments match nothing.
12
+ if (!options.nocomment && pattern.charAt(0) === '#') {
13
+ return false
14
+ }
15
+
16
+ return new Minimatch(pattern, options).match(p)
17
+ };
18
+
19
+ var minimatch_1 = minimatch;
20
+
21
+ const path = path$1["default"];
22
+ minimatch.sep = path.sep;
23
+
24
+ const GLOBSTAR = Symbol('globstar **');
25
+ minimatch.GLOBSTAR = GLOBSTAR;
26
+ const expand = index["default"];
27
+
28
+ const plTypes = {
29
+ '!': { open: '(?:(?!(?:', close: '))[^/]*?)'},
30
+ '?': { open: '(?:', close: ')?' },
31
+ '+': { open: '(?:', close: ')+' },
32
+ '*': { open: '(?:', close: ')*' },
33
+ '@': { open: '(?:', close: ')' }
34
+ };
35
+
36
+ // any single thing other than /
37
+ // don't need to escape / when using new RegExp()
38
+ const qmark = '[^/]';
39
+
40
+ // * => any number of characters
41
+ const star = qmark + '*?';
42
+
43
+ // ** when dots are allowed. Anything goes, except .. and .
44
+ // not (^ or / followed by one or two dots followed by $ or /),
45
+ // followed by anything, any number of times.
46
+ const twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?';
47
+
48
+ // not a ^ or / followed by a dot,
49
+ // followed by anything, any number of times.
50
+ const twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?';
51
+
52
+ // "abc" -> { a:true, b:true, c:true }
53
+ const charSet = s => s.split('').reduce((set, c) => {
54
+ set[c] = true;
55
+ return set
56
+ }, {});
57
+
58
+ // characters that need to be escaped in RegExp.
59
+ const reSpecials = charSet('().*{}+?[]^$\\!');
60
+
61
+ // characters that indicate we have to add the pattern start
62
+ const addPatternStartSet = charSet('[.(');
63
+
64
+ // normalizes slashes.
65
+ const slashSplit = /\/+/;
66
+
67
+ minimatch.filter = (pattern, options = {}) =>
68
+ (p, i, list) => minimatch(p, pattern, options);
69
+
70
+ const ext = (a, b = {}) => {
71
+ const t = {};
72
+ Object.keys(a).forEach(k => t[k] = a[k]);
73
+ Object.keys(b).forEach(k => t[k] = b[k]);
74
+ return t
75
+ };
76
+
77
+ minimatch.defaults = def => {
78
+ if (!def || typeof def !== 'object' || !Object.keys(def).length) {
79
+ return minimatch
80
+ }
81
+
82
+ const orig = minimatch;
83
+
84
+ const m = (p, pattern, options) => orig(p, pattern, ext(def, options));
85
+ m.Minimatch = class Minimatch extends orig.Minimatch {
86
+ constructor (pattern, options) {
87
+ super(pattern, ext(def, options));
88
+ }
89
+ };
90
+ m.Minimatch.defaults = options => orig.defaults(ext(def, options)).Minimatch;
91
+ m.filter = (pattern, options) => orig.filter(pattern, ext(def, options));
92
+ m.defaults = options => orig.defaults(ext(def, options));
93
+ m.makeRe = (pattern, options) => orig.makeRe(pattern, ext(def, options));
94
+ m.braceExpand = (pattern, options) => orig.braceExpand(pattern, ext(def, options));
95
+ m.match = (list, pattern, options) => orig.match(list, pattern, ext(def, options));
96
+
97
+ return m
98
+ };
99
+
100
+
101
+
102
+
103
+
104
+ // Brace expansion:
105
+ // a{b,c}d -> abd acd
106
+ // a{b,}c -> abc ac
107
+ // a{0..3}d -> a0d a1d a2d a3d
108
+ // a{b,c{d,e}f}g -> abg acdfg acefg
109
+ // a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg
110
+ //
111
+ // Invalid sets are not expanded.
112
+ // a{2..}b -> a{2..}b
113
+ // a{b}c -> a{b}c
114
+ minimatch.braceExpand = (pattern, options) => braceExpand(pattern, options);
115
+
116
+ const braceExpand = (pattern, options = {}) => {
117
+ assertValidPattern(pattern);
118
+
119
+ // Thanks to Yeting Li <https://github.com/yetingli> for
120
+ // improving this regexp to avoid a ReDOS vulnerability.
121
+ if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) {
122
+ // shortcut. no need to expand.
123
+ return [pattern]
124
+ }
125
+
126
+ return expand(pattern)
127
+ };
128
+
129
+ const MAX_PATTERN_LENGTH = 1024 * 64;
130
+ const assertValidPattern = pattern => {
131
+ if (typeof pattern !== 'string') {
132
+ throw new TypeError('invalid pattern')
133
+ }
134
+
135
+ if (pattern.length > MAX_PATTERN_LENGTH) {
136
+ throw new TypeError('pattern is too long')
137
+ }
138
+ };
139
+
140
+ // parse a component of the expanded set.
141
+ // At this point, no pattern may contain "/" in it
142
+ // so we're going to return a 2d array, where each entry is the full
143
+ // pattern, split on '/', and then turned into a regular expression.
144
+ // A regexp is made at the end which joins each array with an
145
+ // escaped /, and another full one which joins each regexp with |.
146
+ //
147
+ // Following the lead of Bash 4.1, note that "**" only has special meaning
148
+ // when it is the *only* thing in a path portion. Otherwise, any series
149
+ // of * is equivalent to a single *. Globstar behavior is enabled by
150
+ // default, and can be disabled by setting options.noglobstar.
151
+ const SUBPARSE = Symbol('subparse');
152
+
153
+ minimatch.makeRe = (pattern, options) =>
154
+ new Minimatch(pattern, options || {}).makeRe();
155
+
156
+ minimatch.match = (list, pattern, options = {}) => {
157
+ const mm = new Minimatch(pattern, options);
158
+ list = list.filter(f => mm.match(f));
159
+ if (mm.options.nonull && !list.length) {
160
+ list.push(pattern);
161
+ }
162
+ return list
163
+ };
164
+
165
+ // replace stuff like \* with *
166
+ const globUnescape = s => s.replace(/\\(.)/g, '$1');
167
+ const regExpEscape = s => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
168
+
169
+ class Minimatch {
170
+ constructor (pattern, options) {
171
+ assertValidPattern(pattern);
172
+
173
+ if (!options) options = {};
174
+
175
+ this.options = options;
176
+ this.set = [];
177
+ this.pattern = pattern;
178
+ this.windowsPathsNoEscape = !!options.windowsPathsNoEscape ||
179
+ options.allowWindowsEscape === false;
180
+ if (this.windowsPathsNoEscape) {
181
+ this.pattern = this.pattern.replace(/\\/g, '/');
182
+ }
183
+ this.regexp = null;
184
+ this.negate = false;
185
+ this.comment = false;
186
+ this.empty = false;
187
+ this.partial = !!options.partial;
188
+
189
+ // make the set of regexps etc.
190
+ this.make();
191
+ }
192
+
193
+ debug () {}
194
+
195
+ make () {
196
+ const pattern = this.pattern;
197
+ const options = this.options;
198
+
199
+ // empty patterns and comments match nothing.
200
+ if (!options.nocomment && pattern.charAt(0) === '#') {
201
+ this.comment = true;
202
+ return
203
+ }
204
+ if (!pattern) {
205
+ this.empty = true;
206
+ return
207
+ }
208
+
209
+ // step 1: figure out negation, etc.
210
+ this.parseNegate();
211
+
212
+ // step 2: expand braces
213
+ let set = this.globSet = this.braceExpand();
214
+
215
+ if (options.debug) this.debug = (...args) => console.error(...args);
216
+
217
+ this.debug(this.pattern, set);
218
+
219
+ // step 3: now we have a set, so turn each one into a series of path-portion
220
+ // matching patterns.
221
+ // These will be regexps, except in the case of "**", which is
222
+ // set to the GLOBSTAR object for globstar behavior,
223
+ // and will not contain any / characters
224
+ set = this.globParts = set.map(s => s.split(slashSplit));
225
+
226
+ this.debug(this.pattern, set);
227
+
228
+ // glob --> regexps
229
+ set = set.map((s, si, set) => s.map(this.parse, this));
230
+
231
+ this.debug(this.pattern, set);
232
+
233
+ // filter out everything that didn't compile properly.
234
+ set = set.filter(s => s.indexOf(false) === -1);
235
+
236
+ this.debug(this.pattern, set);
237
+
238
+ this.set = set;
239
+ }
240
+
241
+ parseNegate () {
242
+ if (this.options.nonegate) return
243
+
244
+ const pattern = this.pattern;
245
+ let negate = false;
246
+ let negateOffset = 0;
247
+
248
+ for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) {
249
+ negate = !negate;
250
+ negateOffset++;
251
+ }
252
+
253
+ if (negateOffset) this.pattern = pattern.substr(negateOffset);
254
+ this.negate = negate;
255
+ }
256
+
257
+ // set partial to true to test if, for example,
258
+ // "/a/b" matches the start of "/*/b/*/d"
259
+ // Partial means, if you run out of file before you run
260
+ // out of pattern, then that's fine, as long as all
261
+ // the parts match.
262
+ matchOne (file, pattern, partial) {
263
+ var options = this.options;
264
+
265
+ this.debug('matchOne',
266
+ { 'this': this, file: file, pattern: pattern });
267
+
268
+ this.debug('matchOne', file.length, pattern.length);
269
+
270
+ for (var fi = 0,
271
+ pi = 0,
272
+ fl = file.length,
273
+ pl = pattern.length
274
+ ; (fi < fl) && (pi < pl)
275
+ ; fi++, pi++) {
276
+ this.debug('matchOne loop');
277
+ var p = pattern[pi];
278
+ var f = file[fi];
279
+
280
+ this.debug(pattern, p, f);
281
+
282
+ // should be impossible.
283
+ // some invalid regexp stuff in the set.
284
+ /* istanbul ignore if */
285
+ if (p === false) return false
286
+
287
+ if (p === GLOBSTAR) {
288
+ this.debug('GLOBSTAR', [pattern, p, f]);
289
+
290
+ // "**"
291
+ // a/**/b/**/c would match the following:
292
+ // a/b/x/y/z/c
293
+ // a/x/y/z/b/c
294
+ // a/b/x/b/x/c
295
+ // a/b/c
296
+ // To do this, take the rest of the pattern after
297
+ // the **, and see if it would match the file remainder.
298
+ // If so, return success.
299
+ // If not, the ** "swallows" a segment, and try again.
300
+ // This is recursively awful.
301
+ //
302
+ // a/**/b/**/c matching a/b/x/y/z/c
303
+ // - a matches a
304
+ // - doublestar
305
+ // - matchOne(b/x/y/z/c, b/**/c)
306
+ // - b matches b
307
+ // - doublestar
308
+ // - matchOne(x/y/z/c, c) -> no
309
+ // - matchOne(y/z/c, c) -> no
310
+ // - matchOne(z/c, c) -> no
311
+ // - matchOne(c, c) yes, hit
312
+ var fr = fi;
313
+ var pr = pi + 1;
314
+ if (pr === pl) {
315
+ this.debug('** at the end');
316
+ // a ** at the end will just swallow the rest.
317
+ // We have found a match.
318
+ // however, it will not swallow /.x, unless
319
+ // options.dot is set.
320
+ // . and .. are *never* matched by **, for explosively
321
+ // exponential reasons.
322
+ for (; fi < fl; fi++) {
323
+ if (file[fi] === '.' || file[fi] === '..' ||
324
+ (!options.dot && file[fi].charAt(0) === '.')) return false
325
+ }
326
+ return true
327
+ }
328
+
329
+ // ok, let's see if we can swallow whatever we can.
330
+ while (fr < fl) {
331
+ var swallowee = file[fr];
332
+
333
+ this.debug('\nglobstar while', file, fr, pattern, pr, swallowee);
334
+
335
+ // XXX remove this slice. Just pass the start index.
336
+ if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) {
337
+ this.debug('globstar found match!', fr, fl, swallowee);
338
+ // found a match.
339
+ return true
340
+ } else {
341
+ // can't swallow "." or ".." ever.
342
+ // can only swallow ".foo" when explicitly asked.
343
+ if (swallowee === '.' || swallowee === '..' ||
344
+ (!options.dot && swallowee.charAt(0) === '.')) {
345
+ this.debug('dot detected!', file, fr, pattern, pr);
346
+ break
347
+ }
348
+
349
+ // ** swallows a segment, and continue.
350
+ this.debug('globstar swallow a segment, and continue');
351
+ fr++;
352
+ }
353
+ }
354
+
355
+ // no match was found.
356
+ // However, in partial mode, we can't say this is necessarily over.
357
+ // If there's more *pattern* left, then
358
+ /* istanbul ignore if */
359
+ if (partial) {
360
+ // ran out of file
361
+ this.debug('\n>>> no match, partial?', file, fr, pattern, pr);
362
+ if (fr === fl) return true
363
+ }
364
+ return false
365
+ }
366
+
367
+ // something other than **
368
+ // non-magic patterns just have to match exactly
369
+ // patterns with magic have been turned into regexps.
370
+ var hit;
371
+ if (typeof p === 'string') {
372
+ hit = f === p;
373
+ this.debug('string match', p, f, hit);
374
+ } else {
375
+ hit = f.match(p);
376
+ this.debug('pattern match', p, f, hit);
377
+ }
378
+
379
+ if (!hit) return false
380
+ }
381
+
382
+ // Note: ending in / means that we'll get a final ""
383
+ // at the end of the pattern. This can only match a
384
+ // corresponding "" at the end of the file.
385
+ // If the file ends in /, then it can only match a
386
+ // a pattern that ends in /, unless the pattern just
387
+ // doesn't have any more for it. But, a/b/ should *not*
388
+ // match "a/b/*", even though "" matches against the
389
+ // [^/]*? pattern, except in partial mode, where it might
390
+ // simply not be reached yet.
391
+ // However, a/b/ should still satisfy a/*
392
+
393
+ // now either we fell off the end of the pattern, or we're done.
394
+ if (fi === fl && pi === pl) {
395
+ // ran out of pattern and filename at the same time.
396
+ // an exact hit!
397
+ return true
398
+ } else if (fi === fl) {
399
+ // ran out of file, but still had pattern left.
400
+ // this is ok if we're doing the match as part of
401
+ // a glob fs traversal.
402
+ return partial
403
+ } else /* istanbul ignore else */ if (pi === pl) {
404
+ // ran out of pattern, still have file left.
405
+ // this is only acceptable if we're on the very last
406
+ // empty segment of a file with a trailing slash.
407
+ // a/* should match a/b/
408
+ return (fi === fl - 1) && (file[fi] === '')
409
+ }
410
+
411
+ // should be unreachable.
412
+ /* istanbul ignore next */
413
+ throw new Error('wtf?')
414
+ }
415
+
416
+ braceExpand () {
417
+ return braceExpand(this.pattern, this.options)
418
+ }
419
+
420
+ parse (pattern, isSub) {
421
+ assertValidPattern(pattern);
422
+
423
+ const options = this.options;
424
+
425
+ // shortcuts
426
+ if (pattern === '**') {
427
+ if (!options.noglobstar)
428
+ return GLOBSTAR
429
+ else
430
+ pattern = '*';
431
+ }
432
+ if (pattern === '') return ''
433
+
434
+ let re = '';
435
+ let hasMagic = !!options.nocase;
436
+ let escaping = false;
437
+ // ? => one single character
438
+ const patternListStack = [];
439
+ const negativeLists = [];
440
+ let stateChar;
441
+ let inClass = false;
442
+ let reClassStart = -1;
443
+ let classStart = -1;
444
+ let cs;
445
+ let pl;
446
+ let sp;
447
+ // . and .. never match anything that doesn't start with .,
448
+ // even when options.dot is set.
449
+ const patternStart = pattern.charAt(0) === '.' ? '' // anything
450
+ // not (start or / followed by . or .. followed by / or end)
451
+ : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))'
452
+ : '(?!\\.)';
453
+
454
+ const clearStateChar = () => {
455
+ if (stateChar) {
456
+ // we had some state-tracking character
457
+ // that wasn't consumed by this pass.
458
+ switch (stateChar) {
459
+ case '*':
460
+ re += star;
461
+ hasMagic = true;
462
+ break
463
+ case '?':
464
+ re += qmark;
465
+ hasMagic = true;
466
+ break
467
+ default:
468
+ re += '\\' + stateChar;
469
+ break
470
+ }
471
+ this.debug('clearStateChar %j %j', stateChar, re);
472
+ stateChar = false;
473
+ }
474
+ };
475
+
476
+ for (let i = 0, c; (i < pattern.length) && (c = pattern.charAt(i)); i++) {
477
+ this.debug('%s\t%s %s %j', pattern, i, re, c);
478
+
479
+ // skip over any that are escaped.
480
+ if (escaping) {
481
+ /* istanbul ignore next - completely not allowed, even escaped. */
482
+ if (c === '/') {
483
+ return false
484
+ }
485
+
486
+ if (reSpecials[c]) {
487
+ re += '\\';
488
+ }
489
+ re += c;
490
+ escaping = false;
491
+ continue
492
+ }
493
+
494
+ switch (c) {
495
+ /* istanbul ignore next */
496
+ case '/': {
497
+ // Should already be path-split by now.
498
+ return false
499
+ }
500
+
501
+ case '\\':
502
+ clearStateChar();
503
+ escaping = true;
504
+ continue
505
+
506
+ // the various stateChar values
507
+ // for the "extglob" stuff.
508
+ case '?':
509
+ case '*':
510
+ case '+':
511
+ case '@':
512
+ case '!':
513
+ this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c);
514
+
515
+ // all of those are literals inside a class, except that
516
+ // the glob [!a] means [^a] in regexp
517
+ if (inClass) {
518
+ this.debug(' in class');
519
+ if (c === '!' && i === classStart + 1) c = '^';
520
+ re += c;
521
+ continue
522
+ }
523
+
524
+ // if we already have a stateChar, then it means
525
+ // that there was something like ** or +? in there.
526
+ // Handle the stateChar, then proceed with this one.
527
+ this.debug('call clearStateChar %j', stateChar);
528
+ clearStateChar();
529
+ stateChar = c;
530
+ // if extglob is disabled, then +(asdf|foo) isn't a thing.
531
+ // just clear the statechar *now*, rather than even diving into
532
+ // the patternList stuff.
533
+ if (options.noext) clearStateChar();
534
+ continue
535
+
536
+ case '(':
537
+ if (inClass) {
538
+ re += '(';
539
+ continue
540
+ }
541
+
542
+ if (!stateChar) {
543
+ re += '\\(';
544
+ continue
545
+ }
546
+
547
+ patternListStack.push({
548
+ type: stateChar,
549
+ start: i - 1,
550
+ reStart: re.length,
551
+ open: plTypes[stateChar].open,
552
+ close: plTypes[stateChar].close
553
+ });
554
+ // negation is (?:(?!js)[^/]*)
555
+ re += stateChar === '!' ? '(?:(?!(?:' : '(?:';
556
+ this.debug('plType %j %j', stateChar, re);
557
+ stateChar = false;
558
+ continue
559
+
560
+ case ')':
561
+ if (inClass || !patternListStack.length) {
562
+ re += '\\)';
563
+ continue
564
+ }
565
+
566
+ clearStateChar();
567
+ hasMagic = true;
568
+ pl = patternListStack.pop();
569
+ // negation is (?:(?!js)[^/]*)
570
+ // The others are (?:<pattern>)<type>
571
+ re += pl.close;
572
+ if (pl.type === '!') {
573
+ negativeLists.push(pl);
574
+ }
575
+ pl.reEnd = re.length;
576
+ continue
577
+
578
+ case '|':
579
+ if (inClass || !patternListStack.length) {
580
+ re += '\\|';
581
+ continue
582
+ }
583
+
584
+ clearStateChar();
585
+ re += '|';
586
+ continue
587
+
588
+ // these are mostly the same in regexp and glob
589
+ case '[':
590
+ // swallow any state-tracking char before the [
591
+ clearStateChar();
592
+
593
+ if (inClass) {
594
+ re += '\\' + c;
595
+ continue
596
+ }
597
+
598
+ inClass = true;
599
+ classStart = i;
600
+ reClassStart = re.length;
601
+ re += c;
602
+ continue
603
+
604
+ case ']':
605
+ // a right bracket shall lose its special
606
+ // meaning and represent itself in
607
+ // a bracket expression if it occurs
608
+ // first in the list. -- POSIX.2 2.8.3.2
609
+ if (i === classStart + 1 || !inClass) {
610
+ re += '\\' + c;
611
+ continue
612
+ }
613
+
614
+ // handle the case where we left a class open.
615
+ // "[z-a]" is valid, equivalent to "\[z-a\]"
616
+ // split where the last [ was, make sure we don't have
617
+ // an invalid re. if so, re-walk the contents of the
618
+ // would-be class to re-translate any characters that
619
+ // were passed through as-is
620
+ // TODO: It would probably be faster to determine this
621
+ // without a try/catch and a new RegExp, but it's tricky
622
+ // to do safely. For now, this is safe and works.
623
+ cs = pattern.substring(classStart + 1, i);
624
+ try {
625
+ RegExp('[' + cs + ']');
626
+ } catch (er) {
627
+ // not a valid class!
628
+ sp = this.parse(cs, SUBPARSE);
629
+ re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]';
630
+ hasMagic = hasMagic || sp[1];
631
+ inClass = false;
632
+ continue
633
+ }
634
+
635
+ // finish up the class.
636
+ hasMagic = true;
637
+ inClass = false;
638
+ re += c;
639
+ continue
640
+
641
+ default:
642
+ // swallow any state char that wasn't consumed
643
+ clearStateChar();
644
+
645
+ if (reSpecials[c] && !(c === '^' && inClass)) {
646
+ re += '\\';
647
+ }
648
+
649
+ re += c;
650
+ break
651
+
652
+ } // switch
653
+ } // for
654
+
655
+ // handle the case where we left a class open.
656
+ // "[abc" is valid, equivalent to "\[abc"
657
+ if (inClass) {
658
+ // split where the last [ was, and escape it
659
+ // this is a huge pita. We now have to re-walk
660
+ // the contents of the would-be class to re-translate
661
+ // any characters that were passed through as-is
662
+ cs = pattern.substr(classStart + 1);
663
+ sp = this.parse(cs, SUBPARSE);
664
+ re = re.substr(0, reClassStart) + '\\[' + sp[0];
665
+ hasMagic = hasMagic || sp[1];
666
+ }
667
+
668
+ // handle the case where we had a +( thing at the *end*
669
+ // of the pattern.
670
+ // each pattern list stack adds 3 chars, and we need to go through
671
+ // and escape any | chars that were passed through as-is for the regexp.
672
+ // Go through and escape them, taking care not to double-escape any
673
+ // | chars that were already escaped.
674
+ for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
675
+ let tail;
676
+ tail = re.slice(pl.reStart + pl.open.length);
677
+ this.debug('setting tail', re, pl);
678
+ // maybe some even number of \, then maybe 1 \, followed by a |
679
+ tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, (_, $1, $2) => {
680
+ /* istanbul ignore else - should already be done */
681
+ if (!$2) {
682
+ // the | isn't already escaped, so escape it.
683
+ $2 = '\\';
684
+ }
685
+
686
+ // need to escape all those slashes *again*, without escaping the
687
+ // one that we need for escaping the | character. As it works out,
688
+ // escaping an even number of slashes can be done by simply repeating
689
+ // it exactly after itself. That's why this trick works.
690
+ //
691
+ // I am sorry that you have to see this.
692
+ return $1 + $1 + $2 + '|'
693
+ });
694
+
695
+ this.debug('tail=%j\n %s', tail, tail, pl, re);
696
+ const t = pl.type === '*' ? star
697
+ : pl.type === '?' ? qmark
698
+ : '\\' + pl.type;
699
+
700
+ hasMagic = true;
701
+ re = re.slice(0, pl.reStart) + t + '\\(' + tail;
702
+ }
703
+
704
+ // handle trailing things that only matter at the very end.
705
+ clearStateChar();
706
+ if (escaping) {
707
+ // trailing \\
708
+ re += '\\\\';
709
+ }
710
+
711
+ // only need to apply the nodot start if the re starts with
712
+ // something that could conceivably capture a dot
713
+ const addPatternStart = addPatternStartSet[re.charAt(0)];
714
+
715
+ // Hack to work around lack of negative lookbehind in JS
716
+ // A pattern like: *.!(x).!(y|z) needs to ensure that a name
717
+ // like 'a.xyz.yz' doesn't match. So, the first negative
718
+ // lookahead, has to look ALL the way ahead, to the end of
719
+ // the pattern.
720
+ for (let n = negativeLists.length - 1; n > -1; n--) {
721
+ const nl = negativeLists[n];
722
+
723
+ const nlBefore = re.slice(0, nl.reStart);
724
+ const nlFirst = re.slice(nl.reStart, nl.reEnd - 8);
725
+ let nlAfter = re.slice(nl.reEnd);
726
+ const nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + nlAfter;
727
+
728
+ // Handle nested stuff like *(*.js|!(*.json)), where open parens
729
+ // mean that we should *not* include the ) in the bit that is considered
730
+ // "after" the negated section.
731
+ const openParensBefore = nlBefore.split('(').length - 1;
732
+ let cleanAfter = nlAfter;
733
+ for (let i = 0; i < openParensBefore; i++) {
734
+ cleanAfter = cleanAfter.replace(/\)[+*?]?/, '');
735
+ }
736
+ nlAfter = cleanAfter;
737
+
738
+ const dollar = nlAfter === '' && isSub !== SUBPARSE ? '$' : '';
739
+ re = nlBefore + nlFirst + nlAfter + dollar + nlLast;
740
+ }
741
+
742
+ // if the re is not "" at this point, then we need to make sure
743
+ // it doesn't match against an empty path part.
744
+ // Otherwise a/* will match a/, which it should not.
745
+ if (re !== '' && hasMagic) {
746
+ re = '(?=.)' + re;
747
+ }
748
+
749
+ if (addPatternStart) {
750
+ re = patternStart + re;
751
+ }
752
+
753
+ // parsing just a piece of a larger pattern.
754
+ if (isSub === SUBPARSE) {
755
+ return [re, hasMagic]
756
+ }
757
+
758
+ // skip the regexp for non-magical patterns
759
+ // unescape anything in it, though, so that it'll be
760
+ // an exact match against a file etc.
761
+ if (!hasMagic) {
762
+ return globUnescape(pattern)
763
+ }
764
+
765
+ const flags = options.nocase ? 'i' : '';
766
+ try {
767
+ return Object.assign(new RegExp('^' + re + '$', flags), {
768
+ _glob: pattern,
769
+ _src: re,
770
+ })
771
+ } catch (er) /* istanbul ignore next - should be impossible */ {
772
+ // If it was an invalid regular expression, then it can't match
773
+ // anything. This trick looks for a character after the end of
774
+ // the string, which is of course impossible, except in multi-line
775
+ // mode, but it's not a /m regex.
776
+ return new RegExp('$.')
777
+ }
778
+ }
779
+
780
+ makeRe () {
781
+ if (this.regexp || this.regexp === false) return this.regexp
782
+
783
+ // at this point, this.set is a 2d array of partial
784
+ // pattern strings, or "**".
785
+ //
786
+ // It's better to use .match(). This function shouldn't
787
+ // be used, really, but it's pretty convenient sometimes,
788
+ // when you just want to work with a regex.
789
+ const set = this.set;
790
+
791
+ if (!set.length) {
792
+ this.regexp = false;
793
+ return this.regexp
794
+ }
795
+ const options = this.options;
796
+
797
+ const twoStar = options.noglobstar ? star
798
+ : options.dot ? twoStarDot
799
+ : twoStarNoDot;
800
+ const flags = options.nocase ? 'i' : '';
801
+
802
+ // coalesce globstars and regexpify non-globstar patterns
803
+ // if it's the only item, then we just do one twoStar
804
+ // if it's the first, and there are more, prepend (\/|twoStar\/)? to next
805
+ // if it's the last, append (\/twoStar|) to previous
806
+ // if it's in the middle, append (\/|\/twoStar\/) to previous
807
+ // then filter out GLOBSTAR symbols
808
+ let re = set.map(pattern => {
809
+ pattern = pattern.map(p =>
810
+ typeof p === 'string' ? regExpEscape(p)
811
+ : p === GLOBSTAR ? GLOBSTAR
812
+ : p._src
813
+ ).reduce((set, p) => {
814
+ if (!(set[set.length - 1] === GLOBSTAR && p === GLOBSTAR)) {
815
+ set.push(p);
816
+ }
817
+ return set
818
+ }, []);
819
+ pattern.forEach((p, i) => {
820
+ if (p !== GLOBSTAR || pattern[i-1] === GLOBSTAR) {
821
+ return
822
+ }
823
+ if (i === 0) {
824
+ if (pattern.length > 1) {
825
+ pattern[i+1] = '(?:\\\/|' + twoStar + '\\\/)?' + pattern[i+1];
826
+ } else {
827
+ pattern[i] = twoStar;
828
+ }
829
+ } else if (i === pattern.length - 1) {
830
+ pattern[i-1] += '(?:\\\/|' + twoStar + ')?';
831
+ } else {
832
+ pattern[i-1] += '(?:\\\/|\\\/' + twoStar + '\\\/)' + pattern[i+1];
833
+ pattern[i+1] = GLOBSTAR;
834
+ }
835
+ });
836
+ return pattern.filter(p => p !== GLOBSTAR).join('/')
837
+ }).join('|');
838
+
839
+ // must match entire pattern
840
+ // ending in a * or ** will make it less strict.
841
+ re = '^(?:' + re + ')$';
842
+
843
+ // can match anything, as long as it's not this.
844
+ if (this.negate) re = '^(?!' + re + ').*$';
845
+
846
+ try {
847
+ this.regexp = new RegExp(re, flags);
848
+ } catch (ex) /* istanbul ignore next - should be impossible */ {
849
+ this.regexp = false;
850
+ }
851
+ return this.regexp
852
+ }
853
+
854
+ match (f, partial = this.partial) {
855
+ this.debug('match', f, this.pattern);
856
+ // short-circuit in the case of busted things.
857
+ // comments, etc.
858
+ if (this.comment) return false
859
+ if (this.empty) return f === ''
860
+
861
+ if (f === '/' && partial) return true
862
+
863
+ const options = this.options;
864
+
865
+ // windows: need to use /, not \
866
+ if (path.sep !== '/') {
867
+ f = f.split(path.sep).join('/');
868
+ }
869
+
870
+ // treat the test path as a set of pathparts.
871
+ f = f.split(slashSplit);
872
+ this.debug(this.pattern, 'split', f);
873
+
874
+ // just ONE of the pattern sets in this.set needs to match
875
+ // in order for it to be valid. If negating, then just one
876
+ // match means that we have failed.
877
+ // Either way, return on the first hit.
878
+
879
+ const set = this.set;
880
+ this.debug(this.pattern, 'set', set);
881
+
882
+ // Find the basename of the path by looking for the last non-empty segment
883
+ let filename;
884
+ for (let i = f.length - 1; i >= 0; i--) {
885
+ filename = f[i];
886
+ if (filename) break
887
+ }
888
+
889
+ for (let i = 0; i < set.length; i++) {
890
+ const pattern = set[i];
891
+ let file = f;
892
+ if (options.matchBase && pattern.length === 1) {
893
+ file = [filename];
894
+ }
895
+ const hit = this.matchOne(file, pattern, partial);
896
+ if (hit) {
897
+ if (options.flipNegate) return true
898
+ return !this.negate
899
+ }
900
+ }
901
+
902
+ // didn't get any hits. this is success if it's a negative
903
+ // pattern, failure otherwise.
904
+ if (options.flipNegate) return false
905
+ return this.negate
906
+ }
907
+
908
+ static defaults (def) {
909
+ return minimatch.defaults(def).Minimatch
910
+ }
911
+ }
912
+
913
+ minimatch.Minimatch = Minimatch;
914
+
915
+ var minimatch_1$1 = minimatch_1;
916
+
917
+ exports["default"] = minimatch_1$1;