valaxy 0.3.10 → 0.5.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 (147) hide show
  1. package/README.md +4 -0
  2. package/{src/client → client}/App.vue +0 -0
  3. package/{src/client → client}/components/AppLink.vue +0 -0
  4. package/{src/client → client}/components/PostCard.vue +37 -23
  5. package/{src/client → client}/components/PostList.vue +0 -0
  6. package/{src/client → client}/components/README.md +0 -0
  7. package/{src/client → client}/components/ValaxyBg.vue +1 -1
  8. package/{src/client → client}/components/ValaxyCopyright.vue +0 -0
  9. package/{src/client → client}/components/ValaxyFooter.vue +2 -2
  10. package/{src/client → client}/components/ValaxyHamburger.vue +0 -0
  11. package/{src/client → client}/components/ValaxyMd.vue +1 -5
  12. package/{src/client → client}/components/ValaxyOverlay.vue +0 -0
  13. package/{src/client → client}/components/ValaxyPagination.vue +0 -0
  14. package/{src/client → client}/components/ValaxyRightSidebar.vue +0 -0
  15. package/{src/client → client}/components/ValaxySidebar.vue +0 -0
  16. package/{src/client → client}/components/ValaxyToc.vue +0 -0
  17. package/{src/client → client}/composables/category.ts +0 -0
  18. package/{src/client → client}/composables/comments/index.ts +0 -0
  19. package/{src/client → client}/composables/comments/twikoo.ts +0 -0
  20. package/{src/client → client}/composables/comments/waline.ts +0 -0
  21. package/{src/client → client}/composables/common.ts +0 -0
  22. package/{src/client → client}/composables/dark.ts +0 -0
  23. package/{src/client/composables/search → client/composables/features}/index.ts +0 -0
  24. package/{src/client → client}/composables/helper.ts +0 -0
  25. package/{src/client → client}/composables/index.ts +1 -1
  26. package/{src/client → client}/composables/layout.ts +0 -0
  27. package/{src/client → client}/composables/post.ts +0 -0
  28. package/client/composables/search/index.ts +0 -0
  29. package/{src/client → client}/composables/sidebar.ts +10 -8
  30. package/{src/client → client}/composables/tag.ts +0 -0
  31. package/{src/client → client}/composables/widgets/aplayer.ts +0 -0
  32. package/{src/client → client}/composables/widgets/backToTop.ts +0 -0
  33. package/{src/client → client}/composables/widgets/codepen.ts +0 -0
  34. package/{src/client → client}/composables/widgets/index.ts +0 -0
  35. package/{src/client → client}/config.ts +2 -1
  36. package/{src/client → client}/index.html +0 -0
  37. package/{src/client → client}/index.ts +0 -0
  38. package/{src/client → client}/layouts/404.vue +0 -0
  39. package/{src/client → client}/layouts/README.md +0 -0
  40. package/{src/client → client}/locales/README.md +0 -0
  41. package/{src/client → client}/locales/en.yml +1 -0
  42. package/{src/client → client}/locales/zh-CN.yml +4 -3
  43. package/{src/client → client}/main.ts +5 -1
  44. package/{src/client → client}/modules/README.md +0 -0
  45. package/{src/client → client}/modules/nprogress.ts +0 -0
  46. package/{src/client → client}/modules/pinia.ts +0 -0
  47. package/{src/client → client}/modules/valaxy.ts +1 -1
  48. package/{src/client → client}/pages/README.md +0 -0
  49. package/{src/client → client}/pages/[...all].vue +0 -0
  50. package/{src/client → client}/pages/hi/[name].vue +0 -0
  51. package/{src/client → client}/pages/index.vue +0 -0
  52. package/{src/client → client}/pages/page/[page].vue +0 -0
  53. package/{src/client → client}/shims.d.ts +1 -0
  54. package/{src/client → client}/stores/app.ts +0 -0
  55. package/{src/client → client}/stores/user.ts +0 -0
  56. package/{src/client → client}/styles/common/button.scss +0 -0
  57. package/{src/client → client}/styles/common/code.scss +0 -0
  58. package/{src/client → client}/styles/common/custom-blocks.scss +0 -0
  59. package/{src/client → client}/styles/common/hamburger.scss +0 -0
  60. package/{src/client → client}/styles/common/markdown.scss +5 -1
  61. package/client/styles/common/scrollbar.scss +28 -0
  62. package/{src/client → client}/styles/common/sidebar.scss +0 -0
  63. package/{src/client → client}/styles/common/transition.scss +0 -0
  64. package/{src/client → client}/styles/css-vars.scss +0 -0
  65. package/{src/client → client}/styles/global/helper.scss +0 -0
  66. package/{src/client → client}/styles/global/i18n.scss +0 -0
  67. package/{src/client → client}/styles/global/index.scss +0 -0
  68. package/{src/client → client}/styles/global/nprogress.scss +0 -0
  69. package/{src/client → client}/styles/global/reset.scss +0 -0
  70. package/{src/client → client}/styles/index.scss +0 -0
  71. package/{src/client → client}/styles/mixins/config.scss +0 -0
  72. package/{src/client → client}/styles/mixins/index.scss +0 -0
  73. package/{src/client → client}/styles/mixins/size.scss +0 -0
  74. package/{src/client → client}/styles/mixins/variable.scss +0 -0
  75. package/{src/client → client}/styles/palette.scss +0 -0
  76. package/client/styles/third/katex.scss +3 -0
  77. package/{src/client → client}/styles/vars.scss +0 -0
  78. package/{src/client → client}/styles/widgets/banner.scss +0 -0
  79. package/{src/client → client}/types.ts +0 -0
  80. package/{src/client → client}/utils/helper.ts +0 -0
  81. package/{src/client → client}/utils/index.ts +0 -0
  82. package/{src/client → client}/utils/time.ts +0 -0
  83. package/dist/chunk-EAN2KU6W.mjs +1 -0
  84. package/dist/chunk-RSQONJW3.mjs +86 -0
  85. package/dist/chunk-U5OMNIOK.js +1 -0
  86. package/dist/chunk-XQIGHIAX.js +86 -0
  87. package/dist/client/index.d.ts +188 -0
  88. package/dist/client/index.js +1 -0
  89. package/dist/client/index.mjs +1 -0
  90. package/dist/{config-de04677b.d.ts → config-7bd43d41.d.ts} +24 -12
  91. package/dist/node/cli.js +10 -10
  92. package/dist/node/cli.mjs +10 -10
  93. package/dist/node/index.d.ts +2 -2
  94. package/dist/node/index.js +1 -1
  95. package/dist/node/index.mjs +1 -1
  96. package/dist/posts-32f55e33.d.ts +117 -0
  97. package/dist/types/index.d.ts +8 -0
  98. package/dist/types/index.js +1 -0
  99. package/dist/types/index.mjs +0 -0
  100. package/index.d.ts +3 -0
  101. package/{src/node → node}/build.ts +0 -0
  102. package/{src/node → node}/cli.ts +3 -2
  103. package/node/config.ts +170 -0
  104. package/{src/node → node}/index.ts +0 -0
  105. package/{src/node → node}/markdown/check.ts +0 -0
  106. package/{src/node → node}/markdown/highlight.ts +0 -0
  107. package/{src/node → node}/markdown/index.ts +0 -0
  108. package/{src/node → node}/markdown/markdown-it/container.ts +0 -0
  109. package/{src/node → node}/markdown/markdown-it/headings.ts +0 -0
  110. package/{src/node → node}/markdown/markdown-it/highlightLines.ts +0 -0
  111. package/{src/node → node}/markdown/markdown-it/katex.ts +0 -0
  112. package/{src/node → node}/markdown/markdown-it/parseHeader.ts +0 -0
  113. package/{src/node → node}/markdown/slugify.ts +0 -0
  114. package/{src/node → node}/options.ts +2 -2
  115. package/{src/node → node}/plugins/extendConfig.ts +3 -1
  116. package/{src/node → node}/plugins/index.ts +10 -3
  117. package/{src/node → node}/plugins/markdown.ts +3 -6
  118. package/{src/node → node}/plugins/preset.ts +0 -30
  119. package/{src/node → node}/plugins/unocss.ts +0 -0
  120. package/{src/node → node}/plugins/valaxy.ts +0 -0
  121. package/{src/node → node}/rss.ts +0 -0
  122. package/{src/node → node}/server.ts +6 -4
  123. package/{src/node → node}/shims.d.ts +0 -0
  124. package/{src/node → node}/utils/cli.ts +1 -1
  125. package/node/utils/index.ts +48 -0
  126. package/node/utils/net.ts +20 -0
  127. package/{src/node → node}/vite.ts +5 -1
  128. package/package.json +21 -16
  129. package/tsup.config.ts +4 -3
  130. package/{src/types → types}/config.ts +27 -107
  131. package/{src/types → types}/index.ts +0 -0
  132. package/{src/types → types}/posts.ts +5 -0
  133. package/dist/chunk-6QPICP7C.mjs +0 -1
  134. package/dist/chunk-PICIUZML.js +0 -83
  135. package/dist/chunk-S2VGPR56.mjs +0 -83
  136. package/dist/chunk-ZP4HS4GX.js +0 -1
  137. package/dist/index.d.ts +0 -407
  138. package/dist/index.js +0 -1
  139. package/dist/index.mjs +0 -1
  140. package/src/client/composables/features/index.ts +0 -1
  141. package/src/client/composables/features/katex.ts +0 -15
  142. package/src/client/composables/search/algolia.ts +0 -115
  143. package/src/client/modules/pwa.ts +0 -12
  144. package/src/client/styles/common/scrollbar.scss +0 -34
  145. package/src/index.ts +0 -2
  146. package/src/node/config.ts +0 -52
  147. package/src/node/utils/index.ts +0 -26
@@ -0,0 +1,86 @@
1
+ import{a as we,c as B,d,e as Fe}from"./chunk-EAN2KU6W.mjs";var pi=d((a1,Gc)=>{Gc.exports={Aacute:"\xC1",aacute:"\xE1",Abreve:"\u0102",abreve:"\u0103",ac:"\u223E",acd:"\u223F",acE:"\u223E\u0333",Acirc:"\xC2",acirc:"\xE2",acute:"\xB4",Acy:"\u0410",acy:"\u0430",AElig:"\xC6",aelig:"\xE6",af:"\u2061",Afr:"\u{1D504}",afr:"\u{1D51E}",Agrave:"\xC0",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",Alpha:"\u0391",alpha:"\u03B1",Amacr:"\u0100",amacr:"\u0101",amalg:"\u2A3F",amp:"&",AMP:"&",andand:"\u2A55",And:"\u2A53",and:"\u2227",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angmsd:"\u2221",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",Aogon:"\u0104",aogon:"\u0105",Aopf:"\u{1D538}",aopf:"\u{1D552}",apacir:"\u2A6F",ap:"\u2248",apE:"\u2A70",ape:"\u224A",apid:"\u224B",apos:"'",ApplyFunction:"\u2061",approx:"\u2248",approxeq:"\u224A",Aring:"\xC5",aring:"\xE5",Ascr:"\u{1D49C}",ascr:"\u{1D4B6}",Assign:"\u2254",ast:"*",asymp:"\u2248",asympeq:"\u224D",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",Backslash:"\u2216",Barv:"\u2AE7",barvee:"\u22BD",barwed:"\u2305",Barwed:"\u2306",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",Bcy:"\u0411",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",Because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",Bernoullis:"\u212C",Beta:"\u0392",beta:"\u03B2",beth:"\u2136",between:"\u226C",Bfr:"\u{1D505}",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bNot:"\u2AED",bnot:"\u2310",Bopf:"\u{1D539}",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxbox:"\u29C9",boxdl:"\u2510",boxdL:"\u2555",boxDl:"\u2556",boxDL:"\u2557",boxdr:"\u250C",boxdR:"\u2552",boxDr:"\u2553",boxDR:"\u2554",boxh:"\u2500",boxH:"\u2550",boxhd:"\u252C",boxHd:"\u2564",boxhD:"\u2565",boxHD:"\u2566",boxhu:"\u2534",boxHu:"\u2567",boxhU:"\u2568",boxHU:"\u2569",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxul:"\u2518",boxuL:"\u255B",boxUl:"\u255C",boxUL:"\u255D",boxur:"\u2514",boxuR:"\u2558",boxUr:"\u2559",boxUR:"\u255A",boxv:"\u2502",boxV:"\u2551",boxvh:"\u253C",boxvH:"\u256A",boxVh:"\u256B",boxVH:"\u256C",boxvl:"\u2524",boxvL:"\u2561",boxVl:"\u2562",boxVL:"\u2563",boxvr:"\u251C",boxvR:"\u255E",boxVr:"\u255F",boxVR:"\u2560",bprime:"\u2035",breve:"\u02D8",Breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",Bscr:"\u212C",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsolb:"\u29C5",bsol:"\\",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",Bumpeq:"\u224E",bumpeq:"\u224F",Cacute:"\u0106",cacute:"\u0107",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",cap:"\u2229",Cap:"\u22D2",capcup:"\u2A47",capdot:"\u2A40",CapitalDifferentialD:"\u2145",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",Cayleys:"\u212D",ccaps:"\u2A4D",Ccaron:"\u010C",ccaron:"\u010D",Ccedil:"\xC7",ccedil:"\xE7",Ccirc:"\u0108",ccirc:"\u0109",Cconint:"\u2230",ccups:"\u2A4C",ccupssm:"\u2A50",Cdot:"\u010A",cdot:"\u010B",cedil:"\xB8",Cedilla:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",CenterDot:"\xB7",cfr:"\u{1D520}",Cfr:"\u212D",CHcy:"\u0427",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",Chi:"\u03A7",chi:"\u03C7",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",CircleDot:"\u2299",circledR:"\xAE",circledS:"\u24C8",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",cir:"\u25CB",cirE:"\u29C3",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",clubs:"\u2663",clubsuit:"\u2663",colon:":",Colon:"\u2237",Colone:"\u2A74",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",Congruent:"\u2261",conint:"\u222E",Conint:"\u222F",ContourIntegral:"\u222E",copf:"\u{1D554}",Copf:"\u2102",coprod:"\u2210",Coproduct:"\u2210",copy:"\xA9",COPY:"\xA9",copysr:"\u2117",CounterClockwiseContourIntegral:"\u2233",crarr:"\u21B5",cross:"\u2717",Cross:"\u2A2F",Cscr:"\u{1D49E}",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cupbrcap:"\u2A48",cupcap:"\u2A46",CupCap:"\u224D",cup:"\u222A",Cup:"\u22D3",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dagger:"\u2020",Dagger:"\u2021",daleth:"\u2138",darr:"\u2193",Darr:"\u21A1",dArr:"\u21D3",dash:"\u2010",Dashv:"\u2AE4",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",Dcaron:"\u010E",dcaron:"\u010F",Dcy:"\u0414",dcy:"\u0434",ddagger:"\u2021",ddarr:"\u21CA",DD:"\u2145",dd:"\u2146",DDotrahd:"\u2911",ddotseq:"\u2A77",deg:"\xB0",Del:"\u2207",Delta:"\u0394",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",Dfr:"\u{1D507}",dfr:"\u{1D521}",dHar:"\u2965",dharl:"\u21C3",dharr:"\u21C2",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",diam:"\u22C4",diamond:"\u22C4",Diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",DifferentialD:"\u2146",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",DJcy:"\u0402",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",Dopf:"\u{1D53B}",dopf:"\u{1D555}",Dot:"\xA8",dot:"\u02D9",DotDot:"\u20DC",doteq:"\u2250",doteqdot:"\u2251",DotEqual:"\u2250",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrowBar:"\u2913",downarrow:"\u2193",DownArrow:"\u2193",Downarrow:"\u21D3",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVectorBar:"\u2956",DownLeftVector:"\u21BD",DownRightTeeVector:"\u295F",DownRightVectorBar:"\u2957",DownRightVector:"\u21C1",DownTeeArrow:"\u21A7",DownTee:"\u22A4",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",Dscr:"\u{1D49F}",dscr:"\u{1D4B9}",DScy:"\u0405",dscy:"\u0455",dsol:"\u29F6",Dstrok:"\u0110",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",DZcy:"\u040F",dzcy:"\u045F",dzigrarr:"\u27FF",Eacute:"\xC9",eacute:"\xE9",easter:"\u2A6E",Ecaron:"\u011A",ecaron:"\u011B",Ecirc:"\xCA",ecirc:"\xEA",ecir:"\u2256",ecolon:"\u2255",Ecy:"\u042D",ecy:"\u044D",eDDot:"\u2A77",Edot:"\u0116",edot:"\u0117",eDot:"\u2251",ee:"\u2147",efDot:"\u2252",Efr:"\u{1D508}",efr:"\u{1D522}",eg:"\u2A9A",Egrave:"\xC8",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",Element:"\u2208",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",Emacr:"\u0112",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",EmptySmallSquare:"\u25FB",emptyv:"\u2205",EmptyVerySmallSquare:"\u25AB",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",ENG:"\u014A",eng:"\u014B",ensp:"\u2002",Eogon:"\u0118",eogon:"\u0119",Eopf:"\u{1D53C}",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",Epsilon:"\u0395",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",Equal:"\u2A75",equals:"=",EqualTilde:"\u2242",equest:"\u225F",Equilibrium:"\u21CC",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erarr:"\u2971",erDot:"\u2253",escr:"\u212F",Escr:"\u2130",esdot:"\u2250",Esim:"\u2A73",esim:"\u2242",Eta:"\u0397",eta:"\u03B7",ETH:"\xD0",eth:"\xF0",Euml:"\xCB",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",Exists:"\u2203",expectation:"\u2130",exponentiale:"\u2147",ExponentialE:"\u2147",fallingdotseq:"\u2252",Fcy:"\u0424",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",Ffr:"\u{1D509}",ffr:"\u{1D523}",filig:"\uFB01",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",Fopf:"\u{1D53D}",fopf:"\u{1D557}",forall:"\u2200",ForAll:"\u2200",fork:"\u22D4",forkv:"\u2AD9",Fouriertrf:"\u2131",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",Fscr:"\u2131",gacute:"\u01F5",Gamma:"\u0393",gamma:"\u03B3",Gammad:"\u03DC",gammad:"\u03DD",gap:"\u2A86",Gbreve:"\u011E",gbreve:"\u011F",Gcedil:"\u0122",Gcirc:"\u011C",gcirc:"\u011D",Gcy:"\u0413",gcy:"\u0433",Gdot:"\u0120",gdot:"\u0121",ge:"\u2265",gE:"\u2267",gEl:"\u2A8C",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",gescc:"\u2AA9",ges:"\u2A7E",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",Gfr:"\u{1D50A}",gfr:"\u{1D524}",gg:"\u226B",Gg:"\u22D9",ggg:"\u22D9",gimel:"\u2137",GJcy:"\u0403",gjcy:"\u0453",gla:"\u2AA5",gl:"\u2277",glE:"\u2A92",glj:"\u2AA4",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gnE:"\u2269",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",Gopf:"\u{1D53E}",gopf:"\u{1D558}",grave:"`",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gtcc:"\u2AA7",gtcir:"\u2A7A",gt:">",GT:">",Gt:"\u226B",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",Hacek:"\u02C7",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",HARDcy:"\u042A",hardcy:"\u044A",harrcir:"\u2948",harr:"\u2194",hArr:"\u21D4",harrw:"\u21AD",Hat:"^",hbar:"\u210F",Hcirc:"\u0124",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",Hfr:"\u210C",HilbertSpace:"\u210B",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",Hopf:"\u210D",horbar:"\u2015",HorizontalLine:"\u2500",hscr:"\u{1D4BD}",Hscr:"\u210B",hslash:"\u210F",Hstrok:"\u0126",hstrok:"\u0127",HumpDownHump:"\u224E",HumpEqual:"\u224F",hybull:"\u2043",hyphen:"\u2010",Iacute:"\xCD",iacute:"\xED",ic:"\u2063",Icirc:"\xCE",icirc:"\xEE",Icy:"\u0418",icy:"\u0438",Idot:"\u0130",IEcy:"\u0415",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",Ifr:"\u2111",Igrave:"\xCC",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",IJlig:"\u0132",ijlig:"\u0133",Imacr:"\u012A",imacr:"\u012B",image:"\u2111",ImaginaryI:"\u2148",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",Im:"\u2111",imof:"\u22B7",imped:"\u01B5",Implies:"\u21D2",incare:"\u2105",in:"\u2208",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",intcal:"\u22BA",int:"\u222B",Int:"\u222C",integers:"\u2124",Integral:"\u222B",intercal:"\u22BA",Intersection:"\u22C2",intlarhk:"\u2A17",intprod:"\u2A3C",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",IOcy:"\u0401",iocy:"\u0451",Iogon:"\u012E",iogon:"\u012F",Iopf:"\u{1D540}",iopf:"\u{1D55A}",Iota:"\u0399",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",Iscr:"\u2110",isin:"\u2208",isindot:"\u22F5",isinE:"\u22F9",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",Itilde:"\u0128",itilde:"\u0129",Iukcy:"\u0406",iukcy:"\u0456",Iuml:"\xCF",iuml:"\xEF",Jcirc:"\u0134",jcirc:"\u0135",Jcy:"\u0419",jcy:"\u0439",Jfr:"\u{1D50D}",jfr:"\u{1D527}",jmath:"\u0237",Jopf:"\u{1D541}",jopf:"\u{1D55B}",Jscr:"\u{1D4A5}",jscr:"\u{1D4BF}",Jsercy:"\u0408",jsercy:"\u0458",Jukcy:"\u0404",jukcy:"\u0454",Kappa:"\u039A",kappa:"\u03BA",kappav:"\u03F0",Kcedil:"\u0136",kcedil:"\u0137",Kcy:"\u041A",kcy:"\u043A",Kfr:"\u{1D50E}",kfr:"\u{1D528}",kgreen:"\u0138",KHcy:"\u0425",khcy:"\u0445",KJcy:"\u040C",kjcy:"\u045C",Kopf:"\u{1D542}",kopf:"\u{1D55C}",Kscr:"\u{1D4A6}",kscr:"\u{1D4C0}",lAarr:"\u21DA",Lacute:"\u0139",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",Lambda:"\u039B",lambda:"\u03BB",lang:"\u27E8",Lang:"\u27EA",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",Laplacetrf:"\u2112",laquo:"\xAB",larrb:"\u21E4",larrbfs:"\u291F",larr:"\u2190",Larr:"\u219E",lArr:"\u21D0",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",latail:"\u2919",lAtail:"\u291B",lat:"\u2AAB",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lBarr:"\u290E",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",Lcaron:"\u013D",lcaron:"\u013E",Lcedil:"\u013B",lcedil:"\u013C",lceil:"\u2308",lcub:"{",Lcy:"\u041B",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",lE:"\u2266",LeftAngleBracket:"\u27E8",LeftArrowBar:"\u21E4",leftarrow:"\u2190",LeftArrow:"\u2190",Leftarrow:"\u21D0",LeftArrowRightArrow:"\u21C6",leftarrowtail:"\u21A2",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVectorBar:"\u2959",LeftDownVector:"\u21C3",LeftFloor:"\u230A",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",LeftRightArrow:"\u2194",Leftrightarrow:"\u21D4",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",LeftRightVector:"\u294E",LeftTeeArrow:"\u21A4",LeftTee:"\u22A3",LeftTeeVector:"\u295A",leftthreetimes:"\u22CB",LeftTriangleBar:"\u29CF",LeftTriangle:"\u22B2",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVectorBar:"\u2958",LeftUpVector:"\u21BF",LeftVectorBar:"\u2952",LeftVector:"\u21BC",lEg:"\u2A8B",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",lescc:"\u2AA8",les:"\u2A7D",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",lessgtr:"\u2276",LessLess:"\u2AA1",lesssim:"\u2272",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",lfisht:"\u297C",lfloor:"\u230A",Lfr:"\u{1D50F}",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lHar:"\u2962",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",LJcy:"\u0409",ljcy:"\u0459",llarr:"\u21C7",ll:"\u226A",Ll:"\u22D8",llcorner:"\u231E",Lleftarrow:"\u21DA",llhard:"\u296B",lltri:"\u25FA",Lmidot:"\u013F",lmidot:"\u0140",lmoustache:"\u23B0",lmoust:"\u23B0",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lnE:"\u2268",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",LongLeftArrow:"\u27F5",Longleftarrow:"\u27F8",longleftrightarrow:"\u27F7",LongLeftRightArrow:"\u27F7",Longleftrightarrow:"\u27FA",longmapsto:"\u27FC",longrightarrow:"\u27F6",LongRightArrow:"\u27F6",Longrightarrow:"\u27F9",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",Lopf:"\u{1D543}",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",Lscr:"\u2112",lsh:"\u21B0",Lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",Lstrok:"\u0141",lstrok:"\u0142",ltcc:"\u2AA6",ltcir:"\u2A79",lt:"<",LT:"<",Lt:"\u226A",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",ltrPar:"\u2996",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",Map:"\u2905",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",Mcy:"\u041C",mcy:"\u043C",mdash:"\u2014",mDDot:"\u223A",measuredangle:"\u2221",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",midast:"*",midcir:"\u2AF0",mid:"\u2223",middot:"\xB7",minusb:"\u229F",minus:"\u2212",minusd:"\u2238",minusdu:"\u2A2A",MinusPlus:"\u2213",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",Mopf:"\u{1D544}",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",Mscr:"\u2133",mstpos:"\u223E",Mu:"\u039C",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nabla:"\u2207",Nacute:"\u0143",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natural:"\u266E",naturals:"\u2115",natur:"\u266E",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",Ncaron:"\u0147",ncaron:"\u0148",Ncedil:"\u0145",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",Ncy:"\u041D",ncy:"\u043D",ndash:"\u2013",nearhk:"\u2924",nearr:"\u2197",neArr:"\u21D7",nearrow:"\u2197",ne:"\u2260",nedot:"\u2250\u0338",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
2
+ `,nexist:"\u2204",nexists:"\u2204",Nfr:"\u{1D511}",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",nGg:"\u22D9\u0338",ngsim:"\u2275",nGt:"\u226B\u20D2",ngt:"\u226F",ngtr:"\u226F",nGtv:"\u226B\u0338",nharr:"\u21AE",nhArr:"\u21CE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",NJcy:"\u040A",njcy:"\u045A",nlarr:"\u219A",nlArr:"\u21CD",nldr:"\u2025",nlE:"\u2266\u0338",nle:"\u2270",nleftarrow:"\u219A",nLeftarrow:"\u21CD",nleftrightarrow:"\u21AE",nLeftrightarrow:"\u21CE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nLl:"\u22D8\u0338",nlsim:"\u2274",nLt:"\u226A\u20D2",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nLtv:"\u226A\u0338",nmid:"\u2224",NoBreak:"\u2060",NonBreakingSpace:"\xA0",nopf:"\u{1D55F}",Nopf:"\u2115",Not:"\u2AEC",not:"\xAC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",notin:"\u2209",notindot:"\u22F5\u0338",notinE:"\u22F9\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangle:"\u22EB",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",nparallel:"\u2226",npar:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",nprec:"\u2280",npreceq:"\u2AAF\u0338",npre:"\u2AAF\u0338",nrarrc:"\u2933\u0338",nrarr:"\u219B",nrArr:"\u21CF",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nRightarrow:"\u21CF",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",Nscr:"\u{1D4A9}",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",Ntilde:"\xD1",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",Nu:"\u039D",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvDash:"\u22AD",nVdash:"\u22AE",nVDash:"\u22AF",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvHarr:"\u2904",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwarhk:"\u2923",nwarr:"\u2196",nwArr:"\u21D6",nwarrow:"\u2196",nwnear:"\u2927",Oacute:"\xD3",oacute:"\xF3",oast:"\u229B",Ocirc:"\xD4",ocirc:"\xF4",ocir:"\u229A",Ocy:"\u041E",ocy:"\u043E",odash:"\u229D",Odblac:"\u0150",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",OElig:"\u0152",oelig:"\u0153",ofcir:"\u29BF",Ofr:"\u{1D512}",ofr:"\u{1D52C}",ogon:"\u02DB",Ograve:"\xD2",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",Omacr:"\u014C",omacr:"\u014D",Omega:"\u03A9",omega:"\u03C9",Omicron:"\u039F",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",Oopf:"\u{1D546}",oopf:"\u{1D560}",opar:"\u29B7",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",operp:"\u29B9",oplus:"\u2295",orarr:"\u21BB",Or:"\u2A54",or:"\u2228",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oS:"\u24C8",Oscr:"\u{1D4AA}",oscr:"\u2134",Oslash:"\xD8",oslash:"\xF8",osol:"\u2298",Otilde:"\xD5",otilde:"\xF5",otimesas:"\u2A36",Otimes:"\u2A37",otimes:"\u2297",Ouml:"\xD6",ouml:"\xF6",ovbar:"\u233D",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",para:"\xB6",parallel:"\u2225",par:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",PartialD:"\u2202",Pcy:"\u041F",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",Pfr:"\u{1D513}",pfr:"\u{1D52D}",Phi:"\u03A6",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",Pi:"\u03A0",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plus:"+",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",PlusMinus:"\xB1",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",Poincareplane:"\u210C",pointint:"\u2A15",popf:"\u{1D561}",Popf:"\u2119",pound:"\xA3",prap:"\u2AB7",Pr:"\u2ABB",pr:"\u227A",prcue:"\u227C",precapprox:"\u2AB7",prec:"\u227A",preccurlyeq:"\u227C",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",pre:"\u2AAF",prE:"\u2AB3",precsim:"\u227E",prime:"\u2032",Prime:"\u2033",primes:"\u2119",prnap:"\u2AB9",prnE:"\u2AB5",prnsim:"\u22E8",prod:"\u220F",Product:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",Proportional:"\u221D",Proportion:"\u2237",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",Pscr:"\u{1D4AB}",pscr:"\u{1D4C5}",Psi:"\u03A8",psi:"\u03C8",puncsp:"\u2008",Qfr:"\u{1D514}",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",Qopf:"\u211A",qprime:"\u2057",Qscr:"\u{1D4AC}",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',QUOT:'"',rAarr:"\u21DB",race:"\u223D\u0331",Racute:"\u0154",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",Rang:"\u27EB",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarr:"\u2192",Rarr:"\u21A0",rArr:"\u21D2",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",Rarrtl:"\u2916",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",rAtail:"\u291C",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rBarr:"\u290F",RBarr:"\u2910",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",Rcaron:"\u0158",rcaron:"\u0159",Rcedil:"\u0156",rcedil:"\u0157",rceil:"\u2309",rcub:"}",Rcy:"\u0420",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",Re:"\u211C",rect:"\u25AD",reg:"\xAE",REG:"\xAE",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",Rfr:"\u211C",rHar:"\u2964",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",Rho:"\u03A1",rho:"\u03C1",rhov:"\u03F1",RightAngleBracket:"\u27E9",RightArrowBar:"\u21E5",rightarrow:"\u2192",RightArrow:"\u2192",Rightarrow:"\u21D2",RightArrowLeftArrow:"\u21C4",rightarrowtail:"\u21A3",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVectorBar:"\u2955",RightDownVector:"\u21C2",RightFloor:"\u230B",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",RightTeeArrow:"\u21A6",RightTee:"\u22A2",RightTeeVector:"\u295B",rightthreetimes:"\u22CC",RightTriangleBar:"\u29D0",RightTriangle:"\u22B3",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVectorBar:"\u2954",RightUpVector:"\u21BE",RightVectorBar:"\u2953",RightVector:"\u21C0",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoustache:"\u23B1",rmoust:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",Ropf:"\u211D",roplus:"\u2A2E",rotimes:"\u2A35",RoundImplies:"\u2970",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",Rrightarrow:"\u21DB",rsaquo:"\u203A",rscr:"\u{1D4C7}",Rscr:"\u211B",rsh:"\u21B1",Rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",RuleDelayed:"\u29F4",ruluhar:"\u2968",rx:"\u211E",Sacute:"\u015A",sacute:"\u015B",sbquo:"\u201A",scap:"\u2AB8",Scaron:"\u0160",scaron:"\u0161",Sc:"\u2ABC",sc:"\u227B",sccue:"\u227D",sce:"\u2AB0",scE:"\u2AB4",Scedil:"\u015E",scedil:"\u015F",Scirc:"\u015C",scirc:"\u015D",scnap:"\u2ABA",scnE:"\u2AB6",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",Scy:"\u0421",scy:"\u0441",sdotb:"\u22A1",sdot:"\u22C5",sdote:"\u2A66",searhk:"\u2925",searr:"\u2198",seArr:"\u21D8",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",Sfr:"\u{1D516}",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",SHCHcy:"\u0429",shchcy:"\u0449",SHcy:"\u0428",shcy:"\u0448",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",shortmid:"\u2223",shortparallel:"\u2225",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",shy:"\xAD",Sigma:"\u03A3",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",SmallCircle:"\u2218",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",SOFTcy:"\u042C",softcy:"\u044C",solbar:"\u233F",solb:"\u29C4",sol:"/",Sopf:"\u{1D54A}",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",Sqrt:"\u221A",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",square:"\u25A1",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",squarf:"\u25AA",squ:"\u25A1",squf:"\u25AA",srarr:"\u2192",Sscr:"\u{1D4AE}",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",Star:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",Sub:"\u22D0",subdot:"\u2ABD",subE:"\u2AC5",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",Subset:"\u22D0",subseteq:"\u2286",subseteqq:"\u2AC5",SubsetEqual:"\u2286",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succapprox:"\u2AB8",succ:"\u227B",succcurlyeq:"\u227D",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",SuchThat:"\u220B",sum:"\u2211",Sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",Sup:"\u22D1",supdot:"\u2ABE",supdsub:"\u2AD8",supE:"\u2AC6",supe:"\u2287",supedot:"\u2AC4",Superset:"\u2283",SupersetEqual:"\u2287",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",Supset:"\u22D1",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swarhk:"\u2926",swarr:"\u2199",swArr:"\u21D9",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",Tab:" ",target:"\u2316",Tau:"\u03A4",tau:"\u03C4",tbrk:"\u23B4",Tcaron:"\u0164",tcaron:"\u0165",Tcedil:"\u0162",tcedil:"\u0163",Tcy:"\u0422",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",Tfr:"\u{1D517}",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",Therefore:"\u2234",Theta:"\u0398",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",THORN:"\xDE",thorn:"\xFE",tilde:"\u02DC",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",timesbar:"\u2A31",timesb:"\u22A0",times:"\xD7",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",topbot:"\u2336",topcir:"\u2AF1",top:"\u22A4",Topf:"\u{1D54B}",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",TRADE:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",TripleDot:"\u20DB",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",Tscr:"\u{1D4AF}",tscr:"\u{1D4C9}",TScy:"\u0426",tscy:"\u0446",TSHcy:"\u040B",tshcy:"\u045B",Tstrok:"\u0166",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",Uacute:"\xDA",uacute:"\xFA",uarr:"\u2191",Uarr:"\u219F",uArr:"\u21D1",Uarrocir:"\u2949",Ubrcy:"\u040E",ubrcy:"\u045E",Ubreve:"\u016C",ubreve:"\u016D",Ucirc:"\xDB",ucirc:"\xFB",Ucy:"\u0423",ucy:"\u0443",udarr:"\u21C5",Udblac:"\u0170",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",Ufr:"\u{1D518}",ufr:"\u{1D532}",Ugrave:"\xD9",ugrave:"\xF9",uHar:"\u2963",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",Umacr:"\u016A",umacr:"\u016B",uml:"\xA8",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",uogon:"\u0173",Uopf:"\u{1D54C}",uopf:"\u{1D566}",UpArrowBar:"\u2912",uparrow:"\u2191",UpArrow:"\u2191",Uparrow:"\u21D1",UpArrowDownArrow:"\u21C5",updownarrow:"\u2195",UpDownArrow:"\u2195",Updownarrow:"\u21D5",UpEquilibrium:"\u296E",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",upsi:"\u03C5",Upsi:"\u03D2",upsih:"\u03D2",Upsilon:"\u03A5",upsilon:"\u03C5",UpTeeArrow:"\u21A5",UpTee:"\u22A5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",Uring:"\u016E",uring:"\u016F",urtri:"\u25F9",Uscr:"\u{1D4B0}",uscr:"\u{1D4CA}",utdot:"\u22F0",Utilde:"\u0168",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",Uuml:"\xDC",uuml:"\xFC",uwangle:"\u29A7",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",vArr:"\u21D5",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vBar:"\u2AE8",Vbar:"\u2AEB",vBarv:"\u2AE9",Vcy:"\u0412",vcy:"\u0432",vdash:"\u22A2",vDash:"\u22A8",Vdash:"\u22A9",VDash:"\u22AB",Vdashl:"\u2AE6",veebar:"\u22BB",vee:"\u2228",Vee:"\u22C1",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",Verbar:"\u2016",vert:"|",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",Vopf:"\u{1D54D}",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",Vscr:"\u{1D4B1}",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",Vvdash:"\u22AA",vzigzag:"\u299A",Wcirc:"\u0174",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",Wedge:"\u22C0",wedgeq:"\u2259",weierp:"\u2118",Wfr:"\u{1D51A}",wfr:"\u{1D534}",Wopf:"\u{1D54E}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",Wscr:"\u{1D4B2}",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",Xfr:"\u{1D51B}",xfr:"\u{1D535}",xharr:"\u27F7",xhArr:"\u27FA",Xi:"\u039E",xi:"\u03BE",xlarr:"\u27F5",xlArr:"\u27F8",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",Xopf:"\u{1D54F}",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrarr:"\u27F6",xrArr:"\u27F9",Xscr:"\u{1D4B3}",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",Yacute:"\xDD",yacute:"\xFD",YAcy:"\u042F",yacy:"\u044F",Ycirc:"\u0176",ycirc:"\u0177",Ycy:"\u042B",ycy:"\u044B",yen:"\xA5",Yfr:"\u{1D51C}",yfr:"\u{1D536}",YIcy:"\u0407",yicy:"\u0457",Yopf:"\u{1D550}",yopf:"\u{1D56A}",Yscr:"\u{1D4B4}",yscr:"\u{1D4CE}",YUcy:"\u042E",yucy:"\u044E",yuml:"\xFF",Yuml:"\u0178",Zacute:"\u0179",zacute:"\u017A",Zcaron:"\u017D",zcaron:"\u017E",Zcy:"\u0417",zcy:"\u0437",Zdot:"\u017B",zdot:"\u017C",zeetrf:"\u2128",ZeroWidthSpace:"\u200B",Zeta:"\u0396",zeta:"\u03B6",zfr:"\u{1D537}",Zfr:"\u2128",ZHcy:"\u0416",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",Zopf:"\u2124",Zscr:"\u{1D4B5}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"}});var Wr=d((c1,hi)=>{"use strict";hi.exports=pi()});var hr=d((l1,di)=>{di.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/});var xi=d((f1,gi)=>{"use strict";var mi={};function Yc(e){var r,n,i=mi[e];if(i)return i;for(i=mi[e]=[],r=0;r<128;r++)n=String.fromCharCode(r),/^[0-9a-z]$/i.test(n)?i.push(n):i.push("%"+("0"+r.toString(16).toUpperCase()).slice(-2));for(r=0;r<e.length;r++)i[e.charCodeAt(r)]=e[r];return i}function dr(e,r,n){var i,t,o,u,s,a="";for(typeof r!="string"&&(n=r,r=dr.defaultChars),typeof n>"u"&&(n=!0),s=Yc(r),i=0,t=e.length;i<t;i++){if(o=e.charCodeAt(i),n&&o===37&&i+2<t&&/^[0-9a-f]{2}$/i.test(e.slice(i+1,i+3))){a+=e.slice(i,i+3),i+=2;continue}if(o<128){a+=s[o];continue}if(o>=55296&&o<=57343){if(o>=55296&&o<=56319&&i+1<t&&(u=e.charCodeAt(i+1),u>=56320&&u<=57343)){a+=encodeURIComponent(e[i]+e[i+1]),i++;continue}a+="%EF%BF%BD";continue}a+=encodeURIComponent(e[i])}return a}dr.defaultChars=";/?:@&=+$,-_.!~*'()#";dr.componentChars="-_.!~*'()";gi.exports=dr});var yi=d((p1,vi)=>{"use strict";var _i={};function Zc(e){var r,n,i=_i[e];if(i)return i;for(i=_i[e]=[],r=0;r<128;r++)n=String.fromCharCode(r),i.push(n);for(r=0;r<e.length;r++)n=e.charCodeAt(r),i[n]="%"+("0"+n.toString(16).toUpperCase()).slice(-2);return i}function mr(e,r){var n;return typeof r!="string"&&(r=mr.defaultChars),n=Zc(r),e.replace(/(%[a-f0-9]{2})+/gi,function(i){var t,o,u,s,a,c,l,f="";for(t=0,o=i.length;t<o;t+=3){if(u=parseInt(i.slice(t+1,t+3),16),u<128){f+=n[u];continue}if((u&224)===192&&t+3<o&&(s=parseInt(i.slice(t+4,t+6),16),(s&192)===128)){l=u<<6&1984|s&63,l<128?f+="\uFFFD\uFFFD":f+=String.fromCharCode(l),t+=3;continue}if((u&240)===224&&t+6<o&&(s=parseInt(i.slice(t+4,t+6),16),a=parseInt(i.slice(t+7,t+9),16),(s&192)===128&&(a&192)===128)){l=u<<12&61440|s<<6&4032|a&63,l<2048||l>=55296&&l<=57343?f+="\uFFFD\uFFFD\uFFFD":f+=String.fromCharCode(l),t+=6;continue}if((u&248)===240&&t+9<o&&(s=parseInt(i.slice(t+4,t+6),16),a=parseInt(i.slice(t+7,t+9),16),c=parseInt(i.slice(t+10,t+12),16),(s&192)===128&&(a&192)===128&&(c&192)===128)){l=u<<18&1835008|s<<12&258048|a<<6&4032|c&63,l<65536||l>1114111?f+="\uFFFD\uFFFD\uFFFD\uFFFD":(l-=65536,f+=String.fromCharCode(55296+(l>>10),56320+(l&1023))),t+=9;continue}f+="\uFFFD"}return f})}mr.defaultChars=";/?:@&=+$,#";mr.componentChars="";vi.exports=mr});var ki=d((h1,bi)=>{"use strict";bi.exports=function(r){var n="";return n+=r.protocol||"",n+=r.slashes?"//":"",n+=r.auth?r.auth+"@":"",r.hostname&&r.hostname.indexOf(":")!==-1?n+="["+r.hostname+"]":n+=r.hostname||"",n+=r.port?":"+r.port:"",n+=r.pathname||"",n+=r.search||"",n+=r.hash||"",n}});var Si=d((d1,Di)=>{"use strict";function gr(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var Wc=/^([a-z0-9.+-]+:)/i,Kc=/:[0-9]*$/,Jc=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Qc=["<",">",'"',"`"," ","\r",`
3
+ `," "],Xc=["{","}","|","\\","^","`"].concat(Qc),el=["'"].concat(Xc),Ai=["%","/","?",";","#"].concat(el),Ei=["/","?","#"],rl=255,Ci=/^[+a-z0-9A-Z_-]{0,63}$/,nl=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,wi={javascript:!0,"javascript:":!0},Fi={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function il(e,r){if(e&&e instanceof gr)return e;var n=new gr;return n.parse(e,r),n}gr.prototype.parse=function(e,r){var n,i,t,o,u,s=e;if(s=s.trim(),!r&&e.split("#").length===1){var a=Jc.exec(s);if(a)return this.pathname=a[1],a[2]&&(this.search=a[2]),this}var c=Wc.exec(s);if(c&&(c=c[0],t=c.toLowerCase(),this.protocol=c,s=s.substr(c.length)),(r||c||s.match(/^\/\/[^@\/]+@[^@\/]+/))&&(u=s.substr(0,2)==="//",u&&!(c&&wi[c])&&(s=s.substr(2),this.slashes=!0)),!wi[c]&&(u||c&&!Fi[c])){var l=-1;for(n=0;n<Ei.length;n++)o=s.indexOf(Ei[n]),o!==-1&&(l===-1||o<l)&&(l=o);var f,h;for(l===-1?h=s.lastIndexOf("@"):h=s.lastIndexOf("@",l),h!==-1&&(f=s.slice(0,h),s=s.slice(h+1),this.auth=f),l=-1,n=0;n<Ai.length;n++)o=s.indexOf(Ai[n]),o!==-1&&(l===-1||o<l)&&(l=o);l===-1&&(l=s.length),s[l-1]===":"&&l--;var p=s.slice(0,l);s=s.slice(l),this.parseHost(p),this.hostname=this.hostname||"";var m=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!m){var x=this.hostname.split(/\./);for(n=0,i=x.length;n<i;n++){var g=x[n];if(!!g&&!g.match(Ci)){for(var b="",_=0,k=g.length;_<k;_++)g.charCodeAt(_)>127?b+="x":b+=g[_];if(!b.match(Ci)){var C=x.slice(0,n),D=x.slice(n+1),v=g.match(nl);v&&(C.push(v[1]),D.unshift(v[2])),D.length&&(s=D.join(".")+s),this.hostname=C.join(".");break}}}}this.hostname.length>rl&&(this.hostname=""),m&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var A=s.indexOf("#");A!==-1&&(this.hash=s.substr(A),s=s.slice(0,A));var S=s.indexOf("?");return S!==-1&&(this.search=s.substr(S),s=s.slice(0,S)),s&&(this.pathname=s),Fi[t]&&this.hostname&&!this.pathname&&(this.pathname=""),this};gr.prototype.parseHost=function(e){var r=Kc.exec(e);r&&(r=r[0],r!==":"&&(this.port=r.substr(1)),e=e.substr(0,e.length-r.length)),e&&(this.hostname=e)};Di.exports=il});var Kr=d((m1,He)=>{"use strict";He.exports.encode=xi();He.exports.decode=yi();He.exports.format=ki();He.exports.parse=Si()});var Jr=d((g1,qi)=>{qi.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/});var Qr=d((x1,Ti)=>{Ti.exports=/[\0-\x1F\x7F-\x9F]/});var Ii=d((_1,Oi)=>{Oi.exports=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/});var Xr=d((v1,Ri)=>{Ri.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/});var Pi=d(De=>{"use strict";De.Any=Jr();De.Cc=Qr();De.Cf=Ii();De.P=hr();De.Z=Xr()});var O=d($=>{"use strict";function tl(e){return Object.prototype.toString.call(e)}function ol(e){return tl(e)==="[object String]"}var ul=Object.prototype.hasOwnProperty;function Mi(e,r){return ul.call(e,r)}function sl(e){var r=Array.prototype.slice.call(arguments,1);return r.forEach(function(n){if(!!n){if(typeof n!="object")throw new TypeError(n+"must be object");Object.keys(n).forEach(function(i){e[i]=n[i]})}}),e}function al(e,r,n){return[].concat(e.slice(0,r),n,e.slice(r+1))}function Bi(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||(e&65535)===65535||(e&65535)===65534||e>=0&&e<=8||e===11||e>=14&&e<=31||e>=127&&e<=159||e>1114111)}function Ni(e){if(e>65535){e-=65536;var r=55296+(e>>10),n=56320+(e&1023);return String.fromCharCode(r,n)}return String.fromCharCode(e)}var ji=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,cl=/&([a-z#][a-z0-9]{1,31});/gi,ll=new RegExp(ji.source+"|"+cl.source,"gi"),fl=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,Li=Wr();function pl(e,r){var n=0;return Mi(Li,r)?Li[r]:r.charCodeAt(0)===35&&fl.test(r)&&(n=r[1].toLowerCase()==="x"?parseInt(r.slice(2),16):parseInt(r.slice(1),10),Bi(n))?Ni(n):e}function hl(e){return e.indexOf("\\")<0?e:e.replace(ji,"$1")}function dl(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(ll,function(r,n,i){return n||pl(r,i)})}var ml=/[&<>"]/,gl=/[&<>"]/g,xl={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function _l(e){return xl[e]}function vl(e){return ml.test(e)?e.replace(gl,_l):e}var yl=/[.?*+^$[\]\\(){}|-]/g;function bl(e){return e.replace(yl,"\\$&")}function kl(e){switch(e){case 9:case 32:return!0}return!1}function Al(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var El=hr();function Cl(e){return El.test(e)}function wl(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function Fl(e){return e=e.trim().replace(/\s+/g," "),"\u1E9E".toLowerCase()==="\u1E7E"&&(e=e.replace(/ẞ/g,"\xDF")),e.toLowerCase().toUpperCase()}$.lib={};$.lib.mdurl=Kr();$.lib.ucmicro=Pi();$.assign=sl;$.isString=ol;$.has=Mi;$.unescapeMd=hl;$.unescapeAll=dl;$.isValidEntityCode=Bi;$.fromCodePoint=Ni;$.escapeHtml=vl;$.arrayReplaceAt=al;$.isSpace=kl;$.isWhiteSpace=Al;$.isMdAsciiPunct=wl;$.isPunctChar=Cl;$.escapeRE=bl;$.normalizeReference=Fl});var $i=d((k1,zi)=>{"use strict";zi.exports=function(r,n,i){var t,o,u,s,a=-1,c=r.posMax,l=r.pos;for(r.pos=n+1,t=1;r.pos<c;){if(u=r.src.charCodeAt(r.pos),u===93&&(t--,t===0)){o=!0;break}if(s=r.pos,r.md.inline.skipToken(r),u===91){if(s===r.pos-1)t++;else if(i)return r.pos=l,-1}}return o&&(a=r.pos),r.pos=l,a}});var Vi=d((A1,Hi)=>{"use strict";var Ui=O().unescapeAll;Hi.exports=function(r,n,i){var t,o,u=0,s=n,a={ok:!1,pos:0,lines:0,str:""};if(r.charCodeAt(n)===60){for(n++;n<i;){if(t=r.charCodeAt(n),t===10||t===60)return a;if(t===62)return a.pos=n+1,a.str=Ui(r.slice(s+1,n)),a.ok=!0,a;if(t===92&&n+1<i){n+=2;continue}n++}return a}for(o=0;n<i&&(t=r.charCodeAt(n),!(t===32||t<32||t===127));){if(t===92&&n+1<i){if(r.charCodeAt(n+1)===32)break;n+=2;continue}if(t===40&&(o++,o>32))return a;if(t===41){if(o===0)break;o--}n++}return s===n||o!==0||(a.str=Ui(r.slice(s,n)),a.lines=u,a.pos=n,a.ok=!0),a}});var Yi=d((E1,Gi)=>{"use strict";var Dl=O().unescapeAll;Gi.exports=function(r,n,i){var t,o,u=0,s=n,a={ok:!1,pos:0,lines:0,str:""};if(n>=i||(o=r.charCodeAt(n),o!==34&&o!==39&&o!==40))return a;for(n++,o===40&&(o=41);n<i;){if(t=r.charCodeAt(n),t===o)return a.pos=n+1,a.lines=u,a.str=Dl(r.slice(s+1,n)),a.ok=!0,a;if(t===40&&o===41)return a;t===10?u++:t===92&&n+1<i&&(n++,r.charCodeAt(n)===10&&u++),n++}return a}});var Zi=d(xr=>{"use strict";xr.parseLinkLabel=$i();xr.parseLinkDestination=Vi();xr.parseLinkTitle=Yi()});var Ki=d((w1,Wi)=>{"use strict";var Sl=O().assign,ql=O().unescapeAll,de=O().escapeHtml,ne={};ne.code_inline=function(e,r,n,i,t){var o=e[r];return"<code"+t.renderAttrs(o)+">"+de(e[r].content)+"</code>"};ne.code_block=function(e,r,n,i,t){var o=e[r];return"<pre"+t.renderAttrs(o)+"><code>"+de(e[r].content)+`</code></pre>
4
+ `};ne.fence=function(e,r,n,i,t){var o=e[r],u=o.info?ql(o.info).trim():"",s="",a="",c,l,f,h,p;return u&&(f=u.split(/(\s+)/g),s=f[0],a=f.slice(2).join("")),n.highlight?c=n.highlight(o.content,s,a)||de(o.content):c=de(o.content),c.indexOf("<pre")===0?c+`
5
+ `:u?(l=o.attrIndex("class"),h=o.attrs?o.attrs.slice():[],l<0?h.push(["class",n.langPrefix+s]):(h[l]=h[l].slice(),h[l][1]+=" "+n.langPrefix+s),p={attrs:h},"<pre><code"+t.renderAttrs(p)+">"+c+`</code></pre>
6
+ `):"<pre><code"+t.renderAttrs(o)+">"+c+`</code></pre>
7
+ `};ne.image=function(e,r,n,i,t){var o=e[r];return o.attrs[o.attrIndex("alt")][1]=t.renderInlineAsText(o.children,n,i),t.renderToken(e,r,n)};ne.hardbreak=function(e,r,n){return n.xhtmlOut?`<br />
8
+ `:`<br>
9
+ `};ne.softbreak=function(e,r,n){return n.breaks?n.xhtmlOut?`<br />
10
+ `:`<br>
11
+ `:`
12
+ `};ne.text=function(e,r){return de(e[r].content)};ne.html_block=function(e,r){return e[r].content};ne.html_inline=function(e,r){return e[r].content};function Se(){this.rules=Sl({},ne)}Se.prototype.renderAttrs=function(r){var n,i,t;if(!r.attrs)return"";for(t="",n=0,i=r.attrs.length;n<i;n++)t+=" "+de(r.attrs[n][0])+'="'+de(r.attrs[n][1])+'"';return t};Se.prototype.renderToken=function(r,n,i){var t,o="",u=!1,s=r[n];return s.hidden?"":(s.block&&s.nesting!==-1&&n&&r[n-1].hidden&&(o+=`
13
+ `),o+=(s.nesting===-1?"</":"<")+s.tag,o+=this.renderAttrs(s),s.nesting===0&&i.xhtmlOut&&(o+=" /"),s.block&&(u=!0,s.nesting===1&&n+1<r.length&&(t=r[n+1],(t.type==="inline"||t.hidden||t.nesting===-1&&t.tag===s.tag)&&(u=!1))),o+=u?`>
14
+ `:">",o)};Se.prototype.renderInline=function(e,r,n){for(var i,t="",o=this.rules,u=0,s=e.length;u<s;u++)i=e[u].type,typeof o[i]<"u"?t+=o[i](e,u,r,n,this):t+=this.renderToken(e,u,r);return t};Se.prototype.renderInlineAsText=function(e,r,n){for(var i="",t=0,o=e.length;t<o;t++)e[t].type==="text"?i+=e[t].content:e[t].type==="image"?i+=this.renderInlineAsText(e[t].children,r,n):e[t].type==="softbreak"&&(i+=`
15
+ `);return i};Se.prototype.render=function(e,r,n){var i,t,o,u="",s=this.rules;for(i=0,t=e.length;i<t;i++)o=e[i].type,o==="inline"?u+=this.renderInline(e[i].children,r,n):typeof s[o]<"u"?u+=s[e[i].type](e,i,r,n,this):u+=this.renderToken(e,i,r,n);return u};Wi.exports=Se});var _r=d((F1,Ji)=>{"use strict";function ee(){this.__rules__=[],this.__cache__=null}ee.prototype.__find__=function(e){for(var r=0;r<this.__rules__.length;r++)if(this.__rules__[r].name===e)return r;return-1};ee.prototype.__compile__=function(){var e=this,r=[""];e.__rules__.forEach(function(n){!n.enabled||n.alt.forEach(function(i){r.indexOf(i)<0&&r.push(i)})}),e.__cache__={},r.forEach(function(n){e.__cache__[n]=[],e.__rules__.forEach(function(i){!i.enabled||n&&i.alt.indexOf(n)<0||e.__cache__[n].push(i.fn)})})};ee.prototype.at=function(e,r,n){var i=this.__find__(e),t=n||{};if(i===-1)throw new Error("Parser rule not found: "+e);this.__rules__[i].fn=r,this.__rules__[i].alt=t.alt||[],this.__cache__=null};ee.prototype.before=function(e,r,n,i){var t=this.__find__(e),o=i||{};if(t===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(t,0,{name:r,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null};ee.prototype.after=function(e,r,n,i){var t=this.__find__(e),o=i||{};if(t===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(t+1,0,{name:r,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null};ee.prototype.push=function(e,r,n){var i=n||{};this.__rules__.push({name:e,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null};ee.prototype.enable=function(e,r){Array.isArray(e)||(e=[e]);var n=[];return e.forEach(function(i){var t=this.__find__(i);if(t<0){if(r)return;throw new Error("Rules manager: invalid rule name "+i)}this.__rules__[t].enabled=!0,n.push(i)},this),this.__cache__=null,n};ee.prototype.enableOnly=function(e,r){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(n){n.enabled=!1}),this.enable(e,r)};ee.prototype.disable=function(e,r){Array.isArray(e)||(e=[e]);var n=[];return e.forEach(function(i){var t=this.__find__(i);if(t<0){if(r)return;throw new Error("Rules manager: invalid rule name "+i)}this.__rules__[t].enabled=!1,n.push(i)},this),this.__cache__=null,n};ee.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};Ji.exports=ee});var Xi=d((D1,Qi)=>{"use strict";var Tl=/\r\n?|\n/g,Ol=/\0/g;Qi.exports=function(r){var n;n=r.src.replace(Tl,`
16
+ `),n=n.replace(Ol,"\uFFFD"),r.src=n}});var rt=d((S1,et)=>{"use strict";et.exports=function(r){var n;r.inlineMode?(n=new r.Token("inline","",0),n.content=r.src,n.map=[0,1],n.children=[],r.tokens.push(n)):r.md.block.parse(r.src,r.md,r.env,r.tokens)}});var it=d((q1,nt)=>{"use strict";nt.exports=function(r){var n=r.tokens,i,t,o;for(t=0,o=n.length;t<o;t++)i=n[t],i.type==="inline"&&r.md.inline.parse(i.content,r.md,r.env,i.children)}});var ot=d((T1,tt)=>{"use strict";var Il=O().arrayReplaceAt;function Rl(e){return/^<a[>\s]/i.test(e)}function Pl(e){return/^<\/a\s*>/i.test(e)}tt.exports=function(r){var n,i,t,o,u,s,a,c,l,f,h,p,m,x,g,b,_=r.tokens,k;if(!!r.md.options.linkify){for(i=0,t=_.length;i<t;i++)if(!(_[i].type!=="inline"||!r.md.linkify.pretest(_[i].content)))for(o=_[i].children,m=0,n=o.length-1;n>=0;n--){if(s=o[n],s.type==="link_close"){for(n--;o[n].level!==s.level&&o[n].type!=="link_open";)n--;continue}if(s.type==="html_inline"&&(Rl(s.content)&&m>0&&m--,Pl(s.content)&&m++),!(m>0)&&s.type==="text"&&r.md.linkify.test(s.content)){for(l=s.content,k=r.md.linkify.match(l),a=[],p=s.level,h=0,k.length>0&&k[0].index===0&&n>0&&o[n-1].type==="text_special"&&(k=k.slice(1)),c=0;c<k.length;c++)x=k[c].url,g=r.md.normalizeLink(x),r.md.validateLink(g)&&(b=k[c].text,k[c].schema?k[c].schema==="mailto:"&&!/^mailto:/i.test(b)?b=r.md.normalizeLinkText("mailto:"+b).replace(/^mailto:/,""):b=r.md.normalizeLinkText(b):b=r.md.normalizeLinkText("http://"+b).replace(/^http:\/\//,""),f=k[c].index,f>h&&(u=new r.Token("text","",0),u.content=l.slice(h,f),u.level=p,a.push(u)),u=new r.Token("link_open","a",1),u.attrs=[["href",g]],u.level=p++,u.markup="linkify",u.info="auto",a.push(u),u=new r.Token("text","",0),u.content=b,u.level=p,a.push(u),u=new r.Token("link_close","a",-1),u.level=--p,u.markup="linkify",u.info="auto",a.push(u),h=k[c].lastIndex);h<l.length&&(u=new r.Token("text","",0),u.content=l.slice(h),u.level=p,a.push(u)),_[i].children=o=Il(o,n,a)}}}}});var at=d((O1,st)=>{"use strict";var ut=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,Ll=/\((c|tm|r)\)/i,Ml=/\((c|tm|r)\)/ig,Bl={c:"\xA9",r:"\xAE",tm:"\u2122"};function Nl(e,r){return Bl[r.toLowerCase()]}function jl(e){var r,n,i=0;for(r=e.length-1;r>=0;r--)n=e[r],n.type==="text"&&!i&&(n.content=n.content.replace(Ml,Nl)),n.type==="link_open"&&n.info==="auto"&&i--,n.type==="link_close"&&n.info==="auto"&&i++}function zl(e){var r,n,i=0;for(r=e.length-1;r>=0;r--)n=e[r],n.type==="text"&&!i&&ut.test(n.content)&&(n.content=n.content.replace(/\+-/g,"\xB1").replace(/\.{2,}/g,"\u2026").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1\u2014").replace(/(^|\s)--(?=\s|$)/mg,"$1\u2013").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1\u2013")),n.type==="link_open"&&n.info==="auto"&&i--,n.type==="link_close"&&n.info==="auto"&&i++}st.exports=function(r){var n;if(!!r.md.options.typographer)for(n=r.tokens.length-1;n>=0;n--)r.tokens[n].type==="inline"&&(Ll.test(r.tokens[n].content)&&jl(r.tokens[n].children),ut.test(r.tokens[n].content)&&zl(r.tokens[n].children))}});var mt=d((I1,dt)=>{"use strict";var ct=O().isWhiteSpace,lt=O().isPunctChar,ft=O().isMdAsciiPunct,$l=/['"]/,pt=/['"]/g,ht="\u2019";function vr(e,r,n){return e.slice(0,r)+n+e.slice(r+1)}function Ul(e,r){var n,i,t,o,u,s,a,c,l,f,h,p,m,x,g,b,_,k,C,D,v;for(C=[],n=0;n<e.length;n++){for(i=e[n],a=e[n].level,_=C.length-1;_>=0&&!(C[_].level<=a);_--);if(C.length=_+1,i.type!=="text")continue;t=i.content,u=0,s=t.length;e:for(;u<s&&(pt.lastIndex=u,o=pt.exec(t),!!o);){if(g=b=!0,u=o.index+1,k=o[0]==="'",l=32,o.index-1>=0)l=t.charCodeAt(o.index-1);else for(_=n-1;_>=0&&!(e[_].type==="softbreak"||e[_].type==="hardbreak");_--)if(!!e[_].content){l=e[_].content.charCodeAt(e[_].content.length-1);break}if(f=32,u<s)f=t.charCodeAt(u);else for(_=n+1;_<e.length&&!(e[_].type==="softbreak"||e[_].type==="hardbreak");_++)if(!!e[_].content){f=e[_].content.charCodeAt(0);break}if(h=ft(l)||lt(String.fromCharCode(l)),p=ft(f)||lt(String.fromCharCode(f)),m=ct(l),x=ct(f),x?g=!1:p&&(m||h||(g=!1)),m?b=!1:h&&(x||p||(b=!1)),f===34&&o[0]==='"'&&l>=48&&l<=57&&(b=g=!1),g&&b&&(g=h,b=p),!g&&!b){k&&(i.content=vr(i.content,o.index,ht));continue}if(b){for(_=C.length-1;_>=0&&(c=C[_],!(C[_].level<a));_--)if(c.single===k&&C[_].level===a){c=C[_],k?(D=r.md.options.quotes[2],v=r.md.options.quotes[3]):(D=r.md.options.quotes[0],v=r.md.options.quotes[1]),i.content=vr(i.content,o.index,v),e[c.token].content=vr(e[c.token].content,c.pos,D),u+=v.length-1,c.token===n&&(u+=D.length-1),t=i.content,s=t.length,C.length=_;continue e}}g?C.push({token:n,pos:o.index,single:k,level:a}):b&&k&&(i.content=vr(i.content,o.index,ht))}}}dt.exports=function(r){var n;if(!!r.md.options.typographer)for(n=r.tokens.length-1;n>=0;n--)r.tokens[n].type!=="inline"||!$l.test(r.tokens[n].content)||Ul(r.tokens[n].children,r)}});var xt=d((R1,gt)=>{"use strict";gt.exports=function(r){var n,i,t,o,u,s,a=r.tokens;for(n=0,i=a.length;n<i;n++)if(a[n].type==="inline"){for(t=a[n].children,u=t.length,o=0;o<u;o++)t[o].type==="text_special"&&(t[o].type="text");for(o=s=0;o<u;o++)t[o].type==="text"&&o+1<u&&t[o+1].type==="text"?t[o+1].content=t[o].content+t[o+1].content:(o!==s&&(t[s]=t[o]),s++);o!==s&&(t.length=s)}}});var yr=d((P1,_t)=>{"use strict";function qe(e,r,n){this.type=e,this.tag=r,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}qe.prototype.attrIndex=function(r){var n,i,t;if(!this.attrs)return-1;for(n=this.attrs,i=0,t=n.length;i<t;i++)if(n[i][0]===r)return i;return-1};qe.prototype.attrPush=function(r){this.attrs?this.attrs.push(r):this.attrs=[r]};qe.prototype.attrSet=function(r,n){var i=this.attrIndex(r),t=[r,n];i<0?this.attrPush(t):this.attrs[i]=t};qe.prototype.attrGet=function(r){var n=this.attrIndex(r),i=null;return n>=0&&(i=this.attrs[n][1]),i};qe.prototype.attrJoin=function(r,n){var i=this.attrIndex(r);i<0?this.attrPush([r,n]):this.attrs[i][1]=this.attrs[i][1]+" "+n};_t.exports=qe});var bt=d((L1,yt)=>{"use strict";var Hl=yr();function vt(e,r,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=r}vt.prototype.Token=Hl;yt.exports=vt});var At=d((M1,kt)=>{"use strict";var Vl=_r(),en=[["normalize",Xi()],["block",rt()],["inline",it()],["linkify",ot()],["replacements",at()],["smartquotes",mt()],["text_join",xt()]];function rn(){this.ruler=new Vl;for(var e=0;e<en.length;e++)this.ruler.push(en[e][0],en[e][1])}rn.prototype.process=function(e){var r,n,i;for(i=this.ruler.getRules(""),r=0,n=i.length;r<n;r++)i[r](e)};rn.prototype.State=bt();kt.exports=rn});var wt=d((B1,Ct)=>{"use strict";var nn=O().isSpace;function tn(e,r){var n=e.bMarks[r]+e.tShift[r],i=e.eMarks[r];return e.src.slice(n,i)}function Et(e){var r=[],n=0,i=e.length,t,o=!1,u=0,s="";for(t=e.charCodeAt(n);n<i;)t===124&&(o?(s+=e.substring(u,n-1),u=n):(r.push(s+e.substring(u,n)),s="",u=n+1)),o=t===92,n++,t=e.charCodeAt(n);return r.push(s+e.substring(u)),r}Ct.exports=function(r,n,i,t){var o,u,s,a,c,l,f,h,p,m,x,g,b,_,k,C,D,v;if(n+2>i||(l=n+1,r.sCount[l]<r.blkIndent)||r.sCount[l]-r.blkIndent>=4||(s=r.bMarks[l]+r.tShift[l],s>=r.eMarks[l])||(D=r.src.charCodeAt(s++),D!==124&&D!==45&&D!==58)||s>=r.eMarks[l]||(v=r.src.charCodeAt(s++),v!==124&&v!==45&&v!==58&&!nn(v))||D===45&&nn(v))return!1;for(;s<r.eMarks[l];){if(o=r.src.charCodeAt(s),o!==124&&o!==45&&o!==58&&!nn(o))return!1;s++}for(u=tn(r,n+1),f=u.split("|"),m=[],a=0;a<f.length;a++){if(x=f[a].trim(),!x){if(a===0||a===f.length-1)continue;return!1}if(!/^:?-+:?$/.test(x))return!1;x.charCodeAt(x.length-1)===58?m.push(x.charCodeAt(0)===58?"center":"right"):x.charCodeAt(0)===58?m.push("left"):m.push("")}if(u=tn(r,n).trim(),u.indexOf("|")===-1||r.sCount[n]-r.blkIndent>=4||(f=Et(u),f.length&&f[0]===""&&f.shift(),f.length&&f[f.length-1]===""&&f.pop(),h=f.length,h===0||h!==m.length))return!1;if(t)return!0;for(_=r.parentType,r.parentType="table",C=r.md.block.ruler.getRules("blockquote"),p=r.push("table_open","table",1),p.map=g=[n,0],p=r.push("thead_open","thead",1),p.map=[n,n+1],p=r.push("tr_open","tr",1),p.map=[n,n+1],a=0;a<f.length;a++)p=r.push("th_open","th",1),m[a]&&(p.attrs=[["style","text-align:"+m[a]]]),p=r.push("inline","",0),p.content=f[a].trim(),p.children=[],p=r.push("th_close","th",-1);for(p=r.push("tr_close","tr",-1),p=r.push("thead_close","thead",-1),l=n+2;l<i&&!(r.sCount[l]<r.blkIndent);l++){for(k=!1,a=0,c=C.length;a<c;a++)if(C[a](r,l,i,!0)){k=!0;break}if(k||(u=tn(r,l).trim(),!u)||r.sCount[l]-r.blkIndent>=4)break;for(f=Et(u),f.length&&f[0]===""&&f.shift(),f.length&&f[f.length-1]===""&&f.pop(),l===n+2&&(p=r.push("tbody_open","tbody",1),p.map=b=[n+2,0]),p=r.push("tr_open","tr",1),p.map=[l,l+1],a=0;a<h;a++)p=r.push("td_open","td",1),m[a]&&(p.attrs=[["style","text-align:"+m[a]]]),p=r.push("inline","",0),p.content=f[a]?f[a].trim():"",p.children=[],p=r.push("td_close","td",-1);p=r.push("tr_close","tr",-1)}return b&&(p=r.push("tbody_close","tbody",-1),b[1]=l),p=r.push("table_close","table",-1),g[1]=l,r.parentType=_,r.line=l,!0}});var Dt=d((N1,Ft)=>{"use strict";Ft.exports=function(r,n,i){var t,o,u;if(r.sCount[n]-r.blkIndent<4)return!1;for(o=t=n+1;t<i;){if(r.isEmpty(t)){t++;continue}if(r.sCount[t]-r.blkIndent>=4){t++,o=t;continue}break}return r.line=o,u=r.push("code_block","code",0),u.content=r.getLines(n,o,4+r.blkIndent,!1)+`
17
+ `,u.map=[n,r.line],!0}});var qt=d((j1,St)=>{"use strict";St.exports=function(r,n,i,t){var o,u,s,a,c,l,f,h=!1,p=r.bMarks[n]+r.tShift[n],m=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||p+3>m||(o=r.src.charCodeAt(p),o!==126&&o!==96)||(c=p,p=r.skipChars(p,o),u=p-c,u<3)||(f=r.src.slice(c,p),s=r.src.slice(p,m),o===96&&s.indexOf(String.fromCharCode(o))>=0))return!1;if(t)return!0;for(a=n;a++,!(a>=i||(p=c=r.bMarks[a]+r.tShift[a],m=r.eMarks[a],p<m&&r.sCount[a]<r.blkIndent));)if(r.src.charCodeAt(p)===o&&!(r.sCount[a]-r.blkIndent>=4)&&(p=r.skipChars(p,o),!(p-c<u)&&(p=r.skipSpaces(p),!(p<m)))){h=!0;break}return u=r.sCount[n],r.line=a+(h?1:0),l=r.push("fence","code",0),l.info=s,l.content=r.getLines(n+1,a,u,!0),l.markup=f,l.map=[n,r.line],!0}});var It=d((z1,Ot)=>{"use strict";var Tt=O().isSpace;Ot.exports=function(r,n,i,t){var o,u,s,a,c,l,f,h,p,m,x,g,b,_,k,C,D,v,A,S,T=r.lineMax,w=r.bMarks[n]+r.tShift[n],y=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||r.src.charCodeAt(w++)!==62)return!1;if(t)return!0;for(a=p=r.sCount[n]+1,r.src.charCodeAt(w)===32?(w++,a++,p++,o=!1,C=!0):r.src.charCodeAt(w)===9?(C=!0,(r.bsCount[n]+p)%4===3?(w++,a++,p++,o=!1):o=!0):C=!1,m=[r.bMarks[n]],r.bMarks[n]=w;w<y&&(u=r.src.charCodeAt(w),Tt(u));){u===9?p+=4-(p+r.bsCount[n]+(o?1:0))%4:p++;w++}for(x=[r.bsCount[n]],r.bsCount[n]=r.sCount[n]+1+(C?1:0),l=w>=y,_=[r.sCount[n]],r.sCount[n]=p-a,k=[r.tShift[n]],r.tShift[n]=w-r.bMarks[n],v=r.md.block.ruler.getRules("blockquote"),b=r.parentType,r.parentType="blockquote",h=n+1;h<i&&(S=r.sCount[h]<r.blkIndent,w=r.bMarks[h]+r.tShift[h],y=r.eMarks[h],!(w>=y));h++){if(r.src.charCodeAt(w++)===62&&!S){for(a=p=r.sCount[h]+1,r.src.charCodeAt(w)===32?(w++,a++,p++,o=!1,C=!0):r.src.charCodeAt(w)===9?(C=!0,(r.bsCount[h]+p)%4===3?(w++,a++,p++,o=!1):o=!0):C=!1,m.push(r.bMarks[h]),r.bMarks[h]=w;w<y&&(u=r.src.charCodeAt(w),Tt(u));){u===9?p+=4-(p+r.bsCount[h]+(o?1:0))%4:p++;w++}l=w>=y,x.push(r.bsCount[h]),r.bsCount[h]=r.sCount[h]+1+(C?1:0),_.push(r.sCount[h]),r.sCount[h]=p-a,k.push(r.tShift[h]),r.tShift[h]=w-r.bMarks[h];continue}if(l)break;for(D=!1,s=0,c=v.length;s<c;s++)if(v[s](r,h,i,!0)){D=!0;break}if(D){r.lineMax=h,r.blkIndent!==0&&(m.push(r.bMarks[h]),x.push(r.bsCount[h]),k.push(r.tShift[h]),_.push(r.sCount[h]),r.sCount[h]-=r.blkIndent);break}m.push(r.bMarks[h]),x.push(r.bsCount[h]),k.push(r.tShift[h]),_.push(r.sCount[h]),r.sCount[h]=-1}for(g=r.blkIndent,r.blkIndent=0,A=r.push("blockquote_open","blockquote",1),A.markup=">",A.map=f=[n,0],r.md.block.tokenize(r,n,h),A=r.push("blockquote_close","blockquote",-1),A.markup=">",r.lineMax=T,r.parentType=b,f[1]=r.line,s=0;s<k.length;s++)r.bMarks[s+n]=m[s],r.tShift[s+n]=k[s],r.sCount[s+n]=_[s],r.bsCount[s+n]=x[s];return r.blkIndent=g,!0}});var Pt=d(($1,Rt)=>{"use strict";var Gl=O().isSpace;Rt.exports=function(r,n,i,t){var o,u,s,a,c=r.bMarks[n]+r.tShift[n],l=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||(o=r.src.charCodeAt(c++),o!==42&&o!==45&&o!==95))return!1;for(u=1;c<l;){if(s=r.src.charCodeAt(c++),s!==o&&!Gl(s))return!1;s===o&&u++}return u<3?!1:(t||(r.line=n+1,a=r.push("hr","hr",0),a.map=[n,r.line],a.markup=Array(u+1).join(String.fromCharCode(o))),!0)}});var jt=d((U1,Nt)=>{"use strict";var Bt=O().isSpace;function Lt(e,r){var n,i,t,o;return i=e.bMarks[r]+e.tShift[r],t=e.eMarks[r],n=e.src.charCodeAt(i++),n!==42&&n!==45&&n!==43||i<t&&(o=e.src.charCodeAt(i),!Bt(o))?-1:i}function Mt(e,r){var n,i=e.bMarks[r]+e.tShift[r],t=i,o=e.eMarks[r];if(t+1>=o||(n=e.src.charCodeAt(t++),n<48||n>57))return-1;for(;;){if(t>=o)return-1;if(n=e.src.charCodeAt(t++),n>=48&&n<=57){if(t-i>=10)return-1;continue}if(n===41||n===46)break;return-1}return t<o&&(n=e.src.charCodeAt(t),!Bt(n))?-1:t}function Yl(e,r){var n,i,t=e.level+2;for(n=r+2,i=e.tokens.length-2;n<i;n++)e.tokens[n].level===t&&e.tokens[n].type==="paragraph_open"&&(e.tokens[n+2].hidden=!0,e.tokens[n].hidden=!0,n+=2)}Nt.exports=function(r,n,i,t){var o,u,s,a,c,l,f,h,p,m,x,g,b,_,k,C,D,v,A,S,T,w,y,F,R,q,P,I,L=!1,M=!0;if(r.sCount[n]-r.blkIndent>=4||r.listIndent>=0&&r.sCount[n]-r.listIndent>=4&&r.sCount[n]<r.blkIndent)return!1;if(t&&r.parentType==="paragraph"&&r.sCount[n]>=r.blkIndent&&(L=!0),(y=Mt(r,n))>=0){if(f=!0,R=r.bMarks[n]+r.tShift[n],b=Number(r.src.slice(R,y-1)),L&&b!==1)return!1}else if((y=Lt(r,n))>=0)f=!1;else return!1;if(L&&r.skipSpaces(y)>=r.eMarks[n])return!1;if(g=r.src.charCodeAt(y-1),t)return!0;for(x=r.tokens.length,f?(I=r.push("ordered_list_open","ol",1),b!==1&&(I.attrs=[["start",b]])):I=r.push("bullet_list_open","ul",1),I.map=m=[n,0],I.markup=String.fromCharCode(g),k=n,F=!1,P=r.md.block.ruler.getRules("list"),v=r.parentType,r.parentType="list";k<i;){for(w=y,_=r.eMarks[k],l=C=r.sCount[k]+y-(r.bMarks[n]+r.tShift[n]);w<_;){if(o=r.src.charCodeAt(w),o===9)C+=4-(C+r.bsCount[k])%4;else if(o===32)C++;else break;w++}if(u=w,u>=_?c=1:c=C-l,c>4&&(c=1),a=l+c,I=r.push("list_item_open","li",1),I.markup=String.fromCharCode(g),I.map=h=[n,0],f&&(I.info=r.src.slice(R,y-1)),T=r.tight,S=r.tShift[n],A=r.sCount[n],D=r.listIndent,r.listIndent=r.blkIndent,r.blkIndent=a,r.tight=!0,r.tShift[n]=u-r.bMarks[n],r.sCount[n]=C,u>=_&&r.isEmpty(n+1)?r.line=Math.min(r.line+2,i):r.md.block.tokenize(r,n,i,!0),(!r.tight||F)&&(M=!1),F=r.line-n>1&&r.isEmpty(r.line-1),r.blkIndent=r.listIndent,r.listIndent=D,r.tShift[n]=S,r.sCount[n]=A,r.tight=T,I=r.push("list_item_close","li",-1),I.markup=String.fromCharCode(g),k=n=r.line,h[1]=k,u=r.bMarks[n],k>=i||r.sCount[k]<r.blkIndent||r.sCount[n]-r.blkIndent>=4)break;for(q=!1,s=0,p=P.length;s<p;s++)if(P[s](r,k,i,!0)){q=!0;break}if(q)break;if(f){if(y=Mt(r,k),y<0)break;R=r.bMarks[k]+r.tShift[k]}else if(y=Lt(r,k),y<0)break;if(g!==r.src.charCodeAt(y-1))break}return f?I=r.push("ordered_list_close","ol",-1):I=r.push("bullet_list_close","ul",-1),I.markup=String.fromCharCode(g),m[1]=k,r.line=k,r.parentType=v,M&&Yl(r,x),!0}});var $t=d((H1,zt)=>{"use strict";var Zl=O().normalizeReference,br=O().isSpace;zt.exports=function(r,n,i,t){var o,u,s,a,c,l,f,h,p,m,x,g,b,_,k,C,D=0,v=r.bMarks[n]+r.tShift[n],A=r.eMarks[n],S=n+1;if(r.sCount[n]-r.blkIndent>=4||r.src.charCodeAt(v)!==91)return!1;for(;++v<A;)if(r.src.charCodeAt(v)===93&&r.src.charCodeAt(v-1)!==92){if(v+1===A||r.src.charCodeAt(v+1)!==58)return!1;break}for(a=r.lineMax,k=r.md.block.ruler.getRules("reference"),m=r.parentType,r.parentType="reference";S<a&&!r.isEmpty(S);S++)if(!(r.sCount[S]-r.blkIndent>3)&&!(r.sCount[S]<0)){for(_=!1,l=0,f=k.length;l<f;l++)if(k[l](r,S,a,!0)){_=!0;break}if(_)break}for(b=r.getLines(n,S,r.blkIndent,!1).trim(),A=b.length,v=1;v<A;v++){if(o=b.charCodeAt(v),o===91)return!1;if(o===93){p=v;break}else o===10?D++:o===92&&(v++,v<A&&b.charCodeAt(v)===10&&D++)}if(p<0||b.charCodeAt(p+1)!==58)return!1;for(v=p+2;v<A;v++)if(o=b.charCodeAt(v),o===10)D++;else if(!br(o))break;if(x=r.md.helpers.parseLinkDestination(b,v,A),!x.ok||(c=r.md.normalizeLink(x.str),!r.md.validateLink(c)))return!1;for(v=x.pos,D+=x.lines,u=v,s=D,g=v;v<A;v++)if(o=b.charCodeAt(v),o===10)D++;else if(!br(o))break;for(x=r.md.helpers.parseLinkTitle(b,v,A),v<A&&g!==v&&x.ok?(C=x.str,v=x.pos,D+=x.lines):(C="",v=u,D=s);v<A&&(o=b.charCodeAt(v),!!br(o));)v++;if(v<A&&b.charCodeAt(v)!==10&&C)for(C="",v=u,D=s;v<A&&(o=b.charCodeAt(v),!!br(o));)v++;return v<A&&b.charCodeAt(v)!==10||(h=Zl(b.slice(1,p)),!h)?!1:(t||(typeof r.env.references>"u"&&(r.env.references={}),typeof r.env.references[h]>"u"&&(r.env.references[h]={title:C,href:c}),r.parentType=m,r.line=n+D+1),!0)}});var Ht=d((V1,Ut)=>{"use strict";Ut.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]});var un=d((G1,on)=>{"use strict";var Wl="[a-zA-Z_:][a-zA-Z0-9:._-]*",Kl="[^\"'=<>`\\x00-\\x20]+",Jl="'[^']*'",Ql='"[^"]*"',Xl="(?:"+Kl+"|"+Jl+"|"+Ql+")",ef="(?:\\s+"+Wl+"(?:\\s*=\\s*"+Xl+")?)",Vt="<[A-Za-z][A-Za-z0-9\\-]*"+ef+"*\\s*\\/?>",Gt="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",rf="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",nf="<[?][\\s\\S]*?[?]>",tf="<![A-Z]+\\s+[^>]*>",of="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",uf=new RegExp("^(?:"+Vt+"|"+Gt+"|"+rf+"|"+nf+"|"+tf+"|"+of+")"),sf=new RegExp("^(?:"+Vt+"|"+Gt+")");on.exports.HTML_TAG_RE=uf;on.exports.HTML_OPEN_CLOSE_TAG_RE=sf});var Zt=d((Y1,Yt)=>{"use strict";var af=Ht(),cf=un().HTML_OPEN_CLOSE_TAG_RE,Te=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+af.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(cf.source+"\\s*$"),/^$/,!1]];Yt.exports=function(r,n,i,t){var o,u,s,a,c=r.bMarks[n]+r.tShift[n],l=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||!r.md.options.html||r.src.charCodeAt(c)!==60)return!1;for(a=r.src.slice(c,l),o=0;o<Te.length&&!Te[o][0].test(a);o++);if(o===Te.length)return!1;if(t)return Te[o][2];if(u=n+1,!Te[o][1].test(a)){for(;u<i&&!(r.sCount[u]<r.blkIndent);u++)if(c=r.bMarks[u]+r.tShift[u],l=r.eMarks[u],a=r.src.slice(c,l),Te[o][1].test(a)){a.length!==0&&u++;break}}return r.line=u,s=r.push("html_block","",0),s.map=[n,u],s.content=r.getLines(n,u,r.blkIndent,!0),!0}});var Jt=d((Z1,Kt)=>{"use strict";var Wt=O().isSpace;Kt.exports=function(r,n,i,t){var o,u,s,a,c=r.bMarks[n]+r.tShift[n],l=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||(o=r.src.charCodeAt(c),o!==35||c>=l))return!1;for(u=1,o=r.src.charCodeAt(++c);o===35&&c<l&&u<=6;)u++,o=r.src.charCodeAt(++c);return u>6||c<l&&!Wt(o)?!1:(t||(l=r.skipSpacesBack(l,c),s=r.skipCharsBack(l,35,c),s>c&&Wt(r.src.charCodeAt(s-1))&&(l=s),r.line=n+1,a=r.push("heading_open","h"+String(u),1),a.markup="########".slice(0,u),a.map=[n,r.line],a=r.push("inline","",0),a.content=r.src.slice(c,l).trim(),a.map=[n,r.line],a.children=[],a=r.push("heading_close","h"+String(u),-1),a.markup="########".slice(0,u)),!0)}});var Xt=d((W1,Qt)=>{"use strict";Qt.exports=function(r,n,i){var t,o,u,s,a,c,l,f,h,p=n+1,m,x=r.md.block.ruler.getRules("paragraph");if(r.sCount[n]-r.blkIndent>=4)return!1;for(m=r.parentType,r.parentType="paragraph";p<i&&!r.isEmpty(p);p++)if(!(r.sCount[p]-r.blkIndent>3)){if(r.sCount[p]>=r.blkIndent&&(c=r.bMarks[p]+r.tShift[p],l=r.eMarks[p],c<l&&(h=r.src.charCodeAt(c),(h===45||h===61)&&(c=r.skipChars(c,h),c=r.skipSpaces(c),c>=l)))){f=h===61?1:2;break}if(!(r.sCount[p]<0)){for(o=!1,u=0,s=x.length;u<s;u++)if(x[u](r,p,i,!0)){o=!0;break}if(o)break}}return f?(t=r.getLines(n,p,r.blkIndent,!1).trim(),r.line=p+1,a=r.push("heading_open","h"+String(f),1),a.markup=String.fromCharCode(h),a.map=[n,r.line],a=r.push("inline","",0),a.content=t,a.map=[n,r.line-1],a.children=[],a=r.push("heading_close","h"+String(f),-1),a.markup=String.fromCharCode(h),r.parentType=m,!0):!1}});var ro=d((K1,eo)=>{"use strict";eo.exports=function(r,n){var i,t,o,u,s,a,c=n+1,l=r.md.block.ruler.getRules("paragraph"),f=r.lineMax;for(a=r.parentType,r.parentType="paragraph";c<f&&!r.isEmpty(c);c++)if(!(r.sCount[c]-r.blkIndent>3)&&!(r.sCount[c]<0)){for(t=!1,o=0,u=l.length;o<u;o++)if(l[o](r,c,f,!0)){t=!0;break}if(t)break}return i=r.getLines(n,c,r.blkIndent,!1).trim(),r.line=c,s=r.push("paragraph_open","p",1),s.map=[n,r.line],s=r.push("inline","",0),s.content=i,s.map=[n,r.line],s.children=[],s=r.push("paragraph_close","p",-1),r.parentType=a,!0}});var to=d((J1,io)=>{"use strict";var no=yr(),kr=O().isSpace;function ie(e,r,n,i){var t,o,u,s,a,c,l,f;for(this.src=e,this.md=r,this.env=n,this.tokens=i,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",o=this.src,f=!1,u=s=c=l=0,a=o.length;s<a;s++){if(t=o.charCodeAt(s),!f)if(kr(t)){c++,t===9?l+=4-l%4:l++;continue}else f=!0;(t===10||s===a-1)&&(t!==10&&s++,this.bMarks.push(u),this.eMarks.push(s),this.tShift.push(c),this.sCount.push(l),this.bsCount.push(0),f=!1,c=0,l=0,u=s+1)}this.bMarks.push(o.length),this.eMarks.push(o.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}ie.prototype.push=function(e,r,n){var i=new no(e,r,n);return i.block=!0,n<0&&this.level--,i.level=this.level,n>0&&this.level++,this.tokens.push(i),i};ie.prototype.isEmpty=function(r){return this.bMarks[r]+this.tShift[r]>=this.eMarks[r]};ie.prototype.skipEmptyLines=function(r){for(var n=this.lineMax;r<n&&!(this.bMarks[r]+this.tShift[r]<this.eMarks[r]);r++);return r};ie.prototype.skipSpaces=function(r){for(var n,i=this.src.length;r<i&&(n=this.src.charCodeAt(r),!!kr(n));r++);return r};ie.prototype.skipSpacesBack=function(r,n){if(r<=n)return r;for(;r>n;)if(!kr(this.src.charCodeAt(--r)))return r+1;return r};ie.prototype.skipChars=function(r,n){for(var i=this.src.length;r<i&&this.src.charCodeAt(r)===n;r++);return r};ie.prototype.skipCharsBack=function(r,n,i){if(r<=i)return r;for(;r>i;)if(n!==this.src.charCodeAt(--r))return r+1;return r};ie.prototype.getLines=function(r,n,i,t){var o,u,s,a,c,l,f,h=r;if(r>=n)return"";for(l=new Array(n-r),o=0;h<n;h++,o++){for(u=0,f=a=this.bMarks[h],h+1<n||t?c=this.eMarks[h]+1:c=this.eMarks[h];a<c&&u<i;){if(s=this.src.charCodeAt(a),kr(s))s===9?u+=4-(u+this.bsCount[h])%4:u++;else if(a-f<this.tShift[h])u++;else break;a++}u>i?l[o]=new Array(u-i+1).join(" ")+this.src.slice(a,c):l[o]=this.src.slice(a,c)}return l.join("")};ie.prototype.Token=no;io.exports=ie});var uo=d((Q1,oo)=>{"use strict";var lf=_r(),Ar=[["table",wt(),["paragraph","reference"]],["code",Dt()],["fence",qt(),["paragraph","reference","blockquote","list"]],["blockquote",It(),["paragraph","reference","blockquote","list"]],["hr",Pt(),["paragraph","reference","blockquote","list"]],["list",jt(),["paragraph","reference","blockquote"]],["reference",$t()],["html_block",Zt(),["paragraph","reference","blockquote"]],["heading",Jt(),["paragraph","reference","blockquote"]],["lheading",Xt()],["paragraph",ro()]];function Er(){this.ruler=new lf;for(var e=0;e<Ar.length;e++)this.ruler.push(Ar[e][0],Ar[e][1],{alt:(Ar[e][2]||[]).slice()})}Er.prototype.tokenize=function(e,r,n){for(var i,t,o=this.ruler.getRules(""),u=o.length,s=r,a=!1,c=e.md.options.maxNesting;s<n&&(e.line=s=e.skipEmptyLines(s),!(s>=n||e.sCount[s]<e.blkIndent));){if(e.level>=c){e.line=n;break}for(t=0;t<u&&(i=o[t](e,s,n,!1),!i);t++);e.tight=!a,e.isEmpty(e.line-1)&&(a=!0),s=e.line,s<n&&e.isEmpty(s)&&(a=!0,s++,e.line=s)}};Er.prototype.parse=function(e,r,n,i){var t;!e||(t=new this.State(e,r,n,i),this.tokenize(t,t.line,t.lineMax))};Er.prototype.State=to();oo.exports=Er});var ao=d((X1,so)=>{"use strict";function ff(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}so.exports=function(r,n){for(var i=r.pos;i<r.posMax&&!ff(r.src.charCodeAt(i));)i++;return i===r.pos?!1:(n||(r.pending+=r.src.slice(r.pos,i)),r.pos=i,!0)}});var lo=d((eg,co)=>{"use strict";var pf=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;co.exports=function(r,n){var i,t,o,u,s,a,c,l;return!r.md.options.linkify||r.linkLevel>0||(i=r.pos,t=r.posMax,i+3>t)||r.src.charCodeAt(i)!==58||r.src.charCodeAt(i+1)!==47||r.src.charCodeAt(i+2)!==47||(o=r.pending.match(pf),!o)||(u=o[1],s=r.md.linkify.matchAtStart(r.src.slice(i-u.length)),!s)||(a=s.url,a=a.replace(/\*+$/,""),c=r.md.normalizeLink(a),!r.md.validateLink(c))?!1:(n||(r.pending=r.pending.slice(0,-u.length),l=r.push("link_open","a",1),l.attrs=[["href",c]],l.markup="linkify",l.info="auto",l=r.push("text","",0),l.content=r.md.normalizeLinkText(a),l=r.push("link_close","a",-1),l.markup="linkify",l.info="auto"),r.pos+=a.length-u.length,!0)}});var po=d((rg,fo)=>{"use strict";var hf=O().isSpace;fo.exports=function(r,n){var i,t,o,u=r.pos;if(r.src.charCodeAt(u)!==10)return!1;if(i=r.pending.length-1,t=r.posMax,!n)if(i>=0&&r.pending.charCodeAt(i)===32)if(i>=1&&r.pending.charCodeAt(i-1)===32){for(o=i-1;o>=1&&r.pending.charCodeAt(o-1)===32;)o--;r.pending=r.pending.slice(0,o),r.push("hardbreak","br",0)}else r.pending=r.pending.slice(0,-1),r.push("softbreak","br",0);else r.push("softbreak","br",0);for(u++;u<t&&hf(r.src.charCodeAt(u));)u++;return r.pos=u,!0}});var mo=d((ng,ho)=>{"use strict";var df=O().isSpace,an=[];for(sn=0;sn<256;sn++)an.push(0);var sn;"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){an[e.charCodeAt(0)]=1});ho.exports=function(r,n){var i,t,o,u,s,a=r.pos,c=r.posMax;if(r.src.charCodeAt(a)!==92||(a++,a>=c))return!1;if(i=r.src.charCodeAt(a),i===10){for(n||r.push("hardbreak","br",0),a++;a<c&&(i=r.src.charCodeAt(a),!!df(i));)a++;return r.pos=a,!0}return u=r.src[a],i>=55296&&i<=56319&&a+1<c&&(t=r.src.charCodeAt(a+1),t>=56320&&t<=57343&&(u+=r.src[a+1],a++)),o="\\"+u,n||(s=r.push("text_special","",0),i<256&&an[i]!==0?s.content=u:s.content=o,s.markup=o,s.info="escape"),r.pos=a+1,!0}});var xo=d((ig,go)=>{"use strict";go.exports=function(r,n){var i,t,o,u,s,a,c,l,f=r.pos,h=r.src.charCodeAt(f);if(h!==96)return!1;for(i=f,f++,t=r.posMax;f<t&&r.src.charCodeAt(f)===96;)f++;if(o=r.src.slice(i,f),c=o.length,r.backticksScanned&&(r.backticks[c]||0)<=i)return n||(r.pending+=o),r.pos+=c,!0;for(s=a=f;(s=r.src.indexOf("`",a))!==-1;){for(a=s+1;a<t&&r.src.charCodeAt(a)===96;)a++;if(l=a-s,l===c)return n||(u=r.push("code_inline","code",0),u.markup=o,u.content=r.src.slice(f,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),r.pos=a,!0;r.backticks[l]=s}return r.backticksScanned=!0,n||(r.pending+=o),r.pos+=c,!0}});var ln=d((tg,cn)=>{"use strict";cn.exports.tokenize=function(r,n){var i,t,o,u,s,a=r.pos,c=r.src.charCodeAt(a);if(n||c!==126||(t=r.scanDelims(r.pos,!0),u=t.length,s=String.fromCharCode(c),u<2))return!1;for(u%2&&(o=r.push("text","",0),o.content=s,u--),i=0;i<u;i+=2)o=r.push("text","",0),o.content=s+s,r.delimiters.push({marker:c,length:0,token:r.tokens.length-1,end:-1,open:t.can_open,close:t.can_close});return r.pos+=t.length,!0};function _o(e,r){var n,i,t,o,u,s=[],a=r.length;for(n=0;n<a;n++)t=r[n],t.marker===126&&t.end!==-1&&(o=r[t.end],u=e.tokens[t.token],u.type="s_open",u.tag="s",u.nesting=1,u.markup="~~",u.content="",u=e.tokens[o.token],u.type="s_close",u.tag="s",u.nesting=-1,u.markup="~~",u.content="",e.tokens[o.token-1].type==="text"&&e.tokens[o.token-1].content==="~"&&s.push(o.token-1));for(;s.length;){for(n=s.pop(),i=n+1;i<e.tokens.length&&e.tokens[i].type==="s_close";)i++;i--,n!==i&&(u=e.tokens[i],e.tokens[i]=e.tokens[n],e.tokens[n]=u)}}cn.exports.postProcess=function(r){var n,i=r.tokens_meta,t=r.tokens_meta.length;for(_o(r,r.delimiters),n=0;n<t;n++)i[n]&&i[n].delimiters&&_o(r,i[n].delimiters)}});var pn=d((og,fn)=>{"use strict";fn.exports.tokenize=function(r,n){var i,t,o,u=r.pos,s=r.src.charCodeAt(u);if(n||s!==95&&s!==42)return!1;for(t=r.scanDelims(r.pos,s===42),i=0;i<t.length;i++)o=r.push("text","",0),o.content=String.fromCharCode(s),r.delimiters.push({marker:s,length:t.length,token:r.tokens.length-1,end:-1,open:t.can_open,close:t.can_close});return r.pos+=t.length,!0};function vo(e,r){var n,i,t,o,u,s,a=r.length;for(n=a-1;n>=0;n--)i=r[n],!(i.marker!==95&&i.marker!==42)&&i.end!==-1&&(t=r[i.end],s=n>0&&r[n-1].end===i.end+1&&r[n-1].marker===i.marker&&r[n-1].token===i.token-1&&r[i.end+1].token===t.token+1,u=String.fromCharCode(i.marker),o=e.tokens[i.token],o.type=s?"strong_open":"em_open",o.tag=s?"strong":"em",o.nesting=1,o.markup=s?u+u:u,o.content="",o=e.tokens[t.token],o.type=s?"strong_close":"em_close",o.tag=s?"strong":"em",o.nesting=-1,o.markup=s?u+u:u,o.content="",s&&(e.tokens[r[n-1].token].content="",e.tokens[r[i.end+1].token].content="",n--))}fn.exports.postProcess=function(r){var n,i=r.tokens_meta,t=r.tokens_meta.length;for(vo(r,r.delimiters),n=0;n<t;n++)i[n]&&i[n].delimiters&&vo(r,i[n].delimiters)}});var bo=d((ug,yo)=>{"use strict";var mf=O().normalizeReference,hn=O().isSpace;yo.exports=function(r,n){var i,t,o,u,s,a,c,l,f,h="",p="",m=r.pos,x=r.posMax,g=r.pos,b=!0;if(r.src.charCodeAt(r.pos)!==91||(s=r.pos+1,u=r.md.helpers.parseLinkLabel(r,r.pos,!0),u<0))return!1;if(a=u+1,a<x&&r.src.charCodeAt(a)===40){for(b=!1,a++;a<x&&(t=r.src.charCodeAt(a),!(!hn(t)&&t!==10));a++);if(a>=x)return!1;if(g=a,c=r.md.helpers.parseLinkDestination(r.src,a,r.posMax),c.ok){for(h=r.md.normalizeLink(c.str),r.md.validateLink(h)?a=c.pos:h="",g=a;a<x&&(t=r.src.charCodeAt(a),!(!hn(t)&&t!==10));a++);if(c=r.md.helpers.parseLinkTitle(r.src,a,r.posMax),a<x&&g!==a&&c.ok)for(p=c.str,a=c.pos;a<x&&(t=r.src.charCodeAt(a),!(!hn(t)&&t!==10));a++);}(a>=x||r.src.charCodeAt(a)!==41)&&(b=!0),a++}if(b){if(typeof r.env.references>"u")return!1;if(a<x&&r.src.charCodeAt(a)===91?(g=a+1,a=r.md.helpers.parseLinkLabel(r,a),a>=0?o=r.src.slice(g,a++):a=u+1):a=u+1,o||(o=r.src.slice(s,u)),l=r.env.references[mf(o)],!l)return r.pos=m,!1;h=l.href,p=l.title}return n||(r.pos=s,r.posMax=u,f=r.push("link_open","a",1),f.attrs=i=[["href",h]],p&&i.push(["title",p]),r.linkLevel++,r.md.inline.tokenize(r),r.linkLevel--,f=r.push("link_close","a",-1)),r.pos=a,r.posMax=x,!0}});var Ao=d((sg,ko)=>{"use strict";var gf=O().normalizeReference,dn=O().isSpace;ko.exports=function(r,n){var i,t,o,u,s,a,c,l,f,h,p,m,x,g="",b=r.pos,_=r.posMax;if(r.src.charCodeAt(r.pos)!==33||r.src.charCodeAt(r.pos+1)!==91||(a=r.pos+2,s=r.md.helpers.parseLinkLabel(r,r.pos+1,!1),s<0))return!1;if(c=s+1,c<_&&r.src.charCodeAt(c)===40){for(c++;c<_&&(t=r.src.charCodeAt(c),!(!dn(t)&&t!==10));c++);if(c>=_)return!1;for(x=c,f=r.md.helpers.parseLinkDestination(r.src,c,r.posMax),f.ok&&(g=r.md.normalizeLink(f.str),r.md.validateLink(g)?c=f.pos:g=""),x=c;c<_&&(t=r.src.charCodeAt(c),!(!dn(t)&&t!==10));c++);if(f=r.md.helpers.parseLinkTitle(r.src,c,r.posMax),c<_&&x!==c&&f.ok)for(h=f.str,c=f.pos;c<_&&(t=r.src.charCodeAt(c),!(!dn(t)&&t!==10));c++);else h="";if(c>=_||r.src.charCodeAt(c)!==41)return r.pos=b,!1;c++}else{if(typeof r.env.references>"u")return!1;if(c<_&&r.src.charCodeAt(c)===91?(x=c+1,c=r.md.helpers.parseLinkLabel(r,c),c>=0?u=r.src.slice(x,c++):c=s+1):c=s+1,u||(u=r.src.slice(a,s)),l=r.env.references[gf(u)],!l)return r.pos=b,!1;g=l.href,h=l.title}return n||(o=r.src.slice(a,s),r.md.inline.parse(o,r.md,r.env,m=[]),p=r.push("image","img",0),p.attrs=i=[["src",g],["alt",""]],p.children=m,p.content=o,h&&i.push(["title",h])),r.pos=c,r.posMax=_,!0}});var Co=d((ag,Eo)=>{"use strict";var xf=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,_f=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;Eo.exports=function(r,n){var i,t,o,u,s,a,c=r.pos;if(r.src.charCodeAt(c)!==60)return!1;for(s=r.pos,a=r.posMax;;){if(++c>=a||(u=r.src.charCodeAt(c),u===60))return!1;if(u===62)break}return i=r.src.slice(s+1,c),_f.test(i)?(t=r.md.normalizeLink(i),r.md.validateLink(t)?(n||(o=r.push("link_open","a",1),o.attrs=[["href",t]],o.markup="autolink",o.info="auto",o=r.push("text","",0),o.content=r.md.normalizeLinkText(i),o=r.push("link_close","a",-1),o.markup="autolink",o.info="auto"),r.pos+=i.length+2,!0):!1):xf.test(i)?(t=r.md.normalizeLink("mailto:"+i),r.md.validateLink(t)?(n||(o=r.push("link_open","a",1),o.attrs=[["href",t]],o.markup="autolink",o.info="auto",o=r.push("text","",0),o.content=r.md.normalizeLinkText(i),o=r.push("link_close","a",-1),o.markup="autolink",o.info="auto"),r.pos+=i.length+2,!0):!1):!1}});var Fo=d((cg,wo)=>{"use strict";var vf=un().HTML_TAG_RE;function yf(e){return/^<a[>\s]/i.test(e)}function bf(e){return/^<\/a\s*>/i.test(e)}function kf(e){var r=e|32;return r>=97&&r<=122}wo.exports=function(r,n){var i,t,o,u,s=r.pos;return!r.md.options.html||(o=r.posMax,r.src.charCodeAt(s)!==60||s+2>=o)||(i=r.src.charCodeAt(s+1),i!==33&&i!==63&&i!==47&&!kf(i))||(t=r.src.slice(s).match(vf),!t)?!1:(n||(u=r.push("html_inline","",0),u.content=r.src.slice(s,s+t[0].length),yf(u.content)&&r.linkLevel++,bf(u.content)&&r.linkLevel--),r.pos+=t[0].length,!0)}});var To=d((lg,qo)=>{"use strict";var Do=Wr(),Af=O().has,Ef=O().isValidEntityCode,So=O().fromCodePoint,Cf=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,wf=/^&([a-z][a-z0-9]{1,31});/i;qo.exports=function(r,n){var i,t,o,u,s=r.pos,a=r.posMax;if(r.src.charCodeAt(s)!==38||s+1>=a)return!1;if(i=r.src.charCodeAt(s+1),i===35){if(o=r.src.slice(s).match(Cf),o)return n||(t=o[1][0].toLowerCase()==="x"?parseInt(o[1].slice(1),16):parseInt(o[1],10),u=r.push("text_special","",0),u.content=Ef(t)?So(t):So(65533),u.markup=o[0],u.info="entity"),r.pos+=o[0].length,!0}else if(o=r.src.slice(s).match(wf),o&&Af(Do,o[1]))return n||(u=r.push("text_special","",0),u.content=Do[o[1]],u.markup=o[0],u.info="entity"),r.pos+=o[0].length,!0;return!1}});var Ro=d((fg,Io)=>{"use strict";function Oo(e,r){var n,i,t,o,u,s,a,c,l={},f=r.length;if(!!f){var h=0,p=-2,m=[];for(n=0;n<f;n++)if(t=r[n],m.push(0),(r[h].marker!==t.marker||p!==t.token-1)&&(h=n),p=t.token,t.length=t.length||0,!!t.close){for(l.hasOwnProperty(t.marker)||(l[t.marker]=[-1,-1,-1,-1,-1,-1]),u=l[t.marker][(t.open?3:0)+t.length%3],i=h-m[h]-1,s=i;i>u;i-=m[i]+1)if(o=r[i],o.marker===t.marker&&o.open&&o.end<0&&(a=!1,(o.close||t.open)&&(o.length+t.length)%3===0&&(o.length%3!==0||t.length%3!==0)&&(a=!0),!a)){c=i>0&&!r[i-1].open?m[i-1]+1:0,m[n]=n-i+c,m[i]=c,t.open=!1,o.end=n,o.close=!1,s=-1,p=-2;break}s!==-1&&(l[t.marker][(t.open?3:0)+(t.length||0)%3]=s)}}}Io.exports=function(r){var n,i=r.tokens_meta,t=r.tokens_meta.length;for(Oo(r,r.delimiters),n=0;n<t;n++)i[n]&&i[n].delimiters&&Oo(r,i[n].delimiters)}});var Lo=d((pg,Po)=>{"use strict";Po.exports=function(r){var n,i,t=0,o=r.tokens,u=r.tokens.length;for(n=i=0;n<u;n++)o[n].nesting<0&&t--,o[n].level=t,o[n].nesting>0&&t++,o[n].type==="text"&&n+1<u&&o[n+1].type==="text"?o[n+1].content=o[n].content+o[n+1].content:(n!==i&&(o[i]=o[n]),i++);n!==i&&(o.length=i)}});var zo=d((hg,jo)=>{"use strict";var mn=yr(),Mo=O().isWhiteSpace,Bo=O().isPunctChar,No=O().isMdAsciiPunct;function Ve(e,r,n,i){this.src=e,this.env=n,this.md=r,this.tokens=i,this.tokens_meta=Array(i.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Ve.prototype.pushPending=function(){var e=new mn("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};Ve.prototype.push=function(e,r,n){this.pending&&this.pushPending();var i=new mn(e,r,n),t=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),i.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],t={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(i),this.tokens_meta.push(t),i};Ve.prototype.scanDelims=function(e,r){var n=e,i,t,o,u,s,a,c,l,f,h=!0,p=!0,m=this.posMax,x=this.src.charCodeAt(e);for(i=e>0?this.src.charCodeAt(e-1):32;n<m&&this.src.charCodeAt(n)===x;)n++;return o=n-e,t=n<m?this.src.charCodeAt(n):32,c=No(i)||Bo(String.fromCharCode(i)),f=No(t)||Bo(String.fromCharCode(t)),a=Mo(i),l=Mo(t),l?h=!1:f&&(a||c||(h=!1)),a?p=!1:c&&(l||f||(p=!1)),r?(u=h,s=p):(u=h&&(!p||c),s=p&&(!h||f)),{can_open:u,can_close:s,length:o}};Ve.prototype.Token=mn;jo.exports=Ve});var Ho=d((dg,Uo)=>{"use strict";var $o=_r(),gn=[["text",ao()],["linkify",lo()],["newline",po()],["escape",mo()],["backticks",xo()],["strikethrough",ln().tokenize],["emphasis",pn().tokenize],["link",bo()],["image",Ao()],["autolink",Co()],["html_inline",Fo()],["entity",To()]],xn=[["balance_pairs",Ro()],["strikethrough",ln().postProcess],["emphasis",pn().postProcess],["fragments_join",Lo()]];function Ge(){var e;for(this.ruler=new $o,e=0;e<gn.length;e++)this.ruler.push(gn[e][0],gn[e][1]);for(this.ruler2=new $o,e=0;e<xn.length;e++)this.ruler2.push(xn[e][0],xn[e][1])}Ge.prototype.skipToken=function(e){var r,n,i=e.pos,t=this.ruler.getRules(""),o=t.length,u=e.md.options.maxNesting,s=e.cache;if(typeof s[i]<"u"){e.pos=s[i];return}if(e.level<u)for(n=0;n<o&&(e.level++,r=t[n](e,!0),e.level--,!r);n++);else e.pos=e.posMax;r||e.pos++,s[i]=e.pos};Ge.prototype.tokenize=function(e){for(var r,n,i=this.ruler.getRules(""),t=i.length,o=e.posMax,u=e.md.options.maxNesting;e.pos<o;){if(e.level<u)for(n=0;n<t&&(r=i[n](e,!1),!r);n++);if(r){if(e.pos>=o)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};Ge.prototype.parse=function(e,r,n,i){var t,o,u,s=new this.State(e,r,n,i);for(this.tokenize(s),o=this.ruler2.getRules(""),u=o.length,t=0;t<u;t++)o[t](s)};Ge.prototype.State=zo();Uo.exports=Ge});var Go=d((mg,Vo)=>{"use strict";Vo.exports=function(e){var r={};e=e||{},r.src_Any=Jr().source,r.src_Cc=Qr().source,r.src_Z=Xr().source,r.src_P=hr().source,r.src_ZPCc=[r.src_Z,r.src_P,r.src_Cc].join("|"),r.src_ZCc=[r.src_Z,r.src_Cc].join("|");var n="[><\uFF5C]";return r.src_pseudo_letter="(?:(?!"+n+"|"+r.src_ZPCc+")"+r.src_Any+")",r.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",r.src_auth="(?:(?:(?!"+r.src_ZCc+"|[@/\\[\\]()]).)+@)?",r.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",r.src_host_terminator="(?=$|"+n+"|"+r.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+r.src_ZPCc+"))",r.src_path="(?:[/?#](?:(?!"+r.src_ZCc+"|"+n+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+r.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+r.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+r.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+r.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+r.src_ZCc+"|[']).)+\\'|\\'(?="+r.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+r.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+r.src_ZCc+"|$)|;(?!"+r.src_ZCc+"|$)|\\!+(?!"+r.src_ZCc+"|[!]|$)|\\?(?!"+r.src_ZCc+"|[?]|$))+|\\/)?",r.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',r.src_xn="xn--[a-z0-9\\-]{1,59}",r.src_domain_root="(?:"+r.src_xn+"|"+r.src_pseudo_letter+"{1,63})",r.src_domain="(?:"+r.src_xn+"|(?:"+r.src_pseudo_letter+")|(?:"+r.src_pseudo_letter+"(?:-|"+r.src_pseudo_letter+"){0,61}"+r.src_pseudo_letter+"))",r.src_host="(?:(?:(?:(?:"+r.src_domain+")\\.)*"+r.src_domain+"))",r.tpl_host_fuzzy="(?:"+r.src_ip4+"|(?:(?:(?:"+r.src_domain+")\\.)+(?:%TLDS%)))",r.tpl_host_no_ip_fuzzy="(?:(?:(?:"+r.src_domain+")\\.)+(?:%TLDS%))",r.src_host_strict=r.src_host+r.src_host_terminator,r.tpl_host_fuzzy_strict=r.tpl_host_fuzzy+r.src_host_terminator,r.src_host_port_strict=r.src_host+r.src_port+r.src_host_terminator,r.tpl_host_port_fuzzy_strict=r.tpl_host_fuzzy+r.src_port+r.src_host_terminator,r.tpl_host_port_no_ip_fuzzy_strict=r.tpl_host_no_ip_fuzzy+r.src_port+r.src_host_terminator,r.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+r.src_ZPCc+"|>|$))",r.tpl_email_fuzzy="(^|"+n+'|"|\\(|'+r.src_ZCc+")("+r.src_email_name+"@"+r.tpl_host_fuzzy_strict+")",r.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+r.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+r.tpl_host_port_fuzzy_strict+r.src_path+")",r.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+r.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+r.tpl_host_port_no_ip_fuzzy_strict+r.src_path+")",r}});var Jo=d((gg,Ko)=>{"use strict";function _n(e){var r=Array.prototype.slice.call(arguments,1);return r.forEach(function(n){!n||Object.keys(n).forEach(function(i){e[i]=n[i]})}),e}function wr(e){return Object.prototype.toString.call(e)}function Ff(e){return wr(e)==="[object String]"}function Df(e){return wr(e)==="[object Object]"}function Sf(e){return wr(e)==="[object RegExp]"}function Yo(e){return wr(e)==="[object Function]"}function qf(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var Wo={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Tf(e){return Object.keys(e||{}).reduce(function(r,n){return r||Wo.hasOwnProperty(n)},!1)}var Of={"http:":{validate:function(e,r,n){var i=e.slice(r);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(i)?i.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,r,n){var i=e.slice(r);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(i)?r>=3&&e[r-3]===":"||r>=3&&e[r-3]==="/"?0:i.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,r,n){var i=e.slice(r);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(i)?i.match(n.re.mailto)[0].length:0}}},If="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",Rf="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|\u0440\u0444".split("|");function Pf(e){e.__index__=-1,e.__text_cache__=""}function Lf(e){return function(r,n){var i=r.slice(n);return e.test(i)?i.match(e)[0].length:0}}function Zo(){return function(e,r){r.normalize(e)}}function Cr(e){var r=e.re=Go()(e.__opts__),n=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||n.push(If),n.push(r.src_xn),r.src_tlds=n.join("|");function i(s){return s.replace("%TLDS%",r.src_tlds)}r.email_fuzzy=RegExp(i(r.tpl_email_fuzzy),"i"),r.link_fuzzy=RegExp(i(r.tpl_link_fuzzy),"i"),r.link_no_ip_fuzzy=RegExp(i(r.tpl_link_no_ip_fuzzy),"i"),r.host_fuzzy_test=RegExp(i(r.tpl_host_fuzzy_test),"i");var t=[];e.__compiled__={};function o(s,a){throw new Error('(LinkifyIt) Invalid schema "'+s+'": '+a)}Object.keys(e.__schemas__).forEach(function(s){var a=e.__schemas__[s];if(a!==null){var c={validate:null,link:null};if(e.__compiled__[s]=c,Df(a)){Sf(a.validate)?c.validate=Lf(a.validate):Yo(a.validate)?c.validate=a.validate:o(s,a),Yo(a.normalize)?c.normalize=a.normalize:a.normalize?o(s,a):c.normalize=Zo();return}if(Ff(a)){t.push(s);return}o(s,a)}}),t.forEach(function(s){!e.__compiled__[e.__schemas__[s]]||(e.__compiled__[s].validate=e.__compiled__[e.__schemas__[s]].validate,e.__compiled__[s].normalize=e.__compiled__[e.__schemas__[s]].normalize)}),e.__compiled__[""]={validate:null,normalize:Zo()};var u=Object.keys(e.__compiled__).filter(function(s){return s.length>0&&e.__compiled__[s]}).map(qf).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><\uFF5C]|"+r.src_ZPCc+"))("+u+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><\uFF5C]|"+r.src_ZPCc+"))("+u+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),Pf(e)}function Mf(e,r){var n=e.__index__,i=e.__last_index__,t=e.__text_cache__.slice(n,i);this.schema=e.__schema__.toLowerCase(),this.index=n+r,this.lastIndex=i+r,this.raw=t,this.text=t,this.url=t}function vn(e,r){var n=new Mf(e,r);return e.__compiled__[n.schema].normalize(n,e),n}function Q(e,r){if(!(this instanceof Q))return new Q(e,r);r||Tf(e)&&(r=e,e={}),this.__opts__=_n({},Wo,r),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=_n({},Of,e),this.__compiled__={},this.__tlds__=Rf,this.__tlds_replaced__=!1,this.re={},Cr(this)}Q.prototype.add=function(r,n){return this.__schemas__[r]=n,Cr(this),this};Q.prototype.set=function(r){return this.__opts__=_n(this.__opts__,r),this};Q.prototype.test=function(r){if(this.__text_cache__=r,this.__index__=-1,!r.length)return!1;var n,i,t,o,u,s,a,c,l;if(this.re.schema_test.test(r)){for(a=this.re.schema_search,a.lastIndex=0;(n=a.exec(r))!==null;)if(o=this.testSchemaAt(r,n[2],a.lastIndex),o){this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+o;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(c=r.search(this.re.host_fuzzy_test),c>=0&&(this.__index__<0||c<this.__index__)&&(i=r.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(u=i.index+i[1].length,(this.__index__<0||u<this.__index__)&&(this.__schema__="",this.__index__=u,this.__last_index__=i.index+i[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(l=r.indexOf("@"),l>=0&&(t=r.match(this.re.email_fuzzy))!==null&&(u=t.index+t[1].length,s=t.index+t[0].length,(this.__index__<0||u<this.__index__||u===this.__index__&&s>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=u,this.__last_index__=s))),this.__index__>=0};Q.prototype.pretest=function(r){return this.re.pretest.test(r)};Q.prototype.testSchemaAt=function(r,n,i){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(r,i,this):0};Q.prototype.match=function(r){var n=0,i=[];this.__index__>=0&&this.__text_cache__===r&&(i.push(vn(this,n)),n=this.__last_index__);for(var t=n?r.slice(n):r;this.test(t);)i.push(vn(this,n)),t=t.slice(this.__last_index__),n+=this.__last_index__;return i.length?i:null};Q.prototype.matchAtStart=function(r){if(this.__text_cache__=r,this.__index__=-1,!r.length)return null;var n=this.re.schema_at_start.exec(r);if(!n)return null;var i=this.testSchemaAt(r,n[2],n[0].length);return i?(this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+i,vn(this,0)):null};Q.prototype.tlds=function(r,n){return r=Array.isArray(r)?r:[r],n?(this.__tlds__=this.__tlds__.concat(r).sort().filter(function(i,t,o){return i!==o[t-1]}).reverse(),Cr(this),this):(this.__tlds__=r.slice(),this.__tlds_replaced__=!0,Cr(this),this)};Q.prototype.normalize=function(r){r.schema||(r.url="http://"+r.url),r.schema==="mailto:"&&!/^mailto:/i.test(r.url)&&(r.url="mailto:"+r.url)};Q.prototype.onCompile=function(){};Ko.exports=Q});var Xo=d((xg,Qo)=>{"use strict";Qo.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}});var ru=d((_g,eu)=>{"use strict";eu.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}}});var iu=d((vg,nu)=>{"use strict";nu.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}});var su=d((yg,uu)=>{"use strict";var Ye=O(),Bf=Zi(),Nf=Ki(),jf=At(),zf=uo(),$f=Ho(),Uf=Jo(),me=Kr(),tu=B("punycode"),Hf={default:Xo(),zero:ru(),commonmark:iu()},Vf=/^(vbscript|javascript|file|data):/,Gf=/^data:image\/(gif|png|jpeg|webp);/;function Yf(e){var r=e.trim().toLowerCase();return Vf.test(r)?!!Gf.test(r):!0}var ou=["http:","https:","mailto:"];function Zf(e){var r=me.parse(e,!0);if(r.hostname&&(!r.protocol||ou.indexOf(r.protocol)>=0))try{r.hostname=tu.toASCII(r.hostname)}catch{}return me.encode(me.format(r))}function Wf(e){var r=me.parse(e,!0);if(r.hostname&&(!r.protocol||ou.indexOf(r.protocol)>=0))try{r.hostname=tu.toUnicode(r.hostname)}catch{}return me.decode(me.format(r),me.decode.defaultChars+"%")}function X(e,r){if(!(this instanceof X))return new X(e,r);r||Ye.isString(e)||(r=e||{},e="default"),this.inline=new $f,this.block=new zf,this.core=new jf,this.renderer=new Nf,this.linkify=new Uf,this.validateLink=Yf,this.normalizeLink=Zf,this.normalizeLinkText=Wf,this.utils=Ye,this.helpers=Ye.assign({},Bf),this.options={},this.configure(e),r&&this.set(r)}X.prototype.set=function(e){return Ye.assign(this.options,e),this};X.prototype.configure=function(e){var r=this,n;if(Ye.isString(e)&&(n=e,e=Hf[n],!e))throw new Error('Wrong `markdown-it` preset "'+n+'", check name');if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&r.set(e.options),e.components&&Object.keys(e.components).forEach(function(i){e.components[i].rules&&r[i].ruler.enableOnly(e.components[i].rules),e.components[i].rules2&&r[i].ruler2.enableOnly(e.components[i].rules2)}),this};X.prototype.enable=function(e,r){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){n=n.concat(this[t].ruler.enable(e,!0))},this),n=n.concat(this.inline.ruler2.enable(e,!0));var i=e.filter(function(t){return n.indexOf(t)<0});if(i.length&&!r)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+i);return this};X.prototype.disable=function(e,r){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){n=n.concat(this[t].ruler.disable(e,!0))},this),n=n.concat(this.inline.ruler2.disable(e,!0));var i=e.filter(function(t){return n.indexOf(t)<0});if(i.length&&!r)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+i);return this};X.prototype.use=function(e){var r=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,r),this};X.prototype.parse=function(e,r){if(typeof e!="string")throw new Error("Input data should be a String");var n=new this.core.State(e,this,r);return this.core.process(n),n.tokens};X.prototype.render=function(e,r){return r=r||{},this.renderer.render(this.parse(e,r),this.options,r)};X.prototype.parseInline=function(e,r){var n=new this.core.State(e,this,r);return n.inlineMode=!0,this.core.process(n),n.tokens};X.prototype.renderInline=function(e,r){return r=r||{},this.renderer.render(this.parseInline(e,r),this.options,r)};uu.exports=X});var cu=d((bg,au)=>{"use strict";au.exports=su()});var Ze=d((kg,fu)=>{var Kf=Object.prototype.toString;fu.exports=function(r){if(r===void 0)return"undefined";if(r===null)return"null";var n=typeof r;if(n==="boolean")return"boolean";if(n==="string")return"string";if(n==="number")return"number";if(n==="symbol")return"symbol";if(n==="function")return rp(r)?"generatorfunction":"function";if(Jf(r))return"array";if(tp(r))return"buffer";if(ip(r))return"arguments";if(Xf(r))return"date";if(Qf(r))return"error";if(ep(r))return"regexp";switch(lu(r)){case"Symbol":return"symbol";case"Promise":return"promise";case"WeakMap":return"weakmap";case"WeakSet":return"weakset";case"Map":return"map";case"Set":return"set";case"Int8Array":return"int8array";case"Uint8Array":return"uint8array";case"Uint8ClampedArray":return"uint8clampedarray";case"Int16Array":return"int16array";case"Uint16Array":return"uint16array";case"Int32Array":return"int32array";case"Uint32Array":return"uint32array";case"Float32Array":return"float32array";case"Float64Array":return"float64array"}if(np(r))return"generator";switch(n=Kf.call(r),n){case"[object Object]":return"object";case"[object Map Iterator]":return"mapiterator";case"[object Set Iterator]":return"setiterator";case"[object String Iterator]":return"stringiterator";case"[object Array Iterator]":return"arrayiterator"}return n.slice(8,-1).toLowerCase().replace(/\s/g,"")};function lu(e){return typeof e.constructor=="function"?e.constructor.name:null}function Jf(e){return Array.isArray?Array.isArray(e):e instanceof Array}function Qf(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function Xf(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function ep(e){return e instanceof RegExp?!0:typeof e.flags=="string"&&typeof e.ignoreCase=="boolean"&&typeof e.multiline=="boolean"&&typeof e.global=="boolean"}function rp(e,r){return lu(e)==="GeneratorFunction"}function np(e){return typeof e.throw=="function"&&typeof e.return=="function"&&typeof e.next=="function"}function ip(e){try{if(typeof e.length=="number"&&typeof e.callee=="function")return!0}catch(r){if(r.message.indexOf("callee")!==-1)return!0}return!1}function tp(e){return e.constructor&&typeof e.constructor.isBuffer=="function"?e.constructor.isBuffer(e):!1}});var hu=d((Ag,pu)=>{"use strict";pu.exports=function(r){return typeof r<"u"&&r!==null&&(typeof r=="object"||typeof r=="function")}});var gu=d((Eg,mu)=>{"use strict";var du=hu();mu.exports=function(r){du(r)||(r={});for(var n=arguments.length,i=1;i<n;i++){var t=arguments[i];du(t)&&op(r,t)}return r};function op(e,r){for(var n in r)up(r,n)&&(e[n]=r[n])}function up(e,r){return Object.prototype.hasOwnProperty.call(e,r)}});var vu=d((Cg,_u)=>{"use strict";var sp=Ze(),ap=gu();_u.exports=function(e,r){typeof r=="function"&&(r={parse:r});var n=lp(e),i={section_delimiter:"---",parse:pp},t=ap({},i,r),o=t.section_delimiter,u=n.content.split(/\r?\n/),s=null,a=xu(),c=[],l=[];function f(b){n.content=b,s=[],c=[]}function h(b){l.length&&(a.key=fp(l[0],o),a.content=b,t.parse(a,s),s.push(a),a=xu(),c=[],l=[])}for(var p=0;p<u.length;p++){var m=u[p],x=l.length,g=m.trim();if(cp(g,o)){if(g.length===3&&p!==0){if(x===0||x===2){c.push(m);continue}l.push(g),a.data=c.join(`
18
+ `),c=[];continue}s===null&&f(c.join(`
19
+ `)),x===2&&h(c.join(`
20
+ `)),l.push(g);continue}c.push(m)}return s===null?f(c.join(`
21
+ `)):h(c.join(`
22
+ `)),n.sections=s,n};function cp(e,r){return!(e.slice(0,r.length)!==r||e.charAt(r.length+1)===r.slice(-1))}function lp(e){if(sp(e)!=="object"&&(e={content:e}),typeof e.content!="string"&&!hp(e.content))throw new TypeError("expected a buffer or string");return e.content=e.content.toString(),e.sections=[],e}function fp(e,r){return e?e.slice(r.length).trim():""}function xu(){return{key:"",data:"",content:""}}function pp(e){return e}function hp(e){return e&&e.constructor&&typeof e.constructor.isBuffer=="function"?e.constructor.isBuffer(e):!1}});var xe=d((wg,ge)=>{"use strict";function yu(e){return typeof e>"u"||e===null}function dp(e){return typeof e=="object"&&e!==null}function mp(e){return Array.isArray(e)?e:yu(e)?[]:[e]}function gp(e,r){var n,i,t,o;if(r)for(o=Object.keys(r),n=0,i=o.length;n<i;n+=1)t=o[n],e[t]=r[t];return e}function xp(e,r){var n="",i;for(i=0;i<r;i+=1)n+=e;return n}function _p(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}ge.exports.isNothing=yu;ge.exports.isObject=dp;ge.exports.toArray=mp;ge.exports.repeat=xp;ge.exports.isNegativeZero=_p;ge.exports.extend=gp});var Oe=d((Fg,bu)=>{"use strict";function We(e,r){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=r,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}We.prototype=Object.create(Error.prototype);We.prototype.constructor=We;We.prototype.toString=function(r){var n=this.name+": ";return n+=this.reason||"(unknown reason)",!r&&this.mark&&(n+=" "+this.mark.toString()),n};bu.exports=We});var Eu=d((Dg,Au)=>{"use strict";var ku=xe();function yn(e,r,n,i,t){this.name=e,this.buffer=r,this.position=n,this.line=i,this.column=t}yn.prototype.getSnippet=function(r,n){var i,t,o,u,s;if(!this.buffer)return null;for(r=r||4,n=n||75,i="",t=this.position;t>0&&`\0\r
23
+ \x85\u2028\u2029`.indexOf(this.buffer.charAt(t-1))===-1;)if(t-=1,this.position-t>n/2-1){i=" ... ",t+=5;break}for(o="",u=this.position;u<this.buffer.length&&`\0\r
24
+ \x85\u2028\u2029`.indexOf(this.buffer.charAt(u))===-1;)if(u+=1,u-this.position>n/2-1){o=" ... ",u-=5;break}return s=this.buffer.slice(t,u),ku.repeat(" ",r)+i+s+o+`
25
+ `+ku.repeat(" ",r+this.position-t+i.length)+"^"};yn.prototype.toString=function(r){var n,i="";return this.name&&(i+='in "'+this.name+'" '),i+="at line "+(this.line+1)+", column "+(this.column+1),r||(n=this.getSnippet(),n&&(i+=`:
26
+ `+n)),i};Au.exports=yn});var U=d((Sg,wu)=>{"use strict";var Cu=Oe(),vp=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],yp=["scalar","sequence","mapping"];function bp(e){var r={};return e!==null&&Object.keys(e).forEach(function(n){e[n].forEach(function(i){r[String(i)]=n})}),r}function kp(e,r){if(r=r||{},Object.keys(r).forEach(function(n){if(vp.indexOf(n)===-1)throw new Cu('Unknown option "'+n+'" is met in definition of "'+e+'" YAML type.')}),this.tag=e,this.kind=r.kind||null,this.resolve=r.resolve||function(){return!0},this.construct=r.construct||function(n){return n},this.instanceOf=r.instanceOf||null,this.predicate=r.predicate||null,this.represent=r.represent||null,this.defaultStyle=r.defaultStyle||null,this.styleAliases=bp(r.styleAliases||null),yp.indexOf(this.kind)===-1)throw new Cu('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}wu.exports=kp});var _e=d((qg,Du)=>{"use strict";var Fu=xe(),Fr=Oe(),Ap=U();function bn(e,r,n){var i=[];return e.include.forEach(function(t){n=bn(t,r,n)}),e[r].forEach(function(t){n.forEach(function(o,u){o.tag===t.tag&&o.kind===t.kind&&i.push(u)}),n.push(t)}),n.filter(function(t,o){return i.indexOf(o)===-1})}function Ep(){var e={scalar:{},sequence:{},mapping:{},fallback:{}},r,n;function i(t){e[t.kind][t.tag]=e.fallback[t.tag]=t}for(r=0,n=arguments.length;r<n;r+=1)arguments[r].forEach(i);return e}function Ie(e){this.include=e.include||[],this.implicit=e.implicit||[],this.explicit=e.explicit||[],this.implicit.forEach(function(r){if(r.loadKind&&r.loadKind!=="scalar")throw new Fr("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")}),this.compiledImplicit=bn(this,"implicit",[]),this.compiledExplicit=bn(this,"explicit",[]),this.compiledTypeMap=Ep(this.compiledImplicit,this.compiledExplicit)}Ie.DEFAULT=null;Ie.create=function(){var r,n;switch(arguments.length){case 1:r=Ie.DEFAULT,n=arguments[0];break;case 2:r=arguments[0],n=arguments[1];break;default:throw new Fr("Wrong number of arguments for Schema.create function")}if(r=Fu.toArray(r),n=Fu.toArray(n),!r.every(function(i){return i instanceof Ie}))throw new Fr("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!n.every(function(i){return i instanceof Ap}))throw new Fr("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new Ie({include:r,explicit:n})};Du.exports=Ie});var qu=d((Tg,Su)=>{"use strict";var Cp=U();Su.exports=new Cp("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})});var Ou=d((Og,Tu)=>{"use strict";var wp=U();Tu.exports=new wp("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})});var Ru=d((Ig,Iu)=>{"use strict";var Fp=U();Iu.exports=new Fp("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})});var Dr=d((Rg,Pu)=>{"use strict";var Dp=_e();Pu.exports=new Dp({explicit:[qu(),Ou(),Ru()]})});var Mu=d((Pg,Lu)=>{"use strict";var Sp=U();function qp(e){if(e===null)return!0;var r=e.length;return r===1&&e==="~"||r===4&&(e==="null"||e==="Null"||e==="NULL")}function Tp(){return null}function Op(e){return e===null}Lu.exports=new Sp("tag:yaml.org,2002:null",{kind:"scalar",resolve:qp,construct:Tp,predicate:Op,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})});var Nu=d((Lg,Bu)=>{"use strict";var Ip=U();function Rp(e){if(e===null)return!1;var r=e.length;return r===4&&(e==="true"||e==="True"||e==="TRUE")||r===5&&(e==="false"||e==="False"||e==="FALSE")}function Pp(e){return e==="true"||e==="True"||e==="TRUE"}function Lp(e){return Object.prototype.toString.call(e)==="[object Boolean]"}Bu.exports=new Ip("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Rp,construct:Pp,predicate:Lp,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})});var zu=d((Mg,ju)=>{"use strict";var Mp=xe(),Bp=U();function Np(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function jp(e){return 48<=e&&e<=55}function zp(e){return 48<=e&&e<=57}function $p(e){if(e===null)return!1;var r=e.length,n=0,i=!1,t;if(!r)return!1;if(t=e[n],(t==="-"||t==="+")&&(t=e[++n]),t==="0"){if(n+1===r)return!0;if(t=e[++n],t==="b"){for(n++;n<r;n++)if(t=e[n],t!=="_"){if(t!=="0"&&t!=="1")return!1;i=!0}return i&&t!=="_"}if(t==="x"){for(n++;n<r;n++)if(t=e[n],t!=="_"){if(!Np(e.charCodeAt(n)))return!1;i=!0}return i&&t!=="_"}for(;n<r;n++)if(t=e[n],t!=="_"){if(!jp(e.charCodeAt(n)))return!1;i=!0}return i&&t!=="_"}if(t==="_")return!1;for(;n<r;n++)if(t=e[n],t!=="_"){if(t===":")break;if(!zp(e.charCodeAt(n)))return!1;i=!0}return!i||t==="_"?!1:t!==":"?!0:/^(:[0-5]?[0-9])+$/.test(e.slice(n))}function Up(e){var r=e,n=1,i,t,o=[];return r.indexOf("_")!==-1&&(r=r.replace(/_/g,"")),i=r[0],(i==="-"||i==="+")&&(i==="-"&&(n=-1),r=r.slice(1),i=r[0]),r==="0"?0:i==="0"?r[1]==="b"?n*parseInt(r.slice(2),2):r[1]==="x"?n*parseInt(r,16):n*parseInt(r,8):r.indexOf(":")!==-1?(r.split(":").forEach(function(u){o.unshift(parseInt(u,10))}),r=0,t=1,o.forEach(function(u){r+=u*t,t*=60}),n*r):n*parseInt(r,10)}function Hp(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!Mp.isNegativeZero(e)}ju.exports=new Bp("tag:yaml.org,2002:int",{kind:"scalar",resolve:$p,construct:Up,predicate:Hp,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0"+e.toString(8):"-0"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var Hu=d((Bg,Uu)=>{"use strict";var $u=xe(),Vp=U(),Gp=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function Yp(e){return!(e===null||!Gp.test(e)||e[e.length-1]==="_")}function Zp(e){var r,n,i,t;return r=e.replace(/_/g,"").toLowerCase(),n=r[0]==="-"?-1:1,t=[],"+-".indexOf(r[0])>=0&&(r=r.slice(1)),r===".inf"?n===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:r===".nan"?NaN:r.indexOf(":")>=0?(r.split(":").forEach(function(o){t.unshift(parseFloat(o,10))}),r=0,i=1,t.forEach(function(o){r+=o*i,i*=60}),n*r):n*parseFloat(r,10)}var Wp=/^[-+]?[0-9]+e/;function Kp(e,r){var n;if(isNaN(e))switch(r){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(r){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(r){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if($u.isNegativeZero(e))return"-0.0";return n=e.toString(10),Wp.test(n)?n.replace("e",".e"):n}function Jp(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||$u.isNegativeZero(e))}Uu.exports=new Vp("tag:yaml.org,2002:float",{kind:"scalar",resolve:Yp,construct:Zp,predicate:Jp,represent:Kp,defaultStyle:"lowercase"})});var kn=d((Ng,Vu)=>{"use strict";var Qp=_e();Vu.exports=new Qp({include:[Dr()],implicit:[Mu(),Nu(),zu(),Hu()]})});var An=d((jg,Gu)=>{"use strict";var Xp=_e();Gu.exports=new Xp({include:[kn()]})});var Ku=d((zg,Wu)=>{"use strict";var eh=U(),Yu=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),Zu=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function rh(e){return e===null?!1:Yu.exec(e)!==null||Zu.exec(e)!==null}function nh(e){var r,n,i,t,o,u,s,a=0,c=null,l,f,h;if(r=Yu.exec(e),r===null&&(r=Zu.exec(e)),r===null)throw new Error("Date resolve error");if(n=+r[1],i=+r[2]-1,t=+r[3],!r[4])return new Date(Date.UTC(n,i,t));if(o=+r[4],u=+r[5],s=+r[6],r[7]){for(a=r[7].slice(0,3);a.length<3;)a+="0";a=+a}return r[9]&&(l=+r[10],f=+(r[11]||0),c=(l*60+f)*6e4,r[9]==="-"&&(c=-c)),h=new Date(Date.UTC(n,i,t,o,u,s,a)),c&&h.setTime(h.getTime()-c),h}function ih(e){return e.toISOString()}Wu.exports=new eh("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:rh,construct:nh,instanceOf:Date,represent:ih})});var Qu=d(($g,Ju)=>{"use strict";var th=U();function oh(e){return e==="<<"||e===null}Ju.exports=new th("tag:yaml.org,2002:merge",{kind:"scalar",resolve:oh})});var rs=d((Ug,es)=>{"use strict";var ve;try{Xu=B,ve=Xu("buffer").Buffer}catch{}var Xu,uh=U(),En=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
27
+ \r`;function sh(e){if(e===null)return!1;var r,n,i=0,t=e.length,o=En;for(n=0;n<t;n++)if(r=o.indexOf(e.charAt(n)),!(r>64)){if(r<0)return!1;i+=6}return i%8===0}function ah(e){var r,n,i=e.replace(/[\r\n=]/g,""),t=i.length,o=En,u=0,s=[];for(r=0;r<t;r++)r%4===0&&r&&(s.push(u>>16&255),s.push(u>>8&255),s.push(u&255)),u=u<<6|o.indexOf(i.charAt(r));return n=t%4*6,n===0?(s.push(u>>16&255),s.push(u>>8&255),s.push(u&255)):n===18?(s.push(u>>10&255),s.push(u>>2&255)):n===12&&s.push(u>>4&255),ve?ve.from?ve.from(s):new ve(s):s}function ch(e){var r="",n=0,i,t,o=e.length,u=En;for(i=0;i<o;i++)i%3===0&&i&&(r+=u[n>>18&63],r+=u[n>>12&63],r+=u[n>>6&63],r+=u[n&63]),n=(n<<8)+e[i];return t=o%3,t===0?(r+=u[n>>18&63],r+=u[n>>12&63],r+=u[n>>6&63],r+=u[n&63]):t===2?(r+=u[n>>10&63],r+=u[n>>4&63],r+=u[n<<2&63],r+=u[64]):t===1&&(r+=u[n>>2&63],r+=u[n<<4&63],r+=u[64],r+=u[64]),r}function lh(e){return ve&&ve.isBuffer(e)}es.exports=new uh("tag:yaml.org,2002:binary",{kind:"scalar",resolve:sh,construct:ah,predicate:lh,represent:ch})});var is=d((Hg,ns)=>{"use strict";var fh=U(),ph=Object.prototype.hasOwnProperty,hh=Object.prototype.toString;function dh(e){if(e===null)return!0;var r=[],n,i,t,o,u,s=e;for(n=0,i=s.length;n<i;n+=1){if(t=s[n],u=!1,hh.call(t)!=="[object Object]")return!1;for(o in t)if(ph.call(t,o))if(!u)u=!0;else return!1;if(!u)return!1;if(r.indexOf(o)===-1)r.push(o);else return!1}return!0}function mh(e){return e!==null?e:[]}ns.exports=new fh("tag:yaml.org,2002:omap",{kind:"sequence",resolve:dh,construct:mh})});var os=d((Vg,ts)=>{"use strict";var gh=U(),xh=Object.prototype.toString;function _h(e){if(e===null)return!0;var r,n,i,t,o,u=e;for(o=new Array(u.length),r=0,n=u.length;r<n;r+=1){if(i=u[r],xh.call(i)!=="[object Object]"||(t=Object.keys(i),t.length!==1))return!1;o[r]=[t[0],i[t[0]]]}return!0}function vh(e){if(e===null)return[];var r,n,i,t,o,u=e;for(o=new Array(u.length),r=0,n=u.length;r<n;r+=1)i=u[r],t=Object.keys(i),o[r]=[t[0],i[t[0]]];return o}ts.exports=new gh("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:_h,construct:vh})});var ss=d((Gg,us)=>{"use strict";var yh=U(),bh=Object.prototype.hasOwnProperty;function kh(e){if(e===null)return!0;var r,n=e;for(r in n)if(bh.call(n,r)&&n[r]!==null)return!1;return!0}function Ah(e){return e!==null?e:{}}us.exports=new yh("tag:yaml.org,2002:set",{kind:"mapping",resolve:kh,construct:Ah})});var Re=d((Yg,as)=>{"use strict";var Eh=_e();as.exports=new Eh({include:[An()],implicit:[Ku(),Qu()],explicit:[rs(),is(),os(),ss()]})});var ls=d((Zg,cs)=>{"use strict";var Ch=U();function wh(){return!0}function Fh(){}function Dh(){return""}function Sh(e){return typeof e>"u"}cs.exports=new Ch("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:wh,construct:Fh,predicate:Sh,represent:Dh})});var ps=d((Wg,fs)=>{"use strict";var qh=U();function Th(e){if(e===null||e.length===0)return!1;var r=e,n=/\/([gim]*)$/.exec(e),i="";return!(r[0]==="/"&&(n&&(i=n[1]),i.length>3||r[r.length-i.length-1]!=="/"))}function Oh(e){var r=e,n=/\/([gim]*)$/.exec(e),i="";return r[0]==="/"&&(n&&(i=n[1]),r=r.slice(1,r.length-i.length-1)),new RegExp(r,i)}function Ih(e){var r="/"+e.source+"/";return e.global&&(r+="g"),e.multiline&&(r+="m"),e.ignoreCase&&(r+="i"),r}function Rh(e){return Object.prototype.toString.call(e)==="[object RegExp]"}fs.exports=new qh("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:Th,construct:Oh,predicate:Rh,represent:Ih})});var ms=d((Kg,ds)=>{"use strict";var Sr;try{hs=B,Sr=hs("esprima")}catch{typeof window<"u"&&(Sr=window.esprima)}var hs,Ph=U();function Lh(e){if(e===null)return!1;try{var r="("+e+")",n=Sr.parse(r,{range:!0});return!(n.type!=="Program"||n.body.length!==1||n.body[0].type!=="ExpressionStatement"||n.body[0].expression.type!=="ArrowFunctionExpression"&&n.body[0].expression.type!=="FunctionExpression")}catch{return!1}}function Mh(e){var r="("+e+")",n=Sr.parse(r,{range:!0}),i=[],t;if(n.type!=="Program"||n.body.length!==1||n.body[0].type!=="ExpressionStatement"||n.body[0].expression.type!=="ArrowFunctionExpression"&&n.body[0].expression.type!=="FunctionExpression")throw new Error("Failed to resolve function");return n.body[0].expression.params.forEach(function(o){i.push(o.name)}),t=n.body[0].expression.body.range,n.body[0].expression.body.type==="BlockStatement"?new Function(i,r.slice(t[0]+1,t[1]-1)):new Function(i,"return "+r.slice(t[0],t[1]))}function Bh(e){return e.toString()}function Nh(e){return Object.prototype.toString.call(e)==="[object Function]"}ds.exports=new Ph("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:Lh,construct:Mh,predicate:Nh,represent:Bh})});var Ke=d((Jg,xs)=>{"use strict";var gs=_e();xs.exports=gs.DEFAULT=new gs({include:[Re()],explicit:[ls(),ps(),ms()]})});var Ls=d((Qg,Je)=>{"use strict";var ae=xe(),Es=Oe(),jh=Eu(),Cs=Re(),zh=Ke(),pe=Object.prototype.hasOwnProperty,qr=1,ws=2,Fs=3,Tr=4,Cn=1,$h=2,_s=3,Uh=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Hh=/[\x85\u2028\u2029]/,Vh=/[,\[\]\{\}]/,Ds=/^(?:!|!!|![a-z\-]+!)$/i,Ss=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function vs(e){return Object.prototype.toString.call(e)}function te(e){return e===10||e===13}function be(e){return e===9||e===32}function K(e){return e===9||e===32||e===10||e===13}function Pe(e){return e===44||e===91||e===93||e===123||e===125}function Gh(e){var r;return 48<=e&&e<=57?e-48:(r=e|32,97<=r&&r<=102?r-97+10:-1)}function Yh(e){return e===120?2:e===117?4:e===85?8:0}function Zh(e){return 48<=e&&e<=57?e-48:-1}function ys(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
28
+ `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function Wh(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var qs=new Array(256),Ts=new Array(256);for(ye=0;ye<256;ye++)qs[ye]=ys(ye)?1:0,Ts[ye]=ys(ye);var ye;function Kh(e,r){this.input=e,this.filename=r.filename||null,this.schema=r.schema||zh,this.onWarning=r.onWarning||null,this.legacy=r.legacy||!1,this.json=r.json||!1,this.listener=r.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function Os(e,r){return new Es(r,new jh(e.filename,e.input,e.position,e.line,e.position-e.lineStart))}function E(e,r){throw Os(e,r)}function Or(e,r){e.onWarning&&e.onWarning.call(null,Os(e,r))}var bs={YAML:function(r,n,i){var t,o,u;r.version!==null&&E(r,"duplication of %YAML directive"),i.length!==1&&E(r,"YAML directive accepts exactly one argument"),t=/^([0-9]+)\.([0-9]+)$/.exec(i[0]),t===null&&E(r,"ill-formed argument of the YAML directive"),o=parseInt(t[1],10),u=parseInt(t[2],10),o!==1&&E(r,"unacceptable YAML version of the document"),r.version=i[0],r.checkLineBreaks=u<2,u!==1&&u!==2&&Or(r,"unsupported YAML version of the document")},TAG:function(r,n,i){var t,o;i.length!==2&&E(r,"TAG directive accepts exactly two arguments"),t=i[0],o=i[1],Ds.test(t)||E(r,"ill-formed tag handle (first argument) of the TAG directive"),pe.call(r.tagMap,t)&&E(r,'there is a previously declared suffix for "'+t+'" tag handle'),Ss.test(o)||E(r,"ill-formed tag prefix (second argument) of the TAG directive"),r.tagMap[t]=o}};function fe(e,r,n,i){var t,o,u,s;if(r<n){if(s=e.input.slice(r,n),i)for(t=0,o=s.length;t<o;t+=1)u=s.charCodeAt(t),u===9||32<=u&&u<=1114111||E(e,"expected valid JSON character");else Uh.test(s)&&E(e,"the stream contains non-printable characters");e.result+=s}}function ks(e,r,n,i){var t,o,u,s;for(ae.isObject(n)||E(e,"cannot merge mappings; the provided source object is unacceptable"),t=Object.keys(n),u=0,s=t.length;u<s;u+=1)o=t[u],pe.call(r,o)||(r[o]=n[o],i[o]=!0)}function Le(e,r,n,i,t,o,u,s){var a,c;if(Array.isArray(t))for(t=Array.prototype.slice.call(t),a=0,c=t.length;a<c;a+=1)Array.isArray(t[a])&&E(e,"nested arrays are not supported inside keys"),typeof t=="object"&&vs(t[a])==="[object Object]"&&(t[a]="[object Object]");if(typeof t=="object"&&vs(t)==="[object Object]"&&(t="[object Object]"),t=String(t),r===null&&(r={}),i==="tag:yaml.org,2002:merge")if(Array.isArray(o))for(a=0,c=o.length;a<c;a+=1)ks(e,r,o[a],n);else ks(e,r,o,n);else!e.json&&!pe.call(n,t)&&pe.call(r,t)&&(e.line=u||e.line,e.position=s||e.position,E(e,"duplicated mapping key")),r[t]=o,delete n[t];return r}function wn(e){var r;r=e.input.charCodeAt(e.position),r===10?e.position++:r===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):E(e,"a line break is expected"),e.line+=1,e.lineStart=e.position}function j(e,r,n){for(var i=0,t=e.input.charCodeAt(e.position);t!==0;){for(;be(t);)t=e.input.charCodeAt(++e.position);if(r&&t===35)do t=e.input.charCodeAt(++e.position);while(t!==10&&t!==13&&t!==0);if(te(t))for(wn(e),t=e.input.charCodeAt(e.position),i++,e.lineIndent=0;t===32;)e.lineIndent++,t=e.input.charCodeAt(++e.position);else break}return n!==-1&&i!==0&&e.lineIndent<n&&Or(e,"deficient indentation"),i}function Ir(e){var r=e.position,n;return n=e.input.charCodeAt(r),!!((n===45||n===46)&&n===e.input.charCodeAt(r+1)&&n===e.input.charCodeAt(r+2)&&(r+=3,n=e.input.charCodeAt(r),n===0||K(n)))}function Fn(e,r){r===1?e.result+=" ":r>1&&(e.result+=ae.repeat(`
29
+ `,r-1))}function Jh(e,r,n){var i,t,o,u,s,a,c,l,f=e.kind,h=e.result,p;if(p=e.input.charCodeAt(e.position),K(p)||Pe(p)||p===35||p===38||p===42||p===33||p===124||p===62||p===39||p===34||p===37||p===64||p===96||(p===63||p===45)&&(t=e.input.charCodeAt(e.position+1),K(t)||n&&Pe(t)))return!1;for(e.kind="scalar",e.result="",o=u=e.position,s=!1;p!==0;){if(p===58){if(t=e.input.charCodeAt(e.position+1),K(t)||n&&Pe(t))break}else if(p===35){if(i=e.input.charCodeAt(e.position-1),K(i))break}else{if(e.position===e.lineStart&&Ir(e)||n&&Pe(p))break;if(te(p))if(a=e.line,c=e.lineStart,l=e.lineIndent,j(e,!1,-1),e.lineIndent>=r){s=!0,p=e.input.charCodeAt(e.position);continue}else{e.position=u,e.line=a,e.lineStart=c,e.lineIndent=l;break}}s&&(fe(e,o,u,!1),Fn(e,e.line-a),o=u=e.position,s=!1),be(p)||(u=e.position+1),p=e.input.charCodeAt(++e.position)}return fe(e,o,u,!1),e.result?!0:(e.kind=f,e.result=h,!1)}function Qh(e,r){var n,i,t;if(n=e.input.charCodeAt(e.position),n!==39)return!1;for(e.kind="scalar",e.result="",e.position++,i=t=e.position;(n=e.input.charCodeAt(e.position))!==0;)if(n===39)if(fe(e,i,e.position,!0),n=e.input.charCodeAt(++e.position),n===39)i=e.position,e.position++,t=e.position;else return!0;else te(n)?(fe(e,i,t,!0),Fn(e,j(e,!1,r)),i=t=e.position):e.position===e.lineStart&&Ir(e)?E(e,"unexpected end of the document within a single quoted scalar"):(e.position++,t=e.position);E(e,"unexpected end of the stream within a single quoted scalar")}function Xh(e,r){var n,i,t,o,u,s;if(s=e.input.charCodeAt(e.position),s!==34)return!1;for(e.kind="scalar",e.result="",e.position++,n=i=e.position;(s=e.input.charCodeAt(e.position))!==0;){if(s===34)return fe(e,n,e.position,!0),e.position++,!0;if(s===92){if(fe(e,n,e.position,!0),s=e.input.charCodeAt(++e.position),te(s))j(e,!1,r);else if(s<256&&qs[s])e.result+=Ts[s],e.position++;else if((u=Yh(s))>0){for(t=u,o=0;t>0;t--)s=e.input.charCodeAt(++e.position),(u=Gh(s))>=0?o=(o<<4)+u:E(e,"expected hexadecimal character");e.result+=Wh(o),e.position++}else E(e,"unknown escape sequence");n=i=e.position}else te(s)?(fe(e,n,i,!0),Fn(e,j(e,!1,r)),n=i=e.position):e.position===e.lineStart&&Ir(e)?E(e,"unexpected end of the document within a double quoted scalar"):(e.position++,i=e.position)}E(e,"unexpected end of the stream within a double quoted scalar")}function ed(e,r){var n=!0,i,t=e.tag,o,u=e.anchor,s,a,c,l,f,h={},p,m,x,g;if(g=e.input.charCodeAt(e.position),g===91)a=93,f=!1,o=[];else if(g===123)a=125,f=!0,o={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=o),g=e.input.charCodeAt(++e.position);g!==0;){if(j(e,!0,r),g=e.input.charCodeAt(e.position),g===a)return e.position++,e.tag=t,e.anchor=u,e.kind=f?"mapping":"sequence",e.result=o,!0;n||E(e,"missed comma between flow collection entries"),m=p=x=null,c=l=!1,g===63&&(s=e.input.charCodeAt(e.position+1),K(s)&&(c=l=!0,e.position++,j(e,!0,r))),i=e.line,Me(e,r,qr,!1,!0),m=e.tag,p=e.result,j(e,!0,r),g=e.input.charCodeAt(e.position),(l||e.line===i)&&g===58&&(c=!0,g=e.input.charCodeAt(++e.position),j(e,!0,r),Me(e,r,qr,!1,!0),x=e.result),f?Le(e,o,h,m,p,x):c?o.push(Le(e,null,h,m,p,x)):o.push(p),j(e,!0,r),g=e.input.charCodeAt(e.position),g===44?(n=!0,g=e.input.charCodeAt(++e.position)):n=!1}E(e,"unexpected end of the stream within a flow collection")}function rd(e,r){var n,i,t=Cn,o=!1,u=!1,s=r,a=0,c=!1,l,f;if(f=e.input.charCodeAt(e.position),f===124)i=!1;else if(f===62)i=!0;else return!1;for(e.kind="scalar",e.result="";f!==0;)if(f=e.input.charCodeAt(++e.position),f===43||f===45)Cn===t?t=f===43?_s:$h:E(e,"repeat of a chomping mode identifier");else if((l=Zh(f))>=0)l===0?E(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):u?E(e,"repeat of an indentation width identifier"):(s=r+l-1,u=!0);else break;if(be(f)){do f=e.input.charCodeAt(++e.position);while(be(f));if(f===35)do f=e.input.charCodeAt(++e.position);while(!te(f)&&f!==0)}for(;f!==0;){for(wn(e),e.lineIndent=0,f=e.input.charCodeAt(e.position);(!u||e.lineIndent<s)&&f===32;)e.lineIndent++,f=e.input.charCodeAt(++e.position);if(!u&&e.lineIndent>s&&(s=e.lineIndent),te(f)){a++;continue}if(e.lineIndent<s){t===_s?e.result+=ae.repeat(`
30
+ `,o?1+a:a):t===Cn&&o&&(e.result+=`
31
+ `);break}for(i?be(f)?(c=!0,e.result+=ae.repeat(`
32
+ `,o?1+a:a)):c?(c=!1,e.result+=ae.repeat(`
33
+ `,a+1)):a===0?o&&(e.result+=" "):e.result+=ae.repeat(`
34
+ `,a):e.result+=ae.repeat(`
35
+ `,o?1+a:a),o=!0,u=!0,a=0,n=e.position;!te(f)&&f!==0;)f=e.input.charCodeAt(++e.position);fe(e,n,e.position,!1)}return!0}function As(e,r){var n,i=e.tag,t=e.anchor,o=[],u,s=!1,a;for(e.anchor!==null&&(e.anchorMap[e.anchor]=o),a=e.input.charCodeAt(e.position);a!==0&&!(a!==45||(u=e.input.charCodeAt(e.position+1),!K(u)));){if(s=!0,e.position++,j(e,!0,-1)&&e.lineIndent<=r){o.push(null),a=e.input.charCodeAt(e.position);continue}if(n=e.line,Me(e,r,Fs,!1,!0),o.push(e.result),j(e,!0,-1),a=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>r)&&a!==0)E(e,"bad indentation of a sequence entry");else if(e.lineIndent<r)break}return s?(e.tag=i,e.anchor=t,e.kind="sequence",e.result=o,!0):!1}function nd(e,r,n){var i,t,o,u,s=e.tag,a=e.anchor,c={},l={},f=null,h=null,p=null,m=!1,x=!1,g;for(e.anchor!==null&&(e.anchorMap[e.anchor]=c),g=e.input.charCodeAt(e.position);g!==0;){if(i=e.input.charCodeAt(e.position+1),o=e.line,u=e.position,(g===63||g===58)&&K(i))g===63?(m&&(Le(e,c,l,f,h,null),f=h=p=null),x=!0,m=!0,t=!0):m?(m=!1,t=!0):E(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,g=i;else if(Me(e,n,ws,!1,!0))if(e.line===o){for(g=e.input.charCodeAt(e.position);be(g);)g=e.input.charCodeAt(++e.position);if(g===58)g=e.input.charCodeAt(++e.position),K(g)||E(e,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(Le(e,c,l,f,h,null),f=h=p=null),x=!0,m=!1,t=!1,f=e.tag,h=e.result;else if(x)E(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=s,e.anchor=a,!0}else if(x)E(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=s,e.anchor=a,!0;else break;if((e.line===o||e.lineIndent>r)&&(Me(e,r,Tr,!0,t)&&(m?h=e.result:p=e.result),m||(Le(e,c,l,f,h,p,o,u),f=h=p=null),j(e,!0,-1),g=e.input.charCodeAt(e.position)),e.lineIndent>r&&g!==0)E(e,"bad indentation of a mapping entry");else if(e.lineIndent<r)break}return m&&Le(e,c,l,f,h,null),x&&(e.tag=s,e.anchor=a,e.kind="mapping",e.result=c),x}function id(e){var r,n=!1,i=!1,t,o,u;if(u=e.input.charCodeAt(e.position),u!==33)return!1;if(e.tag!==null&&E(e,"duplication of a tag property"),u=e.input.charCodeAt(++e.position),u===60?(n=!0,u=e.input.charCodeAt(++e.position)):u===33?(i=!0,t="!!",u=e.input.charCodeAt(++e.position)):t="!",r=e.position,n){do u=e.input.charCodeAt(++e.position);while(u!==0&&u!==62);e.position<e.length?(o=e.input.slice(r,e.position),u=e.input.charCodeAt(++e.position)):E(e,"unexpected end of the stream within a verbatim tag")}else{for(;u!==0&&!K(u);)u===33&&(i?E(e,"tag suffix cannot contain exclamation marks"):(t=e.input.slice(r-1,e.position+1),Ds.test(t)||E(e,"named tag handle cannot contain such characters"),i=!0,r=e.position+1)),u=e.input.charCodeAt(++e.position);o=e.input.slice(r,e.position),Vh.test(o)&&E(e,"tag suffix cannot contain flow indicator characters")}return o&&!Ss.test(o)&&E(e,"tag name cannot contain such characters: "+o),n?e.tag=o:pe.call(e.tagMap,t)?e.tag=e.tagMap[t]+o:t==="!"?e.tag="!"+o:t==="!!"?e.tag="tag:yaml.org,2002:"+o:E(e,'undeclared tag handle "'+t+'"'),!0}function td(e){var r,n;if(n=e.input.charCodeAt(e.position),n!==38)return!1;for(e.anchor!==null&&E(e,"duplication of an anchor property"),n=e.input.charCodeAt(++e.position),r=e.position;n!==0&&!K(n)&&!Pe(n);)n=e.input.charCodeAt(++e.position);return e.position===r&&E(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(r,e.position),!0}function od(e){var r,n,i;if(i=e.input.charCodeAt(e.position),i!==42)return!1;for(i=e.input.charCodeAt(++e.position),r=e.position;i!==0&&!K(i)&&!Pe(i);)i=e.input.charCodeAt(++e.position);return e.position===r&&E(e,"name of an alias node must contain at least one character"),n=e.input.slice(r,e.position),pe.call(e.anchorMap,n)||E(e,'unidentified alias "'+n+'"'),e.result=e.anchorMap[n],j(e,!0,-1),!0}function Me(e,r,n,i,t){var o,u,s,a=1,c=!1,l=!1,f,h,p,m,x;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,o=u=s=Tr===n||Fs===n,i&&j(e,!0,-1)&&(c=!0,e.lineIndent>r?a=1:e.lineIndent===r?a=0:e.lineIndent<r&&(a=-1)),a===1)for(;id(e)||td(e);)j(e,!0,-1)?(c=!0,s=o,e.lineIndent>r?a=1:e.lineIndent===r?a=0:e.lineIndent<r&&(a=-1)):s=!1;if(s&&(s=c||t),(a===1||Tr===n)&&(qr===n||ws===n?m=r:m=r+1,x=e.position-e.lineStart,a===1?s&&(As(e,x)||nd(e,x,m))||ed(e,m)?l=!0:(u&&rd(e,m)||Qh(e,m)||Xh(e,m)?l=!0:od(e)?(l=!0,(e.tag!==null||e.anchor!==null)&&E(e,"alias node should not have any properties")):Jh(e,m,qr===n)&&(l=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):a===0&&(l=s&&As(e,x))),e.tag!==null&&e.tag!=="!")if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&E(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),f=0,h=e.implicitTypes.length;f<h;f+=1)if(p=e.implicitTypes[f],p.resolve(e.result)){e.result=p.construct(e.result),e.tag=p.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else pe.call(e.typeMap[e.kind||"fallback"],e.tag)?(p=e.typeMap[e.kind||"fallback"][e.tag],e.result!==null&&p.kind!==e.kind&&E(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+p.kind+'", not "'+e.kind+'"'),p.resolve(e.result)?(e.result=p.construct(e.result),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):E(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")):E(e,"unknown tag !<"+e.tag+">");return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||l}function ud(e){var r=e.position,n,i,t,o=!1,u;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap={},e.anchorMap={};(u=e.input.charCodeAt(e.position))!==0&&(j(e,!0,-1),u=e.input.charCodeAt(e.position),!(e.lineIndent>0||u!==37));){for(o=!0,u=e.input.charCodeAt(++e.position),n=e.position;u!==0&&!K(u);)u=e.input.charCodeAt(++e.position);for(i=e.input.slice(n,e.position),t=[],i.length<1&&E(e,"directive name must not be less than one character in length");u!==0;){for(;be(u);)u=e.input.charCodeAt(++e.position);if(u===35){do u=e.input.charCodeAt(++e.position);while(u!==0&&!te(u));break}if(te(u))break;for(n=e.position;u!==0&&!K(u);)u=e.input.charCodeAt(++e.position);t.push(e.input.slice(n,e.position))}u!==0&&wn(e),pe.call(bs,i)?bs[i](e,i,t):Or(e,'unknown document directive "'+i+'"')}if(j(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,j(e,!0,-1)):o&&E(e,"directives end mark is expected"),Me(e,e.lineIndent-1,Tr,!1,!0),j(e,!0,-1),e.checkLineBreaks&&Hh.test(e.input.slice(r,e.position))&&Or(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&Ir(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,j(e,!0,-1));return}if(e.position<e.length-1)E(e,"end of the stream or a document separator is expected");else return}function Is(e,r){e=String(e),r=r||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
36
+ `),e.charCodeAt(0)===65279&&(e=e.slice(1)));var n=new Kh(e,r),i=e.indexOf("\0");for(i!==-1&&(n.position=i,E(n,"null byte is not allowed in input")),n.input+="\0";n.input.charCodeAt(n.position)===32;)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)ud(n);return n.documents}function Rs(e,r,n){r!==null&&typeof r=="object"&&typeof n>"u"&&(n=r,r=null);var i=Is(e,n);if(typeof r!="function")return i;for(var t=0,o=i.length;t<o;t+=1)r(i[t])}function Ps(e,r){var n=Is(e,r);if(n.length!==0){if(n.length===1)return n[0];throw new Es("expected a single document in the stream, but found more")}}function sd(e,r,n){return typeof r=="object"&&r!==null&&typeof n>"u"&&(n=r,r=null),Rs(e,r,ae.extend({schema:Cs},n))}function ad(e,r){return Ps(e,ae.extend({schema:Cs},r))}Je.exports.loadAll=Rs;Je.exports.load=Ps;Je.exports.safeLoadAll=sd;Je.exports.safeLoad=ad});var oa=d((Xg,Tn)=>{"use strict";var Xe=xe(),er=Oe(),cd=Ke(),ld=Re(),Hs=Object.prototype.toString,Vs=Object.prototype.hasOwnProperty,fd=9,Qe=10,pd=13,hd=32,dd=33,md=34,Gs=35,gd=37,xd=38,_d=39,vd=42,Ys=44,yd=45,Zs=58,bd=61,kd=62,Ad=63,Ed=64,Ws=91,Ks=93,Cd=96,Js=123,wd=124,Qs=125,G={};G[0]="\\0";G[7]="\\a";G[8]="\\b";G[9]="\\t";G[10]="\\n";G[11]="\\v";G[12]="\\f";G[13]="\\r";G[27]="\\e";G[34]='\\"';G[92]="\\\\";G[133]="\\N";G[160]="\\_";G[8232]="\\L";G[8233]="\\P";var Fd=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function Dd(e,r){var n,i,t,o,u,s,a;if(r===null)return{};for(n={},i=Object.keys(r),t=0,o=i.length;t<o;t+=1)u=i[t],s=String(r[u]),u.slice(0,2)==="!!"&&(u="tag:yaml.org,2002:"+u.slice(2)),a=e.compiledTypeMap.fallback[u],a&&Vs.call(a.styleAliases,s)&&(s=a.styleAliases[s]),n[u]=s;return n}function Ms(e){var r,n,i;if(r=e.toString(16).toUpperCase(),e<=255)n="x",i=2;else if(e<=65535)n="u",i=4;else if(e<=4294967295)n="U",i=8;else throw new er("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+n+Xe.repeat("0",i-r.length)+r}function Sd(e){this.schema=e.schema||cd,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=Xe.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=Dd(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function Bs(e,r){for(var n=Xe.repeat(" ",r),i=0,t=-1,o="",u,s=e.length;i<s;)t=e.indexOf(`
37
+ `,i),t===-1?(u=e.slice(i),i=s):(u=e.slice(i,t+1),i=t+1),u.length&&u!==`
38
+ `&&(o+=n),o+=u;return o}function Dn(e,r){return`
39
+ `+Xe.repeat(" ",e.indent*r)}function qd(e,r){var n,i,t;for(n=0,i=e.implicitTypes.length;n<i;n+=1)if(t=e.implicitTypes[n],t.resolve(r))return!0;return!1}function qn(e){return e===hd||e===fd}function Be(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==65279||65536<=e&&e<=1114111}function Td(e){return Be(e)&&!qn(e)&&e!==65279&&e!==pd&&e!==Qe}function Ns(e,r){return Be(e)&&e!==65279&&e!==Ys&&e!==Ws&&e!==Ks&&e!==Js&&e!==Qs&&e!==Zs&&(e!==Gs||r&&Td(r))}function Od(e){return Be(e)&&e!==65279&&!qn(e)&&e!==yd&&e!==Ad&&e!==Zs&&e!==Ys&&e!==Ws&&e!==Ks&&e!==Js&&e!==Qs&&e!==Gs&&e!==xd&&e!==vd&&e!==dd&&e!==wd&&e!==bd&&e!==kd&&e!==_d&&e!==md&&e!==gd&&e!==Ed&&e!==Cd}function Xs(e){var r=/^\n* /;return r.test(e)}var ea=1,ra=2,na=3,ia=4,Rr=5;function Id(e,r,n,i,t){var o,u,s,a=!1,c=!1,l=i!==-1,f=-1,h=Od(e.charCodeAt(0))&&!qn(e.charCodeAt(e.length-1));if(r)for(o=0;o<e.length;o++){if(u=e.charCodeAt(o),!Be(u))return Rr;s=o>0?e.charCodeAt(o-1):null,h=h&&Ns(u,s)}else{for(o=0;o<e.length;o++){if(u=e.charCodeAt(o),u===Qe)a=!0,l&&(c=c||o-f-1>i&&e[f+1]!==" ",f=o);else if(!Be(u))return Rr;s=o>0?e.charCodeAt(o-1):null,h=h&&Ns(u,s)}c=c||l&&o-f-1>i&&e[f+1]!==" "}return!a&&!c?h&&!t(e)?ea:ra:n>9&&Xs(e)?Rr:c?ia:na}function Rd(e,r,n,i){e.dump=function(){if(r.length===0)return"''";if(!e.noCompatMode&&Fd.indexOf(r)!==-1)return"'"+r+"'";var t=e.indent*Math.max(1,n),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-t),u=i||e.flowLevel>-1&&n>=e.flowLevel;function s(a){return qd(e,a)}switch(Id(r,u,e.indent,o,s)){case ea:return r;case ra:return"'"+r.replace(/'/g,"''")+"'";case na:return"|"+js(r,e.indent)+zs(Bs(r,t));case ia:return">"+js(r,e.indent)+zs(Bs(Pd(r,o),t));case Rr:return'"'+Ld(r,o)+'"';default:throw new er("impossible error: invalid scalar style")}}()}function js(e,r){var n=Xs(e)?String(r):"",i=e[e.length-1]===`
40
+ `,t=i&&(e[e.length-2]===`
41
+ `||e===`
42
+ `),o=t?"+":i?"":"-";return n+o+`
43
+ `}function zs(e){return e[e.length-1]===`
44
+ `?e.slice(0,-1):e}function Pd(e,r){for(var n=/(\n+)([^\n]*)/g,i=function(){var c=e.indexOf(`
45
+ `);return c=c!==-1?c:e.length,n.lastIndex=c,$s(e.slice(0,c),r)}(),t=e[0]===`
46
+ `||e[0]===" ",o,u;u=n.exec(e);){var s=u[1],a=u[2];o=a[0]===" ",i+=s+(!t&&!o&&a!==""?`
47
+ `:"")+$s(a,r),t=o}return i}function $s(e,r){if(e===""||e[0]===" ")return e;for(var n=/ [^ ]/g,i,t=0,o,u=0,s=0,a="";i=n.exec(e);)s=i.index,s-t>r&&(o=u>t?u:s,a+=`
48
+ `+e.slice(t,o),t=o+1),u=s;return a+=`
49
+ `,e.length-t>r&&u>t?a+=e.slice(t,u)+`
50
+ `+e.slice(u+1):a+=e.slice(t),a.slice(1)}function Ld(e){for(var r="",n,i,t,o=0;o<e.length;o++){if(n=e.charCodeAt(o),n>=55296&&n<=56319&&(i=e.charCodeAt(o+1),i>=56320&&i<=57343)){r+=Ms((n-55296)*1024+i-56320+65536),o++;continue}t=G[n],r+=!t&&Be(n)?e[o]:t||Ms(n)}return r}function Md(e,r,n){var i="",t=e.tag,o,u;for(o=0,u=n.length;o<u;o+=1)ke(e,r,n[o],!1,!1)&&(o!==0&&(i+=","+(e.condenseFlow?"":" ")),i+=e.dump);e.tag=t,e.dump="["+i+"]"}function Bd(e,r,n,i){var t="",o=e.tag,u,s;for(u=0,s=n.length;u<s;u+=1)ke(e,r+1,n[u],!0,!0)&&((!i||u!==0)&&(t+=Dn(e,r)),e.dump&&Qe===e.dump.charCodeAt(0)?t+="-":t+="- ",t+=e.dump);e.tag=o,e.dump=t||"[]"}function Nd(e,r,n){var i="",t=e.tag,o=Object.keys(n),u,s,a,c,l;for(u=0,s=o.length;u<s;u+=1)l="",u!==0&&(l+=", "),e.condenseFlow&&(l+='"'),a=o[u],c=n[a],ke(e,r,a,!1,!1)&&(e.dump.length>1024&&(l+="? "),l+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),ke(e,r,c,!1,!1)&&(l+=e.dump,i+=l));e.tag=t,e.dump="{"+i+"}"}function jd(e,r,n,i){var t="",o=e.tag,u=Object.keys(n),s,a,c,l,f,h;if(e.sortKeys===!0)u.sort();else if(typeof e.sortKeys=="function")u.sort(e.sortKeys);else if(e.sortKeys)throw new er("sortKeys must be a boolean or a function");for(s=0,a=u.length;s<a;s+=1)h="",(!i||s!==0)&&(h+=Dn(e,r)),c=u[s],l=n[c],ke(e,r+1,c,!0,!0,!0)&&(f=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,f&&(e.dump&&Qe===e.dump.charCodeAt(0)?h+="?":h+="? "),h+=e.dump,f&&(h+=Dn(e,r)),ke(e,r+1,l,!0,f)&&(e.dump&&Qe===e.dump.charCodeAt(0)?h+=":":h+=": ",h+=e.dump,t+=h));e.tag=o,e.dump=t||"{}"}function Us(e,r,n){var i,t,o,u,s,a;for(t=n?e.explicitTypes:e.implicitTypes,o=0,u=t.length;o<u;o+=1)if(s=t[o],(s.instanceOf||s.predicate)&&(!s.instanceOf||typeof r=="object"&&r instanceof s.instanceOf)&&(!s.predicate||s.predicate(r))){if(e.tag=n?s.tag:"?",s.represent){if(a=e.styleMap[s.tag]||s.defaultStyle,Hs.call(s.represent)==="[object Function]")i=s.represent(r,a);else if(Vs.call(s.represent,a))i=s.represent[a](r,a);else throw new er("!<"+s.tag+'> tag resolver accepts not "'+a+'" style');e.dump=i}return!0}return!1}function ke(e,r,n,i,t,o){e.tag=null,e.dump=n,Us(e,n,!1)||Us(e,n,!0);var u=Hs.call(e.dump);i&&(i=e.flowLevel<0||e.flowLevel>r);var s=u==="[object Object]"||u==="[object Array]",a,c;if(s&&(a=e.duplicates.indexOf(n),c=a!==-1),(e.tag!==null&&e.tag!=="?"||c||e.indent!==2&&r>0)&&(t=!1),c&&e.usedDuplicates[a])e.dump="*ref_"+a;else{if(s&&c&&!e.usedDuplicates[a]&&(e.usedDuplicates[a]=!0),u==="[object Object]")i&&Object.keys(e.dump).length!==0?(jd(e,r,e.dump,t),c&&(e.dump="&ref_"+a+e.dump)):(Nd(e,r,e.dump),c&&(e.dump="&ref_"+a+" "+e.dump));else if(u==="[object Array]"){var l=e.noArrayIndent&&r>0?r-1:r;i&&e.dump.length!==0?(Bd(e,l,e.dump,t),c&&(e.dump="&ref_"+a+e.dump)):(Md(e,l,e.dump),c&&(e.dump="&ref_"+a+" "+e.dump))}else if(u==="[object String]")e.tag!=="?"&&Rd(e,e.dump,r,o);else{if(e.skipInvalid)return!1;throw new er("unacceptable kind of an object to dump "+u)}e.tag!==null&&e.tag!=="?"&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function zd(e,r){var n=[],i=[],t,o;for(Sn(e,n,i),t=0,o=i.length;t<o;t+=1)r.duplicates.push(n[i[t]]);r.usedDuplicates=new Array(o)}function Sn(e,r,n){var i,t,o;if(e!==null&&typeof e=="object")if(t=r.indexOf(e),t!==-1)n.indexOf(t)===-1&&n.push(t);else if(r.push(e),Array.isArray(e))for(t=0,o=e.length;t<o;t+=1)Sn(e[t],r,n);else for(i=Object.keys(e),t=0,o=i.length;t<o;t+=1)Sn(e[i[t]],r,n)}function ta(e,r){r=r||{};var n=new Sd(r);return n.noRefs||zd(e,n),ke(n,0,e,!0,!0)?n.dump+`
51
+ `:""}function $d(e,r){return ta(e,Xe.extend({schema:ld},r))}Tn.exports.dump=ta;Tn.exports.safeDump=$d});var sa=d((ex,N)=>{"use strict";var Pr=Ls(),ua=oa();function Lr(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}N.exports.Type=U();N.exports.Schema=_e();N.exports.FAILSAFE_SCHEMA=Dr();N.exports.JSON_SCHEMA=kn();N.exports.CORE_SCHEMA=An();N.exports.DEFAULT_SAFE_SCHEMA=Re();N.exports.DEFAULT_FULL_SCHEMA=Ke();N.exports.load=Pr.load;N.exports.loadAll=Pr.loadAll;N.exports.safeLoad=Pr.safeLoad;N.exports.safeLoadAll=Pr.safeLoadAll;N.exports.dump=ua.dump;N.exports.safeDump=ua.safeDump;N.exports.YAMLException=Oe();N.exports.MINIMAL_SCHEMA=Dr();N.exports.SAFE_SCHEMA=Re();N.exports.DEFAULT_SCHEMA=Ke();N.exports.scan=Lr("scan");N.exports.parse=Lr("parse");N.exports.compose=Lr("compose");N.exports.addConstructor=Lr("addConstructor")});var ca=d((rx,aa)=>{"use strict";var Ud=sa();aa.exports=Ud});var On=d((exports,module)=>{"use strict";var yaml=ca(),engines=exports=module.exports;engines.yaml={parse:yaml.safeLoad.bind(yaml),stringify:yaml.safeDump.bind(yaml)};engines.json={parse:JSON.parse.bind(JSON),stringify:function(e,r){let n=Object.assign({replacer:null,space:2},r);return JSON.stringify(e,n.replacer,n.space)}};engines.javascript={parse:function parse(str,options,wrap){try{return wrap!==!1&&(str=`(function() {
52
+ return `+str.trim()+`;
53
+ }());`),eval(str)||{}}catch(e){if(wrap!==!1&&/(unexpected|identifier)/i.test(e.message))return parse(str,options,!1);throw new SyntaxError(e)}},stringify:function(){throw new Error("stringifying JavaScript is not supported")}}});var fa=d((nx,la)=>{"use strict";la.exports=function(e){return typeof e=="string"&&e.charAt(0)==="\uFEFF"?e.slice(1):e}});var Mr=d(ce=>{"use strict";var pa=fa(),ha=Ze();ce.define=function(e,r,n){Reflect.defineProperty(e,r,{enumerable:!1,configurable:!0,writable:!0,value:n})};ce.isBuffer=function(e){return ha(e)==="buffer"};ce.isObject=function(e){return ha(e)==="object"};ce.toBuffer=function(e){return typeof e=="string"?Buffer.from(e):e};ce.toString=function(e){if(ce.isBuffer(e))return pa(String(e));if(typeof e!="string")throw new TypeError("expected input to be a string or buffer");return pa(e)};ce.arrayify=function(e){return e?Array.isArray(e)?e:[e]:[]};ce.startsWith=function(e,r,n){return typeof n!="number"&&(n=r.length),e.slice(0,n)===r}});var rr=d((tx,da)=>{"use strict";var Hd=On(),Vd=Mr();da.exports=function(e){let r=Object.assign({},e);return r.delimiters=Vd.arrayify(r.delims||r.delimiters||"---"),r.delimiters.length===1&&r.delimiters.push(r.delimiters[0]),r.language=(r.language||r.lang||"yaml").toLowerCase(),r.engines=Object.assign({},Hd,r.parsers,r.engines),r}});var In=d((ox,ma)=>{"use strict";ma.exports=function(e,r){let n=r.engines[e]||r.engines[Gd(e)];if(typeof n>"u")throw new Error('gray-matter engine "'+e+'" is not registered');return typeof n=="function"&&(n={parse:n}),n};function Gd(e){switch(e.toLowerCase()){case"js":case"javascript":return"javascript";case"coffee":case"coffeescript":case"cson":return"coffee";case"yaml":case"yml":return"yaml";default:return e}}});var Rn=d((ux,ga)=>{"use strict";var Yd=Ze(),Zd=In(),Wd=rr();ga.exports=function(e,r,n){if(r==null&&n==null)switch(Yd(e)){case"object":r=e.data,n={};break;case"string":return e;default:throw new TypeError("expected file to be a string or object")}let i=e.content,t=Wd(n);if(r==null){if(!t.data)return e;r=t.data}let o=e.language||t.language,u=Zd(o,t);if(typeof u.stringify!="function")throw new TypeError('expected "'+o+'.stringify" to be a function');r=Object.assign({},e.data,r);let s=t.delimiters[0],a=t.delimiters[1],c=u.stringify(r,n).trim(),l="";return c!=="{}"&&(l=Ne(s)+Ne(c)+Ne(a)),typeof e.excerpt=="string"&&e.excerpt!==""&&i.indexOf(e.excerpt.trim())===-1&&(l+=Ne(e.excerpt)+Ne(a)),l+Ne(i)};function Ne(e){return e.slice(-1)!==`
54
+ `?e+`
55
+ `:e}});var _a=d((sx,xa)=>{"use strict";var Kd=rr();xa.exports=function(e,r){let n=Kd(r);if(e.data==null&&(e.data={}),typeof n.excerpt=="function")return n.excerpt(e,n);let i=e.data.excerpt_separator||n.excerpt_separator;if(i==null&&(n.excerpt===!1||n.excerpt==null))return e;let t=typeof n.excerpt=="string"?n.excerpt:i||n.delimiters[0],o=e.content.indexOf(t);return o!==-1&&(e.excerpt=e.content.slice(0,o)),e}});var ba=d((ax,ya)=>{"use strict";var va=Ze(),Jd=Rn(),je=Mr();ya.exports=function(e){return va(e)!=="object"&&(e={content:e}),va(e.data)!=="object"&&(e.data={}),e.contents&&e.content==null&&(e.content=e.contents),je.define(e,"orig",je.toBuffer(e.content)),je.define(e,"language",e.language||""),je.define(e,"matter",e.matter||""),je.define(e,"stringify",function(r,n){return n&&n.language&&(e.language=n.language),Jd(e,r,n)}),e.content=je.toString(e.content),e.isEmpty=!1,e.excerpt="",e}});var Aa=d((cx,ka)=>{"use strict";var Qd=In(),Xd=rr();ka.exports=function(e,r,n){let i=Xd(n),t=Qd(e,i);if(typeof t.parse!="function")throw new TypeError('expected "'+e+'.parse" to be a function');return t.parse(r,i)}});var Fa=d((lx,wa)=>{"use strict";var e0=B("fs"),r0=vu(),Pn=rr(),n0=Rn(),Ea=_a(),i0=On(),t0=ba(),o0=Aa(),Ca=Mr();function Z(e,r){if(e==="")return{data:{},content:e,excerpt:"",orig:e};let n=t0(e),i=Z.cache[n.content];if(!r){if(i)return n=Object.assign({},i),n.orig=i.orig,n;Z.cache[n.content]=n}return u0(n,r)}function u0(e,r){let n=Pn(r),i=n.delimiters[0],t=`
56
+ `+n.delimiters[1],o=e.content;n.language&&(e.language=n.language);let u=i.length;if(!Ca.startsWith(o,i,u))return Ea(e,n),e;if(o.charAt(u)===i.slice(-1))return e;o=o.slice(u);let s=o.length,a=Z.language(o,n);a.name&&(e.language=a.name,o=o.slice(a.raw.length));let c=o.indexOf(t);return c===-1&&(c=s),e.matter=o.slice(0,c),e.matter.replace(/^\s*#[^\n]+/gm,"").trim()===""?(e.isEmpty=!0,e.empty=e.content,e.data={}):e.data=o0(e.language,e.matter,n),c===s?e.content="":(e.content=o.slice(c+t.length),e.content[0]==="\r"&&(e.content=e.content.slice(1)),e.content[0]===`
57
+ `&&(e.content=e.content.slice(1))),Ea(e,n),(n.sections===!0||typeof n.section=="function")&&r0(e,n.section),e}Z.engines=i0;Z.stringify=function(e,r,n){return typeof e=="string"&&(e=Z(e,n)),n0(e,r,n)};Z.read=function(e,r){let n=e0.readFileSync(e,"utf8"),i=Z(n,r);return i.path=e,i};Z.test=function(e,r){return Ca.startsWith(e,Pn(r).delimiters[0])};Z.language=function(e,r){let i=Pn(r).delimiters[0];Z.test(e)&&(e=e.slice(i.length));let t=e.slice(0,e.search(/\r?\n/));return{raw:t,name:t?t.trim():""}};Z.cache={};Z.clearCache=function(){Z.cache={}};wa.exports=Z});var Ta=d(jr=>{jr.remove=c0;var Nr=[{base:" ",chars:"\xA0"},{base:"0",chars:"\u07C0"},{base:"A",chars:"\u24B6\uFF21\xC0\xC1\xC2\u1EA6\u1EA4\u1EAA\u1EA8\xC3\u0100\u0102\u1EB0\u1EAE\u1EB4\u1EB2\u0226\u01E0\xC4\u01DE\u1EA2\xC5\u01FA\u01CD\u0200\u0202\u1EA0\u1EAC\u1EB6\u1E00\u0104\u023A\u2C6F"},{base:"AA",chars:"\uA732"},{base:"AE",chars:"\xC6\u01FC\u01E2"},{base:"AO",chars:"\uA734"},{base:"AU",chars:"\uA736"},{base:"AV",chars:"\uA738\uA73A"},{base:"AY",chars:"\uA73C"},{base:"B",chars:"\u24B7\uFF22\u1E02\u1E04\u1E06\u0243\u0181"},{base:"C",chars:"\u24B8\uFF23\uA73E\u1E08\u0106C\u0108\u010A\u010C\xC7\u0187\u023B"},{base:"D",chars:"\u24B9\uFF24\u1E0A\u010E\u1E0C\u1E10\u1E12\u1E0E\u0110\u018A\u0189\u1D05\uA779"},{base:"Dh",chars:"\xD0"},{base:"DZ",chars:"\u01F1\u01C4"},{base:"Dz",chars:"\u01F2\u01C5"},{base:"E",chars:"\u025B\u24BA\uFF25\xC8\xC9\xCA\u1EC0\u1EBE\u1EC4\u1EC2\u1EBC\u0112\u1E14\u1E16\u0114\u0116\xCB\u1EBA\u011A\u0204\u0206\u1EB8\u1EC6\u0228\u1E1C\u0118\u1E18\u1E1A\u0190\u018E\u1D07"},{base:"F",chars:"\uA77C\u24BB\uFF26\u1E1E\u0191\uA77B"},{base:"G",chars:"\u24BC\uFF27\u01F4\u011C\u1E20\u011E\u0120\u01E6\u0122\u01E4\u0193\uA7A0\uA77D\uA77E\u0262"},{base:"H",chars:"\u24BD\uFF28\u0124\u1E22\u1E26\u021E\u1E24\u1E28\u1E2A\u0126\u2C67\u2C75\uA78D"},{base:"I",chars:"\u24BE\uFF29\xCC\xCD\xCE\u0128\u012A\u012C\u0130\xCF\u1E2E\u1EC8\u01CF\u0208\u020A\u1ECA\u012E\u1E2C\u0197"},{base:"J",chars:"\u24BF\uFF2A\u0134\u0248\u0237"},{base:"K",chars:"\u24C0\uFF2B\u1E30\u01E8\u1E32\u0136\u1E34\u0198\u2C69\uA740\uA742\uA744\uA7A2"},{base:"L",chars:"\u24C1\uFF2C\u013F\u0139\u013D\u1E36\u1E38\u013B\u1E3C\u1E3A\u0141\u023D\u2C62\u2C60\uA748\uA746\uA780"},{base:"LJ",chars:"\u01C7"},{base:"Lj",chars:"\u01C8"},{base:"M",chars:"\u24C2\uFF2D\u1E3E\u1E40\u1E42\u2C6E\u019C\u03FB"},{base:"N",chars:"\uA7A4\u0220\u24C3\uFF2E\u01F8\u0143\xD1\u1E44\u0147\u1E46\u0145\u1E4A\u1E48\u019D\uA790\u1D0E"},{base:"NJ",chars:"\u01CA"},{base:"Nj",chars:"\u01CB"},{base:"O",chars:"\u24C4\uFF2F\xD2\xD3\xD4\u1ED2\u1ED0\u1ED6\u1ED4\xD5\u1E4C\u022C\u1E4E\u014C\u1E50\u1E52\u014E\u022E\u0230\xD6\u022A\u1ECE\u0150\u01D1\u020C\u020E\u01A0\u1EDC\u1EDA\u1EE0\u1EDE\u1EE2\u1ECC\u1ED8\u01EA\u01EC\xD8\u01FE\u0186\u019F\uA74A\uA74C"},{base:"OE",chars:"\u0152"},{base:"OI",chars:"\u01A2"},{base:"OO",chars:"\uA74E"},{base:"OU",chars:"\u0222"},{base:"P",chars:"\u24C5\uFF30\u1E54\u1E56\u01A4\u2C63\uA750\uA752\uA754"},{base:"Q",chars:"\u24C6\uFF31\uA756\uA758\u024A"},{base:"R",chars:"\u24C7\uFF32\u0154\u1E58\u0158\u0210\u0212\u1E5A\u1E5C\u0156\u1E5E\u024C\u2C64\uA75A\uA7A6\uA782"},{base:"S",chars:"\u24C8\uFF33\u1E9E\u015A\u1E64\u015C\u1E60\u0160\u1E66\u1E62\u1E68\u0218\u015E\u2C7E\uA7A8\uA784"},{base:"T",chars:"\u24C9\uFF34\u1E6A\u0164\u1E6C\u021A\u0162\u1E70\u1E6E\u0166\u01AC\u01AE\u023E\uA786"},{base:"Th",chars:"\xDE"},{base:"TZ",chars:"\uA728"},{base:"U",chars:"\u24CA\uFF35\xD9\xDA\xDB\u0168\u1E78\u016A\u1E7A\u016C\xDC\u01DB\u01D7\u01D5\u01D9\u1EE6\u016E\u0170\u01D3\u0214\u0216\u01AF\u1EEA\u1EE8\u1EEE\u1EEC\u1EF0\u1EE4\u1E72\u0172\u1E76\u1E74\u0244"},{base:"V",chars:"\u24CB\uFF36\u1E7C\u1E7E\u01B2\uA75E\u0245"},{base:"VY",chars:"\uA760"},{base:"W",chars:"\u24CC\uFF37\u1E80\u1E82\u0174\u1E86\u1E84\u1E88\u2C72"},{base:"X",chars:"\u24CD\uFF38\u1E8A\u1E8C"},{base:"Y",chars:"\u24CE\uFF39\u1EF2\xDD\u0176\u1EF8\u0232\u1E8E\u0178\u1EF6\u1EF4\u01B3\u024E\u1EFE"},{base:"Z",chars:"\u24CF\uFF3A\u0179\u1E90\u017B\u017D\u1E92\u1E94\u01B5\u0224\u2C7F\u2C6B\uA762"},{base:"a",chars:"\u24D0\uFF41\u1E9A\xE0\xE1\xE2\u1EA7\u1EA5\u1EAB\u1EA9\xE3\u0101\u0103\u1EB1\u1EAF\u1EB5\u1EB3\u0227\u01E1\xE4\u01DF\u1EA3\xE5\u01FB\u01CE\u0201\u0203\u1EA1\u1EAD\u1EB7\u1E01\u0105\u2C65\u0250\u0251"},{base:"aa",chars:"\uA733"},{base:"ae",chars:"\xE6\u01FD\u01E3"},{base:"ao",chars:"\uA735"},{base:"au",chars:"\uA737"},{base:"av",chars:"\uA739\uA73B"},{base:"ay",chars:"\uA73D"},{base:"b",chars:"\u24D1\uFF42\u1E03\u1E05\u1E07\u0180\u0183\u0253\u0182"},{base:"c",chars:"\uFF43\u24D2\u0107\u0109\u010B\u010D\xE7\u1E09\u0188\u023C\uA73F\u2184"},{base:"d",chars:"\u24D3\uFF44\u1E0B\u010F\u1E0D\u1E11\u1E13\u1E0F\u0111\u018C\u0256\u0257\u018B\u13E7\u0501\uA7AA"},{base:"dh",chars:"\xF0"},{base:"dz",chars:"\u01F3\u01C6"},{base:"e",chars:"\u24D4\uFF45\xE8\xE9\xEA\u1EC1\u1EBF\u1EC5\u1EC3\u1EBD\u0113\u1E15\u1E17\u0115\u0117\xEB\u1EBB\u011B\u0205\u0207\u1EB9\u1EC7\u0229\u1E1D\u0119\u1E19\u1E1B\u0247\u01DD"},{base:"f",chars:"\u24D5\uFF46\u1E1F\u0192"},{base:"ff",chars:"\uFB00"},{base:"fi",chars:"\uFB01"},{base:"fl",chars:"\uFB02"},{base:"ffi",chars:"\uFB03"},{base:"ffl",chars:"\uFB04"},{base:"g",chars:"\u24D6\uFF47\u01F5\u011D\u1E21\u011F\u0121\u01E7\u0123\u01E5\u0260\uA7A1\uA77F\u1D79"},{base:"h",chars:"\u24D7\uFF48\u0125\u1E23\u1E27\u021F\u1E25\u1E29\u1E2B\u1E96\u0127\u2C68\u2C76\u0265"},{base:"hv",chars:"\u0195"},{base:"i",chars:"\u24D8\uFF49\xEC\xED\xEE\u0129\u012B\u012D\xEF\u1E2F\u1EC9\u01D0\u0209\u020B\u1ECB\u012F\u1E2D\u0268\u0131"},{base:"j",chars:"\u24D9\uFF4A\u0135\u01F0\u0249"},{base:"k",chars:"\u24DA\uFF4B\u1E31\u01E9\u1E33\u0137\u1E35\u0199\u2C6A\uA741\uA743\uA745\uA7A3"},{base:"l",chars:"\u24DB\uFF4C\u0140\u013A\u013E\u1E37\u1E39\u013C\u1E3D\u1E3B\u017F\u0142\u019A\u026B\u2C61\uA749\uA781\uA747\u026D"},{base:"lj",chars:"\u01C9"},{base:"m",chars:"\u24DC\uFF4D\u1E3F\u1E41\u1E43\u0271\u026F"},{base:"n",chars:"\u24DD\uFF4E\u01F9\u0144\xF1\u1E45\u0148\u1E47\u0146\u1E4B\u1E49\u019E\u0272\u0149\uA791\uA7A5\u043B\u0509"},{base:"nj",chars:"\u01CC"},{base:"o",chars:"\u24DE\uFF4F\xF2\xF3\xF4\u1ED3\u1ED1\u1ED7\u1ED5\xF5\u1E4D\u022D\u1E4F\u014D\u1E51\u1E53\u014F\u022F\u0231\xF6\u022B\u1ECF\u0151\u01D2\u020D\u020F\u01A1\u1EDD\u1EDB\u1EE1\u1EDF\u1EE3\u1ECD\u1ED9\u01EB\u01ED\xF8\u01FF\uA74B\uA74D\u0275\u0254\u1D11"},{base:"oe",chars:"\u0153"},{base:"oi",chars:"\u01A3"},{base:"oo",chars:"\uA74F"},{base:"ou",chars:"\u0223"},{base:"p",chars:"\u24DF\uFF50\u1E55\u1E57\u01A5\u1D7D\uA751\uA753\uA755\u03C1"},{base:"q",chars:"\u24E0\uFF51\u024B\uA757\uA759"},{base:"r",chars:"\u24E1\uFF52\u0155\u1E59\u0159\u0211\u0213\u1E5B\u1E5D\u0157\u1E5F\u024D\u027D\uA75B\uA7A7\uA783"},{base:"s",chars:"\u24E2\uFF53\u015B\u1E65\u015D\u1E61\u0161\u1E67\u1E63\u1E69\u0219\u015F\u023F\uA7A9\uA785\u1E9B\u0282"},{base:"ss",chars:"\xDF"},{base:"t",chars:"\u24E3\uFF54\u1E6B\u1E97\u0165\u1E6D\u021B\u0163\u1E71\u1E6F\u0167\u01AD\u0288\u2C66\uA787"},{base:"th",chars:"\xFE"},{base:"tz",chars:"\uA729"},{base:"u",chars:"\u24E4\uFF55\xF9\xFA\xFB\u0169\u1E79\u016B\u1E7B\u016D\xFC\u01DC\u01D8\u01D6\u01DA\u1EE7\u016F\u0171\u01D4\u0215\u0217\u01B0\u1EEB\u1EE9\u1EEF\u1EED\u1EF1\u1EE5\u1E73\u0173\u1E77\u1E75\u0289"},{base:"v",chars:"\u24E5\uFF56\u1E7D\u1E7F\u028B\uA75F\u028C"},{base:"vy",chars:"\uA761"},{base:"w",chars:"\u24E6\uFF57\u1E81\u1E83\u0175\u1E87\u1E85\u1E98\u1E89\u2C73"},{base:"x",chars:"\u24E7\uFF58\u1E8B\u1E8D"},{base:"y",chars:"\u24E8\uFF59\u1EF3\xFD\u0177\u1EF9\u0233\u1E8F\xFF\u1EF7\u1E99\u1EF5\u01B4\u024F\u1EFF"},{base:"z",chars:"\u24E9\uFF5A\u017A\u1E91\u017C\u017E\u1E93\u1E95\u01B6\u0225\u0240\u2C6C\uA763"}],Nn={};for(ir=0;ir<Nr.length;ir+=1)for(Bn=Nr[ir].chars,Br=0;Br<Bn.length;Br+=1)Nn[Bn[Br]]=Nr[ir].base;var Bn,Br,ir;function c0(e){return e.replace(/[^\u0000-\u007e]/g,function(r){return Nn[r]||r})}jr.replacementList=Nr;jr.diacriticsMap=Nn});var Ga=d((Qx,Va)=>{var{hasOwnProperty:Yn}=Object.prototype,Zn=typeof process<"u"&&process.platform==="win32"?`\r
58
+ `:`
59
+ `,Wn=(e,r)=>{let n=[],i="";typeof r=="string"?r={section:r,whitespace:!1}:(r=r||Object.create(null),r.whitespace=r.whitespace===!0);let t=r.whitespace?" = ":"=";for(let o of Object.keys(e)){let u=e[o];if(u&&Array.isArray(u))for(let s of u)i+=ze(o+"[]")+t+ze(s)+`
60
+ `;else u&&typeof u=="object"?n.push(o):i+=ze(o)+t+ze(u)+Zn}r.section&&i.length&&(i="["+ze(r.section)+"]"+Zn+i);for(let o of n){let u=Ua(o).join("\\."),s=(r.section?r.section+".":"")+u,{whitespace:a}=r,c=Wn(e[o],{section:s,whitespace:a});i.length&&c.length&&(i+=Zn),i+=c}return i},Ua=e=>e.replace(/\1/g,"LITERAL\\1LITERAL").replace(/\\\./g,"").split(/\./).map(r=>r.replace(/\1/g,"\\.").replace(/\2LITERAL\\1LITERAL\2/g,"")),$a=e=>{let r=Object.create(null),n=r,i=null,t=/^\[([^\]]*)\]$|^([^=]+)(=(.*))?$/i,o=e.split(/[\r\n]+/g);for(let s of o){if(!s||s.match(/^\s*[;#]/))continue;let a=s.match(t);if(!a)continue;if(a[1]!==void 0){if(i=Ur(a[1]),i==="__proto__"){n=Object.create(null);continue}n=r[i]=r[i]||Object.create(null);continue}let c=Ur(a[2]),l=c.length>2&&c.slice(-2)==="[]",f=l?c.slice(0,-2):c;if(f==="__proto__")continue;let h=a[3]?Ur(a[4]):!0,p=h==="true"||h==="false"||h==="null"?JSON.parse(h):h;l&&(Yn.call(n,f)?Array.isArray(n[f])||(n[f]=[n[f]]):n[f]=[]),Array.isArray(n[f])?n[f].push(p):n[f]=p}let u=[];for(let s of Object.keys(r)){if(!Yn.call(r,s)||typeof r[s]!="object"||Array.isArray(r[s]))continue;let a=Ua(s),c=r,l=a.pop(),f=l.replace(/\\\./g,".");for(let h of a)h!=="__proto__"&&((!Yn.call(c,h)||typeof c[h]!="object")&&(c[h]=Object.create(null)),c=c[h]);c===r&&f===l||(c[f]=r[s],u.push(s))}for(let s of u)delete r[s];return r},Ha=e=>e.charAt(0)==='"'&&e.slice(-1)==='"'||e.charAt(0)==="'"&&e.slice(-1)==="'",ze=e=>typeof e!="string"||e.match(/[=\r\n]/)||e.match(/^\[/)||e.length>1&&Ha(e)||e!==e.trim()?JSON.stringify(e):e.replace(/;/g,"\\;").replace(/#/g,"\\#"),Ur=(e,r)=>{if(e=(e||"").trim(),Ha(e)){e.charAt(0)==="'"&&(e=e.substr(1,e.length-2));try{e=JSON.parse(e)}catch{}}else{let n=!1,i="";for(let t=0,o=e.length;t<o;t++){let u=e.charAt(t);if(n)"\\;#".indexOf(u)!==-1?i+=u:i+="\\"+u,n=!1;else{if(";#".indexOf(u)!==-1)break;u==="\\"?n=!0:i+=u}}return n&&(i+="\\"),i.trim()}return e};Va.exports={parse:$a,decode:$a,stringify:Wn,encode:Wn,safe:ze,unsafe:Ur}});var Jn=d(oe=>{"use strict";var H=B("path"),Kn=B("os"),Hr=B("fs"),$0=Ga(),ur=process.platform==="win32",Ya=e=>{try{return $0.parse(Hr.readFileSync(e,"utf8")).prefix}catch{}},U0=()=>Object.keys(process.env).reduce((e,r)=>/^npm_config_prefix$/i.test(r)?process.env[r]:e,void 0),H0=()=>{if(ur&&process.env.APPDATA)return H.join(process.env.APPDATA,"/npm/etc/npmrc");if(process.execPath.includes("/Cellar/node")){let e=process.execPath.slice(0,process.execPath.indexOf("/Cellar/node"));return H.join(e,"/lib/node_modules/npm/npmrc")}if(process.execPath.endsWith("/bin/node")){let e=H.dirname(H.dirname(process.execPath));return H.join(e,"/etc/npmrc")}},V0=()=>ur?H.dirname(process.execPath):H.dirname(H.dirname(process.execPath)),G0=()=>{let e=U0();if(e)return e;let r=Ya(H.join(Kn.homedir(),".npmrc"));if(r)return r;if(process.env.PREFIX)return process.env.PREFIX;let n=Ya(H0());return n||V0()},or=H.resolve(G0()),Za=()=>{if(ur&&process.env.LOCALAPPDATA){let e=H.join(process.env.LOCALAPPDATA,"Yarn");if(Hr.existsSync(e))return e}return!1},Y0=()=>{if(process.env.PREFIX)return process.env.PREFIX;let e=Za();if(e)return e;let r=H.join(Kn.homedir(),".config/yarn");if(Hr.existsSync(r))return r;let n=H.join(Kn.homedir(),".yarn-config");return Hr.existsSync(n)?n:or};oe.npm={};oe.npm.prefix=or;oe.npm.packages=H.join(or,ur?"node_modules":"lib/node_modules");oe.npm.binaries=ur?or:H.join(or,"bin");var Wa=H.resolve(Y0());oe.yarn={};oe.yarn.prefix=Wa;oe.yarn.packages=H.join(Wa,Za()?"Data/global/node_modules":"global/node_modules");oe.yarn.binaries=H.join(oe.yarn.packages,".bin")});var Ja=d((e_,Ka)=>{"use strict";var Qn=B("path");Ka.exports=(e,r)=>{let n=Qn.relative(r,e);return Boolean(n&&n!==".."&&!n.startsWith(`..${Qn.sep}`)&&n!==Qn.resolve(e))}});var rc=d((r_,ec)=>{"use strict";var Z0=B("fs"),Qa=Jn(),Xa=Ja();ec.exports=(()=>{try{return Xa(__dirname,Qa.yarn.packages)||Xa(__dirname,Z0.realpathSync(Qa.npm.packages))}catch{return!1}})()});var Xn=d((n_,nc)=>{"use strict";var W0=B("os");nc.exports=W0.homedir||function(){var r=process.env.HOME,n=process.env.LOGNAME||process.env.USER||process.env.LNAME||process.env.USERNAME;return process.platform==="win32"?process.env.USERPROFILE||process.env.HOMEDRIVE+process.env.HOMEPATH||r||null:process.platform==="darwin"?r||(n?"/Users/"+n:null):process.platform==="linux"?r||(process.getuid()===0?"/root":n?"/home/"+n:null):r||null}});var ei=d((i_,ic)=>{ic.exports=function(){var e=Error.prepareStackTrace;Error.prepareStackTrace=function(n,i){return i};var r=new Error().stack;return Error.prepareStackTrace=e,r[2].getFileName()}});var tc=d((t_,sr)=>{"use strict";var K0=process.platform==="win32",J0=/^(((?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?[\\\/]?)(?:[^\\\/]*[\\\/])*)((\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))[\\\/]*$/,ri={};function Q0(e){return J0.exec(e).slice(1)}ri.parse=function(e){if(typeof e!="string")throw new TypeError("Parameter 'pathString' must be a string, not "+typeof e);var r=Q0(e);if(!r||r.length!==5)throw new TypeError("Invalid path '"+e+"'");return{root:r[1],dir:r[0]===r[1]?r[0]:r[0].slice(0,-1),base:r[2],ext:r[4],name:r[3]}};var X0=/^((\/?)(?:[^\/]*\/)*)((\.{1,2}|[^\/]+?|)(\.[^.\/]*|))[\/]*$/,ni={};function em(e){return X0.exec(e).slice(1)}ni.parse=function(e){if(typeof e!="string")throw new TypeError("Parameter 'pathString' must be a string, not "+typeof e);var r=em(e);if(!r||r.length!==5)throw new TypeError("Invalid path '"+e+"'");return{root:r[1],dir:r[0].slice(0,-1),base:r[2],ext:r[4],name:r[3]}};K0?sr.exports=ri.parse:sr.exports=ni.parse;sr.exports.posix=ni.parse;sr.exports.win32=ri.parse});var ii=d((o_,ac)=>{var sc=B("path"),oc=sc.parse||tc(),uc=function(r,n){var i="/";/^([A-Za-z]:)/.test(r)?i="":/^\\\\/.test(r)&&(i="\\\\");for(var t=[r],o=oc(r);o.dir!==t[t.length-1];)t.push(o.dir),o=oc(o.dir);return t.reduce(function(u,s){return u.concat(n.map(function(a){return sc.resolve(i,s,a)}))},[])};ac.exports=function(r,n,i){var t=n&&n.moduleDirectory?[].concat(n.moduleDirectory):["node_modules"];if(n&&typeof n.paths=="function")return n.paths(i,r,function(){return uc(r,t)},n);var o=uc(r,t);return n&&n.paths?o.concat(n.paths):o}});var ti=d((u_,cc)=>{cc.exports=function(e,r){return r||{}}});var fc=d((s_,lc)=>{"use strict";var rm="Function.prototype.bind called on incompatible ",oi=Array.prototype.slice,nm=Object.prototype.toString,im="[object Function]";lc.exports=function(r){var n=this;if(typeof n!="function"||nm.call(n)!==im)throw new TypeError(rm+n);for(var i=oi.call(arguments,1),t,o=function(){if(this instanceof t){var l=n.apply(this,i.concat(oi.call(arguments)));return Object(l)===l?l:this}else return n.apply(r,i.concat(oi.call(arguments)))},u=Math.max(0,n.length-i.length),s=[],a=0;a<u;a++)s.push("$"+a);if(t=Function("binder","return function ("+s.join(",")+"){ return binder.apply(this,arguments); }")(o),n.prototype){var c=function(){};c.prototype=n.prototype,t.prototype=new c,c.prototype=null}return t}});var hc=d((a_,pc)=>{"use strict";var tm=fc();pc.exports=Function.prototype.bind||tm});var mc=d((c_,dc)=>{"use strict";var om=hc();dc.exports=om.call(Function.call,Object.prototype.hasOwnProperty)});var gc=d((l_,um)=>{um.exports={assert:!0,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:">= 0.5 && < 0.9.7",buffer:!0,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:!0,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],console:!0,"node:console":[">= 14.18 && < 15",">= 16"],constants:!0,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:!0,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:">= 1 && < 8",_debugger:"< 8",dgram:!0,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:!0,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],events:!0,"node:events":[">= 14.18 && < 15",">= 16"],freelist:"< 6",fs:!0,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],http:!0,"node:http":[">= 14.18 && < 15",">= 16"],http2:">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],https:!0,"node:https":[">= 14.18 && < 15",">= 16"],inspector:">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],_linklist:"< 8",module:!0,"node:module":[">= 14.18 && < 15",">= 16"],net:!0,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12",os:!0,"node:os":[">= 14.18 && < 15",">= 16"],path:!0,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:">= 1","node:process":[">= 14.18 && < 15",">= 16"],punycode:">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],querystring:!0,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:!0,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:!0,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:">= 0.11.5 && < 3",_stream_duplex:">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:!0,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5",string_decoder:!0,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"node:test":">= 18",timers:!0,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:">= 0.11.3 && < 10",_tls_wrap:">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:!0,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],tty:!0,"node:tty":[">= 14.18 && < 15",">= 16"],url:!0,"node:url":[">= 14.18 && < 15",">= 16"],util:!0,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],v8:">= 1","node:v8":[">= 14.18 && < 15",">= 16"],vm:!0,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:">= 13.4 && < 13.5",worker_threads:">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}});var Vr=d((f_,vc)=>{"use strict";var sm=mc();function am(e,r){for(var n=e.split("."),i=r.split(" "),t=i.length>1?i[0]:"=",o=(i.length>1?i[1]:i[0]).split("."),u=0;u<3;++u){var s=parseInt(n[u]||0,10),a=parseInt(o[u]||0,10);if(s!==a)return t==="<"?s<a:t===">="?s>=a:!1}return t===">="}function xc(e,r){var n=r.split(/ ?&& ?/);if(n.length===0)return!1;for(var i=0;i<n.length;++i)if(!am(e,n[i]))return!1;return!0}function cm(e,r){if(typeof r=="boolean")return r;var n=typeof e>"u"?process.versions&&process.versions.node:e;if(typeof n!="string")throw new TypeError(typeof e>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(r&&typeof r=="object"){for(var i=0;i<r.length;++i)if(xc(n,r[i]))return!0;return!1}return xc(n,r)}var _c=gc();vc.exports=function(r,n){return sm(_c,r)&&cm(n,_c[r])}});var kc=d((p_,bc)=>{var Ae=B("fs"),lm=Xn(),z=B("path"),fm=ei(),pm=ii(),hm=ti(),dm=Vr(),mm=Ae.realpath&&typeof Ae.realpath.native=="function"?Ae.realpath.native:Ae.realpath,yc=lm(),gm=function(){return[z.join(yc,".node_modules"),z.join(yc,".node_libraries")]},xm=function(r,n){Ae.stat(r,function(i,t){return i?i.code==="ENOENT"||i.code==="ENOTDIR"?n(null,!1):n(i):n(null,t.isFile()||t.isFIFO())})},_m=function(r,n){Ae.stat(r,function(i,t){return i?i.code==="ENOENT"||i.code==="ENOTDIR"?n(null,!1):n(i):n(null,t.isDirectory())})},vm=function(r,n){mm(r,function(i,t){i&&i.code!=="ENOENT"?n(i):n(null,i?r:t)})},ar=function(r,n,i,t){i&&i.preserveSymlinks===!1?r(n,t):t(null,n)},ym=function(r,n,i){r(n,function(t,o){if(t)i(t);else try{var u=JSON.parse(o);i(null,u)}catch{i(null)}})},bm=function(r,n,i){for(var t=pm(n,i,r),o=0;o<t.length;o++)t[o]=z.join(t[o],r);return t};bc.exports=function(r,n,i){var t=i,o=n;if(typeof n=="function"&&(t=o,o={}),typeof r!="string"){var u=new TypeError("Path must be a string.");return process.nextTick(function(){t(u)})}o=hm(r,o);var s=o.isFile||xm,a=o.isDirectory||_m,c=o.readFile||Ae.readFile,l=o.realpath||vm,f=o.readPackage||ym;if(o.readFile&&o.readPackage){var h=new TypeError("`readFile` and `readPackage` are mutually exclusive.");return process.nextTick(function(){t(h)})}var p=o.packageIterator,m=o.extensions||[".js"],x=o.includeCoreModules!==!1,g=o.basedir||z.dirname(fm()),b=o.filename||g;o.paths=o.paths||gm();var _=z.resolve(g);ar(l,_,o,function(y,F){y?t(y):C(F)});var k;function C(y){if(/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(r))k=z.resolve(y,r),(r==="."||r===".."||r.slice(-1)==="/")&&(k+="/"),/\/$/.test(r)&&k===y?S(k,o.package,D):v(k,o.package,D);else{if(x&&dm(r))return t(null,r);w(r,y,function(F,R,q){if(F)t(F);else{if(R)return ar(l,R,o,function(I,L){I?t(I):t(null,L,q)});var P=new Error("Cannot find module '"+r+"' from '"+b+"'");P.code="MODULE_NOT_FOUND",t(P)}})}}function D(y,F,R){y?t(y):F?t(null,F,R):S(k,function(q,P,I){if(q)t(q);else if(P)ar(l,P,o,function(M,W){M?t(M):t(null,W,I)});else{var L=new Error("Cannot find module '"+r+"' from '"+b+"'");L.code="MODULE_NOT_FOUND",t(L)}})}function v(y,F,R){var q=F,P=R;typeof q=="function"&&(P=q,q=void 0);var I=[""].concat(m);L(I,y,q);function L(M,W,ue){if(M.length===0)return P(null,void 0,ue);var he=W+M[0],re=ue;re?V(null,re):A(z.dirname(he),V);function V(le,Ce,se){if(re=Ce,le)return P(le);if(se&&re&&o.pathFilter){var fr=z.relative(se,he),pr=fr.slice(0,fr.length-M[0].length),Ue=o.pathFilter(re,W,pr);if(Ue)return L([""].concat(m.slice()),z.resolve(se,Ue),re)}s(he,lr)}function lr(le,Ce){if(le)return P(le);if(Ce)return P(null,he,re);L(M.slice(1),W,re)}}}function A(y,F){if(y===""||y==="/"||process.platform==="win32"&&/^\w:[/\\]*$/.test(y)||/[/\\]node_modules[/\\]*$/.test(y))return F(null);ar(l,y,o,function(R,q){if(R)return A(z.dirname(y),F);var P=z.join(q,"package.json");s(P,function(I,L){if(!L)return A(z.dirname(y),F);f(c,P,function(M,W){M&&F(M);var ue=W;ue&&o.packageFilter&&(ue=o.packageFilter(ue,P)),F(null,ue,y)})})})}function S(y,F,R){var q=R,P=F;typeof P=="function"&&(q=P,P=o.package),ar(l,y,o,function(I,L){if(I)return q(I);var M=z.join(L,"package.json");s(M,function(W,ue){if(W)return q(W);if(!ue)return v(z.join(y,"index"),P,q);f(c,M,function(he,re){if(he)return q(he);var V=re;if(V&&o.packageFilter&&(V=o.packageFilter(V,M)),V&&V.main){if(typeof V.main!="string"){var lr=new TypeError("package \u201C"+V.name+"\u201D `main` must be a string");return lr.code="INVALID_PACKAGE_MAIN",q(lr)}(V.main==="."||V.main==="./")&&(V.main="index"),v(z.resolve(y,V.main),V,function(le,Ce,se){if(le)return q(le);if(Ce)return q(null,Ce,se);if(!se)return v(z.join(y,"index"),se,q);var fr=z.resolve(y,se.main);S(fr,se,function(pr,Ue,fi){if(pr)return q(pr);if(Ue)return q(null,Ue,fi);v(z.join(y,"index"),fi,q)})});return}v(z.join(y,"/index"),V,q)})})})}function T(y,F){if(F.length===0)return y(null,void 0);var R=F[0];a(z.dirname(R),q);function q(L,M){if(L)return y(L);if(!M)return T(y,F.slice(1));v(R,o.package,P)}function P(L,M,W){if(L)return y(L);if(M)return y(null,M,W);S(R,o.package,I)}function I(L,M,W){if(L)return y(L);if(M)return y(null,M,W);T(y,F.slice(1))}}function w(y,F,R){var q=function(){return bm(y,F,o)};T(R,p?p(y,F,q,o):q())}}});var Ac=d((h_,km)=>{km.exports={assert:!0,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:">= 0.5 && < 0.9.7",buffer:!0,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:!0,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],console:!0,"node:console":[">= 14.18 && < 15",">= 16"],constants:!0,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:!0,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:">= 1 && < 8",_debugger:"< 8",dgram:!0,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:!0,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],events:!0,"node:events":[">= 14.18 && < 15",">= 16"],freelist:"< 6",fs:!0,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],http:!0,"node:http":[">= 14.18 && < 15",">= 16"],http2:">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],https:!0,"node:https":[">= 14.18 && < 15",">= 16"],inspector:">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],_linklist:"< 8",module:!0,"node:module":[">= 14.18 && < 15",">= 16"],net:!0,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12",os:!0,"node:os":[">= 14.18 && < 15",">= 16"],path:!0,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:">= 1","node:process":[">= 14.18 && < 15",">= 16"],punycode:">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],querystring:!0,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:!0,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:!0,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:">= 0.11.5 && < 3",_stream_duplex:">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:!0,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5",string_decoder:!0,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],timers:!0,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:">= 0.11.3 && < 10",_tls_wrap:">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:!0,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],tty:!0,"node:tty":[">= 14.18 && < 15",">= 16"],url:!0,"node:url":[">= 14.18 && < 15",">= 16"],util:!0,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],v8:">= 1","node:v8":[">= 14.18 && < 15",">= 16"],vm:!0,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:">= 13.4 && < 13.5",worker_threads:">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}});var Fc=d((d_,wc)=>{var Am=process.versions&&process.versions.node&&process.versions.node.split(".")||[];function Em(e){for(var r=e.split(" "),n=r.length>1?r[0]:"=",i=(r.length>1?r[1]:r[0]).split("."),t=0;t<3;++t){var o=parseInt(Am[t]||0,10),u=parseInt(i[t]||0,10);if(o!==u)return n==="<"?o<u:n===">="?o>=u:!1}return n===">="}function Ec(e){var r=e.split(/ ?&& ?/);if(r.length===0)return!1;for(var n=0;n<r.length;++n)if(!Em(r[n]))return!1;return!0}function Cm(e){if(typeof e=="boolean")return e;if(e&&typeof e=="object"){for(var r=0;r<e.length;++r)if(Ec(e[r]))return!0;return!1}return Ec(e)}var ui=Ac(),Cc={};for(Gr in ui)Object.prototype.hasOwnProperty.call(ui,Gr)&&(Cc[Gr]=Cm(ui[Gr]));var Gr;wc.exports=Cc});var Sc=d((m_,Dc)=>{var wm=Vr();Dc.exports=function(r){return wm(r)}});var Oc=d((g_,Tc)=>{var Fm=Vr(),Ee=B("fs"),Y=B("path"),Dm=Xn(),Sm=ei(),qm=ii(),Tm=ti(),Om=Ee.realpathSync&&typeof Ee.realpathSync.native=="function"?Ee.realpathSync.native:Ee.realpathSync,qc=Dm(),Im=function(){return[Y.join(qc,".node_modules"),Y.join(qc,".node_libraries")]},Rm=function(r){try{var n=Ee.statSync(r,{throwIfNoEntry:!1})}catch(i){if(i&&(i.code==="ENOENT"||i.code==="ENOTDIR"))return!1;throw i}return!!n&&(n.isFile()||n.isFIFO())},Pm=function(r){try{var n=Ee.statSync(r,{throwIfNoEntry:!1})}catch(i){if(i&&(i.code==="ENOENT"||i.code==="ENOTDIR"))return!1;throw i}return!!n&&n.isDirectory()},Lm=function(r){try{return Om(r)}catch(n){if(n.code!=="ENOENT")throw n}return r},cr=function(r,n,i){return i&&i.preserveSymlinks===!1?r(n):n},Mm=function(r,n){var i=r(n);try{var t=JSON.parse(i);return t}catch{}},Bm=function(r,n,i){for(var t=qm(n,i,r),o=0;o<t.length;o++)t[o]=Y.join(t[o],r);return t};Tc.exports=function(r,n){if(typeof r!="string")throw new TypeError("Path must be a string.");var i=Tm(r,n),t=i.isFile||Rm,o=i.readFileSync||Ee.readFileSync,u=i.isDirectory||Pm,s=i.realpathSync||Lm,a=i.readPackageSync||Mm;if(i.readFileSync&&i.readPackageSync)throw new TypeError("`readFileSync` and `readPackageSync` are mutually exclusive.");var c=i.packageIterator,l=i.extensions||[".js"],f=i.includeCoreModules!==!1,h=i.basedir||Y.dirname(Sm()),p=i.filename||h;i.paths=i.paths||Im();var m=cr(s,Y.resolve(h),i);if(/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(r)){var x=Y.resolve(m,r);(r==="."||r===".."||r.slice(-1)==="/")&&(x+="/");var g=k(x)||D(x);if(g)return cr(s,g,i)}else{if(f&&Fm(r))return r;var b=v(r,m);if(b)return cr(s,b,i)}var _=new Error("Cannot find module '"+r+"' from '"+p+"'");throw _.code="MODULE_NOT_FOUND",_;function k(A){var S=C(Y.dirname(A));if(S&&S.dir&&S.pkg&&i.pathFilter){var T=Y.relative(S.dir,A),w=i.pathFilter(S.pkg,A,T);w&&(A=Y.resolve(S.dir,w))}if(t(A))return A;for(var y=0;y<l.length;y++){var F=A+l[y];if(t(F))return F}}function C(A){if(!(A===""||A==="/")&&!(process.platform==="win32"&&/^\w:[/\\]*$/.test(A))&&!/[/\\]node_modules[/\\]*$/.test(A)){var S=Y.join(cr(s,A,i),"package.json");if(!t(S))return C(Y.dirname(A));var T=a(o,S);return T&&i.packageFilter&&(T=i.packageFilter(T,A)),{pkg:T,dir:A}}}function D(A){var S=Y.join(cr(s,A,i),"/package.json");if(t(S)){try{var T=a(o,S)}catch{}if(T&&i.packageFilter&&(T=i.packageFilter(T,A)),T&&T.main){if(typeof T.main!="string"){var w=new TypeError("package \u201C"+T.name+"\u201D `main` must be a string");throw w.code="INVALID_PACKAGE_MAIN",w}(T.main==="."||T.main==="./")&&(T.main="index");try{var y=k(Y.resolve(A,T.main));if(y)return y;var F=D(Y.resolve(A,T.main));if(F)return F}catch{}}}return k(Y.join(A,"/index"))}function v(A,S){for(var T=function(){return Bm(A,S,i)},w=c?c(A,S,T,i):T(),y=0;y<w.length;y++){var F=w[y];if(u(Y.dirname(F))){var R=k(F);if(R)return R;var q=D(F);if(q)return q}}}}});var Rc=d((x_,Ic)=>{var Yr=kc();Yr.core=Fc();Yr.isCore=Sc();Yr.sync=Oc();Ic.exports=Yr});import{createServer as u1,mergeConfig as s1}from"vite";import{dirname as i1,join as t1}from"path";import{splitVendorChunkPlugin as o1}from"vite";var $c=Fe(cu()),Uc=Fe(Fa());import zc from"fs";import Zm from"consola";import Wm from"@vitejs/plugin-vue";import Km from"vite-plugin-pages";import Jm from"vite-plugin-vue-layouts";import Qm from"unplugin-vue-components/vite";import Xm from"@intlify/vite-plugin-vue-i18n";import e1 from"vite-plugin-inspect";import{dim as r1,yellow as n1}from"kolorist";import Ba from"markdown-it-anchor";import k0 from"markdown-it-emoji";import A0 from"markdown-it-link-attributes";import E0 from"markdown-it-table-of-contents";import C0 from"markdown-it-task-lists";import w0 from"markdown-it-attrs";import Da from"katex";function Sa(e,r){let n=e.posMax,i=!0,t=!0,o=r>0?e.src.charCodeAt(r-1):-1,u=r+1<=n?e.src.charCodeAt(r+1):-1;return(o===32||o===9||u>=48&&u<=57)&&(t=!1),(u===32||u===9)&&(i=!1),{can_open:i,can_close:t}}function s0(e,r){let n,i,t,o;if(e.src[e.pos]!=="$")return!1;if(t=Sa(e,e.pos),!t.can_open)return r||(e.pending+="$"),e.pos+=1,!0;let u=e.pos+1;for(n=u;(n=e.src.indexOf("$",n))!==-1;){for(o=n-1;e.src[o]==="\\";)o-=1;if((n-o)%2===1)break;n+=1}return n===-1?(r||(e.pending+="$"),e.pos=u,!0):n-u===0?(r||(e.pending+="$$"),e.pos=u+1,!0):(t=Sa(e,n),t.can_close?(r||(i=e.push("math_inline","math",0),i.markup="$",i.content=e.src.slice(u,n)),e.pos=n+1,!0):(r||(e.pending+="$"),e.pos=u,!0))}function a0(e,r,n,i){let t,o,u,s,a=!1,c=e.bMarks[r]+e.tShift[r],l=e.eMarks[r];if(c+2>l||e.src.slice(c,c+2)!=="$$")return!1;if(c+=2,t=e.src.slice(c,l),i)return!0;for(t.trim().slice(-2)==="$$"&&(t=t.trim().slice(0,-2),a=!0),u=r;!a&&(u++,!(u>=n||(c=e.bMarks[u]+e.tShift[u],l=e.eMarks[u],c<l&&e.tShift[u]<e.blkIndent)));)e.src.slice(c,l).trim().slice(-2)==="$$"&&(s=e.src.slice(0,l).lastIndexOf("$$"),o=e.src.slice(c,s),a=!0);e.line=u+1;let f=e.push("math_block","math",0);return f.block=!0,f.content=(t&&t.trim()?`${t}
61
+ `:"")+e.getLines(r+1,u,e.tShift[r],!0)+(o&&o.trim()?o:""),f.map=[r,e.line],f.markup="$$",!0}function Ln(e,r){r=r||{};let n=function(u){r.displayMode=!1;try{return Da.renderToString(u,r)}catch(s){return r.throwOnError&&console.warn(s),u}},i=function(u,s){return n(u[s].content)},t=function(u){r.displayMode=!0;try{return`<p>${Da.renderToString(u,r)}</p>`}catch(s){return r.throwOnError&&console.warn(s),u}},o=function(u,s){return`${t(u[s].content)}
62
+ `};e.inline.ruler.after("escape","math_inline",s0),e.block.ruler.after("blockquote","math_block",a0,{alt:["paragraph","reference","blockquote","list"]}),e.renderer.rules.math_inline=i,e.renderer.rules.math_block=o}import Mn from"markdown-it-container";function nr(e,r){return[Mn,e,{render(n,i){let t=n[i],o=t.info.trim().slice(e.length).trim();return t.nesting===1?e==="details"?`<details class="${e} custom-block">${`<summary>${o}</summary>`}
63
+ `:`<div class="${e} custom-block"><p class="custom-block-title">${o||r}</p>
64
+ `:e==="details"?`</details>
65
+ `:`</div>
66
+ `}}]}var qa=e=>{e.use(...nr("tip","TIP")).use(...nr("info","INFO")).use(...nr("warning","WARNING")).use(...nr("danger","WARNING")).use(...nr("details","Details")).use(Mn,"v-pre",{render:(n,i)=>n[i].nesting===1?`<div v-pre>
67
+ `:`</div>
68
+ `}),["zh-CN","en"].forEach(n=>{e.use(Mn,n,{render:(i,t)=>i[t].nesting===1?`<div lang="${n}">
69
+ `:`</div>
70
+ `})})};var Oa=Fe(Ta()),l0=/[\u0000-\u001F]/g,f0=/[\s~`!@#$%^&*()\-_+=[\]{}|\\;:"'<>,.…?/]+/g,jn=e=>(0,Oa.remove)(e).replace(l0,"").replace(f0,"-").replace(/\-{2,}/g,"-").replace(/^\-+|\-+$/g,"").replace(/^(\d)/,"_$1").toLowerCase();import p0 from"markdown-it-emoji/lib/data/full.json";var h0=e=>e.replace(/:(.+?):/g,(r,n)=>p0[n]||r),d0=e=>e.replace(/&quot;/g,'"').replace(/&#39;/g,"'").replace(/&#x3A;/g,":").replace(/&lt;/g,"<").replace(/&gt;/g,">"),m0=e=>e.replace(/(\[(.[^\]]+)\]\((.[^)]+)\))/g,"$2").replace(/(`|\*{1,3}|_)(.*?[^\\])\1/g,"$2").replace(/(\\)(\*|_|`|\!|<|\$)/g,"$2"),g0=e=>e.replace(/\{#([a-z0-9\-_]+?)\}\s*$/,""),x0=e=>e.trim(),_0=e=>String(e).replace(/(^|[^><`\\])<.*>([^><`]|$)/g,"$1$2"),Ia=(...e)=>e.length===0?r=>r:e.length===1?e[0]:e.reduce((r,n)=>i=>n(r(i))),zn=Ia(d0,h0,g0,m0,x0),_x=Ia(_0,zn);import v0 from"consola";import y0 from"escape-html";import zr from"prismjs";var Ra=B("prismjs/components/index");Ra(["markup","css","javascript"]);function $n(e,r){return r==="text"&&(e=y0(e)),`<pre v-pre><code>${e}</code></pre>`}var Pa=(e,r)=>{if(!r)return $n(e,"text");r=r.toLowerCase();let n=r;if((r==="vue"||r==="html")&&(r="markup"),r==="md"&&(r="markdown"),r==="ts"&&(r="typescript"),r==="py"&&(r="python"),!zr.languages[r])try{Ra([r])}catch{v0.warn(`[valaxy] Syntax highlight for language "${r}" is not supported.`)}if(zr.languages[r]){let i=zr.highlight(e,zr.languages[r],r);return $n(i,n)}return $n(e,"text")};var b0=/^<pre .*?><code>/,La=e=>{let r=e.renderer.rules.fence;e.renderer.rules.fence=(...n)=>{let[i,t,o]=n,u=i[t],s=u.attrs&&u.attrs[0];if(!s)return r(...n);let a=s[0];if(!a||!/[\d,-]+/.test(a))return r(...n);let c=a.split(",").map(m=>m.split("-").map(x=>parseInt(x,10))),l=o.highlight?o.highlight(u.content,u.info,""):u.content;return`<div class="highlight-lines">${l.replace(b0,"").split(`
71
+ `).map((m,x)=>{let g=x+1;return c.some(([_,k])=>_&&k?g>=_&&g<=k:g===_)?'<div class="highlighted">&nbsp;</div>':"<br>"}).join("")}</div>`+l}},Ma=e=>{let r=e.renderer.rules.fence;e.renderer.rules.fence=(...n)=>{let[i,t]=n,o=i[t],u=r(...n);return`<div class="language-${o.info.trim()}">${u}</div>`}};function $r(e,r={}){e.set({highlight:Pa}),e.use(La).use(Ma).use(qa).use(w0),e.use(A0,{matcher:i=>/^https?:\/\//.test(i),attrs:{target:"_blank",rel:"noopener"}}),e.use(Ln,r.katex).use(Ba,{slugify:jn,permalink:Ba.permalink.ariaHidden({})}).use(E0,we({slugify:jn,includeLevel:[2,3,4],format:zn},r.toc)).use(k0).use(C0);let n=e.render;return e.render=(...i)=>(e.__data={},n.call(e,...i)),e}import T0 from"vite-plugin-md";import{cyan as F0,red as D0,yellow as S0}from"kolorist";import q0 from"consola";function Na(e,r){e.includes("{%")&&e.includes("%}")&&q0.error(`${`${r}
72
+ `} Please ${D0("remove")} ${F0("{% %}")}, because it conflicts with ${S0("markdown-it-attrs")}.`)}var Un="<!-- more -->";function ja(e){let r=e.config.markdownIt;return[T0(we({wrapperComponent:"ValaxyMd",wrapperClasses:"",headEnabled:!0,frontmatter:!0,excerpt:Un,markdownItSetup(n){r.config&&r.config(n),$r(n,r)},transforms:{before:(n,i)=>(Na(n,i),n.replace("{%","{%"),n.replace("%}","%}"),n)}},e.config.markdown)),{name:"valaxy:md",handleHotUpdate(n){let{file:i,server:t}=n;i.endsWith(".md")&&t.ws.send({type:"custom",event:"valaxy:md-update"})}}]}function Hn(e){return e!==null&&typeof e=="object"}function Vn(e,r,n=".",i){if(!Hn(r))return Vn(e,{},n,i);let t=Object.assign({},r);for(let o in e){if(o==="__proto__"||o==="constructor")continue;let u=e[o];u!=null&&(i&&i(t,o,u,n)||(Array.isArray(u)&&Array.isArray(t[o])?t[o]=u.concat(t[o]):Hn(u)&&Hn(t[o])?t[o]=Vn(u,t[o],(n?`${n}.`:"")+o.toString(),i):t[o]=u))}return t}function Gn(e){return(...r)=>r.reduce((n,i)=>Vn(n,i,"",e),{})}var tr=Gn(),Vx=Gn((e,r,n,i)=>{if(typeof e[r]<"u"&&typeof n=="function")return e[r]=n(e[r]),!0}),Gx=Gn((e,r,n,i)=>{if(Array.isArray(e[r])&&typeof n=="function")return e[r]=n(e[r]),!0});import O0 from"unocss/vite";import{presetAttributify as I0,presetIcons as R0,presetTypography as P0,presetUno as L0,presetWebFonts as M0,transformerDirectives as B0,transformerVariantGroup as N0}from"unocss";var j0=async e=>{let{generateSafelist:r}=await import(`valaxy-theme-${e.theme}`),n=["i-ri-archive-line","i-ri-folder-2-line","i-ri-price-tag-3-line","i-ri-cloud-line"],i=[];typeof r=="function"&&(i=r(e.themeConfig));let t="animate-fade-in m-auto text-left".split(" ").concat(["rotate-y-180"]).concat(n).concat(i);return e.social.length&&e.social.forEach(o=>t.push(o.icon)),e.sponsor.methods.length&&e.sponsor.methods.forEach(o=>t.push(o.icon)),t},z0=async e=>{let r={shortcuts:[["yun-main","lt-md:pl-0"],["yun-card","transition yun-transition shadow hover:shadow-lg"],["btn","px-4 py-1 rounded inline-block bg-sky-600 text-white cursor-pointer hover:bg-sky-700 disabled:cursor-default disabled:bg-gray-600 disabled:opacity-50"],["icon-btn","inline-block cursor-pointer select-none opacity-75 transition duration-200 ease-in-out hover:opacity-100 hover:text-sky-600"],["va-card","shadow hover:shadow-lg"]],presets:[L0(),I0(),R0({scale:1.2}),P0(),M0({fonts:{serif:[{name:"Noto Serif SC",weights:[900]}]}})],rules:[["yun-transition",{"transition-duration":"var(--va-transition-duration)"}],["yun-text-light",{color:"var(--va-c-text-light)"}],["font-serif",{"font-family":"var(--va-font-serif)"}],["font-sans",{"font-family":"var(--va-font-sans)"}],["font-mono",{"font-family":"var(--va-font-mono)"}]],transformers:[B0(),N0()],safelist:await j0(e.config)};return tr(e.config.unocss,r)},za=async e=>{let r=await z0(e);return O0(r)};import{resolve as $e}from"path";import{mergeConfig as $m}from"vite";var Lc=Fe(rc()),si=Fe(Jn()),Mc=Fe(Rc());import{join as Pc}from"path";import Nm from"consola";function jm(e){return e.replace(/\\/g,"/")}function zm(e,r){return r.startsWith(e)?r:e+r}function J(e){return`/@fs${zm("/",jm(e))}`}function Zr(e,r=!1){try{return(0,Mc.sync)(e,{preserveSymlinks:!1})}catch{}if(Lc.default){try{return B.resolve(Pc(si.default.yarn.packages,e))}catch{}try{return B.resolve(Pc(si.default.npm.packages,e))}catch{}}if(r)throw new Error(`Failed to resolve package ${e}`);Nm.error(`Failed to resolve package ${e}`)}function Bc(e){return{name:"valaxy:config",config(r){let n={resolve:{alias:{"@/":`${J(e.userRoot)}/`,"~/":`${J(e.clientRoot)}/`,"valaxy/client":`${J(e.clientRoot)}/`,"@valaxyjs/client":`${J(e.clientRoot)}/`,"@valaxyjs/config":"/@valaxyjs/config","valaxy/package.json":J($e(e.clientRoot,"../../package.json")),"valaxy/":`${J($e(e.clientRoot,".."))}/`,valaxy:J($e(e.clientRoot,"../index.ts")),[`valaxy-theme-${e.theme}/`]:`${J($e(e.themeRoot))}/`,[`valaxy-theme-${e.theme}`]:`${J($e(e.themeRoot))}`}},optimizeDeps:{entries:[$e(e.clientRoot,"main.ts"),e.configFile],include:["vue","vue-router","@vueuse/core","@vueuse/head","dayjs","nprogress"]}};return $m(r,n)}}}import li from"fs";import{join as ci}from"path";import Um from"fs";import{loadConfig as Hm}from"unconfig";var Vm={url:"",lang:"en",title:"Valaxy Blog",description:"A blog generated by Valaxy.",subtitle:"Next Generation Static Blog Framework.",author:{avatar:"https://cdn.jsdelivr.net/gh/YunYouJun/yun/images/meme/yun-good-with-bg.jpg",email:"me@yunyoujun.cn",link:"https://www.yunyoujun.cn",name:"YunYouJun",status:{emoji:"\u{1F60A}",message:"All at sea."}},favicon:"favicon.svg",feed:{name:"",favicon:"favicon.svg"},social:[],license:{enabled:!0,language:"",type:"by-nc-sa"},sponsor:{enable:!0,title:"\u6211\u5F88\u53EF\u7231\uFF0C\u8BF7\u7ED9\u6211\u94B1",methods:[{name:"\u652F\u4ED8\u5B9D",url:"https://cdn.jsdelivr.net/gh/YunYouJun/cdn/img/donate/alipay-qrcode.jpg",color:"#00A3EE",icon:"i-ri-alipay-line"},{name:"QQ \u652F\u4ED8",url:"https://cdn.jsdelivr.net/gh/YunYouJun/cdn/img/donate/qqpay-qrcode.png",color:"#12B7F5",icon:"i-ri-qq-line"},{name:"\u5FAE\u4FE1\u652F\u4ED8",url:"https://cdn.jsdelivr.net/gh/YunYouJun/cdn/img/donate/wechatpay-qrcode.jpg",color:"#2DC100",icon:"i-ri-wechat-pay-line"}]},search:{enable:!0,algolia:{enable:!1,appId:"",apiKey:"",indexName:""}},comment:{waline:{enable:!1,serverURL:""},twikoo:{enable:!1,envId:"https://twikoo.vercel.app"}},features:{katex:!0},theme:"yun",themeConfig:{pkg:{name:"",version:""}},unocss:{},markdown:{excerpt:"<!-- more -->"},markdownIt:{toc:{includeLevel:[1,2,3,4],listType:"ol"},katex:{}}};async function Nc(e={}){let{config:r,sources:n}=await Hm({sources:[{files:"valaxy.config",extensions:["ts","js","mjs","cjs","json"]}],merge:!1}),i=n[0],t=tr(r,Vm),o=e.theme||t.theme||"yun";try{let{defaultThemeConfig:u}=await import(`valaxy-theme-${o}`);t.themeConfig=tr(t.themeConfig,u)}catch{console.error(`valaxy-theme-${o} doesn't have default config`)}try{let u=Um.readFileSync(B.resolve(`valaxy-theme-${o}/package.json`),"utf-8");t.themeConfig.pkg=JSON.parse(u)}catch{console.error(`valaxy-theme-${o} doesn't have package.json`)}return{config:t,configFile:i,theme:o}}var ai="@valaxyjs/config";function Gm(e,r){let n=[];r.config.features.katex&&(n.push(`import "${J(Zr("katex/dist/katex.min.css",!0))}"`),n.push(`import "${ci(r.clientRoot,"styles/third/katex.scss")}"`));for(let i of e){let t=[];["index","css-vars"].forEach(u=>{t.push(ci(i,"styles",`${u}.css`)),t.push(ci(i,"styles",`${u}.scss`))});for(let u of t)li.existsSync(u)&&n.push(`import "${J(u)}"`)}return n.join(`
73
+ `)}function Ym(e){let r=['const messages = { "zh-CN": {}, en: {} }'],n=["zh-CN","en"];return e.forEach((i,t)=>{n.forEach(o=>{let u=`${i}/locales/${o}.yml`;if(li.existsSync(u)&&li.readFileSync(u,"utf-8")){let s=o.replace("-","")+t;r.push(`import ${s} from "${J(u)}"`),r.push(`Object.assign(messages['${o}'], ${s})`)}})}),r.push("export default messages"),r.join(`
74
+ `)}function jc(e,r={}){let n="/@valaxy",i=e.config,t=[e.clientRoot,e.themeRoot,e.userRoot];return{name:"Valaxy",configureServer(o){o.watcher.add([e.configFile,e.userRoot,e.themeRoot])},resolveId(o){return o.startsWith(n)?o:null},load(o){if(o===`/${ai}`)return`export default ${JSON.stringify(JSON.stringify(i))}`;if(o==="/@valaxyjs/styles")return Gm(t,e);if(o==="/@valaxyjs/locales")return Ym(t);if(o.startsWith(n))return""},async handleHotUpdate(o){var f;let{file:u,server:s}=o;if(u!==e.configFile)return;let{config:a}=await Nc();(f=r.onConfigReload)==null||f.call(r,a,e.config),Object.assign(e.config,a),i=a;let c=[`/${ai}`];return[...Array.from(c).map(h=>s.moduleGraph.getModuleById(h))].filter(h=>!!h)}}}async function Hc(e,r={},n={}){let{clientRoot:i,themeRoot:t,userRoot:o}=e,u=ja(e),s=await za(e),a=jc(e,r),c=new $c.default({html:!0});$r(c,e.config.markdownIt);let l=[i,t,o],{default:f}=await import(`valaxy-theme-${e.theme}`),h=new Set(["annotation","math","menclose","mfrac","mglyph","mi","mlabeledtr","mn","mo","mover","mpadded","mphantom","mroot","mrow","mspace","msqrt","mstyle","msub","msubsup","msup","mtable","mtd","mtext","mtr","munder","munderover","semantics","meting-js"]);return[Wm({include:[/\.vue$/,/\.md$/],template:{compilerOptions:{isCustomElement:p=>h.has(p)}}}),a,Bc(e),f(e.config.themeConfig),Km({extensions:["vue","md"],dirs:l.map(p=>`${p}/pages`),extendRoute(p){let m=p.component;p.meta||(p.meta={}),p.path==="/"&&(p.meta.layout="home"),l.forEach(_=>{let k=_+p.component;zc.existsSync(k)&&(m=k)});let x=zc.readFileSync(m,"utf-8"),{data:g,excerpt:b}=(0,Uc.default)(x,{excerpt_separator:Un});return p.path.startsWith("/posts/")&&(p.meta.layout="post",g.date||Zm.warn(`You forgot to write ${n1("date")} for post: ${r1(`${p.component}`)}`)),p.meta=Object.assign(p.meta,{frontmatter:Object.assign({date:new Date},g),excerpt:b?c.render(b):""}),p.meta.frontmatter.updated&&(p.meta.frontmatter.updated=p.meta.frontmatter.date),g.layout&&(p.meta.layout=g.layout),p}}),Jm({layoutsDirs:l.map(p=>`${p}/layouts`)}),Qm(we({extensions:["vue","md"],include:[/\.vue$/,/\.vue\?vue/,/\.md$/],exclude:[],allowOverrides:!0,dirs:l.map(p=>`${p}/components`).concat(["src/components","components"]),dts:`${e.userRoot}/components.d.ts`},n)),s,...u,Xm({runtimeOnly:!0,compositionOnly:!0,include:l.map(p=>`${p}/locales/**`)}),e.mode==="dev"&&e1()]}async function Vc(e,r={}){return{define:{__DEV__:e.mode==="dev"?"true":"false",__ALGOLIA__:!!e.config.search.algolia.enable},root:e.clientRoot,publicDir:t1(e.userRoot,"public"),plugins:[await Hc(e,r,{}),o1()],server:{fs:{allow:[e.clientRoot,e.themeRoot,e.userRoot,i1(Zr("katex/package.json",!0))]}}}}async function tv(e,r={},n={}){return process.env.EDITOR=process.env.EDITOR||"code",await u1(s1(r,await Vc(e,n)))}export{cu as a,Fa as b,j0 as c,Zr as d,Nc as e,Vc as f,tv as g};
75
+ /*!
76
+ * is-extendable <https://github.com/jonschlinkert/is-extendable>
77
+ *
78
+ * Copyright (c) 2015, Jon Schlinkert.
79
+ * Licensed under the MIT License.
80
+ */
81
+ /*!
82
+ * strip-bom-string <https://github.com/jonschlinkert/strip-bom-string>
83
+ *
84
+ * Copyright (c) 2015, 2017, Jon Schlinkert.
85
+ * Released under the MIT License.
86
+ */