@bilal-fazlani/mock-server 0.2.1 → 0.3.0

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 (703) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +3 -3
  3. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/bundle-full.mjs +41 -0
  4. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/engine-oniguruma.mjs +8 -0
  5. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/index.mjs +29 -0
  6. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/langs-bundle-full-4noeO3oH.mjs +1283 -0
  7. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/rolldown-runtime-BBjsoOtd.mjs +27 -0
  8. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/themes.mjs +396 -0
  9. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/wasm.mjs +3 -0
  10. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/package.json +73 -0
  11. package/.next/standalone/.next/prerender-manifest.json +3 -3
  12. package/.next/standalone/.next/required-server-files.json +4 -1
  13. package/.next/standalone/.next/server/app/[...path]/route.js +2 -2
  14. package/.next/standalone/.next/server/app/[...path]/route.js.nft.json +1 -1
  15. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  16. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  17. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  18. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  19. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  20. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  21. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  22. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  23. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  24. package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
  25. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  26. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  27. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  28. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  29. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  30. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  31. package/.next/standalone/.next/server/app/index.html +1 -1
  32. package/.next/standalone/.next/server/app/index.rsc +2 -2
  33. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  34. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +2 -2
  35. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  36. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
  37. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  38. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  39. package/.next/standalone/.next/server/app/ui/[...notFound]/page.js +1 -1
  40. package/.next/standalone/.next/server/app/ui/[...notFound]/page.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/ui/[...notFound]/page_client-reference-manifest.js +1 -1
  42. package/.next/standalone/.next/server/app/ui/api/catalog/route.js +2 -2
  43. package/.next/standalone/.next/server/app/ui/api/catalog/route.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/ui/api/global-mocks/[system]/[endpoint]/route.js +2 -2
  45. package/.next/standalone/.next/server/app/ui/api/global-mocks/[system]/[endpoint]/route.js.nft.json +1 -1
  46. package/.next/standalone/.next/server/app/ui/api/global-mocks/route.js +1 -1
  47. package/.next/standalone/.next/server/app/ui/api/global-mocks/route.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/ui/api/health/route.js +1 -1
  49. package/.next/standalone/.next/server/app/ui/api/health/route.js.nft.json +1 -1
  50. package/.next/standalone/.next/server/app/ui/api/logs/[logId]/route.js +1 -1
  51. package/.next/standalone/.next/server/app/ui/api/logs/[logId]/route.js.nft.json +1 -1
  52. package/.next/standalone/.next/server/app/ui/api/logs/route.js +1 -1
  53. package/.next/standalone/.next/server/app/ui/api/logs/route.js.nft.json +1 -1
  54. package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/reset/route.js +1 -1
  55. package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/reset/route.js.nft.json +1 -1
  56. package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/route.js +2 -2
  57. package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/route.js.nft.json +1 -1
  58. package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page.js +8 -7
  59. package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page.js.nft.json +1 -1
  60. package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page_client-reference-manifest.js +1 -1
  61. package/.next/standalone/.next/server/app/ui/catalog/page.js +5 -5
  62. package/.next/standalone/.next/server/app/ui/catalog/page.js.nft.json +1 -1
  63. package/.next/standalone/.next/server/app/ui/catalog/page_client-reference-manifest.js +1 -1
  64. package/.next/standalone/.next/server/app/ui/environment/page.js +4 -4
  65. package/.next/standalone/.next/server/app/ui/environment/page.js.nft.json +1 -1
  66. package/.next/standalone/.next/server/app/ui/environment/page_client-reference-manifest.js +1 -1
  67. package/.next/standalone/.next/server/app/ui/global-mocks/page/server-reference-manifest.json +2 -2
  68. package/.next/standalone/.next/server/app/ui/global-mocks/page.js +4 -4
  69. package/.next/standalone/.next/server/app/ui/global-mocks/page.js.nft.json +1 -1
  70. package/.next/standalone/.next/server/app/ui/global-mocks/page_client-reference-manifest.js +1 -1
  71. package/.next/standalone/.next/server/app/ui/logs/page/server-reference-manifest.json +1 -1
  72. package/.next/standalone/.next/server/app/ui/logs/page.js +5 -5
  73. package/.next/standalone/.next/server/app/ui/logs/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/ui/logs/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/ui/page.js +4 -4
  76. package/.next/standalone/.next/server/app/ui/page.js.nft.json +1 -1
  77. package/.next/standalone/.next/server/app/ui/page_client-reference-manifest.js +1 -1
  78. package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page/server-reference-manifest.json +4 -4
  79. package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page.js +6 -6
  80. package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page.js.nft.json +1 -1
  81. package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page_client-reference-manifest.js +1 -1
  82. package/.next/standalone/.next/server/app/ui/profiles/new/page/server-reference-manifest.json +4 -4
  83. package/.next/standalone/.next/server/app/ui/profiles/new/page.js +5 -5
  84. package/.next/standalone/.next/server/app/ui/profiles/new/page.js.nft.json +1 -1
  85. package/.next/standalone/.next/server/app/ui/profiles/new/page_client-reference-manifest.js +1 -1
  86. package/.next/standalone/.next/server/app/ui/profiles/new.html +1 -1
  87. package/.next/standalone/.next/server/app/ui/profiles/new.rsc +31 -31
  88. package/.next/standalone/.next/server/app/ui/profiles/new.segments/_full.segment.rsc +31 -31
  89. package/.next/standalone/.next/server/app/ui/profiles/new.segments/_head.segment.rsc +1 -1
  90. package/.next/standalone/.next/server/app/ui/profiles/new.segments/_index.segment.rsc +2 -2
  91. package/.next/standalone/.next/server/app/ui/profiles/new.segments/_tree.segment.rsc +2 -2
  92. package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles/new/__PAGE__.segment.rsc +18 -17
  93. package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles/new.segment.rsc +1 -1
  94. package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles.segment.rsc +1 -1
  95. package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui.segment.rsc +3 -3
  96. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_w4w88._.js +3 -0
  97. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0eo49or._.js +3 -0
  98. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0om7kg8._.js +3 -0
  99. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s6drot._.js +3 -0
  100. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t8o5f7._.js +3 -0
  101. package/.next/standalone/.next/server/chunks/[root-of-the-server]__14hrty_._.js +3 -0
  102. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1d3vxpt._.js +3 -0
  103. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1e407ve._.js +3 -0
  104. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1islaxo._.js +3 -0
  105. package/.next/standalone/.next/server/chunks/{_01xbyam._.js → _0qbx9v1._.js} +6 -6
  106. package/.next/standalone/.next/server/chunks/{_0022gwg._.js → _16q11je._.js} +6 -6
  107. package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_1hi1g43.js +1 -1
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__095ld3v._.js +3 -0
  109. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0c_8sxb._.js +3 -0
  110. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__131d-3a._.js → [root-of-the-server]__0ok8mg5._.js} +2 -2
  111. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0uln_1r._.js +1 -1
  112. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0xmt17v._.js +3 -0
  113. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__16y93ju._.js +3 -0
  114. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__18_kqdp._.js +3 -0
  115. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__18z_8pt._.js +3 -0
  116. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ac328a._.js +3 -0
  117. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ffkjjl._.js +3 -0
  118. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1gmmta4._.js +1 -1
  119. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1k-7k5k._.js +3 -0
  120. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1po4if1._.js +3 -0
  121. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1r99_25._.js +3 -0
  122. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1xkfxwl._.js +3 -0
  123. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__20xpe3a._.js +3 -0
  124. package/.next/standalone/.next/server/chunks/ssr/_0ceyznt._.js +3 -0
  125. package/.next/standalone/.next/server/chunks/ssr/{_1s8xzfs._.js → _0dcewjo._.js} +5 -5
  126. package/.next/standalone/.next/server/chunks/ssr/_0dp2bez._.js +3 -0
  127. package/.next/standalone/.next/server/chunks/ssr/_0hv6b4i._.js +1 -1
  128. package/.next/standalone/.next/server/chunks/ssr/_0txvxmw._.js +3 -0
  129. package/.next/standalone/.next/server/chunks/ssr/_13ez5qw._.js +3 -0
  130. package/.next/standalone/.next/server/chunks/ssr/_142--49._.js +3 -0
  131. package/.next/standalone/.next/server/chunks/ssr/_1nyvjoj._.js +3 -0
  132. package/.next/standalone/.next/server/chunks/ssr/src_1s6weq_._.js +1 -1
  133. package/.next/standalone/.next/server/chunks/ssr/src_app_ui_logs_LogRow_tsx_1mzipt8._.js +1 -1
  134. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  135. package/.next/standalone/.next/server/pages/404.html +1 -1
  136. package/.next/standalone/.next/server/pages/500.html +1 -1
  137. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  138. package/.next/standalone/.next/server/server-reference-manifest.json +8 -8
  139. package/.next/standalone/.next/static/chunks/12ny879muwkxw.js +1 -0
  140. package/.next/standalone/.next/static/chunks/18hh57jv94a5e.js +1 -0
  141. package/.next/standalone/.next/static/chunks/1rml3lmlc_-1c.js +1 -0
  142. package/.next/standalone/.next/static/chunks/1zxhmuljxo270.js +1 -0
  143. package/.next/standalone/.next/static/chunks/2bqfpygv3x9-k.js +1 -0
  144. package/.next/standalone/.next/static/chunks/3fpjbzbf26aey.js +1 -0
  145. package/.next/standalone/.next/static/chunks/3ivfq435-2tni.css +3 -0
  146. package/.next/standalone/next.config.ts +32 -0
  147. package/.next/standalone/node_modules/@shikijs/core/dist/index.mjs +1406 -0
  148. package/.next/standalone/node_modules/@shikijs/core/package.json +60 -0
  149. package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs +47 -0
  150. package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs +27 -0
  151. package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/index.mjs +4 -0
  152. package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/scanner-DX8LRFGE.mjs +77 -0
  153. package/.next/standalone/node_modules/@shikijs/engine-javascript/package.json +42 -0
  154. package/.next/standalone/node_modules/@shikijs/engine-oniguruma/dist/index.mjs +449 -0
  155. package/.next/standalone/node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs +8 -0
  156. package/.next/standalone/node_modules/@shikijs/engine-oniguruma/package.json +45 -0
  157. package/.next/standalone/node_modules/@shikijs/langs/dist/abap.mjs +5 -0
  158. package/.next/standalone/node_modules/@shikijs/langs/dist/actionscript-3.mjs +5 -0
  159. package/.next/standalone/node_modules/@shikijs/langs/dist/ada.mjs +5 -0
  160. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-expression.mjs +5 -0
  161. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-html.mjs +16 -0
  162. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-inline-style.mjs +8 -0
  163. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-inline-template.mjs +10 -0
  164. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-let-declaration.mjs +8 -0
  165. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-template-blocks.mjs +10 -0
  166. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-template.mjs +8 -0
  167. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-ts.mjs +18 -0
  168. package/.next/standalone/node_modules/@shikijs/langs/dist/apache.mjs +5 -0
  169. package/.next/standalone/node_modules/@shikijs/langs/dist/apex.mjs +5 -0
  170. package/.next/standalone/node_modules/@shikijs/langs/dist/apl.mjs +16 -0
  171. package/.next/standalone/node_modules/@shikijs/langs/dist/applescript.mjs +5 -0
  172. package/.next/standalone/node_modules/@shikijs/langs/dist/ara.mjs +5 -0
  173. package/.next/standalone/node_modules/@shikijs/langs/dist/asciidoc.mjs +5 -0
  174. package/.next/standalone/node_modules/@shikijs/langs/dist/asm.mjs +5 -0
  175. package/.next/standalone/node_modules/@shikijs/langs/dist/astro.mjs +18 -0
  176. package/.next/standalone/node_modules/@shikijs/langs/dist/awk.mjs +5 -0
  177. package/.next/standalone/node_modules/@shikijs/langs/dist/ballerina.mjs +5 -0
  178. package/.next/standalone/node_modules/@shikijs/langs/dist/bat.mjs +5 -0
  179. package/.next/standalone/node_modules/@shikijs/langs/dist/beancount.mjs +5 -0
  180. package/.next/standalone/node_modules/@shikijs/langs/dist/berry.mjs +5 -0
  181. package/.next/standalone/node_modules/@shikijs/langs/dist/bibtex.mjs +5 -0
  182. package/.next/standalone/node_modules/@shikijs/langs/dist/bicep.mjs +5 -0
  183. package/.next/standalone/node_modules/@shikijs/langs/dist/bird2.mjs +5 -0
  184. package/.next/standalone/node_modules/@shikijs/langs/dist/blade.mjs +20 -0
  185. package/.next/standalone/node_modules/@shikijs/langs/dist/bsl.mjs +8 -0
  186. package/.next/standalone/node_modules/@shikijs/langs/dist/c.mjs +5 -0
  187. package/.next/standalone/node_modules/@shikijs/langs/dist/c3.mjs +5 -0
  188. package/.next/standalone/node_modules/@shikijs/langs/dist/cadence.mjs +5 -0
  189. package/.next/standalone/node_modules/@shikijs/langs/dist/cairo.mjs +8 -0
  190. package/.next/standalone/node_modules/@shikijs/langs/dist/clarity.mjs +5 -0
  191. package/.next/standalone/node_modules/@shikijs/langs/dist/clojure.mjs +5 -0
  192. package/.next/standalone/node_modules/@shikijs/langs/dist/cmake.mjs +5 -0
  193. package/.next/standalone/node_modules/@shikijs/langs/dist/cobol.mjs +10 -0
  194. package/.next/standalone/node_modules/@shikijs/langs/dist/codeowners.mjs +5 -0
  195. package/.next/standalone/node_modules/@shikijs/langs/dist/codeql.mjs +5 -0
  196. package/.next/standalone/node_modules/@shikijs/langs/dist/coffee.mjs +8 -0
  197. package/.next/standalone/node_modules/@shikijs/langs/dist/common-lisp.mjs +5 -0
  198. package/.next/standalone/node_modules/@shikijs/langs/dist/coq.mjs +5 -0
  199. package/.next/standalone/node_modules/@shikijs/langs/dist/cpp-macro.mjs +12 -0
  200. package/.next/standalone/node_modules/@shikijs/langs/dist/cpp.mjs +14 -0
  201. package/.next/standalone/node_modules/@shikijs/langs/dist/crystal.mjs +18 -0
  202. package/.next/standalone/node_modules/@shikijs/langs/dist/csharp.mjs +5 -0
  203. package/.next/standalone/node_modules/@shikijs/langs/dist/css.mjs +5 -0
  204. package/.next/standalone/node_modules/@shikijs/langs/dist/csv.mjs +5 -0
  205. package/.next/standalone/node_modules/@shikijs/langs/dist/cue.mjs +5 -0
  206. package/.next/standalone/node_modules/@shikijs/langs/dist/cypher.mjs +5 -0
  207. package/.next/standalone/node_modules/@shikijs/langs/dist/d.mjs +5 -0
  208. package/.next/standalone/node_modules/@shikijs/langs/dist/dart.mjs +5 -0
  209. package/.next/standalone/node_modules/@shikijs/langs/dist/dax.mjs +5 -0
  210. package/.next/standalone/node_modules/@shikijs/langs/dist/desktop.mjs +5 -0
  211. package/.next/standalone/node_modules/@shikijs/langs/dist/diff.mjs +5 -0
  212. package/.next/standalone/node_modules/@shikijs/langs/dist/docker.mjs +5 -0
  213. package/.next/standalone/node_modules/@shikijs/langs/dist/dotenv.mjs +5 -0
  214. package/.next/standalone/node_modules/@shikijs/langs/dist/dream-maker.mjs +5 -0
  215. package/.next/standalone/node_modules/@shikijs/langs/dist/edge.mjs +12 -0
  216. package/.next/standalone/node_modules/@shikijs/langs/dist/elixir.mjs +8 -0
  217. package/.next/standalone/node_modules/@shikijs/langs/dist/elm.mjs +8 -0
  218. package/.next/standalone/node_modules/@shikijs/langs/dist/emacs-lisp.mjs +5 -0
  219. package/.next/standalone/node_modules/@shikijs/langs/dist/erb.mjs +10 -0
  220. package/.next/standalone/node_modules/@shikijs/langs/dist/erlang.mjs +8 -0
  221. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-css.mjs +12 -0
  222. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-glsl.mjs +12 -0
  223. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-html.mjs +12 -0
  224. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-sql.mjs +10 -0
  225. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-xml.mjs +8 -0
  226. package/.next/standalone/node_modules/@shikijs/langs/dist/fennel.mjs +5 -0
  227. package/.next/standalone/node_modules/@shikijs/langs/dist/fish.mjs +5 -0
  228. package/.next/standalone/node_modules/@shikijs/langs/dist/fluent.mjs +5 -0
  229. package/.next/standalone/node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs +8 -0
  230. package/.next/standalone/node_modules/@shikijs/langs/dist/fortran-free-form.mjs +5 -0
  231. package/.next/standalone/node_modules/@shikijs/langs/dist/fsharp.mjs +8 -0
  232. package/.next/standalone/node_modules/@shikijs/langs/dist/gdresource.mjs +10 -0
  233. package/.next/standalone/node_modules/@shikijs/langs/dist/gdscript.mjs +5 -0
  234. package/.next/standalone/node_modules/@shikijs/langs/dist/gdshader.mjs +5 -0
  235. package/.next/standalone/node_modules/@shikijs/langs/dist/genie.mjs +5 -0
  236. package/.next/standalone/node_modules/@shikijs/langs/dist/gherkin.mjs +5 -0
  237. package/.next/standalone/node_modules/@shikijs/langs/dist/git-commit.mjs +8 -0
  238. package/.next/standalone/node_modules/@shikijs/langs/dist/git-rebase.mjs +8 -0
  239. package/.next/standalone/node_modules/@shikijs/langs/dist/gleam.mjs +5 -0
  240. package/.next/standalone/node_modules/@shikijs/langs/dist/glimmer-js.mjs +14 -0
  241. package/.next/standalone/node_modules/@shikijs/langs/dist/glimmer-ts.mjs +14 -0
  242. package/.next/standalone/node_modules/@shikijs/langs/dist/glsl.mjs +8 -0
  243. package/.next/standalone/node_modules/@shikijs/langs/dist/gn.mjs +5 -0
  244. package/.next/standalone/node_modules/@shikijs/langs/dist/gnuplot.mjs +5 -0
  245. package/.next/standalone/node_modules/@shikijs/langs/dist/go.mjs +5 -0
  246. package/.next/standalone/node_modules/@shikijs/langs/dist/graphql.mjs +14 -0
  247. package/.next/standalone/node_modules/@shikijs/langs/dist/groovy.mjs +5 -0
  248. package/.next/standalone/node_modules/@shikijs/langs/dist/hack.mjs +10 -0
  249. package/.next/standalone/node_modules/@shikijs/langs/dist/haml.mjs +10 -0
  250. package/.next/standalone/node_modules/@shikijs/langs/dist/handlebars.mjs +14 -0
  251. package/.next/standalone/node_modules/@shikijs/langs/dist/haskell.mjs +5 -0
  252. package/.next/standalone/node_modules/@shikijs/langs/dist/haxe.mjs +5 -0
  253. package/.next/standalone/node_modules/@shikijs/langs/dist/hcl.mjs +5 -0
  254. package/.next/standalone/node_modules/@shikijs/langs/dist/hjson.mjs +5 -0
  255. package/.next/standalone/node_modules/@shikijs/langs/dist/hlsl.mjs +5 -0
  256. package/.next/standalone/node_modules/@shikijs/langs/dist/html-derivative.mjs +8 -0
  257. package/.next/standalone/node_modules/@shikijs/langs/dist/html.mjs +10 -0
  258. package/.next/standalone/node_modules/@shikijs/langs/dist/http.mjs +14 -0
  259. package/.next/standalone/node_modules/@shikijs/langs/dist/hurl.mjs +12 -0
  260. package/.next/standalone/node_modules/@shikijs/langs/dist/hxml.mjs +8 -0
  261. package/.next/standalone/node_modules/@shikijs/langs/dist/hy.mjs +5 -0
  262. package/.next/standalone/node_modules/@shikijs/langs/dist/imba.mjs +5 -0
  263. package/.next/standalone/node_modules/@shikijs/langs/dist/ini.mjs +5 -0
  264. package/.next/standalone/node_modules/@shikijs/langs/dist/java.mjs +5 -0
  265. package/.next/standalone/node_modules/@shikijs/langs/dist/javascript.mjs +5 -0
  266. package/.next/standalone/node_modules/@shikijs/langs/dist/jinja-html.mjs +8 -0
  267. package/.next/standalone/node_modules/@shikijs/langs/dist/jinja.mjs +8 -0
  268. package/.next/standalone/node_modules/@shikijs/langs/dist/jison.mjs +8 -0
  269. package/.next/standalone/node_modules/@shikijs/langs/dist/json.mjs +5 -0
  270. package/.next/standalone/node_modules/@shikijs/langs/dist/json5.mjs +5 -0
  271. package/.next/standalone/node_modules/@shikijs/langs/dist/jsonc.mjs +5 -0
  272. package/.next/standalone/node_modules/@shikijs/langs/dist/jsonl.mjs +5 -0
  273. package/.next/standalone/node_modules/@shikijs/langs/dist/jsonnet.mjs +5 -0
  274. package/.next/standalone/node_modules/@shikijs/langs/dist/jssm.mjs +5 -0
  275. package/.next/standalone/node_modules/@shikijs/langs/dist/jsx.mjs +5 -0
  276. package/.next/standalone/node_modules/@shikijs/langs/dist/julia.mjs +16 -0
  277. package/.next/standalone/node_modules/@shikijs/langs/dist/just.mjs +18 -0
  278. package/.next/standalone/node_modules/@shikijs/langs/dist/kdl.mjs +5 -0
  279. package/.next/standalone/node_modules/@shikijs/langs/dist/kotlin.mjs +5 -0
  280. package/.next/standalone/node_modules/@shikijs/langs/dist/kusto.mjs +5 -0
  281. package/.next/standalone/node_modules/@shikijs/langs/dist/latex.mjs +8 -0
  282. package/.next/standalone/node_modules/@shikijs/langs/dist/lean.mjs +5 -0
  283. package/.next/standalone/node_modules/@shikijs/langs/dist/less.mjs +5 -0
  284. package/.next/standalone/node_modules/@shikijs/langs/dist/liquid.mjs +14 -0
  285. package/.next/standalone/node_modules/@shikijs/langs/dist/llvm.mjs +5 -0
  286. package/.next/standalone/node_modules/@shikijs/langs/dist/log.mjs +5 -0
  287. package/.next/standalone/node_modules/@shikijs/langs/dist/logo.mjs +5 -0
  288. package/.next/standalone/node_modules/@shikijs/langs/dist/lua.mjs +8 -0
  289. package/.next/standalone/node_modules/@shikijs/langs/dist/luau.mjs +5 -0
  290. package/.next/standalone/node_modules/@shikijs/langs/dist/make.mjs +5 -0
  291. package/.next/standalone/node_modules/@shikijs/langs/dist/markdown-nix.mjs +5 -0
  292. package/.next/standalone/node_modules/@shikijs/langs/dist/markdown-vue.mjs +5 -0
  293. package/.next/standalone/node_modules/@shikijs/langs/dist/markdown.mjs +5 -0
  294. package/.next/standalone/node_modules/@shikijs/langs/dist/marko.mjs +14 -0
  295. package/.next/standalone/node_modules/@shikijs/langs/dist/matlab.mjs +5 -0
  296. package/.next/standalone/node_modules/@shikijs/langs/dist/mdc.mjs +12 -0
  297. package/.next/standalone/node_modules/@shikijs/langs/dist/mdx.mjs +5 -0
  298. package/.next/standalone/node_modules/@shikijs/langs/dist/mermaid.mjs +5 -0
  299. package/.next/standalone/node_modules/@shikijs/langs/dist/mipsasm.mjs +5 -0
  300. package/.next/standalone/node_modules/@shikijs/langs/dist/mojo.mjs +5 -0
  301. package/.next/standalone/node_modules/@shikijs/langs/dist/moonbit.mjs +5 -0
  302. package/.next/standalone/node_modules/@shikijs/langs/dist/move.mjs +5 -0
  303. package/.next/standalone/node_modules/@shikijs/langs/dist/narrat.mjs +5 -0
  304. package/.next/standalone/node_modules/@shikijs/langs/dist/nextflow-groovy.mjs +5 -0
  305. package/.next/standalone/node_modules/@shikijs/langs/dist/nextflow.mjs +8 -0
  306. package/.next/standalone/node_modules/@shikijs/langs/dist/nginx.mjs +8 -0
  307. package/.next/standalone/node_modules/@shikijs/langs/dist/nim.mjs +20 -0
  308. package/.next/standalone/node_modules/@shikijs/langs/dist/nix.mjs +8 -0
  309. package/.next/standalone/node_modules/@shikijs/langs/dist/nushell.mjs +5 -0
  310. package/.next/standalone/node_modules/@shikijs/langs/dist/objective-c.mjs +5 -0
  311. package/.next/standalone/node_modules/@shikijs/langs/dist/objective-cpp.mjs +5 -0
  312. package/.next/standalone/node_modules/@shikijs/langs/dist/ocaml.mjs +5 -0
  313. package/.next/standalone/node_modules/@shikijs/langs/dist/odin.mjs +5 -0
  314. package/.next/standalone/node_modules/@shikijs/langs/dist/openscad.mjs +5 -0
  315. package/.next/standalone/node_modules/@shikijs/langs/dist/pascal.mjs +5 -0
  316. package/.next/standalone/node_modules/@shikijs/langs/dist/perl.mjs +16 -0
  317. package/.next/standalone/node_modules/@shikijs/langs/dist/php.mjs +18 -0
  318. package/.next/standalone/node_modules/@shikijs/langs/dist/pkl.mjs +5 -0
  319. package/.next/standalone/node_modules/@shikijs/langs/dist/plsql.mjs +5 -0
  320. package/.next/standalone/node_modules/@shikijs/langs/dist/po.mjs +5 -0
  321. package/.next/standalone/node_modules/@shikijs/langs/dist/polar.mjs +5 -0
  322. package/.next/standalone/node_modules/@shikijs/langs/dist/postcss.mjs +5 -0
  323. package/.next/standalone/node_modules/@shikijs/langs/dist/powerquery.mjs +5 -0
  324. package/.next/standalone/node_modules/@shikijs/langs/dist/powershell.mjs +5 -0
  325. package/.next/standalone/node_modules/@shikijs/langs/dist/prisma.mjs +5 -0
  326. package/.next/standalone/node_modules/@shikijs/langs/dist/prolog.mjs +5 -0
  327. package/.next/standalone/node_modules/@shikijs/langs/dist/proto.mjs +5 -0
  328. package/.next/standalone/node_modules/@shikijs/langs/dist/pug.mjs +12 -0
  329. package/.next/standalone/node_modules/@shikijs/langs/dist/puppet.mjs +5 -0
  330. package/.next/standalone/node_modules/@shikijs/langs/dist/purescript.mjs +5 -0
  331. package/.next/standalone/node_modules/@shikijs/langs/dist/python.mjs +5 -0
  332. package/.next/standalone/node_modules/@shikijs/langs/dist/qml.mjs +8 -0
  333. package/.next/standalone/node_modules/@shikijs/langs/dist/qmldir.mjs +5 -0
  334. package/.next/standalone/node_modules/@shikijs/langs/dist/qss.mjs +5 -0
  335. package/.next/standalone/node_modules/@shikijs/langs/dist/r.mjs +5 -0
  336. package/.next/standalone/node_modules/@shikijs/langs/dist/racket.mjs +5 -0
  337. package/.next/standalone/node_modules/@shikijs/langs/dist/raku.mjs +5 -0
  338. package/.next/standalone/node_modules/@shikijs/langs/dist/razor.mjs +10 -0
  339. package/.next/standalone/node_modules/@shikijs/langs/dist/reg.mjs +5 -0
  340. package/.next/standalone/node_modules/@shikijs/langs/dist/regexp.mjs +5 -0
  341. package/.next/standalone/node_modules/@shikijs/langs/dist/rel.mjs +5 -0
  342. package/.next/standalone/node_modules/@shikijs/langs/dist/riscv.mjs +5 -0
  343. package/.next/standalone/node_modules/@shikijs/langs/dist/ron.mjs +5 -0
  344. package/.next/standalone/node_modules/@shikijs/langs/dist/rosmsg.mjs +5 -0
  345. package/.next/standalone/node_modules/@shikijs/langs/dist/rst.mjs +22 -0
  346. package/.next/standalone/node_modules/@shikijs/langs/dist/ruby.mjs +30 -0
  347. package/.next/standalone/node_modules/@shikijs/langs/dist/rust.mjs +5 -0
  348. package/.next/standalone/node_modules/@shikijs/langs/dist/sas.mjs +8 -0
  349. package/.next/standalone/node_modules/@shikijs/langs/dist/sass.mjs +5 -0
  350. package/.next/standalone/node_modules/@shikijs/langs/dist/scala.mjs +5 -0
  351. package/.next/standalone/node_modules/@shikijs/langs/dist/scheme.mjs +5 -0
  352. package/.next/standalone/node_modules/@shikijs/langs/dist/scss.mjs +8 -0
  353. package/.next/standalone/node_modules/@shikijs/langs/dist/sdbl.mjs +5 -0
  354. package/.next/standalone/node_modules/@shikijs/langs/dist/shaderlab.mjs +8 -0
  355. package/.next/standalone/node_modules/@shikijs/langs/dist/shellscript.mjs +5 -0
  356. package/.next/standalone/node_modules/@shikijs/langs/dist/shellsession.mjs +8 -0
  357. package/.next/standalone/node_modules/@shikijs/langs/dist/smalltalk.mjs +5 -0
  358. package/.next/standalone/node_modules/@shikijs/langs/dist/solidity.mjs +5 -0
  359. package/.next/standalone/node_modules/@shikijs/langs/dist/soy.mjs +8 -0
  360. package/.next/standalone/node_modules/@shikijs/langs/dist/sparql.mjs +8 -0
  361. package/.next/standalone/node_modules/@shikijs/langs/dist/splunk.mjs +5 -0
  362. package/.next/standalone/node_modules/@shikijs/langs/dist/sql.mjs +5 -0
  363. package/.next/standalone/node_modules/@shikijs/langs/dist/ssh-config.mjs +5 -0
  364. package/.next/standalone/node_modules/@shikijs/langs/dist/stata.mjs +8 -0
  365. package/.next/standalone/node_modules/@shikijs/langs/dist/stylus.mjs +5 -0
  366. package/.next/standalone/node_modules/@shikijs/langs/dist/surrealql.mjs +8 -0
  367. package/.next/standalone/node_modules/@shikijs/langs/dist/svelte.mjs +14 -0
  368. package/.next/standalone/node_modules/@shikijs/langs/dist/swift.mjs +5 -0
  369. package/.next/standalone/node_modules/@shikijs/langs/dist/system-verilog.mjs +5 -0
  370. package/.next/standalone/node_modules/@shikijs/langs/dist/systemd.mjs +5 -0
  371. package/.next/standalone/node_modules/@shikijs/langs/dist/talonscript.mjs +5 -0
  372. package/.next/standalone/node_modules/@shikijs/langs/dist/tasl.mjs +5 -0
  373. package/.next/standalone/node_modules/@shikijs/langs/dist/tcl.mjs +5 -0
  374. package/.next/standalone/node_modules/@shikijs/langs/dist/templ.mjs +12 -0
  375. package/.next/standalone/node_modules/@shikijs/langs/dist/terraform.mjs +5 -0
  376. package/.next/standalone/node_modules/@shikijs/langs/dist/tex.mjs +8 -0
  377. package/.next/standalone/node_modules/@shikijs/langs/dist/toml.mjs +5 -0
  378. package/.next/standalone/node_modules/@shikijs/langs/dist/ts-tags.mjs +18 -0
  379. package/.next/standalone/node_modules/@shikijs/langs/dist/tsv.mjs +5 -0
  380. package/.next/standalone/node_modules/@shikijs/langs/dist/tsx.mjs +5 -0
  381. package/.next/standalone/node_modules/@shikijs/langs/dist/turtle.mjs +5 -0
  382. package/.next/standalone/node_modules/@shikijs/langs/dist/twig.mjs +18 -0
  383. package/.next/standalone/node_modules/@shikijs/langs/dist/typescript.mjs +5 -0
  384. package/.next/standalone/node_modules/@shikijs/langs/dist/typespec.mjs +5 -0
  385. package/.next/standalone/node_modules/@shikijs/langs/dist/typst.mjs +5 -0
  386. package/.next/standalone/node_modules/@shikijs/langs/dist/v.mjs +5 -0
  387. package/.next/standalone/node_modules/@shikijs/langs/dist/vala.mjs +5 -0
  388. package/.next/standalone/node_modules/@shikijs/langs/dist/vb.mjs +5 -0
  389. package/.next/standalone/node_modules/@shikijs/langs/dist/verilog.mjs +5 -0
  390. package/.next/standalone/node_modules/@shikijs/langs/dist/vhdl.mjs +5 -0
  391. package/.next/standalone/node_modules/@shikijs/langs/dist/viml.mjs +5 -0
  392. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-directives.mjs +5 -0
  393. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-html.mjs +8 -0
  394. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-interpolations.mjs +5 -0
  395. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs +8 -0
  396. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-vine.mjs +18 -0
  397. package/.next/standalone/node_modules/@shikijs/langs/dist/vue.mjs +26 -0
  398. package/.next/standalone/node_modules/@shikijs/langs/dist/vyper.mjs +5 -0
  399. package/.next/standalone/node_modules/@shikijs/langs/dist/wasm.mjs +5 -0
  400. package/.next/standalone/node_modules/@shikijs/langs/dist/wenyan.mjs +5 -0
  401. package/.next/standalone/node_modules/@shikijs/langs/dist/wgsl.mjs +5 -0
  402. package/.next/standalone/node_modules/@shikijs/langs/dist/wikitext.mjs +5 -0
  403. package/.next/standalone/node_modules/@shikijs/langs/dist/wit.mjs +5 -0
  404. package/.next/standalone/node_modules/@shikijs/langs/dist/wolfram.mjs +5 -0
  405. package/.next/standalone/node_modules/@shikijs/langs/dist/xml.mjs +8 -0
  406. package/.next/standalone/node_modules/@shikijs/langs/dist/xsl.mjs +8 -0
  407. package/.next/standalone/node_modules/@shikijs/langs/dist/yaml.mjs +5 -0
  408. package/.next/standalone/node_modules/@shikijs/langs/dist/zenscript.mjs +5 -0
  409. package/.next/standalone/node_modules/@shikijs/langs/dist/zig.mjs +5 -0
  410. package/.next/standalone/node_modules/@shikijs/langs/package.json +387 -0
  411. package/.next/standalone/node_modules/@shikijs/primitive/dist/index.mjs +834 -0
  412. package/.next/standalone/node_modules/@shikijs/primitive/package.json +56 -0
  413. package/.next/standalone/node_modules/@shikijs/themes/dist/andromeeda.mjs +2 -0
  414. package/.next/standalone/node_modules/@shikijs/themes/dist/aurora-x.mjs +2 -0
  415. package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-dark.mjs +2 -0
  416. package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-light.mjs +2 -0
  417. package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-mirage.mjs +2 -0
  418. package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs +2 -0
  419. package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-latte.mjs +2 -0
  420. package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs +2 -0
  421. package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs +2 -0
  422. package/.next/standalone/node_modules/@shikijs/themes/dist/dark-plus.mjs +2 -0
  423. package/.next/standalone/node_modules/@shikijs/themes/dist/dracula-soft.mjs +2 -0
  424. package/.next/standalone/node_modules/@shikijs/themes/dist/dracula.mjs +2 -0
  425. package/.next/standalone/node_modules/@shikijs/themes/dist/everforest-dark.mjs +2 -0
  426. package/.next/standalone/node_modules/@shikijs/themes/dist/everforest-light.mjs +2 -0
  427. package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-default.mjs +2 -0
  428. package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs +2 -0
  429. package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs +2 -0
  430. package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark.mjs +2 -0
  431. package/.next/standalone/node_modules/@shikijs/themes/dist/github-light-default.mjs +2 -0
  432. package/.next/standalone/node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs +2 -0
  433. package/.next/standalone/node_modules/@shikijs/themes/dist/github-light.mjs +2 -0
  434. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs +2 -0
  435. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs +2 -0
  436. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs +2 -0
  437. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs +2 -0
  438. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs +2 -0
  439. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs +2 -0
  440. package/.next/standalone/node_modules/@shikijs/themes/dist/horizon-bright.mjs +2 -0
  441. package/.next/standalone/node_modules/@shikijs/themes/dist/horizon.mjs +2 -0
  442. package/.next/standalone/node_modules/@shikijs/themes/dist/houston.mjs +2 -0
  443. package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs +2 -0
  444. package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs +2 -0
  445. package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-wave.mjs +2 -0
  446. package/.next/standalone/node_modules/@shikijs/themes/dist/laserwave.mjs +2 -0
  447. package/.next/standalone/node_modules/@shikijs/themes/dist/light-plus.mjs +2 -0
  448. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-darker.mjs +2 -0
  449. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-lighter.mjs +2 -0
  450. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-ocean.mjs +2 -0
  451. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-palenight.mjs +2 -0
  452. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme.mjs +2 -0
  453. package/.next/standalone/node_modules/@shikijs/themes/dist/min-dark.mjs +2 -0
  454. package/.next/standalone/node_modules/@shikijs/themes/dist/min-light.mjs +2 -0
  455. package/.next/standalone/node_modules/@shikijs/themes/dist/monokai.mjs +2 -0
  456. package/.next/standalone/node_modules/@shikijs/themes/dist/night-owl-light.mjs +2 -0
  457. package/.next/standalone/node_modules/@shikijs/themes/dist/night-owl.mjs +2 -0
  458. package/.next/standalone/node_modules/@shikijs/themes/dist/nord.mjs +2 -0
  459. package/.next/standalone/node_modules/@shikijs/themes/dist/one-dark-pro.mjs +2 -0
  460. package/.next/standalone/node_modules/@shikijs/themes/dist/one-light.mjs +2 -0
  461. package/.next/standalone/node_modules/@shikijs/themes/dist/plastic.mjs +2 -0
  462. package/.next/standalone/node_modules/@shikijs/themes/dist/poimandres.mjs +2 -0
  463. package/.next/standalone/node_modules/@shikijs/themes/dist/red.mjs +2 -0
  464. package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs +2 -0
  465. package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine-moon.mjs +2 -0
  466. package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine.mjs +2 -0
  467. package/.next/standalone/node_modules/@shikijs/themes/dist/slack-dark.mjs +2 -0
  468. package/.next/standalone/node_modules/@shikijs/themes/dist/slack-ochin.mjs +2 -0
  469. package/.next/standalone/node_modules/@shikijs/themes/dist/snazzy-light.mjs +2 -0
  470. package/.next/standalone/node_modules/@shikijs/themes/dist/solarized-dark.mjs +2 -0
  471. package/.next/standalone/node_modules/@shikijs/themes/dist/solarized-light.mjs +2 -0
  472. package/.next/standalone/node_modules/@shikijs/themes/dist/synthwave-84.mjs +2 -0
  473. package/.next/standalone/node_modules/@shikijs/themes/dist/tokyo-night.mjs +2 -0
  474. package/.next/standalone/node_modules/@shikijs/themes/dist/vesper.mjs +2 -0
  475. package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-black.mjs +2 -0
  476. package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-dark.mjs +2 -0
  477. package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-light.mjs +2 -0
  478. package/.next/standalone/node_modules/@shikijs/themes/package.json +106 -0
  479. package/.next/standalone/node_modules/@shikijs/types/dist/index.mjs +9 -0
  480. package/.next/standalone/node_modules/@shikijs/types/package.json +39 -0
  481. package/.next/standalone/node_modules/@shikijs/vscode-textmate/dist/index.js +3216 -0
  482. package/.next/standalone/node_modules/@shikijs/vscode-textmate/package.json +46 -0
  483. package/.next/standalone/node_modules/ccount/index.js +27 -0
  484. package/.next/standalone/node_modules/ccount/package.json +71 -0
  485. package/.next/standalone/node_modules/character-entities-html4/index.js +259 -0
  486. package/.next/standalone/node_modules/character-entities-html4/package.json +79 -0
  487. package/.next/standalone/node_modules/character-entities-legacy/index.js +113 -0
  488. package/.next/standalone/node_modules/character-entities-legacy/package.json +77 -0
  489. package/.next/standalone/node_modules/comma-separated-tokens/index.js +74 -0
  490. package/.next/standalone/node_modules/comma-separated-tokens/package.json +72 -0
  491. package/.next/standalone/node_modules/hast-util-to-html/index.js +8 -0
  492. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
  493. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
  494. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
  495. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
  496. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
  497. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
  498. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
  499. package/.next/standalone/node_modules/hast-util-to-html/lib/index.js +257 -0
  500. package/.next/standalone/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
  501. package/.next/standalone/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
  502. package/.next/standalone/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
  503. package/.next/standalone/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
  504. package/.next/standalone/node_modules/hast-util-to-html/package.json +106 -0
  505. package/.next/standalone/node_modules/hast-util-whitespace/index.js +1 -0
  506. package/.next/standalone/node_modules/hast-util-whitespace/lib/index.js +34 -0
  507. package/.next/standalone/node_modules/hast-util-whitespace/package.json +83 -0
  508. package/.next/standalone/node_modules/html-void-elements/index.js +27 -0
  509. package/.next/standalone/node_modules/html-void-elements/package.json +79 -0
  510. package/.next/standalone/node_modules/oniguruma-parser/dist/parser/node-utils.js +2 -0
  511. package/.next/standalone/node_modules/oniguruma-parser/dist/parser/parse.js +2 -0
  512. package/.next/standalone/node_modules/oniguruma-parser/dist/tokenizer/tokenize.js +34 -0
  513. package/.next/standalone/node_modules/oniguruma-parser/dist/traverser/traverse.js +2 -0
  514. package/.next/standalone/node_modules/oniguruma-parser/dist/utils.js +2 -0
  515. package/.next/standalone/node_modules/oniguruma-parser/package.json +64 -0
  516. package/.next/standalone/node_modules/oniguruma-to-es/dist/esm/index.js +1878 -0
  517. package/.next/standalone/node_modules/oniguruma-to-es/dist/esm/package.json +1 -0
  518. package/.next/standalone/node_modules/oniguruma-to-es/package.json +61 -0
  519. package/.next/standalone/node_modules/property-information/index.js +17 -0
  520. package/.next/standalone/node_modules/property-information/lib/aria.js +61 -0
  521. package/.next/standalone/node_modules/property-information/lib/find.js +97 -0
  522. package/.next/standalone/node_modules/property-information/lib/hast-to-react.js +30 -0
  523. package/.next/standalone/node_modules/property-information/lib/html.js +332 -0
  524. package/.next/standalone/node_modules/property-information/lib/normalize.js +12 -0
  525. package/.next/standalone/node_modules/property-information/lib/svg.js +569 -0
  526. package/.next/standalone/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
  527. package/.next/standalone/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
  528. package/.next/standalone/node_modules/property-information/lib/util/create.js +69 -0
  529. package/.next/standalone/node_modules/property-information/lib/util/defined-info.js +60 -0
  530. package/.next/standalone/node_modules/property-information/lib/util/info.js +32 -0
  531. package/.next/standalone/node_modules/property-information/lib/util/merge.js +27 -0
  532. package/.next/standalone/node_modules/property-information/lib/util/schema.js +29 -0
  533. package/.next/standalone/node_modules/property-information/lib/util/types.js +13 -0
  534. package/.next/standalone/node_modules/property-information/lib/xlink.js +17 -0
  535. package/.next/standalone/node_modules/property-information/lib/xml.js +9 -0
  536. package/.next/standalone/node_modules/property-information/lib/xmlns.js +9 -0
  537. package/.next/standalone/node_modules/property-information/package.json +84 -0
  538. package/.next/standalone/node_modules/regex/package.json +60 -0
  539. package/.next/standalone/node_modules/regex/src/atomic.js +224 -0
  540. package/.next/standalone/node_modules/regex/src/internals.js +2 -0
  541. package/.next/standalone/node_modules/regex/src/subclass.js +98 -0
  542. package/.next/standalone/node_modules/regex/src/utils-internals.js +33 -0
  543. package/.next/standalone/node_modules/regex-recursion/package.json +47 -0
  544. package/.next/standalone/node_modules/regex-recursion/src/index.js +365 -0
  545. package/.next/standalone/node_modules/regex-utilities/package.json +35 -0
  546. package/.next/standalone/node_modules/regex-utilities/src/index.js +170 -0
  547. package/.next/standalone/node_modules/shiki/dist/bundle-full.mjs +41 -0
  548. package/.next/standalone/node_modules/shiki/dist/engine-oniguruma.mjs +8 -0
  549. package/.next/standalone/node_modules/shiki/dist/index.mjs +29 -0
  550. package/.next/standalone/node_modules/shiki/dist/langs-bundle-full-4noeO3oH.mjs +1283 -0
  551. package/.next/standalone/node_modules/shiki/dist/rolldown-runtime-BBjsoOtd.mjs +27 -0
  552. package/.next/standalone/node_modules/shiki/dist/themes.mjs +396 -0
  553. package/.next/standalone/node_modules/shiki/dist/wasm.mjs +3 -0
  554. package/.next/standalone/node_modules/shiki/package.json +73 -0
  555. package/.next/standalone/node_modules/space-separated-tokens/index.js +24 -0
  556. package/.next/standalone/node_modules/space-separated-tokens/package.json +67 -0
  557. package/.next/standalone/node_modules/stringify-entities/index.js +6 -0
  558. package/.next/standalone/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
  559. package/.next/standalone/node_modules/stringify-entities/lib/core.js +117 -0
  560. package/.next/standalone/node_modules/stringify-entities/lib/index.js +36 -0
  561. package/.next/standalone/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
  562. package/.next/standalone/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
  563. package/.next/standalone/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
  564. package/.next/standalone/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
  565. package/.next/standalone/node_modules/stringify-entities/lib/util/to-named.js +57 -0
  566. package/.next/standalone/node_modules/stringify-entities/package.json +86 -0
  567. package/.next/standalone/node_modules/zwitch/index.js +118 -0
  568. package/.next/standalone/node_modules/zwitch/package.json +72 -0
  569. package/.next/standalone/package-lock.json +719 -672
  570. package/.next/standalone/package.json +2 -1
  571. package/.next/standalone/release-please-config.json +1 -0
  572. package/.next/standalone/scripts/validate-catalog.ts +38 -0
  573. package/.next/standalone/server.js +1 -1
  574. package/.next/standalone/src/app/[...path]/route.ts +41 -0
  575. package/.next/standalone/src/app/ui/api/catalog/route.ts +32 -0
  576. package/.next/standalone/src/app/ui/api/global-mocks/[system]/[endpoint]/route.ts +53 -0
  577. package/.next/standalone/src/app/ui/api/global-mocks/route.ts +8 -0
  578. package/.next/standalone/src/app/ui/api/health/route.ts +47 -0
  579. package/.next/standalone/src/app/ui/api/logs/[logId]/route.ts +15 -0
  580. package/.next/standalone/src/app/ui/api/logs/route.ts +24 -0
  581. package/.next/standalone/src/app/ui/api/profiles/[profileId]/reset/route.ts +25 -0
  582. package/.next/standalone/src/app/ui/api/profiles/[profileId]/route.ts +64 -0
  583. package/.next/standalone/src/app/ui/catalog/highlight.ts +12 -0
  584. package/.next/standalone/src/app/ui/catalog/scenario-view.ts +68 -0
  585. package/.next/standalone/src/app/ui/global-mocks/actions.ts +50 -0
  586. package/.next/standalone/src/app/ui/logs/actions.ts +11 -0
  587. package/.next/standalone/src/app/ui/logs/list-state.ts +64 -0
  588. package/.next/standalone/src/app/ui/logs/types.ts +17 -0
  589. package/.next/standalone/src/app/ui/profiles/actions.ts +60 -0
  590. package/.next/standalone/src/lib/build-info.ts +13 -0
  591. package/.next/standalone/src/lib/catalog/find.ts +17 -0
  592. package/.next/standalone/src/lib/catalog/load.ts +226 -0
  593. package/.next/standalone/src/lib/catalog/path-template.ts +63 -0
  594. package/.next/standalone/src/lib/catalog/request-example.ts +96 -0
  595. package/.next/standalone/src/lib/catalog/schema.ts +154 -0
  596. package/.next/standalone/src/lib/catalog/selector.ts +153 -0
  597. package/.next/standalone/src/lib/catalog/types.ts +43 -0
  598. package/.next/standalone/src/lib/catalog/validate.ts +290 -0
  599. package/.next/standalone/src/lib/config.ts +93 -0
  600. package/.next/standalone/src/lib/dynamic/history-store.ts +68 -0
  601. package/.next/standalone/src/lib/environment.ts +155 -0
  602. package/.next/standalone/src/lib/format.ts +3 -0
  603. package/.next/standalone/src/lib/logs/admin-log.ts +27 -0
  604. package/.next/standalone/src/lib/logs/store.ts +153 -0
  605. package/.next/standalone/src/lib/mock-engine/fixtures.ts +38 -0
  606. package/.next/standalone/src/lib/mock-engine/resolver.ts +110 -0
  607. package/.next/standalone/src/lib/mock-engine/template.ts +71 -0
  608. package/.next/standalone/src/lib/mongo/embedded.ts +40 -0
  609. package/.next/standalone/src/lib/profiles/api-scenarios.ts +69 -0
  610. package/.next/standalone/src/lib/profiles/form.ts +64 -0
  611. package/.next/standalone/src/lib/profiles/stale.ts +56 -0
  612. package/.next/standalone/src/lib/profiles/store.ts +420 -0
  613. package/.next/standalone/src/lib/router/handler.ts +187 -0
  614. package/.next/standalone/src/lib/router/passthrough.ts +86 -0
  615. package/.next/standalone/src/lib/router/route-request.ts +645 -0
  616. package/.next/standalone/src/lib/runtime.ts +150 -0
  617. package/.next/standalone/src/lib/scenarios.ts +52 -0
  618. package/.next/standalone/src/lib/utils.ts +6 -0
  619. package/.next/standalone/tests/api/catalog-route.test.ts +72 -0
  620. package/.next/standalone/tests/api/global-mocks-route.test.ts +171 -0
  621. package/.next/standalone/tests/api/profiles-reset-route.test.ts +50 -0
  622. package/.next/standalone/tests/api/profiles-route.test.ts +132 -0
  623. package/.next/standalone/tests/bin/args.test.ts +42 -0
  624. package/.next/standalone/tests/catalog/find.test.ts +40 -0
  625. package/.next/standalone/tests/catalog/load.test.ts +258 -0
  626. package/.next/standalone/tests/catalog/path-template.test.ts +79 -0
  627. package/.next/standalone/tests/catalog/request-example.test.ts +86 -0
  628. package/.next/standalone/tests/catalog/schema.test.ts +249 -0
  629. package/.next/standalone/tests/catalog/selector.test.ts +175 -0
  630. package/.next/standalone/tests/catalog/validate.test.ts +462 -0
  631. package/.next/standalone/tests/dynamic/history-store.test.ts +82 -0
  632. package/.next/standalone/tests/global-mocks/actions.test.ts +192 -0
  633. package/.next/standalone/tests/lib/config-catalog-dir.test.ts +17 -0
  634. package/.next/standalone/tests/lib/config.test.ts +99 -0
  635. package/.next/standalone/tests/lib/environment.test.ts +115 -0
  636. package/.next/standalone/tests/lib/format.test.ts +8 -0
  637. package/.next/standalone/tests/lib/runtime.test.ts +153 -0
  638. package/.next/standalone/tests/lib/scenarios.test.ts +88 -0
  639. package/.next/standalone/tests/logs/admin-log.test.ts +51 -0
  640. package/.next/standalone/tests/logs/store.test.ts +233 -0
  641. package/.next/standalone/tests/mock-engine/fixtures.test.ts +33 -0
  642. package/.next/standalone/tests/mock-engine/resolver.test.ts +117 -0
  643. package/.next/standalone/tests/mock-engine/template.test.ts +74 -0
  644. package/.next/standalone/tests/mongo/embedded.test.ts +78 -0
  645. package/.next/standalone/tests/profiles/actions.test.ts +183 -0
  646. package/.next/standalone/tests/profiles/api-scenarios.test.ts +105 -0
  647. package/.next/standalone/tests/profiles/form.test.ts +181 -0
  648. package/.next/standalone/tests/profiles/request-log-ttl-index.test.ts +62 -0
  649. package/.next/standalone/tests/profiles/stale.test.ts +174 -0
  650. package/.next/standalone/tests/profiles/store.test.ts +470 -0
  651. package/.next/standalone/tests/router/dynamic.e2e.test.ts +147 -0
  652. package/.next/standalone/tests/router/handler.e2e.test.ts +97 -0
  653. package/.next/standalone/tests/router/handler.test.ts +344 -0
  654. package/.next/standalone/tests/router/passthrough.test.ts +100 -0
  655. package/.next/standalone/tests/router/route-request.test.ts +1147 -0
  656. package/.next/standalone/tests/testdata/fixtures/test-system/hello_world/by_amount.ts +3 -0
  657. package/.next/standalone/tests/testdata/fixtures/test-system/resolver_default/hold.json +1 -0
  658. package/.next/standalone/tests/testdata/fixtures/test-system/resolver_default/success.json +1 -0
  659. package/.next/standalone/tests/ui/list-state.test.ts +84 -0
  660. package/.next/standalone/tests/ui/log-summary-view.test.ts +24 -0
  661. package/.next/standalone/tests/ui/scenario-view.test.ts +138 -0
  662. package/.next/standalone/vitest.config.ts +19 -0
  663. package/package.json +2 -1
  664. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0668hgm._.js +0 -3
  665. package/.next/standalone/.next/server/chunks/[root-of-the-server]__078olc9._.js +0 -3
  666. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0f-_c79._.js +0 -3
  667. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0geqpjb._.js +0 -3
  668. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0uudiqz._.js +0 -3
  669. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wg041t._.js +0 -3
  670. package/.next/standalone/.next/server/chunks/[root-of-the-server]__19qak1g._.js +0 -3
  671. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1eiw7ks._.js +0 -3
  672. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1qb7sih._.js +0 -3
  673. package/.next/standalone/.next/server/chunks/_095ilyi._.js +0 -11
  674. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05255v2._.js +0 -3
  675. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dmadib._.js +0 -3
  676. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jey74_._.js +0 -3
  677. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0nj8b73._.js +0 -3
  678. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12oahit._.js +0 -3
  679. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__14u5l1_._.js +0 -3
  680. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1bbz1wr._.js +0 -3
  681. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1eoh3gn._.js +0 -3
  682. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1kd5kn_._.js +0 -3
  683. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1kie6ah._.js +0 -3
  684. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1u6i1bm._.js +0 -3
  685. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ypwv93._.js +0 -3
  686. package/.next/standalone/.next/server/chunks/ssr/_0a347_9._.js +0 -3
  687. package/.next/standalone/.next/server/chunks/ssr/_0btcklf._.js +0 -3
  688. package/.next/standalone/.next/server/chunks/ssr/_0exg_3l._.js +0 -11
  689. package/.next/standalone/.next/server/chunks/ssr/_1_7ssjl._.js +0 -3
  690. package/.next/standalone/.next/server/chunks/ssr/_1hdkp-g._.js +0 -3
  691. package/.next/standalone/.next/server/chunks/ssr/_1jfkfx-._.js +0 -3
  692. package/.next/standalone/.next/server/chunks/ssr/node_modules_10liiot._.js +0 -3
  693. package/.next/standalone/.next/static/chunks/08ghjqetuoc_b.js +0 -1
  694. package/.next/standalone/.next/static/chunks/19w2nv_pvssix.js +0 -1
  695. package/.next/standalone/.next/static/chunks/1ljc320o2yhky.js +0 -1
  696. package/.next/standalone/.next/static/chunks/2akx4rvdzbimg.css +0 -3
  697. package/.next/standalone/.next/static/chunks/2kg3qe34tmgob.js +0 -1
  698. package/.next/standalone/.next/static/chunks/2nlgh2oq4eg96.js +0 -1
  699. package/.next/standalone/.next/static/chunks/30olthhuj56a1.js +0 -1
  700. /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_buildManifest.js +0 -0
  701. /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_clientMiddlewareManifest.js +0 -0
  702. /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_ssgManifest.js +0 -0
  703. /package/.next/standalone/catalog/hello-system/account_balance/{_dynamic.ts → dynamic.ts} +0 -0
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bilal-fazlani/mock-server",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bilal-fazlani/mock-server",
9
- "version": "0.2.1",
9
+ "version": "0.3.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@tailwindcss/postcss": "^4.3.2",
@@ -24,6 +24,7 @@
24
24
  "radix-ui": "^1.6.2",
25
25
  "react": "19.2.4",
26
26
  "react-dom": "19.2.4",
27
+ "shiki": "^4.3.1",
27
28
  "tailwind-merge": "^3.6.0",
28
29
  "tailwindcss": "^4.3.2",
29
30
  "tw-animate-css": "^1.4.0"
@@ -3556,6 +3557,106 @@
3556
3557
  "dev": true,
3557
3558
  "license": "MIT"
3558
3559
  },
3560
+ "node_modules/@shikijs/core": {
3561
+ "version": "4.3.1",
3562
+ "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.3.1.tgz",
3563
+ "integrity": "sha512-ANMDxuaPsNMdDC1m4vfvhlDmJweMwkE5XitTwrq2rWHx5jM+dlm4MmHt2PP6t0uejfR77SuhrhJ0zEijIF/uhA==",
3564
+ "license": "MIT",
3565
+ "dependencies": {
3566
+ "@shikijs/primitive": "4.3.1",
3567
+ "@shikijs/types": "4.3.1",
3568
+ "@shikijs/vscode-textmate": "^10.0.2",
3569
+ "@types/hast": "^3.0.4",
3570
+ "hast-util-to-html": "^9.0.5"
3571
+ },
3572
+ "engines": {
3573
+ "node": ">=20"
3574
+ }
3575
+ },
3576
+ "node_modules/@shikijs/engine-javascript": {
3577
+ "version": "4.3.1",
3578
+ "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.3.1.tgz",
3579
+ "integrity": "sha512-JBItcnPuYq7jVJdZo/vMj94r+szT7XEjHFX+mvFDGSEIbVAXAGyHAHzhbWzpGOwYidCZrErJLLgn2PVeiokHnQ==",
3580
+ "license": "MIT",
3581
+ "dependencies": {
3582
+ "@shikijs/types": "4.3.1",
3583
+ "@shikijs/vscode-textmate": "^10.0.2",
3584
+ "oniguruma-to-es": "^4.3.6"
3585
+ },
3586
+ "engines": {
3587
+ "node": ">=20"
3588
+ }
3589
+ },
3590
+ "node_modules/@shikijs/engine-oniguruma": {
3591
+ "version": "4.3.1",
3592
+ "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.3.1.tgz",
3593
+ "integrity": "sha512-OXyNMzg0pews+msMj4cHeqT4xiYKKvbnn6VbdAXxfoFl3SSx4fJTc8FadECuc5/H9p3BzhNAoAUXKwAu9rWYhg==",
3594
+ "license": "MIT",
3595
+ "dependencies": {
3596
+ "@shikijs/types": "4.3.1",
3597
+ "@shikijs/vscode-textmate": "^10.0.2"
3598
+ },
3599
+ "engines": {
3600
+ "node": ">=20"
3601
+ }
3602
+ },
3603
+ "node_modules/@shikijs/langs": {
3604
+ "version": "4.3.1",
3605
+ "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.3.1.tgz",
3606
+ "integrity": "sha512-m0l9nsDqgBHvbZbk7A0/kXz/impK3uB/c6rAn6Gpg/uPtdZRQ+alsN/17MU5thb68XTj/4DxkZAotrM0GGSpDQ==",
3607
+ "license": "MIT",
3608
+ "dependencies": {
3609
+ "@shikijs/types": "4.3.1"
3610
+ },
3611
+ "engines": {
3612
+ "node": ">=20"
3613
+ }
3614
+ },
3615
+ "node_modules/@shikijs/primitive": {
3616
+ "version": "4.3.1",
3617
+ "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.3.1.tgz",
3618
+ "integrity": "sha512-CXQRQOYy1leqQ8ceTeJdmXv/bsUY++6QyLpXJ94LZAAYj5X2SKRdc5ipguv4NPyGVKItB2PPwUpRNe0Sjh5S1A==",
3619
+ "license": "MIT",
3620
+ "dependencies": {
3621
+ "@shikijs/types": "4.3.1",
3622
+ "@shikijs/vscode-textmate": "^10.0.2",
3623
+ "@types/hast": "^3.0.4"
3624
+ },
3625
+ "engines": {
3626
+ "node": ">=20"
3627
+ }
3628
+ },
3629
+ "node_modules/@shikijs/themes": {
3630
+ "version": "4.3.1",
3631
+ "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.3.1.tgz",
3632
+ "integrity": "sha512-dgpoJ4WqNi2yTmizQHBJ5zcX6j2lE6icN/0yt4l1kkf16jrY/pwPLoTb1ETsWMz0OBLf9ZNvwmxft+cH+N9qSA==",
3633
+ "license": "MIT",
3634
+ "dependencies": {
3635
+ "@shikijs/types": "4.3.1"
3636
+ },
3637
+ "engines": {
3638
+ "node": ">=20"
3639
+ }
3640
+ },
3641
+ "node_modules/@shikijs/types": {
3642
+ "version": "4.3.1",
3643
+ "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.3.1.tgz",
3644
+ "integrity": "sha512-CHFxE0jztBIZRHH6gxXE7DXUCFXjReEGxZ/j0rfSLGKZuwp2xBYycEP14875DSa9KLL/6700oxIq6oO6ef9K2g==",
3645
+ "license": "MIT",
3646
+ "dependencies": {
3647
+ "@shikijs/vscode-textmate": "^10.0.2",
3648
+ "@types/hast": "^3.0.4"
3649
+ },
3650
+ "engines": {
3651
+ "node": ">=20"
3652
+ }
3653
+ },
3654
+ "node_modules/@shikijs/vscode-textmate": {
3655
+ "version": "10.0.2",
3656
+ "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
3657
+ "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
3658
+ "license": "MIT"
3659
+ },
3559
3660
  "node_modules/@standard-schema/spec": {
3560
3661
  "version": "1.1.0",
3561
3662
  "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
@@ -3863,6 +3964,15 @@
3863
3964
  "dev": true,
3864
3965
  "license": "MIT"
3865
3966
  },
3967
+ "node_modules/@types/hast": {
3968
+ "version": "3.0.5",
3969
+ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
3970
+ "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
3971
+ "license": "MIT",
3972
+ "dependencies": {
3973
+ "@types/unist": "*"
3974
+ }
3975
+ },
3866
3976
  "node_modules/@types/json-schema": {
3867
3977
  "version": "7.0.15",
3868
3978
  "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
@@ -3877,6 +3987,15 @@
3877
3987
  "dev": true,
3878
3988
  "license": "MIT"
3879
3989
  },
3990
+ "node_modules/@types/mdast": {
3991
+ "version": "4.0.4",
3992
+ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
3993
+ "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
3994
+ "license": "MIT",
3995
+ "dependencies": {
3996
+ "@types/unist": "*"
3997
+ }
3998
+ },
3880
3999
  "node_modules/@types/node": {
3881
4000
  "version": "20.19.43",
3882
4001
  "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.43.tgz",
@@ -3907,6 +4026,12 @@
3907
4026
  "@types/react": "^19.2.0"
3908
4027
  }
3909
4028
  },
4029
+ "node_modules/@types/unist": {
4030
+ "version": "3.0.3",
4031
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
4032
+ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
4033
+ "license": "MIT"
4034
+ },
3910
4035
  "node_modules/@types/webidl-conversions": {
3911
4036
  "version": "7.0.3",
3912
4037
  "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",
@@ -4217,6 +4342,12 @@
4217
4342
  "url": "https://opencollective.com/eslint"
4218
4343
  }
4219
4344
  },
4345
+ "node_modules/@ungap/structured-clone": {
4346
+ "version": "1.3.3",
4347
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.3.tgz",
4348
+ "integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==",
4349
+ "license": "ISC"
4350
+ },
4220
4351
  "node_modules/@unrs/resolver-binding-android-arm-eabi": {
4221
4352
  "version": "1.12.2",
4222
4353
  "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.12.2.tgz",
@@ -5241,6 +5372,16 @@
5241
5372
  ],
5242
5373
  "license": "CC-BY-4.0"
5243
5374
  },
5375
+ "node_modules/ccount": {
5376
+ "version": "2.0.1",
5377
+ "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
5378
+ "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
5379
+ "license": "MIT",
5380
+ "funding": {
5381
+ "type": "github",
5382
+ "url": "https://github.com/sponsors/wooorm"
5383
+ }
5384
+ },
5244
5385
  "node_modules/chai": {
5245
5386
  "version": "6.2.2",
5246
5387
  "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
@@ -5268,6 +5409,26 @@
5268
5409
  "url": "https://github.com/chalk/chalk?sponsor=1"
5269
5410
  }
5270
5411
  },
5412
+ "node_modules/character-entities-html4": {
5413
+ "version": "2.1.0",
5414
+ "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
5415
+ "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
5416
+ "license": "MIT",
5417
+ "funding": {
5418
+ "type": "github",
5419
+ "url": "https://github.com/sponsors/wooorm"
5420
+ }
5421
+ },
5422
+ "node_modules/character-entities-legacy": {
5423
+ "version": "3.0.0",
5424
+ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
5425
+ "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
5426
+ "license": "MIT",
5427
+ "funding": {
5428
+ "type": "github",
5429
+ "url": "https://github.com/sponsors/wooorm"
5430
+ }
5431
+ },
5271
5432
  "node_modules/class-variance-authority": {
5272
5433
  "version": "0.7.1",
5273
5434
  "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
@@ -5315,6 +5476,16 @@
5315
5476
  "dev": true,
5316
5477
  "license": "MIT"
5317
5478
  },
5479
+ "node_modules/comma-separated-tokens": {
5480
+ "version": "2.0.3",
5481
+ "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
5482
+ "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
5483
+ "license": "MIT",
5484
+ "funding": {
5485
+ "type": "github",
5486
+ "url": "https://github.com/sponsors/wooorm"
5487
+ }
5488
+ },
5318
5489
  "node_modules/commondir": {
5319
5490
  "version": "1.0.1",
5320
5491
  "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
@@ -5478,6 +5649,15 @@
5478
5649
  "url": "https://github.com/sponsors/ljharb"
5479
5650
  }
5480
5651
  },
5652
+ "node_modules/dequal": {
5653
+ "version": "2.0.3",
5654
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
5655
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
5656
+ "license": "MIT",
5657
+ "engines": {
5658
+ "node": ">=6"
5659
+ }
5660
+ },
5481
5661
  "node_modules/detect-libc": {
5482
5662
  "version": "2.1.2",
5483
5663
  "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
@@ -5493,6 +5673,19 @@
5493
5673
  "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==",
5494
5674
  "license": "MIT"
5495
5675
  },
5676
+ "node_modules/devlop": {
5677
+ "version": "1.1.0",
5678
+ "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
5679
+ "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
5680
+ "license": "MIT",
5681
+ "dependencies": {
5682
+ "dequal": "^2.0.0"
5683
+ },
5684
+ "funding": {
5685
+ "type": "github",
5686
+ "url": "https://github.com/sponsors/wooorm"
5687
+ }
5688
+ },
5496
5689
  "node_modules/doctrine": {
5497
5690
  "version": "2.1.0",
5498
5691
  "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
@@ -6790,6 +6983,42 @@
6790
6983
  "node": ">= 0.4"
6791
6984
  }
6792
6985
  },
6986
+ "node_modules/hast-util-to-html": {
6987
+ "version": "9.0.5",
6988
+ "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
6989
+ "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
6990
+ "license": "MIT",
6991
+ "dependencies": {
6992
+ "@types/hast": "^3.0.0",
6993
+ "@types/unist": "^3.0.0",
6994
+ "ccount": "^2.0.0",
6995
+ "comma-separated-tokens": "^2.0.0",
6996
+ "hast-util-whitespace": "^3.0.0",
6997
+ "html-void-elements": "^3.0.0",
6998
+ "mdast-util-to-hast": "^13.0.0",
6999
+ "property-information": "^7.0.0",
7000
+ "space-separated-tokens": "^2.0.0",
7001
+ "stringify-entities": "^4.0.0",
7002
+ "zwitch": "^2.0.4"
7003
+ },
7004
+ "funding": {
7005
+ "type": "opencollective",
7006
+ "url": "https://opencollective.com/unified"
7007
+ }
7008
+ },
7009
+ "node_modules/hast-util-whitespace": {
7010
+ "version": "3.0.0",
7011
+ "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
7012
+ "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
7013
+ "license": "MIT",
7014
+ "dependencies": {
7015
+ "@types/hast": "^3.0.0"
7016
+ },
7017
+ "funding": {
7018
+ "type": "opencollective",
7019
+ "url": "https://opencollective.com/unified"
7020
+ }
7021
+ },
6793
7022
  "node_modules/hermes-estree": {
6794
7023
  "version": "0.25.1",
6795
7024
  "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
@@ -6807,6 +7036,16 @@
6807
7036
  "hermes-estree": "0.25.1"
6808
7037
  }
6809
7038
  },
7039
+ "node_modules/html-void-elements": {
7040
+ "version": "3.0.0",
7041
+ "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
7042
+ "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
7043
+ "license": "MIT",
7044
+ "funding": {
7045
+ "type": "github",
7046
+ "url": "https://github.com/sponsors/wooorm"
7047
+ }
7048
+ },
6810
7049
  "node_modules/https-proxy-agent": {
6811
7050
  "version": "7.0.6",
6812
7051
  "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
@@ -7818,6 +8057,27 @@
7818
8057
  "node": ">= 0.4"
7819
8058
  }
7820
8059
  },
8060
+ "node_modules/mdast-util-to-hast": {
8061
+ "version": "13.2.1",
8062
+ "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
8063
+ "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
8064
+ "license": "MIT",
8065
+ "dependencies": {
8066
+ "@types/hast": "^3.0.0",
8067
+ "@types/mdast": "^4.0.0",
8068
+ "@ungap/structured-clone": "^1.0.0",
8069
+ "devlop": "^1.0.0",
8070
+ "micromark-util-sanitize-uri": "^2.0.0",
8071
+ "trim-lines": "^3.0.0",
8072
+ "unist-util-position": "^5.0.0",
8073
+ "unist-util-visit": "^5.0.0",
8074
+ "vfile": "^6.0.0"
8075
+ },
8076
+ "funding": {
8077
+ "type": "opencollective",
8078
+ "url": "https://opencollective.com/unified"
8079
+ }
8080
+ },
7821
8081
  "node_modules/memory-pager": {
7822
8082
  "version": "1.5.0",
7823
8083
  "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
@@ -7834,6 +8094,95 @@
7834
8094
  "node": ">= 8"
7835
8095
  }
7836
8096
  },
8097
+ "node_modules/micromark-util-character": {
8098
+ "version": "2.1.1",
8099
+ "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
8100
+ "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
8101
+ "funding": [
8102
+ {
8103
+ "type": "GitHub Sponsors",
8104
+ "url": "https://github.com/sponsors/unifiedjs"
8105
+ },
8106
+ {
8107
+ "type": "OpenCollective",
8108
+ "url": "https://opencollective.com/unified"
8109
+ }
8110
+ ],
8111
+ "license": "MIT",
8112
+ "dependencies": {
8113
+ "micromark-util-symbol": "^2.0.0",
8114
+ "micromark-util-types": "^2.0.0"
8115
+ }
8116
+ },
8117
+ "node_modules/micromark-util-encode": {
8118
+ "version": "2.0.1",
8119
+ "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
8120
+ "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
8121
+ "funding": [
8122
+ {
8123
+ "type": "GitHub Sponsors",
8124
+ "url": "https://github.com/sponsors/unifiedjs"
8125
+ },
8126
+ {
8127
+ "type": "OpenCollective",
8128
+ "url": "https://opencollective.com/unified"
8129
+ }
8130
+ ],
8131
+ "license": "MIT"
8132
+ },
8133
+ "node_modules/micromark-util-sanitize-uri": {
8134
+ "version": "2.0.1",
8135
+ "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
8136
+ "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
8137
+ "funding": [
8138
+ {
8139
+ "type": "GitHub Sponsors",
8140
+ "url": "https://github.com/sponsors/unifiedjs"
8141
+ },
8142
+ {
8143
+ "type": "OpenCollective",
8144
+ "url": "https://opencollective.com/unified"
8145
+ }
8146
+ ],
8147
+ "license": "MIT",
8148
+ "dependencies": {
8149
+ "micromark-util-character": "^2.0.0",
8150
+ "micromark-util-encode": "^2.0.0",
8151
+ "micromark-util-symbol": "^2.0.0"
8152
+ }
8153
+ },
8154
+ "node_modules/micromark-util-symbol": {
8155
+ "version": "2.0.1",
8156
+ "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
8157
+ "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
8158
+ "funding": [
8159
+ {
8160
+ "type": "GitHub Sponsors",
8161
+ "url": "https://github.com/sponsors/unifiedjs"
8162
+ },
8163
+ {
8164
+ "type": "OpenCollective",
8165
+ "url": "https://opencollective.com/unified"
8166
+ }
8167
+ ],
8168
+ "license": "MIT"
8169
+ },
8170
+ "node_modules/micromark-util-types": {
8171
+ "version": "2.0.2",
8172
+ "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
8173
+ "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
8174
+ "funding": [
8175
+ {
8176
+ "type": "GitHub Sponsors",
8177
+ "url": "https://github.com/sponsors/unifiedjs"
8178
+ },
8179
+ {
8180
+ "type": "OpenCollective",
8181
+ "url": "https://opencollective.com/unified"
8182
+ }
8183
+ ],
8184
+ "license": "MIT"
8185
+ },
7837
8186
  "node_modules/micromatch": {
7838
8187
  "version": "4.0.8",
7839
8188
  "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
@@ -8295,6 +8644,23 @@
8295
8644
  "node": ">=12.20.0"
8296
8645
  }
8297
8646
  },
8647
+ "node_modules/oniguruma-parser": {
8648
+ "version": "0.12.2",
8649
+ "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz",
8650
+ "integrity": "sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==",
8651
+ "license": "MIT"
8652
+ },
8653
+ "node_modules/oniguruma-to-es": {
8654
+ "version": "4.3.6",
8655
+ "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz",
8656
+ "integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==",
8657
+ "license": "MIT",
8658
+ "dependencies": {
8659
+ "oniguruma-parser": "^0.12.2",
8660
+ "regex": "^6.1.0",
8661
+ "regex-recursion": "^6.0.2"
8662
+ }
8663
+ },
8298
8664
  "node_modules/optionator": {
8299
8665
  "version": "0.9.4",
8300
8666
  "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
@@ -8567,6 +8933,16 @@
8567
8933
  "react-is": "^16.13.1"
8568
8934
  }
8569
8935
  },
8936
+ "node_modules/property-information": {
8937
+ "version": "7.2.0",
8938
+ "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
8939
+ "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
8940
+ "license": "MIT",
8941
+ "funding": {
8942
+ "type": "github",
8943
+ "url": "https://github.com/sponsors/wooorm"
8944
+ }
8945
+ },
8570
8946
  "node_modules/punycode": {
8571
8947
  "version": "2.3.1",
8572
8948
  "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
@@ -8794,6 +9170,30 @@
8794
9170
  "url": "https://github.com/sponsors/ljharb"
8795
9171
  }
8796
9172
  },
9173
+ "node_modules/regex": {
9174
+ "version": "6.1.0",
9175
+ "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
9176
+ "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
9177
+ "license": "MIT",
9178
+ "dependencies": {
9179
+ "regex-utilities": "^2.3.0"
9180
+ }
9181
+ },
9182
+ "node_modules/regex-recursion": {
9183
+ "version": "6.0.2",
9184
+ "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
9185
+ "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
9186
+ "license": "MIT",
9187
+ "dependencies": {
9188
+ "regex-utilities": "^2.3.0"
9189
+ }
9190
+ },
9191
+ "node_modules/regex-utilities": {
9192
+ "version": "2.3.0",
9193
+ "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
9194
+ "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
9195
+ "license": "MIT"
9196
+ },
8797
9197
  "node_modules/regexp.prototype.flags": {
8798
9198
  "version": "1.5.4",
8799
9199
  "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
@@ -9137,6 +9537,25 @@
9137
9537
  "node": ">=8"
9138
9538
  }
9139
9539
  },
9540
+ "node_modules/shiki": {
9541
+ "version": "4.3.1",
9542
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.3.1.tgz",
9543
+ "integrity": "sha512-oR+qDVi2OjX1tmDpyv+3KviX01KzO6Af+0NNnKnsp9491UEGz2YpxTuJboS/6VhYpTdqzmuJBuiTlrAWWJAssw==",
9544
+ "license": "MIT",
9545
+ "dependencies": {
9546
+ "@shikijs/core": "4.3.1",
9547
+ "@shikijs/engine-javascript": "4.3.1",
9548
+ "@shikijs/engine-oniguruma": "4.3.1",
9549
+ "@shikijs/langs": "4.3.1",
9550
+ "@shikijs/themes": "4.3.1",
9551
+ "@shikijs/types": "4.3.1",
9552
+ "@shikijs/vscode-textmate": "^10.0.2",
9553
+ "@types/hast": "^3.0.4"
9554
+ },
9555
+ "engines": {
9556
+ "node": ">=20"
9557
+ }
9558
+ },
9140
9559
  "node_modules/side-channel": {
9141
9560
  "version": "1.1.1",
9142
9561
  "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
@@ -9229,6 +9648,16 @@
9229
9648
  "node": ">=0.10.0"
9230
9649
  }
9231
9650
  },
9651
+ "node_modules/space-separated-tokens": {
9652
+ "version": "2.0.2",
9653
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
9654
+ "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
9655
+ "license": "MIT",
9656
+ "funding": {
9657
+ "type": "github",
9658
+ "url": "https://github.com/sponsors/wooorm"
9659
+ }
9660
+ },
9232
9661
  "node_modules/sparse-bitfield": {
9233
9662
  "version": "3.0.3",
9234
9663
  "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
@@ -9398,6 +9827,20 @@
9398
9827
  "url": "https://github.com/sponsors/ljharb"
9399
9828
  }
9400
9829
  },
9830
+ "node_modules/stringify-entities": {
9831
+ "version": "4.0.4",
9832
+ "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
9833
+ "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
9834
+ "license": "MIT",
9835
+ "dependencies": {
9836
+ "character-entities-html4": "^2.0.0",
9837
+ "character-entities-legacy": "^3.0.0"
9838
+ },
9839
+ "funding": {
9840
+ "type": "github",
9841
+ "url": "https://github.com/sponsors/wooorm"
9842
+ }
9843
+ },
9401
9844
  "node_modules/strip-bom": {
9402
9845
  "version": "3.0.0",
9403
9846
  "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
@@ -9629,6 +10072,16 @@
9629
10072
  "node": ">=18"
9630
10073
  }
9631
10074
  },
10075
+ "node_modules/trim-lines": {
10076
+ "version": "3.0.1",
10077
+ "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
10078
+ "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
10079
+ "license": "MIT",
10080
+ "funding": {
10081
+ "type": "github",
10082
+ "url": "https://github.com/sponsors/wooorm"
10083
+ }
10084
+ },
9632
10085
  "node_modules/ts-api-utils": {
9633
10086
  "version": "2.5.0",
9634
10087
  "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
@@ -10341,684 +10794,312 @@
10341
10794
  "dev": true,
10342
10795
  "license": "MIT"
10343
10796
  },
10344
- "node_modules/unrs-resolver": {
10345
- "version": "1.12.2",
10346
- "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.12.2.tgz",
10347
- "integrity": "sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==",
10348
- "dev": true,
10349
- "hasInstallScript": true,
10797
+ "node_modules/unist-util-is": {
10798
+ "version": "6.0.1",
10799
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
10800
+ "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
10350
10801
  "license": "MIT",
10351
10802
  "dependencies": {
10352
- "napi-postinstall": "^0.3.4"
10803
+ "@types/unist": "^3.0.0"
10353
10804
  },
10354
10805
  "funding": {
10355
- "url": "https://opencollective.com/unrs-resolver"
10806
+ "type": "opencollective",
10807
+ "url": "https://opencollective.com/unified"
10808
+ }
10809
+ },
10810
+ "node_modules/unist-util-position": {
10811
+ "version": "5.0.0",
10812
+ "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
10813
+ "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
10814
+ "license": "MIT",
10815
+ "dependencies": {
10816
+ "@types/unist": "^3.0.0"
10356
10817
  },
10357
- "optionalDependencies": {
10358
- "@unrs/resolver-binding-android-arm-eabi": "1.12.2",
10359
- "@unrs/resolver-binding-android-arm64": "1.12.2",
10360
- "@unrs/resolver-binding-darwin-arm64": "1.12.2",
10361
- "@unrs/resolver-binding-darwin-x64": "1.12.2",
10362
- "@unrs/resolver-binding-freebsd-x64": "1.12.2",
10363
- "@unrs/resolver-binding-linux-arm-gnueabihf": "1.12.2",
10364
- "@unrs/resolver-binding-linux-arm-musleabihf": "1.12.2",
10365
- "@unrs/resolver-binding-linux-arm64-gnu": "1.12.2",
10366
- "@unrs/resolver-binding-linux-arm64-musl": "1.12.2",
10367
- "@unrs/resolver-binding-linux-loong64-gnu": "1.12.2",
10368
- "@unrs/resolver-binding-linux-loong64-musl": "1.12.2",
10369
- "@unrs/resolver-binding-linux-ppc64-gnu": "1.12.2",
10370
- "@unrs/resolver-binding-linux-riscv64-gnu": "1.12.2",
10371
- "@unrs/resolver-binding-linux-riscv64-musl": "1.12.2",
10372
- "@unrs/resolver-binding-linux-s390x-gnu": "1.12.2",
10373
- "@unrs/resolver-binding-linux-x64-gnu": "1.12.2",
10374
- "@unrs/resolver-binding-linux-x64-musl": "1.12.2",
10375
- "@unrs/resolver-binding-openharmony-arm64": "1.12.2",
10376
- "@unrs/resolver-binding-wasm32-wasi": "1.12.2",
10377
- "@unrs/resolver-binding-win32-arm64-msvc": "1.12.2",
10378
- "@unrs/resolver-binding-win32-ia32-msvc": "1.12.2",
10379
- "@unrs/resolver-binding-win32-x64-msvc": "1.12.2"
10818
+ "funding": {
10819
+ "type": "opencollective",
10820
+ "url": "https://opencollective.com/unified"
10380
10821
  }
10381
10822
  },
10382
- "node_modules/update-browserslist-db": {
10383
- "version": "1.2.3",
10384
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
10385
- "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
10386
- "dev": true,
10387
- "funding": [
10388
- {
10389
- "type": "opencollective",
10390
- "url": "https://opencollective.com/browserslist"
10391
- },
10392
- {
10393
- "type": "tidelift",
10394
- "url": "https://tidelift.com/funding/github/npm/browserslist"
10395
- },
10396
- {
10397
- "type": "github",
10398
- "url": "https://github.com/sponsors/ai"
10399
- }
10400
- ],
10823
+ "node_modules/unist-util-stringify-position": {
10824
+ "version": "4.0.0",
10825
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
10826
+ "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
10401
10827
  "license": "MIT",
10402
10828
  "dependencies": {
10403
- "escalade": "^3.2.0",
10404
- "picocolors": "^1.1.1"
10405
- },
10406
- "bin": {
10407
- "update-browserslist-db": "cli.js"
10829
+ "@types/unist": "^3.0.0"
10408
10830
  },
10409
- "peerDependencies": {
10410
- "browserslist": ">= 4.21.0"
10411
- }
10412
- },
10413
- "node_modules/uri-js": {
10414
- "version": "4.4.1",
10415
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
10416
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
10417
- "dev": true,
10418
- "license": "BSD-2-Clause",
10419
- "dependencies": {
10420
- "punycode": "^2.1.0"
10831
+ "funding": {
10832
+ "type": "opencollective",
10833
+ "url": "https://opencollective.com/unified"
10421
10834
  }
10422
10835
  },
10423
- "node_modules/use-callback-ref": {
10424
- "version": "1.3.3",
10425
- "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
10426
- "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
10836
+ "node_modules/unist-util-visit": {
10837
+ "version": "5.1.0",
10838
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
10839
+ "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
10427
10840
  "license": "MIT",
10428
10841
  "dependencies": {
10429
- "tslib": "^2.0.0"
10430
- },
10431
- "engines": {
10432
- "node": ">=10"
10433
- },
10434
- "peerDependencies": {
10435
- "@types/react": "*",
10436
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
10842
+ "@types/unist": "^3.0.0",
10843
+ "unist-util-is": "^6.0.0",
10844
+ "unist-util-visit-parents": "^6.0.0"
10437
10845
  },
10438
- "peerDependenciesMeta": {
10439
- "@types/react": {
10440
- "optional": true
10441
- }
10846
+ "funding": {
10847
+ "type": "opencollective",
10848
+ "url": "https://opencollective.com/unified"
10442
10849
  }
10443
10850
  },
10444
- "node_modules/use-sidecar": {
10445
- "version": "1.1.3",
10446
- "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
10447
- "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
10851
+ "node_modules/unist-util-visit-parents": {
10852
+ "version": "6.0.2",
10853
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
10854
+ "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
10448
10855
  "license": "MIT",
10449
10856
  "dependencies": {
10450
- "detect-node-es": "^1.1.0",
10451
- "tslib": "^2.0.0"
10857
+ "@types/unist": "^3.0.0",
10858
+ "unist-util-is": "^6.0.0"
10452
10859
  },
10453
- "engines": {
10454
- "node": ">=10"
10455
- },
10456
- "peerDependencies": {
10457
- "@types/react": "*",
10458
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
10459
- },
10460
- "peerDependenciesMeta": {
10461
- "@types/react": {
10462
- "optional": true
10463
- }
10860
+ "funding": {
10861
+ "type": "opencollective",
10862
+ "url": "https://opencollective.com/unified"
10464
10863
  }
10465
10864
  },
10466
- "node_modules/vitest": {
10467
- "version": "4.1.10",
10468
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.10.tgz",
10469
- "integrity": "sha512-R9jUTe5S4Qb0HCd4TNqpC7oGcrMssMRGXLW80ubjWsW9VH5GF8y1Y0SFLY9AbqSk6nt0PnOx4H4WNJYZ13GUPw==",
10865
+ "node_modules/unrs-resolver": {
10866
+ "version": "1.12.2",
10867
+ "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.12.2.tgz",
10868
+ "integrity": "sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==",
10470
10869
  "dev": true,
10870
+ "hasInstallScript": true,
10471
10871
  "license": "MIT",
10472
10872
  "dependencies": {
10473
- "@vitest/expect": "4.1.10",
10474
- "@vitest/mocker": "4.1.10",
10475
- "@vitest/pretty-format": "4.1.10",
10476
- "@vitest/runner": "4.1.10",
10477
- "@vitest/snapshot": "4.1.10",
10478
- "@vitest/spy": "4.1.10",
10479
- "@vitest/utils": "4.1.10",
10480
- "es-module-lexer": "^2.0.0",
10481
- "expect-type": "^1.3.0",
10482
- "magic-string": "^0.30.21",
10483
- "obug": "^2.1.1",
10484
- "pathe": "^2.0.3",
10485
- "picomatch": "^4.0.3",
10486
- "std-env": "^4.0.0-rc.1",
10487
- "tinybench": "^2.9.0",
10488
- "tinyexec": "^1.0.2",
10489
- "tinyglobby": "^0.2.15",
10490
- "tinyrainbow": "^3.1.0",
10491
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
10492
- "why-is-node-running": "^2.3.0"
10493
- },
10494
- "bin": {
10495
- "vitest": "vitest.mjs"
10496
- },
10497
- "engines": {
10498
- "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
10873
+ "napi-postinstall": "^0.3.4"
10499
10874
  },
10500
10875
  "funding": {
10501
- "url": "https://opencollective.com/vitest"
10502
- },
10503
- "peerDependencies": {
10504
- "@edge-runtime/vm": "*",
10505
- "@opentelemetry/api": "^1.9.0",
10506
- "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
10507
- "@vitest/browser-playwright": "4.1.10",
10508
- "@vitest/browser-preview": "4.1.10",
10509
- "@vitest/browser-webdriverio": "4.1.10",
10510
- "@vitest/coverage-istanbul": "4.1.10",
10511
- "@vitest/coverage-v8": "4.1.10",
10512
- "@vitest/ui": "4.1.10",
10513
- "happy-dom": "*",
10514
- "jsdom": "*",
10515
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
10876
+ "url": "https://opencollective.com/unrs-resolver"
10516
10877
  },
10517
- "peerDependenciesMeta": {
10518
- "@edge-runtime/vm": {
10519
- "optional": true
10520
- },
10521
- "@opentelemetry/api": {
10522
- "optional": true
10523
- },
10524
- "@types/node": {
10525
- "optional": true
10526
- },
10527
- "@vitest/browser-playwright": {
10528
- "optional": true
10529
- },
10530
- "@vitest/browser-preview": {
10531
- "optional": true
10532
- },
10533
- "@vitest/browser-webdriverio": {
10534
- "optional": true
10535
- },
10536
- "@vitest/coverage-istanbul": {
10537
- "optional": true
10538
- },
10539
- "@vitest/coverage-v8": {
10540
- "optional": true
10541
- },
10542
- "@vitest/ui": {
10543
- "optional": true
10544
- },
10545
- "happy-dom": {
10546
- "optional": true
10547
- },
10548
- "jsdom": {
10549
- "optional": true
10550
- },
10551
- "vite": {
10552
- "optional": false
10553
- }
10554
- }
10555
- },
10556
- "node_modules/vitest/node_modules/@esbuild/aix-ppc64": {
10557
- "version": "0.28.1",
10558
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz",
10559
- "integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==",
10560
- "cpu": [
10561
- "ppc64"
10562
- ],
10563
- "dev": true,
10564
- "license": "MIT",
10565
- "optional": true,
10566
- "os": [
10567
- "aix"
10568
- ],
10569
- "peer": true,
10570
- "engines": {
10571
- "node": ">=18"
10572
- }
10573
- },
10574
- "node_modules/vitest/node_modules/@esbuild/android-arm": {
10575
- "version": "0.28.1",
10576
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.1.tgz",
10577
- "integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==",
10578
- "cpu": [
10579
- "arm"
10580
- ],
10581
- "dev": true,
10582
- "license": "MIT",
10583
- "optional": true,
10584
- "os": [
10585
- "android"
10586
- ],
10587
- "peer": true,
10588
- "engines": {
10589
- "node": ">=18"
10878
+ "optionalDependencies": {
10879
+ "@unrs/resolver-binding-android-arm-eabi": "1.12.2",
10880
+ "@unrs/resolver-binding-android-arm64": "1.12.2",
10881
+ "@unrs/resolver-binding-darwin-arm64": "1.12.2",
10882
+ "@unrs/resolver-binding-darwin-x64": "1.12.2",
10883
+ "@unrs/resolver-binding-freebsd-x64": "1.12.2",
10884
+ "@unrs/resolver-binding-linux-arm-gnueabihf": "1.12.2",
10885
+ "@unrs/resolver-binding-linux-arm-musleabihf": "1.12.2",
10886
+ "@unrs/resolver-binding-linux-arm64-gnu": "1.12.2",
10887
+ "@unrs/resolver-binding-linux-arm64-musl": "1.12.2",
10888
+ "@unrs/resolver-binding-linux-loong64-gnu": "1.12.2",
10889
+ "@unrs/resolver-binding-linux-loong64-musl": "1.12.2",
10890
+ "@unrs/resolver-binding-linux-ppc64-gnu": "1.12.2",
10891
+ "@unrs/resolver-binding-linux-riscv64-gnu": "1.12.2",
10892
+ "@unrs/resolver-binding-linux-riscv64-musl": "1.12.2",
10893
+ "@unrs/resolver-binding-linux-s390x-gnu": "1.12.2",
10894
+ "@unrs/resolver-binding-linux-x64-gnu": "1.12.2",
10895
+ "@unrs/resolver-binding-linux-x64-musl": "1.12.2",
10896
+ "@unrs/resolver-binding-openharmony-arm64": "1.12.2",
10897
+ "@unrs/resolver-binding-wasm32-wasi": "1.12.2",
10898
+ "@unrs/resolver-binding-win32-arm64-msvc": "1.12.2",
10899
+ "@unrs/resolver-binding-win32-ia32-msvc": "1.12.2",
10900
+ "@unrs/resolver-binding-win32-x64-msvc": "1.12.2"
10590
10901
  }
10591
10902
  },
10592
- "node_modules/vitest/node_modules/@esbuild/android-arm64": {
10593
- "version": "0.28.1",
10594
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.1.tgz",
10595
- "integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==",
10596
- "cpu": [
10597
- "arm64"
10598
- ],
10903
+ "node_modules/update-browserslist-db": {
10904
+ "version": "1.2.3",
10905
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
10906
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
10599
10907
  "dev": true,
10600
- "license": "MIT",
10601
- "optional": true,
10602
- "os": [
10603
- "android"
10908
+ "funding": [
10909
+ {
10910
+ "type": "opencollective",
10911
+ "url": "https://opencollective.com/browserslist"
10912
+ },
10913
+ {
10914
+ "type": "tidelift",
10915
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
10916
+ },
10917
+ {
10918
+ "type": "github",
10919
+ "url": "https://github.com/sponsors/ai"
10920
+ }
10604
10921
  ],
10605
- "peer": true,
10606
- "engines": {
10607
- "node": ">=18"
10608
- }
10609
- },
10610
- "node_modules/vitest/node_modules/@esbuild/android-x64": {
10611
- "version": "0.28.1",
10612
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.1.tgz",
10613
- "integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==",
10614
- "cpu": [
10615
- "x64"
10616
- ],
10617
- "dev": true,
10618
- "license": "MIT",
10619
- "optional": true,
10620
- "os": [
10621
- "android"
10622
- ],
10623
- "peer": true,
10624
- "engines": {
10625
- "node": ">=18"
10626
- }
10627
- },
10628
- "node_modules/vitest/node_modules/@esbuild/darwin-arm64": {
10629
- "version": "0.28.1",
10630
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.1.tgz",
10631
- "integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==",
10632
- "cpu": [
10633
- "arm64"
10634
- ],
10635
- "dev": true,
10636
- "license": "MIT",
10637
- "optional": true,
10638
- "os": [
10639
- "darwin"
10640
- ],
10641
- "peer": true,
10642
- "engines": {
10643
- "node": ">=18"
10644
- }
10645
- },
10646
- "node_modules/vitest/node_modules/@esbuild/darwin-x64": {
10647
- "version": "0.28.1",
10648
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.1.tgz",
10649
- "integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==",
10650
- "cpu": [
10651
- "x64"
10652
- ],
10653
- "dev": true,
10654
- "license": "MIT",
10655
- "optional": true,
10656
- "os": [
10657
- "darwin"
10658
- ],
10659
- "peer": true,
10660
- "engines": {
10661
- "node": ">=18"
10662
- }
10663
- },
10664
- "node_modules/vitest/node_modules/@esbuild/freebsd-arm64": {
10665
- "version": "0.28.1",
10666
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.1.tgz",
10667
- "integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==",
10668
- "cpu": [
10669
- "arm64"
10670
- ],
10671
- "dev": true,
10672
- "license": "MIT",
10673
- "optional": true,
10674
- "os": [
10675
- "freebsd"
10676
- ],
10677
- "peer": true,
10678
- "engines": {
10679
- "node": ">=18"
10680
- }
10681
- },
10682
- "node_modules/vitest/node_modules/@esbuild/freebsd-x64": {
10683
- "version": "0.28.1",
10684
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.1.tgz",
10685
- "integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==",
10686
- "cpu": [
10687
- "x64"
10688
- ],
10689
- "dev": true,
10690
- "license": "MIT",
10691
- "optional": true,
10692
- "os": [
10693
- "freebsd"
10694
- ],
10695
- "peer": true,
10696
- "engines": {
10697
- "node": ">=18"
10698
- }
10699
- },
10700
- "node_modules/vitest/node_modules/@esbuild/linux-arm": {
10701
- "version": "0.28.1",
10702
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.1.tgz",
10703
- "integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==",
10704
- "cpu": [
10705
- "arm"
10706
- ],
10707
- "dev": true,
10708
- "license": "MIT",
10709
- "optional": true,
10710
- "os": [
10711
- "linux"
10712
- ],
10713
- "peer": true,
10714
- "engines": {
10715
- "node": ">=18"
10716
- }
10717
- },
10718
- "node_modules/vitest/node_modules/@esbuild/linux-arm64": {
10719
- "version": "0.28.1",
10720
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.1.tgz",
10721
- "integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==",
10722
- "cpu": [
10723
- "arm64"
10724
- ],
10725
- "dev": true,
10726
- "license": "MIT",
10727
- "optional": true,
10728
- "os": [
10729
- "linux"
10730
- ],
10731
- "peer": true,
10732
- "engines": {
10733
- "node": ">=18"
10734
- }
10735
- },
10736
- "node_modules/vitest/node_modules/@esbuild/linux-ia32": {
10737
- "version": "0.28.1",
10738
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.1.tgz",
10739
- "integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==",
10740
- "cpu": [
10741
- "ia32"
10742
- ],
10743
- "dev": true,
10744
- "license": "MIT",
10745
- "optional": true,
10746
- "os": [
10747
- "linux"
10748
- ],
10749
- "peer": true,
10750
- "engines": {
10751
- "node": ">=18"
10752
- }
10753
- },
10754
- "node_modules/vitest/node_modules/@esbuild/linux-loong64": {
10755
- "version": "0.28.1",
10756
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.1.tgz",
10757
- "integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==",
10758
- "cpu": [
10759
- "loong64"
10760
- ],
10761
- "dev": true,
10762
- "license": "MIT",
10763
- "optional": true,
10764
- "os": [
10765
- "linux"
10766
- ],
10767
- "peer": true,
10768
- "engines": {
10769
- "node": ">=18"
10770
- }
10771
- },
10772
- "node_modules/vitest/node_modules/@esbuild/linux-mips64el": {
10773
- "version": "0.28.1",
10774
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.1.tgz",
10775
- "integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==",
10776
- "cpu": [
10777
- "mips64el"
10778
- ],
10779
- "dev": true,
10780
- "license": "MIT",
10781
- "optional": true,
10782
- "os": [
10783
- "linux"
10784
- ],
10785
- "peer": true,
10786
- "engines": {
10787
- "node": ">=18"
10788
- }
10789
- },
10790
- "node_modules/vitest/node_modules/@esbuild/linux-ppc64": {
10791
- "version": "0.28.1",
10792
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.1.tgz",
10793
- "integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==",
10794
- "cpu": [
10795
- "ppc64"
10796
- ],
10797
- "dev": true,
10798
- "license": "MIT",
10799
- "optional": true,
10800
- "os": [
10801
- "linux"
10802
- ],
10803
- "peer": true,
10804
- "engines": {
10805
- "node": ">=18"
10806
- }
10807
- },
10808
- "node_modules/vitest/node_modules/@esbuild/linux-riscv64": {
10809
- "version": "0.28.1",
10810
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.1.tgz",
10811
- "integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==",
10812
- "cpu": [
10813
- "riscv64"
10814
- ],
10815
- "dev": true,
10816
- "license": "MIT",
10817
- "optional": true,
10818
- "os": [
10819
- "linux"
10820
- ],
10821
- "peer": true,
10822
- "engines": {
10823
- "node": ">=18"
10824
- }
10825
- },
10826
- "node_modules/vitest/node_modules/@esbuild/linux-s390x": {
10827
- "version": "0.28.1",
10828
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.1.tgz",
10829
- "integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==",
10830
- "cpu": [
10831
- "s390x"
10832
- ],
10833
- "dev": true,
10834
- "license": "MIT",
10835
- "optional": true,
10836
- "os": [
10837
- "linux"
10838
- ],
10839
- "peer": true,
10840
- "engines": {
10841
- "node": ">=18"
10842
- }
10843
- },
10844
- "node_modules/vitest/node_modules/@esbuild/linux-x64": {
10845
- "version": "0.28.1",
10846
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz",
10847
- "integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==",
10848
- "cpu": [
10849
- "x64"
10850
- ],
10851
- "dev": true,
10852
- "license": "MIT",
10853
- "optional": true,
10854
- "os": [
10855
- "linux"
10856
- ],
10857
- "peer": true,
10858
- "engines": {
10859
- "node": ">=18"
10860
- }
10861
- },
10862
- "node_modules/vitest/node_modules/@esbuild/netbsd-arm64": {
10863
- "version": "0.28.1",
10864
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.1.tgz",
10865
- "integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==",
10866
- "cpu": [
10867
- "arm64"
10868
- ],
10869
- "dev": true,
10870
- "license": "MIT",
10871
- "optional": true,
10872
- "os": [
10873
- "netbsd"
10874
- ],
10875
- "peer": true,
10876
- "engines": {
10877
- "node": ">=18"
10878
- }
10879
- },
10880
- "node_modules/vitest/node_modules/@esbuild/netbsd-x64": {
10881
- "version": "0.28.1",
10882
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.1.tgz",
10883
- "integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==",
10884
- "cpu": [
10885
- "x64"
10886
- ],
10887
- "dev": true,
10888
- "license": "MIT",
10889
- "optional": true,
10890
- "os": [
10891
- "netbsd"
10892
- ],
10893
- "peer": true,
10894
- "engines": {
10895
- "node": ">=18"
10896
- }
10897
- },
10898
- "node_modules/vitest/node_modules/@esbuild/openbsd-arm64": {
10899
- "version": "0.28.1",
10900
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.1.tgz",
10901
- "integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==",
10902
- "cpu": [
10903
- "arm64"
10904
- ],
10905
- "dev": true,
10906
- "license": "MIT",
10907
- "optional": true,
10908
- "os": [
10909
- "openbsd"
10910
- ],
10911
- "peer": true,
10912
- "engines": {
10913
- "node": ">=18"
10914
- }
10915
- },
10916
- "node_modules/vitest/node_modules/@esbuild/openbsd-x64": {
10917
- "version": "0.28.1",
10918
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.1.tgz",
10919
- "integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==",
10920
- "cpu": [
10921
- "x64"
10922
- ],
10923
- "dev": true,
10924
- "license": "MIT",
10925
- "optional": true,
10926
- "os": [
10927
- "openbsd"
10928
- ],
10929
- "peer": true,
10930
- "engines": {
10931
- "node": ">=18"
10922
+ "license": "MIT",
10923
+ "dependencies": {
10924
+ "escalade": "^3.2.0",
10925
+ "picocolors": "^1.1.1"
10926
+ },
10927
+ "bin": {
10928
+ "update-browserslist-db": "cli.js"
10929
+ },
10930
+ "peerDependencies": {
10931
+ "browserslist": ">= 4.21.0"
10932
10932
  }
10933
10933
  },
10934
- "node_modules/vitest/node_modules/@esbuild/openharmony-arm64": {
10935
- "version": "0.28.1",
10936
- "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.1.tgz",
10937
- "integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==",
10938
- "cpu": [
10939
- "arm64"
10940
- ],
10934
+ "node_modules/uri-js": {
10935
+ "version": "4.4.1",
10936
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
10937
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
10941
10938
  "dev": true,
10939
+ "license": "BSD-2-Clause",
10940
+ "dependencies": {
10941
+ "punycode": "^2.1.0"
10942
+ }
10943
+ },
10944
+ "node_modules/use-callback-ref": {
10945
+ "version": "1.3.3",
10946
+ "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
10947
+ "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
10942
10948
  "license": "MIT",
10943
- "optional": true,
10944
- "os": [
10945
- "openharmony"
10946
- ],
10947
- "peer": true,
10949
+ "dependencies": {
10950
+ "tslib": "^2.0.0"
10951
+ },
10948
10952
  "engines": {
10949
- "node": ">=18"
10953
+ "node": ">=10"
10954
+ },
10955
+ "peerDependencies": {
10956
+ "@types/react": "*",
10957
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
10958
+ },
10959
+ "peerDependenciesMeta": {
10960
+ "@types/react": {
10961
+ "optional": true
10962
+ }
10950
10963
  }
10951
10964
  },
10952
- "node_modules/vitest/node_modules/@esbuild/sunos-x64": {
10953
- "version": "0.28.1",
10954
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.1.tgz",
10955
- "integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==",
10956
- "cpu": [
10957
- "x64"
10958
- ],
10959
- "dev": true,
10965
+ "node_modules/use-sidecar": {
10966
+ "version": "1.1.3",
10967
+ "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
10968
+ "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
10960
10969
  "license": "MIT",
10961
- "optional": true,
10962
- "os": [
10963
- "sunos"
10964
- ],
10965
- "peer": true,
10970
+ "dependencies": {
10971
+ "detect-node-es": "^1.1.0",
10972
+ "tslib": "^2.0.0"
10973
+ },
10966
10974
  "engines": {
10967
- "node": ">=18"
10975
+ "node": ">=10"
10976
+ },
10977
+ "peerDependencies": {
10978
+ "@types/react": "*",
10979
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
10980
+ },
10981
+ "peerDependenciesMeta": {
10982
+ "@types/react": {
10983
+ "optional": true
10984
+ }
10968
10985
  }
10969
10986
  },
10970
- "node_modules/vitest/node_modules/@esbuild/win32-arm64": {
10971
- "version": "0.28.1",
10972
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.1.tgz",
10973
- "integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==",
10974
- "cpu": [
10975
- "arm64"
10976
- ],
10977
- "dev": true,
10987
+ "node_modules/vfile": {
10988
+ "version": "6.0.3",
10989
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
10990
+ "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
10978
10991
  "license": "MIT",
10979
- "optional": true,
10980
- "os": [
10981
- "win32"
10982
- ],
10983
- "peer": true,
10984
- "engines": {
10985
- "node": ">=18"
10992
+ "dependencies": {
10993
+ "@types/unist": "^3.0.0",
10994
+ "vfile-message": "^4.0.0"
10995
+ },
10996
+ "funding": {
10997
+ "type": "opencollective",
10998
+ "url": "https://opencollective.com/unified"
10986
10999
  }
10987
11000
  },
10988
- "node_modules/vitest/node_modules/@esbuild/win32-ia32": {
10989
- "version": "0.28.1",
10990
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.1.tgz",
10991
- "integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==",
10992
- "cpu": [
10993
- "ia32"
10994
- ],
10995
- "dev": true,
11001
+ "node_modules/vfile-message": {
11002
+ "version": "4.0.3",
11003
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
11004
+ "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
10996
11005
  "license": "MIT",
10997
- "optional": true,
10998
- "os": [
10999
- "win32"
11000
- ],
11001
- "peer": true,
11002
- "engines": {
11003
- "node": ">=18"
11006
+ "dependencies": {
11007
+ "@types/unist": "^3.0.0",
11008
+ "unist-util-stringify-position": "^4.0.0"
11009
+ },
11010
+ "funding": {
11011
+ "type": "opencollective",
11012
+ "url": "https://opencollective.com/unified"
11004
11013
  }
11005
11014
  },
11006
- "node_modules/vitest/node_modules/@esbuild/win32-x64": {
11007
- "version": "0.28.1",
11008
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.1.tgz",
11009
- "integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==",
11010
- "cpu": [
11011
- "x64"
11012
- ],
11015
+ "node_modules/vitest": {
11016
+ "version": "4.1.10",
11017
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.10.tgz",
11018
+ "integrity": "sha512-R9jUTe5S4Qb0HCd4TNqpC7oGcrMssMRGXLW80ubjWsW9VH5GF8y1Y0SFLY9AbqSk6nt0PnOx4H4WNJYZ13GUPw==",
11013
11019
  "dev": true,
11014
11020
  "license": "MIT",
11015
- "optional": true,
11016
- "os": [
11017
- "win32"
11018
- ],
11019
- "peer": true,
11021
+ "dependencies": {
11022
+ "@vitest/expect": "4.1.10",
11023
+ "@vitest/mocker": "4.1.10",
11024
+ "@vitest/pretty-format": "4.1.10",
11025
+ "@vitest/runner": "4.1.10",
11026
+ "@vitest/snapshot": "4.1.10",
11027
+ "@vitest/spy": "4.1.10",
11028
+ "@vitest/utils": "4.1.10",
11029
+ "es-module-lexer": "^2.0.0",
11030
+ "expect-type": "^1.3.0",
11031
+ "magic-string": "^0.30.21",
11032
+ "obug": "^2.1.1",
11033
+ "pathe": "^2.0.3",
11034
+ "picomatch": "^4.0.3",
11035
+ "std-env": "^4.0.0-rc.1",
11036
+ "tinybench": "^2.9.0",
11037
+ "tinyexec": "^1.0.2",
11038
+ "tinyglobby": "^0.2.15",
11039
+ "tinyrainbow": "^3.1.0",
11040
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
11041
+ "why-is-node-running": "^2.3.0"
11042
+ },
11043
+ "bin": {
11044
+ "vitest": "vitest.mjs"
11045
+ },
11020
11046
  "engines": {
11021
- "node": ">=18"
11047
+ "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
11048
+ },
11049
+ "funding": {
11050
+ "url": "https://opencollective.com/vitest"
11051
+ },
11052
+ "peerDependencies": {
11053
+ "@edge-runtime/vm": "*",
11054
+ "@opentelemetry/api": "^1.9.0",
11055
+ "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
11056
+ "@vitest/browser-playwright": "4.1.10",
11057
+ "@vitest/browser-preview": "4.1.10",
11058
+ "@vitest/browser-webdriverio": "4.1.10",
11059
+ "@vitest/coverage-istanbul": "4.1.10",
11060
+ "@vitest/coverage-v8": "4.1.10",
11061
+ "@vitest/ui": "4.1.10",
11062
+ "happy-dom": "*",
11063
+ "jsdom": "*",
11064
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
11065
+ },
11066
+ "peerDependenciesMeta": {
11067
+ "@edge-runtime/vm": {
11068
+ "optional": true
11069
+ },
11070
+ "@opentelemetry/api": {
11071
+ "optional": true
11072
+ },
11073
+ "@types/node": {
11074
+ "optional": true
11075
+ },
11076
+ "@vitest/browser-playwright": {
11077
+ "optional": true
11078
+ },
11079
+ "@vitest/browser-preview": {
11080
+ "optional": true
11081
+ },
11082
+ "@vitest/browser-webdriverio": {
11083
+ "optional": true
11084
+ },
11085
+ "@vitest/coverage-istanbul": {
11086
+ "optional": true
11087
+ },
11088
+ "@vitest/coverage-v8": {
11089
+ "optional": true
11090
+ },
11091
+ "@vitest/ui": {
11092
+ "optional": true
11093
+ },
11094
+ "happy-dom": {
11095
+ "optional": true
11096
+ },
11097
+ "jsdom": {
11098
+ "optional": true
11099
+ },
11100
+ "vite": {
11101
+ "optional": false
11102
+ }
11022
11103
  }
11023
11104
  },
11024
11105
  "node_modules/vitest/node_modules/@vitest/mocker": {
@@ -11048,50 +11129,6 @@
11048
11129
  }
11049
11130
  }
11050
11131
  },
11051
- "node_modules/vitest/node_modules/esbuild": {
11052
- "version": "0.28.1",
11053
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.1.tgz",
11054
- "integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==",
11055
- "dev": true,
11056
- "hasInstallScript": true,
11057
- "license": "MIT",
11058
- "optional": true,
11059
- "peer": true,
11060
- "bin": {
11061
- "esbuild": "bin/esbuild"
11062
- },
11063
- "engines": {
11064
- "node": ">=18"
11065
- },
11066
- "optionalDependencies": {
11067
- "@esbuild/aix-ppc64": "0.28.1",
11068
- "@esbuild/android-arm": "0.28.1",
11069
- "@esbuild/android-arm64": "0.28.1",
11070
- "@esbuild/android-x64": "0.28.1",
11071
- "@esbuild/darwin-arm64": "0.28.1",
11072
- "@esbuild/darwin-x64": "0.28.1",
11073
- "@esbuild/freebsd-arm64": "0.28.1",
11074
- "@esbuild/freebsd-x64": "0.28.1",
11075
- "@esbuild/linux-arm": "0.28.1",
11076
- "@esbuild/linux-arm64": "0.28.1",
11077
- "@esbuild/linux-ia32": "0.28.1",
11078
- "@esbuild/linux-loong64": "0.28.1",
11079
- "@esbuild/linux-mips64el": "0.28.1",
11080
- "@esbuild/linux-ppc64": "0.28.1",
11081
- "@esbuild/linux-riscv64": "0.28.1",
11082
- "@esbuild/linux-s390x": "0.28.1",
11083
- "@esbuild/linux-x64": "0.28.1",
11084
- "@esbuild/netbsd-arm64": "0.28.1",
11085
- "@esbuild/netbsd-x64": "0.28.1",
11086
- "@esbuild/openbsd-arm64": "0.28.1",
11087
- "@esbuild/openbsd-x64": "0.28.1",
11088
- "@esbuild/openharmony-arm64": "0.28.1",
11089
- "@esbuild/sunos-x64": "0.28.1",
11090
- "@esbuild/win32-arm64": "0.28.1",
11091
- "@esbuild/win32-ia32": "0.28.1",
11092
- "@esbuild/win32-x64": "0.28.1"
11093
- }
11094
- },
11095
11132
  "node_modules/vitest/node_modules/picomatch": {
11096
11133
  "version": "4.0.5",
11097
11134
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
@@ -11391,6 +11428,16 @@
11391
11428
  "peerDependencies": {
11392
11429
  "zod": "^3.25.0 || ^4.0.0"
11393
11430
  }
11431
+ },
11432
+ "node_modules/zwitch": {
11433
+ "version": "2.0.4",
11434
+ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
11435
+ "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
11436
+ "license": "MIT",
11437
+ "funding": {
11438
+ "type": "github",
11439
+ "url": "https://github.com/sponsors/wooorm"
11440
+ }
11394
11441
  }
11395
11442
  }
11396
11443
  }