@powerlines/plugin-content-collections 0.1.257 → 0.1.259

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 (404) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +2 -0
  2. package/dist/_virtual/rolldown_runtime.mjs +32 -0
  3. package/dist/helpers/create-writer.cjs +5 -5
  4. package/dist/helpers/create-writer.mjs +2 -2
  5. package/dist/index.cjs +5 -5
  6. package/dist/index.mjs +3 -3
  7. package/dist/index.mjs.map +1 -1
  8. package/dist/node_modules/.pnpm/@content-collections_core@0.12.0_patch_hash_bceb89349da763f8c715d7b53875be4a1e5bc5161d7_3067b2e8f290866ec343d5ebc4494f7e/node_modules/@content-collections/core/dist/index.cjs +1946 -0
  9. package/dist/node_modules/.pnpm/@content-collections_core@0.12.0_patch_hash_bceb89349da763f8c715d7b53875be4a1e5bc5161d7_3067b2e8f290866ec343d5ebc4494f7e/node_modules/@content-collections/core/dist/index.mjs +1939 -0
  10. package/dist/node_modules/.pnpm/@content-collections_core@0.12.0_patch_hash_bceb89349da763f8c715d7b53875be4a1e5bc5161d7_3067b2e8f290866ec343d5ebc4494f7e/node_modules/@content-collections/core/dist/index.mjs.map +1 -0
  11. package/dist/node_modules/.pnpm/camelcase@8.0.0/node_modules/camelcase/index.cjs +9 -0
  12. package/dist/node_modules/.pnpm/camelcase@8.0.0/node_modules/camelcase/index.mjs +10 -0
  13. package/dist/node_modules/.pnpm/camelcase@8.0.0/node_modules/camelcase/index.mjs.map +1 -0
  14. package/dist/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/lib/main.cjs +2124 -0
  15. package/dist/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/lib/main.mjs +2120 -0
  16. package/dist/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/lib/main.mjs.map +1 -0
  17. package/dist/node_modules/.pnpm/esprima@4.0.1/node_modules/esprima/dist/esprima.cjs +5342 -0
  18. package/dist/node_modules/.pnpm/esprima@4.0.1/node_modules/esprima/dist/esprima.mjs +5340 -0
  19. package/dist/node_modules/.pnpm/esprima@4.0.1/node_modules/esprima/dist/esprima.mjs.map +1 -0
  20. package/dist/node_modules/.pnpm/extend-shallow@2.0.1/node_modules/extend-shallow/index.cjs +35 -0
  21. package/dist/node_modules/.pnpm/extend-shallow@2.0.1/node_modules/extend-shallow/index.mjs +31 -0
  22. package/dist/node_modules/.pnpm/extend-shallow@2.0.1/node_modules/extend-shallow/index.mjs.map +1 -0
  23. package/dist/node_modules/.pnpm/fdir@6.5.0_@types_picomatch@4.0.2_picomatch@4.0.3/node_modules/fdir/dist/index.cjs +516 -0
  24. package/dist/node_modules/.pnpm/fdir@6.5.0_@types_picomatch@4.0.2_picomatch@4.0.3/node_modules/fdir/dist/index.mjs +515 -0
  25. package/dist/node_modules/.pnpm/fdir@6.5.0_@types_picomatch@4.0.2_picomatch@4.0.3/node_modules/fdir/dist/index.mjs.map +1 -0
  26. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/index.cjs +185 -0
  27. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/index.mjs +181 -0
  28. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/index.mjs.map +1 -0
  29. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/defaults.cjs +27 -0
  30. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/defaults.mjs +23 -0
  31. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/defaults.mjs.map +1 -0
  32. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engine.cjs +33 -0
  33. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engine.mjs +29 -0
  34. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engine.mjs.map +1 -0
  35. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engines.cjs +58 -0
  36. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engines.mjs +54 -0
  37. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engines.mjs.map +1 -0
  38. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/excerpt.cjs +28 -0
  39. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/excerpt.mjs +24 -0
  40. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/excerpt.mjs.map +1 -0
  41. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/parse.cjs +25 -0
  42. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/parse.mjs +21 -0
  43. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/parse.mjs.map +1 -0
  44. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/stringify.cjs +53 -0
  45. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/stringify.mjs +49 -0
  46. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/stringify.mjs.map +1 -0
  47. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/to-file.cjs +41 -0
  48. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/to-file.mjs +37 -0
  49. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/to-file.mjs.map +1 -0
  50. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/utils.cjs +66 -0
  51. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/utils.mjs +62 -0
  52. package/dist/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/utils.mjs.map +1 -0
  53. package/dist/node_modules/.pnpm/is-extendable@0.1.1/node_modules/is-extendable/index.cjs +24 -0
  54. package/dist/node_modules/.pnpm/is-extendable@0.1.1/node_modules/is-extendable/index.mjs +20 -0
  55. package/dist/node_modules/.pnpm/is-extendable@0.1.1/node_modules/is-extendable/index.mjs.map +1 -0
  56. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/index.cjs +18 -0
  57. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/index.mjs +14 -0
  58. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/index.mjs.map +1 -0
  59. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/common.cjs +51 -0
  60. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/common.mjs +47 -0
  61. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/common.mjs.map +1 -0
  62. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/dumper.cjs +452 -0
  63. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/dumper.mjs +448 -0
  64. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/dumper.mjs.map +1 -0
  65. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/exception.cjs +33 -0
  66. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/exception.mjs +29 -0
  67. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/exception.mjs.map +1 -0
  68. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/loader.cjs +820 -0
  69. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/loader.mjs +816 -0
  70. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/loader.mjs.map +1 -0
  71. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/mark.cjs +63 -0
  72. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/mark.mjs +59 -0
  73. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/mark.mjs.map +1 -0
  74. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/core.cjs +19 -0
  75. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/core.mjs +15 -0
  76. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/core.mjs.map +1 -0
  77. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_full.cjs +29 -0
  78. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_full.mjs +25 -0
  79. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_full.mjs.map +1 -0
  80. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.cjs +34 -0
  81. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.mjs +30 -0
  82. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.mjs.map +1 -0
  83. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/failsafe.cjs +25 -0
  84. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/failsafe.mjs +21 -0
  85. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/failsafe.mjs.map +1 -0
  86. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/json.cjs +31 -0
  87. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/json.mjs +27 -0
  88. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/json.mjs.map +1 -0
  89. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema.cjs +88 -0
  90. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema.mjs +84 -0
  91. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema.mjs.map +1 -0
  92. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/binary.cjs +95 -0
  93. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/binary.mjs +91 -0
  94. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/binary.mjs.map +1 -0
  95. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/bool.cjs +46 -0
  96. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/bool.mjs +42 -0
  97. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/bool.mjs.map +1 -0
  98. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/float.cjs +77 -0
  99. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/float.mjs +73 -0
  100. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/float.mjs.map +1 -0
  101. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/int.cjs +136 -0
  102. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/int.mjs +132 -0
  103. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/int.mjs.map +1 -0
  104. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/function.cjs +57 -0
  105. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/function.mjs +53 -0
  106. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/function.mjs.map +1 -0
  107. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.cjs +53 -0
  108. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.mjs +49 -0
  109. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.mjs.map +1 -0
  110. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.cjs +34 -0
  111. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.mjs +30 -0
  112. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.mjs.map +1 -0
  113. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/map.cjs +23 -0
  114. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/map.mjs +19 -0
  115. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/map.mjs.map +1 -0
  116. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/merge.cjs +24 -0
  117. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/merge.mjs +20 -0
  118. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/merge.mjs.map +1 -0
  119. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/null.cjs +49 -0
  120. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/null.mjs +45 -0
  121. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/null.mjs.map +1 -0
  122. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/omap.cjs +42 -0
  123. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/omap.mjs +38 -0
  124. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/omap.mjs.map +1 -0
  125. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/pairs.cjs +47 -0
  126. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/pairs.mjs +43 -0
  127. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/pairs.mjs.map +1 -0
  128. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/seq.cjs +23 -0
  129. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/seq.mjs +19 -0
  130. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/seq.mjs.map +1 -0
  131. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/set.cjs +34 -0
  132. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/set.mjs +30 -0
  133. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/set.mjs.map +1 -0
  134. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/str.cjs +23 -0
  135. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/str.mjs +19 -0
  136. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/str.mjs.map +1 -0
  137. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/timestamp.cjs +62 -0
  138. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/timestamp.mjs +58 -0
  139. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/timestamp.mjs.map +1 -0
  140. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type.cjs +62 -0
  141. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type.mjs +58 -0
  142. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type.mjs.map +1 -0
  143. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml.cjs +53 -0
  144. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml.mjs +49 -0
  145. package/dist/node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml.mjs.map +1 -0
  146. package/dist/node_modules/.pnpm/kind-of@6.0.3/node_modules/kind-of/index.cjs +97 -0
  147. package/dist/node_modules/.pnpm/kind-of@6.0.3/node_modules/kind-of/index.mjs +95 -0
  148. package/dist/node_modules/.pnpm/kind-of@6.0.3/node_modules/kind-of/index.mjs.map +1 -0
  149. package/dist/node_modules/.pnpm/p-limit@6.2.0/node_modules/p-limit/index.cjs +62 -0
  150. package/dist/node_modules/.pnpm/p-limit@6.2.0/node_modules/p-limit/index.mjs +63 -0
  151. package/dist/node_modules/.pnpm/p-limit@6.2.0/node_modules/p-limit/index.mjs.map +1 -0
  152. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.cjs +28 -0
  153. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.mjs +24 -0
  154. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.mjs.map +1 -0
  155. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.cjs +175 -0
  156. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.mjs +171 -0
  157. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.mjs.map +1 -0
  158. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.cjs +871 -0
  159. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.mjs +867 -0
  160. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.mjs.map +1 -0
  161. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.cjs +307 -0
  162. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.mjs +303 -0
  163. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.mjs.map +1 -0
  164. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.cjs +300 -0
  165. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.mjs +296 -0
  166. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.mjs.map +1 -0
  167. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.cjs +60 -0
  168. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.mjs +56 -0
  169. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.mjs.map +1 -0
  170. package/dist/node_modules/.pnpm/randombytes@2.1.0/node_modules/randombytes/index.cjs +14 -0
  171. package/dist/node_modules/.pnpm/randombytes@2.1.0/node_modules/randombytes/index.mjs +12 -0
  172. package/dist/node_modules/.pnpm/randombytes@2.1.0/node_modules/randombytes/index.mjs.map +1 -0
  173. package/dist/node_modules/.pnpm/section-matter@1.0.0/node_modules/section-matter/index.cjs +117 -0
  174. package/dist/node_modules/.pnpm/section-matter@1.0.0/node_modules/section-matter/index.mjs +113 -0
  175. package/dist/node_modules/.pnpm/section-matter@1.0.0/node_modules/section-matter/index.mjs.map +1 -0
  176. package/dist/node_modules/.pnpm/serialize-javascript@6.0.2/node_modules/serialize-javascript/index.cjs +119 -0
  177. package/dist/node_modules/.pnpm/serialize-javascript@6.0.2/node_modules/serialize-javascript/index.mjs +115 -0
  178. package/dist/node_modules/.pnpm/serialize-javascript@6.0.2/node_modules/serialize-javascript/index.mjs.map +1 -0
  179. package/dist/node_modules/.pnpm/strip-bom-string@1.0.0/node_modules/strip-bom-string/index.cjs +25 -0
  180. package/dist/node_modules/.pnpm/strip-bom-string@1.0.0/node_modules/strip-bom-string/index.mjs +21 -0
  181. package/dist/node_modules/.pnpm/strip-bom-string@1.0.0/node_modules/strip-bom-string/index.mjs.map +1 -0
  182. package/dist/node_modules/.pnpm/tinyglobby@0.2.15/node_modules/tinyglobby/dist/index.cjs +294 -0
  183. package/dist/node_modules/.pnpm/tinyglobby@0.2.15/node_modules/tinyglobby/dist/index.mjs +293 -0
  184. package/dist/node_modules/.pnpm/tinyglobby@0.2.15/node_modules/tinyglobby/dist/index.mjs.map +1 -0
  185. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-collection.cjs +70 -0
  186. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-collection.mjs +66 -0
  187. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-collection.mjs.map +1 -0
  188. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-doc.cjs +57 -0
  189. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-doc.mjs +53 -0
  190. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-doc.mjs.map +1 -0
  191. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-node.cjs +102 -0
  192. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-node.mjs +98 -0
  193. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-node.mjs.map +1 -0
  194. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-scalar.cjs +74 -0
  195. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-scalar.mjs +70 -0
  196. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/compose-scalar.mjs.map +1 -0
  197. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/composer.cjs +215 -0
  198. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/composer.mjs +211 -0
  199. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/composer.mjs.map +1 -0
  200. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-map.cjs +101 -0
  201. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-map.mjs +97 -0
  202. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-map.mjs.map +1 -0
  203. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-scalar.cjs +187 -0
  204. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-scalar.mjs +183 -0
  205. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-scalar.mjs.map +1 -0
  206. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-seq.cjs +56 -0
  207. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-seq.mjs +52 -0
  208. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-seq.mjs.map +1 -0
  209. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-end.cjs +49 -0
  210. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-end.mjs +45 -0
  211. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-end.mjs.map +1 -0
  212. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-flow-collection.cjs +174 -0
  213. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-flow-collection.mjs +170 -0
  214. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-flow-collection.mjs.map +1 -0
  215. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-flow-scalar.cjs +219 -0
  216. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-flow-scalar.mjs +215 -0
  217. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-flow-scalar.mjs.map +1 -0
  218. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-props.cjs +118 -0
  219. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-props.mjs +114 -0
  220. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-props.mjs.map +1 -0
  221. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-contains-newline.cjs +40 -0
  222. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-contains-newline.mjs +36 -0
  223. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-contains-newline.mjs.map +1 -0
  224. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-empty-scalar-position.cjs +38 -0
  225. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-empty-scalar-position.mjs +34 -0
  226. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-empty-scalar-position.mjs.map +1 -0
  227. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-flow-indent-check.cjs +24 -0
  228. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-flow-indent-check.mjs +20 -0
  229. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-flow-indent-check.mjs.map +1 -0
  230. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-map-includes.cjs +24 -0
  231. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-map-includes.mjs +20 -0
  232. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/compose/util-map-includes.mjs.map +1 -0
  233. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/Document.cjs +303 -0
  234. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/Document.mjs +299 -0
  235. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/Document.mjs.map +1 -0
  236. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/anchors.cjs +75 -0
  237. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/anchors.mjs +71 -0
  238. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/anchors.mjs.map +1 -0
  239. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/applyReviver.cjs +51 -0
  240. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/applyReviver.mjs +47 -0
  241. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/applyReviver.mjs.map +1 -0
  242. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/createNode.cjs +77 -0
  243. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/createNode.mjs +73 -0
  244. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/createNode.mjs.map +1 -0
  245. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/directives.cjs +178 -0
  246. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/directives.mjs +174 -0
  247. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/doc/directives.mjs.map +1 -0
  248. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/errors.cjs +64 -0
  249. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/errors.mjs +60 -0
  250. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/errors.mjs.map +1 -0
  251. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/index.cjs +75 -0
  252. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/index.mjs +71 -0
  253. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/index.mjs.map +1 -0
  254. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/log.cjs +25 -0
  255. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/log.mjs +21 -0
  256. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/log.mjs.map +1 -0
  257. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Alias.cjs +109 -0
  258. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Alias.mjs +105 -0
  259. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Alias.mjs.map +1 -0
  260. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Collection.cjs +135 -0
  261. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Collection.mjs +131 -0
  262. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Collection.mjs.map +1 -0
  263. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Node.cjs +48 -0
  264. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Node.mjs +44 -0
  265. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Node.mjs.map +1 -0
  266. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Pair.cjs +48 -0
  267. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Pair.mjs +44 -0
  268. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Pair.mjs.map +1 -0
  269. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Scalar.cjs +41 -0
  270. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Scalar.mjs +37 -0
  271. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/Scalar.mjs.map +1 -0
  272. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLMap.cjs +126 -0
  273. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLMap.mjs +122 -0
  274. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLMap.mjs.map +1 -0
  275. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLSeq.cjs +123 -0
  276. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLSeq.mjs +119 -0
  277. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLSeq.mjs.map +1 -0
  278. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/addPairToJSMap.cjs +67 -0
  279. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/addPairToJSMap.mjs +63 -0
  280. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/addPairToJSMap.mjs.map +1 -0
  281. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/identity.cjs +61 -0
  282. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/identity.mjs +57 -0
  283. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/identity.mjs.map +1 -0
  284. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/toJS.cjs +49 -0
  285. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/toJS.mjs +45 -0
  286. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/nodes/toJS.mjs.map +1 -0
  287. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-scalar.cjs +282 -0
  288. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-scalar.mjs +278 -0
  289. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-scalar.mjs.map +1 -0
  290. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-stringify.cjs +62 -0
  291. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-stringify.mjs +58 -0
  292. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-stringify.mjs.map +1 -0
  293. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-visit.cjs +102 -0
  294. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-visit.mjs +98 -0
  295. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst-visit.mjs.map +1 -0
  296. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst.cjs +93 -0
  297. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst.mjs +89 -0
  298. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/cst.mjs.map +1 -0
  299. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/lexer.cjs +531 -0
  300. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/lexer.mjs +527 -0
  301. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/lexer.mjs.map +1 -0
  302. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/line-counter.cjs +58 -0
  303. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/line-counter.mjs +54 -0
  304. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/line-counter.mjs.map +1 -0
  305. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/parser.cjs +871 -0
  306. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/parser.mjs +867 -0
  307. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/parse/parser.mjs.map +1 -0
  308. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/public-api.cjs +105 -0
  309. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/public-api.mjs +101 -0
  310. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/public-api.mjs.map +1 -0
  311. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/Schema.cjs +45 -0
  312. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/Schema.mjs +41 -0
  313. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/Schema.mjs.map +1 -0
  314. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/map.cjs +31 -0
  315. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/map.mjs +27 -0
  316. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/map.mjs.map +1 -0
  317. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/null.cjs +27 -0
  318. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/null.mjs +23 -0
  319. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/null.mjs.map +1 -0
  320. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/seq.cjs +31 -0
  321. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/seq.mjs +27 -0
  322. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/seq.mjs.map +1 -0
  323. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/string.cjs +28 -0
  324. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/string.mjs +24 -0
  325. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/common/string.mjs.map +1 -0
  326. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/bool.cjs +31 -0
  327. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/bool.mjs +27 -0
  328. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/bool.mjs.map +1 -0
  329. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/float.cjs +55 -0
  330. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/float.mjs +51 -0
  331. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/float.mjs.map +1 -0
  332. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/int.cjs +53 -0
  333. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/int.mjs +49 -0
  334. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/int.mjs.map +1 -0
  335. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/schema.cjs +43 -0
  336. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/schema.mjs +39 -0
  337. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/core/schema.mjs.map +1 -0
  338. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/json/schema.cjs +77 -0
  339. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/json/schema.mjs +73 -0
  340. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/json/schema.mjs.map +1 -0
  341. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/tags.cjs +111 -0
  342. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/tags.mjs +107 -0
  343. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/tags.mjs.map +1 -0
  344. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/binary.cjs +62 -0
  345. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/binary.mjs +58 -0
  346. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/binary.mjs.map +1 -0
  347. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/bool.cjs +39 -0
  348. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/bool.mjs +35 -0
  349. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/bool.mjs.map +1 -0
  350. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/float.cjs +58 -0
  351. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/float.mjs +54 -0
  352. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/float.mjs.map +1 -0
  353. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/int.cjs +87 -0
  354. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/int.mjs +83 -0
  355. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/int.mjs.map +1 -0
  356. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/merge.cjs +53 -0
  357. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/merge.mjs +49 -0
  358. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/merge.mjs.map +1 -0
  359. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/omap.cjs +79 -0
  360. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/omap.mjs +75 -0
  361. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/omap.mjs.map +1 -0
  362. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/pairs.cjs +75 -0
  363. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/pairs.mjs +71 -0
  364. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/pairs.mjs.map +1 -0
  365. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/schema.cjs +65 -0
  366. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/schema.mjs +61 -0
  367. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/schema.mjs.map +1 -0
  368. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/set.cjs +82 -0
  369. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/set.mjs +78 -0
  370. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/set.mjs.map +1 -0
  371. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/timestamp.cjs +95 -0
  372. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/timestamp.mjs +91 -0
  373. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/timestamp.mjs.map +1 -0
  374. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/foldFlowLines.cjs +127 -0
  375. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/foldFlowLines.mjs +123 -0
  376. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/foldFlowLines.mjs.map +1 -0
  377. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringify.cjs +122 -0
  378. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringify.mjs +118 -0
  379. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringify.mjs.map +1 -0
  380. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyCollection.cjs +128 -0
  381. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyCollection.mjs +124 -0
  382. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyCollection.mjs.map +1 -0
  383. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyComment.cjs +31 -0
  384. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyComment.mjs +27 -0
  385. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyComment.mjs.map +1 -0
  386. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyDocument.cjs +75 -0
  387. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyDocument.mjs +71 -0
  388. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyDocument.mjs.map +1 -0
  389. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyNumber.cjs +32 -0
  390. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyNumber.mjs +28 -0
  391. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyNumber.mjs.map +1 -0
  392. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyPair.cjs +112 -0
  393. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyPair.mjs +108 -0
  394. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyPair.mjs.map +1 -0
  395. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyString.cjs +237 -0
  396. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyString.mjs +233 -0
  397. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyString.mjs.map +1 -0
  398. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/visit.cjs +202 -0
  399. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/visit.mjs +198 -0
  400. package/dist/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/dist/visit.mjs.map +1 -0
  401. package/dist/node_modules/.pnpm/yocto-queue@1.2.2/node_modules/yocto-queue/index.cjs +61 -0
  402. package/dist/node_modules/.pnpm/yocto-queue@1.2.2/node_modules/yocto-queue/index.mjs +61 -0
  403. package/dist/node_modules/.pnpm/yocto-queue@1.2.2/node_modules/yocto-queue/index.mjs.map +1 -0
  404. package/package.json +4 -4
@@ -0,0 +1,867 @@
1
+ import { __commonJSMin } from "../../../../../../_virtual/rolldown_runtime.mjs";
2
+ import { require_constants } from "./constants.mjs";
3
+ import { require_utils } from "./utils.mjs";
4
+
5
+ //#region ../../node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.js
6
+ var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7
+ const constants = require_constants();
8
+ const utils = require_utils();
9
+ /**
10
+ * Constants
11
+ */
12
+ const { MAX_LENGTH, POSIX_REGEX_SOURCE, REGEX_NON_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_BACKREF, REPLACEMENTS } = constants;
13
+ /**
14
+ * Helpers
15
+ */
16
+ const expandRange = (args, options) => {
17
+ if (typeof options.expandRange === "function") return options.expandRange(...args, options);
18
+ args.sort();
19
+ const value = `[${args.join("-")}]`;
20
+ try {
21
+ new RegExp(value);
22
+ } catch (ex) {
23
+ return args.map((v) => utils.escapeRegex(v)).join("..");
24
+ }
25
+ return value;
26
+ };
27
+ /**
28
+ * Create the message for a syntax error
29
+ */
30
+ const syntaxError = (type, char) => {
31
+ return `Missing ${type}: "${char}" - use "\\\\${char}" to match literal characters`;
32
+ };
33
+ /**
34
+ * Parse the given input string.
35
+ * @param {String} input
36
+ * @param {Object} options
37
+ * @return {Object}
38
+ */
39
+ const parse = (input, options) => {
40
+ if (typeof input !== "string") throw new TypeError("Expected a string");
41
+ input = REPLACEMENTS[input] || input;
42
+ const opts = { ...options };
43
+ const max = typeof opts.maxLength === "number" ? Math.min(MAX_LENGTH, opts.maxLength) : MAX_LENGTH;
44
+ let len = input.length;
45
+ if (len > max) throw new SyntaxError(`Input length: ${len}, exceeds maximum allowed length: ${max}`);
46
+ const bos = {
47
+ type: "bos",
48
+ value: "",
49
+ output: opts.prepend || ""
50
+ };
51
+ const tokens = [bos];
52
+ const capture = opts.capture ? "" : "?:";
53
+ const PLATFORM_CHARS = constants.globChars(opts.windows);
54
+ const EXTGLOB_CHARS = constants.extglobChars(PLATFORM_CHARS);
55
+ const { DOT_LITERAL, PLUS_LITERAL, SLASH_LITERAL, ONE_CHAR, DOTS_SLASH, NO_DOT, NO_DOT_SLASH, NO_DOTS_SLASH, QMARK, QMARK_NO_DOT, STAR, START_ANCHOR } = PLATFORM_CHARS;
56
+ const globstar = (opts$1) => {
57
+ return `(${capture}(?:(?!${START_ANCHOR}${opts$1.dot ? DOTS_SLASH : DOT_LITERAL}).)*?)`;
58
+ };
59
+ const nodot = opts.dot ? "" : NO_DOT;
60
+ const qmarkNoDot = opts.dot ? QMARK : QMARK_NO_DOT;
61
+ let star = opts.bash === true ? globstar(opts) : STAR;
62
+ if (opts.capture) star = `(${star})`;
63
+ if (typeof opts.noext === "boolean") opts.noextglob = opts.noext;
64
+ const state = {
65
+ input,
66
+ index: -1,
67
+ start: 0,
68
+ dot: opts.dot === true,
69
+ consumed: "",
70
+ output: "",
71
+ prefix: "",
72
+ backtrack: false,
73
+ negated: false,
74
+ brackets: 0,
75
+ braces: 0,
76
+ parens: 0,
77
+ quotes: 0,
78
+ globstar: false,
79
+ tokens
80
+ };
81
+ input = utils.removePrefix(input, state);
82
+ len = input.length;
83
+ const extglobs = [];
84
+ const braces = [];
85
+ const stack = [];
86
+ let prev = bos;
87
+ let value;
88
+ /**
89
+ * Tokenizing helpers
90
+ */
91
+ const eos = () => state.index === len - 1;
92
+ const peek = state.peek = (n = 1) => input[state.index + n];
93
+ const advance = state.advance = () => input[++state.index] || "";
94
+ const remaining = () => input.slice(state.index + 1);
95
+ const consume = (value$1 = "", num = 0) => {
96
+ state.consumed += value$1;
97
+ state.index += num;
98
+ };
99
+ const append = (token) => {
100
+ state.output += token.output != null ? token.output : token.value;
101
+ consume(token.value);
102
+ };
103
+ const negate = () => {
104
+ let count = 1;
105
+ while (peek() === "!" && (peek(2) !== "(" || peek(3) === "?")) {
106
+ advance();
107
+ state.start++;
108
+ count++;
109
+ }
110
+ if (count % 2 === 0) return false;
111
+ state.negated = true;
112
+ state.start++;
113
+ return true;
114
+ };
115
+ const increment = (type) => {
116
+ state[type]++;
117
+ stack.push(type);
118
+ };
119
+ const decrement = (type) => {
120
+ state[type]--;
121
+ stack.pop();
122
+ };
123
+ /**
124
+ * Push tokens onto the tokens array. This helper speeds up
125
+ * tokenizing by 1) helping us avoid backtracking as much as possible,
126
+ * and 2) helping us avoid creating extra tokens when consecutive
127
+ * characters are plain text. This improves performance and simplifies
128
+ * lookbehinds.
129
+ */
130
+ const push = (tok) => {
131
+ if (prev.type === "globstar") {
132
+ const isBrace = state.braces > 0 && (tok.type === "comma" || tok.type === "brace");
133
+ const isExtglob = tok.extglob === true || extglobs.length && (tok.type === "pipe" || tok.type === "paren");
134
+ if (tok.type !== "slash" && tok.type !== "paren" && !isBrace && !isExtglob) {
135
+ state.output = state.output.slice(0, -prev.output.length);
136
+ prev.type = "star";
137
+ prev.value = "*";
138
+ prev.output = star;
139
+ state.output += prev.output;
140
+ }
141
+ }
142
+ if (extglobs.length && tok.type !== "paren") extglobs[extglobs.length - 1].inner += tok.value;
143
+ if (tok.value || tok.output) append(tok);
144
+ if (prev && prev.type === "text" && tok.type === "text") {
145
+ prev.output = (prev.output || prev.value) + tok.value;
146
+ prev.value += tok.value;
147
+ return;
148
+ }
149
+ tok.prev = prev;
150
+ tokens.push(tok);
151
+ prev = tok;
152
+ };
153
+ const extglobOpen = (type, value$1) => {
154
+ const token = {
155
+ ...EXTGLOB_CHARS[value$1],
156
+ conditions: 1,
157
+ inner: ""
158
+ };
159
+ token.prev = prev;
160
+ token.parens = state.parens;
161
+ token.output = state.output;
162
+ const output = (opts.capture ? "(" : "") + token.open;
163
+ increment("parens");
164
+ push({
165
+ type,
166
+ value: value$1,
167
+ output: state.output ? "" : ONE_CHAR
168
+ });
169
+ push({
170
+ type: "paren",
171
+ extglob: true,
172
+ value: advance(),
173
+ output
174
+ });
175
+ extglobs.push(token);
176
+ };
177
+ const extglobClose = (token) => {
178
+ let output = token.close + (opts.capture ? ")" : "");
179
+ let rest;
180
+ if (token.type === "negate") {
181
+ let extglobStar = star;
182
+ if (token.inner && token.inner.length > 1 && token.inner.includes("/")) extglobStar = globstar(opts);
183
+ if (extglobStar !== star || eos() || /^\)+$/.test(remaining())) output = token.close = `)$))${extglobStar}`;
184
+ if (token.inner.includes("*") && (rest = remaining()) && /^\.[^\\/.]+$/.test(rest)) output = token.close = `)${parse(rest, {
185
+ ...options,
186
+ fastpaths: false
187
+ }).output})${extglobStar})`;
188
+ if (token.prev.type === "bos") state.negatedExtglob = true;
189
+ }
190
+ push({
191
+ type: "paren",
192
+ extglob: true,
193
+ value,
194
+ output
195
+ });
196
+ decrement("parens");
197
+ };
198
+ /**
199
+ * Fast paths
200
+ */
201
+ if (opts.fastpaths !== false && !/(^[*!]|[/()[\]{}"])/.test(input)) {
202
+ let backslashes = false;
203
+ let output = input.replace(REGEX_SPECIAL_CHARS_BACKREF, (m, esc, chars, first, rest, index) => {
204
+ if (first === "\\") {
205
+ backslashes = true;
206
+ return m;
207
+ }
208
+ if (first === "?") {
209
+ if (esc) return esc + first + (rest ? QMARK.repeat(rest.length) : "");
210
+ if (index === 0) return qmarkNoDot + (rest ? QMARK.repeat(rest.length) : "");
211
+ return QMARK.repeat(chars.length);
212
+ }
213
+ if (first === ".") return DOT_LITERAL.repeat(chars.length);
214
+ if (first === "*") {
215
+ if (esc) return esc + first + (rest ? star : "");
216
+ return star;
217
+ }
218
+ return esc ? m : `\\${m}`;
219
+ });
220
+ if (backslashes === true) if (opts.unescape === true) output = output.replace(/\\/g, "");
221
+ else output = output.replace(/\\+/g, (m) => {
222
+ return m.length % 2 === 0 ? "\\\\" : m ? "\\" : "";
223
+ });
224
+ if (output === input && opts.contains === true) {
225
+ state.output = input;
226
+ return state;
227
+ }
228
+ state.output = utils.wrapOutput(output, state, options);
229
+ return state;
230
+ }
231
+ /**
232
+ * Tokenize input until we reach end-of-string
233
+ */
234
+ while (!eos()) {
235
+ value = advance();
236
+ if (value === "\0") continue;
237
+ /**
238
+ * Escaped characters
239
+ */
240
+ if (value === "\\") {
241
+ const next = peek();
242
+ if (next === "/" && opts.bash !== true) continue;
243
+ if (next === "." || next === ";") continue;
244
+ if (!next) {
245
+ value += "\\";
246
+ push({
247
+ type: "text",
248
+ value
249
+ });
250
+ continue;
251
+ }
252
+ const match = /^\\+/.exec(remaining());
253
+ let slashes = 0;
254
+ if (match && match[0].length > 2) {
255
+ slashes = match[0].length;
256
+ state.index += slashes;
257
+ if (slashes % 2 !== 0) value += "\\";
258
+ }
259
+ if (opts.unescape === true) value = advance();
260
+ else value += advance();
261
+ if (state.brackets === 0) {
262
+ push({
263
+ type: "text",
264
+ value
265
+ });
266
+ continue;
267
+ }
268
+ }
269
+ /**
270
+ * If we're inside a regex character class, continue
271
+ * until we reach the closing bracket.
272
+ */
273
+ if (state.brackets > 0 && (value !== "]" || prev.value === "[" || prev.value === "[^")) {
274
+ if (opts.posix !== false && value === ":") {
275
+ const inner = prev.value.slice(1);
276
+ if (inner.includes("[")) {
277
+ prev.posix = true;
278
+ if (inner.includes(":")) {
279
+ const idx = prev.value.lastIndexOf("[");
280
+ const pre = prev.value.slice(0, idx);
281
+ const posix = POSIX_REGEX_SOURCE[prev.value.slice(idx + 2)];
282
+ if (posix) {
283
+ prev.value = pre + posix;
284
+ state.backtrack = true;
285
+ advance();
286
+ if (!bos.output && tokens.indexOf(prev) === 1) bos.output = ONE_CHAR;
287
+ continue;
288
+ }
289
+ }
290
+ }
291
+ }
292
+ if (value === "[" && peek() !== ":" || value === "-" && peek() === "]") value = `\\${value}`;
293
+ if (value === "]" && (prev.value === "[" || prev.value === "[^")) value = `\\${value}`;
294
+ if (opts.posix === true && value === "!" && prev.value === "[") value = "^";
295
+ prev.value += value;
296
+ append({ value });
297
+ continue;
298
+ }
299
+ /**
300
+ * If we're inside a quoted string, continue
301
+ * until we reach the closing double quote.
302
+ */
303
+ if (state.quotes === 1 && value !== "\"") {
304
+ value = utils.escapeRegex(value);
305
+ prev.value += value;
306
+ append({ value });
307
+ continue;
308
+ }
309
+ /**
310
+ * Double quotes
311
+ */
312
+ if (value === "\"") {
313
+ state.quotes = state.quotes === 1 ? 0 : 1;
314
+ if (opts.keepQuotes === true) push({
315
+ type: "text",
316
+ value
317
+ });
318
+ continue;
319
+ }
320
+ /**
321
+ * Parentheses
322
+ */
323
+ if (value === "(") {
324
+ increment("parens");
325
+ push({
326
+ type: "paren",
327
+ value
328
+ });
329
+ continue;
330
+ }
331
+ if (value === ")") {
332
+ if (state.parens === 0 && opts.strictBrackets === true) throw new SyntaxError(syntaxError("opening", "("));
333
+ const extglob = extglobs[extglobs.length - 1];
334
+ if (extglob && state.parens === extglob.parens + 1) {
335
+ extglobClose(extglobs.pop());
336
+ continue;
337
+ }
338
+ push({
339
+ type: "paren",
340
+ value,
341
+ output: state.parens ? ")" : "\\)"
342
+ });
343
+ decrement("parens");
344
+ continue;
345
+ }
346
+ /**
347
+ * Square brackets
348
+ */
349
+ if (value === "[") {
350
+ if (opts.nobracket === true || !remaining().includes("]")) {
351
+ if (opts.nobracket !== true && opts.strictBrackets === true) throw new SyntaxError(syntaxError("closing", "]"));
352
+ value = `\\${value}`;
353
+ } else increment("brackets");
354
+ push({
355
+ type: "bracket",
356
+ value
357
+ });
358
+ continue;
359
+ }
360
+ if (value === "]") {
361
+ if (opts.nobracket === true || prev && prev.type === "bracket" && prev.value.length === 1) {
362
+ push({
363
+ type: "text",
364
+ value,
365
+ output: `\\${value}`
366
+ });
367
+ continue;
368
+ }
369
+ if (state.brackets === 0) {
370
+ if (opts.strictBrackets === true) throw new SyntaxError(syntaxError("opening", "["));
371
+ push({
372
+ type: "text",
373
+ value,
374
+ output: `\\${value}`
375
+ });
376
+ continue;
377
+ }
378
+ decrement("brackets");
379
+ const prevValue = prev.value.slice(1);
380
+ if (prev.posix !== true && prevValue[0] === "^" && !prevValue.includes("/")) value = `/${value}`;
381
+ prev.value += value;
382
+ append({ value });
383
+ if (opts.literalBrackets === false || utils.hasRegexChars(prevValue)) continue;
384
+ const escaped = utils.escapeRegex(prev.value);
385
+ state.output = state.output.slice(0, -prev.value.length);
386
+ if (opts.literalBrackets === true) {
387
+ state.output += escaped;
388
+ prev.value = escaped;
389
+ continue;
390
+ }
391
+ prev.value = `(${capture}${escaped}|${prev.value})`;
392
+ state.output += prev.value;
393
+ continue;
394
+ }
395
+ /**
396
+ * Braces
397
+ */
398
+ if (value === "{" && opts.nobrace !== true) {
399
+ increment("braces");
400
+ const open = {
401
+ type: "brace",
402
+ value,
403
+ output: "(",
404
+ outputIndex: state.output.length,
405
+ tokensIndex: state.tokens.length
406
+ };
407
+ braces.push(open);
408
+ push(open);
409
+ continue;
410
+ }
411
+ if (value === "}") {
412
+ const brace = braces[braces.length - 1];
413
+ if (opts.nobrace === true || !brace) {
414
+ push({
415
+ type: "text",
416
+ value,
417
+ output: value
418
+ });
419
+ continue;
420
+ }
421
+ let output = ")";
422
+ if (brace.dots === true) {
423
+ const arr = tokens.slice();
424
+ const range = [];
425
+ for (let i = arr.length - 1; i >= 0; i--) {
426
+ tokens.pop();
427
+ if (arr[i].type === "brace") break;
428
+ if (arr[i].type !== "dots") range.unshift(arr[i].value);
429
+ }
430
+ output = expandRange(range, opts);
431
+ state.backtrack = true;
432
+ }
433
+ if (brace.comma !== true && brace.dots !== true) {
434
+ const out = state.output.slice(0, brace.outputIndex);
435
+ const toks = state.tokens.slice(brace.tokensIndex);
436
+ brace.value = brace.output = "\\{";
437
+ value = output = "\\}";
438
+ state.output = out;
439
+ for (const t of toks) state.output += t.output || t.value;
440
+ }
441
+ push({
442
+ type: "brace",
443
+ value,
444
+ output
445
+ });
446
+ decrement("braces");
447
+ braces.pop();
448
+ continue;
449
+ }
450
+ /**
451
+ * Pipes
452
+ */
453
+ if (value === "|") {
454
+ if (extglobs.length > 0) extglobs[extglobs.length - 1].conditions++;
455
+ push({
456
+ type: "text",
457
+ value
458
+ });
459
+ continue;
460
+ }
461
+ /**
462
+ * Commas
463
+ */
464
+ if (value === ",") {
465
+ let output = value;
466
+ const brace = braces[braces.length - 1];
467
+ if (brace && stack[stack.length - 1] === "braces") {
468
+ brace.comma = true;
469
+ output = "|";
470
+ }
471
+ push({
472
+ type: "comma",
473
+ value,
474
+ output
475
+ });
476
+ continue;
477
+ }
478
+ /**
479
+ * Slashes
480
+ */
481
+ if (value === "/") {
482
+ if (prev.type === "dot" && state.index === state.start + 1) {
483
+ state.start = state.index + 1;
484
+ state.consumed = "";
485
+ state.output = "";
486
+ tokens.pop();
487
+ prev = bos;
488
+ continue;
489
+ }
490
+ push({
491
+ type: "slash",
492
+ value,
493
+ output: SLASH_LITERAL
494
+ });
495
+ continue;
496
+ }
497
+ /**
498
+ * Dots
499
+ */
500
+ if (value === ".") {
501
+ if (state.braces > 0 && prev.type === "dot") {
502
+ if (prev.value === ".") prev.output = DOT_LITERAL;
503
+ const brace = braces[braces.length - 1];
504
+ prev.type = "dots";
505
+ prev.output += value;
506
+ prev.value += value;
507
+ brace.dots = true;
508
+ continue;
509
+ }
510
+ if (state.braces + state.parens === 0 && prev.type !== "bos" && prev.type !== "slash") {
511
+ push({
512
+ type: "text",
513
+ value,
514
+ output: DOT_LITERAL
515
+ });
516
+ continue;
517
+ }
518
+ push({
519
+ type: "dot",
520
+ value,
521
+ output: DOT_LITERAL
522
+ });
523
+ continue;
524
+ }
525
+ /**
526
+ * Question marks
527
+ */
528
+ if (value === "?") {
529
+ if (!(prev && prev.value === "(") && opts.noextglob !== true && peek() === "(" && peek(2) !== "?") {
530
+ extglobOpen("qmark", value);
531
+ continue;
532
+ }
533
+ if (prev && prev.type === "paren") {
534
+ const next = peek();
535
+ let output = value;
536
+ if (prev.value === "(" && !/[!=<:]/.test(next) || next === "<" && !/<([!=]|\w+>)/.test(remaining())) output = `\\${value}`;
537
+ push({
538
+ type: "text",
539
+ value,
540
+ output
541
+ });
542
+ continue;
543
+ }
544
+ if (opts.dot !== true && (prev.type === "slash" || prev.type === "bos")) {
545
+ push({
546
+ type: "qmark",
547
+ value,
548
+ output: QMARK_NO_DOT
549
+ });
550
+ continue;
551
+ }
552
+ push({
553
+ type: "qmark",
554
+ value,
555
+ output: QMARK
556
+ });
557
+ continue;
558
+ }
559
+ /**
560
+ * Exclamation
561
+ */
562
+ if (value === "!") {
563
+ if (opts.noextglob !== true && peek() === "(") {
564
+ if (peek(2) !== "?" || !/[!=<:]/.test(peek(3))) {
565
+ extglobOpen("negate", value);
566
+ continue;
567
+ }
568
+ }
569
+ if (opts.nonegate !== true && state.index === 0) {
570
+ negate();
571
+ continue;
572
+ }
573
+ }
574
+ /**
575
+ * Plus
576
+ */
577
+ if (value === "+") {
578
+ if (opts.noextglob !== true && peek() === "(" && peek(2) !== "?") {
579
+ extglobOpen("plus", value);
580
+ continue;
581
+ }
582
+ if (prev && prev.value === "(" || opts.regex === false) {
583
+ push({
584
+ type: "plus",
585
+ value,
586
+ output: PLUS_LITERAL
587
+ });
588
+ continue;
589
+ }
590
+ if (prev && (prev.type === "bracket" || prev.type === "paren" || prev.type === "brace") || state.parens > 0) {
591
+ push({
592
+ type: "plus",
593
+ value
594
+ });
595
+ continue;
596
+ }
597
+ push({
598
+ type: "plus",
599
+ value: PLUS_LITERAL
600
+ });
601
+ continue;
602
+ }
603
+ /**
604
+ * Plain text
605
+ */
606
+ if (value === "@") {
607
+ if (opts.noextglob !== true && peek() === "(" && peek(2) !== "?") {
608
+ push({
609
+ type: "at",
610
+ extglob: true,
611
+ value,
612
+ output: ""
613
+ });
614
+ continue;
615
+ }
616
+ push({
617
+ type: "text",
618
+ value
619
+ });
620
+ continue;
621
+ }
622
+ /**
623
+ * Plain text
624
+ */
625
+ if (value !== "*") {
626
+ if (value === "$" || value === "^") value = `\\${value}`;
627
+ const match = REGEX_NON_SPECIAL_CHARS.exec(remaining());
628
+ if (match) {
629
+ value += match[0];
630
+ state.index += match[0].length;
631
+ }
632
+ push({
633
+ type: "text",
634
+ value
635
+ });
636
+ continue;
637
+ }
638
+ /**
639
+ * Stars
640
+ */
641
+ if (prev && (prev.type === "globstar" || prev.star === true)) {
642
+ prev.type = "star";
643
+ prev.star = true;
644
+ prev.value += value;
645
+ prev.output = star;
646
+ state.backtrack = true;
647
+ state.globstar = true;
648
+ consume(value);
649
+ continue;
650
+ }
651
+ let rest = remaining();
652
+ if (opts.noextglob !== true && /^\([^?]/.test(rest)) {
653
+ extglobOpen("star", value);
654
+ continue;
655
+ }
656
+ if (prev.type === "star") {
657
+ if (opts.noglobstar === true) {
658
+ consume(value);
659
+ continue;
660
+ }
661
+ const prior = prev.prev;
662
+ const before = prior.prev;
663
+ const isStart = prior.type === "slash" || prior.type === "bos";
664
+ const afterStar = before && (before.type === "star" || before.type === "globstar");
665
+ if (opts.bash === true && (!isStart || rest[0] && rest[0] !== "/")) {
666
+ push({
667
+ type: "star",
668
+ value,
669
+ output: ""
670
+ });
671
+ continue;
672
+ }
673
+ const isBrace = state.braces > 0 && (prior.type === "comma" || prior.type === "brace");
674
+ const isExtglob = extglobs.length && (prior.type === "pipe" || prior.type === "paren");
675
+ if (!isStart && prior.type !== "paren" && !isBrace && !isExtglob) {
676
+ push({
677
+ type: "star",
678
+ value,
679
+ output: ""
680
+ });
681
+ continue;
682
+ }
683
+ while (rest.slice(0, 3) === "/**") {
684
+ const after = input[state.index + 4];
685
+ if (after && after !== "/") break;
686
+ rest = rest.slice(3);
687
+ consume("/**", 3);
688
+ }
689
+ if (prior.type === "bos" && eos()) {
690
+ prev.type = "globstar";
691
+ prev.value += value;
692
+ prev.output = globstar(opts);
693
+ state.output = prev.output;
694
+ state.globstar = true;
695
+ consume(value);
696
+ continue;
697
+ }
698
+ if (prior.type === "slash" && prior.prev.type !== "bos" && !afterStar && eos()) {
699
+ state.output = state.output.slice(0, -(prior.output + prev.output).length);
700
+ prior.output = `(?:${prior.output}`;
701
+ prev.type = "globstar";
702
+ prev.output = globstar(opts) + (opts.strictSlashes ? ")" : "|$)");
703
+ prev.value += value;
704
+ state.globstar = true;
705
+ state.output += prior.output + prev.output;
706
+ consume(value);
707
+ continue;
708
+ }
709
+ if (prior.type === "slash" && prior.prev.type !== "bos" && rest[0] === "/") {
710
+ const end = rest[1] !== void 0 ? "|$" : "";
711
+ state.output = state.output.slice(0, -(prior.output + prev.output).length);
712
+ prior.output = `(?:${prior.output}`;
713
+ prev.type = "globstar";
714
+ prev.output = `${globstar(opts)}${SLASH_LITERAL}|${SLASH_LITERAL}${end})`;
715
+ prev.value += value;
716
+ state.output += prior.output + prev.output;
717
+ state.globstar = true;
718
+ consume(value + advance());
719
+ push({
720
+ type: "slash",
721
+ value: "/",
722
+ output: ""
723
+ });
724
+ continue;
725
+ }
726
+ if (prior.type === "bos" && rest[0] === "/") {
727
+ prev.type = "globstar";
728
+ prev.value += value;
729
+ prev.output = `(?:^|${SLASH_LITERAL}|${globstar(opts)}${SLASH_LITERAL})`;
730
+ state.output = prev.output;
731
+ state.globstar = true;
732
+ consume(value + advance());
733
+ push({
734
+ type: "slash",
735
+ value: "/",
736
+ output: ""
737
+ });
738
+ continue;
739
+ }
740
+ state.output = state.output.slice(0, -prev.output.length);
741
+ prev.type = "globstar";
742
+ prev.output = globstar(opts);
743
+ prev.value += value;
744
+ state.output += prev.output;
745
+ state.globstar = true;
746
+ consume(value);
747
+ continue;
748
+ }
749
+ const token = {
750
+ type: "star",
751
+ value,
752
+ output: star
753
+ };
754
+ if (opts.bash === true) {
755
+ token.output = ".*?";
756
+ if (prev.type === "bos" || prev.type === "slash") token.output = nodot + token.output;
757
+ push(token);
758
+ continue;
759
+ }
760
+ if (prev && (prev.type === "bracket" || prev.type === "paren") && opts.regex === true) {
761
+ token.output = value;
762
+ push(token);
763
+ continue;
764
+ }
765
+ if (state.index === state.start || prev.type === "slash" || prev.type === "dot") {
766
+ if (prev.type === "dot") {
767
+ state.output += NO_DOT_SLASH;
768
+ prev.output += NO_DOT_SLASH;
769
+ } else if (opts.dot === true) {
770
+ state.output += NO_DOTS_SLASH;
771
+ prev.output += NO_DOTS_SLASH;
772
+ } else {
773
+ state.output += nodot;
774
+ prev.output += nodot;
775
+ }
776
+ if (peek() !== "*") {
777
+ state.output += ONE_CHAR;
778
+ prev.output += ONE_CHAR;
779
+ }
780
+ }
781
+ push(token);
782
+ }
783
+ while (state.brackets > 0) {
784
+ if (opts.strictBrackets === true) throw new SyntaxError(syntaxError("closing", "]"));
785
+ state.output = utils.escapeLast(state.output, "[");
786
+ decrement("brackets");
787
+ }
788
+ while (state.parens > 0) {
789
+ if (opts.strictBrackets === true) throw new SyntaxError(syntaxError("closing", ")"));
790
+ state.output = utils.escapeLast(state.output, "(");
791
+ decrement("parens");
792
+ }
793
+ while (state.braces > 0) {
794
+ if (opts.strictBrackets === true) throw new SyntaxError(syntaxError("closing", "}"));
795
+ state.output = utils.escapeLast(state.output, "{");
796
+ decrement("braces");
797
+ }
798
+ if (opts.strictSlashes !== true && (prev.type === "star" || prev.type === "bracket")) push({
799
+ type: "maybe_slash",
800
+ value: "",
801
+ output: `${SLASH_LITERAL}?`
802
+ });
803
+ if (state.backtrack === true) {
804
+ state.output = "";
805
+ for (const token of state.tokens) {
806
+ state.output += token.output != null ? token.output : token.value;
807
+ if (token.suffix) state.output += token.suffix;
808
+ }
809
+ }
810
+ return state;
811
+ };
812
+ /**
813
+ * Fast paths for creating regular expressions for common glob patterns.
814
+ * This can significantly speed up processing and has very little downside
815
+ * impact when none of the fast paths match.
816
+ */
817
+ parse.fastpaths = (input, options) => {
818
+ const opts = { ...options };
819
+ const max = typeof opts.maxLength === "number" ? Math.min(MAX_LENGTH, opts.maxLength) : MAX_LENGTH;
820
+ const len = input.length;
821
+ if (len > max) throw new SyntaxError(`Input length: ${len}, exceeds maximum allowed length: ${max}`);
822
+ input = REPLACEMENTS[input] || input;
823
+ const { DOT_LITERAL, SLASH_LITERAL, ONE_CHAR, DOTS_SLASH, NO_DOT, NO_DOTS, NO_DOTS_SLASH, STAR, START_ANCHOR } = constants.globChars(opts.windows);
824
+ const nodot = opts.dot ? NO_DOTS : NO_DOT;
825
+ const slashDot = opts.dot ? NO_DOTS_SLASH : NO_DOT;
826
+ const capture = opts.capture ? "" : "?:";
827
+ const state = {
828
+ negated: false,
829
+ prefix: ""
830
+ };
831
+ let star = opts.bash === true ? ".*?" : STAR;
832
+ if (opts.capture) star = `(${star})`;
833
+ const globstar = (opts$1) => {
834
+ if (opts$1.noglobstar === true) return star;
835
+ return `(${capture}(?:(?!${START_ANCHOR}${opts$1.dot ? DOTS_SLASH : DOT_LITERAL}).)*?)`;
836
+ };
837
+ const create = (str) => {
838
+ switch (str) {
839
+ case "*": return `${nodot}${ONE_CHAR}${star}`;
840
+ case ".*": return `${DOT_LITERAL}${ONE_CHAR}${star}`;
841
+ case "*.*": return `${nodot}${star}${DOT_LITERAL}${ONE_CHAR}${star}`;
842
+ case "*/*": return `${nodot}${star}${SLASH_LITERAL}${ONE_CHAR}${slashDot}${star}`;
843
+ case "**": return nodot + globstar(opts);
844
+ case "**/*": return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${slashDot}${ONE_CHAR}${star}`;
845
+ case "**/*.*": return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${slashDot}${star}${DOT_LITERAL}${ONE_CHAR}${star}`;
846
+ case "**/.*": return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${DOT_LITERAL}${ONE_CHAR}${star}`;
847
+ default: {
848
+ const match = /^(.*?)\.(\w+)$/.exec(str);
849
+ if (!match) return;
850
+ const source$1 = create(match[1]);
851
+ if (!source$1) return;
852
+ return source$1 + DOT_LITERAL + match[2];
853
+ }
854
+ }
855
+ };
856
+ let source = create(utils.removePrefix(input, state));
857
+ if (source && opts.strictSlashes !== true) source += `${SLASH_LITERAL}?`;
858
+ return source;
859
+ };
860
+ module.exports = parse;
861
+ }));
862
+
863
+ //#endregion
864
+ export default require_parse();
865
+
866
+ export { require_parse };
867
+ //# sourceMappingURL=parse.mjs.map