nuxt-ignis 0.4.0-rc.3 → 0.5.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1728) hide show
  1. package/.data/content/contents.sqlite +0 -0
  2. package/.nuxt/app.config.mjs +8 -3
  3. package/.nuxt/components.d.ts +297 -747
  4. package/.nuxt/content/components.ts +117 -116
  5. package/.nuxt/dev/index.mjs +1027 -362
  6. package/.nuxt/dev/index.mjs.map +1 -1
  7. package/.nuxt/dist/server/client.manifest.json +2 -2
  8. package/.nuxt/dist/server/client.manifest.mjs +2 -2
  9. package/.nuxt/eslint-typegen.d.ts +85 -16
  10. package/.nuxt/eslint.config.d.mts +3 -3
  11. package/.nuxt/eslint.config.mjs +11 -11
  12. package/.nuxt/i18n-route-resources.mjs +3 -0
  13. package/.nuxt/imports.d.ts +79 -86
  14. package/.nuxt/manifest/latest.json +1 -1
  15. package/.nuxt/manifest/meta/dev.json +1 -1
  16. package/.nuxt/mdc-highlighter.mjs +1 -1
  17. package/.nuxt/mdc-image-component.mjs +1 -1
  18. package/.nuxt/mdc-imports.mjs +1 -1
  19. package/.nuxt/module/nuxt-robots.d.ts +12 -12
  20. package/.nuxt/module/nuxt-seo-utils.assets.d.ts +1 -1
  21. package/.nuxt/module/nuxt-seo-utils.d.ts +10 -10
  22. package/.nuxt/module/nuxt-site-config.d.ts +8 -8
  23. package/.nuxt/module/nuxt-sitemap.d.ts +48 -0
  24. package/.nuxt/nitro.json +5 -5
  25. package/.nuxt/nuxt.d.ts +16 -20
  26. package/.nuxt/nuxt.json +2 -2
  27. package/.nuxt/nuxt.node.d.ts +28 -0
  28. package/.nuxt/nuxt.shared.d.ts +5 -0
  29. package/.nuxt/tsconfig.app.json +459 -0
  30. package/.nuxt/tsconfig.json +283 -301
  31. package/.nuxt/tsconfig.node.json +218 -0
  32. package/.nuxt/tsconfig.server.json +193 -166
  33. package/.nuxt/tsconfig.shared.json +278 -0
  34. package/.nuxt/types/app.config.d.ts +8 -2
  35. package/.nuxt/types/build.d.ts +3 -2
  36. package/.nuxt/types/components.d.ts +321 -0
  37. package/.nuxt/types/i18n-plugin.d.ts +25 -6
  38. package/.nuxt/types/imports.d.ts +390 -398
  39. package/.nuxt/types/modules.d.ts +579 -0
  40. package/.nuxt/types/neon.d.ts +11 -8
  41. package/.nuxt/types/nitro-imports.d.ts +394 -355
  42. package/.nuxt/types/nitro-middleware.d.ts +5 -0
  43. package/.nuxt/types/nitro-nuxt.d.ts +28 -2
  44. package/.nuxt/types/nitro-routes.d.ts +28 -25
  45. package/.nuxt/types/plugins.d.ts +42 -39
  46. package/.nuxt/types/runtime-config.d.ts +1018 -0
  47. package/.nuxt/types/ui.d.ts +3 -3
  48. package/.nuxt/ui/button.ts +42 -42
  49. package/.nuxt/ui/command-palette.ts +2 -1
  50. package/.nuxt/ui/drawer.ts +1 -1
  51. package/.nuxt/ui/file-upload.ts +290 -0
  52. package/.nuxt/ui/index.ts +1 -0
  53. package/.nuxt/ui/input.ts +1 -1
  54. package/.nuxt/ui/kbd.ts +167 -3
  55. package/.nuxt/ui/select.ts +7 -7
  56. package/.nuxt/ui/table.ts +8 -0
  57. package/.nuxt/ui/tabs.ts +4 -2
  58. package/.nuxt/ui/textarea.ts +1 -1
  59. package/.nuxt/ui/toast.ts +8 -15
  60. package/.nuxt/ui/tooltip.ts +1 -1
  61. package/.nuxt/ui-image-component.ts +1 -1
  62. package/.output/nitro.json +15 -0
  63. package/.output/public/__nuxt_content/content/sql_dump.txt +1 -0
  64. package/.output/public/_fonts/EP1810cmAtyahQPDHB6nvBzRkIG5RcNv4u5vTy1aYHU-6h0m1Bf2RaAhaXNIrP4eW5ztakwJFN8JcCXPea_zL8E.woff2 +0 -0
  65. package/.output/public/_fonts/JNWOTRocaYj0gq52vW_s7sHAdSMUetrRmhhggCVxyZ0-8R9ucQ623nsXJTayzizuOYtVntUNPQzR8aWYpk8a8d8.woff2 +0 -0
  66. package/.output/public/_fonts/XbAtjIvy1UErjg9eu_v7X3zPLS_AwsmqVsR9fG-JB6o-s6NA3uLuPs0vnwZNhOTJ1g_7NVire0Uvng_2zP6mjNQ.woff2 +0 -0
  67. package/.output/public/_fonts/ZLm6CLvwhQbamZ73M80jbqz7DuOkHlT_HRyXHG7YfVs-t7L_F0sYO8m44V7ZmFyCOiGNJDIBFFLVfLeLwCIUhsI.woff2 +0 -0
  68. package/.output/public/_fonts/aPa9az0DeE4U5rqM-Ov0Vl_obQis_d6sScLNygGkvxw-4s8awL3_7NCZIzHTaY2tD681prJPuNHGqkbChz7OJeE.woff2 +0 -0
  69. package/.output/public/_fonts/kgyHMsxRmhh06xcV0yKMKdTKQBsQpXGi7erqwaqgjXg-BgCmQXkW3N6talUbQSKexB2sHUT0qGEzmM4uMcnDAbI.woff +0 -0
  70. package/.output/public/_ignis-config.json +201 -0
  71. package/.output/public/_nuxt/1soVlS0z.js +1 -0
  72. package/.output/public/_nuxt/B7rsWaa2.js +1 -0
  73. package/.output/public/_nuxt/BA2WKEAc.js +1 -0
  74. package/.output/public/_nuxt/BE_a_Zhd.js +1 -0
  75. package/.output/public/_nuxt/BFreiu22.js +1 -0
  76. package/.output/public/_nuxt/BLcTglbc.js +1 -0
  77. package/.output/public/_nuxt/Bhd4_yFT.js +1 -0
  78. package/.output/public/_nuxt/Bi2eMDmd.js +1 -0
  79. package/.output/public/_nuxt/BiUZ9mZX.js +1 -0
  80. package/.output/public/_nuxt/Bm30MqE0.js +1 -0
  81. package/.output/public/_nuxt/Bnm5Nral.js +1 -0
  82. package/.output/public/_nuxt/BrY1radz.js +35 -0
  83. package/.output/public/_nuxt/Bs3IGOdt.js +1 -0
  84. package/.output/public/_nuxt/ByaiRTkI.js +1 -0
  85. package/.output/public/_nuxt/CA578xwz.js +1 -0
  86. package/.output/public/_nuxt/CDttUXKg.js +1 -0
  87. package/.output/public/_nuxt/CSN71QT8.js +1 -0
  88. package/.output/public/_nuxt/CmzFGS1a.js +90 -0
  89. package/.output/public/_nuxt/CqCaqSd2.js +1 -0
  90. package/.output/public/_nuxt/D8v-efI7.js +1 -0
  91. package/.output/public/_nuxt/DR4hWRk7.js +1 -0
  92. package/.output/public/_nuxt/DRroQ-Xq.js +1 -0
  93. package/.output/public/_nuxt/DStnBfJS.js +1 -0
  94. package/.output/public/_nuxt/DXBpKbsa.js +6759 -0
  95. package/.output/public/_nuxt/DXTYyv-V.js +1 -0
  96. package/.output/public/_nuxt/DXbccJ2T.js +1 -0
  97. package/.output/public/_nuxt/DeS1g0YT.js +1 -0
  98. package/.output/public/_nuxt/Deb6R53f.js +1 -0
  99. package/.output/public/_nuxt/DiDHllLr.js +1 -0
  100. package/.output/public/_nuxt/DyCICqRh.js +1 -0
  101. package/.output/public/_nuxt/DzT4wm3Y.js +1 -0
  102. package/.output/public/_nuxt/E8nje24C.js +1 -0
  103. package/.output/public/_nuxt/ProsePre.D5orA6B_.css +1 -0
  104. package/.output/public/_nuxt/builds/latest.json +1 -0
  105. package/.output/public/_nuxt/builds/meta/9a624d26-216d-4e69-b3a7-54b68357876f.json +1 -0
  106. package/.output/public/_nuxt/dJ-vStNn.js +1 -0
  107. package/.output/public/_nuxt/entry.jMyW6Sg0.css +1 -0
  108. package/.output/public/_nuxt/error-404.BGUbR0Uk.css +1 -0
  109. package/.output/public/_nuxt/error-500.CQfkKpQ2.css +1 -0
  110. package/.output/public/_nuxt/sHsV3x2B.js +1 -0
  111. package/.output/public/_nuxt/sQEqbbg2.js +1 -0
  112. package/.output/public/_nuxt/vueform.ChEauysg.css +1 -0
  113. package/.output/public/favicon.ico +0 -0
  114. package/.output/public/nuxt-ignis.png +0 -0
  115. package/.output/public/unsplash.jpg +0 -0
  116. package/.output/server/chunks/_/error-500.mjs +10 -0
  117. package/.output/server/chunks/_/error-500.mjs.map +1 -0
  118. package/.output/server/chunks/_/i18n.config.mjs +39 -0
  119. package/.output/server/chunks/_/i18n.config.mjs.map +1 -0
  120. package/.output/server/chunks/_/nitro.mjs +12834 -0
  121. package/.output/server/chunks/_/nitro.mjs.map +1 -0
  122. package/.output/server/chunks/build/client.manifest.mjs +511 -0
  123. package/.output/server/chunks/build/client.manifest.mjs.map +1 -0
  124. package/.output/server/chunks/build/database.compressed.mjs +4 -0
  125. package/.output/server/chunks/build/database.compressed.mjs.map +1 -0
  126. package/.output/server/chunks/raw/headers.mjs +5 -0
  127. package/.output/server/chunks/raw/headers.mjs.map +1 -0
  128. package/.output/server/chunks/routes/api/neonTest.mjs +41 -0
  129. package/.output/server/chunks/routes/api/neonTest.mjs.map +1 -0
  130. package/.output/server/chunks/routes/renderer.mjs +352 -0
  131. package/.output/server/chunks/routes/renderer.mjs.map +1 -0
  132. package/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
  133. package/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
  134. package/.output/server/chunks/virtual/child-sources.mjs +4 -0
  135. package/.output/server/chunks/virtual/child-sources.mjs.map +1 -0
  136. package/.output/server/chunks/virtual/global-sources.mjs +48 -0
  137. package/.output/server/chunks/virtual/global-sources.mjs.map +1 -0
  138. package/.output/server/index.mjs +49 -0
  139. package/.output/server/index.mjs.map +1 -0
  140. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/convertor/create.cjs +32 -0
  141. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/data-patch.cjs +7 -0
  142. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/data.cjs +97 -0
  143. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/definition-syntax/SyntaxError.cjs +16 -0
  144. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/definition-syntax/generate.cjs +135 -0
  145. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/definition-syntax/index.cjs +13 -0
  146. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/definition-syntax/parse.cjs +588 -0
  147. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/definition-syntax/tokenizer.cjs +56 -0
  148. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/definition-syntax/walk.cjs +56 -0
  149. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/generator/create.cjs +103 -0
  150. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/generator/sourceMap.cjs +96 -0
  151. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/generator/token-before.cjs +170 -0
  152. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/index.cjs +63 -0
  153. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/Lexer.cjs +459 -0
  154. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/error.cjs +128 -0
  155. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/generic-an-plus-b.cjs +235 -0
  156. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/generic-const.cjs +12 -0
  157. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/generic-urange.cjs +149 -0
  158. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/generic.cjs +573 -0
  159. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/match-graph.cjs +459 -0
  160. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/match.cjs +632 -0
  161. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/prepare-tokens.cjs +54 -0
  162. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/search.cjs +65 -0
  163. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/structure.cjs +168 -0
  164. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/lexer/trace.cjs +73 -0
  165. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/parser/SyntaxError.cjs +69 -0
  166. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/parser/create.cjs +336 -0
  167. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/parser/sequence.cjs +47 -0
  168. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/atrule/font-face.cjs +12 -0
  169. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/atrule/import.cjs +37 -0
  170. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/atrule/index.cjs +17 -0
  171. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/atrule/media.cjs +16 -0
  172. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/atrule/page.cjs +16 -0
  173. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/atrule/supports.cjs +77 -0
  174. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/config/lexer.cjs +12 -0
  175. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/config/mix.cjs +142 -0
  176. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/config/parser.cjs +34 -0
  177. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/config/walker.cjs +9 -0
  178. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/create.cjs +56 -0
  179. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/function/expression.cjs +11 -0
  180. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/function/var.cjs +43 -0
  181. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/index.cjs +14 -0
  182. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/AnPlusB.cjs +293 -0
  183. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Atrule.cjs +103 -0
  184. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/AtrulePrelude.cjs +52 -0
  185. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/AttributeSelector.cjs +148 -0
  186. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Block.cjs +90 -0
  187. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Brackets.cjs +38 -0
  188. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/CDC.cjs +26 -0
  189. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/CDO.cjs +26 -0
  190. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/ClassSelector.cjs +31 -0
  191. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Combinator.cjs +61 -0
  192. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Comment.cjs +40 -0
  193. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Declaration.cjs +166 -0
  194. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/DeclarationList.cjs +50 -0
  195. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Dimension.cjs +30 -0
  196. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Function.cjs +45 -0
  197. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Hash.cjs +30 -0
  198. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/IdSelector.cjs +33 -0
  199. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Identifier.cjs +25 -0
  200. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/MediaFeature.cjs +76 -0
  201. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/MediaQuery.cjs +61 -0
  202. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/MediaQueryList.cjs +41 -0
  203. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Nth.cjs +54 -0
  204. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Number.cjs +25 -0
  205. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Operator.cjs +28 -0
  206. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Parentheses.cjs +38 -0
  207. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Percentage.cjs +25 -0
  208. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/PseudoClassSelector.cjs +65 -0
  209. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/PseudoElementSelector.cjs +67 -0
  210. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Ratio.cjs +67 -0
  211. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Raw.cjs +48 -0
  212. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Rule.cjs +58 -0
  213. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Selector.cjs +39 -0
  214. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/SelectorList.cjs +43 -0
  215. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/String.cjs +26 -0
  216. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/StyleSheet.cjs +83 -0
  217. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/TypeSelector.cjs +59 -0
  218. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/UnicodeRange.cjs +158 -0
  219. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Url.cjs +54 -0
  220. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/Value.cjs +26 -0
  221. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/WhiteSpace.cjs +34 -0
  222. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/index-parse.cjs +85 -0
  223. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/node/index.cjs +85 -0
  224. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/pseudo/index.cjs +52 -0
  225. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/scope/atrulePrelude.cjs +9 -0
  226. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/scope/default.cjs +76 -0
  227. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/scope/index.cjs +11 -0
  228. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/scope/selector.cjs +84 -0
  229. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/syntax/scope/value.cjs +29 -0
  230. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/tokenizer/OffsetToLocation.cjs +91 -0
  231. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/tokenizer/TokenStream.cjs +264 -0
  232. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/tokenizer/adopt-buffer.cjs +13 -0
  233. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/tokenizer/char-code-definitions.cjs +231 -0
  234. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/tokenizer/index.cjs +554 -0
  235. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/tokenizer/names.cjs +31 -0
  236. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/tokenizer/types.cjs +57 -0
  237. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/tokenizer/utils.cjs +261 -0
  238. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/utils/List.cjs +473 -0
  239. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/utils/clone.cjs +25 -0
  240. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/utils/create-custom-error.cjs +18 -0
  241. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/utils/ident.cjs +102 -0
  242. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/utils/names.cjs +113 -0
  243. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/utils/string.cjs +99 -0
  244. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/utils/url.cjs +108 -0
  245. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/version.cjs +5 -0
  246. package/.output/server/node_modules/.nitro/css-tree@2.2.1/cjs/walker/create.cjs +291 -0
  247. package/.output/server/node_modules/.nitro/css-tree@2.2.1/data/patch.json +739 -0
  248. package/.output/server/node_modules/.nitro/css-tree@2.2.1/package.json +127 -0
  249. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/convertor/create.cjs +32 -0
  250. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/data-patch.cjs +7 -0
  251. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/data.cjs +99 -0
  252. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/definition-syntax/SyntaxError.cjs +16 -0
  253. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/definition-syntax/generate.cjs +135 -0
  254. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/definition-syntax/index.cjs +13 -0
  255. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/definition-syntax/parse.cjs +588 -0
  256. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/definition-syntax/tokenizer.cjs +56 -0
  257. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/definition-syntax/walk.cjs +56 -0
  258. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/generator/create.cjs +103 -0
  259. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/generator/sourceMap.cjs +96 -0
  260. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/generator/token-before.cjs +170 -0
  261. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/index.cjs +63 -0
  262. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/Lexer.cjs +470 -0
  263. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/error.cjs +128 -0
  264. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/generic-an-plus-b.cjs +235 -0
  265. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/generic-const.cjs +12 -0
  266. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/generic-urange.cjs +149 -0
  267. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/generic.cjs +573 -0
  268. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/match-graph.cjs +459 -0
  269. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/match.cjs +632 -0
  270. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/prepare-tokens.cjs +54 -0
  271. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/search.cjs +65 -0
  272. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/structure.cjs +168 -0
  273. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/trace.cjs +73 -0
  274. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/lexer/units.cjs +38 -0
  275. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/parser/SyntaxError.cjs +69 -0
  276. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/parser/create.cjs +336 -0
  277. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/parser/sequence.cjs +47 -0
  278. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/atrule/font-face.cjs +12 -0
  279. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/atrule/import.cjs +37 -0
  280. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/atrule/index.cjs +19 -0
  281. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/atrule/media.cjs +16 -0
  282. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/atrule/nest.cjs +16 -0
  283. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/atrule/page.cjs +16 -0
  284. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/atrule/supports.cjs +77 -0
  285. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/config/lexer.cjs +12 -0
  286. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/config/mix.cjs +119 -0
  287. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/config/parser.cjs +34 -0
  288. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/config/walker.cjs +9 -0
  289. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/create.cjs +57 -0
  290. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/function/expression.cjs +11 -0
  291. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/function/var.cjs +43 -0
  292. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/index.cjs +14 -0
  293. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/AnPlusB.cjs +293 -0
  294. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Atrule.cjs +103 -0
  295. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/AtrulePrelude.cjs +52 -0
  296. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/AttributeSelector.cjs +148 -0
  297. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Block.cjs +96 -0
  298. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Brackets.cjs +38 -0
  299. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/CDC.cjs +26 -0
  300. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/CDO.cjs +26 -0
  301. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/ClassSelector.cjs +31 -0
  302. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Combinator.cjs +61 -0
  303. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Comment.cjs +40 -0
  304. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Declaration.cjs +166 -0
  305. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/DeclarationList.cjs +62 -0
  306. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Dimension.cjs +30 -0
  307. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Function.cjs +45 -0
  308. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Hash.cjs +30 -0
  309. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/IdSelector.cjs +33 -0
  310. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Identifier.cjs +25 -0
  311. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/MediaFeature.cjs +76 -0
  312. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/MediaQuery.cjs +61 -0
  313. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/MediaQueryList.cjs +41 -0
  314. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/NestingSelector.cjs +29 -0
  315. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Nth.cjs +54 -0
  316. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Number.cjs +25 -0
  317. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Operator.cjs +28 -0
  318. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Parentheses.cjs +38 -0
  319. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Percentage.cjs +25 -0
  320. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/PseudoClassSelector.cjs +65 -0
  321. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/PseudoElementSelector.cjs +67 -0
  322. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Ratio.cjs +67 -0
  323. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Raw.cjs +48 -0
  324. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Rule.cjs +58 -0
  325. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Selector.cjs +39 -0
  326. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/SelectorList.cjs +43 -0
  327. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/String.cjs +26 -0
  328. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/StyleSheet.cjs +83 -0
  329. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/TypeSelector.cjs +59 -0
  330. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/UnicodeRange.cjs +158 -0
  331. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Url.cjs +54 -0
  332. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/Value.cjs +26 -0
  333. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/WhiteSpace.cjs +34 -0
  334. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/index-parse.cjs +87 -0
  335. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/node/index.cjs +87 -0
  336. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/pseudo/index.cjs +54 -0
  337. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/scope/atrulePrelude.cjs +9 -0
  338. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/scope/default.cjs +76 -0
  339. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/scope/index.cjs +11 -0
  340. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/scope/selector.cjs +88 -0
  341. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/syntax/scope/value.cjs +29 -0
  342. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/tokenizer/OffsetToLocation.cjs +91 -0
  343. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/tokenizer/TokenStream.cjs +264 -0
  344. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/tokenizer/adopt-buffer.cjs +13 -0
  345. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/tokenizer/char-code-definitions.cjs +231 -0
  346. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/tokenizer/index.cjs +554 -0
  347. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/tokenizer/names.cjs +31 -0
  348. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/tokenizer/types.cjs +57 -0
  349. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/tokenizer/utils.cjs +261 -0
  350. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/utils/List.cjs +473 -0
  351. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/utils/clone.cjs +25 -0
  352. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/utils/create-custom-error.cjs +18 -0
  353. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/utils/ident.cjs +102 -0
  354. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/utils/names.cjs +113 -0
  355. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/utils/string.cjs +99 -0
  356. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/utils/url.cjs +108 -0
  357. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/version.cjs +5 -0
  358. package/.output/server/node_modules/.nitro/css-tree@2.3.1/cjs/walker/create.cjs +291 -0
  359. package/.output/server/node_modules/.nitro/css-tree@2.3.1/data/patch.json +725 -0
  360. package/.output/server/node_modules/.nitro/css-tree@2.3.1/package.json +126 -0
  361. package/.output/server/node_modules/.nitro/entities@4.5.0/lib/decode.js +536 -0
  362. package/.output/server/node_modules/.nitro/entities@4.5.0/lib/decode_codepoint.js +76 -0
  363. package/.output/server/node_modules/.nitro/entities@4.5.0/lib/encode.js +77 -0
  364. package/.output/server/node_modules/.nitro/entities@4.5.0/lib/escape.js +122 -0
  365. package/.output/server/node_modules/.nitro/entities@4.5.0/lib/generated/decode-data-html.js +9 -0
  366. package/.output/server/node_modules/.nitro/entities@4.5.0/lib/generated/decode-data-xml.js +9 -0
  367. package/.output/server/node_modules/.nitro/entities@4.5.0/lib/generated/encode-html.js +12 -0
  368. package/.output/server/node_modules/.nitro/entities@4.5.0/lib/index.js +126 -0
  369. package/.output/server/node_modules/.nitro/entities@4.5.0/package.json +90 -0
  370. package/.output/server/node_modules/.nitro/entities@6.0.1/dist/esm/decode-codepoint.js +72 -0
  371. package/.output/server/node_modules/.nitro/entities@6.0.1/dist/esm/decode.js +497 -0
  372. package/.output/server/node_modules/.nitro/entities@6.0.1/dist/esm/escape.js +117 -0
  373. package/.output/server/node_modules/.nitro/entities@6.0.1/dist/esm/generated/decode-data-html.js +7 -0
  374. package/.output/server/node_modules/.nitro/entities@6.0.1/dist/esm/generated/decode-data-xml.js +7 -0
  375. package/.output/server/node_modules/.nitro/entities@6.0.1/dist/esm/package.json +3 -0
  376. package/.output/server/node_modules/.nitro/entities@6.0.1/package.json +118 -0
  377. package/.output/server/node_modules/.nitro/mdn-data@2.0.28/css/at-rules.json +620 -0
  378. package/.output/server/node_modules/.nitro/mdn-data@2.0.28/css/properties.json +9297 -0
  379. package/.output/server/node_modules/.nitro/mdn-data@2.0.28/css/syntaxes.json +794 -0
  380. package/.output/server/node_modules/.nitro/mdn-data@2.0.28/package.json +38 -0
  381. package/.output/server/node_modules/.nitro/mdn-data@2.0.30/css/at-rules.json +620 -0
  382. package/.output/server/node_modules/.nitro/mdn-data@2.0.30/css/properties.json +9626 -0
  383. package/.output/server/node_modules/.nitro/mdn-data@2.0.30/css/syntaxes.json +866 -0
  384. package/.output/server/node_modules/.nitro/mdn-data@2.0.30/package.json +38 -0
  385. package/.output/server/node_modules/.nitro/property-information@6.5.0/index.js +18 -0
  386. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/aria.js +59 -0
  387. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/find.js +68 -0
  388. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/hast-to-react.js +28 -0
  389. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/html.js +322 -0
  390. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/normalize.js +7 -0
  391. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/svg.js +567 -0
  392. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/util/case-insensitive-transform.js +10 -0
  393. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/util/case-sensitive-transform.js +8 -0
  394. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/util/create.js +58 -0
  395. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/util/defined-info.js +44 -0
  396. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/util/info.js +25 -0
  397. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/util/merge.js +26 -0
  398. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/util/schema.js +28 -0
  399. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/util/types.js +13 -0
  400. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/xlink.js +17 -0
  401. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/xml.js +9 -0
  402. package/.output/server/node_modules/.nitro/property-information@6.5.0/lib/xmlns.js +9 -0
  403. package/.output/server/node_modules/.nitro/property-information@6.5.0/package.json +93 -0
  404. package/.output/server/node_modules/.nitro/property-information@7.1.0/index.js +17 -0
  405. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/aria.js +61 -0
  406. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/find.js +97 -0
  407. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/hast-to-react.js +30 -0
  408. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/html.js +322 -0
  409. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/normalize.js +12 -0
  410. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/svg.js +567 -0
  411. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/util/case-insensitive-transform.js +13 -0
  412. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/util/case-sensitive-transform.js +11 -0
  413. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/util/create.js +69 -0
  414. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/util/defined-info.js +60 -0
  415. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/util/info.js +32 -0
  416. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/util/merge.js +27 -0
  417. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/util/schema.js +29 -0
  418. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/util/types.js +13 -0
  419. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/xlink.js +17 -0
  420. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/xml.js +9 -0
  421. package/.output/server/node_modules/.nitro/property-information@7.1.0/lib/xmlns.js +9 -0
  422. package/.output/server/node_modules/.nitro/property-information@7.1.0/package.json +121 -0
  423. package/.output/server/node_modules/@adonisjs/hash/build/chunk-7RS6HCBK.js +36 -0
  424. package/.output/server/node_modules/@adonisjs/hash/build/chunk-JSA56AE7.js +26 -0
  425. package/.output/server/node_modules/@adonisjs/hash/build/chunk-JSBRDJBE.js +30 -0
  426. package/.output/server/node_modules/@adonisjs/hash/build/chunk-RHMXMP27.js +202 -0
  427. package/.output/server/node_modules/@adonisjs/hash/build/chunk-WB54OA6N.js +193 -0
  428. package/.output/server/node_modules/@adonisjs/hash/build/index.js +9 -0
  429. package/.output/server/node_modules/@adonisjs/hash/build/src/drivers/scrypt.js +9 -0
  430. package/.output/server/node_modules/@adonisjs/hash/package.json +150 -0
  431. package/.output/server/node_modules/@babel/parser/lib/index.js +14595 -0
  432. package/.output/server/node_modules/@babel/parser/package.json +50 -0
  433. package/.output/server/node_modules/@fastify/accept-negotiator/index.js +170 -0
  434. package/.output/server/node_modules/@fastify/accept-negotiator/package.json +51 -0
  435. package/.output/server/node_modules/@iconify/utils/lib/colors/index.mjs +350 -0
  436. package/.output/server/node_modules/@iconify/utils/lib/colors/keywords.mjs +188 -0
  437. package/.output/server/node_modules/@iconify/utils/lib/css/common.mjs +90 -0
  438. package/.output/server/node_modules/@iconify/utils/lib/css/format.mjs +38 -0
  439. package/.output/server/node_modules/@iconify/utils/lib/css/icon.mjs +76 -0
  440. package/.output/server/node_modules/@iconify/utils/lib/css/icons.mjs +168 -0
  441. package/.output/server/node_modules/@iconify/utils/lib/customisations/bool.mjs +22 -0
  442. package/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
  443. package/.output/server/node_modules/@iconify/utils/lib/customisations/flip.mjs +16 -0
  444. package/.output/server/node_modules/@iconify/utils/lib/customisations/merge.mjs +22 -0
  445. package/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.mjs +33 -0
  446. package/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.mjs +51 -0
  447. package/.output/server/node_modules/@iconify/utils/lib/emoji/convert.mjs +84 -0
  448. package/.output/server/node_modules/@iconify/utils/lib/emoji/data.mjs +16 -0
  449. package/.output/server/node_modules/@iconify/utils/lib/emoji/format.mjs +44 -0
  450. package/.output/server/node_modules/@iconify/utils/lib/emoji/parse.mjs +58 -0
  451. package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.mjs +231 -0
  452. package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.mjs +31 -0
  453. package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.mjs +164 -0
  454. package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.mjs +216 -0
  455. package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.mjs +113 -0
  456. package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.mjs +104 -0
  457. package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.mjs +34 -0
  458. package/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.mjs +75 -0
  459. package/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.mjs +97 -0
  460. package/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.mjs +54 -0
  461. package/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.mjs +97 -0
  462. package/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.mjs +45 -0
  463. package/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.mjs +105 -0
  464. package/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.mjs +54 -0
  465. package/.output/server/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
  466. package/.output/server/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
  467. package/.output/server/node_modules/@iconify/utils/lib/icon/name.mjs +53 -0
  468. package/.output/server/node_modules/@iconify/utils/lib/icon/square.mjs +23 -0
  469. package/.output/server/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
  470. package/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.mjs +182 -0
  471. package/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.mjs +22 -0
  472. package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +28 -0
  473. package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.mjs +46 -0
  474. package/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.mjs +66 -0
  475. package/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.mjs +51 -0
  476. package/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
  477. package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.mjs +62 -0
  478. package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.mjs +161 -0
  479. package/.output/server/node_modules/@iconify/utils/lib/index.mjs +64 -0
  480. package/.output/server/node_modules/@iconify/utils/lib/loader/custom.mjs +50 -0
  481. package/.output/server/node_modules/@iconify/utils/lib/loader/loader.mjs +59 -0
  482. package/.output/server/node_modules/@iconify/utils/lib/loader/modern.mjs +80 -0
  483. package/.output/server/node_modules/@iconify/utils/lib/loader/utils.mjs +92 -0
  484. package/.output/server/node_modules/@iconify/utils/lib/misc/objects.mjs +30 -0
  485. package/.output/server/node_modules/@iconify/utils/lib/misc/strings.mjs +17 -0
  486. package/.output/server/node_modules/@iconify/utils/lib/misc/title.mjs +5 -0
  487. package/.output/server/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
  488. package/.output/server/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
  489. package/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.mjs +20 -0
  490. package/.output/server/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
  491. package/.output/server/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
  492. package/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.mjs +19 -0
  493. package/.output/server/node_modules/@iconify/utils/lib/svg/parse.mjs +83 -0
  494. package/.output/server/node_modules/@iconify/utils/lib/svg/pretty.mjs +70 -0
  495. package/.output/server/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
  496. package/.output/server/node_modules/@iconify/utils/lib/svg/trim.mjs +5 -0
  497. package/.output/server/node_modules/@iconify/utils/lib/svg/url.mjs +11 -0
  498. package/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.mjs +8 -0
  499. package/.output/server/node_modules/@iconify/utils/package.json +447 -0
  500. package/.output/server/node_modules/@intlify/core/dist/core.mjs +31 -0
  501. package/.output/server/node_modules/@intlify/core/package.json +82 -0
  502. package/.output/server/node_modules/@intlify/core-base/dist/core-base.mjs +1886 -0
  503. package/.output/server/node_modules/@intlify/core-base/package.json +80 -0
  504. package/.output/server/node_modules/@intlify/h3/dist/index.mjs +61 -0
  505. package/.output/server/node_modules/@intlify/h3/package.json +89 -0
  506. package/.output/server/node_modules/@intlify/message-compiler/dist/message-compiler.mjs +1530 -0
  507. package/.output/server/node_modules/@intlify/message-compiler/package.json +79 -0
  508. package/.output/server/node_modules/@intlify/shared/dist/shared.mjs +281 -0
  509. package/.output/server/node_modules/@intlify/shared/package.json +69 -0
  510. package/.output/server/node_modules/@intlify/utils/dist/h3.mjs +89 -0
  511. package/.output/server/node_modules/@intlify/utils/dist/index.mjs +121 -0
  512. package/.output/server/node_modules/@intlify/utils/dist/shared/utils.12d9adcd.mjs +133 -0
  513. package/.output/server/node_modules/@intlify/utils/dist/shared/utils.9f8159f5.mjs +108 -0
  514. package/.output/server/node_modules/@intlify/utils/package.json +129 -0
  515. package/.output/server/node_modules/@lukeed/ms/dist/index.mjs +34 -0
  516. package/.output/server/node_modules/@lukeed/ms/package.json +48 -0
  517. package/.output/server/node_modules/@neondatabase/serverless/index.mjs +1374 -0
  518. package/.output/server/node_modules/@neondatabase/serverless/package.json +115 -0
  519. package/.output/server/node_modules/@phc/format/index.js +229 -0
  520. package/.output/server/node_modules/@phc/format/package.json +60 -0
  521. package/.output/server/node_modules/@poppinss/exception/build/index.js +63 -0
  522. package/.output/server/node_modules/@poppinss/exception/package.json +106 -0
  523. package/.output/server/node_modules/@poppinss/object-builder/build/index.js +49 -0
  524. package/.output/server/node_modules/@poppinss/object-builder/package.json +112 -0
  525. package/.output/server/node_modules/@poppinss/string/build/chunk-LJJE2S3U.js +407 -0
  526. package/.output/server/node_modules/@poppinss/string/build/index.js +6 -0
  527. package/.output/server/node_modules/@poppinss/string/package.json +128 -0
  528. package/.output/server/node_modules/@poppinss/utils/build/chunk-2KG3PWR4.js +17 -0
  529. package/.output/server/node_modules/@poppinss/utils/build/chunk-4V5ON6P7.js +7 -0
  530. package/.output/server/node_modules/@poppinss/utils/build/chunk-EJKUJ44Y.js +12 -0
  531. package/.output/server/node_modules/@poppinss/utils/build/chunk-H54AK3PI.js +7 -0
  532. package/.output/server/node_modules/@poppinss/utils/build/chunk-XHQBV7AF.js +39 -0
  533. package/.output/server/node_modules/@poppinss/utils/build/index.js +365 -0
  534. package/.output/server/node_modules/@poppinss/utils/build/lodash/main.cjs +39 -0
  535. package/.output/server/node_modules/@poppinss/utils/package.json +153 -0
  536. package/.output/server/node_modules/@shikijs/core/dist/index.mjs +2333 -0
  537. package/.output/server/node_modules/@shikijs/core/package.json +49 -0
  538. package/.output/server/node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs +52 -0
  539. package/.output/server/node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs +22 -0
  540. package/.output/server/node_modules/@shikijs/engine-javascript/dist/index.mjs +4 -0
  541. package/.output/server/node_modules/@shikijs/engine-javascript/dist/shared/engine-javascript.hzpS1_41.mjs +93 -0
  542. package/.output/server/node_modules/@shikijs/engine-javascript/package.json +39 -0
  543. package/.output/server/node_modules/@shikijs/engine-oniguruma/dist/index.mjs +448 -0
  544. package/.output/server/node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs +8 -0
  545. package/.output/server/node_modules/@shikijs/engine-oniguruma/package.json +42 -0
  546. package/.output/server/node_modules/@shikijs/langs/dist/css.mjs +5 -0
  547. package/.output/server/node_modules/@shikijs/langs/dist/html-derivative.mjs +8 -0
  548. package/.output/server/node_modules/@shikijs/langs/dist/html.mjs +10 -0
  549. package/.output/server/node_modules/@shikijs/langs/dist/javascript.mjs +5 -0
  550. package/.output/server/node_modules/@shikijs/langs/dist/json.mjs +5 -0
  551. package/.output/server/node_modules/@shikijs/langs/dist/jsx.mjs +5 -0
  552. package/.output/server/node_modules/@shikijs/langs/dist/markdown-vue.mjs +5 -0
  553. package/.output/server/node_modules/@shikijs/langs/dist/markdown.mjs +5 -0
  554. package/.output/server/node_modules/@shikijs/langs/dist/mdc.mjs +12 -0
  555. package/.output/server/node_modules/@shikijs/langs/dist/shellscript.mjs +5 -0
  556. package/.output/server/node_modules/@shikijs/langs/dist/tsx.mjs +5 -0
  557. package/.output/server/node_modules/@shikijs/langs/dist/typescript.mjs +5 -0
  558. package/.output/server/node_modules/@shikijs/langs/dist/vue-directives.mjs +5 -0
  559. package/.output/server/node_modules/@shikijs/langs/dist/vue-interpolations.mjs +5 -0
  560. package/.output/server/node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs +8 -0
  561. package/.output/server/node_modules/@shikijs/langs/dist/vue.mjs +26 -0
  562. package/.output/server/node_modules/@shikijs/langs/dist/yaml.mjs +5 -0
  563. package/.output/server/node_modules/@shikijs/langs/package.json +357 -0
  564. package/.output/server/node_modules/@shikijs/themes/dist/github-dark.mjs +2 -0
  565. package/.output/server/node_modules/@shikijs/themes/dist/github-light.mjs +2 -0
  566. package/.output/server/node_modules/@shikijs/themes/package.json +98 -0
  567. package/.output/server/node_modules/@shikijs/transformers/dist/index.mjs +744 -0
  568. package/.output/server/node_modules/@shikijs/transformers/package.json +37 -0
  569. package/.output/server/node_modules/@shikijs/types/dist/index.mjs +8 -0
  570. package/.output/server/node_modules/@shikijs/types/package.json +36 -0
  571. package/.output/server/node_modules/@shikijs/vscode-textmate/dist/index.js +3216 -0
  572. package/.output/server/node_modules/@shikijs/vscode-textmate/package.json +46 -0
  573. package/.output/server/node_modules/@sindresorhus/is/dist/index.js +434 -0
  574. package/.output/server/node_modules/@sindresorhus/is/package.json +96 -0
  575. package/.output/server/node_modules/@trysound/sax/lib/sax.js +1413 -0
  576. package/.output/server/node_modules/@trysound/sax/package.json +30 -0
  577. package/.output/server/node_modules/@ungap/structured-clone/esm/deserialize.js +85 -0
  578. package/.output/server/node_modules/@ungap/structured-clone/esm/index.js +25 -0
  579. package/.output/server/node_modules/@ungap/structured-clone/esm/serialize.js +171 -0
  580. package/.output/server/node_modules/@ungap/structured-clone/esm/types.js +11 -0
  581. package/.output/server/node_modules/@ungap/structured-clone/package.json +54 -0
  582. package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6706 -0
  583. package/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
  584. package/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +686 -0
  585. package/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
  586. package/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1402 -0
  587. package/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
  588. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/api.js +2 -0
  589. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/app.js +2 -0
  590. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/component.js +2 -0
  591. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/context.js +2 -0
  592. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/hooks.js +2 -0
  593. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/index.js +22 -0
  594. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/util.js +2 -0
  595. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/const.js +5 -0
  596. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/env.js +17 -0
  597. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/index.js +45 -0
  598. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/plugin.js +2 -0
  599. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/proxy.js +111 -0
  600. package/.output/server/node_modules/@vue/devtools-api/lib/cjs/time.js +28 -0
  601. package/.output/server/node_modules/@vue/devtools-api/package.json +37 -0
  602. package/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1806 -0
  603. package/.output/server/node_modules/@vue/reactivity/package.json +55 -0
  604. package/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6734 -0
  605. package/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
  606. package/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1677 -0
  607. package/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
  608. package/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +879 -0
  609. package/.output/server/node_modules/@vue/server-renderer/package.json +55 -0
  610. package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +604 -0
  611. package/.output/server/node_modules/@vue/shared/package.json +47 -0
  612. package/.output/server/node_modules/bail/index.js +12 -0
  613. package/.output/server/node_modules/bail/package.json +73 -0
  614. package/.output/server/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
  615. package/.output/server/node_modules/better-sqlite3/lib/database.js +90 -0
  616. package/.output/server/node_modules/better-sqlite3/lib/index.js +3 -0
  617. package/.output/server/node_modules/better-sqlite3/lib/methods/aggregate.js +43 -0
  618. package/.output/server/node_modules/better-sqlite3/lib/methods/backup.js +67 -0
  619. package/.output/server/node_modules/better-sqlite3/lib/methods/function.js +31 -0
  620. package/.output/server/node_modules/better-sqlite3/lib/methods/inspect.js +7 -0
  621. package/.output/server/node_modules/better-sqlite3/lib/methods/pragma.js +12 -0
  622. package/.output/server/node_modules/better-sqlite3/lib/methods/serialize.js +16 -0
  623. package/.output/server/node_modules/better-sqlite3/lib/methods/table.js +189 -0
  624. package/.output/server/node_modules/better-sqlite3/lib/methods/transaction.js +78 -0
  625. package/.output/server/node_modules/better-sqlite3/lib/methods/wrappers.js +54 -0
  626. package/.output/server/node_modules/better-sqlite3/lib/sqlite-error.js +20 -0
  627. package/.output/server/node_modules/better-sqlite3/lib/util.js +12 -0
  628. package/.output/server/node_modules/better-sqlite3/package.json +62 -0
  629. package/.output/server/node_modules/bindings/bindings.js +221 -0
  630. package/.output/server/node_modules/bindings/package.json +28 -0
  631. package/.output/server/node_modules/boolbase/index.js +8 -0
  632. package/.output/server/node_modules/boolbase/package.json +23 -0
  633. package/.output/server/node_modules/bytes/index.js +170 -0
  634. package/.output/server/node_modules/bytes/package.json +42 -0
  635. package/.output/server/node_modules/case-anything/dist/core.js +242 -0
  636. package/.output/server/node_modules/case-anything/dist/index.js +1 -0
  637. package/.output/server/node_modules/case-anything/dist/utils.js +90 -0
  638. package/.output/server/node_modules/case-anything/package.json +61 -0
  639. package/.output/server/node_modules/ccount/index.js +27 -0
  640. package/.output/server/node_modules/ccount/package.json +71 -0
  641. package/.output/server/node_modules/char-regex/index.js +39 -0
  642. package/.output/server/node_modules/char-regex/package.json +44 -0
  643. package/.output/server/node_modules/character-entities/index.js +2132 -0
  644. package/.output/server/node_modules/character-entities/package.json +78 -0
  645. package/.output/server/node_modules/character-entities-html4/index.js +259 -0
  646. package/.output/server/node_modules/character-entities-html4/package.json +79 -0
  647. package/.output/server/node_modules/character-entities-legacy/index.js +113 -0
  648. package/.output/server/node_modules/character-entities-legacy/package.json +77 -0
  649. package/.output/server/node_modules/character-reference-invalid/index.js +35 -0
  650. package/.output/server/node_modules/character-reference-invalid/package.json +83 -0
  651. package/.output/server/node_modules/color/index.js +496 -0
  652. package/.output/server/node_modules/color/package.json +47 -0
  653. package/.output/server/node_modules/color-convert/conversions.js +839 -0
  654. package/.output/server/node_modules/color-convert/index.js +81 -0
  655. package/.output/server/node_modules/color-convert/package.json +48 -0
  656. package/.output/server/node_modules/color-convert/route.js +97 -0
  657. package/.output/server/node_modules/color-name/index.js +152 -0
  658. package/.output/server/node_modules/color-name/package.json +28 -0
  659. package/.output/server/node_modules/color-string/index.js +242 -0
  660. package/.output/server/node_modules/color-string/package.json +39 -0
  661. package/.output/server/node_modules/comma-separated-tokens/index.js +74 -0
  662. package/.output/server/node_modules/comma-separated-tokens/package.json +72 -0
  663. package/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
  664. package/.output/server/node_modules/consola/dist/core.mjs +512 -0
  665. package/.output/server/node_modules/consola/dist/index.mjs +651 -0
  666. package/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
  667. package/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
  668. package/.output/server/node_modules/consola/package.json +136 -0
  669. package/.output/server/node_modules/cookie-es/dist/index.mjs +262 -0
  670. package/.output/server/node_modules/cookie-es/package.json +46 -0
  671. package/.output/server/node_modules/css-select/lib/attributes.js +236 -0
  672. package/.output/server/node_modules/css-select/lib/compile.js +151 -0
  673. package/.output/server/node_modules/css-select/lib/general.js +148 -0
  674. package/.output/server/node_modules/css-select/lib/index.js +154 -0
  675. package/.output/server/node_modules/css-select/lib/pseudo-selectors/aliases.js +34 -0
  676. package/.output/server/node_modules/css-select/lib/pseudo-selectors/filters.js +157 -0
  677. package/.output/server/node_modules/css-select/lib/pseudo-selectors/index.js +46 -0
  678. package/.output/server/node_modules/css-select/lib/pseudo-selectors/pseudos.js +93 -0
  679. package/.output/server/node_modules/css-select/lib/pseudo-selectors/subselects.js +112 -0
  680. package/.output/server/node_modules/css-select/lib/sort.js +84 -0
  681. package/.output/server/node_modules/css-select/package.json +81 -0
  682. package/.output/server/node_modules/css-what/lib/commonjs/index.js +23 -0
  683. package/.output/server/node_modules/css-what/lib/commonjs/parse.js +425 -0
  684. package/.output/server/node_modules/css-what/lib/commonjs/stringify.js +138 -0
  685. package/.output/server/node_modules/css-what/lib/commonjs/types.js +42 -0
  686. package/.output/server/node_modules/css-what/package.json +59 -0
  687. package/.output/server/node_modules/cssfilter/lib/css.js +110 -0
  688. package/.output/server/node_modules/cssfilter/lib/default.js +398 -0
  689. package/.output/server/node_modules/cssfilter/lib/index.js +32 -0
  690. package/.output/server/node_modules/cssfilter/lib/parser.js +74 -0
  691. package/.output/server/node_modules/cssfilter/lib/util.js +35 -0
  692. package/.output/server/node_modules/cssfilter/package.json +49 -0
  693. package/.output/server/node_modules/csso/cjs/clean/Atrule.cjs +73 -0
  694. package/.output/server/node_modules/csso/cjs/clean/Comment.cjs +7 -0
  695. package/.output/server/node_modules/csso/cjs/clean/Declaration.cjs +18 -0
  696. package/.output/server/node_modules/csso/cjs/clean/Raw.cjs +13 -0
  697. package/.output/server/node_modules/csso/cjs/clean/Rule.cjs +104 -0
  698. package/.output/server/node_modules/csso/cjs/clean/TypeSelector.cjs +23 -0
  699. package/.output/server/node_modules/csso/cjs/clean/WhiteSpace.cjs +7 -0
  700. package/.output/server/node_modules/csso/cjs/clean/index.cjs +32 -0
  701. package/.output/server/node_modules/csso/cjs/clean/utils.cjs +12 -0
  702. package/.output/server/node_modules/csso/cjs/compress.cjs +200 -0
  703. package/.output/server/node_modules/csso/cjs/index.cjs +127 -0
  704. package/.output/server/node_modules/csso/cjs/replace/Atrule.cjs +13 -0
  705. package/.output/server/node_modules/csso/cjs/replace/AttributeSelector.cjs +32 -0
  706. package/.output/server/node_modules/csso/cjs/replace/Dimension.cjs +67 -0
  707. package/.output/server/node_modules/csso/cjs/replace/Number.cjs +45 -0
  708. package/.output/server/node_modules/csso/cjs/replace/Percentage.cjs +41 -0
  709. package/.output/server/node_modules/csso/cjs/replace/Url.cjs +8 -0
  710. package/.output/server/node_modules/csso/cjs/replace/Value.cjs +29 -0
  711. package/.output/server/node_modules/csso/cjs/replace/atrule/keyframes.cjs +25 -0
  712. package/.output/server/node_modules/csso/cjs/replace/color.cjs +504 -0
  713. package/.output/server/node_modules/csso/cjs/replace/index.cjs +36 -0
  714. package/.output/server/node_modules/csso/cjs/replace/property/background.cjs +54 -0
  715. package/.output/server/node_modules/csso/cjs/replace/property/border.cjs +20 -0
  716. package/.output/server/node_modules/csso/cjs/replace/property/font-weight.cjs +26 -0
  717. package/.output/server/node_modules/csso/cjs/replace/property/font.cjs +34 -0
  718. package/.output/server/node_modules/csso/cjs/restructure/1-mergeAtrule.cjs +109 -0
  719. package/.output/server/node_modules/csso/cjs/restructure/2-initialMergeRuleset.cjs +51 -0
  720. package/.output/server/node_modules/csso/cjs/restructure/3-disjoinRuleset.cjs +46 -0
  721. package/.output/server/node_modules/csso/cjs/restructure/4-restructShorthand.cjs +429 -0
  722. package/.output/server/node_modules/csso/cjs/restructure/6-restructBlock.cjs +307 -0
  723. package/.output/server/node_modules/csso/cjs/restructure/7-mergeRuleset.cjs +90 -0
  724. package/.output/server/node_modules/csso/cjs/restructure/8-restructRuleset.cjs +175 -0
  725. package/.output/server/node_modules/csso/cjs/restructure/index.cjs +39 -0
  726. package/.output/server/node_modules/csso/cjs/restructure/prepare/createDeclarationIndexer.cjs +34 -0
  727. package/.output/server/node_modules/csso/cjs/restructure/prepare/index.cjs +45 -0
  728. package/.output/server/node_modules/csso/cjs/restructure/prepare/processSelector.cjs +101 -0
  729. package/.output/server/node_modules/csso/cjs/restructure/prepare/specificity.cjs +133 -0
  730. package/.output/server/node_modules/csso/cjs/restructure/utils.cjs +151 -0
  731. package/.output/server/node_modules/csso/cjs/syntax.cjs +60 -0
  732. package/.output/server/node_modules/csso/cjs/usage.cjs +75 -0
  733. package/.output/server/node_modules/csso/cjs/utils.cjs +14 -0
  734. package/.output/server/node_modules/csso/cjs/version.cjs +5 -0
  735. package/.output/server/node_modules/csso/package.json +82 -0
  736. package/.output/server/node_modules/debug/package.json +64 -0
  737. package/.output/server/node_modules/debug/src/browser.js +272 -0
  738. package/.output/server/node_modules/debug/src/common.js +292 -0
  739. package/.output/server/node_modules/debug/src/index.js +10 -0
  740. package/.output/server/node_modules/debug/src/node.js +263 -0
  741. package/.output/server/node_modules/decode-named-character-reference/index.js +19 -0
  742. package/.output/server/node_modules/decode-named-character-reference/package.json +89 -0
  743. package/.output/server/node_modules/defu/dist/defu.mjs +69 -0
  744. package/.output/server/node_modules/defu/package.json +43 -0
  745. package/.output/server/node_modules/destr/dist/index.mjs +72 -0
  746. package/.output/server/node_modules/destr/package.json +47 -0
  747. package/.output/server/node_modules/detab/index.js +45 -0
  748. package/.output/server/node_modules/detab/package.json +71 -0
  749. package/.output/server/node_modules/detect-libc/lib/detect-libc.js +267 -0
  750. package/.output/server/node_modules/detect-libc/lib/filesystem.js +41 -0
  751. package/.output/server/node_modules/detect-libc/lib/process.js +24 -0
  752. package/.output/server/node_modules/detect-libc/package.json +41 -0
  753. package/.output/server/node_modules/devalue/index.js +3 -0
  754. package/.output/server/node_modules/devalue/package.json +37 -0
  755. package/.output/server/node_modules/devalue/src/base64.js +110 -0
  756. package/.output/server/node_modules/devalue/src/constants.js +6 -0
  757. package/.output/server/node_modules/devalue/src/parse.js +195 -0
  758. package/.output/server/node_modules/devalue/src/stringify.js +261 -0
  759. package/.output/server/node_modules/devalue/src/uneval.js +402 -0
  760. package/.output/server/node_modules/devalue/src/utils.js +114 -0
  761. package/.output/server/node_modules/devlop/lib/default.js +9 -0
  762. package/.output/server/node_modules/devlop/package.json +80 -0
  763. package/.output/server/node_modules/dom-serializer/lib/foreignNames.js +103 -0
  764. package/.output/server/node_modules/dom-serializer/lib/index.js +229 -0
  765. package/.output/server/node_modules/dom-serializer/package.json +69 -0
  766. package/.output/server/node_modules/domelementtype/lib/index.js +55 -0
  767. package/.output/server/node_modules/domelementtype/package.json +54 -0
  768. package/.output/server/node_modules/domhandler/lib/index.js +165 -0
  769. package/.output/server/node_modules/domhandler/lib/node.js +474 -0
  770. package/.output/server/node_modules/domhandler/package.json +73 -0
  771. package/.output/server/node_modules/domutils/lib/feeds.js +190 -0
  772. package/.output/server/node_modules/domutils/lib/helpers.js +142 -0
  773. package/.output/server/node_modules/domutils/lib/index.js +33 -0
  774. package/.output/server/node_modules/domutils/lib/legacy.js +168 -0
  775. package/.output/server/node_modules/domutils/lib/manipulation.js +142 -0
  776. package/.output/server/node_modules/domutils/lib/querying.js +155 -0
  777. package/.output/server/node_modules/domutils/lib/stringify.js +91 -0
  778. package/.output/server/node_modules/domutils/lib/traversal.js +125 -0
  779. package/.output/server/node_modules/domutils/package.json +79 -0
  780. package/.output/server/node_modules/emojilib/emojis.json +9422 -0
  781. package/.output/server/node_modules/emojilib/index.js +5 -0
  782. package/.output/server/node_modules/emojilib/ordered.json +1572 -0
  783. package/.output/server/node_modules/emojilib/package.json +41 -0
  784. package/.output/server/node_modules/emoticon/index.js +480 -0
  785. package/.output/server/node_modules/emoticon/package.json +88 -0
  786. package/.output/server/node_modules/escape-string-regexp/index.js +11 -0
  787. package/.output/server/node_modules/escape-string-regexp/package.json +40 -0
  788. package/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
  789. package/.output/server/node_modules/estree-walker/package.json +37 -0
  790. package/.output/server/node_modules/etag/index.js +131 -0
  791. package/.output/server/node_modules/etag/package.json +47 -0
  792. package/.output/server/node_modules/extend/index.js +117 -0
  793. package/.output/server/node_modules/extend/package.json +42 -0
  794. package/.output/server/node_modules/fast-xml-parser/package.json +90 -0
  795. package/.output/server/node_modules/fast-xml-parser/src/fxp.js +14 -0
  796. package/.output/server/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  797. package/.output/server/node_modules/fast-xml-parser/src/util.js +68 -0
  798. package/.output/server/node_modules/fast-xml-parser/src/validator.js +425 -0
  799. package/.output/server/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +285 -0
  800. package/.output/server/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +134 -0
  801. package/.output/server/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +369 -0
  802. package/.output/server/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +46 -0
  803. package/.output/server/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +606 -0
  804. package/.output/server/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
  805. package/.output/server/node_modules/fast-xml-parser/src/xmlparser/node2json.js +119 -0
  806. package/.output/server/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
  807. package/.output/server/node_modules/file-uri-to-path/index.js +66 -0
  808. package/.output/server/node_modules/file-uri-to-path/package.json +32 -0
  809. package/.output/server/node_modules/flat/index.js +157 -0
  810. package/.output/server/node_modules/flat/package.json +49 -0
  811. package/.output/server/node_modules/flattie/dist/index.mjs +25 -0
  812. package/.output/server/node_modules/flattie/package.json +48 -0
  813. package/.output/server/node_modules/github-slugger/index.js +77 -0
  814. package/.output/server/node_modules/github-slugger/package.json +71 -0
  815. package/.output/server/node_modules/github-slugger/regex.js +3 -0
  816. package/.output/server/node_modules/h3/dist/index.mjs +2478 -0
  817. package/.output/server/node_modules/h3/package.json +75 -0
  818. package/.output/server/node_modules/has-flag/index.js +8 -0
  819. package/.output/server/node_modules/has-flag/package.json +46 -0
  820. package/.output/server/node_modules/hast-util-embedded/index.js +1 -0
  821. package/.output/server/node_modules/hast-util-embedded/lib/index.js +33 -0
  822. package/.output/server/node_modules/hast-util-embedded/package.json +78 -0
  823. package/.output/server/node_modules/hast-util-format/index.js +2 -0
  824. package/.output/server/node_modules/hast-util-format/lib/index.js +186 -0
  825. package/.output/server/node_modules/hast-util-format/package.json +124 -0
  826. package/.output/server/node_modules/hast-util-from-parse5/index.js +2 -0
  827. package/.output/server/node_modules/hast-util-from-parse5/lib/index.js +337 -0
  828. package/.output/server/node_modules/hast-util-from-parse5/package.json +120 -0
  829. package/.output/server/node_modules/hast-util-has-property/index.js +1 -0
  830. package/.output/server/node_modules/hast-util-has-property/lib/index.js +29 -0
  831. package/.output/server/node_modules/hast-util-has-property/package.json +79 -0
  832. package/.output/server/node_modules/hast-util-is-body-ok-link/index.js +46 -0
  833. package/.output/server/node_modules/hast-util-is-body-ok-link/lib/index.js +38 -0
  834. package/.output/server/node_modules/hast-util-is-body-ok-link/package.json +52 -0
  835. package/.output/server/node_modules/hast-util-is-element/index.js +7 -0
  836. package/.output/server/node_modules/hast-util-is-element/lib/index.js +278 -0
  837. package/.output/server/node_modules/hast-util-is-element/package.json +82 -0
  838. package/.output/server/node_modules/hast-util-minify-whitespace/index.js +69 -0
  839. package/.output/server/node_modules/hast-util-minify-whitespace/lib/block.js +61 -0
  840. package/.output/server/node_modules/hast-util-minify-whitespace/lib/content.js +7 -0
  841. package/.output/server/node_modules/hast-util-minify-whitespace/lib/index.js +377 -0
  842. package/.output/server/node_modules/hast-util-minify-whitespace/lib/skippable.js +20 -0
  843. package/.output/server/node_modules/hast-util-minify-whitespace/package.json +56 -0
  844. package/.output/server/node_modules/hast-util-parse-selector/index.js +1 -0
  845. package/.output/server/node_modules/hast-util-parse-selector/lib/index.js +87 -0
  846. package/.output/server/node_modules/hast-util-parse-selector/package.json +79 -0
  847. package/.output/server/node_modules/hast-util-phrasing/index.js +1 -0
  848. package/.output/server/node_modules/hast-util-phrasing/lib/index.js +78 -0
  849. package/.output/server/node_modules/hast-util-phrasing/package.json +83 -0
  850. package/.output/server/node_modules/hast-util-raw/index.js +2 -0
  851. package/.output/server/node_modules/hast-util-raw/lib/index.js +682 -0
  852. package/.output/server/node_modules/hast-util-raw/package.json +123 -0
  853. package/.output/server/node_modules/hast-util-to-html/index.js +8 -0
  854. package/.output/server/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
  855. package/.output/server/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
  856. package/.output/server/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
  857. package/.output/server/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
  858. package/.output/server/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
  859. package/.output/server/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
  860. package/.output/server/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
  861. package/.output/server/node_modules/hast-util-to-html/lib/index.js +257 -0
  862. package/.output/server/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
  863. package/.output/server/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
  864. package/.output/server/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
  865. package/.output/server/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
  866. package/.output/server/node_modules/hast-util-to-html/package.json +106 -0
  867. package/.output/server/node_modules/hast-util-to-mdast/index.js +13 -0
  868. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/a.js +30 -0
  869. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/base.js +20 -0
  870. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/blockquote.js +20 -0
  871. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/br.js +20 -0
  872. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/code.js +65 -0
  873. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/comment.js +23 -0
  874. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/del.js +23 -0
  875. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/dl.js +144 -0
  876. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/em.js +24 -0
  877. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/heading.js +30 -0
  878. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/hr.js +20 -0
  879. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/iframe.js +35 -0
  880. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/img.js +27 -0
  881. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/index.js +233 -0
  882. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/inline-code.js +22 -0
  883. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/input.js +137 -0
  884. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/li.js +147 -0
  885. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/list.js +47 -0
  886. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/media.js +82 -0
  887. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/p.js +30 -0
  888. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/q.js +43 -0
  889. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/root.js +28 -0
  890. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/select.js +34 -0
  891. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/strong.js +24 -0
  892. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/table-cell.js +38 -0
  893. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/table-row.js +29 -0
  894. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/table.js +203 -0
  895. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/text.js +20 -0
  896. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/textarea.js +22 -0
  897. package/.output/server/node_modules/hast-util-to-mdast/lib/handlers/wbr.js +20 -0
  898. package/.output/server/node_modules/hast-util-to-mdast/lib/index.js +111 -0
  899. package/.output/server/node_modules/hast-util-to-mdast/lib/state.js +389 -0
  900. package/.output/server/node_modules/hast-util-to-mdast/lib/util/drop-surrounding-breaks.js +23 -0
  901. package/.output/server/node_modules/hast-util-to-mdast/lib/util/find-selected-options.js +90 -0
  902. package/.output/server/node_modules/hast-util-to-mdast/lib/util/list-items-spread.js +25 -0
  903. package/.output/server/node_modules/hast-util-to-mdast/lib/util/wrap.js +223 -0
  904. package/.output/server/node_modules/hast-util-to-mdast/package.json +124 -0
  905. package/.output/server/node_modules/hast-util-to-parse5/index.js +6 -0
  906. package/.output/server/node_modules/hast-util-to-parse5/lib/index.js +338 -0
  907. package/.output/server/node_modules/hast-util-to-parse5/package.json +87 -0
  908. package/.output/server/node_modules/hast-util-to-string/index.js +46 -0
  909. package/.output/server/node_modules/hast-util-to-string/lib/index.js +54 -0
  910. package/.output/server/node_modules/hast-util-to-string/package.json +54 -0
  911. package/.output/server/node_modules/hast-util-to-text/index.js +6 -0
  912. package/.output/server/node_modules/hast-util-to-text/lib/index.js +633 -0
  913. package/.output/server/node_modules/hast-util-to-text/package.json +87 -0
  914. package/.output/server/node_modules/hast-util-whitespace/index.js +1 -0
  915. package/.output/server/node_modules/hast-util-whitespace/lib/index.js +34 -0
  916. package/.output/server/node_modules/hast-util-whitespace/package.json +83 -0
  917. package/.output/server/node_modules/hastscript/index.js +7 -0
  918. package/.output/server/node_modules/hastscript/lib/create-h.js +365 -0
  919. package/.output/server/node_modules/hastscript/lib/index.js +27 -0
  920. package/.output/server/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js +46 -0
  921. package/.output/server/node_modules/hastscript/package.json +126 -0
  922. package/.output/server/node_modules/hookable/dist/index.mjs +290 -0
  923. package/.output/server/node_modules/hookable/package.json +49 -0
  924. package/.output/server/node_modules/html-void-elements/index.js +27 -0
  925. package/.output/server/node_modules/html-void-elements/package.json +79 -0
  926. package/.output/server/node_modules/html-whitespace-sensitive-tag-names/index.js +28 -0
  927. package/.output/server/node_modules/html-whitespace-sensitive-tag-names/lib/index.js +9 -0
  928. package/.output/server/node_modules/html-whitespace-sensitive-tag-names/package.json +48 -0
  929. package/.output/server/node_modules/image-meta/dist/index.mjs +785 -0
  930. package/.output/server/node_modules/image-meta/package.json +46 -0
  931. package/.output/server/node_modules/ipx/dist/index.mjs +52 -0
  932. package/.output/server/node_modules/ipx/dist/shared/ipx.e4d5b25d.mjs +761 -0
  933. package/.output/server/node_modules/ipx/package.json +72 -0
  934. package/.output/server/node_modules/iron-webcrypto/dist/index.js +298 -0
  935. package/.output/server/node_modules/iron-webcrypto/package.json +72 -0
  936. package/.output/server/node_modules/is-absolute-url/index.js +18 -0
  937. package/.output/server/node_modules/is-absolute-url/package.json +37 -0
  938. package/.output/server/node_modules/is-alphabetical/index.js +16 -0
  939. package/.output/server/node_modules/is-alphabetical/package.json +73 -0
  940. package/.output/server/node_modules/is-alphanumerical/index.js +13 -0
  941. package/.output/server/node_modules/is-alphanumerical/package.json +79 -0
  942. package/.output/server/node_modules/is-arrayish/index.js +9 -0
  943. package/.output/server/node_modules/is-arrayish/package.json +45 -0
  944. package/.output/server/node_modules/is-decimal/index.js +13 -0
  945. package/.output/server/node_modules/is-decimal/package.json +73 -0
  946. package/.output/server/node_modules/is-hexadecimal/index.js +17 -0
  947. package/.output/server/node_modules/is-hexadecimal/package.json +73 -0
  948. package/.output/server/node_modules/is-plain-obj/index.js +8 -0
  949. package/.output/server/node_modules/is-plain-obj/package.json +41 -0
  950. package/.output/server/node_modules/jose/dist/webapi/index.js +30 -0
  951. package/.output/server/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +27 -0
  952. package/.output/server/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +27 -0
  953. package/.output/server/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +165 -0
  954. package/.output/server/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +165 -0
  955. package/.output/server/node_modules/jose/dist/webapi/jwe/general/decrypt.js +31 -0
  956. package/.output/server/node_modules/jose/dist/webapi/jwe/general/encrypt.js +187 -0
  957. package/.output/server/node_modules/jose/dist/webapi/jwk/embedded.js +17 -0
  958. package/.output/server/node_modules/jose/dist/webapi/jwk/thumbprint.js +68 -0
  959. package/.output/server/node_modules/jose/dist/webapi/jwks/local.js +119 -0
  960. package/.output/server/node_modules/jose/dist/webapi/jwks/remote.js +179 -0
  961. package/.output/server/node_modules/jose/dist/webapi/jws/compact/sign.js +18 -0
  962. package/.output/server/node_modules/jose/dist/webapi/jws/compact/verify.js +21 -0
  963. package/.output/server/node_modules/jose/dist/webapi/jws/flattened/sign.js +86 -0
  964. package/.output/server/node_modules/jose/dist/webapi/jws/flattened/verify.js +116 -0
  965. package/.output/server/node_modules/jose/dist/webapi/jws/general/sign.js +73 -0
  966. package/.output/server/node_modules/jose/dist/webapi/jws/general/verify.js +24 -0
  967. package/.output/server/node_modules/jose/dist/webapi/jwt/decrypt.js +23 -0
  968. package/.output/server/node_modules/jose/dist/webapi/jwt/encrypt.js +108 -0
  969. package/.output/server/node_modules/jose/dist/webapi/jwt/sign.js +52 -0
  970. package/.output/server/node_modules/jose/dist/webapi/jwt/unsecured.js +63 -0
  971. package/.output/server/node_modules/jose/dist/webapi/jwt/verify.js +15 -0
  972. package/.output/server/node_modules/jose/dist/webapi/key/export.js +11 -0
  973. package/.output/server/node_modules/jose/dist/webapi/key/generate_key_pair.js +97 -0
  974. package/.output/server/node_modules/jose/dist/webapi/key/generate_secret.js +40 -0
  975. package/.output/server/node_modules/jose/dist/webapi/key/import.js +57 -0
  976. package/.output/server/node_modules/jose/dist/webapi/lib/aesgcmkw.js +16 -0
  977. package/.output/server/node_modules/jose/dist/webapi/lib/aeskw.js +25 -0
  978. package/.output/server/node_modules/jose/dist/webapi/lib/asn1.js +247 -0
  979. package/.output/server/node_modules/jose/dist/webapi/lib/base64.js +22 -0
  980. package/.output/server/node_modules/jose/dist/webapi/lib/buffer_utils.js +32 -0
  981. package/.output/server/node_modules/jose/dist/webapi/lib/cek.js +19 -0
  982. package/.output/server/node_modules/jose/dist/webapi/lib/check_cek_length.js +7 -0
  983. package/.output/server/node_modules/jose/dist/webapi/lib/check_iv_length.js +7 -0
  984. package/.output/server/node_modules/jose/dist/webapi/lib/check_key_length.js +8 -0
  985. package/.output/server/node_modules/jose/dist/webapi/lib/check_key_type.js +126 -0
  986. package/.output/server/node_modules/jose/dist/webapi/lib/crypto_key.js +147 -0
  987. package/.output/server/node_modules/jose/dist/webapi/lib/decrypt.js +106 -0
  988. package/.output/server/node_modules/jose/dist/webapi/lib/decrypt_key_management.js +127 -0
  989. package/.output/server/node_modules/jose/dist/webapi/lib/digest.js +4 -0
  990. package/.output/server/node_modules/jose/dist/webapi/lib/ecdhes.js +52 -0
  991. package/.output/server/node_modules/jose/dist/webapi/lib/encrypt.js +74 -0
  992. package/.output/server/node_modules/jose/dist/webapi/lib/encrypt_key_management.js +92 -0
  993. package/.output/server/node_modules/jose/dist/webapi/lib/epoch.js +1 -0
  994. package/.output/server/node_modules/jose/dist/webapi/lib/get_sign_verify_key.js +12 -0
  995. package/.output/server/node_modules/jose/dist/webapi/lib/invalid_key_input.js +31 -0
  996. package/.output/server/node_modules/jose/dist/webapi/lib/is_disjoint.js +21 -0
  997. package/.output/server/node_modules/jose/dist/webapi/lib/is_jwk.js +14 -0
  998. package/.output/server/node_modules/jose/dist/webapi/lib/is_key_like.js +14 -0
  999. package/.output/server/node_modules/jose/dist/webapi/lib/is_object.js +16 -0
  1000. package/.output/server/node_modules/jose/dist/webapi/lib/iv.js +19 -0
  1001. package/.output/server/node_modules/jose/dist/webapi/lib/jwk_to_key.js +109 -0
  1002. package/.output/server/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +185 -0
  1003. package/.output/server/node_modules/jose/dist/webapi/lib/key_to_jwk.js +31 -0
  1004. package/.output/server/node_modules/jose/dist/webapi/lib/normalize_key.js +176 -0
  1005. package/.output/server/node_modules/jose/dist/webapi/lib/pbes2kw.js +37 -0
  1006. package/.output/server/node_modules/jose/dist/webapi/lib/private_symbols.js +1 -0
  1007. package/.output/server/node_modules/jose/dist/webapi/lib/rsaes.js +24 -0
  1008. package/.output/server/node_modules/jose/dist/webapi/lib/secs.js +55 -0
  1009. package/.output/server/node_modules/jose/dist/webapi/lib/sign.js +9 -0
  1010. package/.output/server/node_modules/jose/dist/webapi/lib/subtle_dsa.js +31 -0
  1011. package/.output/server/node_modules/jose/dist/webapi/lib/validate_algorithms.js +10 -0
  1012. package/.output/server/node_modules/jose/dist/webapi/lib/validate_crit.js +33 -0
  1013. package/.output/server/node_modules/jose/dist/webapi/lib/verify.js +14 -0
  1014. package/.output/server/node_modules/jose/dist/webapi/util/base64url.js +30 -0
  1015. package/.output/server/node_modules/jose/dist/webapi/util/decode_jwt.js +32 -0
  1016. package/.output/server/node_modules/jose/dist/webapi/util/decode_protected_header.js +34 -0
  1017. package/.output/server/node_modules/jose/dist/webapi/util/errors.js +99 -0
  1018. package/.output/server/node_modules/jose/package.json +200 -0
  1019. package/.output/server/node_modules/longest-streak/index.js +36 -0
  1020. package/.output/server/node_modules/longest-streak/package.json +73 -0
  1021. package/.output/server/node_modules/lru-cache/dist/esm/index.js +1542 -0
  1022. package/.output/server/node_modules/lru-cache/dist/esm/package.json +3 -0
  1023. package/.output/server/node_modules/lru-cache/package.json +116 -0
  1024. package/.output/server/node_modules/markdown-table/index.js +393 -0
  1025. package/.output/server/node_modules/markdown-table/package.json +77 -0
  1026. package/.output/server/node_modules/mdast-util-find-and-replace/index.js +11 -0
  1027. package/.output/server/node_modules/mdast-util-find-and-replace/lib/index.js +261 -0
  1028. package/.output/server/node_modules/mdast-util-find-and-replace/package.json +85 -0
  1029. package/.output/server/node_modules/mdast-util-from-markdown/index.js +2 -0
  1030. package/.output/server/node_modules/mdast-util-from-markdown/lib/index.js +1177 -0
  1031. package/.output/server/node_modules/mdast-util-from-markdown/package.json +139 -0
  1032. package/.output/server/node_modules/mdast-util-gfm/index.js +2 -0
  1033. package/.output/server/node_modules/mdast-util-gfm/lib/index.js +63 -0
  1034. package/.output/server/node_modules/mdast-util-gfm/package.json +125 -0
  1035. package/.output/server/node_modules/mdast-util-gfm-autolink-literal/index.js +4 -0
  1036. package/.output/server/node_modules/mdast-util-gfm-autolink-literal/lib/index.js +280 -0
  1037. package/.output/server/node_modules/mdast-util-gfm-autolink-literal/package.json +106 -0
  1038. package/.output/server/node_modules/mdast-util-gfm-footnote/index.js +2 -0
  1039. package/.output/server/node_modules/mdast-util-gfm-footnote/lib/index.js +212 -0
  1040. package/.output/server/node_modules/mdast-util-gfm-footnote/package.json +111 -0
  1041. package/.output/server/node_modules/mdast-util-gfm-strikethrough/index.js +5 -0
  1042. package/.output/server/node_modules/mdast-util-gfm-strikethrough/lib/index.js +106 -0
  1043. package/.output/server/node_modules/mdast-util-gfm-strikethrough/package.json +99 -0
  1044. package/.output/server/node_modules/mdast-util-gfm-table/index.js +2 -0
  1045. package/.output/server/node_modules/mdast-util-gfm-table/lib/index.js +300 -0
  1046. package/.output/server/node_modules/mdast-util-gfm-table/package.json +101 -0
  1047. package/.output/server/node_modules/mdast-util-gfm-task-list-item/index.js +4 -0
  1048. package/.output/server/node_modules/mdast-util-gfm-task-list-item/lib/index.js +141 -0
  1049. package/.output/server/node_modules/mdast-util-gfm-task-list-item/package.json +90 -0
  1050. package/.output/server/node_modules/mdast-util-phrasing/index.js +1 -0
  1051. package/.output/server/node_modules/mdast-util-phrasing/lib/index.js +45 -0
  1052. package/.output/server/node_modules/mdast-util-phrasing/package.json +78 -0
  1053. package/.output/server/node_modules/mdast-util-to-hast/index.js +7 -0
  1054. package/.output/server/node_modules/mdast-util-to-hast/lib/footer.js +252 -0
  1055. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +30 -0
  1056. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/break.js +26 -0
  1057. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/code.js +50 -0
  1058. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/delete.js +30 -0
  1059. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +30 -0
  1060. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +70 -0
  1061. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/heading.js +30 -0
  1062. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/html.js +31 -0
  1063. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +41 -0
  1064. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/image.js +36 -0
  1065. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/index.js +64 -0
  1066. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +35 -0
  1067. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +46 -0
  1068. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/link.js +37 -0
  1069. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +125 -0
  1070. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/list.js +56 -0
  1071. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +30 -0
  1072. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/root.js +26 -0
  1073. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/strong.js +30 -0
  1074. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +32 -0
  1075. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +69 -0
  1076. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/table.js +61 -0
  1077. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/text.js +25 -0
  1078. package/.output/server/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +30 -0
  1079. package/.output/server/node_modules/mdast-util-to-hast/lib/index.js +106 -0
  1080. package/.output/server/node_modules/mdast-util-to-hast/lib/revert.js +55 -0
  1081. package/.output/server/node_modules/mdast-util-to-hast/lib/state.js +473 -0
  1082. package/.output/server/node_modules/mdast-util-to-hast/package.json +118 -0
  1083. package/.output/server/node_modules/mdast-util-to-markdown/index.js +3 -0
  1084. package/.output/server/node_modules/mdast-util-to-markdown/lib/configure.js +79 -0
  1085. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js +29 -0
  1086. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/break.js +30 -0
  1087. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/code.js +75 -0
  1088. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/definition.js +76 -0
  1089. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js +69 -0
  1090. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/heading.js +75 -0
  1091. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/html.js +20 -0
  1092. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js +63 -0
  1093. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/image.js +82 -0
  1094. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/index.js +45 -0
  1095. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js +76 -0
  1096. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js +63 -0
  1097. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/link.js +114 -0
  1098. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/list-item.js +62 -0
  1099. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/list.js +100 -0
  1100. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js +20 -0
  1101. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/root.js +23 -0
  1102. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/strong.js +69 -0
  1103. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/text.js +15 -0
  1104. package/.output/server/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js +21 -0
  1105. package/.output/server/node_modules/mdast-util-to-markdown/lib/index.js +187 -0
  1106. package/.output/server/node_modules/mdast-util-to-markdown/lib/join.js +39 -0
  1107. package/.output/server/node_modules/mdast-util-to-markdown/lib/unsafe.js +146 -0
  1108. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/association.js +33 -0
  1109. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js +21 -0
  1110. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js +38 -0
  1111. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js +21 -0
  1112. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js +21 -0
  1113. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-fence.js +21 -0
  1114. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js +21 -0
  1115. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-quote.js +21 -0
  1116. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js +21 -0
  1117. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-rule.js +21 -0
  1118. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/check-strong.js +21 -0
  1119. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js +24 -0
  1120. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/container-flow.js +84 -0
  1121. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js +125 -0
  1122. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js +11 -0
  1123. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/encode-info.js +82 -0
  1124. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js +22 -0
  1125. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js +34 -0
  1126. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js +34 -0
  1127. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js +35 -0
  1128. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js +41 -0
  1129. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/safe.js +174 -0
  1130. package/.output/server/node_modules/mdast-util-to-markdown/lib/util/track.js +55 -0
  1131. package/.output/server/node_modules/mdast-util-to-markdown/package.json +132 -0
  1132. package/.output/server/node_modules/mdast-util-to-string/index.js +5 -0
  1133. package/.output/server/node_modules/mdast-util-to-string/lib/index.js +108 -0
  1134. package/.output/server/node_modules/mdast-util-to-string/package.json +78 -0
  1135. package/.output/server/node_modules/micromark/index.js +60 -0
  1136. package/.output/server/node_modules/micromark/lib/compile.js +1060 -0
  1137. package/.output/server/node_modules/micromark/lib/constructs.js +85 -0
  1138. package/.output/server/node_modules/micromark/lib/create-tokenizer.js +611 -0
  1139. package/.output/server/node_modules/micromark/lib/initialize/content.js +79 -0
  1140. package/.output/server/node_modules/micromark/lib/initialize/document.js +362 -0
  1141. package/.output/server/node_modules/micromark/lib/initialize/flow.js +58 -0
  1142. package/.output/server/node_modules/micromark/lib/initialize/text.js +212 -0
  1143. package/.output/server/node_modules/micromark/lib/parse.js +56 -0
  1144. package/.output/server/node_modules/micromark/lib/postprocess.js +18 -0
  1145. package/.output/server/node_modules/micromark/lib/preprocess.js +115 -0
  1146. package/.output/server/node_modules/micromark/package.json +100 -0
  1147. package/.output/server/node_modules/micromark-core-commonmark/index.js +22 -0
  1148. package/.output/server/node_modules/micromark-core-commonmark/lib/attention.js +241 -0
  1149. package/.output/server/node_modules/micromark-core-commonmark/lib/autolink.js +233 -0
  1150. package/.output/server/node_modules/micromark-core-commonmark/lib/blank-line.js +61 -0
  1151. package/.output/server/node_modules/micromark-core-commonmark/lib/block-quote.js +143 -0
  1152. package/.output/server/node_modules/micromark-core-commonmark/lib/character-escape.js +64 -0
  1153. package/.output/server/node_modules/micromark-core-commonmark/lib/character-reference.js +149 -0
  1154. package/.output/server/node_modules/micromark-core-commonmark/lib/code-fenced.js +460 -0
  1155. package/.output/server/node_modules/micromark-core-commonmark/lib/code-indented.js +177 -0
  1156. package/.output/server/node_modules/micromark-core-commonmark/lib/code-text.js +225 -0
  1157. package/.output/server/node_modules/micromark-core-commonmark/lib/content.js +163 -0
  1158. package/.output/server/node_modules/micromark-core-commonmark/lib/definition.js +254 -0
  1159. package/.output/server/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +60 -0
  1160. package/.output/server/node_modules/micromark-core-commonmark/lib/heading-atx.js +195 -0
  1161. package/.output/server/node_modules/micromark-core-commonmark/lib/html-flow.js +876 -0
  1162. package/.output/server/node_modules/micromark-core-commonmark/lib/html-text.js +678 -0
  1163. package/.output/server/node_modules/micromark-core-commonmark/lib/label-end.js +560 -0
  1164. package/.output/server/node_modules/micromark-core-commonmark/lib/label-start-image.js +102 -0
  1165. package/.output/server/node_modules/micromark-core-commonmark/lib/label-start-link.js +55 -0
  1166. package/.output/server/node_modules/micromark-core-commonmark/lib/line-ending.js +33 -0
  1167. package/.output/server/node_modules/micromark-core-commonmark/lib/list.js +213 -0
  1168. package/.output/server/node_modules/micromark-core-commonmark/lib/setext-underline.js +185 -0
  1169. package/.output/server/node_modules/micromark-core-commonmark/lib/thematic-break.js +102 -0
  1170. package/.output/server/node_modules/micromark-core-commonmark/package.json +74 -0
  1171. package/.output/server/node_modules/micromark-extension-gfm/index.js +69 -0
  1172. package/.output/server/node_modules/micromark-extension-gfm/package.json +107 -0
  1173. package/.output/server/node_modules/micromark-extension-gfm-autolink-literal/index.js +2 -0
  1174. package/.output/server/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js +60 -0
  1175. package/.output/server/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js +854 -0
  1176. package/.output/server/node_modules/micromark-extension-gfm-autolink-literal/package.json +116 -0
  1177. package/.output/server/node_modules/micromark-extension-gfm-footnote/index.js +3 -0
  1178. package/.output/server/node_modules/micromark-extension-gfm-footnote/lib/html.js +154 -0
  1179. package/.output/server/node_modules/micromark-extension-gfm-footnote/lib/syntax.js +485 -0
  1180. package/.output/server/node_modules/micromark-extension-gfm-footnote/package.json +132 -0
  1181. package/.output/server/node_modules/micromark-extension-gfm-strikethrough/index.js +3 -0
  1182. package/.output/server/node_modules/micromark-extension-gfm-strikethrough/lib/html.js +26 -0
  1183. package/.output/server/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js +142 -0
  1184. package/.output/server/node_modules/micromark-extension-gfm-strikethrough/package.json +129 -0
  1185. package/.output/server/node_modules/micromark-extension-gfm-table/index.js +2 -0
  1186. package/.output/server/node_modules/micromark-extension-gfm-table/lib/edit-map.js +202 -0
  1187. package/.output/server/node_modules/micromark-extension-gfm-table/lib/html.js +130 -0
  1188. package/.output/server/node_modules/micromark-extension-gfm-table/lib/infer.js +52 -0
  1189. package/.output/server/node_modules/micromark-extension-gfm-table/lib/syntax.js +819 -0
  1190. package/.output/server/node_modules/micromark-extension-gfm-table/package.json +128 -0
  1191. package/.output/server/node_modules/micromark-extension-gfm-tagfilter/index.js +1 -0
  1192. package/.output/server/node_modules/micromark-extension-gfm-tagfilter/lib/index.js +51 -0
  1193. package/.output/server/node_modules/micromark-extension-gfm-tagfilter/package.json +82 -0
  1194. package/.output/server/node_modules/micromark-extension-gfm-task-list-item/index.js +2 -0
  1195. package/.output/server/node_modules/micromark-extension-gfm-task-list-item/lib/html.js +29 -0
  1196. package/.output/server/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js +158 -0
  1197. package/.output/server/node_modules/micromark-extension-gfm-task-list-item/package.json +131 -0
  1198. package/.output/server/node_modules/micromark-factory-destination/index.js +206 -0
  1199. package/.output/server/node_modules/micromark-factory-destination/package.json +57 -0
  1200. package/.output/server/node_modules/micromark-factory-label/index.js +148 -0
  1201. package/.output/server/node_modules/micromark-factory-label/package.json +60 -0
  1202. package/.output/server/node_modules/micromark-factory-space/index.js +64 -0
  1203. package/.output/server/node_modules/micromark-factory-space/package.json +55 -0
  1204. package/.output/server/node_modules/micromark-factory-title/index.js +158 -0
  1205. package/.output/server/node_modules/micromark-factory-title/package.json +58 -0
  1206. package/.output/server/node_modules/micromark-factory-whitespace/index.js +44 -0
  1207. package/.output/server/node_modules/micromark-factory-whitespace/package.json +57 -0
  1208. package/.output/server/node_modules/micromark-util-character/index.js +246 -0
  1209. package/.output/server/node_modules/micromark-util-character/package.json +57 -0
  1210. package/.output/server/node_modules/micromark-util-chunked/index.js +81 -0
  1211. package/.output/server/node_modules/micromark-util-chunked/package.json +57 -0
  1212. package/.output/server/node_modules/micromark-util-classify-character/index.js +27 -0
  1213. package/.output/server/node_modules/micromark-util-classify-character/package.json +59 -0
  1214. package/.output/server/node_modules/micromark-util-combine-extensions/index.js +143 -0
  1215. package/.output/server/node_modules/micromark-util-combine-extensions/package.json +52 -0
  1216. package/.output/server/node_modules/micromark-util-decode-numeric-character-reference/index.js +32 -0
  1217. package/.output/server/node_modules/micromark-util-decode-numeric-character-reference/package.json +59 -0
  1218. package/.output/server/node_modules/micromark-util-decode-string/index.js +45 -0
  1219. package/.output/server/node_modules/micromark-util-decode-string/package.json +63 -0
  1220. package/.output/server/node_modules/micromark-util-encode/index.js +33 -0
  1221. package/.output/server/node_modules/micromark-util-encode/package.json +47 -0
  1222. package/.output/server/node_modules/micromark-util-html-tag-name/index.js +93 -0
  1223. package/.output/server/node_modules/micromark-util-html-tag-name/package.json +47 -0
  1224. package/.output/server/node_modules/micromark-util-normalize-identifier/index.js +33 -0
  1225. package/.output/server/node_modules/micromark-util-normalize-identifier/package.json +58 -0
  1226. package/.output/server/node_modules/micromark-util-resolve-all/index.js +32 -0
  1227. package/.output/server/node_modules/micromark-util-resolve-all/package.json +48 -0
  1228. package/.output/server/node_modules/micromark-util-sanitize-uri/index.js +107 -0
  1229. package/.output/server/node_modules/micromark-util-sanitize-uri/package.json +59 -0
  1230. package/.output/server/node_modules/micromark-util-subtokenize/index.js +228 -0
  1231. package/.output/server/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +251 -0
  1232. package/.output/server/node_modules/micromark-util-subtokenize/package.json +60 -0
  1233. package/.output/server/node_modules/minimark/dist/hast.mjs +39 -0
  1234. package/.output/server/node_modules/minimark/package.json +40 -0
  1235. package/.output/server/node_modules/ms/index.js +162 -0
  1236. package/.output/server/node_modules/ms/package.json +38 -0
  1237. package/.output/server/node_modules/node-emoji/lib/index.js +174 -0
  1238. package/.output/server/node_modules/node-emoji/package.json +118 -0
  1239. package/.output/server/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs +2 -0
  1240. package/.output/server/node_modules/node-fetch-native/dist/index.mjs +1 -0
  1241. package/.output/server/node_modules/node-fetch-native/dist/node.mjs +19 -0
  1242. package/.output/server/node_modules/node-fetch-native/dist/shared/node-fetch-native.DfbY2q-x.mjs +1 -0
  1243. package/.output/server/node_modules/node-fetch-native/package.json +138 -0
  1244. package/.output/server/node_modules/node-mock-http/dist/_polyfill/buffer/node.mjs +1 -0
  1245. package/.output/server/node_modules/node-mock-http/dist/_polyfill/events/node.mjs +1 -0
  1246. package/.output/server/node_modules/node-mock-http/dist/index.mjs +1 -0
  1247. package/.output/server/node_modules/node-mock-http/package.json +63 -0
  1248. package/.output/server/node_modules/nth-check/lib/compile.js +121 -0
  1249. package/.output/server/node_modules/nth-check/lib/index.js +70 -0
  1250. package/.output/server/node_modules/nth-check/lib/parse.js +77 -0
  1251. package/.output/server/node_modules/nth-check/package.json +78 -0
  1252. package/.output/server/node_modules/oauth4webapi/build/index.js +2492 -0
  1253. package/.output/server/node_modules/oauth4webapi/package.json +105 -0
  1254. package/.output/server/node_modules/ofetch/dist/node.mjs +32 -0
  1255. package/.output/server/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs +333 -0
  1256. package/.output/server/node_modules/ofetch/package.json +96 -0
  1257. package/.output/server/node_modules/oniguruma-parser/dist/parser/node-utils.js +2 -0
  1258. package/.output/server/node_modules/oniguruma-parser/dist/parser/parse.js +2 -0
  1259. package/.output/server/node_modules/oniguruma-parser/dist/tokenizer/tokenize.js +34 -0
  1260. package/.output/server/node_modules/oniguruma-parser/dist/traverser/traverse.js +2 -0
  1261. package/.output/server/node_modules/oniguruma-parser/dist/utils.js +2 -0
  1262. package/.output/server/node_modules/oniguruma-parser/package.json +64 -0
  1263. package/.output/server/node_modules/oniguruma-to-es/dist/esm/index.js +1876 -0
  1264. package/.output/server/node_modules/oniguruma-to-es/dist/esm/package.json +1 -0
  1265. package/.output/server/node_modules/oniguruma-to-es/package.json +61 -0
  1266. package/.output/server/node_modules/openid-client/build/index.js +1310 -0
  1267. package/.output/server/node_modules/openid-client/package.json +122 -0
  1268. package/.output/server/node_modules/parse-entities/index.js +3 -0
  1269. package/.output/server/node_modules/parse-entities/lib/index.js +407 -0
  1270. package/.output/server/node_modules/parse-entities/package.json +91 -0
  1271. package/.output/server/node_modules/parse5/dist/common/doctype.js +114 -0
  1272. package/.output/server/node_modules/parse5/dist/common/error-codes.js +63 -0
  1273. package/.output/server/node_modules/parse5/dist/common/foreign-content.js +228 -0
  1274. package/.output/server/node_modules/parse5/dist/common/html.js +523 -0
  1275. package/.output/server/node_modules/parse5/dist/common/token.js +20 -0
  1276. package/.output/server/node_modules/parse5/dist/common/unicode.js +62 -0
  1277. package/.output/server/node_modules/parse5/dist/index.js +42 -0
  1278. package/.output/server/node_modules/parse5/dist/parser/formatting-element-list.js +110 -0
  1279. package/.output/server/node_modules/parse5/dist/parser/index.js +3245 -0
  1280. package/.output/server/node_modules/parse5/dist/parser/open-element-stack.js +324 -0
  1281. package/.output/server/node_modules/parse5/dist/serializer/index.js +168 -0
  1282. package/.output/server/node_modules/parse5/dist/tokenizer/index.js +2710 -0
  1283. package/.output/server/node_modules/parse5/dist/tokenizer/preprocessor.js +196 -0
  1284. package/.output/server/node_modules/parse5/dist/tree-adapters/default.js +173 -0
  1285. package/.output/server/node_modules/parse5/package.json +50 -0
  1286. package/.output/server/node_modules/pathe/dist/index.mjs +1 -0
  1287. package/.output/server/node_modules/pathe/dist/shared/pathe.ff20891b.mjs +221 -0
  1288. package/.output/server/node_modules/pathe/package.json +48 -0
  1289. package/.output/server/node_modules/pluralize/package.json +40 -0
  1290. package/.output/server/node_modules/pluralize/pluralize.js +503 -0
  1291. package/.output/server/node_modules/radix3/dist/index.mjs +262 -0
  1292. package/.output/server/node_modules/radix3/package.json +52 -0
  1293. package/.output/server/node_modules/regex/package.json +60 -0
  1294. package/.output/server/node_modules/regex/src/atomic.js +221 -0
  1295. package/.output/server/node_modules/regex/src/internals.js +2 -0
  1296. package/.output/server/node_modules/regex/src/subclass.js +98 -0
  1297. package/.output/server/node_modules/regex/src/utils-internals.js +33 -0
  1298. package/.output/server/node_modules/regex-recursion/package.json +47 -0
  1299. package/.output/server/node_modules/regex-recursion/src/index.js +365 -0
  1300. package/.output/server/node_modules/regex-utilities/package.json +35 -0
  1301. package/.output/server/node_modules/regex-utilities/src/index.js +170 -0
  1302. package/.output/server/node_modules/rehype-external-links/index.js +10 -0
  1303. package/.output/server/node_modules/rehype-external-links/lib/index.js +179 -0
  1304. package/.output/server/node_modules/rehype-external-links/package.json +86 -0
  1305. package/.output/server/node_modules/rehype-minify-whitespace/index.js +47 -0
  1306. package/.output/server/node_modules/rehype-minify-whitespace/lib/index.js +26 -0
  1307. package/.output/server/node_modules/rehype-minify-whitespace/package.json +56 -0
  1308. package/.output/server/node_modules/rehype-raw/index.js +5 -0
  1309. package/.output/server/node_modules/rehype-raw/lib/index.js +36 -0
  1310. package/.output/server/node_modules/rehype-raw/package.json +82 -0
  1311. package/.output/server/node_modules/rehype-sort-attribute-values/index.js +29 -0
  1312. package/.output/server/node_modules/rehype-sort-attribute-values/lib/index.js +130 -0
  1313. package/.output/server/node_modules/rehype-sort-attribute-values/lib/schema.js +15 -0
  1314. package/.output/server/node_modules/rehype-sort-attribute-values/package.json +56 -0
  1315. package/.output/server/node_modules/rehype-sort-attributes/index.js +30 -0
  1316. package/.output/server/node_modules/rehype-sort-attributes/lib/index.js +120 -0
  1317. package/.output/server/node_modules/rehype-sort-attributes/package.json +54 -0
  1318. package/.output/server/node_modules/remark-emoji/index.js +76 -0
  1319. package/.output/server/node_modules/remark-emoji/package.json +85 -0
  1320. package/.output/server/node_modules/remark-gfm/index.js +2 -0
  1321. package/.output/server/node_modules/remark-gfm/lib/index.js +41 -0
  1322. package/.output/server/node_modules/remark-gfm/package.json +125 -0
  1323. package/.output/server/node_modules/remark-mdc/dist/index.mjs +2010 -0
  1324. package/.output/server/node_modules/remark-mdc/package.json +84 -0
  1325. package/.output/server/node_modules/remark-parse/index.js +2 -0
  1326. package/.output/server/node_modules/remark-parse/lib/index.js +43 -0
  1327. package/.output/server/node_modules/remark-parse/package.json +72 -0
  1328. package/.output/server/node_modules/remark-rehype/index.js +10 -0
  1329. package/.output/server/node_modules/remark-rehype/lib/index.js +175 -0
  1330. package/.output/server/node_modules/remark-rehype/package.json +86 -0
  1331. package/.output/server/node_modules/remark-stringify/index.js +2 -0
  1332. package/.output/server/node_modules/remark-stringify/lib/index.js +42 -0
  1333. package/.output/server/node_modules/remark-stringify/package.json +71 -0
  1334. package/.output/server/node_modules/safe-stable-stringify/esm/package.json +4 -0
  1335. package/.output/server/node_modules/safe-stable-stringify/esm/wrapper.js +6 -0
  1336. package/.output/server/node_modules/safe-stable-stringify/index.js +625 -0
  1337. package/.output/server/node_modules/safe-stable-stringify/package.json +65 -0
  1338. package/.output/server/node_modules/scule/dist/index.mjs +80 -0
  1339. package/.output/server/node_modules/scule/package.json +43 -0
  1340. package/.output/server/node_modules/secure-json-parse/index.js +126 -0
  1341. package/.output/server/node_modules/secure-json-parse/package.json +75 -0
  1342. package/.output/server/node_modules/semver/classes/semver.js +319 -0
  1343. package/.output/server/node_modules/semver/functions/coerce.js +62 -0
  1344. package/.output/server/node_modules/semver/functions/compare.js +7 -0
  1345. package/.output/server/node_modules/semver/functions/gte.js +5 -0
  1346. package/.output/server/node_modules/semver/functions/parse.js +18 -0
  1347. package/.output/server/node_modules/semver/internal/constants.js +37 -0
  1348. package/.output/server/node_modules/semver/internal/debug.js +11 -0
  1349. package/.output/server/node_modules/semver/internal/identifiers.js +25 -0
  1350. package/.output/server/node_modules/semver/internal/parse-options.js +17 -0
  1351. package/.output/server/node_modules/semver/internal/re.js +223 -0
  1352. package/.output/server/node_modules/semver/package.json +78 -0
  1353. package/.output/server/node_modules/sharp/build/Release/libglib-2.0-0.dll +0 -0
  1354. package/.output/server/node_modules/sharp/build/Release/libgobject-2.0-0.dll +0 -0
  1355. package/.output/server/node_modules/sharp/build/Release/libvips-42.dll +0 -0
  1356. package/.output/server/node_modules/sharp/build/Release/libvips-cpp.dll +0 -0
  1357. package/.output/server/node_modules/sharp/build/Release/sharp-win32-x64.node +0 -0
  1358. package/.output/server/node_modules/sharp/lib/channel.js +174 -0
  1359. package/.output/server/node_modules/sharp/lib/colour.js +184 -0
  1360. package/.output/server/node_modules/sharp/lib/composite.js +210 -0
  1361. package/.output/server/node_modules/sharp/lib/constructor.js +439 -0
  1362. package/.output/server/node_modules/sharp/lib/index.js +16 -0
  1363. package/.output/server/node_modules/sharp/lib/input.js +631 -0
  1364. package/.output/server/node_modules/sharp/lib/is.js +155 -0
  1365. package/.output/server/node_modules/sharp/lib/libvips.js +140 -0
  1366. package/.output/server/node_modules/sharp/lib/operation.js +919 -0
  1367. package/.output/server/node_modules/sharp/lib/output.js +1413 -0
  1368. package/.output/server/node_modules/sharp/lib/platform.js +30 -0
  1369. package/.output/server/node_modules/sharp/lib/resize.js +582 -0
  1370. package/.output/server/node_modules/sharp/lib/sharp.js +38 -0
  1371. package/.output/server/node_modules/sharp/lib/utility.js +287 -0
  1372. package/.output/server/node_modules/sharp/package.json +204 -0
  1373. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/THIRD-PARTY-NOTICES.md +43 -0
  1374. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/include/harfbuzz/hb-cplusplus.hh +223 -0
  1375. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/include/vips/vips8 +60 -0
  1376. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/lib/libglib-2.0-0.dll +0 -0
  1377. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/lib/libglib-2.0.lib +0 -0
  1378. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/lib/libgobject-2.0-0.dll +0 -0
  1379. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/lib/libgobject-2.0.lib +0 -0
  1380. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/lib/libvips-42.dll +0 -0
  1381. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/lib/libvips.lib +0 -0
  1382. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/platform.json +1 -0
  1383. package/.output/server/node_modules/sharp/vendor/8.14.5/win32-x64/versions.json +31 -0
  1384. package/.output/server/node_modules/shiki/dist/engine-javascript.mjs +1 -0
  1385. package/.output/server/node_modules/shiki/dist/engine-oniguruma.mjs +1 -0
  1386. package/.output/server/node_modules/shiki/dist/wasm.mjs +2 -0
  1387. package/.output/server/node_modules/shiki/package.json +70 -0
  1388. package/.output/server/node_modules/simple-swizzle/index.js +29 -0
  1389. package/.output/server/node_modules/simple-swizzle/package.json +36 -0
  1390. package/.output/server/node_modules/skin-tone/index.js +25 -0
  1391. package/.output/server/node_modules/skin-tone/package.json +45 -0
  1392. package/.output/server/node_modules/slugify/package.json +42 -0
  1393. package/.output/server/node_modules/slugify/slugify.js +69 -0
  1394. package/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
  1395. package/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  1396. package/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
  1397. package/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
  1398. package/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
  1399. package/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
  1400. package/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  1401. package/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  1402. package/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
  1403. package/.output/server/node_modules/source-map-js/lib/util.js +594 -0
  1404. package/.output/server/node_modules/source-map-js/package.json +71 -0
  1405. package/.output/server/node_modules/source-map-js/source-map.js +8 -0
  1406. package/.output/server/node_modules/space-separated-tokens/index.js +24 -0
  1407. package/.output/server/node_modules/space-separated-tokens/package.json +67 -0
  1408. package/.output/server/node_modules/sqlstring/index.js +1 -0
  1409. package/.output/server/node_modules/sqlstring/lib/SqlString.js +237 -0
  1410. package/.output/server/node_modules/sqlstring/package.json +47 -0
  1411. package/.output/server/node_modules/stringify-entities/index.js +6 -0
  1412. package/.output/server/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
  1413. package/.output/server/node_modules/stringify-entities/lib/core.js +117 -0
  1414. package/.output/server/node_modules/stringify-entities/lib/index.js +36 -0
  1415. package/.output/server/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
  1416. package/.output/server/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
  1417. package/.output/server/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
  1418. package/.output/server/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
  1419. package/.output/server/node_modules/stringify-entities/lib/util/to-named.js +57 -0
  1420. package/.output/server/node_modules/stringify-entities/package.json +86 -0
  1421. package/.output/server/node_modules/strnum/package.json +31 -0
  1422. package/.output/server/node_modules/strnum/strnum.js +129 -0
  1423. package/.output/server/node_modules/supports-color/index.js +135 -0
  1424. package/.output/server/node_modules/supports-color/package.json +53 -0
  1425. package/.output/server/node_modules/svgo/lib/builtin.js +57 -0
  1426. package/.output/server/node_modules/svgo/lib/parser.js +262 -0
  1427. package/.output/server/node_modules/svgo/lib/path.js +380 -0
  1428. package/.output/server/node_modules/svgo/lib/stringifier.js +295 -0
  1429. package/.output/server/node_modules/svgo/lib/style.js +336 -0
  1430. package/.output/server/node_modules/svgo/lib/svgo/css-select-adapter.js +120 -0
  1431. package/.output/server/node_modules/svgo/lib/svgo/plugins.js +61 -0
  1432. package/.output/server/node_modules/svgo/lib/svgo/tools.js +245 -0
  1433. package/.output/server/node_modules/svgo/lib/svgo-node.js +85 -0
  1434. package/.output/server/node_modules/svgo/lib/svgo.js +102 -0
  1435. package/.output/server/node_modules/svgo/lib/xast.js +87 -0
  1436. package/.output/server/node_modules/svgo/package.json +108 -0
  1437. package/.output/server/node_modules/svgo/plugins/_collections.js +2339 -0
  1438. package/.output/server/node_modules/svgo/plugins/_path.js +815 -0
  1439. package/.output/server/node_modules/svgo/plugins/_transforms.js +410 -0
  1440. package/.output/server/node_modules/svgo/plugins/addAttributesToSVGElement.js +82 -0
  1441. package/.output/server/node_modules/svgo/plugins/addClassesToSVGElement.js +82 -0
  1442. package/.output/server/node_modules/svgo/plugins/applyTransforms.js +388 -0
  1443. package/.output/server/node_modules/svgo/plugins/cleanupAttrs.js +49 -0
  1444. package/.output/server/node_modules/svgo/plugins/cleanupEnableBackground.js +165 -0
  1445. package/.output/server/node_modules/svgo/plugins/cleanupIds.js +265 -0
  1446. package/.output/server/node_modules/svgo/plugins/cleanupListOfValues.js +147 -0
  1447. package/.output/server/node_modules/svgo/plugins/cleanupNumericValues.js +106 -0
  1448. package/.output/server/node_modules/svgo/plugins/collapseGroups.js +134 -0
  1449. package/.output/server/node_modules/svgo/plugins/convertColors.js +144 -0
  1450. package/.output/server/node_modules/svgo/plugins/convertEllipseToCircle.js +37 -0
  1451. package/.output/server/node_modules/svgo/plugins/convertOneStopGradients.js +168 -0
  1452. package/.output/server/node_modules/svgo/plugins/convertPathData.js +1284 -0
  1453. package/.output/server/node_modules/svgo/plugins/convertShapeToPath.js +170 -0
  1454. package/.output/server/node_modules/svgo/plugins/convertStyleToAttrs.js +136 -0
  1455. package/.output/server/node_modules/svgo/plugins/convertTransform.js +418 -0
  1456. package/.output/server/node_modules/svgo/plugins/inlineStyles.js +390 -0
  1457. package/.output/server/node_modules/svgo/plugins/mergePaths.js +148 -0
  1458. package/.output/server/node_modules/svgo/plugins/mergeStyles.js +98 -0
  1459. package/.output/server/node_modules/svgo/plugins/minifyStyles.js +141 -0
  1460. package/.output/server/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +128 -0
  1461. package/.output/server/node_modules/svgo/plugins/moveGroupAttrsToElems.js +65 -0
  1462. package/.output/server/node_modules/svgo/plugins/prefixIds.js +268 -0
  1463. package/.output/server/node_modules/svgo/plugins/preset-default.js +82 -0
  1464. package/.output/server/node_modules/svgo/plugins/removeAttributesBySelector.js +97 -0
  1465. package/.output/server/node_modules/svgo/plugins/removeAttrs.js +151 -0
  1466. package/.output/server/node_modules/svgo/plugins/removeComments.js +51 -0
  1467. package/.output/server/node_modules/svgo/plugins/removeDesc.js +39 -0
  1468. package/.output/server/node_modules/svgo/plugins/removeDimensions.js +43 -0
  1469. package/.output/server/node_modules/svgo/plugins/removeDoctype.js +40 -0
  1470. package/.output/server/node_modules/svgo/plugins/removeEditorsNSData.js +64 -0
  1471. package/.output/server/node_modules/svgo/plugins/removeElementsByAttr.js +73 -0
  1472. package/.output/server/node_modules/svgo/plugins/removeEmptyAttrs.js +31 -0
  1473. package/.output/server/node_modules/svgo/plugins/removeEmptyContainers.js +59 -0
  1474. package/.output/server/node_modules/svgo/plugins/removeEmptyText.js +51 -0
  1475. package/.output/server/node_modules/svgo/plugins/removeHiddenElems.js +440 -0
  1476. package/.output/server/node_modules/svgo/plugins/removeMetadata.js +27 -0
  1477. package/.output/server/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +38 -0
  1478. package/.output/server/node_modules/svgo/plugins/removeOffCanvasPaths.js +136 -0
  1479. package/.output/server/node_modules/svgo/plugins/removeRasterImages.js +31 -0
  1480. package/.output/server/node_modules/svgo/plugins/removeScriptElement.js +70 -0
  1481. package/.output/server/node_modules/svgo/plugins/removeStyleElement.js +27 -0
  1482. package/.output/server/node_modules/svgo/plugins/removeTitle.js +27 -0
  1483. package/.output/server/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +212 -0
  1484. package/.output/server/node_modules/svgo/plugins/removeUnusedNS.js +59 -0
  1485. package/.output/server/node_modules/svgo/plugins/removeUselessDefs.js +65 -0
  1486. package/.output/server/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +139 -0
  1487. package/.output/server/node_modules/svgo/plugins/removeViewBox.js +49 -0
  1488. package/.output/server/node_modules/svgo/plugins/removeXMLNS.js +29 -0
  1489. package/.output/server/node_modules/svgo/plugins/removeXMLProcInst.js +28 -0
  1490. package/.output/server/node_modules/svgo/plugins/removeXlink.js +226 -0
  1491. package/.output/server/node_modules/svgo/plugins/reusePaths.js +195 -0
  1492. package/.output/server/node_modules/svgo/plugins/sortAttrs.js +108 -0
  1493. package/.output/server/node_modules/svgo/plugins/sortDefsChildren.js +58 -0
  1494. package/.output/server/node_modules/trim-lines/index.js +69 -0
  1495. package/.output/server/node_modules/trim-lines/package.json +67 -0
  1496. package/.output/server/node_modules/trim-trailing-lines/index.js +23 -0
  1497. package/.output/server/node_modules/trim-trailing-lines/package.json +65 -0
  1498. package/.output/server/node_modules/trough/index.js +9 -0
  1499. package/.output/server/node_modules/trough/lib/index.js +206 -0
  1500. package/.output/server/node_modules/trough/package.json +77 -0
  1501. package/.output/server/node_modules/truncatise/index.js +188 -0
  1502. package/.output/server/node_modules/truncatise/package.json +36 -0
  1503. package/.output/server/node_modules/ufo/dist/index.mjs +638 -0
  1504. package/.output/server/node_modules/ufo/package.json +47 -0
  1505. package/.output/server/node_modules/ultrahtml/dist/index.js +1 -0
  1506. package/.output/server/node_modules/ultrahtml/package.json +79 -0
  1507. package/.output/server/node_modules/uncrypto/dist/crypto.node.mjs +16 -0
  1508. package/.output/server/node_modules/uncrypto/package.json +60 -0
  1509. package/.output/server/node_modules/unhead/dist/plugins.mjs +101 -0
  1510. package/.output/server/node_modules/unhead/dist/server.mjs +689 -0
  1511. package/.output/server/node_modules/unhead/dist/shared/unhead.BYvz9V1x.mjs +43 -0
  1512. package/.output/server/node_modules/unhead/dist/shared/unhead.BpRRHAhY.mjs +194 -0
  1513. package/.output/server/node_modules/unhead/dist/shared/unhead.CApf5sj3.mjs +148 -0
  1514. package/.output/server/node_modules/unhead/dist/shared/unhead.DH45uomy.mjs +180 -0
  1515. package/.output/server/node_modules/unhead/dist/shared/unhead.DQc16pHI.mjs +196 -0
  1516. package/.output/server/node_modules/unhead/dist/shared/unhead.DZbvapt-.mjs +70 -0
  1517. package/.output/server/node_modules/unhead/dist/shared/unhead.Djo8ep_Y.mjs +166 -0
  1518. package/.output/server/node_modules/unhead/dist/shared/unhead.yem5I2v_.mjs +38 -0
  1519. package/.output/server/node_modules/unhead/dist/utils.mjs +5 -0
  1520. package/.output/server/node_modules/unhead/package.json +101 -0
  1521. package/.output/server/node_modules/unicode-emoji-modifier-base/index.js +86 -0
  1522. package/.output/server/node_modules/unicode-emoji-modifier-base/package.json +44 -0
  1523. package/.output/server/node_modules/unified/index.js +2 -0
  1524. package/.output/server/node_modules/unified/lib/callable-instance.js +44 -0
  1525. package/.output/server/node_modules/unified/lib/index.js +1323 -0
  1526. package/.output/server/node_modules/unified/package.json +120 -0
  1527. package/.output/server/node_modules/unist-util-find-after/index.js +1 -0
  1528. package/.output/server/node_modules/unist-util-find-after/lib/index.js +130 -0
  1529. package/.output/server/node_modules/unist-util-find-after/package.json +84 -0
  1530. package/.output/server/node_modules/unist-util-is/index.js +7 -0
  1531. package/.output/server/node_modules/unist-util-is/lib/index.js +291 -0
  1532. package/.output/server/node_modules/unist-util-is/package.json +100 -0
  1533. package/.output/server/node_modules/unist-util-position/index.js +1 -0
  1534. package/.output/server/node_modules/unist-util-position/lib/index.js +95 -0
  1535. package/.output/server/node_modules/unist-util-position/package.json +76 -0
  1536. package/.output/server/node_modules/unist-util-stringify-position/index.js +1 -0
  1537. package/.output/server/node_modules/unist-util-stringify-position/lib/index.js +84 -0
  1538. package/.output/server/node_modules/unist-util-stringify-position/package.json +80 -0
  1539. package/.output/server/node_modules/unist-util-visit/index.js +2 -0
  1540. package/.output/server/node_modules/unist-util-visit/lib/index.js +313 -0
  1541. package/.output/server/node_modules/unist-util-visit/package.json +113 -0
  1542. package/.output/server/node_modules/unist-util-visit-parents/index.js +2 -0
  1543. package/.output/server/node_modules/unist-util-visit-parents/lib/color.node.js +7 -0
  1544. package/.output/server/node_modules/unist-util-visit-parents/lib/index.js +398 -0
  1545. package/.output/server/node_modules/unist-util-visit-parents/package.json +101 -0
  1546. package/.output/server/node_modules/vfile/index.js +2 -0
  1547. package/.output/server/node_modules/vfile/lib/index.js +643 -0
  1548. package/.output/server/node_modules/vfile/lib/minpath.js +1 -0
  1549. package/.output/server/node_modules/vfile/lib/minproc.js +1 -0
  1550. package/.output/server/node_modules/vfile/lib/minurl.js +2 -0
  1551. package/.output/server/node_modules/vfile/lib/minurl.shared.js +31 -0
  1552. package/.output/server/node_modules/vfile/package.json +134 -0
  1553. package/.output/server/node_modules/vfile-location/index.js +2 -0
  1554. package/.output/server/node_modules/vfile-location/lib/index.js +93 -0
  1555. package/.output/server/node_modules/vfile-location/package.json +115 -0
  1556. package/.output/server/node_modules/vfile-message/index.js +5 -0
  1557. package/.output/server/node_modules/vfile-message/lib/index.js +314 -0
  1558. package/.output/server/node_modules/vfile-message/package.json +80 -0
  1559. package/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
  1560. package/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
  1561. package/.output/server/node_modules/vue/index.js +7 -0
  1562. package/.output/server/node_modules/vue/index.mjs +1 -0
  1563. package/.output/server/node_modules/vue/package.json +112 -0
  1564. package/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
  1565. package/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +196 -0
  1566. package/.output/server/node_modules/vue-bundle-renderer/package.json +50 -0
  1567. package/.output/server/node_modules/vue-router/dist/vue-router.mjs +3786 -0
  1568. package/.output/server/node_modules/vue-router/dist/vue-router.node.mjs +2 -0
  1569. package/.output/server/node_modules/vue-router/package.json +149 -0
  1570. package/.output/server/node_modules/web-namespaces/index.js +13 -0
  1571. package/.output/server/node_modules/web-namespaces/package.json +81 -0
  1572. package/.output/server/node_modules/xss/lib/default.js +461 -0
  1573. package/.output/server/node_modules/xss/lib/index.js +51 -0
  1574. package/.output/server/node_modules/xss/lib/parser.js +257 -0
  1575. package/.output/server/node_modules/xss/lib/util.js +34 -0
  1576. package/.output/server/node_modules/xss/lib/xss.js +232 -0
  1577. package/.output/server/node_modules/xss/package.json +65 -0
  1578. package/.output/server/node_modules/yaml/dist/compose/compose-collection.js +90 -0
  1579. package/.output/server/node_modules/yaml/dist/compose/compose-doc.js +45 -0
  1580. package/.output/server/node_modules/yaml/dist/compose/compose-node.js +105 -0
  1581. package/.output/server/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
  1582. package/.output/server/node_modules/yaml/dist/compose/composer.js +222 -0
  1583. package/.output/server/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
  1584. package/.output/server/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
  1585. package/.output/server/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
  1586. package/.output/server/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  1587. package/.output/server/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
  1588. package/.output/server/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
  1589. package/.output/server/node_modules/yaml/dist/compose/resolve-props.js +148 -0
  1590. package/.output/server/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  1591. package/.output/server/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
  1592. package/.output/server/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  1593. package/.output/server/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
  1594. package/.output/server/node_modules/yaml/dist/doc/Document.js +337 -0
  1595. package/.output/server/node_modules/yaml/dist/doc/anchors.js +76 -0
  1596. package/.output/server/node_modules/yaml/dist/doc/applyReviver.js +57 -0
  1597. package/.output/server/node_modules/yaml/dist/doc/createNode.js +90 -0
  1598. package/.output/server/node_modules/yaml/dist/doc/directives.js +178 -0
  1599. package/.output/server/node_modules/yaml/dist/errors.js +62 -0
  1600. package/.output/server/node_modules/yaml/dist/index.js +50 -0
  1601. package/.output/server/node_modules/yaml/dist/log.js +19 -0
  1602. package/.output/server/node_modules/yaml/dist/nodes/Alias.js +116 -0
  1603. package/.output/server/node_modules/yaml/dist/nodes/Collection.js +151 -0
  1604. package/.output/server/node_modules/yaml/dist/nodes/Node.js +40 -0
  1605. package/.output/server/node_modules/yaml/dist/nodes/Pair.js +39 -0
  1606. package/.output/server/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  1607. package/.output/server/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  1608. package/.output/server/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  1609. package/.output/server/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
  1610. package/.output/server/node_modules/yaml/dist/nodes/identity.js +53 -0
  1611. package/.output/server/node_modules/yaml/dist/nodes/toJS.js +39 -0
  1612. package/.output/server/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  1613. package/.output/server/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  1614. package/.output/server/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  1615. package/.output/server/node_modules/yaml/dist/parse/cst.js +112 -0
  1616. package/.output/server/node_modules/yaml/dist/parse/lexer.js +719 -0
  1617. package/.output/server/node_modules/yaml/dist/parse/line-counter.js +41 -0
  1618. package/.output/server/node_modules/yaml/dist/parse/parser.js +972 -0
  1619. package/.output/server/node_modules/yaml/dist/public-api.js +107 -0
  1620. package/.output/server/node_modules/yaml/dist/schema/Schema.js +39 -0
  1621. package/.output/server/node_modules/yaml/dist/schema/common/map.js +19 -0
  1622. package/.output/server/node_modules/yaml/dist/schema/common/null.js +17 -0
  1623. package/.output/server/node_modules/yaml/dist/schema/common/seq.js +19 -0
  1624. package/.output/server/node_modules/yaml/dist/schema/common/string.js +16 -0
  1625. package/.output/server/node_modules/yaml/dist/schema/core/bool.js +21 -0
  1626. package/.output/server/node_modules/yaml/dist/schema/core/float.js +47 -0
  1627. package/.output/server/node_modules/yaml/dist/schema/core/int.js +42 -0
  1628. package/.output/server/node_modules/yaml/dist/schema/core/schema.js +25 -0
  1629. package/.output/server/node_modules/yaml/dist/schema/json/schema.js +64 -0
  1630. package/.output/server/node_modules/yaml/dist/schema/tags.js +99 -0
  1631. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
  1632. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  1633. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  1634. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  1635. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/merge.js +68 -0
  1636. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  1637. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  1638. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
  1639. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  1640. package/.output/server/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  1641. package/.output/server/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
  1642. package/.output/server/node_modules/yaml/dist/stringify/stringify.js +131 -0
  1643. package/.output/server/node_modules/yaml/dist/stringify/stringifyCollection.js +145 -0
  1644. package/.output/server/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  1645. package/.output/server/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  1646. package/.output/server/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
  1647. package/.output/server/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  1648. package/.output/server/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
  1649. package/.output/server/node_modules/yaml/dist/visit.js +236 -0
  1650. package/.output/server/node_modules/yaml/package.json +96 -0
  1651. package/.output/server/node_modules/zwitch/index.js +118 -0
  1652. package/.output/server/node_modules/zwitch/package.json +72 -0
  1653. package/.output/server/package.json +241 -0
  1654. package/{app.vue → app/app.vue} +1 -0
  1655. package/{components → app/components}/CurrentTime.vue +1 -1
  1656. package/{components → app/components}/ignis/IgnisHeader.vue +2 -1
  1657. package/{components → app/components}/ignis/IgnisWelcome.vue +1 -1
  1658. package/{composables → app/composables}/useTranslation.ts +2 -2
  1659. package/app/pages/_ignis-welcome.vue +3 -0
  1660. package/app/utils/date.ts +12 -0
  1661. package/{utils → app/utils}/i18n-sources.ts +2 -2
  1662. package/app/utils/validation.ts +25 -0
  1663. package/bin/set-css.js +23 -0
  1664. package/bin/set-eslint.js +21 -0
  1665. package/bin/setup.js +92 -0
  1666. package/content.config.ts +1 -1
  1667. package/eslint.config.mjs +0 -3
  1668. package/features.ts +36 -34
  1669. package/formkit.config.ts +1 -1
  1670. package/i18n/i18n.config.ts +2 -0
  1671. package/nuxt.config.ts +13 -20
  1672. package/package.json +31 -28
  1673. package/public/_ignis-config.json +106 -3
  1674. package/public/favicon.ico +0 -0
  1675. package/public/nuxt-ignis.png +0 -0
  1676. package/test/config/css-multiple.txt +1 -1
  1677. package/test/config/css-nuxt-ui.txt +2 -2
  1678. package/test/config/css-open-props.txt +44 -2
  1679. package/test/config/css-single.txt +1 -1
  1680. package/test/config/css-tailwind.txt +2 -2
  1681. package/test/config/custom-lang.txt +1 -1
  1682. package/test/config/db-neon.txt +1 -1
  1683. package/test/config/db-supabase.txt +1 -1
  1684. package/test/config/default.txt +1 -1
  1685. package/test/config/equipment-1-composable.txt +1 -1
  1686. package/test/config/equipment-2-plugins.txt +1 -1
  1687. package/test/config/equipment-all.txt +1 -1
  1688. package/test/config/forms-formkit.txt +1 -1
  1689. package/test/config/forms-vueform.txt +1 -1
  1690. package/test/config/i18n.txt +1 -1
  1691. package/test/config/open-props.txt +44 -2
  1692. package/test/config/seo-ssr-false.txt +1 -1
  1693. package/test/config/ui-nuxt-ui.txt +2 -2
  1694. package/test/config/ui-tailwind.txt +2 -2
  1695. package/test/features.test.ts +1 -1
  1696. package/tsconfig.json +16 -5
  1697. package/vitest.config.ts +5 -0
  1698. package/vueform.config.ts +2 -0
  1699. package/.nuxt/module/@nuxtjs-sitemap.d.ts +0 -29
  1700. package/.nuxt/types/app-defaults.d.ts +0 -7
  1701. package/.nuxt/types/schema.d.ts +0 -1756
  1702. package/bin/make-eslint.js +0 -55
  1703. package/server/tsconfig.json +0 -3
  1704. /package/{assets → app/assets}/css/ignis-nuxt-ui.css +0 -0
  1705. /package/{assets → app/assets}/css/ignis-open-props.css +0 -0
  1706. /package/{assets → app/assets}/css/ignis-tailwind.css +0 -0
  1707. /package/{assets → app/assets}/css/ignis.css +0 -0
  1708. /package/{components → app/components}/ignis/IgnisConfig.vue +0 -0
  1709. /package/{components → app/components}/ignis/IgnisFeature.vue +0 -0
  1710. /package/{components → app/components}/ignis/IgnisFeatureList.vue +0 -0
  1711. /package/{components → app/components}/ignis/IgnisFooter.vue +0 -0
  1712. /package/{components → app/components}/ignis/IgnisInfo.vue +0 -0
  1713. /package/{composables → app/composables}/useValibot.ts +0 -0
  1714. /package/{composables → app/composables}/useZod.ts +0 -0
  1715. /package/{pages → app/pages}/_ignis-config.vue +0 -0
  1716. /package/{pages → app/pages}/_ignis-info.vue +0 -0
  1717. /package/{pages → app/pages}/index.vue +0 -0
  1718. /package/{plugins → app/plugins}/errorHandler.ts +0 -0
  1719. /package/{utils → app/utils}/config/content.ts +0 -0
  1720. /package/{utils → app/utils}/config/formkit.ts +0 -0
  1721. /package/{utils → app/utils}/config/vueform.ts +0 -0
  1722. /package/{utils → app/utils}/consola.ts +0 -0
  1723. /package/{utils → app/utils}/content.ts +0 -0
  1724. /package/{utils → app/utils}/formkit.ts +0 -0
  1725. /package/{utils → app/utils}/ignis-types.ts +0 -0
  1726. /package/{utils → app/utils}/pslo-utils.ts +0 -0
  1727. /package/{utils → app/utils}/tailwind.ts +0 -0
  1728. /package/{utils → app/utils}/vueform.ts +0 -0
@@ -0,0 +1,2010 @@
1
+ import { kebabCase } from 'scule';
2
+ import { visit } from 'unist-util-visit';
3
+ import { stringify, parse } from 'yaml';
4
+ import * as flat from 'flat';
5
+ import { stringifyEntitiesLight } from 'stringify-entities';
6
+ import { defaultHandlers } from 'mdast-util-to-markdown';
7
+ import { parseEntities } from 'parse-entities';
8
+ import { markdownLineEnding, markdownSpace, asciiAlpha, markdownLineEndingOrSpace, asciiAlphanumeric } from 'micromark-util-character';
9
+ import { factorySpace } from 'micromark-factory-space';
10
+ import { factoryWhitespace } from 'micromark-factory-whitespace';
11
+ import { codeFenced } from 'micromark-core-commonmark';
12
+
13
+ const FRONTMATTER_DELIMITER_DEFAULT = "---";
14
+ const FRONTMATTER_DELIMITER_CODEBLOCK_STYLE = "```yaml [props]";
15
+ const LF = "\n";
16
+ const CR = "\r";
17
+ function stringifyFrontMatter(data, content = "") {
18
+ if (!Object.keys(data).length) {
19
+ return content.trim();
20
+ }
21
+ data = flat.unflatten(data || {}, {});
22
+ const frontmatter = [
23
+ FRONTMATTER_DELIMITER_DEFAULT,
24
+ stringify(data).trim(),
25
+ FRONTMATTER_DELIMITER_DEFAULT,
26
+ ""
27
+ ].join("\n");
28
+ if (content) {
29
+ return [frontmatter, content.trim(), ""].join("\n");
30
+ }
31
+ return frontmatter;
32
+ }
33
+ function stringifyCodeBlockProps(data, content = "") {
34
+ if (!Object.keys(data).length) {
35
+ return "";
36
+ }
37
+ data = flat.unflatten(data || {}, {});
38
+ return [
39
+ FRONTMATTER_DELIMITER_CODEBLOCK_STYLE,
40
+ stringify(data).trim(),
41
+ "```",
42
+ content
43
+ ].join("\n");
44
+ }
45
+ function parseFrontMatter(content) {
46
+ let data = {};
47
+ if (content.startsWith(FRONTMATTER_DELIMITER_DEFAULT)) {
48
+ const idx = content.indexOf(LF + FRONTMATTER_DELIMITER_DEFAULT);
49
+ if (idx !== -1) {
50
+ const hasCarriageReturn = content[idx - 1] === CR;
51
+ const frontmatter = content.slice(4, idx - (hasCarriageReturn ? 1 : 0));
52
+ if (frontmatter) {
53
+ data = parse(frontmatter);
54
+ content = content.slice(idx + 4 + (hasCarriageReturn ? 1 : 0));
55
+ }
56
+ }
57
+ }
58
+ return {
59
+ content,
60
+ // unflatten frontmatter data. convert `parent.child` keys into `parent: { child: ... }`
61
+ data: flat.unflatten(data || {}, {})
62
+ };
63
+ }
64
+
65
+ function track(options_) {
66
+ const options = options_ || {};
67
+ const now = options.now || {};
68
+ let lineShift = options.lineShift || 0;
69
+ let line = now.line || 1;
70
+ let column = now.column || 1;
71
+ return { move, current, shift };
72
+ function current() {
73
+ return { now: { line, column }, lineShift };
74
+ }
75
+ function shift(value) {
76
+ lineShift += value;
77
+ }
78
+ function move(value = "") {
79
+ const chunks = value.split(/\r?\n|\r/g);
80
+ const tail = chunks[chunks.length - 1];
81
+ line += chunks.length - 1;
82
+ column = chunks.length === 1 ? column + tail.length : 1 + tail.length + lineShift;
83
+ return value;
84
+ }
85
+ }
86
+ function inlineContainerFlow(parent, context, safeOptions = {}) {
87
+ const indexStack = context.indexStack;
88
+ const children = parent.children || [];
89
+ const tracker = track(safeOptions);
90
+ const results = [];
91
+ let index = -1;
92
+ indexStack.push(-1);
93
+ while (++index < children.length) {
94
+ const child = children[index];
95
+ indexStack[indexStack.length - 1] = index;
96
+ results.push(
97
+ tracker.move(
98
+ context.handle(child, parent, context, {
99
+ before: "",
100
+ after: "",
101
+ ...tracker.current()
102
+ })
103
+ )
104
+ );
105
+ }
106
+ indexStack.pop();
107
+ return results.join("");
108
+ }
109
+ function containerFlow(parent, context, safeOptions = {}) {
110
+ const indexStack = context.indexStack;
111
+ const children = parent.children || [];
112
+ const tracker = track(safeOptions);
113
+ const results = [];
114
+ let index = -1;
115
+ indexStack.push(-1);
116
+ while (++index < children.length) {
117
+ const child = children[index];
118
+ indexStack[indexStack.length - 1] = index;
119
+ results.push(
120
+ tracker.move(
121
+ context.handle(child, parent, context, {
122
+ before: "\n",
123
+ after: "\n",
124
+ ...tracker.current()
125
+ })
126
+ )
127
+ );
128
+ if (child.type !== "list") {
129
+ context.bulletLastUsed = void 0;
130
+ }
131
+ if (index < children.length - 1) {
132
+ results.push(tracker.move(between(child, children[index + 1])));
133
+ }
134
+ }
135
+ indexStack.pop();
136
+ return results.join("");
137
+ function between(left, right) {
138
+ let index2 = context.join.length;
139
+ while (index2--) {
140
+ const result = context.join[index2](left, right, parent, context);
141
+ if (result === true || result === 1) {
142
+ break;
143
+ }
144
+ if (typeof result === "number") {
145
+ return "\n".repeat(1 + result);
146
+ }
147
+ if (result === false) {
148
+ return "\n\n<!---->\n\n";
149
+ }
150
+ }
151
+ return "\n\n";
152
+ }
153
+ }
154
+ function containerPhrasing(parent, context, safeOptions) {
155
+ const indexStack = context.indexStack;
156
+ const children = parent.children || [];
157
+ const results = [];
158
+ let index = -1;
159
+ let before = safeOptions.before;
160
+ indexStack.push(-1);
161
+ let tracker = track(safeOptions);
162
+ while (++index < children.length) {
163
+ const child = children[index];
164
+ let after;
165
+ indexStack[indexStack.length - 1] = index;
166
+ if (index + 1 < children.length) {
167
+ let handle = context.handle.handlers[children[index + 1].type];
168
+ if (handle && handle.peek) {
169
+ handle = handle.peek;
170
+ }
171
+ after = "";
172
+ if (handle) {
173
+ after = handle(
174
+ children[index + 1],
175
+ parent,
176
+ context,
177
+ {
178
+ before: "",
179
+ after: "",
180
+ ...tracker.current()
181
+ }
182
+ ).charAt(0);
183
+ }
184
+ } else {
185
+ after = safeOptions.after;
186
+ }
187
+ if (results.length > 0 && (before === "\r" || before === "\n") && child.type === "html") {
188
+ results[results.length - 1] = results[results.length - 1].replace(
189
+ /(\r?\n|\r)$/,
190
+ " "
191
+ );
192
+ before = " ";
193
+ tracker = track(safeOptions);
194
+ tracker.move(results.join(""));
195
+ }
196
+ results.push(
197
+ tracker.move(
198
+ context.handle(child, parent, context, {
199
+ ...tracker.current(),
200
+ before,
201
+ after
202
+ })
203
+ )
204
+ );
205
+ before = results[results.length - 1].slice(-1);
206
+ }
207
+ indexStack.pop();
208
+ return results.join("");
209
+ }
210
+ function checkQuote(context) {
211
+ const marker = context.options.quote || '"';
212
+ if (marker !== '"' && marker !== "'") {
213
+ throw new Error(
214
+ "Cannot serialize title with `" + marker + "` for `options.quote`, expected `\"`, or `'`"
215
+ );
216
+ }
217
+ return marker;
218
+ }
219
+
220
+ const CONTAINER_NODE_TYPES = /* @__PURE__ */ new Set([
221
+ "componentContainerSection",
222
+ "containerComponent",
223
+ "leafComponent"
224
+ ]);
225
+ const NON_UNWRAPPABLE_TYPES = /* @__PURE__ */ new Set([
226
+ "componentContainerSection",
227
+ "componentContainerDataSection",
228
+ "containerComponent",
229
+ "leafComponent",
230
+ "table",
231
+ "pre",
232
+ "code",
233
+ "textComponent"
234
+ ]);
235
+ function convertHtmlEntitiesToChars(text) {
236
+ return text.replace(/&#x([0-9A-Fa-f]+);/g, (_, hexCode) => {
237
+ return String.fromCodePoint(Number.parseInt(hexCode, 16));
238
+ });
239
+ }
240
+
241
+ const own = {}.hasOwnProperty;
242
+ const shortcut = /^[^\t\n\r "#'.<=>`}]+$/;
243
+ const baseFence = 2;
244
+ function compilePattern(pattern) {
245
+ if (!pattern._compiled) {
246
+ const before = (pattern.atBreak ? "[\\r\\n][\\t ]*" : "") + (pattern.before ? "(?:" + pattern.before + ")" : "");
247
+ pattern._compiled = new RegExp(
248
+ (before ? "(" + before + ")" : "") + (/[|\\{}()[\]^$+*?.-]/.test(pattern.character) ? "\\" : "") + pattern.character + (pattern.after ? "(?:" + pattern.after + ")" : ""),
249
+ "g"
250
+ );
251
+ }
252
+ return pattern._compiled;
253
+ }
254
+ const toMarkdown = (opts = {}) => {
255
+ const applyAutomaticUnwrap = (node, { safeTypes = [] }) => {
256
+ const isSafe = (type) => NON_UNWRAPPABLE_TYPES.has(type) || safeTypes.includes(type);
257
+ if (!node.mdc?.unwrapped) {
258
+ return;
259
+ }
260
+ node.children = [
261
+ {
262
+ type: node.mdc.unwrapped,
263
+ children: node.children.filter((child) => !isSafe(child.type))
264
+ },
265
+ ...node.children.filter((child) => isSafe(child.type))
266
+ ];
267
+ };
268
+ const frontmatter = (node) => {
269
+ const entries = Object.entries(node.fmAttributes || {});
270
+ if (entries.length === 0) {
271
+ return "";
272
+ }
273
+ const attrs = entries.sort(([key1], [key2]) => key1.localeCompare(key2)).reduce((acc, [key, value2]) => {
274
+ if (key?.startsWith(":") && isValidJSON(value2)) {
275
+ try {
276
+ value2 = JSON.parse(value2);
277
+ } catch {
278
+ }
279
+ key = key.slice(1);
280
+ }
281
+ acc[key] = value2;
282
+ return acc;
283
+ }, {});
284
+ return "\n" + (opts?.yamlCodeBlockProps ? stringifyCodeBlockProps(attrs).trim() : stringifyFrontMatter(attrs).trim());
285
+ };
286
+ const processNode = (node) => {
287
+ if (opts.autoUnwrap) {
288
+ applyAutomaticUnwrap(node, typeof opts.autoUnwrap === "boolean" ? {} : opts.autoUnwrap);
289
+ }
290
+ };
291
+ function componentContainerSection(node, _, context) {
292
+ context.indexStack = context.stack;
293
+ processNode(node);
294
+ return `#${node.name}${attributes(node, context)}
295
+ ${content(node, context)}`.trim();
296
+ }
297
+ function textComponent(node, _, context) {
298
+ let value;
299
+ context.indexStack = context.stack;
300
+ const exit = context.enter(node.type);
301
+ if (node.name === "span") {
302
+ value = `[${content(node, context)}]${attributes(node, context)}`;
303
+ } else if (node.name === "binding") {
304
+ const attrs = node.attributes || {};
305
+ value = attrs.defaultValue ? `{{ ${attrs.value} || '${attrs.defaultValue}' }}` : `{{ ${attrs.value} }}`;
306
+ } else {
307
+ value = ":" + (node.name || "") + label(node, context) + attributes(node, context);
308
+ }
309
+ exit();
310
+ return value;
311
+ }
312
+ let nest = 0;
313
+ function containerComponent(node, _, context) {
314
+ context.indexStack = context.stack;
315
+ const prefix = ":".repeat(baseFence + nest);
316
+ nest += 1;
317
+ const exit = context.enter(node.type);
318
+ let value = prefix + (node.name || "") + label(node, context);
319
+ const defaultSlotChildren = node.children.filter((child) => child.type !== "componentContainerSection");
320
+ const slots = node.children.filter((child) => child.type === "componentContainerSection");
321
+ node.children = [
322
+ ...defaultSlotChildren,
323
+ ...slots
324
+ ];
325
+ node.fmAttributes = node.fmAttributes || {};
326
+ const attributesText = attributes(node, context);
327
+ if ((value + attributesText).length > (opts?.maxAttributesLength || 80) || Object.keys(node.fmAttributes).length > 0 || node.children?.some((child) => child.type === "componentContainerSection")) {
328
+ Object.assign(node.fmAttributes, node.attributes);
329
+ node.attributes = [];
330
+ }
331
+ processNode(node);
332
+ value += attributes(node, context);
333
+ value += frontmatter(node);
334
+ let subvalue;
335
+ if (node.type === "containerComponent") {
336
+ subvalue = content(node, context);
337
+ if (subvalue) {
338
+ value += "\n" + subvalue;
339
+ }
340
+ value += "\n" + prefix;
341
+ if (nest > 1) {
342
+ value = value.split("\n").map((line) => " " + line).join("\n");
343
+ }
344
+ }
345
+ nest -= 1;
346
+ exit();
347
+ return value;
348
+ }
349
+ containerComponent.peek = function peekComponent() {
350
+ return ":";
351
+ };
352
+ function label(node, context) {
353
+ let label2 = node;
354
+ if (node.type === "containerComponent") {
355
+ if (!inlineComponentLabel(node)) {
356
+ return "";
357
+ }
358
+ label2 = node.children[0];
359
+ }
360
+ const exit = context.enter("label");
361
+ const subexit = context.enter(node.type + "Label");
362
+ const value = containerPhrasing(label2, context, { before: "[", after: "]" });
363
+ subexit();
364
+ exit();
365
+ return value ? "[" + value + "]" : "";
366
+ }
367
+ const isValidJSON = (str) => {
368
+ try {
369
+ JSON.parse(str);
370
+ return true;
371
+ } catch {
372
+ return false;
373
+ }
374
+ };
375
+ function attributes(node, context) {
376
+ const quote = checkQuote(context);
377
+ const subset = node.type === "textComponent" ? [quote] : [quote, "\n", "\r"];
378
+ const attrs = Object.fromEntries(
379
+ Object.entries(node.attributes || {}).sort(([key1], [key2]) => key1.localeCompare(key2))
380
+ );
381
+ const values = [];
382
+ let id;
383
+ let classesFull = "";
384
+ let classes = "";
385
+ let value;
386
+ let key;
387
+ let index;
388
+ for (key in attrs) {
389
+ if (own.call(attrs, key) && attrs[key] != null) {
390
+ value = String(attrs[key]);
391
+ if (key === "id") {
392
+ id = shortcut.test(value) ? "#" + value : quoted("id", value);
393
+ } else if (key === "class" || key === "className") {
394
+ value = Array.isArray(attrs[key]) ? attrs[key].join(" ") : value;
395
+ value = value.split(/[\t\n\r ]+/g).filter(Boolean);
396
+ classesFull = [];
397
+ classes = [];
398
+ index = -1;
399
+ while (++index < value.length) {
400
+ (shortcut.test(value[index]) ? classes : classesFull).push(value[index]);
401
+ }
402
+ classesFull = classesFull.length ? quoted("class", classesFull.join(" ")) : "";
403
+ classes = classes.length ? "." + classes.join(".") : "";
404
+ } else if (key.startsWith(":") && value === "true") {
405
+ values.push(key.slice(1));
406
+ } else if (key.startsWith(":") && isValidJSON(value)) {
407
+ values.push(`${key}='${value.replace(/([^/])'/g, "$1\\'")}'`);
408
+ } else {
409
+ values.push(quoted(key, value));
410
+ }
411
+ }
412
+ }
413
+ if (classesFull) {
414
+ values.unshift(classesFull);
415
+ }
416
+ if (classes) {
417
+ values.unshift(classes);
418
+ }
419
+ if (id) {
420
+ values.unshift(id);
421
+ }
422
+ return values.length ? "{" + values.join(" ") + "}" : "";
423
+ function quoted(key2, value2) {
424
+ return key2 + "=" + quote + stringifyEntitiesLight(value2, { subset }) + quote;
425
+ }
426
+ }
427
+ function content(node, context) {
428
+ const content2 = inlineComponentLabel(node) ? Object.assign({}, node, { children: node.children.slice(1) }) : node;
429
+ let result = node.type === "textComponent" ? inlineContainerFlow(content2, context) : containerFlow(content2, context);
430
+ if (result.includes("&#x")) {
431
+ result = convertHtmlEntitiesToChars(result);
432
+ }
433
+ return result;
434
+ }
435
+ function inlineComponentLabel(node) {
436
+ return node.children && node.children[0] && node.children[0].data && node.children[0].data.componentLabel;
437
+ }
438
+ return {
439
+ compilePattern,
440
+ unsafe: [
441
+ {
442
+ character: "\r",
443
+ inConstruct: ["leafComponentLabel", "containerComponentLabel"]
444
+ },
445
+ {
446
+ character: "\n",
447
+ inConstruct: ["leafComponentLabel", "containerComponentLabel"]
448
+ },
449
+ {
450
+ before: "[^:]",
451
+ character: ":",
452
+ after: "[A-Za-z]",
453
+ inConstruct: ["phrasing"]
454
+ },
455
+ { atBreak: true, character: ":", after: ":" }
456
+ ],
457
+ handlers: {
458
+ containerComponent,
459
+ textComponent,
460
+ componentContainerSection,
461
+ image: (node, _, state, info) => {
462
+ return defaultHandlers.image(node, _, state, info) + attributes(node, state);
463
+ },
464
+ link: (node, _, state, info) => {
465
+ return defaultHandlers.link(node, _, state, info) + attributes(node, state);
466
+ },
467
+ linkReference: (node, _, state, info) => {
468
+ return defaultHandlers.linkReference(node, _, state, info) + attributes(node, state);
469
+ },
470
+ strong: (node, _, state, info) => {
471
+ return defaultHandlers.strong(node, _, state, info) + attributes(node, state);
472
+ },
473
+ inlineCode: (node, _, state) => {
474
+ state.compilePattern = state.compilePattern || compilePattern;
475
+ return defaultHandlers.inlineCode(node, _, state) + attributes(node, state);
476
+ },
477
+ emphasis: (node, _, state, info) => {
478
+ return defaultHandlers.emphasis(node, _, state, info) + attributes(node, state);
479
+ }
480
+ }
481
+ };
482
+ };
483
+
484
+ const fromMarkdown = (opts = {}) => {
485
+ const canContainEols = ["textComponent"];
486
+ const applyYamlCodeBlockProps = (node) => {
487
+ const firstSection = node.children[0];
488
+ if (firstSection && firstSection.children?.length && firstSection.children[0].type === "code" && firstSection.children[0].lang === "yaml" && firstSection.children[0].meta === "[props]") {
489
+ node.rawData = firstSection.children[0].value;
490
+ node.mdc = node.mdc || {};
491
+ node.mdc.codeBlockProps = true;
492
+ firstSection.children.splice(0, 1);
493
+ }
494
+ };
495
+ const applyAutomaticUnwrap = (node, { safeTypes = [] }) => {
496
+ if (!CONTAINER_NODE_TYPES.has(node.type)) {
497
+ return;
498
+ }
499
+ const nonSlotChildren = node.children.filter((child2) => child2.type !== "componentContainerSection");
500
+ if (nonSlotChildren.length !== 1) {
501
+ return;
502
+ }
503
+ const child = nonSlotChildren[0];
504
+ if (NON_UNWRAPPABLE_TYPES.has(child.type) || safeTypes.includes(child.type)) {
505
+ return;
506
+ }
507
+ const childIndex = node.children.indexOf(child);
508
+ node.children.splice(childIndex, 1, ...child?.children || []);
509
+ node.mdc = node.mdc || {};
510
+ node.mdc.unwrapped = child.type;
511
+ };
512
+ const processNode = (node) => {
513
+ if (opts.yamlCodeBlockProps) {
514
+ applyYamlCodeBlockProps(node);
515
+ }
516
+ if (opts.autoUnwrap) {
517
+ applyAutomaticUnwrap(node, typeof opts.autoUnwrap === "boolean" ? {} : opts.autoUnwrap);
518
+ }
519
+ };
520
+ const enter = {
521
+ componentContainer: enterContainer,
522
+ componentContainerSection: enterContainerSection,
523
+ componentContainerDataSection: enterContainerDataSection,
524
+ componentContainerAttributes: enterAttributes,
525
+ componentContainerLabel: enterContainerLabel,
526
+ bindingContent: enterBindingContent,
527
+ componentLeaf: enterLeaf,
528
+ componentLeafAttributes: enterAttributes,
529
+ componentText: enterText,
530
+ textSpan: enterTextSpan,
531
+ componentTextAttributes: enterAttributes
532
+ };
533
+ const exit = {
534
+ bindingContent: exitBindingContent,
535
+ componentContainerSectionTitle: exitContainerSectionTitle,
536
+ listUnordered: conditionalExit,
537
+ listOrdered: conditionalExit,
538
+ listItem: conditionalExit,
539
+ componentContainerSection: exitContainerSection,
540
+ componentContainerDataSection: exitContainerDataSection,
541
+ componentContainer: exitContainer,
542
+ componentContainerAttributeClassValue: exitAttributeClassValue,
543
+ componentContainerAttributeIdValue: exitAttributeIdValue,
544
+ componentContainerAttributeName: exitAttributeName,
545
+ componentContainerAttributeValue: exitAttributeValue,
546
+ componentContainerAttributes: exitAttributes,
547
+ componentContainerLabel: exitContainerLabel,
548
+ componentContainerName,
549
+ componentContainerAttributeInitializerMarker() {
550
+ const attributes = this.data.componentAttributes;
551
+ attributes[attributes.length - 1][1] = "";
552
+ },
553
+ componentLeaf: exitToken,
554
+ componentLeafAttributeClassValue: exitAttributeClassValue,
555
+ componentLeafAttributeIdValue: exitAttributeIdValue,
556
+ componentLeafAttributeName: exitAttributeName,
557
+ componentLeafAttributeValue: exitAttributeValue,
558
+ componentLeafAttributes: exitAttributes,
559
+ componentLeafName: exitName,
560
+ componentText: exitToken,
561
+ textSpan: exitToken,
562
+ componentTextAttributeClassValue: exitAttributeClassValue,
563
+ componentTextAttributeIdValue: exitAttributeIdValue,
564
+ componentTextAttributeName: exitAttributeName,
565
+ componentTextAttributeValue: exitAttributeValue,
566
+ componentTextAttributes: exitAttributes,
567
+ componentTextName: componentContainerName
568
+ };
569
+ function enterBindingContent(token) {
570
+ const regex = /([^|]*)(?:\|\|\s*'(.*)')?/;
571
+ const values = regex.exec(this.sliceSerialize(token));
572
+ this.enter({
573
+ type: "textComponent",
574
+ name: "binding",
575
+ attributes: {
576
+ value: values?.[1]?.trim(),
577
+ defaultValue: values?.[2]
578
+ }
579
+ }, token);
580
+ }
581
+ function exitBindingContent(token) {
582
+ this.exit(token);
583
+ }
584
+ function enterContainer(token) {
585
+ enterToken.call(this, "containerComponent", token);
586
+ }
587
+ function exitContainer(token) {
588
+ const container = this.stack[this.stack.length - 1];
589
+ if (container.children.length > 1) {
590
+ const dataSection = container.children.find((child) => child.rawData);
591
+ container.rawData = dataSection?.rawData;
592
+ }
593
+ processNode(container);
594
+ container.children = container.children.flatMap((child) => {
595
+ if (child.rawData) {
596
+ return [];
597
+ }
598
+ if (child.name === "default" && Object.keys(child.attributes).length === 0 || !child.name) {
599
+ if (child.mdc?.unwrapped) {
600
+ container.mdc = container.mdc || {};
601
+ container.mdc.unwrapped = child.mdc?.unwrapped;
602
+ }
603
+ return child.children;
604
+ }
605
+ child.data = {
606
+ hName: "component-slot",
607
+ hProperties: {
608
+ ...child.attributes,
609
+ [`v-slot:${child.name}`]: ""
610
+ }
611
+ };
612
+ return child;
613
+ });
614
+ this.exit(token);
615
+ }
616
+ function enterContainerSection(token) {
617
+ enterToken.call(this, "componentContainerSection", token);
618
+ }
619
+ function enterContainerDataSection(token) {
620
+ enterToken.call(this, "componentContainerDataSection", token);
621
+ }
622
+ function exitContainerSection(token) {
623
+ const section = this.stack[this.stack.length - 1];
624
+ attemptClosingOpenListSection.call(this, section);
625
+ processNode(section);
626
+ this.exit(token);
627
+ }
628
+ function exitContainerDataSection(token) {
629
+ let section = this.stack[this.stack.length - 1];
630
+ section = attemptClosingOpenListSection.call(this, section);
631
+ if (section.type === "componentContainerDataSection") {
632
+ section.rawData = this.sliceSerialize(token);
633
+ this.exit(token);
634
+ }
635
+ }
636
+ function exitContainerSectionTitle(token) {
637
+ this.stack[this.stack.length - 1].name = this.sliceSerialize(token)?.trim();
638
+ }
639
+ function enterLeaf(token) {
640
+ enterToken.call(this, "leafComponent", token);
641
+ }
642
+ function enterTextSpan(token) {
643
+ this.enter({ type: "textComponent", name: "span", attributes: {}, children: [] }, token);
644
+ }
645
+ function enterText(token) {
646
+ enterToken.call(this, "textComponent", token);
647
+ }
648
+ function enterToken(type, token) {
649
+ this.enter({ type, name: "", attributes: {}, children: [] }, token);
650
+ }
651
+ function componentContainerName(token) {
652
+ this.stack[this.stack.length - 1].name = kebabCase(this.sliceSerialize(token));
653
+ }
654
+ function exitName(token) {
655
+ this.stack[this.stack.length - 1].name = this.sliceSerialize(token);
656
+ }
657
+ function enterContainerLabel(token) {
658
+ this.enter({ type: "paragraph", data: { componentLabel: true }, children: [] }, token);
659
+ }
660
+ function exitContainerLabel(token) {
661
+ this.exit(token);
662
+ }
663
+ function enterAttributes() {
664
+ this.data.componentAttributes = [];
665
+ this.buffer();
666
+ }
667
+ function exitAttributeIdValue(token) {
668
+ this.data.componentAttributes.push(["id", parseEntities(this.sliceSerialize(token))]);
669
+ }
670
+ function exitAttributeClassValue(token) {
671
+ this.data.componentAttributes.push(["class", parseEntities(this.sliceSerialize(token))]);
672
+ }
673
+ function exitAttributeValue(token) {
674
+ const attributes = this.data.componentAttributes;
675
+ const lastAttribute = attributes[attributes.length - 1];
676
+ lastAttribute[1] = (typeof lastAttribute[1] === "string" ? lastAttribute[1] : "") + parseEntities(this.sliceSerialize(token));
677
+ }
678
+ function exitAttributeName(token) {
679
+ this.data.componentAttributes.push([this.sliceSerialize(token), true]);
680
+ }
681
+ function exitAttributes() {
682
+ const attributes = this.data.componentAttributes;
683
+ const cleaned = {};
684
+ let index = -1;
685
+ let attribute;
686
+ while (++index < attributes.length) {
687
+ attribute = attributes[index];
688
+ const name = kebabCase(attribute[0]);
689
+ if (name === "class" && cleaned.class) {
690
+ cleaned.class += " " + attribute[1];
691
+ } else {
692
+ cleaned[name] = attribute[1];
693
+ }
694
+ }
695
+ this.data.componentAttributes = attributes;
696
+ this.resume();
697
+ let stackTop = this.stack[this.stack.length - 1];
698
+ if (stackTop.type !== "textComponent" || stackTop.name === "span") {
699
+ while (!stackTop.position?.end && stackTop.children?.length > 0) {
700
+ stackTop = stackTop.children[stackTop.children.length - 1];
701
+ }
702
+ }
703
+ stackTop.attributes = cleaned;
704
+ }
705
+ function exitToken(token) {
706
+ this.exit(token);
707
+ }
708
+ function conditionalExit(token) {
709
+ const [section] = this.tokenStack[this.tokenStack.length - 1];
710
+ if (section.type === token.type) {
711
+ this.exit(token);
712
+ }
713
+ }
714
+ function attemptClosingOpenListSection(section) {
715
+ while (section.type === "listItem" || section.type === "list") {
716
+ const [stackToken] = this.tokenStack[this.tokenStack.length - 1];
717
+ this.exit(stackToken);
718
+ section = this.stack[this.stack.length - 1];
719
+ }
720
+ return section;
721
+ }
722
+ return {
723
+ canContainEols,
724
+ enter,
725
+ exit
726
+ };
727
+ };
728
+
729
+ const ContainerSequenceSize = 2;
730
+ const SectionSequenceSize = 3;
731
+ const slotSeparatorCode = 35;
732
+ const slotSeparatorLength = 1;
733
+ const Codes = {
734
+ /**
735
+ * null
736
+ */
737
+ EOF: null,
738
+ /**
739
+ * ' '
740
+ */
741
+ space: 32,
742
+ /**
743
+ * '"'
744
+ */
745
+ quotationMark: 34,
746
+ /**
747
+ * '#'
748
+ */
749
+ hash: 35,
750
+ /**
751
+ * ' ' '
752
+ */
753
+ apostrophe: 39,
754
+ /**
755
+ * '('
756
+ */
757
+ openingParentheses: 40,
758
+ /**
759
+ * '*'
760
+ */
761
+ star: 42,
762
+ /**
763
+ * '-'
764
+ */
765
+ dash: 45,
766
+ /**
767
+ * '.'
768
+ */
769
+ dot: 46,
770
+ /**
771
+ * ':'
772
+ */
773
+ colon: 58,
774
+ /**
775
+ * '<'
776
+ */
777
+ LessThan: 60,
778
+ /**
779
+ * '='
780
+ */
781
+ equals: 61,
782
+ /**
783
+ * '>'
784
+ */
785
+ greaterThan: 62,
786
+ /**
787
+ * 'X'
788
+ */
789
+ uppercaseX: 88,
790
+ /**
791
+ * '['
792
+ */
793
+ openingSquareBracket: 91,
794
+ /**
795
+ * '\'
796
+ */
797
+ backSlash: 92,
798
+ /**
799
+ * ']'
800
+ */
801
+ closingSquareBracket: 93,
802
+ /**
803
+ * '_'
804
+ */
805
+ underscore: 95,
806
+ /**
807
+ * '`'
808
+ */
809
+ backTick: 96,
810
+ /**
811
+ * 'x'
812
+ */
813
+ lowercaseX: 120,
814
+ /**
815
+ * '{'
816
+ */
817
+ openingCurlyBracket: 123,
818
+ /**
819
+ * '}'
820
+ */
821
+ closingCurlyBracket: 125
822
+ };
823
+
824
+ function createLabel(effects, ok, nok, type, markerType, stringType, disallowEol) {
825
+ let size = 0;
826
+ let balance = 0;
827
+ return start;
828
+ function start(code) {
829
+ if (code !== Codes.openingSquareBracket) {
830
+ throw new Error("expected `[`");
831
+ }
832
+ effects.enter(type);
833
+ effects.enter(markerType);
834
+ effects.consume(code);
835
+ effects.exit(markerType);
836
+ return afterStart;
837
+ }
838
+ function afterStart(code) {
839
+ if (code === Codes.closingSquareBracket) {
840
+ effects.enter(markerType);
841
+ effects.consume(code);
842
+ effects.exit(markerType);
843
+ effects.exit(type);
844
+ return ok;
845
+ }
846
+ effects.enter(stringType);
847
+ return atBreak(code);
848
+ }
849
+ function atBreak(code) {
850
+ if (code === Codes.EOF || size > 999) {
851
+ return nok(code);
852
+ }
853
+ if (code === Codes.closingSquareBracket && !balance--) {
854
+ return atClosingBrace(code);
855
+ }
856
+ if (markdownLineEnding(code)) {
857
+ if (disallowEol) {
858
+ return nok(code);
859
+ }
860
+ effects.enter("lineEnding");
861
+ effects.consume(code);
862
+ effects.exit("lineEnding");
863
+ return atBreak;
864
+ }
865
+ effects.enter("chunkText", { contentType: "text" });
866
+ return label(code);
867
+ }
868
+ function label(code) {
869
+ if (code === Codes.EOF || markdownLineEnding(code) || size > 999) {
870
+ effects.exit("chunkText");
871
+ return atBreak(code);
872
+ }
873
+ if (code === Codes.openingSquareBracket && ++balance > 3) {
874
+ return nok(code);
875
+ }
876
+ if (code === Codes.closingSquareBracket && !balance--) {
877
+ effects.exit("chunkText");
878
+ return atClosingBrace(code);
879
+ }
880
+ effects.consume(code);
881
+ return code === Codes.backSlash ? labelEscape : label;
882
+ }
883
+ function atClosingBrace(code) {
884
+ effects.exit(stringType);
885
+ effects.enter(markerType);
886
+ effects.consume(code);
887
+ effects.exit(markerType);
888
+ effects.exit(type);
889
+ return ok;
890
+ }
891
+ function labelEscape(code) {
892
+ if (code === Codes.openingSquareBracket || code === Codes.backSlash || code === Codes.closingSquareBracket) {
893
+ effects.consume(code);
894
+ size++;
895
+ return label;
896
+ }
897
+ return label(code);
898
+ }
899
+ }
900
+
901
+ const label$2 = { tokenize: tokenizeLabel$2, partial: true };
902
+ const gfmCheck = { tokenize: checkGfmTaskCheckbox, partial: true };
903
+ const doubleBracketCheck = { tokenize: checkDoubleBracket, partial: true };
904
+ function tokenize$6(effects, ok, nok) {
905
+ const self = this;
906
+ return start;
907
+ function start(code) {
908
+ if (code !== Codes.openingSquareBracket) {
909
+ throw new Error("expected `[`");
910
+ }
911
+ if (self.previous === Codes.EOF && self._gfmTasklistFirstContentOfListItem) {
912
+ return effects.check(gfmCheck, nok, attemptLabel)(code);
913
+ }
914
+ if (self.previous === Codes.openingSquareBracket) {
915
+ return nok(code);
916
+ }
917
+ return effects.check(doubleBracketCheck, nok, attemptLabel)(code);
918
+ }
919
+ function attemptLabel(code) {
920
+ effects.enter("textSpan");
921
+ return effects.attempt(label$2, exit, nok)(code);
922
+ }
923
+ function exit(code) {
924
+ if (code === Codes.openingParentheses || code === Codes.openingSquareBracket) {
925
+ return nok(code);
926
+ }
927
+ return exitOK(code);
928
+ }
929
+ function exitOK(code) {
930
+ effects.exit("textSpan");
931
+ return ok(code);
932
+ }
933
+ }
934
+ function tokenizeLabel$2(effects, ok, nok) {
935
+ return createLabel(effects, ok, nok, "componentTextLabel", "componentTextLabelMarker", "componentTextLabelString");
936
+ }
937
+ const tokenizeSpan = {
938
+ tokenize: tokenize$6
939
+ };
940
+ function checkGfmTaskCheckbox(effects, ok, nok) {
941
+ return enter;
942
+ function enter(code) {
943
+ effects.enter("formGfmTaskCheckbox");
944
+ effects.consume(code);
945
+ return check;
946
+ }
947
+ function check(code) {
948
+ if (markdownSpace(code)) {
949
+ effects.consume(code);
950
+ return check;
951
+ }
952
+ if (code === Codes.uppercaseX || code === Codes.lowercaseX) {
953
+ effects.consume(code);
954
+ return check;
955
+ }
956
+ if (code === Codes.closingSquareBracket) {
957
+ effects.exit("formGfmTaskCheckbox");
958
+ return ok(code);
959
+ }
960
+ return nok(code);
961
+ }
962
+ }
963
+ function checkDoubleBracket(effects, ok, nok) {
964
+ return enter;
965
+ function enter(code) {
966
+ effects.enter("doubleBracket");
967
+ effects.consume(code);
968
+ return check;
969
+ }
970
+ function check(code) {
971
+ if (code !== Codes.openingSquareBracket) {
972
+ return nok(code);
973
+ }
974
+ effects.exit("doubleBracket");
975
+ return ok(code);
976
+ }
977
+ }
978
+
979
+ function createAttributes(effects, ok, nok, attributesType, attributesMarkerType, attributeType, attributeIdType, attributeClassType, attributeNameType, attributeInitializerType, attributeValueLiteralType, attributeValueType, attributeValueMarker, attributeValueData, disallowEol) {
980
+ let type;
981
+ let marker;
982
+ let isBindAttribute = false;
983
+ return start;
984
+ function start(code) {
985
+ effects.enter(attributesType);
986
+ effects.enter(attributesMarkerType);
987
+ effects.consume(code);
988
+ effects.exit(attributesMarkerType);
989
+ return between;
990
+ }
991
+ function between(code) {
992
+ if (code === Codes.hash) {
993
+ type = attributeIdType;
994
+ return shortcutStart(code);
995
+ }
996
+ if (code === Codes.dot) {
997
+ type = attributeClassType;
998
+ return shortcutStart(code);
999
+ }
1000
+ if (code === Codes.colon || code === Codes.underscore || asciiAlpha(code)) {
1001
+ effects.enter(attributeType);
1002
+ effects.enter(attributeNameType);
1003
+ effects.consume(code);
1004
+ isBindAttribute = code === Codes.colon;
1005
+ return code === Codes.colon ? bindAttributeName : name;
1006
+ }
1007
+ if (disallowEol && markdownSpace(code)) {
1008
+ return factorySpace(effects, between, "whitespace")(code);
1009
+ }
1010
+ if (!disallowEol && markdownLineEndingOrSpace(code)) {
1011
+ return factoryWhitespace(effects, between)(code);
1012
+ }
1013
+ return end(code);
1014
+ }
1015
+ function shortcutStart(code) {
1016
+ effects.enter(attributeType);
1017
+ effects.enter(type);
1018
+ effects.enter(type + "Marker");
1019
+ effects.consume(code);
1020
+ effects.exit(type + "Marker");
1021
+ return shortcutStartAfter;
1022
+ }
1023
+ function shortcutStartAfter(code) {
1024
+ if (code === Codes.EOF || code === Codes.quotationMark || code === Codes.hash || code === Codes.apostrophe || code === Codes.dot || code === Codes.LessThan || code === Codes.equals || code === Codes.greaterThan || code === Codes.backTick || code === Codes.closingCurlyBracket || markdownLineEndingOrSpace(code)) {
1025
+ return nok(code);
1026
+ }
1027
+ effects.enter(type + "Value");
1028
+ effects.consume(code);
1029
+ return shortcut;
1030
+ }
1031
+ function shortcut(code) {
1032
+ if (code === Codes.EOF || code === Codes.quotationMark || code === Codes.apostrophe || code === Codes.LessThan || code === Codes.equals || code === Codes.greaterThan || code === Codes.backTick) {
1033
+ return nok(code);
1034
+ }
1035
+ if (code === Codes.hash || code === Codes.dot || code === Codes.closingCurlyBracket || markdownLineEndingOrSpace(code)) {
1036
+ effects.exit(type + "Value");
1037
+ effects.exit(type);
1038
+ effects.exit(attributeType);
1039
+ return between(code);
1040
+ }
1041
+ effects.consume(code);
1042
+ return shortcut;
1043
+ }
1044
+ function bindAttributeName(code) {
1045
+ if (code === Codes.dash || asciiAlphanumeric(code)) {
1046
+ effects.consume(code);
1047
+ return bindAttributeName;
1048
+ }
1049
+ effects.exit(attributeNameType);
1050
+ if (disallowEol && markdownSpace(code)) {
1051
+ return factorySpace(effects, bindAttributeNameAfter, "whitespace")(code);
1052
+ }
1053
+ if (!disallowEol && markdownLineEndingOrSpace(code)) {
1054
+ return factoryWhitespace(effects, bindAttributeNameAfter)(code);
1055
+ }
1056
+ return bindAttributeNameAfter(code);
1057
+ }
1058
+ function bindAttributeNameAfter(code) {
1059
+ if (code === Codes.equals) {
1060
+ effects.enter(attributeInitializerType);
1061
+ effects.consume(code);
1062
+ effects.exit(attributeInitializerType);
1063
+ return valueBefore;
1064
+ }
1065
+ effects.exit(attributeType);
1066
+ return nok(code);
1067
+ }
1068
+ function name(code) {
1069
+ if (code === Codes.dash || code === Codes.dot || code === Codes.colon || code === Codes.underscore || asciiAlphanumeric(code)) {
1070
+ effects.consume(code);
1071
+ return name;
1072
+ }
1073
+ effects.exit(attributeNameType);
1074
+ if (disallowEol && markdownSpace(code)) {
1075
+ return factorySpace(effects, nameAfter, "whitespace")(code);
1076
+ }
1077
+ if (!disallowEol && markdownLineEndingOrSpace(code)) {
1078
+ return factoryWhitespace(effects, nameAfter)(code);
1079
+ }
1080
+ return nameAfter(code);
1081
+ }
1082
+ function nameAfter(code) {
1083
+ if (code === Codes.equals) {
1084
+ effects.enter(attributeInitializerType);
1085
+ effects.consume(code);
1086
+ effects.exit(attributeInitializerType);
1087
+ return valueBefore;
1088
+ }
1089
+ effects.exit(attributeType);
1090
+ return between(code);
1091
+ }
1092
+ function valueBefore(code) {
1093
+ if (code === Codes.EOF || code === Codes.LessThan || code === Codes.equals || code === Codes.greaterThan || code === Codes.backTick || code === Codes.closingCurlyBracket || disallowEol && markdownLineEnding(code)) {
1094
+ return nok(code);
1095
+ }
1096
+ if (code === Codes.quotationMark || code === Codes.apostrophe) {
1097
+ effects.enter(attributeValueLiteralType);
1098
+ effects.enter(attributeValueMarker);
1099
+ effects.consume(code);
1100
+ effects.exit(attributeValueMarker);
1101
+ marker = code;
1102
+ return valueQuotedStart;
1103
+ }
1104
+ if (disallowEol && markdownSpace(code)) {
1105
+ return factorySpace(effects, valueBefore, "whitespace")(code);
1106
+ }
1107
+ if (!disallowEol && markdownLineEndingOrSpace(code)) {
1108
+ return factoryWhitespace(effects, valueBefore)(code);
1109
+ }
1110
+ effects.enter(attributeValueType);
1111
+ effects.enter(attributeValueData);
1112
+ effects.consume(code);
1113
+ marker = void 0;
1114
+ return valueUnquoted;
1115
+ }
1116
+ function valueUnquoted(code) {
1117
+ if (code === Codes.EOF || code === Codes.quotationMark || code === Codes.apostrophe || code === Codes.LessThan || code === Codes.equals || code === Codes.greaterThan || code === Codes.backTick) {
1118
+ return nok(code);
1119
+ }
1120
+ if (code === Codes.closingCurlyBracket || markdownLineEndingOrSpace(code)) {
1121
+ effects.exit(attributeValueData);
1122
+ effects.exit(attributeValueType);
1123
+ effects.exit(attributeType);
1124
+ return between(code);
1125
+ }
1126
+ effects.consume(code);
1127
+ return valueUnquoted;
1128
+ }
1129
+ function valueQuotedStart(code) {
1130
+ if (code === marker) {
1131
+ effects.enter(attributeValueMarker);
1132
+ effects.consume(code);
1133
+ effects.exit(attributeValueMarker);
1134
+ effects.exit(attributeValueLiteralType);
1135
+ effects.exit(attributeType);
1136
+ return valueQuotedAfter;
1137
+ }
1138
+ effects.enter(attributeValueType);
1139
+ return valueQuotedBetween(code);
1140
+ }
1141
+ function valueQuotedBetween(code) {
1142
+ if (code === marker) {
1143
+ effects.exit(attributeValueType);
1144
+ return valueQuotedStart(code);
1145
+ }
1146
+ if (code === Codes.EOF) {
1147
+ return nok(code);
1148
+ }
1149
+ if (markdownLineEnding(code)) {
1150
+ return disallowEol ? nok(code) : factoryWhitespace(effects, valueQuotedBetween)(code);
1151
+ }
1152
+ effects.enter(attributeValueData);
1153
+ effects.consume(code);
1154
+ return valueQuoted;
1155
+ }
1156
+ function valueQuoted(code) {
1157
+ if (isBindAttribute && code === Codes.backSlash) {
1158
+ effects.exit(attributeValueData);
1159
+ effects.exit(attributeValueType);
1160
+ effects.enter("escapeCharacter");
1161
+ effects.consume(code);
1162
+ effects.exit("escapeCharacter");
1163
+ effects.enter(attributeValueType);
1164
+ effects.enter(attributeValueData);
1165
+ return valueQuotedEscape;
1166
+ }
1167
+ if (code === marker || code === Codes.EOF || markdownLineEnding(code)) {
1168
+ effects.exit(attributeValueData);
1169
+ return valueQuotedBetween(code);
1170
+ }
1171
+ effects.consume(code);
1172
+ return valueQuoted;
1173
+ }
1174
+ function valueQuotedEscape(code) {
1175
+ effects.consume(code);
1176
+ return valueQuoted;
1177
+ }
1178
+ function valueQuotedAfter(code) {
1179
+ return code === Codes.closingCurlyBracket || markdownLineEndingOrSpace(code) ? between(code) : end(code);
1180
+ }
1181
+ function end(code) {
1182
+ if (code === Codes.closingCurlyBracket) {
1183
+ effects.enter(attributesMarkerType);
1184
+ effects.consume(code);
1185
+ effects.exit(attributesMarkerType);
1186
+ effects.exit(attributesType);
1187
+ return ok;
1188
+ }
1189
+ return nok(code);
1190
+ }
1191
+ }
1192
+
1193
+ const attributes$2 = { tokenize: tokenizeAttributes$2, partial: true };
1194
+ const validEvents = [
1195
+ /**
1196
+ * Span
1197
+ */
1198
+ "textSpan",
1199
+ /**
1200
+ * Bold & Italic
1201
+ */
1202
+ "attentionSequence",
1203
+ /**
1204
+ * Inline Code
1205
+ */
1206
+ "codeText",
1207
+ /**
1208
+ * Link
1209
+ */
1210
+ "link",
1211
+ /**
1212
+ * Image
1213
+ */
1214
+ "image"
1215
+ ];
1216
+ function tokenize$5(effects, ok, nok) {
1217
+ const self = this;
1218
+ return start;
1219
+ function start(code) {
1220
+ if (code !== Codes.openingCurlyBracket) {
1221
+ throw new Error("expected `{`");
1222
+ }
1223
+ const event = self.events[self.events.length - 1];
1224
+ if (markdownLineEnding(self.previous) || !event || !validEvents.includes(event[1].type)) {
1225
+ return nok(code);
1226
+ }
1227
+ return effects.attempt(attributes$2, ok, nok)(code);
1228
+ }
1229
+ }
1230
+ function tokenizeAttributes$2(effects, ok, nok) {
1231
+ return createAttributes(
1232
+ effects,
1233
+ ok,
1234
+ nok,
1235
+ "componentTextAttributes",
1236
+ "componentTextAttributesMarker",
1237
+ "componentTextAttribute",
1238
+ "componentTextAttributeId",
1239
+ "componentTextAttributeClass",
1240
+ "componentTextAttributeName",
1241
+ "componentTextAttributeInitializerMarker",
1242
+ "componentTextAttributeValueLiteral",
1243
+ "componentTextAttributeValue",
1244
+ "componentTextAttributeValueMarker",
1245
+ "componentTextAttributeValueData"
1246
+ );
1247
+ }
1248
+ const tokenizeAttribute = {
1249
+ tokenize: tokenize$5
1250
+ };
1251
+
1252
+ function attempClose(effects, ok, nok) {
1253
+ return start;
1254
+ function start(code) {
1255
+ if (code !== Codes.closingCurlyBracket) {
1256
+ return nok(code);
1257
+ }
1258
+ effects.exit("bindingContent");
1259
+ effects.enter("bindingFence");
1260
+ effects.consume(code);
1261
+ return secondBracket;
1262
+ }
1263
+ function secondBracket(code) {
1264
+ if (code !== Codes.closingCurlyBracket) {
1265
+ return nok(code);
1266
+ }
1267
+ effects.consume(code);
1268
+ effects.exit("bindingFence");
1269
+ return ok;
1270
+ }
1271
+ }
1272
+ function tokenize$4(effects, ok, nok) {
1273
+ return start;
1274
+ function start(code) {
1275
+ if (code !== Codes.openingCurlyBracket) {
1276
+ throw new Error("expected `{`");
1277
+ }
1278
+ effects.enter("bindingFence");
1279
+ effects.consume(code);
1280
+ return secondBracket;
1281
+ }
1282
+ function secondBracket(code) {
1283
+ if (code !== Codes.openingCurlyBracket) {
1284
+ return nok(code);
1285
+ }
1286
+ effects.consume(code);
1287
+ effects.exit("bindingFence");
1288
+ effects.enter("bindingContent");
1289
+ return content;
1290
+ }
1291
+ function content(code) {
1292
+ if (code === Codes.closingCurlyBracket) {
1293
+ return effects.attempt({ tokenize: attempClose, partial: true }, close, (code2) => {
1294
+ effects.consume(code2);
1295
+ return content;
1296
+ })(code);
1297
+ }
1298
+ effects.consume(code);
1299
+ return content;
1300
+ }
1301
+ function close(code) {
1302
+ return ok(code);
1303
+ }
1304
+ }
1305
+ const tokenizeBinding = {
1306
+ tokenize: tokenize$4
1307
+ };
1308
+
1309
+ function createName(effects, ok, nok, nameType) {
1310
+ const self = this;
1311
+ return start;
1312
+ function start(code) {
1313
+ if (asciiAlpha(code)) {
1314
+ effects.enter(nameType);
1315
+ effects.consume(code);
1316
+ return name;
1317
+ }
1318
+ return nok(code);
1319
+ }
1320
+ function name(code) {
1321
+ if (code === Codes.dash || code === Codes.underscore || asciiAlphanumeric(code)) {
1322
+ effects.consume(code);
1323
+ return name;
1324
+ }
1325
+ effects.exit(nameType);
1326
+ return self.previous === Codes.underscore ? nok(code) : ok(code);
1327
+ }
1328
+ }
1329
+
1330
+ const label$1 = { tokenize: tokenizeLabel$1, partial: true };
1331
+ const attributes$1 = { tokenize: tokenizeAttributes$1, partial: true };
1332
+ function previous(code) {
1333
+ return code !== Codes.colon || this.events[this.events.length - 1][1].type === "characterEscape";
1334
+ }
1335
+ function tokenize$3(effects, ok, nok) {
1336
+ const self = this;
1337
+ return start;
1338
+ function start(code) {
1339
+ if (code !== Codes.colon) {
1340
+ throw new Error("expected `:`");
1341
+ }
1342
+ if (self.previous !== null && !markdownLineEndingOrSpace(self.previous) && ![Codes.openingSquareBracket, Codes.star, Codes.underscore, Codes.openingParentheses].includes(self.previous)) {
1343
+ return nok(code);
1344
+ }
1345
+ if (!previous.call(self, self.previous)) {
1346
+ throw new Error("expected correct previous");
1347
+ }
1348
+ effects.enter("componentText");
1349
+ effects.enter("componentTextMarker");
1350
+ effects.consume(code);
1351
+ effects.exit("componentTextMarker");
1352
+ return createName.call(self, effects, afterName, nok, "componentTextName");
1353
+ }
1354
+ function afterName(code) {
1355
+ if (code === Codes.colon) {
1356
+ return nok(code);
1357
+ }
1358
+ if (code === Codes.openingSquareBracket) {
1359
+ return effects.attempt(label$1, afterLabel, afterLabel)(code);
1360
+ }
1361
+ if (code === Codes.openingCurlyBracket) {
1362
+ return effects.attempt(attributes$1, afterAttributes, afterAttributes)(code);
1363
+ }
1364
+ return exit(code);
1365
+ }
1366
+ function afterAttributes(code) {
1367
+ if (code === Codes.openingSquareBracket) {
1368
+ return effects.attempt(label$1, afterLabel, afterLabel)(code);
1369
+ }
1370
+ return exit(code);
1371
+ }
1372
+ function afterLabel(code) {
1373
+ if (code === Codes.openingCurlyBracket) {
1374
+ return effects.attempt(attributes$1, exit, exit)(code);
1375
+ }
1376
+ return exit(code);
1377
+ }
1378
+ function exit(code) {
1379
+ effects.exit("componentText");
1380
+ return ok(code);
1381
+ }
1382
+ }
1383
+ function tokenizeLabel$1(effects, ok, nok) {
1384
+ return createLabel(effects, ok, nok, "componentTextLabel", "componentTextLabelMarker", "componentTextLabelString");
1385
+ }
1386
+ function tokenizeAttributes$1(effects, ok, nok) {
1387
+ return createAttributes(
1388
+ effects,
1389
+ ok,
1390
+ nok,
1391
+ "componentTextAttributes",
1392
+ "componentTextAttributesMarker",
1393
+ "componentTextAttribute",
1394
+ "componentTextAttributeId",
1395
+ "componentTextAttributeClass",
1396
+ "componentTextAttributeName",
1397
+ "componentTextAttributeInitializerMarker",
1398
+ "componentTextAttributeValueLiteral",
1399
+ "componentTextAttributeValue",
1400
+ "componentTextAttributeValueMarker",
1401
+ "componentTextAttributeValueData"
1402
+ );
1403
+ }
1404
+ const tokenizeInline = {
1405
+ tokenize: tokenize$3,
1406
+ previous
1407
+ };
1408
+
1409
+ function sizeChunks(chunks) {
1410
+ let index = -1;
1411
+ let size = 0;
1412
+ while (++index < chunks.length) {
1413
+ size += typeof chunks[index] === "string" ? chunks[index].length : 1;
1414
+ }
1415
+ return size;
1416
+ }
1417
+ function prefixSize(events, type) {
1418
+ const tail = events[events.length - 1];
1419
+ if (!tail || tail[1].type !== type) {
1420
+ return 0;
1421
+ }
1422
+ return sizeChunks(tail[2].sliceStream(tail[1]));
1423
+ }
1424
+ function linePrefixSize(events) {
1425
+ let size = 0;
1426
+ let index = events.length - 1;
1427
+ let tail = events[index];
1428
+ while (index >= 0 && tail && tail[1].type === "linePrefix" && tail[0] === "exit") {
1429
+ size += sizeChunks(tail[2].sliceStream(tail[1]));
1430
+ index -= 1;
1431
+ tail = events[index];
1432
+ }
1433
+ return size;
1434
+ }
1435
+ const useTokenState = (tokenName) => {
1436
+ const token = {
1437
+ isOpen: false,
1438
+ /**
1439
+ * Enter into token, close previous open token if any
1440
+ */
1441
+ enter: (effects) => {
1442
+ const initialState = token.isOpen;
1443
+ token.exit(effects);
1444
+ effects.enter(tokenName);
1445
+ token.isOpen = true;
1446
+ return () => {
1447
+ token.isOpen = initialState;
1448
+ };
1449
+ },
1450
+ /**
1451
+ * Enter into token only once, if token is already open, do nothing
1452
+ */
1453
+ enterOnce: (effects) => {
1454
+ const initialState = token.isOpen;
1455
+ if (!token.isOpen) {
1456
+ effects.enter(tokenName);
1457
+ token.isOpen = true;
1458
+ }
1459
+ return () => {
1460
+ token.isOpen = initialState;
1461
+ };
1462
+ },
1463
+ /**
1464
+ * Exit from token if it is open
1465
+ */
1466
+ exit: (effects) => {
1467
+ const initialState = token.isOpen;
1468
+ if (token.isOpen) {
1469
+ effects.exit(tokenName);
1470
+ token.isOpen = false;
1471
+ }
1472
+ return () => {
1473
+ token.isOpen = initialState;
1474
+ };
1475
+ }
1476
+ };
1477
+ return token;
1478
+ };
1479
+ const tokenizeCodeFence = { tokenize: checkCodeFenced, partial: true };
1480
+ function checkCodeFenced(effects, ok, nok) {
1481
+ let backTickCount = 0;
1482
+ return start;
1483
+ function start(code) {
1484
+ effects.enter("codeFenced");
1485
+ return after(code);
1486
+ }
1487
+ function after(code) {
1488
+ if (code === Codes.backTick) {
1489
+ backTickCount++;
1490
+ effects.consume(code);
1491
+ return after;
1492
+ }
1493
+ effects.exit("codeFenced");
1494
+ if (backTickCount >= 3) {
1495
+ return ok(code);
1496
+ }
1497
+ return nok(code);
1498
+ }
1499
+ }
1500
+
1501
+ function tokenizeFrontMatter(effects, ok, _nok, next, initialPrefix) {
1502
+ let previous;
1503
+ return effects.attempt({
1504
+ tokenize: tokenizeDataSection,
1505
+ partial: true
1506
+ }, dataSectionOpen, next);
1507
+ function tokenizeDataSection(effects2, ok2, nok) {
1508
+ const self = this;
1509
+ let size = 0;
1510
+ let sectionIndentSize = 0;
1511
+ return closingPrefixAfter;
1512
+ function dataLineFirstSpaces(code) {
1513
+ if (markdownSpace(code)) {
1514
+ effects2.consume(code);
1515
+ sectionIndentSize += 1;
1516
+ return dataLineFirstSpaces;
1517
+ }
1518
+ effects2.exit("space");
1519
+ return closingPrefixAfter(code);
1520
+ }
1521
+ function closingPrefixAfter(code) {
1522
+ if (markdownSpace(code)) {
1523
+ effects2.enter("space");
1524
+ return dataLineFirstSpaces(code);
1525
+ }
1526
+ if (sectionIndentSize === 0) {
1527
+ sectionIndentSize = linePrefixSize(self.events);
1528
+ }
1529
+ effects2.enter("componentContainerSectionSequence");
1530
+ return closingSectionSequence(code);
1531
+ }
1532
+ function closingSectionSequence(code) {
1533
+ if (code === Codes.dash || markdownSpace(code)) {
1534
+ effects2.consume(code);
1535
+ size++;
1536
+ return closingSectionSequence;
1537
+ }
1538
+ if (size < SectionSequenceSize) {
1539
+ return nok(code);
1540
+ }
1541
+ if (sectionIndentSize !== initialPrefix) {
1542
+ return nok(code);
1543
+ }
1544
+ if (!markdownLineEnding(code)) {
1545
+ return nok(code);
1546
+ }
1547
+ effects2.exit("componentContainerSectionSequence");
1548
+ return factorySpace(effects2, ok2, "whitespace")(code);
1549
+ }
1550
+ }
1551
+ function dataSectionOpen(code) {
1552
+ effects.enter("componentContainerDataSection");
1553
+ return effects.attempt({
1554
+ tokenize: tokenizeDataSection,
1555
+ partial: true
1556
+ }, dataSectionClose, dataChunkStart)(code);
1557
+ }
1558
+ function dataChunkStart(code) {
1559
+ if (code === null) {
1560
+ effects.exit("componentContainerDataSection");
1561
+ effects.exit("componentContainer");
1562
+ return ok(code);
1563
+ }
1564
+ const token = effects.enter("chunkDocument", {
1565
+ contentType: "document",
1566
+ previous
1567
+ });
1568
+ if (previous) {
1569
+ previous.next = token;
1570
+ }
1571
+ previous = token;
1572
+ return dataContentContinue(code);
1573
+ }
1574
+ function dataContentContinue(code) {
1575
+ if (code === null) {
1576
+ effects.exit("chunkDocument");
1577
+ effects.exit("componentContainerDataSection");
1578
+ effects.exit("componentContainer");
1579
+ return ok(code);
1580
+ }
1581
+ if (markdownLineEnding(code)) {
1582
+ effects.consume(code);
1583
+ effects.exit("chunkDocument");
1584
+ return effects.attempt({
1585
+ tokenize: tokenizeDataSection,
1586
+ partial: true
1587
+ }, dataSectionClose, dataChunkStart);
1588
+ }
1589
+ effects.consume(code);
1590
+ return dataContentContinue;
1591
+ }
1592
+ function dataSectionClose(code) {
1593
+ effects.exit("componentContainerDataSection");
1594
+ return factorySpace(effects, next, "whitespace")(code);
1595
+ }
1596
+ }
1597
+
1598
+ const label = { tokenize: tokenizeLabel, partial: true };
1599
+ const attributes = { tokenize: tokenizeAttributes, partial: true };
1600
+ function tokenize$2(effects, ok, nok) {
1601
+ const self = this;
1602
+ const initialPrefix = linePrefixSize(this.events);
1603
+ let sizeOpen = 0;
1604
+ let previous;
1605
+ const childContainersSequenceSize = [];
1606
+ let containerFirstLine = true;
1607
+ let visitingCodeFenced = false;
1608
+ const section = useTokenState("componentContainerSection");
1609
+ return start;
1610
+ function start(code) {
1611
+ if (code !== Codes.colon) {
1612
+ throw new Error("expected `:`");
1613
+ }
1614
+ effects.enter("componentContainer");
1615
+ effects.enter("componentContainerFence");
1616
+ effects.enter("componentContainerSequence");
1617
+ return sequenceOpen(code);
1618
+ }
1619
+ function tokenizeSectionClosing(effects2, ok2, nok2) {
1620
+ let size = 0;
1621
+ let sectionIndentSize = 0;
1622
+ let revertSectionState;
1623
+ return closingPrefixAfter;
1624
+ function closingPrefixAfter(code) {
1625
+ sectionIndentSize = linePrefixSize(self.events);
1626
+ revertSectionState = section.exit(effects2);
1627
+ effects2.enter("componentContainerSectionSequence");
1628
+ return closingSectionSequence(code);
1629
+ }
1630
+ function closingSectionSequence(code) {
1631
+ if (code === slotSeparatorCode) {
1632
+ effects2.consume(code);
1633
+ size++;
1634
+ return closingSectionSequence;
1635
+ }
1636
+ if (size !== slotSeparatorLength) {
1637
+ revertSectionState();
1638
+ return nok2(code);
1639
+ }
1640
+ if (sectionIndentSize !== initialPrefix) {
1641
+ revertSectionState();
1642
+ return nok2(code);
1643
+ }
1644
+ if (!asciiAlpha(code)) {
1645
+ revertSectionState();
1646
+ return nok2(code);
1647
+ }
1648
+ effects2.exit("componentContainerSectionSequence");
1649
+ return factorySpace(effects2, ok2, "whitespace")(code);
1650
+ }
1651
+ }
1652
+ function sectionOpen(code) {
1653
+ section.enter(effects);
1654
+ if (markdownLineEnding(code)) {
1655
+ return factorySpace(effects, lineStart, "whitespace")(code);
1656
+ }
1657
+ effects.enter("componentContainerSectionTitle");
1658
+ return sectionTitle(code);
1659
+ }
1660
+ function sectionTitle(code) {
1661
+ if (code === Codes.openingCurlyBracket) {
1662
+ return effects.check(
1663
+ attributes,
1664
+ (code2) => {
1665
+ effects.exit("componentContainerSectionTitle");
1666
+ return effects.attempt(attributes, factorySpace(effects, lineStart, "linePrefix", 4), nok)(code2);
1667
+ },
1668
+ (code2) => {
1669
+ effects.consume(code2);
1670
+ return sectionTitle;
1671
+ }
1672
+ )(code);
1673
+ }
1674
+ if (markdownLineEnding(code)) {
1675
+ effects.exit("componentContainerSectionTitle");
1676
+ return factorySpace(effects, lineStart, "linePrefix", 4)(code);
1677
+ }
1678
+ effects.consume(code);
1679
+ return sectionTitle;
1680
+ }
1681
+ function sequenceOpen(code) {
1682
+ if (code === Codes.colon) {
1683
+ effects.consume(code);
1684
+ sizeOpen++;
1685
+ return sequenceOpen;
1686
+ }
1687
+ if (sizeOpen < ContainerSequenceSize) {
1688
+ return nok(code);
1689
+ }
1690
+ effects.exit("componentContainerSequence");
1691
+ return createName.call(self, effects, afterName, nok, "componentContainerName")(code);
1692
+ }
1693
+ function afterName(code) {
1694
+ return code === Codes.openingSquareBracket ? effects.attempt(label, afterLabel, afterLabel)(code) : afterLabel(code);
1695
+ }
1696
+ function afterLabel(code) {
1697
+ return code === Codes.openingCurlyBracket ? effects.attempt(attributes, afterAttributes, afterAttributes)(code) : afterAttributes(code);
1698
+ }
1699
+ function afterAttributes(code) {
1700
+ return factorySpace(effects, openAfter, "whitespace")(code);
1701
+ }
1702
+ function openAfter(code) {
1703
+ effects.exit("componentContainerFence");
1704
+ if (code === null) {
1705
+ effects.exit("componentContainer");
1706
+ return ok(code);
1707
+ }
1708
+ if (markdownLineEnding(code)) {
1709
+ effects.enter("lineEnding");
1710
+ effects.consume(code);
1711
+ effects.exit("lineEnding");
1712
+ return self.interrupt ? ok : contentStart;
1713
+ }
1714
+ return nok(code);
1715
+ }
1716
+ function contentStart(code) {
1717
+ if (code === null) {
1718
+ effects.exit("componentContainer");
1719
+ return ok(code);
1720
+ }
1721
+ if (containerFirstLine && (code === Codes.dash || markdownSpace(code))) {
1722
+ containerFirstLine = false;
1723
+ return tokenizeFrontMatter(effects, ok, nok, contentStart, initialPrefix)(code);
1724
+ }
1725
+ effects.enter("componentContainerContent");
1726
+ return lineStart(code);
1727
+ }
1728
+ function lineStartAfterPrefix(code) {
1729
+ if (code === null) {
1730
+ return after(code);
1731
+ }
1732
+ if (code === Codes.backTick) {
1733
+ return effects.check(
1734
+ tokenizeCodeFence,
1735
+ (code2) => {
1736
+ visitingCodeFenced = !visitingCodeFenced;
1737
+ return chunkStart(code2);
1738
+ },
1739
+ chunkStart
1740
+ )(code);
1741
+ }
1742
+ if (visitingCodeFenced) {
1743
+ return chunkStart(code);
1744
+ }
1745
+ if (!childContainersSequenceSize.length && (code === slotSeparatorCode || code === Codes.space)) {
1746
+ return effects.attempt(
1747
+ { tokenize: tokenizeSectionClosing, partial: true },
1748
+ sectionOpen,
1749
+ chunkStart
1750
+ )(code);
1751
+ }
1752
+ if (code === Codes.colon) {
1753
+ return effects.attempt(
1754
+ { tokenize: tokenizeClosingFence, partial: true },
1755
+ after,
1756
+ chunkStart
1757
+ )(code);
1758
+ }
1759
+ return chunkStart(code);
1760
+ }
1761
+ function lineStart(code) {
1762
+ if (code === null) {
1763
+ return after(code);
1764
+ }
1765
+ return initialPrefix ? factorySpace(effects, lineStartAfterPrefix, "linePrefix", initialPrefix + 1)(code) : lineStartAfterPrefix(code);
1766
+ }
1767
+ function chunkStart(code) {
1768
+ if (code === null) {
1769
+ return after(code);
1770
+ }
1771
+ section.enterOnce(effects);
1772
+ const token = effects.enter("chunkDocument", {
1773
+ contentType: "document",
1774
+ previous
1775
+ });
1776
+ if (previous) {
1777
+ previous.next = token;
1778
+ }
1779
+ previous = token;
1780
+ return contentContinue(code);
1781
+ }
1782
+ function contentContinue(code) {
1783
+ if (code === null) {
1784
+ effects.exit("chunkDocument");
1785
+ return after(code);
1786
+ }
1787
+ if (markdownLineEnding(code)) {
1788
+ effects.consume(code);
1789
+ effects.exit("chunkDocument");
1790
+ return lineStart;
1791
+ }
1792
+ effects.consume(code);
1793
+ return contentContinue;
1794
+ }
1795
+ function after(code) {
1796
+ section.exit(effects);
1797
+ effects.exit("componentContainerContent");
1798
+ effects.exit("componentContainer");
1799
+ return ok(code);
1800
+ }
1801
+ function tokenizeClosingFence(effects2, ok2, nok2) {
1802
+ let size = 0;
1803
+ return factorySpace(effects2, closingPrefixAfter, "linePrefix", 4);
1804
+ function closingPrefixAfter(code) {
1805
+ effects2.enter("componentContainerFence");
1806
+ effects2.enter("componentContainerSequence");
1807
+ return closingSequence(code);
1808
+ }
1809
+ function closingSequence(code) {
1810
+ if (code === Codes.colon) {
1811
+ effects2.consume(code);
1812
+ size++;
1813
+ return closingSequence;
1814
+ }
1815
+ if (childContainersSequenceSize.length) {
1816
+ if (size === childContainersSequenceSize[childContainersSequenceSize.length - 1]) {
1817
+ childContainersSequenceSize.pop();
1818
+ }
1819
+ return nok2(code);
1820
+ }
1821
+ if (size !== sizeOpen) {
1822
+ return nok2(code);
1823
+ }
1824
+ effects2.exit("componentContainerSequence");
1825
+ return factorySpace(effects2, closingSequenceEnd, "whitespace")(code);
1826
+ }
1827
+ function closingSequenceEnd(code) {
1828
+ if (code === null || markdownLineEnding(code)) {
1829
+ effects2.exit("componentContainerFence");
1830
+ return ok2(code);
1831
+ }
1832
+ childContainersSequenceSize.push(size);
1833
+ return nok2(code);
1834
+ }
1835
+ }
1836
+ }
1837
+ function tokenizeLabel(effects, ok, nok) {
1838
+ return createLabel(
1839
+ effects,
1840
+ ok,
1841
+ nok,
1842
+ "componentContainerLabel",
1843
+ "componentContainerLabelMarker",
1844
+ "componentContainerLabelString",
1845
+ true
1846
+ );
1847
+ }
1848
+ function tokenizeAttributes(effects, ok, nok) {
1849
+ return createAttributes(
1850
+ effects,
1851
+ ok,
1852
+ nok,
1853
+ "componentContainerAttributes",
1854
+ "componentContainerAttributesMarker",
1855
+ "componentContainerAttribute",
1856
+ "componentContainerAttributeId",
1857
+ "componentContainerAttributeClass",
1858
+ "componentContainerAttributeName",
1859
+ "componentContainerAttributeInitializerMarker",
1860
+ "componentContainerAttributeValueLiteral",
1861
+ "componentContainerAttributeValue",
1862
+ "componentContainerAttributeValueMarker",
1863
+ "componentContainerAttributeValueData",
1864
+ true
1865
+ );
1866
+ }
1867
+ const tokenizeContainer = {
1868
+ tokenize: tokenize$2,
1869
+ concrete: true
1870
+ };
1871
+
1872
+ function tokenize$1(effects, ok, nok) {
1873
+ const self = this;
1874
+ return factorySpace(effects, lineStart, "linePrefix");
1875
+ function lineStart(code) {
1876
+ if (prefixSize(self.events, "linePrefix") < 4) {
1877
+ return nok(code);
1878
+ }
1879
+ switch (code) {
1880
+ case Codes.backTick:
1881
+ return codeFenced.tokenize.call(self, effects, ok, nok)(code);
1882
+ case Codes.colon:
1883
+ return tokenizeContainer.tokenize.call(self, effects, ok, nok)(code);
1884
+ default:
1885
+ return nok(code);
1886
+ }
1887
+ }
1888
+ }
1889
+ const tokenizeContainerIndented = {
1890
+ tokenize: tokenize$1
1891
+ };
1892
+
1893
+ function tokenize(effects, ok, nok) {
1894
+ const self = this;
1895
+ const tokenizeSugerSyntax = tokenizeInline.tokenize.call(
1896
+ self,
1897
+ effects,
1898
+ factorySpace(effects, exit, "linePrefix"),
1899
+ nok
1900
+ );
1901
+ return factorySpace(effects, lineStart, "linePrefix");
1902
+ function lineStart(code) {
1903
+ if (code === Codes.colon) {
1904
+ return tokenizeSugerSyntax(code);
1905
+ }
1906
+ return nok(code);
1907
+ }
1908
+ function exit(code) {
1909
+ if (markdownLineEnding(code) || code === Codes.EOF) {
1910
+ return ok(code);
1911
+ }
1912
+ return nok(code);
1913
+ }
1914
+ }
1915
+ const tokenizeContainerSuger = {
1916
+ tokenize
1917
+ };
1918
+
1919
+ function micromarkComponentsExtension() {
1920
+ return {
1921
+ text: {
1922
+ [Codes.colon]: tokenizeInline,
1923
+ [Codes.openingSquareBracket]: [tokenizeSpan],
1924
+ [Codes.openingCurlyBracket]: [tokenizeBinding, tokenizeAttribute]
1925
+ },
1926
+ flow: {
1927
+ [Codes.colon]: [tokenizeContainer, tokenizeContainerSuger]
1928
+ },
1929
+ flowInitial: {
1930
+ "-2": tokenizeContainerIndented,
1931
+ "-1": tokenizeContainerIndented,
1932
+ [Codes.space]: tokenizeContainerIndented
1933
+ }
1934
+ };
1935
+ }
1936
+
1937
+ const toFrontMatter = (yamlString) => `---
1938
+ ${yamlString}
1939
+ ---`;
1940
+ const remarkMDC = (function remarkMDC(opts = {}) {
1941
+ const data = this.data();
1942
+ if (opts.autoUnwrap === void 0 && opts.experimental?.autoUnwrap) {
1943
+ opts.autoUnwrap = opts.experimental.autoUnwrap ? { safeTypes: [] } : false;
1944
+ }
1945
+ if (opts.yamlCodeBlockProps === void 0 && opts.experimental?.componentCodeBlockYamlProps) {
1946
+ opts.yamlCodeBlockProps = opts.experimental.componentCodeBlockYamlProps;
1947
+ }
1948
+ add("micromarkExtensions", micromarkComponentsExtension());
1949
+ add("fromMarkdownExtensions", fromMarkdown(opts));
1950
+ add("toMarkdownExtensions", toMarkdown(opts));
1951
+ function add(field, value) {
1952
+ if (!data[field]) {
1953
+ data[field] = [];
1954
+ }
1955
+ data[field].push(value);
1956
+ }
1957
+ if (opts?.components?.length) {
1958
+ return async (tree, { data: data2 }) => {
1959
+ const jobs = [];
1960
+ visit(tree, ["textComponent", "leafComponent", "containerComponent"], (node) => {
1961
+ bindNode(node);
1962
+ const { instance: handler, options } = opts.components.find((c) => c.name === node.name) || {};
1963
+ if (handler) {
1964
+ jobs.push(handler(options)(node, data2));
1965
+ }
1966
+ });
1967
+ await Promise.all(jobs);
1968
+ return tree;
1969
+ };
1970
+ }
1971
+ return (tree) => {
1972
+ visit(tree, ["textComponent", "leafComponent", "containerComponent"], (node) => {
1973
+ bindNode(node);
1974
+ });
1975
+ };
1976
+ });
1977
+ function bindNode(node) {
1978
+ const nodeData = node.data || (node.data = {});
1979
+ node.fmAttributes = getNodeData(node);
1980
+ nodeData.hName = kebabCase(node.name);
1981
+ nodeData.hProperties = bindData(
1982
+ {
1983
+ ...node.attributes,
1984
+ // Parse data slots and retrieve data
1985
+ ...node.fmAttributes
1986
+ }
1987
+ );
1988
+ }
1989
+ function getNodeData(node) {
1990
+ if (node.rawData) {
1991
+ const yaml = node.rawData.replace(/\s-+$/, "");
1992
+ const { data } = parseFrontMatter(toFrontMatter(yaml));
1993
+ return data;
1994
+ }
1995
+ return {};
1996
+ }
1997
+ function bindData(data) {
1998
+ const entries = Object.entries(data).map(([key, value]) => {
1999
+ if (key.startsWith(":")) {
2000
+ return [key, value];
2001
+ }
2002
+ if (typeof value === "string") {
2003
+ return [key, value];
2004
+ }
2005
+ return [`:${key}`, JSON.stringify(value)];
2006
+ });
2007
+ return Object.fromEntries(entries);
2008
+ }
2009
+
2010
+ export { convertHtmlEntitiesToChars, remarkMDC as default, micromarkComponentsExtension as micromarkExtension, parseFrontMatter, stringifyFrontMatter };