homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge.
65 lines ⢠113 kB
JavaScript
import{a as E,n as B$1,o as w$1,s as x}from"./chunk-D39XL-zh.js";import{Qn as i$,Un as g,_n as _f,hr as nc,on as Xe$1,t as $$1,tr as ii}from"./chunk-D96TCRAL.js";var B=B$1((Al,ot)=>{"use strict";ot.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,RELEASE_TYPES:[`major`,`premajor`,`minor`,`preminor`,`patch`,`prepatch`,`prerelease`],SEMVER_SPEC_VERSION:`2.0.0`,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var Z=B$1((ql,ct)=>{"use strict";ct.exports=typeof process==`object`&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...r)=>console.error(`SEMVER`,...r):()=>{}});var X=B$1((N,ht)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:ye,MAX_SAFE_BUILD_LENGTH:Sn,MAX_LENGTH:Tn}=B(),In=Z();N=ht.exports={};var vn=N.re=[],Ln=N.safeRe=[],p=N.src=[],An=N.safeSrc=[],g=N.t={},qn=0,Re=`[a-zA-Z0-9-]`,Nn=[[`\\s`,1],[`\\d`,Tn],[Re,Sn]],On=r=>{for(let[e,t]of Nn)r=r.split(`${e}*`).join(`${e}{0,${t}}`).split(`${e}+`).join(`${e}{1,${t}}`);return r},d=(r,e,t)=>{let n=On(e),a=qn++;In(r,a,e),g[r]=a,p[a]=e,An[a]=n,vn[a]=new RegExp(e,t?`g`:void 0),Ln[a]=new RegExp(n,t?`g`:void 0)};d(`NUMERICIDENTIFIER`,`0|[1-9]\\d*`);d(`NUMERICIDENTIFIERLOOSE`,`\\d+`);d(`NONNUMERICIDENTIFIER`,`\\d*[a-zA-Z-]${Re}*`);d(`MAINVERSION`,`(${p[g.NUMERICIDENTIFIER]})\\.(${p[g.NUMERICIDENTIFIER]})\\.(${p[g.NUMERICIDENTIFIER]})`);d(`MAINVERSIONLOOSE`,`(${p[g.NUMERICIDENTIFIERLOOSE]})\\.(${p[g.NUMERICIDENTIFIERLOOSE]})\\.(${p[g.NUMERICIDENTIFIERLOOSE]})`);d(`PRERELEASEIDENTIFIER`,`(?:${p[g.NONNUMERICIDENTIFIER]}|${p[g.NUMERICIDENTIFIER]})`);d(`PRERELEASEIDENTIFIERLOOSE`,`(?:${p[g.NONNUMERICIDENTIFIER]}|${p[g.NUMERICIDENTIFIERLOOSE]})`);d(`PRERELEASE`,`(?:-(${p[g.PRERELEASEIDENTIFIER]}(?:\\.${p[g.PRERELEASEIDENTIFIER]})*))`);d(`PRERELEASELOOSE`,`(?:-?(${p[g.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${p[g.PRERELEASEIDENTIFIERLOOSE]})*))`);d(`BUILDIDENTIFIER`,`${Re}+`);d(`BUILD`,`(?:\\+(${p[g.BUILDIDENTIFIER]}(?:\\.${p[g.BUILDIDENTIFIER]})*))`);d(`FULLPLAIN`,`v?${p[g.MAINVERSION]}${p[g.PRERELEASE]}?${p[g.BUILD]}?`);d(`FULL`,`^${p[g.FULLPLAIN]}$`);d(`LOOSEPLAIN`,`[v=\\s]*${p[g.MAINVERSIONLOOSE]}${p[g.PRERELEASELOOSE]}?${p[g.BUILD]}?`);d(`LOOSE`,`^${p[g.LOOSEPLAIN]}$`);d(`GTLT`,`((?:<|>)?=?)`);d(`XRANGEIDENTIFIERLOOSE`,`${p[g.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);d(`XRANGEIDENTIFIER`,`${p[g.NUMERICIDENTIFIER]}|x|X|\\*`);d(`XRANGEPLAIN`,`[v=\\s]*(${p[g.XRANGEIDENTIFIER]})(?:\\.(${p[g.XRANGEIDENTIFIER]})(?:\\.(${p[g.XRANGEIDENTIFIER]})(?:${p[g.PRERELEASE]})?${p[g.BUILD]}?)?)?`);d(`XRANGEPLAINLOOSE`,`[v=\\s]*(${p[g.XRANGEIDENTIFIERLOOSE]})(?:\\.(${p[g.XRANGEIDENTIFIERLOOSE]})(?:\\.(${p[g.XRANGEIDENTIFIERLOOSE]})(?:${p[g.PRERELEASELOOSE]})?${p[g.BUILD]}?)?)?`);d(`XRANGE`,`^${p[g.GTLT]}\\s*${p[g.XRANGEPLAIN]}$`);d(`XRANGELOOSE`,`^${p[g.GTLT]}\\s*${p[g.XRANGEPLAINLOOSE]}$`);d(`COERCEPLAIN`,`(^|[^\\d])(\\d{1,${ye}})(?:\\.(\\d{1,${ye}}))?(?:\\.(\\d{1,${ye}}))?`);d(`COERCE`,`${p[g.COERCEPLAIN]}(?:$|[^\\d])`);d(`COERCEFULL`,p[g.COERCEPLAIN]+`(?:${p[g.PRERELEASE]})?(?:${p[g.BUILD]})?(?:$|[^\\d])`);d(`COERCERTL`,p[g.COERCE],!0);d(`COERCERTLFULL`,p[g.COERCEFULL],!0);d(`LONETILDE`,`(?:~>?)`);d(`TILDETRIM`,`(\\s*)${p[g.LONETILDE]}\\s+`,!0);N.tildeTrimReplace=`$1~`;d(`TILDE`,`^${p[g.LONETILDE]}${p[g.XRANGEPLAIN]}$`);d(`TILDELOOSE`,`^${p[g.LONETILDE]}${p[g.XRANGEPLAINLOOSE]}$`);d(`LONECARET`,`(?:\\^)`);d(`CARETTRIM`,`(\\s*)${p[g.LONECARET]}\\s+`,!0);N.caretTrimReplace=`$1^`;d(`CARET`,`^${p[g.LONECARET]}${p[g.XRANGEPLAIN]}$`);d(`CARETLOOSE`,`^${p[g.LONECARET]}${p[g.XRANGEPLAINLOOSE]}$`);d(`COMPARATORLOOSE`,`^${p[g.GTLT]}\\s*(${p[g.LOOSEPLAIN]})$|^$`);d(`COMPARATOR`,`^${p[g.GTLT]}\\s*(${p[g.FULLPLAIN]})$|^$`);d(`COMPARATORTRIM`,`(\\s*)${p[g.GTLT]}\\s*(${p[g.LOOSEPLAIN]}|${p[g.XRANGEPLAIN]})`,!0);N.comparatorTrimReplace=`$1$2$3`;d(`HYPHENRANGE`,`^\\s*(${p[g.XRANGEPLAIN]})\\s+-\\s+(${p[g.XRANGEPLAIN]})\\s*$`);d(`HYPHENRANGELOOSE`,`^\\s*(${p[g.XRANGEPLAINLOOSE]})\\s+-\\s+(${p[g.XRANGEPLAINLOOSE]})\\s*$`);d(`STAR`,`(<|>)?=?\\s*\\*`);d(`GTE0`,`^\\s*>=\\s*0\\.0\\.0\\s*$`);d(`GTE0PRE`,`^\\s*>=\\s*0\\.0\\.0-0\\s*$`)});var ae=B$1((Nl,ut)=>{"use strict";var Pn=Object.freeze({loose:!0}),zn=Object.freeze({}),Cn=r=>r?typeof r!=`object`?Pn:r:zn;ut.exports=Cn});var $e=B$1((Ol,ft)=>{"use strict";var pt=/^[0-9]+$/,gt=(r,e)=>{if(typeof r==`number`&&typeof e==`number`)return r===e?0:r<e?-1:1;let t=pt.test(r),n=pt.test(e);return t&&n&&(r=+r,e=+e),r===e?0:t&&!n?-1:n&&!t?1:r<e?-1:1},jn=(r,e)=>gt(e,r);ft.exports={compareIdentifiers:gt,rcompareIdentifiers:jn}});var y=B$1((Pl,mt)=>{"use strict";var se=Z(),{MAX_LENGTH:_t,MAX_SAFE_INTEGER:ie}=B(),{safeRe:le,t:oe}=X(),Dn=ae(),{compareIdentifiers:Se}=$e(),Gn=(r,e)=>{let t=e.split(`.`);if(t.length>r.length)return!1;for(let n=0;n<t.length;n++)if(Se(r[n],t[n])!==0)return!1;return!0};mt.exports=class r{constructor(e,t){if(t=Dn(t),e instanceof r){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if(typeof e!=`string`)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>_t)throw new TypeError(`version is longer than ${_t} characters`);se(`SemVer`,e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;let n=e.trim().match(t.loose?le[oe.LOOSE]:le[oe.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>ie||this.major<0)throw new TypeError(`Invalid major version`);if(this.minor>ie||this.minor<0)throw new TypeError(`Invalid minor version`);if(this.patch>ie||this.patch<0)throw new TypeError(`Invalid patch version`);n[4]?this.prerelease=n[4].split(`.`).map(a=>{if(/^[0-9]+$/.test(a)){let s=+a;if(s>=0&&s<ie)return s}return a}):this.prerelease=[],this.build=n[5]?n[5].split(`.`):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(`.`)}`),this.version}toString(){return this.version}compare(e){if(se(`SemVer.compare`,this.version,this.options,e),!(e instanceof r)){if(typeof e==`string`&&e===this.version)return 0;e=new r(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof r||(e=new r(e,this.options)),this.major<e.major?-1:this.major>e.major?1:this.minor<e.minor?-1:this.minor>e.minor?1:this.patch<e.patch?-1:this.patch>e.patch?1:0}comparePre(e){if(e instanceof r||(e=new r(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{let n=this.prerelease[t],a=e.prerelease[t];if(se(`prerelease compare`,t,n,a),n===void 0&&a===void 0)return 0;if(a===void 0)return 1;if(n===void 0)return-1;if(n===a)continue;return Se(n,a)}while(++t)}compareBuild(e){e instanceof r||(e=new r(e,this.options));let t=0;do{let n=this.build[t],a=e.build[t];if(se(`build compare`,t,n,a),n===void 0&&a===void 0)return 0;if(a===void 0)return 1;if(n===void 0)return-1;if(n===a)continue;return Se(n,a)}while(++t)}inc(e,t,n){if(e.startsWith(`pre`)){if(!t&&n===!1)throw new Error(`invalid increment argument: identifier is empty`);if(t){let a=`-${t}`.match(this.options.loose?le[oe.PRERELEASELOOSE]:le[oe.PRERELEASE]);if(!a||a[1]!==t)throw new Error(`invalid identifier: ${t}`)}}switch(e){case`premajor`:this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc(`pre`,t,n);break;case`preminor`:this.prerelease.length=0,this.patch=0,this.minor++,this.inc(`pre`,t,n);break;case`prepatch`:this.prerelease.length=0,this.inc(`patch`,t,n),this.inc(`pre`,t,n);break;case`prerelease`:this.prerelease.length===0&&this.inc(`patch`,t,n),this.inc(`pre`,t,n);break;case`release`:if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case`major`:(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case`minor`:(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case`patch`:this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case`pre`:{let a=Number(n)?1:0;if(this.prerelease.length===0)this.prerelease=[a];else{let s=this.prerelease.length;for(;--s>=0;)typeof this.prerelease[s]==`number`&&(this.prerelease[s]++,s=-2);if(s===-1){if(t===this.prerelease.join(`.`)&&n===!1)throw new Error(`invalid increment argument: identifier already exists`);this.prerelease.push(a)}}if(t){let s=[t,a];if(n===!1&&(s=[t]),Gn(this.prerelease,t)){let l=this.prerelease[t.split(`.`).length];isNaN(l)&&(this.prerelease=s)}else this.prerelease=s}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(`.`)}`),this}}});var z=B$1((zl,wt)=>{"use strict";var dt=y(),Fn=(r,e,t=!1)=>{if(r instanceof dt)return r;try{return new dt(r,e)}catch(n){if(!t)return null;throw n}};wt.exports=Fn});var bt=B$1((Cl,kt)=>{"use strict";var Bn=z(),Xn=(r,e)=>{let t=Bn(r,e);return t?t.version:null};kt.exports=Xn});var Et=B$1((jl,xt)=>{"use strict";var Un=z(),Vn=(r,e)=>{let t=Un(r.trim().replace(/^[=v]+/,``),e);return t?t.version:null};xt.exports=Vn});var $t=B$1((Dl,Rt)=>{"use strict";var yt=y(),Hn=(r,e,t,n,a)=>{typeof t==`string`&&(a=n,n=t,t=void 0);try{return new yt(r instanceof yt?r.version:r,t).inc(e,n,a).version}catch(s){return null}};Rt.exports=Hn});var It=B$1((Gl,Tt)=>{"use strict";var St=z(),Mn=(r,e)=>{let t=St(r,null,!0),n=St(e,null,!0),a=t.compare(n);if(a===0)return null;let s=a>0,l=s?t:n,i=s?n:t,o=!!l.prerelease.length;if(!!i.prerelease.length&&!o){if(!i.patch&&!i.minor)return`major`;if(i.compareMain(l)===0)return i.minor&&!i.patch?`minor`:`patch`}let u=o?`pre`:``;return t.major!==n.major?u+`major`:t.minor!==n.minor?u+`minor`:t.patch!==n.patch?u+`patch`:`prerelease`};Tt.exports=Mn});var Lt=B$1((Fl,vt)=>{"use strict";var Zn=y(),Wn=(r,e)=>new Zn(r,e).major;vt.exports=Wn});var qt=B$1((Bl,At)=>{"use strict";var Qn=y(),Yn=(r,e)=>new Qn(r,e).minor;At.exports=Yn});var Ot=B$1((Xl,Nt)=>{"use strict";var Jn=y(),Kn=(r,e)=>new Jn(r,e).patch;Nt.exports=Kn});var zt=B$1((Ul,Pt)=>{"use strict";var ea=z(),ta=(r,e)=>{let t=ea(r,e);return t&&t.prerelease.length?t.prerelease:null};Pt.exports=ta});var I=B$1((Vl,jt)=>{"use strict";var Ct=y(),ra=(r,e,t)=>new Ct(r,t).compare(new Ct(e,t));jt.exports=ra});var Gt=B$1((Hl,Dt)=>{"use strict";var na=I(),aa=(r,e,t)=>na(e,r,t);Dt.exports=aa});var Bt=B$1((Ml,Ft)=>{"use strict";var sa=I(),ia=(r,e)=>sa(r,e,!0);Ft.exports=ia});var ce=B$1((Zl,Ut)=>{"use strict";var Xt=y(),la=(r,e,t)=>{let n=new Xt(r,t),a=new Xt(e,t);return n.compare(a)||n.compareBuild(a)};Ut.exports=la});var Ht=B$1((Wl,Vt)=>{"use strict";var oa=ce(),ca=(r,e)=>r.sort((t,n)=>oa(t,n,e));Vt.exports=ca});var Zt=B$1((Ql,Mt)=>{"use strict";var ha=ce(),ua=(r,e)=>r.sort((t,n)=>ha(n,t,e));Mt.exports=ua});var W=B$1((Yl,Wt)=>{"use strict";var pa=I(),ga=(r,e,t)=>pa(r,e,t)>0;Wt.exports=ga});var he=B$1((Jl,Qt)=>{"use strict";var fa=I(),_a=(r,e,t)=>fa(r,e,t)<0;Qt.exports=_a});var Ie=B$1((Kl,Yt)=>{"use strict";var ma=I(),da=(r,e,t)=>ma(r,e,t)===0;Yt.exports=da});var ve=B$1((eo,Jt)=>{"use strict";var wa=I(),ka=(r,e,t)=>wa(r,e,t)!==0;Jt.exports=ka});var ue=B$1((to,Kt)=>{"use strict";var ba=I(),xa=(r,e,t)=>ba(r,e,t)>=0;Kt.exports=xa});var pe=B$1((ro,er)=>{"use strict";var Ea=I(),ya=(r,e,t)=>Ea(r,e,t)<=0;er.exports=ya});var Le=B$1((no,tr)=>{"use strict";var Ra=Ie(),$a=ve(),Sa=W(),Ta=ue(),Ia=he(),va=pe(),La=(r,e,t,n)=>{switch(e){case`===`:return typeof r==`object`&&(r=r.version),typeof t==`object`&&(t=t.version),r===t;case`!==`:return typeof r==`object`&&(r=r.version),typeof t==`object`&&(t=t.version),r!==t;case``:case`=`:case`==`:return Ra(r,t,n);case`!=`:return $a(r,t,n);case`>`:return Sa(r,t,n);case`>=`:return Ta(r,t,n);case`<`:return Ia(r,t,n);case`<=`:return va(r,t,n);default:throw new TypeError(`Invalid operator: ${e}`)}};tr.exports=La});var nr=B$1((ao,rr)=>{"use strict";var Aa=y(),qa=z(),{safeRe:ge,t:fe}=X(),Na=(r,e)=>{if(r instanceof Aa)return r;if(typeof r==`number`&&(r=String(r)),typeof r!=`string`)return null;e=e||{};let t=null;if(!e.rtl)t=r.match(e.includePrerelease?ge[fe.COERCEFULL]:ge[fe.COERCE]);else{let o=e.includePrerelease?ge[fe.COERCERTLFULL]:ge[fe.COERCERTL],c;for(;(c=o.exec(r))&&(!t||t.index+t[0].length!==r.length);)(!t||c.index+c[0].length!==t.index+t[0].length)&&(t=c),o.lastIndex=c.index+c[1].length+c[2].length;o.lastIndex=-1}if(t===null)return null;let n=t[2];return qa(`${n}.${t[3]||`0`}.${t[4]||`0`}${e.includePrerelease&&t[5]?`-${t[5]}`:``}${e.includePrerelease&&t[6]?`+${t[6]}`:``}`,e)};rr.exports=Na});var sr=B$1((so,ar)=>{"use strict";var Oa=z(),Pa=B(),za=y(),Ca=(r,e,t)=>{if(!Pa.RELEASE_TYPES.includes(e))return null;let n=ja(r,t);return n&&Da(n,e)},ja=(r,e)=>{return Oa(r instanceof za?r.version:r,e)},Da=(r,e)=>{if(Ga(e))return r.version;switch(r.prerelease=[],e){case`major`:r.minor=0,r.patch=0;break;case`minor`:r.patch=0;break}return r.format()},Ga=r=>r.startsWith(`pre`);ar.exports=Ca});var lr=B$1((io,ir)=>{"use strict";var Ae=class{constructor(){this.max=1e3,this.map=new Map}get(e){let t=this.map.get(e);if(t!==void 0)return this.map.delete(e),this.map.set(e,t),t}delete(e){return this.map.delete(e)}set(e,t){if(!this.delete(e)&&t!==void 0){if(this.map.size>=this.max){let a=this.map.keys().next().value;this.delete(a)}this.map.set(e,t)}return this}};ir.exports=Ae});var v=B$1((lo,ur)=>{"use strict";var Fa=/\s+/g;ur.exports=class r{constructor(e,t){if(t=Xa(t),e instanceof r)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new r(e.raw,t);if(e instanceof Ne)return this.raw=e.value,this.set=[[e]],this.formatted=void 0,this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e.trim().replace(Fa,` `),this.set=this.raw.split(`||`).map(n=>this.parseRange(n.trim())).filter(n=>n.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let n=this.set[0];if(this.set=this.set.filter(a=>!cr(a[0])),this.set.length===0)this.set=[n];else if(this.set.length>1){for(let a of this.set)if(a.length===1&&Ja(a[0])){this.set=[a];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted=``;for(let e=0;e<this.set.length;e++){e>0&&(this.formatted+=`||`);let t=this.set[e];for(let n=0;n<t.length;n++)n>0&&(this.formatted+=` `),this.formatted+=t[n].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){e=e.replace(Ya,``);let n=((this.options.includePrerelease&&Wa)|(this.options.loose&&Qa))+`:`+e,a=or.get(n);if(a)return a;let s=this.options.loose,l=s?S[R.HYPHENRANGELOOSE]:S[R.HYPHENRANGE];e=e.replace(l,cs(this.options.includePrerelease)),x(`hyphen replace`,e),e=e.replace(S[R.COMPARATORTRIM],Ha),x(`comparator trim`,e),e=e.replace(S[R.TILDETRIM],Ma),x(`tilde trim`,e),e=e.replace(S[R.CARETTRIM],Za),x(`caret trim`,e);let i=e.split(` `).map(h=>Ka(h,this.options)).join(` `).split(/\s+/).map(h=>os(h,this.options));s&&(i=i.filter(h=>(x(`loose invalid filter`,h,this.options),!!h.match(S[R.COMPARATORLOOSE])))),x(`range list`,i);let o=new Map,c=i.map(h=>new Ne(h,this.options));for(let h of c){if(cr(h))return[h];o.set(h.value,h)}o.size>1&&o.has(``)&&o.delete(``);let u=[...o.values()];return or.set(n,u),u}intersects(e,t){if(!(e instanceof r))throw new TypeError(`a Range is required`);return this.set.some(n=>hr(n,t)&&e.set.some(a=>hr(a,t)&&n.every(s=>a.every(l=>s.intersects(l,t)))))}test(e){if(!e)return!1;if(typeof e==`string`)try{e=new Ua(e,this.options)}catch(t){return!1}for(let t=0;t<this.set.length;t++)if(hs(this.set[t],e,this.options))return!0;return!1}};var or=new(lr()),Xa=ae(),Ne=Q(),x=Z(),Ua=y(),{safeRe:S,src:Va,t:R,comparatorTrimReplace:Ha,tildeTrimReplace:Ma,caretTrimReplace:Za}=X(),{FLAG_INCLUDE_PRERELEASE:Wa,FLAG_LOOSE:Qa}=B(),Ya=new RegExp(Va[R.BUILD],`g`),cr=r=>r.value===`<0.0.0-0`,Ja=r=>r.value===``,hr=(r,e)=>{let t=!0,n=r.slice(),a=n.pop();for(;t&&n.length;)t=n.every(s=>a.intersects(s,e)),a=n.pop();return t},Ka=(r,e)=>(r=r.replace(S[R.BUILD],``),x(`comp`,r,e),r=ns(r,e),x(`caret`,r),r=ts(r,e),x(`tildes`,r),r=ss(r,e),x(`xrange`,r),r=ls(r,e),x(`stars`,r),r),E=r=>!r||r.toLowerCase()===`x`||r===`*`,es=(r,e,t)=>E(r)&&!E(e)||E(e)&&t&&!E(t),ts=(r,e)=>r.trim().split(/\s+/).map(t=>rs(t,e)).join(` `),rs=(r,e)=>{let t=e.loose?S[R.TILDELOOSE]:S[R.TILDE],n=e.includePrerelease?`-0`:``;return r.replace(t,(a,s,l,i,o)=>{x(`tilde`,r,a,s,l,i,o);let c;return E(s)?c=``:E(l)?c=`>=${s}.0.0${n} <${+s+1}.0.0-0`:E(i)?c=`>=${s}.${l}.0${n} <${s}.${+l+1}.0-0`:o?(x(`replaceTilde pr`,o),c=`>=${s}.${l}.${i}-${o} <${s}.${+l+1}.0-0`):c=`>=${s}.${l}.${i} <${s}.${+l+1}.0-0`,x(`tilde return`,c),c})},ns=(r,e)=>r.trim().split(/\s+/).map(t=>as(t,e)).join(` `),as=(r,e)=>{x(`caret`,r,e);let t=e.loose?S[R.CARETLOOSE]:S[R.CARET],n=e.includePrerelease?`-0`:``;return r.replace(t,(a,s,l,i,o)=>{x(`caret`,r,a,s,l,i,o);let c;return E(s)?c=``:E(l)?c=`>=${s}.0.0${n} <${+s+1}.0.0-0`:E(i)?s===`0`?c=`>=${s}.${l}.0${n} <${s}.${+l+1}.0-0`:c=`>=${s}.${l}.0${n} <${+s+1}.0.0-0`:o?(x(`replaceCaret pr`,o),s===`0`?l===`0`?c=`>=${s}.${l}.${i}-${o} <${s}.${l}.${+i+1}-0`:c=`>=${s}.${l}.${i}-${o} <${s}.${+l+1}.0-0`:c=`>=${s}.${l}.${i}-${o} <${+s+1}.0.0-0`):(x(`no pr`),s===`0`?l===`0`?c=`>=${s}.${l}.${i} <${s}.${l}.${+i+1}-0`:c=`>=${s}.${l}.${i} <${s}.${+l+1}.0-0`:c=`>=${s}.${l}.${i} <${+s+1}.0.0-0`),x(`caret return`,c),c})},ss=(r,e)=>(x(`replaceXRanges`,r,e),r.split(/\s+/).map(t=>is(t,e)).join(` `)),is=(r,e)=>{r=r.trim();let t=e.loose?S[R.XRANGELOOSE]:S[R.XRANGE];return r.replace(t,(n,a,s,l,i,o)=>{if(x(`xRange`,r,n,a,s,l,i,o),es(s,l,i))return r;let c=E(s),u=c||E(l),h=u||E(i),_=h;return a===`=`&&_&&(a=``),o=e.includePrerelease?`-0`:``,c?a===`>`||a===`<`?n=`<0.0.0-0`:n=`*`:a&&_?(u&&(l=0),i=0,a===`>`?(a=`>=`,u?(s=+s+1,l=0,i=0):(l=+l+1,i=0)):a===`<=`&&(a=`<`,u?s=+s+1:l=+l+1),a===`<`&&(o=`-0`),n=`${a+s}.${l}.${i}${o}`):u?n=`>=${s}.0.0${o} <${+s+1}.0.0-0`:h&&(n=`>=${s}.${l}.0${o} <${s}.${+l+1}.0-0`),x(`xRange return`,n),n})},ls=(r,e)=>(x(`replaceStars`,r,e),r.trim().replace(S[R.STAR],``)),os=(r,e)=>(x(`replaceGTE0`,r,e),r.trim().replace(S[e.includePrerelease?R.GTE0PRE:R.GTE0],``)),cs=r=>(e,t,n,a,s,l,i,o,c,u,h,_)=>(E(n)?t=``:E(a)?t=`>=${n}.0.0${r?`-0`:``}`:E(s)?t=`>=${n}.${a}.0${r?`-0`:``}`:l?t=`>=${t}`:t=`>=${t}${r?`-0`:``}`,E(c)?o=``:E(u)?o=`<${+c+1}.0.0-0`:E(h)?o=`<${c}.${+u+1}.0-0`:_?o=`<=${c}.${u}.${h}-${_}`:r?o=`<${c}.${u}.${+h+1}-0`:o=`<=${o}`,`${t} ${o}`.trim()),hs=(r,e,t)=>{for(let n=0;n<r.length;n++)if(!r[n].test(e))return!1;if(e.prerelease.length&&!t.includePrerelease){for(let n=0;n<r.length;n++)if(x(r[n].semver),r[n].semver!==Ne.ANY&&r[n].semver.prerelease.length>0){let a=r[n].semver;if(a.major===e.major&&a.minor===e.minor&&a.patch===e.patch)return!0}return!1}return!0}});var Q=B$1((oo,dr)=>{"use strict";var Y=Symbol(`SemVer ANY`);dr.exports=class r{static get ANY(){return Y}constructor(e,t){if(t=pr(t),e instanceof r){if(e.loose===!!t.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(` `),Pe(`comparator`,e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===Y?this.value=``:this.value=this.operator+this.semver.version,Pe(`comp`,this)}parse(e){let t=this.options.loose?gr[fr.COMPARATORLOOSE]:gr[fr.COMPARATOR],n=e.match(t);if(!n)throw new TypeError(`Invalid comparator: ${e}`);this.operator=n[1]!==void 0?n[1]:``,this.operator===`=`&&(this.operator=``),n[2]?this.semver=new _r(n[2],this.options.loose):this.semver=Y}toString(){return this.value}test(e){if(Pe(`Comparator.test`,e,this.options.loose),this.semver===Y||e===Y)return!0;if(typeof e==`string`)try{e=new _r(e,this.options)}catch(t){return!1}return Oe(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof r))throw new TypeError(`a Comparator is required`);return this.operator===``?this.value===``?!0:new mr(e.value,t).test(this.value):e.operator===``?e.value===``?!0:new mr(this.value,t).test(e.semver):(t=pr(t),t.includePrerelease&&(this.value===`<0.0.0-0`||e.value===`<0.0.0-0`)||!t.includePrerelease&&(this.value.startsWith(`<0.0.0`)||e.value.startsWith(`<0.0.0`))?!1:!!(this.operator.startsWith(`>`)&&e.operator.startsWith(`>`)||this.operator.startsWith(`<`)&&e.operator.startsWith(`<`)||this.semver.version===e.semver.version&&this.operator.includes(`=`)&&e.operator.includes(`=`)||Oe(this.semver,`<`,e.semver,t)&&this.operator.startsWith(`>`)&&e.operator.startsWith(`<`)||Oe(this.semver,`>`,e.semver,t)&&this.operator.startsWith(`<`)&&e.operator.startsWith(`>`)))}};var pr=ae(),{safeRe:gr,t:fr}=X(),Oe=Le(),Pe=Z(),_r=y(),mr=v()});var J=B$1((co,wr)=>{"use strict";var us=v(),ps=(r,e,t)=>{try{e=new us(e,t)}catch(n){return!1}return e.test(r)};wr.exports=ps});var br=B$1((ho,kr)=>{"use strict";var gs=v(),fs=(r,e)=>new gs(r,e).set.map(t=>t.map(n=>n.value).join(` `).trim().split(` `));kr.exports=fs});var Er=B$1((uo,xr)=>{"use strict";var _s=y(),ms=v(),ds=(r,e,t)=>{let n=null,a=null,s=null;try{s=new ms(e,t)}catch(l){return null}return r.forEach(l=>{s.test(l)&&(!n||a.compare(l)===-1)&&(n=l,a=new _s(n,t))}),n};xr.exports=ds});var Rr=B$1((po,yr)=>{"use strict";var ws=y(),ks=v(),bs=(r,e,t)=>{let n=null,a=null,s=null;try{s=new ks(e,t)}catch(l){return null}return r.forEach(l=>{s.test(l)&&(!n||a.compare(l)===1)&&(n=l,a=new ws(n,t))}),n};yr.exports=bs});var Tr=B$1((go,Sr)=>{"use strict";var Ce=y(),xs=v(),$r=W(),Es=(r,e)=>{r=new xs(r,e);let t=new Ce(`0.0.0`);if(r.test(t)||(t=new Ce(`0.0.0-0`),r.test(t)))return t;t=null;for(let n=0;n<r.set.length;++n){let a=r.set[n],s=null;a.forEach(l=>{let i=new Ce(l.semver.version);switch(l.operator){case`>`:i.prerelease.length===0?i.patch++:i.prerelease.push(0),i.raw=i.format();case``:case`>=`:(!s||$r(i,s))&&(s=i);break;case`<`:case`<=`:break;default:throw new Error(`Unexpected operation: ${l.operator}`)}}),s&&(!t||$r(t,s))&&(t=s)}return t&&r.test(t)?t:null};Sr.exports=Es});var vr=B$1((fo,Ir)=>{"use strict";var ys=v(),Rs=(r,e)=>{try{return new ys(r,e).range||`*`}catch(t){return null}};Ir.exports=Rs});var _e=B$1((_o,Nr)=>{"use strict";var $s=y(),qr=Q(),{ANY:Ss}=qr,Ts=v(),Is=J(),Lr=W(),Ar=he(),vs=pe(),Ls=ue(),As=(r,e,t,n)=>{r=new $s(r,n),e=new Ts(e,n);let a,s,l,i,o;switch(t){case`>`:a=Lr,s=vs,l=Ar,i=`>`,o=`>=`;break;case`<`:a=Ar,s=Ls,l=Lr,i=`<`,o=`<=`;break;default:throw new TypeError(`Must provide a hilo val of "<" or ">"`)}if(Is(r,e,n))return!1;for(let c=0;c<e.set.length;++c){let u=e.set[c],h=null,_=null;if(u.forEach(f=>{f.semver===Ss&&(f=new qr(`>=0.0.0`)),h=h||f,_=_||f,a(f.semver,h.semver,n)?h=f:l(f.semver,_.semver,n)&&(_=f)}),h.operator===i||h.operator===o||(!_.operator||_.operator===i)&&s(r,_.semver))return!1;if(_.operator===o&&l(r,_.semver))return!1}return!0};Nr.exports=As});var Pr=B$1((mo,Or)=>{"use strict";var qs=_e(),Ns=(r,e,t)=>qs(r,e,`>`,t);Or.exports=Ns});var Cr=B$1((wo,zr)=>{"use strict";var Os=_e(),Ps=(r,e,t)=>Os(r,e,`<`,t);zr.exports=Ps});var Gr=B$1((ko,Dr)=>{"use strict";var jr=v(),zs=(r,e,t)=>(r=new jr(r,t),e=new jr(e,t),r.intersects(e,t));Dr.exports=zs});var Br=B$1((bo,Fr)=>{"use strict";var Cs=J(),js=I();Fr.exports=(r,e,t)=>{let n=[],a=null,s=null,l=r.sort((u,h)=>js(u,h,t));for(let u of l)Cs(u,e,t)?(s=u,a||(a=u)):(s&&n.push([a,s]),s=null,a=null);a&&n.push([a,null]);let i=[];for(let[u,h]of n)u===h?i.push(u):!h&&u===l[0]?i.push(`*`):h?u===l[0]?i.push(`<=${h}`):i.push(`${u} - ${h}`):i.push(`>=${u}`);let o=i.join(` || `),c=typeof e.raw==`string`?e.raw:String(e);return o.length<c.length?o:e}});var Zr=B$1((xo,Mr)=>{"use strict";var Xr=v(),Ge=Q(),{ANY:je}=Ge,De=J(),Fe=I(),Ds=(r,e,t={})=>{if(r===e)return!0;r=new Xr(r,t),e=new Xr(e,t);let n=!1;e:for(let a of r.set){for(let s of e.set){let l=Fs(a,s,t);if(n=n||l!==null,l)continue e}if(n)return!1}return!0},Gs=[new Ge(`>=0.0.0-0`)],Ur=[new Ge(`>=0.0.0`)],Fs=(r,e,t)=>{if(r===e)return!0;if(r.length===1&&r[0].semver===je){if(e.length===1&&e[0].semver===je)return!0;t.includePrerelease?r=Gs:r=Ur}if(e.length===1&&e[0].semver===je){if(t.includePrerelease)return!0;e=Ur}let n=new Set,a,s;for(let f of r)f.operator===`>`||f.operator===`>=`?a=Vr(a,f,t):f.operator===`<`||f.operator===`<=`?s=Hr(s,f,t):n.add(f.semver);if(n.size>1)return null;let l;if(a&&s){if(l=Fe(a.semver,s.semver,t),l>0)return null;if(l===0&&(a.operator!==`>=`||s.operator!==`<=`))return null}for(let f of n){if(a&&!De(f,String(a),t)||s&&!De(f,String(s),t))return null;for(let b of e)if(!De(f,String(b),t))return!1;return!0}let i,o,c,u,h=s&&!t.includePrerelease&&s.semver.prerelease.length?s.semver:!1,_=a&&!t.includePrerelease&&a.semver.prerelease.length?a.semver:!1;h&&h.prerelease.length===1&&s.operator===`<`&&h.prerelease[0]===0&&(h=!1);for(let f of e){if(u=u||f.operator===`>`||f.operator===`>=`,c=c||f.operator===`<`||f.operator===`<=`,a){if(_&&f.semver.prerelease&&f.semver.prerelease.length&&f.semver.major===_.major&&f.semver.minor===_.minor&&f.semver.patch===_.patch&&(_=!1),f.operator===`>`||f.operator===`>=`){if(i=Vr(a,f,t),i===f&&i!==a)return!1}else if(a.operator===`>=`&&!f.test(a.semver))return!1}if(s){if(h&&f.semver.prerelease&&f.semver.prerelease.length&&f.semver.major===h.major&&f.semver.minor===h.minor&&f.semver.patch===h.patch&&(h=!1),f.operator===`<`||f.operator===`<=`){if(o=Hr(s,f,t),o===f&&o!==s)return!1}else if(s.operator===`<=`&&!f.test(s.semver))return!1}if(!f.operator&&(s||a)&&l!==0)return!1}return!(a&&c&&!s&&l!==0||s&&u&&!a&&l!==0||_||h)},Vr=(r,e,t)=>{if(!r)return e;let n=Fe(r.semver,e.semver,t);return n>0?r:n<0||e.operator===`>`&&r.operator===`>=`?e:r},Hr=(r,e,t)=>{if(!r)return e;let n=Fe(r.semver,e.semver,t);return n<0?r:n>0||e.operator===`<`&&r.operator===`<=`?e:r};Mr.exports=Ds});var Ti=B$1((Eo,Yr)=>{"use strict";var Be=X(),Wr=B(),Bs=y(),Qr=$e();Yr.exports={parse:z(),valid:bt(),clean:Et(),inc:$t(),diff:It(),major:Lt(),minor:qt(),patch:Ot(),prerelease:zt(),compare:I(),rcompare:Gt(),compareLoose:Bt(),compareBuild:ce(),sort:Ht(),rsort:Zt(),gt:W(),lt:he(),eq:Ie(),neq:ve(),gte:ue(),lte:pe(),cmp:Le(),coerce:nr(),truncate:sr(),Comparator:Q(),Range:v(),satisfies:J(),toComparators:br(),maxSatisfying:Er(),minSatisfying:Rr(),minVersion:Tr(),validRange:vr(),outside:_e(),gtr:Pr(),ltr:Cr(),intersects:Gr(),simplifyRange:Br(),subset:Zr(),SemVer:Bs,re:Be.re,src:Be.src,tokens:Be.t,SEMVER_SPEC_VERSION:Wr.SEMVER_SPEC_VERSION,RELEASE_TYPES:Wr.RELEASE_TYPES,compareIdentifiers:Qr.compareIdentifiers,rcompareIdentifiers:Qr.rcompareIdentifiers}});function He(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var G=He();function sn(r){G=r}var j={exec:()=>null};function U(r){let e=[];return t=>{let n=Math.max(0,Math.min(3,t-1)),a=e[n];return a||(a=r(n),e[n]=a),a}}function w(r,e=``){let t=typeof r==`string`?r:r.source,n={replace:(a,s)=>{let l=typeof s==`string`?s:s.source;return l=l.replace($.caret,`$1`),t=t.replace(a,l),n},getRegex:()=>new RegExp(t,e)};return n}var Ii=((r=``)=>{try{return!!new RegExp(`(?<=1)(?<!1)`+r)}catch(e){return!1}})();var $={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] +\S/,listReplaceTask:/^\[[ xX]\] +/,listTaskCheckbox:/\[[ xX]\]/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:r=>new RegExp(`^( {0,3}${r})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:U(r=>new RegExp(`^ {0,${r}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`)),hrRegex:U(r=>new RegExp(`^ {0,${r}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`)),fencesBeginRegex:U(r=>new RegExp(`^ {0,${r}}(?:\`\`\`|~~~)`)),headingBeginRegex:U(r=>new RegExp(`^ {0,${r}}#`)),htmlBeginRegex:U(r=>new RegExp(`^ {0,${r}}<(?:[a-z].*>|!--)`,`i`)),blockquoteBeginRegex:U(r=>new RegExp(`^ {0,${r}}>`))};var vi=/^(?:[ \t]*(?:\n|$))+/;var Li=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/;var Ai=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/;var te=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/;var qi=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/;var Me=/ {0,3}(?:[*+-]|\d{1,9}[.)])/;var ln=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/;var on=w(ln).replace(/bull/g,Me).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}(?:\s|$)/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,``).getRegex();var Ni=w(ln).replace(/bull/g,Me).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}(?:\s|$)/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex();var Ze=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table|[ \t]+\n)[^\n]+)*)/;var Oi=/^[^\n]+/;var We=/(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/;var Pi=w(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace(`label`,We).replace(`title`,/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex();var zi=w(/^(bull)([ \t][^\n]*?)?(?:\n|$)/).replace(/bull/g,Me).getRegex();var be=`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|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul`;var Qe=/<!--(?:-?>|[\s\S]*?(?:-->|$))/;var Ci=w(`^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n*|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>[^\\n]*\\n*|$)|<![A-Z][\\s\\S]*?(?:>[^\\n]*\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>[^\\n]*\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))`,`i`).replace(`comment`,Qe).replace(`tag`,be).replace(`attribute`,/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex();var cn=r=>w(Ze).replace(`hr`,te).replace(`heading`,` {0,3}#{1,6}(?:\\s|$)`).replace(`|lheading`,``).replace(`|table`,``).replace(`blockquote`,` {0,3}>`).replace(`fences`," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~~~)[^\\n]*\\n").replace(`list`,r).replace(`html`,`</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)`).replace(`tag`,be).getRegex();var ji=cn(/ {0,3}(?:[*+-]|1[.)])[ \t]+[^ \t\n]/);var Di=cn(/ {0,3}(?:[*+-]|\d{1,9}[.)])(?:[ \t]|\n|$)/);var Ye={blockquote:w(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace(`paragraph`,Di).getRegex(),code:Li,def:Pi,fences:Ai,heading:qi,hr:te,html:Ci,lheading:on,list:zi,newline:vi,paragraph:ji,table:j,text:Oi};var Jr=w(`^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)`).replace(`hr`,te).replace(`heading`,` {0,3}#{1,6}(?:\\s|$)`).replace(`blockquote`,` {0,3}>`).replace(`code`,`(?: {4}| {0,3} )[^\\n]`).replace(`fences`," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~~~)[^\\n]*\\n").replace(`list`,` {0,3}(?:[*+-]|1[.)])[ \\t]`).replace(`html`,`</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)`).replace(`tag`,be).getRegex();var Fi=x(w$1({},Ye),{lheading:Ni,table:Jr,paragraph:w(Ze).replace(`hr`,te).replace(`heading`,` {0,3}#{1,6}(?:\\s|$)`).replace(`|lheading`,``).replace(`table`,Jr).replace(`blockquote`,` {0,3}>`).replace(`fences`," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~~~)[^\\n]*\\n").replace(`list`,` {0,3}(?:[*+-]|1[.)])[ \\t]+[^ \\t\\n]`).replace(`html`,`</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)`).replace(`tag`,be).getRegex()});var Bi=x(w$1({},Ye),{html:w(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace(`comment`,Qe).replace(/tag/g,`(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b`).getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:j,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:w(Ze).replace(`hr`,te).replace(`heading`,` *#{1,6} *[^
]`).replace(`lheading`,on).replace(`|table`,``).replace(`blockquote`,` {0,3}>`).replace(`|fences`,``).replace(`|list`,``).replace(`|html`,``).replace(`|tag`,``).getRegex()});var Xi=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/;var Ui=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/;var hn=/^( {2,}|\\)\n(?!\s*$)/;var Vi=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/;var P=/[\p{P}\p{S}]/u;var V=/[\s\p{P}\p{S}]/u;var re=/[^\s\p{P}\p{S}]/u;var Hi=w(/^((?![*_])punctSpace)/,`u`).replace(/punctSpace/g,V).getRegex();var Mi=/[\p{Pi}\p{Ps}"']/u;var un=/(?!~)[\p{P}\p{S}]/u;var Zi=/(?!~)[\s\p{P}\p{S}]/u;var Wi=/(?:[^\s\p{P}\p{S}]|~)/u;var Qi=w(/link|precode-code|html/,`g`).replace(`link`,/\[(?:[^\[\]`]|(?<a>`+)[^`]+\k<a>(?!`))*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)/).replace(`precode-`,Ii?"(?<!`)()":"(^^|[^`])").replace(`code`,/(?<b>`+)[^`]+\k<b>(?!`)/).replace(`html`,/<(?! )[^<>]*?>/).getRegex();var pn=/^(?:\*+(?:((?!\*)punct)|([^\s*]))?)|^_+(?:((?!_)punct)|([^\s_]))?/;var Yi=w(pn,`u`).replace(/punct/g,P).getRegex();var Ji=w(pn,`u`).replace(/punct/g,un).getRegex();var el=w(/^(?:\*+(?:((?!\*)(?!openQuote)punct)|([^\s*]))?)|^_+(?:((?!_)(?!openQuote)punct)|([^\s_]))?/,`u`).replace(/openQuote/g,Mi).replace(/punct/g,P).getRegex();var gn=`^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)`;var tl=w(gn,`gu`).replace(/notPunctSpace/g,re).replace(/punctSpace/g,V).replace(/punct/g,P).getRegex();var rl=w(gn,`gu`).replace(/notPunctSpace/g,Wi).replace(/punctSpace/g,Zi).replace(/punct/g,un).getRegex();var al=w(`^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)[\\s](\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|(?:(?!\\*)punct|notPunctSpace)(\\*+)(?!\\*)(?=notPunctSpace)`,`gu`).replace(/notPunctSpace/g,re).replace(/punctSpace/g,V).replace(/punct/g,P).getRegex();var sl=w(`^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)`,`gu`).replace(/notPunctSpace/g,re).replace(/punctSpace/g,V).replace(/punct/g,P).getRegex();var ll=w(`^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)[\\s](_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)|(?:(?!_)punct|notPunctSpace)(_+)(?!_)(?=notPunctSpace)`,`gu`).replace(/notPunctSpace/g,re).replace(/punctSpace/g,V).replace(/punct/g,P).getRegex();var ol=w(/^~~?(?:((?!~)punct)|[^\s~])/,`u`).replace(/punct/g,P).getRegex();var hl=w(`^[^~]+(?=[^~])|(?!~)punct(~~?)(?=[\\s]|$)|notPunctSpace(~~?)(?!~)(?=punctSpace|$)|(?!~)punctSpace(~~?)(?=notPunctSpace)|[\\s](~~?)(?!~)(?=punct)|(?!~)punct(~~?)(?!~)(?=punct)|notPunctSpace(~~?)(?=notPunctSpace)`,`gu`).replace(/notPunctSpace/g,re).replace(/punctSpace/g,V).replace(/punct/g,P).getRegex();var ul=w(/\\(punct)/,`gu`).replace(/punct/g,P).getRegex();var pl=w(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace(`scheme`,/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace(`email`,/[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])?)+(?![-_])/).getRegex();var gl=w(Qe).replace(`(?:-->|$)`,`-->`).getRegex();var fl=w(`^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>`).replace(`comment`,gl).replace(`attribute`,/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex();var de=/(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`+(?!`)[^`]*?`+(?!`)|``+(?=\])|[^\[\]\\`])*?/;var _l=w(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]+(?:\n[ \t]*)?|\n[ \t]*)(title))?\s*\)/).replace(`label`,de).replace(`href`,/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]+|(?=\))/).replace(`title`,/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex();var fn=w(/^!?\[(label)\]\[(ref)\]/).replace(`label`,de).replace(`ref`,We).getRegex();var _n=w(/^!?\[(ref)\](?:\[\])?/).replace(`ref`,We).getRegex();var ml=w(`reflink|nolink(?!\\()`,`g`).replace(`reflink`,fn).replace(`nolink`,_n).getRegex();var Kr=/[hH][tT][tT][pP][sS]?|[fF][tT][pP]/;var Je={_backpedal:j,anyPunctuation:ul,autolink:pl,blockSkip:Qi,br:hn,code:Ui,del:j,delLDelim:j,delRDelim:j,emStrongLDelim:Yi,emStrongRDelimAst:tl,emStrongRDelimUnd:sl,escape:Xi,link:_l,nolink:_n,punctuation:Hi,reflink:fn,reflinkSearch:ml,tag:fl,text:Vi,url:j};var dl=x(w$1({},Je),{emStrongLDelim:el,emStrongRDelimAst:al,emStrongRDelimUnd:ll,link:w(/^!?\[(label)\]\((.*?)\)/).replace(`label`,de).getRegex(),reflink:w(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace(`label`,de).getRegex()});var Xe=x(w$1({},Je),{emStrongRDelimAst:rl,emStrongLDelim:Ji,delLDelim:ol,delRDelim:hl,url:w(/^((?:protocol):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/).replace(`protocol`,Kr).replace(`email`,/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/,text:w(/^(`+|~+|[^`~])(?:(?=[`~])|(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|protocol:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/).replace(`protocol`,Kr).getRegex()});var wl=x(w$1({},Xe),{br:w(hn).replace(`{2,}`,`*`).getRegex(),text:w(Xe.text).replace(`\\b_`,`\\b_| {2,}\\n`).replace(/\{2,\}/g,`*`).getRegex()});var me={normal:Ye,gfm:Fi,pedantic:Bi};var K={normal:Je,gfm:Xe,breaks:wl,pedantic:dl};var kl={"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`};var en=r=>kl[r];function O(r,e){if(e){if($.escapeTest.test(r))return r.replace($.escapeReplace,en)}else if($.escapeTestNoEncode.test(r))return r.replace($.escapeReplaceNoEncode,en);return r}function tn(r){try{r=encodeURI(r).replace($.percentDecode,`%`)}catch(e){return null}return r}function rn(r,e){let n=r.replace($.findPipe,(s,l,i)=>{let o=!1,c=l;for(;--c>=0&&i[c]===`\\`;)o=!o;return o?`|`:` |`}).split($.splitPipe),a=0;if(n[0].trim()||n.shift(),n.length>0&&!n.at(-1)?.trim()&&n.pop(),e)if(n.length>e)n.splice(e);else for(;n.length<e;)n.push(``);for(;a<n.length;a++)n[a]=n[a].trim().replace($.slashPipe,`|`);return n}function C(r,e,t){let n=r.length;if(n===0)return``;let a=0;for(;a<n;){let s=r.charAt(n-a-1);if(s===e&&!t)a++;else if(s!==e&&t)a++;else break}return r.slice(0,n-a)}function nn(r){let e=r.split(`
`),t=e.length-1;for(;t>=0&&$.blankLine.test(e[t]);)t--;return e.length-t<=2?r:e.slice(0,t+1).join(`
`)}function bl(r,e){if(r.indexOf(e[1])===-1)return-1;let t=0;for(let n=0;n<r.length;n++)if(r[n]===`\\`)n++;else if(r[n]===e[0])t++;else if(r[n]===e[1]&&(t--,t<0))return n;return t>0?-2:-1}function xl(r,e=0){let t=e,n=``;for(let a of r)if(a===` `){let s=4-t%4;n+=` `.repeat(s),t+=s}else n+=a,t++;return n}function an(r,e,t,n,a){let s=e.href,l=e.title||null,i=r[1].replace(a.other.outputLinkReplace,`$1`);n.state.inLink=!0;let o={type:r[0].charAt(0)===`!`?`image`:`link`,raw:t,href:s,title:l,text:i,tokens:n.inlineTokens(i)};return n.state.inLink=!1,o}function El(r,e,t){let n=r.match(t.other.indentCodeCompensation);if(n===null)return e;let a=n[1];return e.split(`
`).map(s=>{let l=s.match(t.other.beginningSpace);if(l===null)return s;let[i]=l;return i.length>=a.length?s.slice(a.length):s}).join(`
`)}var we=class{options;rules;lexer;constructor(r){this.options=r||G}space(r){let e=this.rules.block.newline.exec(r);if(e&&e[0].length>0)return{type:`space`,raw:e[0]}}code(r){let e=this.rules.block.code.exec(r);if(e){let t=this.options.pedantic?e[0]:nn(e[0]);return{type:`code`,raw:t,codeBlockStyle:`indented`,text:t.replace(this.rules.other.codeRemoveIndent,``)}}}fences(r){let e=this.rules.block.fences.exec(r);if(e){let t=e[0],n=El(t,e[3]||``,this.rules);return{type:`code`,raw:t,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,`$1`):e[2],text:n}}}heading(r){let e=this.rules.block.heading.exec(r);if(e){let t=e[2].trim();if(this.rules.other.endingHash.test(t)){let n=C(t,`#`);(this.options.pedantic||!n||this.rules.other.endingSpaceChar.test(n))&&(t=n.trim())}return{type:`heading`,raw:C(e[0],`
`),depth:e[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(r){let e=this.rules.block.hr.exec(r);if(e)return{type:`hr`,raw:C(e[0],`
`)}}blockquote(r){let e=this.rules.block.blockquote.exec(r);if(e){let t=C(e[0],`
`).split(`
`),n=``,a=``,s=[];for(;t.length>0;){let l=!1,i=[],o;for(o=0;o<t.length;o++)if(this.rules.other.blockquoteStart.test(t[o]))i.push(t[o]),l=!0;else if(!l)i.push(t[o]);else break;t=t.slice(o);let c=i.join(`
`),u=c.replace(this.rules.other.blockquoteSetextReplace,`
$1`).replace(this.rules.other.blockquoteSetextReplace2,``);n=n?`${n}
${c}`:c,a=a?`${a}
${u}`:u;let h=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(u,s,!0),this.lexer.state.top=h,t.length===0)break;let _=s.at(-1);if(_?.type===`code`)break;if(_?.type===`blockquote`){let f=_,b=t.join(`
`),q=f.raw+`
`+b.replace(this.rules.other.blockquoteSetextReplace2,``),H=this.blockquote(q);s[s.length-1]=H,n=`${n}
${b}`,a=a.substring(0,a.length-f.text.length)+H.text;break}else if(_?.type===`list`){let f=_,b=f.raw+`
`+t.join(`
`),q=this.list(b);s[s.length-1]=q,n=n.substring(0,n.length-_.raw.length)+q.raw,a=a.substring(0,a.length-f.raw.length)+q.raw,t=b.substring(s.at(-1).raw.length).split(`
`);continue}}return{type:`blockquote`,raw:n,tokens:s,text:a}}}list(r){let e=this.rules.block.list.exec(r);if(e){let t=e[1].trim(),n=t.length>1,a={type:`list`,raw:``,ordered:n,start:n?+t.slice(0,-1):``,loose:!1,items:[]};t=n?`\\d{1,9}\\${t.slice(-1)}`:`\\${t}`,this.options.pedantic&&(t=n?t:`[*+-]`);let s=this.rules.other.listItemRegex(t),l=!1;for(;r;){let o=!1,c=``,u=``;if(!(e=s.exec(r))||this.rules.block.hr.test(r))break;c=e[0],r=r.substring(c.length);let h=xl(e[2].split(`
`,1)[0],e[1].length),_=r.split(`
`,1)[0],f=!h.trim(),b=0;if(this.options.pedantic?(b=2,u=h.trimStart()):f?b=e[1].length+1:(b=h.search(this.rules.other.nonSpaceChar),b=b>4?1:b,u=h.slice(b),b+=e[1].length),f&&this.rules.other.blankLine.test(_)&&(c+=_+`
`,r=r.substring(_.length+1),o=!0),!o){let q=this.rules.other.nextBulletRegex(b),H=this.rules.other.hrRegex(b),et=this.rules.other.fencesBeginRegex(b),tt=this.rules.other.headingBeginRegex(b),wn=this.rules.other.htmlBeginRegex(b),kn=this.rules.other.blockquoteBeginRegex(b);for(;r;){let xe=r.split(`
`,1)[0],M;if(_=xe,this.options.pedantic?(_=_.replace(this.rules.other.listReplaceNesting,` `),M=_):M=_.replace(this.rules.other.tabCharGlobal,` `),et.test(_)||tt.test(_)||wn.test(_)||kn.test(_)||q.test(_)||H.test(_))break;if(M.search(this.rules.other.nonSpaceChar)>=b||!_.trim())u+=`
`+M.slice(b);else{if(f||h.replace(this.rules.other.tabCharGlobal,` `).search(this.rules.other.nonSpaceChar)>=4||et.test(h)||tt.test(h)||H.test(h))break;u+=`
`+_}f=!_.trim(),c+=xe+`
`,r=r.substring(xe.length+1),h=M.slice(b)}}a.loose||(l?a.loose=!0:this.rules.other.doubleBlankLine.test(c)&&(l=!0)),a.items.push({type:`list_item`,raw:c,task:!!this.options.gfm&&this.rules.other.listIsTask.test(u),loose:!1,text:u,tokens:[]}),a.raw+=c}let i=a.items.at(-1);if(i)i.raw=i.raw.trimEnd(),i.text=i.text.trimEnd();else return;a.raw=a.raw.trimEnd();for(let o of a.items){this.lexer.state.top=!1,o.tokens=this.lexer.blockTokens(o.text,[]);let c=o.tokens[0];if(o.task&&(c?.type===`text`||c?.type===`paragraph`)){o.text=o.text.replace(this.rules.other.listReplaceTask,``),c.raw=c.raw.replace(this.rules.other.listReplaceTask,``),c.text=c.text.replace(this.rules.other.listReplaceTask,``);for(let h=this.lexer.inlineQueue.length-1;h>=0;h--)if(this.rules.other.listIsTask.test(this.lexer.inlineQueue[h].src)){this.lexer.inlineQueue[h].src=this.lexer.inlineQueue[h].src.replace(this.rules.other.listReplaceTask,``);break}let u=this.rules.other.listTaskCheckbox.exec(o.raw);if(u){let h={type:`checkbox`,raw:u[0]+` `,checked:u[0]!==`[ ]`};o.checked=h.checked,a.loose?o.tokens[0]&&[`paragraph`,`text`].includes(o.tokens[0].type)&&`tokens`in o.tokens[0]&&o.tokens[0].tokens?(o.tokens[0].raw=h.raw+o.tokens[0].raw,o.tokens[0].text=h.raw+o.tokens[0].text,o.tokens[0].tokens.unshift(h)):o.tokens.unshift({type:`paragraph`,raw:h.raw,text:h.raw,tokens:[h]}):o.tokens.unshift(h)}}else o.task&&(o.task=!1);if(!a.loose){let u=o.tokens.filter(_=>_.type===`space`);a.loose=u.length>0&&u.some(_=>this.rules.other.anyLine.test(_.raw))}}if(a.loose)for(let o of a.items){o.loose=!0;for(let c of o.tokens)c.type===`text`&&(c.type=`paragraph`)}return a}}html(r){let e=this.rules.block.html.exec(r);if(e){let t=nn(e[0]);return{type:`html`,block:!0,raw:t,pre:e[1]===`pre`||e[1]===`script`||e[1]===`style`,text:t}}}def(r){let e=this.rules.block.def.exec(r);if(e){let t=e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal,` `),n=e[2]?e[2].replace(this.rules.other.hrefBrackets,`$1`).replace(this.rules.inline.anyPunctuation,`$1`):``,a=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,`$1`):e[3];return{type:`def`,tag:t,raw:C(e[0],`
`),href:n,title:a}}}table(r){let e=this.rules.block.table.exec(r);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;let t=rn(e[1]),n=e[2].replace(this.rules.other.tableAlignChars,``).split(`|`),a=e[3]?.trim()?e[3].replace(this.rules.other.tableRowBlankLine,``).split(`
`):[],s={type:`table`,raw:C(e[0],`
`),header:[],align:[],rows:[]};if(t.length===n.length){for(let l of n)this.rules.other.tableAlignRight.test(l)?s.align.push(`right`):this.rules.other.tableAlignCenter.test(l)?s.align.push(`center`):this.rules.other.tableAlignLeft.test(l)?s.align.push(`left`):s.align.push(null);for(let l=0;l<t.length;l++)s.header.push({text:t[l],tokens:this.lexer.inline(t[l]),header:!0,align:s.align[l]});for(let l of a)s.rows.push(rn(l,s.header.length).map((i,o)=>({text:i,tokens:this.lexer.inline(i),header:!1,align:s.align[o]})));return s}}lheading(r){let e=this.rules.block.lheading.exec(r);if(e){let t=e[1].trim();return{type:`heading`,raw:C(e[0],`
`),depth:e[2].charAt(0)===`=`?1:2,text:t,tokens:this.lexer.inline(t)}}}paragraph(r){let e=this.rules.block.paragraph.exec(r);if(e){let t=e[1].charAt(e[1].length-1)===`
`?e[1].slice(0,-1):e[1];return{type:`paragraph`,raw:e[0],text:t,tokens:this.lexer.inline(t)}}}text(r){let e=this.rules.block.text.exec(r);if(e)return{type:`text`,raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(r){let e=this.rules.inline.escape.exec(r);if(e)return{type:`escape`,raw:e[0],text:e[1]}}tag(r){let e=this.rules.inline.tag.exec(r);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:`html`,raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(r){let e=this.rules.inline.link.exec(r);if(e){let t=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(t)){if(!this.rules.other.endAngleBracket.test(t))return;let s=C(t.slice(0,-1),`\\`);if((t.length-s.length)%2===0)return}else{let s=bl(e[2],`()`);if(s===-2)return;if(s>-1){let l=(e[0].indexOf(`!`)===0?5:4)+e[1].length+s;e[2]=e[2].substring(0,s),e[0]=e[0].substring(0,l).trim(),e[3]=``}}let n=e[2],a=``;if(this.options.pedantic){let s=this.rules.other.pedanticHrefTitle.exec(n);s&&(n=s[1],a=s[3])}else a=e[3]?e[3].slice(1,-1):``;return n=n.trim(),this.rules.other.startAngleBracket.test(n)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(t)?n=n.slice(1):n=n.slice(1,-1)),an(e,{href:n&&n.replace(this.rules.inline.anyPunctuation,`$1`),title:a&&a.replace(this.rules.inline.anyPunctuation,`$1`)},e[0],this.lexer,this.rules)}}reflink(r,e){let t;if((t=this.rules.inline.reflink.exec(r))||(t=this.rules.inline.nolink.exec(r))){let a=e[(t[2]||t[1]).replace(this.rules.other.multipleSpaceGlobal,` `).toLowerCase()];if(!a){let s=t[0].charAt(0);return{type:`text`,raw:s,text:s}}return an(t,a,t[0],this.lexer,this.rules)}}emStrong(r,e,t=``){let n=this.rules.inline.emStrongLDelim.exec(r);if(!(!n||!n[1]&&!n[2]&&!n[3]&&!n[4]||n[4]&&t.match(this.rules.other.unicodeAlphaNumeric))&&(!(n[1]||n[3])||!t||this.rules.inline.punctuation.exec(t))){let a=[...n[0]].length-1,s,l,i=a,o=0,c=n[0][0],u=t===c,h=c===`*`?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(h.lastIndex=0,e=e.slice(-1*r.length+a);(n=h.exec(e))!==null;){if(s=n[1]||n[2]||n[3]||n[4]||n[5]||n[6],!s)continue;if(l=[...s].length,n[3]||n[4]){i+=l;continue}else if(n[5]||n[6]){if(a%3&&!((a+l)%3)){o+=l;continue}if(u)break}if(i-=l,i>0)continue;l=Math.min(l,l+i+o);let _=[...n[0]][0].length,f=r.slice(0,a+n.index+_+l);if(Math.min(a,l)%2){let q=f.slice(1,-1);return{type:`em`,raw:f,text:q,tokens:this.lexer.inlineTokens(q)}}let b=f.slice(2,-2);return{type:`strong`,raw:f,text:b,tokens:this.lexer.inlineTokens(b)}}}}codespan(r){let e=this.rules.inline.code.exec(r);if(e){let t=e[2].replace(this.rules.other.newLineCharGlobal,` `),n=this.rules.other.nonSpaceChar.test(t),a=this.rules.other.startingSpaceChar.test(t)&&this.rules.other.endingSpaceChar.test(t);return n&&a&&(t=t.substring(1,t.length-1)),{type:`codespan`,raw:e[0],text:t}}}br(r){let e=this.rules.inline.br.exec(r);if(e)return{type:`br`,raw:e[0]}}del(r,e,t=``){let n=this.rules.inline.delLDelim.exec(r);if(n&&(!n[1]||!t||this.rules.inline.punctuation.exec(t))){let a=[...n[0]].length-1,s,l,i=a,o=this.rules.inline.delRDelim;for(o.lastIndex=0,e=e.slice(-1*r.length+a);(n=o.exec(e))!==null;){if(s=n[1]||n[2]||n[3]||n[4]||n[5]||n[6],!s||(l=[...s].length,l!==a))continue;if(n[3]||n[4]){i+=l;continue}if(i-=l,i>0)continue;l=Math.min(l,l+i);let c=[...n[0]][0].length,u=r.slice(0,a+n.index+c+l),h=u.slice(a,-a);return{type:`del`,raw:u,text:h,tokens:this.lexer.inlineTokens(h)}}}}autolink(r){let e=this.rules.inline.autolink.exec(r);if(e){let t,n;return e[2]===`@`?(t=e[1],n=`mailto:`+t):(t=e[1],n=t),{type:`link`,raw:e[0],text:t,href:n,tokens:[{type:`text`,raw:t,text:t}]}}}url(r){let e;if(e=this.rules.inline.url.exec(r)){let t,n;if(e[2]===`@`)t=e[0],n=`mailto:`+t;else{let a;do a=e[0],e[0]=this.rules.inline._backpedal.exec(e[0])?.[0]??``;while(a!==e[0]);t=e[0],e[1]===`www.`?n=`http://`+e[0]:n=e[0]}return{type:`link`,raw:e[0],text:t,href:n,tokens:[{type:`text`,raw:t,text:t}]}}}inlineText(r){let e=this.rules.inline.text.exec(r);if(e){let t=this.lexer.state.inRawBlock;return{type:`text`,raw:e[0],text:e[0],escaped:t}}}};var L=class Ue{tokens;options;state;inlineQueue;tokenizer;constructor(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||G,this.options.tokenizer=this.options.tokenizer||new we,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let t={other:$,block:me.normal,inline:K.normal};this.options.pedantic?(t.block=me.pedantic,t.inline=K.pedantic):this.options.gfm&&(t.block=me.gfm,this.options.breaks?t.inline=K.breaks:t.inline=K.gfm),this.tokenizer.rules=t}static get rules(){return{block:me,inline:K}}static lex(e,t){return new Ue(t).lex(e)}static lexInline(e,t){return new Ue(t).inlineTokens(e)}lex(e){e=e.replace($.carriageReturn,`
`),this.blockTokens(e,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){let n=this.inlineQueue[t];this.inlineTokens(n.src,n.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,t=[],n=!1){this.tokenizer.lexer=this,this.options.pedantic&&(e=e.replace($.tabCharGlobal,` `).replace($.spaceLine,``));let a=Infinity;for(;e;){if(e.length<a)a=e.length;else{this.infiniteLoopError(e.charCodeAt(0));break}let s;if(this.options.extensions?.block?.some(i=>(s=i.call({lexer:this},e,t))?(e=e.substring(s.raw.length),t.push(s),!0):!1))continue;if(s=this.tokenizer.space(e)){e=e.substring(s.raw.length);let i=t.at(-1);s.raw.length===1&&i!==void 0?i.raw+=`
`:t.push(s);continue}if(s=this.tokenizer.code(e)){e=e.substring(s.raw.length);let i=t.at(-1);i?.type===`paragraph`||i?.type===`text`?(i.raw+=(i.raw.endsWith(`
`)?``:`
`)+s.raw,i.text+=`
`+s.text,this.inlineQueue.at(-1).src=i.text):t.push(s);continue}if(s=this.tokenizer.fences(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.heading(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.hr(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.blockquote(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.list(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.html(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.def(e)){e=e.substring(s.raw.length);let i=t.at(-1);i?.type===`paragraph`||i?.type===`text`?(i.raw+=(i.raw.endsWith(`
`)?``:`
`)+s.raw,i.text+=`
`+s.raw,this.inlineQueue.at(-1).src=i.text):this.tokens.links[s.tag]||(this.tokens.links[s.tag]={href:s.href,title:s.title},t.push(s));continue}if(s=this.tokenizer.table(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.lheading(e)){e=e.substring(s.raw.length),t.push(s);continue}let l=e;if(this.options.extensions?.startBlock){let i=Infinity,o=e.slice(1),c;this.options.extensions.startBlock.forEach(u=>{c=u.call({lexer:this},o),typeof c==`number`&&c>=0&&(i=Math.min(i,c))}),i<Infinity&&i>=0&&(l=e.substring(0,i+1))}if(this.state.top&&(s=this.tokenizer.paragraph(l))){let i=t.at(-1);n&&i?.type===`paragraph`?(i.raw+=(i.raw.endsWith(`
`)?``:`
`)+s.raw,i.text+=`
`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=i.text):t.push(s),n=l.length!==e.length,e=e.substring(s.raw.length);continue}if(s=this.tokenizer.text(e)){e=e.substring(s.raw.length);let i=t.at(-1);i?.type===`text`?(i.raw+=(i.raw.endsWith(`
`)?``:`
`)+s.raw,i.text+=`
`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=i.text):t.push(s);continue}if(e){this.infiniteLoopError(e.charCodeAt(0));break}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){this.tokenizer.lexer=this;let n=e;if(this.tokens.links){let i=Object.keys(this.tokens.links);i.length>0&&(n=n.replace(this.tokenizer.rules.inline.reflinkSearch,o=>i.includes(o.slice(o.lastIndexOf(`[`)+1,-1))?`[`+`a`.repeat(o.length-2)+`]`:o))}n=n.replace(this.tokenizer.rules.inline.anyPunctuation,`++`),n=n.replace(this.tokenizer.rules.inline.blockSkip,(i,o,c)=>{let u=c?c.length:0;return i.slice(0,u)+`[`+`a`.repeat(i.length-u-2)+`]`}),n=this.options.hooks?.emStrongMask?.call({lexer:this},n)??n;let a=!1,s=``,l=Infinity;for(;e;){if(e.length<l)l=e.length;else{this.infiniteLoopError(e.charCodeAt(0));break}a||(s=``),a=!1;let i;if(this.options.extensions?.inline?.some(c=>(i=c.call({lexer:this},e,t))?(e=e.substring(i.raw.length),t.push(i),!0):!1))continue;if(i=this.tokenizer.escape(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.tag(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.link(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(i.raw.length);let c=t.at(-1);i.type===`text`&&c?.type===`text`?(c.raw+=i.raw,c.text+=i.text):t.push(i);continue}if(i=this.tokenizer.emStrong(e,n,s)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.codespan(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.br(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.del(e,n,s)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.autolink(e)){e=e.substring(i.raw.length),t.push(i);continue}if(!this.state.inLink&&(i=this.tokenizer.url(e))){e=e.substring(i.raw.length),t.push(i);continue}let o=e;if(this.options.extensions?.startInline){let c=Infinity,u=e.slice(1),h;this.options.extensions.startInline.forEach(_=>{h=_.call({lexer:this},u),typeof h==`number`&&h>=0&&(c=Math.min(c,h))}),c<Infinity&&c>=0&&(o=e.substring(0,c+1))}if(i=this.tokenizer.inlineText(o)){e=e.substring(i.raw.length),i.raw.slice(-1)!==`_`&&(s=i.raw.slice(-1)),a=!0;let c=t.at(-1);c?.type===`text`?(c.raw+=i.raw,c.text+=i.text):t.push(i);continue}if(e){this.infiniteLoopError(e.charCodeAt(0));break}}return t}infiniteLoopError(e){let t=`Infinite loop on byte: `+e;if(this.options.silent)console.error(t);else throw new Error(t)}};var ke=class{options;parser;constructor(r){this.options=r||G}space(r){return``}code({text:r,lang:e,escaped:t}){let n=(e||``).match($.notSpaceStart)?.[0],a=r.replace($.endingNewline,``)+`
`;return n?`<pre><code class="language-`+O(n)+`">`+(t?a:O(a,!0))+`</code></pre>
`:`<pre><code>`+(t?a:O(a,!0))+`</code></pre>
`}blockquote({tokens:r}){return`<blockquote>
${this.parser.parse(r)}</blockquote>
`}html({text:r}){return r}def(r){return``}heading({tokens:r,depth:e}){return`<h${e}>${this.parser.parseInline(r)}</h${e}>
`}hr(r){return`<hr>
`}list(r){let e=r.ordered,t=r.start,n=``;for(let l=0;l<r.items.length;l++){let i=r.items[l];n+=this.listitem(i)}let a=e?`ol`:`ul`,s=e&&t!==1?` start="`+t+`"`:``;return`<`+a+s+`>
`+n+`</`+a+`>
`}listitem(r){return`<li>${this.parser.parse(r.tokens)}</li>
`}checkbox({checked:r}){return`<input `+(r?`checked="" `:``)+`disabled="" type="checkbox"> `}paragraph({tokens:r}){return`<p>${this.parser.parseInline(r)}</p>
`}table(r){let e=``,t=``;for(let a=0;a<r.header.length;a++)t+=this.tablecell(r.header[a]);e+=this.tablerow({text:t});let n=``;for(let a=0;a<r.rows.length;a++){let s=r.rows[a];t=``;for(let l=0;l<s.length;l++)t+=this.tablecell(s[l]);n+=this.tablerow({text:t})}return n&&(n=`<tbody>${n}</tbody>`),`<table>
<thead>
`+e+`</thead>
`+n+`</table>
`}tablerow({text:r}){return`<tr>
${r}</tr>
`}tablecell(r){let e=this.parser.parseInline(r.tokens),t=r.header?`th`:`td`;return(r.align?`<${t} align="${r.align}">`:`<${t}>`)+e+`</${t}>
`}strong({tokens:r}){return`<strong>${this.parser.parseInline(r)}</strong>`}em({tokens:r}){return`<em>${this.parser.parseInline(r)}</em>`}codespan({text:r}){return`<code>${O(r,!0)}</code>`}br(r){return`<br>`}del({tokens:r}){return`<del>${this.parser.parseInline(r)}</del>`}link({href:r,title:e,tokens:t}){let n=this.parser.parseInline(t),a=tn(r);if(a===null)return n;r=a;let s=`<a href="`+r+`"`;return e&&(s+=` title="`+O(e)+`"`),s+=`>`+n+`</a>`,s}image({href:r,title:e,text:t,tokens:n}){n&&(t=this.parser.parseInline(n,this.parser.textRenderer));let a=tn(r);if(a===null)return O(t);r=a;let s=`<img src="${r}" alt="${O(t)}"`;return e&&(s+=` title="${O(e)}"`),s+=`>`,s}text(r){return`tokens`in r&&r.tokens?this.parser.parseInline(r.tokens):`escaped`in r&&r.escaped?r.text:O(r.text)}};var Ke=class{strong({text:r}){return r}em({text:r}){return r}codespan({text:r}){return r}del({text:r}){return r}html({text:r}){return r}text({text:r}){return r}link({text:r}){return``+r}image({text:r}){return``+r}br(){return``}checkbox({raw:r}){return r}};var A=class Ve{options;renderer;textRenderer;constructor(e){this.options=e||G,this.options.renderer=this.options.renderer||new ke,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new Ke}static parse(e,t){return new Ve(t).parse(e)}static parseInline(e,t){return new Ve(t).parseInline(e)}parse(e){this.renderer.parser=this;let t=``;for(let n=0;n<e.length;n++){let a=e[n];if(this.options.extensions?.renderers?.[a.type]){let l=a,i=this.options.extensions.renderers[l.type].call({parser:this},l);if(i!==!1||![`space`,`hr`,`heading`,`code`,`table`,`blockquote`,`list`,`checkbox`,`html`,`def`,`paragraph`,`text`].includes(l.type)){t+=i||``;continue}}let s=a;switch(s.type){case`space`:t+=this.renderer.space(s);break;case`hr`:t+=this.renderer.hr(s);break;case`heading`:t+=this.renderer.heading(s);break;case`code`:t+=this.renderer.code(s);break;case`table`:t+=this.renderer.table(s);break;case`blockquote`:t+=this.renderer.blockquote(s);break;case`list`:t+=this.renderer.list(s);break;case`checkbox`:t+=this.renderer.checkbox(s);break;case`html`:t+=this.renderer.html(s);break;case`def`:t+=this.renderer.def(s);break;case`paragraph`:t+=this.renderer.paragraph(s);break;case`text`:t+=this.renderer.text(s);break;default:{let l=`Token with "`+s.type+`" type was not found.`;if(this.options.silent)return console.error(l),``;throw new Error(l)}}}return t}parseInline(e,t=this.renderer){this.renderer.parser=this;let n=``;for(let a=0;a<e.length;a++){let s=e[a];if(this.options.extensions?.renderers?.[s.type]){let i=this.options.extensions.renderers[s.type].call({parser:this},s);if(i!==!1||![`escape`,`html`,`link`,`image`,`checkbox`,`strong`,`em`,`codespan`,`br`,`del`,`text`].includes(s.type)){n+=i||``;continue}}let l=s;switch(l.type){case`escape`:n+=t.text(l);break;case`html`:n+=t.html(l);break;case`link`:n+=t.link(l);break;case`image`:n+=t.image(l);break;case`checkbox`:n+=t.checkbox(l);break;case`strong`:n+=t.strong(l);break;case`em`:n+=t.em(l);break;case`codespan`:n+=t.codespan(l);break;case`br`:n+=t.br(l);break;case`del`:n+=t.del(l);break;case`text`:n+=t.text(l);break;default:{let i=`Token with "`+l.type+`" type was not found.`;if(this.options.silent)return console.error(i),``;throw new Error(i)}}}return n}};var ee=class{options;block;constructor(r){this.options=r||G}static passThroughHooks=new Set([`preprocess`,`postprocess`,`processAllTokens`,`emStrongMask`]);static passThroughHooksRespectAsync=new Set([`preprocess`,`postprocess`,`processAllTokens`]);preprocess(r){return r}postprocess(r){return r}processAllTokens(r){return r}emStrongMask(r){return r}provideLexer(r=this.block){return r?L.lex:L.lexInline}provideParser(r=this.block){return r?A.parse:A.parseInline}};var yl=class{defaults=He();options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=A;Renderer=ke;TextRenderer=Ke;Lexer=L;Tokenizer=we;Hooks=ee;constructor(...r){this.use(...r)}walkTokens(r,e){let t=[];for(let n of r)switch(t=t.concat(e.call(this,n)),n.type){case`table`:{let a=n;for(let s of a.header)t=t.concat(this.walkTokens(s.tokens,e));for(let s of a.rows)for(let l of s)t=t.concat(this.walkTokens(l.tokens,e));break}case`list`:{let a=n;t=t.concat(this.walkTokens(a.items,e));break}default:{let a=n;this.defaults.extensions?.childTokens?.[a.type]?this.defaults.extensions.childTokens[a.type].forEach(s=>{let l=a[s].flat(Infinity);t=t.concat(this.walkTokens(l,e))}):a.tokens&&(t=t.concat(this.walkTokens(a.tokens,e)))}}return t}use(...r){let e=this.defaults.extensions||{renderers:{},childTokens:{}};return r.forEach(t=>{let n=w$1({},t);if(n.async=this.defaults.async||n.async||!1,t.extensions&&(t.extensions.forEach(a=>{if(!a.name)throw new Error(`extension name required`);if(`renderer`in a){let s=e.renderers[a.name];s?e.renderers[a.name]=function(...l){let i=a.renderer.apply(this,l);return i===!1&&(i=s.apply(this,l)),i}:e.renderers[a.name]=a.renderer}if(`tokenizer`in a){if(!a.level||a.level!==`block`&&a.level!==`inline`)throw new Error(`extension level must be 'block' or 'inline'`);let s=e[a.level];s?s.unshift(a.tokenizer):e[a.level]=[a.tokenizer],a.start&&(a.level===`block`?e.startBlock?e.startBlock.push(a.start):e.startBlock=[a.start]:a.level===`inline`&&(e.startInline?e.startInline.push(a.start):e.startInline=[a.start]))}`childTokens`in a&&a.childTokens&&(e.childTokens[a.name]=a.childTokens)}),n.extensions=e),t.renderer){let a=this.defaults.renderer||new ke(this.defaults);for(let s in t.renderer){if(!(s in a))throw new Error(`renderer '${s}' does not exist`);if([`options`,`parser`].includes(s))continue;let l=s,i=t.renderer[l],o=a[l];a[l]=(...c)=>{let u=i.apply(a,c);return u===!1&&(u=o.apply(a,c)),u||``}}n.renderer=a}if(t.tokenizer){let a=this.defaults.tokenizer||new we(this.defaults);for(let s in t.tokenizer){if(!(s in a))throw new Error(`tokenizer '${s}' does not exist`);if([`options`,`rules`,`lexer`].includes(s))continue;let l=s,i=t.tokenizer[l],o=a[l];a[l]=(...c)=>{let u=i.apply(a,c);return u===!1&&(u=o.apply(a,c)),u}}n.tokenizer=a}if(t.hooks){let a=this.defaults.hooks||new ee;for(let s in t.hooks){if(!(s in a))throw new Error(`hook '${s}' does not exist`);if([`options`,`block`].includes(s))continue;let l=s,i=t.hooks[l],o=a[l];ee.passThroughHooks.has(s)?a[l]=c=>{if(this.defaults.async&&ee.passThroughHooksRespectAsync.has(s))return E(this,null,function*(){let h=yield i.call(a,c);return o.call(a,h)});let u=i.call(a,c);return o.call(a,u)}:a[l]=(...c)=>{if(this.defaults.async)return E(this,null,function*(){let h=yield i.apply(a,c);return h===!1&&(h=yield o.apply(a,c)),h});let u=i.apply(a,c);return u===!1&&(u=o.apply(a,c)),u}}n.hooks=a}if(t.walkTokens){let a=this.defaults.walkTokens,s=t.walkTokens;n.walkTokens=function(l){let i=[];return i.push(s.call(this,l)),a&&(i=i.concat(a.call(this,l))),i}}this.defaults=w$1(w$1({},this.defaults),n)}),this}setOptions(r){return this.defaults=w$1(w$1({},this.defaults),r),this}lexer(r,e){return L.lex(r,e??this.defaults)}parser(r,e){return A.parse(r,e??this.defaults)}parseMarkdown(r){return(e,t)=>{let n=w$1({},t),a=w$1(w$1({},this.defaults),n),s=this.onError(!!a.silent,!!a.async);if(this.defaults.async===!0&&n.async===!1)return s(new Error(`marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise.`));if(typeof e>`u`||e===null)return s(new Error(`marked(): input parameter is undefined or null`));if(typeof e!=`string`)return s(new Error(`marked(): input parameter is of type `+Object.prototype.toString.call(e)+`, string expected`));if(a.hooks&&(a.hooks.options=a,a.hooks.block=r),a.async)return E(this,null,function*(){let l=a.hooks?yield a.hooks.preprocess(e):e,i=yield(a.hooks?yield a.hooks.provideLexer(r):r?L.lex:L.lexInline)(l,a),o=a.hooks?yield a.hooks.processAllTokens(i):i;a.walkTokens&&(yield Promise.all(this.walkTokens(o,a.walkTokens)));let c=yield(a.hooks?yield a.hooks.provideParser(r):r?A.parse:A.parseInline)(o,a);return a.hooks?yield a.hooks.postprocess(c):c}).catch(s);try{a.hooks&&(e=a.hooks.preprocess(e));let l=(a.hooks?a.hooks.provideLexer(r):r?L.lex:L.lexInline)(e,a);a.hooks&&(l=a.hooks.processAllTokens(l)),a.walkTokens&&this.walkTokens(l,a.walkTokens);let i=(a.hooks?a.hooks.provideParser(r):r?A.parse:A.parseInline)(l,a);return a.hooks&&(i=a.hooks.postprocess(i)),i}catch(l){return s(l)}}}onError(r,e){return t=>{if(t.message+=`
Please report this to https://github.com/markedjs/marked.`,r){let n=`<p>An error occurred:</p><pre>`+O(t.message+``,!0)+`</pre>`;return e?Promise.resolve(n):n}if(e)return Promise.reject(t);throw t}}};var D=new yl;function k(r,e){return D.parse(r,e)}k.options=k.setOptions=function(r){return D.setOptions(r),k.defaults=D.defaults,sn(k.defaults),k};k.getDefaults=He;k.defaults=G;function Rl(...r){return D.use(...r),k.defaults=D.defaults,sn(k.defaults),k}k.use=Rl;k.walkTokens=function(r,e){return D.walkTokens(r,e)};k.parseInline=D.parseInline;k.Parser=A;k.parser=A.parse;k.Renderer=ke;k.TextRenderer=Ke;k.Lexer=L;k.lexer=L.lex;k.Tokenizer=we;k.Hooks=ee;k.parse=k;k.options;k.setOptions;k.walkTokens;k.parseInline;A.parse;L.lex;var mn={"100":`ð¯`,"1234":`ð¢`,"+1":`ð`,"-1":`ð`,"8ball":`ð±`,a:`ð
°ïž`,ab:`ð`,abacus:`ð§®`,abc:`ð€`,abcd:`ð¡`,accept:`ð`,accordion:`ðª`,adhesive_bandage:`ð©¹`,admission_tickets:`ðïž`,adult:`ð§`,aerial_tramway:`ð¡`,airplane:`âïž`,airplane_arriving:`ð¬`,airplane_departure:`ð«`,alarm_clock:`â°`,alembic:`âïž`,alien:`ðœ`,ambulance:`ð`,amphora:`ðº`,anatomical_heart:`ð«`,anchor:`â`,angel:`ðŒ`,anger:`ð¢`,angry:`ð `,anguished:`ð§`,ant:`ð`,apple:`ð`,aquarius:`â`,aries:`â`,arrow_backward:`âïž`,arrow_double_down:`â¬`,arrow_double_up:`â«`,arrow_down:`â¬ïž`,arrow_down_small:`ðœ`,arrow_forward:`â¶ïž`,arrow_heading_down:`‵ïž`,arrow_heading_up:`‎ïž`,arrow_left:`â¬
ïž`,arrow_lower_left:`âïž`,arrow_lower_right:`âïž`,arrow_right:`â¡ïž`,arrow_right_hook:`âªïž`,arrow_up:`â¬ïž`,arrow_up_down:`âïž`,arrow_up_small:`ðŒ`,arrow_upper_left:`âïž`,arrow_upper_right:`âïž`,arrows_clockwise:`ð`,arrows_counterclockwise:`ð`,art:`ðš`,articulated_lorry:`ð`,artist:`ð§âðš`,astonished:`ð²`,astronaut:`ð§âð`,athletic_shoe:`ð`,atm:`ð§`,atom_symbol:`âïž`,auto_rickshaw:`ðº`,avocado:`ð¥`,axe:`ðª`,b:`ð
±ïž`,baby:`ð¶`,baby_bottle:`ðŒ`,baby_chick:`ð€`,baby_symbol:`ðŒ`,back:`ð`,bacon:`ð¥`,badger:`ðŠ¡`,badminton_racquet_and_shuttlecock:`ðž`,bagel:`ð¥¯`,baggage_claim:`ð`,baguette_bread:`ð¥`,bald_man:`ðšâðв`,bald_person:`ð§âðв`,bald_woman:`ð©âðв`,ballet_shoes:`ð©°`,balloon:`ð`,ballot_box_with_ballot:`ð³ïž`,ballot_box_with_check:`âïž`,bamboo:`ð`,banana:`ð`,bangbang:`âŒïž`,banjo:`ðª`,bank:`ðŠ`,bar_chart:`ð`,barber:`ð`,barely_sunny:`ð¥ïž`,baseball:`âŸ`,basket:`ð§º`,basketball:`ð`,bat:`ðŠ`,bath:`ð`,bathtub:`ð`,battery:`ð`,beach_with_umbrella:`ðïž`,beans:`ð«`,bear:`ð»`,bearded_person:`ð§`,beaver:`ðŠ«`,bed:`ðïž`,bee:`ð`,beer:`ðº`,beers:`ð»`,beetle:`ðª²`,beginner:`ð°`,bell:`ð`,bell_pepper:`ð«`,bellhop_bell:`ðïž`,bento:`ð±`,beverage_box:`ð§`,bicyclist:`ðŽââïž`,bike:`ð²`,bikini:`ð`,billed_cap:`ð§¢`,biohazard_sign:`â£ïž`,bird:`ðŠ`,birthday:`ð`,bison:`ðЬ`,biting_lip:`ð«Š`,black_bird:`ðŠââ¬`,black_cat:`ðââ¬`,black_circle:`â«`,black_circle_for_record:`âºïž`,black_heart:`ð€`,black_joker:`ð`,black_large_square:`â¬`,black_left_pointing_double_triangle_with_vertical_bar:`â®ïž`,black_medium_small_square:`âŸ`,black_medium_square:`âŒïž`,black_nib:`âïž`,black_right_pointing_double_triangle_with_vertical_bar:`âïž`,black_right_pointing_triangle_with_double_vertical_bar:`â¯ïž`,black_small_square:`âªïž`,black_square_button:`ð²`,black_square_for_stop:`â¹ïž`,"blond-haired-man":`ð±ââïž`,"blond-haired-woman":`ð±ââïž`,blossom:`ðŒ`,blowfish:`ð¡`,blue_book:`ð`,blue_car:`ð`,blue_heart:`ð`,blueberries:`ð«`,blush:`ð`,boar:`ð`,boat:`âµ`,bomb:`ð£`,bone:`ðŠŽ`,book:`ð`,bookmark:`ð`,bookmark_tabs:`ð`,books:`ð`,boom:`ð¥`,boomerang:`ðª`,boot:`ð¢`,bouquet:`ð`,bow:`ð`,bow_and_arrow:`ð¹`,bowl_with_spoon:`ð¥£`,bowling:`ð³`,boxing_glove:`ð¥`,boy:`ðŠ`,brain:`ð§ `,bread:`ð`,"breast-feeding":`ð€±`,bricks:`ð§±`,bride_with_veil:`ð°`,bridge_at_night:`ð`,briefcase:`ðŒ`,briefs:`ð©²`,broccoli:`ð¥Š`,broken_chain:`âïžâð¥`,broken_heart:`ð`,broom:`ð§¹`,brown_heart:`ð€`,brown_mushroom:`ðâð«`,bubble_tea:`ð§`,bubbles:`ð«§`,bucket:`ðª£`,bug:`ð`,building_construction:`ðïž`,bulb:`ð¡`,bullettrain_front:`ð
`,bullettrain_side:`ð`,burrito:`ð¯`,bus:`ð`,busstop:`ð`,bust_in_silhouette:`ð€`,busts_in_silhouette:`ð¥`,butter:`ð§`,butterfly:`ðŠ`,cactus:`ðµ`,cake:`ð°`,calendar:`ð`,call_me_hand:`ð€`,calling:`ð²`,camel:`ð«`,camera:`ð·`,camera_with_flash:`ðž`,camping:`ðïž`,cancer:`â`,candle:`ð¯ïž`,candy:`ð¬`,canned_food:`ð¥«`,canoe:`ð¶`,capital_abcd:`ð `,capricorn:`â`,car:`ð`,card_file_box:`ðïž`,card_index:`ð`,card_index_dividers:`ðïž`,carousel_horse:`ð `,carpentry_saw:`ðª`,carrot:`ð¥`,cat:`ð±`,cat2:`ð`,cd:`ð¿`,chains:`âïž`,chair:`ðª`,champagne:`ðŸ`,chart:`ð¹`,chart_with_downwards_trend:`ð`,chart_with_upwards_trend:`ð`,checkered_flag:`ð`,cheese_wedge:`ð§`,cherries:`ð`,cherry_blossom:`ðž`,chess_pawn:`âïž`,chestnut:`ð°`,chicken:`ð`,child:`ð§`,children_crossing:`ðž`,chipmunk:`ð¿ïž`,chocolate_bar:`ð«`,chopsticks:`ð¥¢`,christmas_tree:`ð`,church:`âª`,cinema:`ðŠ`,circus_tent:`ðª`,city_sunrise:`ð`,city_sunset:`ð`,cityscape:`ðïž`,cl:`ð`,clap:`ð`,clapper:`ð¬`,classical_building:`ðïž`,clinking_glasses:`ð¥`,clipboard:`ð`,clock1:`ð`,clock10:`ð`,clock1030:`ð¥`,clock11:`ð`,clock1130:`ðŠ`,clock12:`ð`,clock1230:`ð§`,clock130:`ð`,clock2:`ð`,clock230:`ð`,clock3:`ð`,clock330:`ð`,clock4:`ð`,clock430:`ð`,clock5:`ð`,clock530:`ð `,clock6:`ð`,clock630:`ð¡`,clock7:`ð`,clock730:`ð¢`,clock8:`ð`,clock830:`ð£`,clock9:`ð`,clock930:`ð€`,closed_book:`ð`,closed_lock_with_key:`ð`,closed_umbrella:`ð`,cloud:`âïž`,clown_face:`ð€¡`,clubs:`â£ïž`,cn:`ðšð³`,coat:`ð§¥`,cockroach:`ðª³`,cocktail:`ðž`,coconut:`ð¥¥`,coffee:`â`,coffin:`â°ïž`,coin:`ðª`,cold_face:`ð¥¶`,cold_sweat:`ð°`,collision:`ð¥`,comet:`âïž`,compass:`ð§`,compression:`ðïž`,computer:`ð»`,confetti_ball:`ð`,confounded:`ð`,confused:`ð`,congratulations:`ãïž`,construction:`ð§`,construction_worker:`ð·ââïž`,control_knobs:`ðïž`,convenience_store:`ðª`,cook:`ð§âð³`,cookie:`ðª`,cooking:`ð³`,cool:`ð`,cop:`ð®ââïž`,copyright:`©ïž`,coral:`ðªž`,corn:`ðœ`,couch_and_lamp:`ðïž`,couple:`ð«`,couple_with_heart:`ð`,couplekiss:`ð`,cow:`ð®`,cow2:`ð`,crab:`ðŠ`,credit_card:`ð³`,crescent_moon:`ð`,cricket:`ðŠ`,cricket_bat_and_ball:`ð`,crocodile:`ð`,croissant:`ð¥`,crossed_fingers:`ð€`,crossed_flags:`ð`,crossed_swords:`âïž`,crown:`ð`,crutch:`ð©Œ`,cry:`ð¢`,crying_cat_face:`ð¿`,crystal_ball:`ð®`,cucumber:`ð¥`,cup_with_straw:`ð¥€`,cupcake:`ð§`,cupid:`ð`,curling_stone:`ð¥`,curly_haired_man:`ðšâðб`,curly_haired_person:`ð§âðб`,curly_haired_woman:`ð©âðб`,curly_loop:`â°`,currency_exchange:`ð±`,curry:`ð`,custard:`ð®`,customs:`ð`,cut_of_meat:`ð¥©`,cyclone:`ð`,dagger_knife:`ð¡ïž`,dancer:`ð`,dancers:`ð¯ââïž`,dango:`ð¡`,dark_sunglasses:`ð¶ïž`,dart:`ð¯`,dash:`ðš`,date:`ð
`,de:`ð©ðª`,deaf_man:`ð§ââïž`,deaf_person:`ð§`,deaf_woman:`ð§ââïž`,deciduous_tree:`ð³`,deer:`ðŠ`,department_store:`ð¬`,derelict_house_building:`ðïž`,desert:`ðïž`,desert_island:`ðïž`,desktop_computer:`ð¥ïž`,diamond_shape_with_a_dot_inside:`ð `,diamonds:`âŠïž`,disappointed:`ð`,disappointed_relieved:`ð¥`,disguised_face:`ð¥ž`,diving_mask:`ð€¿`,diya_lamp:`ðª`,dizzy:`ð«`,dizzy_face:`ðµ`,dna:`ð§¬`,do_not_litter:`ð¯`,dodo:`ðŠ€`,dog:`ð¶`,dog2:`ð`,dollar:`ðµ`,dolls:`ð`,dolphin:`ð¬`,donkey:`ð«`,door:`ðª`,dotted_line_face:`ð«¥`,double_vertical_bar:`âžïž`,doughnut:`ð©`,dove_of_peace:`ðïž`,dragon:`ð`,dragon_face:`ð²`,dress:`ð`,dromedary_camel:`ðª`,drooling_face:`ð€€`,drop_of_blood:`ð©ž`,droplet:`ð§`,drum_with_drumsticks:`ð¥`,duck:`ðŠ`,dumpling:`ð¥`,dvd:`ð`,"e-mail":`ð§`,eagle:`ðŠ
`,ear:`ð`,ear_of_rice:`ðŸ`,ear_with_hearing_aid:`ðŠ»`,earth_africa:`ð`,earth_americas:`ð`,earth_asia:`ð`,egg:`ð¥`,eggplant:`ð`,eight:`8ïžâ£`,eight_pointed_black_star:`âŽïž`,eight_spoked_asterisk:`â³ïž`,eject:`âïž`,electric_plug:`ð`,elephant:`ð`,elevator:`ð`,elf:`ð§ââïž`,email:`âïž`,empty_nest:`ðª¹`,end:`ð`,envelope:`âïž`,envelope_with_arrow:`ð©`,es:`ðªðž`,euro:`ð¶`,european_castle:`ð°`,european_post_office:`ð€`,evergreen_tree:`ð²`,exclamation:`â`,exploding_head:`ð€¯`,expressionless:`ð`,eye:`ðïž`,"eye-in-speech-bubble":`ðïžâðšïž`,eyeglasses:`ð`,eyes:`ð`,face_exhaling:`ð®âðš`,face_holding_back_tears:`ð¥¹`,face_in_clouds:`ð¶âð«ïž`,face_palm:`ð€Š`,face_vomiting:`ð€®`,face_with_bags_under_eyes:`ð«©`,face_with_cowboy_hat:`ð€ `,face_with_diagonal_mouth:`ð«€`,face_with_finger_covering_closed_lips:`ð€«`,face_with_hand_over_mouth:`ð€`,face_with_head_bandage:`ð€`,face_with_monocle:`ð§`,face_with_one_eyebrow_raised:`ð€š`,face_with_open_eyes_and_hand_over_mouth:`ð«¢`,face_with_open_mouth_vomiting:`ð€®`,face_with_peeking_eye:`ð«£`,face_with_raised_eyebrow:`ð€š`,face_with_rolling_eyes:`ð`,face_with_spiral_eyes:`ðµâð«`,face_with_symbols_on_mouth:`ð€¬`,face_with_thermometer:`ð€`,facepunch:`ð`,factory:`ð`,factory_worker:`ð§âð`,fairy:`ð§ââïž`,falafel:`ð§`,fallen_leaf:`ð`,family:`ðšâð©âðŠ`,family_adult_adult_child:`ð§âð§âð§`,family_adult_adult_child_child:`ð§âð§âð§âð§`,family_adult_child:`ð§âð§`,family_adult_child_child:`ð§âð§âð§`,farmer:`ð§âðŸ`,fast_forward:`â©`,fax:`ð `,fearful:`ðš`,feather:`ðª¶`,feet:`ðŸ`,"female-artist":`ð©âðš`,"female-astronaut":`ð©âð`,"female-construction-worker":`ð·ââïž`,"female-cook":`ð©âð³`,"female-detective":`ðµïžââïž`,"female-doctor":`ð©ââïž`,"female-factory-worker":`ð©âð`,"female-farmer":`ð©âðŸ`,"female-firefighter":`ð©âð`,"female-guard":`ðââïž`,"female-judge":`ð©ââïž`,"female-mechanic":`ð©âð§`,"female-office-worker":`ð©âðŒ`,"female-pilot":`ð©ââïž`,"female-police-officer":`ð®ââïž`,"female-scientist":`ð©âð¬`,"female-singer":`ð©âð€`,"female-student":`ð©âð`,"female-teacher":`ð©âð«`,"female-technologist":`ð©âð»`,female_elf:`ð§ââïž`,female_fairy:`ð§ââïž`,female_genie:`ð§ââïž`,female_mage:`ð§ââïž`,female_sign:`âïž`,female_superhero:`ðŠžââïž`,female_supervillain:`ðйââïž`,female_vampire:`ð§ââïž`,female_zombie:`ð§ââïž`,fencer:`ð€º`,ferris_wheel:`ð¡`,ferry:`âŽïž`,field_hockey_stick_and_ball:`ð`,file_cabinet:`ðïž`,file_folder:`ð`,film_frames:`ðïž`,film_projector:`ðœïž`,fingerprint:`ð«`,fire:`ð¥`,fire_engine:`ð`,fire_extinguisher:`ð§¯`,firecracker:`ð§š`,firefighter:`ð§âð`,fireworks:`ð`,first_place_medal:`ð¥`,first_quarter_moon:`ð`,first_quarter_moon_with_face:`ð`,fish:`ð`,fish_cake:`ð¥`,fishing_pole_and_fish:`ð£`,fist:`â`,five:`5ïžâ£`,"flag-ac":`ðŠðš`,"flag-ad":`ðŠð©`,"flag-ae":`ðŠðª`,"flag-af":`ðŠð«`,"flag-ag":`ðŠð¬`,"flag-ai":`ðŠð®`,"flag-al":`ðŠð±`,"flag-am":`ðŠð²`,"flag-ao":`ðŠðŽ`,"flag-aq":`ðŠð¶`,"flag-ar":`ðŠð·`,"flag-as":`ðŠðž`,"flag-at":`ðŠð¹`,"flag-au":`ðŠðº`,"flag-aw":`ðŠðŒ`,"flag-ax":`ðŠðœ`,"flag-az":`ðŠð¿`,"flag-ba":`ð§ðŠ`,"flag-bb":`ð§ð§`,"flag-bd":`ð§ð©`,"flag-be":`ð§ðª`,"flag-bf":`ð§ð«`,"flag-bg":`ð§ð¬`,"flag-bh":`ð§ð`,"flag-bi":`ð§ð®`,"flag-bj":`ð§ð¯`,"flag-bl":`ð§ð±`,"flag-bm":`ð§ð²`,"flag-bn":`ð§ð³`,"flag-bo":`ð§ðŽ`,"flag-bq":`ð§ð¶`,"flag-br":`ð§ð·`,"flag-bs":`ð§ðž`,"flag-bt":`ð§ð¹`,"flag-bv":`ð§ð»`,"flag-bw":`ð§ðŒ`,"flag-by":`ð§ðŸ`,"flag-bz":`ð§ð¿`,"flag-ca":`ðšðŠ`,"flag-cc":`ðšðš`,"flag-cd":`ðšð©`,"flag-cf":`ðšð«`,"flag-cg":`ðšð¬`,"flag-ch":`ðšð`,"flag-ci":`ðšð®`,"flag-ck":`ðšð°`,"flag-cl":`ðšð±`,"flag-cm":`ðšð²`,"flag-cn":`ðšð³`,"flag-co":`ðšðŽ`,"flag-cp":`ðšðµ`,"flag-cr":`ðšð·`,"flag-cu":`ðšðº`,"flag-cv":`ðšð»`,"flag-cw":`ðšðŒ`,"flag-cx":`ðšðœ`,"flag-cy":`ðšðŸ`,"flag-cz":`ðšð¿`,"flag-de":`ð©ðª`,"flag-dg":`ð©ð¬`,"flag-dj":`ð©ð¯`,"flag-dk":`ð©ð°`,"flag-dm":`ð©ð²`,"flag-do":`ð©ðŽ`,"flag-dz":`ð©ð¿`,"flag-ea":`ðªðŠ`,"flag-ec":`ðªðš`,"flag-ee":`ðªðª`,"flag-eg":`ðªð¬`,"flag-eh":`ðªð`,"flag-england":`ðŽó §ó ¢ó ¥ó ®ó §ó ¿`,"flag-er":`ðªð·`,"flag-es":`ðªðž`,"flag-et":`ðªð¹`,"flag-eu":`ðªðº`,"flag-fi":`ð«ð®`,"flag-fj":`ð«ð¯`,"flag-fk":`ð«ð°`,"flag-fm":`ð«ð²`,"flag-fo":`ð«ðŽ`,"flag-fr":`ð«ð·`,"flag-ga":`ð¬ðŠ`,"flag-gb":`ð¬ð§`,"flag-gd":`ð¬ð©`,"flag-ge":`ð¬ðª`,"flag-gf":`ð¬ð«`,"flag-gg":`ð¬ð¬`,"flag-gh":`ð¬ð`,"flag-gi":`ð¬ð®`,"flag-gl":`ð¬ð±`,"flag-gm":`ð¬ð²`,"flag-gn":`ð¬ð³`,"flag-gp":`ð¬ðµ`,"flag-gq":`ð¬ð¶`,"flag-gr":`ð¬ð·`,"flag-gs":`ð¬ðž`,"flag-gt":`ð¬ð¹`,"flag-gu":`ð¬ðº`,"flag-gw":`ð¬ðŒ`,"flag-gy":`ð¬ðŸ`,"flag-hk":`ðð°`,"flag-hm":`ðð²`,"flag-hn":`ðð³`,"flag-hr":`ðð·`,"flag-ht":`ðð¹`,"flag-hu":`ððº`,"flag-ic":`ð®ðš`,"flag-id":`ð®ð©`,"flag-ie":`ð®ðª`,"flag-il":`ð®ð±`,"flag-im":`ð®ð²`,"flag-in":`ð®ð³`,"flag-io":`ð®ðŽ`,"flag-iq":`ð®ð¶`,"flag-ir":`ð®ð·`,"flag-is":`ð®ðž`,"flag-it":`ð®ð¹`,"flag-je":`ð¯ðª`,"flag-jm":`ð¯ð²`,"flag-jo":`ð¯ðŽ`,"flag-jp":`ð¯ðµ`,"flag-ke":`ð°ðª`,"flag-kg":`ð°ð¬`,"flag-kh":`ð°ð`,"flag-ki":`ð°ð®`,"flag-km":`ð°ð²`,"flag-kn":`ð°ð³`,"flag-kp":`ð°ðµ`,"flag-kr":`ð°ð·`,"flag-kw":`ð°ðŒ`,"flag-ky":`ð°ðŸ`,"flag-kz":`ð°ð¿`,"flag-la":`ð±ðŠ`,"flag-lb":`ð±ð§`,"flag-lc":`ð±ðš`,"flag-li":`ð±ð®`,"flag-lk":`ð±ð°`,"flag-lr":`ð±ð·`,"flag-ls":`ð±ðž`,"flag-lt":`ð±ð¹`,"flag-lu":`ð±ðº`,"flag-lv":`ð±ð»`,"flag-ly":`ð±ðŸ`,"flag-ma":`ð²ðŠ`,"flag-mc":`ð²ðš`,"flag-md":`ð²ð©`,"flag-me":`ð²ðª`,"flag-mf":`ð²ð«`,"flag-mg":`ð²ð¬`,"flag-mh":`ð²ð`,"flag-mk":`ð²ð°`,"flag-ml":`ð²ð±`,"flag-mm":`ð²ð²`,"flag-mn":`ð²ð³`,"flag-mo":`ð²ðŽ`,"flag-mp":`ð²ðµ`,"flag-mq":`ð²ð¶`,"flag-mr":`ð²ð·`,"flag-ms":`ð²ðž`,"flag-mt":`ð²ð¹`,"flag-mu":`ð²ðº`,"flag-mv":`ð²ð»`,"flag-mw":`ð²ðŒ`,"flag-mx":`ð²ðœ`,"flag-my":`ð²ðŸ`,"flag-mz":`ð²ð¿`,"flag-na":`ð³ðŠ`,"flag-nc":`ð³ðš`,"flag-ne":`ð³ðª`,"flag-nf":`ð³ð«`,"flag-ng":`ð³ð¬`,"flag-ni":`ð³ð®`,"flag-nl":`ð³ð±`,"flag-no":`ð³ðŽ`,"flag-np":`ð³ðµ`,"flag-nr":`ð³ð·`,"flag-nu":`ð³ðº`,"flag-nz":`ð³ð¿`,"flag-om":`ðŽð²`,"flag-pa":`ðµðŠ`,"flag-pe":`ðµðª`,"flag-pf":`ðµð«`,"flag-pg":`ðµð¬`,"flag-ph":`ðµð`,"flag-pk":`ðµð°`,"flag-pl":`ðµð±`,"flag-pm":`ðµð²`,"flag-pn":`ðµð³`,"flag-pr":`ðµð·`,"flag-ps":`ðµðž`,"flag-pt":`ðµð¹`,"flag-pw":`ðµðŒ`,"flag-py":`ðµðŸ`,"flag-qa":`ð¶ðŠ`,"flag-re":`ð·ðª`,"flag-ro":`ð·ðŽ`,"flag-rs":`ð·ðž`,"flag-ru":`ð·ðº`,"flag-rw":`ð·ðŒ`,"flag-sa":`ðžðŠ`,"flag-sark":`ðšð¶`,"flag-sb":`ðžð§`,"flag-sc":`ðžðš`,"flag-scotland":`ðŽó §ó ¢ó ³ó £ó Žó ¿`,"flag-sd":`ðžð©`,"flag-se":`ðžðª`,"flag-sg":`ðžð¬`,"flag-sh":`ðžð`,"flag-si":`ðžð®`,"flag-sj":`ðžð¯`,"flag-sk":`ðžð°`,"flag-sl":`ðžð±`,"flag-sm":`ðžð²`,"flag-sn":`ðžð³`,"flag-so":`ðžðŽ`,"flag-sr":`ðžð·`,"flag-ss":`ðžðž`,"flag-st":`ðžð¹`,"flag-sv":`ðžð»`,"flag-sx":`ðžðœ`,"flag-sy":`ðžðŸ`,"flag-sz":`ðžð¿`,"flag-ta":`ð¹ðŠ`,"flag-tc":`ð¹ðš`,"flag-td":`ð¹ð©`,"flag-tf":`ð¹ð«`,"flag-tg":`ð¹ð¬`,"flag-th":`ð¹ð`,"flag-tj":`ð¹ð¯`,"flag-tk":`ð¹ð°`,"flag-tl":`ð¹ð±`,"flag-tm":`ð¹ð²`,"flag-tn":`ð¹ð³`,"flag-to":`ð¹ðŽ`,"flag-tr":`ð¹ð·`,"flag-tt":`ð¹ð¹`,"flag-tv":`ð¹ð»`,"flag-tw":`ð¹ðŒ`,"flag-tz":`ð¹ð¿`,"flag-ua":`ðºðŠ`,"flag-ug":`ðºð¬`,"flag-um":`ðºð²`,"flag-un":`ðºð³`,"flag-us":`ðºðž`,"flag-uy":`ðºðŸ`,"flag-uz":`ðºð¿`,"flag-va":`ð»ðŠ`,"flag-vc":`ð»ðš`,"flag-ve":`ð»ðª`,"flag-vg":`ð»ð¬`,"flag-vi":`ð»ð®`,"flag-vn":`ð»ð³`,"flag-vu":`ð»ðº`,"flag-wales":`ðŽó §ó ¢ó ·ó ¬ó ³ó ¿`,"flag-wf":`ðŒð«`,"flag-ws":`ðŒðž`,"flag-xk":`ðœð°`,"flag-ye":`ðŸðª`,"flag-yt":`ðŸð¹`,"flag-za":`ð¿ðŠ`,"flag-zm":`ð¿ð²`,"flag-zw":`ð¿ðŒ`,flags:`ð`,flamingo:`ðŠ©`,flashlight:`ðŠ`,flatbread:`ð«`,fleur_de_lis:`âïž`,flipper:`ð¬`,floppy_disk:`ðŸ`,flower_playing_cards:`ðŽ`,flushed:`ð³`,flute:`ðª`,fly:`ðª°`,flying_disc:`ð¥`,flying_saucer:`ðž`,fog:`ð«ïž`,foggy:`ð`,folding_hand_fan:`ðª`,fondue:`ð«`,foot:`ðж`,football:`ð`,footprints:`ð£`,fork_and_knife:`ðŽ`,fortune_cookie:`ð¥ `,fountain:`â²`,four:`4ïžâ£`,four_leaf_clover:`ð`,fox_face:`ðŠ`,fr:`ð«ð·`,frame_with_picture:`ðŒïž`,free:`ð`,fried_egg:`ð³`,fried_shrimp:`ð€`,fries:`ð`,frog:`ðž`,frowning:`ðŠ`,fuelpump:`âœ`,full_moon:`ð`,full_moon_with_face:`ð`,funeral_urn:`â±ïž`,game_die:`ð²`,garlic:`ð§`,gb:`ð¬ð§`,gear:`âïž`,gem:`ð`,gemini:`â`,genie:`ð§ââïž`,ghost:`ð»`,gift:`ð`,gift_heart:`ð`,ginger_root:`ð«`,giraffe_face:`ðŠ`,girl:`ð§`,glass_of_milk:`ð¥`,globe_with_meridians:`ð`,gloves:`ð§€`,goal_net:`ð¥
`,goat:`ð`,goggles:`ð¥œ`,golf:`â³`,golfer:`ðïžââïž`,goose:`ðª¿`,gorilla:`ðŠ`,grapes:`ð`,green_apple:`ð`,green_book:`ð`,green_heart:`ð`,green_salad:`ð¥`,grey_exclamation:`â`,grey_heart:`ð©¶`,grey_question:`â`,grimacing:`ð¬`,grin:`ð`,grinning:`ð`,grinning_face_with_one_large_and_one_small_eye:`ð€ª`,grinning_face_with_star_eyes:`ð€©`,guardsman:`ðââïž`,guide_dog:`ðŠ®`,guitar:`ðž`,gun:`ð«`,hair_pick:`ðª®`,haircut:`ðââïž`,hamburger:`ð`,hammer:`ðš`,hammer_and_pick:`âïž`,hammer_and_wrench:`ð ïž`,hamsa:`ðª¬`,hamster:`ð¹`,hand:`â`,hand_with_index_and_middle_fingers_crossed:`ð€`,hand_with_index_finger_and_thumb_crossed:`ð«°`,handbag:`ð`,handball:`ð€Ÿ`,handshake:`ð€`,hankey:`ð©`,harp:`ðª`,hash:`#ïžâ£`,hatched_chick:`ð¥`,hatching_chick:`ð£`,head_shaking_horizontally:`ðââïž`,head_shaking_vertically:`ðââïž`,headphones:`ð§`,headstone:`ðªŠ`,health_worker:`ð§ââïž`,hear_no_evil:`ð`,heart:`â€ïž`,heart_decoration:`ð`,heart_eyes:`ð`,heart_eyes_cat:`ð»`,heart_hands:`ð«¶`,heart_on_fire:`â€ïžâð¥`,heartbeat:`ð`,heartpulse:`ð`,hearts:`â¥ïž`,heavy_check_mark:`âïž`,heavy_division_sign:`â`,heavy_dollar_sign:`ð²`,heavy_equals_sign:`ð°`,heavy_exclamation_mark:`â`,heavy_heart_exclamation_mark_ornament:`â£ïž`,heavy_minus_sign:`â`,heavy_multiplication_x:`âïž`,heavy_plus_sign:`â`,hedgehog:`ðŠ`,helicopter:`ð`,helmet_with_white_cross:`âïž`,herb:`ð¿`,hibiscus:`ðº`,high_brightness:`ð`,high_heel:`ð `,hiking_boot:`ð¥Ÿ`,hindu_temple:`ð`,hippopotamus:`ðŠ`,hocho:`ðª`,hole:`ð³ïž`,honey_pot:`ð¯`,honeybee:`ð`,hook:`ðª`,horse:`ðŽ`,horse_racing:`ð`,hospital:`ð¥`,hot_face:`ð¥µ`,hot_pepper:`ð¶ïž`,hotdog:`ð`,hotel:`ðš`,hotsprings:`âšïž`,hourglass:`â`,hourglass_flowing_sand:`â³`,house:`ð `,house_buildings:`ðïž`,house_with_garden:`ð¡`,hugging_face:`ð€`,hushed:`ð¯`,hut:`ð`,hyacinth:`ðª»`,i_love_you_hand_sign:`ð€`,ice_cream:`ðš`,ice_cube:`ð§`,ice_hockey_stick_and_puck:`ð`,ice_skate:`âžïž`,icecream:`ðŠ`,id:`ð`,identification_card:`ðªª`,ideograph_advantage:`ð`,imp:`ð¿`,inbox_tray:`ð¥`,incoming_envelope:`ðš`,index_pointing_at_the_viewer:`ð«µ`,infinity:`âŸïž`,information_desk_person:`ðââïž`,information_source:`â¹ïž`,innocent:`ð`,interrobang:`âïž`,iphone:`ð±`,it:`ð®ð¹`,izakaya_lantern:`ð®`,jack_o_lantern:`ð`,japan:`ðŸ`,japanese_castle:`ð¯`,japanese_goblin:`ðº`,japanese_ogre:`ð¹`,jar:`ð«`,jeans:`ð`,jellyfish:`ðªŒ`,jigsaw:`ð§©`,joy:`ð`,joy_cat:`ð¹`,joystick:`ð¹ïž`,jp:`ð¯ðµ`,judge:`ð§ââïž`,juggling:`ð€¹`,kaaba:`ð`,kangaroo:`ðŠ`,key:`ð`,keyboard:`âšïž`,keycap_star:`*ïžâ£`,keycap_ten:`ð`,khanda:`ðª¯`,kimono:`ð`,kiss:`ð`,kissing:`ð`,kissing_cat:`ðœ`,kissing_closed_eyes:`ð`,kissing_heart:`ð`,kissing_smiling_eyes:`ð`,kite:`ðª`,kiwifruit:`ð¥`,kneeling_person:`ð§`,knife:`ðª`,knife_fork_plate:`ðœïž`,knot:`ðª¢`,koala:`ðš`,koko:`ð`,kr:`ð°ð·`,lab_coat:`ð¥Œ`,label:`ð·ïž`,lacrosse:`ð¥`,ladder:`ðª`,lady_beetle:`ð`,ladybug:`ð`,lantern:`ð®`,large_blue_circle:`ðµ`,large_blue_diamond:`ð·`,large_blue_square:`ðŠ`,large_brown_circle:`ð€`,large_brown_square:`ð«`,large_green_circle:`ð¢`,large_green_square:`ð©`,large_orange_circle:`ð `,large_orange_diamond:`ð¶`,large_orange_square:`ð§`,large_purple_circle:`ð£`,large_purple_square:`ðª`,large_red_square:`ð¥`,large_yellow_circle:`ð¡`,large_yellow_square:`ðš`,last_quarter_moon:`ð`,last_quarter_moon_with_face:`ð`,latin_cross:`âïž`,laughing:`ð`,leafless_tree:`ðªŸ`,leafy_green:`ð¥¬`,leaves:`ð`,ledger:`ð`,"left-facing_fist":`ð€`,left_luggage:`ð
`,left_right_arrow:`âïž`,left_speech_bubble:`ðšïž`,leftwards_arrow_with_hook:`â©ïž`,leftwards_hand:`ð«²`,leftwards_pushing_hand:`ð«·`,leg:`ðе`,lemon:`ð`,leo:`â`,leopard:`ð`,level_slider:`ðïž`,libra:`â`,light_blue_heart:`ð©µ`,light_rail:`ð`,lightning:`ð©ïž`,lightning_cloud:`ð©ïž`,lime:`ðâð©`,link:`ð`,linked_paperclips:`ðïž`,lion_face:`ðŠ`,lips:`ð`,lipstick:`ð`,lizard:`ðŠ`,llama:`ðŠ`,lobster:`ðŠ`,lock:`ð`,lock_with_ink_pen:`ð`,lollipop:`ð`,long_drum:`ðª`,loop:`â¿`,lotion_bottle:`ð§Ž`,lotus:`ðª·`,loud_sound:`ð`,loudspeaker:`ð¢`,love_hotel:`ð©`,love_letter:`ð`,low_battery:`ðª«`,low_brightness:`ð
`,lower_left_ballpoint_pen:`ðïž`,lower_left_crayon:`ðïž`,lower_left_fountain_pen:`ðïž`,lower_left_paintbrush:`ðïž`,luggage:`ð§³`,lungs:`ð«`,lying_face:`ð€¥`,m:`âïž`,mag:`ð`,mag_right:`ð`,mage:`ð§ââïž`,magic_wand:`ðª`,magnet:`ð§²`,mahjong:`ð`,mailbox:`ð«`,mailbox_closed:`ðª`,mailbox_with_mail:`ð¬`,mailbox_with_no_mail:`ð`,"male-artist":`ðšâðš`,"male-astronaut":`ðšâð`,"male-construction-worker":`ð·ââïž`,"male-cook":`ðšâð³`,"male-detective":`ðµïžââïž`,"male-doctor":`ðšââïž`,"male-factory-worker":`ðšâð`,"male-farmer":`ðšâðŸ`,"male-firefighter":`ðšâð`,"male-guard":`ðââïž`,"male-judge":`ðšââïž`,"male-mechanic":`ðšâð§`,"male-office-worker":`ðšâðŒ`,"male-pilot":`ðšââïž`,"male-police-officer":`ð®ââïž`,"male-scientist":`ðšâð¬`,"male-singer":`ðšâð€`,"male-student":`ðšâð`,"male-teacher":`ðšâð«`,"male-technologist":`ðšâð»`,male_elf:`ð§ââïž`,male_fairy:`ð§ââïž`,male_genie:`ð§ââïž`,male_mage:`ð§ââïž`,male_sign:`âïž`,male_superhero:`ðŠžââïž`,male_supervillain:`ðйââïž`,male_vampire:`ð§ââïž`,male_zombie:`ð§ââïž`,mammoth:`ðŠ£`,man:`ðš`,"man-biking":`ðŽââïž`,"man-bouncing-ball":`â¹ïžââïž`,"man-bowing":`ðââïž`,"man-boy":`ðšâðŠ`,"man-boy-boy":`ðšâðŠâðŠ`,"man-cartwheeling":`ð€žââïž`,"man-facepalming":`ð€Šââïž`,"man-frowning":`ðââïž`,"man-gesturing-no":`ð
ââïž`,"man-gesturing-ok":`ðââïž`,"man-getting-haircut":`ðââïž`,"man-getting-massage":`ðââïž`,"man-girl":`ðšâð§`,"man-girl-boy":`ðšâð§âðŠ`,"man-girl-girl":`ðšâð§âð§`,"man-golfing":`ðïžââïž`,"man-heart-man":`ðšââ€ïžâðš`,"man-juggling":`ð€¹ââïž`,"man-kiss-man":`ðšââ€ïžâðâðš`,"man-lifting-weights":`ðïžââïž`,"man-man-boy":`ðšâðšâðŠ`,"man-man-boy-boy":`ðšâðšâðŠâðŠ`,"man-man-girl":`ðšâðšâð§`,"man-man-girl-boy":`ðšâðšâð§âðŠ`,"man-man-girl-girl":`ðšâðšâð§âð§`,"man-mountain-biking":`ðµââïž`,"man-playing-handball":`ð€Ÿââïž`,"man-playing-water-polo":`ð€œââïž`,"man-pouting":`ðââïž`,"man-raising-hand":`ðââïž`,"man-rowing-boat":`ð£ââïž`,"man-running":`ðââïž`,"man-shrugging":`ð€·ââïž`,"man-surfing":`ðââïž`,"man-swimming":`ðââïž`,"man-tipping-hand":`ðââïž`,"man-walking":`ð¶ââïž`,"man-wearing-turban":`ð³ââïž`,"man-with-bunny-ears-partying":`ð¯ââïž`,"man-woman-boy":`ðšâð©âðŠ`,"man-woman-boy-boy":`ðšâð©âðŠâðŠ`,"man-woman-girl":`ðšâð©âð§`,"man-woman-girl-boy":`ðšâð©âð§âðŠ`,"man-woman-girl-girl":`ðšâð©âð§âð§`,"man-wrestling":`ð€Œââïž`,man_and_woman_holding_hands:`ð«`,man_climbing:`ð§ââïž`,man_dancing:`ðº`,man_feeding_baby:`ðšâðŒ`,man_in_business_suit_levitating:`ðŽïž`,man_in_lotus_position:`ð§ââïž`,man_in_manual_wheelchair:`ðšâðŠœ`,man_in_manual_wheelchair_facing_right:`ðšâðŠœââ¡ïž`,man_in_motorized_wheelchair:`ðšâðŠŒ`,man_in_motorized_wheelchair_facing_right:`ðšâðŠŒââ¡ïž`,man_in_steamy_room:`ð§ââïž`,man_in_tuxedo:`ð€µââïž`,man_kneeling:`ð§ââïž`,man_kneeling_facing_right:`ð§ââïžââ¡ïž`,man_running_facing_right:`ðââïžââ¡ïž`,man_standing:`ð§ââïž`,man_walking_facing_right:`ð¶ââïžââ¡ïž`,man_with_beard:`ð§ââïž`,man_with_gua_pi_mao:`ð²`,man_with_probing_cane:`ðšâðН`,man_with_turban:`ð³ââïž`,man_with_veil:`ð°ââïž`,man_with_white_cane_facing_right:`ðšâðНââ¡ïž`,mango:`ð¥`,mans_shoe:`ð`,mantelpiece_clock:`ð°ïž`,manual_wheelchair:`ðŠœ`,maple_leaf:`ð`,maracas:`ðª`,martial_arts_uniform:`ð¥`,mask:`ð·`,massage:`ðââïž`,mate_drink:`ð§`,meat_on_bone:`ð`,mechanic:`ð§âð§`,mechanical_arm:`ðŠŸ`,mechanical_leg:`ðŠ¿`,medal:`ðïž`,medical_symbol:`âïž`,mega:`ð£`,melon:`ð`,melting_face:`ð« `,memo:`ð`,"men-with-bunny-ears-partying":`ð¯ââïž`,men_holding_hands:`ð¬`,mending_heart:`â€ïžâð©¹`,menorah_with_nine_branches:`ð`,mens:`ð¹`,mermaid:`ð§ââïž`,merman:`ð§ââïž`,merperson:`ð§ââïž`,metro:`ð`,microbe:`ðŠ `,microphone:`ð€`,microscope:`ð¬`,middle_finger:`ð`,military_helmet:`ðª`,milky_way:`ð`,minibus:`ð`,minidisc:`ðœ`,mirror:`ðª`,mirror_ball:`ðª©`,mobile_phone_off:`ðŽ`,money_mouth_face:`ð€`,money_with_wings:`ðž`,moneybag:`ð°`,monkey:`ð`,monkey_face:`ðµ`,monorail:`ð`,moon:`ð`,moon_cake:`ð¥®`,moose:`ð«`,mortar_board:`ð`,mosque:`ð`,mosquito:`ðŠ`,mostly_sunny:`ð€ïž`,mother_christmas:`ð€¶`,motor_boat:`ð¥ïž`,motor_scooter:`ðµ`,motorized_wheelchair:`ðŠŒ`,motorway:`ð£ïž`,mount_fuji:`ð»`,mountain:`â°ïž`,mountain_bicyclist:`ðµââïž`,mountain_cableway:`ð `,mountain_railway:`ð`,mouse:`ð`,mouse2:`ð`,mouse_trap:`ðª€`,movie_camera:`ð¥`,moyai:`ð¿`,mrs_claus:`ð€¶`,muscle:`ðª`,mushroom:`ð`,musical_keyboard:`ð¹`,musical_note:`ðµ`,musical_score:`ðŒ`,mute:`ð`,mx_claus:`ð§âð`,nail_care:`ð
`,name_badge:`ð`,national_park:`ðïž`,nauseated_face:`ð€¢`,nazar_amulet:`ð§¿`,necktie:`ð`,negative_squared_cross_mark:`â`,nerd_face:`ð€`,nest_with_eggs:`ðªº`,nesting_dolls:`ðª`,neutral_face:`ð`,new:`ð`,new_moon:`ð`,new_moon_with_face:`ð`,newspaper:`ð°`,ng:`ð`,night_with_stars:`ð`,nine:`9ïžâ£`,ninja:`ð¥·`,no_bell:`ð`,no_bicycles:`ð³`,no_entry:`â`,no_entry_sign:`ð«`,no_good:`ð
ââïž`,no_mobile_phones:`ðµ`,no_mouth:`ð¶`,no_pedestrians:`ð·`,no_smoking:`ð`,"non-potable_water":`ð±`,nose:`ð`,notebook:`ð`,notebook_with_decorative_cover:`ð`,notes:`ð¶`,nut_and_bolt:`ð©`,o:`â`,o2:`ð
Ÿïž`,ocean:`ð`,octagonal_sign:`ð`,octopus:`ð`,oden:`ð¢`,office:`ð¢`,office_worker:`ð§âðŒ`,oil_drum:`ð¢ïž`,ok:`ð`,ok_hand:`ð`,ok_woman:`ðââïž`,old_key:`ðïž`,older_adult:`ð§`,older_man:`ðŽ`,older_woman:`ðµ`,olive:`ð«`,om_symbol:`ðïž`,on:`ð`,oncoming_automobile:`ð`,oncoming_bus:`ð`,oncoming_police_car:`ð`,oncoming_taxi:`ð`,one:`1ïžâ£`,"one-piece_swimsuit":`ð©±`,onion:`ð§
`,open_book:`ð`,open_file_folder:`ð`,open_hands:`ð`,open_mouth:`ð®`,ophiuchus:`â`,orange_book:`ð`,orange_heart:`ð§¡`,orangutan:`ðЧ`,orthodox_cross:`âŠïž`,otter:`ðŠŠ`,outbox_tray:`ð€`,owl:`ðŠ`,ox:`ð`,oyster:`ðŠª`,package:`ðŠ`,page_facing_up:`ð`,page_with_curl:`ð`,pager:`ð`,palm_down_hand:`ð«³`,palm_tree:`ðŽ`,palm_up_hand:`ð«Ž`,palms_up_together:`ð€²`,pancakes:`ð¥`,panda_face:`ðŒ`,paperclip:`ð`,parachute:`ðª`,parking:`ð
¿ïž`,parrot:`ðŠ`,part_alternation_mark:`ãœïž`,partly_sunny:`â
`,partly_sunny_rain:`ðŠïž`,partying_face:`ð¥³`,passenger_ship:`ð³ïž`,passport_control:`ð`,paw_prints:`ðŸ`,pea_pod:`ð«`,peace_symbol:`â®ïž`,peach:`ð`,peacock:`ðŠ`,peanuts:`ð¥`,pear:`ð`,pencil:`ð`,pencil2:`âïž`,penguin:`ð§`,pensive:`ð`,people_holding_hands:`ð§âð€âð§`,people_hugging:`ð«`,performing_arts:`ð`,persevere:`ð£`,person_climbing:`ð§ââïž`,person_doing_cartwheel:`ð€ž`,person_feeding_baby:`ð§âðŒ`,person_frowning:`ðââïž`,person_in_lotus_position:`ð§ââïž`,person_in_manual_wheelchair:`ð§âðŠœ`,person_in_manual_wheelchair_facing_right:`ð§âðŠœââ¡ïž`,person_in_motorized_wheelchair:`ð§âðŠŒ`,person_in_motorized_wheelchair_facing_right:`ð§âðŠŒââ¡ïž`,person_in_steamy_room:`ð§ââïž`,person_in_tuxedo:`ð€µ`,person_kneeling_facing_right:`ð§ââ¡ïž`,person_running_facing_right:`ðââ¡ïž`,person_walking_facing_right:`ð¶ââ¡ïž`,person_with_ball:`â¹ïžââïž`,person_with_blond_hair:`ð±ââïž`,person_with_crown:`ð«
`,person_with_headscarf:`ð§`,person_with_pouting_face:`ðââïž`,person_with_probing_cane:`ð§âðН`,person_with_white_cane_facing_right:`ð§âðНââ¡ïž`,petri_dish:`ð§«`,phoenix:`ðŠâð¥`,phone:`âïž`,pick:`âïž`,pickup_truck:`ð»`,pie:`ð¥§`,pig:`ð·`,pig2:`ð`,pig_nose:`ðœ`,pill:`ð`,pilot:`ð§ââïž`,pinata:`ðª
`,pinched_fingers:`ð€`,pinching_hand:`ð€`,pineapple:`ð`,pink_heart:`ð©·`,pirate_flag:`ðŽââ ïž`,pisces:`â`,pizza:`ð`,placard:`ðª§`,place_of_worship:`ð`,playground_slide:`ð`,pleading_face:`ð¥º`,plunger:`ðª `,point_down:`ð`,point_left:`ð`,point_right:`ð`,point_up:`âïž`,point_up_2:`ð`,polar_bear:`ð»ââïž`,police_car:`ð`,poodle:`ð©`,poop:`ð©`,popcorn:`ð¿`,post_office:`ð£`,postal_horn:`ð¯`,postbox:`ð®`,potable_water:`ð°`,potato:`ð¥`,potted_plant:`ðªŽ`,pouch:`ð`,poultry_leg:`ð`,pound:`ð·`,pouring_liquid:`ð«`,pouting_cat:`ðŸ`,pray:`ð`,prayer_beads:`ð¿`,pregnant_man:`ð«`,pregnant_person:`ð«`,pregnant_woman:`ð€°`,pretzel:`ð¥š`,prince:`ð€Ž`,princess:`ðž`,printer:`ðšïž`,probing_cane:`ðН`,punch:`ð`,purple_heart:`ð`,purse:`ð`,pushpin:`ð`,put_litter_in_its_place:`ð®`,question:`â`,rabbit:`ð°`,rabbit2:`ð`,raccoon:`ðŠ`,racehorse:`ð`,racing_car:`ðïž`,racing_motorcycle:`ðïž`,radio:`ð»`,radio_button:`ð`,radioactive_sign:`â¢ïž`,rage:`ð¡`,railway_car:`ð`,railway_track:`ð€ïž`,rain_cloud:`ð§ïž`,rainbow:`ð`,"rainbow-flag":`ð³ïžâð`,raised_back_of_hand:`ð€`,raised_hand:`â`,raised_hand_with_fingers_splayed:`ðïž`,raised_hands:`ð`,raising_hand:`ðââïž`,ram:`ð`,ramen:`ð`,rat:`ð`,razor:`ðª`,receipt:`ð§Ÿ`,recycle:`â»ïž`,red_car:`ð`,red_circle:`ðŽ`,red_envelope:`ð§§`,red_haired_man:`ðšâðа`,red_haired_person:`ð§âðа`,red_haired_woman:`ð©âðа`,registered:`®ïž`,relaxed:`âºïž`,relieved:`ð`,reminder_ribbon:`ðïž`,repeat:`ð`,repeat_one:`ð`,restroom:`ð»`,reversed_hand_with_middle_finger_extended:`ð`,revolving_hearts:`ð`,rewind:`âª`,rhinoceros:`ðŠ`,ribbon:`ð`,rice:`ð`,rice_ball:`ð`,rice_cracker:`ð`,rice_scene:`ð`,"right-facing_fist":`ð€`,right_anger_bubble:`ð¯ïž`,rightwards_hand:`ð«±`,rightwards_pushing_hand:`ð«ž`,ring:`ð`,ring_buoy:`ð`,ringed_planet:`ðª`,robot_face:`ð€`,rock:`ðªš`,rocket:`ð`,roll_of_paper:`ð§»`,rolled_up_newspaper:`ðïž`,roller_coaster:`ð¢`,roller_skate:`ðŒ`,rolling_on_the_floor_laughing:`ð€£`,rooster:`ð`,root_vegetable:`ð«`,rose:`ð¹`,rosette:`ðµïž`,rotating_light:`ðš`,round_pushpin:`ð`,rowboat:`ð£ââïž`,ru:`ð·ðº`,rugby_football:`ð`,runner:`ðââïž`,running:`ðââïž`,running_shirt_with_sash:`ðœ`,sa:`ðïž`,safety_pin:`ð§·`,safety_vest:`ðŠº`,sagittarius:`â`,sailboat:`âµ`,sake:`ð¶`,salt:`ð§`,saluting_face:`ð«¡`,sandal:`ð¡`,sandwich:`ð¥ª`,santa:`ð
`,sari:`ð¥»`,satellite:`ð°ïž`,satellite_antenna:`ð¡`,satisfied:`ð`,sauropod:`ðŠ`,saxophone:`ð·`,scales:`âïž`,scarf:`ð§£`,school:`ð«`,school_satchel:`ð`,scientist:`ð§âð¬`,scissors:`âïž`,scooter:`ðŽ`,scorpion:`ðŠ`,scorpius:`â`,scream:`ð±`,scream_cat:`ð`,screwdriver:`ðª`,scroll:`ð`,seal:`ðŠ`,seat:`ðº`,second_place_medal:`ð¥`,secret:`ãïž`,see_no_evil:`ð`,seedling:`ð±`,selfie:`ð€³`,serious_face_with_symbols_covering_mouth:`ð€¬`,service_dog:`ðâðŠº`,seven:`7ïžâ£`,sewing_needle:`ðª¡`,shaking_face:`ð«š`,shallow_pan_of_food:`ð¥`,shamrock:`âïž`,shark:`ðŠ`,shaved_ice:`ð§`,sheep:`ð`,shell:`ð`,shield:`ð¡ïž`,shinto_shrine:`â©ïž`,ship:`ð¢`,shirt:`ð`,shit:`ð©`,shocked_face_with_exploding_head:`ð€¯`,shoe:`ð`,shopping_bags:`ðïž`,shopping_trolley:`ð`,shorts:`ð©³`,shovel:`ðª`,shower:`ð¿`,shrimp:`ðŠ`,shrug:`ð€·`,shushing_face:`ð€«`,sign_of_the_horns:`ð€`,signal_strength:`ð¶`,singer:`ð§âð€`,six:`6ïžâ£`,six_pointed_star:`ð¯`,skateboard:`ð¹`,ski:`ð¿`,skier:`â·ïž`,"skin-tone-2":`ð»`,"skin-tone-3":`ðŒ`,"skin-tone-4":`ðœ`,"skin-tone-5":`ðŸ`,"skin-tone-6":`ð¿`,skull:`ð`,skull_and_crossbones:`â ïž`,skunk:`ðŠš`,sled:`ð·`,sleeping:`ðŽ`,sleeping_accommodation:`ð`,sleepy:`ðª`,sleuth_or_spy:`ðµïžââïž`,slightly_frowning_face:`ð`,slightly_smiling_face:`ð`,slot_machine:`ð°`,sloth:`ðŠ¥`,small_airplane:`ð©ïž`,small_blue_diamond:`ð¹`,small_orange_diamond:`ðž`,small_red_triangle:`ðº`,small_red_triangle_down:`ð»`,smile:`ð`,smile_cat:`ðž`,smiley:`ð`,smiley_cat:`ðº`,smiling_face_with_3_hearts:`ð¥°`,smiling_face_with_smiling_eyes_and_hand_covering_mouth:`ð€`,smiling_face_with_tear:`ð¥²`,smiling_imp:`ð`,smirk:`ð`,smirk_cat:`ðŒ`,smoking:`ð¬`,snail:`ð`,snake:`ð`,sneezing_face:`ð€§`,snow_capped_mountain:`ðïž`,snow_cloud:`ðšïž`,snowboarder:`ð`,snowflake:`âïž`,snowman:`âïž`,snowman_without_snow:`â`,soap:`ð§Œ`,sob:`ð`,soccer:`âœ`,socks:`ð§Š`,softball:`ð¥`,soon:`ð`,sos:`ð`,sound:`ð`,space_invader:`ðŸ`,spades:`â ïž`,spaghetti:`ð`,sparkle:`âïž`,sparkler:`ð`,sparkles:`âš`,sparkling_heart:`ð`,speak_no_evil:`ð`,speaker:`ð`,speaking_head_in_silhouette:`ð£ïž`,speech_balloon:`ð¬`,speedboat:`ð€`,spider:`ð·ïž`,spider_web:`ðžïž`,spiral_calendar_pad:`ðïž`,spiral_note_pad:`ðïž`,splatter:`ð«`,"spock-hand":`ð`,sponge:`ð§œ`,spoon:`ð¥`,sports_medal:`ð
`,squid:`ðŠ`,stadium:`ðïž`,staff_of_aesculapius:`âïž`,standing_person:`ð§`,star:`â`,"star-struck":`ð€©`,star2:`ð`,star_and_crescent:`âªïž`,star_of_david:`â¡ïž`,stars:`ð `,station:`ð`,statue_of_liberty:`ðœ`,steam_locomotive:`ð`,stethoscope:`ð©º`,stew:`ð²`,stopwatch:`â±ïž`,straight_ruler:`ð`,strawberry:`ð`,stuck_out_tongue:`ð`,stuck_out_tongue_closed_eyes:`ð`,stuck_out_tongue_winking_eye:`ð`,student:`ð§âð`,studio_microphone:`ðïž`,stuffed_flatbread:`ð¥`,sun_behind_cloud:`ð¥ïž`,sun_behind_rain_cloud:`ðŠïž`,sun_small_cloud:`ð€ïž`,sun_with_face:`ð`,sunflower:`ð»`,sunglasses:`ð`,sunny:`âïž`,sunrise:`ð
`,sunrise_over_mountains:`ð`,superhero:`ðŠž`,supervillain:`ðй`,surfer:`ðââïž`,sushi:`ð£`,suspension_railway:`ð`,swan:`ðŠ¢`,sweat:`ð`,sweat_drops:`ðŠ`,sweat_smile:`ð
`,sweet_potato:`ð `,swimmer:`ðââïž`,symbols:`ð£`,synagogue:`ð`,syringe:`ð`,"t-rex":`ðŠ`,table_tennis_paddle_and_ball:`ð`,taco:`ð®`,tada:`ð`,takeout_box:`ð¥¡`,tamale:`ð«`,tanabata_tree:`ð`,tangerine:`ð`,taurus:`â`,taxi:`ð`,tea:`ðµ`,teacher:`ð§âð«`,teapot:`ð«`,technologist:`ð§âð»`,teddy_bear:`ð§ž`,telephone:`âïž`,telephone_receiver:`ð`,telescope:`ð`,tennis:`ðŸ`,tent:`âº`,test_tube:`ð§ª`,the_horns:`ð€`,thermometer:`ð¡ïž`,thinking_face:`ð€`,third_place_medal:`ð¥`,thong_sandal:`ð©Ž`,thought_balloon:`ð`,thread:`ð§µ`,three:`3ïžâ£`,three_button_mouse:`ð±ïž`,thumbsdown:`ð`,thumbsup:`ð`,thunder_cloud_and_rain:`âïž`,ticket:`ð«`,tiger:`ð¯`,tiger2:`ð
`,timer_clock:`â²ïž`,tired_face:`ð«`,tm:`â¢ïž`,toilet:`ðœ`,tokyo_tower:`ðŒ`,tomato:`ð
`,tongue:`ð
`,toolbox:`ð§°`,tooth:`ðŠ·`,toothbrush:`ðª¥`,top:`ð`,tophat:`ð©`,tornado:`ðªïž`,tornado_cloud:`ðªïž`,trackball:`ð²ïž`,tractor:`ð`,traffic_light:`ð¥`,train:`ð`,train2:`ð`,tram:`ð`,transgender_flag:`ð³ïžââ§ïž`,transgender_symbol:`â§ïž`,triangular_flag_on_post:`ð©`,triangular_ruler:`ð`,trident:`ð±`,triumph:`ð€`,troll:`ð§`,trolleybus:`ð`,trophy:`ð`,tropical_drink:`ð¹`,tropical_fish:`ð `,truck:`ð`,trumpet:`ðº`,tshirt:`ð`,tulip:`ð·`,tumbler_glass:`ð¥`,turkey:`ðŠ`,turtle:`ð¢`,tv:`ðº`,twisted_rightwards_arrows:`ð`,two:`2ïžâ£`,two_hearts:`ð`,two_men_holding_hands:`ð¬`,two_women_holding_hands:`ð`,u5272:`ð¹`,u5408:`ðŽ`,u55b6:`ðº`,u6307:`ð¯`,u6708:`ð·ïž`,u6709:`ð¶`,u6e80:`ðµ`,u7121:`ð`,u7533:`ðž`,u7981:`ð²`,u7a7a:`ð³`,uk:`ð¬ð§`,umbrella:`âïž`,umbrella_on_ground:`â±ïž`,umbrella_with_rain_drops:`â`,unamused:`ð`,underage:`ð`,unicorn_face:`ðŠ`,unlock:`ð`,up:`ð`,upside_down_face:`ð`,us:`ðºðž`,v:`âïž`,vampire:`ð§ââïž`,vertical_traffic_light:`ðŠ`,vhs:`ðŒ`,vibration_mode:`ð³`,video_camera:`ð¹`,video_game:`ð®`,violin:`ð»`,virgo:`â`,volcano:`ð`,volleyball:`ð`,vs:`ð`,waffle:`ð§`,walking:`ð¶ââïž`,waning_crescent_moon:`ð`,waning_gibbous_moon:`ð`,warning:`â ïž`,wastebasket:`ðïž`,watch:`â`,water_buffalo:`ð`,water_polo:`ð€œ`,watermelon:`ð`,wave:`ð`,waving_black_flag:`ðŽ`,waving_white_flag:`ð³ïž`,wavy_dash:`ã°ïž`,waxing_crescent_moon:`ð`,waxing_gibbous_moon:`ð`,wc:`ðŸ`,weary:`ð©`,wedding:`ð`,weight_lifter:`ðïžââïž`,whale:`ð³`,whale2:`ð`,wheel:`ð`,wheel_of_dharma:`âžïž`,wheelchair:`â¿`,white_check_mark:`â
`,white_circle:`âª`,white_flower:`ð®`,white_frowning_face:`â¹ïž`,white_haired_man:`ðšâðг`,white_haired_person:`ð§âðг`,white_haired_woman:`ð©âðг`,white_heart:`ð€`,white_large_square:`â¬`,white_medium_small_square:`âœ`,white_medium_square:`â»ïž`,white_small_square:`â«ïž`,white_square_button:`ð³`,wilted_flower:`ð¥`,wind_blowing_face:`ð¬ïž`,wind_chime:`ð`,window:`ðª`,wine_glass:`ð·`,wing:`ðªœ`,wink:`ð`,wireless:`ð`,wolf:`ðº`,woman:`ð©`,"woman-biking":`ðŽââïž`,"woman-bouncing-ball":`â¹ïžââïž`,"woman-bowing":`ðââïž`,"woman-boy":`ð©âðŠ`,"woman-boy-boy":`ð©âðŠâðŠ`,"woman-cartwheeling":`ð€žââïž`,"woman-facepalming":`ð€Šââïž`,"woman-frowning":`ðââïž`,"woman-gesturing-no":`ð
ââïž`,"woman-gesturing-ok":`ðââïž`,"woman-getting-haircut":`ðââïž`,"woman-getting-massage":`ðââïž`,"woman-girl":`ð©âð§`,"woman-girl-boy":`ð©âð§âðŠ`,"woman-girl-girl":`ð©âð§âð§`,"woman-golfing":`ðïžââïž`,"woman-heart-man":`ð©ââ€ïžâðš`,"woman-heart-woman":`ð©ââ€ïžâð©`,"woman-juggling":`ð€¹ââïž`,"woman-kiss-man":`ð©ââ€ïžâðâðš`,"woman-kiss-woman":`ð©ââ€ïžâðâð©`,"woman-lifting-weights":`ðïžââïž`,"woman-mountain-biking":`ðµââïž`,"woman-playing-handball":`ð€Ÿââïž`,"woman-playing-water-polo":`ð€œââïž`,"woman-pouting":`ðââïž`,"woman-raising-hand":`ðââïž`,"woman-rowing-boat":`ð£ââïž`,"woman-running":`ðââïž`,"woman-shrugging":`ð€·ââïž`,"woman-surfing":`ðââïž`,"woman-swimming":`ðââïž`,"woman-tipping-hand":`ðââïž`,"woman-walking":`ð¶ââïž`,"woman-wearing-turban":`ð³ââïž`,"woman-with-bunny-ears-partying":`ð¯ââïž`,"woman-woman-boy":`ð©âð©âðŠ`,"woman-woman-boy-boy":`ð©âð©âðŠâðŠ`,"woman-woman-girl":`ð©âð©âð§`,"woman-woman-girl-boy":`ð©âð©âð§âðŠ`,"woman-woman-girl-girl":`ð©âð©âð§âð§`,"woman-wrestling":`ð€Œââïž`,woman_and_man_holding_hands:`ð«`,woman_climbing:`ð§ââïž`,woman_feeding_baby:`ð©âðŒ`,woman_in_lotus_position:`ð§ââïž`,woman_in_manual_wheelchair:`ð©âðŠœ`,woman_in_manual_wheelchair_facing_right:`ð©âðŠœââ¡ïž`,woman_in_motorized_wheelchair:`ð©âðŠŒ`,woman_in_motorized_wheelchair_facing_right:`ð©âðŠŒââ¡ïž`,woman_in_steamy_room:`ð§ââïž`,woman_in_tuxedo:`ð€µââïž`,woman_kneeling:`ð§ââïž`,woman_kneeling_facing_right:`ð§ââïžââ¡ïž`,woman_running_facing_right:`ðââïžââ¡ïž`,woman_standing:`ð§ââïž`,woman_walking_facing_right:`ð¶ââïžââ¡ïž`,woman_with_beard:`ð§ââïž`,woman_with_probing_cane:`ð©âðН`,woman_with_veil:`ð°ââïž`,woman_with_white_cane_facing_right:`ð©âðНââ¡ïž`,womans_clothes:`ð`,womans_flat_shoe:`ð¥¿`,womans_hat:`ð`,"women-with-bunny-ears-partying":`ð¯ââïž`,women_holding_hands:`ð`,womens:`ðº`,wood:`ðªµ`,woozy_face:`ð¥Ž`,world_map:`ðºïž`,worm:`ðª±`,worried:`ð`,wrench:`ð§`,wrestlers:`ð€Œ`,writing_hand:`âïž`,x:`â`,"x-ray":`ð©»`,yarn:`ð§¶`,yawning_face:`ð¥±`,yellow_heart:`ð`,yen:`ðŽ`,yin_yang:`â¯ïž`,"yo-yo":`ðª`,yum:`ð`,zany_face:`ð€ª`,zap:`â¡`,zebra_face:`ðŠ`,zero:`0ïžâ£`,zipper_mouth_face:`ð€`,zombie:`ð§ââïž`,zzz:`ð€`};var Sl=/:([\w+-]+):(?::skin-tone-[2-6]:)?/gi;var Tl=mn;function Il(r){return r.replace(Sl,(e,t)=>Tl[t]??e)}var dn=/^\s*\[!(NOTE|TIP|IMPORTANT|WARNING|CAUTION)\][^\S\n]*\n?/i;var vl={note:`fa-circle-info`,tip:`fa-lightbulb`,important:`fa-circle-exclamation`,warning:`fa-triangle-exclamation`,caution:`fa-ban`};var Ll={note:`Note`,tip:`Tip`,important:`Important`,warning:`Warning`,caution:`Caution`};var Uo=(()=>{class r{el=g(Xe$1);sanitizer=g(_f);data=i$(``);constructor(){ii(()=>this.render(this.data()))}render(t){let n=this.el.nativeElement,a=k.parse(t??``,{async:!1});n.innerHTML=this.sanitizer.sanitize($$1.HTML,a)??``,n.querySelectorAll(`a`).forEach(o=>{o.target=`_blank`,o.rel=`noopener noreferrer`}),n.querySelectorAll(`blockquote`).forEach(o=>this.applyAlert(o)),n.querySelectorAll(`img`).forEach(o=>{let c=o.getAttribute(`alt`);(!c||!c.trim())&&(o.setAttribute(`alt`,``),o.setAttribute(`aria-hidden`,`true`),o.setAttribute(`role`,`presentation`))});let s=document.createTreeWalker(n,NodeFilter.SHOW_TEXT,o=>{let c=o.parentElement;return!c||c.closest(`code, pre, script, style`)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),l=[],i=s.nextNode();for(;i;)l.push(i),i=s.nextNode();l.forEach(o=>{let c=o.nodeValue||``;if(!c.includes(`:`))return;let u=Il(c);u!==c&&(o.nodeValue=u)})}applyAlert(t){let n=document.createTreeWalker(t,NodeFilter.SHOW_TEXT),a=n.nextNode();for(;a&&!a.nodeValue?.trim();)a=n.nextNode();let s=a?.nodeValue?.match(dn);if(!a||!s)return;let l=s[1].toLowerCase();a.nodeValue=(a.nodeValue??``).replace(dn,``),t.classList.add(`md-alert`,`md-alert-${l}`);let i=document.createElement(`p`);i.className=`md-alert-title`;let o=document.createElement(`i`);o.className=`fas ${vl[l]}`,o.setAttribute(`aria-hidden`,`true`),i.append(o,Ll[l]),t.prepend(i)}static ɵfac=function(n){return new(n||r)};static ɵcmp=nc({type:r,selectors:[[`markdown`]],inputs:{data:[1,`data`]},decls:0,vars:0,template:function(n,a){},encapsulation:2})}return r})();export{Uo as n,Ti as t};