@slicemachine/init 1.1.19 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1019) hide show
  1. package/README.md +88 -32
  2. package/bin/slicemachine-init.js +3 -0
  3. package/dist/SliceMachineInitProcess.cjs +749 -0
  4. package/dist/SliceMachineInitProcess.cjs.map +1 -0
  5. package/dist/SliceMachineInitProcess.d.ts +48 -0
  6. package/dist/SliceMachineInitProcess.js +731 -0
  7. package/dist/SliceMachineInitProcess.js.map +1 -0
  8. package/dist/_node_modules/@babel/code-frame/lib/index.cjs +144 -0
  9. package/dist/_node_modules/@babel/code-frame/lib/index.cjs.map +1 -0
  10. package/dist/_node_modules/@babel/code-frame/lib/index.js +143 -0
  11. package/dist/_node_modules/@babel/code-frame/lib/index.js.map +1 -0
  12. package/dist/_node_modules/@babel/helper-validator-identifier/lib/identifier.cjs +82 -0
  13. package/dist/_node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +1 -0
  14. package/dist/_node_modules/@babel/helper-validator-identifier/lib/identifier.js +83 -0
  15. package/dist/_node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  16. package/dist/_node_modules/@babel/helper-validator-identifier/lib/index.cjs +62 -0
  17. package/dist/_node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +1 -0
  18. package/dist/_node_modules/@babel/helper-validator-identifier/lib/index.js +61 -0
  19. package/dist/_node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  20. package/dist/_node_modules/@babel/helper-validator-identifier/lib/keyword.cjs +35 -0
  21. package/dist/_node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +1 -0
  22. package/dist/_node_modules/@babel/helper-validator-identifier/lib/keyword.js +36 -0
  23. package/dist/_node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  24. package/dist/_node_modules/@babel/highlight/lib/index.cjs +100 -0
  25. package/dist/_node_modules/@babel/highlight/lib/index.cjs.map +1 -0
  26. package/dist/_node_modules/@babel/highlight/lib/index.js +99 -0
  27. package/dist/_node_modules/@babel/highlight/lib/index.js.map +1 -0
  28. package/dist/_node_modules/@nodelib/fs.scandir/out/adapters/fs.cjs +24 -0
  29. package/dist/_node_modules/@nodelib/fs.scandir/out/adapters/fs.cjs.map +1 -0
  30. package/dist/_node_modules/@nodelib/fs.scandir/out/adapters/fs.js +23 -0
  31. package/dist/_node_modules/@nodelib/fs.scandir/out/adapters/fs.js.map +1 -0
  32. package/dist/_node_modules/@nodelib/fs.scandir/out/constants.cjs +17 -0
  33. package/dist/_node_modules/@nodelib/fs.scandir/out/constants.cjs.map +1 -0
  34. package/dist/_node_modules/@nodelib/fs.scandir/out/constants.js +18 -0
  35. package/dist/_node_modules/@nodelib/fs.scandir/out/constants.js.map +1 -0
  36. package/dist/_node_modules/@nodelib/fs.scandir/out/index.cjs +35 -0
  37. package/dist/_node_modules/@nodelib/fs.scandir/out/index.cjs.map +1 -0
  38. package/dist/_node_modules/@nodelib/fs.scandir/out/index.js +36 -0
  39. package/dist/_node_modules/@nodelib/fs.scandir/out/index.js.map +1 -0
  40. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/async.cjs +116 -0
  41. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/async.cjs.map +1 -0
  42. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/async.js +117 -0
  43. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/async.js.map +1 -0
  44. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/common.cjs +13 -0
  45. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/common.cjs.map +1 -0
  46. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/common.js +14 -0
  47. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/common.js.map +1 -0
  48. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/sync.cjs +64 -0
  49. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/sync.cjs.map +1 -0
  50. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/sync.js +65 -0
  51. package/dist/_node_modules/@nodelib/fs.scandir/out/providers/sync.js.map +1 -0
  52. package/dist/_node_modules/@nodelib/fs.scandir/out/settings.cjs +31 -0
  53. package/dist/_node_modules/@nodelib/fs.scandir/out/settings.cjs.map +1 -0
  54. package/dist/_node_modules/@nodelib/fs.scandir/out/settings.js +30 -0
  55. package/dist/_node_modules/@nodelib/fs.scandir/out/settings.js.map +1 -0
  56. package/dist/_node_modules/@nodelib/fs.scandir/out/utils/fs.cjs +22 -0
  57. package/dist/_node_modules/@nodelib/fs.scandir/out/utils/fs.cjs.map +1 -0
  58. package/dist/_node_modules/@nodelib/fs.scandir/out/utils/fs.js +23 -0
  59. package/dist/_node_modules/@nodelib/fs.scandir/out/utils/fs.js.map +1 -0
  60. package/dist/_node_modules/@nodelib/fs.scandir/out/utils/index.cjs +10 -0
  61. package/dist/_node_modules/@nodelib/fs.scandir/out/utils/index.cjs.map +1 -0
  62. package/dist/_node_modules/@nodelib/fs.scandir/out/utils/index.js +11 -0
  63. package/dist/_node_modules/@nodelib/fs.scandir/out/utils/index.js.map +1 -0
  64. package/dist/_node_modules/@nodelib/fs.stat/out/adapters/fs.cjs +22 -0
  65. package/dist/_node_modules/@nodelib/fs.stat/out/adapters/fs.cjs.map +1 -0
  66. package/dist/_node_modules/@nodelib/fs.stat/out/adapters/fs.js +21 -0
  67. package/dist/_node_modules/@nodelib/fs.stat/out/adapters/fs.js.map +1 -0
  68. package/dist/_node_modules/@nodelib/fs.stat/out/index.cjs +35 -0
  69. package/dist/_node_modules/@nodelib/fs.stat/out/index.cjs.map +1 -0
  70. package/dist/_node_modules/@nodelib/fs.stat/out/index.js +36 -0
  71. package/dist/_node_modules/@nodelib/fs.stat/out/index.js.map +1 -0
  72. package/dist/_node_modules/@nodelib/fs.stat/out/providers/async.cjs +39 -0
  73. package/dist/_node_modules/@nodelib/fs.stat/out/providers/async.cjs.map +1 -0
  74. package/dist/_node_modules/@nodelib/fs.stat/out/providers/async.js +40 -0
  75. package/dist/_node_modules/@nodelib/fs.stat/out/providers/async.js.map +1 -0
  76. package/dist/_node_modules/@nodelib/fs.stat/out/providers/sync.cjs +25 -0
  77. package/dist/_node_modules/@nodelib/fs.stat/out/providers/sync.cjs.map +1 -0
  78. package/dist/_node_modules/@nodelib/fs.stat/out/providers/sync.js +26 -0
  79. package/dist/_node_modules/@nodelib/fs.stat/out/providers/sync.js.map +1 -0
  80. package/dist/_node_modules/@nodelib/fs.stat/out/settings.cjs +20 -0
  81. package/dist/_node_modules/@nodelib/fs.stat/out/settings.cjs.map +1 -0
  82. package/dist/_node_modules/@nodelib/fs.stat/out/settings.js +19 -0
  83. package/dist/_node_modules/@nodelib/fs.stat/out/settings.js.map +1 -0
  84. package/dist/_node_modules/@nodelib/fs.walk/out/index.cjs +45 -0
  85. package/dist/_node_modules/@nodelib/fs.walk/out/index.cjs.map +1 -0
  86. package/dist/_node_modules/@nodelib/fs.walk/out/index.js +46 -0
  87. package/dist/_node_modules/@nodelib/fs.walk/out/index.js.map +1 -0
  88. package/dist/_node_modules/@nodelib/fs.walk/out/providers/async.cjs +34 -0
  89. package/dist/_node_modules/@nodelib/fs.walk/out/providers/async.cjs.map +1 -0
  90. package/dist/_node_modules/@nodelib/fs.walk/out/providers/async.js +33 -0
  91. package/dist/_node_modules/@nodelib/fs.walk/out/providers/async.js.map +1 -0
  92. package/dist/_node_modules/@nodelib/fs.walk/out/providers/stream.cjs +40 -0
  93. package/dist/_node_modules/@nodelib/fs.walk/out/providers/stream.cjs.map +1 -0
  94. package/dist/_node_modules/@nodelib/fs.walk/out/providers/stream.js +39 -0
  95. package/dist/_node_modules/@nodelib/fs.walk/out/providers/stream.js.map +1 -0
  96. package/dist/_node_modules/@nodelib/fs.walk/out/providers/sync.cjs +18 -0
  97. package/dist/_node_modules/@nodelib/fs.walk/out/providers/sync.cjs.map +1 -0
  98. package/dist/_node_modules/@nodelib/fs.walk/out/providers/sync.js +17 -0
  99. package/dist/_node_modules/@nodelib/fs.walk/out/providers/sync.js.map +1 -0
  100. package/dist/_node_modules/@nodelib/fs.walk/out/readers/async.cjs +108 -0
  101. package/dist/_node_modules/@nodelib/fs.walk/out/readers/async.cjs.map +1 -0
  102. package/dist/_node_modules/@nodelib/fs.walk/out/readers/async.js +107 -0
  103. package/dist/_node_modules/@nodelib/fs.walk/out/readers/async.js.map +1 -0
  104. package/dist/_node_modules/@nodelib/fs.walk/out/readers/common.cjs +31 -0
  105. package/dist/_node_modules/@nodelib/fs.walk/out/readers/common.cjs.map +1 -0
  106. package/dist/_node_modules/@nodelib/fs.walk/out/readers/common.js +32 -0
  107. package/dist/_node_modules/@nodelib/fs.walk/out/readers/common.js.map +1 -0
  108. package/dist/_node_modules/@nodelib/fs.walk/out/readers/reader.cjs +15 -0
  109. package/dist/_node_modules/@nodelib/fs.walk/out/readers/reader.cjs.map +1 -0
  110. package/dist/_node_modules/@nodelib/fs.walk/out/readers/reader.js +14 -0
  111. package/dist/_node_modules/@nodelib/fs.walk/out/readers/reader.js.map +1 -0
  112. package/dist/_node_modules/@nodelib/fs.walk/out/readers/sync.cjs +66 -0
  113. package/dist/_node_modules/@nodelib/fs.walk/out/readers/sync.cjs.map +1 -0
  114. package/dist/_node_modules/@nodelib/fs.walk/out/readers/sync.js +65 -0
  115. package/dist/_node_modules/@nodelib/fs.walk/out/readers/sync.js.map +1 -0
  116. package/dist/_node_modules/@nodelib/fs.walk/out/settings.cjs +31 -0
  117. package/dist/_node_modules/@nodelib/fs.walk/out/settings.cjs.map +1 -0
  118. package/dist/_node_modules/@nodelib/fs.walk/out/settings.js +30 -0
  119. package/dist/_node_modules/@nodelib/fs.walk/out/settings.js.map +1 -0
  120. package/dist/_node_modules/arrify/index.cjs +9 -0
  121. package/dist/_node_modules/arrify/index.cjs.map +1 -0
  122. package/dist/_node_modules/arrify/index.js +10 -0
  123. package/dist/_node_modules/arrify/index.js.map +1 -0
  124. package/dist/_node_modules/braces/index.cjs +63 -0
  125. package/dist/_node_modules/braces/index.cjs.map +1 -0
  126. package/dist/_node_modules/braces/index.js +64 -0
  127. package/dist/_node_modules/braces/index.js.map +1 -0
  128. package/dist/_node_modules/braces/lib/compile.cjs +50 -0
  129. package/dist/_node_modules/braces/lib/compile.cjs.map +1 -0
  130. package/dist/_node_modules/braces/lib/compile.js +51 -0
  131. package/dist/_node_modules/braces/lib/compile.js.map +1 -0
  132. package/dist/_node_modules/braces/lib/constants.cjs +97 -0
  133. package/dist/_node_modules/braces/lib/constants.cjs.map +1 -0
  134. package/dist/_node_modules/braces/lib/constants.js +98 -0
  135. package/dist/_node_modules/braces/lib/constants.js.map +1 -0
  136. package/dist/_node_modules/braces/lib/expand.cjs +97 -0
  137. package/dist/_node_modules/braces/lib/expand.cjs.map +1 -0
  138. package/dist/_node_modules/braces/lib/expand.js +98 -0
  139. package/dist/_node_modules/braces/lib/expand.js.map +1 -0
  140. package/dist/_node_modules/braces/lib/parse.cjs +240 -0
  141. package/dist/_node_modules/braces/lib/parse.cjs.map +1 -0
  142. package/dist/_node_modules/braces/lib/parse.js +241 -0
  143. package/dist/_node_modules/braces/lib/parse.js.map +1 -0
  144. package/dist/_node_modules/braces/lib/stringify.cjs +29 -0
  145. package/dist/_node_modules/braces/lib/stringify.cjs.map +1 -0
  146. package/dist/_node_modules/braces/lib/stringify.js +30 -0
  147. package/dist/_node_modules/braces/lib/stringify.js.map +1 -0
  148. package/dist/_node_modules/braces/lib/utils.cjs +83 -0
  149. package/dist/_node_modules/braces/lib/utils.cjs.map +1 -0
  150. package/dist/_node_modules/braces/lib/utils.js +84 -0
  151. package/dist/_node_modules/braces/lib/utils.js.map +1 -0
  152. package/dist/_node_modules/camelcase-keys/_node_modules/camelcase/index.cjs +83 -0
  153. package/dist/_node_modules/camelcase-keys/_node_modules/camelcase/index.cjs.map +1 -0
  154. package/dist/_node_modules/camelcase-keys/_node_modules/camelcase/index.js +84 -0
  155. package/dist/_node_modules/camelcase-keys/_node_modules/camelcase/index.js.map +1 -0
  156. package/dist/_node_modules/camelcase-keys/index.cjs +56 -0
  157. package/dist/_node_modules/camelcase-keys/index.cjs.map +1 -0
  158. package/dist/_node_modules/camelcase-keys/index.js +57 -0
  159. package/dist/_node_modules/camelcase-keys/index.js.map +1 -0
  160. package/dist/_node_modules/decamelize/index.cjs +38 -0
  161. package/dist/_node_modules/decamelize/index.cjs.map +1 -0
  162. package/dist/_node_modules/decamelize/index.js +39 -0
  163. package/dist/_node_modules/decamelize/index.js.map +1 -0
  164. package/dist/_node_modules/decamelize-keys/_node_modules/decamelize/index.cjs +10 -0
  165. package/dist/_node_modules/decamelize-keys/_node_modules/decamelize/index.cjs.map +1 -0
  166. package/dist/_node_modules/decamelize-keys/_node_modules/decamelize/index.js +11 -0
  167. package/dist/_node_modules/decamelize-keys/_node_modules/decamelize/index.js.map +1 -0
  168. package/dist/_node_modules/decamelize-keys/_node_modules/map-obj/index.cjs +13 -0
  169. package/dist/_node_modules/decamelize-keys/_node_modules/map-obj/index.cjs.map +1 -0
  170. package/dist/_node_modules/decamelize-keys/_node_modules/map-obj/index.js +14 -0
  171. package/dist/_node_modules/decamelize-keys/_node_modules/map-obj/index.js.map +1 -0
  172. package/dist/_node_modules/decamelize-keys/index.cjs +20 -0
  173. package/dist/_node_modules/decamelize-keys/index.cjs.map +1 -0
  174. package/dist/_node_modules/decamelize-keys/index.js +21 -0
  175. package/dist/_node_modules/decamelize-keys/index.js.map +1 -0
  176. package/dist/_node_modules/dir-glob/index.cjs +63 -0
  177. package/dist/_node_modules/dir-glob/index.cjs.map +1 -0
  178. package/dist/_node_modules/dir-glob/index.js +64 -0
  179. package/dist/_node_modules/dir-glob/index.js.map +1 -0
  180. package/dist/_node_modules/error-ex/index.cjs +108 -0
  181. package/dist/_node_modules/error-ex/index.cjs.map +1 -0
  182. package/dist/_node_modules/error-ex/index.js +109 -0
  183. package/dist/_node_modules/error-ex/index.js.map +1 -0
  184. package/dist/_node_modules/fast-glob/_node_modules/glob-parent/index.cjs +28 -0
  185. package/dist/_node_modules/fast-glob/_node_modules/glob-parent/index.cjs.map +1 -0
  186. package/dist/_node_modules/fast-glob/_node_modules/glob-parent/index.js +29 -0
  187. package/dist/_node_modules/fast-glob/_node_modules/glob-parent/index.js.map +1 -0
  188. package/dist/_node_modules/fast-glob/out/index.cjs +77 -0
  189. package/dist/_node_modules/fast-glob/out/index.cjs.map +1 -0
  190. package/dist/_node_modules/fast-glob/out/index.js +78 -0
  191. package/dist/_node_modules/fast-glob/out/index.js.map +1 -0
  192. package/dist/_node_modules/fast-glob/out/managers/patterns.cjs +15 -0
  193. package/dist/_node_modules/fast-glob/out/managers/patterns.cjs.map +1 -0
  194. package/dist/_node_modules/fast-glob/out/managers/patterns.js +16 -0
  195. package/dist/_node_modules/fast-glob/out/managers/patterns.js.map +1 -0
  196. package/dist/_node_modules/fast-glob/out/managers/tasks.cjs +83 -0
  197. package/dist/_node_modules/fast-glob/out/managers/tasks.cjs.map +1 -0
  198. package/dist/_node_modules/fast-glob/out/managers/tasks.js +84 -0
  199. package/dist/_node_modules/fast-glob/out/managers/tasks.js.map +1 -0
  200. package/dist/_node_modules/fast-glob/out/providers/async.cjs +29 -0
  201. package/dist/_node_modules/fast-glob/out/providers/async.cjs.map +1 -0
  202. package/dist/_node_modules/fast-glob/out/providers/async.js +28 -0
  203. package/dist/_node_modules/fast-glob/out/providers/async.js.map +1 -0
  204. package/dist/_node_modules/fast-glob/out/providers/filters/deep.cjs +65 -0
  205. package/dist/_node_modules/fast-glob/out/providers/filters/deep.cjs.map +1 -0
  206. package/dist/_node_modules/fast-glob/out/providers/filters/deep.js +64 -0
  207. package/dist/_node_modules/fast-glob/out/providers/filters/deep.js.map +1 -0
  208. package/dist/_node_modules/fast-glob/out/providers/filters/entry.cjs +65 -0
  209. package/dist/_node_modules/fast-glob/out/providers/filters/entry.cjs.map +1 -0
  210. package/dist/_node_modules/fast-glob/out/providers/filters/entry.js +64 -0
  211. package/dist/_node_modules/fast-glob/out/providers/filters/entry.js.map +1 -0
  212. package/dist/_node_modules/fast-glob/out/providers/filters/error.cjs +19 -0
  213. package/dist/_node_modules/fast-glob/out/providers/filters/error.cjs.map +1 -0
  214. package/dist/_node_modules/fast-glob/out/providers/filters/error.js +18 -0
  215. package/dist/_node_modules/fast-glob/out/providers/filters/error.js.map +1 -0
  216. package/dist/_node_modules/fast-glob/out/providers/matchers/matcher.cjs +50 -0
  217. package/dist/_node_modules/fast-glob/out/providers/matchers/matcher.cjs.map +1 -0
  218. package/dist/_node_modules/fast-glob/out/providers/matchers/matcher.js +49 -0
  219. package/dist/_node_modules/fast-glob/out/providers/matchers/matcher.js.map +1 -0
  220. package/dist/_node_modules/fast-glob/out/providers/matchers/partial.cjs +35 -0
  221. package/dist/_node_modules/fast-glob/out/providers/matchers/partial.cjs.map +1 -0
  222. package/dist/_node_modules/fast-glob/out/providers/matchers/partial.js +34 -0
  223. package/dist/_node_modules/fast-glob/out/providers/matchers/partial.js.map +1 -0
  224. package/dist/_node_modules/fast-glob/out/providers/provider.cjs +59 -0
  225. package/dist/_node_modules/fast-glob/out/providers/provider.cjs.map +1 -0
  226. package/dist/_node_modules/fast-glob/out/providers/provider.js +58 -0
  227. package/dist/_node_modules/fast-glob/out/providers/provider.js.map +1 -0
  228. package/dist/_node_modules/fast-glob/out/providers/stream.cjs +35 -0
  229. package/dist/_node_modules/fast-glob/out/providers/stream.cjs.map +1 -0
  230. package/dist/_node_modules/fast-glob/out/providers/stream.js +34 -0
  231. package/dist/_node_modules/fast-glob/out/providers/stream.js.map +1 -0
  232. package/dist/_node_modules/fast-glob/out/providers/sync.cjs +29 -0
  233. package/dist/_node_modules/fast-glob/out/providers/sync.cjs.map +1 -0
  234. package/dist/_node_modules/fast-glob/out/providers/sync.js +28 -0
  235. package/dist/_node_modules/fast-glob/out/providers/sync.js.map +1 -0
  236. package/dist/_node_modules/fast-glob/out/providers/transformers/entry.cjs +30 -0
  237. package/dist/_node_modules/fast-glob/out/providers/transformers/entry.cjs.map +1 -0
  238. package/dist/_node_modules/fast-glob/out/providers/transformers/entry.js +29 -0
  239. package/dist/_node_modules/fast-glob/out/providers/transformers/entry.js.map +1 -0
  240. package/dist/_node_modules/fast-glob/out/readers/async.cjs +41 -0
  241. package/dist/_node_modules/fast-glob/out/readers/async.cjs.map +1 -0
  242. package/dist/_node_modules/fast-glob/out/readers/async.js +40 -0
  243. package/dist/_node_modules/fast-glob/out/readers/async.js.map +1 -0
  244. package/dist/_node_modules/fast-glob/out/readers/reader.cjs +40 -0
  245. package/dist/_node_modules/fast-glob/out/readers/reader.cjs.map +1 -0
  246. package/dist/_node_modules/fast-glob/out/readers/reader.js +39 -0
  247. package/dist/_node_modules/fast-glob/out/readers/reader.js.map +1 -0
  248. package/dist/_node_modules/fast-glob/out/readers/stream.cjs +60 -0
  249. package/dist/_node_modules/fast-glob/out/readers/stream.cjs.map +1 -0
  250. package/dist/_node_modules/fast-glob/out/readers/stream.js +59 -0
  251. package/dist/_node_modules/fast-glob/out/readers/stream.js.map +1 -0
  252. package/dist/_node_modules/fast-glob/out/readers/sync.cjs +50 -0
  253. package/dist/_node_modules/fast-glob/out/readers/sync.cjs.map +1 -0
  254. package/dist/_node_modules/fast-glob/out/readers/sync.js +49 -0
  255. package/dist/_node_modules/fast-glob/out/readers/sync.js.map +1 -0
  256. package/dist/_node_modules/fast-glob/out/settings.cjs +59 -0
  257. package/dist/_node_modules/fast-glob/out/settings.cjs.map +1 -0
  258. package/dist/_node_modules/fast-glob/out/settings.js +58 -0
  259. package/dist/_node_modules/fast-glob/out/settings.js.map +1 -0
  260. package/dist/_node_modules/fast-glob/out/utils/array.cjs +24 -0
  261. package/dist/_node_modules/fast-glob/out/utils/array.cjs.map +1 -0
  262. package/dist/_node_modules/fast-glob/out/utils/array.js +25 -0
  263. package/dist/_node_modules/fast-glob/out/utils/array.js.map +1 -0
  264. package/dist/_node_modules/fast-glob/out/utils/errno.cjs +10 -0
  265. package/dist/_node_modules/fast-glob/out/utils/errno.cjs.map +1 -0
  266. package/dist/_node_modules/fast-glob/out/utils/errno.js +11 -0
  267. package/dist/_node_modules/fast-glob/out/utils/errno.js.map +1 -0
  268. package/dist/_node_modules/fast-glob/out/utils/fs.cjs +22 -0
  269. package/dist/_node_modules/fast-glob/out/utils/fs.cjs.map +1 -0
  270. package/dist/_node_modules/fast-glob/out/utils/fs.js +23 -0
  271. package/dist/_node_modules/fast-glob/out/utils/fs.js.map +1 -0
  272. package/dist/_node_modules/fast-glob/out/utils/index.cjs +34 -0
  273. package/dist/_node_modules/fast-glob/out/utils/index.cjs.map +1 -0
  274. package/dist/_node_modules/fast-glob/out/utils/index.js +35 -0
  275. package/dist/_node_modules/fast-glob/out/utils/index.js.map +1 -0
  276. package/dist/_node_modules/fast-glob/out/utils/path.cjs +32 -0
  277. package/dist/_node_modules/fast-glob/out/utils/path.cjs.map +1 -0
  278. package/dist/_node_modules/fast-glob/out/utils/path.js +33 -0
  279. package/dist/_node_modules/fast-glob/out/utils/path.js.map +1 -0
  280. package/dist/_node_modules/fast-glob/out/utils/pattern.cjs +144 -0
  281. package/dist/_node_modules/fast-glob/out/utils/pattern.cjs.map +1 -0
  282. package/dist/_node_modules/fast-glob/out/utils/pattern.js +145 -0
  283. package/dist/_node_modules/fast-glob/out/utils/pattern.js.map +1 -0
  284. package/dist/_node_modules/fast-glob/out/utils/stream.cjs +21 -0
  285. package/dist/_node_modules/fast-glob/out/utils/stream.cjs.map +1 -0
  286. package/dist/_node_modules/fast-glob/out/utils/stream.js +22 -0
  287. package/dist/_node_modules/fast-glob/out/utils/stream.js.map +1 -0
  288. package/dist/_node_modules/fast-glob/out/utils/string.cjs +14 -0
  289. package/dist/_node_modules/fast-glob/out/utils/string.cjs.map +1 -0
  290. package/dist/_node_modules/fast-glob/out/utils/string.js +15 -0
  291. package/dist/_node_modules/fast-glob/out/utils/string.js.map +1 -0
  292. package/dist/_node_modules/fastq/queue.cjs +239 -0
  293. package/dist/_node_modules/fastq/queue.cjs.map +1 -0
  294. package/dist/_node_modules/fastq/queue.js +240 -0
  295. package/dist/_node_modules/fastq/queue.js.map +1 -0
  296. package/dist/_node_modules/fill-range/index.cjs +210 -0
  297. package/dist/_node_modules/fill-range/index.cjs.map +1 -0
  298. package/dist/_node_modules/fill-range/index.js +211 -0
  299. package/dist/_node_modules/fill-range/index.js.map +1 -0
  300. package/dist/_node_modules/function-bind/implementation.cjs +46 -0
  301. package/dist/_node_modules/function-bind/implementation.cjs.map +1 -0
  302. package/dist/_node_modules/function-bind/implementation.js +47 -0
  303. package/dist/_node_modules/function-bind/implementation.js.map +1 -0
  304. package/dist/_node_modules/function-bind/index.cjs +6 -0
  305. package/dist/_node_modules/function-bind/index.cjs.map +1 -0
  306. package/dist/_node_modules/function-bind/index.js +7 -0
  307. package/dist/_node_modules/function-bind/index.js.map +1 -0
  308. package/dist/_node_modules/hard-rejection/index.cjs +22 -0
  309. package/dist/_node_modules/hard-rejection/index.cjs.map +1 -0
  310. package/dist/_node_modules/hard-rejection/index.js +23 -0
  311. package/dist/_node_modules/hard-rejection/index.js.map +1 -0
  312. package/dist/_node_modules/has/src/index.cjs +6 -0
  313. package/dist/_node_modules/has/src/index.cjs.map +1 -0
  314. package/dist/_node_modules/has/src/index.js +7 -0
  315. package/dist/_node_modules/has/src/index.js.map +1 -0
  316. package/dist/_node_modules/ignore/index.cjs +370 -0
  317. package/dist/_node_modules/ignore/index.cjs.map +1 -0
  318. package/dist/_node_modules/ignore/index.js +371 -0
  319. package/dist/_node_modules/ignore/index.js.map +1 -0
  320. package/dist/_node_modules/is-arrayish/index.cjs +9 -0
  321. package/dist/_node_modules/is-arrayish/index.cjs.map +1 -0
  322. package/dist/_node_modules/is-arrayish/index.js +10 -0
  323. package/dist/_node_modules/is-arrayish/index.js.map +1 -0
  324. package/dist/_node_modules/is-core-module/core.json.cjs +487 -0
  325. package/dist/_node_modules/is-core-module/core.json.cjs.map +1 -0
  326. package/dist/_node_modules/is-core-module/core.json.js +487 -0
  327. package/dist/_node_modules/is-core-module/core.json.js.map +1 -0
  328. package/dist/_node_modules/is-core-module/index.cjs +61 -0
  329. package/dist/_node_modules/is-core-module/index.cjs.map +1 -0
  330. package/dist/_node_modules/is-core-module/index.js +62 -0
  331. package/dist/_node_modules/is-core-module/index.js.map +1 -0
  332. package/dist/_node_modules/is-extglob/index.cjs +21 -0
  333. package/dist/_node_modules/is-extglob/index.cjs.map +1 -0
  334. package/dist/_node_modules/is-extglob/index.js +22 -0
  335. package/dist/_node_modules/is-extglob/index.js.map +1 -0
  336. package/dist/_node_modules/is-glob/index.cjs +135 -0
  337. package/dist/_node_modules/is-glob/index.cjs.map +1 -0
  338. package/dist/_node_modules/is-glob/index.js +136 -0
  339. package/dist/_node_modules/is-glob/index.js.map +1 -0
  340. package/dist/_node_modules/is-number/index.cjs +18 -0
  341. package/dist/_node_modules/is-number/index.cjs.map +1 -0
  342. package/dist/_node_modules/is-number/index.js +19 -0
  343. package/dist/_node_modules/is-number/index.js.map +1 -0
  344. package/dist/_node_modules/js-tokens/index.cjs +27 -0
  345. package/dist/_node_modules/js-tokens/index.cjs.map +1 -0
  346. package/dist/_node_modules/js-tokens/index.js +26 -0
  347. package/dist/_node_modules/js-tokens/index.js.map +1 -0
  348. package/dist/_node_modules/json-parse-even-better-errors/index.cjs +89 -0
  349. package/dist/_node_modules/json-parse-even-better-errors/index.cjs.map +1 -0
  350. package/dist/_node_modules/json-parse-even-better-errors/index.js +90 -0
  351. package/dist/_node_modules/json-parse-even-better-errors/index.js.map +1 -0
  352. package/dist/_node_modules/kind-of/index.cjs +128 -0
  353. package/dist/_node_modules/kind-of/index.cjs.map +1 -0
  354. package/dist/_node_modules/kind-of/index.js +129 -0
  355. package/dist/_node_modules/kind-of/index.js.map +1 -0
  356. package/dist/_node_modules/lines-and-columns/build/index.cjs +67 -0
  357. package/dist/{__node_modules → _node_modules}/lines-and-columns/build/index.cjs.map +1 -1
  358. package/dist/_node_modules/lines-and-columns/build/index.js +66 -0
  359. package/dist/{__node_modules → _node_modules}/lines-and-columns/build/index.js.map +1 -1
  360. package/dist/_node_modules/map-obj/index.cjs +46 -0
  361. package/dist/_node_modules/map-obj/index.cjs.map +1 -0
  362. package/dist/_node_modules/map-obj/index.js +47 -0
  363. package/dist/_node_modules/map-obj/index.js.map +1 -0
  364. package/dist/_node_modules/meow/_node_modules/find-up/index.cjs +48 -0
  365. package/dist/_node_modules/meow/_node_modules/find-up/index.cjs.map +1 -0
  366. package/dist/_node_modules/meow/_node_modules/find-up/index.js +48 -0
  367. package/dist/_node_modules/meow/_node_modules/find-up/index.js.map +1 -0
  368. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/git-host-info.cjs +165 -0
  369. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/git-host-info.cjs.map +1 -0
  370. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/git-host-info.js +166 -0
  371. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/git-host-info.js.map +1 -0
  372. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/git-host.cjs +90 -0
  373. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/git-host.cjs.map +1 -0
  374. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/git-host.js +91 -0
  375. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/git-host.js.map +1 -0
  376. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/index.cjs +124 -0
  377. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/index.cjs.map +1 -0
  378. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/index.js +123 -0
  379. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/index.js.map +1 -0
  380. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/parse-url.cjs +50 -0
  381. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/parse-url.cjs.map +1 -0
  382. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/parse-url.js +51 -0
  383. package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/parse-url.js.map +1 -0
  384. package/dist/_node_modules/meow/_node_modules/indent-string/index.cjs +34 -0
  385. package/dist/_node_modules/meow/_node_modules/indent-string/index.cjs.map +1 -0
  386. package/dist/_node_modules/meow/_node_modules/indent-string/index.js +35 -0
  387. package/dist/_node_modules/meow/_node_modules/indent-string/index.js.map +1 -0
  388. package/dist/_node_modules/meow/_node_modules/locate-path/index.cjs +43 -0
  389. package/dist/_node_modules/meow/_node_modules/locate-path/index.cjs.map +1 -0
  390. package/dist/_node_modules/meow/_node_modules/locate-path/index.js +43 -0
  391. package/dist/_node_modules/meow/_node_modules/locate-path/index.js.map +1 -0
  392. package/dist/_node_modules/meow/_node_modules/lru-cache/index.cjs +1014 -0
  393. package/dist/_node_modules/meow/_node_modules/lru-cache/index.cjs.map +1 -0
  394. package/dist/_node_modules/meow/_node_modules/lru-cache/index.js +1015 -0
  395. package/dist/_node_modules/meow/_node_modules/lru-cache/index.js.map +1 -0
  396. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/extract_description.cjs +23 -0
  397. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/extract_description.cjs.map +1 -0
  398. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/extract_description.js +24 -0
  399. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/extract_description.js.map +1 -0
  400. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/fixer.cjs +438 -0
  401. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/fixer.cjs.map +1 -0
  402. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/fixer.js +439 -0
  403. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/fixer.js.map +1 -0
  404. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/make_warning.cjs +25 -0
  405. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/make_warning.cjs.map +1 -0
  406. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/make_warning.js +26 -0
  407. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/make_warning.js.map +1 -0
  408. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/normalize.cjs +56 -0
  409. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/normalize.cjs.map +1 -0
  410. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/normalize.js +57 -0
  411. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/normalize.js.map +1 -0
  412. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/typos.json.cjs +41 -0
  413. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/typos.json.cjs.map +1 -0
  414. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/typos.json.js +41 -0
  415. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/typos.json.js.map +1 -0
  416. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/warning_messages.json.cjs +90 -0
  417. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/warning_messages.json.cjs.map +1 -0
  418. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/warning_messages.json.js +90 -0
  419. package/dist/_node_modules/meow/_node_modules/normalize-package-data/lib/warning_messages.json.js.map +1 -0
  420. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/git-host-info.cjs +158 -0
  421. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/git-host-info.cjs.map +1 -0
  422. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/git-host-info.js +159 -0
  423. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/git-host-info.js.map +1 -0
  424. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/git-host.cjs +87 -0
  425. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/git-host.cjs.map +1 -0
  426. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/git-host.js +88 -0
  427. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/git-host.js.map +1 -0
  428. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/index.cjs +179 -0
  429. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/index.cjs.map +1 -0
  430. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/index.js +178 -0
  431. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/index.js.map +1 -0
  432. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/lru-cache/index.cjs +267 -0
  433. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/lru-cache/index.cjs.map +1 -0
  434. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/lru-cache/index.js +268 -0
  435. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/lru-cache/index.js.map +1 -0
  436. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/extract_description.cjs +19 -0
  437. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/extract_description.cjs.map +1 -0
  438. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/extract_description.js +20 -0
  439. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/extract_description.js.map +1 -0
  440. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/fixer.cjs +438 -0
  441. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/fixer.cjs.map +1 -0
  442. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/fixer.js +439 -0
  443. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/fixer.js.map +1 -0
  444. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/make_warning.cjs +25 -0
  445. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/make_warning.cjs.map +1 -0
  446. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/make_warning.js +26 -0
  447. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/make_warning.js.map +1 -0
  448. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/normalize.cjs +56 -0
  449. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/normalize.cjs.map +1 -0
  450. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/normalize.js +57 -0
  451. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/normalize.js.map +1 -0
  452. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/typos.json.cjs +41 -0
  453. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/typos.json.cjs.map +1 -0
  454. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/typos.json.js +41 -0
  455. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/typos.json.js.map +1 -0
  456. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/warning_messages.json.cjs +90 -0
  457. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/warning_messages.json.cjs.map +1 -0
  458. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/warning_messages.json.js +90 -0
  459. package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/normalize-package-data/lib/warning_messages.json.js.map +1 -0
  460. package/dist/_node_modules/meow/_node_modules/read-pkg/index.cjs +20 -0
  461. package/dist/_node_modules/meow/_node_modules/read-pkg/index.cjs.map +1 -0
  462. package/dist/_node_modules/meow/_node_modules/read-pkg/index.js +20 -0
  463. package/dist/_node_modules/meow/_node_modules/read-pkg/index.js.map +1 -0
  464. package/dist/_node_modules/meow/_node_modules/read-pkg-up/index.cjs +17 -0
  465. package/dist/_node_modules/meow/_node_modules/read-pkg-up/index.cjs.map +1 -0
  466. package/dist/_node_modules/meow/_node_modules/read-pkg-up/index.js +17 -0
  467. package/dist/_node_modules/meow/_node_modules/read-pkg-up/index.js.map +1 -0
  468. package/dist/_node_modules/meow/_node_modules/redent/index.cjs +8 -0
  469. package/dist/_node_modules/meow/_node_modules/redent/index.cjs.map +1 -0
  470. package/dist/_node_modules/meow/_node_modules/redent/index.js +9 -0
  471. package/dist/_node_modules/meow/_node_modules/redent/index.js.map +1 -0
  472. package/dist/_node_modules/meow/_node_modules/strip-indent/index.cjs +12 -0
  473. package/dist/_node_modules/meow/_node_modules/strip-indent/index.cjs.map +1 -0
  474. package/dist/_node_modules/meow/_node_modules/strip-indent/index.js +13 -0
  475. package/dist/_node_modules/meow/_node_modules/strip-indent/index.js.map +1 -0
  476. package/dist/_node_modules/meow/_node_modules/yallist/iterator.cjs +19 -0
  477. package/dist/_node_modules/meow/_node_modules/yallist/iterator.cjs.map +1 -0
  478. package/dist/_node_modules/meow/_node_modules/yallist/iterator.js +19 -0
  479. package/dist/_node_modules/meow/_node_modules/yallist/iterator.js.map +1 -0
  480. package/dist/_node_modules/meow/_node_modules/yallist/yallist.cjs +366 -0
  481. package/dist/_node_modules/meow/_node_modules/yallist/yallist.cjs.map +1 -0
  482. package/dist/_node_modules/meow/_node_modules/yallist/yallist.js +367 -0
  483. package/dist/_node_modules/meow/_node_modules/yallist/yallist.js.map +1 -0
  484. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/index.cjs.map +1 -1
  485. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/index.js.map +1 -1
  486. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/string-utils.cjs.map +1 -1
  487. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/string-utils.js.map +1 -1
  488. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/tokenize-arg-string.cjs.map +1 -1
  489. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/tokenize-arg-string.js.map +1 -1
  490. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/yargs-parser-types.cjs.map +1 -1
  491. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/yargs-parser-types.js.map +1 -1
  492. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/yargs-parser.cjs.map +1 -1
  493. package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/yargs-parser.js.map +1 -1
  494. package/dist/_node_modules/meow/index.cjs +202 -0
  495. package/dist/_node_modules/meow/index.cjs.map +1 -0
  496. package/dist/_node_modules/meow/index.js +203 -0
  497. package/dist/_node_modules/meow/index.js.map +1 -0
  498. package/dist/_node_modules/merge2/index.cjs +116 -0
  499. package/dist/_node_modules/merge2/index.cjs.map +1 -0
  500. package/dist/_node_modules/merge2/index.js +117 -0
  501. package/dist/_node_modules/merge2/index.js.map +1 -0
  502. package/dist/_node_modules/micromatch/index.cjs +164 -0
  503. package/dist/_node_modules/micromatch/index.cjs.map +1 -0
  504. package/dist/_node_modules/micromatch/index.js +165 -0
  505. package/dist/_node_modules/micromatch/index.js.map +1 -0
  506. package/dist/_node_modules/min-indent/index.cjs +10 -0
  507. package/dist/_node_modules/min-indent/index.cjs.map +1 -0
  508. package/dist/_node_modules/min-indent/index.js +11 -0
  509. package/dist/_node_modules/min-indent/index.js.map +1 -0
  510. package/dist/_node_modules/minimist-options/_node_modules/is-plain-obj/index.cjs +8 -0
  511. package/dist/_node_modules/minimist-options/_node_modules/is-plain-obj/index.cjs.map +1 -0
  512. package/dist/_node_modules/minimist-options/_node_modules/is-plain-obj/index.js +9 -0
  513. package/dist/_node_modules/minimist-options/_node_modules/is-plain-obj/index.js.map +1 -0
  514. package/dist/_node_modules/minimist-options/index.cjs +91 -0
  515. package/dist/_node_modules/minimist-options/index.cjs.map +1 -0
  516. package/dist/_node_modules/minimist-options/index.js +92 -0
  517. package/dist/_node_modules/minimist-options/index.js.map +1 -0
  518. package/dist/_node_modules/parse-json/index.cjs +52 -0
  519. package/dist/_node_modules/parse-json/index.cjs.map +1 -0
  520. package/dist/_node_modules/parse-json/index.js +53 -0
  521. package/dist/_node_modules/parse-json/index.js.map +1 -0
  522. package/dist/_node_modules/path-type/index.cjs +41 -0
  523. package/dist/_node_modules/path-type/index.cjs.map +1 -0
  524. package/dist/_node_modules/path-type/index.js +42 -0
  525. package/dist/_node_modules/path-type/index.js.map +1 -0
  526. package/dist/_node_modules/picomatch/index.cjs +7 -0
  527. package/dist/_node_modules/picomatch/index.cjs.map +1 -0
  528. package/dist/_node_modules/picomatch/index.js +6 -0
  529. package/dist/_node_modules/picomatch/index.js.map +1 -0
  530. package/dist/_node_modules/picomatch/lib/constants.cjs +194 -0
  531. package/dist/_node_modules/picomatch/lib/constants.cjs.map +1 -0
  532. package/dist/_node_modules/picomatch/lib/constants.js +195 -0
  533. package/dist/_node_modules/picomatch/lib/constants.js.map +1 -0
  534. package/dist/_node_modules/picomatch/lib/parse.cjs +780 -0
  535. package/dist/_node_modules/picomatch/lib/parse.cjs.map +1 -0
  536. package/dist/_node_modules/picomatch/lib/parse.js +781 -0
  537. package/dist/_node_modules/picomatch/lib/parse.js.map +1 -0
  538. package/dist/_node_modules/picomatch/lib/picomatch.cjs +146 -0
  539. package/dist/_node_modules/picomatch/lib/picomatch.cjs.map +1 -0
  540. package/dist/_node_modules/picomatch/lib/picomatch.js +147 -0
  541. package/dist/_node_modules/picomatch/lib/picomatch.js.map +1 -0
  542. package/dist/_node_modules/picomatch/lib/scan.cjs +332 -0
  543. package/dist/_node_modules/picomatch/lib/scan.cjs.map +1 -0
  544. package/dist/_node_modules/picomatch/lib/scan.js +333 -0
  545. package/dist/_node_modules/picomatch/lib/scan.js.map +1 -0
  546. package/dist/_node_modules/picomatch/lib/utils.cjs +64 -0
  547. package/dist/_node_modules/picomatch/lib/utils.cjs.map +1 -0
  548. package/dist/_node_modules/picomatch/lib/utils.js +65 -0
  549. package/dist/_node_modules/picomatch/lib/utils.js.map +1 -0
  550. package/dist/_node_modules/queue-microtask/index.cjs +9 -0
  551. package/dist/_node_modules/queue-microtask/index.cjs.map +1 -0
  552. package/dist/_node_modules/queue-microtask/index.js +10 -0
  553. package/dist/_node_modules/queue-microtask/index.js.map +1 -0
  554. package/dist/_node_modules/quick-lru/index.cjs +234 -0
  555. package/dist/_node_modules/quick-lru/index.cjs.map +1 -0
  556. package/dist/_node_modules/quick-lru/index.js +235 -0
  557. package/dist/_node_modules/quick-lru/index.js.map +1 -0
  558. package/dist/_node_modules/reusify/reusify.cjs +27 -0
  559. package/dist/_node_modules/reusify/reusify.cjs.map +1 -0
  560. package/dist/_node_modules/reusify/reusify.js +28 -0
  561. package/dist/_node_modules/reusify/reusify.js.map +1 -0
  562. package/dist/_node_modules/run-parallel/index.cjs +52 -0
  563. package/dist/_node_modules/run-parallel/index.cjs.map +1 -0
  564. package/dist/_node_modules/run-parallel/index.js +53 -0
  565. package/dist/_node_modules/run-parallel/index.js.map +1 -0
  566. package/dist/_node_modules/spdx-correct/index.cjs +333 -0
  567. package/dist/_node_modules/spdx-correct/index.cjs.map +1 -0
  568. package/dist/_node_modules/spdx-correct/index.js +334 -0
  569. package/dist/_node_modules/spdx-correct/index.js.map +1 -0
  570. package/dist/_node_modules/spdx-exceptions/index.json.cjs +43 -0
  571. package/dist/_node_modules/spdx-exceptions/index.json.cjs.map +1 -0
  572. package/dist/_node_modules/spdx-exceptions/index.json.js +44 -0
  573. package/dist/_node_modules/spdx-exceptions/index.json.js.map +1 -0
  574. package/dist/_node_modules/spdx-expression-parse/index.cjs +10 -0
  575. package/dist/_node_modules/spdx-expression-parse/index.cjs.map +1 -0
  576. package/dist/_node_modules/spdx-expression-parse/index.js +11 -0
  577. package/dist/_node_modules/spdx-expression-parse/index.js.map +1 -0
  578. package/dist/_node_modules/spdx-expression-parse/parse.cjs +110 -0
  579. package/dist/_node_modules/spdx-expression-parse/parse.cjs.map +1 -0
  580. package/dist/_node_modules/spdx-expression-parse/parse.js +111 -0
  581. package/dist/_node_modules/spdx-expression-parse/parse.js.map +1 -0
  582. package/dist/_node_modules/spdx-expression-parse/scan.cjs +103 -0
  583. package/dist/_node_modules/spdx-expression-parse/scan.cjs.map +1 -0
  584. package/dist/_node_modules/spdx-expression-parse/scan.js +104 -0
  585. package/dist/_node_modules/spdx-expression-parse/scan.js.map +1 -0
  586. package/dist/_node_modules/spdx-license-ids/deprecated.json.cjs +30 -0
  587. package/dist/_node_modules/spdx-license-ids/deprecated.json.cjs.map +1 -0
  588. package/dist/_node_modules/spdx-license-ids/deprecated.json.js +31 -0
  589. package/dist/_node_modules/spdx-license-ids/deprecated.json.js.map +1 -0
  590. package/dist/_node_modules/spdx-license-ids/index.json.cjs +510 -0
  591. package/dist/_node_modules/spdx-license-ids/index.json.cjs.map +1 -0
  592. package/dist/_node_modules/spdx-license-ids/index.json.js +511 -0
  593. package/dist/_node_modules/spdx-license-ids/index.json.js.map +1 -0
  594. package/dist/_node_modules/to-regex-range/index.cjs +215 -0
  595. package/dist/_node_modules/to-regex-range/index.cjs.map +1 -0
  596. package/dist/_node_modules/to-regex-range/index.js +216 -0
  597. package/dist/_node_modules/to-regex-range/index.js.map +1 -0
  598. package/dist/_node_modules/trim-newlines/index.cjs +29 -0
  599. package/dist/_node_modules/trim-newlines/index.cjs.map +1 -0
  600. package/dist/_node_modules/trim-newlines/index.js +30 -0
  601. package/dist/_node_modules/trim-newlines/index.js.map +1 -0
  602. package/dist/_node_modules/validate-npm-package-license/index.cjs +70 -0
  603. package/dist/_node_modules/validate-npm-package-license/index.cjs.map +1 -0
  604. package/dist/_node_modules/validate-npm-package-license/index.js +71 -0
  605. package/dist/_node_modules/validate-npm-package-license/index.js.map +1 -0
  606. package/dist/_virtual/_commonjsHelpers.cjs +5 -0
  607. package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
  608. package/dist/_virtual/_commonjsHelpers.js +5 -0
  609. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  610. package/dist/_virtual/array.cjs +5 -0
  611. package/dist/_virtual/array.cjs.map +1 -0
  612. package/dist/_virtual/array.js +5 -0
  613. package/dist/_virtual/array.js.map +1 -0
  614. package/dist/_virtual/async.cjs +5 -0
  615. package/dist/_virtual/async.cjs.map +1 -0
  616. package/dist/_virtual/async.js +5 -0
  617. package/dist/_virtual/async.js.map +1 -0
  618. package/dist/_virtual/async2.cjs +5 -0
  619. package/dist/_virtual/async2.cjs.map +1 -0
  620. package/dist/_virtual/async2.js +5 -0
  621. package/dist/_virtual/async2.js.map +1 -0
  622. package/dist/_virtual/async3.cjs +5 -0
  623. package/dist/_virtual/async3.cjs.map +1 -0
  624. package/dist/_virtual/async3.js +5 -0
  625. package/dist/_virtual/async3.js.map +1 -0
  626. package/dist/_virtual/async4.cjs +5 -0
  627. package/dist/_virtual/async4.cjs.map +1 -0
  628. package/dist/_virtual/async4.js +5 -0
  629. package/dist/_virtual/async4.js.map +1 -0
  630. package/dist/_virtual/async5.cjs +5 -0
  631. package/dist/_virtual/async5.cjs.map +1 -0
  632. package/dist/_virtual/async5.js +5 -0
  633. package/dist/_virtual/async5.js.map +1 -0
  634. package/dist/_virtual/async6.cjs +5 -0
  635. package/dist/_virtual/async6.cjs.map +1 -0
  636. package/dist/_virtual/async6.js +5 -0
  637. package/dist/_virtual/async6.js.map +1 -0
  638. package/dist/_virtual/common.cjs +5 -0
  639. package/dist/_virtual/common.cjs.map +1 -0
  640. package/dist/_virtual/common.js +5 -0
  641. package/dist/_virtual/common.js.map +1 -0
  642. package/dist/_virtual/common2.cjs +5 -0
  643. package/dist/_virtual/common2.cjs.map +1 -0
  644. package/dist/_virtual/common2.js +5 -0
  645. package/dist/_virtual/common2.js.map +1 -0
  646. package/dist/_virtual/constants.cjs +5 -0
  647. package/dist/_virtual/constants.cjs.map +1 -0
  648. package/dist/_virtual/constants.js +5 -0
  649. package/dist/_virtual/constants.js.map +1 -0
  650. package/dist/_virtual/deep.cjs +5 -0
  651. package/dist/_virtual/deep.cjs.map +1 -0
  652. package/dist/_virtual/deep.js +5 -0
  653. package/dist/_virtual/deep.js.map +1 -0
  654. package/dist/_virtual/entry.cjs +5 -0
  655. package/dist/_virtual/entry.cjs.map +1 -0
  656. package/dist/_virtual/entry.js +5 -0
  657. package/dist/_virtual/entry.js.map +1 -0
  658. package/dist/_virtual/entry2.cjs +5 -0
  659. package/dist/_virtual/entry2.cjs.map +1 -0
  660. package/dist/_virtual/entry2.js +5 -0
  661. package/dist/_virtual/entry2.js.map +1 -0
  662. package/dist/_virtual/errno.cjs +5 -0
  663. package/dist/_virtual/errno.cjs.map +1 -0
  664. package/dist/_virtual/errno.js +5 -0
  665. package/dist/_virtual/errno.js.map +1 -0
  666. package/dist/_virtual/error.cjs +5 -0
  667. package/dist/_virtual/error.cjs.map +1 -0
  668. package/dist/_virtual/error.js +5 -0
  669. package/dist/_virtual/error.js.map +1 -0
  670. package/dist/_virtual/fs.cjs +5 -0
  671. package/dist/_virtual/fs.cjs.map +1 -0
  672. package/dist/_virtual/fs.js +5 -0
  673. package/dist/_virtual/fs.js.map +1 -0
  674. package/dist/_virtual/fs2.cjs +5 -0
  675. package/dist/_virtual/fs2.cjs.map +1 -0
  676. package/dist/_virtual/fs2.js +5 -0
  677. package/dist/_virtual/fs2.js.map +1 -0
  678. package/dist/_virtual/fs3.cjs +5 -0
  679. package/dist/_virtual/fs3.cjs.map +1 -0
  680. package/dist/_virtual/fs3.js +5 -0
  681. package/dist/_virtual/fs3.js.map +1 -0
  682. package/dist/_virtual/fs4.cjs +5 -0
  683. package/dist/_virtual/fs4.cjs.map +1 -0
  684. package/dist/_virtual/fs4.js +5 -0
  685. package/dist/_virtual/fs4.js.map +1 -0
  686. package/dist/_virtual/identifier.cjs +5 -0
  687. package/dist/_virtual/identifier.cjs.map +1 -0
  688. package/dist/_virtual/identifier.js +5 -0
  689. package/dist/_virtual/identifier.js.map +1 -0
  690. package/dist/_virtual/index.cjs +13 -0
  691. package/dist/_virtual/index.cjs.map +1 -0
  692. package/dist/_virtual/index.js +14 -0
  693. package/dist/_virtual/index.js.map +1 -0
  694. package/dist/_virtual/index10.cjs +5 -0
  695. package/dist/_virtual/index10.cjs.map +1 -0
  696. package/dist/_virtual/index10.js +5 -0
  697. package/dist/_virtual/index10.js.map +1 -0
  698. package/dist/_virtual/index11.cjs +13 -0
  699. package/dist/_virtual/index11.cjs.map +1 -0
  700. package/dist/_virtual/index11.js +14 -0
  701. package/dist/_virtual/index11.js.map +1 -0
  702. package/dist/_virtual/index12.cjs +5 -0
  703. package/dist/_virtual/index12.cjs.map +1 -0
  704. package/dist/_virtual/index12.js +5 -0
  705. package/dist/_virtual/index12.js.map +1 -0
  706. package/dist/_virtual/index13.cjs +5 -0
  707. package/dist/_virtual/index13.cjs.map +1 -0
  708. package/dist/_virtual/index13.js +5 -0
  709. package/dist/_virtual/index13.js.map +1 -0
  710. package/dist/_virtual/index14.cjs +5 -0
  711. package/dist/_virtual/index14.cjs.map +1 -0
  712. package/dist/_virtual/index14.js +5 -0
  713. package/dist/_virtual/index14.js.map +1 -0
  714. package/dist/_virtual/index15.cjs +5 -0
  715. package/dist/_virtual/index15.cjs.map +1 -0
  716. package/dist/_virtual/index15.js +5 -0
  717. package/dist/_virtual/index15.js.map +1 -0
  718. package/dist/_virtual/index16.cjs +13 -0
  719. package/dist/_virtual/index16.cjs.map +1 -0
  720. package/dist/_virtual/index16.js +14 -0
  721. package/dist/_virtual/index16.js.map +1 -0
  722. package/dist/_virtual/index17.cjs +5 -0
  723. package/dist/_virtual/index17.cjs.map +1 -0
  724. package/dist/_virtual/index17.js +5 -0
  725. package/dist/_virtual/index17.js.map +1 -0
  726. package/dist/_virtual/index18.cjs +5 -0
  727. package/dist/_virtual/index18.cjs.map +1 -0
  728. package/dist/_virtual/index18.js +5 -0
  729. package/dist/_virtual/index18.js.map +1 -0
  730. package/dist/_virtual/index2.cjs +13 -0
  731. package/dist/_virtual/index2.cjs.map +1 -0
  732. package/dist/_virtual/index2.js +14 -0
  733. package/dist/_virtual/index2.js.map +1 -0
  734. package/dist/_virtual/index3.cjs +13 -0
  735. package/dist/_virtual/index3.cjs.map +1 -0
  736. package/dist/_virtual/index3.js +14 -0
  737. package/dist/_virtual/index3.js.map +1 -0
  738. package/dist/_virtual/index4.cjs +13 -0
  739. package/dist/_virtual/index4.cjs.map +1 -0
  740. package/dist/_virtual/index4.js +14 -0
  741. package/dist/_virtual/index4.js.map +1 -0
  742. package/dist/_virtual/index5.cjs +13 -0
  743. package/dist/_virtual/index5.cjs.map +1 -0
  744. package/dist/_virtual/index5.js +14 -0
  745. package/dist/_virtual/index5.js.map +1 -0
  746. package/dist/_virtual/index6.cjs +5 -0
  747. package/dist/_virtual/index6.cjs.map +1 -0
  748. package/dist/_virtual/index6.js +5 -0
  749. package/dist/_virtual/index6.js.map +1 -0
  750. package/dist/_virtual/index7.cjs +5 -0
  751. package/dist/_virtual/index7.cjs.map +1 -0
  752. package/dist/_virtual/index7.js +5 -0
  753. package/dist/_virtual/index7.js.map +1 -0
  754. package/dist/_virtual/index8.cjs +5 -0
  755. package/dist/_virtual/index8.cjs.map +1 -0
  756. package/dist/_virtual/index8.js +5 -0
  757. package/dist/_virtual/index8.js.map +1 -0
  758. package/dist/_virtual/index9.cjs +5 -0
  759. package/dist/_virtual/index9.cjs.map +1 -0
  760. package/dist/_virtual/index9.js +5 -0
  761. package/dist/_virtual/index9.js.map +1 -0
  762. package/dist/_virtual/keyword.cjs +5 -0
  763. package/dist/_virtual/keyword.cjs.map +1 -0
  764. package/dist/_virtual/keyword.js +5 -0
  765. package/dist/_virtual/keyword.js.map +1 -0
  766. package/dist/_virtual/matcher.cjs +5 -0
  767. package/dist/_virtual/matcher.cjs.map +1 -0
  768. package/dist/_virtual/matcher.js +5 -0
  769. package/dist/_virtual/matcher.js.map +1 -0
  770. package/dist/_virtual/partial.cjs +5 -0
  771. package/dist/_virtual/partial.cjs.map +1 -0
  772. package/dist/_virtual/partial.js +5 -0
  773. package/dist/_virtual/partial.js.map +1 -0
  774. package/dist/_virtual/path.cjs +5 -0
  775. package/dist/_virtual/path.cjs.map +1 -0
  776. package/dist/_virtual/path.js +5 -0
  777. package/dist/_virtual/path.js.map +1 -0
  778. package/dist/_virtual/pattern.cjs +5 -0
  779. package/dist/_virtual/pattern.cjs.map +1 -0
  780. package/dist/_virtual/pattern.js +5 -0
  781. package/dist/_virtual/pattern.js.map +1 -0
  782. package/dist/_virtual/patterns.cjs +5 -0
  783. package/dist/_virtual/patterns.cjs.map +1 -0
  784. package/dist/_virtual/patterns.js +5 -0
  785. package/dist/_virtual/patterns.js.map +1 -0
  786. package/dist/_virtual/provider.cjs +5 -0
  787. package/dist/_virtual/provider.cjs.map +1 -0
  788. package/dist/_virtual/provider.js +5 -0
  789. package/dist/_virtual/provider.js.map +1 -0
  790. package/dist/_virtual/queue.cjs +13 -0
  791. package/dist/_virtual/queue.cjs.map +1 -0
  792. package/dist/_virtual/queue.js +14 -0
  793. package/dist/_virtual/queue.js.map +1 -0
  794. package/dist/_virtual/reader.cjs +5 -0
  795. package/dist/_virtual/reader.cjs.map +1 -0
  796. package/dist/_virtual/reader.js +5 -0
  797. package/dist/_virtual/reader.js.map +1 -0
  798. package/dist/_virtual/reader2.cjs +5 -0
  799. package/dist/_virtual/reader2.cjs.map +1 -0
  800. package/dist/_virtual/reader2.js +5 -0
  801. package/dist/_virtual/reader2.js.map +1 -0
  802. package/dist/_virtual/settings.cjs +5 -0
  803. package/dist/_virtual/settings.cjs.map +1 -0
  804. package/dist/_virtual/settings.js +5 -0
  805. package/dist/_virtual/settings.js.map +1 -0
  806. package/dist/_virtual/settings2.cjs +5 -0
  807. package/dist/_virtual/settings2.cjs.map +1 -0
  808. package/dist/_virtual/settings2.js +5 -0
  809. package/dist/_virtual/settings2.js.map +1 -0
  810. package/dist/_virtual/settings3.cjs +5 -0
  811. package/dist/_virtual/settings3.cjs.map +1 -0
  812. package/dist/_virtual/settings3.js +5 -0
  813. package/dist/_virtual/settings3.js.map +1 -0
  814. package/dist/_virtual/settings4.cjs +5 -0
  815. package/dist/_virtual/settings4.cjs.map +1 -0
  816. package/dist/_virtual/settings4.js +5 -0
  817. package/dist/_virtual/settings4.js.map +1 -0
  818. package/dist/_virtual/stream.cjs +5 -0
  819. package/dist/_virtual/stream.cjs.map +1 -0
  820. package/dist/_virtual/stream.js +5 -0
  821. package/dist/_virtual/stream.js.map +1 -0
  822. package/dist/_virtual/stream2.cjs +5 -0
  823. package/dist/_virtual/stream2.cjs.map +1 -0
  824. package/dist/_virtual/stream2.js +5 -0
  825. package/dist/_virtual/stream2.js.map +1 -0
  826. package/dist/_virtual/stream3.cjs +5 -0
  827. package/dist/_virtual/stream3.cjs.map +1 -0
  828. package/dist/_virtual/stream3.js +5 -0
  829. package/dist/_virtual/stream3.js.map +1 -0
  830. package/dist/_virtual/stream4.cjs +5 -0
  831. package/dist/_virtual/stream4.cjs.map +1 -0
  832. package/dist/_virtual/stream4.js +5 -0
  833. package/dist/_virtual/stream4.js.map +1 -0
  834. package/dist/_virtual/string.cjs +5 -0
  835. package/dist/_virtual/string.cjs.map +1 -0
  836. package/dist/_virtual/string.js +5 -0
  837. package/dist/_virtual/string.js.map +1 -0
  838. package/dist/_virtual/sync.cjs +5 -0
  839. package/dist/_virtual/sync.cjs.map +1 -0
  840. package/dist/_virtual/sync.js +5 -0
  841. package/dist/_virtual/sync.js.map +1 -0
  842. package/dist/_virtual/sync2.cjs +5 -0
  843. package/dist/_virtual/sync2.cjs.map +1 -0
  844. package/dist/_virtual/sync2.js +5 -0
  845. package/dist/_virtual/sync2.js.map +1 -0
  846. package/dist/_virtual/sync3.cjs +5 -0
  847. package/dist/_virtual/sync3.cjs.map +1 -0
  848. package/dist/_virtual/sync3.js +5 -0
  849. package/dist/_virtual/sync3.js.map +1 -0
  850. package/dist/_virtual/sync4.cjs +5 -0
  851. package/dist/_virtual/sync4.cjs.map +1 -0
  852. package/dist/_virtual/sync4.js +5 -0
  853. package/dist/_virtual/sync4.js.map +1 -0
  854. package/dist/_virtual/sync5.cjs +5 -0
  855. package/dist/_virtual/sync5.cjs.map +1 -0
  856. package/dist/_virtual/sync5.js +5 -0
  857. package/dist/_virtual/sync5.js.map +1 -0
  858. package/dist/_virtual/sync6.cjs +5 -0
  859. package/dist/_virtual/sync6.cjs.map +1 -0
  860. package/dist/_virtual/sync6.js +5 -0
  861. package/dist/_virtual/sync6.js.map +1 -0
  862. package/dist/_virtual/tasks.cjs +5 -0
  863. package/dist/_virtual/tasks.cjs.map +1 -0
  864. package/dist/_virtual/tasks.js +5 -0
  865. package/dist/_virtual/tasks.js.map +1 -0
  866. package/dist/_virtual/utils.cjs +5 -0
  867. package/dist/_virtual/utils.cjs.map +1 -0
  868. package/dist/_virtual/utils.js +5 -0
  869. package/dist/_virtual/utils.js.map +1 -0
  870. package/dist/_virtual/utils2.cjs +5 -0
  871. package/dist/_virtual/utils2.cjs.map +1 -0
  872. package/dist/_virtual/utils2.js +5 -0
  873. package/dist/_virtual/utils2.js.map +1 -0
  874. package/dist/cli.cjs +78 -0
  875. package/dist/cli.cjs.map +1 -0
  876. package/dist/cli.d.ts +1 -0
  877. package/dist/cli.js +77 -0
  878. package/dist/cli.js.map +1 -0
  879. package/dist/constants.cjs +7 -0
  880. package/dist/constants.cjs.map +1 -0
  881. package/dist/constants.d.ts +2 -0
  882. package/dist/constants.js +7 -0
  883. package/dist/constants.js.map +1 -0
  884. package/dist/index.cjs +6 -0
  885. package/dist/index.cjs.map +1 -0
  886. package/dist/index.d.ts +2 -0
  887. package/dist/index.js +6 -0
  888. package/dist/index.js.map +1 -0
  889. package/dist/lib/assertExists.cjs +9 -0
  890. package/dist/lib/assertExists.cjs.map +1 -0
  891. package/dist/lib/assertExists.d.ts +1 -0
  892. package/dist/lib/assertExists.js +9 -0
  893. package/dist/lib/assertExists.js.map +1 -0
  894. package/dist/lib/framework.cjs +92 -0
  895. package/dist/lib/framework.cjs.map +1 -0
  896. package/dist/lib/framework.d.ts +45 -0
  897. package/dist/lib/framework.js +92 -0
  898. package/dist/lib/framework.js.map +1 -0
  899. package/dist/lib/getExecuteCommand.cjs +8 -0
  900. package/dist/lib/getExecuteCommand.cjs.map +1 -0
  901. package/dist/lib/getExecuteCommand.d.ts +5 -0
  902. package/dist/lib/getExecuteCommand.js +8 -0
  903. package/dist/lib/getExecuteCommand.js.map +1 -0
  904. package/dist/lib/getRunScriptCommand.cjs +8 -0
  905. package/dist/lib/getRunScriptCommand.cjs.map +1 -0
  906. package/dist/lib/getRunScriptCommand.d.ts +5 -0
  907. package/dist/lib/getRunScriptCommand.js +8 -0
  908. package/dist/lib/getRunScriptCommand.js.map +1 -0
  909. package/dist/lib/listr.cjs +13 -0
  910. package/dist/lib/listr.cjs.map +1 -0
  911. package/dist/lib/listr.d.ts +3 -0
  912. package/dist/lib/listr.js +13 -0
  913. package/dist/lib/listr.js.map +1 -0
  914. package/dist/lib/prompt.cjs +15 -0
  915. package/dist/lib/prompt.cjs.map +1 -0
  916. package/dist/lib/prompt.d.ts +10 -0
  917. package/dist/lib/prompt.js +15 -0
  918. package/dist/lib/prompt.js.map +1 -0
  919. package/dist/lib/repositoryDomain.cjs +130 -0
  920. package/dist/lib/repositoryDomain.cjs.map +1 -0
  921. package/dist/lib/repositoryDomain.d.ts +25 -0
  922. package/dist/lib/repositoryDomain.js +130 -0
  923. package/dist/lib/repositoryDomain.js.map +1 -0
  924. package/dist/packages/init/_node_modules/globby/ignore.cjs +62 -0
  925. package/dist/packages/init/_node_modules/globby/ignore.cjs.map +1 -0
  926. package/dist/packages/init/_node_modules/globby/ignore.js +62 -0
  927. package/dist/packages/init/_node_modules/globby/ignore.js.map +1 -0
  928. package/dist/packages/init/_node_modules/globby/index.cjs +137 -0
  929. package/dist/packages/init/_node_modules/globby/index.cjs.map +1 -0
  930. package/dist/packages/init/_node_modules/globby/index.js +137 -0
  931. package/dist/packages/init/_node_modules/globby/index.js.map +1 -0
  932. package/dist/packages/init/_node_modules/globby/utilities.cjs +9 -0
  933. package/dist/packages/init/_node_modules/globby/utilities.cjs.map +1 -0
  934. package/dist/packages/init/_node_modules/globby/utilities.js +9 -0
  935. package/dist/packages/init/_node_modules/globby/utilities.js.map +1 -0
  936. package/dist/packages/init/_node_modules/slash/index.cjs +11 -0
  937. package/dist/packages/init/_node_modules/slash/index.cjs.map +1 -0
  938. package/dist/packages/init/_node_modules/slash/index.js +12 -0
  939. package/dist/packages/init/_node_modules/slash/index.js.map +1 -0
  940. package/dist/packages/init/package.json.cjs +135 -0
  941. package/dist/packages/init/package.json.cjs.map +1 -0
  942. package/dist/packages/init/package.json.js +135 -0
  943. package/dist/packages/init/package.json.js.map +1 -0
  944. package/package.json +93 -69
  945. package/src/SliceMachineInitProcess.ts +1114 -0
  946. package/src/cli.ts +84 -0
  947. package/src/constants.ts +3 -0
  948. package/src/index.ts +5 -129
  949. package/src/lib/assertExists.ts +9 -0
  950. package/src/lib/framework.ts +155 -0
  951. package/src/lib/getExecuteCommand.ts +9 -0
  952. package/src/lib/getRunScriptCommand.ts +9 -0
  953. package/src/lib/listr.ts +15 -0
  954. package/src/lib/prompt.ts +27 -0
  955. package/src/lib/repositoryDomain.ts +219 -0
  956. package/.depcheckrc +0 -4
  957. package/.eslintignore +0 -3
  958. package/.eslintrc.js +0 -24
  959. package/build/index.js +0 -3388
  960. package/build/index.js.map +0 -1
  961. package/dist/__node_modules/lines-and-columns/build/index.cjs +0 -64
  962. package/dist/__node_modules/lines-and-columns/build/index.js +0 -63
  963. package/dist/packages/init/__node_modules/human-signals/build/src/core.cjs +0 -275
  964. package/dist/packages/init/__node_modules/human-signals/build/src/core.cjs.map +0 -1
  965. package/dist/packages/init/__node_modules/human-signals/build/src/core.js +0 -275
  966. package/dist/packages/init/__node_modules/human-signals/build/src/core.js.map +0 -1
  967. package/dist/packages/init/__node_modules/human-signals/build/src/main.cjs +0 -50
  968. package/dist/packages/init/__node_modules/human-signals/build/src/main.cjs.map +0 -1
  969. package/dist/packages/init/__node_modules/human-signals/build/src/main.js +0 -50
  970. package/dist/packages/init/__node_modules/human-signals/build/src/main.js.map +0 -1
  971. package/dist/packages/init/__node_modules/human-signals/build/src/realtime.cjs +0 -20
  972. package/dist/packages/init/__node_modules/human-signals/build/src/realtime.cjs.map +0 -1
  973. package/dist/packages/init/__node_modules/human-signals/build/src/realtime.js +0 -20
  974. package/dist/packages/init/__node_modules/human-signals/build/src/realtime.js.map +0 -1
  975. package/dist/packages/init/__node_modules/human-signals/build/src/signals.cjs +0 -27
  976. package/dist/packages/init/__node_modules/human-signals/build/src/signals.cjs.map +0 -1
  977. package/dist/packages/init/__node_modules/human-signals/build/src/signals.js +0 -27
  978. package/dist/packages/init/__node_modules/human-signals/build/src/signals.js.map +0 -1
  979. package/jest.config.js +0 -17
  980. package/siroc.config.js +0 -19
  981. package/src/steps/choose-or-create-a-repository.ts +0 -169
  982. package/src/steps/configure-project.ts +0 -72
  983. package/src/steps/detect-framework.ts +0 -94
  984. package/src/steps/display-final-message.ts +0 -31
  985. package/src/steps/index.ts +0 -10
  986. package/src/steps/install-lib.ts +0 -116
  987. package/src/steps/install-required-dependencies.ts +0 -106
  988. package/src/steps/loginOrBypass.ts +0 -25
  989. package/src/steps/sendStarterData.ts +0 -31
  990. package/src/steps/set-version.ts +0 -61
  991. package/src/steps/starters/custom-types.ts +0 -81
  992. package/src/steps/starters/documents.ts +0 -95
  993. package/src/steps/starters/prompts.ts +0 -29
  994. package/src/steps/starters/s3.ts +0 -70
  995. package/src/steps/starters/slices.ts +0 -75
  996. package/src/steps/validate-pkg.ts +0 -14
  997. package/src/utils/PackageManager.ts +0 -66
  998. package/src/utils/auth/helpers.ts +0 -168
  999. package/src/utils/auth/index.ts +0 -63
  1000. package/src/utils/client.ts +0 -89
  1001. package/src/utils/create-repo.ts +0 -37
  1002. package/src/utils/fs.ts +0 -18
  1003. package/src/utils/index.ts +0 -42
  1004. package/src/utils/logs.ts +0 -28
  1005. package/src/utils/noop.ts +0 -3
  1006. package/src/utils/tracker.ts +0 -153
  1007. package/src/utils/validateRepositoryName.ts +0 -44
  1008. package/src/utils/versionCheck.ts +0 -10
  1009. package/tsconfig.json +0 -26
  1010. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/index.cjs +0 -0
  1011. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/index.js +0 -0
  1012. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/string-utils.cjs +0 -0
  1013. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/string-utils.js +0 -0
  1014. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/tokenize-arg-string.cjs +0 -0
  1015. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/tokenize-arg-string.js +0 -0
  1016. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/yargs-parser-types.cjs +0 -0
  1017. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/yargs-parser-types.js +0 -0
  1018. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/yargs-parser.cjs +0 -0
  1019. /package/dist/{__node_modules/meow/__node_modules → _node_modules/meow/_node_modules}/yargs-parser/build/lib/yargs-parser.js +0 -0
@@ -0,0 +1,91 @@
1
+ import gitHostInfo from "./git-host-info.js";
2
+ const gitHosts = gitHostInfo;
3
+ class GitHost {
4
+ constructor(type, user, auth, project, committish, defaultRepresentation, opts = {}) {
5
+ Object.assign(this, gitHosts[type]);
6
+ this.type = type;
7
+ this.user = user;
8
+ this.auth = auth;
9
+ this.project = project;
10
+ this.committish = committish;
11
+ this.default = defaultRepresentation;
12
+ this.opts = opts;
13
+ }
14
+ hash() {
15
+ return this.committish ? `#${this.committish}` : "";
16
+ }
17
+ ssh(opts) {
18
+ return this._fill(this.sshtemplate, opts);
19
+ }
20
+ _fill(template, opts) {
21
+ if (typeof template === "function") {
22
+ const options = { ...this, ...this.opts, ...opts };
23
+ if (!options.path) {
24
+ options.path = "";
25
+ }
26
+ if (options.path.startsWith("/")) {
27
+ options.path = options.path.slice(1);
28
+ }
29
+ if (options.noCommittish) {
30
+ options.committish = null;
31
+ }
32
+ const result = template(options);
33
+ return options.noGitPlus && result.startsWith("git+") ? result.slice(4) : result;
34
+ }
35
+ return null;
36
+ }
37
+ sshurl(opts) {
38
+ return this._fill(this.sshurltemplate, opts);
39
+ }
40
+ browse(path, fragment, opts) {
41
+ if (typeof path !== "string") {
42
+ return this._fill(this.browsetemplate, path);
43
+ }
44
+ if (typeof fragment !== "string") {
45
+ opts = fragment;
46
+ fragment = null;
47
+ }
48
+ return this._fill(this.browsefiletemplate, { ...opts, fragment, path });
49
+ }
50
+ docs(opts) {
51
+ return this._fill(this.docstemplate, opts);
52
+ }
53
+ bugs(opts) {
54
+ return this._fill(this.bugstemplate, opts);
55
+ }
56
+ https(opts) {
57
+ return this._fill(this.httpstemplate, opts);
58
+ }
59
+ git(opts) {
60
+ return this._fill(this.gittemplate, opts);
61
+ }
62
+ shortcut(opts) {
63
+ return this._fill(this.shortcuttemplate, opts);
64
+ }
65
+ path(opts) {
66
+ return this._fill(this.pathtemplate, opts);
67
+ }
68
+ tarball(opts) {
69
+ return this._fill(this.tarballtemplate, { ...opts, noCommittish: false });
70
+ }
71
+ file(path, opts) {
72
+ return this._fill(this.filetemplate, { ...opts, path });
73
+ }
74
+ edit(path, opts) {
75
+ return this._fill(this.edittemplate, { ...opts, path });
76
+ }
77
+ getDefaultRepresentation() {
78
+ return this.default;
79
+ }
80
+ toString(opts) {
81
+ if (this.default && typeof this[this.default] === "function") {
82
+ return this[this.default](opts);
83
+ }
84
+ return this.sshurl(opts);
85
+ }
86
+ }
87
+ var gitHost = GitHost;
88
+ export {
89
+ gitHost as default
90
+ };
91
+ //# sourceMappingURL=git-host.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"git-host.js","sources":["../../../../../../../../node_modules/meow/node_modules/hosted-git-info/lib/git-host.js"],"sourcesContent":["'use strict'\nconst gitHosts = require('./git-host-info.js')\n\nclass GitHost {\n constructor (type, user, auth, project, committish, defaultRepresentation, opts = {}) {\n Object.assign(this, gitHosts[type])\n this.type = type\n this.user = user\n this.auth = auth\n this.project = project\n this.committish = committish\n this.default = defaultRepresentation\n this.opts = opts\n }\n\n hash () {\n return this.committish ? `#${this.committish}` : ''\n }\n\n ssh (opts) {\n return this._fill(this.sshtemplate, opts)\n }\n\n _fill (template, opts) {\n if (typeof template === 'function') {\n const options = { ...this, ...this.opts, ...opts }\n\n // the path should always be set so we don't end up with 'undefined' in urls\n if (!options.path) {\n options.path = ''\n }\n\n // template functions will insert the leading slash themselves\n if (options.path.startsWith('/')) {\n options.path = options.path.slice(1)\n }\n\n if (options.noCommittish) {\n options.committish = null\n }\n\n const result = template(options)\n return options.noGitPlus && result.startsWith('git+') ? result.slice(4) : result\n }\n\n return null\n }\n\n sshurl (opts) {\n return this._fill(this.sshurltemplate, opts)\n }\n\n browse (path, fragment, opts) {\n // not a string, treat path as opts\n if (typeof path !== 'string') {\n return this._fill(this.browsetemplate, path)\n }\n\n if (typeof fragment !== 'string') {\n opts = fragment\n fragment = null\n }\n return this._fill(this.browsefiletemplate, { ...opts, fragment, path })\n }\n\n docs (opts) {\n return this._fill(this.docstemplate, opts)\n }\n\n bugs (opts) {\n return this._fill(this.bugstemplate, opts)\n }\n\n https (opts) {\n return this._fill(this.httpstemplate, opts)\n }\n\n git (opts) {\n return this._fill(this.gittemplate, opts)\n }\n\n shortcut (opts) {\n return this._fill(this.shortcuttemplate, opts)\n }\n\n path (opts) {\n return this._fill(this.pathtemplate, opts)\n }\n\n tarball (opts) {\n return this._fill(this.tarballtemplate, { ...opts, noCommittish: false })\n }\n\n file (path, opts) {\n return this._fill(this.filetemplate, { ...opts, path })\n }\n\n edit (path, opts) {\n return this._fill(this.edittemplate, { ...opts, path })\n }\n\n getDefaultRepresentation () {\n return this.default\n }\n\n toString (opts) {\n if (this.default && typeof this[this.default] === 'function') {\n return this[this.default](opts)\n }\n\n return this.sshurl(opts)\n }\n}\nmodule.exports = GitHost\n"],"names":["require$$0"],"mappings":";AACA,MAAM,WAAWA;AAEjB,MAAM,QAAQ;AAAA,EACZ,YAAa,MAAM,MAAM,MAAM,SAAS,YAAY,uBAAuB,OAAO,IAAI;AACpF,WAAO,OAAO,MAAM,SAAS,IAAI,CAAC;AAClC,SAAK,OAAO;AACZ,SAAK,OAAO;AACZ,SAAK,OAAO;AACZ,SAAK,UAAU;AACf,SAAK,aAAa;AAClB,SAAK,UAAU;AACf,SAAK,OAAO;AAAA,EACb;AAAA,EAED,OAAQ;AACN,WAAO,KAAK,aAAa,IAAI,KAAK,eAAe;AAAA,EAClD;AAAA,EAED,IAAK,MAAM;AACT,WAAO,KAAK,MAAM,KAAK,aAAa,IAAI;AAAA,EACzC;AAAA,EAED,MAAO,UAAU,MAAM;AACrB,QAAI,OAAO,aAAa,YAAY;AAClC,YAAM,UAAU,EAAE,GAAG,MAAM,GAAG,KAAK,MAAM,GAAG,KAAM;AAGlD,UAAI,CAAC,QAAQ,MAAM;AACjB,gBAAQ,OAAO;AAAA,MAChB;AAGD,UAAI,QAAQ,KAAK,WAAW,GAAG,GAAG;AAChC,gBAAQ,OAAO,QAAQ,KAAK,MAAM,CAAC;AAAA,MACpC;AAED,UAAI,QAAQ,cAAc;AACxB,gBAAQ,aAAa;AAAA,MACtB;AAED,YAAM,SAAS,SAAS,OAAO;AAC/B,aAAO,QAAQ,aAAa,OAAO,WAAW,MAAM,IAAI,OAAO,MAAM,CAAC,IAAI;AAAA,IAC3E;AAED,WAAO;AAAA,EACR;AAAA,EAED,OAAQ,MAAM;AACZ,WAAO,KAAK,MAAM,KAAK,gBAAgB,IAAI;AAAA,EAC5C;AAAA,EAED,OAAQ,MAAM,UAAU,MAAM;AAE5B,QAAI,OAAO,SAAS,UAAU;AAC5B,aAAO,KAAK,MAAM,KAAK,gBAAgB,IAAI;AAAA,IAC5C;AAED,QAAI,OAAO,aAAa,UAAU;AAChC,aAAO;AACP,iBAAW;AAAA,IACZ;AACD,WAAO,KAAK,MAAM,KAAK,oBAAoB,EAAE,GAAG,MAAM,UAAU,MAAM;AAAA,EACvE;AAAA,EAED,KAAM,MAAM;AACV,WAAO,KAAK,MAAM,KAAK,cAAc,IAAI;AAAA,EAC1C;AAAA,EAED,KAAM,MAAM;AACV,WAAO,KAAK,MAAM,KAAK,cAAc,IAAI;AAAA,EAC1C;AAAA,EAED,MAAO,MAAM;AACX,WAAO,KAAK,MAAM,KAAK,eAAe,IAAI;AAAA,EAC3C;AAAA,EAED,IAAK,MAAM;AACT,WAAO,KAAK,MAAM,KAAK,aAAa,IAAI;AAAA,EACzC;AAAA,EAED,SAAU,MAAM;AACd,WAAO,KAAK,MAAM,KAAK,kBAAkB,IAAI;AAAA,EAC9C;AAAA,EAED,KAAM,MAAM;AACV,WAAO,KAAK,MAAM,KAAK,cAAc,IAAI;AAAA,EAC1C;AAAA,EAED,QAAS,MAAM;AACb,WAAO,KAAK,MAAM,KAAK,iBAAiB,EAAE,GAAG,MAAM,cAAc,OAAO;AAAA,EACzE;AAAA,EAED,KAAM,MAAM,MAAM;AAChB,WAAO,KAAK,MAAM,KAAK,cAAc,EAAE,GAAG,MAAM,MAAM;AAAA,EACvD;AAAA,EAED,KAAM,MAAM,MAAM;AAChB,WAAO,KAAK,MAAM,KAAK,cAAc,EAAE,GAAG,MAAM,MAAM;AAAA,EACvD;AAAA,EAED,2BAA4B;AAC1B,WAAO,KAAK;AAAA,EACb;AAAA,EAED,SAAU,MAAM;AACd,QAAI,KAAK,WAAW,OAAO,KAAK,KAAK,OAAO,MAAM,YAAY;AAC5D,aAAO,KAAK,KAAK,OAAO,EAAE,IAAI;AAAA,IAC/B;AAED,WAAO,KAAK,OAAO,IAAI;AAAA,EACxB;AACH;AACA,IAAA,UAAiB;","x_google_ignoreList":[0]}
@@ -0,0 +1,124 @@
1
+ "use strict";
2
+ const index = require("../../../../../_virtual/index5.cjs");
3
+ const gitHostInfo = require("./git-host-info.cjs");
4
+ const gitHost = require("./git-host.cjs");
5
+ const index$1 = require("../../lru-cache/index.cjs");
6
+ const parseUrl = require("./parse-url.cjs");
7
+ (function(module2) {
8
+ const gitHosts = gitHostInfo;
9
+ const GitHost = module2.exports = gitHost;
10
+ const LRU = index$1;
11
+ const parseUrl$1 = parseUrl;
12
+ const cache = new LRU({ max: 1e3 });
13
+ const protocols = {
14
+ "git+ssh:": { name: "sshurl" },
15
+ "ssh:": { name: "sshurl" },
16
+ "git+https:": { name: "https", auth: true },
17
+ "git:": { auth: true },
18
+ "http:": { auth: true },
19
+ "https:": { auth: true },
20
+ "git+http:": { auth: true },
21
+ ...Object.keys(gitHosts.byShortcut).reduce((acc, key) => {
22
+ acc[key] = { name: gitHosts.byShortcut[key] };
23
+ return acc;
24
+ }, {})
25
+ };
26
+ module2.exports.fromUrl = function(giturl, opts) {
27
+ if (typeof giturl !== "string") {
28
+ return;
29
+ }
30
+ const key = giturl + JSON.stringify(opts || {});
31
+ if (!cache.has(key)) {
32
+ cache.set(key, fromUrl(giturl, opts));
33
+ }
34
+ return cache.get(key);
35
+ };
36
+ module2.exports.parseUrl = parseUrl$1;
37
+ function fromUrl(giturl, opts) {
38
+ if (!giturl) {
39
+ return;
40
+ }
41
+ const correctedUrl = isGitHubShorthand(giturl) ? `github:${giturl}` : giturl;
42
+ const parsed = parseUrl$1(correctedUrl, protocols);
43
+ if (!parsed) {
44
+ return;
45
+ }
46
+ const gitHostShortcut = gitHosts.byShortcut[parsed.protocol];
47
+ const gitHostDomain = gitHosts.byDomain[parsed.hostname.startsWith("www.") ? parsed.hostname.slice(4) : parsed.hostname];
48
+ const gitHostName = gitHostShortcut || gitHostDomain;
49
+ if (!gitHostName) {
50
+ return;
51
+ }
52
+ const gitHostInfo2 = gitHosts[gitHostShortcut || gitHostDomain];
53
+ let auth = null;
54
+ if (protocols[parsed.protocol] && protocols[parsed.protocol].auth && (parsed.username || parsed.password)) {
55
+ auth = `${parsed.username}${parsed.password ? ":" + parsed.password : ""}`;
56
+ }
57
+ let committish = null;
58
+ let user = null;
59
+ let project = null;
60
+ let defaultRepresentation = null;
61
+ try {
62
+ if (gitHostShortcut) {
63
+ let pathname = parsed.pathname.startsWith("/") ? parsed.pathname.slice(1) : parsed.pathname;
64
+ const firstAt = pathname.indexOf("@");
65
+ if (firstAt > -1) {
66
+ pathname = pathname.slice(firstAt + 1);
67
+ }
68
+ const lastSlash = pathname.lastIndexOf("/");
69
+ if (lastSlash > -1) {
70
+ user = decodeURIComponent(pathname.slice(0, lastSlash));
71
+ if (!user) {
72
+ user = null;
73
+ }
74
+ project = decodeURIComponent(pathname.slice(lastSlash + 1));
75
+ } else {
76
+ project = decodeURIComponent(pathname);
77
+ }
78
+ if (project.endsWith(".git")) {
79
+ project = project.slice(0, -4);
80
+ }
81
+ if (parsed.hash) {
82
+ committish = decodeURIComponent(parsed.hash.slice(1));
83
+ }
84
+ defaultRepresentation = "shortcut";
85
+ } else {
86
+ if (!gitHostInfo2.protocols.includes(parsed.protocol)) {
87
+ return;
88
+ }
89
+ const segments = gitHostInfo2.extract(parsed);
90
+ if (!segments) {
91
+ return;
92
+ }
93
+ user = segments.user && decodeURIComponent(segments.user);
94
+ project = decodeURIComponent(segments.project);
95
+ committish = decodeURIComponent(segments.committish);
96
+ defaultRepresentation = protocols[parsed.protocol] && protocols[parsed.protocol].name || parsed.protocol.slice(0, -1);
97
+ }
98
+ } catch (err) {
99
+ if (err instanceof URIError) {
100
+ return;
101
+ } else {
102
+ throw err;
103
+ }
104
+ }
105
+ return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts);
106
+ }
107
+ const isGitHubShorthand = (arg) => {
108
+ const firstHash = arg.indexOf("#");
109
+ const firstSlash = arg.indexOf("/");
110
+ const secondSlash = arg.indexOf("/", firstSlash + 1);
111
+ const firstColon = arg.indexOf(":");
112
+ const firstSpace = /\s/.exec(arg);
113
+ const firstAt = arg.indexOf("@");
114
+ const spaceOnlyAfterHash = !firstSpace || firstHash > -1 && firstSpace.index > firstHash;
115
+ const atOnlyAfterHash = firstAt === -1 || firstHash > -1 && firstAt > firstHash;
116
+ const colonOnlyAfterHash = firstColon === -1 || firstHash > -1 && firstColon > firstHash;
117
+ const secondSlashOnlyAfterHash = secondSlash === -1 || firstHash > -1 && secondSlash > firstHash;
118
+ const hasSlash = firstSlash > 0;
119
+ const doesNotEndWithSlash = firstHash > -1 ? arg[firstHash - 1] !== "/" : !arg.endsWith("/");
120
+ const doesNotStartWithDot = !arg.startsWith(".");
121
+ return spaceOnlyAfterHash && hasSlash && doesNotEndWithSlash && doesNotStartWithDot && atOnlyAfterHash && colonOnlyAfterHash && secondSlashOnlyAfterHash;
122
+ };
123
+ })(index.__module);
124
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":["../../../../../../../../node_modules/meow/node_modules/hosted-git-info/lib/index.js"],"sourcesContent":["'use strict'\nconst gitHosts = require('./git-host-info.js')\nconst GitHost = module.exports = require('./git-host.js')\nconst LRU = require('lru-cache')\nconst parseUrl = require('./parse-url.js')\n\nconst cache = new LRU({ max: 1000 })\n\nconst protocols = {\n 'git+ssh:': { name: 'sshurl' },\n 'ssh:': { name: 'sshurl' },\n 'git+https:': { name: 'https', auth: true },\n 'git:': { auth: true },\n 'http:': { auth: true },\n 'https:': { auth: true },\n 'git+http:': { auth: true },\n ...Object.keys(gitHosts.byShortcut).reduce((acc, key) => {\n acc[key] = { name: gitHosts.byShortcut[key] }\n return acc\n }, {}),\n}\n\nmodule.exports.fromUrl = function (giturl, opts) {\n if (typeof giturl !== 'string') {\n return\n }\n\n const key = giturl + JSON.stringify(opts || {})\n\n if (!cache.has(key)) {\n cache.set(key, fromUrl(giturl, opts))\n }\n\n return cache.get(key)\n}\n\nmodule.exports.parseUrl = parseUrl\n\nfunction fromUrl (giturl, opts) {\n if (!giturl) {\n return\n }\n\n const correctedUrl = isGitHubShorthand(giturl) ? `github:${giturl}` : giturl\n const parsed = parseUrl(correctedUrl, protocols)\n if (!parsed) {\n return\n }\n\n const gitHostShortcut = gitHosts.byShortcut[parsed.protocol]\n const gitHostDomain = gitHosts.byDomain[parsed.hostname.startsWith('www.')\n ? parsed.hostname.slice(4)\n : parsed.hostname]\n const gitHostName = gitHostShortcut || gitHostDomain\n if (!gitHostName) {\n return\n }\n\n const gitHostInfo = gitHosts[gitHostShortcut || gitHostDomain]\n let auth = null\n if (protocols[parsed.protocol] &&\n protocols[parsed.protocol].auth &&\n (parsed.username || parsed.password)\n ) {\n auth = `${parsed.username}${parsed.password ? ':' + parsed.password : ''}`\n }\n\n let committish = null\n let user = null\n let project = null\n let defaultRepresentation = null\n\n try {\n if (gitHostShortcut) {\n let pathname = parsed.pathname.startsWith('/') ? parsed.pathname.slice(1) : parsed.pathname\n const firstAt = pathname.indexOf('@')\n // we ignore auth for shortcuts, so just trim it out\n if (firstAt > -1) {\n pathname = pathname.slice(firstAt + 1)\n }\n\n const lastSlash = pathname.lastIndexOf('/')\n if (lastSlash > -1) {\n user = decodeURIComponent(pathname.slice(0, lastSlash))\n // we want nulls only, never empty strings\n if (!user) {\n user = null\n }\n project = decodeURIComponent(pathname.slice(lastSlash + 1))\n } else {\n project = decodeURIComponent(pathname)\n }\n\n if (project.endsWith('.git')) {\n project = project.slice(0, -4)\n }\n\n if (parsed.hash) {\n committish = decodeURIComponent(parsed.hash.slice(1))\n }\n\n defaultRepresentation = 'shortcut'\n } else {\n if (!gitHostInfo.protocols.includes(parsed.protocol)) {\n return\n }\n\n const segments = gitHostInfo.extract(parsed)\n if (!segments) {\n return\n }\n\n user = segments.user && decodeURIComponent(segments.user)\n project = decodeURIComponent(segments.project)\n committish = decodeURIComponent(segments.committish)\n defaultRepresentation = (protocols[parsed.protocol] && protocols[parsed.protocol].name)\n || parsed.protocol.slice(0, -1)\n }\n } catch (err) {\n /* istanbul ignore else */\n if (err instanceof URIError) {\n return\n } else {\n throw err\n }\n }\n\n return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts)\n}\n\n// look for github shorthand inputs, such as npm/cli\nconst isGitHubShorthand = (arg) => {\n // it cannot contain whitespace before the first #\n // it cannot start with a / because that's probably an absolute file path\n // but it must include a slash since repos are username/repository\n // it cannot start with a . because that's probably a relative file path\n // it cannot start with an @ because that's a scoped package if it passes the other tests\n // it cannot contain a : before a # because that tells us that there's a protocol\n // a second / may not exist before a #\n const firstHash = arg.indexOf('#')\n const firstSlash = arg.indexOf('/')\n const secondSlash = arg.indexOf('/', firstSlash + 1)\n const firstColon = arg.indexOf(':')\n const firstSpace = /\\s/.exec(arg)\n const firstAt = arg.indexOf('@')\n\n const spaceOnlyAfterHash = !firstSpace || (firstHash > -1 && firstSpace.index > firstHash)\n const atOnlyAfterHash = firstAt === -1 || (firstHash > -1 && firstAt > firstHash)\n const colonOnlyAfterHash = firstColon === -1 || (firstHash > -1 && firstColon > firstHash)\n const secondSlashOnlyAfterHash = secondSlash === -1 || (firstHash > -1 && secondSlash > firstHash)\n const hasSlash = firstSlash > 0\n // if a # is found, what we really want to know is that the character\n // immediately before # is not a /\n const doesNotEndWithSlash = firstHash > -1 ? arg[firstHash - 1] !== '/' : !arg.endsWith('/')\n const doesNotStartWithDot = !arg.startsWith('.')\n\n return spaceOnlyAfterHash && hasSlash && doesNotEndWithSlash &&\n doesNotStartWithDot && atOnlyAfterHash && colonOnlyAfterHash &&\n secondSlashOnlyAfterHash\n}\n"],"names":["require$$0","module","require$$1","require$$2","parseUrl","require$$3","gitHostInfo"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,123 @@
1
+ import { __module as lib } from "../../../../../_virtual/index5.js";
2
+ import gitHostInfo from "./git-host-info.js";
3
+ import gitHost from "./git-host.js";
4
+ import lruCache from "../../lru-cache/index.js";
5
+ import parseUrl from "./parse-url.js";
6
+ (function(module) {
7
+ const gitHosts = gitHostInfo;
8
+ const GitHost = module.exports = gitHost;
9
+ const LRU = lruCache;
10
+ const parseUrl$1 = parseUrl;
11
+ const cache = new LRU({ max: 1e3 });
12
+ const protocols = {
13
+ "git+ssh:": { name: "sshurl" },
14
+ "ssh:": { name: "sshurl" },
15
+ "git+https:": { name: "https", auth: true },
16
+ "git:": { auth: true },
17
+ "http:": { auth: true },
18
+ "https:": { auth: true },
19
+ "git+http:": { auth: true },
20
+ ...Object.keys(gitHosts.byShortcut).reduce((acc, key) => {
21
+ acc[key] = { name: gitHosts.byShortcut[key] };
22
+ return acc;
23
+ }, {})
24
+ };
25
+ module.exports.fromUrl = function(giturl, opts) {
26
+ if (typeof giturl !== "string") {
27
+ return;
28
+ }
29
+ const key = giturl + JSON.stringify(opts || {});
30
+ if (!cache.has(key)) {
31
+ cache.set(key, fromUrl(giturl, opts));
32
+ }
33
+ return cache.get(key);
34
+ };
35
+ module.exports.parseUrl = parseUrl$1;
36
+ function fromUrl(giturl, opts) {
37
+ if (!giturl) {
38
+ return;
39
+ }
40
+ const correctedUrl = isGitHubShorthand(giturl) ? `github:${giturl}` : giturl;
41
+ const parsed = parseUrl$1(correctedUrl, protocols);
42
+ if (!parsed) {
43
+ return;
44
+ }
45
+ const gitHostShortcut = gitHosts.byShortcut[parsed.protocol];
46
+ const gitHostDomain = gitHosts.byDomain[parsed.hostname.startsWith("www.") ? parsed.hostname.slice(4) : parsed.hostname];
47
+ const gitHostName = gitHostShortcut || gitHostDomain;
48
+ if (!gitHostName) {
49
+ return;
50
+ }
51
+ const gitHostInfo2 = gitHosts[gitHostShortcut || gitHostDomain];
52
+ let auth = null;
53
+ if (protocols[parsed.protocol] && protocols[parsed.protocol].auth && (parsed.username || parsed.password)) {
54
+ auth = `${parsed.username}${parsed.password ? ":" + parsed.password : ""}`;
55
+ }
56
+ let committish = null;
57
+ let user = null;
58
+ let project = null;
59
+ let defaultRepresentation = null;
60
+ try {
61
+ if (gitHostShortcut) {
62
+ let pathname = parsed.pathname.startsWith("/") ? parsed.pathname.slice(1) : parsed.pathname;
63
+ const firstAt = pathname.indexOf("@");
64
+ if (firstAt > -1) {
65
+ pathname = pathname.slice(firstAt + 1);
66
+ }
67
+ const lastSlash = pathname.lastIndexOf("/");
68
+ if (lastSlash > -1) {
69
+ user = decodeURIComponent(pathname.slice(0, lastSlash));
70
+ if (!user) {
71
+ user = null;
72
+ }
73
+ project = decodeURIComponent(pathname.slice(lastSlash + 1));
74
+ } else {
75
+ project = decodeURIComponent(pathname);
76
+ }
77
+ if (project.endsWith(".git")) {
78
+ project = project.slice(0, -4);
79
+ }
80
+ if (parsed.hash) {
81
+ committish = decodeURIComponent(parsed.hash.slice(1));
82
+ }
83
+ defaultRepresentation = "shortcut";
84
+ } else {
85
+ if (!gitHostInfo2.protocols.includes(parsed.protocol)) {
86
+ return;
87
+ }
88
+ const segments = gitHostInfo2.extract(parsed);
89
+ if (!segments) {
90
+ return;
91
+ }
92
+ user = segments.user && decodeURIComponent(segments.user);
93
+ project = decodeURIComponent(segments.project);
94
+ committish = decodeURIComponent(segments.committish);
95
+ defaultRepresentation = protocols[parsed.protocol] && protocols[parsed.protocol].name || parsed.protocol.slice(0, -1);
96
+ }
97
+ } catch (err) {
98
+ if (err instanceof URIError) {
99
+ return;
100
+ } else {
101
+ throw err;
102
+ }
103
+ }
104
+ return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts);
105
+ }
106
+ const isGitHubShorthand = (arg) => {
107
+ const firstHash = arg.indexOf("#");
108
+ const firstSlash = arg.indexOf("/");
109
+ const secondSlash = arg.indexOf("/", firstSlash + 1);
110
+ const firstColon = arg.indexOf(":");
111
+ const firstSpace = /\s/.exec(arg);
112
+ const firstAt = arg.indexOf("@");
113
+ const spaceOnlyAfterHash = !firstSpace || firstHash > -1 && firstSpace.index > firstHash;
114
+ const atOnlyAfterHash = firstAt === -1 || firstHash > -1 && firstAt > firstHash;
115
+ const colonOnlyAfterHash = firstColon === -1 || firstHash > -1 && firstColon > firstHash;
116
+ const secondSlashOnlyAfterHash = secondSlash === -1 || firstHash > -1 && secondSlash > firstHash;
117
+ const hasSlash = firstSlash > 0;
118
+ const doesNotEndWithSlash = firstHash > -1 ? arg[firstHash - 1] !== "/" : !arg.endsWith("/");
119
+ const doesNotStartWithDot = !arg.startsWith(".");
120
+ return spaceOnlyAfterHash && hasSlash && doesNotEndWithSlash && doesNotStartWithDot && atOnlyAfterHash && colonOnlyAfterHash && secondSlashOnlyAfterHash;
121
+ };
122
+ })(lib);
123
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/meow/node_modules/hosted-git-info/lib/index.js"],"sourcesContent":["'use strict'\nconst gitHosts = require('./git-host-info.js')\nconst GitHost = module.exports = require('./git-host.js')\nconst LRU = require('lru-cache')\nconst parseUrl = require('./parse-url.js')\n\nconst cache = new LRU({ max: 1000 })\n\nconst protocols = {\n 'git+ssh:': { name: 'sshurl' },\n 'ssh:': { name: 'sshurl' },\n 'git+https:': { name: 'https', auth: true },\n 'git:': { auth: true },\n 'http:': { auth: true },\n 'https:': { auth: true },\n 'git+http:': { auth: true },\n ...Object.keys(gitHosts.byShortcut).reduce((acc, key) => {\n acc[key] = { name: gitHosts.byShortcut[key] }\n return acc\n }, {}),\n}\n\nmodule.exports.fromUrl = function (giturl, opts) {\n if (typeof giturl !== 'string') {\n return\n }\n\n const key = giturl + JSON.stringify(opts || {})\n\n if (!cache.has(key)) {\n cache.set(key, fromUrl(giturl, opts))\n }\n\n return cache.get(key)\n}\n\nmodule.exports.parseUrl = parseUrl\n\nfunction fromUrl (giturl, opts) {\n if (!giturl) {\n return\n }\n\n const correctedUrl = isGitHubShorthand(giturl) ? `github:${giturl}` : giturl\n const parsed = parseUrl(correctedUrl, protocols)\n if (!parsed) {\n return\n }\n\n const gitHostShortcut = gitHosts.byShortcut[parsed.protocol]\n const gitHostDomain = gitHosts.byDomain[parsed.hostname.startsWith('www.')\n ? parsed.hostname.slice(4)\n : parsed.hostname]\n const gitHostName = gitHostShortcut || gitHostDomain\n if (!gitHostName) {\n return\n }\n\n const gitHostInfo = gitHosts[gitHostShortcut || gitHostDomain]\n let auth = null\n if (protocols[parsed.protocol] &&\n protocols[parsed.protocol].auth &&\n (parsed.username || parsed.password)\n ) {\n auth = `${parsed.username}${parsed.password ? ':' + parsed.password : ''}`\n }\n\n let committish = null\n let user = null\n let project = null\n let defaultRepresentation = null\n\n try {\n if (gitHostShortcut) {\n let pathname = parsed.pathname.startsWith('/') ? parsed.pathname.slice(1) : parsed.pathname\n const firstAt = pathname.indexOf('@')\n // we ignore auth for shortcuts, so just trim it out\n if (firstAt > -1) {\n pathname = pathname.slice(firstAt + 1)\n }\n\n const lastSlash = pathname.lastIndexOf('/')\n if (lastSlash > -1) {\n user = decodeURIComponent(pathname.slice(0, lastSlash))\n // we want nulls only, never empty strings\n if (!user) {\n user = null\n }\n project = decodeURIComponent(pathname.slice(lastSlash + 1))\n } else {\n project = decodeURIComponent(pathname)\n }\n\n if (project.endsWith('.git')) {\n project = project.slice(0, -4)\n }\n\n if (parsed.hash) {\n committish = decodeURIComponent(parsed.hash.slice(1))\n }\n\n defaultRepresentation = 'shortcut'\n } else {\n if (!gitHostInfo.protocols.includes(parsed.protocol)) {\n return\n }\n\n const segments = gitHostInfo.extract(parsed)\n if (!segments) {\n return\n }\n\n user = segments.user && decodeURIComponent(segments.user)\n project = decodeURIComponent(segments.project)\n committish = decodeURIComponent(segments.committish)\n defaultRepresentation = (protocols[parsed.protocol] && protocols[parsed.protocol].name)\n || parsed.protocol.slice(0, -1)\n }\n } catch (err) {\n /* istanbul ignore else */\n if (err instanceof URIError) {\n return\n } else {\n throw err\n }\n }\n\n return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts)\n}\n\n// look for github shorthand inputs, such as npm/cli\nconst isGitHubShorthand = (arg) => {\n // it cannot contain whitespace before the first #\n // it cannot start with a / because that's probably an absolute file path\n // but it must include a slash since repos are username/repository\n // it cannot start with a . because that's probably a relative file path\n // it cannot start with an @ because that's a scoped package if it passes the other tests\n // it cannot contain a : before a # because that tells us that there's a protocol\n // a second / may not exist before a #\n const firstHash = arg.indexOf('#')\n const firstSlash = arg.indexOf('/')\n const secondSlash = arg.indexOf('/', firstSlash + 1)\n const firstColon = arg.indexOf(':')\n const firstSpace = /\\s/.exec(arg)\n const firstAt = arg.indexOf('@')\n\n const spaceOnlyAfterHash = !firstSpace || (firstHash > -1 && firstSpace.index > firstHash)\n const atOnlyAfterHash = firstAt === -1 || (firstHash > -1 && firstAt > firstHash)\n const colonOnlyAfterHash = firstColon === -1 || (firstHash > -1 && firstColon > firstHash)\n const secondSlashOnlyAfterHash = secondSlash === -1 || (firstHash > -1 && secondSlash > firstHash)\n const hasSlash = firstSlash > 0\n // if a # is found, what we really want to know is that the character\n // immediately before # is not a /\n const doesNotEndWithSlash = firstHash > -1 ? arg[firstHash - 1] !== '/' : !arg.endsWith('/')\n const doesNotStartWithDot = !arg.startsWith('.')\n\n return spaceOnlyAfterHash && hasSlash && doesNotEndWithSlash &&\n doesNotStartWithDot && atOnlyAfterHash && colonOnlyAfterHash &&\n secondSlashOnlyAfterHash\n}\n"],"names":["require$$0","require$$1","require$$2","parseUrl","require$$3","gitHostInfo"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ const require$$0 = require("url");
3
+ const url = require$$0;
4
+ const lastIndexOfBefore = (str, char, beforeChar) => {
5
+ const startPosition = str.indexOf(beforeChar);
6
+ return str.lastIndexOf(char, startPosition > -1 ? startPosition : Infinity);
7
+ };
8
+ const safeUrl = (u) => {
9
+ try {
10
+ return new url.URL(u);
11
+ } catch {
12
+ }
13
+ };
14
+ const correctProtocol = (arg, protocols) => {
15
+ const firstColon = arg.indexOf(":");
16
+ const proto = arg.slice(0, firstColon + 1);
17
+ if (Object.prototype.hasOwnProperty.call(protocols, proto)) {
18
+ return arg;
19
+ }
20
+ const firstAt = arg.indexOf("@");
21
+ if (firstAt > -1) {
22
+ if (firstAt > firstColon) {
23
+ return `git+ssh://${arg}`;
24
+ } else {
25
+ return arg;
26
+ }
27
+ }
28
+ const doubleSlash = arg.indexOf("//");
29
+ if (doubleSlash === firstColon + 1) {
30
+ return arg;
31
+ }
32
+ return `${arg.slice(0, firstColon + 1)}//${arg.slice(firstColon + 1)}`;
33
+ };
34
+ const correctUrl = (giturl) => {
35
+ const firstAt = lastIndexOfBefore(giturl, "@", "#");
36
+ const lastColonBeforeHash = lastIndexOfBefore(giturl, ":", "#");
37
+ if (lastColonBeforeHash > firstAt) {
38
+ giturl = giturl.slice(0, lastColonBeforeHash) + "/" + giturl.slice(lastColonBeforeHash + 1);
39
+ }
40
+ if (lastIndexOfBefore(giturl, ":", "#") === -1 && giturl.indexOf("//") === -1) {
41
+ giturl = `git+ssh://${giturl}`;
42
+ }
43
+ return giturl;
44
+ };
45
+ var parseUrl = (giturl, protocols) => {
46
+ const withProtocol = protocols ? correctProtocol(giturl, protocols) : giturl;
47
+ return safeUrl(withProtocol) || safeUrl(correctUrl(withProtocol));
48
+ };
49
+ module.exports = parseUrl;
50
+ //# sourceMappingURL=parse-url.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parse-url.cjs","sources":["../../../../../../../../node_modules/meow/node_modules/hosted-git-info/lib/parse-url.js"],"sourcesContent":["const url = require('url')\n\nconst lastIndexOfBefore = (str, char, beforeChar) => {\n const startPosition = str.indexOf(beforeChar)\n return str.lastIndexOf(char, startPosition > -1 ? startPosition : Infinity)\n}\n\nconst safeUrl = (u) => {\n try {\n return new url.URL(u)\n } catch {\n // this fn should never throw\n }\n}\n\n// accepts input like git:github.com:user/repo and inserts the // after the first :\nconst correctProtocol = (arg, protocols) => {\n const firstColon = arg.indexOf(':')\n const proto = arg.slice(0, firstColon + 1)\n if (Object.prototype.hasOwnProperty.call(protocols, proto)) {\n return arg\n }\n\n const firstAt = arg.indexOf('@')\n if (firstAt > -1) {\n if (firstAt > firstColon) {\n return `git+ssh://${arg}`\n } else {\n return arg\n }\n }\n\n const doubleSlash = arg.indexOf('//')\n if (doubleSlash === firstColon + 1) {\n return arg\n }\n\n return `${arg.slice(0, firstColon + 1)}//${arg.slice(firstColon + 1)}`\n}\n\n// attempt to correct an scp style url so that it will parse with `new URL()`\nconst correctUrl = (giturl) => {\n // ignore @ that come after the first hash since the denotes the start\n // of a committish which can contain @ characters\n const firstAt = lastIndexOfBefore(giturl, '@', '#')\n // ignore colons that come after the hash since that could include colons such as:\n // git@github.com:user/package-2#semver:^1.0.0\n const lastColonBeforeHash = lastIndexOfBefore(giturl, ':', '#')\n\n if (lastColonBeforeHash > firstAt) {\n // the last : comes after the first @ (or there is no @)\n // like it would in:\n // proto://hostname.com:user/repo\n // username@hostname.com:user/repo\n // :password@hostname.com:user/repo\n // username:password@hostname.com:user/repo\n // proto://username@hostname.com:user/repo\n // proto://:password@hostname.com:user/repo\n // proto://username:password@hostname.com:user/repo\n // then we replace the last : with a / to create a valid path\n giturl = giturl.slice(0, lastColonBeforeHash) + '/' + giturl.slice(lastColonBeforeHash + 1)\n }\n\n if (lastIndexOfBefore(giturl, ':', '#') === -1 && giturl.indexOf('//') === -1) {\n // we have no : at all\n // as it would be in:\n // username@hostname.com/user/repo\n // then we prepend a protocol\n giturl = `git+ssh://${giturl}`\n }\n\n return giturl\n}\n\nmodule.exports = (giturl, protocols) => {\n const withProtocol = protocols ? correctProtocol(giturl, protocols) : giturl\n return safeUrl(withProtocol) || safeUrl(correctUrl(withProtocol))\n}\n"],"names":[],"mappings":";;AAAA,MAAM,MAAM;AAEZ,MAAM,oBAAoB,CAAC,KAAK,MAAM,eAAe;AACnD,QAAM,gBAAgB,IAAI,QAAQ,UAAU;AAC5C,SAAO,IAAI,YAAY,MAAM,gBAAgB,KAAK,gBAAgB,QAAQ;AAC5E;AAEA,MAAM,UAAU,CAAC,MAAM;AACrB,MAAI;AACF,WAAO,IAAI,IAAI,IAAI,CAAC;AAAA,EACxB,QAAI;AAAA,EAED;AACH;AAGA,MAAM,kBAAkB,CAAC,KAAK,cAAc;AAC1C,QAAM,aAAa,IAAI,QAAQ,GAAG;AAClC,QAAM,QAAQ,IAAI,MAAM,GAAG,aAAa,CAAC;AACzC,MAAI,OAAO,UAAU,eAAe,KAAK,WAAW,KAAK,GAAG;AAC1D,WAAO;AAAA,EACR;AAED,QAAM,UAAU,IAAI,QAAQ,GAAG;AAC/B,MAAI,UAAU,IAAI;AAChB,QAAI,UAAU,YAAY;AACxB,aAAO,aAAa;AAAA,IAC1B,OAAW;AACL,aAAO;AAAA,IACR;AAAA,EACF;AAED,QAAM,cAAc,IAAI,QAAQ,IAAI;AACpC,MAAI,gBAAgB,aAAa,GAAG;AAClC,WAAO;AAAA,EACR;AAED,SAAO,GAAG,IAAI,MAAM,GAAG,aAAa,CAAC,MAAM,IAAI,MAAM,aAAa,CAAC;AACrE;AAGA,MAAM,aAAa,CAAC,WAAW;AAG7B,QAAM,UAAU,kBAAkB,QAAQ,KAAK,GAAG;AAGlD,QAAM,sBAAsB,kBAAkB,QAAQ,KAAK,GAAG;AAE9D,MAAI,sBAAsB,SAAS;AAWjC,aAAS,OAAO,MAAM,GAAG,mBAAmB,IAAI,MAAM,OAAO,MAAM,sBAAsB,CAAC;AAAA,EAC3F;AAED,MAAI,kBAAkB,QAAQ,KAAK,GAAG,MAAM,MAAM,OAAO,QAAQ,IAAI,MAAM,IAAI;AAK7E,aAAS,aAAa;AAAA,EACvB;AAED,SAAO;AACT;AAEA,IAAA,WAAiB,CAAC,QAAQ,cAAc;AACtC,QAAM,eAAe,YAAY,gBAAgB,QAAQ,SAAS,IAAI;AACtE,SAAO,QAAQ,YAAY,KAAK,QAAQ,WAAW,YAAY,CAAC;AAClE;;","x_google_ignoreList":[0]}
@@ -0,0 +1,51 @@
1
+ import require$$0 from "url";
2
+ const url = require$$0;
3
+ const lastIndexOfBefore = (str, char, beforeChar) => {
4
+ const startPosition = str.indexOf(beforeChar);
5
+ return str.lastIndexOf(char, startPosition > -1 ? startPosition : Infinity);
6
+ };
7
+ const safeUrl = (u) => {
8
+ try {
9
+ return new url.URL(u);
10
+ } catch {
11
+ }
12
+ };
13
+ const correctProtocol = (arg, protocols) => {
14
+ const firstColon = arg.indexOf(":");
15
+ const proto = arg.slice(0, firstColon + 1);
16
+ if (Object.prototype.hasOwnProperty.call(protocols, proto)) {
17
+ return arg;
18
+ }
19
+ const firstAt = arg.indexOf("@");
20
+ if (firstAt > -1) {
21
+ if (firstAt > firstColon) {
22
+ return `git+ssh://${arg}`;
23
+ } else {
24
+ return arg;
25
+ }
26
+ }
27
+ const doubleSlash = arg.indexOf("//");
28
+ if (doubleSlash === firstColon + 1) {
29
+ return arg;
30
+ }
31
+ return `${arg.slice(0, firstColon + 1)}//${arg.slice(firstColon + 1)}`;
32
+ };
33
+ const correctUrl = (giturl) => {
34
+ const firstAt = lastIndexOfBefore(giturl, "@", "#");
35
+ const lastColonBeforeHash = lastIndexOfBefore(giturl, ":", "#");
36
+ if (lastColonBeforeHash > firstAt) {
37
+ giturl = giturl.slice(0, lastColonBeforeHash) + "/" + giturl.slice(lastColonBeforeHash + 1);
38
+ }
39
+ if (lastIndexOfBefore(giturl, ":", "#") === -1 && giturl.indexOf("//") === -1) {
40
+ giturl = `git+ssh://${giturl}`;
41
+ }
42
+ return giturl;
43
+ };
44
+ var parseUrl = (giturl, protocols) => {
45
+ const withProtocol = protocols ? correctProtocol(giturl, protocols) : giturl;
46
+ return safeUrl(withProtocol) || safeUrl(correctUrl(withProtocol));
47
+ };
48
+ export {
49
+ parseUrl as default
50
+ };
51
+ //# sourceMappingURL=parse-url.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parse-url.js","sources":["../../../../../../../../node_modules/meow/node_modules/hosted-git-info/lib/parse-url.js"],"sourcesContent":["const url = require('url')\n\nconst lastIndexOfBefore = (str, char, beforeChar) => {\n const startPosition = str.indexOf(beforeChar)\n return str.lastIndexOf(char, startPosition > -1 ? startPosition : Infinity)\n}\n\nconst safeUrl = (u) => {\n try {\n return new url.URL(u)\n } catch {\n // this fn should never throw\n }\n}\n\n// accepts input like git:github.com:user/repo and inserts the // after the first :\nconst correctProtocol = (arg, protocols) => {\n const firstColon = arg.indexOf(':')\n const proto = arg.slice(0, firstColon + 1)\n if (Object.prototype.hasOwnProperty.call(protocols, proto)) {\n return arg\n }\n\n const firstAt = arg.indexOf('@')\n if (firstAt > -1) {\n if (firstAt > firstColon) {\n return `git+ssh://${arg}`\n } else {\n return arg\n }\n }\n\n const doubleSlash = arg.indexOf('//')\n if (doubleSlash === firstColon + 1) {\n return arg\n }\n\n return `${arg.slice(0, firstColon + 1)}//${arg.slice(firstColon + 1)}`\n}\n\n// attempt to correct an scp style url so that it will parse with `new URL()`\nconst correctUrl = (giturl) => {\n // ignore @ that come after the first hash since the denotes the start\n // of a committish which can contain @ characters\n const firstAt = lastIndexOfBefore(giturl, '@', '#')\n // ignore colons that come after the hash since that could include colons such as:\n // git@github.com:user/package-2#semver:^1.0.0\n const lastColonBeforeHash = lastIndexOfBefore(giturl, ':', '#')\n\n if (lastColonBeforeHash > firstAt) {\n // the last : comes after the first @ (or there is no @)\n // like it would in:\n // proto://hostname.com:user/repo\n // username@hostname.com:user/repo\n // :password@hostname.com:user/repo\n // username:password@hostname.com:user/repo\n // proto://username@hostname.com:user/repo\n // proto://:password@hostname.com:user/repo\n // proto://username:password@hostname.com:user/repo\n // then we replace the last : with a / to create a valid path\n giturl = giturl.slice(0, lastColonBeforeHash) + '/' + giturl.slice(lastColonBeforeHash + 1)\n }\n\n if (lastIndexOfBefore(giturl, ':', '#') === -1 && giturl.indexOf('//') === -1) {\n // we have no : at all\n // as it would be in:\n // username@hostname.com/user/repo\n // then we prepend a protocol\n giturl = `git+ssh://${giturl}`\n }\n\n return giturl\n}\n\nmodule.exports = (giturl, protocols) => {\n const withProtocol = protocols ? correctProtocol(giturl, protocols) : giturl\n return safeUrl(withProtocol) || safeUrl(correctUrl(withProtocol))\n}\n"],"names":[],"mappings":";AAAA,MAAM,MAAM;AAEZ,MAAM,oBAAoB,CAAC,KAAK,MAAM,eAAe;AACnD,QAAM,gBAAgB,IAAI,QAAQ,UAAU;AAC5C,SAAO,IAAI,YAAY,MAAM,gBAAgB,KAAK,gBAAgB,QAAQ;AAC5E;AAEA,MAAM,UAAU,CAAC,MAAM;AACrB,MAAI;AACF,WAAO,IAAI,IAAI,IAAI,CAAC;AAAA,EACxB,QAAI;AAAA,EAED;AACH;AAGA,MAAM,kBAAkB,CAAC,KAAK,cAAc;AAC1C,QAAM,aAAa,IAAI,QAAQ,GAAG;AAClC,QAAM,QAAQ,IAAI,MAAM,GAAG,aAAa,CAAC;AACzC,MAAI,OAAO,UAAU,eAAe,KAAK,WAAW,KAAK,GAAG;AAC1D,WAAO;AAAA,EACR;AAED,QAAM,UAAU,IAAI,QAAQ,GAAG;AAC/B,MAAI,UAAU,IAAI;AAChB,QAAI,UAAU,YAAY;AACxB,aAAO,aAAa;AAAA,IAC1B,OAAW;AACL,aAAO;AAAA,IACR;AAAA,EACF;AAED,QAAM,cAAc,IAAI,QAAQ,IAAI;AACpC,MAAI,gBAAgB,aAAa,GAAG;AAClC,WAAO;AAAA,EACR;AAED,SAAO,GAAG,IAAI,MAAM,GAAG,aAAa,CAAC,MAAM,IAAI,MAAM,aAAa,CAAC;AACrE;AAGA,MAAM,aAAa,CAAC,WAAW;AAG7B,QAAM,UAAU,kBAAkB,QAAQ,KAAK,GAAG;AAGlD,QAAM,sBAAsB,kBAAkB,QAAQ,KAAK,GAAG;AAE9D,MAAI,sBAAsB,SAAS;AAWjC,aAAS,OAAO,MAAM,GAAG,mBAAmB,IAAI,MAAM,OAAO,MAAM,sBAAsB,CAAC;AAAA,EAC3F;AAED,MAAI,kBAAkB,QAAQ,KAAK,GAAG,MAAM,MAAM,OAAO,QAAQ,IAAI,MAAM,IAAI;AAK7E,aAAS,aAAa;AAAA,EACvB;AAED,SAAO;AACT;AAEA,IAAA,WAAiB,CAAC,QAAQ,cAAc;AACtC,QAAM,eAAe,YAAY,gBAAgB,QAAQ,SAAS,IAAI;AACtE,SAAO,QAAQ,YAAY,KAAK,QAAQ,WAAW,YAAY,CAAC;AAClE;","x_google_ignoreList":[0]}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ function indentString(string, count = 1, options = {}) {
3
+ const {
4
+ indent = " ",
5
+ includeEmptyLines = false
6
+ } = options;
7
+ if (typeof string !== "string") {
8
+ throw new TypeError(
9
+ `Expected \`input\` to be a \`string\`, got \`${typeof string}\``
10
+ );
11
+ }
12
+ if (typeof count !== "number") {
13
+ throw new TypeError(
14
+ `Expected \`count\` to be a \`number\`, got \`${typeof count}\``
15
+ );
16
+ }
17
+ if (count < 0) {
18
+ throw new RangeError(
19
+ `Expected \`count\` to be at least 0, got \`${count}\``
20
+ );
21
+ }
22
+ if (typeof indent !== "string") {
23
+ throw new TypeError(
24
+ `Expected \`options.indent\` to be a \`string\`, got \`${typeof indent}\``
25
+ );
26
+ }
27
+ if (count === 0) {
28
+ return string;
29
+ }
30
+ const regex = includeEmptyLines ? /^/gm : /^(?!\s*$)/gm;
31
+ return string.replace(regex, indent.repeat(count));
32
+ }
33
+ module.exports = indentString;
34
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":["../../../../../../../node_modules/meow/node_modules/indent-string/index.js"],"sourcesContent":["export default function indentString(string, count = 1, options = {}) {\n\tconst {\n\t\tindent = ' ',\n\t\tincludeEmptyLines = false\n\t} = options;\n\n\tif (typeof string !== 'string') {\n\t\tthrow new TypeError(\n\t\t\t`Expected \\`input\\` to be a \\`string\\`, got \\`${typeof string}\\``\n\t\t);\n\t}\n\n\tif (typeof count !== 'number') {\n\t\tthrow new TypeError(\n\t\t\t`Expected \\`count\\` to be a \\`number\\`, got \\`${typeof count}\\``\n\t\t);\n\t}\n\n\tif (count < 0) {\n\t\tthrow new RangeError(\n\t\t\t`Expected \\`count\\` to be at least 0, got \\`${count}\\``\n\t\t);\n\t}\n\n\tif (typeof indent !== 'string') {\n\t\tthrow new TypeError(\n\t\t\t`Expected \\`options.indent\\` to be a \\`string\\`, got \\`${typeof indent}\\``\n\t\t);\n\t}\n\n\tif (count === 0) {\n\t\treturn string;\n\t}\n\n\tconst regex = includeEmptyLines ? /^/gm : /^(?!\\s*$)/gm;\n\n\treturn string.replace(regex, indent.repeat(count));\n}\n"],"names":[],"mappings":";AAAe,SAAS,aAAa,QAAQ,QAAQ,GAAG,UAAU,CAAA,GAAI;AACrE,QAAM;AAAA,IACL,SAAS;AAAA,IACT,oBAAoB;AAAA,EACpB,IAAG;AAEJ,MAAI,OAAO,WAAW,UAAU;AAC/B,UAAM,IAAI;AAAA,MACT,gDAAgD,OAAO;AAAA,IAC1D;AAAA,EACE;AAED,MAAI,OAAO,UAAU,UAAU;AAC9B,UAAM,IAAI;AAAA,MACT,gDAAgD,OAAO;AAAA,IAC1D;AAAA,EACE;AAED,MAAI,QAAQ,GAAG;AACd,UAAM,IAAI;AAAA,MACT,8CAA8C;AAAA,IACjD;AAAA,EACE;AAED,MAAI,OAAO,WAAW,UAAU;AAC/B,UAAM,IAAI;AAAA,MACT,yDAAyD,OAAO;AAAA,IACnE;AAAA,EACE;AAED,MAAI,UAAU,GAAG;AAChB,WAAO;AAAA,EACP;AAED,QAAM,QAAQ,oBAAoB,QAAQ;AAE1C,SAAO,OAAO,QAAQ,OAAO,OAAO,OAAO,KAAK,CAAC;AAClD;;","x_google_ignoreList":[0]}
@@ -0,0 +1,35 @@
1
+ function indentString(string, count = 1, options = {}) {
2
+ const {
3
+ indent = " ",
4
+ includeEmptyLines = false
5
+ } = options;
6
+ if (typeof string !== "string") {
7
+ throw new TypeError(
8
+ `Expected \`input\` to be a \`string\`, got \`${typeof string}\``
9
+ );
10
+ }
11
+ if (typeof count !== "number") {
12
+ throw new TypeError(
13
+ `Expected \`count\` to be a \`number\`, got \`${typeof count}\``
14
+ );
15
+ }
16
+ if (count < 0) {
17
+ throw new RangeError(
18
+ `Expected \`count\` to be at least 0, got \`${count}\``
19
+ );
20
+ }
21
+ if (typeof indent !== "string") {
22
+ throw new TypeError(
23
+ `Expected \`options.indent\` to be a \`string\`, got \`${typeof indent}\``
24
+ );
25
+ }
26
+ if (count === 0) {
27
+ return string;
28
+ }
29
+ const regex = includeEmptyLines ? /^/gm : /^(?!\s*$)/gm;
30
+ return string.replace(regex, indent.repeat(count));
31
+ }
32
+ export {
33
+ indentString as default
34
+ };
35
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/meow/node_modules/indent-string/index.js"],"sourcesContent":["export default function indentString(string, count = 1, options = {}) {\n\tconst {\n\t\tindent = ' ',\n\t\tincludeEmptyLines = false\n\t} = options;\n\n\tif (typeof string !== 'string') {\n\t\tthrow new TypeError(\n\t\t\t`Expected \\`input\\` to be a \\`string\\`, got \\`${typeof string}\\``\n\t\t);\n\t}\n\n\tif (typeof count !== 'number') {\n\t\tthrow new TypeError(\n\t\t\t`Expected \\`count\\` to be a \\`number\\`, got \\`${typeof count}\\``\n\t\t);\n\t}\n\n\tif (count < 0) {\n\t\tthrow new RangeError(\n\t\t\t`Expected \\`count\\` to be at least 0, got \\`${count}\\``\n\t\t);\n\t}\n\n\tif (typeof indent !== 'string') {\n\t\tthrow new TypeError(\n\t\t\t`Expected \\`options.indent\\` to be a \\`string\\`, got \\`${typeof indent}\\``\n\t\t);\n\t}\n\n\tif (count === 0) {\n\t\treturn string;\n\t}\n\n\tconst regex = includeEmptyLines ? /^/gm : /^(?!\\s*$)/gm;\n\n\treturn string.replace(regex, indent.repeat(count));\n}\n"],"names":[],"mappings":"AAAe,SAAS,aAAa,QAAQ,QAAQ,GAAG,UAAU,CAAA,GAAI;AACrE,QAAM;AAAA,IACL,SAAS;AAAA,IACT,oBAAoB;AAAA,EACpB,IAAG;AAEJ,MAAI,OAAO,WAAW,UAAU;AAC/B,UAAM,IAAI;AAAA,MACT,gDAAgD,OAAO;AAAA,IAC1D;AAAA,EACE;AAED,MAAI,OAAO,UAAU,UAAU;AAC9B,UAAM,IAAI;AAAA,MACT,gDAAgD,OAAO;AAAA,IAC1D;AAAA,EACE;AAED,MAAI,QAAQ,GAAG;AACd,UAAM,IAAI;AAAA,MACT,8CAA8C;AAAA,IACjD;AAAA,EACE;AAED,MAAI,OAAO,WAAW,UAAU;AAC/B,UAAM,IAAI;AAAA,MACT,yDAAyD,OAAO;AAAA,IACnE;AAAA,EACE;AAED,MAAI,UAAU,GAAG;AAChB,WAAO;AAAA,EACP;AAED,QAAM,QAAQ,oBAAoB,QAAQ;AAE1C,SAAO,OAAO,QAAQ,OAAO,OAAO,OAAO,KAAK,CAAC;AAClD;","x_google_ignoreList":[0]}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const process = require("node:process");
4
+ const path = require("node:path");
5
+ const fs = require("node:fs");
6
+ const node_url = require("node:url");
7
+ const typeMappings = {
8
+ directory: "isDirectory",
9
+ file: "isFile"
10
+ };
11
+ function checkType(type) {
12
+ if (Object.hasOwnProperty.call(typeMappings, type)) {
13
+ return;
14
+ }
15
+ throw new Error(`Invalid type specified: ${type}`);
16
+ }
17
+ const matchType = (type, stat) => stat[typeMappings[type]]();
18
+ const toPath = (urlOrPath) => urlOrPath instanceof URL ? node_url.fileURLToPath(urlOrPath) : urlOrPath;
19
+ function locatePathSync(paths, {
20
+ cwd = process.cwd(),
21
+ type = "file",
22
+ allowSymlinks = true
23
+ } = {}) {
24
+ checkType(type);
25
+ cwd = toPath(cwd);
26
+ const statFunction = allowSymlinks ? fs.statSync : fs.lstatSync;
27
+ for (const path_ of paths) {
28
+ try {
29
+ const stat = statFunction(path.resolve(cwd, path_), {
30
+ throwIfNoEntry: false
31
+ });
32
+ if (!stat) {
33
+ continue;
34
+ }
35
+ if (matchType(type, stat)) {
36
+ return path_;
37
+ }
38
+ } catch {
39
+ }
40
+ }
41
+ }
42
+ exports.locatePathSync = locatePathSync;
43
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":["../../../../../../../node_modules/meow/node_modules/locate-path/index.js"],"sourcesContent":["import process from 'node:process';\nimport path from 'node:path';\nimport fs, {promises as fsPromises} from 'node:fs';\nimport {fileURLToPath} from 'node:url';\nimport pLocate from 'p-locate';\n\nconst typeMappings = {\n\tdirectory: 'isDirectory',\n\tfile: 'isFile',\n};\n\nfunction checkType(type) {\n\tif (Object.hasOwnProperty.call(typeMappings, type)) {\n\t\treturn;\n\t}\n\n\tthrow new Error(`Invalid type specified: ${type}`);\n}\n\nconst matchType = (type, stat) => stat[typeMappings[type]]();\n\nconst toPath = urlOrPath => urlOrPath instanceof URL ? fileURLToPath(urlOrPath) : urlOrPath;\n\nexport async function locatePath(\n\tpaths,\n\t{\n\t\tcwd = process.cwd(),\n\t\ttype = 'file',\n\t\tallowSymlinks = true,\n\t\tconcurrency,\n\t\tpreserveOrder,\n\t} = {},\n) {\n\tcheckType(type);\n\tcwd = toPath(cwd);\n\n\tconst statFunction = allowSymlinks ? fsPromises.stat : fsPromises.lstat;\n\n\treturn pLocate(paths, async path_ => {\n\t\ttry {\n\t\t\tconst stat = await statFunction(path.resolve(cwd, path_));\n\t\t\treturn matchType(type, stat);\n\t\t} catch {\n\t\t\treturn false;\n\t\t}\n\t}, {concurrency, preserveOrder});\n}\n\nexport function locatePathSync(\n\tpaths,\n\t{\n\t\tcwd = process.cwd(),\n\t\ttype = 'file',\n\t\tallowSymlinks = true,\n\t} = {},\n) {\n\tcheckType(type);\n\tcwd = toPath(cwd);\n\n\tconst statFunction = allowSymlinks ? fs.statSync : fs.lstatSync;\n\n\tfor (const path_ of paths) {\n\t\ttry {\n\t\t\tconst stat = statFunction(path.resolve(cwd, path_), {\n\t\t\t\tthrowIfNoEntry: false,\n\t\t\t});\n\n\t\t\tif (!stat) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (matchType(type, stat)) {\n\t\t\t\treturn path_;\n\t\t\t}\n\t\t} catch {}\n\t}\n}\n"],"names":["fileURLToPath"],"mappings":";;;;;;AAMA,MAAM,eAAe;AAAA,EACpB,WAAW;AAAA,EACX,MAAM;AACP;AAEA,SAAS,UAAU,MAAM;AACxB,MAAI,OAAO,eAAe,KAAK,cAAc,IAAI,GAAG;AACnD;AAAA,EACA;AAED,QAAM,IAAI,MAAM,2BAA2B,MAAM;AAClD;AAEA,MAAM,YAAY,CAAC,MAAM,SAAS,KAAK,aAAa,IAAI,CAAC;AAEzD,MAAM,SAAS,eAAa,qBAAqB,MAAMA,SAAAA,cAAc,SAAS,IAAI;AA2B3E,SAAS,eACf,OACA;AAAA,EACC,MAAM,QAAQ,IAAK;AAAA,EACnB,OAAO;AAAA,EACP,gBAAgB;AAClB,IAAK,CAAE,GACL;AACD,YAAU,IAAI;AACd,QAAM,OAAO,GAAG;AAEhB,QAAM,eAAe,gBAAgB,GAAG,WAAW,GAAG;AAEtD,aAAW,SAAS,OAAO;AAC1B,QAAI;AACH,YAAM,OAAO,aAAa,KAAK,QAAQ,KAAK,KAAK,GAAG;AAAA,QACnD,gBAAgB;AAAA,MACpB,CAAI;AAED,UAAI,CAAC,MAAM;AACV;AAAA,MACA;AAED,UAAI,UAAU,MAAM,IAAI,GAAG;AAC1B,eAAO;AAAA,MACP;AAAA,IACD,QAAC;AAAA,IAAQ;AAAA,EACV;AACF;;","x_google_ignoreList":[0]}