valaxy 0.0.9 → 0.1.2
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.
- package/dist/chunk-5D7M5SQP.js +1 -0
- package/dist/chunk-CF6MGLH2.mjs +84 -0
- package/dist/chunk-L22LX2G6.mjs +1 -0
- package/dist/chunk-W5MJCUNY.js +84 -0
- package/dist/index.d.ts +9 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/node/cli.js +5 -87
- package/dist/node/cli.mjs +5 -87
- package/dist/node/index.d.ts +1 -0
- package/dist/node/index.js +1 -83
- package/dist/node/index.mjs +1 -83
- package/package.json +20 -19
- package/src/client/components/PostCard.vue +1 -1
- package/src/client/components/PostList.vue +5 -5
- package/src/client/components/ValaxyCopyright.vue +1 -1
- package/src/client/components/ValaxyFooter.vue +1 -1
- package/src/client/components/ValaxyOverlay.vue +4 -4
- package/src/client/components/ValaxyPagination.vue +16 -14
- package/src/client/components/ValaxyRightSidebar.vue +4 -4
- package/src/client/components/ValaxySidebar.vue +4 -8
- package/src/client/components/ValaxyToc.vue +11 -9
- package/src/client/composables/comments/waline.ts +8 -4
- package/src/client/composables/common.ts +2 -4
- package/src/client/composables/search/algolia.ts +2 -1
- package/src/client/composables/sidebar.ts +2 -2
- package/src/client/composables/tag.ts +1 -1
- package/src/client/composables/widgets/backToTop.ts +10 -4
- package/src/client/main.ts +1 -6
- package/src/client/modules/valaxy.ts +36 -15
- package/src/client/shims.d.ts +5 -0
- package/src/client/styles/common/button.scss +3 -5
- package/src/client/styles/common/hamburger.scss +2 -2
- package/src/client/styles/common/markdown.scss +6 -2
- package/src/client/styles/common/sidebar.scss +3 -3
- package/src/client/styles/common/transition.scss +2 -2
- package/src/client/styles/{css-vars/index.scss → css-vars.scss} +22 -8
- package/src/client/styles/global/helper.scss +2 -2
- package/src/client/styles/global/index.scss +1 -1
- package/src/client/styles/global/nprogress.scss +1 -1
- package/src/client/styles/global/reset.scss +2 -1
- package/src/client/styles/mixins/config.scss +1 -1
- package/src/client/styles/mixins/index.scss +1 -0
- package/src/client/styles/palette.scss +14 -8
- package/src/client/styles/vars.scss +1 -13
- package/src/client/styles/widgets/banner.scss +2 -2
- package/src/client/utils/index.ts +0 -2
- package/src/node/build.ts +20 -1
- package/src/node/cli.ts +17 -19
- package/src/node/markdown/index.ts +3 -1
- package/src/node/markdown/markdown-it-katex.ts +20 -10
- package/src/node/markdown/parseHeader.ts +4 -2
- package/src/node/options.ts +3 -1
- package/src/node/plugins/index.ts +53 -24
- package/src/node/plugins/markdown.ts +1 -1
- package/src/node/plugins/preset.ts +47 -10
- package/src/node/plugins/unocss.ts +12 -7
- package/src/node/server.ts +1 -1
- package/src/node/shims.d.ts +5 -0
- package/src/node/utils/cli.ts +0 -1
- package/src/node/vite.ts +10 -17
- package/tsup.config.ts +3 -2
- package/src/client/pages/about/index.md +0 -5
- package/src/client/styles/css-vars/dark.scss +0 -17
- package/src/client/styles/css-vars/light.scss +0 -9
package/dist/node/cli.js
CHANGED
|
@@ -1,88 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }var _chunkW5MJCUNYjs = require('../chunk-W5MJCUNY.js');var _chunk5D7M5SQPjs = require('../chunk-5D7M5SQP.js');var X=_chunk5D7M5SQPjs.d.call(void 0, (tt,Q)=>{_chunk5D7M5SQPjs.f.call(void 0, );var b=1e3,w=b*60,F=w*60,h=F*24,be=h*7,we=h*365.25;Q.exports=function(e,o){o=o||{};var t=typeof e;if(t==="string"&&e.length>0)return Fe(e);if(t==="number"&&isFinite(e))return o.long?Oe(e):xe(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Fe(e){if(e=String(e),!(e.length>100)){var o=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!!o){var t=parseFloat(o[1]),r=(o[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return t*we;case"weeks":case"week":case"w":return t*be;case"days":case"day":case"d":return t*h;case"hours":case"hour":case"hrs":case"hr":case"h":return t*F;case"minutes":case"minute":case"mins":case"min":case"m":return t*w;case"seconds":case"second":case"secs":case"sec":case"s":return t*b;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}function xe(e){var o=Math.abs(e);return o>=h?Math.round(e/h)+"d":o>=F?Math.round(e/F)+"h":o>=w?Math.round(e/w)+"m":o>=b?Math.round(e/b)+"s":e+"ms"}function Oe(e){var o=Math.abs(e);return o>=h?j(e,o,h,"day"):o>=F?j(e,o,F,"hour"):o>=w?j(e,o,w,"minute"):o>=b?j(e,o,b,"second"):e+" ms"}function j(e,o,t,r){var s=o>=t*1.5;return Math.round(e/t)+" "+r+(s?"s":"")}});var M=_chunk5D7M5SQPjs.d.call(void 0, (ot,ee)=>{_chunk5D7M5SQPjs.f.call(void 0, );function $e(e){t.debug=t,t.default=t,t.coerce=y,t.disable=c,t.enable=s,t.enabled=f,t.humanize=X(),t.destroy=de,Object.keys(e).forEach(n=>{t[n]=e[n]}),t.names=[],t.skips=[],t.formatters={};function o(n){let i=0;for(let l=0;l<n.length;l++)i=(i<<5)-i+n.charCodeAt(l),i|=0;return t.colors[Math.abs(i)%t.colors.length]}t.selectColor=o;function t(n){let i,l=null,O,J;function C(...m){if(!C.enabled)return;let v=C,$=Number(new Date),me=$-(i||$);v.diff=me,v.prev=i,v.curr=$,i=$,m[0]=t.coerce(m[0]),typeof m[0]!="string"&&m.unshift("%O");let k=0;m[0]=m[0].replace(/%([a-zA-Z%])/g,(B,ge)=>{if(B==="%%")return"%";k++;let Y=t.formatters[ge];if(typeof Y=="function"){let Ce=m[k];B=Y.call(v,Ce),m.splice(k,1),k--}return B}),t.formatArgs.call(v,m),(v.log||t.log).apply(v,m)}return C.namespace=n,C.useColors=t.useColors(),C.color=t.selectColor(n),C.extend=r,C.destroy=t.destroy,Object.defineProperty(C,"enabled",{enumerable:!0,configurable:!1,get:()=>l!==null?l:(O!==t.namespaces&&(O=t.namespaces,J=t.enabled(n)),J),set:m=>{l=m}}),typeof t.init=="function"&&t.init(C),C}function r(n,i){let l=t(this.namespace+(typeof i>"u"?":":i)+n);return l.log=this.log,l}function s(n){t.save(n),t.namespaces=n,t.names=[],t.skips=[];let i,l=(typeof n=="string"?n:"").split(/[\s,]+/),O=l.length;for(i=0;i<O;i++)!l[i]||(n=l[i].replace(/\*/g,".*?"),n[0]==="-"?t.skips.push(new RegExp("^"+n.slice(1)+"$")):t.names.push(new RegExp("^"+n+"$")))}function c(){let n=[...t.names.map(g),...t.skips.map(g).map(i=>"-"+i)].join(",");return t.enable(""),n}function f(n){if(n[n.length-1]==="*")return!0;let i,l;for(i=0,l=t.skips.length;i<l;i++)if(t.skips[i].test(n))return!1;for(i=0,l=t.names.length;i<l;i++)if(t.names[i].test(n))return!0;return!1}function g(n){return n.toString().substring(2,n.toString().length-2).replace(/\.\*\?$/,"*")}function y(n){return n instanceof Error?n.stack||n.message:n}function de(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return t.enable(t.load()),t}ee.exports=$e});var te=_chunk5D7M5SQPjs.d.call(void 0, (d,S)=>{_chunk5D7M5SQPjs.f.call(void 0, );d.formatArgs=Re;d.save=je;d.load=Se;d.useColors=ke;d.storage=Ie();d.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();d.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function ke(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Re(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+S.exports.humanize(this.diff),!this.useColors)return;let o="color: "+this.color;e.splice(1,0,o,"color: inherit");let t=0,r=0;e[0].replace(/%[a-zA-Z%]/g,s=>{s!=="%%"&&(t++,s==="%c"&&(r=t))}),e.splice(r,0,o)}d.log=console.debug||console.log||(()=>{});function je(e){try{e?d.storage.setItem("debug",e):d.storage.removeItem("debug")}catch (e2){}}function Se(){let e;try{e=d.storage.getItem("debug")}catch (e3){}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Ie(){try{return localStorage}catch (e4){}}S.exports=M()(d);var{formatters:Ve}=S.exports;Ve.j=function(e){try{return JSON.stringify(e)}catch(o){return"[UnexpectedJSONParseError]: "+o.message}}});var re=_chunk5D7M5SQPjs.d.call(void 0, (p,V)=>{_chunk5D7M5SQPjs.f.call(void 0, );var Ee=_chunk5D7M5SQPjs.c.call(void 0, "tty"),I=_chunk5D7M5SQPjs.c.call(void 0, "util");p.init=qe;p.log=Ne;p.formatArgs=De;p.save=Le;p.load=Me;p.useColors=Ae;p.destroy=I.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");p.colors=[6,2,3,4,5,1];try{let e=_chunkW5MJCUNYjs.a.call(void 0, );e&&(e.stderr||e).level>=2&&(p.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch (e5){}p.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,o)=>{let t=o.substring(6).toLowerCase().replace(/_([a-z])/g,(s,c)=>c.toUpperCase()),r=process.env[o];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),e[t]=r,e},{});function Ae(){return"colors"in p.inspectOpts?Boolean(p.inspectOpts.colors):Ee.isatty(process.stderr.fd)}function De(e){let{namespace:o,useColors:t}=this;if(t){let r=this.color,s="\x1B[3"+(r<8?r:"8;5;"+r),c=` ${s};1m${o} \x1B[0m`;e[0]=c+e[0].split(`
|
|
2
2
|
`).join(`
|
|
3
|
-
`+
|
|
4
|
-
`)}function
|
|
5
|
-
`).map(r=>r.trim()).join(" ")};Wt.O=function(e){return this.inspectOpts.colors=this.useColors,fr.inspect(e,this.inspectOpts)}});var Jt=m((q1,hn)=>{a();typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?hn.exports=Ut():hn.exports=Kt()});function dn(e){return e!==null&&typeof e=="object"}function mn(e,r,n=".",t){if(!dn(r))return mn(e,{},n,t);let i=Object.assign({},r);for(let o in e){if(o==="__proto__"||o==="constructor")continue;let u=e[o];u!=null&&(t&&t(i,o,u,n)||(Array.isArray(u)&&Array.isArray(i[o])?i[o]=i[o].concat(u):dn(u)&&dn(i[o])?i[o]=mn(u,i[o],(n?`${n}.`:"")+o.toString(),t):i[o]=u))}return i}function hr(e){return(...r)=>r.reduce((n,t)=>mn(n,t,"",e),{})}var ie,gn=R(()=>{a();ie=hr();ie.fn=hr((e,r,n,t)=>{if(typeof e[r]<"u"&&typeof n=="function")return e[r]=n(e[r]),!0});ie.arrayFn=hr((e,r,n,t)=>{if(Array.isArray(e[r])&&typeof n=="function")return e[r]=n(e[r]),!0});ie.extend=hr});var Qt,Xt=R(()=>{a();Qt={url:"",lang:"en",title:"Valaxy Blog",subtitle:"Next Generation Static Blog Framework.",author:{avatar:"https://cdn.jsdelivr.net/gh/YunYouJun/yun/images/meme/yun-good-with-bg.jpg",name:"YunYouJun",status:{emoji:"\u{1F60A}",message:"All at sea."}},social:[],description:"A blog generated by Valaxy.",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:{algolia:{enable:!1,appId:"",apiKey:"",indexName:"",chunkSize:5e3}},comment:{waline:{enable:!1,serverURL:""}},theme:"yun",themeConfig:{},unocss:{},markdown:{excerpt:"<!-- more -->"},markdownIt:{toc:{listType:"ol"},katex:{}}}});var ei=R(()=>{a()});var ri=R(()=>{a();Xt();ei()});async function dr(e={}){let{config:r,sources:n}=await(0,ni.loadConfig)({sources:[{files:"valaxy.config",extensions:["ts","js","mjs","cjs","json"]}],merge:!1}),t=n[0],i=ie(r,Qt),o=e.theme||i.theme||"yun";try{let{defaultThemeConfig:u}=await Promise.resolve().then(()=>w(require(`valaxy-theme-${o}`)));i.themeConfig=ie(i.themeConfig,u)}catch{console.error(`valaxy-theme-${o} doesn't have default config`)}return{config:i,configFile:t,theme:o}}var ni,xn=R(()=>{a();ni=require("unconfig");gn();ri()});function bn(e){return e.replace(/\\/g,"/")}function Af(e,r){return r.startsWith(e)?r:e+r}function K(e){return`/@fs${Af("/",bn(e))}`}function yn(e){try{return(0,ti.dirname)(require.resolve(e))}catch{}throw ii.default.error(`Failed to resolve package ${e}`),new Error(`Failed to resolve package ${e}`)}var ti,ii,$e=R(()=>{a();ti=require("path"),ii=w(require("consola"))});var si=m((V1,ui)=>{"use strict";a();ui.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var Cn=m((U1,ci)=>{a();var Ve=si(),li={};for(let e of Object.keys(Ve))li[Ve[e]]=e;var _={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};ci.exports=_;for(let e of Object.keys(_)){if(!("channels"in _[e]))throw new Error("missing channels property: "+e);if(!("labels"in _[e]))throw new Error("missing channel labels property: "+e);if(_[e].labels.length!==_[e].channels)throw new Error("channel and label counts mismatch: "+e);let{channels:r,labels:n}=_[e];delete _[e].channels,delete _[e].labels,Object.defineProperty(_[e],"channels",{value:r}),Object.defineProperty(_[e],"labels",{value:n})}_.rgb.hsl=function(e){let r=e[0]/255,n=e[1]/255,t=e[2]/255,i=Math.min(r,n,t),o=Math.max(r,n,t),u=o-i,s,l;o===i?s=0:r===o?s=(n-t)/u:n===o?s=2+(t-r)/u:t===o&&(s=4+(r-n)/u),s=Math.min(s*60,360),s<0&&(s+=360);let c=(i+o)/2;return o===i?l=0:c<=.5?l=u/(o+i):l=u/(2-o-i),[s,l*100,c*100]};_.rgb.hsv=function(e){let r,n,t,i,o,u=e[0]/255,s=e[1]/255,l=e[2]/255,c=Math.max(u,s,l),f=c-Math.min(u,s,l),p=function(d){return(c-d)/6/f+1/2};return f===0?(i=0,o=0):(o=f/c,r=p(u),n=p(s),t=p(l),u===c?i=t-n:s===c?i=1/3+r-t:l===c&&(i=2/3+n-r),i<0?i+=1:i>1&&(i-=1)),[i*360,o*100,c*100]};_.rgb.hwb=function(e){let r=e[0],n=e[1],t=e[2],i=_.rgb.hsl(e)[0],o=1/255*Math.min(r,Math.min(n,t));return t=1-1/255*Math.max(r,Math.max(n,t)),[i,o*100,t*100]};_.rgb.cmyk=function(e){let r=e[0]/255,n=e[1]/255,t=e[2]/255,i=Math.min(1-r,1-n,1-t),o=(1-r-i)/(1-i)||0,u=(1-n-i)/(1-i)||0,s=(1-t-i)/(1-i)||0;return[o*100,u*100,s*100,i*100]};function Sf(e,r){return(e[0]-r[0])**2+(e[1]-r[1])**2+(e[2]-r[2])**2}_.rgb.keyword=function(e){let r=li[e];if(r)return r;let n=1/0,t;for(let i of Object.keys(Ve)){let o=Ve[i],u=Sf(e,o);u<n&&(n=u,t=i)}return t};_.keyword.rgb=function(e){return Ve[e]};_.rgb.xyz=function(e){let r=e[0]/255,n=e[1]/255,t=e[2]/255;r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,t=t>.04045?((t+.055)/1.055)**2.4:t/12.92;let i=r*.4124+n*.3576+t*.1805,o=r*.2126+n*.7152+t*.0722,u=r*.0193+n*.1192+t*.9505;return[i*100,o*100,u*100]};_.rgb.lab=function(e){let r=_.rgb.xyz(e),n=r[0],t=r[1],i=r[2];n/=95.047,t/=100,i/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,t=t>.008856?t**(1/3):7.787*t+16/116,i=i>.008856?i**(1/3):7.787*i+16/116;let o=116*t-16,u=500*(n-t),s=200*(t-i);return[o,u,s]};_.hsl.rgb=function(e){let r=e[0]/360,n=e[1]/100,t=e[2]/100,i,o,u;if(n===0)return u=t*255,[u,u,u];t<.5?i=t*(1+n):i=t+n-t*n;let s=2*t-i,l=[0,0,0];for(let c=0;c<3;c++)o=r+1/3*-(c-1),o<0&&o++,o>1&&o--,6*o<1?u=s+(i-s)*6*o:2*o<1?u=i:3*o<2?u=s+(i-s)*(2/3-o)*6:u=s,l[c]=u*255;return l};_.hsl.hsv=function(e){let r=e[0],n=e[1]/100,t=e[2]/100,i=n,o=Math.max(t,.01);t*=2,n*=t<=1?t:2-t,i*=o<=1?o:2-o;let u=(t+n)/2,s=t===0?2*i/(o+i):2*n/(t+n);return[r,s*100,u*100]};_.hsv.rgb=function(e){let r=e[0]/60,n=e[1]/100,t=e[2]/100,i=Math.floor(r)%6,o=r-Math.floor(r),u=255*t*(1-n),s=255*t*(1-n*o),l=255*t*(1-n*(1-o));switch(t*=255,i){case 0:return[t,l,u];case 1:return[s,t,u];case 2:return[u,t,l];case 3:return[u,s,t];case 4:return[l,u,t];case 5:return[t,u,s]}};_.hsv.hsl=function(e){let r=e[0],n=e[1]/100,t=e[2]/100,i=Math.max(t,.01),o,u;u=(2-n)*t;let s=(2-n)*i;return o=n*i,o/=s<=1?s:2-s,o=o||0,u/=2,[r,o*100,u*100]};_.hwb.rgb=function(e){let r=e[0]/360,n=e[1]/100,t=e[2]/100,i=n+t,o;i>1&&(n/=i,t/=i);let u=Math.floor(6*r),s=1-t;o=6*r-u,(u&1)!==0&&(o=1-o);let l=n+o*(s-n),c,f,p;switch(u){default:case 6:case 0:c=s,f=l,p=n;break;case 1:c=l,f=s,p=n;break;case 2:c=n,f=s,p=l;break;case 3:c=n,f=l,p=s;break;case 4:c=l,f=n,p=s;break;case 5:c=s,f=n,p=l;break}return[c*255,f*255,p*255]};_.cmyk.rgb=function(e){let r=e[0]/100,n=e[1]/100,t=e[2]/100,i=e[3]/100,o=1-Math.min(1,r*(1-i)+i),u=1-Math.min(1,n*(1-i)+i),s=1-Math.min(1,t*(1-i)+i);return[o*255,u*255,s*255]};_.xyz.rgb=function(e){let r=e[0]/100,n=e[1]/100,t=e[2]/100,i,o,u;return i=r*3.2406+n*-1.5372+t*-.4986,o=r*-.9689+n*1.8758+t*.0415,u=r*.0557+n*-.204+t*1.057,i=i>.0031308?1.055*i**(1/2.4)-.055:i*12.92,o=o>.0031308?1.055*o**(1/2.4)-.055:o*12.92,u=u>.0031308?1.055*u**(1/2.4)-.055:u*12.92,i=Math.min(Math.max(0,i),1),o=Math.min(Math.max(0,o),1),u=Math.min(Math.max(0,u),1),[i*255,o*255,u*255]};_.xyz.lab=function(e){let r=e[0],n=e[1],t=e[2];r/=95.047,n/=100,t/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,t=t>.008856?t**(1/3):7.787*t+16/116;let i=116*n-16,o=500*(r-n),u=200*(n-t);return[i,o,u]};_.lab.xyz=function(e){let r=e[0],n=e[1],t=e[2],i,o,u;o=(r+16)/116,i=n/500+o,u=o-t/200;let s=o**3,l=i**3,c=u**3;return o=s>.008856?s:(o-16/116)/7.787,i=l>.008856?l:(i-16/116)/7.787,u=c>.008856?c:(u-16/116)/7.787,i*=95.047,o*=100,u*=108.883,[i,o,u]};_.lab.lch=function(e){let r=e[0],n=e[1],t=e[2],i;i=Math.atan2(t,n)*360/2/Math.PI,i<0&&(i+=360);let u=Math.sqrt(n*n+t*t);return[r,u,i]};_.lch.lab=function(e){let r=e[0],n=e[1],i=e[2]/360*2*Math.PI,o=n*Math.cos(i),u=n*Math.sin(i);return[r,o,u]};_.rgb.ansi16=function(e,r=null){let[n,t,i]=e,o=r===null?_.rgb.hsv(e)[2]:r;if(o=Math.round(o/50),o===0)return 30;let u=30+(Math.round(i/255)<<2|Math.round(t/255)<<1|Math.round(n/255));return o===2&&(u+=60),u};_.hsv.ansi16=function(e){return _.rgb.ansi16(_.hsv.rgb(e),e[2])};_.rgb.ansi256=function(e){let r=e[0],n=e[1],t=e[2];return r===n&&n===t?r<8?16:r>248?231:Math.round((r-8)/247*24)+232:16+36*Math.round(r/255*5)+6*Math.round(n/255*5)+Math.round(t/255*5)};_.ansi16.rgb=function(e){let r=e%10;if(r===0||r===7)return e>50&&(r+=3.5),r=r/10.5*255,[r,r,r];let n=(~~(e>50)+1)*.5,t=(r&1)*n*255,i=(r>>1&1)*n*255,o=(r>>2&1)*n*255;return[t,i,o]};_.ansi256.rgb=function(e){if(e>=232){let o=(e-232)*10+8;return[o,o,o]}e-=16;let r,n=Math.floor(e/36)/5*255,t=Math.floor((r=e%36)/6)/5*255,i=r%6/5*255;return[n,t,i]};_.rgb.hex=function(e){let n=(((Math.round(e[0])&255)<<16)+((Math.round(e[1])&255)<<8)+(Math.round(e[2])&255)).toString(16).toUpperCase();return"000000".substring(n.length)+n};_.hex.rgb=function(e){let r=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!r)return[0,0,0];let n=r[0];r[0].length===3&&(n=n.split("").map(s=>s+s).join(""));let t=parseInt(n,16),i=t>>16&255,o=t>>8&255,u=t&255;return[i,o,u]};_.rgb.hcg=function(e){let r=e[0]/255,n=e[1]/255,t=e[2]/255,i=Math.max(Math.max(r,n),t),o=Math.min(Math.min(r,n),t),u=i-o,s,l;return u<1?s=o/(1-u):s=0,u<=0?l=0:i===r?l=(n-t)/u%6:i===n?l=2+(t-r)/u:l=4+(r-n)/u,l/=6,l%=1,[l*360,u*100,s*100]};_.hsl.hcg=function(e){let r=e[1]/100,n=e[2]/100,t=n<.5?2*r*n:2*r*(1-n),i=0;return t<1&&(i=(n-.5*t)/(1-t)),[e[0],t*100,i*100]};_.hsv.hcg=function(e){let r=e[1]/100,n=e[2]/100,t=r*n,i=0;return t<1&&(i=(n-t)/(1-t)),[e[0],t*100,i*100]};_.hcg.rgb=function(e){let r=e[0]/360,n=e[1]/100,t=e[2]/100;if(n===0)return[t*255,t*255,t*255];let i=[0,0,0],o=r%1*6,u=o%1,s=1-u,l=0;switch(Math.floor(o)){case 0:i[0]=1,i[1]=u,i[2]=0;break;case 1:i[0]=s,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=u;break;case 3:i[0]=0,i[1]=s,i[2]=1;break;case 4:i[0]=u,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=s}return l=(1-n)*t,[(n*i[0]+l)*255,(n*i[1]+l)*255,(n*i[2]+l)*255]};_.hcg.hsv=function(e){let r=e[1]/100,n=e[2]/100,t=r+n*(1-r),i=0;return t>0&&(i=r/t),[e[0],i*100,t*100]};_.hcg.hsl=function(e){let r=e[1]/100,t=e[2]/100*(1-r)+.5*r,i=0;return t>0&&t<.5?i=r/(2*t):t>=.5&&t<1&&(i=r/(2*(1-t))),[e[0],i*100,t*100]};_.hcg.hwb=function(e){let r=e[1]/100,n=e[2]/100,t=r+n*(1-r);return[e[0],(t-r)*100,(1-t)*100]};_.hwb.hcg=function(e){let r=e[1]/100,n=e[2]/100,t=1-n,i=t-r,o=0;return i<1&&(o=(t-i)/(1-i)),[e[0],i*100,o*100]};_.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]};_.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]};_.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]};_.gray.hsl=function(e){return[0,0,e[0]]};_.gray.hsv=_.gray.hsl;_.gray.hwb=function(e){return[0,100,e[0]]};_.gray.cmyk=function(e){return[0,0,0,e[0]]};_.gray.lab=function(e){return[e[0],0,0]};_.gray.hex=function(e){let r=Math.round(e[0]/100*255)&255,t=((r<<16)+(r<<8)+r).toString(16).toUpperCase();return"000000".substring(t.length)+t};_.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}});var fi=m((H1,ai)=>{a();var mr=Cn();function qf(){let e={},r=Object.keys(mr);for(let n=r.length,t=0;t<n;t++)e[r[t]]={distance:-1,parent:null};return e}function Of(e){let r=qf(),n=[e];for(r[e].distance=0;n.length;){let t=n.pop(),i=Object.keys(mr[t]);for(let o=i.length,u=0;u<o;u++){let s=i[u],l=r[s];l.distance===-1&&(l.distance=r[t].distance+1,l.parent=t,n.unshift(s))}}return r}function Tf(e,r){return function(n){return r(e(n))}}function Rf(e,r){let n=[r[e].parent,e],t=mr[r[e].parent][e],i=r[e].parent;for(;r[i].parent;)n.unshift(r[i].parent),t=Tf(mr[r[i].parent][i],t),i=r[i].parent;return t.conversion=n,t}ai.exports=function(e){let r=Of(e),n={},t=Object.keys(r);for(let i=t.length,o=0;o<i;o++){let u=t[o];r[u].parent!==null&&(n[u]=Rf(u,r))}return n}});var hi=m((G1,pi)=>{a();var _n=Cn(),If=fi(),Ee={},Mf=Object.keys(_n);function Bf(e){let r=function(...n){let t=n[0];return t==null?t:(t.length>1&&(n=t),e(n))};return"conversion"in e&&(r.conversion=e.conversion),r}function Lf(e){let r=function(...n){let t=n[0];if(t==null)return t;t.length>1&&(n=t);let i=e(n);if(typeof i=="object")for(let o=i.length,u=0;u<o;u++)i[u]=Math.round(i[u]);return i};return"conversion"in e&&(r.conversion=e.conversion),r}Mf.forEach(e=>{Ee[e]={},Object.defineProperty(Ee[e],"channels",{value:_n[e].channels}),Object.defineProperty(Ee[e],"labels",{value:_n[e].labels});let r=If(e);Object.keys(r).forEach(t=>{let i=r[t];Ee[e][t]=Lf(i),Ee[e][t].raw=Bf(i)})});pi.exports=Ee});var yi=m((Y1,bi)=>{"use strict";a();var di=(e,r)=>(...n)=>`\x1B[${e(...n)+r}m`,mi=(e,r)=>(...n)=>{let t=e(...n);return`\x1B[${38+r};5;${t}m`},gi=(e,r)=>(...n)=>{let t=e(...n);return`\x1B[${38+r};2;${t[0]};${t[1]};${t[2]}m`},gr=e=>e,xi=(e,r,n)=>[e,r,n],Ae=(e,r,n)=>{Object.defineProperty(e,r,{get:()=>{let t=n();return Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0}),t},enumerable:!0,configurable:!0})},kn,we=(e,r,n,t)=>{kn===void 0&&(kn=hi());let i=t?10:0,o={};for(let[u,s]of Object.entries(kn)){let l=u==="ansi16"?"ansi":u;u===r?o[l]=e(n,i):typeof s=="object"&&(o[l]=e(s[r],i))}return o};function Pf(){let e=new Map,r={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};r.color.gray=r.color.blackBright,r.bgColor.bgGray=r.bgColor.bgBlackBright,r.color.grey=r.color.blackBright,r.bgColor.bgGrey=r.bgColor.bgBlackBright;for(let[n,t]of Object.entries(r)){for(let[i,o]of Object.entries(t))r[i]={open:`\x1B[${o[0]}m`,close:`\x1B[${o[1]}m`},t[i]=r[i],e.set(o[0],o[1]);Object.defineProperty(r,n,{value:t,enumerable:!1})}return Object.defineProperty(r,"codes",{value:e,enumerable:!1}),r.color.close="\x1B[39m",r.bgColor.close="\x1B[49m",Ae(r.color,"ansi",()=>we(di,"ansi16",gr,!1)),Ae(r.color,"ansi256",()=>we(mi,"ansi256",gr,!1)),Ae(r.color,"ansi16m",()=>we(gi,"rgb",xi,!1)),Ae(r.bgColor,"ansi",()=>we(di,"ansi16",gr,!0)),Ae(r.bgColor,"ansi256",()=>we(mi,"ansi256",gr,!0)),Ae(r.bgColor,"ansi16m",()=>we(gi,"rgb",xi,!0)),r}Object.defineProperty(bi,"exports",{enumerable:!0,get:Pf})});var Ci=m((Z1,vi)=>{"use strict";a();var Nf=(e,r,n)=>{let t=e.indexOf(r);if(t===-1)return e;let i=r.length,o=0,u="";do u+=e.substr(o,t-o)+r+n,o=t+i,t=e.indexOf(r,o);while(t!==-1);return u+=e.substr(o),u},jf=(e,r,n,t)=>{let i=0,o="";do{let u=e[t-1]==="\r";o+=e.substr(i,(u?t-1:t)-i)+r+(u?`\r
|
|
6
|
-
|
|
7
|
-
`)+n,i=t+1,t=e.indexOf(`
|
|
8
|
-
`,i)}while(t!==-1);return o+=e.substr(i),o};vi.exports={stringReplaceAll:Nf,stringEncaseCRLFWithFirstIndex:jf}});var wi=m((W1,Ai)=>{"use strict";a();var zf=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,_i=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,$f=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,Vf=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,Uf=new Map([["n",`
|
|
9
|
-
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function Ei(e){let r=e[0]==="u",n=e[1]==="{";return r&&!n&&e.length===5||e[0]==="x"&&e.length===3?String.fromCharCode(parseInt(e.slice(1),16)):r&&n?String.fromCodePoint(parseInt(e.slice(2,-1),16)):Uf.get(e)||e}function Hf(e,r){let n=[],t=r.trim().split(/\s*,\s*/g),i;for(let o of t){let u=Number(o);if(!Number.isNaN(u))n.push(u);else if(i=o.match($f))n.push(i[2].replace(Vf,(s,l,c)=>l?Ei(l):c));else throw new Error(`Invalid Chalk template style argument: ${o} (in style '${e}')`)}return n}function Gf(e){_i.lastIndex=0;let r=[],n;for(;(n=_i.exec(e))!==null;){let t=n[1];if(n[2]){let i=Hf(t,n[2]);r.push([t].concat(i))}else r.push([t])}return r}function ki(e,r){let n={};for(let i of r)for(let o of i.styles)n[o[0]]=i.inverse?null:o.slice(1);let t=e;for(let[i,o]of Object.entries(n))if(!!Array.isArray(o)){if(!(i in t))throw new Error(`Unknown Chalk style: ${i}`);t=o.length>0?t[i](...o):t[i]}return t}Ai.exports=(e,r)=>{let n=[],t=[],i=[];if(r.replace(zf,(o,u,s,l,c,f)=>{if(u)i.push(Ei(u));else if(l){let p=i.join("");i=[],t.push(n.length===0?p:ki(e,n)(p)),n.push({inverse:s,styles:Gf(l)})}else if(c){if(n.length===0)throw new Error("Found extraneous } in Chalk template literal");t.push(ki(e,n)(i.join(""))),i=[],n.pop()}else i.push(f)}),t.push(i.join("")),n.length>0){let o=`Chalk template literal is missing ${n.length} closing bracket${n.length===1?"":"s"} (\`}\`)`;throw new Error(o)}return t.join("")}});var Dn=m((K1,Ri)=>{"use strict";a();var Ue=yi(),{stdout:An,stderr:wn}=pn(),{stringReplaceAll:Yf,stringEncaseCRLFWithFirstIndex:Zf}=Ci(),{isArray:xr}=Array,Di=["ansi","ansi","ansi256","ansi16m"],Fe=Object.create(null),Wf=(e,r={})=>{if(r.level&&!(Number.isInteger(r.level)&&r.level>=0&&r.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let n=An?An.level:0;e.level=r.level===void 0?n:r.level},Si=class{constructor(r){return qi(r)}},qi=e=>{let r={};return Wf(r,e),r.template=(...n)=>Ti(r.template,...n),Object.setPrototypeOf(r,br.prototype),Object.setPrototypeOf(r.template,r),r.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},r.template.Instance=Si,r.template};function br(e){return qi(e)}for(let[e,r]of Object.entries(Ue))Fe[e]={get(){let n=yr(this,Fn(r.open,r.close,this._styler),this._isEmpty);return Object.defineProperty(this,e,{value:n}),n}};Fe.visible={get(){let e=yr(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:e}),e}};var Oi=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(let e of Oi)Fe[e]={get(){let{level:r}=this;return function(...n){let t=Fn(Ue.color[Di[r]][e](...n),Ue.color.close,this._styler);return yr(this,t,this._isEmpty)}}};for(let e of Oi){let r="bg"+e[0].toUpperCase()+e.slice(1);Fe[r]={get(){let{level:n}=this;return function(...t){let i=Fn(Ue.bgColor[Di[n]][e](...t),Ue.bgColor.close,this._styler);return yr(this,i,this._isEmpty)}}}}var Kf=Object.defineProperties(()=>{},Pt(ye({},Fe),{level:{enumerable:!0,get(){return this._generator.level},set(e){this._generator.level=e}}})),Fn=(e,r,n)=>{let t,i;return n===void 0?(t=e,i=r):(t=n.openAll+e,i=r+n.closeAll),{open:e,close:r,openAll:t,closeAll:i,parent:n}},yr=(e,r,n)=>{let t=(...i)=>xr(i[0])&&xr(i[0].raw)?Fi(t,Ti(t,...i)):Fi(t,i.length===1?""+i[0]:i.join(" "));return Object.setPrototypeOf(t,Kf),t._generator=e,t._styler=r,t._isEmpty=n,t},Fi=(e,r)=>{if(e.level<=0||!r)return e._isEmpty?"":r;let n=e._styler;if(n===void 0)return r;let{openAll:t,closeAll:i}=n;if(r.indexOf("\x1B")!==-1)for(;n!==void 0;)r=Yf(r,n.close,n.open),n=n.parent;let o=r.indexOf(`
|
|
10
|
-
`);return o!==-1&&(r=Zf(r,i,t,o)),t+r+i},En,Ti=(e,...r)=>{let[n]=r;if(!xr(n)||!xr(n.raw))return r.join(" ");let t=r.slice(1),i=[n.raw[0]];for(let o=1;o<n.length;o++)i.push(String(t[o-1]).replace(/[{}\\]/g,"\\$&"),String(n.raw[o]));return En===void 0&&(En=wi()),En(e,i.join(""))};Object.defineProperties(br.prototype,Fe);var vr=br();vr.supportsColor=An;vr.stderr=br({level:wn?wn.level:0});vr.stderr.supportsColor=wn;Ri.exports=vr});var Ii=m((J1,Jf)=>{Jf.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:`
|
|
11
|
-
`,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 Sn=m((Q1,Mi)=>{"use strict";a();Mi.exports=Ii()});var Cr=m((X1,Bi)=>{a();Bi.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 Ni=m((eg,Pi)=>{"use strict";a();var Li={};function Qf(e){var r,n,t=Li[e];if(t)return t;for(t=Li[e]=[],r=0;r<128;r++)n=String.fromCharCode(r),/^[0-9a-z]$/i.test(n)?t.push(n):t.push("%"+("0"+r.toString(16).toUpperCase()).slice(-2));for(r=0;r<e.length;r++)t[e.charCodeAt(r)]=e[r];return t}function _r(e,r,n){var t,i,o,u,s,l="";for(typeof r!="string"&&(n=r,r=_r.defaultChars),typeof n>"u"&&(n=!0),s=Qf(r),t=0,i=e.length;t<i;t++){if(o=e.charCodeAt(t),n&&o===37&&t+2<i&&/^[0-9a-f]{2}$/i.test(e.slice(t+1,t+3))){l+=e.slice(t,t+3),t+=2;continue}if(o<128){l+=s[o];continue}if(o>=55296&&o<=57343){if(o>=55296&&o<=56319&&t+1<i&&(u=e.charCodeAt(t+1),u>=56320&&u<=57343)){l+=encodeURIComponent(e[t]+e[t+1]),t++;continue}l+="%EF%BF%BD";continue}l+=encodeURIComponent(e[t])}return l}_r.defaultChars=";/?:@&=+$,-_.!~*'()#";_r.componentChars="-_.!~*'()";Pi.exports=_r});var $i=m((rg,zi)=>{"use strict";a();var ji={};function Xf(e){var r,n,t=ji[e];if(t)return t;for(t=ji[e]=[],r=0;r<128;r++)n=String.fromCharCode(r),t.push(n);for(r=0;r<e.length;r++)n=e.charCodeAt(r),t[n]="%"+("0"+n.toString(16).toUpperCase()).slice(-2);return t}function kr(e,r){var n;return typeof r!="string"&&(r=kr.defaultChars),n=Xf(r),e.replace(/(%[a-f0-9]{2})+/gi,function(t){var i,o,u,s,l,c,f,p="";for(i=0,o=t.length;i<o;i+=3){if(u=parseInt(t.slice(i+1,i+3),16),u<128){p+=n[u];continue}if((u&224)===192&&i+3<o&&(s=parseInt(t.slice(i+4,i+6),16),(s&192)===128)){f=u<<6&1984|s&63,f<128?p+="\uFFFD\uFFFD":p+=String.fromCharCode(f),i+=3;continue}if((u&240)===224&&i+6<o&&(s=parseInt(t.slice(i+4,i+6),16),l=parseInt(t.slice(i+7,i+9),16),(s&192)===128&&(l&192)===128)){f=u<<12&61440|s<<6&4032|l&63,f<2048||f>=55296&&f<=57343?p+="\uFFFD\uFFFD\uFFFD":p+=String.fromCharCode(f),i+=6;continue}if((u&248)===240&&i+9<o&&(s=parseInt(t.slice(i+4,i+6),16),l=parseInt(t.slice(i+7,i+9),16),c=parseInt(t.slice(i+10,i+12),16),(s&192)===128&&(l&192)===128&&(c&192)===128)){f=u<<18&1835008|s<<12&258048|l<<6&4032|c&63,f<65536||f>1114111?p+="\uFFFD\uFFFD\uFFFD\uFFFD":(f-=65536,p+=String.fromCharCode(55296+(f>>10),56320+(f&1023))),i+=9;continue}p+="\uFFFD"}return p})}kr.defaultChars=";/?:@&=+$,#";kr.componentChars="";zi.exports=kr});var Ui=m((ng,Vi)=>{"use strict";a();Vi.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 Ji=m((tg,Ki)=>{"use strict";a();function Er(){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 ep=/^([a-z0-9.+-]+:)/i,rp=/:[0-9]*$/,np=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,tp=["<",">",'"',"`"," ","\r",`
|
|
12
|
-
`," "],ip=["{","}","|","\\","^","`"].concat(tp),op=["'"].concat(ip),Hi=["%","/","?",";","#"].concat(op),Gi=["/","?","#"],up=255,Yi=/^[+a-z0-9A-Z_-]{0,63}$/,sp=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Zi={javascript:!0,"javascript:":!0},Wi={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function lp(e,r){if(e&&e instanceof Er)return e;var n=new Er;return n.parse(e,r),n}Er.prototype.parse=function(e,r){var n,t,i,o,u,s=e;if(s=s.trim(),!r&&e.split("#").length===1){var l=np.exec(s);if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}var c=ep.exec(s);if(c&&(c=c[0],i=c.toLowerCase(),this.protocol=c,s=s.substr(c.length)),(r||c||s.match(/^\/\/[^@\/]+@[^@\/]+/))&&(u=s.substr(0,2)==="//",u&&!(c&&Zi[c])&&(s=s.substr(2),this.slashes=!0)),!Zi[c]&&(u||c&&!Wi[c])){var f=-1;for(n=0;n<Gi.length;n++)o=s.indexOf(Gi[n]),o!==-1&&(f===-1||o<f)&&(f=o);var p,d;for(f===-1?d=s.lastIndexOf("@"):d=s.lastIndexOf("@",f),d!==-1&&(p=s.slice(0,d),s=s.slice(d+1),this.auth=p),f=-1,n=0;n<Hi.length;n++)o=s.indexOf(Hi[n]),o!==-1&&(f===-1||o<f)&&(f=o);f===-1&&(f=s.length),s[f-1]===":"&&f--;var h=s.slice(0,f);s=s.slice(f),this.parseHost(h),this.hostname=this.hostname||"";var b=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!b){var x=this.hostname.split(/\./);for(n=0,t=x.length;n<t;n++){var g=x[n];if(!!g&&!g.match(Yi)){for(var v="",y=0,k=g.length;y<k;y++)g.charCodeAt(y)>127?v+="x":v+=g[y];if(!v.match(Yi)){var A=x.slice(0,n),F=x.slice(n+1),C=g.match(sp);C&&(A.push(C[1]),F.unshift(C[2])),F.length&&(s=F.join(".")+s),this.hostname=A.join(".");break}}}}this.hostname.length>up&&(this.hostname=""),b&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var q=s.indexOf("#");q!==-1&&(this.hash=s.substr(q),s=s.slice(0,q));var I=s.indexOf("?");return I!==-1&&(this.search=s.substr(I),s=s.slice(0,I)),s&&(this.pathname=s),Wi[i]&&this.hostname&&!this.pathname&&(this.pathname=""),this};Er.prototype.parseHost=function(e){var r=rp.exec(e);r&&(r=r[0],r!==":"&&(this.port=r.substr(1)),e=e.substr(0,e.length-r.length)),e&&(this.hostname=e)};Ki.exports=lp});var qn=m((ig,He)=>{"use strict";a();He.exports.encode=Ni();He.exports.decode=$i();He.exports.format=Ui();He.exports.parse=Ji()});var On=m((og,Qi)=>{a();Qi.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/});var Tn=m((ug,Xi)=>{a();Xi.exports=/[\0-\x1F\x7F-\x9F]/});var ro=m((sg,eo)=>{a();eo.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 Rn=m((lg,no)=>{a();no.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/});var to=m(De=>{"use strict";a();De.Any=On();De.Cc=Tn();De.Cf=ro();De.P=Cr();De.Z=Rn()});var D=m(L=>{"use strict";a();function cp(e){return Object.prototype.toString.call(e)}function ap(e){return cp(e)==="[object String]"}var fp=Object.prototype.hasOwnProperty;function oo(e,r){return fp.call(e,r)}function pp(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(t){e[t]=n[t]})}}),e}function hp(e,r,n){return[].concat(e.slice(0,r),n,e.slice(r+1))}function uo(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 so(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 lo=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,dp=/&([a-z#][a-z0-9]{1,31});/gi,mp=new RegExp(lo.source+"|"+dp.source,"gi"),gp=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,io=Sn();function xp(e,r){var n=0;return oo(io,r)?io[r]:r.charCodeAt(0)===35&&gp.test(r)&&(n=r[1].toLowerCase()==="x"?parseInt(r.slice(2),16):parseInt(r.slice(1),10),uo(n))?so(n):e}function bp(e){return e.indexOf("\\")<0?e:e.replace(lo,"$1")}function yp(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(mp,function(r,n,t){return n||xp(r,t)})}var vp=/[&<>"]/,Cp=/[&<>"]/g,_p={"&":"&","<":"<",">":">",'"':"""};function kp(e){return _p[e]}function Ep(e){return vp.test(e)?e.replace(Cp,kp):e}var Ap=/[.?*+^$[\]\\(){}|-]/g;function wp(e){return e.replace(Ap,"\\$&")}function Fp(e){switch(e){case 9:case 32:return!0}return!1}function Dp(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 Sp=Cr();function qp(e){return Sp.test(e)}function Op(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 Tp(e){return e=e.trim().replace(/\s+/g," "),"\u1E9E".toLowerCase()==="\u1E7E"&&(e=e.replace(/ẞ/g,"\xDF")),e.toLowerCase().toUpperCase()}L.lib={};L.lib.mdurl=qn();L.lib.ucmicro=to();L.assign=pp;L.isString=ap;L.has=oo;L.unescapeMd=bp;L.unescapeAll=yp;L.isValidEntityCode=uo;L.fromCodePoint=so;L.escapeHtml=Ep;L.arrayReplaceAt=hp;L.isSpace=Fp;L.isWhiteSpace=Dp;L.isMdAsciiPunct=Op;L.isPunctChar=qp;L.escapeRE=wp;L.normalizeReference=Tp});var ao=m((fg,co)=>{"use strict";a();co.exports=function(r,n,t){var i,o,u,s,l=-1,c=r.posMax,f=r.pos;for(r.pos=n+1,i=1;r.pos<c;){if(u=r.src.charCodeAt(r.pos),u===93&&(i--,i===0)){o=!0;break}if(s=r.pos,r.md.inline.skipToken(r),u===91){if(s===r.pos-1)i++;else if(t)return r.pos=f,-1}}return o&&(l=r.pos),r.pos=f,l}});var ho=m((pg,po)=>{"use strict";a();var fo=D().unescapeAll;po.exports=function(r,n,t){var i,o,u=0,s=n,l={ok:!1,pos:0,lines:0,str:""};if(r.charCodeAt(n)===60){for(n++;n<t;){if(i=r.charCodeAt(n),i===10||i===60)return l;if(i===62)return l.pos=n+1,l.str=fo(r.slice(s+1,n)),l.ok=!0,l;if(i===92&&n+1<t){n+=2;continue}n++}return l}for(o=0;n<t&&(i=r.charCodeAt(n),!(i===32||i<32||i===127));){if(i===92&&n+1<t){if(r.charCodeAt(n+1)===32)break;n+=2;continue}if(i===40&&(o++,o>32))return l;if(i===41){if(o===0)break;o--}n++}return s===n||o!==0||(l.str=fo(r.slice(s,n)),l.lines=u,l.pos=n,l.ok=!0),l}});var go=m((hg,mo)=>{"use strict";a();var Rp=D().unescapeAll;mo.exports=function(r,n,t){var i,o,u=0,s=n,l={ok:!1,pos:0,lines:0,str:""};if(n>=t||(o=r.charCodeAt(n),o!==34&&o!==39&&o!==40))return l;for(n++,o===40&&(o=41);n<t;){if(i=r.charCodeAt(n),i===o)return l.pos=n+1,l.lines=u,l.str=Rp(r.slice(s+1,n)),l.ok=!0,l;if(i===40&&o===41)return l;i===10?u++:i===92&&n+1<t&&(n++,r.charCodeAt(n)===10&&u++),n++}return l}});var xo=m(Ar=>{"use strict";a();Ar.parseLinkLabel=ao();Ar.parseLinkDestination=ho();Ar.parseLinkTitle=go()});var yo=m((mg,bo)=>{"use strict";a();var Ip=D().assign,Mp=D().unescapeAll,le=D().escapeHtml,Q={};Q.code_inline=function(e,r,n,t,i){var o=e[r];return"<code"+i.renderAttrs(o)+">"+le(e[r].content)+"</code>"};Q.code_block=function(e,r,n,t,i){var o=e[r];return"<pre"+i.renderAttrs(o)+"><code>"+le(e[r].content)+`</code></pre>
|
|
13
|
-
`};Q.fence=function(e,r,n,t,i){var o=e[r],u=o.info?Mp(o.info).trim():"",s="",l="",c,f,p,d,h;return u&&(p=u.split(/(\s+)/g),s=p[0],l=p.slice(2).join("")),n.highlight?c=n.highlight(o.content,s,l)||le(o.content):c=le(o.content),c.indexOf("<pre")===0?c+`
|
|
14
|
-
`:u?(f=o.attrIndex("class"),d=o.attrs?o.attrs.slice():[],f<0?d.push(["class",n.langPrefix+s]):(d[f]=d[f].slice(),d[f][1]+=" "+n.langPrefix+s),h={attrs:d},"<pre><code"+i.renderAttrs(h)+">"+c+`</code></pre>
|
|
15
|
-
`):"<pre><code"+i.renderAttrs(o)+">"+c+`</code></pre>
|
|
16
|
-
`};Q.image=function(e,r,n,t,i){var o=e[r];return o.attrs[o.attrIndex("alt")][1]=i.renderInlineAsText(o.children,n,t),i.renderToken(e,r,n)};Q.hardbreak=function(e,r,n){return n.xhtmlOut?`<br />
|
|
17
|
-
`:`<br>
|
|
18
|
-
`};Q.softbreak=function(e,r,n){return n.breaks?n.xhtmlOut?`<br />
|
|
19
|
-
`:`<br>
|
|
20
|
-
`:`
|
|
21
|
-
`};Q.text=function(e,r){return le(e[r].content)};Q.html_block=function(e,r){return e[r].content};Q.html_inline=function(e,r){return e[r].content};function Se(){this.rules=Ip({},Q)}Se.prototype.renderAttrs=function(r){var n,t,i;if(!r.attrs)return"";for(i="",n=0,t=r.attrs.length;n<t;n++)i+=" "+le(r.attrs[n][0])+'="'+le(r.attrs[n][1])+'"';return i};Se.prototype.renderToken=function(r,n,t){var i,o="",u=!1,s=r[n];return s.hidden?"":(s.block&&s.nesting!==-1&&n&&r[n-1].hidden&&(o+=`
|
|
22
|
-
`),o+=(s.nesting===-1?"</":"<")+s.tag,o+=this.renderAttrs(s),s.nesting===0&&t.xhtmlOut&&(o+=" /"),s.block&&(u=!0,s.nesting===1&&n+1<r.length&&(i=r[n+1],(i.type==="inline"||i.hidden||i.nesting===-1&&i.tag===s.tag)&&(u=!1))),o+=u?`>
|
|
23
|
-
`:">",o)};Se.prototype.renderInline=function(e,r,n){for(var t,i="",o=this.rules,u=0,s=e.length;u<s;u++)t=e[u].type,typeof o[t]<"u"?i+=o[t](e,u,r,n,this):i+=this.renderToken(e,u,r);return i};Se.prototype.renderInlineAsText=function(e,r,n){for(var t="",i=0,o=e.length;i<o;i++)e[i].type==="text"?t+=e[i].content:e[i].type==="image"?t+=this.renderInlineAsText(e[i].children,r,n):e[i].type==="softbreak"&&(t+=`
|
|
24
|
-
`);return t};Se.prototype.render=function(e,r,n){var t,i,o,u="",s=this.rules;for(t=0,i=e.length;t<i;t++)o=e[t].type,o==="inline"?u+=this.renderInline(e[t].children,r,n):typeof s[o]<"u"?u+=s[e[t].type](e,t,r,n,this):u+=this.renderToken(e,t,r,n);return u};bo.exports=Se});var wr=m((gg,vo)=>{"use strict";a();function J(){this.__rules__=[],this.__cache__=null}J.prototype.__find__=function(e){for(var r=0;r<this.__rules__.length;r++)if(this.__rules__[r].name===e)return r;return-1};J.prototype.__compile__=function(){var e=this,r=[""];e.__rules__.forEach(function(n){!n.enabled||n.alt.forEach(function(t){r.indexOf(t)<0&&r.push(t)})}),e.__cache__={},r.forEach(function(n){e.__cache__[n]=[],e.__rules__.forEach(function(t){!t.enabled||n&&t.alt.indexOf(n)<0||e.__cache__[n].push(t.fn)})})};J.prototype.at=function(e,r,n){var t=this.__find__(e),i=n||{};if(t===-1)throw new Error("Parser rule not found: "+e);this.__rules__[t].fn=r,this.__rules__[t].alt=i.alt||[],this.__cache__=null};J.prototype.before=function(e,r,n,t){var i=this.__find__(e),o=t||{};if(i===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(i,0,{name:r,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null};J.prototype.after=function(e,r,n,t){var i=this.__find__(e),o=t||{};if(i===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(i+1,0,{name:r,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null};J.prototype.push=function(e,r,n){var t=n||{};this.__rules__.push({name:e,enabled:!0,fn:r,alt:t.alt||[]}),this.__cache__=null};J.prototype.enable=function(e,r){Array.isArray(e)||(e=[e]);var n=[];return e.forEach(function(t){var i=this.__find__(t);if(i<0){if(r)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[i].enabled=!0,n.push(t)},this),this.__cache__=null,n};J.prototype.enableOnly=function(e,r){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(n){n.enabled=!1}),this.enable(e,r)};J.prototype.disable=function(e,r){Array.isArray(e)||(e=[e]);var n=[];return e.forEach(function(t){var i=this.__find__(t);if(i<0){if(r)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[i].enabled=!1,n.push(t)},this),this.__cache__=null,n};J.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};vo.exports=J});var _o=m((xg,Co)=>{"use strict";a();var Bp=/\r\n?|\n/g,Lp=/\0/g;Co.exports=function(r){var n;n=r.src.replace(Bp,`
|
|
25
|
-
`),n=n.replace(Lp,"\uFFFD"),r.src=n}});var Eo=m((bg,ko)=>{"use strict";a();ko.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 wo=m((yg,Ao)=>{"use strict";a();Ao.exports=function(r){var n=r.tokens,t,i,o;for(i=0,o=n.length;i<o;i++)t=n[i],t.type==="inline"&&r.md.inline.parse(t.content,r.md,r.env,t.children)}});var Do=m((vg,Fo)=>{"use strict";a();var Pp=D().arrayReplaceAt;function Np(e){return/^<a[>\s]/i.test(e)}function jp(e){return/^<\/a\s*>/i.test(e)}Fo.exports=function(r){var n,t,i,o,u,s,l,c,f,p,d,h,b,x,g,v,y=r.tokens,k;if(!!r.md.options.linkify){for(t=0,i=y.length;t<i;t++)if(!(y[t].type!=="inline"||!r.md.linkify.pretest(y[t].content)))for(o=y[t].children,b=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"&&(Np(s.content)&&b>0&&b--,jp(s.content)&&b++),!(b>0)&&s.type==="text"&&r.md.linkify.test(s.content)){for(f=s.content,k=r.md.linkify.match(f),l=[],h=s.level,d=0,c=0;c<k.length;c++)x=k[c].url,g=r.md.normalizeLink(x),r.md.validateLink(g)&&(v=k[c].text,k[c].schema?k[c].schema==="mailto:"&&!/^mailto:/i.test(v)?v=r.md.normalizeLinkText("mailto:"+v).replace(/^mailto:/,""):v=r.md.normalizeLinkText(v):v=r.md.normalizeLinkText("http://"+v).replace(/^http:\/\//,""),p=k[c].index,p>d&&(u=new r.Token("text","",0),u.content=f.slice(d,p),u.level=h,l.push(u)),u=new r.Token("link_open","a",1),u.attrs=[["href",g]],u.level=h++,u.markup="linkify",u.info="auto",l.push(u),u=new r.Token("text","",0),u.content=v,u.level=h,l.push(u),u=new r.Token("link_close","a",-1),u.level=--h,u.markup="linkify",u.info="auto",l.push(u),d=k[c].lastIndex);d<f.length&&(u=new r.Token("text","",0),u.content=f.slice(d),u.level=h,l.push(u)),y[t].children=o=Pp(o,n,l)}}}}});var Oo=m((Cg,qo)=>{"use strict";a();var So=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,zp=/\((c|tm|r|p)\)/i,$p=/\((c|tm|r|p)\)/ig,Vp={c:"\xA9",r:"\xAE",p:"\xA7",tm:"\u2122"};function Up(e,r){return Vp[r.toLowerCase()]}function Hp(e){var r,n,t=0;for(r=e.length-1;r>=0;r--)n=e[r],n.type==="text"&&!t&&(n.content=n.content.replace($p,Up)),n.type==="link_open"&&n.info==="auto"&&t--,n.type==="link_close"&&n.info==="auto"&&t++}function Gp(e){var r,n,t=0;for(r=e.length-1;r>=0;r--)n=e[r],n.type==="text"&&!t&&So.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"&&t--,n.type==="link_close"&&n.info==="auto"&&t++}qo.exports=function(r){var n;if(!!r.md.options.typographer)for(n=r.tokens.length-1;n>=0;n--)r.tokens[n].type==="inline"&&(zp.test(r.tokens[n].content)&&Hp(r.tokens[n].children),So.test(r.tokens[n].content)&&Gp(r.tokens[n].children))}});var Po=m((_g,Lo)=>{"use strict";a();var To=D().isWhiteSpace,Ro=D().isPunctChar,Io=D().isMdAsciiPunct,Yp=/['"]/,Mo=/['"]/g,Bo="\u2019";function Fr(e,r,n){return e.substr(0,r)+n+e.substr(r+1)}function Zp(e,r){var n,t,i,o,u,s,l,c,f,p,d,h,b,x,g,v,y,k,A,F,C;for(A=[],n=0;n<e.length;n++){for(t=e[n],l=e[n].level,y=A.length-1;y>=0&&!(A[y].level<=l);y--);if(A.length=y+1,t.type!=="text")continue;i=t.content,u=0,s=i.length;e:for(;u<s&&(Mo.lastIndex=u,o=Mo.exec(i),!!o);){if(g=v=!0,u=o.index+1,k=o[0]==="'",f=32,o.index-1>=0)f=i.charCodeAt(o.index-1);else for(y=n-1;y>=0&&!(e[y].type==="softbreak"||e[y].type==="hardbreak");y--)if(!!e[y].content){f=e[y].content.charCodeAt(e[y].content.length-1);break}if(p=32,u<s)p=i.charCodeAt(u);else for(y=n+1;y<e.length&&!(e[y].type==="softbreak"||e[y].type==="hardbreak");y++)if(!!e[y].content){p=e[y].content.charCodeAt(0);break}if(d=Io(f)||Ro(String.fromCharCode(f)),h=Io(p)||Ro(String.fromCharCode(p)),b=To(f),x=To(p),x?g=!1:h&&(b||d||(g=!1)),b?v=!1:d&&(x||h||(v=!1)),p===34&&o[0]==='"'&&f>=48&&f<=57&&(v=g=!1),g&&v&&(g=d,v=h),!g&&!v){k&&(t.content=Fr(t.content,o.index,Bo));continue}if(v){for(y=A.length-1;y>=0&&(c=A[y],!(A[y].level<l));y--)if(c.single===k&&A[y].level===l){c=A[y],k?(F=r.md.options.quotes[2],C=r.md.options.quotes[3]):(F=r.md.options.quotes[0],C=r.md.options.quotes[1]),t.content=Fr(t.content,o.index,C),e[c.token].content=Fr(e[c.token].content,c.pos,F),u+=C.length-1,c.token===n&&(u+=F.length-1),i=t.content,s=i.length,A.length=y;continue e}}g?A.push({token:n,pos:o.index,single:k,level:l}):v&&k&&(t.content=Fr(t.content,o.index,Bo))}}}Lo.exports=function(r){var n;if(!!r.md.options.typographer)for(n=r.tokens.length-1;n>=0;n--)r.tokens[n].type!=="inline"||!Yp.test(r.tokens[n].content)||Zp(r.tokens[n].children,r)}});var Dr=m((kg,No)=>{"use strict";a();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,t,i;if(!this.attrs)return-1;for(n=this.attrs,t=0,i=n.length;t<i;t++)if(n[t][0]===r)return t;return-1};qe.prototype.attrPush=function(r){this.attrs?this.attrs.push(r):this.attrs=[r]};qe.prototype.attrSet=function(r,n){var t=this.attrIndex(r),i=[r,n];t<0?this.attrPush(i):this.attrs[t]=i};qe.prototype.attrGet=function(r){var n=this.attrIndex(r),t=null;return n>=0&&(t=this.attrs[n][1]),t};qe.prototype.attrJoin=function(r,n){var t=this.attrIndex(r);t<0?this.attrPush([r,n]):this.attrs[t][1]=this.attrs[t][1]+" "+n};No.exports=qe});var $o=m((Eg,zo)=>{"use strict";a();var Wp=Dr();function jo(e,r,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=r}jo.prototype.Token=Wp;zo.exports=jo});var Uo=m((Ag,Vo)=>{"use strict";a();var Kp=wr(),In=[["normalize",_o()],["block",Eo()],["inline",wo()],["linkify",Do()],["replacements",Oo()],["smartquotes",Po()]];function Mn(){this.ruler=new Kp;for(var e=0;e<In.length;e++)this.ruler.push(In[e][0],In[e][1])}Mn.prototype.process=function(e){var r,n,t;for(t=this.ruler.getRules(""),r=0,n=t.length;r<n;r++)t[r](e)};Mn.prototype.State=$o();Vo.exports=Mn});var Yo=m((wg,Go)=>{"use strict";a();var Bn=D().isSpace;function Ln(e,r){var n=e.bMarks[r]+e.tShift[r],t=e.eMarks[r];return e.src.substr(n,t-n)}function Ho(e){var r=[],n=0,t=e.length,i,o=!1,u=0,s="";for(i=e.charCodeAt(n);n<t;)i===124&&(o?(s+=e.substring(u,n-1),u=n):(r.push(s+e.substring(u,n)),s="",u=n+1)),o=i===92,n++,i=e.charCodeAt(n);return r.push(s+e.substring(u)),r}Go.exports=function(r,n,t,i){var o,u,s,l,c,f,p,d,h,b,x,g,v,y,k,A,F,C;if(n+2>t||(f=n+1,r.sCount[f]<r.blkIndent)||r.sCount[f]-r.blkIndent>=4||(s=r.bMarks[f]+r.tShift[f],s>=r.eMarks[f])||(F=r.src.charCodeAt(s++),F!==124&&F!==45&&F!==58)||s>=r.eMarks[f]||(C=r.src.charCodeAt(s++),C!==124&&C!==45&&C!==58&&!Bn(C))||F===45&&Bn(C))return!1;for(;s<r.eMarks[f];){if(o=r.src.charCodeAt(s),o!==124&&o!==45&&o!==58&&!Bn(o))return!1;s++}for(u=Ln(r,n+1),p=u.split("|"),b=[],l=0;l<p.length;l++){if(x=p[l].trim(),!x){if(l===0||l===p.length-1)continue;return!1}if(!/^:?-+:?$/.test(x))return!1;x.charCodeAt(x.length-1)===58?b.push(x.charCodeAt(0)===58?"center":"right"):x.charCodeAt(0)===58?b.push("left"):b.push("")}if(u=Ln(r,n).trim(),u.indexOf("|")===-1||r.sCount[n]-r.blkIndent>=4||(p=Ho(u),p.length&&p[0]===""&&p.shift(),p.length&&p[p.length-1]===""&&p.pop(),d=p.length,d===0||d!==b.length))return!1;if(i)return!0;for(y=r.parentType,r.parentType="table",A=r.md.block.ruler.getRules("blockquote"),h=r.push("table_open","table",1),h.map=g=[n,0],h=r.push("thead_open","thead",1),h.map=[n,n+1],h=r.push("tr_open","tr",1),h.map=[n,n+1],l=0;l<p.length;l++)h=r.push("th_open","th",1),b[l]&&(h.attrs=[["style","text-align:"+b[l]]]),h=r.push("inline","",0),h.content=p[l].trim(),h.children=[],h=r.push("th_close","th",-1);for(h=r.push("tr_close","tr",-1),h=r.push("thead_close","thead",-1),f=n+2;f<t&&!(r.sCount[f]<r.blkIndent);f++){for(k=!1,l=0,c=A.length;l<c;l++)if(A[l](r,f,t,!0)){k=!0;break}if(k||(u=Ln(r,f).trim(),!u)||r.sCount[f]-r.blkIndent>=4)break;for(p=Ho(u),p.length&&p[0]===""&&p.shift(),p.length&&p[p.length-1]===""&&p.pop(),f===n+2&&(h=r.push("tbody_open","tbody",1),h.map=v=[n+2,0]),h=r.push("tr_open","tr",1),h.map=[f,f+1],l=0;l<d;l++)h=r.push("td_open","td",1),b[l]&&(h.attrs=[["style","text-align:"+b[l]]]),h=r.push("inline","",0),h.content=p[l]?p[l].trim():"",h.children=[],h=r.push("td_close","td",-1);h=r.push("tr_close","tr",-1)}return v&&(h=r.push("tbody_close","tbody",-1),v[1]=f),h=r.push("table_close","table",-1),g[1]=f,r.parentType=y,r.line=f,!0}});var Wo=m((Fg,Zo)=>{"use strict";a();Zo.exports=function(r,n,t){var i,o,u;if(r.sCount[n]-r.blkIndent<4)return!1;for(o=i=n+1;i<t;){if(r.isEmpty(i)){i++;continue}if(r.sCount[i]-r.blkIndent>=4){i++,o=i;continue}break}return r.line=o,u=r.push("code_block","code",0),u.content=r.getLines(n,o,4+r.blkIndent,!1)+`
|
|
26
|
-
`,u.map=[n,r.line],!0}});var Jo=m((Dg,Ko)=>{"use strict";a();Ko.exports=function(r,n,t,i){var o,u,s,l,c,f,p,d=!1,h=r.bMarks[n]+r.tShift[n],b=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||h+3>b||(o=r.src.charCodeAt(h),o!==126&&o!==96)||(c=h,h=r.skipChars(h,o),u=h-c,u<3)||(p=r.src.slice(c,h),s=r.src.slice(h,b),o===96&&s.indexOf(String.fromCharCode(o))>=0))return!1;if(i)return!0;for(l=n;l++,!(l>=t||(h=c=r.bMarks[l]+r.tShift[l],b=r.eMarks[l],h<b&&r.sCount[l]<r.blkIndent));)if(r.src.charCodeAt(h)===o&&!(r.sCount[l]-r.blkIndent>=4)&&(h=r.skipChars(h,o),!(h-c<u)&&(h=r.skipSpaces(h),!(h<b)))){d=!0;break}return u=r.sCount[n],r.line=l+(d?1:0),f=r.push("fence","code",0),f.info=s,f.content=r.getLines(n+1,l,u,!0),f.markup=p,f.map=[n,r.line],!0}});var eu=m((Sg,Xo)=>{"use strict";a();var Qo=D().isSpace;Xo.exports=function(r,n,t,i){var o,u,s,l,c,f,p,d,h,b,x,g,v,y,k,A,F,C,q,I,be=r.lineMax,S=r.bMarks[n]+r.tShift[n],M=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||r.src.charCodeAt(S++)!==62)return!1;if(i)return!0;for(l=h=r.sCount[n]+1,r.src.charCodeAt(S)===32?(S++,l++,h++,o=!1,A=!0):r.src.charCodeAt(S)===9?(A=!0,(r.bsCount[n]+h)%4===3?(S++,l++,h++,o=!1):o=!0):A=!1,b=[r.bMarks[n]],r.bMarks[n]=S;S<M&&(u=r.src.charCodeAt(S),Qo(u));){u===9?h+=4-(h+r.bsCount[n]+(o?1:0))%4:h++;S++}for(x=[r.bsCount[n]],r.bsCount[n]=r.sCount[n]+1+(A?1:0),f=S>=M,y=[r.sCount[n]],r.sCount[n]=h-l,k=[r.tShift[n]],r.tShift[n]=S-r.bMarks[n],C=r.md.block.ruler.getRules("blockquote"),v=r.parentType,r.parentType="blockquote",d=n+1;d<t&&(I=r.sCount[d]<r.blkIndent,S=r.bMarks[d]+r.tShift[d],M=r.eMarks[d],!(S>=M));d++){if(r.src.charCodeAt(S++)===62&&!I){for(l=h=r.sCount[d]+1,r.src.charCodeAt(S)===32?(S++,l++,h++,o=!1,A=!0):r.src.charCodeAt(S)===9?(A=!0,(r.bsCount[d]+h)%4===3?(S++,l++,h++,o=!1):o=!0):A=!1,b.push(r.bMarks[d]),r.bMarks[d]=S;S<M&&(u=r.src.charCodeAt(S),Qo(u));){u===9?h+=4-(h+r.bsCount[d]+(o?1:0))%4:h++;S++}f=S>=M,x.push(r.bsCount[d]),r.bsCount[d]=r.sCount[d]+1+(A?1:0),y.push(r.sCount[d]),r.sCount[d]=h-l,k.push(r.tShift[d]),r.tShift[d]=S-r.bMarks[d];continue}if(f)break;for(F=!1,s=0,c=C.length;s<c;s++)if(C[s](r,d,t,!0)){F=!0;break}if(F){r.lineMax=d,r.blkIndent!==0&&(b.push(r.bMarks[d]),x.push(r.bsCount[d]),k.push(r.tShift[d]),y.push(r.sCount[d]),r.sCount[d]-=r.blkIndent);break}b.push(r.bMarks[d]),x.push(r.bsCount[d]),k.push(r.tShift[d]),y.push(r.sCount[d]),r.sCount[d]=-1}for(g=r.blkIndent,r.blkIndent=0,q=r.push("blockquote_open","blockquote",1),q.markup=">",q.map=p=[n,0],r.md.block.tokenize(r,n,d),q=r.push("blockquote_close","blockquote",-1),q.markup=">",r.lineMax=be,r.parentType=v,p[1]=r.line,s=0;s<k.length;s++)r.bMarks[s+n]=b[s],r.tShift[s+n]=k[s],r.sCount[s+n]=y[s],r.bsCount[s+n]=x[s];return r.blkIndent=g,!0}});var nu=m((qg,ru)=>{"use strict";a();var Jp=D().isSpace;ru.exports=function(r,n,t,i){var o,u,s,l,c=r.bMarks[n]+r.tShift[n],f=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<f;){if(s=r.src.charCodeAt(c++),s!==o&&!Jp(s))return!1;s===o&&u++}return u<3?!1:(i||(r.line=n+1,l=r.push("hr","hr",0),l.map=[n,r.line],l.markup=Array(u+1).join(String.fromCharCode(o))),!0)}});var su=m((Og,uu)=>{"use strict";a();var ou=D().isSpace;function tu(e,r){var n,t,i,o;return t=e.bMarks[r]+e.tShift[r],i=e.eMarks[r],n=e.src.charCodeAt(t++),n!==42&&n!==45&&n!==43||t<i&&(o=e.src.charCodeAt(t),!ou(o))?-1:t}function iu(e,r){var n,t=e.bMarks[r]+e.tShift[r],i=t,o=e.eMarks[r];if(i+1>=o||(n=e.src.charCodeAt(i++),n<48||n>57))return-1;for(;;){if(i>=o)return-1;if(n=e.src.charCodeAt(i++),n>=48&&n<=57){if(i-t>=10)return-1;continue}if(n===41||n===46)break;return-1}return i<o&&(n=e.src.charCodeAt(i),!ou(n))?-1:i}function Qp(e,r){var n,t,i=e.level+2;for(n=r+2,t=e.tokens.length-2;n<t;n++)e.tokens[n].level===i&&e.tokens[n].type==="paragraph_open"&&(e.tokens[n+2].hidden=!0,e.tokens[n].hidden=!0,n+=2)}uu.exports=function(r,n,t,i){var o,u,s,l,c,f,p,d,h,b,x,g,v,y,k,A,F,C,q,I,be,S,M,on,sr,un,sn,V,ln=!1,It=!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(i&&r.parentType==="paragraph"&&r.sCount[n]>=r.blkIndent&&(ln=!0),(M=iu(r,n))>=0){if(p=!0,sr=r.bMarks[n]+r.tShift[n],v=Number(r.src.slice(sr,M-1)),ln&&v!==1)return!1}else if((M=tu(r,n))>=0)p=!1;else return!1;if(ln&&r.skipSpaces(M)>=r.eMarks[n])return!1;if(g=r.src.charCodeAt(M-1),i)return!0;for(x=r.tokens.length,p?(V=r.push("ordered_list_open","ol",1),v!==1&&(V.attrs=[["start",v]])):V=r.push("bullet_list_open","ul",1),V.map=b=[n,0],V.markup=String.fromCharCode(g),k=n,on=!1,sn=r.md.block.ruler.getRules("list"),C=r.parentType,r.parentType="list";k<t;){for(S=M,y=r.eMarks[k],f=A=r.sCount[k]+M-(r.bMarks[n]+r.tShift[n]);S<y;){if(o=r.src.charCodeAt(S),o===9)A+=4-(A+r.bsCount[k])%4;else if(o===32)A++;else break;S++}if(u=S,u>=y?c=1:c=A-f,c>4&&(c=1),l=f+c,V=r.push("list_item_open","li",1),V.markup=String.fromCharCode(g),V.map=d=[n,0],p&&(V.info=r.src.slice(sr,M-1)),be=r.tight,I=r.tShift[n],q=r.sCount[n],F=r.listIndent,r.listIndent=r.blkIndent,r.blkIndent=l,r.tight=!0,r.tShift[n]=u-r.bMarks[n],r.sCount[n]=A,u>=y&&r.isEmpty(n+1)?r.line=Math.min(r.line+2,t):r.md.block.tokenize(r,n,t,!0),(!r.tight||on)&&(It=!1),on=r.line-n>1&&r.isEmpty(r.line-1),r.blkIndent=r.listIndent,r.listIndent=F,r.tShift[n]=I,r.sCount[n]=q,r.tight=be,V=r.push("list_item_close","li",-1),V.markup=String.fromCharCode(g),k=n=r.line,d[1]=k,u=r.bMarks[n],k>=t||r.sCount[k]<r.blkIndent||r.sCount[n]-r.blkIndent>=4)break;for(un=!1,s=0,h=sn.length;s<h;s++)if(sn[s](r,k,t,!0)){un=!0;break}if(un)break;if(p){if(M=iu(r,k),M<0)break;sr=r.bMarks[k]+r.tShift[k]}else if(M=tu(r,k),M<0)break;if(g!==r.src.charCodeAt(M-1))break}return p?V=r.push("ordered_list_close","ol",-1):V=r.push("bullet_list_close","ul",-1),V.markup=String.fromCharCode(g),b[1]=k,r.line=k,r.parentType=C,It&&Qp(r,x),!0}});var cu=m((Tg,lu)=>{"use strict";a();var Xp=D().normalizeReference,Sr=D().isSpace;lu.exports=function(r,n,t,i){var o,u,s,l,c,f,p,d,h,b,x,g,v,y,k,A,F=0,C=r.bMarks[n]+r.tShift[n],q=r.eMarks[n],I=n+1;if(r.sCount[n]-r.blkIndent>=4||r.src.charCodeAt(C)!==91)return!1;for(;++C<q;)if(r.src.charCodeAt(C)===93&&r.src.charCodeAt(C-1)!==92){if(C+1===q||r.src.charCodeAt(C+1)!==58)return!1;break}for(l=r.lineMax,k=r.md.block.ruler.getRules("reference"),b=r.parentType,r.parentType="reference";I<l&&!r.isEmpty(I);I++)if(!(r.sCount[I]-r.blkIndent>3)&&!(r.sCount[I]<0)){for(y=!1,f=0,p=k.length;f<p;f++)if(k[f](r,I,l,!0)){y=!0;break}if(y)break}for(v=r.getLines(n,I,r.blkIndent,!1).trim(),q=v.length,C=1;C<q;C++){if(o=v.charCodeAt(C),o===91)return!1;if(o===93){h=C;break}else o===10?F++:o===92&&(C++,C<q&&v.charCodeAt(C)===10&&F++)}if(h<0||v.charCodeAt(h+1)!==58)return!1;for(C=h+2;C<q;C++)if(o=v.charCodeAt(C),o===10)F++;else if(!Sr(o))break;if(x=r.md.helpers.parseLinkDestination(v,C,q),!x.ok||(c=r.md.normalizeLink(x.str),!r.md.validateLink(c)))return!1;for(C=x.pos,F+=x.lines,u=C,s=F,g=C;C<q;C++)if(o=v.charCodeAt(C),o===10)F++;else if(!Sr(o))break;for(x=r.md.helpers.parseLinkTitle(v,C,q),C<q&&g!==C&&x.ok?(A=x.str,C=x.pos,F+=x.lines):(A="",C=u,F=s);C<q&&(o=v.charCodeAt(C),!!Sr(o));)C++;if(C<q&&v.charCodeAt(C)!==10&&A)for(A="",C=u,F=s;C<q&&(o=v.charCodeAt(C),!!Sr(o));)C++;return C<q&&v.charCodeAt(C)!==10||(d=Xp(v.slice(1,h)),!d)?!1:(i||(typeof r.env.references>"u"&&(r.env.references={}),typeof r.env.references[d]>"u"&&(r.env.references[d]={title:A,href:c}),r.parentType=b,r.line=n+F+1),!0)}});var fu=m((Rg,au)=>{"use strict";a();au.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 Nn=m((Ig,Pn)=>{"use strict";a();var e0="[a-zA-Z_:][a-zA-Z0-9:._-]*",r0="[^\"'=<>`\\x00-\\x20]+",n0="'[^']*'",t0='"[^"]*"',i0="(?:"+r0+"|"+n0+"|"+t0+")",o0="(?:\\s+"+e0+"(?:\\s*=\\s*"+i0+")?)",pu="<[A-Za-z][A-Za-z0-9\\-]*"+o0+"*\\s*\\/?>",hu="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",u0="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",s0="<[?][\\s\\S]*?[?]>",l0="<![A-Z]+\\s+[^>]*>",c0="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",a0=new RegExp("^(?:"+pu+"|"+hu+"|"+u0+"|"+s0+"|"+l0+"|"+c0+")"),f0=new RegExp("^(?:"+pu+"|"+hu+")");Pn.exports.HTML_TAG_RE=a0;Pn.exports.HTML_OPEN_CLOSE_TAG_RE=f0});var mu=m((Mg,du)=>{"use strict";a();var p0=fu(),h0=Nn().HTML_OPEN_CLOSE_TAG_RE,Oe=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+p0.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(h0.source+"\\s*$"),/^$/,!1]];du.exports=function(r,n,t,i){var o,u,s,l,c=r.bMarks[n]+r.tShift[n],f=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||!r.md.options.html||r.src.charCodeAt(c)!==60)return!1;for(l=r.src.slice(c,f),o=0;o<Oe.length&&!Oe[o][0].test(l);o++);if(o===Oe.length)return!1;if(i)return Oe[o][2];if(u=n+1,!Oe[o][1].test(l)){for(;u<t&&!(r.sCount[u]<r.blkIndent);u++)if(c=r.bMarks[u]+r.tShift[u],f=r.eMarks[u],l=r.src.slice(c,f),Oe[o][1].test(l)){l.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 bu=m((Bg,xu)=>{"use strict";a();var gu=D().isSpace;xu.exports=function(r,n,t,i){var o,u,s,l,c=r.bMarks[n]+r.tShift[n],f=r.eMarks[n];if(r.sCount[n]-r.blkIndent>=4||(o=r.src.charCodeAt(c),o!==35||c>=f))return!1;for(u=1,o=r.src.charCodeAt(++c);o===35&&c<f&&u<=6;)u++,o=r.src.charCodeAt(++c);return u>6||c<f&&!gu(o)?!1:(i||(f=r.skipSpacesBack(f,c),s=r.skipCharsBack(f,35,c),s>c&&gu(r.src.charCodeAt(s-1))&&(f=s),r.line=n+1,l=r.push("heading_open","h"+String(u),1),l.markup="########".slice(0,u),l.map=[n,r.line],l=r.push("inline","",0),l.content=r.src.slice(c,f).trim(),l.map=[n,r.line],l.children=[],l=r.push("heading_close","h"+String(u),-1),l.markup="########".slice(0,u)),!0)}});var vu=m((Lg,yu)=>{"use strict";a();yu.exports=function(r,n,t){var i,o,u,s,l,c,f,p,d,h=n+1,b,x=r.md.block.ruler.getRules("paragraph");if(r.sCount[n]-r.blkIndent>=4)return!1;for(b=r.parentType,r.parentType="paragraph";h<t&&!r.isEmpty(h);h++)if(!(r.sCount[h]-r.blkIndent>3)){if(r.sCount[h]>=r.blkIndent&&(c=r.bMarks[h]+r.tShift[h],f=r.eMarks[h],c<f&&(d=r.src.charCodeAt(c),(d===45||d===61)&&(c=r.skipChars(c,d),c=r.skipSpaces(c),c>=f)))){p=d===61?1:2;break}if(!(r.sCount[h]<0)){for(o=!1,u=0,s=x.length;u<s;u++)if(x[u](r,h,t,!0)){o=!0;break}if(o)break}}return p?(i=r.getLines(n,h,r.blkIndent,!1).trim(),r.line=h+1,l=r.push("heading_open","h"+String(p),1),l.markup=String.fromCharCode(d),l.map=[n,r.line],l=r.push("inline","",0),l.content=i,l.map=[n,r.line-1],l.children=[],l=r.push("heading_close","h"+String(p),-1),l.markup=String.fromCharCode(d),r.parentType=b,!0):!1}});var _u=m((Pg,Cu)=>{"use strict";a();Cu.exports=function(r,n){var t,i,o,u,s,l,c=n+1,f=r.md.block.ruler.getRules("paragraph"),p=r.lineMax;for(l=r.parentType,r.parentType="paragraph";c<p&&!r.isEmpty(c);c++)if(!(r.sCount[c]-r.blkIndent>3)&&!(r.sCount[c]<0)){for(i=!1,o=0,u=f.length;o<u;o++)if(f[o](r,c,p,!0)){i=!0;break}if(i)break}return t=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=t,s.map=[n,r.line],s.children=[],s=r.push("paragraph_close","p",-1),r.parentType=l,!0}});var Au=m((Ng,Eu)=>{"use strict";a();var ku=Dr(),qr=D().isSpace;function X(e,r,n,t){var i,o,u,s,l,c,f,p;for(this.src=e,this.md=r,this.env=n,this.tokens=t,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,p=!1,u=s=c=f=0,l=o.length;s<l;s++){if(i=o.charCodeAt(s),!p)if(qr(i)){c++,i===9?f+=4-f%4:f++;continue}else p=!0;(i===10||s===l-1)&&(i!==10&&s++,this.bMarks.push(u),this.eMarks.push(s),this.tShift.push(c),this.sCount.push(f),this.bsCount.push(0),p=!1,c=0,f=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}X.prototype.push=function(e,r,n){var t=new ku(e,r,n);return t.block=!0,n<0&&this.level--,t.level=this.level,n>0&&this.level++,this.tokens.push(t),t};X.prototype.isEmpty=function(r){return this.bMarks[r]+this.tShift[r]>=this.eMarks[r]};X.prototype.skipEmptyLines=function(r){for(var n=this.lineMax;r<n&&!(this.bMarks[r]+this.tShift[r]<this.eMarks[r]);r++);return r};X.prototype.skipSpaces=function(r){for(var n,t=this.src.length;r<t&&(n=this.src.charCodeAt(r),!!qr(n));r++);return r};X.prototype.skipSpacesBack=function(r,n){if(r<=n)return r;for(;r>n;)if(!qr(this.src.charCodeAt(--r)))return r+1;return r};X.prototype.skipChars=function(r,n){for(var t=this.src.length;r<t&&this.src.charCodeAt(r)===n;r++);return r};X.prototype.skipCharsBack=function(r,n,t){if(r<=t)return r;for(;r>t;)if(n!==this.src.charCodeAt(--r))return r+1;return r};X.prototype.getLines=function(r,n,t,i){var o,u,s,l,c,f,p,d=r;if(r>=n)return"";for(f=new Array(n-r),o=0;d<n;d++,o++){for(u=0,p=l=this.bMarks[d],d+1<n||i?c=this.eMarks[d]+1:c=this.eMarks[d];l<c&&u<t;){if(s=this.src.charCodeAt(l),qr(s))s===9?u+=4-(u+this.bsCount[d])%4:u++;else if(l-p<this.tShift[d])u++;else break;l++}u>t?f[o]=new Array(u-t+1).join(" ")+this.src.slice(l,c):f[o]=this.src.slice(l,c)}return f.join("")};X.prototype.Token=ku;Eu.exports=X});var Fu=m((jg,wu)=>{"use strict";a();var d0=wr(),Or=[["table",Yo(),["paragraph","reference"]],["code",Wo()],["fence",Jo(),["paragraph","reference","blockquote","list"]],["blockquote",eu(),["paragraph","reference","blockquote","list"]],["hr",nu(),["paragraph","reference","blockquote","list"]],["list",su(),["paragraph","reference","blockquote"]],["reference",cu()],["html_block",mu(),["paragraph","reference","blockquote"]],["heading",bu(),["paragraph","reference","blockquote"]],["lheading",vu()],["paragraph",_u()]];function Tr(){this.ruler=new d0;for(var e=0;e<Or.length;e++)this.ruler.push(Or[e][0],Or[e][1],{alt:(Or[e][2]||[]).slice()})}Tr.prototype.tokenize=function(e,r,n){for(var t,i,o=this.ruler.getRules(""),u=o.length,s=r,l=!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(i=0;i<u&&(t=o[i](e,s,n,!1),!t);i++);e.tight=!l,e.isEmpty(e.line-1)&&(l=!0),s=e.line,s<n&&e.isEmpty(s)&&(l=!0,s++,e.line=s)}};Tr.prototype.parse=function(e,r,n,t){var i;!e||(i=new this.State(e,r,n,t),this.tokenize(i,i.line,i.lineMax))};Tr.prototype.State=Au();wu.exports=Tr});var Su=m((zg,Du)=>{"use strict";a();function m0(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}}Du.exports=function(r,n){for(var t=r.pos;t<r.posMax&&!m0(r.src.charCodeAt(t));)t++;return t===r.pos?!1:(n||(r.pending+=r.src.slice(r.pos,t)),r.pos=t,!0)}});var Ou=m(($g,qu)=>{"use strict";a();var g0=D().isSpace;qu.exports=function(r,n){var t,i,o,u=r.pos;if(r.src.charCodeAt(u)!==10)return!1;if(t=r.pending.length-1,i=r.posMax,!n)if(t>=0&&r.pending.charCodeAt(t)===32)if(t>=1&&r.pending.charCodeAt(t-1)===32){for(o=t-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<i&&g0(r.src.charCodeAt(u));)u++;return r.pos=u,!0}});var Ru=m((Vg,Tu)=>{"use strict";a();var x0=D().isSpace,zn=[];for(jn=0;jn<256;jn++)zn.push(0);var jn;"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){zn[e.charCodeAt(0)]=1});Tu.exports=function(r,n){var t,i=r.pos,o=r.posMax;if(r.src.charCodeAt(i)!==92)return!1;if(i++,i<o){if(t=r.src.charCodeAt(i),t<256&&zn[t]!==0)return n||(r.pending+=r.src[i]),r.pos+=2,!0;if(t===10){for(n||r.push("hardbreak","br",0),i++;i<o&&(t=r.src.charCodeAt(i),!!x0(t));)i++;return r.pos=i,!0}}return n||(r.pending+="\\"),r.pos++,!0}});var Mu=m((Ug,Iu)=>{"use strict";a();Iu.exports=function(r,n){var t,i,o,u,s,l,c,f,p=r.pos,d=r.src.charCodeAt(p);if(d!==96)return!1;for(t=p,p++,i=r.posMax;p<i&&r.src.charCodeAt(p)===96;)p++;if(o=r.src.slice(t,p),c=o.length,r.backticksScanned&&(r.backticks[c]||0)<=t)return n||(r.pending+=o),r.pos+=c,!0;for(s=l=p;(s=r.src.indexOf("`",l))!==-1;){for(l=s+1;l<i&&r.src.charCodeAt(l)===96;)l++;if(f=l-s,f===c)return n||(u=r.push("code_inline","code",0),u.markup=o,u.content=r.src.slice(p,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),r.pos=l,!0;r.backticks[f]=s}return r.backticksScanned=!0,n||(r.pending+=o),r.pos+=c,!0}});var Vn=m((Hg,$n)=>{"use strict";a();$n.exports.tokenize=function(r,n){var t,i,o,u,s,l=r.pos,c=r.src.charCodeAt(l);if(n||c!==126||(i=r.scanDelims(r.pos,!0),u=i.length,s=String.fromCharCode(c),u<2))return!1;for(u%2&&(o=r.push("text","",0),o.content=s,u--),t=0;t<u;t+=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:i.can_open,close:i.can_close});return r.pos+=i.length,!0};function Bu(e,r){var n,t,i,o,u,s=[],l=r.length;for(n=0;n<l;n++)i=r[n],i.marker===126&&i.end!==-1&&(o=r[i.end],u=e.tokens[i.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(),t=n+1;t<e.tokens.length&&e.tokens[t].type==="s_close";)t++;t--,n!==t&&(u=e.tokens[t],e.tokens[t]=e.tokens[n],e.tokens[n]=u)}}$n.exports.postProcess=function(r){var n,t=r.tokens_meta,i=r.tokens_meta.length;for(Bu(r,r.delimiters),n=0;n<i;n++)t[n]&&t[n].delimiters&&Bu(r,t[n].delimiters)}});var Hn=m((Gg,Un)=>{"use strict";a();Un.exports.tokenize=function(r,n){var t,i,o,u=r.pos,s=r.src.charCodeAt(u);if(n||s!==95&&s!==42)return!1;for(i=r.scanDelims(r.pos,s===42),t=0;t<i.length;t++)o=r.push("text","",0),o.content=String.fromCharCode(s),r.delimiters.push({marker:s,length:i.length,token:r.tokens.length-1,end:-1,open:i.can_open,close:i.can_close});return r.pos+=i.length,!0};function Lu(e,r){var n,t,i,o,u,s,l=r.length;for(n=l-1;n>=0;n--)t=r[n],!(t.marker!==95&&t.marker!==42)&&t.end!==-1&&(i=r[t.end],s=n>0&&r[n-1].end===t.end+1&&r[n-1].marker===t.marker&&r[n-1].token===t.token-1&&r[t.end+1].token===i.token+1,u=String.fromCharCode(t.marker),o=e.tokens[t.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[i.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[t.end+1].token].content="",n--))}Un.exports.postProcess=function(r){var n,t=r.tokens_meta,i=r.tokens_meta.length;for(Lu(r,r.delimiters),n=0;n<i;n++)t[n]&&t[n].delimiters&&Lu(r,t[n].delimiters)}});var Nu=m((Yg,Pu)=>{"use strict";a();var b0=D().normalizeReference,Gn=D().isSpace;Pu.exports=function(r,n){var t,i,o,u,s,l,c,f,p,d="",h="",b=r.pos,x=r.posMax,g=r.pos,v=!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(l=u+1,l<x&&r.src.charCodeAt(l)===40){for(v=!1,l++;l<x&&(i=r.src.charCodeAt(l),!(!Gn(i)&&i!==10));l++);if(l>=x)return!1;if(g=l,c=r.md.helpers.parseLinkDestination(r.src,l,r.posMax),c.ok){for(d=r.md.normalizeLink(c.str),r.md.validateLink(d)?l=c.pos:d="",g=l;l<x&&(i=r.src.charCodeAt(l),!(!Gn(i)&&i!==10));l++);if(c=r.md.helpers.parseLinkTitle(r.src,l,r.posMax),l<x&&g!==l&&c.ok)for(h=c.str,l=c.pos;l<x&&(i=r.src.charCodeAt(l),!(!Gn(i)&&i!==10));l++);}(l>=x||r.src.charCodeAt(l)!==41)&&(v=!0),l++}if(v){if(typeof r.env.references>"u")return!1;if(l<x&&r.src.charCodeAt(l)===91?(g=l+1,l=r.md.helpers.parseLinkLabel(r,l),l>=0?o=r.src.slice(g,l++):l=u+1):l=u+1,o||(o=r.src.slice(s,u)),f=r.env.references[b0(o)],!f)return r.pos=b,!1;d=f.href,h=f.title}return n||(r.pos=s,r.posMax=u,p=r.push("link_open","a",1),p.attrs=t=[["href",d]],h&&t.push(["title",h]),r.md.inline.tokenize(r),p=r.push("link_close","a",-1)),r.pos=l,r.posMax=x,!0}});var zu=m((Zg,ju)=>{"use strict";a();var y0=D().normalizeReference,Yn=D().isSpace;ju.exports=function(r,n){var t,i,o,u,s,l,c,f,p,d,h,b,x,g="",v=r.pos,y=r.posMax;if(r.src.charCodeAt(r.pos)!==33||r.src.charCodeAt(r.pos+1)!==91||(l=r.pos+2,s=r.md.helpers.parseLinkLabel(r,r.pos+1,!1),s<0))return!1;if(c=s+1,c<y&&r.src.charCodeAt(c)===40){for(c++;c<y&&(i=r.src.charCodeAt(c),!(!Yn(i)&&i!==10));c++);if(c>=y)return!1;for(x=c,p=r.md.helpers.parseLinkDestination(r.src,c,r.posMax),p.ok&&(g=r.md.normalizeLink(p.str),r.md.validateLink(g)?c=p.pos:g=""),x=c;c<y&&(i=r.src.charCodeAt(c),!(!Yn(i)&&i!==10));c++);if(p=r.md.helpers.parseLinkTitle(r.src,c,r.posMax),c<y&&x!==c&&p.ok)for(d=p.str,c=p.pos;c<y&&(i=r.src.charCodeAt(c),!(!Yn(i)&&i!==10));c++);else d="";if(c>=y||r.src.charCodeAt(c)!==41)return r.pos=v,!1;c++}else{if(typeof r.env.references>"u")return!1;if(c<y&&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(l,s)),f=r.env.references[y0(u)],!f)return r.pos=v,!1;g=f.href,d=f.title}return n||(o=r.src.slice(l,s),r.md.inline.parse(o,r.md,r.env,b=[]),h=r.push("image","img",0),h.attrs=t=[["src",g],["alt",""]],h.children=b,h.content=o,d&&t.push(["title",d])),r.pos=c,r.posMax=y,!0}});var Vu=m((Wg,$u)=>{"use strict";a();var v0=/^([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])?)*)$/,C0=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;$u.exports=function(r,n){var t,i,o,u,s,l,c=r.pos;if(r.src.charCodeAt(c)!==60)return!1;for(s=r.pos,l=r.posMax;;){if(++c>=l||(u=r.src.charCodeAt(c),u===60))return!1;if(u===62)break}return t=r.src.slice(s+1,c),C0.test(t)?(i=r.md.normalizeLink(t),r.md.validateLink(i)?(n||(o=r.push("link_open","a",1),o.attrs=[["href",i]],o.markup="autolink",o.info="auto",o=r.push("text","",0),o.content=r.md.normalizeLinkText(t),o=r.push("link_close","a",-1),o.markup="autolink",o.info="auto"),r.pos+=t.length+2,!0):!1):v0.test(t)?(i=r.md.normalizeLink("mailto:"+t),r.md.validateLink(i)?(n||(o=r.push("link_open","a",1),o.attrs=[["href",i]],o.markup="autolink",o.info="auto",o=r.push("text","",0),o.content=r.md.normalizeLinkText(t),o=r.push("link_close","a",-1),o.markup="autolink",o.info="auto"),r.pos+=t.length+2,!0):!1):!1}});var Hu=m((Kg,Uu)=>{"use strict";a();var _0=Nn().HTML_TAG_RE;function k0(e){var r=e|32;return r>=97&&r<=122}Uu.exports=function(r,n){var t,i,o,u,s=r.pos;return!r.md.options.html||(o=r.posMax,r.src.charCodeAt(s)!==60||s+2>=o)||(t=r.src.charCodeAt(s+1),t!==33&&t!==63&&t!==47&&!k0(t))||(i=r.src.slice(s).match(_0),!i)?!1:(n||(u=r.push("html_inline","",0),u.content=r.src.slice(s,s+i[0].length)),r.pos+=i[0].length,!0)}});var Wu=m((Jg,Zu)=>{"use strict";a();var Gu=Sn(),E0=D().has,A0=D().isValidEntityCode,Yu=D().fromCodePoint,w0=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,F0=/^&([a-z][a-z0-9]{1,31});/i;Zu.exports=function(r,n){var t,i,o,u=r.pos,s=r.posMax;if(r.src.charCodeAt(u)!==38)return!1;if(u+1<s){if(t=r.src.charCodeAt(u+1),t===35){if(o=r.src.slice(u).match(w0),o)return n||(i=o[1][0].toLowerCase()==="x"?parseInt(o[1].slice(1),16):parseInt(o[1],10),r.pending+=A0(i)?Yu(i):Yu(65533)),r.pos+=o[0].length,!0}else if(o=r.src.slice(u).match(F0),o&&E0(Gu,o[1]))return n||(r.pending+=Gu[o[1]]),r.pos+=o[0].length,!0}return n||(r.pending+="&"),r.pos++,!0}});var Qu=m((Qg,Ju)=>{"use strict";a();function Ku(e,r){var n,t,i,o,u,s,l,c,f={},p=r.length;if(!!p){var d=0,h=-2,b=[];for(n=0;n<p;n++)if(i=r[n],b.push(0),(r[d].marker!==i.marker||h!==i.token-1)&&(d=n),h=i.token,i.length=i.length||0,!!i.close){for(f.hasOwnProperty(i.marker)||(f[i.marker]=[-1,-1,-1,-1,-1,-1]),u=f[i.marker][(i.open?3:0)+i.length%3],t=d-b[d]-1,s=t;t>u;t-=b[t]+1)if(o=r[t],o.marker===i.marker&&o.open&&o.end<0&&(l=!1,(o.close||i.open)&&(o.length+i.length)%3===0&&(o.length%3!==0||i.length%3!==0)&&(l=!0),!l)){c=t>0&&!r[t-1].open?b[t-1]+1:0,b[n]=n-t+c,b[t]=c,i.open=!1,o.end=n,o.close=!1,s=-1,h=-2;break}s!==-1&&(f[i.marker][(i.open?3:0)+(i.length||0)%3]=s)}}}Ju.exports=function(r){var n,t=r.tokens_meta,i=r.tokens_meta.length;for(Ku(r,r.delimiters),n=0;n<i;n++)t[n]&&t[n].delimiters&&Ku(r,t[n].delimiters)}});var es=m((Xg,Xu)=>{"use strict";a();Xu.exports=function(r){var n,t,i=0,o=r.tokens,u=r.tokens.length;for(n=t=0;n<u;n++)o[n].nesting<0&&i--,o[n].level=i,o[n].nesting>0&&i++,o[n].type==="text"&&n+1<u&&o[n+1].type==="text"?o[n+1].content=o[n].content+o[n+1].content:(n!==t&&(o[t]=o[n]),t++);n!==t&&(o.length=t)}});var os=m((ex,is)=>{"use strict";a();var Zn=Dr(),rs=D().isWhiteSpace,ns=D().isPunctChar,ts=D().isMdAsciiPunct;function Ge(e,r,n,t){this.src=e,this.env=n,this.md=r,this.tokens=t,this.tokens_meta=Array(t.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}Ge.prototype.pushPending=function(){var e=new Zn("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};Ge.prototype.push=function(e,r,n){this.pending&&this.pushPending();var t=new Zn(e,r,n),i=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),t.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],i={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(t),this.tokens_meta.push(i),t};Ge.prototype.scanDelims=function(e,r){var n=e,t,i,o,u,s,l,c,f,p,d=!0,h=!0,b=this.posMax,x=this.src.charCodeAt(e);for(t=e>0?this.src.charCodeAt(e-1):32;n<b&&this.src.charCodeAt(n)===x;)n++;return o=n-e,i=n<b?this.src.charCodeAt(n):32,c=ts(t)||ns(String.fromCharCode(t)),p=ts(i)||ns(String.fromCharCode(i)),l=rs(t),f=rs(i),f?d=!1:p&&(l||c||(d=!1)),l?h=!1:c&&(f||p||(h=!1)),r?(u=d,s=h):(u=d&&(!h||c),s=h&&(!d||p)),{can_open:u,can_close:s,length:o}};Ge.prototype.Token=Zn;is.exports=Ge});var ls=m((rx,ss)=>{"use strict";a();var us=wr(),Wn=[["text",Su()],["newline",Ou()],["escape",Ru()],["backticks",Mu()],["strikethrough",Vn().tokenize],["emphasis",Hn().tokenize],["link",Nu()],["image",zu()],["autolink",Vu()],["html_inline",Hu()],["entity",Wu()]],Kn=[["balance_pairs",Qu()],["strikethrough",Vn().postProcess],["emphasis",Hn().postProcess],["text_collapse",es()]];function Ye(){var e;for(this.ruler=new us,e=0;e<Wn.length;e++)this.ruler.push(Wn[e][0],Wn[e][1]);for(this.ruler2=new us,e=0;e<Kn.length;e++)this.ruler2.push(Kn[e][0],Kn[e][1])}Ye.prototype.skipToken=function(e){var r,n,t=e.pos,i=this.ruler.getRules(""),o=i.length,u=e.md.options.maxNesting,s=e.cache;if(typeof s[t]<"u"){e.pos=s[t];return}if(e.level<u)for(n=0;n<o&&(e.level++,r=i[n](e,!0),e.level--,!r);n++);else e.pos=e.posMax;r||e.pos++,s[t]=e.pos};Ye.prototype.tokenize=function(e){for(var r,n,t=this.ruler.getRules(""),i=t.length,o=e.posMax,u=e.md.options.maxNesting;e.pos<o;){if(e.level<u)for(n=0;n<i&&(r=t[n](e,!1),!r);n++);if(r){if(e.pos>=o)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};Ye.prototype.parse=function(e,r,n,t){var i,o,u,s=new this.State(e,r,n,t);for(this.tokenize(s),o=this.ruler2.getRules(""),u=o.length,i=0;i<u;i++)o[i](s)};Ye.prototype.State=os();ss.exports=Ye});var as=m((nx,cs)=>{"use strict";a();cs.exports=function(e){var r={};r.src_Any=On().source,r.src_Cc=Tn().source,r.src_Z=Rn().source,r.src_P=Cr().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+")(?!-|_|:\\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&&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 gs=m((tx,ms)=>{"use strict";a();function Jn(e){var r=Array.prototype.slice.call(arguments,1);return r.forEach(function(n){!n||Object.keys(n).forEach(function(t){e[t]=n[t]})}),e}function Ir(e){return Object.prototype.toString.call(e)}function D0(e){return Ir(e)==="[object String]"}function S0(e){return Ir(e)==="[object Object]"}function q0(e){return Ir(e)==="[object RegExp]"}function fs(e){return Ir(e)==="[object Function]"}function O0(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var ds={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function T0(e){return Object.keys(e||{}).reduce(function(r,n){return r||ds.hasOwnProperty(n)},!1)}var R0={"http:":{validate:function(e,r,n){var t=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(t)?t.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,r,n){var t=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(t)?r>=3&&e[r-3]===":"||r>=3&&e[r-3]==="/"?0:t.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,r,n){var t=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(t)?t.match(n.re.mailto)[0].length:0}}},I0="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]",M0="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|\u0440\u0444".split("|");function B0(e){e.__index__=-1,e.__text_cache__=""}function L0(e){return function(r,n){var t=r.slice(n);return e.test(t)?t.match(e)[0].length:0}}function ps(){return function(e,r){r.normalize(e)}}function Rr(e){var r=e.re=as()(e.__opts__),n=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||n.push(I0),n.push(r.src_xn),r.src_tlds=n.join("|");function t(s){return s.replace("%TLDS%",r.src_tlds)}r.email_fuzzy=RegExp(t(r.tpl_email_fuzzy),"i"),r.link_fuzzy=RegExp(t(r.tpl_link_fuzzy),"i"),r.link_no_ip_fuzzy=RegExp(t(r.tpl_link_no_ip_fuzzy),"i"),r.host_fuzzy_test=RegExp(t(r.tpl_host_fuzzy_test),"i");var i=[];e.__compiled__={};function o(s,l){throw new Error('(LinkifyIt) Invalid schema "'+s+'": '+l)}Object.keys(e.__schemas__).forEach(function(s){var l=e.__schemas__[s];if(l!==null){var c={validate:null,link:null};if(e.__compiled__[s]=c,S0(l)){q0(l.validate)?c.validate=L0(l.validate):fs(l.validate)?c.validate=l.validate:o(s,l),fs(l.normalize)?c.normalize=l.normalize:l.normalize?o(s,l):c.normalize=ps();return}if(D0(l)){i.push(s);return}o(s,l)}}),i.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:ps()};var u=Object.keys(e.__compiled__).filter(function(s){return s.length>0&&e.__compiled__[s]}).map(O0).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.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),B0(e)}function P0(e,r){var n=e.__index__,t=e.__last_index__,i=e.__text_cache__.slice(n,t);this.schema=e.__schema__.toLowerCase(),this.index=n+r,this.lastIndex=t+r,this.raw=i,this.text=i,this.url=i}function hs(e,r){var n=new P0(e,r);return e.__compiled__[n.schema].normalize(n,e),n}function Z(e,r){if(!(this instanceof Z))return new Z(e,r);r||T0(e)&&(r=e,e={}),this.__opts__=Jn({},ds,r),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Jn({},R0,e),this.__compiled__={},this.__tlds__=M0,this.__tlds_replaced__=!1,this.re={},Rr(this)}Z.prototype.add=function(r,n){return this.__schemas__[r]=n,Rr(this),this};Z.prototype.set=function(r){return this.__opts__=Jn(this.__opts__,r),this};Z.prototype.test=function(r){if(this.__text_cache__=r,this.__index__=-1,!r.length)return!1;var n,t,i,o,u,s,l,c,f;if(this.re.schema_test.test(r)){for(l=this.re.schema_search,l.lastIndex=0;(n=l.exec(r))!==null;)if(o=this.testSchemaAt(r,n[2],l.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__)&&(t=r.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(u=t.index+t[1].length,(this.__index__<0||u<this.__index__)&&(this.__schema__="",this.__index__=u,this.__last_index__=t.index+t[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(f=r.indexOf("@"),f>=0&&(i=r.match(this.re.email_fuzzy))!==null&&(u=i.index+i[1].length,s=i.index+i[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};Z.prototype.pretest=function(r){return this.re.pretest.test(r)};Z.prototype.testSchemaAt=function(r,n,t){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(r,t,this):0};Z.prototype.match=function(r){var n=0,t=[];this.__index__>=0&&this.__text_cache__===r&&(t.push(hs(this,n)),n=this.__last_index__);for(var i=n?r.slice(n):r;this.test(i);)t.push(hs(this,n)),i=i.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null};Z.prototype.tlds=function(r,n){return r=Array.isArray(r)?r:[r],n?(this.__tlds__=this.__tlds__.concat(r).sort().filter(function(t,i,o){return t!==o[i-1]}).reverse(),Rr(this),this):(this.__tlds__=r.slice(),this.__tlds_replaced__=!0,Rr(this),this)};Z.prototype.normalize=function(r){r.schema||(r.url="http://"+r.url),r.schema==="mailto:"&&!/^mailto:/i.test(r.url)&&(r.url="mailto:"+r.url)};Z.prototype.onCompile=function(){};ms.exports=Z});var bs=m((ix,xs)=>{"use strict";a();xs.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 vs=m((ox,ys)=>{"use strict";a();ys.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"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}}});var _s=m((ux,Cs)=>{"use strict";a();Cs.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"]},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","text_collapse"]}}}});var ws=m((sx,As)=>{"use strict";a();var Ze=D(),N0=xo(),j0=yo(),z0=Uo(),$0=Fu(),V0=ls(),U0=gs(),ce=qn(),ks=require("punycode"),H0={default:bs(),zero:vs(),commonmark:_s()},G0=/^(vbscript|javascript|file|data):/,Y0=/^data:image\/(gif|png|jpeg|webp);/;function Z0(e){var r=e.trim().toLowerCase();return G0.test(r)?!!Y0.test(r):!0}var Es=["http:","https:","mailto:"];function W0(e){var r=ce.parse(e,!0);if(r.hostname&&(!r.protocol||Es.indexOf(r.protocol)>=0))try{r.hostname=ks.toASCII(r.hostname)}catch{}return ce.encode(ce.format(r))}function K0(e){var r=ce.parse(e,!0);if(r.hostname&&(!r.protocol||Es.indexOf(r.protocol)>=0))try{r.hostname=ks.toUnicode(r.hostname)}catch{}return ce.decode(ce.format(r),ce.decode.defaultChars+"%")}function W(e,r){if(!(this instanceof W))return new W(e,r);r||Ze.isString(e)||(r=e||{},e="default"),this.inline=new V0,this.block=new $0,this.core=new z0,this.renderer=new j0,this.linkify=new U0,this.validateLink=Z0,this.normalizeLink=W0,this.normalizeLinkText=K0,this.utils=Ze,this.helpers=Ze.assign({},N0),this.options={},this.configure(e),r&&this.set(r)}W.prototype.set=function(e){return Ze.assign(this.options,e),this};W.prototype.configure=function(e){var r=this,n;if(Ze.isString(e)&&(n=e,e=H0[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(t){e.components[t].rules&&r[t].ruler.enableOnly(e.components[t].rules),e.components[t].rules2&&r[t].ruler2.enableOnly(e.components[t].rules2)}),this};W.prototype.enable=function(e,r){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(i){n=n.concat(this[i].ruler.enable(e,!0))},this),n=n.concat(this.inline.ruler2.enable(e,!0));var t=e.filter(function(i){return n.indexOf(i)<0});if(t.length&&!r)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+t);return this};W.prototype.disable=function(e,r){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(i){n=n.concat(this[i].ruler.disable(e,!0))},this),n=n.concat(this.inline.ruler2.disable(e,!0));var t=e.filter(function(i){return n.indexOf(i)<0});if(t.length&&!r)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+t);return this};W.prototype.use=function(e){var r=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,r),this};W.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};W.prototype.render=function(e,r){return r=r||{},this.renderer.render(this.parse(e,r),this.options,r)};W.prototype.parseInline=function(e,r){var n=new this.core.State(e,this,r);return n.inlineMode=!0,this.core.process(n),n.tokens};W.prototype.renderInline=function(e,r){return r=r||{},this.renderer.render(this.parseInline(e,r),this.options,r)};As.exports=W});var Ds=m((lx,Fs)=>{"use strict";a();Fs.exports=ws()});var We=m((cx,qs)=>{a();var J0=Object.prototype.toString;qs.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 nh(r)?"generatorfunction":"function";if(Q0(r))return"array";if(oh(r))return"buffer";if(ih(r))return"arguments";if(eh(r))return"date";if(X0(r))return"error";if(rh(r))return"regexp";switch(Ss(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(th(r))return"generator";switch(n=J0.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 Ss(e){return typeof e.constructor=="function"?e.constructor.name:null}function Q0(e){return Array.isArray?Array.isArray(e):e instanceof Array}function X0(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function eh(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function rh(e){return e instanceof RegExp?!0:typeof e.flags=="string"&&typeof e.ignoreCase=="boolean"&&typeof e.multiline=="boolean"&&typeof e.global=="boolean"}function nh(e,r){return Ss(e)==="GeneratorFunction"}function th(e){return typeof e.throw=="function"&&typeof e.return=="function"&&typeof e.next=="function"}function ih(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 oh(e){return e.constructor&&typeof e.constructor.isBuffer=="function"?e.constructor.isBuffer(e):!1}});var Ts=m((ax,Os)=>{"use strict";a();Os.exports=function(r){return typeof r<"u"&&r!==null&&(typeof r=="object"||typeof r=="function")}});var Ms=m((fx,Is)=>{"use strict";a();var Rs=Ts();Is.exports=function(r){Rs(r)||(r={});for(var n=arguments.length,t=1;t<n;t++){var i=arguments[t];Rs(i)&&uh(r,i)}return r};function uh(e,r){for(var n in r)sh(r,n)&&(e[n]=r[n])}function sh(e,r){return Object.prototype.hasOwnProperty.call(e,r)}});var Ps=m((px,Ls)=>{"use strict";a();var lh=We(),ch=Ms();Ls.exports=function(e,r){typeof r=="function"&&(r={parse:r});var n=fh(e),t={section_delimiter:"---",parse:hh},i=ch({},t,r),o=i.section_delimiter,u=n.content.split(/\r?\n/),s=null,l=Bs(),c=[],f=[];function p(v){n.content=v,s=[],c=[]}function d(v){f.length&&(l.key=ph(f[0],o),l.content=v,i.parse(l,s),s.push(l),l=Bs(),c=[],f=[])}for(var h=0;h<u.length;h++){var b=u[h],x=f.length,g=b.trim();if(ah(g,o)){if(g.length===3&&h!==0){if(x===0||x===2){c.push(b);continue}f.push(g),l.data=c.join(`
|
|
27
|
-
`),c=[];continue}s===null&&p(c.join(`
|
|
28
|
-
`)),x===2&&d(c.join(`
|
|
29
|
-
`)),f.push(g);continue}c.push(b)}return s===null?p(c.join(`
|
|
30
|
-
`)):d(c.join(`
|
|
31
|
-
`)),n.sections=s,n};function ah(e,r){return!(e.slice(0,r.length)!==r||e.charAt(r.length+1)===r.slice(-1))}function fh(e){if(lh(e)!=="object"&&(e={content:e}),typeof e.content!="string"&&!dh(e.content))throw new TypeError("expected a buffer or string");return e.content=e.content.toString(),e.sections=[],e}function ph(e,r){return e?e.slice(r.length).trim():""}function Bs(){return{key:"",data:"",content:""}}function hh(e){return e}function dh(e){return e&&e.constructor&&typeof e.constructor.isBuffer=="function"?e.constructor.isBuffer(e):!1}});var fe=m((hx,ae)=>{"use strict";a();function Ns(e){return typeof e>"u"||e===null}function mh(e){return typeof e=="object"&&e!==null}function gh(e){return Array.isArray(e)?e:Ns(e)?[]:[e]}function xh(e,r){var n,t,i,o;if(r)for(o=Object.keys(r),n=0,t=o.length;n<t;n+=1)i=o[n],e[i]=r[i];return e}function bh(e,r){var n="",t;for(t=0;t<r;t+=1)n+=e;return n}function yh(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}ae.exports.isNothing=Ns;ae.exports.isObject=mh;ae.exports.toArray=gh;ae.exports.repeat=bh;ae.exports.isNegativeZero=yh;ae.exports.extend=xh});var Te=m((dx,js)=>{"use strict";a();function Ke(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||""}Ke.prototype=Object.create(Error.prototype);Ke.prototype.constructor=Ke;Ke.prototype.toString=function(r){var n=this.name+": ";return n+=this.reason||"(unknown reason)",!r&&this.mark&&(n+=" "+this.mark.toString()),n};js.exports=Ke});var Vs=m((mx,$s)=>{"use strict";a();var zs=fe();function Qn(e,r,n,t,i){this.name=e,this.buffer=r,this.position=n,this.line=t,this.column=i}Qn.prototype.getSnippet=function(r,n){var t,i,o,u,s;if(!this.buffer)return null;for(r=r||4,n=n||75,t="",i=this.position;i>0&&`\0\r
|
|
32
|
-
\x85\u2028\u2029`.indexOf(this.buffer.charAt(i-1))===-1;)if(i-=1,this.position-i>n/2-1){t=" ... ",i+=5;break}for(o="",u=this.position;u<this.buffer.length&&`\0\r
|
|
33
|
-
\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(i,u),zs.repeat(" ",r)+t+s+o+`
|
|
34
|
-
`+zs.repeat(" ",r+this.position-i+t.length)+"^"};Qn.prototype.toString=function(r){var n,t="";return this.name&&(t+='in "'+this.name+'" '),t+="at line "+(this.line+1)+", column "+(this.column+1),r||(n=this.getSnippet(),n&&(t+=`:
|
|
35
|
-
`+n)),t};$s.exports=Qn});var P=m((gx,Hs)=>{"use strict";a();var Us=Te(),vh=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],Ch=["scalar","sequence","mapping"];function _h(e){var r={};return e!==null&&Object.keys(e).forEach(function(n){e[n].forEach(function(t){r[String(t)]=n})}),r}function kh(e,r){if(r=r||{},Object.keys(r).forEach(function(n){if(vh.indexOf(n)===-1)throw new Us('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=_h(r.styleAliases||null),Ch.indexOf(this.kind)===-1)throw new Us('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}Hs.exports=kh});var pe=m((xx,Ys)=>{"use strict";a();var Gs=fe(),Mr=Te(),Eh=P();function Xn(e,r,n){var t=[];return e.include.forEach(function(i){n=Xn(i,r,n)}),e[r].forEach(function(i){n.forEach(function(o,u){o.tag===i.tag&&o.kind===i.kind&&t.push(u)}),n.push(i)}),n.filter(function(i,o){return t.indexOf(o)===-1})}function Ah(){var e={scalar:{},sequence:{},mapping:{},fallback:{}},r,n;function t(i){e[i.kind][i.tag]=e.fallback[i.tag]=i}for(r=0,n=arguments.length;r<n;r+=1)arguments[r].forEach(t);return e}function Re(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 Mr("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")}),this.compiledImplicit=Xn(this,"implicit",[]),this.compiledExplicit=Xn(this,"explicit",[]),this.compiledTypeMap=Ah(this.compiledImplicit,this.compiledExplicit)}Re.DEFAULT=null;Re.create=function(){var r,n;switch(arguments.length){case 1:r=Re.DEFAULT,n=arguments[0];break;case 2:r=arguments[0],n=arguments[1];break;default:throw new Mr("Wrong number of arguments for Schema.create function")}if(r=Gs.toArray(r),n=Gs.toArray(n),!r.every(function(t){return t instanceof Re}))throw new Mr("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!n.every(function(t){return t instanceof Eh}))throw new Mr("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new Re({include:r,explicit:n})};Ys.exports=Re});var Ws=m((bx,Zs)=>{"use strict";a();var wh=P();Zs.exports=new wh("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})});var Js=m((yx,Ks)=>{"use strict";a();var Fh=P();Ks.exports=new Fh("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})});var Xs=m((vx,Qs)=>{"use strict";a();var Dh=P();Qs.exports=new Dh("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})});var Br=m((Cx,el)=>{"use strict";a();var Sh=pe();el.exports=new Sh({explicit:[Ws(),Js(),Xs()]})});var nl=m((_x,rl)=>{"use strict";a();var qh=P();function Oh(e){if(e===null)return!0;var r=e.length;return r===1&&e==="~"||r===4&&(e==="null"||e==="Null"||e==="NULL")}function Th(){return null}function Rh(e){return e===null}rl.exports=new qh("tag:yaml.org,2002:null",{kind:"scalar",resolve:Oh,construct:Th,predicate:Rh,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})});var il=m((kx,tl)=>{"use strict";a();var Ih=P();function Mh(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 Bh(e){return e==="true"||e==="True"||e==="TRUE"}function Lh(e){return Object.prototype.toString.call(e)==="[object Boolean]"}tl.exports=new Ih("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Mh,construct:Bh,predicate:Lh,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 ul=m((Ex,ol)=>{"use strict";a();var Ph=fe(),Nh=P();function jh(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function zh(e){return 48<=e&&e<=55}function $h(e){return 48<=e&&e<=57}function Vh(e){if(e===null)return!1;var r=e.length,n=0,t=!1,i;if(!r)return!1;if(i=e[n],(i==="-"||i==="+")&&(i=e[++n]),i==="0"){if(n+1===r)return!0;if(i=e[++n],i==="b"){for(n++;n<r;n++)if(i=e[n],i!=="_"){if(i!=="0"&&i!=="1")return!1;t=!0}return t&&i!=="_"}if(i==="x"){for(n++;n<r;n++)if(i=e[n],i!=="_"){if(!jh(e.charCodeAt(n)))return!1;t=!0}return t&&i!=="_"}for(;n<r;n++)if(i=e[n],i!=="_"){if(!zh(e.charCodeAt(n)))return!1;t=!0}return t&&i!=="_"}if(i==="_")return!1;for(;n<r;n++)if(i=e[n],i!=="_"){if(i===":")break;if(!$h(e.charCodeAt(n)))return!1;t=!0}return!t||i==="_"?!1:i!==":"?!0:/^(:[0-5]?[0-9])+$/.test(e.slice(n))}function Uh(e){var r=e,n=1,t,i,o=[];return r.indexOf("_")!==-1&&(r=r.replace(/_/g,"")),t=r[0],(t==="-"||t==="+")&&(t==="-"&&(n=-1),r=r.slice(1),t=r[0]),r==="0"?0:t==="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,i=1,o.forEach(function(u){r+=u*i,i*=60}),n*r):n*parseInt(r,10)}function Hh(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!Ph.isNegativeZero(e)}ol.exports=new Nh("tag:yaml.org,2002:int",{kind:"scalar",resolve:Vh,construct:Uh,predicate:Hh,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 cl=m((Ax,ll)=>{"use strict";a();var sl=fe(),Gh=P(),Yh=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 Zh(e){return!(e===null||!Yh.test(e)||e[e.length-1]==="_")}function Wh(e){var r,n,t,i;return r=e.replace(/_/g,"").toLowerCase(),n=r[0]==="-"?-1:1,i=[],"+-".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){i.unshift(parseFloat(o,10))}),r=0,t=1,i.forEach(function(o){r+=o*t,t*=60}),n*r):n*parseFloat(r,10)}var Kh=/^[-+]?[0-9]+e/;function Jh(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(sl.isNegativeZero(e))return"-0.0";return n=e.toString(10),Kh.test(n)?n.replace("e",".e"):n}function Qh(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||sl.isNegativeZero(e))}ll.exports=new Gh("tag:yaml.org,2002:float",{kind:"scalar",resolve:Zh,construct:Wh,predicate:Qh,represent:Jh,defaultStyle:"lowercase"})});var et=m((wx,al)=>{"use strict";a();var Xh=pe();al.exports=new Xh({include:[Br()],implicit:[nl(),il(),ul(),cl()]})});var rt=m((Fx,fl)=>{"use strict";a();var ed=pe();fl.exports=new ed({include:[et()]})});var ml=m((Dx,dl)=>{"use strict";a();var rd=P(),pl=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),hl=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 nd(e){return e===null?!1:pl.exec(e)!==null||hl.exec(e)!==null}function td(e){var r,n,t,i,o,u,s,l=0,c=null,f,p,d;if(r=pl.exec(e),r===null&&(r=hl.exec(e)),r===null)throw new Error("Date resolve error");if(n=+r[1],t=+r[2]-1,i=+r[3],!r[4])return new Date(Date.UTC(n,t,i));if(o=+r[4],u=+r[5],s=+r[6],r[7]){for(l=r[7].slice(0,3);l.length<3;)l+="0";l=+l}return r[9]&&(f=+r[10],p=+(r[11]||0),c=(f*60+p)*6e4,r[9]==="-"&&(c=-c)),d=new Date(Date.UTC(n,t,i,o,u,s,l)),c&&d.setTime(d.getTime()-c),d}function id(e){return e.toISOString()}dl.exports=new rd("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:nd,construct:td,instanceOf:Date,represent:id})});var xl=m((Sx,gl)=>{"use strict";a();var od=P();function ud(e){return e==="<<"||e===null}gl.exports=new od("tag:yaml.org,2002:merge",{kind:"scalar",resolve:ud})});var vl=m((qx,yl)=>{"use strict";a();var he;try{bl=require,he=bl("buffer").Buffer}catch{}var bl,sd=P(),nt=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
36
|
-
\r`;function ld(e){if(e===null)return!1;var r,n,t=0,i=e.length,o=nt;for(n=0;n<i;n++)if(r=o.indexOf(e.charAt(n)),!(r>64)){if(r<0)return!1;t+=6}return t%8===0}function cd(e){var r,n,t=e.replace(/[\r\n=]/g,""),i=t.length,o=nt,u=0,s=[];for(r=0;r<i;r++)r%4===0&&r&&(s.push(u>>16&255),s.push(u>>8&255),s.push(u&255)),u=u<<6|o.indexOf(t.charAt(r));return n=i%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),he?he.from?he.from(s):new he(s):s}function ad(e){var r="",n=0,t,i,o=e.length,u=nt;for(t=0;t<o;t++)t%3===0&&t&&(r+=u[n>>18&63],r+=u[n>>12&63],r+=u[n>>6&63],r+=u[n&63]),n=(n<<8)+e[t];return i=o%3,i===0?(r+=u[n>>18&63],r+=u[n>>12&63],r+=u[n>>6&63],r+=u[n&63]):i===2?(r+=u[n>>10&63],r+=u[n>>4&63],r+=u[n<<2&63],r+=u[64]):i===1&&(r+=u[n>>2&63],r+=u[n<<4&63],r+=u[64],r+=u[64]),r}function fd(e){return he&&he.isBuffer(e)}yl.exports=new sd("tag:yaml.org,2002:binary",{kind:"scalar",resolve:ld,construct:cd,predicate:fd,represent:ad})});var _l=m((Ox,Cl)=>{"use strict";a();var pd=P(),hd=Object.prototype.hasOwnProperty,dd=Object.prototype.toString;function md(e){if(e===null)return!0;var r=[],n,t,i,o,u,s=e;for(n=0,t=s.length;n<t;n+=1){if(i=s[n],u=!1,dd.call(i)!=="[object Object]")return!1;for(o in i)if(hd.call(i,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 gd(e){return e!==null?e:[]}Cl.exports=new pd("tag:yaml.org,2002:omap",{kind:"sequence",resolve:md,construct:gd})});var El=m((Tx,kl)=>{"use strict";a();var xd=P(),bd=Object.prototype.toString;function yd(e){if(e===null)return!0;var r,n,t,i,o,u=e;for(o=new Array(u.length),r=0,n=u.length;r<n;r+=1){if(t=u[r],bd.call(t)!=="[object Object]"||(i=Object.keys(t),i.length!==1))return!1;o[r]=[i[0],t[i[0]]]}return!0}function vd(e){if(e===null)return[];var r,n,t,i,o,u=e;for(o=new Array(u.length),r=0,n=u.length;r<n;r+=1)t=u[r],i=Object.keys(t),o[r]=[i[0],t[i[0]]];return o}kl.exports=new xd("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:yd,construct:vd})});var wl=m((Rx,Al)=>{"use strict";a();var Cd=P(),_d=Object.prototype.hasOwnProperty;function kd(e){if(e===null)return!0;var r,n=e;for(r in n)if(_d.call(n,r)&&n[r]!==null)return!1;return!0}function Ed(e){return e!==null?e:{}}Al.exports=new Cd("tag:yaml.org,2002:set",{kind:"mapping",resolve:kd,construct:Ed})});var Ie=m((Ix,Fl)=>{"use strict";a();var Ad=pe();Fl.exports=new Ad({include:[rt()],implicit:[ml(),xl()],explicit:[vl(),_l(),El(),wl()]})});var Sl=m((Mx,Dl)=>{"use strict";a();var wd=P();function Fd(){return!0}function Dd(){}function Sd(){return""}function qd(e){return typeof e>"u"}Dl.exports=new wd("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:Fd,construct:Dd,predicate:qd,represent:Sd})});var Ol=m((Bx,ql)=>{"use strict";a();var Od=P();function Td(e){if(e===null||e.length===0)return!1;var r=e,n=/\/([gim]*)$/.exec(e),t="";return!(r[0]==="/"&&(n&&(t=n[1]),t.length>3||r[r.length-t.length-1]!=="/"))}function Rd(e){var r=e,n=/\/([gim]*)$/.exec(e),t="";return r[0]==="/"&&(n&&(t=n[1]),r=r.slice(1,r.length-t.length-1)),new RegExp(r,t)}function Id(e){var r="/"+e.source+"/";return e.global&&(r+="g"),e.multiline&&(r+="m"),e.ignoreCase&&(r+="i"),r}function Md(e){return Object.prototype.toString.call(e)==="[object RegExp]"}ql.exports=new Od("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:Td,construct:Rd,predicate:Md,represent:Id})});var Il=m((Lx,Rl)=>{"use strict";a();var Lr;try{Tl=require,Lr=Tl("esprima")}catch{typeof window<"u"&&(Lr=window.esprima)}var Tl,Bd=P();function Ld(e){if(e===null)return!1;try{var r="("+e+")",n=Lr.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 Pd(e){var r="("+e+")",n=Lr.parse(r,{range:!0}),t=[],i;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){t.push(o.name)}),i=n.body[0].expression.body.range,n.body[0].expression.body.type==="BlockStatement"?new Function(t,r.slice(i[0]+1,i[1]-1)):new Function(t,"return "+r.slice(i[0],i[1]))}function Nd(e){return e.toString()}function jd(e){return Object.prototype.toString.call(e)==="[object Function]"}Rl.exports=new Bd("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:Ld,construct:Pd,predicate:jd,represent:Nd})});var Je=m((Px,Bl)=>{"use strict";a();var Ml=pe();Bl.exports=Ml.DEFAULT=new Ml({include:[Ie()],explicit:[Sl(),Ol(),Il()]})});var rc=m((Nx,Qe)=>{"use strict";a();var re=fe(),Vl=Te(),zd=Vs(),Ul=Ie(),$d=Je(),ue=Object.prototype.hasOwnProperty,Pr=1,Hl=2,Gl=3,Nr=4,tt=1,Vd=2,Ll=3,Ud=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Hd=/[\x85\u2028\u2029]/,Gd=/[,\[\]\{\}]/,Yl=/^(?:!|!!|![a-z\-]+!)$/i,Zl=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Pl(e){return Object.prototype.toString.call(e)}function ee(e){return e===10||e===13}function me(e){return e===9||e===32}function U(e){return e===9||e===32||e===10||e===13}function Me(e){return e===44||e===91||e===93||e===123||e===125}function Yd(e){var r;return 48<=e&&e<=57?e-48:(r=e|32,97<=r&&r<=102?r-97+10:-1)}function Zd(e){return e===120?2:e===117?4:e===85?8:0}function Wd(e){return 48<=e&&e<=57?e-48:-1}function Nl(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
|
|
37
|
-
`: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 Kd(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var Wl=new Array(256),Kl=new Array(256);for(de=0;de<256;de++)Wl[de]=Nl(de)?1:0,Kl[de]=Nl(de);var de;function Jd(e,r){this.input=e,this.filename=r.filename||null,this.schema=r.schema||$d,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 Jl(e,r){return new Vl(r,new zd(e.filename,e.input,e.position,e.line,e.position-e.lineStart))}function E(e,r){throw Jl(e,r)}function jr(e,r){e.onWarning&&e.onWarning.call(null,Jl(e,r))}var jl={YAML:function(r,n,t){var i,o,u;r.version!==null&&E(r,"duplication of %YAML directive"),t.length!==1&&E(r,"YAML directive accepts exactly one argument"),i=/^([0-9]+)\.([0-9]+)$/.exec(t[0]),i===null&&E(r,"ill-formed argument of the YAML directive"),o=parseInt(i[1],10),u=parseInt(i[2],10),o!==1&&E(r,"unacceptable YAML version of the document"),r.version=t[0],r.checkLineBreaks=u<2,u!==1&&u!==2&&jr(r,"unsupported YAML version of the document")},TAG:function(r,n,t){var i,o;t.length!==2&&E(r,"TAG directive accepts exactly two arguments"),i=t[0],o=t[1],Yl.test(i)||E(r,"ill-formed tag handle (first argument) of the TAG directive"),ue.call(r.tagMap,i)&&E(r,'there is a previously declared suffix for "'+i+'" tag handle'),Zl.test(o)||E(r,"ill-formed tag prefix (second argument) of the TAG directive"),r.tagMap[i]=o}};function oe(e,r,n,t){var i,o,u,s;if(r<n){if(s=e.input.slice(r,n),t)for(i=0,o=s.length;i<o;i+=1)u=s.charCodeAt(i),u===9||32<=u&&u<=1114111||E(e,"expected valid JSON character");else Ud.test(s)&&E(e,"the stream contains non-printable characters");e.result+=s}}function zl(e,r,n,t){var i,o,u,s;for(re.isObject(n)||E(e,"cannot merge mappings; the provided source object is unacceptable"),i=Object.keys(n),u=0,s=i.length;u<s;u+=1)o=i[u],ue.call(r,o)||(r[o]=n[o],t[o]=!0)}function Be(e,r,n,t,i,o,u,s){var l,c;if(Array.isArray(i))for(i=Array.prototype.slice.call(i),l=0,c=i.length;l<c;l+=1)Array.isArray(i[l])&&E(e,"nested arrays are not supported inside keys"),typeof i=="object"&&Pl(i[l])==="[object Object]"&&(i[l]="[object Object]");if(typeof i=="object"&&Pl(i)==="[object Object]"&&(i="[object Object]"),i=String(i),r===null&&(r={}),t==="tag:yaml.org,2002:merge")if(Array.isArray(o))for(l=0,c=o.length;l<c;l+=1)zl(e,r,o[l],n);else zl(e,r,o,n);else!e.json&&!ue.call(n,i)&&ue.call(r,i)&&(e.line=u||e.line,e.position=s||e.position,E(e,"duplicated mapping key")),r[i]=o,delete n[i];return r}function it(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 B(e,r,n){for(var t=0,i=e.input.charCodeAt(e.position);i!==0;){for(;me(i);)i=e.input.charCodeAt(++e.position);if(r&&i===35)do i=e.input.charCodeAt(++e.position);while(i!==10&&i!==13&&i!==0);if(ee(i))for(it(e),i=e.input.charCodeAt(e.position),t++,e.lineIndent=0;i===32;)e.lineIndent++,i=e.input.charCodeAt(++e.position);else break}return n!==-1&&t!==0&&e.lineIndent<n&&jr(e,"deficient indentation"),t}function zr(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||U(n)))}function ot(e,r){r===1?e.result+=" ":r>1&&(e.result+=re.repeat(`
|
|
38
|
-
`,r-1))}function Qd(e,r,n){var t,i,o,u,s,l,c,f,p=e.kind,d=e.result,h;if(h=e.input.charCodeAt(e.position),U(h)||Me(h)||h===35||h===38||h===42||h===33||h===124||h===62||h===39||h===34||h===37||h===64||h===96||(h===63||h===45)&&(i=e.input.charCodeAt(e.position+1),U(i)||n&&Me(i)))return!1;for(e.kind="scalar",e.result="",o=u=e.position,s=!1;h!==0;){if(h===58){if(i=e.input.charCodeAt(e.position+1),U(i)||n&&Me(i))break}else if(h===35){if(t=e.input.charCodeAt(e.position-1),U(t))break}else{if(e.position===e.lineStart&&zr(e)||n&&Me(h))break;if(ee(h))if(l=e.line,c=e.lineStart,f=e.lineIndent,B(e,!1,-1),e.lineIndent>=r){s=!0,h=e.input.charCodeAt(e.position);continue}else{e.position=u,e.line=l,e.lineStart=c,e.lineIndent=f;break}}s&&(oe(e,o,u,!1),ot(e,e.line-l),o=u=e.position,s=!1),me(h)||(u=e.position+1),h=e.input.charCodeAt(++e.position)}return oe(e,o,u,!1),e.result?!0:(e.kind=p,e.result=d,!1)}function Xd(e,r){var n,t,i;if(n=e.input.charCodeAt(e.position),n!==39)return!1;for(e.kind="scalar",e.result="",e.position++,t=i=e.position;(n=e.input.charCodeAt(e.position))!==0;)if(n===39)if(oe(e,t,e.position,!0),n=e.input.charCodeAt(++e.position),n===39)t=e.position,e.position++,i=e.position;else return!0;else ee(n)?(oe(e,t,i,!0),ot(e,B(e,!1,r)),t=i=e.position):e.position===e.lineStart&&zr(e)?E(e,"unexpected end of the document within a single quoted scalar"):(e.position++,i=e.position);E(e,"unexpected end of the stream within a single quoted scalar")}function em(e,r){var n,t,i,o,u,s;if(s=e.input.charCodeAt(e.position),s!==34)return!1;for(e.kind="scalar",e.result="",e.position++,n=t=e.position;(s=e.input.charCodeAt(e.position))!==0;){if(s===34)return oe(e,n,e.position,!0),e.position++,!0;if(s===92){if(oe(e,n,e.position,!0),s=e.input.charCodeAt(++e.position),ee(s))B(e,!1,r);else if(s<256&&Wl[s])e.result+=Kl[s],e.position++;else if((u=Zd(s))>0){for(i=u,o=0;i>0;i--)s=e.input.charCodeAt(++e.position),(u=Yd(s))>=0?o=(o<<4)+u:E(e,"expected hexadecimal character");e.result+=Kd(o),e.position++}else E(e,"unknown escape sequence");n=t=e.position}else ee(s)?(oe(e,n,t,!0),ot(e,B(e,!1,r)),n=t=e.position):e.position===e.lineStart&&zr(e)?E(e,"unexpected end of the document within a double quoted scalar"):(e.position++,t=e.position)}E(e,"unexpected end of the stream within a double quoted scalar")}function rm(e,r){var n=!0,t,i=e.tag,o,u=e.anchor,s,l,c,f,p,d={},h,b,x,g;if(g=e.input.charCodeAt(e.position),g===91)l=93,p=!1,o=[];else if(g===123)l=125,p=!0,o={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=o),g=e.input.charCodeAt(++e.position);g!==0;){if(B(e,!0,r),g=e.input.charCodeAt(e.position),g===l)return e.position++,e.tag=i,e.anchor=u,e.kind=p?"mapping":"sequence",e.result=o,!0;n||E(e,"missed comma between flow collection entries"),b=h=x=null,c=f=!1,g===63&&(s=e.input.charCodeAt(e.position+1),U(s)&&(c=f=!0,e.position++,B(e,!0,r))),t=e.line,Le(e,r,Pr,!1,!0),b=e.tag,h=e.result,B(e,!0,r),g=e.input.charCodeAt(e.position),(f||e.line===t)&&g===58&&(c=!0,g=e.input.charCodeAt(++e.position),B(e,!0,r),Le(e,r,Pr,!1,!0),x=e.result),p?Be(e,o,d,b,h,x):c?o.push(Be(e,null,d,b,h,x)):o.push(h),B(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 nm(e,r){var n,t,i=tt,o=!1,u=!1,s=r,l=0,c=!1,f,p;if(p=e.input.charCodeAt(e.position),p===124)t=!1;else if(p===62)t=!0;else return!1;for(e.kind="scalar",e.result="";p!==0;)if(p=e.input.charCodeAt(++e.position),p===43||p===45)tt===i?i=p===43?Ll:Vd:E(e,"repeat of a chomping mode identifier");else if((f=Wd(p))>=0)f===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+f-1,u=!0);else break;if(me(p)){do p=e.input.charCodeAt(++e.position);while(me(p));if(p===35)do p=e.input.charCodeAt(++e.position);while(!ee(p)&&p!==0)}for(;p!==0;){for(it(e),e.lineIndent=0,p=e.input.charCodeAt(e.position);(!u||e.lineIndent<s)&&p===32;)e.lineIndent++,p=e.input.charCodeAt(++e.position);if(!u&&e.lineIndent>s&&(s=e.lineIndent),ee(p)){l++;continue}if(e.lineIndent<s){i===Ll?e.result+=re.repeat(`
|
|
39
|
-
`,o?1+l:l):i===tt&&o&&(e.result+=`
|
|
40
|
-
`);break}for(t?me(p)?(c=!0,e.result+=re.repeat(`
|
|
41
|
-
`,o?1+l:l)):c?(c=!1,e.result+=re.repeat(`
|
|
42
|
-
`,l+1)):l===0?o&&(e.result+=" "):e.result+=re.repeat(`
|
|
43
|
-
`,l):e.result+=re.repeat(`
|
|
44
|
-
`,o?1+l:l),o=!0,u=!0,l=0,n=e.position;!ee(p)&&p!==0;)p=e.input.charCodeAt(++e.position);oe(e,n,e.position,!1)}return!0}function $l(e,r){var n,t=e.tag,i=e.anchor,o=[],u,s=!1,l;for(e.anchor!==null&&(e.anchorMap[e.anchor]=o),l=e.input.charCodeAt(e.position);l!==0&&!(l!==45||(u=e.input.charCodeAt(e.position+1),!U(u)));){if(s=!0,e.position++,B(e,!0,-1)&&e.lineIndent<=r){o.push(null),l=e.input.charCodeAt(e.position);continue}if(n=e.line,Le(e,r,Gl,!1,!0),o.push(e.result),B(e,!0,-1),l=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>r)&&l!==0)E(e,"bad indentation of a sequence entry");else if(e.lineIndent<r)break}return s?(e.tag=t,e.anchor=i,e.kind="sequence",e.result=o,!0):!1}function tm(e,r,n){var t,i,o,u,s=e.tag,l=e.anchor,c={},f={},p=null,d=null,h=null,b=!1,x=!1,g;for(e.anchor!==null&&(e.anchorMap[e.anchor]=c),g=e.input.charCodeAt(e.position);g!==0;){if(t=e.input.charCodeAt(e.position+1),o=e.line,u=e.position,(g===63||g===58)&&U(t))g===63?(b&&(Be(e,c,f,p,d,null),p=d=h=null),x=!0,b=!0,i=!0):b?(b=!1,i=!0):E(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,g=t;else if(Le(e,n,Hl,!1,!0))if(e.line===o){for(g=e.input.charCodeAt(e.position);me(g);)g=e.input.charCodeAt(++e.position);if(g===58)g=e.input.charCodeAt(++e.position),U(g)||E(e,"a whitespace character is expected after the key-value separator within a block mapping"),b&&(Be(e,c,f,p,d,null),p=d=h=null),x=!0,b=!1,i=!1,p=e.tag,d=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=l,!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=l,!0;else break;if((e.line===o||e.lineIndent>r)&&(Le(e,r,Nr,!0,i)&&(b?d=e.result:h=e.result),b||(Be(e,c,f,p,d,h,o,u),p=d=h=null),B(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 b&&Be(e,c,f,p,d,null),x&&(e.tag=s,e.anchor=l,e.kind="mapping",e.result=c),x}function im(e){var r,n=!1,t=!1,i,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?(t=!0,i="!!",u=e.input.charCodeAt(++e.position)):i="!",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&&!U(u);)u===33&&(t?E(e,"tag suffix cannot contain exclamation marks"):(i=e.input.slice(r-1,e.position+1),Yl.test(i)||E(e,"named tag handle cannot contain such characters"),t=!0,r=e.position+1)),u=e.input.charCodeAt(++e.position);o=e.input.slice(r,e.position),Gd.test(o)&&E(e,"tag suffix cannot contain flow indicator characters")}return o&&!Zl.test(o)&&E(e,"tag name cannot contain such characters: "+o),n?e.tag=o:ue.call(e.tagMap,i)?e.tag=e.tagMap[i]+o:i==="!"?e.tag="!"+o:i==="!!"?e.tag="tag:yaml.org,2002:"+o:E(e,'undeclared tag handle "'+i+'"'),!0}function om(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&&!U(n)&&!Me(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 um(e){var r,n,t;if(t=e.input.charCodeAt(e.position),t!==42)return!1;for(t=e.input.charCodeAt(++e.position),r=e.position;t!==0&&!U(t)&&!Me(t);)t=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),ue.call(e.anchorMap,n)||E(e,'unidentified alias "'+n+'"'),e.result=e.anchorMap[n],B(e,!0,-1),!0}function Le(e,r,n,t,i){var o,u,s,l=1,c=!1,f=!1,p,d,h,b,x;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,o=u=s=Nr===n||Gl===n,t&&B(e,!0,-1)&&(c=!0,e.lineIndent>r?l=1:e.lineIndent===r?l=0:e.lineIndent<r&&(l=-1)),l===1)for(;im(e)||om(e);)B(e,!0,-1)?(c=!0,s=o,e.lineIndent>r?l=1:e.lineIndent===r?l=0:e.lineIndent<r&&(l=-1)):s=!1;if(s&&(s=c||i),(l===1||Nr===n)&&(Pr===n||Hl===n?b=r:b=r+1,x=e.position-e.lineStart,l===1?s&&($l(e,x)||tm(e,x,b))||rm(e,b)?f=!0:(u&&nm(e,b)||Xd(e,b)||em(e,b)?f=!0:um(e)?(f=!0,(e.tag!==null||e.anchor!==null)&&E(e,"alias node should not have any properties")):Qd(e,b,Pr===n)&&(f=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):l===0&&(f=s&&$l(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+'"'),p=0,d=e.implicitTypes.length;p<d;p+=1)if(h=e.implicitTypes[p],h.resolve(e.result)){e.result=h.construct(e.result),e.tag=h.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else ue.call(e.typeMap[e.kind||"fallback"],e.tag)?(h=e.typeMap[e.kind||"fallback"][e.tag],e.result!==null&&h.kind!==e.kind&&E(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+h.kind+'", not "'+e.kind+'"'),h.resolve(e.result)?(e.result=h.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||f}function sm(e){var r=e.position,n,t,i,o=!1,u;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap={},e.anchorMap={};(u=e.input.charCodeAt(e.position))!==0&&(B(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&&!U(u);)u=e.input.charCodeAt(++e.position);for(t=e.input.slice(n,e.position),i=[],t.length<1&&E(e,"directive name must not be less than one character in length");u!==0;){for(;me(u);)u=e.input.charCodeAt(++e.position);if(u===35){do u=e.input.charCodeAt(++e.position);while(u!==0&&!ee(u));break}if(ee(u))break;for(n=e.position;u!==0&&!U(u);)u=e.input.charCodeAt(++e.position);i.push(e.input.slice(n,e.position))}u!==0&&it(e),ue.call(jl,t)?jl[t](e,t,i):jr(e,'unknown document directive "'+t+'"')}if(B(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,B(e,!0,-1)):o&&E(e,"directives end mark is expected"),Le(e,e.lineIndent-1,Nr,!1,!0),B(e,!0,-1),e.checkLineBreaks&&Hd.test(e.input.slice(r,e.position))&&jr(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&zr(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,B(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 Ql(e,r){e=String(e),r=r||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
|
|
45
|
-
`),e.charCodeAt(0)===65279&&(e=e.slice(1)));var n=new Jd(e,r),t=e.indexOf("\0");for(t!==-1&&(n.position=t,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;)sm(n);return n.documents}function Xl(e,r,n){r!==null&&typeof r=="object"&&typeof n>"u"&&(n=r,r=null);var t=Ql(e,n);if(typeof r!="function")return t;for(var i=0,o=t.length;i<o;i+=1)r(t[i])}function ec(e,r){var n=Ql(e,r);if(n.length!==0){if(n.length===1)return n[0];throw new Vl("expected a single document in the stream, but found more")}}function lm(e,r,n){return typeof r=="object"&&r!==null&&typeof n>"u"&&(n=r,r=null),Xl(e,r,re.extend({schema:Ul},n))}function cm(e,r){return ec(e,re.extend({schema:Ul},r))}Qe.exports.loadAll=Xl;Qe.exports.load=ec;Qe.exports.safeLoadAll=lm;Qe.exports.safeLoad=cm});var Ec=m((jx,ct)=>{"use strict";a();var er=fe(),rr=Te(),am=Je(),fm=Ie(),cc=Object.prototype.toString,ac=Object.prototype.hasOwnProperty,pm=9,Xe=10,hm=13,dm=32,mm=33,gm=34,fc=35,xm=37,bm=38,ym=39,vm=42,pc=44,Cm=45,hc=58,_m=61,km=62,Em=63,Am=64,dc=91,mc=93,wm=96,gc=123,Fm=124,xc=125,z={};z[0]="\\0";z[7]="\\a";z[8]="\\b";z[9]="\\t";z[10]="\\n";z[11]="\\v";z[12]="\\f";z[13]="\\r";z[27]="\\e";z[34]='\\"';z[92]="\\\\";z[133]="\\N";z[160]="\\_";z[8232]="\\L";z[8233]="\\P";var Dm=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function Sm(e,r){var n,t,i,o,u,s,l;if(r===null)return{};for(n={},t=Object.keys(r),i=0,o=t.length;i<o;i+=1)u=t[i],s=String(r[u]),u.slice(0,2)==="!!"&&(u="tag:yaml.org,2002:"+u.slice(2)),l=e.compiledTypeMap.fallback[u],l&&ac.call(l.styleAliases,s)&&(s=l.styleAliases[s]),n[u]=s;return n}function nc(e){var r,n,t;if(r=e.toString(16).toUpperCase(),e<=255)n="x",t=2;else if(e<=65535)n="u",t=4;else if(e<=4294967295)n="U",t=8;else throw new rr("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+n+er.repeat("0",t-r.length)+r}function qm(e){this.schema=e.schema||am,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=er.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=Sm(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 tc(e,r){for(var n=er.repeat(" ",r),t=0,i=-1,o="",u,s=e.length;t<s;)i=e.indexOf(`
|
|
46
|
-
`,t),i===-1?(u=e.slice(t),t=s):(u=e.slice(t,i+1),t=i+1),u.length&&u!==`
|
|
47
|
-
`&&(o+=n),o+=u;return o}function ut(e,r){return`
|
|
48
|
-
`+er.repeat(" ",e.indent*r)}function Om(e,r){var n,t,i;for(n=0,t=e.implicitTypes.length;n<t;n+=1)if(i=e.implicitTypes[n],i.resolve(r))return!0;return!1}function lt(e){return e===dm||e===pm}function Pe(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 Tm(e){return Pe(e)&&!lt(e)&&e!==65279&&e!==hm&&e!==Xe}function ic(e,r){return Pe(e)&&e!==65279&&e!==pc&&e!==dc&&e!==mc&&e!==gc&&e!==xc&&e!==hc&&(e!==fc||r&&Tm(r))}function Rm(e){return Pe(e)&&e!==65279&&!lt(e)&&e!==Cm&&e!==Em&&e!==hc&&e!==pc&&e!==dc&&e!==mc&&e!==gc&&e!==xc&&e!==fc&&e!==bm&&e!==vm&&e!==mm&&e!==Fm&&e!==_m&&e!==km&&e!==ym&&e!==gm&&e!==xm&&e!==Am&&e!==wm}function bc(e){var r=/^\n* /;return r.test(e)}var yc=1,vc=2,Cc=3,_c=4,$r=5;function Im(e,r,n,t,i){var o,u,s,l=!1,c=!1,f=t!==-1,p=-1,d=Rm(e.charCodeAt(0))&&!lt(e.charCodeAt(e.length-1));if(r)for(o=0;o<e.length;o++){if(u=e.charCodeAt(o),!Pe(u))return $r;s=o>0?e.charCodeAt(o-1):null,d=d&&ic(u,s)}else{for(o=0;o<e.length;o++){if(u=e.charCodeAt(o),u===Xe)l=!0,f&&(c=c||o-p-1>t&&e[p+1]!==" ",p=o);else if(!Pe(u))return $r;s=o>0?e.charCodeAt(o-1):null,d=d&&ic(u,s)}c=c||f&&o-p-1>t&&e[p+1]!==" "}return!l&&!c?d&&!i(e)?yc:vc:n>9&&bc(e)?$r:c?_c:Cc}function Mm(e,r,n,t){e.dump=function(){if(r.length===0)return"''";if(!e.noCompatMode&&Dm.indexOf(r)!==-1)return"'"+r+"'";var i=e.indent*Math.max(1,n),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-i),u=t||e.flowLevel>-1&&n>=e.flowLevel;function s(l){return Om(e,l)}switch(Im(r,u,e.indent,o,s)){case yc:return r;case vc:return"'"+r.replace(/'/g,"''")+"'";case Cc:return"|"+oc(r,e.indent)+uc(tc(r,i));case _c:return">"+oc(r,e.indent)+uc(tc(Bm(r,o),i));case $r:return'"'+Lm(r,o)+'"';default:throw new rr("impossible error: invalid scalar style")}}()}function oc(e,r){var n=bc(e)?String(r):"",t=e[e.length-1]===`
|
|
49
|
-
`,i=t&&(e[e.length-2]===`
|
|
50
|
-
`||e===`
|
|
51
|
-
`),o=i?"+":t?"":"-";return n+o+`
|
|
52
|
-
`}function uc(e){return e[e.length-1]===`
|
|
53
|
-
`?e.slice(0,-1):e}function Bm(e,r){for(var n=/(\n+)([^\n]*)/g,t=function(){var c=e.indexOf(`
|
|
54
|
-
`);return c=c!==-1?c:e.length,n.lastIndex=c,sc(e.slice(0,c),r)}(),i=e[0]===`
|
|
55
|
-
`||e[0]===" ",o,u;u=n.exec(e);){var s=u[1],l=u[2];o=l[0]===" ",t+=s+(!i&&!o&&l!==""?`
|
|
56
|
-
`:"")+sc(l,r),i=o}return t}function sc(e,r){if(e===""||e[0]===" ")return e;for(var n=/ [^ ]/g,t,i=0,o,u=0,s=0,l="";t=n.exec(e);)s=t.index,s-i>r&&(o=u>i?u:s,l+=`
|
|
57
|
-
`+e.slice(i,o),i=o+1),u=s;return l+=`
|
|
58
|
-
`,e.length-i>r&&u>i?l+=e.slice(i,u)+`
|
|
59
|
-
`+e.slice(u+1):l+=e.slice(i),l.slice(1)}function Lm(e){for(var r="",n,t,i,o=0;o<e.length;o++){if(n=e.charCodeAt(o),n>=55296&&n<=56319&&(t=e.charCodeAt(o+1),t>=56320&&t<=57343)){r+=nc((n-55296)*1024+t-56320+65536),o++;continue}i=z[n],r+=!i&&Pe(n)?e[o]:i||nc(n)}return r}function Pm(e,r,n){var t="",i=e.tag,o,u;for(o=0,u=n.length;o<u;o+=1)ge(e,r,n[o],!1,!1)&&(o!==0&&(t+=","+(e.condenseFlow?"":" ")),t+=e.dump);e.tag=i,e.dump="["+t+"]"}function Nm(e,r,n,t){var i="",o=e.tag,u,s;for(u=0,s=n.length;u<s;u+=1)ge(e,r+1,n[u],!0,!0)&&((!t||u!==0)&&(i+=ut(e,r)),e.dump&&Xe===e.dump.charCodeAt(0)?i+="-":i+="- ",i+=e.dump);e.tag=o,e.dump=i||"[]"}function jm(e,r,n){var t="",i=e.tag,o=Object.keys(n),u,s,l,c,f;for(u=0,s=o.length;u<s;u+=1)f="",u!==0&&(f+=", "),e.condenseFlow&&(f+='"'),l=o[u],c=n[l],ge(e,r,l,!1,!1)&&(e.dump.length>1024&&(f+="? "),f+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),ge(e,r,c,!1,!1)&&(f+=e.dump,t+=f));e.tag=i,e.dump="{"+t+"}"}function zm(e,r,n,t){var i="",o=e.tag,u=Object.keys(n),s,l,c,f,p,d;if(e.sortKeys===!0)u.sort();else if(typeof e.sortKeys=="function")u.sort(e.sortKeys);else if(e.sortKeys)throw new rr("sortKeys must be a boolean or a function");for(s=0,l=u.length;s<l;s+=1)d="",(!t||s!==0)&&(d+=ut(e,r)),c=u[s],f=n[c],ge(e,r+1,c,!0,!0,!0)&&(p=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,p&&(e.dump&&Xe===e.dump.charCodeAt(0)?d+="?":d+="? "),d+=e.dump,p&&(d+=ut(e,r)),ge(e,r+1,f,!0,p)&&(e.dump&&Xe===e.dump.charCodeAt(0)?d+=":":d+=": ",d+=e.dump,i+=d));e.tag=o,e.dump=i||"{}"}function lc(e,r,n){var t,i,o,u,s,l;for(i=n?e.explicitTypes:e.implicitTypes,o=0,u=i.length;o<u;o+=1)if(s=i[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(l=e.styleMap[s.tag]||s.defaultStyle,cc.call(s.represent)==="[object Function]")t=s.represent(r,l);else if(ac.call(s.represent,l))t=s.represent[l](r,l);else throw new rr("!<"+s.tag+'> tag resolver accepts not "'+l+'" style');e.dump=t}return!0}return!1}function ge(e,r,n,t,i,o){e.tag=null,e.dump=n,lc(e,n,!1)||lc(e,n,!0);var u=cc.call(e.dump);t&&(t=e.flowLevel<0||e.flowLevel>r);var s=u==="[object Object]"||u==="[object Array]",l,c;if(s&&(l=e.duplicates.indexOf(n),c=l!==-1),(e.tag!==null&&e.tag!=="?"||c||e.indent!==2&&r>0)&&(i=!1),c&&e.usedDuplicates[l])e.dump="*ref_"+l;else{if(s&&c&&!e.usedDuplicates[l]&&(e.usedDuplicates[l]=!0),u==="[object Object]")t&&Object.keys(e.dump).length!==0?(zm(e,r,e.dump,i),c&&(e.dump="&ref_"+l+e.dump)):(jm(e,r,e.dump),c&&(e.dump="&ref_"+l+" "+e.dump));else if(u==="[object Array]"){var f=e.noArrayIndent&&r>0?r-1:r;t&&e.dump.length!==0?(Nm(e,f,e.dump,i),c&&(e.dump="&ref_"+l+e.dump)):(Pm(e,f,e.dump),c&&(e.dump="&ref_"+l+" "+e.dump))}else if(u==="[object String]")e.tag!=="?"&&Mm(e,e.dump,r,o);else{if(e.skipInvalid)return!1;throw new rr("unacceptable kind of an object to dump "+u)}e.tag!==null&&e.tag!=="?"&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function $m(e,r){var n=[],t=[],i,o;for(st(e,n,t),i=0,o=t.length;i<o;i+=1)r.duplicates.push(n[t[i]]);r.usedDuplicates=new Array(o)}function st(e,r,n){var t,i,o;if(e!==null&&typeof e=="object")if(i=r.indexOf(e),i!==-1)n.indexOf(i)===-1&&n.push(i);else if(r.push(e),Array.isArray(e))for(i=0,o=e.length;i<o;i+=1)st(e[i],r,n);else for(t=Object.keys(e),i=0,o=t.length;i<o;i+=1)st(e[t[i]],r,n)}function kc(e,r){r=r||{};var n=new qm(r);return n.noRefs||$m(e,n),ge(n,0,e,!0,!0)?n.dump+`
|
|
60
|
-
`:""}function Vm(e,r){return kc(e,er.extend({schema:fm},r))}ct.exports.dump=kc;ct.exports.safeDump=Vm});var wc=m((zx,O)=>{"use strict";a();var Vr=rc(),Ac=Ec();function Ur(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}O.exports.Type=P();O.exports.Schema=pe();O.exports.FAILSAFE_SCHEMA=Br();O.exports.JSON_SCHEMA=et();O.exports.CORE_SCHEMA=rt();O.exports.DEFAULT_SAFE_SCHEMA=Ie();O.exports.DEFAULT_FULL_SCHEMA=Je();O.exports.load=Vr.load;O.exports.loadAll=Vr.loadAll;O.exports.safeLoad=Vr.safeLoad;O.exports.safeLoadAll=Vr.safeLoadAll;O.exports.dump=Ac.dump;O.exports.safeDump=Ac.safeDump;O.exports.YAMLException=Te();O.exports.MINIMAL_SCHEMA=Br();O.exports.SAFE_SCHEMA=Ie();O.exports.DEFAULT_SCHEMA=Je();O.exports.scan=Ur("scan");O.exports.parse=Ur("parse");O.exports.compose=Ur("compose");O.exports.addConstructor=Ur("addConstructor")});var Dc=m(($x,Fc)=>{"use strict";a();var Um=wc();Fc.exports=Um});var at=m((exports,module)=>{"use strict";a();var yaml=Dc(),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() {
|
|
61
|
-
return `+str.trim()+`;
|
|
62
|
-
}());`),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 qc=m((Vx,Sc)=>{"use strict";a();Sc.exports=function(e){return typeof e=="string"&&e.charAt(0)==="\uFEFF"?e.slice(1):e}});var Hr=m(ne=>{"use strict";a();var Oc=qc(),Tc=We();ne.define=function(e,r,n){Reflect.defineProperty(e,r,{enumerable:!1,configurable:!0,writable:!0,value:n})};ne.isBuffer=function(e){return Tc(e)==="buffer"};ne.isObject=function(e){return Tc(e)==="object"};ne.toBuffer=function(e){return typeof e=="string"?Buffer.from(e):e};ne.toString=function(e){if(ne.isBuffer(e))return Oc(String(e));if(typeof e!="string")throw new TypeError("expected input to be a string or buffer");return Oc(e)};ne.arrayify=function(e){return e?Array.isArray(e)?e:[e]:[]};ne.startsWith=function(e,r,n){return typeof n!="number"&&(n=r.length),e.slice(0,n)===r}});var nr=m((Hx,Rc)=>{"use strict";a();var Hm=at(),Gm=Hr();Rc.exports=function(e){let r=Object.assign({},e);return r.delimiters=Gm.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({},Hm,r.parsers,r.engines),r}});var ft=m((Gx,Ic)=>{"use strict";a();Ic.exports=function(e,r){let n=r.engines[e]||r.engines[Ym(e)];if(typeof n>"u")throw new Error('gray-matter engine "'+e+'" is not registered');return typeof n=="function"&&(n={parse:n}),n};function Ym(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 pt=m((Yx,Mc)=>{"use strict";a();var Zm=We(),Wm=ft(),Km=nr();Mc.exports=function(e,r,n){if(r==null&&n==null)switch(Zm(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 t=e.content,i=Km(n);if(r==null){if(!i.data)return e;r=i.data}let o=e.language||i.language,u=Wm(o,i);if(typeof u.stringify!="function")throw new TypeError('expected "'+o+'.stringify" to be a function');r=Object.assign({},e.data,r);let s=i.delimiters[0],l=i.delimiters[1],c=u.stringify(r,n).trim(),f="";return c!=="{}"&&(f=Ne(s)+Ne(c)+Ne(l)),typeof e.excerpt=="string"&&e.excerpt!==""&&t.indexOf(e.excerpt.trim())===-1&&(f+=Ne(e.excerpt)+Ne(l)),f+Ne(t)};function Ne(e){return e.slice(-1)!==`
|
|
63
|
-
`?e+`
|
|
64
|
-
`:e}});var Lc=m((Zx,Bc)=>{"use strict";a();var Jm=nr();Bc.exports=function(e,r){let n=Jm(r);if(e.data==null&&(e.data={}),typeof n.excerpt=="function")return n.excerpt(e,n);let t=e.data.excerpt_separator||n.excerpt_separator;if(t==null&&(n.excerpt===!1||n.excerpt==null))return e;let i=typeof n.excerpt=="string"?n.excerpt:t||n.delimiters[0],o=e.content.indexOf(i);return o!==-1&&(e.excerpt=e.content.slice(0,o)),e}});var jc=m((Wx,Nc)=>{"use strict";a();var Pc=We(),Qm=pt(),je=Hr();Nc.exports=function(e){return Pc(e)!=="object"&&(e={content:e}),Pc(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),Qm(e,r,n)}),e.content=je.toString(e.content),e.isEmpty=!1,e.excerpt="",e}});var $c=m((Kx,zc)=>{"use strict";a();var Xm=ft(),e1=nr();zc.exports=function(e,r,n){let t=e1(n),i=Xm(e,t);if(typeof i.parse!="function")throw new TypeError('expected "'+e+'.parse" to be a function');return i.parse(r,t)}});var Gc=m((Jx,Hc)=>{"use strict";a();var r1=require("fs"),n1=Ps(),ht=nr(),t1=pt(),Vc=Lc(),i1=at(),o1=jc(),u1=$c(),Uc=Hr();function $(e,r){if(e==="")return{data:{},content:e,excerpt:"",orig:e};let n=o1(e),t=$.cache[n.content];if(!r){if(t)return n=Object.assign({},t),n.orig=t.orig,n;$.cache[n.content]=n}return s1(n,r)}function s1(e,r){let n=ht(r),t=n.delimiters[0],i=`
|
|
65
|
-
`+n.delimiters[1],o=e.content;n.language&&(e.language=n.language);let u=t.length;if(!Uc.startsWith(o,t,u))return Vc(e,n),e;if(o.charAt(u)===t.slice(-1))return e;o=o.slice(u);let s=o.length,l=$.language(o,n);l.name&&(e.language=l.name,o=o.slice(l.raw.length));let c=o.indexOf(i);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=u1(e.language,e.matter,n),c===s?e.content="":(e.content=o.slice(c+i.length),e.content[0]==="\r"&&(e.content=e.content.slice(1)),e.content[0]===`
|
|
66
|
-
`&&(e.content=e.content.slice(1))),Vc(e,n),(n.sections===!0||typeof n.section=="function")&&n1(e,n.section),e}$.engines=i1;$.stringify=function(e,r,n){return typeof e=="string"&&(e=$(e,n)),t1(e,r,n)};$.read=function(e,r){let n=r1.readFileSync(e,"utf8"),t=$(n,r);return t.path=e,t};$.test=function(e,r){return Uc.startsWith(e,ht(r).delimiters[0])};$.language=function(e,r){let t=ht(r).delimiters[0];$.test(e)&&(e=e.slice(t.length));let i=e.slice(0,e.search(/\r?\n/));return{raw:i,name:i?i.trim():""}};$.cache={};$.clearCache=function(){$.cache={}};Hc.exports=$});function Yc(e,r){let n=e.posMax,t=!0,i=!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)&&(i=!1),(u===32||u===9)&&(t=!1),{can_open:t,can_close:i}}function l1(e,r){let n,t,i,o;if(e.src[e.pos]!=="$")return!1;if(i=Yc(e,e.pos),!i.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):(i=Yc(e,n),i.can_close?(r||(t=e.push("math_inline","math",0),t.markup="$",t.content=e.src.slice(u,n)),e.pos=n+1,!0):(r||(e.pending+="$"),e.pos=u,!0))}function c1(e,r,n,t){let i,o,u,s,l=!1,c=e.bMarks[r]+e.tShift[r],f=e.eMarks[r];if(c+2>f||e.src.slice(c,c+2)!=="$$")return!1;if(c+=2,i=e.src.slice(c,f),t)return!0;for(i.trim().slice(-2)==="$$"&&(i=i.trim().slice(0,-2),l=!0),u=r;!l&&(u++,!(u>=n||(c=e.bMarks[u]+e.tShift[u],f=e.eMarks[u],c<f&&e.tShift[u]<e.blkIndent)));)e.src.slice(c,f).trim().slice(-2)==="$$"&&(s=e.src.slice(0,f).lastIndexOf("$$"),o=e.src.slice(c,s),l=!0);e.line=u+1;let p=e.push("math_block","math",0);return p.block=!0,p.content=(i&&i.trim()?`${i}
|
|
67
|
-
`:"")+e.getLines(r+1,u,e.tShift[r],!0)+(o&&o.trim()?o:""),p.map=[r,e.line],p.markup="$$",!0}function mt(e,r){r=r||{};let n=function(u){r.displayMode=!1;try{return dt.default.renderToString(u,r)}catch(s){return r.throwOnError&&console.warn(s),u}},t=function(u,s){return n(u[s].content)},i=function(u){r.displayMode=!0;try{return`<p>${dt.default.renderToString(u,r)}</p>`}catch(s){return r.throwOnError&&console.warn(s),u}},o=function(u,s){return`${i(u[s].content)}
|
|
68
|
-
`};e.inline.ruler.after("escape","math_inline",l1),e.block.ruler.after("blockquote","math_block",c1,{alt:["paragraph","reference","blockquote","list"]}),e.renderer.rules.math_inline=t,e.renderer.rules.math_block=o}var dt,Zc=R(()=>{a();dt=w(require("katex"))});function tr(e,r){return[gt.default,e,{render(n,t){let i=n[t],o=i.info.trim().slice(e.length).trim();return i.nesting===1?e==="details"?`<details class="${e} custom-block">${o?`<summary>${o}</summary>`:""}
|
|
69
|
-
`:`<div class="${e} custom-block"><p class="custom-block-title">${o||r}</p>
|
|
70
|
-
`:e==="details"?`</details>
|
|
71
|
-
`:`</div>
|
|
72
|
-
`}}]}var gt,Wc,Kc=R(()=>{a();gt=w(require("markdown-it-container"));Wc=e=>{e.use(...tr("tip","TIP")).use(...tr("info","INFO")).use(...tr("warning","WARNING")).use(...tr("danger","WARNING")).use(...tr("details","Details")).use(gt.default,"v-pre",{render:(r,n)=>r[n].nesting===1?`<div v-pre>
|
|
73
|
-
`:`</div>
|
|
74
|
-
`})}});var Jc,a1,f1,p1,h1,d1,m1,Qc,xt,Xc,bt=R(()=>{a();Jc=w(require("markdown-it-emoji/lib/data/full.json")),a1=e=>e.replace(/:(.+?):/g,(r,n)=>Jc.default[n]||r),f1=e=>e.replace(/"/g,'"').replace(/'/g,"'").replace(/:/g,":").replace(/</g,"<").replace(/>/g,">"),p1=e=>e.replace(/(\[(.[^\]]+)\]\((.[^)]+)\))/g,"$2").replace(/(`|\*{1,3}|_)(.*?[^\\])\1/g,"$2").replace(/(\\)(\*|_|`|\!|<|\$)/g,"$2"),h1=e=>e.replace(/\{#([a-z0-9\-_]+?)\}\s*$/,""),d1=e=>e.trim(),m1=e=>String(e).replace(/(^|[^><`\\])<.*>([^><`]|$)/g,"$1$2"),Qc=(...e)=>e.length===0?r=>r:e.length===1?e[0]:e.reduce((r,n)=>t=>n(r(t))),xt=Qc(f1,a1,h1,p1,d1),Xc=Qc(m1,xt)});var ea=m(Zr=>{a();Zr.remove=g1;var Yr=[{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"}],vt={};for(ir=0;ir<Yr.length;ir+=1)for(yt=Yr[ir].chars,Gr=0;Gr<yt.length;Gr+=1)vt[yt[Gr]]=Yr[ir].base;var yt,Gr,ir;function g1(e){return e.replace(/[^\u0000-\u007e]/g,function(r){return vt[r]||r})}Zr.replacementList=Yr;Zr.diacriticsMap=vt});var ra,x1,b1,or,Ct=R(()=>{a();ra=w(ea()),x1=/[\u0000-\u001F]/g,b1=/[\s~`!@#$%^&*()\-_+=[\]{}|\\;:"'<>,.…?/]+/g,or=e=>(0,ra.remove)(e).replace(x1,"").replace(b1,"-").replace(/\-{2,}/g,"-").replace(/^\-+|\-+$/g,"").replace(/^(\d)/,"_$1").toLowerCase()});var na,ta=R(()=>{a();bt();Ct();na=(e,r=["h2","h3"])=>{e.renderer.rules.heading_open=(n,t,i,o,u)=>{let s=n[t];if(r.includes(s.tag)){let l=n[t+1].content,c=s.attrs.find(([h])=>h==="id"),f=c&&c[1],p=e.__data;(p.headers||(p.headers=[])).push({level:parseInt(s.tag.slice(1),10),title:Xc(l),slug:f||or(l)})}return u.renderToken(n,t,i)}}});function Wr(e,r={}){e.use(Wc).use(na),e.use(oa.default),e.use(ua.default,{matcher:t=>/^https?:\/\//.test(t),attrs:{target:"_blank",rel:"noopener"}}),e.use(mt,r.katex).use(_t.default,{slugify:or,permalink:_t.default.permalink.ariaHidden({})}).use(sa.default,ye({slugify:or,includeLevel:[2,3],format:xt},r.toc)).use(ia.default);let n=e.render;return e.render=(...t)=>(e.__data={},n.call(e,...t)),e}var _t,ia,oa,ua,sa,kt=R(()=>{a();_t=w(require("markdown-it-anchor")),ia=w(require("markdown-it-emoji")),oa=w(require("markdown-it-prism")),ua=w(require("markdown-it-link-attributes")),sa=w(require("markdown-it-table-of-contents"));Zc();Kc();ta();Ct();bt()});function aa(e){let r,n=e.config.markdownIt;return[(0,ca.default)(Object.assign({wrapperComponent:"ValaxyMd",headEnabled:!0,frontmatter:!0,excerpt:Et,builders:[],markdownItSetup(i){n.config&&n.config(i),r=Wr(i,n)}},e.config.markdown)),{name:"valaxy:md",handleHotUpdate(i){let{file:o,server:u}=i;o.endsWith(".md")&&u.ws.send({type:"custom",event:"valaxy:pageHeaders",data:{path:`/${bn(la.default.relative(`${e.userRoot}/pages`,o))}`,pageHeaders:r.__data.headers}})}}]}var la,ca,Et,fa=R(()=>{a();la=w(require("path")),ca=w(require("vite-plugin-md"));kt();$e();Et="<!-- more -->"});var pa,H,At,y1,ha,wt=R(()=>{a();gn();pa=w(require("unocss/vite")),H=require("unocss"),At=e=>{var i,o,u,s;let r=["i-ri-archive-line","i-ri-folder-2-line","i-ri-price-tag-3-line","i-ri-cloud-line"],n="animate-fade-in prose prose-sm m-auto text-left".split(" ").concat(["rotate-y-180"]).concat(r);e.social.length&&e.social.forEach(l=>n.push(l.icon)),(o=(i=e.themeConfig.footer)==null?void 0:i.icon)!=null&&o.name&&n.push((s=(u=e.themeConfig.footer)==null?void 0:u.icon)==null?void 0:s.name),e.sponsor.methods.length&&e.sponsor.methods.forEach(l=>n.push(l.icon));let t=e.themeConfig.types;if(t)for(let l in t)n.push(t[l].icon);return n},y1=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"],["val-card","transition shadow hover:shadow-lg"]],presets:[(0,H.presetUno)(),(0,H.presetAttributify)(),(0,H.presetIcons)({scale:1.2}),(0,H.presetTypography)(),(0,H.presetWebFonts)({fonts:{serif:"Noto Serif SC"}})],rules:[["yun-transition",{"transition-duration":"var(--yun-transition-duration)"}],["yun-text-light",{color:"var(--yun-c-text-light)"}],["font-serif",{"font-family":"var(--yun-font-serif)"}],["font-sans",{"font-family":"var(--yun-font-sans)"}],["font-mono",{"font-family":"var(--yun-font-mono)"}]],transformers:[(0,H.transformerDirectives)(),(0,H.transformerVariantGroup)()],safelist:At(e.config)};return ie(e.config.unocss,r)},ha=e=>{let r=y1(e);return(0,pa.default)(r)}});function ma(e){return{name:"valaxy:config",config(r){let n={resolve:{alias:{"@/":`${K(e.userRoot)}/`,"~/":`${K(e.clientRoot)}/`,"@valaxyjs/client":`${K(e.clientRoot)}/`,"@valaxyjs/config":"/@valaxyjs/config","valaxy/package.json":K((0,xe.resolve)(e.clientRoot,"../../package.json")),"valaxy/":`${K((0,xe.resolve)(e.clientRoot,"../.."))}/`,valaxy:K((0,xe.resolve)(e.clientRoot,"../index.ts")),[`valaxy-theme-${e.theme}/`]:`${K((0,xe.resolve)(e.themeRoot))}/`,[`valaxy-theme-${e.theme}`]:`${K((0,xe.resolve)(e.themeRoot))}`}},optimizeDeps:{entries:[(0,xe.resolve)(e.clientRoot,"main.ts"),e.configFile],include:["vue","vue-router","@vueuse/core","@vueuse/head","dayjs","nprogress"],exclude:["vue-demi"]}};return(0,da.mergeConfig)(r,n)}}}var xe,da,ga=R(()=>{a();xe=require("path"),da=require("vite");$e()});var Ft,xa=R(()=>{a();Ft="@valaxyjs/config"});function ya(e,r={}){let n="/@valaxy",t=e.config,i=[e.userRoot,e.themeRoot];function o(){let u=[];for(let s of i){let l=[(0,Kr.join)(s,"styles","vars.scss"),(0,Kr.join)(s,"styles","index.css"),(0,Kr.join)(s,"styles","index.scss")];for(let c of l)if(ba.default.existsSync(c)){u.push(`import "${K(c)}"`);continue}}return u.join(`
|
|
75
|
-
`)}return{name:"Valaxy",configureServer(u){u.watcher.add([e.configFile,e.userRoot,e.themeRoot])},resolveId(u){return u.startsWith(n)?u:null},load(u){if(u===`/${Ft}`)return`export default ${JSON.stringify(JSON.stringify(t))}`;if(u==="/@valaxyjs/styles")return o();if(u.startsWith(n))return""},async handleHotUpdate(u){var d;let{file:s,server:l}=u;if(s!==e.configFile)return;let{config:c}=await dr();(d=r.onConfigReload)==null||d.call(r,c,e.config),Object.assign(e.config,c),t=c;let f=[`/${Ft}`];return[...Array.from(f).map(h=>l.moduleGraph.getModuleById(h))].filter(h=>!!h)}}}var ba,Kr,va=R(()=>{a();ba=w(require("fs")),Kr=require("path");xn();$e();xa()});function Oa(e,r={},n={},t="dev"){let{clientRoot:i,themeRoot:o,userRoot:u}=e,s=aa(e),l=ha(e),c=ya(e,r),f=new _a.default({html:!0}),p=Wr(f,e.config.markdownIt),d=[i,o,u];return[(0,Ea.default)({include:[/\.vue$/,/\.md$/],template:{compilerOptions:{isCustomElement:h=>["meting-js"].includes(h)}}}),c,s,ma(e),(0,Aa.default)({extensions:["vue","md"],dirs:d.map(h=>`${h}/pages`),extendRoute(h){var y;let b=h.component;h.meta||(h.meta={}),h.path==="/"&&(h.meta.layout="home"),d.forEach(k=>{let A=k+h.component;Dt.default.existsSync(A)&&(b=A)});let x=Dt.default.readFileSync(b,"utf-8"),{data:g,excerpt:v}=(0,ka.default)(x,{excerpt_separator:Et});return h.path.startsWith("/posts/")&&(h.meta.layout="post",g.date||Ca.default.warn(`You forgot to write ${St.default.yellow("date")} for post: ${St.default.dim(`${h.component}`)}`)),h.meta=Object.assign(h.meta,{frontmatter:Object.assign({date:new Date},g),excerpt:v?f.render(v):""}),f.render(x),h.meta.headers=(y=p.__data)==null?void 0:y.headers,h.meta.frontmatter.updated&&(h.meta.frontmatter.updated=h.meta.frontmatter.date),g.layout&&(h.meta.layout=g.layout),h}}),(0,wa.default)({layoutsDirs:d.map(h=>`${h}/layouts`)}),(0,Fa.default)(ye({extensions:["vue","md"],include:[/\.vue$/,/\.vue\?vue/,/\.md$/],allowOverrides:!0,dirs:d.map(h=>`${h}/components`).concat(["src/components","components"]),dts:`${e.userRoot}/components.d.ts`},n)),l,(0,Da.VitePWA)({registerType:"autoUpdate",includeAssets:["favicon.svg","safari-pinned-tab.svg"],manifest:{name:"Theme Yun",short_name:"Yun",theme_color:"#ffffff",icons:[{src:"/pwa-192x192.png",sizes:"192x192",type:"image/png"},{src:"/pwa-512x512.png",sizes:"512x512",type:"image/png"},{src:"/pwa-512x512.png",sizes:"512x512",type:"image/png",purpose:"any maskable"}]}}),(0,Sa.default)({runtimeOnly:!0,compositionOnly:!0,include:d.map(h=>`${h}/locales/**`)}),t==="dev"&&(0,qa.default)()]}var Dt,Ca,_a,ka,Ea,Aa,wa,Fa,Da,Sa,qa,St,Ta=R(()=>{a();Dt=w(require("fs")),Ca=w(require("consola")),_a=w(Ds()),ka=w(Gc()),Ea=w(require("@vitejs/plugin-vue")),Aa=w(require("vite-plugin-pages")),wa=w(require("vite-plugin-vue-layouts")),Fa=w(require("unplugin-vue-components/vite")),Da=require("vite-plugin-pwa"),Sa=w(require("@intlify/vite-plugin-vue-i18n")),qa=w(require("vite-plugin-inspect")),St=w(Dn());kt();fa();wt();ga();va()});function Qr(e,r={},n="dev"){let t={root:e.clientRoot,plugins:Oa(e,r,{},n),server:{fs:{allow:[(0,Jr.searchForWorkspaceRoot)(e.clientRoot),(0,Jr.searchForWorkspaceRoot)(e.userRoot),(0,Jr.searchForWorkspaceRoot)(e.themeRoot)]}}};return n==="build"&&(t.ssgOptions={script:"async",formatting:"minify",onFinished(){(0,Ra.default)()}}),t}var Ra,Jr,qt=R(()=>{a();Ra=w(require("vite-ssg-sitemap")),Jr=require("vite");Ta()});var Na={};Nt(Na,{build:()=>v1});async function v1(e,r={}){let n=(0,nn.mergeConfig)(r,Qr(e));await(0,nn.build)(n)}var nn,ja=R(()=>{a();nn=require("vite");qt()});var _1={};Nt(_1,{run:()=>C1});module.exports=ef(_1);a();var za=w(require("fs")),Tt=w(require("path")),$a=require("child_process"),Va=w(require("yargs")),Ua=w(require("open")),Ha=require("vite-ssg/node"),tn=w(require("consola"));var lr="0.0.9";a();var ke=require("path"),oi=w(Jt());xn();$e();var wf=(0,oi.default)("valaxy:options");function Ff(e){return e.startsWith("/")||/^\.\.?[\/\\]/.test(e)}function Df(e,r){return e?Ff(e)?(0,ke.resolve)((0,ke.dirname)(r),e):yn(`valaxy-theme-${e}/package.json`):""}async function vn(e){let r=(0,ke.resolve)(yn("valaxy/package.json"),"src/client"),n=(0,ke.resolve)(e.userRoot||process.cwd()),{config:t,configFile:i,theme:o}=await dr(e),u=Df(o,n),s={clientRoot:r,userRoot:n,themeRoot:u,theme:o,config:t,configFile:i||""};return wf(s),s}a();var Ma=w(require("readline")),Ba=w(require("path")),La=w(require("os")),T=w(Dn()),ur=w(require("consola"));a();var Xr=require("vite");qt();async function Ia(e,r={},n={}){return process.env.EDITOR=process.env.EDITOR||"code",await(0,Xr.createServer)((0,Xr.mergeConfig)(r,Qr(e,n)))}wt();var en;function Ot(e,r,n){console.log(),console.log(` ${T.default.bold("\u{1F30C} Valaxy")} ${T.default.blue(`v${lr}`)}`),console.log(),console.log(`${T.default.dim(" \u{1FA90} theme ")} > ${e.theme?T.default.green(e.theme):T.default.gray("none")}`),console.log(` ${T.default.dim("\u{1F4C1}")} ${T.default.dim(Ba.default.resolve(e.userRoot))}`),r&&(console.log(),console.log(`${T.default.dim(" Preview ")} > ${T.default.cyan(`http://localhost:${T.default.bold(r)}/`)}`),n&&Object.values(La.default.networkInterfaces()).forEach(t=>(t||[]).filter(i=>i.family==="IPv4"&&!i.address.includes("127.0.0.1")).forEach(({address:i})=>{console.log(`${T.default.dim(" Network ")} > ${T.default.blue(`http://${i}:${T.default.bold(r)}/`)}`)})),console.log(),console.log(`${T.default.dim(" shortcuts ")} > ${T.default.underline("r")}${T.default.dim("estart | ")}${T.default.underline("o")}${T.default.dim("pen | ")}${T.default.underline("e")}${T.default.dim("dit")}`)),console.log()}async function rn(e,r){en&&await en.close();try{let n=At(e.config).concat(e.config.unocss.safelist||[]);en=await Ia(e,r,{onConfigReload(t,i){let o=!1;t.social.some((s,l)=>!n.includes(s.icon)&&s.icon!==i.social[l].icon)&&(ur.default.info("Find new icon, reload server..."),ur.default.info(`If you do not want to reload it, write icon name in ${T.default.green("config.unocss.safelist")}.`),ur.default.info('For example: ["i-ri-cloud-line"]'),console.log(),o=!0),o&&rn(e,r)}}),await en.listen()}catch(n){ur.default.error(`failed to start server. error:
|
|
76
|
-
`),console.error(n),process.exit(1)}}function Pa(e){process.stdin.resume(),process.stdin.setEncoding("utf8"),Ma.emitKeypressEvents(process.stdin),process.stdin.isTTY&&process.stdin.setRawMode(!0),process.stdin.on("keypress",(r,n)=>{if(n.ctrl&&n.name==="c")process.exit();else{let[t]=e.filter(i=>i.name===r);if(t)try{t.action()}catch(i){console.error(`Failed to execute shortcut ${t.fullName}`,i)}}})}var Rt=Va.default.scriptName("valaxy").usage("$0 [args]").version(lr).showHelpOnFail(!1).alias("h","help").alias("v","version");Rt.command("* [root]","Start a local server for Valaxy",e=>Ga(e).option("port",{alias:"p",type:"number",describe:"port"}).option("open",{alias:"o",default:!1,type:"boolean",describe:"open in browser"}).option("remote",{default:!0,type:"boolean",describe:"listen public host and enable remote control"}).option("log",{default:"warn",type:"string",choices:["error","warn","info","silent"],describe:"log level"}).strict().help(),async({root:e,port:r,open:n,remote:t,log:i})=>{za.default.existsSync(Tt.default.resolve(e,"pages"))||process.exit(0);let o=r||4859,u=await vn({userRoot:e}),s={server:{watch:{ignored:[`!${u.themeRoot}/**`,`${u.userRoot}/**.md`]},port:o,strictPort:!0,open:n,host:t?"0.0.0.0":"localhost"},logLevel:i};await rn(u,s),Ot(u,o,t),Pa([{name:"r",fullName:"restart",action(){rn(u,s)}},{name:"o",fullName:"open",action(){(0,Ua.default)(`http://localhost:${o}`)}},{name:"e",fullName:"edit",action(){(0,$a.exec)(`code "${e}"`)}}])});Rt.command("build [root]","build your blog to static content",e=>Ga(e).option("ssg",{alias:"s",type:"boolean",default:!1,describe:"static site generate"}).option("output",{alias:"o",type:"string",default:"dist",describe:"output dir"}).option("base",{type:"string",describe:"output base"}).strict().help(),async({ssg:e,root:r,base:n,output:t})=>{let i=await vn({userRoot:r});if(Ot(i),e){tn.default.info("use vite-ssg to do ssg build...");try{await(0,Ha.build)({mode:"production"})}catch(o){tn.default.error("[vite-ssg] An internal error occurred."),console.log(o)}}else{let{build:o}=await Promise.resolve().then(()=>(ja(),Na));tn.default.info("use vite do spa build..."),await o(i,{base:n,build:{emptyOutDir:!0,outDir:Tt.default.resolve(i.userRoot,t)}})}});function Ga(e){return e.positional("root",{default:".",type:"string",describe:"root folder of your source files"})}function C1(){Rt.help().parse()}0&&(module.exports={run});
|
|
77
|
-
/*!
|
|
78
|
-
* is-extendable <https://github.com/jonschlinkert/is-extendable>
|
|
79
|
-
*
|
|
80
|
-
* Copyright (c) 2015, Jon Schlinkert.
|
|
81
|
-
* Licensed under the MIT License.
|
|
82
|
-
*/
|
|
83
|
-
/*!
|
|
84
|
-
* strip-bom-string <https://github.com/jonschlinkert/strip-bom-string>
|
|
85
|
-
*
|
|
86
|
-
* Copyright (c) 2015, 2017, Jon Schlinkert.
|
|
87
|
-
* Released under the MIT License.
|
|
88
|
-
*/
|
|
3
|
+
`+c),e.push(s+"m+"+V.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=Be()+o+" "+e[0]}function Be(){return p.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Ne(...e){return process.stderr.write(I.format(...e)+`
|
|
4
|
+
`)}function Le(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function Me(){return process.env.DEBUG}function qe(e){e.inspectOpts={};let o=Object.keys(p.inspectOpts);for(let t=0;t<o.length;t++)e.inspectOpts[o[t]]=p.inspectOpts[o[t]]}V.exports=M()(p);var{formatters:oe}=V.exports;oe.o=function(e){return this.inspectOpts.colors=this.useColors,I.inspect(e,this.inspectOpts).split(`
|
|
5
|
+
`).map(o=>o.trim()).join(" ")};oe.O=function(e){return this.inspectOpts.colors=this.useColors,I.inspect(e,this.inspectOpts)}});var ne=_chunk5D7M5SQPjs.d.call(void 0, (rt,q)=>{_chunk5D7M5SQPjs.f.call(void 0, );typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?q.exports=te():q.exports=re()});_chunk5D7M5SQPjs.f.call(void 0, );var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);var _path = require('path'); var _path2 = _interopRequireDefault(_path);var _child_process = require('child_process');var _yargs = require('yargs'); var _yargs2 = _interopRequireDefault(_yargs);var _open = require('open'); var _open2 = _interopRequireDefault(_open);var _consola = require('consola'); var _consola2 = _interopRequireDefault(_consola);var R="0.1.2";_chunk5D7M5SQPjs.f.call(void 0, );var se=_chunk5D7M5SQPjs.e.call(void 0, ne());var Pe=(0,se.default)("valaxy:options");function Ue(e){return e.startsWith("/")||/^\.\.?[\/\\]/.test(e)}function _e(e,o){return e?Ue(e)?_path.resolve.call(void 0, _path.dirname.call(void 0, o),e):_chunkW5MJCUNYjs.c.call(void 0, `valaxy-theme-${e}/package.json`):""}async function P(e,o="dev"){let t=_path.resolve.call(void 0, _chunkW5MJCUNYjs.c.call(void 0, "valaxy/package.json"),"src/client"),r=_path.resolve.call(void 0, e.userRoot||process.cwd()),{config:s,configFile:c,theme:f}=await _chunkW5MJCUNYjs.e.call(void 0, e),g=_e(f,r),y={mode:o,clientRoot:t,userRoot:r,themeRoot:g,theme:f,config:s,configFile:c||""};return Pe(y),y}_chunk5D7M5SQPjs.f.call(void 0, );var a=_chunk5D7M5SQPjs.e.call(void 0, _chunkW5MJCUNYjs.b.call(void 0, ));var _readline = require('readline'); var ie = _interopRequireWildcard(_readline);var _os = require('os'); var _os2 = _interopRequireDefault(_os);var A;function U(e,o,t){console.log(),console.log(` ${a.default.bold("\u{1F30C} Valaxy")} ${a.default.blue(`v${R}`)}`),console.log(),console.log(`${a.default.dim(" \u{1FA90} theme ")} > ${e.theme?a.default.green(e.theme):a.default.gray("none")}`),console.log(` ${a.default.dim("\u{1F4C1}")} ${a.default.dim(_path2.default.resolve(e.userRoot))}`),o&&(console.log(),console.log(`${a.default.dim(" Preview ")} > ${a.default.cyan(`http://localhost:${a.default.bold(o)}/`)}`),t&&Object.values(_os2.default.networkInterfaces()).forEach(r=>(r||[]).filter(s=>s.family==="IPv4"&&!s.address.includes("127.0.0.1")).forEach(({address:s})=>{console.log(`${a.default.dim(" Network ")} > ${a.default.blue(`http://${s}:${a.default.bold(o)}/`)}`)})),console.log(),console.log(`${a.default.dim(" shortcuts ")} > ${a.default.underline("r")}${a.default.dim("estart | ")}${a.default.underline("o")}${a.default.dim("pen | ")}${a.default.underline("e")}${a.default.dim("dit")}`)),console.log()}async function D(e,o){A&&await A.close();try{let t=_chunkW5MJCUNYjs.d.call(void 0, e.config).concat(e.config.unocss.safelist||[]);A=await _chunkW5MJCUNYjs.g.call(void 0, e,o,{onConfigReload(r,s){let c=!1;r.social.some((g,y)=>!t.includes(g.icon)&&g.icon!==s.social[y].icon)&&(_consola2.default.info("Find new icon, reload server..."),_consola2.default.info(`If you do not want to reload it, write icon name in ${a.default.green("config.unocss.safelist")}.`),_consola2.default.info('For example: ["i-ri-cloud-line"]'),console.log(),c=!0),c&&D(e,o)}}),await A.listen()}catch(t){_consola2.default.error(`failed to start server. error:
|
|
6
|
+
`),console.error(t),process.exit(1)}}function ae(e){process.stdin.resume(),process.stdin.setEncoding("utf8"),ie.emitKeypressEvents(process.stdin),process.stdin.isTTY&&process.stdin.setRawMode(!0),process.stdin.on("keypress",(o,t)=>{if(t.ctrl&&t.name==="c")process.exit();else{let[r]=e.filter(s=>s.name===o);if(r)try{r.action()}catch(s){console.error(`Failed to execute shortcut ${r.fullName}`,s)}}})}_chunk5D7M5SQPjs.f.call(void 0, );var _vite = require('vite');var _node = require('vite-ssg/node');var _vitessgsitemap = require('vite-ssg-sitemap'); var _vitessgsitemap2 = _interopRequireDefault(_vitessgsitemap);async function ce(e,o={}){let t=_vite.mergeConfig.call(void 0, await _chunkW5MJCUNYjs.f.call(void 0, e),o);await _vite.build.call(void 0, t)}async function ue(e,o={}){let t=_vite.mergeConfig.call(void 0, await _chunkW5MJCUNYjs.f.call(void 0, e),o);t.ssgOptions={script:"async",formatting:"minify",onFinished(){_vitessgsitemap2.default.call(void 0, )}},await _node.build.call(void 0, {},t)}var z=_yargs2.default.scriptName("valaxy").usage("$0 [args]").version(R).showHelpOnFail(!1).alias("h","help").alias("v","version");z.command("* [root]","Start a local server for Valaxy",e=>fe(e).option("port",{alias:"p",type:"number",describe:"port"}).option("open",{alias:"o",default:!1,type:"boolean",describe:"open in browser"}).option("remote",{default:!0,type:"boolean",describe:"listen public host and enable remote control"}).option("log",{default:"warn",type:"string",choices:["error","warn","info","silent"],describe:"log level"}).strict().help(),async({root:e,port:o,open:t,remote:r,log:s})=>{_fs2.default.existsSync(_path2.default.resolve(e,"pages"))||process.exit(0);let c=o||4859,f=await P({userRoot:e}),g={server:{watch:{ignored:[`!${f.themeRoot}/**`,`${f.userRoot}/**.md`]},port:c,strictPort:!0,open:t,host:r?"0.0.0.0":"localhost"},logLevel:s};await D(f,g),U(f,c,r),ae([{name:"r",fullName:"restart",action(){D(f,g)}},{name:"o",fullName:"open",action(){_open2.default.call(void 0, `http://localhost:${c}`)}},{name:"e",fullName:"edit",action(){_child_process.exec.call(void 0, `code "${e}"`)}}])});z.command("build [root]","build your blog to static content",e=>fe(e).option("ssg",{alias:"s",type:"boolean",default:!1,describe:"static site generate"}).option("output",{alias:"o",type:"string",default:"dist",describe:"output dir"}).option("base",{type:"string",default:"/",describe:"output base"}).strict().help(),async({ssg:e,root:o,base:t,output:r})=>{let s=await P({userRoot:o},"build");U(s);let c={base:t,build:{emptyOutDir:!0,outDir:_path2.default.resolve(s.userRoot,r)}};if(e){_consola2.default.info("use vite-ssg to do ssg build...");try{await ue(s,c)}catch(f){_consola2.default.error("[vite-ssg] An internal error occurred."),console.log(f)}}else _consola2.default.info("use vite do spa build..."),await ce(s,c)});function fe(e){return e.positional("root",{default:".",type:"string",describe:"root folder of your source files"})}function It(){z.help().parse()}exports.run = It;
|