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