@vasm/core 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js ADDED
@@ -0,0 +1,200 @@
1
+ "use strict";var Zm=Object.create;var ar=Object.defineProperty;var eg=Object.getOwnPropertyDescriptor;var tg=Object.getOwnPropertyNames;var ng=Object.getPrototypeOf,ig=Object.prototype.hasOwnProperty;var Wt=(e,t)=>()=>(e&&(t=e(e=0)),t);var N=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),oa=(e,t)=>{for(var n in t)ar(e,n,{get:t[n],enumerable:!0})},xu=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of tg(t))!ig.call(e,r)&&r!==n&&ar(e,r,{get:()=>t[r],enumerable:!(i=eg(t,r))||i.enumerable});return e};var K=(e,t,n)=>(n=e!=null?Zm(ng(e)):{},xu(t||!e||!e.__esModule?ar(n,"default",{value:e,enumerable:!0}):n,e)),rg=e=>xu(ar({},"__esModule",{value:!0}),e);var W=N(he=>{"use strict";var La=Symbol.for("yaml.alias"),Zc=Symbol.for("yaml.document"),Ar=Symbol.for("yaml.map"),eh=Symbol.for("yaml.pair"),Na=Symbol.for("yaml.scalar"),Cr=Symbol.for("yaml.seq"),ht=Symbol.for("yaml.node.type"),Gb=e=>!!e&&typeof e=="object"&&e[ht]===La,Kb=e=>!!e&&typeof e=="object"&&e[ht]===Zc,Hb=e=>!!e&&typeof e=="object"&&e[ht]===Ar,Yb=e=>!!e&&typeof e=="object"&&e[ht]===eh,th=e=>!!e&&typeof e=="object"&&e[ht]===Na,Jb=e=>!!e&&typeof e=="object"&&e[ht]===Cr;function nh(e){if(e&&typeof e=="object")switch(e[ht]){case Ar:case Cr:return!0}return!1}function Qb(e){if(e&&typeof e=="object")switch(e[ht]){case La:case Ar:case Na:case Cr:return!0}return!1}var Xb=e=>(th(e)||nh(e))&&!!e.anchor;he.ALIAS=La;he.DOC=Zc;he.MAP=Ar;he.NODE_TYPE=ht;he.PAIR=eh;he.SCALAR=Na;he.SEQ=Cr;he.hasAnchor=Xb;he.isAlias=Gb;he.isCollection=nh;he.isDocument=Kb;he.isMap=Hb;he.isNode=Qb;he.isPair=Yb;he.isScalar=th;he.isSeq=Jb});var hi=N(Ta=>{"use strict";var ne=W(),De=Symbol("break visit"),ih=Symbol("skip children"),et=Symbol("remove node");function Dr(e,t){let n=rh(t);ne.isDocument(e)?kn(null,e.contents,n,Object.freeze([e]))===et&&(e.contents=null):kn(null,e,n,Object.freeze([]))}Dr.BREAK=De;Dr.SKIP=ih;Dr.REMOVE=et;function kn(e,t,n,i){let r=sh(e,t,n,i);if(ne.isNode(r)||ne.isPair(r))return ah(e,i,r),kn(e,r,n,i);if(typeof r!="symbol"){if(ne.isCollection(t)){i=Object.freeze(i.concat(t));for(let s=0;s<t.items.length;++s){let a=kn(s,t.items[s],n,i);if(typeof a=="number")s=a-1;else{if(a===De)return De;a===et&&(t.items.splice(s,1),s-=1)}}}else if(ne.isPair(t)){i=Object.freeze(i.concat(t));let s=kn("key",t.key,n,i);if(s===De)return De;s===et&&(t.key=null);let a=kn("value",t.value,n,i);if(a===De)return De;a===et&&(t.value=null)}}return r}async function Lr(e,t){let n=rh(t);ne.isDocument(e)?await wn(null,e.contents,n,Object.freeze([e]))===et&&(e.contents=null):await wn(null,e,n,Object.freeze([]))}Lr.BREAK=De;Lr.SKIP=ih;Lr.REMOVE=et;async function wn(e,t,n,i){let r=await sh(e,t,n,i);if(ne.isNode(r)||ne.isPair(r))return ah(e,i,r),wn(e,r,n,i);if(typeof r!="symbol"){if(ne.isCollection(t)){i=Object.freeze(i.concat(t));for(let s=0;s<t.items.length;++s){let a=await wn(s,t.items[s],n,i);if(typeof a=="number")s=a-1;else{if(a===De)return De;a===et&&(t.items.splice(s,1),s-=1)}}}else if(ne.isPair(t)){i=Object.freeze(i.concat(t));let s=await wn("key",t.key,n,i);if(s===De)return De;s===et&&(t.key=null);let a=await wn("value",t.value,n,i);if(a===De)return De;a===et&&(t.value=null)}}return r}function rh(e){return typeof e=="object"&&(e.Collection||e.Node||e.Value)?Object.assign({Alias:e.Node,Map:e.Node,Scalar:e.Node,Seq:e.Node},e.Value&&{Map:e.Value,Scalar:e.Value,Seq:e.Value},e.Collection&&{Map:e.Collection,Seq:e.Collection},e):e}function sh(e,t,n,i){if(typeof n=="function")return n(e,t,i);if(ne.isMap(t))return n.Map?.(e,t,i);if(ne.isSeq(t))return n.Seq?.(e,t,i);if(ne.isPair(t))return n.Pair?.(e,t,i);if(ne.isScalar(t))return n.Scalar?.(e,t,i);if(ne.isAlias(t))return n.Alias?.(e,t,i)}function ah(e,t,n){let i=t[t.length-1];if(ne.isCollection(i))i.items[e]=n;else if(ne.isPair(i))e==="key"?i.key=n:i.value=n;else if(ne.isDocument(i))i.contents=n;else{let r=ne.isAlias(i)?"alias":"scalar";throw new Error(`Cannot replace node with ${r} parent`)}}Ta.visit=Dr;Ta.visitAsync=Lr});var Ia=N(lh=>{"use strict";var oh=W(),Zb=hi(),ek={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},tk=e=>e.replace(/[!,[\]{}]/g,t=>ek[t]),fi=class e{constructor(t,n){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},e.defaultYaml,t),this.tags=Object.assign({},e.defaultTags,n)}clone(){let t=new e(this.yaml,this.tags);return t.docStart=this.docStart,t}atDocument(){let t=new e(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:e.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},e.defaultTags);break}return t}add(t,n){this.atNextDocument&&(this.yaml={explicit:e.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},e.defaultTags),this.atNextDocument=!1);let i=t.trim().split(/[ \t]+/),r=i.shift();switch(r){case"%TAG":{if(i.length!==2&&(n(0,"%TAG directive should contain exactly two parts"),i.length<2))return!1;let[s,a]=i;return this.tags[s]=a,!0}case"%YAML":{if(this.yaml.explicit=!0,i.length!==1)return n(0,"%YAML directive should contain exactly one part"),!1;let[s]=i;if(s==="1.1"||s==="1.2")return this.yaml.version=s,!0;{let a=/^\d+\.\d+$/.test(s);return n(6,`Unsupported YAML version ${s}`,a),!1}}default:return n(0,`Unknown directive ${r}`,!0),!1}}tagName(t,n){if(t==="!")return"!";if(t[0]!=="!")return n(`Not a valid tag: ${t}`),null;if(t[1]==="<"){let a=t.slice(2,-1);return a==="!"||a==="!!"?(n(`Verbatim tags aren't resolved, so ${t} is invalid.`),null):(t[t.length-1]!==">"&&n("Verbatim tags must end with a >"),a)}let[,i,r]=t.match(/^(.*!)([^!]*)$/s);r||n(`The ${t} tag has no suffix`);let s=this.tags[i];if(s)try{return s+decodeURIComponent(r)}catch(a){return n(String(a)),null}return i==="!"?t:(n(`Could not resolve tag: ${t}`),null)}tagString(t){for(let[n,i]of Object.entries(this.tags))if(t.startsWith(i))return n+tk(t.substring(i.length));return t[0]==="!"?t:`!<${t}>`}toString(t){let n=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],i=Object.entries(this.tags),r;if(t&&i.length>0&&oh.isNode(t.contents)){let s={};Zb.visit(t.contents,(a,o)=>{oh.isNode(o)&&o.tag&&(s[o.tag]=!0)}),r=Object.keys(s)}else r=[];for(let[s,a]of i)s==="!!"&&a==="tag:yaml.org,2002:"||(!t||r.some(o=>o.startsWith(a)))&&n.push(`%TAG ${s} ${a}`);return n.join(`
2
+ `)}};fi.defaultYaml={explicit:!1,version:"1.2"};fi.defaultTags={"!!":"tag:yaml.org,2002:"};lh.Directives=fi});var Nr=N(pi=>{"use strict";var uh=W(),nk=hi();function ik(e){if(/[\x00-\x19\s,[\]{}]/.test(e)){let n=`Anchor must not contain whitespace or control characters: ${JSON.stringify(e)}`;throw new Error(n)}return!0}function ch(e){let t=new Set;return nk.visit(e,{Value(n,i){i.anchor&&t.add(i.anchor)}}),t}function hh(e,t){for(let n=1;;++n){let i=`${e}${n}`;if(!t.has(i))return i}}function rk(e,t){let n=[],i=new Map,r=null;return{onAnchor:s=>{n.push(s),r??(r=ch(e));let a=hh(t,r);return r.add(a),a},setAnchors:()=>{for(let s of n){let a=i.get(s);if(typeof a=="object"&&a.anchor&&(uh.isScalar(a.node)||uh.isCollection(a.node)))a.node.anchor=a.anchor;else{let o=new Error("Failed to resolve repeated object (this should not happen)");throw o.source=s,o}}},sourceObjects:i}}pi.anchorIsValid=ik;pi.anchorNames=ch;pi.createNodeAnchors=rk;pi.findNewAnchor=hh});var Fa=N(fh=>{"use strict";function di(e,t,n,i){if(i&&typeof i=="object")if(Array.isArray(i))for(let r=0,s=i.length;r<s;++r){let a=i[r],o=di(e,i,String(r),a);o===void 0?delete i[r]:o!==a&&(i[r]=o)}else if(i instanceof Map)for(let r of Array.from(i.keys())){let s=i.get(r),a=di(e,i,r,s);a===void 0?i.delete(r):a!==s&&i.set(r,a)}else if(i instanceof Set)for(let r of Array.from(i)){let s=di(e,i,r,r);s===void 0?i.delete(r):s!==r&&(i.delete(r),i.add(s))}else for(let[r,s]of Object.entries(i)){let a=di(e,i,r,s);a===void 0?delete i[r]:a!==s&&(i[r]=a)}return e.call(t,n,i)}fh.applyReviver=di});var vt=N(dh=>{"use strict";var sk=W();function ph(e,t,n){if(Array.isArray(e))return e.map((i,r)=>ph(i,String(r),n));if(e&&typeof e.toJSON=="function"){if(!n||!sk.hasAnchor(e))return e.toJSON(t,n);let i={aliasCount:0,count:1,res:void 0};n.anchors.set(e,i),n.onCreate=s=>{i.res=s,delete n.onCreate};let r=e.toJSON(t,n);return n.onCreate&&n.onCreate(r),r}return typeof e=="bigint"&&!n?.keep?Number(e):e}dh.toJS=ph});var Tr=N(gh=>{"use strict";var ak=Fa(),mh=W(),ok=vt(),ja=class{constructor(t){Object.defineProperty(this,mh.NODE_TYPE,{value:t})}clone(){let t=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(t.range=this.range.slice()),t}toJS(t,{mapAsMap:n,maxAliasCount:i,onAnchor:r,reviver:s}={}){if(!mh.isDocument(t))throw new TypeError("A document argument is required");let a={anchors:new Map,doc:t,keep:!0,mapAsMap:n===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},o=ok.toJS(this,"",a);if(typeof r=="function")for(let{count:l,res:u}of a.anchors.values())r(u,l);return typeof s=="function"?ak.applyReviver(s,{"":o},"",o):o}};gh.NodeBase=ja});var mi=N(yh=>{"use strict";var lk=Nr(),uk=hi(),Sn=W(),ck=Tr(),hk=vt(),za=class extends ck.NodeBase{constructor(t){super(Sn.ALIAS),this.source=t,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(t,n){let i;n?.aliasResolveCache?i=n.aliasResolveCache:(i=[],uk.visit(t,{Node:(s,a)=>{(Sn.isAlias(a)||Sn.hasAnchor(a))&&i.push(a)}}),n&&(n.aliasResolveCache=i));let r;for(let s of i){if(s===this)break;s.anchor===this.source&&(r=s)}return r}toJSON(t,n){if(!n)return{source:this.source};let{anchors:i,doc:r,maxAliasCount:s}=n,a=this.resolve(r,n);if(!a){let l=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(l)}let o=i.get(a);if(o||(hk.toJS(a,null,n),o=i.get(a)),o?.res===void 0){let l="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(l)}if(s>=0&&(o.count+=1,o.aliasCount===0&&(o.aliasCount=Ir(r,a,i)),o.count*o.aliasCount>s)){let l="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(l)}return o.res}toString(t,n,i){let r=`*${this.source}`;if(t){if(lk.anchorIsValid(this.source),t.options.verifyAliasOrder&&!t.anchors.has(this.source)){let s=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(s)}if(t.implicitKey)return`${r} `}return r}};function Ir(e,t,n){if(Sn.isAlias(t)){let i=t.resolve(e),r=n&&i&&n.get(i);return r?r.count*r.aliasCount:0}else if(Sn.isCollection(t)){let i=0;for(let r of t.items){let s=Ir(e,r,n);s>i&&(i=s)}return i}else if(Sn.isPair(t)){let i=Ir(e,t.key,n),r=Ir(e,t.value,n);return Math.max(i,r)}return 1}yh.Alias=za});var te=N(qa=>{"use strict";var fk=W(),pk=Tr(),dk=vt(),mk=e=>!e||typeof e!="function"&&typeof e!="object",xt=class extends pk.NodeBase{constructor(t){super(fk.SCALAR),this.value=t}toJSON(t,n){return n?.keep?this.value:dk.toJS(this.value,t,n)}toString(){return String(this.value)}};xt.BLOCK_FOLDED="BLOCK_FOLDED";xt.BLOCK_LITERAL="BLOCK_LITERAL";xt.PLAIN="PLAIN";xt.QUOTE_DOUBLE="QUOTE_DOUBLE";xt.QUOTE_SINGLE="QUOTE_SINGLE";qa.Scalar=xt;qa.isScalarValue=mk});var gi=N(kh=>{"use strict";var gk=mi(),Yt=W(),bh=te(),yk="tag:yaml.org,2002:";function bk(e,t,n){if(t){let i=n.filter(s=>s.tag===t),r=i.find(s=>!s.format)??i[0];if(!r)throw new Error(`Tag ${t} not found`);return r}return n.find(i=>i.identify?.(e)&&!i.format)}function kk(e,t,n){if(Yt.isDocument(e)&&(e=e.contents),Yt.isNode(e))return e;if(Yt.isPair(e)){let c=n.schema[Yt.MAP].createNode?.(n.schema,null,n);return c.items.push(e),c}(e instanceof String||e instanceof Number||e instanceof Boolean||typeof BigInt<"u"&&e instanceof BigInt)&&(e=e.valueOf());let{aliasDuplicateObjects:i,onAnchor:r,onTagObj:s,schema:a,sourceObjects:o}=n,l;if(i&&e&&typeof e=="object"){if(l=o.get(e),l)return l.anchor??(l.anchor=r(e)),new gk.Alias(l.anchor);l={anchor:null,node:null},o.set(e,l)}t?.startsWith("!!")&&(t=yk+t.slice(2));let u=bk(e,t,a.tags);if(!u){if(e&&typeof e.toJSON=="function"&&(e=e.toJSON()),!e||typeof e!="object"){let c=new bh.Scalar(e);return l&&(l.node=c),c}u=e instanceof Map?a[Yt.MAP]:Symbol.iterator in Object(e)?a[Yt.SEQ]:a[Yt.MAP]}s&&(s(u),delete n.onTagObj);let h=u?.createNode?u.createNode(n.schema,e,n):typeof u?.nodeClass?.from=="function"?u.nodeClass.from(n.schema,e,n):new bh.Scalar(e);return t?h.tag=t:u.default||(h.tag=u.tag),l&&(l.node=h),h}kh.createNode=kk});var jr=N(Fr=>{"use strict";var wk=gi(),tt=W(),Sk=Tr();function Oa(e,t,n){let i=n;for(let r=t.length-1;r>=0;--r){let s=t[r];if(typeof s=="number"&&Number.isInteger(s)&&s>=0){let a=[];a[s]=i,i=a}else i=new Map([[s,i]])}return wk.createNode(i,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:e,sourceObjects:new Map})}var wh=e=>e==null||typeof e=="object"&&!!e[Symbol.iterator]().next().done,Pa=class extends Sk.NodeBase{constructor(t,n){super(t),Object.defineProperty(this,"schema",{value:n,configurable:!0,enumerable:!1,writable:!0})}clone(t){let n=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return t&&(n.schema=t),n.items=n.items.map(i=>tt.isNode(i)||tt.isPair(i)?i.clone(t):i),this.range&&(n.range=this.range.slice()),n}addIn(t,n){if(wh(t))this.add(n);else{let[i,...r]=t,s=this.get(i,!0);if(tt.isCollection(s))s.addIn(r,n);else if(s===void 0&&this.schema)this.set(i,Oa(this.schema,r,n));else throw new Error(`Expected YAML collection at ${i}. Remaining path: ${r}`)}}deleteIn(t){let[n,...i]=t;if(i.length===0)return this.delete(n);let r=this.get(n,!0);if(tt.isCollection(r))return r.deleteIn(i);throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}getIn(t,n){let[i,...r]=t,s=this.get(i,!0);return r.length===0?!n&&tt.isScalar(s)?s.value:s:tt.isCollection(s)?s.getIn(r,n):void 0}hasAllNullValues(t){return this.items.every(n=>{if(!tt.isPair(n))return!1;let i=n.value;return i==null||t&&tt.isScalar(i)&&i.value==null&&!i.commentBefore&&!i.comment&&!i.tag})}hasIn(t){let[n,...i]=t;if(i.length===0)return this.has(n);let r=this.get(n,!0);return tt.isCollection(r)?r.hasIn(i):!1}setIn(t,n){let[i,...r]=t;if(r.length===0)this.set(i,n);else{let s=this.get(i,!0);if(tt.isCollection(s))s.setIn(r,n);else if(s===void 0&&this.schema)this.set(i,Oa(this.schema,r,n));else throw new Error(`Expected YAML collection at ${i}. Remaining path: ${r}`)}}};Fr.Collection=Pa;Fr.collectionFromPath=Oa;Fr.isEmptyPath=wh});var yi=N(zr=>{"use strict";var vk=e=>e.replace(/^(?!$)(?: $)?/gm,"#");function Ra(e,t){return/^\n+$/.test(e)?e.substring(1):t?e.replace(/^(?! *$)/gm,t):e}var xk=(e,t,n)=>e.endsWith(`
3
+ `)?Ra(n,t):n.includes(`
4
+ `)?`
5
+ `+Ra(n,t):(e.endsWith(" ")?"":" ")+n;zr.indentComment=Ra;zr.lineComment=xk;zr.stringifyComment=vk});var vh=N(bi=>{"use strict";var Ek="flow",_a="block",qr="quoted";function Ak(e,t,n="flow",{indentAtStart:i,lineWidth:r=80,minContentWidth:s=20,onFold:a,onOverflow:o}={}){if(!r||r<0)return e;r<s&&(s=0);let l=Math.max(1+s,1+r-t.length);if(e.length<=l)return e;let u=[],h={},c=r-t.length;typeof i=="number"&&(i>r-Math.max(2,s)?u.push(0):c=r-i);let f,p,m=!1,d=-1,g=-1,y=-1;n===_a&&(d=Sh(e,d,t.length),d!==-1&&(c=d+l));for(let k;k=e[d+=1];){if(n===qr&&k==="\\"){switch(g=d,e[d+1]){case"x":d+=3;break;case"u":d+=5;break;case"U":d+=9;break;default:d+=1}y=d}if(k===`
6
+ `)n===_a&&(d=Sh(e,d,t.length)),c=d+t.length+l,f=void 0;else{if(k===" "&&p&&p!==" "&&p!==`
7
+ `&&p!==" "){let v=e[d+1];v&&v!==" "&&v!==`
8
+ `&&v!==" "&&(f=d)}if(d>=c)if(f)u.push(f),c=f+l,f=void 0;else if(n===qr){for(;p===" "||p===" ";)p=k,k=e[d+=1],m=!0;let v=d>y+1?d-2:g-1;if(h[v])return e;u.push(v),h[v]=!0,c=v+l,f=void 0}else m=!0}p=k}if(m&&o&&o(),u.length===0)return e;a&&a();let w=e.slice(0,u[0]);for(let k=0;k<u.length;++k){let v=u[k],E=u[k+1]||e.length;v===0?w=`
9
+ ${t}${e.slice(0,E)}`:(n===qr&&h[v]&&(w+=`${e[v]}\\`),w+=`
10
+ ${t}${e.slice(v+1,E)}`)}return w}function Sh(e,t,n){let i=t,r=t+1,s=e[r];for(;s===" "||s===" ";)if(t<r+n)s=e[++t];else{do s=e[++t];while(s&&s!==`
11
+ `);i=t,r=t+1,s=e[r]}return i}bi.FOLD_BLOCK=_a;bi.FOLD_FLOW=Ek;bi.FOLD_QUOTED=qr;bi.foldFlowLines=Ak});var wi=N(xh=>{"use strict";var Ye=te(),Et=vh(),Pr=(e,t)=>({indentAtStart:t?e.indent.length:e.indentAtStart,lineWidth:e.options.lineWidth,minContentWidth:e.options.minContentWidth}),Rr=e=>/^(%|---|\.\.\.)/m.test(e);function Ck(e,t,n){if(!t||t<0)return!1;let i=t-n,r=e.length;if(r<=i)return!1;for(let s=0,a=0;s<r;++s)if(e[s]===`
12
+ `){if(s-a>i)return!0;if(a=s+1,r-a<=i)return!1}return!0}function ki(e,t){let n=JSON.stringify(e);if(t.options.doubleQuotedAsJSON)return n;let{implicitKey:i}=t,r=t.options.doubleQuotedMinMultiLineLength,s=t.indent||(Rr(e)?" ":""),a="",o=0;for(let l=0,u=n[l];u;u=n[++l])if(u===" "&&n[l+1]==="\\"&&n[l+2]==="n"&&(a+=n.slice(o,l)+"\\ ",l+=1,o=l,u="\\"),u==="\\")switch(n[l+1]){case"u":{a+=n.slice(o,l);let h=n.substr(l+2,4);switch(h){case"0000":a+="\\0";break;case"0007":a+="\\a";break;case"000b":a+="\\v";break;case"001b":a+="\\e";break;case"0085":a+="\\N";break;case"00a0":a+="\\_";break;case"2028":a+="\\L";break;case"2029":a+="\\P";break;default:h.substr(0,2)==="00"?a+="\\x"+h.substr(2):a+=n.substr(l,6)}l+=5,o=l+1}break;case"n":if(i||n[l+2]==='"'||n.length<r)l+=1;else{for(a+=n.slice(o,l)+`
13
+
14
+ `;n[l+2]==="\\"&&n[l+3]==="n"&&n[l+4]!=='"';)a+=`
15
+ `,l+=2;a+=s,n[l+2]===" "&&(a+="\\"),l+=1,o=l+1}break;default:l+=1}return a=o?a+n.slice(o):n,i?a:Et.foldFlowLines(a,s,Et.FOLD_QUOTED,Pr(t,!1))}function Ba(e,t){if(t.options.singleQuote===!1||t.implicitKey&&e.includes(`
16
+ `)||/[ \t]\n|\n[ \t]/.test(e))return ki(e,t);let n=t.indent||(Rr(e)?" ":""),i="'"+e.replace(/'/g,"''").replace(/\n+/g,`$&
17
+ ${n}`)+"'";return t.implicitKey?i:Et.foldFlowLines(i,n,Et.FOLD_FLOW,Pr(t,!1))}function vn(e,t){let{singleQuote:n}=t.options,i;if(n===!1)i=ki;else{let r=e.includes('"'),s=e.includes("'");r&&!s?i=Ba:s&&!r?i=ki:i=n?Ba:ki}return i(e,t)}var Ma;try{Ma=new RegExp(`(^|(?<!
18
+ ))
19
+ +(?!
20
+ |$)`,"g")}catch{Ma=/\n+(?!\n|$)/g}function Or({comment:e,type:t,value:n},i,r,s){let{blockQuote:a,commentString:o,lineWidth:l}=i.options;if(!a||/\n[\t ]+$/.test(n))return vn(n,i);let u=i.indent||(i.forceBlockIndent||Rr(n)?" ":""),h=a==="literal"?!0:a==="folded"||t===Ye.Scalar.BLOCK_FOLDED?!1:t===Ye.Scalar.BLOCK_LITERAL?!0:!Ck(n,l,u.length);if(!n)return h?`|
21
+ `:`>
22
+ `;let c,f;for(f=n.length;f>0;--f){let E=n[f-1];if(E!==`
23
+ `&&E!==" "&&E!==" ")break}let p=n.substring(f),m=p.indexOf(`
24
+ `);m===-1?c="-":n===p||m!==p.length-1?(c="+",s&&s()):c="",p&&(n=n.slice(0,-p.length),p[p.length-1]===`
25
+ `&&(p=p.slice(0,-1)),p=p.replace(Ma,`$&${u}`));let d=!1,g,y=-1;for(g=0;g<n.length;++g){let E=n[g];if(E===" ")d=!0;else if(E===`
26
+ `)y=g;else break}let w=n.substring(0,y<g?y+1:g);w&&(n=n.substring(w.length),w=w.replace(/\n+/g,`$&${u}`));let v=(d?u?"2":"1":"")+c;if(e&&(v+=" "+o(e.replace(/ ?[\r\n]+/g," ")),r&&r()),!h){let E=n.replace(/\n+/g,`
27
+ $&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${u}`),x=!1,C=Pr(i,!0);a!=="folded"&&t!==Ye.Scalar.BLOCK_FOLDED&&(C.onOverflow=()=>{x=!0});let D=Et.foldFlowLines(`${w}${E}${p}`,u,Et.FOLD_BLOCK,C);if(!x)return`>${v}
28
+ ${u}${D}`}return n=n.replace(/\n+/g,`$&${u}`),`|${v}
29
+ ${u}${w}${n}${p}`}function Dk(e,t,n,i){let{type:r,value:s}=e,{actualString:a,implicitKey:o,indent:l,indentStep:u,inFlow:h}=t;if(o&&s.includes(`
30
+ `)||h&&/[[\]{},]/.test(s))return vn(s,t);if(/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(s))return o||h||!s.includes(`
31
+ `)?vn(s,t):Or(e,t,n,i);if(!o&&!h&&r!==Ye.Scalar.PLAIN&&s.includes(`
32
+ `))return Or(e,t,n,i);if(Rr(s)){if(l==="")return t.forceBlockIndent=!0,Or(e,t,n,i);if(o&&l===u)return vn(s,t)}let c=s.replace(/\n+/g,`$&
33
+ ${l}`);if(a){let f=d=>d.default&&d.tag!=="tag:yaml.org,2002:str"&&d.test?.test(c),{compat:p,tags:m}=t.doc.schema;if(m.some(f)||p?.some(f))return vn(s,t)}return o?c:Et.foldFlowLines(c,l,Et.FOLD_FLOW,Pr(t,!1))}function Lk(e,t,n,i){let{implicitKey:r,inFlow:s}=t,a=typeof e.value=="string"?e:Object.assign({},e,{value:String(e.value)}),{type:o}=e;o!==Ye.Scalar.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(a.value)&&(o=Ye.Scalar.QUOTE_DOUBLE);let l=h=>{switch(h){case Ye.Scalar.BLOCK_FOLDED:case Ye.Scalar.BLOCK_LITERAL:return r||s?vn(a.value,t):Or(a,t,n,i);case Ye.Scalar.QUOTE_DOUBLE:return ki(a.value,t);case Ye.Scalar.QUOTE_SINGLE:return Ba(a.value,t);case Ye.Scalar.PLAIN:return Dk(a,t,n,i);default:return null}},u=l(o);if(u===null){let{defaultKeyType:h,defaultStringType:c}=t.options,f=r&&h||c;if(u=l(f),u===null)throw new Error(`Unsupported default string type ${f}`)}return u}xh.stringifyString=Lk});var Si=N($a=>{"use strict";var Nk=Nr(),At=W(),Tk=yi(),Ik=wi();function Fk(e,t){let n=Object.assign({blockQuote:!0,commentString:Tk.stringifyComment,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},e.schema.toStringOptions,t),i;switch(n.collectionStyle){case"block":i=!1;break;case"flow":i=!0;break;default:i=null}return{anchors:new Set,doc:e,flowCollectionPadding:n.flowCollectionPadding?" ":"",indent:"",indentStep:typeof n.indent=="number"?" ".repeat(n.indent):" ",inFlow:i,options:n}}function jk(e,t){if(t.tag){let r=e.filter(s=>s.tag===t.tag);if(r.length>0)return r.find(s=>s.format===t.format)??r[0]}let n,i;if(At.isScalar(t)){i=t.value;let r=e.filter(s=>s.identify?.(i));if(r.length>1){let s=r.filter(a=>a.test);s.length>0&&(r=s)}n=r.find(s=>s.format===t.format)??r.find(s=>!s.format)}else i=t,n=e.find(r=>r.nodeClass&&i instanceof r.nodeClass);if(!n){let r=i?.constructor?.name??(i===null?"null":typeof i);throw new Error(`Tag not resolved for ${r} value`)}return n}function zk(e,t,{anchors:n,doc:i}){if(!i.directives)return"";let r=[],s=(At.isScalar(e)||At.isCollection(e))&&e.anchor;s&&Nk.anchorIsValid(s)&&(n.add(s),r.push(`&${s}`));let a=e.tag??(t.default?null:t.tag);return a&&r.push(i.directives.tagString(a)),r.join(" ")}function qk(e,t,n,i){if(At.isPair(e))return e.toString(t,n,i);if(At.isAlias(e)){if(t.doc.directives)return e.toString(t);if(t.resolvedAliases?.has(e))throw new TypeError("Cannot stringify circular structure without alias nodes");t.resolvedAliases?t.resolvedAliases.add(e):t.resolvedAliases=new Set([e]),e=e.resolve(t.doc)}let r,s=At.isNode(e)?e:t.doc.createNode(e,{onTagObj:l=>r=l});r??(r=jk(t.doc.schema.tags,s));let a=zk(s,r,t);a.length>0&&(t.indentAtStart=(t.indentAtStart??0)+a.length+1);let o=typeof r.stringify=="function"?r.stringify(s,t,n,i):At.isScalar(s)?Ik.stringifyString(s,t,n,i):s.toString(t,n,i);return a?At.isScalar(s)||o[0]==="{"||o[0]==="["?`${a} ${o}`:`${a}
34
+ ${t.indent}${o}`:o}$a.createStringifyContext=Fk;$a.stringify=qk});var Dh=N(Ch=>{"use strict";var ft=W(),Eh=te(),Ah=Si(),vi=yi();function Ok({key:e,value:t},n,i,r){let{allNullValues:s,doc:a,indent:o,indentStep:l,options:{commentString:u,indentSeq:h,simpleKeys:c}}=n,f=ft.isNode(e)&&e.comment||null;if(c){if(f)throw new Error("With simple keys, key nodes cannot have comments");if(ft.isCollection(e)||!ft.isNode(e)&&typeof e=="object"){let C="With simple keys, collection cannot be used as a key value";throw new Error(C)}}let p=!c&&(!e||f&&t==null&&!n.inFlow||ft.isCollection(e)||(ft.isScalar(e)?e.type===Eh.Scalar.BLOCK_FOLDED||e.type===Eh.Scalar.BLOCK_LITERAL:typeof e=="object"));n=Object.assign({},n,{allNullValues:!1,implicitKey:!p&&(c||!s),indent:o+l});let m=!1,d=!1,g=Ah.stringify(e,n,()=>m=!0,()=>d=!0);if(!p&&!n.inFlow&&g.length>1024){if(c)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");p=!0}if(n.inFlow){if(s||t==null)return m&&i&&i(),g===""?"?":p?`? ${g}`:g}else if(s&&!c||t==null&&p)return g=`? ${g}`,f&&!m?g+=vi.lineComment(g,n.indent,u(f)):d&&r&&r(),g;m&&(f=null),p?(f&&(g+=vi.lineComment(g,n.indent,u(f))),g=`? ${g}
35
+ ${o}:`):(g=`${g}:`,f&&(g+=vi.lineComment(g,n.indent,u(f))));let y,w,k;ft.isNode(t)?(y=!!t.spaceBefore,w=t.commentBefore,k=t.comment):(y=!1,w=null,k=null,t&&typeof t=="object"&&(t=a.createNode(t))),n.implicitKey=!1,!p&&!f&&ft.isScalar(t)&&(n.indentAtStart=g.length+1),d=!1,!h&&l.length>=2&&!n.inFlow&&!p&&ft.isSeq(t)&&!t.flow&&!t.tag&&!t.anchor&&(n.indent=n.indent.substring(2));let v=!1,E=Ah.stringify(t,n,()=>v=!0,()=>d=!0),x=" ";if(f||y||w){if(x=y?`
36
+ `:"",w){let C=u(w);x+=`
37
+ ${vi.indentComment(C,n.indent)}`}E===""&&!n.inFlow?x===`
38
+ `&&k&&(x=`
39
+
40
+ `):x+=`
41
+ ${n.indent}`}else if(!p&&ft.isCollection(t)){let C=E[0],D=E.indexOf(`
42
+ `),I=D!==-1,M=n.inFlow??t.flow??t.items.length===0;if(I||!M){let X=!1;if(I&&(C==="&"||C==="!")){let z=E.indexOf(" ");C==="&"&&z!==-1&&z<D&&E[z+1]==="!"&&(z=E.indexOf(" ",z+1)),(z===-1||D<z)&&(X=!0)}X||(x=`
43
+ ${n.indent}`)}}else(E===""||E[0]===`
44
+ `)&&(x="");return g+=x+E,n.inFlow?v&&i&&i():k&&!v?g+=vi.lineComment(g,n.indent,u(k)):d&&r&&r(),g}Ch.stringifyPair=Ok});var Wa=N(Ua=>{"use strict";var Lh=require("process");function Pk(e,...t){e==="debug"&&console.log(...t)}function Rk(e,t){(e==="debug"||e==="warn")&&(typeof Lh.emitWarning=="function"?Lh.emitWarning(t):console.warn(t))}Ua.debug=Pk;Ua.warn=Rk});var $r=N(Mr=>{"use strict";var xi=W(),Nh=te(),_r="<<",Br={identify:e=>e===_r||typeof e=="symbol"&&e.description===_r,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new Nh.Scalar(Symbol(_r)),{addToJSMap:Th}),stringify:()=>_r},_k=(e,t)=>(Br.identify(t)||xi.isScalar(t)&&(!t.type||t.type===Nh.Scalar.PLAIN)&&Br.identify(t.value))&&e?.doc.schema.tags.some(n=>n.tag===Br.tag&&n.default);function Th(e,t,n){if(n=e&&xi.isAlias(n)?n.resolve(e.doc):n,xi.isSeq(n))for(let i of n.items)Va(e,t,i);else if(Array.isArray(n))for(let i of n)Va(e,t,i);else Va(e,t,n)}function Va(e,t,n){let i=e&&xi.isAlias(n)?n.resolve(e.doc):n;if(!xi.isMap(i))throw new Error("Merge sources must be maps or map aliases");let r=i.toJSON(null,e,Map);for(let[s,a]of r)t instanceof Map?t.has(s)||t.set(s,a):t instanceof Set?t.add(s):Object.prototype.hasOwnProperty.call(t,s)||Object.defineProperty(t,s,{value:a,writable:!0,enumerable:!0,configurable:!0});return t}Mr.addMergeToJSMap=Th;Mr.isMergeKey=_k;Mr.merge=Br});var Ka=N(jh=>{"use strict";var Bk=Wa(),Ih=$r(),Mk=Si(),Fh=W(),Ga=vt();function $k(e,t,{key:n,value:i}){if(Fh.isNode(n)&&n.addToJSMap)n.addToJSMap(e,t,i);else if(Ih.isMergeKey(e,n))Ih.addMergeToJSMap(e,t,i);else{let r=Ga.toJS(n,"",e);if(t instanceof Map)t.set(r,Ga.toJS(i,r,e));else if(t instanceof Set)t.add(r);else{let s=Uk(n,r,e),a=Ga.toJS(i,s,e);s in t?Object.defineProperty(t,s,{value:a,writable:!0,enumerable:!0,configurable:!0}):t[s]=a}}return t}function Uk(e,t,n){if(t===null)return"";if(typeof t!="object")return String(t);if(Fh.isNode(e)&&n?.doc){let i=Mk.createStringifyContext(n.doc,{});i.anchors=new Set;for(let s of n.anchors.keys())i.anchors.add(s.anchor);i.inFlow=!0,i.inStringifyKey=!0;let r=e.toString(i);if(!n.mapKeyWarned){let s=JSON.stringify(r);s.length>40&&(s=s.substring(0,36)+'..."'),Bk.warn(n.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${s}. Set mapAsMap: true to use object keys.`),n.mapKeyWarned=!0}return r}return JSON.stringify(t)}jh.addPairToJSMap=$k});var Ct=N(Ha=>{"use strict";var zh=gi(),Wk=Dh(),Vk=Ka(),Ur=W();function Gk(e,t,n){let i=zh.createNode(e,void 0,n),r=zh.createNode(t,void 0,n);return new Wr(i,r)}var Wr=class e{constructor(t,n=null){Object.defineProperty(this,Ur.NODE_TYPE,{value:Ur.PAIR}),this.key=t,this.value=n}clone(t){let{key:n,value:i}=this;return Ur.isNode(n)&&(n=n.clone(t)),Ur.isNode(i)&&(i=i.clone(t)),new e(n,i)}toJSON(t,n){let i=n?.mapAsMap?new Map:{};return Vk.addPairToJSMap(n,i,this)}toString(t,n,i){return t?.doc?Wk.stringifyPair(this,t,n,i):JSON.stringify(this)}};Ha.Pair=Wr;Ha.createPair=Gk});var Ya=N(Oh=>{"use strict";var Jt=W(),qh=Si(),Vr=yi();function Kk(e,t,n){return(t.inFlow??e.flow?Yk:Hk)(e,t,n)}function Hk({comment:e,items:t},n,{blockItemPrefix:i,flowChars:r,itemIndent:s,onChompKeep:a,onComment:o}){let{indent:l,options:{commentString:u}}=n,h=Object.assign({},n,{indent:s,type:null}),c=!1,f=[];for(let m=0;m<t.length;++m){let d=t[m],g=null;if(Jt.isNode(d))!c&&d.spaceBefore&&f.push(""),Gr(n,f,d.commentBefore,c),d.comment&&(g=d.comment);else if(Jt.isPair(d)){let w=Jt.isNode(d.key)?d.key:null;w&&(!c&&w.spaceBefore&&f.push(""),Gr(n,f,w.commentBefore,c))}c=!1;let y=qh.stringify(d,h,()=>g=null,()=>c=!0);g&&(y+=Vr.lineComment(y,s,u(g))),c&&g&&(c=!1),f.push(i+y)}let p;if(f.length===0)p=r.start+r.end;else{p=f[0];for(let m=1;m<f.length;++m){let d=f[m];p+=d?`
45
+ ${l}${d}`:`
46
+ `}}return e?(p+=`
47
+ `+Vr.indentComment(u(e),l),o&&o()):c&&a&&a(),p}function Yk({items:e},t,{flowChars:n,itemIndent:i}){let{indent:r,indentStep:s,flowCollectionPadding:a,options:{commentString:o}}=t;i+=s;let l=Object.assign({},t,{indent:i,inFlow:!0,type:null}),u=!1,h=0,c=[];for(let m=0;m<e.length;++m){let d=e[m],g=null;if(Jt.isNode(d))d.spaceBefore&&c.push(""),Gr(t,c,d.commentBefore,!1),d.comment&&(g=d.comment);else if(Jt.isPair(d)){let w=Jt.isNode(d.key)?d.key:null;w&&(w.spaceBefore&&c.push(""),Gr(t,c,w.commentBefore,!1),w.comment&&(u=!0));let k=Jt.isNode(d.value)?d.value:null;k?(k.comment&&(g=k.comment),k.commentBefore&&(u=!0)):d.value==null&&w?.comment&&(g=w.comment)}g&&(u=!0);let y=qh.stringify(d,l,()=>g=null);m<e.length-1&&(y+=","),g&&(y+=Vr.lineComment(y,i,o(g))),!u&&(c.length>h||y.includes(`
48
+ `))&&(u=!0),c.push(y),h=c.length}let{start:f,end:p}=n;if(c.length===0)return f+p;if(!u){let m=c.reduce((d,g)=>d+g.length+2,2);u=t.options.lineWidth>0&&m>t.options.lineWidth}if(u){let m=f;for(let d of c)m+=d?`
49
+ ${s}${r}${d}`:`
50
+ `;return`${m}
51
+ ${r}${p}`}else return`${f}${a}${c.join(" ")}${a}${p}`}function Gr({indent:e,options:{commentString:t}},n,i,r){if(i&&r&&(i=i.replace(/^\n+/,"")),i){let s=Vr.indentComment(t(i),e);n.push(s.trimStart())}}Oh.stringifyCollection=Kk});var Lt=N(Qa=>{"use strict";var Jk=Ya(),Qk=Ka(),Xk=jr(),Dt=W(),Kr=Ct(),Zk=te();function Ei(e,t){let n=Dt.isScalar(t)?t.value:t;for(let i of e)if(Dt.isPair(i)&&(i.key===t||i.key===n||Dt.isScalar(i.key)&&i.key.value===n))return i}var Ja=class extends Xk.Collection{static get tagName(){return"tag:yaml.org,2002:map"}constructor(t){super(Dt.MAP,t),this.items=[]}static from(t,n,i){let{keepUndefined:r,replacer:s}=i,a=new this(t),o=(l,u)=>{if(typeof s=="function")u=s.call(n,l,u);else if(Array.isArray(s)&&!s.includes(l))return;(u!==void 0||r)&&a.items.push(Kr.createPair(l,u,i))};if(n instanceof Map)for(let[l,u]of n)o(l,u);else if(n&&typeof n=="object")for(let l of Object.keys(n))o(l,n[l]);return typeof t.sortMapEntries=="function"&&a.items.sort(t.sortMapEntries),a}add(t,n){let i;Dt.isPair(t)?i=t:!t||typeof t!="object"||!("key"in t)?i=new Kr.Pair(t,t?.value):i=new Kr.Pair(t.key,t.value);let r=Ei(this.items,i.key),s=this.schema?.sortMapEntries;if(r){if(!n)throw new Error(`Key ${i.key} already set`);Dt.isScalar(r.value)&&Zk.isScalarValue(i.value)?r.value.value=i.value:r.value=i.value}else if(s){let a=this.items.findIndex(o=>s(i,o)<0);a===-1?this.items.push(i):this.items.splice(a,0,i)}else this.items.push(i)}delete(t){let n=Ei(this.items,t);return n?this.items.splice(this.items.indexOf(n),1).length>0:!1}get(t,n){let r=Ei(this.items,t)?.value;return(!n&&Dt.isScalar(r)?r.value:r)??void 0}has(t){return!!Ei(this.items,t)}set(t,n){this.add(new Kr.Pair(t,n),!0)}toJSON(t,n,i){let r=i?new i:n?.mapAsMap?new Map:{};n?.onCreate&&n.onCreate(r);for(let s of this.items)Qk.addPairToJSMap(n,r,s);return r}toString(t,n,i){if(!t)return JSON.stringify(this);for(let r of this.items)if(!Dt.isPair(r))throw new Error(`Map items must all be pairs; found ${JSON.stringify(r)} instead`);return!t.allNullValues&&this.hasAllNullValues(!1)&&(t=Object.assign({},t,{allNullValues:!0})),Jk.stringifyCollection(this,t,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:t.indent||"",onChompKeep:i,onComment:n})}};Qa.YAMLMap=Ja;Qa.findPair=Ei});var xn=N(Rh=>{"use strict";var ew=W(),Ph=Lt(),tw={collection:"map",default:!0,nodeClass:Ph.YAMLMap,tag:"tag:yaml.org,2002:map",resolve(e,t){return ew.isMap(e)||t("Expected a mapping for this tag"),e},createNode:(e,t,n)=>Ph.YAMLMap.from(e,t,n)};Rh.map=tw});var Nt=N(_h=>{"use strict";var nw=gi(),iw=Ya(),rw=jr(),Yr=W(),sw=te(),aw=vt(),Xa=class extends rw.Collection{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(t){super(Yr.SEQ,t),this.items=[]}add(t){this.items.push(t)}delete(t){let n=Hr(t);return typeof n!="number"?!1:this.items.splice(n,1).length>0}get(t,n){let i=Hr(t);if(typeof i!="number")return;let r=this.items[i];return!n&&Yr.isScalar(r)?r.value:r}has(t){let n=Hr(t);return typeof n=="number"&&n<this.items.length}set(t,n){let i=Hr(t);if(typeof i!="number")throw new Error(`Expected a valid index, not ${t}.`);let r=this.items[i];Yr.isScalar(r)&&sw.isScalarValue(n)?r.value=n:this.items[i]=n}toJSON(t,n){let i=[];n?.onCreate&&n.onCreate(i);let r=0;for(let s of this.items)i.push(aw.toJS(s,String(r++),n));return i}toString(t,n,i){return t?iw.stringifyCollection(this,t,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(t.indent||"")+" ",onChompKeep:i,onComment:n}):JSON.stringify(this)}static from(t,n,i){let{replacer:r}=i,s=new this(t);if(n&&Symbol.iterator in Object(n)){let a=0;for(let o of n){if(typeof r=="function"){let l=n instanceof Set?o:String(a++);o=r.call(n,l,o)}s.items.push(nw.createNode(o,void 0,i))}}return s}};function Hr(e){let t=Yr.isScalar(e)?e.value:e;return t&&typeof t=="string"&&(t=Number(t)),typeof t=="number"&&Number.isInteger(t)&&t>=0?t:null}_h.YAMLSeq=Xa});var En=N(Mh=>{"use strict";var ow=W(),Bh=Nt(),lw={collection:"seq",default:!0,nodeClass:Bh.YAMLSeq,tag:"tag:yaml.org,2002:seq",resolve(e,t){return ow.isSeq(e)||t("Expected a sequence for this tag"),e},createNode:(e,t,n)=>Bh.YAMLSeq.from(e,t,n)};Mh.seq=lw});var Ai=N($h=>{"use strict";var uw=wi(),cw={identify:e=>typeof e=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:e=>e,stringify(e,t,n,i){return t=Object.assign({actualString:!0},t),uw.stringifyString(e,t,n,i)}};$h.string=cw});var Jr=N(Vh=>{"use strict";var Uh=te(),Wh={identify:e=>e==null,createNode:()=>new Uh.Scalar(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new Uh.Scalar(null),stringify:({source:e},t)=>typeof e=="string"&&Wh.test.test(e)?e:t.options.nullStr};Vh.nullTag=Wh});var Za=N(Kh=>{"use strict";var hw=te(),Gh={identify:e=>typeof e=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:e=>new hw.Scalar(e[0]==="t"||e[0]==="T"),stringify({source:e,value:t},n){if(e&&Gh.test.test(e)){let i=e[0]==="t"||e[0]==="T";if(t===i)return e}return t?n.options.trueStr:n.options.falseStr}};Kh.boolTag=Gh});var An=N(Hh=>{"use strict";function fw({format:e,minFractionDigits:t,tag:n,value:i}){if(typeof i=="bigint")return String(i);let r=typeof i=="number"?i:Number(i);if(!isFinite(r))return isNaN(r)?".nan":r<0?"-.inf":".inf";let s=Object.is(i,-0)?"-0":JSON.stringify(i);if(!e&&t&&(!n||n==="tag:yaml.org,2002:float")&&/^\d/.test(s)){let a=s.indexOf(".");a<0&&(a=s.length,s+=".");let o=t-(s.length-a-1);for(;o-- >0;)s+="0"}return s}Hh.stringifyNumber=fw});var to=N(Qr=>{"use strict";var pw=te(),eo=An(),dw={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:e=>e.slice(-3).toLowerCase()==="nan"?NaN:e[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:eo.stringifyNumber},mw={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:e=>parseFloat(e),stringify(e){let t=Number(e.value);return isFinite(t)?t.toExponential():eo.stringifyNumber(e)}},gw={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(e){let t=new pw.Scalar(parseFloat(e)),n=e.indexOf(".");return n!==-1&&e[e.length-1]==="0"&&(t.minFractionDigits=e.length-n-1),t},stringify:eo.stringifyNumber};Qr.float=gw;Qr.floatExp=mw;Qr.floatNaN=dw});var io=N(Zr=>{"use strict";var Yh=An(),Xr=e=>typeof e=="bigint"||Number.isInteger(e),no=(e,t,n,{intAsBigInt:i})=>i?BigInt(e):parseInt(e.substring(t),n);function Jh(e,t,n){let{value:i}=e;return Xr(i)&&i>=0?n+i.toString(t):Yh.stringifyNumber(e)}var yw={identify:e=>Xr(e)&&e>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(e,t,n)=>no(e,2,8,n),stringify:e=>Jh(e,8,"0o")},bw={identify:Xr,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(e,t,n)=>no(e,0,10,n),stringify:Yh.stringifyNumber},kw={identify:e=>Xr(e)&&e>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(e,t,n)=>no(e,2,16,n),stringify:e=>Jh(e,16,"0x")};Zr.int=bw;Zr.intHex=kw;Zr.intOct=yw});var Xh=N(Qh=>{"use strict";var ww=xn(),Sw=Jr(),vw=En(),xw=Ai(),Ew=Za(),ro=to(),so=io(),Aw=[ww.map,vw.seq,xw.string,Sw.nullTag,Ew.boolTag,so.intOct,so.int,so.intHex,ro.floatNaN,ro.floatExp,ro.float];Qh.schema=Aw});var tf=N(ef=>{"use strict";var Cw=te(),Dw=xn(),Lw=En();function Zh(e){return typeof e=="bigint"||Number.isInteger(e)}var es=({value:e})=>JSON.stringify(e),Nw=[{identify:e=>typeof e=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:e=>e,stringify:es},{identify:e=>e==null,createNode:()=>new Cw.Scalar(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:es},{identify:e=>typeof e=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:e=>e==="true",stringify:es},{identify:Zh,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(e,t,{intAsBigInt:n})=>n?BigInt(e):parseInt(e,10),stringify:({value:e})=>Zh(e)?e.toString():JSON.stringify(e)},{identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:e=>parseFloat(e),stringify:es}],Tw={default:!0,tag:"",test:/^/,resolve(e,t){return t(`Unresolved plain scalar ${JSON.stringify(e)}`),e}},Iw=[Dw.map,Lw.seq].concat(Nw,Tw);ef.schema=Iw});var oo=N(nf=>{"use strict";var Ci=require("buffer"),ao=te(),Fw=wi(),jw={identify:e=>e instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(e,t){if(typeof Ci.Buffer=="function")return Ci.Buffer.from(e,"base64");if(typeof atob=="function"){let n=atob(e.replace(/[\n\r]/g,"")),i=new Uint8Array(n.length);for(let r=0;r<n.length;++r)i[r]=n.charCodeAt(r);return i}else return t("This environment does not support reading binary tags; either Buffer or atob is required"),e},stringify({comment:e,type:t,value:n},i,r,s){if(!n)return"";let a=n,o;if(typeof Ci.Buffer=="function")o=a instanceof Ci.Buffer?a.toString("base64"):Ci.Buffer.from(a.buffer).toString("base64");else if(typeof btoa=="function"){let l="";for(let u=0;u<a.length;++u)l+=String.fromCharCode(a[u]);o=btoa(l)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(t??(t=ao.Scalar.BLOCK_LITERAL),t!==ao.Scalar.QUOTE_DOUBLE){let l=Math.max(i.options.lineWidth-i.indent.length,i.options.minContentWidth),u=Math.ceil(o.length/l),h=new Array(u);for(let c=0,f=0;c<u;++c,f+=l)h[c]=o.substr(f,l);o=h.join(t===ao.Scalar.BLOCK_LITERAL?`
52
+ `:" ")}return Fw.stringifyString({comment:e,type:t,value:o},i,r,s)}};nf.binary=jw});var is=N(ns=>{"use strict";var ts=W(),lo=Ct(),zw=te(),qw=Nt();function rf(e,t){if(ts.isSeq(e))for(let n=0;n<e.items.length;++n){let i=e.items[n];if(!ts.isPair(i)){if(ts.isMap(i)){i.items.length>1&&t("Each pair must have its own sequence indicator");let r=i.items[0]||new lo.Pair(new zw.Scalar(null));if(i.commentBefore&&(r.key.commentBefore=r.key.commentBefore?`${i.commentBefore}
53
+ ${r.key.commentBefore}`:i.commentBefore),i.comment){let s=r.value??r.key;s.comment=s.comment?`${i.comment}
54
+ ${s.comment}`:i.comment}i=r}e.items[n]=ts.isPair(i)?i:new lo.Pair(i)}}else t("Expected a sequence for this tag");return e}function sf(e,t,n){let{replacer:i}=n,r=new qw.YAMLSeq(e);r.tag="tag:yaml.org,2002:pairs";let s=0;if(t&&Symbol.iterator in Object(t))for(let a of t){typeof i=="function"&&(a=i.call(t,String(s++),a));let o,l;if(Array.isArray(a))if(a.length===2)o=a[0],l=a[1];else throw new TypeError(`Expected [key, value] tuple: ${a}`);else if(a&&a instanceof Object){let u=Object.keys(a);if(u.length===1)o=u[0],l=a[o];else throw new TypeError(`Expected tuple with one key, not ${u.length} keys`)}else o=a;r.items.push(lo.createPair(o,l,n))}return r}var Ow={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:rf,createNode:sf};ns.createPairs=sf;ns.pairs=Ow;ns.resolvePairs=rf});var ho=N(co=>{"use strict";var af=W(),uo=vt(),Di=Lt(),Pw=Nt(),of=is(),Qt=class e extends Pw.YAMLSeq{constructor(){super(),this.add=Di.YAMLMap.prototype.add.bind(this),this.delete=Di.YAMLMap.prototype.delete.bind(this),this.get=Di.YAMLMap.prototype.get.bind(this),this.has=Di.YAMLMap.prototype.has.bind(this),this.set=Di.YAMLMap.prototype.set.bind(this),this.tag=e.tag}toJSON(t,n){if(!n)return super.toJSON(t);let i=new Map;n?.onCreate&&n.onCreate(i);for(let r of this.items){let s,a;if(af.isPair(r)?(s=uo.toJS(r.key,"",n),a=uo.toJS(r.value,s,n)):s=uo.toJS(r,"",n),i.has(s))throw new Error("Ordered maps must not include duplicate keys");i.set(s,a)}return i}static from(t,n,i){let r=of.createPairs(t,n,i),s=new this;return s.items=r.items,s}};Qt.tag="tag:yaml.org,2002:omap";var Rw={collection:"seq",identify:e=>e instanceof Map,nodeClass:Qt,default:!1,tag:"tag:yaml.org,2002:omap",resolve(e,t){let n=of.resolvePairs(e,t),i=[];for(let{key:r}of n.items)af.isScalar(r)&&(i.includes(r.value)?t(`Ordered maps must not include duplicate keys: ${r.value}`):i.push(r.value));return Object.assign(new Qt,n)},createNode:(e,t,n)=>Qt.from(e,t,n)};co.YAMLOMap=Qt;co.omap=Rw});var ff=N(fo=>{"use strict";var lf=te();function uf({value:e,source:t},n){return t&&(e?cf:hf).test.test(t)?t:e?n.options.trueStr:n.options.falseStr}var cf={identify:e=>e===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new lf.Scalar(!0),stringify:uf},hf={identify:e=>e===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new lf.Scalar(!1),stringify:uf};fo.falseTag=hf;fo.trueTag=cf});var pf=N(rs=>{"use strict";var _w=te(),po=An(),Bw={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:e=>e.slice(-3).toLowerCase()==="nan"?NaN:e[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:po.stringifyNumber},Mw={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:e=>parseFloat(e.replace(/_/g,"")),stringify(e){let t=Number(e.value);return isFinite(t)?t.toExponential():po.stringifyNumber(e)}},$w={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(e){let t=new _w.Scalar(parseFloat(e.replace(/_/g,""))),n=e.indexOf(".");if(n!==-1){let i=e.substring(n+1).replace(/_/g,"");i[i.length-1]==="0"&&(t.minFractionDigits=i.length)}return t},stringify:po.stringifyNumber};rs.float=$w;rs.floatExp=Mw;rs.floatNaN=Bw});var mf=N(Ni=>{"use strict";var df=An(),Li=e=>typeof e=="bigint"||Number.isInteger(e);function ss(e,t,n,{intAsBigInt:i}){let r=e[0];if((r==="-"||r==="+")&&(t+=1),e=e.substring(t).replace(/_/g,""),i){switch(n){case 2:e=`0b${e}`;break;case 8:e=`0o${e}`;break;case 16:e=`0x${e}`;break}let a=BigInt(e);return r==="-"?BigInt(-1)*a:a}let s=parseInt(e,n);return r==="-"?-1*s:s}function mo(e,t,n){let{value:i}=e;if(Li(i)){let r=i.toString(t);return i<0?"-"+n+r.substr(1):n+r}return df.stringifyNumber(e)}var Uw={identify:Li,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(e,t,n)=>ss(e,2,2,n),stringify:e=>mo(e,2,"0b")},Ww={identify:Li,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(e,t,n)=>ss(e,1,8,n),stringify:e=>mo(e,8,"0")},Vw={identify:Li,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(e,t,n)=>ss(e,0,10,n),stringify:df.stringifyNumber},Gw={identify:Li,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(e,t,n)=>ss(e,2,16,n),stringify:e=>mo(e,16,"0x")};Ni.int=Vw;Ni.intBin=Uw;Ni.intHex=Gw;Ni.intOct=Ww});var yo=N(go=>{"use strict";var ls=W(),as=Ct(),os=Lt(),Xt=class e extends os.YAMLMap{constructor(t){super(t),this.tag=e.tag}add(t){let n;ls.isPair(t)?n=t:t&&typeof t=="object"&&"key"in t&&"value"in t&&t.value===null?n=new as.Pair(t.key,null):n=new as.Pair(t,null),os.findPair(this.items,n.key)||this.items.push(n)}get(t,n){let i=os.findPair(this.items,t);return!n&&ls.isPair(i)?ls.isScalar(i.key)?i.key.value:i.key:i}set(t,n){if(typeof n!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof n}`);let i=os.findPair(this.items,t);i&&!n?this.items.splice(this.items.indexOf(i),1):!i&&n&&this.items.push(new as.Pair(t))}toJSON(t,n){return super.toJSON(t,n,Set)}toString(t,n,i){if(!t)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},t,{allNullValues:!0}),n,i);throw new Error("Set items must all have null values")}static from(t,n,i){let{replacer:r}=i,s=new this(t);if(n&&Symbol.iterator in Object(n))for(let a of n)typeof r=="function"&&(a=r.call(n,a,a)),s.items.push(as.createPair(a,null,i));return s}};Xt.tag="tag:yaml.org,2002:set";var Kw={collection:"map",identify:e=>e instanceof Set,nodeClass:Xt,default:!1,tag:"tag:yaml.org,2002:set",createNode:(e,t,n)=>Xt.from(e,t,n),resolve(e,t){if(ls.isMap(e)){if(e.hasAllNullValues(!0))return Object.assign(new Xt,e);t("Set items must all have null values")}else t("Expected a mapping for this tag");return e}};go.YAMLSet=Xt;go.set=Kw});var ko=N(us=>{"use strict";var Hw=An();function bo(e,t){let n=e[0],i=n==="-"||n==="+"?e.substring(1):e,r=a=>t?BigInt(a):Number(a),s=i.replace(/_/g,"").split(":").reduce((a,o)=>a*r(60)+r(o),r(0));return n==="-"?r(-1)*s:s}function gf(e){let{value:t}=e,n=a=>a;if(typeof t=="bigint")n=a=>BigInt(a);else if(isNaN(t)||!isFinite(t))return Hw.stringifyNumber(e);let i="";t<0&&(i="-",t*=n(-1));let r=n(60),s=[t%r];return t<60?s.unshift(0):(t=(t-s[0])/r,s.unshift(t%r),t>=60&&(t=(t-s[0])/r,s.unshift(t))),i+s.map(a=>String(a).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var Yw={identify:e=>typeof e=="bigint"||Number.isInteger(e),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(e,t,{intAsBigInt:n})=>bo(e,n),stringify:gf},Jw={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:e=>bo(e,!1),stringify:gf},yf={identify:e=>e instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(e){let t=e.match(yf.test);if(!t)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,n,i,r,s,a,o]=t.map(Number),l=t[7]?Number((t[7]+"00").substr(1,3)):0,u=Date.UTC(n,i-1,r,s||0,a||0,o||0,l),h=t[8];if(h&&h!=="Z"){let c=bo(h,!1);Math.abs(c)<30&&(c*=60),u-=6e4*c}return new Date(u)},stringify:({value:e})=>e?.toISOString().replace(/(T00:00:00)?\.000Z$/,"")??""};us.floatTime=Jw;us.intTime=Yw;us.timestamp=yf});var wf=N(kf=>{"use strict";var Qw=xn(),Xw=Jr(),Zw=En(),e0=Ai(),t0=oo(),bf=ff(),wo=pf(),cs=mf(),n0=$r(),i0=ho(),r0=is(),s0=yo(),So=ko(),a0=[Qw.map,Zw.seq,e0.string,Xw.nullTag,bf.trueTag,bf.falseTag,cs.intBin,cs.intOct,cs.int,cs.intHex,wo.floatNaN,wo.floatExp,wo.float,t0.binary,n0.merge,i0.omap,r0.pairs,s0.set,So.intTime,So.floatTime,So.timestamp];kf.schema=a0});var Tf=N(Eo=>{"use strict";var Ef=xn(),o0=Jr(),Af=En(),l0=Ai(),u0=Za(),vo=to(),xo=io(),c0=Xh(),h0=tf(),Cf=oo(),Ti=$r(),Df=ho(),Lf=is(),Sf=wf(),Nf=yo(),hs=ko(),vf=new Map([["core",c0.schema],["failsafe",[Ef.map,Af.seq,l0.string]],["json",h0.schema],["yaml11",Sf.schema],["yaml-1.1",Sf.schema]]),xf={binary:Cf.binary,bool:u0.boolTag,float:vo.float,floatExp:vo.floatExp,floatNaN:vo.floatNaN,floatTime:hs.floatTime,int:xo.int,intHex:xo.intHex,intOct:xo.intOct,intTime:hs.intTime,map:Ef.map,merge:Ti.merge,null:o0.nullTag,omap:Df.omap,pairs:Lf.pairs,seq:Af.seq,set:Nf.set,timestamp:hs.timestamp},f0={"tag:yaml.org,2002:binary":Cf.binary,"tag:yaml.org,2002:merge":Ti.merge,"tag:yaml.org,2002:omap":Df.omap,"tag:yaml.org,2002:pairs":Lf.pairs,"tag:yaml.org,2002:set":Nf.set,"tag:yaml.org,2002:timestamp":hs.timestamp};function p0(e,t,n){let i=vf.get(t);if(i&&!e)return n&&!i.includes(Ti.merge)?i.concat(Ti.merge):i.slice();let r=i;if(!r)if(Array.isArray(e))r=[];else{let s=Array.from(vf.keys()).filter(a=>a!=="yaml11").map(a=>JSON.stringify(a)).join(", ");throw new Error(`Unknown schema "${t}"; use one of ${s} or define customTags array`)}if(Array.isArray(e))for(let s of e)r=r.concat(s);else typeof e=="function"&&(r=e(r.slice()));return n&&(r=r.concat(Ti.merge)),r.reduce((s,a)=>{let o=typeof a=="string"?xf[a]:a;if(!o){let l=JSON.stringify(a),u=Object.keys(xf).map(h=>JSON.stringify(h)).join(", ");throw new Error(`Unknown custom tag ${l}; use one of ${u}`)}return s.includes(o)||s.push(o),s},[])}Eo.coreKnownTags=f0;Eo.getTags=p0});var Do=N(If=>{"use strict";var Ao=W(),d0=xn(),m0=En(),g0=Ai(),fs=Tf(),y0=(e,t)=>e.key<t.key?-1:e.key>t.key?1:0,Co=class e{constructor({compat:t,customTags:n,merge:i,resolveKnownTags:r,schema:s,sortMapEntries:a,toStringDefaults:o}){this.compat=Array.isArray(t)?fs.getTags(t,"compat"):t?fs.getTags(null,t):null,this.name=typeof s=="string"&&s||"core",this.knownTags=r?fs.coreKnownTags:{},this.tags=fs.getTags(n,this.name,i),this.toStringOptions=o??null,Object.defineProperty(this,Ao.MAP,{value:d0.map}),Object.defineProperty(this,Ao.SCALAR,{value:g0.string}),Object.defineProperty(this,Ao.SEQ,{value:m0.seq}),this.sortMapEntries=typeof a=="function"?a:a===!0?y0:null}clone(){let t=Object.create(e.prototype,Object.getOwnPropertyDescriptors(this));return t.tags=this.tags.slice(),t}};If.Schema=Co});var jf=N(Ff=>{"use strict";var b0=W(),Lo=Si(),Ii=yi();function k0(e,t){let n=[],i=t.directives===!0;if(t.directives!==!1&&e.directives){let l=e.directives.toString(e);l?(n.push(l),i=!0):e.directives.docStart&&(i=!0)}i&&n.push("---");let r=Lo.createStringifyContext(e,t),{commentString:s}=r.options;if(e.commentBefore){n.length!==1&&n.unshift("");let l=s(e.commentBefore);n.unshift(Ii.indentComment(l,""))}let a=!1,o=null;if(e.contents){if(b0.isNode(e.contents)){if(e.contents.spaceBefore&&i&&n.push(""),e.contents.commentBefore){let h=s(e.contents.commentBefore);n.push(Ii.indentComment(h,""))}r.forceBlockIndent=!!e.comment,o=e.contents.comment}let l=o?void 0:()=>a=!0,u=Lo.stringify(e.contents,r,()=>o=null,l);o&&(u+=Ii.lineComment(u,"",s(o))),(u[0]==="|"||u[0]===">")&&n[n.length-1]==="---"?n[n.length-1]=`--- ${u}`:n.push(u)}else n.push(Lo.stringify(e.contents,r));if(e.directives?.docEnd)if(e.comment){let l=s(e.comment);l.includes(`
55
+ `)?(n.push("..."),n.push(Ii.indentComment(l,""))):n.push(`... ${l}`)}else n.push("...");else{let l=e.comment;l&&a&&(l=l.replace(/^\n+/,"")),l&&((!a||o)&&n[n.length-1]!==""&&n.push(""),n.push(Ii.indentComment(s(l),"")))}return n.join(`
56
+ `)+`
57
+ `}Ff.stringifyDocument=k0});var Fi=N(zf=>{"use strict";var w0=mi(),Cn=jr(),Me=W(),S0=Ct(),v0=vt(),x0=Do(),E0=jf(),No=Nr(),A0=Fa(),C0=gi(),To=Ia(),Io=class e{constructor(t,n,i){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,Me.NODE_TYPE,{value:Me.DOC});let r=null;typeof n=="function"||Array.isArray(n)?r=n:i===void 0&&n&&(i=n,n=void 0);let s=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},i);this.options=s;let{version:a}=s;i?._directives?(this.directives=i._directives.atDocument(),this.directives.yaml.explicit&&(a=this.directives.yaml.version)):this.directives=new To.Directives({version:a}),this.setSchema(a,i),this.contents=t===void 0?null:this.createNode(t,r,i)}clone(){let t=Object.create(e.prototype,{[Me.NODE_TYPE]:{value:Me.DOC}});return t.commentBefore=this.commentBefore,t.comment=this.comment,t.errors=this.errors.slice(),t.warnings=this.warnings.slice(),t.options=Object.assign({},this.options),this.directives&&(t.directives=this.directives.clone()),t.schema=this.schema.clone(),t.contents=Me.isNode(this.contents)?this.contents.clone(t.schema):this.contents,this.range&&(t.range=this.range.slice()),t}add(t){Dn(this.contents)&&this.contents.add(t)}addIn(t,n){Dn(this.contents)&&this.contents.addIn(t,n)}createAlias(t,n){if(!t.anchor){let i=No.anchorNames(this);t.anchor=!n||i.has(n)?No.findNewAnchor(n||"a",i):n}return new w0.Alias(t.anchor)}createNode(t,n,i){let r;if(typeof n=="function")t=n.call({"":t},"",t),r=n;else if(Array.isArray(n)){let g=w=>typeof w=="number"||w instanceof String||w instanceof Number,y=n.filter(g).map(String);y.length>0&&(n=n.concat(y)),r=n}else i===void 0&&n&&(i=n,n=void 0);let{aliasDuplicateObjects:s,anchorPrefix:a,flow:o,keepUndefined:l,onTagObj:u,tag:h}=i??{},{onAnchor:c,setAnchors:f,sourceObjects:p}=No.createNodeAnchors(this,a||"a"),m={aliasDuplicateObjects:s??!0,keepUndefined:l??!1,onAnchor:c,onTagObj:u,replacer:r,schema:this.schema,sourceObjects:p},d=C0.createNode(t,h,m);return o&&Me.isCollection(d)&&(d.flow=!0),f(),d}createPair(t,n,i={}){let r=this.createNode(t,null,i),s=this.createNode(n,null,i);return new S0.Pair(r,s)}delete(t){return Dn(this.contents)?this.contents.delete(t):!1}deleteIn(t){return Cn.isEmptyPath(t)?this.contents==null?!1:(this.contents=null,!0):Dn(this.contents)?this.contents.deleteIn(t):!1}get(t,n){return Me.isCollection(this.contents)?this.contents.get(t,n):void 0}getIn(t,n){return Cn.isEmptyPath(t)?!n&&Me.isScalar(this.contents)?this.contents.value:this.contents:Me.isCollection(this.contents)?this.contents.getIn(t,n):void 0}has(t){return Me.isCollection(this.contents)?this.contents.has(t):!1}hasIn(t){return Cn.isEmptyPath(t)?this.contents!==void 0:Me.isCollection(this.contents)?this.contents.hasIn(t):!1}set(t,n){this.contents==null?this.contents=Cn.collectionFromPath(this.schema,[t],n):Dn(this.contents)&&this.contents.set(t,n)}setIn(t,n){Cn.isEmptyPath(t)?this.contents=n:this.contents==null?this.contents=Cn.collectionFromPath(this.schema,Array.from(t),n):Dn(this.contents)&&this.contents.setIn(t,n)}setSchema(t,n={}){typeof t=="number"&&(t=String(t));let i;switch(t){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new To.Directives({version:"1.1"}),i={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=t:this.directives=new To.Directives({version:t}),i={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,i=null;break;default:{let r=JSON.stringify(t);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${r}`)}}if(n.schema instanceof Object)this.schema=n.schema;else if(i)this.schema=new x0.Schema(Object.assign(i,n));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:t,jsonArg:n,mapAsMap:i,maxAliasCount:r,onAnchor:s,reviver:a}={}){let o={anchors:new Map,doc:this,keep:!t,mapAsMap:i===!0,mapKeyWarned:!1,maxAliasCount:typeof r=="number"?r:100},l=v0.toJS(this.contents,n??"",o);if(typeof s=="function")for(let{count:u,res:h}of o.anchors.values())s(h,u);return typeof a=="function"?A0.applyReviver(a,{"":l},"",l):l}toJSON(t,n){return this.toJS({json:!0,jsonArg:t,mapAsMap:!1,onAnchor:n})}toString(t={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in t&&(!Number.isInteger(t.indent)||Number(t.indent)<=0)){let n=JSON.stringify(t.indent);throw new Error(`"indent" option must be a positive integer, not ${n}`)}return E0.stringifyDocument(this,t)}};function Dn(e){if(Me.isCollection(e))return!0;throw new Error("Expected a YAML collection as document contents")}zf.Document=Io});var qi=N(zi=>{"use strict";var ji=class extends Error{constructor(t,n,i,r){super(),this.name=t,this.code=i,this.message=r,this.pos=n}},Fo=class extends ji{constructor(t,n,i){super("YAMLParseError",t,n,i)}},jo=class extends ji{constructor(t,n,i){super("YAMLWarning",t,n,i)}},D0=(e,t)=>n=>{if(n.pos[0]===-1)return;n.linePos=n.pos.map(o=>t.linePos(o));let{line:i,col:r}=n.linePos[0];n.message+=` at line ${i}, column ${r}`;let s=r-1,a=e.substring(t.lineStarts[i-1],t.lineStarts[i]).replace(/[\n\r]+$/,"");if(s>=60&&a.length>80){let o=Math.min(s-39,a.length-79);a="\u2026"+a.substring(o),s-=o-1}if(a.length>80&&(a=a.substring(0,79)+"\u2026"),i>1&&/^ *$/.test(a.substring(0,s))){let o=e.substring(t.lineStarts[i-2],t.lineStarts[i-1]);o.length>80&&(o=o.substring(0,79)+`\u2026
58
+ `),a=o+a}if(/[^ ]/.test(a)){let o=1,l=n.linePos[1];l?.line===i&&l.col>r&&(o=Math.max(1,Math.min(l.col-r,80-s)));let u=" ".repeat(s)+"^".repeat(o);n.message+=`:
59
+
60
+ ${a}
61
+ ${u}
62
+ `}};zi.YAMLError=ji;zi.YAMLParseError=Fo;zi.YAMLWarning=jo;zi.prettifyError=D0});var Oi=N(qf=>{"use strict";function L0(e,{flow:t,indicator:n,next:i,offset:r,onError:s,parentIndent:a,startOnNewline:o}){let l=!1,u=o,h=o,c="",f="",p=!1,m=!1,d=null,g=null,y=null,w=null,k=null,v=null,E=null;for(let D of e)switch(m&&(D.type!=="space"&&D.type!=="newline"&&D.type!=="comma"&&s(D.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),m=!1),d&&(u&&D.type!=="comment"&&D.type!=="newline"&&s(d,"TAB_AS_INDENT","Tabs are not allowed as indentation"),d=null),D.type){case"space":!t&&(n!=="doc-start"||i?.type!=="flow-collection")&&D.source.includes(" ")&&(d=D),h=!0;break;case"comment":{h||s(D,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let I=D.source.substring(1)||" ";c?c+=f+I:c=I,f="",u=!1;break}case"newline":u?c?c+=D.source:(!v||n!=="seq-item-ind")&&(l=!0):f+=D.source,u=!0,p=!0,(g||y)&&(w=D),h=!0;break;case"anchor":g&&s(D,"MULTIPLE_ANCHORS","A node can have at most one anchor"),D.source.endsWith(":")&&s(D.offset+D.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),g=D,E??(E=D.offset),u=!1,h=!1,m=!0;break;case"tag":{y&&s(D,"MULTIPLE_TAGS","A node can have at most one tag"),y=D,E??(E=D.offset),u=!1,h=!1,m=!0;break}case n:(g||y)&&s(D,"BAD_PROP_ORDER",`Anchors and tags must be after the ${D.source} indicator`),v&&s(D,"UNEXPECTED_TOKEN",`Unexpected ${D.source} in ${t??"collection"}`),v=D,u=n==="seq-item-ind"||n==="explicit-key-ind",h=!1;break;case"comma":if(t){k&&s(D,"UNEXPECTED_TOKEN",`Unexpected , in ${t}`),k=D,u=!1,h=!1;break}default:s(D,"UNEXPECTED_TOKEN",`Unexpected ${D.type} token`),u=!1,h=!1}let x=e[e.length-1],C=x?x.offset+x.source.length:r;return m&&i&&i.type!=="space"&&i.type!=="newline"&&i.type!=="comma"&&(i.type!=="scalar"||i.source!=="")&&s(i.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),d&&(u&&d.indent<=a||i?.type==="block-map"||i?.type==="block-seq")&&s(d,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:k,found:v,spaceBefore:l,comment:c,hasNewline:p,anchor:g,tag:y,newlineAfterProp:w,end:C,start:E??C}}qf.resolveProps=L0});var ps=N(Of=>{"use strict";function zo(e){if(!e)return null;switch(e.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(e.source.includes(`
63
+ `))return!0;if(e.end){for(let t of e.end)if(t.type==="newline")return!0}return!1;case"flow-collection":for(let t of e.items){for(let n of t.start)if(n.type==="newline")return!0;if(t.sep){for(let n of t.sep)if(n.type==="newline")return!0}if(zo(t.key)||zo(t.value))return!0}return!1;default:return!0}}Of.containsNewline=zo});var qo=N(Pf=>{"use strict";var N0=ps();function T0(e,t,n){if(t?.type==="flow-collection"){let i=t.end[0];i.indent===e&&(i.source==="]"||i.source==="}")&&N0.containsNewline(t)&&n(i,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}Pf.flowIndentCheck=T0});var Oo=N(_f=>{"use strict";var Rf=W();function I0(e,t,n){let{uniqueKeys:i}=e.options;if(i===!1)return!1;let r=typeof i=="function"?i:(s,a)=>s===a||Rf.isScalar(s)&&Rf.isScalar(a)&&s.value===a.value;return t.some(s=>r(s.key,n))}_f.mapIncludes=I0});var Vf=N(Wf=>{"use strict";var Bf=Ct(),F0=Lt(),Mf=Oi(),j0=ps(),$f=qo(),z0=Oo(),Uf="All mapping items must start at the same column";function q0({composeNode:e,composeEmptyNode:t},n,i,r,s){let a=s?.nodeClass??F0.YAMLMap,o=new a(n.schema);n.atRoot&&(n.atRoot=!1);let l=i.offset,u=null;for(let h of i.items){let{start:c,key:f,sep:p,value:m}=h,d=Mf.resolveProps(c,{indicator:"explicit-key-ind",next:f??p?.[0],offset:l,onError:r,parentIndent:i.indent,startOnNewline:!0}),g=!d.found;if(g){if(f&&(f.type==="block-seq"?r(l,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in f&&f.indent!==i.indent&&r(l,"BAD_INDENT",Uf)),!d.anchor&&!d.tag&&!p){u=d.end,d.comment&&(o.comment?o.comment+=`
64
+ `+d.comment:o.comment=d.comment);continue}(d.newlineAfterProp||j0.containsNewline(f))&&r(f??c[c.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else d.found?.indent!==i.indent&&r(l,"BAD_INDENT",Uf);n.atKey=!0;let y=d.end,w=f?e(n,f,d,r):t(n,y,c,null,d,r);n.schema.compat&&$f.flowIndentCheck(i.indent,f,r),n.atKey=!1,z0.mapIncludes(n,o.items,w)&&r(y,"DUPLICATE_KEY","Map keys must be unique");let k=Mf.resolveProps(p??[],{indicator:"map-value-ind",next:m,offset:w.range[2],onError:r,parentIndent:i.indent,startOnNewline:!f||f.type==="block-scalar"});if(l=k.end,k.found){g&&(m?.type==="block-map"&&!k.hasNewline&&r(l,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),n.options.strict&&d.start<k.found.offset-1024&&r(w.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));let v=m?e(n,m,k,r):t(n,l,p,null,k,r);n.schema.compat&&$f.flowIndentCheck(i.indent,m,r),l=v.range[2];let E=new Bf.Pair(w,v);n.options.keepSourceTokens&&(E.srcToken=h),o.items.push(E)}else{g&&r(w.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),k.comment&&(w.comment?w.comment+=`
65
+ `+k.comment:w.comment=k.comment);let v=new Bf.Pair(w);n.options.keepSourceTokens&&(v.srcToken=h),o.items.push(v)}}return u&&u<l&&r(u,"IMPOSSIBLE","Map comment with trailing content"),o.range=[i.offset,l,u??l],o}Wf.resolveBlockMap=q0});var Kf=N(Gf=>{"use strict";var O0=Nt(),P0=Oi(),R0=qo();function _0({composeNode:e,composeEmptyNode:t},n,i,r,s){let a=s?.nodeClass??O0.YAMLSeq,o=new a(n.schema);n.atRoot&&(n.atRoot=!1),n.atKey&&(n.atKey=!1);let l=i.offset,u=null;for(let{start:h,value:c}of i.items){let f=P0.resolveProps(h,{indicator:"seq-item-ind",next:c,offset:l,onError:r,parentIndent:i.indent,startOnNewline:!0});if(!f.found)if(f.anchor||f.tag||c)c?.type==="block-seq"?r(f.end,"BAD_INDENT","All sequence items must start at the same column"):r(l,"MISSING_CHAR","Sequence item without - indicator");else{u=f.end,f.comment&&(o.comment=f.comment);continue}let p=c?e(n,c,f,r):t(n,f.end,h,null,f,r);n.schema.compat&&R0.flowIndentCheck(i.indent,c,r),l=p.range[2],o.items.push(p)}return o.range=[i.offset,l,u??l],o}Gf.resolveBlockSeq=_0});var Ln=N(Hf=>{"use strict";function B0(e,t,n,i){let r="";if(e){let s=!1,a="";for(let o of e){let{source:l,type:u}=o;switch(u){case"space":s=!0;break;case"comment":{n&&!s&&i(o,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let h=l.substring(1)||" ";r?r+=a+h:r=h,a="";break}case"newline":r&&(a+=l),s=!0;break;default:i(o,"UNEXPECTED_TOKEN",`Unexpected ${u} at node end`)}t+=l.length}}return{comment:r,offset:t}}Hf.resolveEnd=B0});var Xf=N(Qf=>{"use strict";var M0=W(),$0=Ct(),Yf=Lt(),U0=Nt(),W0=Ln(),Jf=Oi(),V0=ps(),G0=Oo(),Po="Block collections are not allowed within flow collections",Ro=e=>e&&(e.type==="block-map"||e.type==="block-seq");function K0({composeNode:e,composeEmptyNode:t},n,i,r,s){let a=i.start.source==="{",o=a?"flow map":"flow sequence",l=s?.nodeClass??(a?Yf.YAMLMap:U0.YAMLSeq),u=new l(n.schema);u.flow=!0;let h=n.atRoot;h&&(n.atRoot=!1),n.atKey&&(n.atKey=!1);let c=i.offset+i.start.source.length;for(let g=0;g<i.items.length;++g){let y=i.items[g],{start:w,key:k,sep:v,value:E}=y,x=Jf.resolveProps(w,{flow:o,indicator:"explicit-key-ind",next:k??v?.[0],offset:c,onError:r,parentIndent:i.indent,startOnNewline:!1});if(!x.found){if(!x.anchor&&!x.tag&&!v&&!E){g===0&&x.comma?r(x.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${o}`):g<i.items.length-1&&r(x.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${o}`),x.comment&&(u.comment?u.comment+=`
66
+ `+x.comment:u.comment=x.comment),c=x.end;continue}!a&&n.options.strict&&V0.containsNewline(k)&&r(k,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(g===0)x.comma&&r(x.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${o}`);else if(x.comma||r(x.start,"MISSING_CHAR",`Missing , between ${o} items`),x.comment){let C="";e:for(let D of w)switch(D.type){case"comma":case"space":break;case"comment":C=D.source.substring(1);break e;default:break e}if(C){let D=u.items[u.items.length-1];M0.isPair(D)&&(D=D.value??D.key),D.comment?D.comment+=`
67
+ `+C:D.comment=C,x.comment=x.comment.substring(C.length+1)}}if(!a&&!v&&!x.found){let C=E?e(n,E,x,r):t(n,x.end,v,null,x,r);u.items.push(C),c=C.range[2],Ro(E)&&r(C.range,"BLOCK_IN_FLOW",Po)}else{n.atKey=!0;let C=x.end,D=k?e(n,k,x,r):t(n,C,w,null,x,r);Ro(k)&&r(D.range,"BLOCK_IN_FLOW",Po),n.atKey=!1;let I=Jf.resolveProps(v??[],{flow:o,indicator:"map-value-ind",next:E,offset:D.range[2],onError:r,parentIndent:i.indent,startOnNewline:!1});if(I.found){if(!a&&!x.found&&n.options.strict){if(v)for(let z of v){if(z===I.found)break;if(z.type==="newline"){r(z,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}x.start<I.found.offset-1024&&r(I.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else E&&("source"in E&&E.source?.[0]===":"?r(E,"MISSING_CHAR",`Missing space after : in ${o}`):r(I.start,"MISSING_CHAR",`Missing , or : between ${o} items`));let M=E?e(n,E,I,r):I.found?t(n,I.end,v,null,I,r):null;M?Ro(E)&&r(M.range,"BLOCK_IN_FLOW",Po):I.comment&&(D.comment?D.comment+=`
68
+ `+I.comment:D.comment=I.comment);let X=new $0.Pair(D,M);if(n.options.keepSourceTokens&&(X.srcToken=y),a){let z=u;G0.mapIncludes(n,z.items,D)&&r(C,"DUPLICATE_KEY","Map keys must be unique"),z.items.push(X)}else{let z=new Yf.YAMLMap(n.schema);z.flow=!0,z.items.push(X);let F=(M??D).range;z.range=[D.range[0],F[1],F[2]],u.items.push(z)}c=M?M.range[2]:I.end}}let f=a?"}":"]",[p,...m]=i.end,d=c;if(p?.source===f)d=p.offset+p.source.length;else{let g=o[0].toUpperCase()+o.substring(1),y=h?`${g} must end with a ${f}`:`${g} in block collection must be sufficiently indented and end with a ${f}`;r(c,h?"MISSING_CHAR":"BAD_INDENT",y),p&&p.source.length!==1&&m.unshift(p)}if(m.length>0){let g=W0.resolveEnd(m,d,n.options.strict,r);g.comment&&(u.comment?u.comment+=`
69
+ `+g.comment:u.comment=g.comment),u.range=[i.offset,d,g.offset]}else u.range=[i.offset,d,d];return u}Qf.resolveFlowCollection=K0});var ep=N(Zf=>{"use strict";var H0=W(),Y0=te(),J0=Lt(),Q0=Nt(),X0=Vf(),Z0=Kf(),eS=Xf();function _o(e,t,n,i,r,s){let a=n.type==="block-map"?X0.resolveBlockMap(e,t,n,i,s):n.type==="block-seq"?Z0.resolveBlockSeq(e,t,n,i,s):eS.resolveFlowCollection(e,t,n,i,s),o=a.constructor;return r==="!"||r===o.tagName?(a.tag=o.tagName,a):(r&&(a.tag=r),a)}function tS(e,t,n,i,r){let s=i.tag,a=s?t.directives.tagName(s.source,f=>r(s,"TAG_RESOLVE_FAILED",f)):null;if(n.type==="block-seq"){let{anchor:f,newlineAfterProp:p}=i,m=f&&s?f.offset>s.offset?f:s:f??s;m&&(!p||p.offset<m.offset)&&r(m,"MISSING_CHAR","Missing newline after block sequence props")}let o=n.type==="block-map"?"map":n.type==="block-seq"?"seq":n.start.source==="{"?"map":"seq";if(!s||!a||a==="!"||a===J0.YAMLMap.tagName&&o==="map"||a===Q0.YAMLSeq.tagName&&o==="seq")return _o(e,t,n,r,a);let l=t.schema.tags.find(f=>f.tag===a&&f.collection===o);if(!l){let f=t.schema.knownTags[a];if(f?.collection===o)t.schema.tags.push(Object.assign({},f,{default:!1})),l=f;else return f?r(s,"BAD_COLLECTION_TYPE",`${f.tag} used for ${o} collection, but expects ${f.collection??"scalar"}`,!0):r(s,"TAG_RESOLVE_FAILED",`Unresolved tag: ${a}`,!0),_o(e,t,n,r,a)}let u=_o(e,t,n,r,a,l),h=l.resolve?.(u,f=>r(s,"TAG_RESOLVE_FAILED",f),t.options)??u,c=H0.isNode(h)?h:new Y0.Scalar(h);return c.range=u.range,c.tag=a,l?.format&&(c.format=l.format),c}Zf.composeCollection=tS});var Mo=N(tp=>{"use strict";var Bo=te();function nS(e,t,n){let i=t.offset,r=iS(t,e.options.strict,n);if(!r)return{value:"",type:null,comment:"",range:[i,i,i]};let s=r.mode===">"?Bo.Scalar.BLOCK_FOLDED:Bo.Scalar.BLOCK_LITERAL,a=t.source?rS(t.source):[],o=a.length;for(let d=a.length-1;d>=0;--d){let g=a[d][1];if(g===""||g==="\r")o=d;else break}if(o===0){let d=r.chomp==="+"&&a.length>0?`
70
+ `.repeat(Math.max(1,a.length-1)):"",g=i+r.length;return t.source&&(g+=t.source.length),{value:d,type:s,comment:r.comment,range:[i,g,g]}}let l=t.indent+r.indent,u=t.offset+r.length,h=0;for(let d=0;d<o;++d){let[g,y]=a[d];if(y===""||y==="\r")r.indent===0&&g.length>l&&(l=g.length);else{g.length<l&&n(u+g.length,"MISSING_CHAR","Block scalars with more-indented leading empty lines must use an explicit indentation indicator"),r.indent===0&&(l=g.length),h=d,l===0&&!e.atRoot&&n(u,"BAD_INDENT","Block scalar values in collections must be indented");break}u+=g.length+y.length+1}for(let d=a.length-1;d>=o;--d)a[d][0].length>l&&(o=d+1);let c="",f="",p=!1;for(let d=0;d<h;++d)c+=a[d][0].slice(l)+`
71
+ `;for(let d=h;d<o;++d){let[g,y]=a[d];u+=g.length+y.length+1;let w=y[y.length-1]==="\r";if(w&&(y=y.slice(0,-1)),y&&g.length<l){let v=`Block scalar lines must not be less indented than their ${r.indent?"explicit indentation indicator":"first line"}`;n(u-y.length-(w?2:1),"BAD_INDENT",v),g=""}s===Bo.Scalar.BLOCK_LITERAL?(c+=f+g.slice(l)+y,f=`
72
+ `):g.length>l||y[0]===" "?(f===" "?f=`
73
+ `:!p&&f===`
74
+ `&&(f=`
75
+
76
+ `),c+=f+g.slice(l)+y,f=`
77
+ `,p=!0):y===""?f===`
78
+ `?c+=`
79
+ `:f=`
80
+ `:(c+=f+y,f=" ",p=!1)}switch(r.chomp){case"-":break;case"+":for(let d=o;d<a.length;++d)c+=`
81
+ `+a[d][0].slice(l);c[c.length-1]!==`
82
+ `&&(c+=`
83
+ `);break;default:c+=`
84
+ `}let m=i+r.length+t.source.length;return{value:c,type:s,comment:r.comment,range:[i,m,m]}}function iS({offset:e,props:t},n,i){if(t[0].type!=="block-scalar-header")return i(t[0],"IMPOSSIBLE","Block scalar header not found"),null;let{source:r}=t[0],s=r[0],a=0,o="",l=-1;for(let f=1;f<r.length;++f){let p=r[f];if(!o&&(p==="-"||p==="+"))o=p;else{let m=Number(p);!a&&m?a=m:l===-1&&(l=e+f)}}l!==-1&&i(l,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${r}`);let u=!1,h="",c=r.length;for(let f=1;f<t.length;++f){let p=t[f];switch(p.type){case"space":u=!0;case"newline":c+=p.source.length;break;case"comment":n&&!u&&i(p,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),c+=p.source.length,h=p.source.substring(1);break;case"error":i(p,"UNEXPECTED_TOKEN",p.message),c+=p.source.length;break;default:{let m=`Unexpected token in block scalar header: ${p.type}`;i(p,"UNEXPECTED_TOKEN",m);let d=p.source;d&&typeof d=="string"&&(c+=d.length)}}}return{mode:s,indent:a,chomp:o,comment:h,length:c}}function rS(e){let t=e.split(/\n( *)/),n=t[0],i=n.match(/^( *)/),s=[i?.[1]?[i[1],n.slice(i[1].length)]:["",n]];for(let a=1;a<t.length;a+=2)s.push([t[a],t[a+1]]);return s}tp.resolveBlockScalar=nS});var Uo=N(ip=>{"use strict";var $o=te(),sS=Ln();function aS(e,t,n){let{offset:i,type:r,source:s,end:a}=e,o,l,u=(f,p,m)=>n(i+f,p,m);switch(r){case"scalar":o=$o.Scalar.PLAIN,l=oS(s,u);break;case"single-quoted-scalar":o=$o.Scalar.QUOTE_SINGLE,l=lS(s,u);break;case"double-quoted-scalar":o=$o.Scalar.QUOTE_DOUBLE,l=uS(s,u);break;default:return n(e,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${r}`),{value:"",type:null,comment:"",range:[i,i+s.length,i+s.length]}}let h=i+s.length,c=sS.resolveEnd(a,h,t,n);return{value:l,type:o,comment:c.comment,range:[i,h,c.offset]}}function oS(e,t){let n="";switch(e[0]){case" ":n="a tab character";break;case",":n="flow indicator character ,";break;case"%":n="directive indicator character %";break;case"|":case">":{n=`block scalar indicator ${e[0]}`;break}case"@":case"`":{n=`reserved character ${e[0]}`;break}}return n&&t(0,"BAD_SCALAR_START",`Plain value cannot start with ${n}`),np(e)}function lS(e,t){return(e[e.length-1]!=="'"||e.length===1)&&t(e.length,"MISSING_CHAR","Missing closing 'quote"),np(e.slice(1,-1)).replace(/''/g,"'")}function np(e){let t,n;try{t=new RegExp(`(.*?)(?<![ ])[ ]*\r?
85
+ `,"sy"),n=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
86
+ `,"sy")}catch{t=/(.*?)[ \t]*\r?\n/sy,n=/[ \t]*(.*?)[ \t]*\r?\n/sy}let i=t.exec(e);if(!i)return e;let r=i[1],s=" ",a=t.lastIndex;for(n.lastIndex=a;i=n.exec(e);)i[1]===""?s===`
87
+ `?r+=s:s=`
88
+ `:(r+=s+i[1],s=" "),a=n.lastIndex;let o=/[ \t]*(.*)/sy;return o.lastIndex=a,i=o.exec(e),r+s+(i?.[1]??"")}function uS(e,t){let n="";for(let i=1;i<e.length-1;++i){let r=e[i];if(!(r==="\r"&&e[i+1]===`
89
+ `))if(r===`
90
+ `){let{fold:s,offset:a}=cS(e,i);n+=s,i=a}else if(r==="\\"){let s=e[++i],a=hS[s];if(a)n+=a;else if(s===`
91
+ `)for(s=e[i+1];s===" "||s===" ";)s=e[++i+1];else if(s==="\r"&&e[i+1]===`
92
+ `)for(s=e[++i+1];s===" "||s===" ";)s=e[++i+1];else if(s==="x"||s==="u"||s==="U"){let o={x:2,u:4,U:8}[s];n+=fS(e,i+1,o,t),i+=o}else{let o=e.substr(i-1,2);t(i-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${o}`),n+=o}}else if(r===" "||r===" "){let s=i,a=e[i+1];for(;a===" "||a===" ";)a=e[++i+1];a!==`
93
+ `&&!(a==="\r"&&e[i+2]===`
94
+ `)&&(n+=i>s?e.slice(s,i+1):r)}else n+=r}return(e[e.length-1]!=='"'||e.length===1)&&t(e.length,"MISSING_CHAR",'Missing closing "quote'),n}function cS(e,t){let n="",i=e[t+1];for(;(i===" "||i===" "||i===`
95
+ `||i==="\r")&&!(i==="\r"&&e[t+2]!==`
96
+ `);)i===`
97
+ `&&(n+=`
98
+ `),t+=1,i=e[t+1];return n||(n=" "),{fold:n,offset:t}}var hS={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
99
+ `,r:"\r",t:" ",v:"\v",N:"\x85",_:"\xA0",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function fS(e,t,n,i){let r=e.substr(t,n),a=r.length===n&&/^[0-9a-fA-F]+$/.test(r)?parseInt(r,16):NaN;if(isNaN(a)){let o=e.substr(t-2,n+2);return i(t-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${o}`),o}return String.fromCodePoint(a)}ip.resolveFlowScalar=aS});var ap=N(sp=>{"use strict";var Zt=W(),rp=te(),pS=Mo(),dS=Uo();function mS(e,t,n,i){let{value:r,type:s,comment:a,range:o}=t.type==="block-scalar"?pS.resolveBlockScalar(e,t,i):dS.resolveFlowScalar(t,e.options.strict,i),l=n?e.directives.tagName(n.source,c=>i(n,"TAG_RESOLVE_FAILED",c)):null,u;e.options.stringKeys&&e.atKey?u=e.schema[Zt.SCALAR]:l?u=gS(e.schema,r,l,n,i):t.type==="scalar"?u=yS(e,r,t,i):u=e.schema[Zt.SCALAR];let h;try{let c=u.resolve(r,f=>i(n??t,"TAG_RESOLVE_FAILED",f),e.options);h=Zt.isScalar(c)?c:new rp.Scalar(c)}catch(c){let f=c instanceof Error?c.message:String(c);i(n??t,"TAG_RESOLVE_FAILED",f),h=new rp.Scalar(r)}return h.range=o,h.source=r,s&&(h.type=s),l&&(h.tag=l),u.format&&(h.format=u.format),a&&(h.comment=a),h}function gS(e,t,n,i,r){if(n==="!")return e[Zt.SCALAR];let s=[];for(let o of e.tags)if(!o.collection&&o.tag===n)if(o.default&&o.test)s.push(o);else return o;for(let o of s)if(o.test?.test(t))return o;let a=e.knownTags[n];return a&&!a.collection?(e.tags.push(Object.assign({},a,{default:!1,test:void 0})),a):(r(i,"TAG_RESOLVE_FAILED",`Unresolved tag: ${n}`,n!=="tag:yaml.org,2002:str"),e[Zt.SCALAR])}function yS({atKey:e,directives:t,schema:n},i,r,s){let a=n.tags.find(o=>(o.default===!0||e&&o.default==="key")&&o.test?.test(i))||n[Zt.SCALAR];if(n.compat){let o=n.compat.find(l=>l.default&&l.test?.test(i))??n[Zt.SCALAR];if(a.tag!==o.tag){let l=t.tagString(a.tag),u=t.tagString(o.tag),h=`Value may be parsed as either ${l} or ${u}`;s(r,"TAG_RESOLVE_FAILED",h,!0)}}return a}sp.composeScalar=mS});var lp=N(op=>{"use strict";function bS(e,t,n){if(t){n??(n=t.length);for(let i=n-1;i>=0;--i){let r=t[i];switch(r.type){case"space":case"comment":case"newline":e-=r.source.length;continue}for(r=t[++i];r?.type==="space";)e+=r.source.length,r=t[++i];break}}return e}op.emptyScalarPosition=bS});var hp=N(Vo=>{"use strict";var kS=mi(),wS=W(),SS=ep(),up=ap(),vS=Ln(),xS=lp(),ES={composeNode:cp,composeEmptyNode:Wo};function cp(e,t,n,i){let r=e.atKey,{spaceBefore:s,comment:a,anchor:o,tag:l}=n,u,h=!0;switch(t.type){case"alias":u=AS(e,t,i),(o||l)&&i(t,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":u=up.composeScalar(e,t,l,i),o&&(u.anchor=o.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":u=SS.composeCollection(ES,e,t,n,i),o&&(u.anchor=o.source.substring(1));break;default:{let c=t.type==="error"?t.message:`Unsupported token (type: ${t.type})`;i(t,"UNEXPECTED_TOKEN",c),u=Wo(e,t.offset,void 0,null,n,i),h=!1}}return o&&u.anchor===""&&i(o,"BAD_ALIAS","Anchor cannot be an empty string"),r&&e.options.stringKeys&&(!wS.isScalar(u)||typeof u.value!="string"||u.tag&&u.tag!=="tag:yaml.org,2002:str")&&i(l??t,"NON_STRING_KEY","With stringKeys, all keys must be strings"),s&&(u.spaceBefore=!0),a&&(t.type==="scalar"&&t.source===""?u.comment=a:u.commentBefore=a),e.options.keepSourceTokens&&h&&(u.srcToken=t),u}function Wo(e,t,n,i,{spaceBefore:r,comment:s,anchor:a,tag:o,end:l},u){let h={type:"scalar",offset:xS.emptyScalarPosition(t,n,i),indent:-1,source:""},c=up.composeScalar(e,h,o,u);return a&&(c.anchor=a.source.substring(1),c.anchor===""&&u(a,"BAD_ALIAS","Anchor cannot be an empty string")),r&&(c.spaceBefore=!0),s&&(c.comment=s,c.range[2]=l),c}function AS({options:e},{offset:t,source:n,end:i},r){let s=new kS.Alias(n.substring(1));s.source===""&&r(t,"BAD_ALIAS","Alias cannot be an empty string"),s.source.endsWith(":")&&r(t+n.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);let a=t+n.length,o=vS.resolveEnd(i,a,e.strict,r);return s.range=[t,a,o.offset],o.comment&&(s.comment=o.comment),s}Vo.composeEmptyNode=Wo;Vo.composeNode=cp});var dp=N(pp=>{"use strict";var CS=Fi(),fp=hp(),DS=Ln(),LS=Oi();function NS(e,t,{offset:n,start:i,value:r,end:s},a){let o=Object.assign({_directives:t},e),l=new CS.Document(void 0,o),u={atKey:!1,atRoot:!0,directives:l.directives,options:l.options,schema:l.schema},h=LS.resolveProps(i,{indicator:"doc-start",next:r??s?.[0],offset:n,onError:a,parentIndent:0,startOnNewline:!0});h.found&&(l.directives.docStart=!0,r&&(r.type==="block-map"||r.type==="block-seq")&&!h.hasNewline&&a(h.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),l.contents=r?fp.composeNode(u,r,h,a):fp.composeEmptyNode(u,h.end,i,null,h,a);let c=l.contents.range[2],f=DS.resolveEnd(s,c,!1,a);return f.comment&&(l.comment=f.comment),l.range=[n,c,f.offset],l}pp.composeDoc=NS});var Ko=N(yp=>{"use strict";var TS=require("process"),IS=Ia(),FS=Fi(),Pi=qi(),mp=W(),jS=dp(),zS=Ln();function Ri(e){if(typeof e=="number")return[e,e+1];if(Array.isArray(e))return e.length===2?e:[e[0],e[1]];let{offset:t,source:n}=e;return[t,t+(typeof n=="string"?n.length:1)]}function gp(e){let t="",n=!1,i=!1;for(let r=0;r<e.length;++r){let s=e[r];switch(s[0]){case"#":t+=(t===""?"":i?`
100
+
101
+ `:`
102
+ `)+(s.substring(1)||" "),n=!0,i=!1;break;case"%":e[r+1]?.[0]!=="#"&&(r+=1),n=!1;break;default:n||(i=!0),n=!1}}return{comment:t,afterEmptyLine:i}}var Go=class{constructor(t={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(n,i,r,s)=>{let a=Ri(n);s?this.warnings.push(new Pi.YAMLWarning(a,i,r)):this.errors.push(new Pi.YAMLParseError(a,i,r))},this.directives=new IS.Directives({version:t.version||"1.2"}),this.options=t}decorate(t,n){let{comment:i,afterEmptyLine:r}=gp(this.prelude);if(i){let s=t.contents;if(n)t.comment=t.comment?`${t.comment}
103
+ ${i}`:i;else if(r||t.directives.docStart||!s)t.commentBefore=i;else if(mp.isCollection(s)&&!s.flow&&s.items.length>0){let a=s.items[0];mp.isPair(a)&&(a=a.key);let o=a.commentBefore;a.commentBefore=o?`${i}
104
+ ${o}`:i}else{let a=s.commentBefore;s.commentBefore=a?`${i}
105
+ ${a}`:i}}n?(Array.prototype.push.apply(t.errors,this.errors),Array.prototype.push.apply(t.warnings,this.warnings)):(t.errors=this.errors,t.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:gp(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(t,n=!1,i=-1){for(let r of t)yield*this.next(r);yield*this.end(n,i)}*next(t){switch(TS.env.LOG_STREAM&&console.dir(t,{depth:null}),t.type){case"directive":this.directives.add(t.source,(n,i,r)=>{let s=Ri(t);s[0]+=n,this.onError(s,"BAD_DIRECTIVE",i,r)}),this.prelude.push(t.source),this.atDirectives=!0;break;case"document":{let n=jS.composeDoc(this.options,this.directives,t,this.onError);this.atDirectives&&!n.directives.docStart&&this.onError(t,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(n,!1),this.doc&&(yield this.doc),this.doc=n,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(t.source);break;case"error":{let n=t.source?`${t.message}: ${JSON.stringify(t.source)}`:t.message,i=new Pi.YAMLParseError(Ri(t),"UNEXPECTED_TOKEN",n);this.atDirectives||!this.doc?this.errors.push(i):this.doc.errors.push(i);break}case"doc-end":{if(!this.doc){let i="Unexpected doc-end without preceding document";this.errors.push(new Pi.YAMLParseError(Ri(t),"UNEXPECTED_TOKEN",i));break}this.doc.directives.docEnd=!0;let n=zS.resolveEnd(t.end,t.offset+t.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),n.comment){let i=this.doc.comment;this.doc.comment=i?`${i}
106
+ ${n.comment}`:n.comment}this.doc.range[2]=n.offset;break}default:this.errors.push(new Pi.YAMLParseError(Ri(t),"UNEXPECTED_TOKEN",`Unsupported token ${t.type}`))}}*end(t=!1,n=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(t){let i=Object.assign({_directives:this.directives},this.options),r=new FS.Document(void 0,i);this.atDirectives&&this.onError(n,"MISSING_CHAR","Missing directives-end indicator line"),r.range=[0,n,n],this.decorate(r,!1),yield r}}};yp.Composer=Go});var wp=N(ds=>{"use strict";var qS=Mo(),OS=Uo(),PS=qi(),bp=wi();function RS(e,t=!0,n){if(e){let i=(r,s,a)=>{let o=typeof r=="number"?r:Array.isArray(r)?r[0]:r.offset;if(n)n(o,s,a);else throw new PS.YAMLParseError([o,o+1],s,a)};switch(e.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return OS.resolveFlowScalar(e,t,i);case"block-scalar":return qS.resolveBlockScalar({options:{strict:t}},e,i)}}return null}function _S(e,t){let{implicitKey:n=!1,indent:i,inFlow:r=!1,offset:s=-1,type:a="PLAIN"}=t,o=bp.stringifyString({type:a,value:e},{implicitKey:n,indent:i>0?" ".repeat(i):"",inFlow:r,options:{blockQuote:!0,lineWidth:-1}}),l=t.end??[{type:"newline",offset:-1,indent:i,source:`
107
+ `}];switch(o[0]){case"|":case">":{let u=o.indexOf(`
108
+ `),h=o.substring(0,u),c=o.substring(u+1)+`
109
+ `,f=[{type:"block-scalar-header",offset:s,indent:i,source:h}];return kp(f,l)||f.push({type:"newline",offset:-1,indent:i,source:`
110
+ `}),{type:"block-scalar",offset:s,indent:i,props:f,source:c}}case'"':return{type:"double-quoted-scalar",offset:s,indent:i,source:o,end:l};case"'":return{type:"single-quoted-scalar",offset:s,indent:i,source:o,end:l};default:return{type:"scalar",offset:s,indent:i,source:o,end:l}}}function BS(e,t,n={}){let{afterKey:i=!1,implicitKey:r=!1,inFlow:s=!1,type:a}=n,o="indent"in e?e.indent:null;if(i&&typeof o=="number"&&(o+=2),!a)switch(e.type){case"single-quoted-scalar":a="QUOTE_SINGLE";break;case"double-quoted-scalar":a="QUOTE_DOUBLE";break;case"block-scalar":{let u=e.props[0];if(u.type!=="block-scalar-header")throw new Error("Invalid block scalar header");a=u.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:a="PLAIN"}let l=bp.stringifyString({type:a,value:t},{implicitKey:r||o===null,indent:o!==null&&o>0?" ".repeat(o):"",inFlow:s,options:{blockQuote:!0,lineWidth:-1}});switch(l[0]){case"|":case">":MS(e,l);break;case'"':Ho(e,l,"double-quoted-scalar");break;case"'":Ho(e,l,"single-quoted-scalar");break;default:Ho(e,l,"scalar")}}function MS(e,t){let n=t.indexOf(`
111
+ `),i=t.substring(0,n),r=t.substring(n+1)+`
112
+ `;if(e.type==="block-scalar"){let s=e.props[0];if(s.type!=="block-scalar-header")throw new Error("Invalid block scalar header");s.source=i,e.source=r}else{let{offset:s}=e,a="indent"in e?e.indent:-1,o=[{type:"block-scalar-header",offset:s,indent:a,source:i}];kp(o,"end"in e?e.end:void 0)||o.push({type:"newline",offset:-1,indent:a,source:`
113
+ `});for(let l of Object.keys(e))l!=="type"&&l!=="offset"&&delete e[l];Object.assign(e,{type:"block-scalar",indent:a,props:o,source:r})}}function kp(e,t){if(t)for(let n of t)switch(n.type){case"space":case"comment":e.push(n);break;case"newline":return e.push(n),!0}return!1}function Ho(e,t,n){switch(e.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":e.type=n,e.source=t;break;case"block-scalar":{let i=e.props.slice(1),r=t.length;e.props[0].type==="block-scalar-header"&&(r-=e.props[0].source.length);for(let s of i)s.offset+=r;delete e.props,Object.assign(e,{type:n,source:t,end:i});break}case"block-map":case"block-seq":{let r={type:"newline",offset:e.offset+t.length,indent:e.indent,source:`
114
+ `};delete e.items,Object.assign(e,{type:n,source:t,end:[r]});break}default:{let i="indent"in e?e.indent:-1,r="end"in e&&Array.isArray(e.end)?e.end.filter(s=>s.type==="space"||s.type==="comment"||s.type==="newline"):[];for(let s of Object.keys(e))s!=="type"&&s!=="offset"&&delete e[s];Object.assign(e,{type:n,indent:i,source:t,end:r})}}}ds.createScalarToken=_S;ds.resolveAsScalar=RS;ds.setScalarValue=BS});var vp=N(Sp=>{"use strict";var $S=e=>"type"in e?gs(e):ms(e);function gs(e){switch(e.type){case"block-scalar":{let t="";for(let n of e.props)t+=gs(n);return t+e.source}case"block-map":case"block-seq":{let t="";for(let n of e.items)t+=ms(n);return t}case"flow-collection":{let t=e.start.source;for(let n of e.items)t+=ms(n);for(let n of e.end)t+=n.source;return t}case"document":{let t=ms(e);if(e.end)for(let n of e.end)t+=n.source;return t}default:{let t=e.source;if("end"in e&&e.end)for(let n of e.end)t+=n.source;return t}}}function ms({start:e,key:t,sep:n,value:i}){let r="";for(let s of e)r+=s.source;if(t&&(r+=gs(t)),n)for(let s of n)r+=s.source;return i&&(r+=gs(i)),r}Sp.stringify=$S});var Cp=N(Ap=>{"use strict";var Yo=Symbol("break visit"),US=Symbol("skip children"),xp=Symbol("remove item");function en(e,t){"type"in e&&e.type==="document"&&(e={start:e.start,value:e.value}),Ep(Object.freeze([]),e,t)}en.BREAK=Yo;en.SKIP=US;en.REMOVE=xp;en.itemAtPath=(e,t)=>{let n=e;for(let[i,r]of t){let s=n?.[i];if(s&&"items"in s)n=s.items[r];else return}return n};en.parentCollection=(e,t)=>{let n=en.itemAtPath(e,t.slice(0,-1)),i=t[t.length-1][0],r=n?.[i];if(r&&"items"in r)return r;throw new Error("Parent collection not found")};function Ep(e,t,n){let i=n(t,e);if(typeof i=="symbol")return i;for(let r of["key","value"]){let s=t[r];if(s&&"items"in s){for(let a=0;a<s.items.length;++a){let o=Ep(Object.freeze(e.concat([[r,a]])),s.items[a],n);if(typeof o=="number")a=o-1;else{if(o===Yo)return Yo;o===xp&&(s.items.splice(a,1),a-=1)}}typeof i=="function"&&r==="key"&&(i=i(t,e))}}return typeof i=="function"?i(t,e):i}Ap.visit=en});var ys=N(Le=>{"use strict";var Jo=wp(),WS=vp(),VS=Cp(),Qo="\uFEFF",Xo="",Zo="",el="",GS=e=>!!e&&"items"in e,KS=e=>!!e&&(e.type==="scalar"||e.type==="single-quoted-scalar"||e.type==="double-quoted-scalar"||e.type==="block-scalar");function HS(e){switch(e){case Qo:return"<BOM>";case Xo:return"<DOC>";case Zo:return"<FLOW_END>";case el:return"<SCALAR>";default:return JSON.stringify(e)}}function YS(e){switch(e){case Qo:return"byte-order-mark";case Xo:return"doc-mode";case Zo:return"flow-error-end";case el:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
115
+ `:case`\r
116
+ `:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(e[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}Le.createScalarToken=Jo.createScalarToken;Le.resolveAsScalar=Jo.resolveAsScalar;Le.setScalarValue=Jo.setScalarValue;Le.stringify=WS.stringify;Le.visit=VS.visit;Le.BOM=Qo;Le.DOCUMENT=Xo;Le.FLOW_END=Zo;Le.SCALAR=el;Le.isCollection=GS;Le.isScalar=KS;Le.prettyToken=HS;Le.tokenType=YS});var il=N(Lp=>{"use strict";var _i=ys();function Je(e){switch(e){case void 0:case" ":case`
117
+ `:case"\r":case" ":return!0;default:return!1}}var Dp=new Set("0123456789ABCDEFabcdef"),JS=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),bs=new Set(",[]{}"),QS=new Set(` ,[]{}
118
+ \r `),tl=e=>!e||QS.has(e),nl=class{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(t,n=!1){if(t){if(typeof t!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+t:t,this.lineEndPos=null}this.atEnd=!n;let i=this.next??"stream";for(;i&&(n||this.hasChars(1));)i=yield*this.parseNext(i)}atLineEnd(){let t=this.pos,n=this.buffer[t];for(;n===" "||n===" ";)n=this.buffer[++t];return!n||n==="#"||n===`
119
+ `?!0:n==="\r"?this.buffer[t+1]===`
120
+ `:!1}charAt(t){return this.buffer[this.pos+t]}continueScalar(t){let n=this.buffer[t];if(this.indentNext>0){let i=0;for(;n===" ";)n=this.buffer[++i+t];if(n==="\r"){let r=this.buffer[i+t+1];if(r===`
121
+ `||!r&&!this.atEnd)return t+i+1}return n===`
122
+ `||i>=this.indentNext||!n&&!this.atEnd?t+i:-1}if(n==="-"||n==="."){let i=this.buffer.substr(t,3);if((i==="---"||i==="...")&&Je(this.buffer[t+3]))return-1}return t}getLine(){let t=this.lineEndPos;return(typeof t!="number"||t!==-1&&t<this.pos)&&(t=this.buffer.indexOf(`
123
+ `,this.pos),this.lineEndPos=t),t===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[t-1]==="\r"&&(t-=1),this.buffer.substring(this.pos,t))}hasChars(t){return this.pos+t<=this.buffer.length}setNext(t){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=t,null}peek(t){return this.buffer.substr(this.pos,t)}*parseNext(t){switch(t){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let t=this.getLine();if(t===null)return this.setNext("stream");if(t[0]===_i.BOM&&(yield*this.pushCount(1),t=t.substring(1)),t[0]==="%"){let n=t.length,i=t.indexOf("#");for(;i!==-1;){let s=t[i-1];if(s===" "||s===" "){n=i-1;break}else i=t.indexOf("#",i+1)}for(;;){let s=t[n-1];if(s===" "||s===" ")n-=1;else break}let r=(yield*this.pushCount(n))+(yield*this.pushSpaces(!0));return yield*this.pushCount(t.length-r),this.pushNewline(),"stream"}if(this.atLineEnd()){let n=yield*this.pushSpaces(!0);return yield*this.pushCount(t.length-n),yield*this.pushNewline(),"stream"}return yield _i.DOCUMENT,yield*this.parseLineStart()}*parseLineStart(){let t=this.charAt(0);if(!t&&!this.atEnd)return this.setNext("line-start");if(t==="-"||t==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");let n=this.peek(3);if((n==="---"||n==="...")&&Je(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,n==="---"?"doc":"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!Je(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[t,n]=this.peek(2);if(!n&&!this.atEnd)return this.setNext("block-start");if((t==="-"||t==="?"||t===":")&&Je(n)){let i=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=i,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let t=this.getLine();if(t===null)return this.setNext("doc");let n=yield*this.pushIndicators();switch(t[n]){case"#":yield*this.pushCount(t.length-n);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(tl),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return n+=yield*this.parseBlockScalarHeader(),n+=yield*this.pushSpaces(!0),yield*this.pushCount(t.length-n),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let t,n,i=-1;do t=yield*this.pushNewline(),t>0?(n=yield*this.pushSpaces(!1),this.indentValue=i=n):n=0,n+=yield*this.pushSpaces(!0);while(t+n>0);let r=this.getLine();if(r===null)return this.setNext("flow");if((i!==-1&&i<this.indentNext&&r[0]!=="#"||i===0&&(r.startsWith("---")||r.startsWith("..."))&&Je(r[3]))&&!(i===this.indentNext-1&&this.flowLevel===1&&(r[0]==="]"||r[0]==="}")))return this.flowLevel=0,yield _i.FLOW_END,yield*this.parseLineStart();let s=0;for(;r[s]===",";)s+=yield*this.pushCount(1),s+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(s+=yield*this.pushIndicators(),r[s]){case void 0:return"flow";case"#":return yield*this.pushCount(r.length-s),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(tl),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{let a=this.charAt(1);if(this.flowKey||Je(a)||a===",")return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),"flow"}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){let t=this.charAt(0),n=this.buffer.indexOf(t,this.pos+1);if(t==="'")for(;n!==-1&&this.buffer[n+1]==="'";)n=this.buffer.indexOf("'",n+2);else for(;n!==-1;){let s=0;for(;this.buffer[n-1-s]==="\\";)s+=1;if(s%2===0)break;n=this.buffer.indexOf('"',n+1)}let i=this.buffer.substring(0,n),r=i.indexOf(`
124
+ `,this.pos);if(r!==-1){for(;r!==-1;){let s=this.continueScalar(r+1);if(s===-1)break;r=i.indexOf(`
125
+ `,s)}r!==-1&&(n=r-(i[r-1]==="\r"?2:1))}if(n===-1){if(!this.atEnd)return this.setNext("quoted-scalar");n=this.buffer.length}return yield*this.pushToIndex(n+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let t=this.pos;for(;;){let n=this.buffer[++t];if(n==="+")this.blockScalarKeep=!0;else if(n>"0"&&n<="9")this.blockScalarIndent=Number(n)-1;else if(n!=="-")break}return yield*this.pushUntil(n=>Je(n)||n==="#")}*parseBlockScalar(){let t=this.pos-1,n=0,i;e:for(let s=this.pos;i=this.buffer[s];++s)switch(i){case" ":n+=1;break;case`
126
+ `:t=s,n=0;break;case"\r":{let a=this.buffer[s+1];if(!a&&!this.atEnd)return this.setNext("block-scalar");if(a===`
127
+ `)break}default:break e}if(!i&&!this.atEnd)return this.setNext("block-scalar");if(n>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=n:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{let s=this.continueScalar(t+1);if(s===-1)break;t=this.buffer.indexOf(`
128
+ `,s)}while(t!==-1);if(t===-1){if(!this.atEnd)return this.setNext("block-scalar");t=this.buffer.length}}let r=t+1;for(i=this.buffer[r];i===" ";)i=this.buffer[++r];if(i===" "){for(;i===" "||i===" "||i==="\r"||i===`
129
+ `;)i=this.buffer[++r];t=r-1}else if(!this.blockScalarKeep)do{let s=t-1,a=this.buffer[s];a==="\r"&&(a=this.buffer[--s]);let o=s;for(;a===" ";)a=this.buffer[--s];if(a===`
130
+ `&&s>=this.pos&&s+1+n>o)t=s;else break}while(!0);return yield _i.SCALAR,yield*this.pushToIndex(t+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let t=this.flowLevel>0,n=this.pos-1,i=this.pos-1,r;for(;r=this.buffer[++i];)if(r===":"){let s=this.buffer[i+1];if(Je(s)||t&&bs.has(s))break;n=i}else if(Je(r)){let s=this.buffer[i+1];if(r==="\r"&&(s===`
131
+ `?(i+=1,r=`
132
+ `,s=this.buffer[i+1]):n=i),s==="#"||t&&bs.has(s))break;if(r===`
133
+ `){let a=this.continueScalar(i+1);if(a===-1)break;i=Math.max(i,a-2)}}else{if(t&&bs.has(r))break;n=i}return!r&&!this.atEnd?this.setNext("plain-scalar"):(yield _i.SCALAR,yield*this.pushToIndex(n+1,!0),t?"flow":"doc")}*pushCount(t){return t>0?(yield this.buffer.substr(this.pos,t),this.pos+=t,t):0}*pushToIndex(t,n){let i=this.buffer.slice(this.pos,t);return i?(yield i,this.pos+=i.length,i.length):(n&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(tl))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{let t=this.flowLevel>0,n=this.charAt(1);if(Je(n)||t&&bs.has(n))return t?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if(this.charAt(1)==="<"){let t=this.pos+2,n=this.buffer[t];for(;!Je(n)&&n!==">";)n=this.buffer[++t];return yield*this.pushToIndex(n===">"?t+1:t,!1)}else{let t=this.pos+1,n=this.buffer[t];for(;n;)if(JS.has(n))n=this.buffer[++t];else if(n==="%"&&Dp.has(this.buffer[t+1])&&Dp.has(this.buffer[t+2]))n=this.buffer[t+=3];else break;return yield*this.pushToIndex(t,!1)}}*pushNewline(){let t=this.buffer[this.pos];return t===`
134
+ `?yield*this.pushCount(1):t==="\r"&&this.charAt(1)===`
135
+ `?yield*this.pushCount(2):0}*pushSpaces(t){let n=this.pos-1,i;do i=this.buffer[++n];while(i===" "||t&&i===" ");let r=n-this.pos;return r>0&&(yield this.buffer.substr(this.pos,r),this.pos=n),r}*pushUntil(t){let n=this.pos,i=this.buffer[n];for(;!t(i);)i=this.buffer[++n];return yield*this.pushToIndex(n,!1)}};Lp.Lexer=nl});var sl=N(Np=>{"use strict";var rl=class{constructor(){this.lineStarts=[],this.addNewLine=t=>this.lineStarts.push(t),this.linePos=t=>{let n=0,i=this.lineStarts.length;for(;n<i;){let s=n+i>>1;this.lineStarts[s]<t?n=s+1:i=s}if(this.lineStarts[n]===t)return{line:n+1,col:1};if(n===0)return{line:0,col:t};let r=this.lineStarts[n-1];return{line:n,col:t-r+1}}}};Np.LineCounter=rl});var ol=N(zp=>{"use strict";var XS=require("process"),Tp=ys(),ZS=il();function Tt(e,t){for(let n=0;n<e.length;++n)if(e[n].type===t)return!0;return!1}function Ip(e){for(let t=0;t<e.length;++t)switch(e[t].type){case"space":case"comment":case"newline":break;default:return t}return-1}function jp(e){switch(e?.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function ks(e){switch(e.type){case"document":return e.start;case"block-map":{let t=e.items[e.items.length-1];return t.sep??t.start}case"block-seq":return e.items[e.items.length-1].start;default:return[]}}function Nn(e){if(e.length===0)return[];let t=e.length;e:for(;--t>=0;)switch(e[t].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;e[++t]?.type==="space";);return e.splice(t,e.length)}function Fp(e){if(e.start.type==="flow-seq-start")for(let t of e.items)t.sep&&!t.value&&!Tt(t.start,"explicit-key-ind")&&!Tt(t.sep,"map-value-ind")&&(t.key&&(t.value=t.key),delete t.key,jp(t.value)?t.value.end?Array.prototype.push.apply(t.value.end,t.sep):t.value.end=t.sep:Array.prototype.push.apply(t.start,t.sep),delete t.sep)}var al=class{constructor(t){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new ZS.Lexer,this.onNewLine=t}*parse(t,n=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(let i of this.lexer.lex(t,n))yield*this.next(i);n||(yield*this.end())}*next(t){if(this.source=t,XS.env.LOG_TOKENS&&console.log("|",Tp.prettyToken(t)),this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=t.length;return}let n=Tp.tokenType(t);if(n)if(n==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=n,yield*this.step(),n){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+t.length);break;case"space":this.atNewLine&&t[0]===" "&&(this.indent+=t.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=t.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=t.length}else{let i=`Not a YAML token: ${t}`;yield*this.pop({type:"error",offset:this.offset,message:i,source:t}),this.offset+=t.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let t=this.peek(1);if(this.type==="doc-end"&&t?.type!=="doc-end"){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!t)return yield*this.stream();switch(t.type){case"document":return yield*this.document(t);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(t);case"block-scalar":return yield*this.blockScalar(t);case"block-map":return yield*this.blockMap(t);case"block-seq":return yield*this.blockSequence(t);case"flow-collection":return yield*this.flowCollection(t);case"doc-end":return yield*this.documentEnd(t)}yield*this.pop()}peek(t){return this.stack[this.stack.length-t]}*pop(t){let n=t??this.stack.pop();if(!n)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield n;else{let i=this.peek(1);switch(n.type==="block-scalar"?n.indent="indent"in i?i.indent:0:n.type==="flow-collection"&&i.type==="document"&&(n.indent=0),n.type==="flow-collection"&&Fp(n),i.type){case"document":i.value=n;break;case"block-scalar":i.props.push(n);break;case"block-map":{let r=i.items[i.items.length-1];if(r.value){i.items.push({start:[],key:n,sep:[]}),this.onKeyLine=!0;return}else if(r.sep)r.value=n;else{Object.assign(r,{key:n,sep:[]}),this.onKeyLine=!r.explicitKey;return}break}case"block-seq":{let r=i.items[i.items.length-1];r.value?i.items.push({start:[],value:n}):r.value=n;break}case"flow-collection":{let r=i.items[i.items.length-1];!r||r.value?i.items.push({start:[],key:n,sep:[]}):r.sep?r.value=n:Object.assign(r,{key:n,sep:[]});return}default:yield*this.pop(),yield*this.pop(n)}if((i.type==="document"||i.type==="block-map"||i.type==="block-seq")&&(n.type==="block-map"||n.type==="block-seq")){let r=n.items[n.items.length-1];r&&!r.sep&&!r.value&&r.start.length>0&&Ip(r.start)===-1&&(n.indent===0||r.start.every(s=>s.type!=="comment"||s.indent<n.indent))&&(i.type==="document"?i.end=r.start:i.items.push({start:r.start}),n.items.splice(-1,1))}}}*stream(){switch(this.type){case"directive-line":yield{type:"directive",offset:this.offset,source:this.source};return;case"byte-order-mark":case"space":case"comment":case"newline":yield this.sourceToken;return;case"doc-mode":case"doc-start":{let t={type:"document",offset:this.offset,start:[]};this.type==="doc-start"&&t.start.push(this.sourceToken),this.stack.push(t);return}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(t){if(t.value)return yield*this.lineEnd(t);switch(this.type){case"doc-start":{Ip(t.start)!==-1?(yield*this.pop(),yield*this.step()):t.start.push(this.sourceToken);return}case"anchor":case"tag":case"space":case"comment":case"newline":t.start.push(this.sourceToken);return}let n=this.startBlockValue(t);n?this.stack.push(n):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(t){if(this.type==="map-value-ind"){let n=ks(this.peek(2)),i=Nn(n),r;t.end?(r=t.end,r.push(this.sourceToken),delete t.end):r=[this.sourceToken];let s={type:"block-map",offset:t.offset,indent:t.indent,items:[{start:i,key:t,sep:r}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=s}else yield*this.lineEnd(t)}*blockScalar(t){switch(this.type){case"space":case"comment":case"newline":t.props.push(this.sourceToken);return;case"scalar":if(t.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let n=this.source.indexOf(`
136
+ `)+1;for(;n!==0;)this.onNewLine(this.offset+n),n=this.source.indexOf(`
137
+ `,n)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(t){let n=t.items[t.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,n.value){let i="end"in n.value?n.value.end:void 0;(Array.isArray(i)?i[i.length-1]:void 0)?.type==="comment"?i?.push(this.sourceToken):t.items.push({start:[this.sourceToken]})}else n.sep?n.sep.push(this.sourceToken):n.start.push(this.sourceToken);return;case"space":case"comment":if(n.value)t.items.push({start:[this.sourceToken]});else if(n.sep)n.sep.push(this.sourceToken);else{if(this.atIndentedComment(n.start,t.indent)){let r=t.items[t.items.length-2]?.value?.end;if(Array.isArray(r)){Array.prototype.push.apply(r,n.start),r.push(this.sourceToken),t.items.pop();return}}n.start.push(this.sourceToken)}return}if(this.indent>=t.indent){let i=!this.onKeyLine&&this.indent===t.indent,r=i&&(n.sep||n.explicitKey)&&this.type!=="seq-item-ind",s=[];if(r&&n.sep&&!n.value){let a=[];for(let o=0;o<n.sep.length;++o){let l=n.sep[o];switch(l.type){case"newline":a.push(o);break;case"space":break;case"comment":l.indent>t.indent&&(a.length=0);break;default:a.length=0}}a.length>=2&&(s=n.sep.splice(a[1]))}switch(this.type){case"anchor":case"tag":r||n.value?(s.push(this.sourceToken),t.items.push({start:s}),this.onKeyLine=!0):n.sep?n.sep.push(this.sourceToken):n.start.push(this.sourceToken);return;case"explicit-key-ind":!n.sep&&!n.explicitKey?(n.start.push(this.sourceToken),n.explicitKey=!0):r||n.value?(s.push(this.sourceToken),t.items.push({start:s,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(n.explicitKey)if(n.sep)if(n.value)t.items.push({start:[],key:null,sep:[this.sourceToken]});else if(Tt(n.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:s,key:null,sep:[this.sourceToken]}]});else if(jp(n.key)&&!Tt(n.sep,"newline")){let a=Nn(n.start),o=n.key,l=n.sep;l.push(this.sourceToken),delete n.key,delete n.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:o,sep:l}]})}else s.length>0?n.sep=n.sep.concat(s,this.sourceToken):n.sep.push(this.sourceToken);else if(Tt(n.start,"newline"))Object.assign(n,{key:null,sep:[this.sourceToken]});else{let a=Nn(n.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:null,sep:[this.sourceToken]}]})}else n.sep?n.value||r?t.items.push({start:s,key:null,sep:[this.sourceToken]}):Tt(n.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):n.sep.push(this.sourceToken):Object.assign(n,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let a=this.flowScalar(this.type);r||n.value?(t.items.push({start:s,key:a,sep:[]}),this.onKeyLine=!0):n.sep?this.stack.push(a):(Object.assign(n,{key:a,sep:[]}),this.onKeyLine=!0);return}default:{let a=this.startBlockValue(t);if(a){if(a.type==="block-seq"){if(!n.explicitKey&&n.sep&&!Tt(n.sep,"newline")){yield*this.pop({type:"error",offset:this.offset,message:"Unexpected block-seq-ind on same line with key",source:this.source});return}}else i&&t.items.push({start:s});this.stack.push(a);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(t){let n=t.items[t.items.length-1];switch(this.type){case"newline":if(n.value){let i="end"in n.value?n.value.end:void 0;(Array.isArray(i)?i[i.length-1]:void 0)?.type==="comment"?i?.push(this.sourceToken):t.items.push({start:[this.sourceToken]})}else n.start.push(this.sourceToken);return;case"space":case"comment":if(n.value)t.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(n.start,t.indent)){let r=t.items[t.items.length-2]?.value?.end;if(Array.isArray(r)){Array.prototype.push.apply(r,n.start),r.push(this.sourceToken),t.items.pop();return}}n.start.push(this.sourceToken)}return;case"anchor":case"tag":if(n.value||this.indent<=t.indent)break;n.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==t.indent)break;n.value||Tt(n.start,"seq-item-ind")?t.items.push({start:[this.sourceToken]}):n.start.push(this.sourceToken);return}if(this.indent>t.indent){let i=this.startBlockValue(t);if(i){this.stack.push(i);return}}yield*this.pop(),yield*this.step()}*flowCollection(t){let n=t.items[t.items.length-1];if(this.type==="flow-error-end"){let i;do yield*this.pop(),i=this.peek(1);while(i?.type==="flow-collection")}else if(t.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!n||n.sep?t.items.push({start:[this.sourceToken]}):n.start.push(this.sourceToken);return;case"map-value-ind":!n||n.value?t.items.push({start:[],key:null,sep:[this.sourceToken]}):n.sep?n.sep.push(this.sourceToken):Object.assign(n,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!n||n.value?t.items.push({start:[this.sourceToken]}):n.sep?n.sep.push(this.sourceToken):n.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let r=this.flowScalar(this.type);!n||n.value?t.items.push({start:[],key:r,sep:[]}):n.sep?this.stack.push(r):Object.assign(n,{key:r,sep:[]});return}case"flow-map-end":case"flow-seq-end":t.end.push(this.sourceToken);return}let i=this.startBlockValue(t);i?this.stack.push(i):(yield*this.pop(),yield*this.step())}else{let i=this.peek(2);if(i.type==="block-map"&&(this.type==="map-value-ind"&&i.indent===t.indent||this.type==="newline"&&!i.items[i.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type==="map-value-ind"&&i.type!=="flow-collection"){let r=ks(i),s=Nn(r);Fp(t);let a=t.end.splice(1,t.end.length);a.push(this.sourceToken);let o={type:"block-map",offset:t.offset,indent:t.indent,items:[{start:s,key:t,sep:a}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=o}else yield*this.lineEnd(t)}}flowScalar(t){if(this.onNewLine){let n=this.source.indexOf(`
138
+ `)+1;for(;n!==0;)this.onNewLine(this.offset+n),n=this.source.indexOf(`
139
+ `,n)+1}return{type:t,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(t){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let n=ks(t),i=Nn(n);return i.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:i,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let n=ks(t),i=Nn(n);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:i,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(t,n){return this.type!=="comment"||this.indent<=n?!1:t.every(i=>i.type==="newline"||i.type==="space")}*documentEnd(t){this.type!=="doc-mode"&&(t.end?t.end.push(this.sourceToken):t.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(t){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;default:t.end?t.end.push(this.sourceToken):t.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}};zp.Parser=al});var _p=N(Mi=>{"use strict";var qp=Ko(),ev=Fi(),Bi=qi(),tv=Wa(),nv=W(),iv=sl(),Op=ol();function Pp(e){let t=e.prettyErrors!==!1;return{lineCounter:e.lineCounter||t&&new iv.LineCounter||null,prettyErrors:t}}function rv(e,t={}){let{lineCounter:n,prettyErrors:i}=Pp(t),r=new Op.Parser(n?.addNewLine),s=new qp.Composer(t),a=Array.from(s.compose(r.parse(e)));if(i&&n)for(let o of a)o.errors.forEach(Bi.prettifyError(e,n)),o.warnings.forEach(Bi.prettifyError(e,n));return a.length>0?a:Object.assign([],{empty:!0},s.streamInfo())}function Rp(e,t={}){let{lineCounter:n,prettyErrors:i}=Pp(t),r=new Op.Parser(n?.addNewLine),s=new qp.Composer(t),a=null;for(let o of s.compose(r.parse(e),!0,e.length))if(!a)a=o;else if(a.options.logLevel!=="silent"){a.errors.push(new Bi.YAMLParseError(o.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return i&&n&&(a.errors.forEach(Bi.prettifyError(e,n)),a.warnings.forEach(Bi.prettifyError(e,n))),a}function sv(e,t,n){let i;typeof t=="function"?i=t:n===void 0&&t&&typeof t=="object"&&(n=t);let r=Rp(e,n);if(!r)return null;if(r.warnings.forEach(s=>tv.warn(r.options.logLevel,s)),r.errors.length>0){if(r.options.logLevel!=="silent")throw r.errors[0];r.errors=[]}return r.toJS(Object.assign({reviver:i},n))}function av(e,t,n){let i=null;if(typeof t=="function"||Array.isArray(t)?i=t:n===void 0&&t&&(n=t),typeof n=="string"&&(n=n.length),typeof n=="number"){let r=Math.round(n);n=r<1?void 0:r>8?{indent:8}:{indent:r}}if(e===void 0){let{keepUndefined:r}=n??t??{};if(!r)return}return nv.isDocument(e)&&!i?e.toString(n):new ev.Document(e,i,n).toString(n)}Mi.parse=sv;Mi.parseAllDocuments=rv;Mi.parseDocument=Rp;Mi.stringify=av});var Tn=N(H=>{"use strict";var ov=Ko(),lv=Fi(),uv=Do(),ll=qi(),cv=mi(),It=W(),hv=Ct(),fv=te(),pv=Lt(),dv=Nt(),mv=ys(),gv=il(),yv=sl(),bv=ol(),ws=_p(),Bp=hi();H.Composer=ov.Composer;H.Document=lv.Document;H.Schema=uv.Schema;H.YAMLError=ll.YAMLError;H.YAMLParseError=ll.YAMLParseError;H.YAMLWarning=ll.YAMLWarning;H.Alias=cv.Alias;H.isAlias=It.isAlias;H.isCollection=It.isCollection;H.isDocument=It.isDocument;H.isMap=It.isMap;H.isNode=It.isNode;H.isPair=It.isPair;H.isScalar=It.isScalar;H.isSeq=It.isSeq;H.Pair=hv.Pair;H.Scalar=fv.Scalar;H.YAMLMap=pv.YAMLMap;H.YAMLSeq=dv.YAMLSeq;H.CST=mv;H.Lexer=gv.Lexer;H.LineCounter=yv.LineCounter;H.Parser=bv.Parser;H.parse=ws.parse;H.parseAllDocuments=ws.parseAllDocuments;H.parseDocument=ws.parseDocument;H.stringify=ws.stringify;H.visit=Bp.visit;H.visitAsync=Bp.visitAsync});var Xp=N((VC,Qp)=>{"use strict";var vs=Object.prototype.hasOwnProperty,Jp=Object.prototype.toString,Wp=Object.defineProperty,Vp=Object.getOwnPropertyDescriptor,Gp=function(t){return typeof Array.isArray=="function"?Array.isArray(t):Jp.call(t)==="[object Array]"},Kp=function(t){if(!t||Jp.call(t)!=="[object Object]")return!1;var n=vs.call(t,"constructor"),i=t.constructor&&t.constructor.prototype&&vs.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!n&&!i)return!1;var r;for(r in t);return typeof r>"u"||vs.call(t,r)},Hp=function(t,n){Wp&&n.name==="__proto__"?Wp(t,n.name,{enumerable:!0,configurable:!0,value:n.newValue,writable:!0}):t[n.name]=n.newValue},Yp=function(t,n){if(n==="__proto__")if(vs.call(t,n)){if(Vp)return Vp(t,n).value}else return;return t[n]};Qp.exports=function e(){var t,n,i,r,s,a,o=arguments[0],l=1,u=arguments.length,h=!1;for(typeof o=="boolean"&&(h=o,o=arguments[1]||{},l=2),(o==null||typeof o!="object"&&typeof o!="function")&&(o={});l<u;++l)if(t=arguments[l],t!=null)for(n in t)i=Yp(o,n),r=Yp(t,n),o!==r&&(h&&r&&(Kp(r)||(s=Gp(r)))?(s?(s=!1,a=i&&Gp(i)?i:[]):a=i&&Kp(i)?i:{},Hp(o,{name:n,newValue:e(h,a,r)})):typeof r<"u"&&Hp(o,{name:n,newValue:r}));return o}});var Fd=N(($T,Ml)=>{"use strict";(function(){var e;typeof Ml<"u"?e=Ml.exports=i:e=(function(){return this||(0,eval)("this")})(),e.format=i,e.vsprintf=n,typeof console<"u"&&typeof console.log=="function"&&(e.printf=t);function t(){console.log(i.apply(null,arguments))}function n(r,s){return i.apply(null,[r].concat(s))}function i(r){for(var s=1,a=[].slice.call(arguments),o=0,l=r.length,u="",h,c=!1,f,p,m=!1,d,g=function(){return a[s++]},y=function(){for(var w="";/\d/.test(r[o]);)w+=r[o++],h=r[o];return w.length>0?parseInt(w):null};o<l;++o)if(h=r[o],c)switch(c=!1,h=="."?(m=!1,h=r[++o]):h=="0"&&r[o+1]=="."?(m=!0,o+=2,h=r[o]):m=!0,d=y(),h){case"b":u+=parseInt(g(),10).toString(2);break;case"c":f=g(),typeof f=="string"||f instanceof String?u+=f:u+=String.fromCharCode(parseInt(f,10));break;case"d":u+=parseInt(g(),10);break;case"f":p=String(parseFloat(g()).toFixed(d||6)),u+=m?p:p.replace(/^0/,"");break;case"j":u+=JSON.stringify(g());break;case"o":u+="0"+parseInt(g(),10).toString(8);break;case"s":u+=g();break;case"x":u+="0x"+parseInt(g(),10).toString(16);break;case"X":u+="0x"+parseInt(g(),10).toString(16).toUpperCase();break;default:u+=h;break}else h==="%"?c=!0:u+=h;return u}})()});function km(e){if(typeof e!="number"||Number.isNaN(e)||e<1||e===Number.POSITIVE_INFINITY)throw new Error("`"+e+"` is not a valid argument for `n-gram`");return t;function t(n){let i=[];if(n==null)return i;let r=typeof n.slice=="function"?n:String(n),s=r.length-e+1;if(s<1)return i;for(;s--;)i[s]=r.slice(s,s+e);return i}}var Rj,bm,wm=Wt(()=>{"use strict";Rj=km(2),bm=km(3)});function Sm(e,t){t?typeof t=="string"&&(t={style:t}):t={};let n=t.preserveLineEndings?Px:Rx;return String(e).replace(t.style==="html"?Ox:qx,t.trim?_x(n):n)}function Px(e){let t=/\r?\n|\r/.exec(e);return t?t[0]:" "}function Rx(){return" "}function _x(e){return t;function t(n,i,r){return i===0||i+n.length===r.length?"":e(n)}}var qx,Ox,vm=Wt(()=>{"use strict";qx=/\s+/g,Ox=/[\t\n\v\f\r ]+/g});function Bx(e){return e==null?"":Sm(String(e).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function Mx(e){return bm(" "+Bx(e)+" ")}function $x(e){let t=Mx(e),n={},i=-1;for(;++i<t.length;)xm.call(n,t[i])?n[t[i]]++:n[t[i]]=1;return n}function Em(e){let t=$x(e),n=[],i;for(i in t)xm.call(t,i)&&n.push([i,t[i]]);return n.sort(Ux),n}function Ux(e,t){return e[1]-t[1]}var xm,Am=Wt(()=>{"use strict";wm();vm();xm={}.hasOwnProperty});var Cm,Dm=Wt(()=>{"use strict";Cm={cmn:/[\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u3005\u3007\u3021-\u3029\u3038-\u303B\u3400-\u4DBF\u4E00-\u9FFF\uF900-\uFA6D\uFA70-\uFAD9]|\uD81B[\uDFE2\uDFE3\uDFF0\uDFF1]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF]/g,Latin:/[A-Za-z\u00AA\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02B8\u02E0-\u02E4\u1D00-\u1D25\u1D2C-\u1D5C\u1D62-\u1D65\u1D6B-\u1D77\u1D79-\u1DBE\u1E00-\u1EFF\u2071\u207F\u2090-\u209C\u212A\u212B\u2132\u214E\u2160-\u2188\u2C60-\u2C7F\uA722-\uA787\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA7FF\uAB30-\uAB5A\uAB5C-\uAB64\uAB66-\uAB69\uFB00-\uFB06\uFF21-\uFF3A\uFF41-\uFF5A]|\uD801[\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]/g,Cyrillic:/[\u0400-\u0484\u0487-\u052F\u1C80-\u1C88\u1D2B\u1D78\u2DE0-\u2DFF\uA640-\uA69F\uFE2E\uFE2F]|\uD838[\uDC30-\uDC6D\uDC8F]/g,Arabic:/[\u0600-\u0604\u0606-\u060B\u060D-\u061A\u061C-\u061E\u0620-\u063F\u0641-\u064A\u0656-\u066F\u0671-\u06DC\u06DE-\u06FF\u0750-\u077F\u0870-\u088E\u0890\u0891\u0898-\u08E1\u08E3-\u08FF\uFB50-\uFBC2\uFBD3-\uFD3D\uFD40-\uFD8F\uFD92-\uFDC7\uFDCF\uFDF0-\uFDFF\uFE70-\uFE74\uFE76-\uFEFC]|\uD803[\uDE60-\uDE7E\uDEFD-\uDEFF]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB\uDEF0\uDEF1]/g,ben:/[\u0980-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09FE]/g,Devanagari:/[\u0900-\u0950\u0955-\u0963\u0966-\u097F\uA8E0-\uA8FF]|\uD806[\uDF00-\uDF09]/g,jpn:/[\u3041-\u3096\u309D-\u309F]|\uD82C[\uDC01-\uDD1F\uDD32\uDD50-\uDD52]|\uD83C\uDE00|[\u30A1-\u30FA\u30FD-\u30FF\u31F0-\u31FF\u32D0-\u32FE\u3300-\u3357\uFF66-\uFF6F\uFF71-\uFF9D]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00\uDD20-\uDD22\uDD55\uDD64-\uDD67]|[\u3400-\u4DB5\u4E00-\u9FAF]/g,jav:/[\uA980-\uA9CD\uA9D0-\uA9D9\uA9DE\uA9DF]/g,kor:/[\u1100-\u11FF\u302E\u302F\u3131-\u318E\u3200-\u321E\u3260-\u327E\uA960-\uA97C\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/g,tel:/[\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C77-\u0C7F]/g,tam:/[\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BFA]|\uD807[\uDFC0-\uDFF1\uDFFF]/g,guj:/[\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AF1\u0AF9-\u0AFF]/g,kan:/[\u0C80-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3]/g,mal:/[\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4F\u0D54-\u0D63\u0D66-\u0D7F]/g,mya:/[\u1000-\u109F\uA9E0-\uA9FE\uAA60-\uAA7F]/g,pan:/[\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A76]/g,amh:/[\u1200-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u137C\u1380-\u1399\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]/g,tha:/[\u0E01-\u0E3A\u0E40-\u0E5B]/g,sin:/[\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4]|\uD804[\uDDE1-\uDDF4]/g,ell:/[\u0370-\u0373\u0375-\u0377\u037A-\u037D\u037F\u0384\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03E1\u03F0-\u03FF\u1D26-\u1D2A\u1D5D-\u1D61\u1D66-\u1D6A\u1DBF\u1F00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEF\u1FF2-\u1FF4\u1FF6-\u1FFE\u2126\uAB65]|\uD800[\uDD40-\uDD8E\uDDA0]|\uD834[\uDE00-\uDE45]/g}});var Vs,Lm=Wt(()=>{"use strict";Vs={Latin:{spa:" de|de |os | la| a |la | y |\xF3n |i\xF3n|es |ere|rec|ien|o a|der|ci\xF3|cho|ech|en |a p|ent|a l|aci|el |na |ona|e d| co|as |da | to|al |ene| en|tod| pe|e l| el|ho |nte| su|per|a t|ad | ti|ers|tie| se|rso|son|e s| pr|o d|oda|te |cia|n d| es|dad|ida| in|ne |est|ion|cio|s d|con|a e| po|men| li|n e|nci|res|su |to |tra| re| lo|tad| na|los|a s| o |ia |que| pa|r\xE1 |pro| un|s y|ual|s e|lib|nac|do |ra |er |a d|ue | qu|e e|sta|nal|ar |nes|ica|a c|ser|or |ter|se |por|cci|io |del|l d|des|ado|les|one|a a|ndi| so| cu|s p|ale|s n|ame|par|ici|oci|una|ber|s t|rta|com| di|dos|e a|imi|o s|e c|ert|las|o p|ant|dic|nto| al|ara|ibe|enc|o e|s l|cas| as|e p|ten|ali|o t|soc|y l|n c|nta|so |tos|y a|ria|n t|die|a u| fu|no |l p|ial|qui|dis|s o|hos|gua|igu| ig| ca|sar|l t| ma|l e|pre| ac|tiv|s a|re |nad|vid|era| tr|ier|cua|n p|ta |cla|ade|bre|s s|esa|ntr|ecc|a i| le|lid|das|d d|ido|ari|ind|ada|nda|fun|mie|ca |tic|eli|y d|nid|e i|odo|ios|o y|esp|iva|y e|mat|bli|r a|dr\xE1|tri|cti|tal|rim|ont|er\xE1|us |sus|end|pen|tor|ito|ond|ori|uie|lig|n a|ist|rac|lar|rse|tar|mo |omo|ibr|n l|edi|med| me|nio|a y|eda|isf|lo |aso|l m|ias|ico|lic|ple|ste|act|tec|ote|rot|ele|ura| ni|ie |adi|u p|seg|s i|un |und|a n|lqu|alq|o i|inc|sti| si|n s|ern",eng:"the| th| an|he |nd |ion|and| to|to |tio| of|on |of | in|al |ati|or |ght|igh|rig| ri|ne |ent|one|ll |is |as |ver|ed | be|e r|in |t t|all|eve|ht | or|ery|s t|ty | ev|e h|yon| ha|ryo|e a|be |his| fr|ng |d t|has| sh|ing| hi|sha| pr| co| re|hal|nal|y a|s a|n t|ce |men|ree|fre|e s|l b|nat|for|ts |nt |n a|ity|ry |her|nce|ect|d i| pe|pro|n o|cti| fo|e e|ly |es | no|ona|ny |any|er |re |f t|e o| de|s o| wi|ter|nte|e i|ons| en| ar|res|ers|y t|per|d f| a | on|ith|l a|e t|oci|soc|lit| as| se|dom|edo|eed|nti|s e|t o|oth|wit| di|equ|t a|ted|st |y o|int|e p| ma| so| na|l o|e c|ch |d a|enc|th |are|ns |ic | un| fu|tat|ial|cia| ac|hts|nit|qua| eq| al|om |e w|d o|f h|ali|ote|n e| wh|r t|sta|ge |thi|o a|tit|ual|an |te |ess| ch|le |ary|e f|by | by|y i|tec|uni|o t|o o| li|no | la|s r| su|inc|led|rot|con| pu| he|ere|imi|r a|ntr| st| ot|eli|age|dis|s d|tle|itl|hou|son|duc|edu| wo|ate|ble|ces|at | at| fa|com|ive|o s|eme|o e|aw |law|tra|und|pen|nde|unt|oun|n s|s f|f a|tho|ms | is|act|cie|cat|uca| ed|anc|wor|ral|t i| me|o f|ily|pri|ren|ose|s c|en |d n|l c|ful|rar|nta|nst| ag|l p|min|din|sec|y e| tr|rso|ich|hic|whi|cou|ern|uri|r o|tic|iti|igi|lig|rat|rth|t f|oms|rit|d r|ee |e b|era|rou|se |ay |rs | ho|abl|e u",por:"de | de| se|\xE3o |os |to |em | e |do |o d| di|er |ito|eit|ser|ent|\xE7\xE3o| a |dir|ire|rei|o s|ade|dad|uma|as |no |e d| to|nte| co|o t|tod| ou|men|que|s e|man| pr| in| qu|es | te|hum|odo|e a|da | hu|ano|te |al |tem|o e|s d|ida|m d| pe| re|o a|ou |r h|e s|cia|a e| li|o p| es|res| do| da| \xE0 |ual| em| su|a\xE7\xE3|dos|a p|tra|est|ia |con|pro|ar |e p|is | na|r\xE1 |qua|a d| pa|com|ais|o c|ame|er\xE1| po|uer|sta|ber|ter| o |ess|ra |e e|das|o \xE0|nto|nal|o o|a c|ido|rda|erd| as|nci|sua|ona|des|ibe|lib|e t|ado|s n|ua |s t|ue | so|ica|ma |lqu|alq|tos|m s|a l|per|ada|oci|soc|cio|a n|par|aci|s a|pre|ont|m o|ura|a s| um|ion|e o|or |e r|pel|nta|ntr|a i|io |nac|\xEAnc|str|ali|ria|nst| tr|a q|int|o n|a o|ca |ela|u\xE7\xE3|lid|e l| at|sen|ese|r d|s p|egu|seg|vid|pri|sso|\xE9m |ime|tic|dis|ra\xE7|eci|ara| ca|nid|tru|\xF5es|ass|seu|por|a a|m p| ex|so |r i|e\xE7\xE3|te\xE7|ote|rot| le| ma|ing|a t|ran|era|rio|l d|eli|\xE7a |sti| ne|cid|ern|utr|out|r e|e c|tad|gua|igu| ig| os|s o|ru\xE7|ins|\xE7\xF5e|ios| fa|e n|sse| no|re |art|r p|rar|u p|inc|lei|cas|ico|u\xE9m|gu\xE9|ngu|nin| ni|gur|la |pen|n\xE7a|na |i\xE7\xE3|i\xE3o|cie|ist|sem|ta |ele|e f|om |tro| ao|rel|m a|s s|tar|eda|ied|uni|e m|s i|a f|ias| cu| ac|r a|\xE1 a|rem|ei |omo|rec|for|s f|esc|ant|\xE0 s| vi|o q|ver|a u|nda|und|fun",ind:"an |ang|ng | da|ak | pe|ata| se| ke| me|dan| di| be|ber|kan|ran|hak|per|yan| ya|nga|nya|gan| at|ara| ha|eng|asa|ora|men|n p|n k|erh|rha|n d|ya |ap |at |as |tan|n b|ala|a d| or|a s|san|tas|eti|uk |pen|g b|set|ntu|n y|tia|iap|k m|eba|aan| un|n s|tuk|k a|p o|am |lam| ma|unt| de|ter|bas|beb|dak|end|i d|pun|mem|tau|dal|ama|keb|aka|ika|n m| ba|di |ma | sa|den|au |nda|n h|eri| ti|ela|k d|un |n a|ebe|ana|ah |ra |ida|uka| te|al |ada|ri |ole|tid|ngg|lak|leh|dap|a p|dil|g d|ena|eh |gar|na |ert|apa|um |tu |atu|a m|sam|ila|har|n t|asi|ban|erl|t d|bat|uat|ta |lan|adi|h d|neg| ne|kum|mas|nan|pat|aha| in|l d|emp|sem|rus|sua|ser|uan|era|ari|erb|kat|man|a b|g s|rta|ai |nny|n u|ung|ndi|han|uku|huk| hu|sa |ers|in | la|ka | su|ann|car|kes|aku|dip|i s|a a|erk|n i|lai|rga|aru|k h|i m|rka|a u|us |nak|emb|gga|nta|iba| pu|ind|s p|ent|mel|ina|min|ian|dar|ni |rma|lua|rik|ndu|lin|sia|rbu|g p|k s|da |aya|ese|u d|ega|nas|ar |ipe|yar|sya|ik |aga| ta|ain|ua |arg|uar|iny|pem|ut |si |dun|eor|seo|rak|ngs|ami|kel|ini|g t|dik|mer|emu|aks|rat|uru|ewa|il |enu|any|kep|pel|asu|rli|ia |dir|jam|mba|mat|pan|g m|ses|sar|das|kuk|bol|ili|u k|gsa|u p|a k|ern|ant|raa|t p|ema|mua|idi|did|t s|i k|rin|erm|esu|ger|elu|nja|enj|ga |dit",fra:" de|es |de |ion|nt |tio|et |ne |on | et|ent|le |oit|e d| la|e p|la |it | \xE0 |t d|roi|dro| dr| le|t\xE9 |e s|ati|te |re | to|s d|men|tou|e l|ns | pe| co|son|que| au| so|e a|onn|out| un| qu| sa| pr|ute|eme| l\u2019|t \xE0| a |e e|con|des| pa|ue |ers|e c| li|a d|per|ont|s e|t l|les|ts |tre|s l|ant| ou|cti|rso|ou |ce |ux |\xE0 l|nne|ons|it\xE9|en |un | en|er |une|n d|sa |lle| in|nte|e t| se|lib|res|a l|ire| d\u2019| re|\xE9 d|nat|iqu|ur |r l|t a|s s|aux|par|nal|a p|ans|dan|qui|t p| d\xE9|pro|s p|air| ne| fo|ert|s a|nce|au |ui |ect|du |ond|ale|lit| po|san| ch|\xE9s | na|us |com|our|ali|tra| ce|al |e o|e n|rt\xE9|ber|ibe|tes|r d|e r|its| di|\xEAtr|pou|\xE9t\xE9|s c|\xE0 u|ell|int|fon|oci|soc|ut |ter| da|aut|ien|rai| do|iss|s n| ma|bli|ge |est|s o| du|ona|n p|pri|rs |\xE9ga| \xEAt|ous|ens|ar |age|s t| su|cia|u d|cun|rat| es|ir |n c|e m| \xE9t|t \xEA|a c| ac|ote|n t|ein| tr|a s|ndi|e q|sur|\xE9e |ser|l n| pl|anc|lig|t s|n e|s i|t e| \xE9g|ain|omm|act|ntr|tec|gal|ul | nu| vi|me |nda|ind|soi|st | te|pay|tat|era|il |rel|n a|dis|n s|pr\xE9|peu|rit|\xE9 e|t \xE9|bre|sen|ill|l\u2019a|d\u2019a| mo|ass|lic|art| pu|abl|nta|t c|rot| on| lo|ure|l\u2019e|ava|ten|nul|ivi|t i|ess|ys |ays| fa|ine|eur|r\xE9s|cla|t\xE9s|oir|eut|e f|utr|doi|ibr|ais|ins|\xE9ra|\u2019en|i\xE9t|l e|s \xE9|nt\xE9| r\xE9|ssi| as|nse|ces|\xE9 a",deu:"en |er |der|ein| un|nd |und|ung|cht|ich| de|sch|ng | ge|ine|ech|gen|rec|che|ie | re|eit| au|ht |die| di| ha|ch | da|ver| zu|lic|t d|in |auf| ei| in| be|hen|nde|n d|uf |ede| ve|it |ten|n s|sei|at |jed| je| se|and|rei|s r|den|ter|ne |hat|t a|r h|zu |das|ode| od|as |es | an|fre|nge| we|n u|run| fr|ere|e u|lle|ner|nte|hei|ese| so|rde|wer|ige| al|ers|n g|hte|d d| st|n j|lei|all|n a|nen|ege|ent|bei|g d|erd|t u|ren|nsc|chu| gr|kei|ens|le |ben|aft|haf|cha|tli|ges|e s| si|men| vo|lun|em |r s|ion|te |len|gru|gun|tig|unt|uch|spr|n e|ft |ei |e f| wi| sc|r d|n n|geh|r g|dar|sta|erk| er|r e|sen|eic|gle| gl|lie|e e|tz |fen|n i|nie|f g|t w|des|chl|ite|ihe|eih|ies|ruc|st |ist|n w|h a|n z|e a| ni|ang|rf |arf|gem|ale|ati|on |he |t s|ach| na|end|n o|pru|ans|sse|ern|aat|taa|ehe|e d|hli|hre|int|tio|her|nsp|de |mei| ar|r a|ffe|e b|wie|erf|abe|hab|ndl|n v|sic|t i|han|ema|nat|ber|ied|geg|d s|nun|d f|ind| me|gke|igk|ie\xDF| fa|igu|hul|r v|dig|rch|urc|dur| du|utz|hut|tra|aus|alt|bes|str|ell|ste|ger|r o|esc|e g|rbe|arb|ohn|r b|mit|d g|r w|ntl|sow|n h|nne|etz|raf|dlu| ih|lte|man|iem|erh|eru| is|dem|lan|rt |son|isc|eli|rel|n r|e i|rli|r i| mi|e m|ild|bil| bi|eme| en|ins|f\xFCr| f\xFC|gel|\xF6ff| \xF6f|owi|ill|wil|e v|ric|f e",jav:"ng |an | ka|ang|ing|kan| sa|ak |lan| la|hak| pa| ha|ara|ne |abe| in|n k|ngg|ong|ane|nga|ant|won|uwo| an| uw|nin|ata|n u|en |ra |tan| da|ran|ana| ma|nth|ake|ben|beb|hi |ke |sab|nda| ng|adi|thi|nan|a k| ba|san|asa|ni |e h|e k|g k| ut|pan|awa| be|eba|gan|g p|dan| wa|bas|aka|dha|yan|sa |arb|man| di|wa |g d| na|g n|ban| tu|n s|ung|wen|g s|rbe|dar|dak|di |g u|ora|aya|be |ah |a s|eni| or|han|as | pr|a n|na |iya|a a|kar|at |a l|mar|uwe|duw|uta|und|n p|asi|pa | si|ala|n n| un|kab|oni|ya |i h|gar|g b|yat|tum|ta |n m|i k|apa|taw| li|ani| ke|al |ka |kal|ngk|ega| ne|nal|n i|g a|ggo|ina|we |ena|dad|iba|awi|aga|a p| ta|sar|adh|awe|and|uju|ind|min|sin|ndu|uwa|gge|n l|ggu|ngs|n b|a b|pra|iji|n a|ha | bi|kat|go | ku|e p|ron|kak|ngu|a u|gsa|war|nya|g t|pad|bis|k b|i w|ae |wae| nd|ali|a m|er |sak|e s|ku |liy|ama|i l|eh |isa|arg|n t|a d|kap|i s|ayo|gay| pe|ndh|bad|pri|neg|tow|uto|eda|bed|il |ih | ik|ur |k k|rta|art|i p|rga|lak|ami|ro |aro|yom|r k|e d|a w|kon|rib|eng|ger|g l|ras|dil| ti|k l|rap|mra|uma| pi|k h|n d|gaw|wat|ga |k n|ar |per| we|oma|k p|jro|ajr|saj|ase|ini|ken|saw|ona|nas|kas|h k|i t| um|tin|wo | me|aba|rak|pag|yar|sya|t k| te| mu|ngl| ni|i b|men|ate|a i|aku|ebu|a t| du|g m|owo|mat| lu|amp",vie:"ng |\u0323c |\u0301c | qu|a\u0300 | th|nh | ng|\u0323i |\u0300n |va\u0300| va| nh|uy\xEA| ph|quy| ca|\xEA\u0300n|y\xEA\u0300|\u0300nh|\u0300i |\u0323t | ch|o\u0301 | tr|ng\u01B0|i n| gi|g\u01B0\u01A1|\u01A1\u0300i|\u01B0\u01A1\u0300|\u0301t | co|\u01B0\u01A1\u0323| cu|a\u0301c|\u01B0\u0323 |\u01A1\u0323c| kh| \u0111\u01B0|\u0111\u01B0\u01A1| t\u01B0|co\u0301| ha|\xF4ng|c t| \u0111\xEA|n t|i \u0111|i\u0300n|\u0300u |ca\u0301|gia|\u0301i |o\u0323i|mo\u0323| mo|\xEA\u0300u|i\xEA\u0323|\u0111\xEA\u0300|u c|nh\u01B0|pha| ba| bi|\xE2\u0301t|\u0309a |u\u0309a|cu\u0309|h\xF4n| \u0111\xF4|g t|\u0301 q|\u0303ng| ti|t\u01B0\u0323|t c|\u0323n | la|n \u0111|n c|n n|hi\xEA|ch |ay |hay| vi|\xE2n | \u0111i| na|ba\u0309| ho|do | do| t\xF4| hi|\xF4\u0323i|ha\u0301|i\u0323 |na\u0300|\u0300 t|\u01A1\u0301i|h\xE2n| m\xF4|\u0301p |a\u0300n|\u0323 d|\u0301ch|\u0323p |\u0300o |a\u0300o|kh\xF4|\u0301n |\xF4\u0323t|m\xF4\u0323| h\xF4|ia |\xF4\u0301c|c h|h\u01B0\u0303|i v|g n|\u0301ng|u\xF4\u0301|qu\xF4|h t|\xF4n |\xEAn |n v|nh\xE2|\u0323 t| b\xE2|i c|g v|\u0309ng|i\xEA\u0301|c c|\xE2\u0323t|th\u01B0|h\u01B0 |\u01B0\u01A1\u0301|\u0309n | v\u01A1| c\xF4|c \u0111| \u0111o| s\u01B0|t t|\xF4\u0323c|\u01B0\u0303n|v\u01A1\u0301| v\xEA|a\u0309 |\u0323ng|g \u0111|\u0309o |a\u0309o|u\xE2\u0323| \u0111a|bi\u0323|la\u0300|s\u01B0\u0323|b\xE2\u0301|ha\u0300|h\xF4\u0323|i t|a\u0309n|h\u01B0\u01A1|\u0300ng|tro|\u0309m |o v| mi|\xEA\u0309 |u\u0323c|i h|\u01B0\u0301c|a\u0301p|g c|\u0303 h|ia\u0301|n b|\u0309i |a m|h c|c\xF4n|\xEA\u0323n|\u01A1\u0301c|ha\u0323|\u0111\xF4\u0323| du| c\u01B0|a c|n h|tha|a\u0303 | xa|\u0301o |a\u0301o|i\u0301n|\u0300y |g b| h\u01B0|g h|ong|ron|\u0300 c|cho|\u0300 n|mi\u0300|\u01B0\u0323c|h v|c b| lu|i b|\xEA\u0323 |ai |\xEA\u0301 |\u0323 c|xa\u0303|kha|c q|i\xEA\u0309|t\xF4\u0323|\xF4\u0301i|\u0111\xF4\u0301|a\u0301 |hoa|o h|h \u0111|ca\u0309|n l|ho\u0323|ti\xEA|y t|\u0309 c|a\u0323i|a\u0301n|\u0300 \u0111|oa\u0300|y \u0111|chi|\u0309 n|ph\xE2|\xEA\u0300 |thu|i\xEAn|du\u0323|o c|i m|lu\xE2|c p|\xF4\u0301n|c l|\u0301 c|u\u0303n|cu\u0303|c g|c n|qua|n g|c m|o n|a\u0309i|ha\u0309|\u0301 t|ho |v\xEA\u0300| t\xE2| h\u01A1|o t|\u01A1\u0309 |h\u01B0\u0301|hi\u0300|vi\xEA|\u0300m |\u0309 t|\u0111o\u0301|th\xF4|\u01B0\u0301 |c\u01B0\u0301|hi\u0301|\u0301nh|a\u0300y|\u01A1\u0309n|\u01B0\u01A1\u0309| b\u0103|tri| ta|m v|c v|\u01A1\u0323p|h\u01A1\u0323|h m| n\u01B0|\xEA\u0301t|thi|\u0103\u0323c|ngh|uy ",ita:" di|to | in|ion|la | de|di |re |e d|ne | e |zio|rit|a d|one|o d|ni |le |lla|itt|ess| al|iri|dir|tto|ent|ell|i i|del|ndi|ere|ind|o a| co|te |t\xE0 |ti |a s|uo |e e|gni|azi| pr|idu|ivi|duo|vid|div|ogn| og| es|i e| ha|all|ale|nte|e a|men|ser| su| ne|e l|za |i d|per|a p|ha | pe| un|con|no |sse|li |e i| o | so| li| la|pro|ia |o i|e p|o s|i s|in |ato|o h|na |e s|a l|e o|nza|ali|tti|o p|ta |so |ber|ibe|lib|o e|un | a | ri|ua |il | il|nto|pri|el | po|una|are|ame| qu|a c|ro |oni|nel|e n| ad|ual|gli|sua|ond| re|a a|i c|ri |o o|sta|ita|i o| le|ad |i a|ers|enz|ssi|\xE0 e|it\xE0|gua|i p|e c|io | pa|ter|soc|nal|ona|naz|ist|cia|rso|ver|a e|i r|tat|lle|sia| si|rio|tra|che| se|rt\xE0|ert|anz|eri|tut|\xE0 d|he | da|al |ant|qua|on |ari|o c| st|oci|er |dis|tri|si |ed | ed|ono| tu|ei |dei|uzi|com|att|a n|opr|rop|par|nes|i l|zza|ese|res|ien|son| eg|n c|ont|nti|pos|int|ico|r\xE0 |sun|ial|lit|sen|pre|tta|dev|nit|era|eve|ll |l i| l |nda|ina|non| no|o n|ria|str|d a|art|se |ssu|ica|raz|ett|sci|gio|ati|egu| na|i u|utt|ve | ma|do |e r|ssa|sa |a f|n p|fon| ch|d u|rim| fo|a t| sc|tr\xE0|otr|pot|n i| cu|l p|ra |ezz|a o|ini|sso|dic|ltr|uni|cie| ra|i n|ruz|tru|ste| is|der|l m|a r|pie|lia|est|dal|nta| at|tal|ntr| pu|nno|ann|ten|vit|a v",tur:" ve| ha|ve |ir |ler|hak| he|her|in |lar|r h|bir|ya |er |ak |kk\u0131|akk|eti| ka| bi|eya|an |eri|iye|yet|ara|ek | ol|de |vey|\u0131n |\u0131r |nda|ar\u0131|esi|\u0131n\u0131|d\u0131r| ta|tle|e h|as\u0131|etl|e k| va|\u0131 v|s\u0131n|ile|ne |rke|erk|ard|ine| sa|\u0131nd|ini|k h|k\u0131n|ama|le |tin|rd\u0131|var|a v| me|e m|na |sin|ere|k v| \u015Fa| bu|lan|kes|dir|rin|dan| ma|k\u0131 |mak|\u015Fah|da | te|mek| ge|n\u0131 | hi|nin|en |n h| se|lik|rle|ana|lma|e a|\u0131 h|r \u015F|ill|si | de|aya|zdi|izd|aiz|hai|ret|hi\xE7|\u0131na| i\u015F|e b| ba|kla|et | h\xFC|r\u0131n|n k|ola|nma|e t| ya|eme|riy|n v|e i|a h|li |mil|eli|ket|ik |kar|irl|h\xFCr|im |evl|mes|e d|ahs|ma |rak|ala|let|lle|un | ed|rri|\xFCrr|bu | mi|i v|dil| il| e\u015F|n i|la |el |mal| m\xFC| ko|e g|se | ki|mas|lek|mle|mem|n b|ili|e e|ser| i\xE7|n s|din| di|es |mel|eke|tir|\u015Fit|e\u015Fi|r b|akl|yla|n m|len| ke|edi|oru|nde|re |ele|ni |t\xFCr|a k|eye|\u0131k |ken|u\u011Fu| uy|eml|erd|ede|ame| g\xF6|e s|i m|tim|i b|rde|r\u015F\u0131|ar\u015F|a s|it |t v|siy|ar |rme|est|bes|rbe|erb|te |al\u0131| an|ndi|end|hs\u0131|unm|r\u0131 |kor|n\u0131n| ce|maz|mse|ims|kim|i\xE7 | ay|a m|lam|ri |s\u0131z|a b|ade|n t|nam|lme|ilm|k g|il |tme|etm|r v|e v|n e|\u011Fre|\xF6\u011Fr| \xF6\u011F|al |\u0131yl|olm|vle|\u015Fma|i s|ger|me | da|ind|lem|i o|may|cak|\xE7in|i\xE7i|nun|kan|ye |e y|r t|az |\xE7 k|ece|s\u0131 |eni| mu|ulu|und|den|lun| fa|\u015F\u0131 |ahi|l v|r a|san|kat| so|enm| ev|i\u015F ",pol:" pr|nie|pra| i |nia|ie |go |ani|raw|ia | po|ego| do|wie|iek|awo| ni|owi|ch |ek |do | ma|wo |a p|\u015Bci|ci |ej | cz| za| w |ych|o\u015Bc|rze|prz| ka|wa |eni| na| je|a\u017Cd|ka\u017C|ma |z\u0142o|cz\u0142|no\u015B|o d|\u0142ow|y c|dy |\u017Cdy|i p|wol| lu|ny |oln| wy|stw| wo|ub |lub|lno|rod|k m|twa|dzi|na | sw|rzy|aj\u0105|ecz|czn|sta| sp|owa|o p|spo|i w|kie|a w|zys|obo|est|neg|a\u0107 |mi |cze|e w|nyc|nic|jak| ja|wsz| z |jeg|wan|\u0144st|o s|a i|awa|e p|yst|pos|pow| r\xF3|o o|j\u0105c|ony|nej|owo|dow|\xF3w | ko|kol|aki|bez|rac|sze|iej| in|zen|pod|i i|ni | ro|cy |o w|zan|e\u0144s|no |zne|a s|lwi|olw|ez |odn|r\xF3w|odz|o u|ne |i n|i k|czy| be|acj|wob|inn| ob|\xF3wn|zie| ws|aln|orz|nik|o n|icz|zyn|\u0142ec|o\u0142e|po\u0142|aro|nar|a j|i z|t\u0119p|st\u0119|ien|cza|o z|ym |zec|ron|i l|ami| os|kra| kr|owe| od|ji |cji|mie|a z|bod|swo|dni|zes|e\u0142n|pe\u0142|iu |edn|iko|a n|raj| st|odo|zna|wyc|em |lni|szy|wia|nym|\u0105 p|j\u0105 |ze\u0144|iec|pie|st |jes| to|sob|kt\xF3|ale|y w|ieg|och|du |ini|war|zaw|nny|roz|i o|wej|i\u0119 |si\u0119| si|nau| or|o r|kor|e s|pop|zas|niu|z p|owy|w k|ywa| ta|ymi|hro|chr| oc|jed|ki |o t|ogo|oby|ran|any|oso|a o|t\xF3r| kt|w z|dne|to |tan|h i|nan|ejs|ada|a k|iem|aw |h p|wni|ucz|ora|a d| w\u0142|ian| dz| mo|e m|awi|\u0107 s|gan|zez|mu |taw|dst|wi\u0105|w c|y p|kow|o j|i m|y s|bow|kog|by |j o|ier|mow|sza|b o|ju |yna",swh:"a k| ya|na |wa |ya | ku|a m| na| ha|i y| wa|a h|a n|ana|aki|ki |la |hak| ka|kwa|tu | kw| ma|li |a a|ila|i k| ki|ni |a w|ali|a u| an| mt|ke |mtu|a y|ake|ati|kil|ka |ika|kat|ili|te |ote|we |a s|e k|ia |zi |u a|za |azi|ifa|ma |yak|yo |i n|ama| yo|au | au|e a|kut|amb|o y|ha |asi|fa |u w|hal|ara|sha|ish|ata|ayo| as|tik|u k| za|i z|ina|u n|mba|uhu|hi |hur|cha|yot|ru |uru|wat| ch|eri|ngi|e y|u y|i a|aif|tai| sh|nay|chi|ra |ani| bi| uh|sa | hi|i h|awa|iwa|a j|ti |mu |o k|ja |kan|uli|iwe|any|i w| am|e n|end|atu|kaz|o h|ria|her|she|shi|nch| nc|uta|ye |wak|ii |ele|ami|adh|eza| wo|iki|oja|moj|jam| ja|aka|bu |kam|kul|mat|fan|a l|agu|ind|ne |iri|lim|wen|da |kup|uto|i m|a b|ini|wan|bil| ta|sta|dha| sa| ni|ao | hu|e w|wot| zi|rik|kuf|aji|ta |wez|nya|har| ye|e m|si |lin| ut|ine|gin|ing| la|a t|zim|imu|ima|tak|e b|uni|ibu|azo|kos|yan|nye|uba|ari|ahi|nde|asa|ri |ham|dhi|eli|hir|ush|pat| nd|kus|maa|di |nda|oa |bar|bo |mbo|oka|tok|ndw|ala|wal| si|uzi|hii|tah|i s|o n|liw| el|upa|zin|hag|a c|ndi|ais|mai|eny|mwe|aa |ewe| al|ndo|e h|lo |umi|kuh|jib|osa|mam|a z|ufu|dwa|u i| in|iyo|nyi| ny|u m|sil|ang|o w|guz|zwa|uwa|kuw|hil|saw|uch|ufa|laz|und|aha|ua | mw|bal| lo|o l|a i|del|nun|anu|nji| ba|lik|le |uku|i i",sun:"an |na |eun|ng | ka|ana| sa| di|ang|ung|un |nga|ak | ha|keu| ba|a b| an|nu |hak| bo|anu|ata|nan|a h|ina| je|aha|ga |ah |awa|jeu| na|ara|ing|oga|bog|gan| ng|asa|kan|a s|ha |ae |bae|n k|a k| pa|a p|sah|g s|sar| si|sin|a n|din|n s|ma | at|aga|a a|tan| ku| ma|n a|san|man|wa |lah|pan|taw|u d|ra |ari|eu | pi|gar| pe|kat| te|n p|sa |per|a d|a m|e b|aan|ban|ran|ala|ike|n n|kum| ti|ama|a j|pik|ima|n d|al |at | ja|ila|ta |nda|bas|rim|teu|n b|eba|beb|udu|aya|ika|ngg|nag|kab|rta|art| me|ola|k n|uma|atu|aba|g k|adi|aca| po|ngt|nar|una|ate|oh |boh|awe|di |tin|asi|uku|n h|dan|aka|iba|car|sac|gaw|are|ent|um |jen|abe|u s|dil|pol|ar |ku |kud|u m|upa|han| hu|ake|bar|ur |hna|aru|h s|a t|sak|wat|kaw| so|n t|pa |mpa|du |ngk|g d|ena|huk| mi|mas|ngs|ti |n j|ka |aku|ren|n m| ta|law|isa| tu|und|a u|h a|tay|ula|aja|ali|nte|gsa|en |gam| wa|ieu|ere|k h|jal|h b|il |dit|ngu|lan|asu|yun|ayu|gta|k d|a r|g n|mah|uda|dip|kas|rup|geu| be|ter|sej|min|ri |ern|u p|k k|amp|ura|kal|e a|k a|ut |g b|nak|bis| bi|k p|tes|end|we |h k|tun|uan| un| de|u n|h t|ksa|u k|ian|wil|u b|ona|nas|uka|rak|eje| se|ami| ke|war| ra| ie|k j|eh |ya |lma|alm|pen|tur|wan|lak|h j|g a|ean|up |rga|arg|r k|u t| ne|deu|gal|gke|e t|h p| ge|g t| da|i n",ron:" de|re | \xEEn|\u0219i |are|de | \u0219i|te |ul | sa|rep|e d|ea |ept|dre|tul|e a| dr|ie |\xEEn |ptu|le |ate|la |e p| la| pe|ori| pr|ce |e s| or|au |tat| ar|ice|ii |or |a s| fi| a |ric|ale|per| co|n\u0103 |\u0103 a|rea|ers|i s| li|sau| ca|rso|ent|lor|a\u021Bi|al |a d|e o|men|l l|ei |e c|pri|an\u0103| ac| re|uri|ber|ibe|lib|a p|oan|soa| in|i l|ter| al| s\u0103|tea|l\u0103 |car|t\u0103\u021B|s\u0103 |tur|i a|i d|nal| ni|ri |ita|e \xEE|e \u0219|se |ilo|in |ia |\u021Bie|pre|fie|\u021Bii|\u0103\u021Bi|con|ere|e f|a o|eni|nte| nu| se|ace|ire|ici| cu|i \xEE|a c|i n|a l|pen|ui |nu |\u0103ri|al\u0103|ona|l d|r\u0103 |ert|ril| su|ntr|n c|rin| as|ni |i o|eri|t\u0103 |c\u0103 |ile|\u0103 d|i c|e n|ele|sa | mo|i p|fi |sal|tor|va |oci|soc|nic|pro| un| tr|est|in\u021B|a \xEE|uni|n m|a a| di|ecu|lui|sta|lit| po|tre|gal|ega|oat|ra |act|\u0103 \xEE|leg|u d|e l|nde|int|a f|n a| so|na\u021B|ara|i f|uie|iun| to|tar|ste|ces|rar|at | ce|eme|i \u0219|rec|dep| c\u0103| o | \xEEm|bui|ebu|reb| eg| na|m\xE2n|ntu|ili|v\u0103\u021B|\xE2nd|iei|r \u0219|bil|pli|od |mod|res|din|e e|c\u021Bi| au|ali|\u0103 p|\u0103 f|\xEEmp|ial|cia|ion|\u0103 c|dec|nta| om|it\u0103| fa|\u021B\u0103 |cu |tra|\u0103\u021B\u0103|nv\u0103|\xEEnv|\xE2t |ite|i i|lic| pu| ex|riv|tri|rot|\u021Ba |\u021Bi |l c|rta|imi|ulu|\u021Bio|ic\u0103|lig|rel|ta |cla|t \xEE|nt |nit|e m|\xE2nt|\u0103m\xE2|\u021B\u0103m|ger|n\u021Ba|ru |tru|gur|u c|bli|abi|at\u0103|art|par|ar |rim|iva|l \u0219| sc|ime|nim|era|sup|ind|u a|dic|ic | st| va|ini|igi|e r",hau:"da | da|in |a k|ya |a d| ya|an |a a| ko| wa|na | a |sa | ha|kin|wan|ta | ba|a s| ta|a y|a h|wa |ko | na|n d|a t|ba |ma |n a| ma|iya|hak|asa| sa|ar |ata|yan| za|akk|a w|ama| ka|i d|iki|a m|owa|a b| ci| mu| sh|anc|nci|kow|a z|ai |nsa|a c|shi| \u0199a|cik|ne |ana|i k|ci |kki|e d|a \u0199| ku|su |n y|uma|ka |uwa|kum|hi |a n|utu| yi|ani| ga| ra|aka|ali|mut|\u2018ya|tar| do|\u0257an|ars| \u2018y|sam|\u0199as|nda|ane|man|tum|i a|yi |ni | du|ada| su|and|a g|cin| ad|a i|ke | \u0257a|n k|yin|um |e m| ab|ins|nan|ki |mi |ami|yar|min|oka|re |i b|kam|mas|i y|mat|za |ann|en |a\u0257a| ja|m n|li |duk|dai|e s|n s|ra |n w|n h|aik| ai|ida|ga |san|rsa|aba|sar|ce |nin| la|o n|ban|nna|kan|abi|una|dam|me |ara|i m|hal|a r|add|are|n j|abu| ne|zai|a \u0257|wat|ari| \u0199u|on |ans|wa\u0257|ame|ake|kar|din|zam| fa|a l|\u0199un|buw|r d| hu|oki|kok|a \u2018|u d|n t|abb|aur| id|rin|yak|dok|kiy|ray|jam|n b|ubu|bub|n m|i s| an|am |ili|bba|omi|dan|gam|ayu|ash|nce|tsa|ayi|har|yya|ika|bin|han|kko|rsu|aif|imi|fa | am|i i|dom| ki|yuw|dun|o a|fan|n \u0199|aya|fi |n r|she|uni|bay|riy|n \u2018|sab| iy|bat|tab|aga| ir|mar|o w|i w|sha|awa| ak|uns|unc|tun|u k| il|\u0257in|mfa|amf|aci|ewa|kas|lin|n n|don|n i|ure|ifi|lai|dda| ts|iri|aye|un |tan|wad|gwa|afi| ay|ace|mba|amb|aid|nta|ant|war|lim|kya| al|a\u0257i",fuv:"de | e |e n| ha|nde|la | wa|ina| ka|akk| nd|\u0257o |na | in|e e|hak|al |di |i h|kke|ii |um |ko |ala|ndi| mu| ne|lla| jo|wal|e\u0257\u0257|ne\u0257|all|mum| fo|kal|jog|ke |aaw|taa| ko|eed|\u0257\u0257o|aa | le|ji |ade|aad|laa|o k| ng|e h| ta|re |ogi|a j|e w|e m|nnd|gii|e l|ley|awa|aag|ede|waa|e k|gu |e d| go|gal|\u0253e |ti |fot|aan|eyd|ydi|\u0257e |ee | re|ol |oto|i e|oti|m e|taw|nga|a i|kee|to |ann|eji|am |ni | wo|een|goo|eej|e f| he|enn|gol|agu|pot| po|dee|ay | fa|ka |a k|ond|oot| de|a f|o f|a n|wa |maa|ota|le |hay|i k|o n|ngo|e j|o t| ja|\xF1aa|hee|nka|i w|awi|a w|ngu|der| to|e t|dim|i n|fof|i f|e g|tee|naa|aak| do|too|a e|ndo|ren|dii|oor|er |o e|i m|of | sa| so|gaa|ani|kam| ma| \xF1a|o w|i l|u m|kaa|ima|dir| ba|igg|lig| li|aar| \u0253e|o i|e s| o |e r|so |ooj| nj| la|won|awo|dow|woo|faw|and|e i|ore|nge|nan|are|a t|tin|aam| mo|\u0257ee|ita|ira|aa\u0257|e p|nng|ma |ank|yan|nda|oo |e \u0253|njo|ude|nee|e y|e a|je | ya|en |ine|iin| di|ral| na|\u0257i |und| hu|inn|\u014Bde|a\u014Bd|ja\u014B|a d|den| fe| te|go | su|a h|haa|tal|e\u0257e|e b|y g|baa|tde| yi|\u0257\u0257a|o h|ii\u0257|ow | da|do |l n|alt| ho|l e|aga|mii| aa|a a|ama|nna|m t| ke|edd|oga|m w|l m|o j|a\u0257e|ree|oje|yee| no|ele|ne |ago| pa| al|guu|wi |ge |aa\u0253|daa|ind|dew|i j|jey| je|ent|tan|o \u0257|ge\u0257| ge|\xF1ee|a l| \u0257u|kko|mak|a s| ga",bos:" pr| i |je |rav|na |ma |pra| na|ima| sv|a s|da |a p|vo |nje|ko |ako|anj|o i| po|avo|ja |e s|a i|ti | im| da| u |sva|no |ju | za|o n|va |i p|ili|vak|li | ko|ne | il|koj| ne|nja| dr|ost| sl|van|im |i s|u s|i i|a n|ava|ije|a u| bi|stv|se |a d|om |jed|bod|obo|lob|slo| se| ra|ih |sti| ob| je|pri|enj|dru|u i|o d|iti|voj|raz|ova|dje| os|e i|lo |e p| nj|uje|i d|bra|tre| tr| su|jeg|i n|u z|a k|og |u p|oje|cij|reb|a o|a b|lju|i u|ran|mij|ni |nos|jen|ba |edn|svo| iz|jel|pro|e d|\u017Eav|bit| ni|i o|sta|a z|avn|vje| ka|bil|ovo|a j|aju|ist|nih|tu |red|gov| od|e o|oji| sm|lje|o k|ilo|ji |aci|e u|e n|pre|o p|eba|u o|su |vim|i\u010Dn| sa|u n| dj|a t|ija|\u010Dno|jem|r\u017Ea|dr\u017E|elj|stu|dna|odn|eni|za |iva|olj|\u0161ti|nom|em |du |vno|smi|jer|e b|de |pos|m i| do|u d|nak|a r|obr| mo|lja|nim|ego| kr|tit|kri|ve |nju|an |iko|nik|nu |i m|nog|eno|sno| st|e k|tup|rug|ka |oda|riv|vol|aln|m s|itu|a\u0161t|za\u0161|ani|sam|akv|ovi|osn|rod|aro| mi|tva|dno|nst|jan|ak |ite|vi\u010D|rad|u m| ta|dst|tiv|nac|rim|kon|ku |odu|\u017Eiv|amo|tvo|tel|pod|g p|nov|ina|nar| vj|o s|i b|oj | ov|ave|vu |ans|oja|zov|azo|ude|bud| bu|e t|i v|din|edi|nic|tan|nap|mje| is|jal|slu|pun|eds|o o|zak|jav|i k|m p|tno|ivo|ere|ni\u010D|m n|jim|kak|ada|vni|ugi| ro|mov|ven|pol|to |te | vr",hrv:" pr| i |ma |rav|ima|pra|je |na | sv|ti | na|a p|vo |vat|ko |a s|nje| po|anj|avo|o i|tko| im|a i|sva|no |i p|e s|ja |o n| za|ju |ili| u |va |li | bi|ne |i s|atk| il|iti|da | ne| ko| dr| sl|van|nja|koj|ije| ra|ova| os|u s|i i|ost|bod|obo|lob|slo|pri|a n|om |jed|ati|ih |im |voj|ava| ob|stv|se | mo|i u|bit|dru| je| se|dje|i o|enj| ka|i n|sti|lo |u i|svo|mij|ni |e i|raz|a o|e n|bra|o p| su|a b|u p|ran|a k|og |i d|bil|ako|e p|a d|edn|aju|mor|eni| nj|iva|jel|\u017Eav| ni|a z|avn|ovi|eno|ra |oje|a j| da|a u|ora|jeg| iz|nih|r\u017Ea|dr\u017E|oji|sno|nit|jen|vje|ilo|cij|oda|nim| dj|pro|tit|u z|e d|red|nom|jem| od|nos|sta|nov|osn| sm|lje|o s|ji |ovo|stu|pos|vim| do|odn|rad|ist| sa|e o|tu |nju|em |gov|o d|rod|i m|jer|aci|oj |pre|m i|nak|dna|a r|lju|uje|e m|obr|za |olj|ve |o o|m s|an |nu |du |aro|vno|smi|aln|e k|o k|i b|e u|tva|u u|tup|rug|dno|u o|su |u d|ka |vol| ta|ija|itu|\u0161ti|a\u0161t|za\u0161|itk|\u017Eiv|ani|sam|elj| st|sob|oso|nar|akv|ada| mi|te |ona|nst|jan|lja|i v|ite|ego|elo|rim|ku |odu|amo|tvo|tel|jim|pod|nog|vi |ina| vj|to |e b|ans|zov|azo|ak | sk|edi|tan|oju|pun|pot|oti|kon|zak|i k|m p|tno|ivo|ere|ni\u010D|kak|vni|ugi| ro|mov|ven|\u0161tv| be|ara|kla|ave|u b|avi|oja|jal|u m|dni|mje|rak|din|\u0107i |ju\u010D|klj|nic|u k|nap|obi|atn",nld:"en |an |de | de| he|ing|cht| en|der|van| va|ng |een|et |ech| ge| ee|n e|rec| re|n v|n d|nde|ver| be|er |ede|den| op|het|n i| te|lij|gen|zij| zi|ht |ijk|eli| in|t o| ve|op |and|ten|ke |ijn|e v|jn |ied| on|eft| ie|sch|n z|n o|aan|ft |eid|te |oor| we|ond|eef|ere|hee|id |in |rde|n w|t r|aar|rij|ord|wor|ens|of | of|hei|n g| vr| vo| aa|r h|hte| wo|n h|al |nd |vri|e o|ren|le |or |n a|jke|lle|eni|n b|ij |e e|g v| st|ige|die|e g|men|nge|t h|e b| za|e s|om |t e|ati|wel|erk|sta|ers| al| om|n t|zal|dig| me|ste|voo|ter|gin|re |ege|ge |g e|bes|nat| na|eke|che|ig |gel|nie|nst|e a|nig|est|e w|erw|r d|end|ona|d v|jhe|ijh|d e|ele| di|ie | do|del|n n|at |it | da|tie|e r|elk|ich|jk |vol|ijd|tel|min|len|str|lin|n s|per|t d|han| zo|hap|cha|wet| to|ven| ni|aat|ion|tio|taa|lke|eze|met|ard|waa|uit|sti|e n|doo|pen|eve|el |toe|ale|ien|ach|st |ns | wa|eme|nin|e d|bij| gr|n m|p v|esc|t w|ont|ite|man|ema| ma|nal|g o|rin|hed|t a|t v|beg|all|ijs|wij|rwi|e h| bi|gro|p d|rmi|erm|her|oon| pe|eit|kin|t z|iet|iem|e i|gem|igi| an|d o|r e|ete|e m|js | hu|oep|g z|edi|arb|zen|tin|ron|daa|teg|g t|raf|tra|eri|soo|nsc|t b| er|lan| la|ern|ar |lit|zon|d z|ze |dez|eho|d m|tig|loo|mee|ger|ali|gev|ije|ezi|gez|nli|l v|tij|eer| ar",srp:" pr| i |rav|na |pra| na|ma | sv|ima|da |ja |a p|vo |je |ko |ti |avo| po|a i|ako|a s| za| u |ju |o i| im|nje|i p|va |sva|anj|vak| da|o n|nja|e s|ost| ko|a n|li |ili|ne |om | ne|i s| sl| il| dr|no |koj|u s|ava| ra|og |slo|im |enj|sti|bod|obo|lob|iti|a o|stv|i u|a d|ni |jed|u p|pri|edn| bi|i i|a k|o d|sta|ih |dru|a u| je| os| ni|nos|pro|aju|i o|ran| de| su|u i|se |van|ova|i d|cij| ob|uje|red|\u017Eav|e i|i n|voj|e p|a j|dna| se| od|ve | ka|eni|r\u017Ea|dr\u017E|a z|avn|aci|ovo|u u|m i|oja| iz|lja| nj|ija|u z|e o|rod|jen|lje|e b|raz|jan|lju|svo|za |gov|i\u010Dn| st|nov|sno|osn|du |ji |pre| tr|su |vu |odn|a b|jeg|nim|nih|tu |tit|\u0161ti|ku |nom|bit|e d|me |iko|\u010Dno|oji|lo |vno|nik|e n|\u0111en|ika|bez|ara|de |u o|vim|nak| sa|u n|riv|ave|an |olj|vol| kr|o p|sme|e k|nog| ov|e u|tva|bra|rug|reb|tre|u d|oda| mo| vr|vlj|avl|ego|jav|del|m s|kri|o k|a\u0161t|za\u0161|nju| sm|ani| li|dno|e\u0111u|aln|la |akv|oj |\u0161en|kom|stu|ugi|avi|a r|ka |rad|oju|tan|odi|vi\u010D|tav|itu|ude|bud| bu|pot|odu|\u017Eiv|ere|m n|tvo|ilo|bil|aro|ovi|por|eno|\u0161tv|nac|ove|m p|tup|pos|rem|dni|ba |nst|a t|ast|iva|e m|vre|nu |be\u0111|ist|pun|en |te |dst|rot|zak|ao |kao|i k|ju\u0107|o s|st |sam|ter|nar| me|i m|kol|e r|u\u0161t|ru\u0161|ver|kak| be|i b|kla|ada|eba|ena|ona| on|tvu|ans| do|rak|slu",ckb:" he| \xFB |\xEAn | bi| ma|na |in |maf| di|an |xwe| xw|ku | ku|kes| de| ji|her|kir|iya|ya |rin|iri|ji |bi |es | ne|ye |y\xEAn|e b|er |af\xEA|tin|ke | an|iy\xEA|eye|rke|erk|we | be|e h|de | we|hey|f\xEA |i b|y\xEA |ina| b\xEA| li|diy|ber|li |re |\xEE \xFB|n\xEA |\xEA d| se| ci|eke|di |w\xEE | na|\xEE y|af |ete|hem| w\xEE|sti| ki|r\xEE |k\xEE |\xEE a|yek|n d|kar| te|ne |y\xEE |i h|e k|t\xEE |t\xEA |a w|e d|\xEE b|s m|ast|n b|be |yan|ser|tew|net| tu| ew|hev|aza|ara|\xFB b|n k|adi|ev |zad| az|ras|est|an\xEA| ya|n h|n \xFB|wed| t\xEA|wek|bat|bo | bo| y\xEA|st |n n|\xEA k|dan|\xEA h|ema|\xEA b|iye|\xEE h|din|b\xFBn|r k|ek\xEE| me|par|\xFBna|ta |wle|ewl|\xEE m| ke|nav|ewe|man|\xEA t|d\xEE |\xFB m|m\xFB |em\xFB|a m|ika|e \xFB|n w|a x|\xEA m|e n| ta|ela|n j|ey\xEA|n x|civ|wey|ana| re|khe|ekh|bik|k\xEA |j\xEE |f h|er\xEE| pa|\xEEna|bin|erb|vak|iva|a s| ni|cih|v\xEA |e j|ari| p\xEA|\xEE d|n\xEAn|ike|e t|a k|\xEA x| ye|n a|ey\xEE|n e|ama|b\xEA |ar |ewa|at\xEA|bes|rbe|av |ibe|ist|m\xEE |tem|awa|are|h\xEE |geh|nge|ing|nek|n\xFBn|an\xFB|qan| qa|v\xEE |rti|uke|tuk| \u015Fe|eza| da|u d|\xFB a|f \xFB|edi| ra|tu |tiy|t\xEAn| mi|xeb| ge|h\xEEn| h\xEE|et\xEA|\xEE j|st\xEE|mal|bib|ra |i d|e m|mam|i a|nik|i m|\xEE k| wi|\xFBn | ko|a \u015F|\xEA j|riy|lat|wel|e e|ine|ane|\xFB h|\xEEn |a d|siy|end|aye| za|ija|a n|\xEE n|ek |tek|yet|mbe|emb|\xFB d|rov|iro|mir|eba| xe|m\xEAn| \xEAn| hu|n\xEEn|an\xEE|t \xFB|ten|n m|dem|\xEA \xFB|en\xEA|te |art|i r| j\xEE|u j|ek\xEA|dew",yor:" n\xED|ti |\u1ECD\u0301 |n\xED | l\xE1| \u1EB9\u0300|\xE0n |\u1EB9\u0301 |kan|t\xED | t\xED|an |\u1EB9\u0300 |t\u1ECD\u0301|\u1ECD\u0300 | \u1EB9n|\u1ECDn |w\u1ECDn|\xED \u1EB9|b\xED |\xE1ti|l\xE1t|\u0300t\u1ECD|\u1EB9\u0300t| gb| \xE0t| \xE0w|n l|\xE0ti| a |l\u1EB9\u0300|\u1EB9n\xEC| \xF3 |k\u1ECD\u0300| l\xF3|\xEC k|s\xED |\u1ECD\u0300k| k\u1ECD|ra |ni |\xE0b\xED|t\xE0b| t\xE0|n\xEC | s\xED|\u0300ka|\u1ECD\u0300\u1ECD|n \u1EB9|\xE0w\u1ECD|n t|\xF3 n|\u0300\u1ECD\u0300|\xEDl\u1EB9|or\xED|l\xF3 | w\u1ECD|t\xF3 |d\xE8 |\xECy\xE0|\xFAn | t\xF3| or|\xED \xEC|\xE8d\xE8|k\xF2 |\u2010\xE8d|\u0300\u2010\xE8|\u1EB9\u0300\u2010|r\xEDl|\xED \xF3|r\u1EB9\u0300|\xED \xE0| s\xEC|y\xE0n|gbo|\u1E63e | k\xF2|\xED a| r\u1EB9| j\u1EB9|s\xEC | b\xE1|r\xE0n| \u1E63e|w\u1ECD\u0301|n\xECy|f\xFAn| f\xFA|n \xE0|ba |n n|gb\xE0|gb\u1ECD|j\u1EB9\u0301|un |\xEC\xED | k\xED|gba|\xE8n\xEC| \xE8n|b\xE1 |\u0301 l|a k| ka|d\u1ECD\u0300|k\xED | \xF2m|in | fi|b\xF2 |fi |b\u1EB9\u0301|\u1ECDd\u1ECD|b\u1ECDd|\u0301 s|hun|n\xFA |n\xEDn|w\xE0 |ira|nir|\xF2m\xEC|\xECgb| \xECg|\u0301 t|\u1EB9ni|\xEDn\xFA|i l|\xECni|m\xECn|b\xE0 |\xE1\xE0 |i \xEC|ohu| oh|\xED i|ara| ti|bo |\xF2 l| p\xE9|r\xFA |\xEDr\xE0| \u1ECD\u0300|\xED \xF2|ogb|k\u1ECD\u0301|p\u1ECD\u0300|\xF3 b|\xE0 t|i n|l\u1ECD\u0301|\u1EB9\u0301n| \xECb|y\xEC\xED|gb\xE9|g\u1EB9\u0301|bog|\xF3\xF2 |y\xF3\xF2| y\xF3|n k|p\xE9 |d\xE1 |\u0301w\u1ECD|\u1ECD\u0301w|\xE0 l|\xED k| w\xE0|n o|j\u1ECD | ir|\u1ECD\u0300r|\xFA \xEC|\u0301 \xE0|\xF3 s|i t|\u1E63\u1EB9\u0301|\u0300k\u1ECD|\xED t|y\xE9 |l\xE8 | l\xE8|fin|\xE0b\xF2| l\u1ECD|\xE0 n|\xF9j\u1ECD|w\xF9j|ir\xFA|\xF3 j| ar|\xED w|a w| \xECm|\xFA \xE0|\u0300 t|\xF2fi| \xF2f| \xE0\xE0|f\u1EB9\u0301|\xE0w\xF9|\u0301ni|w\xF9 |\xEC\xEDr|m\xEC\xED| m\xEC|l\xE1\xEC| y\xEC|\xED g|\u1ECD\u0301n|n s|i \u1EB9|\u1EB9\u0300k|\xE0gb|\xEDgb|n\xEDg|a n| k\xFA|l\xE1\xE0|\xED o|n\xE1\xE0| n\xE1|k\u1EB9\u0301|\xEDpa|n\xEDp|\xECn | \xECk|b\xE9 |i g|\u1ECDm\u1ECD| \u1ECDm|i \xE0|i\u1E63\u1EB9|\u0300 \xE0|\xECm\u1ECD|n a|n f|j\u1EB9 |y\xED |\u0301 \u1ECD|\xF3 d|\u0301 \xF2| d\xE1| m\xFA|\xE0\xE0b|\xE1b\u1EB9|l\xE1b|\xECb\xE1|\xF2 g|j\xFA |i o|l\xFA | \xE8t|\u0300 \u1EB9|t\u1ECD\u0300|de |\u0300 n|i \xF2| \xECy|k\xE0n|\u0301n | b\xED| i\u1E63|m\u1ECD\u0300|e \u1EB9|\u0300 l| f\xE0|\xE8y\xED| \xE8y| \xECd|m\u1ECD\u0301|d\xE9 |\u0300 k|\u0301 p|\xF2 t|m\xFA | f\u1EB9| \xECj|r\xED |\xECk\u1EB9|n\xECk|\xECn\xED|n \xEC|n \xE8|s\xECn|\xE8 \u1EB9| i |r\u1ECD\u0300| \xE0n|\u0301 b|\xF9n |\u0301gb|\u1ECD\u0301g|d\u1ECD\u0301| d\u1ECD|\xED n|rin|\u0300 j",uzn:"ish|an |lar|ga |ir | bi|ar | va|da |iga| hu|va |bir|sh |uqu|quq|huq| ha|shi| bo|r b|gan|a e|ida| ta|ini|lis|adi|ng |dir|lik|iy |ili|o\u02BBl|har|ari| o\u02BB|uqi|ins|lan|hi |ing|dan|nin|kin| yo|son|nso| in| mu|on |qig| ma|ega|r i|bo\u02BB| eg|o\u02BBz|ni |gad|ash|i b|ki |oki|ila|yok|a b|n b|osh|ala|at |in |r h|erk| er|lga| qa|rki|h h| sh|i h|ara|n m| ba|nis|ik |igi|lig|bos|ri |qil|a t|bil|las|eti| et|n o|ani|nli|kla|i v|a q|a h|a o|yat| qo|im |a s|i m|iya|atl|oli|osi|siy|qla|cha|til| ol|ati|a y|mas|qar|inl|lat| qi|ta\u02BC|ham|gi |ib |\u02BBli|mla|h v|\u02BBz |hun|n e|mum| da| bu| to|un |mki|umk|sha|tla|ris|iro|ha |rch|bar|iri|oya|ali| be|i o|asi|aro| ke|i t|rla| te|arc|hda|shu|tis|n h|tga| sa| xa|rak|lin|ada|ola|imo|hqa|shq|li | tu|aml|lla|sid| as|nid|a i| ki|ch |n t|nda|k b|era|siz|or |hla|a m|r v|eng|ten|mat|mda|amd|lim|miy|y t|ayo|i a|ino|ilg|tni| is|ana|as |ema| em|ech|a a|tar|kat|aka|ak |rat| de|aza|ill| si| so|g\u02BBi|uql|n q|oda|\u02BCli|a\u02BCl|nik| ni|tda|uch|gin|a u|him|uni|sit|ay |qon| ja|atn|kim|h k|hec| he|\u02BBzi|lak|ker|ikl| ch|liy|lli|chi|ur |zar|shl|rig|irl|dam|koh|iko|a d|am |n v|rti|tib|yot|tal|chu| uc|sla|rin|sos|aso| un|na | ka|muh|dig|asl|lma|ra |bu |ush|xal|\u02BBlg|i k|ekl|r d|qat|aga|i q|oiy|mil| mi|qa |i s|jin",zlm:"an |ang| ke|ng | se| da|ada|ara|dan| pe|ran| be|ak |ber|hak|ata|ala|a s|ah |nya| me|da |per|n s|ya | di|kan|lah|n k|aan|gan|dal|pad|kep|a p|n d|erh|eba|nga|yan|rha| ya|nda|ora|tia|asa| ha|ama|epa| or|iap|ap |a b| at| ma|eti|ra |tau|n a|set|au | ba|pa | ad|n p|tan|p o|eng|a d|men|apa|h b|h d|dak|man|a a|ter| te|k k| sa|n b|ana|g a|end|leh|ole|a k|am |n y|aka|eh |lam|bas|beb|n m| un|pen|sa |keb|sam|n t| ti|ela|san|car|uan|ma |di |han|ega|ban|eri|at |sia|a m|ika|kes|ian|gar|seb|ta |mas|und|neg|nan|ngs|i d|erl|na |epe|emb|bar| la|atu|kla|pem|mem|emu|eca|sec|ngg|nny|any|bol|al |aha|gsa|ebe|ind|akl|n h|erk|ung|ena| bo|a t| ap|ers| de|in |tu |pun|as |agi|ann|g b|bag| ne|ain|hen| he|era|rat|sem| su|adi|lan|g s|dia|mat|ses|iad| ta|iha|g t|tin|k m|k h|i k|gi |i s|ing|uka|enu|den|lai|k d|ert|ti |rka|aja|rga|lua|ker|mel|dun|ndu|lin|rli|nak|ntu|esi|aya|un |uat|jua| in|rma|erm|ai |emp|kem|ri |dil|ua |uk |h m|l d|g m|mba|kat|ese|tik|ni |ini| an|mpu|ka |dar|mar|rja|erj|arg|u k|sua| ol|esa|dap|ar |g u|si |ent|g d| pu|awa|iri|dir|sal|gam|mbe|n i|har|a h|raa|ema|tar|i a|saa|ira|ari|pel|jar|laj|uju|tuj|rak|ura|uar|elu|t d|unt|il |wen|asi|gga|ipa|ksa|tuk|ula|sek|sas|ibu|rta|sep|rsa|nta|ati|ila|mua|yar",ibo:"a n|e n|ke | na| \u1ECD |na | b\u1EE5|\u1ECD b|nwe|nye|ere|re | n |ya |la | nk|ye | nw| ma|e \u1ECD| ya| ik|a o|a \u1ECD|ma |\u1EE5la|b\u1EE5l|ike| on|nke|e i|a m|ony|\u1EE5 n|kik|iki|b\u1EE5 | a |ka |wer|ta |i n|do |di | nd| ga|a a|e a|a i|he |kwa| ok| ob|e o|hi |any|ga\u2010|ha |d\u1EE5 | mm|ndi|\u1ECD n|wa |r\u1EE5 |e m|che|a e|oke|wu |aka|ite|o n|a g|odo|bod|obo| d\u1ECB| ez|ara|we | ih|a\u2010e|h\u1ECB |ri |n o|zi |mma|chi|d\u1ECB |ghi|\u1EE5ta|iri|ihe| an| oh|a y|gba|\u1EE5 \u1ECD| \u1ECDz| ak| iw|nya|te |iwu| nt|ro |oro|e \u1ECB|z\u1ECD |ezi|me |e e|u n|her|ohe| si|a\u2010a|i m|ala|\u1EE5 i| ka|akw| in|gh\u1ECB|kpe|n e|p\u1EE5t| e |i i|i o|ide|inw|\u1EE5 o|h\u1EE5 |ah\u1EE5|weg|ra |o i|kpa|ad\u1EE5|mad|si |sit|a s| me|sor|i \u1ECD|gid|edo|u o|e y|n a| en|tar|ozu|toz|bi |be |\u1EE5 m|\u1EE5r\u1EE5|\u1ECDr\u1EE5| \u1ECDr|mak|uso|ama|de |\u1ECB o| \u1ECDn|\u1ECDz\u1ECD|ch\u1ECB|egh|enw|ap\u1EE5|ru | to|i a|a \u1EE5|osi|r\u1ECB |wet|hed|nch| nc| eb| al|n\u1ECDd|\u1ECDn\u1ECD|uru|sir| kw|yer|ji |eny| mk|\u1ECBr\u1ECB|eta| us|tu |\u1ECD d|u \u1ECD| o |ba | mb|\u1ECDd\u1EE5|\u1ECBch| ch|a d|pa | ag|kwe| ha|a u|e s|mkp|n u|nta|ebe|n \u1ECD|o m|kwu|nkw|nwa|obi| \u1ECBk|esi|i e|nha| nh|le |ile|nil| ni|eme| og|e k|n i|ch\u1ECD|o y|as\u1ECB|otu| ot|ram|u m|\u1ECBgh|d\u1ECBg|zu |n\u1ECD |mba| gb|e g|\u1ECB m|\u1ECDch|ich|pe |agb|i \u1ECB|uch|z\u1EE5z|uny|wun|\u1ECDr\u1ECD| nn|na\u2010| di|ge |oge|iji| ij|\u1ECDha| \u1ECDh|ikp|egi|meg|o o|\u1EE5h\u1EE5|h\u1EE5h|mah|n \u1EE5|\u1ECD g|\u1ECDta|ek\u1ECD|\u1ECB n|kw\u1EE5|agh|\u1EE5m\u1EE5|ban|kpu|okp| ah|\u1ECBkp|a k|ime| im|z\u1EE5 |\u1EE5z\u1EE5|\u1ECDz\u1EE5| \u1EE5z|lit|ali|nat",ceb:"sa | sa|ng |ang| ka| pa|an |ga |nga| ma|pag| ng|on |a p|od |kat|ay | an|g m|a k|ug |ana| ug|ung|ata|ngo|atu|n s|ala|san|d s|tun|ag |a m|god|g s|a a|a s|g k|g p|yon|n u|ong|tag|usa|pan|ing|una|mat|g u|mga| mg|y k| us|ali|syo| o |aga|tan|iya|kin|dun|nay|man|nan|a i| na|ina|nsa|isa|bis|a b|adu| ad|n n| bi|asy|asa|lay|awa|lan|non|a n|nas|o s|al |agp|lin|nal|wal| wa|ili|was|gaw|han| iy| ki|nah|ban|nag|yan|ahi|n k|gan| gi|him| di|a u| ba| un|ini|ama|ya |kas|asu|n a|g a|gka|agk|kan|ags|agt|l n|a g|kag| ta|imo|uns|sam| su|g n|n o|gal|kal|og |taw|aho|uka|gpa|ipo|ika|o p|a t| og| si|gsa|g t|aba|ano|gla|y s|o a|aki|hat|kau|sud|gpi|a w|g i|aha|ot |ran|i s|n m|bal|lip|gon|ud | ga|li |uba|ig |ara|g d|na |kab|aka|gba|ngl|ayo| la| hu|a h|ati|d a|d n| pu| in|uga|ok |ihi|d u|ma |may|awo|agb|ami|say|apa|pod|uha|t n|agh|buh|ins|ad | ub| bu|at |iin|a d|ip |uta|sal|hon|wo |ho |tra|lak|iko|as |aod|bah|mo |aug|ona|dil|gik|sos|lih|pin| pi|k s|nin|oon|abu|la |rab|hun| ti|mah|tar|t s|ngb|uma|hin|bat|lao|mak|it | at|s s|sno|asn|ni |aan|ahu| hi|agi|n p|inu|ulo|y p| ni|iha|mag|o n|duk|edu| ed|a e|til|ura|tin|kip|agl|gay|g h|g b|ato|ghi|nab|kon|in |ter|o u|o o|yal|sya|osy| so|tik| re| tr|hig|a o|ha |but|pak|aya",tgl:"ng |ang| pa|an |sa | ka| sa|at | ma| ng|apa|ala|ata|g p|pan|pag|ay | an| na|ara| at|tan|a p|pat|n a| ba|ga |awa|rap|kar|g k|aya|lan|g m|n n|g b|nga|mga| mg|a k|na |ama|n s|a a|gan|yan|gka| ta|may|tao|agk|asa|man|aka|ao |y m|ana|g a|nan|aha|kan|y k|baw|kal|a m|g n|ing|wat| y |t t|pam|a n|o y|ban| la|ali|san|wal|mag| o |g i|aga|lay|any|g s|in |nya|yon|kas|a s|isa|una|ong|aan|kat|t p| wa|ina|tay|ya |on |o m|ila|ag |nta|t n|aba|ili| ay|o a| ga|no |a i|gal|ant|han|t s|kap|kak|lah|ari|agt|agp|ran|g l|lin|as |lal|gaw|ans|to |ito| it|hay|wa |t m| is|pap|mam|nsa|ahi|nag|bat|lip|gta| di|gay|gpa|pin| si|ngk|ung|aki|y n|iti|tat|ano|yaa|y s|mal|hat|kai|sal|hin|uma|mak|di |agi|pun|ihi|a l|i a|ira|gga|nah|s n|ap | ha|usa|nin|o p|gin|ipu|ika|ngi|i n|lag|la |y p|ini|g t|uka|nap| tu|a g|tas|aru|ipa| ip|li |al |n o|a o|t k|alo| pi|sin|syo|asy|ita|aho|nar|par|o s|pak|t a|uha|sas|gsa|ags|kin|a h|iba|lit|ula|o n|nak|a t| bu|duk|kab|sam|g e|ain|ami|mas|lab|ani|kil|it | al|agb|buh|a b|g g|ba | ib|iyo|ri |yag|ad | da|edu| ed|anl|ma |ais|iga|mba|tun|ipi| ki|od |ayu| li|lih|sar|gi |g w|pah|wir|oob|loo|agg|nli|bay|map|git|mil|ok |hon|ngg|sah|iya|pas|g h|agl|tar|ngu|amb|uku|ayo|s a|p n|n m|rus|i m|l a|abu| aa",hun:"en | sz| va| a |\xE9s |min|ek | \xE9s| mi|jog| jo|an |ind|nek|sze|s\xE1g|nde|a v|den|oga|sza|val|ga |m\xE9l|ala|em\xE9|gy |n a|van|zem|ele| me|egy|\xE9ly| eg|zab|t\xE1s| az|n s|bad|aba|ni |az |gye| el|ak | se|meg|sen|\xE9ny|s\xE9g|k j|yne|lyn| ne|ben|lam|tt |t a|et |agy|oz |hoz|vag|zet| te|n m|ez |nak|int|re |et\xE9|tet|mel|tel|s a|em |ely|let|hez| al|s s| ki|ete|at\xE1|z a| le|yen|es |ra |t\xE9s|ell|nt |sem|t s|len|nem|a s|ese|nki|enk|a m|\xE1s\xE1|i m|ban|kin|k m|szt| \xE1l|ame|k\xF6z|k a|ds\xE1|ads|l\xF3 | k\xF6|\xE1s |ly |on |\xE9be|tat|a t|n v|\xE1ll|m\xE9n| v\xE9|nye|k\xFCl|l\u0151 |a n| cs|i \xE9|ok |\xE9sz|\xE9rt|lla|lap|\xE1go|gok|nyi|tek| ke|nd |\xE9te|ami|z\xE9s|yes|szo|t m|a a|het|fel|lat|lem|lle|el |z e|s e|k \xE9|mbe|emb|el\xE9|ot |lis|vet|kor|\xE1g |olg| am|sz\xE1|ehe|leh|ogo|ott|\xFCl |nte|\xE9le|i v|ogy|hog| ho|kel|n k|tes|nl\u0151|enl|ss\xE1|\xE1za|h\xE1z|\xE9g |vel|\xE1ba|lek|\xE9ge| ha|a h|r\xE9s| fe|\xE1ny|del|el\u0151|\xE1t |al\xE1|art|tar|zto|z\xE1s|t\u0151 |yil|koz|tko|al\xF3|s k|i e|\xE1rs|t\xE1r|mze|emz| ny|m\xE1s|ett|ny |fej|ass|zas| h\xE1|d a|t \xE9|is |\xE9s\xE9|ez\xE9|t\xE9b| mu|\xE1so|s\xEDt|lye|elm|\xE9de|v\xE9d|ine|t k|os |it |izt|biz| bi|y a|m l|tot|a j|atk|n\xE9l|t n|ti | m\xE1|ai |l\xE1s|eve|nev|zte| b\xE1|sel|ll |al |ere|n e|unk|mun|t e| ak|ife|kif|ako|s \xE9| \xE9r|\xE1na| es|s t|got|s\xFCl| be|v\xE1l|csa|se |\xE9se|ad |ges|tos|ja | gy|asz|ten|lm\xE9| t\xE1|eze|\xE1rm|b\xE1r|ess|l s|\xFCle",azj:" v\u0259|v\u0259 |\u0259r |ir | h\u0259| bi| h\xFC| ol|\xFCqu|h\xFCq|quq|na |in |lar|h\u0259r|d\u0259 | \u015F\u0259|bir|l\u0259r|lik|mal|r b|lma|r h| t\u0259|\u0259xs|\u015F\u0259x|\u0259n |dir|uqu|una|an |ali|a m| ma|ikd|ini|r \u015F|d\u0259n|ar |il\u0259|qun|aq |as\u0131| ya|m\u0259k|y\u0259t| m\u0259| m\xFC|kdi|\u0259si|\u0259k |ilm|nin|nd\u0259|olm|\u0259ti|\u0259 y|sin|xs |nda|lm\u0259|yy\u0259|i v| qa| az|olu|iyy|ya |ind|zad|qla|\xFCn |ni |l\u0259 |tin|n m|aza|ar\u0131|\u0259t |n t|maq|lun|l\u0131q|\u0259 b|un |nun|q v|n h|dan|\u0131n | et|tm\u0259|\u0259r\u0259| \xF6z|da |\u0259 v| on|\u0259 a|\u0131na|\u0131n\u0131|bil|a b|s\u0131 |il |\u0259mi|ara|si | di|\u0259 m|\u0259ri|rl\u0259| va|\u0259 h|etm|\u0131\u011F\u0131|ama|dl\u0131|adl|rin|b\u0259r|r\u0131n|n i|m\xFCd|n\u0131n| he|mas|ik |n a|dil|al\u0131|irl|\u0259l\u0259|\xFCda|s\u0131n|\u0131nd|xsi|li |\u0259 d|n\u0259 | b\u0259|\u0259ya| in|\u0259 i|l\u0259t| s\u0259|n\u0131 | i\u015F|an\u0131|e\xE7 |he\xE7|q h|eyn|\u0259 e|d\u0131r| da|asi|r\u0131 |i\u015F |ifa|l\u0131\u011F|i s|fi\u0259|afi|daf| ed|m\u0259z|u v|kil| ha|ola|n v|\u0259ni|\u0131r |uq |unm| bu| as|sia|osi|sos|ili|\u0131d\u0131|l\u0131d|nma|\u0131q |in\u0259|\u0259ra|sil|xil|axi|dax|ad\u0259|man|a h|\u0259 o|onu|a q|\u0259z | ki|se\xE7| se|\u0131 h|min|lan|\u0259d\u0259|bu |raq|l\u0131 |\u0131l\u0131|al |\u0259 q|r v|nla|hsi|\u0259hs|t\u0259h|\xF6z |ist| is|m\u0259s| \u0259s|ina|\u0259 t|\u0259tl|a v|i\u0259 |n b|t\u0259r| ta| c\u0259|edi|ala|kim|qu |i t|ulm|m\u0259h|n o|aya|\u0131 o|ial| so|ill|siy| d\u0259|var|ins|mi |\u011F\u0131 |nik|r i|aql|k h|t\u0259m|tam|\xE7\xFCn|\xFC\xE7\xFC| \xFC\xE7|\u011F\u0131n|sas|\u0259sa|z h|\u0259m\u0259|zam| za|sti|r\u0259f|n e|r a|ild|h\u0259m|\u0131ql|yan|may|n \u0259|m\u0259n|mil| mi|\u0259qi|din|n d|t\xFCn| d\xF6|miy|kah|ika| ni|fad|tif|l o|s\u0259r|yni| ey|ana|l\u0259n|am |ril|ay\u0259|a\u015F\u0131",ces:" pr|n\xED | a | ne|pr\xE1|r\xE1v|na |ost| po|ho | sv|o n| na|vo |neb|\xE1vo|bo |ebo|nos|m\xE1 | m\xE1|a\u017Ed|ka\u017E| ka| ro|ch |d\xFD |\u017Ed\xFD|ti |ou |a s| p\u0159| za|\xE1n\xED|\xE1 p| je| v |svo|\xE9ho| st|\xFD m|sti|n\u011B | by|obo|vob|ter|pro|en\xED|bod| z\xE1| sp|\xED a|rod|kte|by |mu |u p|o p| n\xE1|v\xE1n|jak| ja|a p|o v|\xED n|ov\xE1|oli|v\xED |spo|roz| kt|mi |\xED p|ny | ma|\xEDm |i a|do | so|odn|\xE1ro|n\xE1r|li |n\xE9 |tv\xED|at |\xFDch|a z| vy|byl|vol|en |\xFDt |b\xFDt| b\xFD|t s|tn\xED|stn|o s|\xED b|to | do|sv\xE9|v\xE9 |ran|ejn|z\xE1k|eho|jeh|nes|p\u0159\xED|m\xED |\u010Din|kol|aj\xED|sou| v\u0161|\xEDch|it |n\xFDm|\xFDm |nu |hra|nou|u s|\xE9mu| k |du |\u017Een|pod| ze|kla|a v|stv|pol|dn\xED|er\xE9|m p|st\xE1|je |ci |e\u010Dn| ni|n\xE9h|a n|ak\xE9|\xE1va|maj|em |rov|\xED m|k\xE9 |ole|n\xFDc|ova| ve|ako| ta|i k|chr|och| oc|kon|i p|\xED v|sm\xED|esm|kdo|st |i n|o z|ave|odu|bez| to|sta|ech|j\xED |o d|sob|se | se|\xED s|\xFDmi|i s| i |i v| vz|n\xEDm|pra|ln\u011B|p\u0159i|t\xE1t|ste|a j|aby| ab| s |oln|a o|m n|\u010Den|slu|\u0159\xEDs| os|zem|mez| \u010Di|ln\xED|\xE1ln|oci|jin| ji|y b|\xED z|y s|va |v\u0161e|t v|ovn|chn|d\u011Bl|n\xEDc|le\u010D| pl|vat| vo|vin|rav|vou|lad|inn|\xE9 v|anu|tej|u k|stu|est| tr|ky |ikd|nik|ivo|nit|zen|u o|n\xE9m|nez|i\xE1l|\xEDho|len|ens|o\u017Ee|oko|k\xE9h|rac|ven|\xED k|e s|l\xE1n|\u011Bl\xE1|zd\u011B|vzd|t k|din|odi|t\xED | od|r\xE9 |tup|pov|pln|\u0161t\u011B|\xE1kl|nno|tak|er\xE1|\u0159ed|o a|a t|res|j\xEDc| mu|u z|rok| ob|\u010Dno|u a|y k|i j|\xE9 n|lu\u0161|\xEDsl|oso|ci\xE1|soc|n\xEDh|o j|ck\xE9",run:"ra |we |wa |e a| mu|a k|se | n | um| ku|ira|ash|tu |ntu|a i|mu |umu|mun|unt|ere|zwa|ege|ye |ora|teg|a n|a a|ing|ko | bi|sho|iri| ar| we|shi|aba|e n|ese|go |a m|o a|gu |uba|ngo|nga|hir| ca|ugu|obo|hob|za |ndi|ish|gih| at|ara|wes| kw|ger|ate|a b| ba| gu|e k|can|ama|ung|bor|u w|mwe|di | ab|nke|ke |kwi|ka |ank|yo |ezw|n u|na |iwe|e m|rez|ri |a g|gir| am|igi|e i|ro |a u|ngi|e b|ban| ak| in|ari|n i|hug|ihu|e u|riz|ang|nta| vy|ata| ub|and|aka|rwa| nt|kur|ta |iki|kan|iza|u b|ran|sha|o n|i n| ig|ivy| iv|ahi|bah|u n|ana| bu| as|aku|ga |uko|o u|ho | ka|ose|ubu|ako|guk|ite|o y|ba |i b|any|kir|o k|aho|iye|kub|amw|nye|aha| ng|o m|nya| it|re | im|o b|izw|kun|hin|e c|vyo|o i|vyi|ngu|uri|imi|imw|gin|ene|u m|zi |ha |kug|bur|uru|jwe| zi|u g|era|aga|ron|abi| y |e y| uk|gek|ani| gi|eye|ind|wo |u a|i a| ib|i i|ras|bat|gan|amb|n a|onk|rik|ne |ihe|agi|kor| ic|ze |tun|ibi|wub|nge|o z|tse|nka|he |rek|twa|gen|eko|mat|ber| ah|ni |ush|umw| bw|mak|bik|ury|yiw|bwo| nk|ma |no |kiz|uro|gis|aro|ika| ya|gus|y i|wir|ugi|uki| ki|a c|ryo|bir| ma| yi|iro|bwa|mur|eng|ukw|hat|tan|utu|wit|w i| mw|y a|mbe| ha|uza|ham|rah| is|irw|o v|umv|ura|eny|him|eka|bak|bun| ny|bo |yig|kuv|wab|key|eke|yer|vye|i y|ita|ya |a r| ko|kwa|o c",plt:"ny |na |ana| ny|a n|sy |y f|a a|aha|ra | ma|nan|n n|any|y n|a m|y m|y a| fi|an |tra|han|ara| fa| am|ka | ts| na|in |ami| mi|a t|olo|min|man|iza|lon| iz|fan| ol| ha| sy|aka|a i|reh|ay |ian|tsy|ina| ar|on |o a|etr|het|ona|y o|o h|zan|y t|a h|ala| hi|a f|y h|ehe|ira|a s|zo |y i|ndr|jo | jo|n j| an| az|ran|dia| dr|y s|fah|ena|ire|tan|dre| zo|mba| ka|m p|afa| di|n d|and|azo|zy |amp|ia |ren|iny|rah|y z|ry |ika|oan|ao |amb|lal|ho | ho|isy|ony|tsa|asa|a d|ha |fia|mis|ava|ray| pi|am |dra| to|rin| ta|ant|eo |zay|rai|tsi|itr|sa | fo| ra|van|ova|nen|azy| vo|mpi|ari|o f|tok|a k| ir|kan|oto|mah|ly |sia| la|n i|voa|haf|a r|ito|y k|oka|y r|y l|ano|ita|ene|its|ial|zon|aza|ain| re| as|fot|aro|fit|nat|nin|aly|har| ko|ham| no|fa |ary|atr|ila|ata|iha|nam|kon|oko| sa|elo|nja|anj|ive|isa|oa |dy |y d|o m|nto|ank|o n|otr|pan|fir|air|sir|ty |a v|sam|o s|tov|mit|rak|reo|o t|pia|tao| ao|no |y v|iar|a e|a z|hit|hoa| it|to |za |ton|eha|end|vy |idi|tin|ati|adi|lna|aln|rov|ban| za|nga|hah|oni|osi|sos|vah|ino|ity| at|hia|pir|ifa|omb|ame|era|vel|kar|va |tso|jak|fid|ifi|ais|o i|idy|la |ama|ba | pa|tot|ani|rar|mpa|haz|kam| eo| il|iva|aho|nao|n k|ato|lah|ovy| te|dro|lan|ela| mo| si|fin|miv|san|koa| he|aso| mb|sak|kav",qug:"ta | ka|ka |na |una|cha|ash|ari|a k|ana|pak|ish|ach|hka|shk|mi |kta|hay|man| ch|apa|ak |rin|ata|kun|har|akt|ita| ha|ami|lla| pa|ama|pas|shp| ma|tak|ay\xF1|y\xF1i|in |sh |ina|uku|nka|chi|aka|a c|yta|kuy|all|tap|a h|kan| tu|\xF1it|tuk| ru|run|chu|an |pay|ayt|ris| ki|aku|hpa|ank|a p|kam| sh|nam|a s|uy |i k|ayp|nak|pi |nta|a m| li|ay |lia|hin|kaw|nap|ant|tam|a t|iri|nat| wa|y r|kay|aws| ya|n t|ypa|wsa|pa |lak|shi|a a|lli|iku|hu |n k|iak|yay|kis| al|shu|a w|ipa| sa| il|api|kas|yku|yac|kat|a r|huk|i c|wan|hik|a i|ill|ush| ti|ayk|hpi| ku|kac|say|hun|uya|ila|ika|yuy|pir|ich|mac|ima|a y|yll|ayl|i p|kin|a l| wi|kus| yu|lan|tan|llu|kpi| ta| pi|aya|la |yan|awa| ni|kak|lat|rik|war|ull|kll|li |ink|nch|un |akp|n s|may| ay|uch|i s|nac|sha|iki|kik|h m|ukt|pip|tin|n p|iya|nal|aki| ri|ura|tik|mak|ypi|i m|i w|n m|his|k i|riy|iwa|y h| hu|han|akl|k t|mas|pik|kap| \xF1a|u t|nmi|nis|k a|i y|k l|kar| im|i i|wil|yma|aym|ksi|iks|uma| su|h k|has| ak|unk|huc|kir|anc|k m|pal|k k|ik |i\xF1i| i\xF1|ma |n y|mun| mu|mam|tac|a n|i t|k r|sam|ian|asi|k h|was|ywa|iyt|llp|san|sum|ray|si |pan|nki|tar| ii|u k|\xF1ik|uk |i\xF1a|kuk|wpa|awp|akk|a u|wat|uri| mi|yar|uyk|ayw|h c|ha |tay|rmi|arm|uta|las|yka|llk|kul|wi\xF1|ati|ska| ll|kit|n h|uti|kic|mat",mad:"an |eng|ng |ban| sa| ka|dha|ren| se| ba|ak | ha|adh|hak| dh|ang|se | pa|aba|a s|na |aga|ha | or|n s|ore|ara| ag|gad|are|ana|n o|ngg|ale|gan|a k|ala|dhu|tab|sar|ota|asa|eba| ot| ke|sab|ba |wi |uwi|abb|i h|huw|aan|n k|a b|bba| ta| ma|pan|hal|bas|ako|dhi|ra |kab|em |beb|ka |lak|gi |lem|g a|eka|n b|ama|nga|san|at |ong|ran|nge|a o|ggu|sa |a d|ane|n p|ken|par|aja|man|gar|ata|nek|apa| na|agi|abe| ga|e e|sal|a a|tan|g s|al |kal|gen|ta |i s|aka|e a|a p|a e| la| pe|nan| an|era|e d| e | be|n a| al|ena|uy |guy|n n|ate| bi|mas|e k|kat|uan|oan|kon|k k|a m|i d|g e|n t|g k|ada|koa|lan|ela| da|bad|ma |ne |as |lab|ega| mo|ar |car|one|i p|bi |kaa|bat|ri |on |pon| so|e b|le |ah |abi|ase|adi|epa| ep|k h|and|pam|te |ok |ste|aon|om |oko|aha|ari|ona|asi|ter| di|di |pad|e s|sad|yar|neg|ton|set|rga|ost|mos|gap|nda|a l|har|i k|ina| a | ng|kom|isa|si |a t|a h| kl|jan|daj|iga|hig|idh|hid|ndh|n m|ngs|tto|ett|arg|la |k b|ler|k d|nna| to|nao|n d|mat| ca|tad|bis|aya|epo|aen| po|bin|nya|kas|k s|n h|sya|nta|gsa|en |ant|n g|kar|i e|das|e t|e p|iba| pr|g p| ho| el|i a|hi |os |sao|uwa|tes| ja|nag|nas|lae|sia|t s|k o|nto|int|yat|arn|m p|duw|adu|eta| ko|i b|ni |g n|kla|rak|ame|mpo|jua|sok|aso|ggi|eja|pel|jam|ele| et|dil",nya:"ali|ndi|a m|a k| nd|wa |na | al|yen| ku|nth|ra |di |se |nse| mu|a n|thu|hu |nga| wa|la |mun|u a|unt|iye| ka|ce |ace| lo|a l|ang|e a| la| pa|liy|a u|ens| ma|idw|ons|dwa|e m|i n|ala|kha|lo |li |ira|era|ene|ga |ana|za |o m| mo|yo |o w| ci|we |dzi|ko |o l|and|dan|hal|zik|chi|oyo|pa |ner|ulu|ena|moy| um|a p| da|ape|kap|ka |iko| an|pen|a c|to |ito|hit|nch| nc|iri|lir|wac|umo|e k|lu |a a|aye| dz|kuk|a z|dwe|tha|mal| za|ing|ufu|mu |ro |ful| uf|o c|i d|lin|e l|zo |edw| zo|o a|mwa|u w|iro|o n|lan|amu|ere| mw|nzi|dza|alo|ri | li|fun|lid|gan|so | ca|kul|ofu|nso|o z|ulo|unz|o k|mul|lam|i c|san|a b|kwa| na|a d| a |una|u k|i l|nkh|ant|aku|ca |cit|oli|ipo|dip|ama|lac|wir|han|yan|osa|uli|tsa|i m|pon|kup|u d|ti |gwi|ukh|ung|hun|lon|ank|nda|iki|ina| ko|ao |diz|phu|ati|oma|i a|tsi|pat|iya|siy|kut| ya|zid|eze|ma |i k|mer|ome|mol|u n|u o|aph|ogw|izo|mba|sid|ku |sam|awi|adz| ad|izi|ula|say|e n|khu| kh|rez|vom|bvo|okh|lok|win|akh|o o| am| on|zir|map| zi|eza|ja |go |ngo|ika|its|ats|osi|gwe| co|isa|ya |haw|ani|o p|zi |ndu|kho|ezo|kir|uni|i u| ay|lal|gal|sa |bom| bo|ola|amb|wak|ha |ba |nja|anj|ban| ba|iza| bu|udz|ngw|bun|oye|o d|nal|kus|i p|i o|i y|wi | nt|e p| si|aka|ne |men|jir|nji|sed|ets|end|eka|uma|du ",zyb:"bou|iz |aeu|enz|eng|uz | bo|ih |oux|nz | di|ing|z g|ux |uq |dih|ngh| ca|ng |gen|ung|z c| mi|miz|ij |cae|z d| gi| de| ge|euq|you| ci|ngz|ouj|aen|uj | yi|ien|gya| gu|ngj|mbo| mb|zli|dae|gij|cin|ang|j d|nae| se| ba|z y|euz| cu|de |x m|oz |j g|ouz|x b|li |z b|h g| da| yo|nj |xna|oxn|rox| ro|h c|nzl|vei|yau|wz |z m|ix | si|i c|iq |gh |j b| cw|nda|yin| hi| nd|dan|vun|inh| ga|can|ei |cun|yie|q g|hoz|bau| li| gy|wyo|cwy|z h|gue|gz |gun|faz|unz|yen|uh |den|ciz| go|q c|gj | bi|ej |aej| fa|hin|zci| wn|j n|goz|gai|au |z s|q d| vu|h m|gva|hu |auj|ouq|az |h d|ya |uek|ci |nh |u d|ou |sou|jso|gjs|din|awz|enj| do|h s|eve|sev|z r|nq |sin|nhy|g g|g b|liz|kgy|ekg|sen|eix|wng|lij|ngq|bin|i d|ghc| ha|bae|hix|h y|j c|ghg|i b|ouh|en |n d|h f|j s|z v|j y|law|hci|anh|inz|q y|nei|anj|ozc|ez |enh|q s|aiq|uen|zsi|zda|hye|ujc|e c|siz|eiz|anz|g y|i g|q n|bie| ne| ae|giz|u c|hgy|g d|gda|ngd|cou| la|z l|auy|ai |in |iuz|zdi|jhu|ujh|yuz| du|j m| fu|cuz|eiq|g c|gzd| co|uyu|coz|zbi|biu| dw|i s|i n|aw |dun|yun|izy|daw| he|nho| ho|enq|x l|cie|q b|cij|uzl|x d|iuj|awj| ya|eij|dei|nde|sae|izc|wnq|wnh|sei|h b|aih|gzs|bwn|a d|u g|ngg|jca|e b|ran| ra|hcu| me|iet|van| bu|guh|hen|si |wnj| ve|u b|azl|inj|gak|gan|ozg|siu|yaw|i m",kin:"ra | ku|se | mu|a k|ntu|tu |nga|umu|ye | um|unt|mun|e n| gu|we |ira|a n| n |wa |ere|mu |ko |gom|a b|e a| ab|li |e k|mba|a a|e b|aba|ga |e u|ba |omb|o k| ba|a u|ose|u b|o a| cy|ash|eng| ag|kwi| bu|za |gih|ren|ndi| ub|ang|yo |aka|gu |igi| ib|a g|a m| nt|uli|o b|ama|ihu|e i|nta| ak|ago|ro |ora| ka|ugu|hug|di |iye|ban| am|cya|ku |ta | bw|and|sha|re | ig|gan|ubu|na | kw|obo| by| bi|a i|yan|ka |sho|kub|era|ese| we|kan|aga|hob|bor|ana|byo|ura|uru|ibi|rwa|wes|u w|no |uko|i m|mo |u a|ure|ili|uba|o n|uha|uga|n a| im|ish|bwa|bwo|wiy|ali|ber|ze |ne |ush|are|o i|u m|ger|bur|ran| ki| no|ane|bye| y |ege|teg|guh| uk|n i|rag|i a|ya |u g|e m|anz|bo |abo|gar|wo |y i|ho |age|ind|o m|eke|a s|ara|zir|ite|kug|kim|aci| as|u n|ani|kir|mbe| gi|yos|kur|ugo|gir|e c|iza|aho|i b|tur|ata|o u| se|u u|zo |i i|aha|nge|mwe|iro|akw|any|eza|uki|imi|o y|ate|u k|iki|atu|bat| in|go |tan|n u|bos| bo| na|hak|iby| at|ihe|ung|ha |bul|kar|eye|eko|gek|nya|o g|shy|e y|awe|ngo|bit|mul|nzi|rer|bag|ge |imw|bah|cir|gac|bak|je |gez|imu|eze|tse|ets|mat| ru|irw|he | ni| ur| yi|ako|ngi| ng|i n|rez|ubi|gus|fit|afi|ugi|uka|amb|o c|utu|ufa|ruk|mug|bas|bis|uku|hin|e g|ige|amo|ing| af|yem|ni | ry|a r|gaz|te |erw|bwe|ubw|hwa|iko| al|ant|zi ",zul:"nge|oku| ng|a n|lo |ung|nga|la |le | no|elo|lun| um|e n|wa |we |gel|e u|ele|nel|thi|ke |nom|ezi|ma |ntu|oma|hi |o n|ngo|tu |nke|onk|o l|uth|ni |a u|lek|unt| wo|o e| lo|mun|umu|pha| ku|ang|ho |kwe|ulu| ne|won|une|lul|elu| un|a i|gok|kul|ath|hla|lok|khe|eni|tho|ela|zwe|akh|kel|a k|enz|ana|ban|aka|u u|ing|ule|elw|kho|uku|ala|lwa|gen| uk|wen|ama|na |e k|ko |gan|a e|he |zin|enk|o y| ez|kat| kw|lan|eth|het|o o| ok|okw|i n|nzi|aba|e a|hak|lel|lwe|eko|ane|ka |so |yo |ayo|o a|uhl|nku|nye| na|thu|mph|do |ben|ise|kut|ike|kun| is| im|hol|obu|fan|i k|e w|nhl|nok|ini|and|kuh|ukh|kuk| ak|e i|isi|aph|zi |ile|eki|ekh| ba|eka|the|a a| le| ye|kwa|e e|fut| fu|za |mal| ab|ebe|isa| em|o w|kub|mth|i w|ndl|emp|any|olo|ga | ko|nen|nis|alu|ith|eli|ndo|seb|nda| ya|i i|eke|vik|ake|uba|abe|ezw|yok|ba |ale|zo |olu|ume|ye |esi|kil|khu|yen|emi|nez|hlo|a l|ase|ula|kek|a o|iph|o u|no |azw|kan|mel|uny|ne |ufa|ahl|lin|hul|ant|und|sa |enh|kus|kuv|lak| in|o i|din|kom|amb|zis|ind|ola|uph|wez|eng|yez|phe|phi|mba|nya|han|kuf|nem|isw|ani|iyo| iy|fun| yo|uvi|i a|ene|izi| el|cal|i e|eze|ano|nay|hwe|kup|lal|uyo|ubu|kol|oko|ulo| la|e l|tha|nan|mfu|hon|nza|hin| ey|omp|da |bo |ilu|wak|lon|iso|kug|nka|ink|i l|sek|eku| ek|thw|gez",swe:"ar |er |tt |ch |och| oc|ing|\xE4tt|ill|r\xE4t|en | ti|til|f\xF6r|ll | r\xE4|nde| f\xF6|var|et |and| en|ell| ha|om |het|lle|lig|de |nin| de|ng | in| fr|as |ler| el|gen|nva|und|att|env|r h| i |r r|ska|fri| so|har|der| at|\xF6r |ter|all|t t| ut|den|ka |lla|som|av |sam|ghe|ga | sk| vi| av|ete|la |ens|t a| si|r s|iga|igh|tig| va|ig |a s| st|ion|ra |tti|a o| \xE4r|ten|ns |t e|na | be|han| un| an| sa|a f| la| gr| m\xE5|nge|n s|vis|lan|m\xE5 |ati|nat| \xE5t|an |nna| li| al|t f|ans|nsk|sni|gru|\xE4ll|tio|ad | me|isk|kli|s f|t i|st\xE4|t s|ri |med|sta|h r|lik|da |dig|ta |r o|run|on | re|lag|tta|\xE4r |kap|a i|a r|\xE4nd|erv|n e|kte|n f|rvi|nom|itt|id | mo|sky|r e|ver|\xE4ns|vil|gt |igt| na|tan|uta|dra|t o|ro |isn| fa|kal|ihe|rih|erk|r u|e s|per|l v|vid|one|rel|ber|ran|ot |mot|ndl|d f|ed |ika|m\xE4n|l s|bet|t b|dd |ydd|kyd|n o|s s|str|n m|tet|sin|r f| om|rna|int|r i|end|nad|l a|ap |ers|nda|t v|ent|rbe|arb| h\xE4|ets|h\xE4l|amh|ckl|gar|nga|r m|je |rje|arj|n i|s e|lin|r t|i s|r\xE4n| pe|ilk|t l|ern|p\xE5 | p\xE5|t\xE4l|d e|dom|ege|g e|tni|r a|lit|ras| s\xE5|lln|kil|ski|enn|i o|a d|er\xE4|n a|ara| ge|\xE4ro|a m| ar|t d|ilj|els|yck| ve|g o|fr\xE5|nas|tra|ess|del|m s|liv|l l|in |v s|g a|ast|e e|val|son|rso|e t|age|nd | eg|ial|cia|oci|soc|upp|igi|eli|g s|rkl|gad|ndr|nte|\xF6ra",lin:"na | na| ya|ya |a m| mo|to | ko|li |a b| li|o n| bo|i n|a y|a n|ki |a l|kok|la | ma|zal|i y|oki| pe|ngo|ali|pe |so |nso|oto|ons| ba|ala|mot|a k|eng|nyo|eko|o e|nge|yon| ny|kol|lik|iko|a e|o y|ang|ye | ye|oko|ma |o a|go | ek|ko |e m|aza|te |olo|sal|ama|si | az|mak|e b|lo | te|ta |isa|ako|amb|sen|ong|e n|ela|oyo|i k|ani| es|o m|ni |osa| to|ban|bat|a t|mba|ing|yo | oy|eli|a p|mbo|o p|mi | mi| nd|ba |i m|bok|i p|isi|mok|lis|nga|ge |nde|koz|bo |gel|ato|o t|mos|aka|oba|ese|lam|kop| ez|lon|den|omb|o b|ota|sa |ga |e a|e y|eza|kos|lin|esa|e e|kob|e k|sam|kot|kan|bot|ika|ngi|kam|ka | po|gom|oli|ope|yan|elo| lo|ata| el|bon|oka|po |bik|ate| bi|a s|i t|i b|omi|pes|wa | se|oza|lok|bom|oke|som|zwa|mis|i e|bek|iki| at|ola|ti |ozw|lib|o l|osu|oso|e t|nda|ase|ele|kel|omo|bos|su |usu|sus|bal|i l|ami|o o|bak| nz|pon|tel|mob|mu | ep|nza|asi|mbi|ati|kat|le |gi |ana|oti|ndi|tan|a o|wan|obe|kum|nya|mab|bis|nis|opo|tal|mat| ka|bol|and|aye|baz|u y|eta| ta|ne |ene|emb|sem|e l|gis|ben| ak| en|mal|obo|gob|ike|se |ibo|\u2019te| \u2019t|umb| so|mik|oku|be |mbe|bi |i a|eni|i o| mb|tey|san| et|abo|ebe|geb|eba|yeb|bu | as|ote|sik|ema|eya|ibe|mib|ai |pai|mwa|kes|da |may|boz|amu|a a|kom|mel|ona|ebi|ia |ina|tin| ti|bwa|sol|son",som:" ka|ka |ay |uu |an |yo |oo |aan|aha| wa|da | qo| in| u |sha| xa|a i|ada|iyo| iy|ma |ama| ah| la|qof|aa |hay|ga |a a|a w|ah | dh|a s| da|in |xaq| oo|a d|aad|yah|eey| le|isa|lee|u l|q u|aq | si|taa|eya|ast|la |of |iya|sa |y i|u x|sta|kas|xuu|uxu|wux| wu|iis|nuu|inu|ro | am| ma|a q|wax|dha|ala|kal|nay|f k|a k|le |ku | ku| sh|o i|a l|ta |maa|a u|dii|loo| lo|o a|ale|ara|ana|iga|o d| uu|ha |lo |o m|o x|doo|aro|kar|yaa|gu |si |ima|na | xo| fa|adk|do |a x|ad |aas| qa| so|a o| ba|lag| aa| he|dka|adi|soo|o k|aqa| is|ash|u d|had| ga|eed|san|u k|a m|iin|i k| ca|u s|n l|yad|rka|axa|elo|hel|aga|hii|o h|o q| ha|id |n k| mi|baa| xu|har|xor|aar|ax |mad|add|nta|mid|aal|waa|haa|ina|qaa|daa|agu|ark|o w|nka|u h|dad|ihi| bu| ho|naa|n a|ays|haq|a h|o l| gu|o s|aya|saa|lka| ee| sa|dda|ab |nim|quu|gga|ank|kii|rci|arc|n s|a g| ji|gel| ge|eli|ysa|a f|siy|int|laa|uuq|uqu|xuq| mu|i a|uur|mar|ra |iri|o u| ci|riy|ya |ado|alk|dal|ee |al |rri|ayn|asa| di|ooc|aam|ofk|oon|to |ayo|dar| xi|dhi|jee|a c| ay|yih|a j|ban|caa|lad|sho|d k|ida|uqd|agg|sag|ras|bar|ar | ko| ra|o f|gaa|gal|fal|u a| de| ya|o c|ii |xay|eel|aab|sig|aba|orr|hoo|u q|y d|ed |ho |sad|qda|h q|fka|n i|xag|n x|qay|lsh|uls|bul|u w|jin| do|raa| ug|ido|ood",hms:"ang|gd |ngd|ib | na|nan|ex | ji|eb |id |d n|b n|ud | li|nl |ad | le|jid|leb|l l| ga|ot | me|x n|anl|aot|mex|d g|b l|d d|ob |gs |ngs|jan| ne|ul | ni|nja| nj|lib|ong|nd | zh|jex| je|b j| sh|ngb| gh|gb | gu|gao|l n|han| ad|gan| da|t n| wu|il |x g|nb |b m| nh|she|is |l j|d l|nha|l g|d j|b g|el |end|wud|nex|gho|d s|d z|oul|hob|ub |nis| ch| ya|it |b y|eib| gi|s g|lie| yo| zi|oud|s j|d b|nx | de|es |d y| hu|uel|gue|ies|aob|you| ba|d m|chu|gia|dao|b d|s n|zib| go|zha|eit|hei|al |hud| do|nt |ol | fa|t g|hen|ut |gx |ngx|ab |fal|x j|b z|ian|d h|don|b w|t j|iad|nen| xi|gou|d c|b h|hao|x z|nib|anx|ant|gua| mi|s z|dan|ox |inl|hib|lil|uan|and| xa|b x| se|x m|uib|hui|d x|anb|enl| we|od |enb| du|at |ix |s m|bao| ho|hub| ng|zhi|jil|l s|yad|t m|t l|yan| ze| ju|heb|had|os |aos|t h|l d|nga| he|b a|xan|b s|sen|xin|dud|jul|d a|lou| lo|dei|d w| bi|b c| di|zhe|gt |ngt|x l|bad|x b| ja|hon|zho|blo| bl|d k| ma|deb|l z|wei| yi| qi|b b|x d|d p|eud| ge|x a|can| ca|t w|lol| si|hol|s w|aod|pao| pa|ren| re|x s|eut|pud| pu|aox|mis|gl |ngl|x w|zei|gon|enx|gha|s a|b f|l y|oub|eab|hea| to|did| ko|unb|ghu|t p|x c|geu|t s|x x|jao|ed |t c|l m|l h|jib|ax |l c|d f|nia| pi|eul|d r| no|min|l t|heu|ux |tou|ns |s y|iel|s l|hun",hnj:"it | zh| ni|ab |at |ang| sh|nit| do|uat|os |ax |ox |ol |nx |ob | nd|t d|zhi|nf |x n|if |uax| mu|d n|tab| ta| cu|mua|cua|as |ad |ef |uf |id |dos|gd |ngd|hit|ib |us |enx|f n|she|s d|t l|nb |ux |x z|ed |inf|b n|l n|t n|aob|b z| lo|ong|ix |dol| go|zhe|f g| ho| yi|t z|d z|b d| le|euf|d s|ut |yao| yo| zi|gb |ngb|ndo|enb|len| dr|zha|uab|dro|hox| ge|nen| ne|han| ja|das|x d|x c|x j|f z|shi|f h|il | da|oux|nda|s n|nd |s z|b g| ny|heu| de|gf |ngf| du|od |gox| na|uad| gu|inx|b c| ya|uef| xa| ji|ous| ua| hu|xan|hen|zhu|nil|jai|rou|t g|f d| la|enf|ged|ik | bu|nya|you|f y|lob|af |bua|uk |is |yin|out|of |l m|ud |hua| qi|ot |t s| ba|ait| kh|s s|nad| di|aib|x l|lol| id|dou|ex |aod|bao| re| ga|d d|b y|las|hed|b h|b s|f b|t y|jua| ju| dl|x s|hue|b l| xi|zif|dus|b b|x g|hif|x y|hai| nz|sha| li|x t| be|d j|und|hun|ren|d y|hef|xin| ib|b t|l d|aos|s l| ha|gai|nzh|gx |ngx| ao|s b|s x|el |gt |ngt|hik|aid|s t|x m|f l|f t| pi|aof|t r|eb | gh|s y|d l|gua| bi| za| fu|t h| zu|hou|deu|lb | lb|d g| mo|b k| bo|iao|ros|gon|eut|x h|al |uaf|hab|t t|k n|f x|hix|pin|yua| no|t b|ak | zo|s m| nb| we|d b|gha|f s|mol|euk|dax|l b|nof| ko|lou|guk|end|uas|t k|dis|dan|yol|uan|d t|x b|lan|t m| ch|jix|x x| hl|aox|zis|x i|et | ro",ilo:"ti |iti|an |nga|ga | ng| it| pa|en | ma| ka| a | ke| ti|ana|pan|ken|ang|a n|agi|a k|n a|gan|a m|a a|lin|ali|aya|man|int|teg|n t|i p|nte| na|awa|a p|na |kal|ng |dag|git|ega|sa |da |add|way|n i|n n|no |ysa|al |dda|n k|ada|aba|nag|nna|ngg|eys| me|a i|i a|mey|ann|pag|wen|i k|gal|gga| tu|enn| da| sa|nno| we|ung| ad|tun|mai| ba|l m| ag|ya |i s|i n|yan|nan|ata|nak| si|aka|kad|aan|kas|asa|wan|ami|aki|ay |li |i m|apa|yaw|a t|mak| an|i t|g k|a s|ina|eng|ala|ika|ama|ong|ara|ili|dad| aw|gpa|nai|et |yon|ani|aik|on |at |oma|sin|bal|ipa|n d|uma|g i|ket|ag |in |aen|n p|ram|sab|aga|nom|ino|lya|ily|syo|i b| ki|nia|agp|gim|kab|asi|kin|iam|ags|bab|oy |toy|n m|agt| ta|bag|sia|g a|gil|mil| um|o p|ngi|n w|i i|pad|pap|daa|iwa|naa|eg |ias|ed |nat|bae|o k|saa|san|pam|gsa|ta |kit|ma |dum|yto|tan|i e|t n|uka|t k|apu|lan|sta|sal| li|a b|ari|g n|den|mid|ad |o i|y a|ida|ar |aar|y n|dey| de| wa|a d|ak |bia|ao |tao|min|asy|mon|imo| gi|maa|sap|abi|i u|aib|kni|i l|gin|ged|o a| ar|kap|pul|eyt|abs|ibi| am|akn|i g|kip|isu|g t|bas|nay|ing|i d|kar|ban|iba|nib|t i|as |d n|y i|ura|a w|nal|aad|i w|lak|adu|kai|bsa|duk|edu| ed|may|agb|agk|tra|gge|sol|aso|agr|ngs|ian|ila|dde|edd|tal|aip|kua|umi|pay|sas|ita|pak|g d|ulo|inn|aw "},Cyrillic:{rus:" \u043F\u0440| \u0438 |\u0440\u0430\u0432| \u043D\u0430|\u043F\u0440\u0430|\u0441\u0442\u0432|\u0433\u043E |\u0435\u043D\u0438|\u0432\u043E |\u043E\u0432\u0435| \u043A\u0430|\u043D\u0430 |\u0442\u044C | \u043F\u043E|\u0438\u044F |\u043E \u043D| \u043E\u0431|\u0435\u0442 | \u0432 |\u0441\u0432\u043E| \u0441\u0432|\u0430\u0432\u043E|\u0430\u043D\u0438|\u043E\u0441\u0442|\u043E\u0433\u043E|\u044B\u0439 |\u0430\u0436\u0434|\u043B\u043E\u0432|\u0442 \u043F| \u0438\u043C|\u043D\u0438\u044F| \u0447\u0435| \u0441\u043E|\u0435\u043B\u043E|\u0438\u043C\u0435| \u043D\u0435|\u043B\u044C\u043D|\u043B\u0438 |\u0447\u0435\u043B|\u043A\u0430\u0436|\u0435\u0441\u0442|\u0432\u0435\u043A|\u0430\u0442\u044C|\u043E\u0432\u0430|\u0438\u043B\u0438| \u0440\u0430|\u0435\u043A |\u0439 \u0447|\u0434\u044B\u0439|\u0436\u0434\u044B| \u0434\u043E|\u0438\u0435 |\u0435\u0435\u0442|\u043C\u0435\u0435|\u043D\u043E | \u0438\u043B|\u0438\u0438 |\u0441\u044F |\u0435\u0433\u043E|\u043E\u0431\u043E|\u0438 \u043F|\u043D\u0438\u0435|\u043A \u0438| \u0431\u044B|\u0438 \u0441|\u0438 \u0438|\u043C\u0438 |\u0431\u043E\u0434|\u0432\u043E\u0431|\u0432\u0430\u043D| \u0437\u0430|\u043E\u0439 |\u044B\u0445 |\u043E\u043C |\u043B\u0435\u043D|\u0430\u0446\u0438|\u0435\u043D\u043D|\u043E \u0441|\u043E \u043F|\u044C\u043D\u043E|\u0442\u0432\u0430|\u0442\u0432\u043E|\u043F\u0440\u0438|\u043D\u043E\u0433|\u0430\u043B\u044C|\u0430\u043A\u043E|\u0432\u0430 |\u0438 \u043D|\u0441\u0442\u0438|\u043D\u044B\u0445|\u0442\u043E |\u0431\u0440\u0430|\u043E\u043B\u0436|\u0434\u043E\u043B|\u0441\u0442\u043E|\u0438 \u0432|\u043D\u044B\u043C|\u043E\u0435 | \u0435\u0433|\u043D\u043E\u0432|\u0438\u0445 |\u0435\u043B\u044C|\u0442\u0435\u043B|\u0442\u0438 |\u043D\u043E\u0441|\u043D\u0435 |\u043F\u043E\u043B|\u0440\u0430\u0437| \u0432\u0441|\u0438 \u043E| \u043B\u0438|\u0438 \u0440|\u044B\u0442\u044C|\u0431\u044B\u0442|\u0432\u043B\u0435|\u0440\u0435\u0434|\u0438\u044E |\u0442\u043E\u0440| \u043E\u0441|\u044C\u0441\u044F|\u0442\u044C\u0441|\u043E\u0434\u0438|\u0449\u0435\u0441|\u044F \u0438|\u043A\u0430\u043A|\u043F\u0440\u043E|\u0436\u0435\u043D|\u044B\u043C |\u043F\u0440\u0435|\u0430 \u0441|\u0441\u043D\u043E|\u0435 \u0434|\u043D\u043D\u043E|\u043E \u0438|\u0438\u0439 | \u043A\u043E|\u043E \u0432| \u043D\u0438| \u0434\u0435|\u0441\u0442\u0443|\u043B\u0436\u043D|\u0441\u043E\u0432|\u0435 \u0432|\u043D\u043E\u043C|\u043E\u043B\u044C|\u0440\u0430\u043D|\u043E\u0436\u0435|\u0438\u0447\u0435|\u0435\u0439 |\u0430\u0441\u0442|\u043D\u043D\u044B| \u043E\u0442|\u0442\u0443\u043F|\u043C \u0438|\u043E\u0434\u043D|\u0437\u043E\u0432|\u0440\u0435\u0441| \u043C\u043E|\u043E\u0441\u0443|\u043B\u044F |\u043E\u0441\u043D|\u0430 \u043E|\u0432\u0435\u043D| \u0442\u043E|\u043E \u0431|\u0448\u0435\u043D|\u0442\u0432\u0435|\u043E\u0431\u0449|\u0430 \u0438|\u0435 \u043C|\u044C\u043D\u044B|\u043E\u0431\u0440|\u0432\u0435\u0440|\u0447\u0435\u043D|\u044F \u043D|\u0436\u043D\u043E|\u0447\u0435\u0441|\u0430\u043A |\u043B\u0438\u0447|\u043D\u0438\u0438|\u0435 \u0438|\u0432\u0441\u0435|\u0431\u0449\u0435|\u0432\u0430\u0442|\u0435\u0441\u043F|\u043C\u043E\u0436|\u0439 \u0438|\u043D\u043E\u0435|\u043E \u0434|\u0431\u0435\u0441| \u0432\u043E|\u044F \u0432|\u0434\u0443 | \u0441\u0442|\u0434\u043D\u043E|\u043E\u043D\u0430|\u043D\u0430\u0446|\u0434\u0435\u043D|\u0435\u0436\u0434|\u0445 \u0438| \u0431\u0435|\u0438 \u0434|\u043D\u044B |\u0434\u043E\u0441|\u0434\u043B\u044F| \u0434\u043B| \u0442\u0430|\u043B\u044C\u0441|\u0430\u0442\u0435|\u0446\u0438\u0438|\u044F \u043F|\u0443\u044E |\u0438\u0442\u0435|\u0435 \u043E|\u043D\u043E\u0439|\u043F\u043E\u0434|\u043E\u0442\u043E|\u0441\u0442\u0440|\u0441\u0442\u0430| \u043C\u0435|\u0435\u043B\u0438| \u0440\u0435|\u044F \u043A|\u0442\u043E\u044F|\u0430\u043C\u0438|\u0435\u043D |\u044C \u0432|\u044E \u0438|\u0430\u0437\u043E|\u0433\u043E\u0441|\u043C \u043F|\u044C \u043F|\u0442 \u0431|\u0436\u0435\u0442|\u0443\u0447\u0430|\u0441\u0443\u0434|\u044C\u0441\u0442|\u0434\u0441\u0442|\u0449\u0438\u0442|\u0430\u0449\u0438|\u0437\u0430\u0449|\u043A\u043E\u043D|\u043D\u0438\u044E|\u0430\u043C |\u043E\u0434\u0443|\u0435\u0440\u0435|\u0433\u0440\u0430|\u043F\u0435\u0447|\u043E \u043E|\u043E\u0440\u043E|\u043A\u043E\u0442|\u0438 \u043A|\u0442\u0440\u0430|\u043D\u0438\u043A|\u0443\u0449\u0435|\u0446\u0438\u0430|\u043E\u0446\u0438|\u0441\u043E\u0446|\u043D\u0430\u043B|\u0435\u0441\u043A|\u043E \u0440|\u043A\u043E\u0433|\u0434\u0440\u0443| \u0434\u0440|\u043D\u0438 |\u0430\u0432\u0430|\u043D\u0441\u0442|\u0435\u043C |\u0430\u0432\u043D|\u044B\u043C\u0438|\u0435\u0434\u0441|\u0434\u0438\u043D|\u0434\u043E\u0432| \u0433\u043E| \u0432\u044B|\u0432 \u043A|\u044B\u0435 |\u043E\u0431\u0435|\u043C\u0443 |\u044F \u0435|\u0441\u043B\u0443|\u0443\u0434\u0430|\u0442\u0430\u043A|\u043A\u043E\u0439|\u0442\u0443 |\u0438\u0442\u0443|\u0437\u0430\u043A|\u0445\u043E\u0434|\u0432\u043E\u043B|\u0440\u0430\u0431|\u043A\u0442\u043E|\u0438\u043A\u0442|\u0438\u0447\u043D|\u043D\u0438\u0447|\u043E\u0442 |\u0438\u043D\u0430| \u043A |\u0442\u0435\u0440|\u0440\u043E\u0434|\u043D\u0430\u0440",ukr:"\u043D\u0430 | \u043F\u0440|\u043F\u0440\u0430| \u0456 |\u0440\u0430\u0432| \u043D\u0430| \u043F\u043E|\u043D\u044F |\u043D\u043D\u044F| \u0437\u0430|\u043E\u0433\u043E|\u0442\u0438 |\u0432\u043E |\u0433\u043E | \u043A\u043E|\u0430\u0432\u043E| \u043C\u0430|\u043B\u044E\u0434|\u043E \u043D| \u043D\u0435| \u043B\u044E|\u044E\u0434\u0438|\u043E\u0436\u043D|\u043A\u043E\u0436|\u043B\u044C\u043D|\u0436\u043D\u0430|\u0434\u0438\u043D|\u0430\u0442\u0438|\u0430\u0454 |\u0438\u0445 |\u0438\u043D\u0430|\u043F\u043E\u0432|\u0441\u0432\u043E| \u0441\u0432|\u0430\u043D\u043D|\u0454 \u043F|\u043C\u0430\u0454|\u0430\u0431\u043E|\u0430 \u043B| \u0431\u0443|\u043D\u0435 |\u0435\u043D\u043D|\u0431\u043E | \u0430\u0431|\u0430 \u043C|\u043E\u0432\u0438|\u043D\u0456 | \u0432\u0438| \u043E\u0441|\u0430\u0446\u0456|\u0432\u0438\u043D| \u0442\u0430|\u0431\u0435\u0437|\u043E\u0431\u043E| \u0432\u0456| \u044F\u043A|\u0435\u0440\u0435| \u0434\u043E|\u0456 \u043F|\u0443\u0432\u0430|\u043E \u043F|\u0430\u043B\u044C|\u043D\u0438\u0445|\u043E\u043C |\u043C\u0438 |\u0456\u043B\u044C|\u043D\u043E\u0433|\u0442\u0430 |\u0438\u0439 |\u043F\u0440\u0438|\u043E\u044E |\u0442\u044C |\u0441\u0442\u0430| \u043E\u0431|\u0432\u0430\u043D|\u0438\u043D\u043D|\u0442\u0456 |\u043E\u0441\u0442| \u0443 |\u0441\u044F |\u0432\u0430\u0442|\u0431\u0443\u0442|\u0438\u0441\u0442| \u043C\u043E|\u0435\u0437\u043F|\u0443\u0442\u0438|\u043D\u043E\u0432|\u043F\u0435\u0440|\u0456\u0457 |\u0438 \u043F|\u0431\u043E\u0434|\u0432\u043E\u0431|\u0441\u0442\u0432| \u0432 |\u043E \u0432|\u0432\u0456\u0434| \u0431\u0435|\u0430\u043A\u043E|\u043F\u0456\u0434|\u0442\u0438\u0441|\u043A\u043E\u043D|\u043D\u043E |\u0432\u0430 |\u043D\u043D\u0456|\u0456 \u0441|\u0430 \u043F|\u0441\u0442\u0456| \u0441\u043F|\u043D\u0438\u0439|\u0434\u0443 |\u044C\u043D\u043E|\u043E\u043D\u0430| \u0456\u043D|\u0434\u043D\u043E|\u043D\u0438\u043C|\u0456\u0439 |\u0430 \u0437|\u043D\u0443 |\u043C\u043E\u0436|\u0457\u0457 | \u0457\u0457|\u043B\u044F |\u0441\u043E\u0431|\u043C\u0443 |\u043E\u0457 |\u044F\u043A\u043E| \u043F\u0435| \u0440\u0430|\u0456\u0434 | \u0434\u0435|\u0456 \u0432|\u0438 \u0456|\u0447\u0438\u043D|\u0432\u043D\u043E|\u043E\u043C\u0443|\u043D\u043E\u043C|\u0443 \u043F|\u0456 \u043D|\u0430 \u0441| \u0441\u0443|\u0430 \u043E|\u043D\u0435\u043D|\u0438\u0441\u044F|\u043E\u0432\u043E|\u043D\u0430\u043D|\u043E\u0434\u043D|\u0443 \u0432|\u0456 \u0434|\u0430\u0432\u0430|\u0456\u0434\u043D|\u0440\u0456\u0432| \u0440\u0456|\u0456 \u0440|\u0438\u043C\u0438|\u0432\u0456\u043B|\u0438\u043C |\u0446\u0456\u0457|\u043E \u0434|\u0430 \u0432|\u0441\u0442\u0443|\u043E\u0434\u0443|\u0431\u0443\u0434|\u043E\u0432\u0430| \u043F\u0456| \u043D\u0456|\u044F \u043D|\u0435 \u043F|\u043D\u0430\u0446|\u0438 \u0441|\u043D\u043D\u0430| \u043E\u0434| \u0440\u043E|\u043D\u043E\u0441|\u044C\u043D\u0438|\u044E\u0442\u044C|\u0438 \u0437|\u043A\u0438 |\u0456 \u0437|\u0430 \u0431|\u0441\u043F\u0440|\u0447\u0435\u043D|\u0436\u0435 |\u043E\u0436\u0435|\u0435 \u043C|\u043E\u0432\u043D|\u0440\u0438\u043C|\u0435 \u0431|\u0442\u043E |\u043D\u0456\u0445|\u043E\u0441\u043E|\u0443\u0434\u044C|\u0432\u0456 | \u0440\u0435| \u0441\u0442|\u0440\u0430\u0446|\u0434\u043E | \u0441\u043E|\u0440\u043E\u0437|\u043B\u0435\u043D|\u0432\u043D\u0438|\u0456\u0432\u043D|\u0440\u043E\u0434| \u0432\u0441|\u0441\u043F\u0456|\u043A\u043E\u0432|\u0437\u043F\u0435|\u0456\u0432 |\u0434\u043B\u044F| \u0434\u043B|\u0457 \u043E|\u0445\u0438\u0441|\u0430\u0445\u0438|\u0437\u0430\u0445|\u2010\u044F\u043A|\u044C\u2010\u044F|\u0434\u044C\u2010|\u044F \u0456|\u0442\u0430\u043A|\u0437\u043D\u0430|\u0437\u0430\u0431|\u0441\u0442\u044C|\u0442\u0443 |\u043D\u043E\u044E|\u0430 \u043D|\u0442\u043E\u0440|\u0441\u043D\u043E|\u043E \u0441|\u0436\u0435\u043D|\u0446\u0456\u0430|\u043E\u0446\u0456|\u0441\u043E\u0446|\u0456\u043D\u0448|\u0456 \u043C|\u043A\u043B\u0430|\u0438 \u0432|\u0442\u0435\u0440| \u0434\u0456|\u0456\u0441\u0442|\u043E\u0432\u0456|\u0443 \u0441|\u044F \u0432|\u0430\u0440\u043E|\u0441\u0456 |\u0432\u0456\u0442|\u0441\u0432\u0456|\u043E\u0441\u0432|\u0440\u043E\u0431|\u043F\u0456\u043B|\u0440\u0435\u0441|\u0437\u0430 |\u043F\u0435\u0447|\u0430\u0431\u0435|\u043A\u0443 |\u043B\u0438\u0432|\u0435\u0440\u0436|\u0434\u0435\u0440|\u0432 \u0456|\u0430\u0432\u043D|\u0442\u0430\u0432|\u0430\u0432 |\u0430\u043C\u0438|\u043A\u043E\u043C|\u0432\u043B\u0435|\u043E \u0431|\u044C \u043F| \u0449\u043E|\u0457\u0445 |\u0442\u0432\u043E|\u0445\u0442\u043E|\u0456\u0445\u0442|\u043A\u043E\u0433| \u043A\u0440|\u0430\u043D\u043E|\u0442\u0430\u043D|\u0456\u0430\u043B|\u043D\u0430\u043B|\u043D\u044C |\u0445 \u043F|\u0436\u043D\u043E|\u043B\u0435\u0436|\u0430\u043B\u0435|\u043F\u0440\u043E|\u0442\u0432\u0430|\u0440\u0430\u0442|\u043E \u043E|\u0445 \u0432|\u043D\u0430\u0440|\u043B\u044C\u0441|\u0446\u0456\u0439|\u043A\u043E\u0440|\u0447\u0430\u0441|\u0440\u0436\u0430|\u0457 \u0441|\u0438\u043D\u0443|\u0434\u0441\u0442|\u043E \u0437|\u0440\u0430\u0437|\u043C\u0456\u043D|\u0430 \u0440|\u0437\u0430\u043A",bos:" \u043F\u0440| \u0438 |\u0440\u0430\u0432|\u043D\u0430 |\u043C\u0430 |\u043F\u0440\u0430| \u043D\u0430|\u0438\u043C\u0430| \u0441\u0432|\u0430 \u0441|\u0434\u0430 |\u0430 \u043F|\u0432\u043E |\u0458\u0435 |\u043A\u043E |\u0430\u043A\u043E|\u043E \u0438| \u043F\u043E|\u0430\u0432\u043E|\u0435 \u0441|\u0430 \u0438|\u0442\u0438 | \u0438\u043C| \u0434\u0430| \u0443 |\u0441\u0432\u0430|\u043D\u043E | \u0437\u0430|\u043E \u043D|\u0432\u0430 |\u0438 \u043F|\u0438\u043B\u0438|\u0432\u0430\u043A|\u043B\u0438 | \u043A\u043E|\u043D\u0435 | \u0438\u043B|\u043A\u043E\u0458| \u043D\u0435| \u0434\u0440|\u043E\u0441\u0442| \u0441\u043B|\u045A\u0430 |\u0438\u043C |\u0438 \u0441|\u0443 \u0441|\u0438 \u0438|\u0430\u0432\u0430|\u0438\u0458\u0435|\u0430 \u0443| \u0431\u0438|\u0441\u0442\u0432|\u0441\u0435 |\u0432\u0430\u045A|\u0430 \u0434|\u043E\u043C |\u0458\u0435\u0434|\u0431\u043E\u0434|\u043E\u0431\u043E|\u043B\u043E\u0431|\u0441\u043B\u043E| \u0441\u0435| \u0440\u0430|\u0438\u0445 |\u0441\u0442\u0438|\u0430 \u043D|\u045A\u0435 | \u043E\u0431| \u0458\u0435|\u043F\u0440\u0438|\u0434\u0440\u0443|\u0443 \u0438|\u0458\u0443 |\u043E \u0434|\u0438\u0442\u0438|\u0432\u043E\u0458|\u0440\u0430\u0437|\u0430\u045A\u0435|\u043E\u0432\u0430|\u0434\u0458\u0435| \u043E\u0441|\u0435 \u0438|\u043B\u043E |\u0435 \u043F|\u0430\u045A\u0430|\u0443\u0458\u0435|\u0438 \u0434|\u0431\u0440\u0430|\u0442\u0440\u0435| \u0442\u0440| \u0441\u0443|\u0443 \u0437|\u0430 \u043A|\u043E\u0433 |\u0443 \u043F|\u043E\u0458\u0435|\u0446\u0438\u0458|\u0440\u0435\u0431|\u0430 \u043E|\u0430 \u0431| \u045A\u0435|\u0438 \u0443|\u043C\u0438\u0458|\u043D\u0438 |\u043D\u043E\u0441|\u0431\u0430 |\u0435\u0434\u043D|\u0441\u0432\u043E|\u045A\u0435\u0433| \u0438\u0437|\u043F\u0440\u043E|\u0435 \u0434|\u0436\u0430\u0432|\u0431\u0438\u0442| \u043D\u0438|\u0438 \u043E|\u0441\u0442\u0430|\u0430 \u0437|\u0430\u0432\u043D|\u0432\u0458\u0435| \u043A\u0430|\u0431\u0438\u043B|\u043E\u0432\u043E|\u0430 \u0458|\u0430\u0458\u0443|\u0438\u0441\u0442|\u0438 \u043D|\u043D\u0438\u0445|\u0458\u0435\u043B|\u0442\u0443 |\u0440\u0435\u0434|\u0433\u043E\u0432| \u043E\u0434|\u0435 \u043E|\u043E\u0458\u0438| \u0441\u043C|\u0458\u0430 |\u043E \u043A|\u0438\u043B\u043E|\u0430\u0446\u0438|\u0435 \u0443|\u043F\u0440\u0435|\u043E \u043F|\u0435\u0431\u0430|\u0443 \u043E|\u0441\u0443 |\u0432\u0438\u043C|\u0438\u0447\u043D| \u0441\u0430| \u0434\u0458|\u0430 \u0442|\u0438\u0458\u0430|\u0448\u0442\u0438|\u0447\u043D\u043E|\u0440\u0436\u0430|\u0434\u0440\u0436|\u0441\u0442\u0443|\u0434\u043D\u0430|\u043E\u0434\u043D|\u0435\u043D\u0438|\u0437\u0430 |\u0438\u0432\u0430|\u043D\u043E\u043C|\u0435\u043C |\u0434\u0443 |\u0440\u0430\u043D|\u0432\u043D\u043E|\u0441\u043C\u0438|\u0458\u0435\u0440|\u0435 \u0431|\u0435 \u043D|\u0434\u0435 |\u043F\u043E\u0441|\u043C \u0438| \u0434\u043E|\u0443 \u0434|\u043D\u0430\u043A|\u0430 \u0440|\u043E\u0431\u0440| \u043C\u043E|\u043D\u0438\u043C|\u0435\u0433\u043E| \u043A\u0440|\u0442\u0438\u0442|\u043A\u0440\u0438|\u0432\u0435 |\u0430\u043D |\u0438\u043A\u043E|\u043D\u0438\u043A|\u043D\u0443 |\u0438 \u043C|\u043D\u043E\u0433|\u0435\u043D\u043E|\u0441\u043D\u043E|\u0435 \u043A|\u0442\u0443\u043F|\u0440\u0443\u0433|\u043A\u0430 |\u043E\u0434\u0430|\u0440\u0438\u0432|\u0432\u043E\u0459|\u0430\u043B\u043D|\u043C \u0441|\u0438\u0442\u0443|\u0430\u0448\u0442|\u0437\u0430\u0448|\u0430\u043D\u0438|\u0441\u0430\u043C| \u0441\u0442|\u0430\u043A\u0432|\u043E\u0432\u0438|\u043E\u0441\u043D|\u0440\u043E\u0434|\u0430\u0440\u043E| \u043C\u0438|\u0458\u0438 |\u0442\u0432\u0430|\u0434\u043D\u043E|\u043D\u0441\u0442|\u0430\u043A |\u0438\u0442\u0435|\u0459\u0443 |\u0432\u0438\u0447|\u0440\u0430\u0434|\u0443 \u043D|\u0443 \u043C| \u0442\u0430|\u0434\u0441\u0442|\u0442\u0438\u0432|\u043D\u0430\u0446|\u0440\u0438\u043C|\u043A\u043E\u043D|\u043A\u0443 |\u045A\u0443 |\u043E\u0434\u0443|\u0436\u0438\u0432|\u0430\u043C\u043E|\u0442\u0432\u043E|\u0442\u0435\u0459|\u043F\u043E\u0434|\u0435\u045B\u0443|\u0433 \u043F|\u043D\u043E\u0432|\u0438\u043D\u0430|\u043D\u0430\u0440| \u0432\u0458|\u0438 \u0431|\u043E\u0458 | \u043E\u0432|\u0430\u0432\u0435|\u0432\u0443 |\u0430\u043D\u0441|\u043E\u0458\u0430|\u0437\u043E\u0432|\u0430\u0437\u043E|\u0443\u0434\u0435|\u0431\u0443\u0434| \u0431\u0443|\u0435 \u0442|\u0438 \u0432|\u0435\u045A\u0430|\u0435\u0434\u0438|\u043D\u0438\u0446|\u043D\u0430\u043F|\u043C\u0458\u0435| \u0438\u0441|\u0441\u043B\u0443|\u0435\u0434\u0441|\u043E \u043E|\u0437\u0430\u043A|\u0438 \u043A|\u043C \u043F|\u0442\u043D\u043E|\u0438\u0432\u043E|\u0435\u0440\u0435|\u043D\u0438\u0447|\u043A\u0430\u043A|\u0430\u0434\u0430|\u0432\u043D\u0438|\u0443\u0433\u0438| \u0440\u043E|\u043C\u043E\u0432|\u0432\u0435\u043D|\u043E \u0441|\u0442\u043E |\u0442\u0435 | \u0432\u0440| \u0431\u0435|\u0430\u0440\u0430|\u043A\u043B\u0430| \u0431\u0440|\u0443 \u0431|\u0443 \u0443|\u0438 \u0442|\u043E\u043D\u0430| \u043E\u043D|\u0430\u0432\u0438|\u0458\u0430\u043B|\u0434\u043D\u0438| \u0441\u043A",srp:" \u043F\u0440| \u0438 |\u0440\u0430\u0432|\u043D\u0430 |\u043F\u0440\u0430| \u043D\u0430|\u043C\u0430 | \u0441\u0432|\u0438\u043C\u0430|\u0434\u0430 |\u0430 \u043F|\u0432\u043E |\u043A\u043E |\u0442\u0438 |\u0430\u0432\u043E| \u043F\u043E|\u0430 \u0438|\u0430\u043A\u043E|\u0430 \u0441| \u0437\u0430| \u0443 |\u043E \u0438| \u0438\u043C|\u0438 \u043F|\u0432\u0430 |\u0441\u0432\u0430|\u0432\u0430\u043A| \u0434\u0430|\u043E \u043D|\u0435 \u0441|\u043E\u0441\u0442| \u043A\u043E|\u045A\u0430 |\u043B\u0438 |\u0438\u043B\u0438|\u043D\u0435 |\u043E\u043C | \u043D\u0435|\u0430 \u043D| \u0441\u043B| \u0438\u043B|\u0458\u0435 | \u0434\u0440|\u0438 \u0441|\u043D\u043E |\u043A\u043E\u0458|\u0443 \u0441|\u0430\u0432\u0430| \u0440\u0430|\u043E\u0433 |\u0441\u043B\u043E|\u0458\u0443 |\u0438\u043C |\u0441\u0442\u0438|\u0431\u043E\u0434|\u043E\u0431\u043E|\u043B\u043E\u0431|\u0438\u0442\u0438|\u0430 \u043E|\u0441\u0442\u0432|\u0438 \u0443|\u0430 \u0434|\u043D\u0438 |\u0458\u0435\u0434|\u0443 \u043F|\u043F\u0440\u0438|\u0435\u0434\u043D| \u0431\u0438|\u0438 \u0438|\u0430 \u043A|\u043E \u0434|\u0441\u0442\u0430|\u0438\u0445 |\u0434\u0440\u0443|\u0430 \u0443| \u0458\u0435|\u0430\u045A\u0430| \u043E\u0441| \u043D\u0438|\u043D\u043E\u0441|\u043F\u0440\u043E|\u0430\u0458\u0443|\u0438 \u043E| \u0434\u0435| \u0441\u0443|\u0443 \u0438|\u0441\u0435 |\u045A\u0435 |\u0458\u0430 |\u043E\u0432\u0430|\u0438 \u0434|\u0446\u0438\u0458| \u043E\u0431|\u0443\u0458\u0435|\u0440\u0435\u0434|\u0436\u0430\u0432|\u0435 \u0438|\u0435 \u043F|\u0430 \u0458|\u0434\u043D\u0430| \u0441\u0435| \u043E\u0434|\u0432\u0435 | \u043A\u0430|\u0435\u043D\u0438|\u0440\u0436\u0430|\u0434\u0440\u0436|\u0430 \u0437|\u0430\u0432\u043D|\u0435\u045A\u0430|\u0430\u0446\u0438|\u0432\u043E\u0458|\u043E\u0432\u043E|\u0443 \u0443|\u043C \u0438|\u043E\u0458\u0430|\u0432\u0430\u045A| \u0438\u0437|\u0438\u0458\u0430|\u0443 \u0437|\u0430\u045A\u0435|\u0440\u0430\u043D|\u0435 \u043E|\u0440\u043E\u0434|\u0438 \u043D|\u0435 \u0431|\u0440\u0430\u0437|\u0437\u0430 | \u045A\u0435|\u0433\u043E\u0432|\u0438\u0447\u043D| \u0441\u0442|\u043D\u043E\u0432|\u0441\u043D\u043E|\u043E\u0441\u043D|\u0434\u0443 |\u043F\u0440\u0435| \u0442\u0440|\u0441\u0443 |\u0432\u0443 |\u043E\u0434\u043D|\u0430 \u0431|\u0441\u0432\u043E|\u045A\u0435\u0433|\u043D\u0438\u043C|\u043D\u0438\u0445|\u0442\u0443 |\u0442\u0438\u0442|\u0448\u0442\u0438|\u043A\u0443 |\u043D\u043E\u043C|\u0431\u0438\u0442|\u0435 \u0434|\u043C\u0435 |\u0438\u043A\u043E|\u0447\u043D\u043E|\u043E\u0458\u0438|\u043B\u043E |\u0432\u043D\u043E|\u043D\u0438\u043A|\u0438\u043A\u0430|\u0431\u0435\u0437|\u0430\u0440\u0430|\u0434\u0435 |\u0443 \u043E|\u0432\u0438\u043C|\u043D\u0430\u043A| \u0441\u0430|\u0440\u0438\u0432|\u0430\u0432\u0435|\u0430\u043D |\u0432\u043E\u0459| \u043A\u0440|\u043E \u043F|\u0441\u043C\u0435|\u0435 \u043A|\u043D\u043E\u0433|\u0458\u0438 | \u043E\u0432|\u0435 \u0443|\u0442\u0432\u0430|\u0431\u0440\u0430|\u0440\u0443\u0433|\u0440\u0435\u0431|\u0442\u0440\u0435|\u0443 \u0434|\u043E\u0434\u0430| \u043C\u043E| \u0432\u0440|\u0430\u0432\u0459|\u0443 \u043D|\u0435\u0433\u043E|\u0434\u0435\u043B|\u043C \u0441|\u043A\u0440\u0438|\u043E \u043A|\u0430\u0448\u0442|\u0437\u0430\u0448|\u045A\u0443 | \u0441\u043C|\u0430\u043D\u0438| \u043B\u0438|\u0434\u043D\u043E|\u0435\u0452\u0443|\u0430\u043B\u043D|\u043B\u0430 |\u0430\u043A\u0432|\u043E\u0458 |\u043A\u043E\u043C|\u0441\u0442\u0443|\u0443\u0433\u0438|\u0430\u0432\u0438|\u0430 \u0440|\u043A\u0430 |\u0440\u0430\u0434|\u043E\u0434\u0438|\u0432\u0438\u0447|\u0442\u0430\u0432|\u0438\u0442\u0443|\u0443\u0434\u0435|\u0431\u0443\u0434| \u0431\u0443|\u043F\u043E\u0442|\u043E\u0434\u0443|\u0436\u0438\u0432|\u0435\u0440\u0435|\u0442\u0432\u043E|\u0438\u043B\u043E|\u0431\u0438\u043B|\u0430\u0440\u043E|\u0435 \u043D|\u043E\u0432\u0438|\u043F\u043E\u0440|\u0435\u043D\u043E|\u0448\u0442\u0432|\u043D\u0430\u0446|\u043E\u0432\u0435|\u043C \u043F|\u0442\u0443\u043F|\u043F\u043E\u0441|\u0440\u0435\u043C|\u0434\u043D\u0438|\u0431\u0430 |\u043D\u0441\u0442|\u0430 \u0442|\u043E\u0458\u0443|\u0430\u0441\u0442|\u0438\u0432\u0430|\u0435 \u043C|\u0432\u0440\u0435|\u0432\u0459\u0430|\u043D\u0443 |\u0431\u0435\u0452|\u0438\u0441\u0442|\u0435\u043D |\u0442\u0435 |\u0434\u0441\u0442|\u0440\u043E\u0442|\u0437\u0430\u043A|\u0430\u043E |\u043A\u0430\u043E|\u0438 \u043A|\u0458\u0443\u045B|\u043E \u0441|\u0441\u0442 |\u0441\u0430\u043C|\u043C \u043D|\u0442\u0435\u0440|\u043D\u0430\u0440| \u043C\u0435|\u0438 \u043C|\u043A\u043E\u043B|\u0435 \u0440|\u0443\u0448\u0442|\u0440\u0443\u0448|\u0432\u0435\u0440|\u043A\u0430\u043A| \u0431\u0435|\u0438 \u0431|\u043A\u043B\u0430|\u0430\u0434\u0430|\u0435\u0431\u0430|\u0435\u043D\u0430|\u043E\u043D\u0430| \u043E\u043D|\u0442\u0432\u0443|\u0430\u043D\u0441| \u0434\u043E|\u0440\u0430\u043A|\u0441\u043B\u0443|\u0438 \u0432|\u043D\u0438\u0446|\u0443 \u043A|\u043C\u0435\u043D|\u0432\u0440\u0448|\u0435\u043C\u0435|\u0435\u0434\u0441|\u0438\u0432\u0438|\u043E \u043E|\u0458\u0430\u0432",uzn:"\u0430\u043D |\u043B\u0430\u0440|\u0433\u0430 |\u0438\u0440 | \u0431\u0438|\u0430\u0440 | \u0432\u0430|\u0434\u0430 |\u0438\u0433\u0430| \u04B3\u0443|\u0432\u0430 |\u0431\u0438\u0440|\u0443\u049B\u0443|\u049B\u0443\u049B|\u04B3\u0443\u049B| \u04B3\u0430|\u0440 \u0431|\u0433\u0430\u043D|\u0438\u0448 |\u0438\u0434\u0430| \u0442\u0430|\u0430 \u044D|\u0438\u043D\u0438|\u0430\u0434\u0438|\u043D\u0433 |\u0434\u0438\u0440|\u0438\u0448\u0438|\u043B\u0438\u043A|\u043B\u0438\u0448|\u0438\u0439 |\u0438\u043B\u0438|\u0430\u0440\u0438|\u0443\u049B\u0438|\u04B3\u0430\u0440|\u043B\u0430\u043D|\u0438\u043D\u0433|\u0448\u0438 |\u0434\u0430\u043D|\u043D\u0438\u043D|\u0438\u043D\u0441|\u043A\u0438\u043D|\u0441\u043E\u043D|\u043D\u0441\u043E| \u0438\u043D| \u043C\u0443|\u049B\u0438\u0433| \u043C\u0430|\u043E\u043D |\u0440 \u0438| \u0431\u045E|\u044D\u0433\u0430| \u044D\u0433| \u045E\u0437|\u043D\u0438 |\u0431\u045E\u043B|\u0433\u0430\u0434|\u0438 \u0431|\u043A\u0438 |\u0438\u043B\u0430|\u0451\u043A\u0438| \u0451\u043A|\u0430 \u0431|\u043D \u0431|\u0438\u043D |\u0440 \u04B3|\u0430\u043B\u0430|\u044D\u0440\u043A| \u044D\u0440|\u043B\u0433\u0430| \u049B\u0430|\u0440\u043A\u0438|\u0448 \u04B3|\u0438 \u04B3|\u043D \u043C| \u0431\u043E| \u0431\u0430|\u0438\u043A |\u0430\u0440\u0430|\u0438\u0433\u0438|\u043B\u0438\u0433|\u0440\u0438 |\u049B\u0438\u043B|\u0430 \u0442|\u0431\u0438\u043B| \u044D\u0442|\u043D\u0438\u0448|\u043D\u043B\u0438|\u043A\u043B\u0430|\u0438 \u0432|\u0431\u043E\u0448|\u044D\u0442\u0438|\u0430\u043D\u0438|\u0438\u043C |\u0438 \u043C|\u043E\u043B\u0438|\u049B\u043B\u0430|\u0430 \u04B3|\u043B\u0430\u0448|\u0430\u0442\u043B|\u0442\u0438\u043B|\u0430 \u049B| \u043E\u043B|\u043E\u0441\u0438|\u043C\u0430\u0441|\u049B\u0430\u0440|\u0438\u043D\u043B|\u043B\u0430\u0442| \u049B\u0438|\u0442\u0430\u044A|\u04B3\u0430\u043C|\u0433\u0438 |\u0438\u0431 |\u043C\u043B\u0430|\u045E\u0437 |\u043D \u044D|\u043C\u0443\u043C| \u0434\u0430| \u0431\u0443|\u0430\u0442 |\u0448 \u0432|\u0443\u043D |\u0430\u0442\u0438|\u043C\u043A\u0438|\u0443\u043C\u043A|\u0442\u043B\u0430|\u0438\u0440\u043E|\u045E\u043B\u0438|\u0431\u0430\u0440|\u0438\u0440\u0438|\u0440\u0438\u0448|\u0438\u044F\u0442|\u0430\u043B\u0438| \u0431\u0435| \u049B\u043E|\u0430 \u0448|\u0430\u0440\u043E| \u043A\u0435|\u0438 \u0442|\u0440\u043B\u0430| \u0442\u0435|\u0447\u0430 |\u0440\u0447\u0430|\u0430\u0440\u0447|\u0430 \u045E| \u0448\u0443|\u0442\u0438\u0448|\u043D \u04B3|\u0442\u0433\u0430| \u0441\u0430|\u0430\u0441\u0438| \u0445\u0430|\u0440\u0430\u043A|\u043B\u0438\u043D|\u043E\u043B\u0430|\u0438\u043C\u043E|\u0448\u049B\u0430|\u043B\u0438 | \u0442\u0443|\u0430\u043C\u043B|\u043B\u043B\u0430|\u0441\u0438\u0434|\u043D \u045E| \u0430\u0441|\u043D\u0438\u0434|\u0430 \u0438| \u043A\u0438|\u043D \u0442|\u043D\u0434\u0430|\u043A \u0431|\u0435\u0440\u0430|\u043E\u0448\u049B|\u0441\u0438\u0437|\u043E\u0440 |\u0430 \u043C|\u0440 \u0432|\u0435\u043D\u0433|\u0442\u0435\u043D|\u043C\u0430\u0442|\u043C\u0434\u0430|\u0430\u043C\u0434|\u043B\u0438\u043C|\u0439 \u0442|\u044F\u0442 |\u0438 \u0430|\u0438\u043D\u043E|\u0438\u043B\u0433| \u0442\u043E|\u0442\u043D\u0438|\u0430\u043D\u0430|\u0430\u0441 |\u044D\u043C\u0430| \u044D\u043C|\u0430 \u0451| \u0448\u0430|\u0430\u0448 |\u0430 \u0430|\u0442\u0430\u0440|\u043A\u0430\u0442|\u0430\u043A\u0430|\u0430\u043A | \u0434\u0435|\u0430\u0437\u0430|\u0438\u043B\u043B|\u0441\u0438\u0439| \u0441\u0438| \u0441\u043E|\u0443\u049B\u043B|\u043D \u049B|\u043E\u0434\u0430|\u044A\u043B\u0438|\u0430\u044A\u043B|\u043D\u0438\u043A|\u0430\u0434\u0430| \u043D\u0438|\u0442\u0434\u0430|\u0433\u0438\u043D|\u0443\u043D\u0438|\u0441\u0438\u0442|\u0430\u0439 |\u049B\u043E\u043D|\u043D \u043E| \u0436\u0430|\u043A\u0438\u043C|\u0435\u0447 |\u04B3\u0435\u0447| \u04B3\u0435|\u045E\u0437\u0438|\u043B\u0430\u043A|\u043A\u0435\u0440|\u0438\u043A\u043B|\u043B\u043B\u0438|\u0443\u0440 |\u0437\u0430\u0440|\u0448\u043B\u0430|\u0440\u0438\u0433|\u0438\u0440\u043B|\u0434\u0430\u043C|\u043A\u043E\u04B3|\u0438\u043A\u043E|\u0430 \u0434|\u0430\u043C |\u043D \u0432|\u0440\u0442\u0438|\u0442\u0438\u0431|\u0442\u0430\u043B| \u0438\u0448|\u0447\u0443\u043D|\u0443\u0447\u0443| \u0443\u0447|\u0441\u043B\u0430|\u0430 \u0443|\u0440\u0438\u043D|\u0441\u043E\u0441|\u0430\u0441\u043E| \u0443\u043D|\u043D\u0430 | \u043A\u0430|\u043C\u0443\u04B3|\u0434\u0438\u0433|\u0447 \u043A|\u0430\u0441\u043B|\u043B\u043C\u0430|\u0440\u0430 |\u0431\u0443 |\u0445\u0430\u043B|\u045E\u043B\u0433|\u0438 \u043A|\u0435\u043A\u043B|\u0440 \u0434|\u049B\u0430\u0442|\u0430\u0433\u0430|\u0438 \u049B|\u043E\u0438\u0439|\u043C\u0438\u043B| \u043C\u0438|\u049B\u0430 |\u0438 \u0441|\u0436\u0438\u043D| \u0436\u0438|\u0441\u0438\u043D|\u0440\u043E\u0440|\u0430 \u0432|\u043B\u0430\u0434|\u0430 \u043E|\u0442\u043B\u0438|\u043C\u0438\u044F|\u043D \u0438|\u0430\u0431 |\u0442\u0438\u0440|\u0437 \u043C|\u0434\u0430\u0432|\u0440\u0433\u0430|\u0430\u0433\u0438|\u0430 \u043A|\u043D\u043B\u0430|\u0430\u049B\u0442|\u0432\u0430\u049B|\u0430\u0440\u0442|\u0430\u0451\u0442|\u043B\u0430\u0431",azj:" \u0432\u04D9|\u0432\u04D9 |\u04D9\u0440 |\u0438\u0440 | \u04BB\u04D9| \u0431\u0438| \u04BB\u04AF| \u043E\u043B|\u04AF\u0433\u0443|\u04BB\u04AF\u0433|\u0433\u0443\u0433|\u043D\u0430 |\u0438\u043D |\u043B\u0430\u0440|\u04BB\u04D9\u0440|\u0434\u04D9 | \u0448\u04D9|\u0431\u0438\u0440|\u043B\u04D9\u0440|\u043B\u0438\u043A|\u043C\u0430\u043B|\u0440 \u0431|\u043B\u043C\u0430|\u0440 \u04BB| \u0442\u04D9|\u04D9\u0445\u0441|\u0448\u04D9\u0445|\u04D9\u043D |\u0434\u0438\u0440|\u0443\u0433\u0443|\u0443\u043D\u0430|\u0430\u043D |\u0430\u043B\u0438|\u0430 \u043C| \u043C\u0430|\u0438\u043A\u0434|\u0438\u043D\u0438|\u0440 \u0448|\u0434\u04D9\u043D|\u0430\u0440 |\u0438\u043B\u04D9|\u0433\u0443\u043D|\u0430\u0433 |\u0430\u0441\u044B| \u0458\u0430|\u043C\u04D9\u043A|\u0458\u04D9\u0442| \u043C\u04D9| \u043C\u04AF|\u043A\u0434\u0438|\u04D9\u0441\u0438|\u04D9\u043A |\u0438\u043B\u043C|\u043D\u0438\u043D|\u043D\u0434\u04D9|\u043E\u043B\u043C|\u04D9\u0442\u0438|\u04D9 \u0458|\u0441\u0438\u043D|\u0445\u0441 |\u043D\u0434\u0430|\u043B\u043C\u04D9|\u0458\u0458\u04D9|\u0438 \u0432| \u0433\u0430| \u0430\u0437|\u043E\u043B\u0443|\u0438\u0458\u0458|\u0458\u0430 |\u0438\u043D\u0434|\u0437\u0430\u0434|\u0433\u043B\u0430|\u04AF\u043D |\u043D\u0438 |\u043B\u04D9 |\u0442\u0438\u043D|\u043D \u043C|\u0430\u0437\u0430|\u0430\u0440\u044B|\u04D9\u0442 |\u043D \u0442|\u043C\u0430\u0433|\u043B\u0443\u043D|\u043B\u044B\u0433|\u04D9 \u0431|\u0443\u043D |\u043D\u0443\u043D|\u0433 \u0432|\u043D \u04BB|\u0434\u0430\u043D|\u044B\u043D | \u0435\u0442|\u0442\u043C\u04D9|\u04D9\u0440\u04D9| \u04E9\u0437|\u0434\u0430 |\u04D9 \u0432| \u043E\u043D|\u04D9 \u0430|\u044B\u043D\u0430|\u044B\u043D\u044B|\u0431\u0438\u043B|\u0430 \u0431|\u0441\u044B |\u0438\u043B |\u04D9\u043C\u0438|\u0430\u0440\u0430|\u0441\u0438 | \u0434\u0438|\u04D9 \u043C|\u04D9\u0440\u0438|\u0440\u043B\u04D9| \u0432\u0430|\u04D9 \u04BB|\u0435\u0442\u043C|\u044B\u0493\u044B|\u0430\u043C\u0430|\u0434\u043B\u044B|\u0430\u0434\u043B|\u0440\u0438\u043D|\u0431\u04D9\u0440|\u0440\u044B\u043D|\u043D \u0438|\u043C\u04AF\u0434|\u043D\u044B\u043D| \u04BB\u0435|\u043C\u0430\u0441|\u0438\u043A |\u043D \u0430|\u0434\u0438\u043B|\u0430\u043B\u044B|\u0438\u0440\u043B|\u04D9\u043B\u04D9|\u04AF\u0434\u0430|\u0441\u044B\u043D|\u044B\u043D\u0434|\u0445\u0441\u0438|\u043B\u0438 |\u04D9 \u0434|\u043D\u04D9 | \u0431\u04D9|\u04D9\u0458\u0430| \u0438\u043D|\u04D9 \u0438|\u043B\u04D9\u0442| \u0441\u04D9|\u043D\u044B | \u0438\u0448|\u0430\u043D\u044B|\u0435\u0447 |\u04BB\u0435\u0447|\u0433 \u04BB|\u0435\u0458\u043D|\u04D9 \u0435|\u0434\u044B\u0440| \u0434\u0430|\u0430\u0441\u0438|\u0440\u044B |\u0438\u0448 |\u0438\u0444\u0430|\u043B\u044B\u0493|\u0438 \u0441|\u0444\u0438\u04D9|\u0430\u0444\u0438|\u0434\u0430\u0444| \u0435\u0434|\u043C\u04D9\u0437|\u0443 \u0432|\u043A\u0438\u043B| \u04BB\u0430|\u043E\u043B\u0430|\u043D \u0432|\u04D9\u043D\u0438|\u044B\u0440 |\u0443\u0433 |\u0443\u043D\u043C| \u0431\u0443| \u0430\u0441|\u0441\u0438\u0430|\u043E\u0441\u0438|\u0441\u043E\u0441|\u0438\u043B\u0438|\u044B\u0434\u044B|\u043B\u044B\u0434|\u043D\u043C\u0430|\u044B\u0433 |\u0438\u043D\u04D9|\u04D9\u0440\u0430|\u0441\u0438\u043B|\u0445\u0438\u043B|\u0430\u0445\u0438|\u0434\u0430\u0445|\u0430\u0434\u04D9|\u043C\u0430\u043D|\u0430 \u04BB|\u04D9 \u043E|\u043E\u043D\u0443|\u0430 \u0433|\u04D9\u0437 | \u043A\u0438|\u0441\u0435\u0447| \u0441\u0435|\u044B \u04BB|\u043C\u0438\u043D|\u043B\u0430\u043D|\u04D9\u0434\u04D9|\u0431\u0443 |\u0440\u0430\u0433|\u043B\u044B |\u044B\u043B\u044B|\u0430\u043B |\u04D9 \u0433|\u0440 \u0432|\u043D\u043B\u0430|\u04BB\u0441\u0438|\u04D9\u04BB\u0441|\u0442\u04D9\u04BB|\u04E9\u0437 |\u0438\u0441\u0442| \u0438\u0441|\u043C\u04D9\u0441| \u04D9\u0441|\u0438\u043D\u0430|\u04D9 \u0442|\u04D9\u0442\u043B|\u0430 \u0432|\u0438\u04D9 |\u043D \u0431|\u0442\u04D9\u0440| \u0442\u0430| \u04B9\u04D9|\u0435\u0434\u0438|\u0430\u043B\u0430|\u043A\u0438\u043C|\u0433\u0443 |\u0438 \u0442|\u0443\u043B\u043C|\u043C\u04D9\u04BB|\u043D \u043E|\u0430\u0458\u0430|\u044B \u043E|\u0438\u0430\u043B| \u0441\u043E|\u0438\u043B\u043B|\u0441\u0438\u0458| \u0434\u04D9|\u0432\u0430\u0440|\u0438\u043D\u0441|\u043C\u0438 |\u0493\u044B |\u043D\u0438\u043A|\u0440 \u0438|\u0430\u0433\u043B|\u043A \u04BB|\u0442\u04D9\u043C|\u0442\u0430\u043C|\u0447\u04AF\u043D|\u04AF\u0447\u04AF| \u04AF\u0447|\u0493\u044B\u043D|\u0441\u0430\u0441|\u04D9\u0441\u0430|\u0437 \u04BB|\u04D9\u043C\u04D9|\u0437\u0430\u043C| \u0437\u0430|\u0441\u0442\u0438|\u0440\u04D9\u0444|\u043D \u0435|\u0440 \u0430|\u0438\u043B\u0434|\u04BB\u04D9\u043C|\u044B\u0433\u043B|\u0458\u0430\u043D|\u043C\u0430\u0458|\u043D \u04D9|\u043C\u04D9\u043D|\u043C\u0438\u043B| \u043C\u0438|\u04D9\u0433\u0438|\u0434\u0438\u043D|\u043D \u0434|\u0442\u04AF\u043D| \u0434\u04E9|\u043C\u0438\u0458|\u043A\u0430\u04BB|\u0438\u043A\u0430| \u043D\u0438|\u0444\u0430\u0434|\u0442\u0438\u0444|\u043B \u043E|\u0441\u04D9\u0440|\u0458\u043D\u0438| \u0435\u0458|\u0430\u043D\u0430|\u043B\u04D9\u043D|\u0430\u043C |\u0440\u0438\u043B|\u0430\u0458\u04D9|\u0430\u0448\u044B",koi:"\u043D\u044B |\u04E7\u043D | \u0431\u044B|\u0434\u0430 | \u043F\u0440|\u043B\u04E7\u043D|\u0440\u0430\u0432| \u043C\u043E|\u043F\u0440\u0430| \u0434\u0430|\u0431\u044B\u0434| \u0432\u0435|\u043E\u0440\u0442|\u043B\u04E7 |\u04E7\u0439 |\u043C\u043E\u0440|\u04E7\u043C |\u0430\u0432\u043E| \u043D\u0435|\u0432\u043E |\u044B\u0434 |\u044B\u0441 |\u043D\u04E7\u0439|\u044B\u043D |\u043C \u043F|\u0434 \u043C|\u044B\u043D\u044B|\u0442\u043D\u044B| \u0430\u0441|\u0442\u04E7\u043C|\u043B\u044C\u043D| \u044D\u043C|\u0432\u0435\u0440|\u0441\u044C |\u044C\u043D\u04E7|\u044D\u043C |\u043D \u044D|\u0442\u043B\u04E7| \u043A\u044B|\u0441\u04E7 | \u043F\u043E|\u0435\u0440\u043C|\u0441\u044C\u04E7|\u0440\u0442\u043B|\u0430\u043B\u044C| \u043A\u04E7|\u044D\u0437 | \u04E7\u0442|\u04E7 \u0432|\u0442\u043E |\u0435\u0442\u043E|\u043D\u0435\u0442|\u044B\u043B\u04E7| \u043A\u043E|\u0442\u0448\u04E7| \u043E\u0442| \u0438 |\u044B \u0441|\u0431\u044B |\u04E7 \u0431|\u0441\u0442\u0432|\u043A\u04E7\u0440| \u0432\u04E7|\u0448\u04E7\u043C|\u043A\u044B\u0442|\u0442\u0430 |\u043D\u0430 |\u0437 \u0432| \u0441\u0435| \u0434\u043E|\u0432\u043E\u043B|\u04E7\u0441 | \u0441\u044B|\u044B \u0430|\u043E\u043B\u0430|\u0440\u043C\u04E7|\u0430\u0441 |\u043E\u0437 | \u043E\u0437| \u0441\u0456|\u0430 \u0441|\u0442\u0432\u043E|\u0441 \u043E| \u0432\u044B|\u043B\u0456\u0441|\u04E7 \u043A|\u044B\u0442\u0448|\u04E7 \u0434|\u0438\u0441 |\u0456\u0441\u044C|\u04E7\u0442\u043D|\u0430\u0441\u044C| \u043E\u043B| \u043D\u0430|\u0430\u0446\u0438| \u044D\u0442|\u0430 \u0432|\u0437\u043B\u04E7|\u0441\u0435\u0442| \u0432\u043E| \u0447\u0443|\u043B\u0430\u0441|\u043B\u0430\u043D|\u043C\u04E7 |\u0442\u044B\u0441|\u0440\u0442\u044B|\u04E7\u0440\u0442|\u044B \u043F|\u04E7\u0442\u043B|\u043E \u0441|\u044D\u0442\u0430|\u0434\u0437 |\u043A\u04E7\u0442|\u04E7\u0434\u043D|\u0432\u043D\u044B| \u043C\u044B|\u043D \u043D|\u0443\u0434\u0436| \u0443\u0434|\u0432\u044B\u043B|\u04E7 \u043C|\u0440\u0442\u0456|\u043E\u0440\u0439|\u0438\u0441\u044C| \u0441\u043E|\u0432\u043E\u044D|\u044B\u0434\u04E7|\u0439 \u043E|\u043A\u043E\u043B| \u0433\u043E|\u0441 \u0441|\u0441\u0441\u0438|\u0441\u044B\u043B|\u044B\u0441\u043B|\u0439\u044B\u043D|\u043A\u0438\u043D|\u043E\u043B\u04E7|\u0442\u04E7\u043D| \u0441\u044C|\u0430\u043D\u0430|\u04E7\u0440 |\u0446\u0438\u044F|\u0430 \u0434|\u04E7\u043C\u04E7| \u0432\u0438|\u0437 \u043A| \u044D\u0437|\u044B \u0431|\u0442\u04E7\u0433|\u04E7\u0442 |\u043C\u04E7\u0434|\u0435\u0441\u0442|\u043E\u0441\u0442|\u04E7\u043D\u044B|\u0442\u0438\u0440|\u043E\u0442\u0438|\u0443\u043A\u04E7|\u0447\u0443\u043A|\u043D \u043F|\u043E\u043D\u0434|\u043F\u043E\u043D|\u0441\u043B\u04E7|\u043A\u0435\u0440| \u043A\u0435| \u043E\u0431|\u0441\u0438\u0441|\u0441\u0443\u0434|\u0430 \u043D|\u0434\u043E\u0440|\u043A\u043E\u043D|\u043D\u0435\u043A|\u043D \u0431|\u043B\u04E7\u0442|\u0441 \u0432|\u0442\u0456 |\u044C\u04E7\u0440|\u0442\u0440\u0430| \u0441\u0442|\u043D\u0430\u043B|\u043E\u043D\u0430|\u043D\u0430\u0446|\u043D \u043A|\u043A\u04E7\u0434|\u04E7\u0433 |\u0441\u043A\u04E7|\u0442\u044C |\u0435\u0442\u04E7|\u0434\u04E7\u0441|\u0431\u044B\u0442|\u0440\u043D\u044B|\u04E7 \u043D|\u0442\u0441\u04E7|\u0440\u0440\u0435|\u0430 \u0431|\u043D\u0434\u0430|\u0441 \u0434|\u0430\u0441\u0441|\u044B \u043A|\u0430\u0441\u043B| \u043B\u043E|\u044C\u043D\u044B|\u0441\u044C\u043D|\u044B \u043C|\u0435\u043A\u0438|\u044B \u0434| \u043C\u04E7|\u044C \u043C|\u044B \u043D|\u044B\u0442\u04E7| \u043C\u0435|\u0440\u0439\u04E7|\u0438\u0430\u043B|\u0439 \u0434|\u0438\u0442\u04E7|\u0430 \u043A|\u04E7\u0441\u044C|\u043C\u04E7\u0441|\u043E\u0432\u043D|\u0437\u044B\u043D|\u0430 \u043F|\u043E\u0442\u0441| \u043B\u0438|\u043E\u043B\u044F|\u04E7 \u0430|\u043E\u0441\u0443|\u04E7\u044F |\u043D\u04E7\u044F|\u0435\u0437\u043B|\u0440\u0435\u0437|\u043C\u0435\u0434|\u0441 \u043C| \u0441\u044D|\u044C \u043A|\u0440\u0439\u044B|\u0430\u043A\u043E|\u0437\u0430\u043A| \u0437\u0430|\u044C\u044B\u043D|\u043D\u043D\u0451|\u043C\u04E7\u043B|\u0443\u043C\u04E7| \u0443\u043C|\u044B \u0443|\u043D \u0432|\u043C \u0434|\u043D \u0441| \u0434\u0437|\u043D \u043E|\u0440\u0430\u043D|\u0441\u0442\u0440|\u043E\u0437\u044C|\u043F\u043E\u0437|\u0437 \u043F|\u043E \u0434|\u0446\u0438\u0430|\u043E\u0446\u0438|\u0441\u043E\u0446|\u0438\u043E\u043D|\u0430 \u043C|\u0435\u0441\u043A|\u0447\u0435\u0441|\u043D\u04E7 |\u0437 \u0434|\u0442\u0441\u044C|\u0431\u04E7\u0440| \u0431\u04E7| \u043E\u0432|\u0432\u0435\u0441|\u043A\u044B\u0434|\u04E7 \u0441|\u0432\u043E\u044B|\u043A\u043E\u0434|\u0442\u043A\u043E|\u04E7\u0442\u043A|\u043E\u043B\u044C|\u0434\u0431\u044B|\u0435\u0434\u0431|\u0441\u044C\u044B|\u0447\u044B\u043D|\u0442\u0447\u044B|\u04E7\u0442\u0447|\u0442\u043B\u0430|\u043C\u04E7\u043D|\u0441\u043B\u0430|\u0439\u04E7\u0437| \u0439\u04E7|\u0442 \u0432|\u044B \u0438|\u0435\u0437 |\u043E \u0432|\u043E\u043D\u044B|\u0439\u04E7 |\u0430\u043D\u043D|\u04E7\u043B\u044C| \u043F\u044B|\u0430\u043D |\u043D\u04E7\u0441|\u043D\u0438\u0442| \u0441\u0443|\u043C \u0441",bel:" \u043F\u0440|\u043F\u0440\u0430| \u0456 |\u0430\u0432\u0430|\u043D\u0430 |\u0440\u0430\u0432| \u043D\u0430| \u043F\u0430|\u043D\u044B |\u0432\u0430 |\u0430\u0431\u043E|\u0446\u044C | \u0430\u0431|\u0430\u0435 | \u043C\u0430|\u0430\u0432\u0435|\u0430\u043D\u043D|\u0430\u0446\u044B|\u0441\u0432\u0430| \u0441\u0432|\u0435 \u043F|\u043B\u044C\u043D| \u0447\u0430|\u043D\u0435 |\u043D\u043D\u044F|\u0430\u043B\u0430|\u0430 \u043D|\u0430\u0439 |\u043B\u0430\u0432|\u0447\u0430\u043B| \u043A\u043E| \u0430\u0434| \u043D\u0435|\u0433\u0430 |\u043E\u0436\u043D|\u043A\u043E\u0436|\u0432\u0435\u043A|\u043D\u044F | \u044F\u043A|\u0436\u043D\u044B|\u044B \u0447|\u043C\u0430\u0435|\u0430 \u043F|\u0430\u0433\u0430|\u0431\u043E |\u0435\u043A |\u0430 \u0430|\u0446\u0430 |\u0446\u0446\u0430| \u045E | \u0437\u0430|\u044B\u0445 |\u043F\u0430\u0432|\u0430 \u0441|\u0433\u043E |\u0432\u0456\u043D|\u0434\u043D\u0430|\u0431\u043E\u0434|\u043C\u0456 |\u0432\u0430\u0431|\u0432\u0430\u043D|\u0430\u043C | \u0432\u044B| \u0441\u0430| \u0434\u0430|\u0441\u0442\u0430|\u0430\u0432\u0456|\u043D\u043D\u0435|\u0430\u0441\u0446|\u043D\u0430\u0439|\u0446\u044B\u044F|\u043D\u0430\u0433|\u0430\u0440\u0430|\u0456 \u043D|\u043A \u043C|\u044F\u0433\u043E| \u044F\u0433|\u044C\u043D\u0430|\u043F\u0440\u044B|\u0430\u0446\u044C|\u0456 \u043F|\u043E\u0434\u043D|\u0441\u0442\u0432|\u0430\u043C\u0430|\u043D\u044B\u0445| \u0431\u044B|\u0442\u0432\u0430|\u0434\u0437\u0435|\u0430\u043B\u044C| \u0440\u0430|\u043D\u0456 |\u0456 \u0441|\u0456 \u0430|\u044B\u0446\u044C|\u0430 \u0431|\u0435\u043D\u043D|\u043B\u0435\u043D|\u0446\u0456 |\u043E\u045E\u043D|\u044B\u043C |\u0440\u0430\u0446|\u0456\u043D\u043D|\u0456\u0445 | \u0430\u0441| \u0442\u0430|\u0442\u043E |\u043D\u0430\u0441|\u044F\u043A\u0456| \u0434\u0437|\u0447\u044B\u043D|\u043E\u043B\u044C|\u0456 \u0434|\u0430\u0432\u043E|\u0430\u0434 | \u043D\u0456|\u0441\u0446\u0456|\u044B\u043C\u0456|\u043D\u044B\u043C|\u0431\u044B\u0446|\u044F \u043F|\u044C\u043D\u044B|\u044B\u044F |\u0430\u0440\u043E|\u0430\u043D\u0430|\u0456\u043D\u0430|\u0456 \u0456|\u0440\u0430\u0434| \u0433\u0440|\u043B\u044F |\u045E\u043B\u0435|\u043E \u043F|\u0430 \u045E|\u0440\u044B\u043C|\u043F\u0430\u0434|\u044B\u0456 | \u0456\u043D|\u0430\u043C\u0456|\u0434\u0437\u044F|\u0440\u0430\u043C|\u0446\u044B\u0456|\u0430\u0431\u0430|\u0430 \u0456|\u0434\u0443 |\u0436\u043D\u0430|\u045E\u043D\u0430|\u043D\u0430\u043B|\u043D\u0430\u0446|\u0440\u044B |\u044D\u0442\u0430|\u0433\u044D\u0442| \u0433\u044D|\u043D\u0435\u043D|\u0434\u0430 |\u0430\u0445 |\u0433\u0440\u0430|\u043A\u0430\u0446|\u0443\u043A\u0430|\u0430 \u0437|\u043A\u0456 |\u0430\u0434\u0441|\u045E \u0456|\u043D\u0441\u0442|\u044D\u043D\u043D|\u044F \u0430|\u043D\u043D\u0456|\u043E\u0434\u0443|\u0430 \u0440|\u043D\u043D\u0430|\u0445\u043E\u0434|\u043D\u0430\u043D|\u043F\u0435\u0440|\u0445 \u043F| \u0443 |\u0430\u0434\u0437|\u0456 \u0440|\u043C\u0430\u0434|\u043C \u043F|\u0435 \u043C|\u0430\u0434\u0443|\u0434\u0441\u0442|\u0434\u043B\u044F| \u0434\u043B|\u043E\u045E |\u043D\u0430\u0435|\u0456 \u043C|\u0430\u043A\u043E| \u043A\u0430|\u044B \u045E|\u0431\u0430\u0440|\u0435 \u0430|\u0430\u0446\u0446|\u0443\u044E |\u044B\u0446\u0446|\u0441\u0430\u043C|\u044F\u045E\u043B|\u0430\u043B\u0435|\u0440\u043E\u0434|\u0440\u0430\u0431| \u043F\u0435|\u0448\u0442\u043E| \u045E\u0441|\u0430\u0434\u043D| \u0441\u0443|\u0440\u043E\u045E| \u0440\u043E|\u0434\u0443\u043A|\u043B\u044E\u0431|\u044C \u0441| \u0448\u043B|\u0440\u0430\u0437|\u043D\u0430\u0432|\u0437\u043D\u0430|\u0432\u043E\u043B|\u0443\u0434\u0437|\u0430\u0434\u0430|\u0436\u044B\u0446|\u0447\u043D\u0430|\u0432\u0435 |\u0430 \u0442|\u0430\u0441\u043D|\u0441\u0430\u0446|\u0435\u0440\u0430| \u0440\u044D|\u044F\u043A\u043E|\u043A\u043B\u0430|\u0430\u043D\u044B| \u0448\u0442|\u044C \u0443|\u0430\u044E\u0446|\u043D\u0430\u0440| \u0443\u0441|\u0441\u043E\u0431|\u0430\u0441\u043E|\u043F\u0430\u043C|\u044F \u045E|\u0430\u0432\u044F|\u0447\u044D\u043D|\u0432\u043E\u045E|\u0442\u0430\u043A|\u043D\u0443 |\u044E \u0430|\u044C \u043F|\u0437\u0430\u043A|\u043A\u0430\u0440|\u0435 \u0456|\u044C \u0430|\u0431\u0435\u0441|\u0456\u044F |\u043A\u0456\u044F|\u0445 \u0456|\u0437\u0430\u0431|\u0430\u0441\u0430|\u0456\u043C |\u0436\u0430\u0432|\u0456 \u0437|\u043B\u0435\u0436|\u0442\u0430\u043D|\u0430\u0445\u043E|\u044F\u043B\u044C|\u044B\u044F\u043B|\u043E \u0441|\u044F\u043D\u0430|\u043A\u0430\u043D|\u0430\u043A\u0430|\u0456\u043D\u0448|\u0430\u043B\u0456|\u0432\u044B | \u043C\u043E|\u043D\u0430\u0445|\u044F \u044F|\u043C \u043D|\u043E\u0433\u0430| \u0431\u0435|\u0439 \u0434|\u043E \u0430| \u0441\u0442|\u0435\u043D\u044B|\u0456 \u045E|\u0430 \u0434|\u0435\u0441\u043F|\u0448\u043B\u044E|\u0446\u0446\u044F|\u044B \u0456|\u044B\u0441\u0442|\u0440\u044B\u0441|\u043B\u044E\u0447|\u043A\u043B\u044E|\u0442\u0430\u0446|\u0443\u043B\u044C|\u044B\u043D\u0441|\u0430\u0447\u044B|\u0441\u043F\u0440| \u0441\u043F|\u0430\u045E |\u044B\u043C\u0430|\u0430\u0440\u044B|\u043A\u0430\u043C|\u0435 \u045E|\u0456 \u043A|\u043A\u043E\u043D",bul:" \u043D\u0430|\u043D\u0430 | \u043F\u0440|\u0442\u043E | \u0438 |\u0440\u0430\u0432|\u0434\u0430 | \u0434\u0430|\u043F\u0440\u0430|\u0441\u0442\u0432|\u0432\u0430 |\u0430 \u0441|\u0430 \u043F|\u0432\u043E |\u043D\u043E |\u0438\u0442\u0435|\u0442\u0430 |\u043E \u0438|\u0435\u043D\u0438| \u0437\u0430|\u043D\u0435 | \u043D\u0435|\u0430 \u043D| \u0432\u0441|\u0432\u0430\u043D|\u0430\u0432\u043E|\u043E\u0442\u043E|\u0435 \u043D|\u043E \u043D|\u0430 \u0438|\u043A\u0438 |\u0438\u0435 |\u0442\u0435 |\u043D\u0438 |\u0438\u043C\u0430| \u0438\u043C|\u043B\u0438 |\u0438\u043B\u0438|\u0438\u044F | \u043F\u043E|\u043E\u0432\u0435|\u0430\u043D\u0435|\u0447\u043E\u0432|\u043C\u0430 | \u0447\u043E|\u0438 \u0447|\u0430 \u0434|\u043D\u0438\u0435|\u0438 \u0434|\u0435\u0441\u0442| \u0438\u043B|\u0430\u043D\u0438|\u0432\u0435\u043A|\u0432\u0441\u0435| \u043E\u0431|\u0435\u043A |\u0435\u043A\u0438|\u0441\u0435\u043A|\u0430\u0432\u0430|\u0442\u0432\u043E|\u0441\u0432\u043E| \u0441\u0432|\u0432\u043E\u0442|\u0430 \u0432|\u0438 \u0441|\u043E\u0441\u0442| \u0440\u0430|\u043E\u0432\u0430|\u0430 \u043E|\u0435 \u0438|\u0432\u0430\u0442|\u0438 \u043D|\u0435 \u043F|\u043A \u0438|\u0430 \u0431| \u0432 |\u0438 \u043F|\u043B\u043D\u043E|\u043E \u0434| \u0441\u0435|\u0440\u0430\u0437|\u0435\u0442\u043E|\u044A\u0434\u0435|\u0431\u044A\u0434| \u0431\u044A|\u043F\u0440\u0438|\u0430\u0442\u0430| \u043A\u043E| \u0442\u0440| \u043E\u0441| \u0441\u044A|\u0431\u043E\u0434|\u043E\u0431\u043E|\u0432\u043E\u0431|\u0430\u0442 |\u0437\u0430 |\u0442\u0435\u043B| \u0435 |\u0430\u0446\u0438|\u043E \u0441|\u0434\u0435 |\u043E \u043F|\u0435\u043D |\u0431\u0440\u0430|\u0438 \u0432| \u043E\u0442|\u0441\u0435 |\u043D\u0438\u044F|\u0430\u043B\u043D| \u0434\u0435|\u0435\u0433\u043E|\u043D\u0435\u0433| \u0438\u0437|\u043E\u0442 |\u0440\u0430\u043D|\u044F\u0442\u0430|\u043A\u0430\u043A|\u043E\u0434\u0438|\u0435 \u0441|\u0438 \u0438|\u0434\u0435\u043D|\u043F\u0440\u0435|\u0431\u0432\u0430|\u044F\u0431\u0432|\u0440\u044F\u0431|\u0442\u0440\u044F|\u043D\u0438\u0442| \u043A\u0430|\u044F\u0432\u0430|\u043F\u0440\u043E|\u0441\u0442 |\u0430 \u0437|\u0433\u043E\u0432|\u0432\u0435\u043D|\u0442\u0432\u0435|\u043E \u043E|\u0430 \u0440|\u0430\u043A\u0432|\u043E \u0432|\u0438 \u0437|\u0440\u0435\u0434|\u043D\u043E\u0441|\u0438\u044F\u0442|\u0435 \u0434|\u0449\u0435\u0441|\u043D\u043E\u0432| \u043D\u0438|\u0446\u0438\u044F| \u0434\u043E|\u0439\u0441\u0442|\u043E \u0442|\u0435 \u0442|\u0440\u0436\u0430|\u044A\u0440\u0436|\u0434\u044A\u0440|\u0435\u043D\u043E|\u043F\u043E\u043B| \u0441 |\u043E\u0431\u0440|\u0442\u0432\u0430|\u043D\u043E\u0442|\u0440\u0435\u0441|\u0435\u0439\u0441|\u0438 \u043E|\u0435 \u0432|\u043A\u043E\u0439|\u043E\u0431\u0449|\u043B\u0435\u043D|\u043E\u043D\u0430|\u043D\u0430\u0446|\u0438\u0447\u0435|\u0435\u0437 |\u0431\u0435\u0437| \u0431\u0435|\u0435\u0436\u0434|\u0443\u0432\u0430|\u0432\u0438\u0442|\u0440\u0438 |\u0437\u0430\u043A|\u0438 \u043A| \u043B\u0438|\u0430 \u0435|\u043F\u043E\u0434|\u0435\u043B\u0438|\u043D\u0438\u043A|\u0441\u0438 |\u0435 \u043E|\u0430 \u0442|\u0430\u0432\u043D|\u0438 \u0440|\u0442 \u0441|\u043A\u0430 |\u043E\u0435\u0442|\u0435\u043B\u043D|\u043D\u0435\u043D|\u043E\u0439 |\u0433\u0440\u0430|\u0436\u0435\u043D|\u0434\u0440\u0443| \u0440\u0435|\u0430 \u043A|\u0441\u043D\u043E|\u043E\u0441\u043D|\u043B\u0438\u0447|\u0437\u0438 | \u0442\u0430|\u0441\u0430 |\u043D\u0441\u0442|\u0432\u043D\u0438|\u0447\u043A\u0438|\u0438\u0447\u043A|\u0441\u0438\u0447|\u0432\u0441\u0438|\u043B\u044E\u0447|\u043A\u043B\u044E|\u0434\u043D\u043E| \u043C\u043E|\u0435\u043C\u0435|\u0430 \u0443|\u0438\u0437\u0432|\u0442\u0432\u0438|\u0434\u0435\u0439|\u044F \u043D|\u043A\u0440\u0438|\u0430\u0442\u043E|\u043E \u0440|\u0439 \u043D|\u0438\u043A\u043E|\u0438\u0447\u043D|\u0436\u0430\u0432| \u0434\u044A| \u0442\u043E|\u0431\u0449\u0435|\u0438\u0430\u043B| \u0441\u043E|\u043B\u0438\u0442|\u0442 \u043D| \u0441\u0438|\u0442 \u0438|\u043E\u0434\u043D|\u0436\u0434\u0430|\u0437\u043E\u0432|\u0430\u0437\u043E|\u0443\u0447\u0430| \u0433\u0440|\u043A\u043E\u0435|\u0442\u044A\u043F|\u0441\u0442\u044A|\u0432\u043E\u043B|\u043B\u043D\u0438|\u0441\u0440\u0435| \u0441\u0440|\u043A\u0432\u0430|\u043A\u043E\u043D|\u0442\u043D\u043E|\u0430\u043A\u0430|\u0438 \u0443|\u043A\u043E |\u0433\u0430\u043D|\u043E\u0434\u0430|\u0447\u0435\u043D|\u043B\u0441\u0442|\u0435\u043B\u0441|\u0441\u0442\u0440| \u043A\u044A|\u0441\u0442\u0430|\u0440\u043E\u0434|\u043D\u0430\u0440|\u0438 \u043C|\u043D\u0430\u043B|\u0440\u0443\u0433| \u0434\u0440|\u0447\u0435\u0441|\u0432\u044A\u0437|\u0434\u0438 | \u0441\u0430| \u0442\u0435|\u0441\u0442\u043E|\u0434\u043E\u0441|\u0440\u0430\u0436|\u0440\u0435\u0437|\u0447\u0440\u0435|\u0433\u0430\u0442|\u0435\u043E\u0431|\u0430 \u043C|\u043E \u0435|\u0438\u043D\u0435|\u0430\u0441\u0442|\u043E\u0432\u043E|\u0447\u043D\u043E|\u0430\u0432\u0435|\u043C\u0443 | \u043C\u0443|\u0430\u043D\u043E|\u0438\u0442\u0430|\u0438\u043C\u0438|\u0430\u043A\u043E|\u043D\u0430\u043A|\u043B\u0430\u0433|\u043E\u0432\u0438",kaz:"\u043D\u0435 | \u049B\u04B1|\u0435\u043D |\u04B1\u049B\u044B| \u0431\u0430| \u049B\u0430|\u049B\u04B1\u049B|\u044B\u049B |\u0493\u0430 | \u0436\u04D9|\u04D9\u043D\u0435|\u0436\u04D9\u043D| \u043D\u0435| \u0431\u043E|\u0434\u0435 |\u0434\u0430\u043C|\u0430\u0434\u0430|\u0430 \u049B|\u0442\u0430\u0440|\u044B\u043D\u0430| \u0430\u0434|\u044B\u043B\u044B| \u04D9\u0440|\u044B\u04A3 |\u0430\u043D |\u0456\u043D |\u049B\u044B\u043B|\u0430\u0440 |\u0435\u043C\u0435|\u043D\u0430 |\u0440 \u0430|\u043B\u044B\u049B|\u0443\u0493\u0430|\u0430\u043B\u0430|\u044B\u049B\u0442| \u04E9\u0437|\u043C\u0435\u0441|\u04D9\u0440 | \u0436\u0430|\u043C\u0435\u043D|\u044B\u0493\u044B|\u043B\u044B | \u0434\u0435|\u049B\u0442\u0430|\u043D\u044B\u04A3|\u043D \u049B|\u0493\u0430\u043D|\u0456\u043D\u0435|\u0431\u0430\u0441|\u0430\u0440\u044B| \u043C\u0435| \u049B\u043E|\u0435\u043A\u0435|\u044B\u043D |\u0434\u0430 |\u0435 \u049B|\u0434\u044B |\u0430\u0441\u044B|\u0441\u0435 |\u0435\u0441\u0435|\u0430\u043C |\u0431\u043E\u043B|\u0430\u043D\u0434|\u043D\u0435\u043C| \u0431\u0456|\u0430\u0440\u0430|\u044B \u0431|\u0441\u0442\u0430|\u0442\u0430\u043D|\u043D\u0434\u044B|\u043D \u0431|\u0456\u04A3 |\u0435 \u0431|\u0456\u043B\u0456|\u0442\u0438\u0456| \u0442\u0438|\u0431\u0430\u0440|\u0493\u044B |\u043D\u0434\u0435|\u0435\u0442\u0442|\u0438\u0456\u0441|\u049B\u044B\u0493|\u0456\u0441 |\u043B\u0430\u0440|\u0433\u0435 |\u044B \u0442|\u0456\u043D\u0434|\u0456\u043A |\u0431\u0456\u0440| \u0431\u0435| \u043A\u0435|\u0430\u043B\u0443|\u0435 \u0430|\u0430\u043B\u044B|\u043B\u0443\u044B|\u0430 \u0436|\u0435\u0440\u0456|\u043E\u043B\u044B| \u0442\u0435|\u049B\u044B\u049B|\u043D \u043A| \u0442\u0430|\u043D \u0436|\u0493\u044B\u043D|\u0442\u0442\u0456|\u0456\u043D\u0456|\u0442\u044B\u043D| \u0435\u0440|\u043D\u0434\u0430|\u0456\u043C | \u0441\u0430|\u0435 \u0436|\u0430\u0442\u044B| \u0430\u0440|\u0440\u0493\u0430|\u0435\u0442\u0456|\u0430\u043D\u0430|\u044B \u04D9|\u0443\u044B\u043D|\u043B\u0493\u0430|\u04E9\u0437\u0456|\u043E\u0441\u0442|\u0435\u0433\u0456|\u0442\u0456\u043A|\u049B\u0430 |\u0441\u049B\u0430|\u0440\u044B\u043D|\u043A\u0456\u043D|\u043B\u0443\u0493|\u04A3 \u049B|\u043D\u0456\u04A3|\u0443\u044B |\u0431\u043E\u0441|\u0430\u0441\u049B|\u049B\u0430\u0440|\u0434\u044B\u049B|\u043D\u0430\u043D|\u043C\u044B\u0441|\u043C\u043D\u044B|\u0430\u043C\u043D|\u044B \u043C|\u0430\u0439\u0434|\u043A\u0435 | \u0436\u0435|\u0437\u0456\u043D|\u0440\u0434\u0435|\u0440\u0456\u043D|\u0435 \u0442|\u0433\u0435\u043D|\u044B\u043F |\u0440\u044B |\u0442\u0456 |\u0441\u044B\u043D|\u049B\u0430\u043C|\u0434\u0435\u043D|\u0456 \u0431|\u0433\u0456\u0437|\u0440\u0430\u043B|\u0435 \u04E9|\u043B\u0430\u043D|\u0441\u044B |\u0430\u043C\u0430|\u0442\u0442\u0430|\u0442\u044B\u049B|\u0431\u0435\u0440|\u0434\u0456 |\u0431\u0456\u043B|\u0440\u043A\u0456|\u04E9\u0437 |\u0437\u0434\u0435|\u043A\u0435\u0442|\u049B\u043E\u0440|\u0434\u0430\u0439|\u0443\u0433\u0435|\u044B \u0435|\u044B\u043D\u0434|\u043D\u0435\u0433|\u043E\u043D\u044B|\u0435\u0439 |\u043C\u0435\u0442|\u0430\u043D\u044B|\u0430 \u0442|\u0436\u0430\u0441|\u0430\u0443\u044B|\u043B\u0433\u0435|\u0430\u0441\u0430|\u0435\u0433\u0435|\u0434\u0430\u0440|\u0440\u0443 |\u0430\u0443 |\u0435\u0440\u043A|\u044B \u0436|\u0440\u044B\u043B| \u0442\u043E|\u043D \u043D|\u0435 \u043D|\u0442\u0456\u043D|\u0456\u0440 |\u0441\u0456\u0437|\u0442\u0435\u0440|\u043B\u043C\u0430|\u0456 \u0442|\u043A\u0456\u043C| \u0430\u043B|\u0440 \u043C|\u043B\u0456\u043A| \u043C\u04AF|\u0435 \u043C|\u0442\u04AF\u0440| \u0442\u04AF|\u043A\u0435\u043B|\u043B\u044B\u043F|\u0435\u04A3 |\u0442\u0435\u04A3|\u0440\u043B\u044B|\u043B\u0456\u043C|\u0440\u0434\u044B|\u0430\u0440\u0434|\u0430\u0442\u0442|\u0441 \u0431|\u044B\u0440\u044B|\u0441\u044B\u0437|\u044B\u0441 |\u0435\u043B\u0433|\u0434\u0430\u043B|\u0439\u0434\u0430|\u043E\u0440\u0493|\u0440\u049B\u044B|\u0430\u0440\u049B| \u0436\u04AF|\u0442\u0430\u043B|\u044B\u043B\u043C|\u0430 \u0431|\u0456\u0433\u0456|\u043B\u0434\u0435|\u0456\u0437 |\u049B\u0442\u044B| \u0435\u0448|\u0434\u0435\u0439|\u0430\u0439 |\u0436\u0430\u0493|\u043A\u0442\u0456|\u0456\u043A\u0442|\u0433\u0456\u043D| \u04D9\u043B|\u0442\u0442\u044B|\u04B1\u043B\u0442| \u04B1\u043B|\u0435 \u0434|\u044B\u043D\u044B|\u043B\u0456\u043D|\u0440 \u0431|\u0435\u043B\u0435|\u043A\u04B1\u049B| \u043A\u04B1|\u0430\u043C\u0434|\u043C \u0431| \u0435\u0442|\u043E\u0493\u0430|\u049B\u04B1\u0440| \u043A\u04E9|\u0430\u0493\u0430|\u0442\u043E\u043B|\u0448\u0456\u043D|\u0430\u0439\u044B| \u049B\u044B|\u049B\u0430\u043B|\u0436\u0435\u043A|\u0456 \u043D|\u0435\u0441 |\u0430\u0493\u044B|\u0435 \u043E|\u0435\u043B\u0456| \u0435\u043B|\u043D \u0435|\u0437\u0456 |\u0448\u043A\u0456|\u0435\u0448\u043A|\u043E\u043B\u0443|\u0446\u0438\u044F|\u043C\u0430\u0441|\u0493\u0434\u0430|\u0430\u0493\u0434|\u043B\u0442\u0442|\u0456\u043C\u0434|\u043D\u044B\u043C| \u0434\u0430|\u0430 \u0434|\u04D9\u0441\u0456|\u0441 \u04D9|\u049B\u0430\u0442|\u0456\u0440\u0456| \u0441\u043E|\u04A3 \u0431|\u0430\u0437\u0430|\u043C\u0434\u0430|\u0430\u0439\u043B| \u0430\u0441|\u0493\u0430\u043C|\u049B\u043E\u0493"},Arabic:{arb:" \u0627\u0644|\u064A\u0629 |\u0641\u064A | \u0641\u064A|\u0627\u0644\u062D| \u0623\u0648|\u0623\u0648 | \u0648\u0627|\u0648\u0627\u0644|\u062D\u0642 |\u0629 \u0627|\u0644\u062D\u0642|\u0627\u0644\u062A|\u0643\u0644 |\u0627\u0644\u0645|\u0644\u0643\u0644| \u0644\u0643|\u0644\u0649 |\u0642 \u0641|\u062A\u0647 |\u0648 \u0627|\u0629 \u0648|\u0634\u062E\u0635|\u0629 \u0644|\u0627\u062A |\u0627\u0644\u0623|\u064A \u0623|\u0648\u0646 | \u0634\u062E|\u0645 \u0627|\u0623\u064A | \u0623\u064A|\u0627\u0646 |\u0623\u0646 |\u0645\u0629 |\u064A \u0627|\u0627\u0644\u0627|\u0644\u0627 |\u0647\u0627 |\u0627\u0621 | \u0623\u0646| \u0639\u0644|\u062E\u0635 |\u0646 \u0627| \u0644\u0644|\u062F \u0627|\u0645\u0646 |\u0641\u0631\u062F|\u0645\u0627 |\u0627\u0644\u0639|\u062A \u0627|\u062D\u0631\u064A|\u0639\u0644\u0649|\u0644 \u0641|\u0631\u062F |\u0644 \u0634| \u0644\u0627|\u0631\u064A\u0629| \u0625\u0644|\u0629 \u0623|\u0627 \u0627|\u0646 \u064A| \u0648\u0644|\u0627 \u0644|\u0627 \u064A| \u0641\u0631| \u0645\u0646|\u0629 \u0645|\u0627\u0644\u0642|\u062C\u062A\u0645|\u0646 \u0623|\u0642 \u0627|\u0627\u0644\u0625| \u062D\u0631|\u0644\u0647 |\u0647 \u0644|\u0627\u064A\u0629|\u0644\u0643 |\u0647 \u0627| \u062F\u0648|\u062F\u0629 |\u0627\u064B |\u064A\u0646 |\u0647 \u0648|\u0644\u0629 |\u064A \u062D| \u0639\u0646|\u0645\u0627\u0639|\u064A \u062A|\u0630\u0627 | \u062D\u0642|\u0642\u0648\u0642|\u062D\u0642\u0648|\u060C \u0648|\u0646 \u062A|\u0645\u0639 |\u0635 \u0627|\u0627\u0645 |\u062F \u0623| \u0643\u0627|\u0647\u0630\u0627|\u0627\u0644\u0648| \u0625\u0646|\u0645\u0644 |\u0627\u0645\u0629|\u0639 \u0627|\u0625\u0644\u0649|\u0629 \u0639|\u0645\u0627\u064A|\u062D\u0645\u0627|\u0646 \u0648|\u0644\u062A\u0639| \u0648\u064A|\u064A\u0631 |\u0646\u0648\u0646|\u064A \u0648|\u0627\u0633\u064A|\u0627\u0644\u062C| \u0647\u0630|\u0646\u0633\u0627|\u0648\u0642 |\u062A\u0631\u0627|\u0639\u064A\u0629|\u0647 \u0623| \u0644\u0647|\u0633\u064A\u0629| \u064A\u062C| \u0628\u0627|\u062F\u0648\u0644|\u0627\u0646\u0648|\u0642\u0627\u0646|\u0644\u0642\u0627|\u0629 \u0628|\u0629 \u062A|\u062A\u0645\u0627|\u0627\u0644\u062F|\u064A\u0627\u062A|\u0639 \u0628|\u0633\u0627\u0646|\u0625\u0646\u0633|\u0647\u0645 |\u0639\u0644\u064A| \u0645\u062A|\u0644\u0645\u062C|\u0630\u0644\u0643|\u0639\u0645\u0644|\u0644\u0623\u0633|\u0648\u0632 |\u062C\u0648\u0632|\u064A\u062C\u0648|\u0628\u0627\u0644|\u063A\u064A\u0631|\u0643 \u0627|\u0643\u0627\u0646|\u0633\u0627\u0633|\u0623\u0633\u0627|\u062F\u0645 |\u0644\u0627\u062F|\u0627\u0639\u064A|\u0627\u0644\u0631|\u062A\u0645\u064A|\u062F\u0648\u0646|\u062A\u0645\u062A|\u0644\u062A\u0645| \u064A\u0639|\u0644\u064A\u0647|\u0633\u0627\u0648|\u0627\u062C\u062A|\u064A \u0645|\u0644\u0639\u0627|\u0644\u062C\u0645|\u062A\u0639\u0644|\u0631 \u0648|\u062A\u0645\u0639|\u0645\u062C\u062A| \u0645\u0639|\u064A\u0647 |\u0649 \u0623|\u0641\u064A\u0647|\u0649 \u0627| \u0643\u0644|\u0644\u0627\u062A|\u0645\u0644\u0627|\u0648\u062F |\u0627\u0646\u062A|\u0627\u0644\u0641|\u064A\u0647\u0627|\u064A \u0625|\u062A\u064A |\u0627\u0644\u0628|\u0644\u064A |\u0642\u062F\u0645|\u0627\u0644 |\u0627\u062F |\u0644 \u0627|\u064A\u0632 |\u064A\u064A\u0632|\u0645\u064A\u064A| \u062A\u0645|\u0644\u062D\u0631|\u062A\u0639 |\u0645\u062A\u0639|\u0627 \u0628|\u0639\u0627\u0645|\u0627 \u0648|\u0642 \u0648|\u0631\u0627\u0645|\u0644 \u0644|\u0644\u0627\u062C|\u0631\u0627 |\u0627\u0644\u0634| \u0648\u0625|\u064A\u0645 |\u0644\u064A\u0645|\u0634\u062A\u0631|\u0627 \u062D|\u0648\u0627\u062C|\u0644\u0632\u0648|\u0648\u0644 |\u0627 \u0641|\u0648\u0644\u0629|\u0644\u062D\u0645|\u0623\u0633\u0631| \u0630\u0644|\u0647 \u0641|\u0627\u062A\u0647|\u0645\u0633\u0627|\u0644\u0645\u0633| \u062A\u0639|\u0639\u0646 |\u0647 \u0639|\u0648\u0644\u0647|\u064A\u062A\u0647|\u0646 \u0644|\u0631\u0629 | \u0648\u0633|\u0627\u0629 |\u064A\u062F | \u062A\u062D| \u0645\u0633|\u064A \u064A|\u0644\u062A\u064A|\u0639\u0629 |\u0648\u0644\u064A|\u0644\u062F\u0648| \u0623\u0633| \u0648\u0641|\u0644 \u0648|\u0623\u064A\u0629|\u0646\u064A |\u0627\u0644\u0633|\u0644\u0627\u0646|\u0644\u0625\u0639|\u0629 \u0641|\u0631\u064A\u0627|\u0644 \u0625|\u0645 \u0628|\u0627\u0645\u0644|\u0643\u0631\u0627|\u062A\u0633\u0627|\u0645\u064A\u0639|\u062C\u0645\u064A| \u062C\u0645|\u0623\u0648\u0644|\u0628\u064A\u0629|\u0639\u064A\u0634|\u062A\u062D\u0642|\u0627\u062F\u0629|\u0633 \u0627| \u0645\u0645|\u0645\u0639\u064A|\u062C\u0645\u0627|\u0639\u0627\u062A|\u0627\u0639\u0627|\u0627\u0631\u0633|\u0645\u0627\u0631|\u0645\u0645\u0627|\u0645 \u0648|\u0631\u0627\u0643|\u0627\u0634\u062A|\u0627\u0644\u0637|\u0627\u062C |\u0632\u0648\u0627|\u0627\u0644\u0632| \u0648\u0645|\u062D\u062F\u0629|\u062A\u062D\u062F|\u0644\u0645\u062A|\u0645\u0645 |\u0644\u0623\u0645|\u062F\u0647 |\u0628\u0644\u0627| \u0628\u0644|\u0627\u0631 |\u064A\u0627\u0631|\u062A\u064A\u0627|\u062E\u062A\u064A|\u0627\u062E\u062A|\u0646 \u0645| \u0645\u0631",urd:"\u0648\u0631 | \u0627\u0648|\u0627\u0648\u0631|\u06A9\u06D2 | \u06A9\u06D2| \u06A9\u06CC| \u06A9\u0627|\u06CC\u06BA | \u062D\u0642|\u06A9\u06CC |\u06A9\u0627 | \u06A9\u0648|\u0626\u06D2 |\u06D2 \u06A9|\u06CC\u0627 |\u0633\u06D2 |\u06A9\u0648 |\u0634\u062E\u0635| \u0634\u062E|\u0646\u06D2 | \u0627\u0633| \u06C1\u06D2|\u0645\u06CC\u06BA|\u062D\u0642 | \u06C1\u0648| \u0645\u06CC|\u062E\u0635 |\u06D2 \u0627| \u062C\u0627|\u0627\u0633 | \u0633\u06D2| \u06CC\u0627|\u06C1\u0631 |\u06CC \u0627| \u06A9\u0631| \u06C1\u0631|\u06D2\u06D4 |\u0633\u06CC |\u06C1\u06CC\u06BA|\u0627 \u062D|\u0635 \u06A9|\u0648\u06BA |\u06D2 \u0645| \u0627\u0646|\u0631 \u0634|\u06D4 \u06C1|\u0627\u0626\u06D2|\u0632\u0627\u062F|\u0622\u0632\u0627| \u0622\u0632|\u0627\u0645 |\u0631 \u0627|\u0642 \u06C1|\u0627\u062F\u06CC|\u062C\u0627\u0626|\u06BA \u06A9|\u06C1\u06D2\u06D4|\u0645 \u06A9| \u06A9\u0633|\u0627 \u062C|\u06CC \u06A9|\u0633 \u06A9|\u06A9\u0633\u06CC| \u067E\u0631|\u06D2 \u06AF|\u06C1\u06D2 |\u0627\u0631 |\u062A \u06A9|\u062F\u06CC |\u067E\u0631 |\u0648 \u0627| \u062D\u0627| \u062C\u0648| \u06C1\u06CC|\u0627\u0646 |\u06CC \u062C|\u0631\u06CC | \u0646\u06C1| \u0645\u0639|\u062C\u0648 |\u0644 \u06A9|\u06CC \u062A|\u0646 \u06A9|\u06A9\u0631\u0646|\u0626\u06CC |\u0644 \u06C1|\u062A\u06CC |\u06C1\u0648 |\u06C1 \u0627| \u0627\u06CC|\u0635\u0644 |\u0627\u0635\u0644|\u062D\u0627\u0635|\u0631\u0646\u06D2|\u06CC \u0634|\u0646\u06C1 |\u06D4 \u0627|\u06BA\u06D4 |\u06CC\u06BA\u06D4|\u0631 \u06A9|\u0631 \u0645| \u0645\u0644|\u0648\u06C1 |\u0645\u0639\u0627|\u0631\u06D2 |\u06BA \u0627|\u0646\u06C1\u06CC|\u06D2 \u06C1|\u06D2 \u0628|\u0627\u06CC\u0633|\u06D2 \u0644| \u062A\u0639| \u06AF\u0627|\u06CC\u062A |\u06CC \u062D|\u0627 \u0627|\u06CC \u0645|\u0627\u067E\u0646| \u0627\u067E|\u06A9\u06CC\u0627|\u0645\u06CC |\u06CC \u0633| \u062C\u0633|\u06C1 \u06A9|\u0646\u06CC |\u0627\u0634\u0631|\u0639\u0627\u0634| \u062F\u0648|\u0644\u0626\u06D2| \u0644\u0626|\u0627\u0646\u06C1|\u0648\u0642 |\u0642\u0648\u0642|\u062D\u0642\u0648|\u0645\u0644 | \u0642\u0627|\u06A9\u06C1 | \u06AF\u06CC|\u0631 \u0628|\u06C1 \u0645| \u0648\u06C1| \u0628\u0646|\u06CC \u0628|\u0645\u0644\u06A9|\u062C\u0633 |\u0627\u06D4 |\u0631\u06CC\u0642|\u0631 \u0646|\u06D2 \u062C|\u0627\u062F |\u0627\u062A |\u06AF\u06CC |\u062F \u06A9|\u06D2 \u062D|\u062F\u0627\u0631|\u0631 \u06C1|\u06AF\u0627\u06D4|\u0642\u0648\u0645| \u0642\u0648|\u06D2\u060C |\u0627 \u0633|\u062F\u0648\u0633|\u0631 \u067E| \u0648 | \u0634\u0627|\u06CC \u0622|\u06BA \u0645|\u0642 \u062D| \u067E\u0648| \u0628\u0627|\u062E\u0644\u0627|\u0627\u0646\u06D2|\u06CC\u0645 |\u0644\u06CC\u0645|\u0648 \u062A|\u0648\u0646 | \u06A9\u06C1|\u06CC\u060C |\u06D4 \u06A9|\u0627 \u067E|\u0646 \u0627|\u0644\u06A9 |\u0639\u0644\u0627|\u0627 \u0645|\u0642 \u06A9|\u0627\u0626\u06CC|\u0648\u0633\u0631|\u06CC \u06C1|\u0648\u0626\u06CC|\u06CC\u0631 |\u0627 \u06C1|\u0639\u0644\u06CC|\u0648 \u06AF|\u0648\u0631\u06CC|\u062F\u06AF\u06CC|\u0646\u062F\u06AF|\u0648 \u06A9|\u06CC\u0633\u06D2| \u0645\u0646|\u0627\u0626\u062F|\u0631\u0627\u0626| \u0645\u0631|\u067E\u0648\u0631| \u0637\u0631|\u0648\u0645\u06CC|\u06D2 \u062E|\u0633\u0628 |\u0646\u0648\u0646|\u0627\u0646\u0648|\u0642\u0627\u0646| \u0633\u06A9|\u0648\u0627\u0645|\u06CC\u0646 | \u0631\u06A9|\u062A\u0639\u0644|\u0644\u0627\u0642|\u063A\u06CC\u0631|\u062F\u0627\u0646|\u060C \u0627| \u0628\u06CC| \u0645\u0633|\u06CC\u0648\u06BA|\u0646\u0627 | \u0628\u06BE| \u0628\u0631|\u0631\u062A\u06CC|\u0627\u062F\u0627|\u0627\u0645\u0644|\u06CC\u06C1 | \u06CC\u06C1|\u06C1 \u0648| \u0639\u0627|\u06CC \u067E| \u0628\u0686|\u0627\u0641 |\u0644\u0627\u0641| \u062E\u0644|\u06CC\u06D4 |\u06AF\u06CC\u06D4| \u062F\u06CC|\u06BE\u06CC |\u0628\u06BE\u06CC|\u062F\u06C1 |\u062C\u0627 |\u067E\u0646\u06CC|\u0642\u0648\u0627|\u0627\u0642\u0648|\u0631\u06A9\u06BE|\u06D2 \u06CC| \u0639\u0644|\u06A9\u0648\u0626|\u060C \u0645| \u0686\u0627|\u06D2 \u0633|\u0631 \u0639| \u067E\u06CC|\u0628\u0631\u0627|\u0631 \u0633|\u0631 \u062D|\u0633\u0627\u0646|\u0645 \u0627|\u06A9\u0627\u0645|\u0634\u0631\u062A| \u0631\u0627|\u0634\u0627\u0645|\u0645\u0646 |\u0632\u0646\u062F| \u0632\u0646|\u0628 \u06A9|\u062A \u0645|\u0627\u06C1 |\u0627\u0631\u06CC|\u0633 \u0645|\u0631 \u062C| \u0645\u062D|\u0648\u0631\u0627|\u06D2 \u067E|\u0637\u0631\u06CC|\u06C1\u0648\u06BA|\u0627\u0644 |\u06BA \u0633|\u06CC \u0646|\u06A9\u0631\u06D2| \u0645\u0642|\u062A \u0633|\u062A\u062D\u0641| \u062A\u062D|\u0648\u06D4 |\u06C1\u0648\u06D4|\u0628\u0646\u062F| \u0627\u0642|\u062F \u06C1| \u0627\u0645|\u0627\u0645\u06CC|\u0627\u0644\u0627|\u0644\u062A |\u0634\u0631\u06D2|\u06D2 \u0639|\u0627 \u06A9|\u0641\u0631\u06CC",pes:" \u0648 | \u062D\u0642| \u0628\u0627|\u0646\u062F |\u0631\u062F |\u062F\u0627\u0631| \u062F\u0627|\u06A9\u0647 |\u0647\u0631 | \u062F\u0631| \u06A9\u0647|\u062F\u0631 | \u0647\u0631|\u0631 \u06A9|\u062D\u0642 |\u062F \u0647|\u0627\u0632 |\u06CC\u062A | \u0627\u0632|\u06CC\u0627 |\u06A9\u0633 |\u0648\u062F |\u0627\u0631\u062F| \u06CC\u0627| \u06A9\u0633|\u0627\u06CC |\u062F \u0648| \u0628\u0631| \u062E\u0648|\u0642 \u062F|\u0628\u0627\u0634|\u0634\u062F |\u062F \u06A9|\u0627\u0631 |\u062F \u0628| \u0631\u0627|\u0647 \u0628|\u0627\u0646 |\u0622\u0632\u0627| \u0622\u0632|\u0631\u0627 |\u0627\u0634\u062F|\u06CC \u0648|\u0647 \u0627|\u06CC\u0646 |\u06CC\u062F |\u0632\u0627\u062F|\u0633 \u062D|\u062E\u0648\u062F|\u06CC \u0628| \u0627\u0633|\u062F\u0647 |\u062F\u06CC |\u0648\u0631 |\u0627\u06CC\u062F|\u0647 \u062F|\u0631\u06CC |\u0648 \u0627|\u062A\u0645\u0627|\u0627\u062A | \u0646\u0645|\u06CC \u06A9|\u0627\u062F\u06CC|\u0646\u0647 |\u0631\u0627\u06CC|\u062F \u0627| \u0622\u0646|\u0627\u0633\u062A|\u0631 \u0627|\u0631 \u0645| \u0627\u062C|\u0645\u0627\u06CC|\u0648\u0646 |\u0642\u0648\u0642|\u062D\u0642\u0648|\u0648 \u0645| \u0627\u0646|\u0627\u0646\u0647| \u0647\u0645|\u0648\u0642 |\u0627\u06CC\u062A| \u0634\u0648|\u06CC \u0627| \u0645\u0648| \u0628\u06CC|\u0628\u0627 | \u062A\u0627|\u0648\u0631\u062F|\u0627\u0646\u0648|\u0633\u062A |\u0648\u0627\u0646|\u0628\u0631\u0627|\u0627\u0645 |\u0634\u0648\u062F|\u0622\u0646 |\u062C\u062A\u0645|\u06CC \u06CC| \u06A9\u0646|\u0631 \u0628|\u06A9\u0646\u062F| \u0645\u0631|\u062A \u0645|\u0647\u0627\u06CC|\u062A \u0627| \u0645\u0633|\u06CC\u060C |\u0645\u0627\u0639|\u0627\u062C\u062A|\u062A\u0648\u0627|\u06CC\u06AF\u0631|\u0648 \u0628|\u062F\u0627\u0646|\u062A \u0648|\u0627 \u0645| \u0628\u062F|\u0639\u06CC |\u06A9\u0627\u0631| \u0645\u0646|\u0645\u0648\u0631| \u0645\u0642|\u06CC \u062F| \u0632\u0646|\u06CC \u0645|\u0646 \u0628|\u0631 \u062E|\u0627\u0647 |\u0627 \u0628|\u0627\u0631\u06CC|\u062F \u0622|\u0645\u0644 | \u0628\u0647|\u0627\u0639\u06CC|\u062F\u060C |\u062F\u06CC\u06AF|\u062A \u0628|\u0628\u0627\u06CC|\u0627\u06CC\u0646| \u0645\u06CC|\u0646 \u0648|\u0642 \u0645| \u0639\u0645| \u06A9\u0627|\u0646 \u0627|\u0648 \u0622| \u062D\u0645|\u0646\u0648\u0646|\u0647 \u0648|\u0648 \u062F|\u062F \u0634| \u0627\u06CC|\u0634\u0648\u0631|\u06A9\u0634\u0648| \u06A9\u0634|\u0644\u06CC |\u0646\u06CC |\u0647 \u0645|\u0628\u0639\u06CC|\u0631 \u0634|\u06CC\u0647 | \u0645\u0644|\u0645\u06CC\u062A|\u06CC \u0631|\u0631\u0646\u062F| \u0634\u0631|\u0645\u06CC |\u0648\u06CC |\u0633\u0627\u0648|\u0642\u0627\u0646| \u0642\u0627|\u0645\u0642\u0627|\u0627\u0648 | \u0627\u0648|\u062F \u0645|\u06AF\u06CC |\u0646\u0645\u06CC| \u0627\u062D| \u0645\u062D|\u0645\u06CC\u0646|\u0626\u06CC |\u0627\u062F\u0627| \u0622\u0645|\u062E\u0648\u0627|\u06AF\u0631\u062F| \u06AF\u0631|\u0645\u0646\u062F| \u0634\u062F|\u0627\u0626\u06CC| \u062F\u06CC|\u0632 \u062D|\u0647\u06CC\u0686| \u0647\u06CC|\u0627\u062F\u0647| \u0645\u062A|\u0646\u0645\u0627|\u062A \u06A9|\u0631\u0627\u0646| \u0628\u0645|\u0646 \u062D|\u0631 \u062A|\u062D\u0645\u0627|\u0627\u0631\u0646|\u0645\u0633\u0627|\u062F\u06AF\u06CC|\u0648\u0645\u06CC|\u0646 \u062A|\u0645\u0644\u0644|\u0628\u0631 |\u0647\u062F |\u0648\u0627\u0647|\u0628\u0647\u0631| \u0627\u0639|\u200C\u0647\u0627|\u0642 \u0648|\u060C \u0627|\u0639\u06CC\u062A|\u06CC\u062A\u0648|\u0627 \u0631|\u0646 \u0645| \u0639\u0642|\u0647\u0645\u0647|\u0627 \u0647|\u0632\u0634 |\u0648\u0632\u0634|\u0645\u0648\u0632|\u0622\u0645\u0648|\u0627\u0646\u062A|\u062A\u06CC |\u062C\u0627\u0645|\u0645\u0648\u0645|\u0639\u0645\u0648|\u062A\u062E\u0627| \u0641\u0631|\u0637\u0648\u0631|\u062F \u062F|\u0647 \u062D|\u0631\u062F\u0627|\u0627\u0648\u06CC|\u0646\u0648\u0627|\u0627\u0646\u06CC|\u0631\u0627\u0631| \u0645\u062C|\u06CC \u0646|\u062D\u062F\u06CC|\u0627\u062D\u062F|\u0646\u062F\u06AF|\u0632\u0646\u062F|\u0634\u062E\u0635| \u0634\u062E|\u200C\u0645\u0646|\u0647\u200C\u0645|\u0631\u0647\u200C|\u0647\u0631\u0647|\u0634\u062F\u0647|\u0639 \u0627|\u0648 \u0647|\u0627\u0633\u06CC|\u0647\u0654 |\u06CC\u062F\u0647|\u0639\u0642\u06CC|\u0627 \u0627|\u0645\u0647 | \u0628\u0634|\u0627\u062F |\u062F\u06CC\u0647|\u0627 \u062F|\u062F\u0648\u0627|\u06CC \u062D|\u0627\u0628\u0639|\u06CC \u062A|\u062E\u0627\u0628|\u0646\u062A\u062E|\u0631\u0648\u0631|\u0648 \u0631|\u0634\u0631\u0627| \u062E\u0627|\u0654\u0645\u06CC|\u0627\u0654\u0645|\u062A\u0627\u0654|\u0627\u064B |\u0627\u0645\u0644|\u0644\u0647 |\u062F \u0631|\u0627\u0633\u0627|\u062E\u0648\u0631|\u0628\u0644 |\u0627\u0628\u0644|\u0642\u0627\u0628|\u06CC\u06A9 |\u0633\u0627\u0646|\u0642\u0631\u0627|\u0627 \u0646|\u062E\u0635\u06CC| \u0627\u0645| \u0628\u0648|\u06CC\u0631 |\u0627\u0644\u0645|\u0628\u06CC\u0646|\u0627\u0647\u062F|\u062A\u0628\u0639| \u062A\u0628",zlm:" \u062F\u0627|\u0627\u0646 |\u062F\u0627\u0646| \u0628\u0631| \u0627\u0648|\u0646 \u0633|\u0631\u06A0 |\u062F\u0627\u0644| \u06A4\u0631|\u0644\u0647 |\u0643\u0646 | \u0643\u06A4|\u0646 \u0627|\u0646 \u0643|\u0646 \u062F|\u064A\u06A0 | \u064A\u06A0|\u06A4\u062F |\u062D\u0642 |\u0648\u0631\u06A0|\u062A\u064A\u0627|\u064A\u0627\u06A4|\u0627\u0631\u0627|\u0643\u06A4\u062F|\u0627\u0648\u0631|\u0631\u062D\u0642|\u0628\u0631\u062D|\u0627\u0644\u0647|\u0623\u0646 |\u0648\u0644\u064A| \u0627\u062A|\u0627\u062A\u0627|\u06A0\u0646 |\u062A\u0627\u0648|\u0627\u06A4 |\u0633\u062A\u064A|\u0644\u064A\u0647|\u0627\u0648 | \u0633\u062A|\u06A4 \u0627|\u064A\u0647 |\u0631\u0627 |\u0647 \u0628|\u0647 \u062F|\u0639\u062F\u0627| \u0639\u062F|\u0646 \u06A4|\u0646 \u0628|\u064A\u0646 | \u062A\u0631|\u0642 \u0643|\u0646 \u064A|\u064A\u0628\u0633|\u0628\u064A\u0628| \u062A\u064A| \u0633\u0648| \u0643\u0628| \u0633\u0627|\u0646 \u0645|\u0646 \u062A|\u0644\u0645 |\u0627\u0644\u0645|\u062F \u0633|\u06A0 \u0639| \u0645\u0646|\u0686\u0627\u0631|\u062F \u06A4|\u0631\u0646 |\u0633\u0627\u0645| \u0645\u0627|\u06BD \u0633|\u0646\u060C | \u0628\u0648| \u0627\u064A|\u0646\u062F\u0642| \u062D\u0642|\u06AC\u0627\u0631|\u0646\u06AC\u0627|\u0628\u0648\u0644|\u0633\u0628\u0627| \u0633\u0628|\u0627\u062A\u0648|\u0627 \u0633|\u0642\u0644\u0647| \u06A4\u0645| \u0645\u0645|\u0648\u0627\u0646|\u0633\u0686\u0627| \u0633\u0686| \u0643\u0633|\u0627 \u0628|\u0633\u0646 | \u0633\u0645|\u06A4\u0631\u0644|\u0627\u0648\u0646|\u0646\u06BD |\u062A\u0646 | \u0628\u0627|\u0647\u0646 |\u0633\u064A\u0627|\u0627 \u06A4|\u0627\u0631\u06A0|\u0628\u0627\u0631|\u06A4\u0627 |\u0628\u0633\u0646|\u0643\u0628\u064A|\u0627\u0645 |\u064A\u0646\u062F|\u064A \u062F|\u0627\u06AC\u064A|\u06A0 \u0628|\u0628\u0627\u06AC|\u064A \u0627|\u0645\u0627\u0646| \u0644\u0627| \u062F |\u062F\u0642\u0644|\u0647\u0646\u062F| \u0647\u0646|\u062A \u062F|\u0627\u062F\u064A|\u0648\u064A\u0646|\u064A\u0643\u0646| \u0646\u06AC|\u060C \u0643|\u0646\u0662 | \u06A4\u0648|\u0628\u06A0\u0633|\u0642\u0662 |\u0627\u062A |\u0627\u0648\u0644|\u0627\u0643\u0646|\u0627\u06BD | \u0633\u0633|\u0648\u0646 |\u0627\u062F | \u0643\u0648|\u0627\u064A\u0646|\u062F\u06A0\u0646| \u062F\u06A0|\u0627\u0626\u0646|\u062A\u0648 |\u062A\u064A |\u0646 \u0647|\u06AC\u064A |\u0633\u064A |\u0642 \u0645|\u0648\u06A0\u0646|\u062F\u0648\u06A0|\u0646\u062F\u0648|\u0644\u064A\u0646|\u0631\u0644\u064A|\u0646\u062A\u0648|\u06A4\u0648\u0646|\u0648\u0627\u062A|\u064A\u0627\u062F|\u062A\u064A\u0643|\u06A0\u0633\u0627|\u06A4\u0645\u0628|\u062A\u0631\u0645|\u0662 \u062F|\u062D\u0642\u0662|\u0648\u0627 |\u0644\u0648\u0627|\u0645\u0627\u0633|\u0648\u0642 |\u0647 \u0645|\u0644 \u062F| \u0645\u0644|\u0648\u0646\u062F| \u06A4\u06A0|\u0627\u060C |\u060C \u062A|\u0644\u0627\u0626|\u0627\u064A |\u0645\u06A4\u0648|\u064A\u0643 |\u064A \u0643|\u0631\u0627\u062A|\u0645\u0631\u0627| \u0628\u064A|\u0633\u0645\u0648|\u0648 \u0643|\u060C \u062F|\u0633\u0648\u0627|\u06A0 \u0645|\u06A0 \u0633|\u06A0\u0662 |\u06A4\u0631\u064A|\u064A\u0631\u064A|\u062F\u064A\u0631|\u0627 \u0627|\u0627\u0633\u0627|\u06A4\u0662 |\u062A\u0627 |\u0633\u0648\u0633|\u060C \u0633|\u062C\u0648\u0627|\u06A0 \u062A|\u0631\u0623\u0646| \u0627\u0646|\u0633\u0623\u0646|\u0631\u064A\u0643|\u064A\u0623\u0646|\u0631\u064A | \u062F\u0631|\u0627\u0645\u0631|\u0643\u0631\u062C| \u06A4\u0644|\u0627 \u062F|\u062C\u0631\u0646|\u0627\u062C\u0631|\u0627\u0631\u0643|\u0644\u0627\u062C|\u062F \u0643|\u0648\u0627\u0631|\u0628\u0631\u0633|\u0648\u0646\u062A|\u0645\u0646\u0648|\u0633\u0627\u0644|\u064A\u0646\u06A0|\u062F\u06A0\u0662|\u0646\u062F\u06A0| \u0645\u06A0|\u0627\u06A4\u0627|\u0633\u0633\u064A|\u0633\u0627\u0633|\u0646\u0646 |\u06A4\u0648\u0644|\u0627\u06AC\u0627| \u0628\u06A0| \u0633\u06A4|\u0645\u0628\u064A| \u0627\u06A4|\u06A0 \u0627|\u0627\u0631\u0623|\u06A4\u0631\u0627|\u064A \u0633|\u0628\u0633 | \u062F\u0644|\u0627 \u0645|\u0645\u0648\u0627|\u06A4\u0644\u0627|\u0645\u0644\u0627|\u06A4\u0631\u0643|\u0643\u0648\u0631|\u0648\u0628\u0648| \u0643\u0623|\u0648\u0643\u0646|\u0623\u0646\u06BD|\u0643\u0633\u0627|\u06A0\u06AC\u0648|\u0627\u062F\u06A4|\u0647\u0627\u062F|\u0631\u0647\u0627|\u062A\u0631\u0647|\u0643\u0648\u0645|\u062A\u0648\u0642|\u0645 \u0633|\u06A0 \u062F|\u062F\u064A | \u062F\u064A|\u0662 \u0633|\u0646\u062F\u064A|\u0627\u0633 |\u0627\u062F\u0627|\u0628\u0648\u0627| \u062F\u0628|\u06A0 \u06A4|\u06BD\u060C |\u0627\u06A4\u0662|\u0631\u062A\u0627|\u0627\u0644 |\u064A\u0627\u0644|\u0648\u0633\u064A| \u0643\u062A|\u0623\u0646\u060C|\u0646\u06A4\u0627|\u062A\u0646\u06A4| \u062A\u0646|\u0645 \u06A4|\u0631\u0633\u0627|\u0645\u0645\u06A4| \u0645\u0631|\u0646 \u062D| \u0643\u0645|\u0646\u0633\u064A|\u062C\u0623\u0646|\u0624\u064A |\u0644\u0624\u064A|\u0627\u0644\u0624|\u0644\u0627\u0644|\u0643\u06A4\u0631|\u0643\u062A |\u0631\u0643\u062A|\u0634\u0627\u0631|\u0645\u0634\u0627| \u0645\u0634|\u062C\u0627\u062F|\u0631\u06AC\u0627",skr:"\u062A\u06D2 |\u0627\u06BA |\u062F\u06CC |\u062F\u06D2 | \u06D4 |\u0648\u06BA | \u062A\u06D2| \u062F\u0627| \u06A9\u0648|\u06A9\u0648\u06BA| \u062D\u0642|\u062F\u0627 | \u062F\u06CC|\u06CC\u0627\u06BA| \u062F\u06D2|\u06CC\u06BA |\u06D2 \u0627|\u0634\u062E\u0635| \u0634\u062E|\u06C1\u0631 |\u06D2 \u06D4|\u0627\u0635\u0644| \u062D\u0627|\u062D\u0642 |\u062E\u0635 | \u06C1\u0631|\u0635\u0644 |\u062D\u0627\u0635|\u06C1\u06D2 | \u06C1\u06D2|\u0627\u0644 |\u0642 \u062D|\u0644 \u06C1| \u0646\u0627| \u06A9\u06CC| \u0648\u0686|\u06D4 \u06C1|\u06CC\u0627 |\u0633\u06CC |\u06D2 \u0645| \u0627\u0648|\u0648\u0686 |\u0627\u062A\u06D2|\u06A9\u06CC\u062A|\u0627 \u062D|\u0627\u062F\u06CC|\u0646\u0627\u0644|\u0635 \u06A9| \u0627\u062A|\u0631 \u0634|\u06C1\u06CC\u06BA| \u06CC\u0627|\u06BA \u062F| \u0627\u06CC|\u06CC\u0633\u06CC| \u0645\u0644|\u0648\u0646\u062F|\u06A9\u06C1\u06CC| \u06A9\u06C1|\u06CC \u062A|\u0632\u0627\u062F|\u0627\u0632\u0627| \u0627\u0632|\u0646\u062F\u06D2|\u06BA \u06A9|\u0627\u0631 | \u0648\u06CC|\u06D2 \u06A9|\u0626\u06D2 | \u0627\u0646|\u06BB \u062F|\u0646\u06C1 | \u06A9\u0631|\u0627\u0648\u0646|\u06D2 \u0648|\u062F\u06CC\u0627|\u06CC \u062F|\u06BA \u0627|\u06D2 \u0628|\u0648\u06CC\u0633|\u0648\u06BB |\u06CC \u0646| \u06C1\u0648|\u062A\u06CC |\u06CC \u06D4| \u0646\u06C1|\u06CC \u0627|\u06CC\u0646\u062F|\u0648 \u0684|\u0622\u067E\u06BB| \u0622\u067E|\u0627 \u0648|\u06D2 \u062C| \u06A9\u0646|\u06D2 \u0646|\u0646\u062F\u06CC|\u062A \u062F|\u06D2 \u062D|\u06CC \u06A9|\u0626\u06CC |\u0645\u0644\u06A9|\u06CC\u062A\u06D2|\u0646 \u06D4|\u062A\u06BE\u06CC| \u062A\u06BE|\u0648\u0646 |\u06BA \u0645| \u0628\u0686|\u06D4 \u0627|\u0646\u0648\u06BA|\u06A9\u0646\u0648|\u06BB\u06D2 |\u0627\u0631\u06CC|\u0627 \u0627|\u06D2 \u06C1|\u0644 \u062A| \u0684\u0626|\u0648\u0642 |\u0642\u0648\u0642|\u062D\u0642\u0648|\u0644 \u06A9|\u062E\u0644\u0627| \u062C\u06CC|\u0644\u06A9 |\u062F\u0627\u0631|\u06CC\u062A |\u06A9\u0631\u06BB|\u0627\u0646\u06C1|\u06A9\u0648 |\u06C1\u06A9\u0648| \u06C1\u06A9|\u0646 \u0627|\u0645\u0644 | \u0648\u0633|\u06BA \u0648|\u067E\u06BB\u06D2| \u062A\u0639|\u06CC \u0645|\u0627\u0641 |\u06D2 \u062E|\u0646\u0648\u0646|\u0642\u0646\u0648| \u0642\u0646| \u0644\u0648|\u06D4 \u06A9|\u0631\u06CC |\u0644\u06D2 |\u062A\u0627 |\u06CC\u062A\u0627| \u0642\u0648| \u0686\u0627|\u06C1\u0627\u06BA|\u0684\u0626\u06D2|\u0642 \u062A|\u0627\u06CC\u06C1|\u0631\u06BB |\u06D2 \u062F|\u0631 \u06A9| \u0648 |\u0644\u0627\u0641| \u062E\u0644| \u062C\u0648|\u06CC \u0648|\u0627\u0648 |\u06C1\u0648 |\u0626\u0648 |\u0686\u0626\u0648|\u0628\u0686\u0626|\u06CC\u0631 |\u06C1\u0648\u0648|\u0627 \u0645|\u06CC \u062C|\u0627\u0644\u0627|\u06CC\u0646 | \u062C\u0627|\u0645\u06CC |\u0646\u06C1\u0627|\u0627\u0646 |\u0627\u062A |\u0633\u06B1\u062F| \u0633\u06B1|\u06CC\u0628 |\u0633\u06CC\u0628|\u0648\u0633\u06CC| \u0634\u0627|\u0628 \u062F|\u06CC\u0648\u06BB|\u0627\u0645 |\u0627\u0648\u06BB|\u06D2 \u062A|\u06BB \u06A9| \u0645\u0637|\u06BA \u062A| \u0648\u0646| \u06A9\u0645|\u0646 \u062F|\u0631\u06A9\u06BE| \u0631\u06A9|\u06BB\u06CC |\u06BA \u0622|\u0631\u06CC\u0627|\u06CC \u06C1|\u0627\u062F |\u06CC\u0627\u062F|\u0639\u0644\u0627|\u0631 \u06C1|\u06BA \u0633|\u06CC \u062D|\u062C\u06BE\u06CC|\u0627\u0626\u062F|\u06C1\u06CC |\u0644\u0648\u06A9| \u068B\u0648| \u0633\u0645| \u0633\u0627| \u0645\u0646| \u0645\u0639|\u0628\u0642 |\u0627\u0628\u0642|\u0637\u0627\u0628|\u0645\u0637\u0627|\u06BE\u06CC\u0648|\u06BA \u0641|\u06C1\u0646 | \u06C1\u0646|\u062C\u0648 |\u0648 \u06A9|\u06BA \u0634|\u0631 \u062A|\u06A9\u0627\u0631|\u0645 \u062F|\u06BE\u06CC\u0627| \u067B\u0627|\u063A\u06CC\u0631|\u0648 \u0644|\u0648\u0626\u06CC|\u062C\u06CC\u0627|\u0648\u0627\u0645|\u0642\u0648\u0627|\u06CC \u0633| \u062C\u06BE|\u0644 \u0627|\u0642\u0648\u0645| \u0633\u06CC|\u0630\u06C1\u0628|\u0645\u0630\u06C1| \u0645\u0630|\u0627\u06D2 | \u0627\u06D2|\u062F\u0646 |\u0627 \u062A|\u0633\u0627\u0646|\u0646\u0633\u0627|\u0627\u0646\u0633|\u0631\u06D2 |\u0644\u06CC\u0645|\u0639\u0644\u06CC|\u062A\u0639\u0644|\u0627\u0645\u0644|\u06C1 \u062F|\u06D2 \u0631|\u062F \u0627|\u06A9\u0645 |\u06CC\u06C1\u0648|\u0641\u0627\u0626|\u0686 \u0627| \u06A9\u06BE|\u0645 \u062A|\u0631\u0627 |\u0648\u0631\u0627|\u067E\u0648\u0631|\u06BA \u0628|\u0642 \u062F|\u06D2 \u0642|\u0648\u06A9\u0648|\u06A9\u06BE\u06CC|\u0627 \u06A9|\u0648 \u062F|\u06D2 \u0630|\u067E\u06BB\u06CC|\u0628\u0646\u062F| \u0641\u0631|\u06A9\u0648\u0626|\u0627\u0645\u06CC|\u06CC \u06CC|\u0627\u0626\u06CC|\u0644\u0627\u0642|\u0627\u06CC\u06BA|\u06C1 \u0627| \u0646\u0638|\u0633\u0645\u0627|\u0648\u0645\u06CC|\u06CC\u060C |\u06D2 \u0633|\u062A \u0648|\u06BE\u06CC\u0646|\u06D2 \u0639|\u06CC\u0645 |\u0633\u06C1\u0648| \u0633\u06C1",pbu:" \u062F | \u0627\u0648|\u0627\u0648 |\u067E\u0647 | \u067E\u0647|\u064A\u06D4 | \u062D\u0642|\u0686\u06D0 | \u0686\u06D0|\u0631\u0647 |\u064A \u0627|\u06D0 \u062F| \u0647\u0631|\u0646\u0647 |\u0647\u0631 |\u062D\u0642 | \u0685\u0648|\u0648\u06A9 |\u0685\u0648\u06A9|\u0648 \u0627|\u0647 \u062F|\u0647 \u0627|\u06D4 \u0647|\u0647 \u0648| \u0634\u064A| \u0644\u0631|\u064A \u0686|\u0648 \u062F|\u0631\u064A |\u0644\u0631\u064A|\u0642 \u0644| \u06A9\u069A|\u0648\u064A |\u069A\u06D0 |\u06A9\u069A\u06D0|\u0647 \u06A9|\u063A\u0647 |\u0644\u0648 |\u0631 \u0685|\u0633\u0631\u0647| \u0633\u0631|\u0647 \u067E| \u067C\u0648|\u0648 \u067E|\u0644\u0647 |\u064A\u062A |\u067C\u0648\u0644|\u064A\u0627 |\u06A9\u0693\u064A| \u06A9\u0648|\u062E\u0647 |\u064A\u060C |\u062F\u064A | \u0644\u0647| \u0627\u0632|\u062F \u0645| \u0647\u064A| \u0648\u0627| \u064A\u0627| \u0685\u062E|\u0627\u0632\u0627|\u062F \u0627|\u0648\u0644\u0648|\u0647 \u062A|\u0685\u062E\u0647| \u06A9\u0693|\u0648\u0644 |\u0647\u063A\u0647|\u0647 \u0634|\u064A \u062F| \u0647\u063A|\u06A9\u0648\u0644|\u0632\u0627\u062F|\u0646\u0648 | \u0648\u064A|\u0648 \u064A|\u0647 \u0628|\u0634\u064A\u06D4|\u062F\u06D0 |\u064A\u0648 | \u062F\u064A|\u062A\u0647 |\u062E\u067E\u0644| \u067E\u0631|\u0627\u062F |\u062F \u062F|\u06A9 \u062D| \u062A\u0648|\u0647 \u0645|\u06AB\u0647 |\u0647 \u0647|\u0642\u0648\u0642|\u062D\u0642\u0648|\u0648 \u0645|\u0647 \u062D|\u062F \u0647| \u062A\u0631| \u0645\u0633|\u0634\u064A | \u0646\u0647|\u0693\u064A\u06D4|\u0646\u064A |\u062F \u067E|\u0648\u0627\u062F|\u06D0 \u067E|\u0627\u062F\u064A|\u0648\u0644\u0646| \u064A\u0648|\u062F \u062A|\u0648\u0646\u0648|\u0648\u06AB\u0647|\u064A \u0648|\u0644\u064A | \u062F\u0627|\u064A\u062F | \u0628\u0627|\u062A\u0648\u0646| \u062E\u067E|\u064A \u067E|\u062A\u0648\u06AB|\u0627\u0631 |\u0627\u0646\u062F|\u064A\u0648\u0627|\u06D0 \u0648|\u062F\u0627\u0646| \u0628\u0631|\u0693\u064A | \u0639\u0645|\u0627\u0646\u0647| \u062F\u0647|\u064A\u0685 |\u0647\u064A\u0685|\u0627\u0645\u064A|\u0644\u0646\u064A|\u0628\u0639\u064A|\u0689\u0648\u0644| \u0689\u0648|\u0647 \u0644|\u0627\u064A\u062F|\u0628\u0627\u064A|\u0627\u062A\u0648|\u0647 \u06AB| \u062A\u0627|\u067E\u0644 | \u0645\u0644|\u0627\u064A\u062A|\u0648\u0645 |\u0648\u0646 | \u0644\u0627|\u0647\u064A\u0648| \u0634\u0648| \u062F\u063A|\u0645 \u062F|\u062F\u0647 |\u06D0 \u0627|\u0627\u0646 | \u062A\u0647|\u06A9\u0627\u0631|\u062A\u0648 |\u0645\u064A |\u0627\u0631\u0647|\u0627\u0648\u064A|\u0633\u0627\u0648|\u0645\u0633\u0627|\u0646\u0648\u0646|\u062F\u0647\u063A|\u0648 \u062A|\u064A \u0634|\u0627\u0646\u0648| \u0645\u062D|\u064A\u0646 |\u0627\u062E\u0644| \u06AB\u067C|\u0634\u0648\u064A|\u062F\u063A\u0647|\u0648 \u062D|\u0648\u064A\u060C|\u0646\u064A\u0632|\u0633\u064A |\u0627\u0633\u064A|\u0648\u0646\u062F|\u0642\u0648 |\u0648\u0642\u0648|\u0648 \u06A9|\u0648\u0646\u0647|\u0648\u0645\u064A| \u0648\u06A9|\u064A \u062A| \u0627\u0646|\u0642\u0627\u0646|\u0646\u062F\u06D0|\u0648 \u0631|\u06A9 \u062F|\u0647 \u064A|\u0645\u064A\u0646|\u067E\u0631 |\u067C\u0647 |\u0644\u0627\u0645|\u063A\u0648 |\u0647\u063A\u0648|\u062F \u067C|\u0648 \u0647|\u0644 \u062A|\u0644\u06D2 |\u0648\u0644\u06D2|\u0648\u0648\u0646|\u06A9\u064A |\u0631\u0648 |\u0646 \u06A9|\u0645\u0648\u0645|\u0648\u06A9\u0693|\u067E\u0627\u0631|\u0646 \u0634|\u0645\u0646 | \u0646\u0648| \u0648\u0693| \u0642\u0627|\u06D0 \u0686| \u0648\u0633|\u0685 \u0685|\u0634\u062E\u0635| \u0634\u062E|\u0698\u0648\u0646| \u0698\u0648|\u062A\u0631 |\u06AB\u067C\u0647|\u0648 \u0685|\u0647\u0645 |\u0639\u0642\u064A|\u0631\u062A\u0647| \u0648\u0631|\u0628\u0644 | \u0628\u0644|\u0648 \u0628|\u0647 \u0633|\u069A\u0648\u0648| \u069A\u0648| \u06A9\u0627|\u06D0 \u06A9|\u0648 \u0633|\u0627\u062F\u0647|\u0648\u0646\u06A9| \u063A\u0648|\u062F\u0648 |\u0648 \u0646|\u062A \u06A9|\u0645\u0644 |\u0639\u0645\u0648|\u0644 \u0647| \u067E\u064A|\u0648\u0633\u064A|\u0693\u0627\u0646|\u0648\u0693\u0627|\u064A\u0632 |\u062E\u0635\u064A|\u064A \u0645|\u0627 \u0628|\u0627\u062F\u0627|\u0647 \u0646|\u062E\u0644\u064A|\u0648\u0627\u062E|\u062F\u064A\u0648|\u060C \u062F|\u062F \u0642| \u0647\u0645|\u0627 \u062F| \u0628\u064A|\u062A\u0628\u0639| \u062A\u0628|\u0647 \u0686| \u0639\u0642|\u067E\u0644\u0648|\u0648 \u0644| \u0631\u0627|\u062F \u0628|\u0631\u0627\u064A| \u062F\u062E|\u0646\u06D0 |\u0646\u06A9\u064A|\u062A \u062F|\u0627\u0628\u0639| \u0645\u0642|\u062F \u062E|\u0648\u0631\u0647|\u0634\u0631\u0627| \u0634\u0631|\u0631 \u0645|\u0631\u0633\u0631|\u062A\u0627\u0645|\u0647 \u067C| \u0645\u0646|\u0637\u0647 |\u0633\u0637\u0647|\u0627\u0633\u0637|\u0648\u0627\u0633|\u0644\u06D0 | \u0627\u0633|\u06D4 \u062F|\u0628\u0631\u062E|\u06D0 \u0646"},Devanagari:{hin:"\u0915\u0947 |\u092A\u094D\u0930| \u092A\u094D| \u0915\u093E| \u0915\u0947| \u0964 |\u0914\u0930 | \u0914\u0930|\u0915\u093E | \u0915\u094B|\u0915\u093E\u0930|\u093E\u0930 |\u0924\u093F |\u092F\u093E |\u0915\u094B |\u0928\u0947 |\u094B\u0902 |\u093F\u0915\u093E|\u094D\u0930\u0924| \u0939\u0948| \u0915\u093F|\u0902 \u0915|\u0939\u0948 |\u0927\u093F\u0915|\u0935\u094D\u092F|\u0905\u0927\u093F| \u0905\u0927|\u094D\u0924\u093F| \u0938\u092E|\u094D\u092F\u0915|\u093F \u0915|\u0915\u094D\u0924|\u093E \u0905|\u0915\u0940 |\u093E \u0915| \u0935\u094D|\u0947\u0902 | \u0939\u094B|\u092F\u0915\u094D|\u0938\u0940 |\u0938\u0947 |\u0947 \u0915| \u092F\u093E| \u0915\u0940|\u092E\u0947\u0902|\u0928\u094D\u0924| \u092E\u0947|\u0924\u094D\u092F|\u0948 \u0964|\u0924\u093E |\u0930\u0924\u094D|\u0915\u094D\u0937|\u0947\u0915 |\u092F\u0947\u0915|\u094D\u092F\u0947|\u093F\u0915 |\u0930 \u0939|\u092D\u0940 |\u0915\u093F\u0938| \u091C\u093E| \u0938\u094D|\u0915 \u0935|\u093E \u091C|\u093F\u0938\u0940|\u092E\u093E\u0928| \u0935\u093F|\u0930 \u0938|\u0924\u094D\u0930|\u0940 \u0938|\u0964 \u092A| \u0915\u0930|\u094D\u0930\u093E|\u0917\u093E |\u093F\u0924 | \u0905\u092A| \u092A\u0930|\u0938\u094D\u0935|\u0940 \u0915| \u0938\u0947|\u093E \u0938|\u094D\u092F | \u0905\u0928|\u094D\u0924\u094D|\u093F\u092F\u093E|\u093E \u0939| \u0938\u093E|\u0928\u093E |\u094D\u0924 |\u092A\u094D\u0924|\u0938\u092E\u093E|\u093E\u0928 |\u0930 \u0915|\u093E\u092A\u094D|\u0924\u0928\u094D| \u092D\u0940| \u0909\u0938|\u0930\u093E\u092A|\u0935\u0924\u0928|\u094D\u0935\u0924|\u0930\u094B\u0902|\u0935\u093E\u0930|\u0947 \u0938|\u0925\u093E |\u0939\u094B |\u0947 \u0905|\u093E \u0964|\u0928 \u0915| \u0928 |\u0926\u0947\u0936| \u0930\u093E|\u0937\u093E |\u0905\u0928\u094D|\u0924 \u0939|\u094D\u0937\u093E|\u094D\u0935\u093E|\u091C\u093E\u090F|\u0940 \u092A|\u0915\u0930\u0928|\u093E \u092A|\u0905\u092A\u0928|\u0937\u094D\u091F| \u0938\u0902|\u0947 \u0935|\u0939\u094B\u0917|\u093F\u0935\u093E|\u091F\u094D\u0930|\u094D\u091F\u094D|\u093E\u0937\u094D|\u0930\u093E\u0937|\u0938\u0915\u0947| \u092E\u093E|\u0913\u0902 |\u093E\u0913\u0902|\u0930\u0940 |\u0915 \u0938|\u0947 \u092A| \u0928\u093F|\u0940\u092F |\u0930\u0915\u094D|\u094B \u0938|\u093E\u090F\u0917|\u0930\u0928\u0947| \u0907\u0938|\u0935 \u0915|\u092A\u0930 |\u0930\u0924\u093E|\u0930 \u0905| \u0938\u092D|\u0924\u0925\u093E| \u0924\u0925| \u0910\u0938|\u0930\u093E |\u092A\u0928\u0947|\u094D\u0930\u0940|\u093F\u0915\u094D|\u0915\u093F\u092F|\u093E \u0935|\u092E\u093E\u091C|\u0902 \u0914|\u0930 \u0909|\u0926\u094D\u0927|\u0938\u092D\u0940|\u0936\u094D\u092F| \u091C\u093F|\u093E\u0928\u0947|\u093E\u0930\u094D|\u093E\u0930\u093E|\u0926\u094D\u0935| \u0926\u094D|\u090F\u0917\u093E|\u0938\u092E\u094D|\u0947\u0936 |\u093F\u090F |\u093E\u0935 |\u0930 \u092A| \u0926\u0947|\u094D\u0924\u0930|\u093E \u0914|\u093E\u0930\u094B|\u092F\u094B\u0902|\u092A\u0930\u093E|\u092A\u0942\u0930|\u091A\u093F\u0924|\u094D\u0927 |\u0930\u0942\u092A| \u0930\u0942| \u0938\u0941| \u0932\u093F|\u0924 \u0915|\u094B \u092A|\u0902 \u0938|\u0947 \u0932|\u0936\u093F\u0915| \u0936\u093F|\u0935\u093E\u0939|\u0947 \u0914|\u091C\u094B |\u0930\u093E\u0927|\u091C\u093F\u0938|\u0942\u0930\u094D|\u0940 \u092D|\u0942\u092A |\u094B\u0917\u093E|\u0938\u094D\u0925|\u0930\u0940\u092F|\u0924\u093F\u0915|\u094D\u0930 |\u0964 \u0907|\u0907\u0938 | \u0909\u0928|\u0932\u0947 |\u0947 \u092E|\u0932\u093F\u090F|\u092E \u0915|\u0915\u0924\u093E|\u0947 \u092F| \u091C\u094B|\u0928 \u092E|\u0905\u092A\u0930| \u092A\u0942|\u094B \u0915|\u093E \u0909|\u093E\u0939 |\u0928\u0942\u0928|\u093E\u0928\u0942|\u0917\u0940 |\u0926\u0940 |\u093E\u0930\u0940|\u0902 \u092E|\u0964 \u0915|\u0924\u0930\u094D|\u0940 \u0930|\u0936 \u0915|\u092A\u0930\u093F|\u0938\u094D\u0924|\u094B\u0908 |\u0915\u094B\u0908|\u0930\u094D\u092F|\u0940 \u0905|\u0939\u093F\u0924|\u092D\u093E\u0935| \u092D\u093E|\u0924\u093E\u0913|\u093E\u0938 |\u0938\u093E\u092E|\u0935\u093F\u0915|\u0935\u093F\u0935|\u092E\u094D\u092E| \u0938\u0915|\u0915\u0930 |\u093E\u0928\u093E|\u0927 \u0915|\u0928\u093F\u0915|\u092F \u0915|\u0909\u0938\u0915|\u0915\u0943\u0924| \u0958\u093E|\u0928 \u0938|\u091C\u0940\u0935|\u094D\u092F\u093E|\u0930\u0915\u093E|\u094D\u0930\u0915|\u093E\u091C |\u0928\u094D\u092F|\u094D\u092E |\u0930\u094D\u0923|\u0958 \u0939|\u0939\u0958 | \u0939\u0958|\u0940 \u092E|\u091C\u093F\u0915|\u093E\u091C\u093F|\u093E\u092E\u093E|\u0915 \u0914|\u092E\u093F\u0932|\u0947\u0928\u0947|\u0932\u0947\u0928| \u0932\u0947|\u092F\u0947 |\u094B \u0905|\u0947 \u091C|\u0930\u093F\u0935|\u092E\u092F |\u0938\u092E\u092F|\u0935\u0936\u094D|\u0906\u0935\u0936| \u0906\u0935|\u0910\u0938\u0940|\u093E\u0927 |\u0930 \u0926|\u0930\u094D\u0935|\u0938\u093E\u0930|\u092A \u0938|\u092C\u0928\u094D| \u0938\u0939|\u093F\u0927\u093E|\u0935\u093F\u0927|\u0940 \u0928|\u0942\u0928 |\u0958\u093E\u0928",mar:"\u094D\u092F\u093E|\u092F\u093E |\u0924\u094D\u092F|\u092F\u093E\u091A|\u091A\u093E |\u0923\u094D\u092F|\u093E\u091A\u093E| \u0935 |\u0915\u093E\u0930|\u092A\u094D\u0930| \u092A\u094D|\u093F\u0915\u093E|\u0927\u093F\u0915|\u093E\u0930 | \u0905\u0927|\u0905\u0927\u093F|\u091A\u094D\u092F|\u0906\u0939\u0947| \u0906\u0939|\u093E \u0905|\u0939\u0947 |\u093E \u0915|\u093E\u0938 |\u0935\u093E |\u094D\u092F\u0947|\u094D\u0930\u0924| \u0938\u094D|\u0924\u093E |\u093E \u0938| \u0905\u0938| \u0915\u0930|\u0938\u094D\u0935| \u0915\u093E|\u0932\u094D\u092F|\u0930\u0924\u094D|\u093E\u0939\u093F|\u0915\u094B\u0923| \u0915\u094B|\u093F\u0915 |\u092F\u0947\u0915|\u094D\u0935\u093E|\u093E \u0935| \u0924\u094D|\u0930 \u0906|\u094D\u092F |\u0924\u094D\u0930|\u0947\u0915\u093E|\u0915\u094D\u0937|\u093E \u0928| \u0938\u0902|\u093E\u092E\u093E|\u093E\u091A\u094D|\u0902\u0935\u093E|\u093F\u0902\u0935|\u0915\u093F\u0902| \u0915\u093F|\u093E\u0924 |\u0937\u094D\u091F|\u0915\u093E\u0938| \u092F\u093E|\u092F\u093E\u0902|\u093E\u0902\u091A|\u0930\u094D\u092F|\u092E\u093F\u0933| \u092E\u093F| \u0938\u093E|\u0935\u094D\u092F|\u094B\u0923\u0924|\u0928\u0947 |\u0947 \u092A|\u0915\u093E\u092E| \u0938\u092E|\u0902\u0924\u094D|\u092F\u0947 | \u0930\u093E|\u0938\u092E\u093E|\u0924\u0902\u0924|\u0915\u0930\u0923|\u093E \u0906|\u0947 \u0915|\u0939\u093F |\u0947 \u0938|\u0928\u093E |\u093F\u0933\u0923|\u0942\u0928 |\u093E \u092A|\u091F\u094D\u0930|\u094D\u091F\u094D|\u093E\u0937\u094D|\u0930\u093E\u0937|\u0940\u092F |\u0935 \u0938|\u0915\u094D\u0924|\u092E\u093E\u0928|\u0930\u094D\u0935| \u0906\u092A|\u0933\u0923\u094D|\u094D\u0930\u094D|\u093E\u0924\u0902|\u0935\u093E\u0924|\u091A\u0947 | \u0935\u093F|\u094D\u0937\u0923|\u0930\u0923\u094D| \u0926\u0947| \u0935\u094D|\u0906\u092A\u0932|\u0939\u0940 |\u093E\u0930\u094D|\u0928\u092F\u0947| \u0928\u092F|\u092E\u093E |\u092F\u093E\u0938| \u091C\u093E|\u0932\u0947\u0932| \u0928\u093F|\u0947 \u0905| \u092A\u093E|\u093E \u092E|\u0932\u0947 |\u093E\u0939\u0940|\u092C\u0902\u0927|\u0947 \u0935|\u094D\u092F\u0915| \u092E\u093E|\u0936\u093F\u0915| \u0936\u093F|\u0926\u0947\u0936|\u093E \u0926|\u092E\u093E\u091C|\u094D\u0930\u0940|\u0932\u0940 |\u093E\u0928 |\u093E\u0902\u0928|\u092A\u0932\u094D| \u0939\u094B|\u093E \u0939|\u0937\u0923 |\u091C\u0947 |\u093F\u091C\u0947|\u0939\u093F\u091C|\u092A\u093E\u0939|\u093E\u0930\u093E|\u092F\u093E\u0924|\u0938\u0930\u094D| \u0938\u0930|\u0930\u093E\u0902|\u0905\u0938\u0932|\u0902\u092C\u0902|\u0938\u0902\u092C|\u093F\u0915\u094D|\u0940 \u092A|\u0902\u091A\u094D|\u0930\u0915\u094D|\u0923\u0924\u094D| \u0906\u0923|\u0932\u093E |\u0938\u094D\u0925|\u0930\u0940\u092F|\u0940\u0924 |\u0902\u0928\u093E|\u0924 \u0935|\u094D\u0935 |\u0915 \u0935|\u0923\u0947 |\u093E\u091A\u0947|\u0928 \u0915|\u0924 \u0915|\u0930\u0924\u093E|\u094D\u0930\u093E|\u092F\u093E\u0939|\u094D\u0924 |\u091A\u0940 |\u092F \u0915|\u0926\u094D\u0927|\u094D\u0935\u0924|\u092F\u0915\u094D|\u0923\u093F |\u0906\u0923\u093F|\u0938 \u0938|\u0902\u0927\u093E|\u0915 \u0938|\u091A\u094D\u091B|\u092F \u0905|\u0924 \u0938|\u0940\u0928\u0947|\u094B\u0923\u093E|\u0915\u0930\u0924|\u0924\u094D\u0935|\u0940\u0932 |\u0940 \u0905|\u0938\u093E\u0930|\u0930 \u0935|\u092D\u093E\u0935|\u0935 \u0924|\u0925\u0935\u093E|\u0905\u0925\u0935| \u0905\u0925|\u0947 \u0924|\u0947 \u091C|\u092F\u093E\u092F|\u0902\u091A\u093E|\u0947\u0932\u094D|\u093E\u0928\u0947|\u0947\u0923\u094D|\u0915 \u0906|\u0915\u094D\u0915|\u0939\u0915\u094D| \u0939\u0915|\u0923 \u092E|\u0902\u0930\u0915|\u0938\u0902\u0930|\u0928\u094D\u092F|\u093E\u092F\u0926|\u093E \u0924|\u0924 \u0906| \u0909\u092A|\u0935\u0938\u094D|\u093F\u0935\u093E|\u0947\u0936\u093E|\u0938\u093E\u092E|\u0947 \u092F|\u0947 \u0906|\u0940 \u0935|\u0935 \u092E|\u0924\u0940\u0928|\u0935 \u0906|\u0927\u094D\u092F| \u0905\u0936|\u0927\u093E\u0924|\u0915\u0943\u0924|\u094D\u0915 |\u0926\u094D\u092F|\u093F\u0924 |\u0938\u0932\u0947|\u0947\u0936 |\u0924\u094B |\u0947\u0932 |\u0924\u0940 |\u094D\u0924\u0940|\u0905\u0938\u0947|\u0907\u0924\u0930| \u0907\u0924|\u0938\u094D\u0924|\u0930\u094D\u0923|\u093E \u092C|\u0947\u0932\u0947| \u0915\u0947|\u0939\u0940\u0930|\u091C\u093E\u0939|\u093E \u091C|\u0947\u0924 |\u0942\u0930\u094D|\u092A\u0942\u0930|\u0947\u091A | \u0935\u093E|\u093E\u091C\u093E|\u0940 \u0938|\u0936\u093E |\u092F \u0935| \u0928\u094D|\u092F\u093E\u0935|\u0926\u094D\u0926|\u094D\u0927 |\u0930\u0942\u0928|\u092F\u0926\u094D|\u0915\u093E\u092F|\u093E \u0936|\u0917\u0923\u094D|\u0915 \u0915|\u0930\u093E\u0927| \u0936\u093E|\u092F\u0924\u094D|\u0932 \u0905|\u094D\u092F\u0935|\u0940 \u0915|\u093E\u0935 |\u093E \u092F|\u0924\u094D\u0924|\u091C\u093F\u0915|\u093E\u091C\u093F|\u0930\u0923\u093E| \u0927\u0930|\u093E \u0927|\u092D\u0947\u0926| \u092C\u093E|\u0930\u0915\u093E|\u094D\u0930\u0915|\u0915\u0947\u0932|\u093F \u0935|\u093F\u0937\u094D|\u0924\u0940\u0932|\u092F\u094B\u0917|\u0938\u093E\u0927|\u093E\u0902\u0924|\u0935\u093F\u0935|\u0936\u094D\u0930| \u0927\u0947| \u092E\u0941|\u0935\u0924\u0903",mai:"\u093E\u0915 |\u092A\u094D\u0930|\u0915\u093E\u0930| \u092A\u094D|\u093E\u0930 |\u093F\u0915\u093E|\u094D\u092F\u0915|\u0927\u093F\u0915|\u0915 \u0905|\u094D\u0930\u0924|\u094D\u0924\u093F|\u0935\u094D\u092F| \u0905\u0927|\u0947\u0901 |\u0905\u0927\u093F|\u093F\u0915 | \u0935\u094D|\u0906\u02BC | \u0906\u02BC|\u0915\u094D\u0924|\u092F\u0915\u094D|\u0924\u093F\u0915|\u0915\u0947\u0901|\u0915 \u0935|\u092C\u093E\u0915|\u0915 \u0938|\u091B\u0948\u0915| \u091B\u0948|\u0924\u094D\u092F|\u092E\u0947 |\u0947\u0915 | \u0938\u092E|\u0915\u094D\u0937|\u0939\u093F |\u0930\u0924\u094D|\u0930 \u091B|\u092F\u0947\u0915|\u094D\u092F\u0947|\u0928\u094D\u0924|\u0935\u093E |\u093F\u0915\u0947|\u0915\u0964 |\u0948\u0915\u0964|\u0964 \u092A| \u0905\u092A| \u0938\u094D| \u0935\u093F| \u091C\u093E|\u093F\u0924 |\u0938\u0901 | \u0939\u094B|\u0915\u094B\u0928| \u0915\u094B|\u0924\u094D\u0930|\u0938\u094D\u0935| \u0935\u093E|\u0915 \u0906|\u0937\u094D\u091F| \u0915\u0930|\u0905\u092A\u0928|\u092E\u093E\u0928| \u0915\u093E| \u0905\u0928|\u0924\u093F |\u094D\u0924\u094D|\u0928\u094B |\u0928\u0939\u093F| \u092A\u0930|\u091F\u094D\u0930|\u094D\u092F | \u090F\u0939|\u093F \u0915|\u094D\u091F\u094D|\u093E\u0937\u094D|\u0930\u093E\u0937| \u0930\u093E|\u0938\u092E\u093E|\u094B\u0928\u094B|\u0932 \u091C| \u0928\u0939|\u0924\u093E\u0915|\u093E\u0930\u094D|\u092A\u0928 |\u0924\u0928\u094D|\u0935\u0924\u0928|\u094D\u0935\u0924|\u094D\u0937\u093E| \u0915\u090F| \u0938\u093E|\u094D\u0930\u0940| \u0928\u093F|\u093E \u0906|\u093F\u0935\u093E| \u0938\u0902| \u0926\u0947|\u091C\u093E\u090F|\u0940\u092F |\u0915\u0930\u092C|\u0925\u093E |\u090F\u092C\u093E|\u093E \u092A|\u0928\u093E |\u094D\u0935\u093E|\u0926\u0947\u0936|\u0924\u0964 |\u0930\u0915 |\u0915 \u0939|\u0901 \u0905| \u0938\u092D| \u0906 |\u0924 \u0915|\u091A\u093F\u0924|\u094D\u0924 |\u0935\u093E\u0930|\u0924\u093E |\u093E\u0930\u0915|\u092E\u093E\u091C|\u093E \u0938|\u0930\u0940\u092F|\u0928\u094D\u092F|\u0930\u0924\u093E|\u093E\u0928 |\u094D\u0930\u093E|\u094D\u092F\u093E|\u0930\u0915\u094D|\u093E\u0930\u0923|\u092A\u0930\u093F|\u090F\u0932 |\u0915\u090F\u0932|\u0905\u0928\u094D|\u0930\u092C\u093E|\u0915 \u092A|\u0913\u0930 |\u0906\u0913\u0930| \u0906\u0913|\u0905\u091B\u093F| \u0905\u091B|\u093F\u0930\u094D|\u093E\u0928\u094D|\u0928\u0915 |\u0939\u094B\u090F|\u0915\u0930 |\u0927\u093E\u0930|\u0938\u094D\u0925|\u093E \u0905|\u093F\u092E\u0947|\u0930 \u0906|\u090F\u0939\u093F| \u090F\u0915|\u0947 \u0938|\u0924\u0925\u093E| \u0924\u0925| \u092E\u093E|\u093F\u0915\u094D|\u0936\u093F\u0915| \u0936\u093F|\u092A\u094D\u0924|\u0930\u094D\u0935|\u0928\u093F\u0930|\u091A\u094D\u091B|\u0930\u094D\u092F|\u0901 \u0938|\u0915 \u0915|\u0939\u094B |\u093E\u0939\u093F|\u090F\u0924\u0964|\u0930 \u092A|\u093E\u092E\u093E|\u0938\u093E\u092E|\u0937\u093E |\u02BC \u0938|\u0901 \u090F|\u0948\u0915 |\u0926\u094D\u0927|\u0930 \u0905|\u0915 \u091C|\u0938\u094D\u0924|\u093E\u092A\u094D|\u0901 \u0915| \u0938\u0915|\u092F\u0915 |\u0915\u093E\u0928|\u0939\u0928 |\u090F\u0939\u0928|\u0947\u0932 |\u094B\u090F\u0924|\u0924 \u0906|\u093E \u0935|\u0964 \u0915|\u094D\u0924\u0930|\u093E\u090F\u0924|\u094D\u0930\u0915|\u0939\u0941 |\u0915 \u0909|\u092A\u0942\u0930|\u0935\u093F\u0935|\u02BC \u0905|\u091B\u093F | \u0932\u0947|\u0928 \u092A|\u093E\u0938 |\u0930\u093E\u092A|\u0927\u0915 |\u092A\u090F\u092C| \u092A\u090F|\u0930\u093E |\u092F\u0924\u093E|\u0930\u0942\u092A|\u0928 \u0935| \u0915\u0947|\u0937\u093E\u0915|\u092F \u092A|\u0924 \u0939|\u091C\u093E\u0939| \u0913 |\u092D\u093E\u0935|\u092A\u0930 |\u0925\u0935\u093E|\u0905\u0925\u0935| \u0905\u0925|\u0938\u092E\u094D|\u091C\u093F\u0915|\u093E\u091C\u093F|\u0942\u0930\u094D|\u0930\u0924\u093F| \u0926\u094B|\u0938\u092D\u0915|\u0964 \u0938| \u091C\u0928|\u0938\u092D |\u092C\u093E\u0927|\u0905\u0928\u0941|\u093F\u0938\u0901| \u0938\u0939|\u0901 \u0935|\u090F \u0938|\u0930\u093F\u0935|\u0924\u0941 |\u0947\u0924\u0941|\u0939\u0947\u0924| \u0939\u0947|\u093E\u0927 |\u0947\u092C\u093E|\u0928 \u0938|\u093F\u0937\u094D|\u0930\u093E\u0927| \u0905\u0935|\u093F\u0924\u094D|\u0935\u093E\u0938|\u091A\u093E\u0930| \u0909\u091A|\u093E\u0930\u093E|\u0928 \u0915|\u0935\u0915 |\u093E \u0915|\u0928\u0942\u0928|\u093E\u0928\u0942|\u090F\u0924 |\u0930\u0940 |\u0947\u0913 |\u0915\u0947\u0913|\u0930\u0923 |\u094D\u0930\u0938|\u093F \u0926|\u0913 \u0935| \u092D\u0947|\u0928\u0939\u0941|\u094B\u0928\u0939|\u094D\u0925\u093F|\u092A\u0924\u094D|\u092E\u094D\u092A|\u0930\u093E\u091C| \u092D\u093E|\u0939\u093F\u092E| \u0939\u0915|\u093E\u092E\u0947|\u094D\u0923 |\u0930\u094D\u0923|\u0939\u093E\u0930|\u093F \u0938|\u0915 \u0926|\u0928 \u0905|\u0924 \u0905|\u0932\u0947\u092C| \u0905\u092D|\u093F\u0936\u094D|\u091C\u0915 |\u093E\u091C\u0915|\u0928 \u0906|\u0935\u093E\u0939|\u0915\u093E\u091C|\u0936\u094D\u092F|\u0935\u0938\u094D|\u0913\u0939\u093F| \u0913\u0939|\u092F\u094B\u0917|\u0964 \u090F|\u0915\u090F |\u0947 \u0913|\u0905\u092A\u0930",bho:" \u0915\u0947|\u0915\u0947 |\u0947 \u0915|\u093E\u0930 |\u0915\u093E\u0930|\u093F\u0915\u093E|\u0927\u093F\u0915|\u0905\u0927\u093F| \u0905\u0927|\u0913\u0930 |\u0906\u0913\u0930| \u0906\u0913|\u0947 \u0905|\u0947 \u0938|\u093E \u0915| \u0938\u0902|\u093F\u0915 |\u0930 \u0939|\u093E \u0938| \u0939\u094B|\u0930 \u0938|\u0947\u0902 |\u092E\u0947\u0902| \u092E\u0947| \u0915\u0930| \u0938\u0947|\u0928\u094B |\u0915\u094D\u0937|\u0938\u0947 | \u0915\u093E|\u0964 \u0938|\u0916\u0947 |\u093E\u0964 |\u0930\u093E | \u0938\u092E| \u0938\u092C|\u094D\u0930\u093E| \u0938\u0915|\u0930 \u0915|\u0928 \u0915|\u0935\u0947 |\u094C\u0928\u094B|\u0915\u094C\u0928| \u0915\u094C|\u091A\u093E\u0939| \u091A\u093E| \u092C\u093E|\u092A\u094D\u0930| \u092A\u094D|\u0925\u093E |\u093F \u0915|\u0924\u093F | \u091C\u093E| \u0938\u093E|\u0947 \u0906|\u092A\u0928 |\u0915\u0930\u0947|\u0924\u093E |\u0939\u094B\u0916|\u0924 \u0915|\u0947\u0964 |\u0947 \u092C|\u0924\u0925\u093E| \u0924\u0925| \u0906\u092A|\u0915\u0947\u0932|\u0938\u0915\u0947| \u0938\u094D|\u0930\u0947 |\u0938\u092C\u0939|\u0915\u0930 |\u0906\u092A\u0928|\u0947 \u0913|\u091C\u093E | \u092A\u0930|\u0937\u094D\u091F| \u0930\u093E|\u0928\u093E |\u0939\u0935\u0947| \u0939\u0935|\u0932\u093E |\u0947\u0932\u093E|\u092C\u0939\u093F| \u0913\u0915|\u094B\u0916\u0947|\u0930 \u092C|\u0939\u0964 | \u0939\u0964|\u0928 \u0938|\u093E\u0937\u094D|\u0930\u093E\u0937|\u094D\u0924 | \u0914\u0930|\u0947 \u091A|\u0964 \u0915|\u0938\u0902\u0917|\u0930 \u0906|\u091F\u094D\u0930|\u094D\u091F\u094D|\u0937\u093E |\u092E\u093E\u0928|\u093E \u0906|\u0902 \u0915|\u093E \u092A|\u094D\u0937\u093E|\u0930\u0915\u094D|\u0939\u0947 |\u093E\u0939\u0947|\u093E\u0924\u093F|\u093E\u0935\u0947| \u091C\u0947|\u0939\u0940 |\u0913\u0915\u0930|\u092E\u093F\u0932|\u093F\u0924 |\u094B \u0938|\u0932 \u091C|\u0907\u0916\u0947|\u0928\u0907\u0916| \u0928\u0907|\u0924\u094D\u0930|\u092E\u093E\u091C| \u092C\u093F|\u0935\u0947\u0964|\u0947 \u091C|\u0915 \u0938|\u093F\u0902 |\u0939\u093F\u0902|\u0915\u0930\u093E|\u0914\u0930 |\u0947 \u092E|\u0938\u092E\u093E|\u0939\u0941 | \u0913 |\u092A\u0930 |\u0947 \u0928|\u0938\u094D\u0925|\u0930\u0940\u092F|\u094D\u0930\u0940|\u0932\u093E\u0964|\u093E\u091C |\u093E\u0928 |\u0915\u093E\u0928|\u0947 \u0924|\u093F\u0930 |\u0924\u093F\u0930|\u0916\u093E\u0924| \u0916\u093E|\u0947 \u0909|\u0928\u0942\u0928|\u093E\u0928\u0942|\u093E\u092E | \u0938\u0941| \u0926\u0947|\u0940 \u0915| \u092E\u093E|\u0930 \u092E|\u092A\u094D\u0924|\u093F\u092F\u093E|\u093E\u0939\u0940|\u092C\u093E\u0964|\u092F\u094B\u0917|\u0940 \u0938|\u0932 \u0939|\u0942\u0928 |\u0935\u094D\u092F|\u0941 \u0915|\u090F \u0915|\u0947 \u0935|\u0902\u0924\u094D|\u0938\u094D\u0935|\u0915\u0947\u0939|\u0940\u092F |\u0916\u0932 |\u0938\u093E\u092E|\u092F\u0924\u093E|\u0924\u093F\u0915|\u0947 \u0939|\u093E\u092A\u094D|\u0930\u093E\u092A|\u0930 \u092A|\u0930 \u0905| \u0932\u094B| \u0938\u0939|\u091C\u0947 |\u094B\u0917 |\u092E \u0915|\u0932\u0947 | \u0928\u093F|\u0947\u0915\u0930|\u093E \u0939|\u092A\u0942\u0930|\u0930 \u0928|\u0947\u0939\u0941|\u094D\u092F |\u092F\u093E | \u092F\u093E|\u0926\u0947\u0936|\u0926\u0940 |\u093E \u092E|\u093E\u0935 | \u0926\u094B|\u0947 \u0926| \u092A\u093E|\u0939\u093F |\u093F\u0915\u094D|\u0936\u093F\u0915| \u0936\u093F|\u092C\u093E |\u093F\u0932 | \u0909\u092A|\u094D\u0930\u0924| \u0935\u093F| \u0939\u0940| \u0932\u0947|\u0930\u094B |\u0947 \u0916|\u0920\u0928 |\u0917\u0920\u0928|\u0902\u0917\u0920| \u092E\u093F|\u0937\u0923 |\u094D\u0937\u0923|\u0902\u0930\u0915|\u0938\u0902\u0930| \u0906\u0926| \u090F\u0915|\u0928\u0947 | \u0905\u092A|\u0924\u0902\u0924|\u0935\u0924\u0902|\u094D\u0935\u0924|\u094D\u0924\u0930|\u094D\u092F\u093E|\u0947\u0936 |\u093E\u0926\u0940|\u094D\u0924\u093F|\u091C\u093F\u0915|\u093E\u091C\u093F|\u0915 \u0906|\u094D\u092E |\u091A\u093E\u0930| \u0909\u091A| \u0936\u093E|\u0930\u0940 |\u093E\u0939 |\u092F\u093E\u0939|\u092C\u093F\u092F|\u091A\u093F\u0924|\u0915\u094D\u0924|\u092A\u092F\u094B|\u0909\u092A\u092F|\u0930\u0924\u093E|\u0930 \u0935|\u0928 \u092E|\u0932\u094B\u0917|\u0939 \u0915|\u0928 \u092A|\u0915\u093E\u092E| \u092A\u0942| \u0907 |\u0906\u0926\u093F|\u0908\u0932 | \u0915\u0908| \u0935\u094D|\u092E\u0940 |\u0941\u0930\u0915|\u0938\u0941\u0930| \u091C\u0940|\u0927\u093E\u0930|\u092F \u0938|\u0924\u0930\u094D|\u092D\u0947 |\u0938\u092D\u0947| \u0938\u092D|\u092D\u093E\u0935|\u094D\u0925\u093F|\u093E\u092E\u093E|\u0938\u0930 |\u0930\u094D\u092E| \u0915\u094B| \u092C\u0947|\u094B\u0938\u0930|\u0926\u094B\u0938|\u0923 \u0915|\u093E\u0938 |\u0947 \u092A|\u091C\u093E\u0926|\u0906\u091C\u093E| \u0906\u091C|\u0909\u091A\u093F|\u0917 \u0915|\u093E\u0930\u0940| \u091C\u0930|\u0917\u0947 |\u091C \u0915|\u0940 \u092C|\u0938\u0928 |\u0939\u094B |\u093E \u0924",npi:"\u0915\u094B |\u0928\u0947 | \u0930 |\u093E\u0930 |\u0915\u094D\u0924|\u0915\u093E\u0930|\u092A\u094D\u0930| \u092A\u094D|\u094D\u092F\u0915|\u0935\u094D\u092F| \u0917\u0930|\u093F\u0915\u093E| \u0935\u094D|\u094D\u0930\u0924|\u0927\u093F\u0915|\u094D\u0924\u093F|\u092F\u0915\u094D|\u0905\u0927\u093F| \u0905\u0927|\u093E\u0908 |\u092E\u093E |\u0932\u093E\u0908|\u0924\u094D\u092F|\u093F\u0915 | \u0964 | \u0938\u092E|\u0935\u093E | \u0935\u093E|\u0915 \u0935|\u094D\u0928\u0947|\u0930\u094D\u0928|\u0917\u0930\u094D|\u0928\u094D\u0924|\u091B \u0964|\u0924\u093F\u0932|\u0930\u0924\u094D|\u0924\u094D\u0930|\u0947\u0915 |\u092F\u0947\u0915|\u094D\u092F\u0947|\u093F\u0932\u093E|\u0930 \u0938|\u094B \u0938| \u0938\u094D|\u092E\u093E\u0928|\u0915\u094D\u0937| \u0935\u093F|\u0939\u0941\u0928|\u093E \u0938| \u0939\u0941| \u091B |\u0930 \u091B|\u094D\u0924\u094D|\u0938\u092E\u093E|\u0938\u094D\u0935|\u0964 \u092A| \u0938\u0902|\u0928\u0947\u091B|\u0941\u0928\u0947|\u0939\u0930\u0941|\u0924\u0928\u094D|\u0935\u0924\u0928|\u0947 \u0905|\u093F\u0928\u0947|\u094B \u0905|\u094D\u0935\u0924| \u0915\u093E|\u0947 \u091B|\u0917\u0930\u093F| \u0930\u093E|\u094D\u0930 |\u0924\u093F |\u093E\u0915\u094B| \u0915\u0941|\u0937\u094D\u091F|\u0928\u093E |\u0938\u094D\u0924|\u0915 \u0938|\u0941\u0928\u0948|\u0915\u0941\u0928|\u091F\u094D\u0930|\u0932\u0947 | \u0928\u093F|\u093E\u0928 |\u091B\u0948\u0928| \u091B\u0948|\u094D\u091F\u094D|\u093E\u0937\u094D|\u0930\u093E\u0937|\u0924\u093F\u0915|\u091B\u0964 |\u093E\u0930\u094D|\u0924\u093E |\u093F\u0924 |\u0928\u0948 |\u093E \u0905| \u0938\u093E|\u093E \u0935|\u0930\u0941 | \u092E\u093E| \u0905\u0928|\u093E \u0930|\u0930\u0924\u093E|\u0930 \u0930|\u0939\u0930\u0942|\u0947\u091B |\u093E \u092A|\u0930\u0915\u094D|\u094D\u0924 | \u092A\u0930|\u0925\u093E | \u0932\u093E|\u092A\u0930\u093F|\u0926\u0947\u0936|\u0938\u0915\u094B| \u092F\u0938|\u092E\u093E\u091C|\u093E\u092E\u093E|\u094D\u0930\u093E|\u093F\u0935\u093E|\u093E\u0939\u0930|\u094B \u092A|\u094D\u092F |\u0935\u093E\u0930|\u0928 \u0938|\u0964 \u0915|\u0928\u093F |\u094D\u0937\u093E| \u0924\u094D|\u0926\u094D\u0927|\u0930 \u0939|\u0924\u0925\u093E| \u0924\u0925|\u092F\u0938\u094D|\u094D\u092F\u0938|\u0930\u0940 |\u0930 \u0935|\u092A\u0928\u093F|\u0930\u093F\u0928|\u0902\u0930\u0915|\u0938\u0902\u0930|\u092D\u093E\u0935|\u0948 \u0935|\u0938\u092C\u0948| \u0938\u092C| \u0936\u093F| \u0938\u0939|\u0924\u093E\u0915|\u0947 \u0930|\u0924 \u0930|\u0932\u093E\u0917| \u0938\u0941|\u094D\u0937\u0923|\u0926\u094D\u0926| \u0905\u092A|\u0948\u0928 |\u094B \u0935|\u093F\u0915\u094D|\u093E\u0935 |\u0927\u093E\u0930|\u094D\u092F\u093E|\u094D\u0930\u093F|\u093E \u092D|\u090F\u0915\u094B|\u0930 \u092E|\u0928 \u0905|\u094B \u0932| \u0909\u0938|\u0936\u093F\u0915|\u093E\u0924\u094D|\u0938\u094D\u0925|\u0935\u093E\u0939|\u0942\u0930\u094D|\u0936\u094D\u092F|\u093F\u0924\u094D|\u0930\u0915\u094B|\u093E\u0930\u0915|\u0941\u0926\u094D|\u0924\u094B |\u094D\u0924\u094B|\u093E\u0909\u0928|\u0915\u093E\u0928|\u093F\u090F\u0915|\u093E \u0928| \u092A\u0928|\u0928\u0964 |\u0948\u0928\u0964|\u0915\u093E |\u0947\u091B\u0964| \u092D\u0947|\u0930\u094D\u092F|\u0938\u092E\u094D|\u0924\u094D\u092A|\u0938\u093E\u092E|\u0930\u093F\u092F|\u091A\u093E\u0930|\u0928\u093F\u091C|\u0941\u0928 |\u0917\u093F |\u093E\u0917\u093F|\u0909\u0938\u0915| \u092E\u0924| \u0905\u092D|\u092A\u0942\u0930|\u0930 \u0924| \u0938\u0915|\u0938\u093E\u0930|\u0930\u093E\u0927|\u092A\u0930\u093E|\u0905\u092A\u0930|\u0941\u0915\u094D|\u091C\u0915\u094B| \u0909\u092A|\u0930\u093E |\u093E\u0930\u093E|\u094D\u0935\u093E|\u0935\u093F\u0927|\u094D\u0928 |\u093E \u0924|\u0928 \u0917|\u0923\u0915\u094B| \u092A\u093E| \u0926\u093F|\u0915 \u0930|\u0930 \u092A|\u0905\u0928\u094D|\u092D\u0947\u0926|\u093E\u0930\u092E|\u094B \u0906| \u0905\u0930|\u091C\u093F\u0915|\u093E\u091C\u093F|\u093F\u092F |\u0937\u093E |\u093E\u091F |\u092C\u093E\u091F| \u092C\u093E|\u093F \u0930| \u091B\u0964|\u0924\u094D\u0935|\u0924 \u0938|\u0930\u0942 |\u091B \u0930|\u0930\u0915\u093E|\u0935\u093F\u0915|\u0930 \u0909|\u094B\u0917 |\u094D\u0926\u0947|\u0930\u093F\u0935|\u0938\u0915\u093F|\u0948 \u092A|\u0930\u0924\u093F|\u0905\u0928\u0941| \u0906\u0935|\u092F\u0941\u0915|\u093E \u0917|\u0928\u092E\u093E|\u092F\u094B\u0917|\u0917 \u0917|\u0915 \u0905|\u0926\u094D\u0935|\u094D\u0927 |\u0930\u0941\u0926| \u092C\u093F|\u0964 \u0938|\u0909\u0928\u0947|\u093E\u0928\u094D|\u093E \u092E|\u093F\u0915\u094B|\u0930\u094D\u0926|\u093E\u0930\u0940|\u094D\u0924\u0930|\u094B \u0939|\u0939\u093F\u0924| \u0926\u0947|\u0930\u093F\u0915|\u093E \u0915| \u0906\u0927|\u0930\u093E\u091C|\u0930\u094D\u092E|\u094D\u0923 |\u0930\u094D\u0923|\u093F \u0935|\u094D\u092F\u0935|\u0935\u093F\u091A|\u092C\u0948 |\u0938\u0939\u093F|\u0930\u094B\u091C|\u0930\u094D\u0938|\u0908 \u0909|\u094D\u092A |\u0930\u093E\u0924|\u0928\u093F\u0915|\u092E\u093F\u0915|\u091A\u094D\u091B|\u094D\u0925\u093E|\u0935\u093F\u0935|\u0915\u0924\u093E|\u0905\u092D\u093F|\u094D\u0927\u093E",mag:" \u0915\u0947|\u0915\u0947 |\u093E\u0930 | \u0939\u0908|\u0915\u093E\u0930|\u0908\u0964 |\u0939\u0908\u0964|\u093F\u0915\u093E|\u0947 \u0905|\u0927\u093F\u0915|\u0905\u0927\u093F| \u0905\u0927|\u0930 \u0939|\u0947 \u0915|\u0914\u0930 | \u0914\u0930|\u093E \u0915|\u0947 \u0938|\u0938\u092C | \u0938\u092C| \u0915\u0930|\u0947\u0902 |\u0925\u093E |\u092E\u0947\u0902| \u092E\u0947|\u0924\u0925\u093E| \u0924\u0925|\u093F\u0915 | \u0939\u094B| \u0938\u092E|\u0915\u094D\u0937|\u0928\u093E |\u092C \u0915|\u0930 \u0938| \u0938\u0902|\u093E \u0938|\u0915\u0930 | \u092D\u0940|\u0964 \u0938| \u0938\u093E| \u0938\u0947| \u0915\u093E| \u0905\u092A|\u094D\u0930\u093E|\u092A\u094D\u0930| \u092A\u094D|\u0938\u0947 |\u092D\u0940 | \u0915\u094B|\u0924 \u0915| \u092A\u0930|\u0930\u093E |\u0915 \u0939|\u092A\u0928 |\u0905\u092A\u0928| \u0938\u0915|\u092F\u093E |\u0924\u093F |\u0930 \u0915|\u0940 \u0915| \u092F\u093E|\u0915\u0930\u0947| \u091C\u093E|\u0930\u0947 | \u0913\u0915|\u094D\u0924 |\u0938\u0915 |\u0928\u094B |\u093E\u0928 |\u092E\u093E\u0928|\u0913\u0915\u0930|\u093E \u092A|\u0928 \u0915|\u0947\u0932 | \u0928\u093E|\u0964 \u0915|\u0930\u0915\u094D| \u0938\u094D|\u0939\u0940 |\u0939\u094B\u090F| \u090F\u0915|\u092A\u0930 |\u0926\u0940 |\u091F\u094D\u0930|\u0924\u093E |\u0935\u094D\u092F|\u0939\u0908 | \u0936\u093E|\u0947 \u0909| \u0926\u0947|\u0924\u094D\u0930|\u093E\u0926\u0940| \u0930\u093E| \u0939\u0940|\u0915\u093E\u0928|\u093F\u0924 |\u092E \u0915|\u0932 \u091C|\u093E\u092E |\u0940 \u0938|\u0947 \u092D|\u0928 \u0938|\u092E\u093E\u091C|\u0937\u094D\u091F|\u0937\u093E | \u0932\u0947|\u0915 \u0938|\u092C\u0947 |\u0935\u0947 |\u093E\u0935\u0947|\u092E\u093F\u0932|\u0930 \u092E|\u094D\u092F |\u093E \u0939|\u0932\u093E |\u092A\u094D\u0924|\u0928\u0942\u0928|\u093E\u0928\u0942|\u091C\u093E |\u0947\u0915\u0930|\u094D\u0937\u093E|\u094D\u0930\u0924|\u0902\u0924\u094D|\u0930 \u0914|\u094B\u0908 |\u0915\u094B\u0908|\u094D\u091F\u094D|\u093E\u0937\u094D|\u0930\u093E\u0937| \u092E\u093E|\u0930\u094B | \u091C\u0947|\u0915\u0930\u093E|\u094B\u090F |\u093E\u092A\u094D|\u0930\u093E\u092A|\u0938\u092E\u093E|\u0942\u0928 |\u094B \u0938|\u0938\u094D\u0935|\u094D\u0924\u093F|\u0938\u093E\u092E|\u094B\u0928\u094B|\u0915\u094B\u0928| \u0935\u094D|\u0930 \u0905|\u094D\u092E | \u0935\u093F| \u0938\u0939|\u0947 \u092E|\u0915\u094D\u0924|\u092F\u094B\u0917|\u0930 \u0935|\u0915\u093E\u092E|\u0932 \u0939| \u0928\u093F|\u0926\u0947\u0936|\u092A\u0942\u0930|\u0935\u093E\u0930| \u0907 |\u0902\u0930\u0915|\u0938\u0902\u0930|\u090F \u0915|\u0930 \u092A| \u0938\u0941|\u0924\u0902\u0924|\u0935\u0924\u0902|\u094D\u0935\u0924|\u093E \u092E|\u0935 \u0915|\u0947 \u0935|\u093E\u0925 |\u0938\u093E\u0925| \u0926\u094B|\u0939\u094B\u092C| \u092A\u093E|\u094B \u0915|\u0947 \u092C|\u094B\u0917 | \u0909\u092A|\u0938\u094D\u0924|\u092A\u0930\u093F|\u0928 \u092A|\u0947 \u0924|\u094D\u0924\u0930|\u0932\u0947\u0932|\u0947 \u0913|\u091A\u093E\u0939| \u091A\u093E|\u092F \u0915|\u0935\u093E |\u0947\u0936 |\u092F \u0938|\u0928 \u0939|\u0937\u0923 |\u093E \u092C|\u0964 \u0924|\u090F\u0915 |\u090F\u0932 |\u0940\u092F |\u0915\u0947\u0915|\u0947 \u0939|\u0930 \u0906|\u093F \u0915|\u0938\u094D\u0925|\u091C\u093F\u0915|\u093E\u091C\u093F|\u093E\u092E\u093E|\u0930\u0940\u092F|\u094D\u0930\u0940|\u0924\u093F\u0915|\u093E\u0924\u093F| \u092C\u093F|\u091A\u093E\u0930|\u0947 \u0906|\u093E\u0938 | \u0909\u091A|\u093E \u0924|\u092F\u0915\u094D|\u094D\u092F\u0915|\u093F\u0932 |\u092E\u092F |\u0938\u092E\u092F|\u0936\u093E\u0926|\u092A\u092F\u094B|\u0909\u092A\u092F|\u0947 \u0916|\u0930\u093F\u0935| \u092A\u0942|\u0947 \u0932|\u0947 \u091A|\u094C\u0928\u094B|\u0915\u094C\u0928| \u0915\u094C|\u0902 \u0915|\u0938\u0902\u0917|\u0928 \u0926|\u0902 \u0938|\u0923 \u092A|\u094D\u0937\u0923|\u0930 \u0928|\u0947 \u0928|\u094B \u092D|\u0915\u0930\u094B|\u093E \u0914|\u0930\u0924\u093E|\u093E\u0935 |\u092D\u093E\u0935|\u0915 \u0914|\u0930\u094D\u092E|\u094B\u0938\u0930|\u0926\u094B\u0938|\u0923 \u0915|\u0947 \u092A|\u0928 \u0914|\u092C \u0939|\u093F\u0915\u094D|\u0936\u093F\u0915| \u0936\u093F|\u093E\u092C\u0947|\u0928\u093F\u092F|\u091A\u093F\u0924|\u0909\u091A\u093F|\u093F\u0924\u094D|\u0917 \u0915|\u0947\u0964 |\u0924 \u0938|\u0940 \u0936|\u0902 \u0936|\u090F\u0915\u0930|\u0964 \u090F|\u0924\u0928 | \u0913 |\u0930\u0940 |\u094D\u0930 |\u091C\u0947 |\u0915 \u0915| \u0938\u0940|\u0938\u0928 |\u093F\u0935\u093E| \u0905\u0928|\u0942\u0930\u093E| \u092C\u091A|\u090F\u0964 | \u092C\u0947|\u0924 \u0939| \u0924\u0915| \u092E\u093F|\u0927\u093E\u0930|\u0925\u0935\u093E|\u0905\u0925\u0935| \u0905\u0925|\u093F\u0932\u093E|\u094D\u0935\u093E|\u093F \u092E| \u0906\u0926|\u0928\u0947 |\u0915\u090F\u0932| \u0915\u090F|\u094D\u092F\u093E"}}});function Tm(e,t={}){let n=[...t.whitelist||[],...t.only||[]],i=[...t.blacklist||[],...t.ignore||[]],r=t.minLength!==null&&t.minLength!==void 0?t.minLength:Vx;if(!e||e.length<r)return su();e=e.slice(0,Wx);let s=Kx(e,Cm);return!s[0]||!(s[0]in Ks)?!s[0]||s[1]===0||!Im(s[0],n,i)?su():Fm(s[0]):Gx(e,Yx(Em(e),Ks[s[0]],n,i))}function Gx(e,t){let n=t[0][1],i=e.length*Nm-n,r=-1;for(;++r<t.length;)t[r][1]=1-(t[r][1]-n)/i||0;return t}function Kx(e,t){let n=-1,i,r;for(r in t)if(Gs.call(t,r)){let s=Hx(e,t[r]);s>n&&(n=s,i=r)}return[i,n]}function Hx(e,t){let n=e.match(t);return(n?n.length:0)/e.length||0}function Yx(e,t,n,i){t=Qx(t,n,i);let r=[],s;if(t)for(s in t)Gs.call(t,s)&&r.push([s,Jx(e,t[s])]);return r.length===0?su():r.sort(Xx)}function Jx(e,t){let n=0,i=-1;for(;++i<e.length;){let r=e[i],s=Nm;r[0]in t&&(s=r[1]-t[r[0]]-1,s<0&&(s=-s)),n+=s}return n}function Qx(e,t,n){if(t.length===0&&n.length===0)return e;let i={},r;for(r in e)Im(r,t,n)&&(i[r]=e[r]);return i}function Im(e,t,n){return t.length===0&&n.length===0?!0:(t.length===0||t.includes(e))&&!n.includes(e)}function su(){return Fm("und")}function Fm(e){return[[e,1]]}function Xx(e,t){return e[1]-t[1]}var Wx,Vx,Nm,Gs,er,Ks,jm=Wt(()=>{"use strict";Am();Dm();Lm();Wx=2048,Vx=10,Nm=300,Gs={}.hasOwnProperty,Ks={};for(er in Vs)if(Gs.call(Vs,er)){let e=Vs[er],t;Ks[er]={};for(t in e)if(Gs.call(e,t)){let n=e[t].split("|"),i={},r=n.length;for(;r--;)i[n[r]]=r;Ks[er][t]=i}}});var zm={};oa(zm,{detectLanguage:()=>Js,detectLanguageDetails:()=>au,estimateTokens:()=>Mn,iso639_3_map:()=>Ys});function Hs(e,t){return e.match(t)?.length??0}function eE(e){return e.replace(/^---[ \t]*\r?\n[\s\S]*?\r?\n---[ \t]*(?:\r?\n|$)/,"").replace(/```[\s\S]*?```/g,"").replace(/`[^`]+`/g,"").replace(/<!--[\s\S]*?-->/g,"").replace(/<[^>]+>/g,"").replace(/\[([^\]]*)\]\([^)]+\)/g,"$1").replace(/https?:\/\/\S+/g,"").replace(/[#*`>_\-|{}[\]().,:;!?'"“”‘’]/g," ").replace(/\s+/g," ").trim()}function au(e,t=.75){let n=eE(e),i=Hs(n,/[\u3400-\u9fff\uf900-\ufaff]/g),r=Hs(n,/[\u3040-\u30ff]/g),s=Hs(n,/[\uac00-\ud7af]/g),a=Hs(n,/[a-zA-Z]/g),o=i+r+s+a;if(o===0)return;let l=n.substring(0,5e3),u=l.length;if(o>=12||i+r+s>=2){let k=s/o,v=(r+i)/o,E=i/o;if(k>=.35)return{language:"ko",confidence:k,source:"script",sampleLength:u};if(r>0&&v>=.55)return{language:"ja",confidence:v,source:"script",sampleLength:u};if(r===0&&E>=.55)return{language:"zh-CN",confidence:E,source:"script",sampleLength:u}}let c=n.match(/[a-zA-Z]{2,}/g)?.length??0;if(!(a>=24||c>=4))return;let p=Tm(l).filter(([k])=>k!=="und");if(p.length===0)return;let[m,d]=p[0],g=p[1]?.[1]??0,y=d-g;if(!(d<t||y<.06))return{language:Zx[m]||m,confidence:d,source:"franc",sampleLength:u,margin:y}}function Js(e,t=.75){return au(e,t)?.language}function Mn(e){let t=0,n=0,i=0;for(let r of e)/[\u3400-\u9fff\uf900-\ufaff]/.test(r)?n++:r.charCodeAt(0)<=127?t++:i++;return Math.ceil(t/4+n*1.2+i/2)}var Ys,Zx,tr=Wt(()=>{"use strict";jm();Ys={cmn:["zh","zh-cn","zh-tw","zh-hk"],eng:["en","en-us","en-gb"],jpn:["ja"],spa:["es"],fra:["fr"],deu:["de"],rus:["ru"],kor:["ko"],ita:["it"],por:["pt","pt-br"]},Zx={eng:"en",cmn:"zh-CN",jpn:"ja",kor:"ko",fra:"fr",deu:"de",spa:"es",por:"pt",rus:"ru",ara:"ar",ita:"it"}});var IE={};oa(IE,{buildStateKey:()=>it,collectDependencies:()=>Ue,compileEntry:()=>yu,compileFile:()=>Xs,computeHash:()=>Mt,computeInputSignature:()=>Bt,createBuildReportEntry:()=>sa,createProjectReviewContext:()=>pu,detectLanguage:()=>Js,detectLanguageDetails:()=>au,estimateTokens:()=>Mn,evaluateVasmPolicy:()=>fu,extractTargetLangs:()=>ou,fetchMarkdown:()=>hu,flattenReportDiagnostics:()=>AE,formatPolicyAction:()=>mu,formatPolicyDiagnostics:()=>Um,formatProjectReviewAction:()=>du,generateGraph:()=>NE,getCurrentLang:()=>tE,getPolicyDiagnostics:()=>$m,initI18n:()=>nE,iso639_3_map:()=>Ys,loadBuildConfig:()=>Ss,loadBuildState:()=>ea,loadConfig:()=>ul,loadLockfile:()=>nt,loadVasmRc:()=>hl,mergeCompiledLangs:()=>lu,normalizeProjectReviewMode:()=>Bm,parseFrontmatter:()=>ir,readVasmManifest:()=>rt,resolveWorkspaceEntries:()=>gu,runAIBuild:()=>LE,runWorkspaceBuild:()=>DE,saveBuildState:()=>ta,saveConfig:()=>wv,saveLockfile:()=>cl,shouldBlockPolicyOutput:()=>Wm,stringifyFrontmatter:()=>aE,summarizeVasmManifest:()=>ra,syncDependencies:()=>TE,t:()=>Y,validateVasmManifest:()=>rr});module.exports=rg(IE);var rc=require("url"),gn=require("path"),uc=require("url"),Ze=require("fs"),cy=K(require("fs"),1),wt=require("fs/promises"),Sr=require("events"),ka=K(require("stream"),1),cc=require("string_decoder"),Gu=(e,t,n)=>{let i=e instanceof RegExp?Eu(e,n):e,r=t instanceof RegExp?Eu(t,n):t,s=i!==null&&r!=null&&sg(i,r,n);return s&&{start:s[0],end:s[1],pre:n.slice(0,s[0]),body:n.slice(s[0]+i.length,s[1]),post:n.slice(s[1]+r.length)}},Eu=(e,t)=>{let n=t.match(e);return n?n[0]:null},sg=(e,t,n)=>{let i,r,s,a,o,l=n.indexOf(e),u=n.indexOf(t,l+1),h=l;if(l>=0&&u>0){if(e===t)return[l,u];for(i=[],s=n.length;h>=0&&!o;){if(h===l)i.push(h),l=n.indexOf(e,h+1);else if(i.length===1){let c=i.pop();c!==void 0&&(o=[c,u])}else r=i.pop(),r!==void 0&&r<s&&(s=r,a=u),u=n.indexOf(t,h+1);h=l<u&&l>=0?l:u}i.length&&a!==void 0&&(o=[s,a])}return o},Ku="\0SLASH"+Math.random()+"\0",Hu="\0OPEN"+Math.random()+"\0",ya="\0CLOSE"+Math.random()+"\0",Yu="\0COMMA"+Math.random()+"\0",Ju="\0PERIOD"+Math.random()+"\0",ag=new RegExp(Ku,"g"),og=new RegExp(Hu,"g"),lg=new RegExp(ya,"g"),ug=new RegExp(Yu,"g"),cg=new RegExp(Ju,"g"),hg=/\\\\/g,fg=/\\{/g,pg=/\\}/g,dg=/\\,/g,mg=/\\./g,gg=1e5;function la(e){return isNaN(e)?e.charCodeAt(0):parseInt(e,10)}function yg(e){return e.replace(hg,Ku).replace(fg,Hu).replace(pg,ya).replace(dg,Yu).replace(mg,Ju)}function bg(e){return e.replace(ag,"\\").replace(og,"{").replace(lg,"}").replace(ug,",").replace(cg,".")}function Qu(e){if(!e)return[""];let t=[],n=Gu("{","}",e);if(!n)return e.split(",");let{pre:i,body:r,post:s}=n,a=i.split(",");a[a.length-1]+="{"+r+"}";let o=Qu(s);return s.length&&(a[a.length-1]+=o.shift(),a.push.apply(a,o)),t.push.apply(t,a),t}function kg(e,t={}){if(!e)return[];let{max:n=gg}=t;return e.slice(0,2)==="{}"&&(e="\\{\\}"+e.slice(2)),ii(yg(e),n,!0).map(bg)}function wg(e){return"{"+e+"}"}function Sg(e){return/^-?0\d/.test(e)}function vg(e,t){return e<=t}function xg(e,t){return e>=t}function ii(e,t,n){let i=[],r=Gu("{","}",e);if(!r)return[e];let s=r.pre,a=r.post.length?ii(r.post,t,!1):[""];if(/\$$/.test(r.pre))for(let o=0;o<a.length&&o<t;o++){let l=s+"{"+r.body+"}"+a[o];i.push(l)}else{let o=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(r.body),l=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(r.body),u=o||l,h=r.body.indexOf(",")>=0;if(!u&&!h)return r.post.match(/,(?!,).*\}/)?(e=r.pre+"{"+r.body+ya+r.post,ii(e,t,!0)):[e];let c;if(u)c=r.body.split(/\.\./);else if(c=Qu(r.body),c.length===1&&c[0]!==void 0&&(c=ii(c[0],t,!1).map(wg),c.length===1))return a.map(p=>r.pre+c[0]+p);let f;if(u&&c[0]!==void 0&&c[1]!==void 0){let p=la(c[0]),m=la(c[1]),d=Math.max(c[0].length,c[1].length),g=c.length===3&&c[2]!==void 0?Math.abs(la(c[2])):1,y=vg;m<p&&(g*=-1,y=xg);let w=c.some(Sg);f=[];for(let k=p;y(k,m);k+=g){let v;if(l)v=String.fromCharCode(k),v==="\\"&&(v="");else if(v=String(k),w){let E=d-v.length;if(E>0){let x=new Array(E+1).join("0");k<0?v="-"+x+v.slice(1):v=x+v}}f.push(v)}}else{f=[];for(let p=0;p<c.length;p++)f.push.apply(f,ii(c[p],t,!1))}for(let p=0;p<f.length;p++)for(let m=0;m<a.length&&i.length<t;m++){let d=s+f[p]+a[m];(!n||u||d)&&i.push(d)}}return i}var yr=e=>{if(typeof e!="string")throw new TypeError("invalid pattern");if(e.length>65536)throw new TypeError("pattern is too long")},Eg={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},Qn=e=>e.replace(/[[\]\\-]/g,"\\$&"),Ag=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Au=e=>e.join(""),Cg=(e,t)=>{let n=t;if(e.charAt(n)!=="[")throw new Error("not in a brace expression");let i=[],r=[],s=n+1,a=!1,o=!1,l=!1,u=!1,h=n,c="";e:for(;s<e.length;){let m=e.charAt(s);if((m==="!"||m==="^")&&s===n+1){u=!0,s++;continue}if(m==="]"&&a&&!l){h=s+1;break}if(a=!0,m==="\\"&&!l){l=!0,s++;continue}if(m==="["&&!l){for(let[d,[g,y,w]]of Object.entries(Eg))if(e.startsWith(d,s)){if(c)return["$.",!1,e.length-n,!0];s+=d.length,w?r.push(g):i.push(g),o=o||y;continue e}}if(l=!1,c){m>c?i.push(Qn(c)+"-"+Qn(m)):m===c&&i.push(Qn(m)),c="",s++;continue}if(e.startsWith("-]",s+1)){i.push(Qn(m+"-")),s+=2;continue}if(e.startsWith("-",s+1)){c=m,s+=2;continue}i.push(Qn(m)),s++}if(h<s)return["",!1,0,!1];if(!i.length&&!r.length)return["$.",!1,e.length-n,!0];if(r.length===0&&i.length===1&&/^\\?.$/.test(i[0])&&!u){let m=i[0].length===2?i[0].slice(-1):i[0];return[Ag(m),!1,h-n,!1]}let f="["+(u?"^":"")+Au(i)+"]",p="["+(u?"":"^")+Au(r)+"]";return[i.length&&r.length?"("+f+"|"+p+")":i.length?f:p,o,h-n,!0]},mn=(e,{windowsPathsNoEscape:t=!1,magicalBraces:n=!0}={})=>n?t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):t?e.replace(/\[([^\/\\{}])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1"),Dg=new Set(["!","?","+","*","@"]),Cu=e=>Dg.has(e),Lg="(?!(?:^|/)\\.\\.?(?:$|/))",or="(?!\\.)",Ng=new Set(["[","."]),Tg=new Set(["..","."]),Ig=new Set("().*{}+?[]^$\\!"),Fg=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),ba="[^/]",Du=ba+"*?",Lu=ba+"+?",Xu=class je{type;#e;#n;#r=!1;#t=[];#i;#m;#p;#l=!1;#o;#c;#h=!1;constructor(t,n,i={}){this.type=t,t&&(this.#n=!0),this.#i=n,this.#e=this.#i?this.#i.#e:this,this.#o=this.#e===this?i:this.#e.#o,this.#p=this.#e===this?[]:this.#e.#p,t==="!"&&!this.#e.#l&&this.#p.push(this),this.#m=this.#i?this.#i.#t.length:0}get hasMagic(){if(this.#n!==void 0)return this.#n;for(let t of this.#t)if(typeof t!="string"&&(t.type||t.hasMagic))return this.#n=!0;return this.#n}toString(){return this.#c!==void 0?this.#c:this.type?this.#c=this.type+"("+this.#t.map(t=>String(t)).join("|")+")":this.#c=this.#t.map(t=>String(t)).join("")}#u(){if(this!==this.#e)throw new Error("should only call on root");if(this.#l)return this;this.toString(),this.#l=!0;let t;for(;t=this.#p.pop();){if(t.type!=="!")continue;let n=t,i=n.#i;for(;i;){for(let r=n.#m+1;!i.type&&r<i.#t.length;r++)for(let s of t.#t){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(i.#t[r])}n=i,i=n.#i}}return this}push(...t){for(let n of t)if(n!==""){if(typeof n!="string"&&!(n instanceof je&&n.#i===this))throw new Error("invalid part: "+n);this.#t.push(n)}}toJSON(){let t=this.type===null?this.#t.slice().map(n=>typeof n=="string"?n:n.toJSON()):[this.type,...this.#t.map(n=>n.toJSON())];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#l&&this.#i?.type==="!")&&t.push({}),t}isStart(){if(this.#e===this)return!0;if(!this.#i?.isStart())return!1;if(this.#m===0)return!0;let t=this.#i;for(let n=0;n<this.#m;n++){let i=t.#t[n];if(!(i instanceof je&&i.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#i?.type==="!")return!0;if(!this.#i?.isEnd())return!1;if(!this.type)return this.#i?.isEnd();let t=this.#i?this.#i.#t.length:0;return this.#m===t-1}copyIn(t){typeof t=="string"?this.push(t):this.push(t.clone(this))}clone(t){let n=new je(this.type,t);for(let i of this.#t)n.copyIn(i);return n}static#a(t,n,i,r){let s=!1,a=!1,o=-1,l=!1;if(n.type===null){let p=i,m="";for(;p<t.length;){let d=t.charAt(p++);if(s||d==="\\"){s=!s,m+=d;continue}if(a){p===o+1?(d==="^"||d==="!")&&(l=!0):d==="]"&&!(p===o+2&&l)&&(a=!1),m+=d;continue}else if(d==="["){a=!0,o=p,l=!1,m+=d;continue}if(!r.noext&&Cu(d)&&t.charAt(p)==="("){n.push(m),m="";let g=new je(d,n);p=je.#a(t,g,p,r),n.push(g);continue}m+=d}return n.push(m),p}let u=i+1,h=new je(null,n),c=[],f="";for(;u<t.length;){let p=t.charAt(u++);if(s||p==="\\"){s=!s,f+=p;continue}if(a){u===o+1?(p==="^"||p==="!")&&(l=!0):p==="]"&&!(u===o+2&&l)&&(a=!1),f+=p;continue}else if(p==="["){a=!0,o=u,l=!1,f+=p;continue}if(Cu(p)&&t.charAt(u)==="("){h.push(f),f="";let m=new je(p,h);h.push(m),u=je.#a(t,m,u,r);continue}if(p==="|"){h.push(f),f="",c.push(h),h=new je(null,n);continue}if(p===")")return f===""&&n.#t.length===0&&(n.#h=!0),h.push(f),f="",n.push(...c,h),u;f+=p}return n.type=null,n.#n=void 0,n.#t=[t.substring(i-1)],u}static fromGlob(t,n={}){let i=new je(null,void 0,n);return je.#a(t,i,0,n),i}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let t=this.toString(),[n,i,r,s]=this.toRegExpSource();if(!(r||this.#n||this.#o.nocase&&!this.#o.nocaseMagicOnly&&t.toUpperCase()!==t.toLowerCase()))return i;let a=(this.#o.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${n}$`,a),{_src:n,_glob:t})}get options(){return this.#o}toRegExpSource(t){let n=t??!!this.#o.dot;if(this.#e===this&&this.#u(),!this.type){let l=this.isStart()&&this.isEnd()&&!this.#t.some(f=>typeof f!="string"),u=this.#t.map(f=>{let[p,m,d,g]=typeof f=="string"?je.#S(f,this.#n,l):f.toRegExpSource(t);return this.#n=this.#n||d,this.#r=this.#r||g,p}).join(""),h="";if(this.isStart()&&typeof this.#t[0]=="string"&&!(this.#t.length===1&&Tg.has(this.#t[0]))){let f=Ng,p=n&&f.has(u.charAt(0))||u.startsWith("\\.")&&f.has(u.charAt(2))||u.startsWith("\\.\\.")&&f.has(u.charAt(4)),m=!n&&!t&&f.has(u.charAt(0));h=p?Lg:m?or:""}let c="";return this.isEnd()&&this.#e.#l&&this.#i?.type==="!"&&(c="(?:$|\\/)"),[h+u+c,mn(u),this.#n=!!this.#n,this.#r]}let i=this.type==="*"||this.type==="+",r=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#g(n);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let l=this.toString();return this.#t=[l],this.type=null,this.#n=void 0,[l,mn(this.toString()),!1,!1]}let a=!i||t||n||!or?"":this.#g(!0);a===s&&(a=""),a&&(s=`(?:${s})(?:${a})*?`);let o="";if(this.type==="!"&&this.#h)o=(this.isStart()&&!n?or:"")+Lu;else{let l=this.type==="!"?"))"+(this.isStart()&&!n&&!t?or:"")+Du+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&a?")":this.type==="*"&&a?")?":`)${this.type}`;o=r+s+l}return[o,mn(s),this.#n=!!this.#n,this.#r]}#g(t){return this.#t.map(n=>{if(typeof n=="string")throw new Error("string type in extglob ast??");let[i,r,s,a]=n.toRegExpSource(t);return this.#r=this.#r||a,i}).filter(n=>!(this.isStart()&&this.isEnd())||!!n).join("|")}static#S(t,n,i=!1){let r=!1,s="",a=!1,o=!1;for(let l=0;l<t.length;l++){let u=t.charAt(l);if(r){r=!1,s+=(Ig.has(u)?"\\":"")+u;continue}if(u==="*"){if(o)continue;o=!0,s+=i&&/^[*]+$/.test(t)?Lu:Du,n=!0;continue}else o=!1;if(u==="\\"){l===t.length-1?s+="\\\\":r=!0;continue}if(u==="["){let[h,c,f,p]=Cg(t,l);if(f){s+=h,a=a||c,l+=f-1,n=n||p;continue}}if(u==="?"){s+=ba,n=!0;continue}s+=Fg(u)}return[s,mn(t),!!n,a]}},Zu=(e,{windowsPathsNoEscape:t=!1,magicalBraces:n=!1}={})=>n?t?e.replace(/[?*()[\]{}]/g,"[$&]"):e.replace(/[?*()[\]\\{}]/g,"\\$&"):t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&"),we=(e,t,n={})=>(yr(t),!n.nocomment&&t.charAt(0)==="#"?!1:new kt(t,n).match(e)),jg=/^\*+([^+@!?\*\[\(]*)$/,zg=e=>t=>!t.startsWith(".")&&t.endsWith(e),qg=e=>t=>t.endsWith(e),Og=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),Pg=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),Rg=/^\*+\.\*+$/,_g=e=>!e.startsWith(".")&&e.includes("."),Bg=e=>e!=="."&&e!==".."&&e.includes("."),Mg=/^\.\*+$/,$g=e=>e!=="."&&e!==".."&&e.startsWith("."),Ug=/^\*+$/,Wg=e=>e.length!==0&&!e.startsWith("."),Vg=e=>e.length!==0&&e!=="."&&e!=="..",Gg=/^\?+([^+@!?\*\[\(]*)?$/,Kg=([e,t=""])=>{let n=ec([e]);return t?(t=t.toLowerCase(),i=>n(i)&&i.toLowerCase().endsWith(t)):n},Hg=([e,t=""])=>{let n=tc([e]);return t?(t=t.toLowerCase(),i=>n(i)&&i.toLowerCase().endsWith(t)):n},Yg=([e,t=""])=>{let n=tc([e]);return t?i=>n(i)&&i.endsWith(t):n},Jg=([e,t=""])=>{let n=ec([e]);return t?i=>n(i)&&i.endsWith(t):n},ec=([e])=>{let t=e.length;return n=>n.length===t&&!n.startsWith(".")},tc=([e])=>{let t=e.length;return n=>n.length===t&&n!=="."&&n!==".."},nc=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",Nu={win32:{sep:"\\"},posix:{sep:"/"}},Qg=nc==="win32"?Nu.win32.sep:Nu.posix.sep;we.sep=Qg;var ke=Symbol("globstar **");we.GLOBSTAR=ke;var Xg="[^/]",Zg=Xg+"*?",ey="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",ty="(?:(?!(?:\\/|^)\\.).)*?",ny=(e,t={})=>n=>we(n,e,t);we.filter=ny;var Pe=(e,t={})=>Object.assign({},e,t),iy=e=>{if(!e||typeof e!="object"||!Object.keys(e).length)return we;let t=we;return Object.assign((n,i,r={})=>t(n,i,Pe(e,r)),{Minimatch:class extends t.Minimatch{constructor(n,i={}){super(n,Pe(e,i))}static defaults(n){return t.defaults(Pe(e,n)).Minimatch}},AST:class extends t.AST{constructor(n,i,r={}){super(n,i,Pe(e,r))}static fromGlob(n,i={}){return t.AST.fromGlob(n,Pe(e,i))}},unescape:(n,i={})=>t.unescape(n,Pe(e,i)),escape:(n,i={})=>t.escape(n,Pe(e,i)),filter:(n,i={})=>t.filter(n,Pe(e,i)),defaults:n=>t.defaults(Pe(e,n)),makeRe:(n,i={})=>t.makeRe(n,Pe(e,i)),braceExpand:(n,i={})=>t.braceExpand(n,Pe(e,i)),match:(n,i,r={})=>t.match(n,i,Pe(e,r)),sep:t.sep,GLOBSTAR:ke})};we.defaults=iy;var ic=(e,t={})=>(yr(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:kg(e,{max:t.braceExpandMax}));we.braceExpand=ic;var ry=(e,t={})=>new kt(e,t).makeRe();we.makeRe=ry;var sy=(e,t,n={})=>{let i=new kt(t,n);return e=e.filter(r=>i.match(r)),i.options.nonull&&!e.length&&e.push(t),e};we.match=sy;var Tu=/[?*]|[+@!]\(.*?\)|\[|\]/,ay=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),kt=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,t={}){yr(e),t=t||{},this.options=t,this.pattern=e,this.platform=t.platform||nc,this.isWindows=this.platform==="win32";let n="allowWindowsEscape";this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t[n]===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=t.windowsNoMagicRoot!==void 0?t.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let e of this.set)for(let t of e)if(typeof t!="string")return!0;return!1}debug(...e){}make(){let e=this.pattern,t=this.options;if(!t.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...r)=>console.error(...r)),this.debug(this.pattern,this.globSet);let n=this.globSet.map(r=>this.slashSplit(r));this.globParts=this.preprocess(n),this.debug(this.pattern,this.globParts);let i=this.globParts.map((r,s,a)=>{if(this.isWindows&&this.windowsNoMagicRoot){let o=r[0]===""&&r[1]===""&&(r[2]==="?"||!Tu.test(r[2]))&&!Tu.test(r[3]),l=/^[a-z]:/i.test(r[0]);if(o)return[...r.slice(0,4),...r.slice(4).map(u=>this.parse(u))];if(l)return[r[0],...r.slice(1).map(u=>this.parse(u))]}return r.map(o=>this.parse(o))});if(this.debug(this.pattern,i),this.set=i.filter(r=>r.indexOf(!1)===-1),this.isWindows)for(let r=0;r<this.set.length;r++){let s=this.set[r];s[0]===""&&s[1]===""&&this.globParts[r][2]==="?"&&typeof s[3]=="string"&&/^[a-z]:$/i.test(s[3])&&(s[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let n=0;n<e.length;n++)for(let i=0;i<e[n].length;i++)e[n][i]==="**"&&(e[n][i]="*");let{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):t>=1?e=this.levelOneOptimize(e):e=this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(t=>{let n=-1;for(;(n=t.indexOf("**",n+1))!==-1;){let i=n;for(;t[i+1]==="**";)i++;i!==n&&t.splice(n,i-n)}return t})}levelOneOptimize(e){return e.map(t=>(t=t.reduce((n,i)=>{let r=n[n.length-1];return i==="**"&&r==="**"?n:i===".."&&r&&r!==".."&&r!=="."&&r!=="**"?(n.pop(),n):(n.push(i),n)},[]),t.length===0?[""]:t))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let i=1;i<e.length-1;i++){let r=e[i];i===1&&r===""&&e[0]===""||(r==="."||r==="")&&(t=!0,e.splice(i,1),i--)}e[0]==="."&&e.length===2&&(e[1]==="."||e[1]==="")&&(t=!0,e.pop())}let n=0;for(;(n=e.indexOf("..",n+1))!==-1;){let i=e[n-1];i&&i!=="."&&i!==".."&&i!=="**"&&(t=!0,e.splice(n-1,2),n-=2)}}while(t);return e.length===0?[""]:e}firstPhasePreProcess(e){let t=!1;do{t=!1;for(let n of e){let i=-1;for(;(i=n.indexOf("**",i+1))!==-1;){let s=i;for(;n[s+1]==="**";)s++;s>i&&n.splice(i+1,s-i);let a=n[i+1],o=n[i+2],l=n[i+3];if(a!==".."||!o||o==="."||o===".."||!l||l==="."||l==="..")continue;t=!0,n.splice(i,1);let u=n.slice(0);u[i]="**",e.push(u),i--}if(!this.preserveMultipleSlashes){for(let s=1;s<n.length-1;s++){let a=n[s];s===1&&a===""&&n[0]===""||(a==="."||a==="")&&(t=!0,n.splice(s,1),s--)}n[0]==="."&&n.length===2&&(n[1]==="."||n[1]==="")&&(t=!0,n.pop())}let r=0;for(;(r=n.indexOf("..",r+1))!==-1;){let s=n[r-1];if(s&&s!=="."&&s!==".."&&s!=="**"){t=!0;let a=r===1&&n[r+1]==="**"?["."]:[];n.splice(r-1,2,...a),n.length===0&&n.push(""),r-=2}}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let n=t+1;n<e.length;n++){let i=this.partsMatch(e[t],e[n],!this.preserveMultipleSlashes);if(i){e[t]=[],e[n]=i;break}}return e.filter(t=>t.length)}partsMatch(e,t,n=!1){let i=0,r=0,s=[],a="";for(;i<e.length&&r<t.length;)if(e[i]===t[r])s.push(a==="b"?t[r]:e[i]),i++,r++;else if(n&&e[i]==="**"&&t[r]===e[i+1])s.push(e[i]),i++;else if(n&&t[r]==="**"&&e[i]===t[r+1])s.push(t[r]),r++;else if(e[i]==="*"&&t[r]&&(this.options.dot||!t[r].startsWith("."))&&t[r]!=="**"){if(a==="b")return!1;a="a",s.push(e[i]),i++,r++}else if(t[r]==="*"&&e[i]&&(this.options.dot||!e[i].startsWith("."))&&e[i]!=="**"){if(a==="a")return!1;a="b",s.push(t[r]),i++,r++}else return!1;return e.length===t.length&&s}parseNegate(){if(this.nonegate)return;let e=this.pattern,t=!1,n=0;for(let i=0;i<e.length&&e.charAt(i)==="!";i++)t=!t,n++;n&&(this.pattern=e.slice(n)),this.negate=t}matchOne(e,t,n=!1){let i=this.options;if(this.isWindows){let m=typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0]),d=!m&&e[0]===""&&e[1]===""&&e[2]==="?"&&/^[a-z]:$/i.test(e[3]),g=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),y=!g&&t[0]===""&&t[1]===""&&t[2]==="?"&&typeof t[3]=="string"&&/^[a-z]:$/i.test(t[3]),w=d?3:m?0:void 0,k=y?3:g?0:void 0;if(typeof w=="number"&&typeof k=="number"){let[v,E]=[e[w],t[k]];v.toLowerCase()===E.toLowerCase()&&(t[k]=v,k>w?t=t.slice(k):w>k&&(e=e.slice(w)))}}let{optimizationLevel:r=1}=this.options;r>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var s=0,a=0,o=e.length,l=t.length;s<o&&a<l;s++,a++){this.debug("matchOne loop");var u=t[a],h=e[s];if(this.debug(t,u,h),u===!1)return!1;if(u===ke){this.debug("GLOBSTAR",[t,u,h]);var c=s,f=a+1;if(f===l){for(this.debug("** at the end");s<o;s++)if(e[s]==="."||e[s]===".."||!i.dot&&e[s].charAt(0)===".")return!1;return!0}for(;c<o;){var p=e[c];if(this.debug(`
140
+ globstar while`,e,c,t,f,p),this.matchOne(e.slice(c),t.slice(f),n))return this.debug("globstar found match!",c,o,p),!0;if(p==="."||p===".."||!i.dot&&p.charAt(0)==="."){this.debug("dot detected!",e,c,t,f);break}this.debug("globstar swallow a segment, and continue"),c++}return!!(n&&(this.debug(`
141
+ >>> no match, partial?`,e,c,t,f),c===o))}let m;if(typeof u=="string"?(m=h===u,this.debug("string match",u,h,m)):(m=u.test(h),this.debug("pattern match",u,h,m)),!m)return!1}if(s===o&&a===l)return!0;if(s===o)return n;if(a===l)return s===o-1&&e[s]==="";throw new Error("wtf?")}braceExpand(){return ic(this.pattern,this.options)}parse(e){yr(e);let t=this.options;if(e==="**")return ke;if(e==="")return"";let n,i=null;(n=e.match(Ug))?i=t.dot?Vg:Wg:(n=e.match(jg))?i=(t.nocase?t.dot?Pg:Og:t.dot?qg:zg)(n[1]):(n=e.match(Gg))?i=(t.nocase?t.dot?Hg:Kg:t.dot?Yg:Jg)(n):(n=e.match(Rg))?i=t.dot?Bg:_g:(n=e.match(Mg))&&(i=$g);let r=Xu.fromGlob(e,this.options).toMMPattern();return i&&typeof r=="object"&&Reflect.defineProperty(r,"test",{value:i}),r}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let t=this.options,n=t.noglobstar?Zg:t.dot?ey:ty,i=new Set(t.nocase?["i"]:[]),r=e.map(o=>{let l=o.map(h=>{if(h instanceof RegExp)for(let c of h.flags.split(""))i.add(c);return typeof h=="string"?ay(h):h===ke?ke:h._src});l.forEach((h,c)=>{let f=l[c+1],p=l[c-1];h!==ke||p===ke||(p===void 0?f!==void 0&&f!==ke?l[c+1]="(?:\\/|"+n+"\\/)?"+f:l[c]=n:f===void 0?l[c-1]=p+"(?:\\/|\\/"+n+")?":f!==ke&&(l[c-1]=p+"(?:\\/|\\/"+n+"\\/)"+f,l[c+1]=ke))});let u=l.filter(h=>h!==ke);if(this.partial&&u.length>=1){let h=[];for(let c=1;c<=u.length;c++)h.push(u.slice(0,c).join("/"));return"(?:"+h.join("|")+")"}return u.join("/")}).join("|"),[s,a]=e.length>1?["(?:",")"]:["",""];r="^"+s+r+a+"$",this.partial&&(r="^(?:\\/|"+s+r.slice(1,-1)+a+")$"),this.negate&&(r="^(?!"+r+").+$");try{this.regexp=new RegExp(r,[...i].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&t)return!0;let n=this.options;this.isWindows&&(e=e.split("\\").join("/"));let i=this.slashSplit(e);this.debug(this.pattern,"split",i);let r=this.set;this.debug(this.pattern,"set",r);let s=i[i.length-1];if(!s)for(let a=i.length-2;!s&&a>=0;a--)s=i[a];for(let a=0;a<r.length;a++){let o=r[a],l=i;if(n.matchBase&&o.length===1&&(l=[s]),this.matchOne(l,o,t))return n.flipNegate?!0:!this.negate}return n.flipNegate?!1:this.negate}static defaults(e){return we.defaults(e).Minimatch}};we.AST=Xu;we.Minimatch=kt;we.escape=Zu;we.unescape=mn;var oy=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,sc=new Set,ga=typeof process=="object"&&process?process:{},ac=(e,t,n,i)=>{typeof ga.emitWarning=="function"?ga.emitWarning(e,t,n,i):console.error(`[${n}] ${t}: ${e}`)},br=globalThis.AbortController,Iu=globalThis.AbortSignal;if(typeof br>"u"){Iu=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(n,i){this._onabort.push(i)}},br=class{constructor(){t()}signal=new Iu;abort(n){if(!this.signal.aborted){this.signal.reason=n,this.signal.aborted=!0;for(let i of this.signal._onabort)i(n);this.signal.onabort?.(n)}}};let e=ga.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{e&&(e=!1,ac("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",t))}}var ly=e=>!sc.has(e),bt=e=>e&&e===Math.floor(e)&&e>0&&isFinite(e),oc=e=>bt(e)?e<=Math.pow(2,8)?Uint8Array:e<=Math.pow(2,16)?Uint16Array:e<=Math.pow(2,32)?Uint32Array:e<=Number.MAX_SAFE_INTEGER?mr:null:null,mr=class extends Array{constructor(e){super(e),this.fill(0)}},uy=class ri{heap;length;static#e=!1;static create(t){let n=oc(t);if(!n)return[];ri.#e=!0;let i=new ri(t,n);return ri.#e=!1,i}constructor(t,n){if(!ri.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new n(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}},wr=class lc{#e;#n;#r;#t;#i;#m;#p;#l;get perf(){return this.#l}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#o;#c;#h;#u;#a;#g;#S;#y;#b;#C;#k;#x;#E;#d;#w;#v;#D;#s;#z;static unsafeExposeInternals(t){return{starts:t.#E,ttls:t.#d,autopurgeTimers:t.#w,sizes:t.#x,keyMap:t.#h,keyList:t.#u,valList:t.#a,next:t.#g,prev:t.#S,get head(){return t.#y},get tail(){return t.#b},free:t.#C,isBackgroundFetch:n=>t.#f(n),backgroundFetch:(n,i,r,s)=>t.#$(n,i,r,s),moveToTail:n=>t.#O(n),indexes:n=>t.#T(n),rindexes:n=>t.#I(n),isStale:n=>t.#A(n)}}get max(){return this.#e}get maxSize(){return this.#n}get calculatedSize(){return this.#c}get size(){return this.#o}get fetchMethod(){return this.#m}get memoMethod(){return this.#p}get dispose(){return this.#r}get onInsert(){return this.#t}get disposeAfter(){return this.#i}constructor(t){let{max:n=0,ttl:i,ttlResolution:r=1,ttlAutopurge:s,updateAgeOnGet:a,updateAgeOnHas:o,allowStale:l,dispose:u,onInsert:h,disposeAfter:c,noDisposeOnSet:f,noUpdateTTL:p,maxSize:m=0,maxEntrySize:d=0,sizeCalculation:g,fetchMethod:y,memoMethod:w,noDeleteOnFetchRejection:k,noDeleteOnStaleGet:v,allowStaleOnFetchRejection:E,allowStaleOnFetchAbort:x,ignoreFetchAbort:C,perf:D}=t;if(D!==void 0&&typeof D?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#l=D??oy,n!==0&&!bt(n))throw new TypeError("max option must be a nonnegative integer");let I=n?oc(n):Array;if(!I)throw new Error("invalid max value: "+n);if(this.#e=n,this.#n=m,this.maxEntrySize=d||this.#n,this.sizeCalculation=g,this.sizeCalculation){if(!this.#n&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(w!==void 0&&typeof w!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#p=w,y!==void 0&&typeof y!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#m=y,this.#D=!!y,this.#h=new Map,this.#u=new Array(n).fill(void 0),this.#a=new Array(n).fill(void 0),this.#g=new I(n),this.#S=new I(n),this.#y=0,this.#b=0,this.#C=uy.create(n),this.#o=0,this.#c=0,typeof u=="function"&&(this.#r=u),typeof h=="function"&&(this.#t=h),typeof c=="function"?(this.#i=c,this.#k=[]):(this.#i=void 0,this.#k=void 0),this.#v=!!this.#r,this.#z=!!this.#t,this.#s=!!this.#i,this.noDisposeOnSet=!!f,this.noUpdateTTL=!!p,this.noDeleteOnFetchRejection=!!k,this.allowStaleOnFetchRejection=!!E,this.allowStaleOnFetchAbort=!!x,this.ignoreFetchAbort=!!C,this.maxEntrySize!==0){if(this.#n!==0&&!bt(this.#n))throw new TypeError("maxSize must be a positive integer if specified");if(!bt(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#W()}if(this.allowStale=!!l,this.noDeleteOnStaleGet=!!v,this.updateAgeOnGet=!!a,this.updateAgeOnHas=!!o,this.ttlResolution=bt(r)||r===0?r:1,this.ttlAutopurge=!!s,this.ttl=i||0,this.ttl){if(!bt(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#F()}if(this.#e===0&&this.ttl===0&&this.#n===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#n){let M="LRU_CACHE_UNBOUNDED";ly(M)&&(sc.add(M),ac("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",M,lc))}}getRemainingTTL(t){return this.#h.has(t)?1/0:0}#F(){let t=new mr(this.#e),n=new mr(this.#e);this.#d=t,this.#E=n;let i=this.ttlAutopurge?new Array(this.#e):void 0;this.#w=i,this.#R=(a,o,l=this.#l.now())=>{if(n[a]=o!==0?l:0,t[a]=o,i?.[a]&&(clearTimeout(i[a]),i[a]=void 0),o!==0&&i){let u=setTimeout(()=>{this.#A(a)&&this.#N(this.#u[a],"expire")},o+1);u.unref&&u.unref(),i[a]=u}},this.#L=a=>{n[a]=t[a]!==0?this.#l.now():0},this.#j=(a,o)=>{if(t[o]){let l=t[o],u=n[o];if(!l||!u)return;a.ttl=l,a.start=u,a.now=r||s();let h=a.now-u;a.remainingTTL=l-h}};let r=0,s=()=>{let a=this.#l.now();if(this.ttlResolution>0){r=a;let o=setTimeout(()=>r=0,this.ttlResolution);o.unref&&o.unref()}return a};this.getRemainingTTL=a=>{let o=this.#h.get(a);if(o===void 0)return 0;let l=t[o],u=n[o];if(!l||!u)return 1/0;let h=(r||s())-u;return l-h},this.#A=a=>{let o=n[a],l=t[a];return!!l&&!!o&&(r||s())-o>l}}#L=()=>{};#j=()=>{};#R=()=>{};#A=()=>!1;#W(){let t=new mr(this.#e);this.#c=0,this.#x=t,this.#P=n=>{this.#c-=t[n],t[n]=0},this.#_=(n,i,r,s)=>{if(this.#f(i))return 0;if(!bt(r))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(r=s(i,n),!bt(r))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return r},this.#q=(n,i,r)=>{if(t[n]=i,this.#n){let s=this.#n-t[n];for(;this.#c>s;)this.#M(!0)}this.#c+=t[n],r&&(r.entrySize=i,r.totalCalculatedSize=this.#c)}}#P=t=>{};#q=(t,n,i)=>{};#_=(t,n,i,r)=>{if(i||r)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#T({allowStale:t=this.allowStale}={}){if(this.#o)for(let n=this.#b;!(!this.#B(n)||((t||!this.#A(n))&&(yield n),n===this.#y));)n=this.#S[n]}*#I({allowStale:t=this.allowStale}={}){if(this.#o)for(let n=this.#y;!(!this.#B(n)||((t||!this.#A(n))&&(yield n),n===this.#b));)n=this.#g[n]}#B(t){return t!==void 0&&this.#h.get(this.#u[t])===t}*entries(){for(let t of this.#T())this.#a[t]!==void 0&&this.#u[t]!==void 0&&!this.#f(this.#a[t])&&(yield[this.#u[t],this.#a[t]])}*rentries(){for(let t of this.#I())this.#a[t]!==void 0&&this.#u[t]!==void 0&&!this.#f(this.#a[t])&&(yield[this.#u[t],this.#a[t]])}*keys(){for(let t of this.#T()){let n=this.#u[t];n!==void 0&&!this.#f(this.#a[t])&&(yield n)}}*rkeys(){for(let t of this.#I()){let n=this.#u[t];n!==void 0&&!this.#f(this.#a[t])&&(yield n)}}*values(){for(let t of this.#T())this.#a[t]!==void 0&&!this.#f(this.#a[t])&&(yield this.#a[t])}*rvalues(){for(let t of this.#I())this.#a[t]!==void 0&&!this.#f(this.#a[t])&&(yield this.#a[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,n={}){for(let i of this.#T()){let r=this.#a[i],s=this.#f(r)?r.__staleWhileFetching:r;if(s!==void 0&&t(s,this.#u[i],this))return this.get(this.#u[i],n)}}forEach(t,n=this){for(let i of this.#T()){let r=this.#a[i],s=this.#f(r)?r.__staleWhileFetching:r;s!==void 0&&t.call(n,s,this.#u[i],this)}}rforEach(t,n=this){for(let i of this.#I()){let r=this.#a[i],s=this.#f(r)?r.__staleWhileFetching:r;s!==void 0&&t.call(n,s,this.#u[i],this)}}purgeStale(){let t=!1;for(let n of this.#I({allowStale:!0}))this.#A(n)&&(this.#N(this.#u[n],"expire"),t=!0);return t}info(t){let n=this.#h.get(t);if(n===void 0)return;let i=this.#a[n],r=this.#f(i)?i.__staleWhileFetching:i;if(r===void 0)return;let s={value:r};if(this.#d&&this.#E){let a=this.#d[n],o=this.#E[n];if(a&&o){let l=a-(this.#l.now()-o);s.ttl=l,s.start=Date.now()}}return this.#x&&(s.size=this.#x[n]),s}dump(){let t=[];for(let n of this.#T({allowStale:!0})){let i=this.#u[n],r=this.#a[n],s=this.#f(r)?r.__staleWhileFetching:r;if(s===void 0||i===void 0)continue;let a={value:s};if(this.#d&&this.#E){a.ttl=this.#d[n];let o=this.#l.now()-this.#E[n];a.start=Math.floor(Date.now()-o)}this.#x&&(a.size=this.#x[n]),t.unshift([i,a])}return t}load(t){this.clear();for(let[n,i]of t){if(i.start){let r=Date.now()-i.start;i.start=this.#l.now()-r}this.set(n,i.value,i)}}set(t,n,i={}){if(n===void 0)return this.delete(t),this;let{ttl:r=this.ttl,start:s,noDisposeOnSet:a=this.noDisposeOnSet,sizeCalculation:o=this.sizeCalculation,status:l}=i,{noUpdateTTL:u=this.noUpdateTTL}=i,h=this.#_(t,n,i.size||0,o);if(this.maxEntrySize&&h>this.maxEntrySize)return l&&(l.set="miss",l.maxEntrySizeExceeded=!0),this.#N(t,"set"),this;let c=this.#o===0?void 0:this.#h.get(t);if(c===void 0)c=this.#o===0?this.#b:this.#C.length!==0?this.#C.pop():this.#o===this.#e?this.#M(!1):this.#o,this.#u[c]=t,this.#a[c]=n,this.#h.set(t,c),this.#g[this.#b]=c,this.#S[c]=this.#b,this.#b=c,this.#o++,this.#q(c,h,l),l&&(l.set="add"),u=!1,this.#z&&this.#t?.(n,t,"add");else{this.#O(c);let f=this.#a[c];if(n!==f){if(this.#D&&this.#f(f)){f.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:p}=f;p!==void 0&&!a&&(this.#v&&this.#r?.(p,t,"set"),this.#s&&this.#k?.push([p,t,"set"]))}else a||(this.#v&&this.#r?.(f,t,"set"),this.#s&&this.#k?.push([f,t,"set"]));if(this.#P(c),this.#q(c,h,l),this.#a[c]=n,l){l.set="replace";let p=f&&this.#f(f)?f.__staleWhileFetching:f;p!==void 0&&(l.oldValue=p)}}else l&&(l.set="update");this.#z&&this.onInsert?.(n,t,n===f?"update":"replace")}if(r!==0&&!this.#d&&this.#F(),this.#d&&(u||this.#R(c,r,s),l&&this.#j(l,c)),!a&&this.#s&&this.#k){let f=this.#k,p;for(;p=f?.shift();)this.#i?.(...p)}return this}pop(){try{for(;this.#o;){let t=this.#a[this.#y];if(this.#M(!0),this.#f(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#s&&this.#k){let t=this.#k,n;for(;n=t?.shift();)this.#i?.(...n)}}}#M(t){let n=this.#y,i=this.#u[n],r=this.#a[n];return this.#D&&this.#f(r)?r.__abortController.abort(new Error("evicted")):(this.#v||this.#s)&&(this.#v&&this.#r?.(r,i,"evict"),this.#s&&this.#k?.push([r,i,"evict"])),this.#P(n),this.#w?.[n]&&(clearTimeout(this.#w[n]),this.#w[n]=void 0),t&&(this.#u[n]=void 0,this.#a[n]=void 0,this.#C.push(n)),this.#o===1?(this.#y=this.#b=0,this.#C.length=0):this.#y=this.#g[n],this.#h.delete(i),this.#o--,n}has(t,n={}){let{updateAgeOnHas:i=this.updateAgeOnHas,status:r}=n,s=this.#h.get(t);if(s!==void 0){let a=this.#a[s];if(this.#f(a)&&a.__staleWhileFetching===void 0)return!1;if(this.#A(s))r&&(r.has="stale",this.#j(r,s));else return i&&this.#L(s),r&&(r.has="hit",this.#j(r,s)),!0}else r&&(r.has="miss");return!1}peek(t,n={}){let{allowStale:i=this.allowStale}=n,r=this.#h.get(t);if(r===void 0||!i&&this.#A(r))return;let s=this.#a[r];return this.#f(s)?s.__staleWhileFetching:s}#$(t,n,i,r){let s=n===void 0?void 0:this.#a[n];if(this.#f(s))return s;let a=new br,{signal:o}=i;o?.addEventListener("abort",()=>a.abort(o.reason),{signal:a.signal});let l={signal:a.signal,options:i,context:r},u=(d,g=!1)=>{let{aborted:y}=a.signal,w=i.ignoreFetchAbort&&d!==void 0,k=i.ignoreFetchAbort||!!(i.allowStaleOnFetchAbort&&d!==void 0);if(i.status&&(y&&!g?(i.status.fetchAborted=!0,i.status.fetchError=a.signal.reason,w&&(i.status.fetchAbortIgnored=!0)):i.status.fetchResolved=!0),y&&!w&&!g)return c(a.signal.reason,k);let v=p,E=this.#a[n];return(E===p||w&&g&&E===void 0)&&(d===void 0?v.__staleWhileFetching!==void 0?this.#a[n]=v.__staleWhileFetching:this.#N(t,"fetch"):(i.status&&(i.status.fetchUpdated=!0),this.set(t,d,l.options))),d},h=d=>(i.status&&(i.status.fetchRejected=!0,i.status.fetchError=d),c(d,!1)),c=(d,g)=>{let{aborted:y}=a.signal,w=y&&i.allowStaleOnFetchAbort,k=w||i.allowStaleOnFetchRejection,v=k||i.noDeleteOnFetchRejection,E=p;if(this.#a[n]===p&&(!v||!g&&E.__staleWhileFetching===void 0?this.#N(t,"fetch"):w||(this.#a[n]=E.__staleWhileFetching)),k)return i.status&&E.__staleWhileFetching!==void 0&&(i.status.returnedStale=!0),E.__staleWhileFetching;if(E.__returned===E)throw d},f=(d,g)=>{let y=this.#m?.(t,s,l);y&&y instanceof Promise&&y.then(w=>d(w===void 0?void 0:w),g),a.signal.addEventListener("abort",()=>{(!i.ignoreFetchAbort||i.allowStaleOnFetchAbort)&&(d(void 0),i.allowStaleOnFetchAbort&&(d=w=>u(w,!0)))})};i.status&&(i.status.fetchDispatched=!0);let p=new Promise(f).then(u,h),m=Object.assign(p,{__abortController:a,__staleWhileFetching:s,__returned:void 0});return n===void 0?(this.set(t,m,{...l.options,status:void 0}),n=this.#h.get(t)):this.#a[n]=m,m}#f(t){if(!this.#D)return!1;let n=t;return!!n&&n instanceof Promise&&n.hasOwnProperty("__staleWhileFetching")&&n.__abortController instanceof br}async fetch(t,n={}){let{allowStale:i=this.allowStale,updateAgeOnGet:r=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:a=this.ttl,noDisposeOnSet:o=this.noDisposeOnSet,size:l=0,sizeCalculation:u=this.sizeCalculation,noUpdateTTL:h=this.noUpdateTTL,noDeleteOnFetchRejection:c=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:f=this.allowStaleOnFetchRejection,ignoreFetchAbort:p=this.ignoreFetchAbort,allowStaleOnFetchAbort:m=this.allowStaleOnFetchAbort,context:d,forceRefresh:g=!1,status:y,signal:w}=n;if(!this.#D)return y&&(y.fetch="get"),this.get(t,{allowStale:i,updateAgeOnGet:r,noDeleteOnStaleGet:s,status:y});let k={allowStale:i,updateAgeOnGet:r,noDeleteOnStaleGet:s,ttl:a,noDisposeOnSet:o,size:l,sizeCalculation:u,noUpdateTTL:h,noDeleteOnFetchRejection:c,allowStaleOnFetchRejection:f,allowStaleOnFetchAbort:m,ignoreFetchAbort:p,status:y,signal:w},v=this.#h.get(t);if(v===void 0){y&&(y.fetch="miss");let E=this.#$(t,v,k,d);return E.__returned=E}else{let E=this.#a[v];if(this.#f(E)){let I=i&&E.__staleWhileFetching!==void 0;return y&&(y.fetch="inflight",I&&(y.returnedStale=!0)),I?E.__staleWhileFetching:E.__returned=E}let x=this.#A(v);if(!g&&!x)return y&&(y.fetch="hit"),this.#O(v),r&&this.#L(v),y&&this.#j(y,v),E;let C=this.#$(t,v,k,d),D=C.__staleWhileFetching!==void 0&&i;return y&&(y.fetch=x?"stale":"refresh",D&&x&&(y.returnedStale=!0)),D?C.__staleWhileFetching:C.__returned=C}}async forceFetch(t,n={}){let i=await this.fetch(t,n);if(i===void 0)throw new Error("fetch() returned undefined");return i}memo(t,n={}){let i=this.#p;if(!i)throw new Error("no memoMethod provided to constructor");let{context:r,forceRefresh:s,...a}=n,o=this.get(t,a);if(!s&&o!==void 0)return o;let l=i(t,o,{options:a,context:r});return this.set(t,l,a),l}get(t,n={}){let{allowStale:i=this.allowStale,updateAgeOnGet:r=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:a}=n,o=this.#h.get(t);if(o!==void 0){let l=this.#a[o],u=this.#f(l);return a&&this.#j(a,o),this.#A(o)?(a&&(a.get="stale"),u?(a&&i&&l.__staleWhileFetching!==void 0&&(a.returnedStale=!0),i?l.__staleWhileFetching:void 0):(s||this.#N(t,"expire"),a&&i&&(a.returnedStale=!0),i?l:void 0)):(a&&(a.get="hit"),u?l.__staleWhileFetching:(this.#O(o),r&&this.#L(o),l))}else a&&(a.get="miss")}#U(t,n){this.#S[n]=t,this.#g[t]=n}#O(t){t!==this.#b&&(t===this.#y?this.#y=this.#g[t]:this.#U(this.#S[t],this.#g[t]),this.#U(this.#b,t),this.#b=t)}delete(t){return this.#N(t,"delete")}#N(t,n){let i=!1;if(this.#o!==0){let r=this.#h.get(t);if(r!==void 0)if(this.#w?.[r]&&(clearTimeout(this.#w?.[r]),this.#w[r]=void 0),i=!0,this.#o===1)this.#V(n);else{this.#P(r);let s=this.#a[r];if(this.#f(s)?s.__abortController.abort(new Error("deleted")):(this.#v||this.#s)&&(this.#v&&this.#r?.(s,t,n),this.#s&&this.#k?.push([s,t,n])),this.#h.delete(t),this.#u[r]=void 0,this.#a[r]=void 0,r===this.#b)this.#b=this.#S[r];else if(r===this.#y)this.#y=this.#g[r];else{let a=this.#S[r];this.#g[a]=this.#g[r];let o=this.#g[r];this.#S[o]=this.#S[r]}this.#o--,this.#C.push(r)}}if(this.#s&&this.#k?.length){let r=this.#k,s;for(;s=r?.shift();)this.#i?.(...s)}return i}clear(){return this.#V("delete")}#V(t){for(let n of this.#I({allowStale:!0})){let i=this.#a[n];if(this.#f(i))i.__abortController.abort(new Error("deleted"));else{let r=this.#u[n];this.#v&&this.#r?.(i,r,t),this.#s&&this.#k?.push([i,r,t])}}if(this.#h.clear(),this.#a.fill(void 0),this.#u.fill(void 0),this.#d&&this.#E){this.#d.fill(0),this.#E.fill(0);for(let n of this.#w??[])n!==void 0&&clearTimeout(n);this.#w?.fill(void 0)}if(this.#x&&this.#x.fill(0),this.#y=0,this.#b=0,this.#C.length=0,this.#c=0,this.#o=0,this.#s&&this.#k){let n=this.#k,i;for(;i=n?.shift();)this.#i?.(...i)}}},Fu=typeof process=="object"&&process?process:{stdout:null,stderr:null},hy=e=>!!e&&typeof e=="object"&&(e instanceof kr||e instanceof ka.default||fy(e)||py(e)),fy=e=>!!e&&typeof e=="object"&&e instanceof Sr.EventEmitter&&typeof e.pipe=="function"&&e.pipe!==ka.default.Writable.prototype.pipe,py=e=>!!e&&typeof e=="object"&&e instanceof Sr.EventEmitter&&typeof e.write=="function"&&typeof e.end=="function",ut=Symbol("EOF"),ct=Symbol("maybeEmitEnd"),yt=Symbol("emittedEnd"),lr=Symbol("emittingEnd"),Xn=Symbol("emittedError"),ur=Symbol("closed"),ju=Symbol("read"),cr=Symbol("flush"),zu=Symbol("flushChunk"),Ke=Symbol("encoding"),pn=Symbol("decoder"),se=Symbol("flowing"),Zn=Symbol("paused"),dn=Symbol("resume"),ae=Symbol("buffer"),be=Symbol("pipes"),oe=Symbol("bufferLength"),ua=Symbol("bufferPush"),hr=Symbol("bufferShift"),de=Symbol("objectMode"),Z=Symbol("destroyed"),ca=Symbol("error"),ha=Symbol("emitData"),qu=Symbol("emitEnd"),fa=Symbol("emitEnd2"),Qe=Symbol("async"),pa=Symbol("abort"),fr=Symbol("aborted"),ei=Symbol("signal"),Vt=Symbol("dataListeners"),Fe=Symbol("discarded"),ti=e=>Promise.resolve().then(e),dy=e=>e(),my=e=>e==="end"||e==="finish"||e==="prefinish",gy=e=>e instanceof ArrayBuffer||!!e&&typeof e=="object"&&e.constructor&&e.constructor.name==="ArrayBuffer"&&e.byteLength>=0,yy=e=>!Buffer.isBuffer(e)&&ArrayBuffer.isView(e),hc=class{src;dest;opts;ondrain;constructor(e,t,n){this.src=e,this.dest=t,this.opts=n,this.ondrain=()=>e[dn](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},by=class extends hc{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,t,n){super(e,t,n),this.proxyErrors=i=>this.dest.emit("error",i),e.on("error",this.proxyErrors)}},ky=e=>!!e.objectMode,wy=e=>!e.objectMode&&!!e.encoding&&e.encoding!=="buffer",kr=class extends Sr.EventEmitter{[se]=!1;[Zn]=!1;[be]=[];[ae]=[];[de];[Ke];[Qe];[pn];[ut]=!1;[yt]=!1;[lr]=!1;[ur]=!1;[Xn]=null;[oe]=0;[Z]=!1;[ei];[fr]=!1;[Vt]=0;[Fe]=!1;writable=!0;readable=!0;constructor(...e){let t=e[0]||{};if(super(),t.objectMode&&typeof t.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");ky(t)?(this[de]=!0,this[Ke]=null):wy(t)?(this[Ke]=t.encoding,this[de]=!1):(this[de]=!1,this[Ke]=null),this[Qe]=!!t.async,this[pn]=this[Ke]?new cc.StringDecoder(this[Ke]):null,t&&t.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[ae]}),t&&t.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[be]});let{signal:n}=t;n&&(this[ei]=n,n.aborted?this[pa]():n.addEventListener("abort",()=>this[pa]()))}get bufferLength(){return this[oe]}get encoding(){return this[Ke]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[de]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Qe]}set async(e){this[Qe]=this[Qe]||!!e}[pa](){this[fr]=!0,this.emit("abort",this[ei]?.reason),this.destroy(this[ei]?.reason)}get aborted(){return this[fr]}set aborted(e){}write(e,t,n){if(this[fr])return!1;if(this[ut])throw new Error("write after end");if(this[Z])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof t=="function"&&(n=t,t="utf8"),t||(t="utf8");let i=this[Qe]?ti:dy;if(!this[de]&&!Buffer.isBuffer(e)){if(yy(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(gy(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[de]?(this[se]&&this[oe]!==0&&this[cr](!0),this[se]?this.emit("data",e):this[ua](e),this[oe]!==0&&this.emit("readable"),n&&i(n),this[se]):e.length?(typeof e=="string"&&!(t===this[Ke]&&!this[pn]?.lastNeed)&&(e=Buffer.from(e,t)),Buffer.isBuffer(e)&&this[Ke]&&(e=this[pn].write(e)),this[se]&&this[oe]!==0&&this[cr](!0),this[se]?this.emit("data",e):this[ua](e),this[oe]!==0&&this.emit("readable"),n&&i(n),this[se]):(this[oe]!==0&&this.emit("readable"),n&&i(n),this[se])}read(e){if(this[Z])return null;if(this[Fe]=!1,this[oe]===0||e===0||e&&e>this[oe])return this[ct](),null;this[de]&&(e=null),this[ae].length>1&&!this[de]&&(this[ae]=[this[Ke]?this[ae].join(""):Buffer.concat(this[ae],this[oe])]);let t=this[ju](e||null,this[ae][0]);return this[ct](),t}[ju](e,t){if(this[de])this[hr]();else{let n=t;e===n.length||e===null?this[hr]():typeof n=="string"?(this[ae][0]=n.slice(e),t=n.slice(0,e),this[oe]-=e):(this[ae][0]=n.subarray(e),t=n.subarray(0,e),this[oe]-=e)}return this.emit("data",t),!this[ae].length&&!this[ut]&&this.emit("drain"),t}end(e,t,n){return typeof e=="function"&&(n=e,e=void 0),typeof t=="function"&&(n=t,t="utf8"),e!==void 0&&this.write(e,t),n&&this.once("end",n),this[ut]=!0,this.writable=!1,(this[se]||!this[Zn])&&this[ct](),this}[dn](){this[Z]||(!this[Vt]&&!this[be].length&&(this[Fe]=!0),this[Zn]=!1,this[se]=!0,this.emit("resume"),this[ae].length?this[cr]():this[ut]?this[ct]():this.emit("drain"))}resume(){return this[dn]()}pause(){this[se]=!1,this[Zn]=!0,this[Fe]=!1}get destroyed(){return this[Z]}get flowing(){return this[se]}get paused(){return this[Zn]}[ua](e){this[de]?this[oe]+=1:this[oe]+=e.length,this[ae].push(e)}[hr](){return this[de]?this[oe]-=1:this[oe]-=this[ae][0].length,this[ae].shift()}[cr](e=!1){do;while(this[zu](this[hr]())&&this[ae].length);!e&&!this[ae].length&&!this[ut]&&this.emit("drain")}[zu](e){return this.emit("data",e),this[se]}pipe(e,t){if(this[Z])return e;this[Fe]=!1;let n=this[yt];return t=t||{},e===Fu.stdout||e===Fu.stderr?t.end=!1:t.end=t.end!==!1,t.proxyErrors=!!t.proxyErrors,n?t.end&&e.end():(this[be].push(t.proxyErrors?new by(this,e,t):new hc(this,e,t)),this[Qe]?ti(()=>this[dn]()):this[dn]()),e}unpipe(e){let t=this[be].find(n=>n.dest===e);t&&(this[be].length===1?(this[se]&&this[Vt]===0&&(this[se]=!1),this[be]=[]):this[be].splice(this[be].indexOf(t),1),t.unpipe())}addListener(e,t){return this.on(e,t)}on(e,t){let n=super.on(e,t);if(e==="data")this[Fe]=!1,this[Vt]++,!this[be].length&&!this[se]&&this[dn]();else if(e==="readable"&&this[oe]!==0)super.emit("readable");else if(my(e)&&this[yt])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[Xn]){let i=t;this[Qe]?ti(()=>i.call(this,this[Xn])):i.call(this,this[Xn])}return n}removeListener(e,t){return this.off(e,t)}off(e,t){let n=super.off(e,t);return e==="data"&&(this[Vt]=this.listeners("data").length,this[Vt]===0&&!this[Fe]&&!this[be].length&&(this[se]=!1)),n}removeAllListeners(e){let t=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[Vt]=0,!this[Fe]&&!this[be].length&&(this[se]=!1)),t}get emittedEnd(){return this[yt]}[ct](){!this[lr]&&!this[yt]&&!this[Z]&&this[ae].length===0&&this[ut]&&(this[lr]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[ur]&&this.emit("close"),this[lr]=!1)}emit(e,...t){let n=t[0];if(e!=="error"&&e!=="close"&&e!==Z&&this[Z])return!1;if(e==="data")return!this[de]&&!n?!1:this[Qe]?(ti(()=>this[ha](n)),!0):this[ha](n);if(e==="end")return this[qu]();if(e==="close"){if(this[ur]=!0,!this[yt]&&!this[Z])return!1;let r=super.emit("close");return this.removeAllListeners("close"),r}else if(e==="error"){this[Xn]=n,super.emit(ca,n);let r=!this[ei]||this.listeners("error").length?super.emit("error",n):!1;return this[ct](),r}else if(e==="resume"){let r=super.emit("resume");return this[ct](),r}else if(e==="finish"||e==="prefinish"){let r=super.emit(e);return this.removeAllListeners(e),r}let i=super.emit(e,...t);return this[ct](),i}[ha](e){for(let n of this[be])n.dest.write(e)===!1&&this.pause();let t=this[Fe]?!1:super.emit("data",e);return this[ct](),t}[qu](){return this[yt]?!1:(this[yt]=!0,this.readable=!1,this[Qe]?(ti(()=>this[fa]()),!0):this[fa]())}[fa](){if(this[pn]){let t=this[pn].end();if(t){for(let n of this[be])n.dest.write(t);this[Fe]||super.emit("data",t)}}for(let t of this[be])t.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[de]||(e.dataLength=0);let t=this.promise();return this.on("data",n=>{e.push(n),this[de]||(e.dataLength+=n.length)}),await t,e}async concat(){if(this[de])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[Ke]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,t)=>{this.on(Z,()=>t(new Error("stream destroyed"))),this.on("error",n=>t(n)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[Fe]=!1;let e=!1,t=async()=>(this.pause(),e=!0,{value:void 0,done:!0});return{next:()=>{if(e)return t();let n=this.read();if(n!==null)return Promise.resolve({done:!1,value:n});if(this[ut])return t();let i,r,s=u=>{this.off("data",a),this.off("end",o),this.off(Z,l),t(),r(u)},a=u=>{this.off("error",s),this.off("end",o),this.off(Z,l),this.pause(),i({value:u,done:!!this[ut]})},o=()=>{this.off("error",s),this.off("data",a),this.off(Z,l),t(),i({done:!0,value:void 0})},l=()=>s(new Error("stream destroyed"));return new Promise((u,h)=>{r=h,i=u,this.once(Z,l),this.once("error",s),this.once("end",o),this.once("data",a)})},throw:t,return:t,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[Fe]=!1;let e=!1,t=()=>(this.pause(),this.off(ca,t),this.off(Z,t),this.off("end",t),e=!0,{done:!0,value:void 0}),n=()=>{if(e)return t();let i=this.read();return i===null?t():{done:!1,value:i}};return this.once("end",t),this.once(ca,t),this.once(Z,t),{next:n,throw:t,return:t,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(e){if(this[Z])return e?this.emit("error",e):this.emit(Z),this;this[Z]=!0,this[Fe]=!0,this[ae].length=0,this[oe]=0;let t=this;return typeof t.close=="function"&&!this[ur]&&t.close(),e?this.emit("error",e):this.emit(Z),this}static get isStream(){return hy}},Sy=Ze.realpathSync.native,si={lstatSync:Ze.lstatSync,readdir:Ze.readdir,readdirSync:Ze.readdirSync,readlinkSync:Ze.readlinkSync,realpathSync:Sy,promises:{lstat:wt.lstat,readdir:wt.readdir,readlink:wt.readlink,realpath:wt.realpath}},fc=e=>!e||e===si||e===cy?si:{...si,...e,promises:{...si.promises,...e.promises||{}}},pc=/^\\\\\?\\([a-z]:)\\?$/i,vy=e=>e.replace(/\//g,"\\").replace(pc,"$1\\"),xy=/[\\\/]/,_e=0,dc=1,mc=2,Xe=4,gc=6,yc=8,Gt=10,bc=12,Re=15,ni=~Re,da=16,Ou=32,ai=64,He=128,pr=256,gr=512,Pu=ai|He|gr,Ey=1023,ma=e=>e.isFile()?yc:e.isDirectory()?Xe:e.isSymbolicLink()?Gt:e.isCharacterDevice()?mc:e.isBlockDevice()?gc:e.isSocket()?bc:e.isFIFO()?dc:_e,Ru=new wr({max:2**12}),oi=e=>{let t=Ru.get(e);if(t)return t;let n=e.normalize("NFKD");return Ru.set(e,n),n},_u=new wr({max:2**12}),dr=e=>{let t=_u.get(e);if(t)return t;let n=oi(e.toLowerCase());return _u.set(e,n),n},Bu=class extends wr{constructor(){super({max:256})}},Ay=class extends wr{constructor(e=16*1024){super({maxSize:e,sizeCalculation:t=>t.length+1})}},kc=Symbol("PathScurry setAsCwd"),Ae=class{name;root;roots;parent;nocase;isCWD=!1;#e;#n;get dev(){return this.#n}#r;get mode(){return this.#r}#t;get nlink(){return this.#t}#i;get uid(){return this.#i}#m;get gid(){return this.#m}#p;get rdev(){return this.#p}#l;get blksize(){return this.#l}#o;get ino(){return this.#o}#c;get size(){return this.#c}#h;get blocks(){return this.#h}#u;get atimeMs(){return this.#u}#a;get mtimeMs(){return this.#a}#g;get ctimeMs(){return this.#g}#S;get birthtimeMs(){return this.#S}#y;get atime(){return this.#y}#b;get mtime(){return this.#b}#C;get ctime(){return this.#C}#k;get birthtime(){return this.#k}#x;#E;#d;#w;#v;#D;#s;#z;#F;#L;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,t=_e,n,i,r,s,a){this.name=e,this.#x=r?dr(e):oi(e),this.#s=t&Ey,this.nocase=r,this.roots=i,this.root=n||this,this.#z=s,this.#d=a.fullpath,this.#v=a.relative,this.#D=a.relativePosix,this.parent=a.parent,this.parent?this.#e=this.parent.#e:this.#e=fc(a.fs)}depth(){return this.#E!==void 0?this.#E:this.parent?this.#E=this.parent.depth()+1:this.#E=0}childrenCache(){return this.#z}resolve(e){if(!e)return this;let t=this.getRootString(e),n=e.substring(t.length).split(this.splitSep);return t?this.getRoot(t).#j(n):this.#j(n)}#j(e){let t=this;for(let n of e)t=t.child(n);return t}children(){let e=this.#z.get(this);if(e)return e;let t=Object.assign([],{provisional:0});return this.#z.set(this,t),this.#s&=~da,t}child(e,t){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let n=this.children(),i=this.nocase?dr(e):oi(e);for(let o of n)if(o.#x===i)return o;let r=this.parent?this.sep:"",s=this.#d?this.#d+r+e:void 0,a=this.newChild(e,_e,{...t,parent:this,fullpath:s});return this.canReaddir()||(a.#s|=He),n.push(a),a}relative(){if(this.isCWD)return"";if(this.#v!==void 0)return this.#v;let e=this.name,t=this.parent;if(!t)return this.#v=this.name;let n=t.relative();return n+(!n||!t.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#D!==void 0)return this.#D;let e=this.name,t=this.parent;if(!t)return this.#D=this.fullpathPosix();let n=t.relativePosix();return n+(!n||!t.parent?"":"/")+e}fullpath(){if(this.#d!==void 0)return this.#d;let e=this.name,t=this.parent;if(!t)return this.#d=this.name;let n=t.fullpath()+(t.parent?this.sep:"")+e;return this.#d=n}fullpathPosix(){if(this.#w!==void 0)return this.#w;if(this.sep==="/")return this.#w=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#w=`//?/${i}`:this.#w=i}let e=this.parent,t=e.fullpathPosix(),n=t+(!t||!e.parent?"":"/")+this.name;return this.#w=n}isUnknown(){return(this.#s&Re)===_e}isType(e){return this[`is${e}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#s&Re)===yc}isDirectory(){return(this.#s&Re)===Xe}isCharacterDevice(){return(this.#s&Re)===mc}isBlockDevice(){return(this.#s&Re)===gc}isFIFO(){return(this.#s&Re)===dc}isSocket(){return(this.#s&Re)===bc}isSymbolicLink(){return(this.#s&Gt)===Gt}lstatCached(){return this.#s&Ou?this:void 0}readlinkCached(){return this.#F}realpathCached(){return this.#L}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#F)return!0;if(!this.parent)return!1;let e=this.#s&Re;return!(e!==_e&&e!==Gt||this.#s&pr||this.#s&He)}calledReaddir(){return!!(this.#s&da)}isENOENT(){return!!(this.#s&He)}isNamed(e){return this.nocase?this.#x===dr(e):this.#x===oi(e)}async readlink(){let e=this.#F;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=await this.#e.promises.readlink(this.fullpath()),n=(await this.parent.realpath())?.resolve(t);if(n)return this.#F=n}catch(t){this.#I(t.code);return}}readlinkSync(){let e=this.#F;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=this.#e.readlinkSync(this.fullpath()),n=this.parent.realpathSync()?.resolve(t);if(n)return this.#F=n}catch(t){this.#I(t.code);return}}#R(e){this.#s|=da;for(let t=e.provisional;t<e.length;t++){let n=e[t];n&&n.#A()}}#A(){this.#s&He||(this.#s=(this.#s|He)&ni,this.#W())}#W(){let e=this.children();e.provisional=0;for(let t of e)t.#A()}#P(){this.#s|=gr,this.#q()}#q(){if(this.#s&ai)return;let e=this.#s;(e&Re)===Xe&&(e&=ni),this.#s=e|ai,this.#W()}#_(e=""){e==="ENOTDIR"||e==="EPERM"?this.#q():e==="ENOENT"?this.#A():this.children().provisional=0}#T(e=""){e==="ENOTDIR"?this.parent.#q():e==="ENOENT"&&this.#A()}#I(e=""){let t=this.#s;t|=pr,e==="ENOENT"&&(t|=He),(e==="EINVAL"||e==="UNKNOWN")&&(t&=ni),this.#s=t,e==="ENOTDIR"&&this.parent&&this.parent.#q()}#B(e,t){return this.#$(e,t)||this.#M(e,t)}#M(e,t){let n=ma(e),i=this.newChild(e.name,n,{parent:this}),r=i.#s&Re;return r!==Xe&&r!==Gt&&r!==_e&&(i.#s|=ai),t.unshift(i),t.provisional++,i}#$(e,t){for(let n=t.provisional;n<t.length;n++){let i=t[n];if((this.nocase?dr(e.name):oi(e.name))===i.#x)return this.#f(e,i,n,t)}}#f(e,t,n,i){let r=t.name;return t.#s=t.#s&ni|ma(e),r!==e.name&&(t.name=e.name),n!==i.provisional&&(n===i.length-1?i.pop():i.splice(n,1),i.unshift(t)),i.provisional++,t}async lstat(){if((this.#s&He)===0)try{return this.#U(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#T(e.code)}}lstatSync(){if((this.#s&He)===0)try{return this.#U(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#T(e.code)}}#U(e){let{atime:t,atimeMs:n,birthtime:i,birthtimeMs:r,blksize:s,blocks:a,ctime:o,ctimeMs:l,dev:u,gid:h,ino:c,mode:f,mtime:p,mtimeMs:m,nlink:d,rdev:g,size:y,uid:w}=e;this.#y=t,this.#u=n,this.#k=i,this.#S=r,this.#l=s,this.#h=a,this.#C=o,this.#g=l,this.#n=u,this.#m=h,this.#o=c,this.#r=f,this.#b=p,this.#a=m,this.#t=d,this.#p=g,this.#c=y,this.#i=w;let k=ma(e);this.#s=this.#s&ni|k|Ou,k!==_e&&k!==Xe&&k!==Gt&&(this.#s|=ai)}#O=[];#N=!1;#V(e){this.#N=!1;let t=this.#O.slice();this.#O.length=0,t.forEach(n=>n(null,e))}readdirCB(e,t=!1){if(!this.canReaddir()){t?e(null,[]):queueMicrotask(()=>e(null,[]));return}let n=this.children();if(this.calledReaddir()){let r=n.slice(0,n.provisional);t?e(null,r):queueMicrotask(()=>e(null,r));return}if(this.#O.push(e),this.#N)return;this.#N=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(r,s)=>{if(r)this.#_(r.code),n.provisional=0;else{for(let a of s)this.#B(a,n);this.#R(n)}this.#V(n.slice(0,n.provisional))})}#G;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();if(this.#G)await this.#G;else{let n=()=>{};this.#G=new Promise(i=>n=i);try{for(let i of await this.#e.promises.readdir(t,{withFileTypes:!0}))this.#B(i,e);this.#R(e)}catch(i){this.#_(i.code),e.provisional=0}this.#G=void 0,n()}return e.slice(0,e.provisional)}readdirSync(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();try{for(let n of this.#e.readdirSync(t,{withFileTypes:!0}))this.#B(n,e);this.#R(e)}catch(n){this.#_(n.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#s&Pu)return!1;let e=Re&this.#s;return e===_e||e===Xe||e===Gt}shouldWalk(e,t){return(this.#s&Xe)===Xe&&!(this.#s&Pu)&&!e.has(this)&&(!t||t(this))}async realpath(){if(this.#L)return this.#L;if(!((gr|pr|He)&this.#s))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#L=this.resolve(e)}catch{this.#P()}}realpathSync(){if(this.#L)return this.#L;if(!((gr|pr|He)&this.#s))try{let e=this.#e.realpathSync(this.fullpath());return this.#L=this.resolve(e)}catch{this.#P()}}[kc](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let t=new Set([]),n=[],i=this;for(;i&&i.parent;)t.add(i),i.#v=n.join(this.sep),i.#D=n.join("/"),i=i.parent,n.push("..");for(i=e;i&&i.parent&&!t.has(i);)i.#v=void 0,i.#D=void 0,i=i.parent}},wc=class Sc extends Ae{sep="\\";splitSep=xy;constructor(t,n=_e,i,r,s,a,o){super(t,n,i,r,s,a,o)}newChild(t,n=_e,i={}){return new Sc(t,n,this.root,this.roots,this.nocase,this.childrenCache(),i)}getRootString(t){return gn.win32.parse(t).root}getRoot(t){if(t=vy(t.toUpperCase()),t===this.root.name)return this.root;for(let[n,i]of Object.entries(this.roots))if(this.sameRoot(t,n))return this.roots[t]=i;return this.roots[t]=new wa(t,this).root}sameRoot(t,n=this.root.name){return t=t.toUpperCase().replace(/\//g,"\\").replace(pc,"$1\\"),t===n}},vc=class xc extends Ae{splitSep="/";sep="/";constructor(t,n=_e,i,r,s,a,o){super(t,n,i,r,s,a,o)}getRootString(t){return t.startsWith("/")?"/":""}getRoot(t){return this.root}newChild(t,n=_e,i={}){return new xc(t,n,this.root,this.roots,this.nocase,this.childrenCache(),i)}},Ec=class{root;rootPath;roots;cwd;#e;#n;#r;nocase;#t;constructor(e=process.cwd(),t,n,{nocase:i,childrenCacheSize:r=16*1024,fs:s=si}={}){this.#t=fc(s),(e instanceof URL||e.startsWith("file://"))&&(e=(0,uc.fileURLToPath)(e));let a=t.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(a),this.#e=new Bu,this.#n=new Bu,this.#r=new Ay(r);let o=a.substring(this.rootPath.length).split(n);if(o.length===1&&!o[0]&&o.pop(),i===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=i,this.root=this.newRoot(this.#t),this.roots[this.rootPath]=this.root;let l=this.root,u=o.length-1,h=t.sep,c=this.rootPath,f=!1;for(let p of o){let m=u--;l=l.child(p,{relative:new Array(m).fill("..").join(h),relativePosix:new Array(m).fill("..").join("/"),fullpath:c+=(f?"":h)+p}),f=!0}this.cwd=l}depth(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.depth()}childrenCache(){return this.#r}resolve(...e){let t="";for(let r=e.length-1;r>=0;r--){let s=e[r];if(!(!s||s===".")&&(t=t?`${s}/${t}`:s,this.isAbsolute(s)))break}let n=this.#e.get(t);if(n!==void 0)return n;let i=this.cwd.resolve(t).fullpath();return this.#e.set(t,i),i}resolvePosix(...e){let t="";for(let r=e.length-1;r>=0;r--){let s=e[r];if(!(!s||s===".")&&(t=t?`${s}/${t}`:s,this.isAbsolute(s)))break}let n=this.#n.get(t);if(n!==void 0)return n;let i=this.cwd.resolve(t).fullpathPosix();return this.#n.set(t,i),i}relative(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relative()}relativePosix(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relativePosix()}basename(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.name}dirname(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),(e.parent||e).fullpath()}async readdir(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e,e=this.cwd);let{withFileTypes:n}=t;if(e.canReaddir()){let i=await e.readdir();return n?i:i.map(r=>r.name)}else return[]}readdirSync(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e,e=this.cwd);let{withFileTypes:n=!0}=t;return e.canReaddir()?n?e.readdirSync():e.readdirSync().map(i=>i.name):[]}async lstat(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstat()}lstatSync(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstatSync()}async readlink(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e.withFileTypes,e=this.cwd);let n=await e.readlink();return t?n:n?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e.withFileTypes,e=this.cwd);let n=e.readlinkSync();return t?n:n?.fullpath()}async realpath(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e.withFileTypes,e=this.cwd);let n=await e.realpath();return t?n:n?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e.withFileTypes,e=this.cwd);let n=e.realpathSync();return t?n:n?.fullpath()}async walk(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:r,walkFilter:s}=t,a=[];(!r||r(e))&&a.push(n?e:e.fullpath());let o=new Set,l=(h,c)=>{o.add(h),h.readdirCB((f,p)=>{if(f)return c(f);let m=p.length;if(!m)return c();let d=()=>{--m===0&&c()};for(let g of p)(!r||r(g))&&a.push(n?g:g.fullpath()),i&&g.isSymbolicLink()?g.realpath().then(y=>y?.isUnknown()?y.lstat():y).then(y=>y?.shouldWalk(o,s)?l(y,d):d()):g.shouldWalk(o,s)?l(g,d):d()},!0)},u=e;return new Promise((h,c)=>{l(u,f=>{if(f)return c(f);h(a)})})}walkSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:r,walkFilter:s}=t,a=[];(!r||r(e))&&a.push(n?e:e.fullpath());let o=new Set([e]);for(let l of o){let u=l.readdirSync();for(let h of u){(!r||r(h))&&a.push(n?h:h.fullpath());let c=h;if(h.isSymbolicLink()){if(!(i&&(c=h.realpathSync())))continue;c.isUnknown()&&c.lstatSync()}c.shouldWalk(o,s)&&o.add(c)}}return a}[Symbol.asyncIterator](){return this.iterate()}iterate(e=this.cwd,t={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e,e=this.cwd),this.stream(e,t)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:r,walkFilter:s}=t;(!r||r(e))&&(yield n?e:e.fullpath());let a=new Set([e]);for(let o of a){let l=o.readdirSync();for(let u of l){(!r||r(u))&&(yield n?u:u.fullpath());let h=u;if(u.isSymbolicLink()){if(!(i&&(h=u.realpathSync())))continue;h.isUnknown()&&h.lstatSync()}h.shouldWalk(a,s)&&a.add(h)}}}stream(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:r,walkFilter:s}=t,a=new kr({objectMode:!0});(!r||r(e))&&a.write(n?e:e.fullpath());let o=new Set,l=[e],u=0,h=()=>{let c=!1;for(;!c;){let f=l.shift();if(!f){u===0&&a.end();return}u++,o.add(f);let p=(d,g,y=!1)=>{if(d)return a.emit("error",d);if(i&&!y){let w=[];for(let k of g)k.isSymbolicLink()&&w.push(k.realpath().then(v=>v?.isUnknown()?v.lstat():v));if(w.length){Promise.all(w).then(()=>p(null,g,!0));return}}for(let w of g)w&&(!r||r(w))&&(a.write(n?w:w.fullpath())||(c=!0));u--;for(let w of g){let k=w.realpathCached()||w;k.shouldWalk(o,s)&&l.push(k)}c&&!a.flowing?a.once("drain",h):m||h()},m=!0;f.readdirCB(p,!0),m=!1}};return h(),a}streamSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Ae||(t=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:r,walkFilter:s}=t,a=new kr({objectMode:!0}),o=new Set;(!r||r(e))&&a.write(n?e:e.fullpath());let l=[e],u=0,h=()=>{let c=!1;for(;!c;){let f=l.shift();if(!f){u===0&&a.end();return}u++,o.add(f);let p=f.readdirSync();for(let m of p)(!r||r(m))&&(a.write(n?m:m.fullpath())||(c=!0));u--;for(let m of p){let d=m;if(m.isSymbolicLink()){if(!(i&&(d=m.realpathSync())))continue;d.isUnknown()&&d.lstatSync()}d.shouldWalk(o,s)&&l.push(d)}}c&&!a.flowing&&a.once("drain",h)};return h(),a}chdir(e=this.cwd){let t=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[kc](t)}},wa=class extends Ec{sep="\\";constructor(e=process.cwd(),t={}){let{nocase:n=!0}=t;super(e,gn.win32,"\\",{...t,nocase:n}),this.nocase=n;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(e){return gn.win32.parse(e).root.toUpperCase()}newRoot(e){return new wc(this.rootPath,Xe,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}},Sa=class extends Ec{sep="/";constructor(e=process.cwd(),t={}){let{nocase:n=!1}=t;super(e,gn.posix,"/",{...t,nocase:n}),this.nocase=n}parseRootPath(e){return"/"}newRoot(e){return new vc(this.rootPath,Xe,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}},Ac=class extends Sa{constructor(e=process.cwd(),t={}){let{nocase:n=!0}=t;super(e,{...t,nocase:n})}},jE=process.platform==="win32"?wc:vc,Cy=process.platform==="win32"?wa:process.platform==="darwin"?Ac:Sa,Dy=e=>e.length>=1,Ly=e=>e.length>=1,Ny=Symbol.for("nodejs.util.inspect.custom"),Cc=class Dc{#e;#n;#r;length;#t;#i;#m;#p;#l;#o;#c=!0;constructor(t,n,i,r){if(!Dy(t))throw new TypeError("empty pattern list");if(!Ly(n))throw new TypeError("empty glob list");if(n.length!==t.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=t.length,i<0||i>=this.length)throw new TypeError("index out of range");if(this.#e=t,this.#n=n,this.#r=i,this.#t=r,this.#r===0){if(this.isUNC()){let[s,a,o,l,...u]=this.#e,[h,c,f,p,...m]=this.#n;u[0]===""&&(u.shift(),m.shift());let d=[s,a,o,l,""].join("/"),g=[h,c,f,p,""].join("/");this.#e=[d,...u],this.#n=[g,...m],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[s,...a]=this.#e,[o,...l]=this.#n;a[0]===""&&(a.shift(),l.shift());let u=s+"/",h=o+"/";this.#e=[u,...a],this.#n=[h,...l],this.length=this.#e.length}}}[Ny](){return"Pattern <"+this.#n.slice(this.#r).join("/")+">"}pattern(){return this.#e[this.#r]}isString(){return typeof this.#e[this.#r]=="string"}isGlobstar(){return this.#e[this.#r]===ke}isRegExp(){return this.#e[this.#r]instanceof RegExp}globString(){return this.#m=this.#m||(this.#r===0?this.isAbsolute()?this.#n[0]+this.#n.slice(1).join("/"):this.#n.join("/"):this.#n.slice(this.#r).join("/"))}hasMore(){return this.length>this.#r+1}rest(){return this.#i!==void 0?this.#i:this.hasMore()?(this.#i=new Dc(this.#e,this.#n,this.#r+1,this.#t),this.#i.#o=this.#o,this.#i.#l=this.#l,this.#i.#p=this.#p,this.#i):this.#i=null}isUNC(){let t=this.#e;return this.#l!==void 0?this.#l:this.#l=this.#t==="win32"&&this.#r===0&&t[0]===""&&t[1]===""&&typeof t[2]=="string"&&!!t[2]&&typeof t[3]=="string"&&!!t[3]}isDrive(){let t=this.#e;return this.#p!==void 0?this.#p:this.#p=this.#t==="win32"&&this.#r===0&&this.length>1&&typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0])}isAbsolute(){let t=this.#e;return this.#o!==void 0?this.#o:this.#o=t[0]===""&&t.length>1||this.isDrive()||this.isUNC()}root(){let t=this.#e[0];return typeof t=="string"&&this.isAbsolute()&&this.#r===0?t:""}checkFollowGlobstar(){return!(this.#r===0||!this.isGlobstar()||!this.#c)}markFollowGlobstar(){return this.#r===0||!this.isGlobstar()||!this.#c?!1:(this.#c=!1,!0)}},Ty=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Mu=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:t,nocase:n,noext:i,noglobstar:r,platform:s=Ty}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=s,this.mmopts={dot:!0,nobrace:t,nocase:n,noext:i,noglobstar:r,optimizationLevel:2,platform:s,nocomment:!0,nonegate:!0};for(let a of e)this.add(a)}add(e){let t=new kt(e,this.mmopts);for(let n=0;n<t.set.length;n++){let i=t.set[n],r=t.globParts[n];if(!i||!r)throw new Error("invalid pattern object");for(;i[0]==="."&&r[0]===".";)i.shift(),r.shift();let s=new Cc(i,r,0,this.platform),a=new kt(s.globString(),this.mmopts),o=r[r.length-1]==="**",l=s.isAbsolute();l?this.absolute.push(a):this.relative.push(a),o&&(l?this.absoluteChildren.push(a):this.relativeChildren.push(a))}}ignored(e){let t=e.fullpath(),n=`${t}/`,i=e.relative()||".",r=`${i}/`;for(let s of this.relative)if(s.match(i)||s.match(r))return!0;for(let s of this.absolute)if(s.match(t)||s.match(n))return!0;return!1}childrenIgnored(e){let t=e.fullpath()+"/",n=(e.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(n))return!0;for(let i of this.absoluteChildren)if(i.match(t))return!0;return!1}},Iy=class Lc{store;constructor(t=new Map){this.store=t}copy(){return new Lc(new Map(this.store))}hasWalked(t,n){return this.store.get(t.fullpath())?.has(n.globString())}storeWalked(t,n){let i=t.fullpath(),r=this.store.get(i);r?r.add(n.globString()):this.store.set(i,new Set([n.globString()]))}},Fy=class{store=new Map;add(e,t,n){let i=(t?2:0)|(n?1:0),r=this.store.get(e);this.store.set(e,r===void 0?i:i&r)}entries(){return[...this.store.entries()].map(([e,t])=>[e,!!(t&2),!!(t&1)])}},jy=class{store=new Map;add(e,t){if(!e.canReaddir())return;let n=this.store.get(e);n?n.find(i=>i.globString()===t.globString())||n.push(t):this.store.set(e,[t])}get(e){let t=this.store.get(e);if(!t)throw new Error("attempting to walk unknown path");return t}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}},$u=class Nc{hasWalkedCache;matches=new Fy;subwalks=new jy;patterns;follow;dot;opts;constructor(t,n){this.opts=t,this.follow=!!t.follow,this.dot=!!t.dot,this.hasWalkedCache=n?n.copy():new Iy}processPatterns(t,n){this.patterns=n;let i=n.map(r=>[t,r]);for(let[r,s]of i){this.hasWalkedCache.storeWalked(r,s);let a=s.root(),o=s.isAbsolute()&&this.opts.absolute!==!1;if(a){r=r.resolve(a==="/"&&this.opts.root!==void 0?this.opts.root:a);let c=s.rest();if(c)s=c;else{this.matches.add(r,!0,!1);continue}}if(r.isENOENT())continue;let l,u,h=!1;for(;typeof(l=s.pattern())=="string"&&(u=s.rest());)r=r.resolve(l),s=u,h=!0;if(l=s.pattern(),u=s.rest(),h){if(this.hasWalkedCache.hasWalked(r,s))continue;this.hasWalkedCache.storeWalked(r,s)}if(typeof l=="string"){let c=l===".."||l===""||l===".";this.matches.add(r.resolve(l),o,c);continue}else if(l===ke){(!r.isSymbolicLink()||this.follow||s.checkFollowGlobstar())&&this.subwalks.add(r,s);let c=u?.pattern(),f=u?.rest();if(!u||(c===""||c===".")&&!f)this.matches.add(r,o,c===""||c===".");else if(c===".."){let p=r.parent||r;f?this.hasWalkedCache.hasWalked(p,f)||this.subwalks.add(p,f):this.matches.add(p,o,!0)}}else l instanceof RegExp&&this.subwalks.add(r,s)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new Nc(this.opts,this.hasWalkedCache)}filterEntries(t,n){let i=this.subwalks.get(t),r=this.child();for(let s of n)for(let a of i){let o=a.isAbsolute(),l=a.pattern(),u=a.rest();l===ke?r.testGlobstar(s,a,u,o):l instanceof RegExp?r.testRegExp(s,l,u,o):r.testString(s,l,u,o)}return r}testGlobstar(t,n,i,r){if((this.dot||!t.name.startsWith("."))&&(n.hasMore()||this.matches.add(t,r,!1),t.canReaddir()&&(this.follow||!t.isSymbolicLink()?this.subwalks.add(t,n):t.isSymbolicLink()&&(i&&n.checkFollowGlobstar()?this.subwalks.add(t,i):n.markFollowGlobstar()&&this.subwalks.add(t,n)))),i){let s=i.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(t,s,i.rest(),r);else if(s===".."){let a=t.parent||t;this.subwalks.add(a,i)}else s instanceof RegExp&&this.testRegExp(t,s,i.rest(),r)}}testRegExp(t,n,i,r){n.test(t.name)&&(i?this.subwalks.add(t,i):this.matches.add(t,r,!1))}testString(t,n,i,r){t.isNamed(n)&&(i?this.subwalks.add(t,i):this.matches.add(t,r,!1))}},zy=(e,t)=>typeof e=="string"?new Mu([e],t):Array.isArray(e)?new Mu(e,t):e,Tc=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#n;#r;signal;maxDepth;includeChildMatches;constructor(e,t,n){if(this.patterns=e,this.path=t,this.opts=n,this.#r=!n.posix&&n.platform==="win32"?"\\":"/",this.includeChildMatches=n.includeChildMatches!==!1,(n.ignore||!this.includeChildMatches)&&(this.#n=zy(n.ignore??[],n),!this.includeChildMatches&&typeof this.#n.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=n.maxDepth||1/0,n.signal&&(this.signal=n.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#t(e){return this.seen.has(e)||!!this.#n?.ignored?.(e)}#i(e){return!!this.#n?.childrenIgnored?.(e)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let e;for(;!this.paused&&(e=this.#e.shift());)e()}onResume(e){this.signal?.aborted||(this.paused?this.#e.push(e):e())}async matchCheck(e,t){if(t&&this.opts.nodir)return;let n;if(this.opts.realpath){if(n=e.realpathCached()||await e.realpath(),!n)return;e=n}let i=e.isUnknown()||this.opts.stat?await e.lstat():e;if(this.opts.follow&&this.opts.nodir&&i?.isSymbolicLink()){let r=await i.realpath();r&&(r.isUnknown()||this.opts.stat)&&await r.lstat()}return this.matchCheckTest(i,t)}matchCheckTest(e,t){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!t||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#t(e)?e:void 0}matchCheckSync(e,t){if(t&&this.opts.nodir)return;let n;if(this.opts.realpath){if(n=e.realpathCached()||e.realpathSync(),!n)return;e=n}let i=e.isUnknown()||this.opts.stat?e.lstatSync():e;if(this.opts.follow&&this.opts.nodir&&i?.isSymbolicLink()){let r=i.realpathSync();r&&(r?.isUnknown()||this.opts.stat)&&r.lstatSync()}return this.matchCheckTest(i,t)}matchFinish(e,t){if(this.#t(e))return;if(!this.includeChildMatches&&this.#n?.add){let r=`${e.relativePosix()}/**`;this.#n.add(r)}let n=this.opts.absolute===void 0?t:this.opts.absolute;this.seen.add(e);let i=this.opts.mark&&e.isDirectory()?this.#r:"";if(this.opts.withFileTypes)this.matchEmit(e);else if(n){let r=this.opts.posix?e.fullpathPosix():e.fullpath();this.matchEmit(r+i)}else{let r=this.opts.posix?e.relativePosix():e.relative(),s=this.opts.dotRelative&&!r.startsWith(".."+this.#r)?"."+this.#r:"";this.matchEmit(r?s+r+i:"."+i)}}async match(e,t,n){let i=await this.matchCheck(e,n);i&&this.matchFinish(i,t)}matchSync(e,t,n){let i=this.matchCheckSync(e,n);i&&this.matchFinish(i,t)}walkCB(e,t,n){this.signal?.aborted&&n(),this.walkCB2(e,t,new $u(this.opts),n)}walkCB2(e,t,n,i){if(this.#i(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(e,t,n,i));return}n.processPatterns(e,t);let r=1,s=()=>{--r===0&&i()};for(let[a,o,l]of n.matches.entries())this.#t(a)||(r++,this.match(a,o,l).then(()=>s()));for(let a of n.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;r++;let o=a.readdirCached();a.calledReaddir()?this.walkCB3(a,o,n,s):a.readdirCB((l,u)=>this.walkCB3(a,u,n,s),!0)}s()}walkCB3(e,t,n,i){n=n.filterEntries(e,t);let r=1,s=()=>{--r===0&&i()};for(let[a,o,l]of n.matches.entries())this.#t(a)||(r++,this.match(a,o,l).then(()=>s()));for(let[a,o]of n.subwalks.entries())r++,this.walkCB2(a,o,n.child(),s);s()}walkCBSync(e,t,n){this.signal?.aborted&&n(),this.walkCB2Sync(e,t,new $u(this.opts),n)}walkCB2Sync(e,t,n,i){if(this.#i(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(e,t,n,i));return}n.processPatterns(e,t);let r=1,s=()=>{--r===0&&i()};for(let[a,o,l]of n.matches.entries())this.#t(a)||this.matchSync(a,o,l);for(let a of n.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;r++;let o=a.readdirSync();this.walkCB3Sync(a,o,n,s)}s()}walkCB3Sync(e,t,n,i){n=n.filterEntries(e,t);let r=1,s=()=>{--r===0&&i()};for(let[a,o,l]of n.matches.entries())this.#t(a)||this.matchSync(a,o,l);for(let[a,o]of n.subwalks.entries())r++,this.walkCB2Sync(a,o,n.child(),s);s()}},Uu=class extends Tc{matches=new Set;constructor(e,t,n){super(e,t,n)}matchEmit(e){this.matches.add(e)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((e,t)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?t(this.signal.reason):e(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}},Wu=class extends Tc{results;constructor(e,t,n){super(e,t,n),this.results=new kr({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(e){this.results.write(e),this.results.flowing||this.pause()}stream(){let e=this.path;return e.isUnknown()?e.lstat().then(()=>{this.walkCB(e,this.patterns,()=>this.results.end())}):this.walkCB(e,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}},qy=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Kt=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(e,t){if(!t)throw new TypeError("glob options required");if(this.withFileTypes=!!t.withFileTypes,this.signal=t.signal,this.follow=!!t.follow,this.dot=!!t.dot,this.dotRelative=!!t.dotRelative,this.nodir=!!t.nodir,this.mark=!!t.mark,t.cwd?(t.cwd instanceof URL||t.cwd.startsWith("file://"))&&(t.cwd=(0,rc.fileURLToPath)(t.cwd)):this.cwd="",this.cwd=t.cwd||"",this.root=t.root,this.magicalBraces=!!t.magicalBraces,this.nobrace=!!t.nobrace,this.noext=!!t.noext,this.realpath=!!t.realpath,this.absolute=t.absolute,this.includeChildMatches=t.includeChildMatches!==!1,this.noglobstar=!!t.noglobstar,this.matchBase=!!t.matchBase,this.maxDepth=typeof t.maxDepth=="number"?t.maxDepth:1/0,this.stat=!!t.stat,this.ignore=t.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(o=>o.replace(/\\/g,"/"))),this.matchBase){if(t.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(o=>o.includes("/")?o:`./**/${o}`)}if(this.pattern=e,this.platform=t.platform||qy,this.opts={...t,platform:this.platform},t.scurry){if(this.scurry=t.scurry,t.nocase!==void 0&&t.nocase!==t.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let o=t.platform==="win32"?wa:t.platform==="darwin"?Ac:t.platform?Sa:Cy;this.scurry=new o(this.cwd,{nocase:t.nocase,fs:t.fs})}this.nocase=this.scurry.nocase;let n=this.platform==="darwin"||this.platform==="win32",i={braceExpandMax:1e4,...t,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:n,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},r=this.pattern.map(o=>new kt(o,i)),[s,a]=r.reduce((o,l)=>(o[0].push(...l.set),o[1].push(...l.globParts),o),[[],[]]);this.patterns=s.map((o,l)=>{let u=a[l];if(!u)throw new Error("invalid pattern object");return new Cc(o,u,0,this.platform)})}async walk(){return[...await new Uu(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new Uu(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new Wu(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new Wu(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}},Oy=(e,t={})=>{Array.isArray(e)||(e=[e]);for(let n of e)if(new kt(n,t).hasMagic())return!0;return!1};function vr(e,t={}){return new Kt(e,t).streamSync()}function Ic(e,t={}){return new Kt(e,t).stream()}function Fc(e,t={}){return new Kt(e,t).walkSync()}async function Vu(e,t={}){return new Kt(e,t).walk()}function xr(e,t={}){return new Kt(e,t).iterateSync()}function jc(e,t={}){return new Kt(e,t).iterate()}var Py=vr,Ry=Object.assign(Ic,{sync:vr}),_y=xr,By=Object.assign(jc,{sync:xr}),My=Object.assign(Fc,{stream:vr,iterate:xr}),yn=Object.assign(Vu,{glob:Vu,globSync:Fc,sync:My,globStream:Ic,stream:Ry,globStreamSync:vr,streamSync:Py,globIterate:jc,iterate:By,globIterateSync:xr,iterateSync:_y,Glob:Kt,hasMagic:Oy,escape:Zu,unescape:mn});yn.glob=yn;var va=(e,t,n)=>{let i=e instanceof RegExp?zc(e,n):e,r=t instanceof RegExp?zc(t,n):t,s=i!==null&&r!=null&&$y(i,r,n);return s&&{start:s[0],end:s[1],pre:n.slice(0,s[0]),body:n.slice(s[0]+i.length,s[1]),post:n.slice(s[1]+r.length)}},zc=(e,t)=>{let n=t.match(e);return n?n[0]:null},$y=(e,t,n)=>{let i,r,s,a,o,l=n.indexOf(e),u=n.indexOf(t,l+1),h=l;if(l>=0&&u>0){if(e===t)return[l,u];for(i=[],s=n.length;h>=0&&!o;){if(h===l)i.push(h),l=n.indexOf(e,h+1);else if(i.length===1){let c=i.pop();c!==void 0&&(o=[c,u])}else r=i.pop(),r!==void 0&&r<s&&(s=r,a=u),u=n.indexOf(t,h+1);h=l<u&&l>=0?l:u}i.length&&a!==void 0&&(o=[s,a])}return o};var qc="\0SLASH"+Math.random()+"\0",Oc="\0OPEN"+Math.random()+"\0",Ea="\0CLOSE"+Math.random()+"\0",Pc="\0COMMA"+Math.random()+"\0",Rc="\0PERIOD"+Math.random()+"\0",Uy=new RegExp(qc,"g"),Wy=new RegExp(Oc,"g"),Vy=new RegExp(Ea,"g"),Gy=new RegExp(Pc,"g"),Ky=new RegExp(Rc,"g"),Hy=/\\\\/g,Yy=/\\{/g,Jy=/\\}/g,Qy=/\\,/g,Xy=/\\./g,Zy=1e5;function xa(e){return isNaN(e)?e.charCodeAt(0):parseInt(e,10)}function eb(e){return e.replace(Hy,qc).replace(Yy,Oc).replace(Jy,Ea).replace(Qy,Pc).replace(Xy,Rc)}function tb(e){return e.replace(Uy,"\\").replace(Wy,"{").replace(Vy,"}").replace(Gy,",").replace(Ky,".")}function _c(e){if(!e)return[""];let t=[],n=va("{","}",e);if(!n)return e.split(",");let{pre:i,body:r,post:s}=n,a=i.split(",");a[a.length-1]+="{"+r+"}";let o=_c(s);return s.length&&(a[a.length-1]+=o.shift(),a.push.apply(a,o)),t.push.apply(t,a),t}function Bc(e,t={}){if(!e)return[];let{max:n=Zy}=t;return e.slice(0,2)==="{}"&&(e="\\{\\}"+e.slice(2)),li(eb(e),n,!0).map(tb)}function nb(e){return"{"+e+"}"}function ib(e){return/^-?0\d/.test(e)}function rb(e,t){return e<=t}function sb(e,t){return e>=t}function li(e,t,n){let i=[],r=va("{","}",e);if(!r)return[e];let s=r.pre,a=r.post.length?li(r.post,t,!1):[""];if(/\$$/.test(r.pre))for(let o=0;o<a.length&&o<t;o++){let l=s+"{"+r.body+"}"+a[o];i.push(l)}else{let o=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(r.body),l=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(r.body),u=o||l,h=r.body.indexOf(",")>=0;if(!u&&!h)return r.post.match(/,(?!,).*\}/)?(e=r.pre+"{"+r.body+Ea+r.post,li(e,t,!0)):[e];let c;if(u)c=r.body.split(/\.\./);else if(c=_c(r.body),c.length===1&&c[0]!==void 0&&(c=li(c[0],t,!1).map(nb),c.length===1))return a.map(p=>r.pre+c[0]+p);let f;if(u&&c[0]!==void 0&&c[1]!==void 0){let p=xa(c[0]),m=xa(c[1]),d=Math.max(c[0].length,c[1].length),g=c.length===3&&c[2]!==void 0?Math.abs(xa(c[2])):1,y=rb;m<p&&(g*=-1,y=sb);let k=c.some(ib);f=[];for(let v=p;y(v,m);v+=g){let E;if(l)E=String.fromCharCode(v),E==="\\"&&(E="");else if(E=String(v),k){let x=d-E.length;if(x>0){let C=new Array(x+1).join("0");v<0?E="-"+C+E.slice(1):E=C+E}}f.push(E)}}else{f=[];for(let p=0;p<c.length;p++)f.push.apply(f,li(c[p],t,!1))}for(let p=0;p<f.length;p++)for(let m=0;m<a.length&&i.length<t;m++){let d=s+f[p]+a[m];(!n||u||d)&&i.push(d)}}return i}var ui=e=>{if(typeof e!="string")throw new TypeError("invalid pattern");if(e.length>65536)throw new TypeError("pattern is too long")};var ab={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},ci=e=>e.replace(/[[\]\\-]/g,"\\$&"),ob=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Mc=e=>e.join(""),$c=(e,t)=>{let n=t;if(e.charAt(n)!=="[")throw new Error("not in a brace expression");let i=[],r=[],s=n+1,a=!1,o=!1,l=!1,u=!1,h=n,c="";e:for(;s<e.length;){let d=e.charAt(s);if((d==="!"||d==="^")&&s===n+1){u=!0,s++;continue}if(d==="]"&&a&&!l){h=s+1;break}if(a=!0,d==="\\"&&!l){l=!0,s++;continue}if(d==="["&&!l){for(let[g,[y,w,k]]of Object.entries(ab))if(e.startsWith(g,s)){if(c)return["$.",!1,e.length-n,!0];s+=g.length,k?r.push(y):i.push(y),o=o||w;continue e}}if(l=!1,c){d>c?i.push(ci(c)+"-"+ci(d)):d===c&&i.push(ci(d)),c="",s++;continue}if(e.startsWith("-]",s+1)){i.push(ci(d+"-")),s+=2;continue}if(e.startsWith("-",s+1)){c=d,s+=2;continue}i.push(ci(d)),s++}if(h<s)return["",!1,0,!1];if(!i.length&&!r.length)return["$.",!1,e.length-n,!0];if(r.length===0&&i.length===1&&/^\\?.$/.test(i[0])&&!u){let d=i[0].length===2?i[0].slice(-1):i[0];return[ob(d),!1,h-n,!1]}let f="["+(u?"^":"")+Mc(i)+"]",p="["+(u?"":"^")+Mc(r)+"]";return[i.length&&r.length?"("+f+"|"+p+")":i.length?f:p,o,h-n,!0]};var St=(e,{windowsPathsNoEscape:t=!1,magicalBraces:n=!0}={})=>n?t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):t?e.replace(/\[([^\/\\{}])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1");var Ce,lb=new Set(["!","?","+","*","@"]),Aa=e=>lb.has(e),Uc=e=>Aa(e.type),ub=new Map([["!",["@"]],["?",["?","@"]],["@",["@"]],["*",["*","+","?","@"]],["+",["+","@"]]]),cb=new Map([["!",["?"]],["@",["?"]],["+",["?","*"]]]),hb=new Map([["!",["?","@"]],["?",["?","@"]],["@",["?","@"]],["*",["*","+","?","@"]],["+",["+","@","?","*"]]]),Wc=new Map([["!",new Map([["!","@"]])],["?",new Map([["*","*"],["+","*"]])],["@",new Map([["!","!"],["?","?"],["@","@"],["*","*"],["+","+"]])],["+",new Map([["?","*"],["*","*"]])]]),fb="(?!(?:^|/)\\.\\.?(?:$|/))",Er="(?!\\.)",pb=new Set(["[","."]),db=new Set(["..","."]),mb=new Set("().*{}+?[]^$\\!"),gb=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Ca="[^/]",Vc=Ca+"*?",Gc=Ca+"+?",yb=0,Ht=class{type;#e;#n;#r=!1;#t=[];#i;#m;#p;#l=!1;#o;#c;#h=!1;id=++yb;get depth(){return(this.#i?.depth??-1)+1}[Symbol.for("nodejs.util.inspect.custom")](){return{"@@type":"AST",id:this.id,type:this.type,root:this.#e.id,parent:this.#i?.id,depth:this.depth,partsLength:this.#t.length,parts:this.#t}}constructor(t,n,i={}){this.type=t,t&&(this.#n=!0),this.#i=n,this.#e=this.#i?this.#i.#e:this,this.#o=this.#e===this?i:this.#e.#o,this.#p=this.#e===this?[]:this.#e.#p,t==="!"&&!this.#e.#l&&this.#p.push(this),this.#m=this.#i?this.#i.#t.length:0}get hasMagic(){if(this.#n!==void 0)return this.#n;for(let t of this.#t)if(typeof t!="string"&&(t.type||t.hasMagic))return this.#n=!0;return this.#n}toString(){return this.#c!==void 0?this.#c:this.type?this.#c=this.type+"("+this.#t.map(t=>String(t)).join("|")+")":this.#c=this.#t.map(t=>String(t)).join("")}#u(){if(this!==this.#e)throw new Error("should only call on root");if(this.#l)return this;this.toString(),this.#l=!0;let t;for(;t=this.#p.pop();){if(t.type!=="!")continue;let n=t,i=n.#i;for(;i;){for(let r=n.#m+1;!i.type&&r<i.#t.length;r++)for(let s of t.#t){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(i.#t[r])}n=i,i=n.#i}}return this}push(...t){for(let n of t)if(n!==""){if(typeof n!="string"&&!(n instanceof Ce&&n.#i===this))throw new Error("invalid part: "+n);this.#t.push(n)}}toJSON(){let t=this.type===null?this.#t.slice().map(n=>typeof n=="string"?n:n.toJSON()):[this.type,...this.#t.map(n=>n.toJSON())];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#l&&this.#i?.type==="!")&&t.push({}),t}isStart(){if(this.#e===this)return!0;if(!this.#i?.isStart())return!1;if(this.#m===0)return!0;let t=this.#i;for(let n=0;n<this.#m;n++){let i=t.#t[n];if(!(i instanceof Ce&&i.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#i?.type==="!")return!0;if(!this.#i?.isEnd())return!1;if(!this.type)return this.#i?.isEnd();let t=this.#i?this.#i.#t.length:0;return this.#m===t-1}copyIn(t){typeof t=="string"?this.push(t):this.push(t.clone(this))}clone(t){let n=new Ce(this.type,t);for(let i of this.#t)n.copyIn(i);return n}static#a(t,n,i,r,s){let a=r.maxExtglobRecursion??2,o=!1,l=!1,u=-1,h=!1;if(n.type===null){let d=i,g="";for(;d<t.length;){let y=t.charAt(d++);if(o||y==="\\"){o=!o,g+=y;continue}if(l){d===u+1?(y==="^"||y==="!")&&(h=!0):y==="]"&&!(d===u+2&&h)&&(l=!1),g+=y;continue}else if(y==="["){l=!0,u=d,h=!1,g+=y;continue}if(!r.noext&&Aa(y)&&t.charAt(d)==="("&&s<=a){n.push(g),g="";let k=new Ce(y,n);d=Ce.#a(t,k,d,r,s+1),n.push(k);continue}g+=y}return n.push(g),d}let c=i+1,f=new Ce(null,n),p=[],m="";for(;c<t.length;){let d=t.charAt(c++);if(o||d==="\\"){o=!o,m+=d;continue}if(l){c===u+1?(d==="^"||d==="!")&&(h=!0):d==="]"&&!(c===u+2&&h)&&(l=!1),m+=d;continue}else if(d==="["){l=!0,u=c,h=!1,m+=d;continue}if(!r.noext&&Aa(d)&&t.charAt(c)==="("&&(s<=a||n&&n.#y(d))){let y=n&&n.#y(d)?0:1;f.push(m),m="";let w=new Ce(d,f);f.push(w),c=Ce.#a(t,w,c,r,s+y);continue}if(d==="|"){f.push(m),m="",p.push(f),f=new Ce(null,n);continue}if(d===")")return m===""&&n.#t.length===0&&(n.#h=!0),f.push(m),m="",n.push(...p,f),c;m+=d}return n.type=null,n.#n=void 0,n.#t=[t.substring(i-1)],c}#g(t){return this.#S(t,cb)}#S(t,n=ub){if(!t||typeof t!="object"||t.type!==null||t.#t.length!==1||this.type===null)return!1;let i=t.#t[0];return!i||typeof i!="object"||i.type===null?!1:this.#y(i.type,n)}#y(t,n=hb){return!!n.get(this.type)?.includes(t)}#b(t,n){let i=t.#t[0],r=new Ce(null,i,this.options);r.#t.push(""),i.push(r),this.#C(t,n)}#C(t,n){let i=t.#t[0];this.#t.splice(n,1,...i.#t);for(let r of i.#t)typeof r=="object"&&(r.#i=this);this.#c=void 0}#k(t){return!!Wc.get(this.type)?.has(t)}#x(t){if(!t||typeof t!="object"||t.type!==null||t.#t.length!==1||this.type===null||this.#t.length!==1)return!1;let n=t.#t[0];return!n||typeof n!="object"||n.type===null?!1:this.#k(n.type)}#E(t){let n=Wc.get(this.type),i=t.#t[0],r=n?.get(i.type);if(!r)return!1;this.#t=i.#t;for(let s of this.#t)typeof s=="object"&&(s.#i=this);this.type=r,this.#c=void 0,this.#h=!1}static fromGlob(t,n={}){let i=new Ce(null,void 0,n);return Ce.#a(t,i,0,n,0),i}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let t=this.toString(),[n,i,r,s]=this.toRegExpSource();if(!(r||this.#n||this.#o.nocase&&!this.#o.nocaseMagicOnly&&t.toUpperCase()!==t.toLowerCase()))return i;let o=(this.#o.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${n}$`,o),{_src:n,_glob:t})}get options(){return this.#o}toRegExpSource(t){let n=t??!!this.#o.dot;if(this.#e===this&&(this.#d(),this.#u()),!Uc(this)){let l=this.isStart()&&this.isEnd()&&!this.#t.some(p=>typeof p!="string"),u=this.#t.map(p=>{let[m,d,g,y]=typeof p=="string"?Ce.#v(p,this.#n,l):p.toRegExpSource(t);return this.#n=this.#n||g,this.#r=this.#r||y,m}).join(""),h="";if(this.isStart()&&typeof this.#t[0]=="string"&&!(this.#t.length===1&&db.has(this.#t[0]))){let m=pb,d=n&&m.has(u.charAt(0))||u.startsWith("\\.")&&m.has(u.charAt(2))||u.startsWith("\\.\\.")&&m.has(u.charAt(4)),g=!n&&!t&&m.has(u.charAt(0));h=d?fb:g?Er:""}let c="";return this.isEnd()&&this.#e.#l&&this.#i?.type==="!"&&(c="(?:$|\\/)"),[h+u+c,St(u),this.#n=!!this.#n,this.#r]}let i=this.type==="*"||this.type==="+",r=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#w(n);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let l=this.toString(),u=this;return u.#t=[l],u.type=null,u.#n=void 0,[l,St(this.toString()),!1,!1]}let a=!i||t||n||!Er?"":this.#w(!0);a===s&&(a=""),a&&(s=`(?:${s})(?:${a})*?`);let o="";if(this.type==="!"&&this.#h)o=(this.isStart()&&!n?Er:"")+Gc;else{let l=this.type==="!"?"))"+(this.isStart()&&!n&&!t?Er:"")+Vc+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&a?")":this.type==="*"&&a?")?":`)${this.type}`;o=r+s+l}return[o,St(s),this.#n=!!this.#n,this.#r]}#d(){if(Uc(this)){let t=0,n=!1;do{n=!0;for(let i=0;i<this.#t.length;i++){let r=this.#t[i];typeof r=="object"&&(r.#d(),this.#S(r)?(n=!1,this.#C(r,i)):this.#g(r)?(n=!1,this.#b(r,i)):this.#x(r)&&(n=!1,this.#E(r)))}}while(!n&&++t<10)}else for(let t of this.#t)typeof t=="object"&&t.#d();this.#c=void 0}#w(t){return this.#t.map(n=>{if(typeof n=="string")throw new Error("string type in extglob ast??");let[i,r,s,a]=n.toRegExpSource(t);return this.#r=this.#r||a,i}).filter(n=>!(this.isStart()&&this.isEnd())||!!n).join("|")}static#v(t,n,i=!1){let r=!1,s="",a=!1,o=!1;for(let l=0;l<t.length;l++){let u=t.charAt(l);if(r){r=!1,s+=(mb.has(u)?"\\":"")+u;continue}if(u==="*"){if(o)continue;o=!0,s+=i&&/^[*]+$/.test(t)?Gc:Vc,n=!0;continue}else o=!1;if(u==="\\"){l===t.length-1?s+="\\\\":r=!0;continue}if(u==="["){let[h,c,f,p]=$c(t,l);if(f){s+=h,a=a||c,l+=f-1,n=n||p;continue}}if(u==="?"){s+=Ca,n=!0;continue}s+=gb(u)}return[s,St(t),!!n,a]}};Ce=Ht;var Da=(e,{windowsPathsNoEscape:t=!1,magicalBraces:n=!1}={})=>n?t?e.replace(/[?*()[\]{}]/g,"[$&]"):e.replace(/[?*()[\]\\{}]/g,"\\$&"):t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&");var ce=(e,t,n={})=>(ui(t),!n.nocomment&&t.charAt(0)==="#"?!1:new bn(t,n).match(e)),bb=/^\*+([^+@!?\*\[\(]*)$/,kb=e=>t=>!t.startsWith(".")&&t.endsWith(e),wb=e=>t=>t.endsWith(e),Sb=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),vb=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),xb=/^\*+\.\*+$/,Eb=e=>!e.startsWith(".")&&e.includes("."),Ab=e=>e!=="."&&e!==".."&&e.includes("."),Cb=/^\.\*+$/,Db=e=>e!=="."&&e!==".."&&e.startsWith("."),Lb=/^\*+$/,Nb=e=>e.length!==0&&!e.startsWith("."),Tb=e=>e.length!==0&&e!=="."&&e!=="..",Ib=/^\?+([^+@!?\*\[\(]*)?$/,Fb=([e,t=""])=>{let n=Yc([e]);return t?(t=t.toLowerCase(),i=>n(i)&&i.toLowerCase().endsWith(t)):n},jb=([e,t=""])=>{let n=Jc([e]);return t?(t=t.toLowerCase(),i=>n(i)&&i.toLowerCase().endsWith(t)):n},zb=([e,t=""])=>{let n=Jc([e]);return t?i=>n(i)&&i.endsWith(t):n},qb=([e,t=""])=>{let n=Yc([e]);return t?i=>n(i)&&i.endsWith(t):n},Yc=([e])=>{let t=e.length;return n=>n.length===t&&!n.startsWith(".")},Jc=([e])=>{let t=e.length;return n=>n.length===t&&n!=="."&&n!==".."},Qc=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",Kc={win32:{sep:"\\"},posix:{sep:"/"}},Ob=Qc==="win32"?Kc.win32.sep:Kc.posix.sep;ce.sep=Ob;var me=Symbol("globstar **");ce.GLOBSTAR=me;var Pb="[^/]",Rb=Pb+"*?",_b="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",Bb="(?:(?!(?:\\/|^)\\.).)*?",Mb=(e,t={})=>n=>ce(n,e,t);ce.filter=Mb;var Be=(e,t={})=>Object.assign({},e,t),$b=e=>{if(!e||typeof e!="object"||!Object.keys(e).length)return ce;let t=ce;return Object.assign((i,r,s={})=>t(i,r,Be(e,s)),{Minimatch:class extends t.Minimatch{constructor(r,s={}){super(r,Be(e,s))}static defaults(r){return t.defaults(Be(e,r)).Minimatch}},AST:class extends t.AST{constructor(r,s,a={}){super(r,s,Be(e,a))}static fromGlob(r,s={}){return t.AST.fromGlob(r,Be(e,s))}},unescape:(i,r={})=>t.unescape(i,Be(e,r)),escape:(i,r={})=>t.escape(i,Be(e,r)),filter:(i,r={})=>t.filter(i,Be(e,r)),defaults:i=>t.defaults(Be(e,i)),makeRe:(i,r={})=>t.makeRe(i,Be(e,r)),braceExpand:(i,r={})=>t.braceExpand(i,Be(e,r)),match:(i,r,s={})=>t.match(i,r,Be(e,s)),sep:t.sep,GLOBSTAR:me})};ce.defaults=$b;var Xc=(e,t={})=>(ui(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:Bc(e,{max:t.braceExpandMax}));ce.braceExpand=Xc;var Ub=(e,t={})=>new bn(e,t).makeRe();ce.makeRe=Ub;var Wb=(e,t,n={})=>{let i=new bn(t,n);return e=e.filter(r=>i.match(r)),i.options.nonull&&!e.length&&e.push(t),e};ce.match=Wb;var Hc=/[?*]|[+@!]\(.*?\)|\[|\]/,Vb=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),bn=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;maxGlobstarRecursion;regexp;constructor(t,n={}){ui(t),n=n||{},this.options=n,this.maxGlobstarRecursion=n.maxGlobstarRecursion??200,this.pattern=t,this.platform=n.platform||Qc,this.isWindows=this.platform==="win32";let i="allowWindowsEscape";this.windowsPathsNoEscape=!!n.windowsPathsNoEscape||n[i]===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!n.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!n.nonegate,this.comment=!1,this.empty=!1,this.partial=!!n.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=n.windowsNoMagicRoot!==void 0?n.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let t of this.set)for(let n of t)if(typeof n!="string")return!0;return!1}debug(...t){}make(){let t=this.pattern,n=this.options;if(!n.nocomment&&t.charAt(0)==="#"){this.comment=!0;return}if(!t){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],n.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let i=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(i),this.debug(this.pattern,this.globParts);let r=this.globParts.map((s,a,o)=>{if(this.isWindows&&this.windowsNoMagicRoot){let l=s[0]===""&&s[1]===""&&(s[2]==="?"||!Hc.test(s[2]))&&!Hc.test(s[3]),u=/^[a-z]:/i.test(s[0]);if(l)return[...s.slice(0,4),...s.slice(4).map(h=>this.parse(h))];if(u)return[s[0],...s.slice(1).map(h=>this.parse(h))]}return s.map(l=>this.parse(l))});if(this.debug(this.pattern,r),this.set=r.filter(s=>s.indexOf(!1)===-1),this.isWindows)for(let s=0;s<this.set.length;s++){let a=this.set[s];a[0]===""&&a[1]===""&&this.globParts[s][2]==="?"&&typeof a[3]=="string"&&/^[a-z]:$/i.test(a[3])&&(a[2]="?")}this.debug(this.pattern,this.set)}preprocess(t){if(this.options.noglobstar)for(let i=0;i<t.length;i++)for(let r=0;r<t[i].length;r++)t[i][r]==="**"&&(t[i][r]="*");let{optimizationLevel:n=1}=this.options;return n>=2?(t=this.firstPhasePreProcess(t),t=this.secondPhasePreProcess(t)):n>=1?t=this.levelOneOptimize(t):t=this.adjascentGlobstarOptimize(t),t}adjascentGlobstarOptimize(t){return t.map(n=>{let i=-1;for(;(i=n.indexOf("**",i+1))!==-1;){let r=i;for(;n[r+1]==="**";)r++;r!==i&&n.splice(i,r-i)}return n})}levelOneOptimize(t){return t.map(n=>(n=n.reduce((i,r)=>{let s=i[i.length-1];return r==="**"&&s==="**"?i:r===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(i.pop(),i):(i.push(r),i)},[]),n.length===0?[""]:n))}levelTwoFileOptimize(t){Array.isArray(t)||(t=this.slashSplit(t));let n=!1;do{if(n=!1,!this.preserveMultipleSlashes){for(let r=1;r<t.length-1;r++){let s=t[r];r===1&&s===""&&t[0]===""||(s==="."||s==="")&&(n=!0,t.splice(r,1),r--)}t[0]==="."&&t.length===2&&(t[1]==="."||t[1]==="")&&(n=!0,t.pop())}let i=0;for(;(i=t.indexOf("..",i+1))!==-1;){let r=t[i-1];r&&r!=="."&&r!==".."&&r!=="**"&&(n=!0,t.splice(i-1,2),i-=2)}}while(n);return t.length===0?[""]:t}firstPhasePreProcess(t){let n=!1;do{n=!1;for(let i of t){let r=-1;for(;(r=i.indexOf("**",r+1))!==-1;){let a=r;for(;i[a+1]==="**";)a++;a>r&&i.splice(r+1,a-r);let o=i[r+1],l=i[r+2],u=i[r+3];if(o!==".."||!l||l==="."||l===".."||!u||u==="."||u==="..")continue;n=!0,i.splice(r,1);let h=i.slice(0);h[r]="**",t.push(h),r--}if(!this.preserveMultipleSlashes){for(let a=1;a<i.length-1;a++){let o=i[a];a===1&&o===""&&i[0]===""||(o==="."||o==="")&&(n=!0,i.splice(a,1),a--)}i[0]==="."&&i.length===2&&(i[1]==="."||i[1]==="")&&(n=!0,i.pop())}let s=0;for(;(s=i.indexOf("..",s+1))!==-1;){let a=i[s-1];if(a&&a!=="."&&a!==".."&&a!=="**"){n=!0;let l=s===1&&i[s+1]==="**"?["."]:[];i.splice(s-1,2,...l),i.length===0&&i.push(""),s-=2}}}}while(n);return t}secondPhasePreProcess(t){for(let n=0;n<t.length-1;n++)for(let i=n+1;i<t.length;i++){let r=this.partsMatch(t[n],t[i],!this.preserveMultipleSlashes);if(r){t[n]=[],t[i]=r;break}}return t.filter(n=>n.length)}partsMatch(t,n,i=!1){let r=0,s=0,a=[],o="";for(;r<t.length&&s<n.length;)if(t[r]===n[s])a.push(o==="b"?n[s]:t[r]),r++,s++;else if(i&&t[r]==="**"&&n[s]===t[r+1])a.push(t[r]),r++;else if(i&&n[s]==="**"&&t[r]===n[s+1])a.push(n[s]),s++;else if(t[r]==="*"&&n[s]&&(this.options.dot||!n[s].startsWith("."))&&n[s]!=="**"){if(o==="b")return!1;o="a",a.push(t[r]),r++,s++}else if(n[s]==="*"&&t[r]&&(this.options.dot||!t[r].startsWith("."))&&t[r]!=="**"){if(o==="a")return!1;o="b",a.push(n[s]),r++,s++}else return!1;return t.length===n.length&&a}parseNegate(){if(this.nonegate)return;let t=this.pattern,n=!1,i=0;for(let r=0;r<t.length&&t.charAt(r)==="!";r++)n=!n,i++;i&&(this.pattern=t.slice(i)),this.negate=n}matchOne(t,n,i=!1){let r=0,s=0;if(this.isWindows){let o=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),l=!o&&t[0]===""&&t[1]===""&&t[2]==="?"&&/^[a-z]:$/i.test(t[3]),u=typeof n[0]=="string"&&/^[a-z]:$/i.test(n[0]),h=!u&&n[0]===""&&n[1]===""&&n[2]==="?"&&typeof n[3]=="string"&&/^[a-z]:$/i.test(n[3]),c=l?3:o?0:void 0,f=h?3:u?0:void 0;if(typeof c=="number"&&typeof f=="number"){let[p,m]=[t[c],n[f]];p.toLowerCase()===m.toLowerCase()&&(n[f]=p,s=f,r=c)}}let{optimizationLevel:a=1}=this.options;return a>=2&&(t=this.levelTwoFileOptimize(t)),n.includes(me)?this.#e(t,n,i,r,s):this.#r(t,n,i,r,s)}#e(t,n,i,r,s){let a=n.indexOf(me,s),o=n.lastIndexOf(me),[l,u,h]=i?[n.slice(s,a),n.slice(a+1),[]]:[n.slice(s,a),n.slice(a+1,o),n.slice(o+1)];if(l.length){let w=t.slice(r,r+l.length);if(!this.#r(w,l,i,0,0))return!1;r+=l.length,s+=l.length}let c=0;if(h.length){if(h.length+r>t.length)return!1;let w=t.length-h.length;if(this.#r(t,h,i,w,0))c=h.length;else{if(t[t.length-1]!==""||r+h.length===t.length||(w--,!this.#r(t,h,i,w,0)))return!1;c=h.length+1}}if(!u.length){let w=!!c;for(let k=r;k<t.length-c;k++){let v=String(t[k]);if(w=!0,v==="."||v===".."||!this.options.dot&&v.startsWith("."))return!1}return i||w}let f=[[[],0]],p=f[0],m=0,d=[0];for(let w of u)w===me?(d.push(m),p=[[],0],f.push(p)):(p[0].push(w),m++);let g=f.length-1,y=t.length-c;for(let w of f)w[1]=y-(d[g--]+w[0].length);return!!this.#n(t,f,r,0,i,0,!!c)}#n(t,n,i,r,s,a,o){let l=n[r];if(!l){for(let c=i;c<t.length;c++){o=!0;let f=t[c];if(f==="."||f===".."||!this.options.dot&&f.startsWith("."))return!1}return o}let[u,h]=l;for(;i<=h;){if(this.#r(t.slice(0,i+u.length),u,s,i,0)&&a<this.maxGlobstarRecursion){let p=this.#n(t,n,i+u.length,r+1,s,a+1,o);if(p!==!1)return p}let f=t[i];if(f==="."||f===".."||!this.options.dot&&f.startsWith("."))return!1;i++}return s||null}#r(t,n,i,r,s){let a,o,l,u;for(a=r,o=s,u=t.length,l=n.length;a<u&&o<l;a++,o++){this.debug("matchOne loop");let h=n[o],c=t[a];if(this.debug(n,h,c),h===!1||h===me)return!1;let f;if(typeof h=="string"?(f=c===h,this.debug("string match",h,c,f)):(f=h.test(c),this.debug("pattern match",h,c,f)),!f)return!1}if(a===u&&o===l)return!0;if(a===u)return i;if(o===l)return a===u-1&&t[a]==="";throw new Error("wtf?")}braceExpand(){return Xc(this.pattern,this.options)}parse(t){ui(t);let n=this.options;if(t==="**")return me;if(t==="")return"";let i,r=null;(i=t.match(Lb))?r=n.dot?Tb:Nb:(i=t.match(bb))?r=(n.nocase?n.dot?vb:Sb:n.dot?wb:kb)(i[1]):(i=t.match(Ib))?r=(n.nocase?n.dot?jb:Fb:n.dot?zb:qb)(i):(i=t.match(xb))?r=n.dot?Ab:Eb:(i=t.match(Cb))&&(r=Db);let s=Ht.fromGlob(t,this.options).toMMPattern();return r&&typeof s=="object"&&Reflect.defineProperty(s,"test",{value:r}),s}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let t=this.set;if(!t.length)return this.regexp=!1,this.regexp;let n=this.options,i=n.noglobstar?Rb:n.dot?_b:Bb,r=new Set(n.nocase?["i"]:[]),s=t.map(l=>{let u=l.map(c=>{if(c instanceof RegExp)for(let f of c.flags.split(""))r.add(f);return typeof c=="string"?Vb(c):c===me?me:c._src});u.forEach((c,f)=>{let p=u[f+1],m=u[f-1];c!==me||m===me||(m===void 0?p!==void 0&&p!==me?u[f+1]="(?:\\/|"+i+"\\/)?"+p:u[f]=i:p===void 0?u[f-1]=m+"(?:\\/|\\/"+i+")?":p!==me&&(u[f-1]=m+"(?:\\/|\\/"+i+"\\/)"+p,u[f+1]=me))});let h=u.filter(c=>c!==me);if(this.partial&&h.length>=1){let c=[];for(let f=1;f<=h.length;f++)c.push(h.slice(0,f).join("/"));return"(?:"+c.join("|")+")"}return h.join("/")}).join("|"),[a,o]=t.length>1?["(?:",")"]:["",""];s="^"+a+s+o+"$",this.partial&&(s="^(?:\\/|"+a+s.slice(1,-1)+o+")$"),this.negate&&(s="^(?!"+s+").+$");try{this.regexp=new RegExp(s,[...r].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(t){return this.preserveMultipleSlashes?t.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(t)?["",...t.split(/\/+/)]:t.split(/\/+/)}match(t,n=this.partial){if(this.debug("match",t,this.pattern),this.comment)return!1;if(this.empty)return t==="";if(t==="/"&&n)return!0;let i=this.options;this.isWindows&&(t=t.split("\\").join("/"));let r=this.slashSplit(t);this.debug(this.pattern,"split",r);let s=this.set;this.debug(this.pattern,"set",s);let a=r[r.length-1];if(!a)for(let o=r.length-2;!a&&o>=0;o--)a=r[o];for(let o=0;o<s.length;o++){let l=s[o],u=r;if(i.matchBase&&l.length===1&&(u=[a]),this.matchOne(u,l,n))return i.flipNegate?!0:!this.negate}return i.flipNegate?!1:this.negate}static defaults(t){return ce.defaults(t).Minimatch}};ce.AST=Ht;ce.Minimatch=bn;ce.escape=Da;ce.unescape=St;var q=K(require("path")),V=K(require("fs"));var Se=K(require("fs")),pt=K(require("path")),Mp=K(require("os")),dt=K(Tn()),$p="vasmc.yaml",Up="vasmc-lock.yaml",kv="vasmc-build.yaml";function ul(e=process.cwd()){let t=pt.join(e,$p);if(!Se.existsSync(t))return{dependencies:{}};let n=Se.readFileSync(t,"utf8");return dt.parse(n)||{dependencies:{}}}function wv(e,t=process.cwd()){let n=pt.join(t,$p),i=dt.stringify(e);Se.writeFileSync(n,i,"utf8")}function nt(e=process.cwd()){let t=pt.join(e,Up);if(!Se.existsSync(t))return{version:1,dependencies:{}};let n=Se.readFileSync(t,"utf8");return dt.parse(n)||{version:1,dependencies:{}}}function cl(e,t=process.cwd()){let n=pt.join(t,Up),i=dt.stringify(e);Se.writeFileSync(n,i,"utf8")}function Ss(e=process.cwd()){let t=pt.join(e,kv);if(!Se.existsSync(t))return{includes:[],baseDir:".",routing:[]};let n=Se.readFileSync(t,"utf8");return dt.parse(n)||{includes:[],baseDir:".",routing:[]}}function hl(){let e={},t=pt.resolve(Mp.homedir(),".vasmrc");if(Se.existsSync(t))try{let i=Se.readFileSync(t,"utf8"),r=dt.parse(i);r&&(e={...r})}catch(i){console.warn(`[WARN] Failed to parse global ~/.vasmrc: ${i}`)}let n=pt.resolve(process.cwd(),".vasmrc");if(Se.existsSync(n))try{let i=Se.readFileSync(n,"utf8"),r=dt.parse(i);r&&(e={...e,...r})}catch(i){console.warn(`[WARN] Failed to parse local ./.vasmrc: ${i}`)}return e}var Rt=K(require("fs")),pe=K(require("path")),Qs=K(Tn());function fl(e){if(e)throw e}var As=K(Xp(),1);function $i(e){if(typeof e!="object"||e===null)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function pl(){let e=[],t={run:n,use:i};return t;function n(...r){let s=-1,a=r.pop();if(typeof a!="function")throw new TypeError("Expected function as last argument, not "+a);o(null,...r);function o(l,...u){let h=e[++s],c=-1;if(l){a(l);return}for(;++c<r.length;)(u[c]===null||u[c]===void 0)&&(u[c]=r[c]);r=u,h?Zp(h,o)(...u):a(null,...u)}}function i(r){if(typeof r!="function")throw new TypeError("Expected `middelware` to be a function, not "+r);return e.push(r),t}}function Zp(e,t){let n;return i;function i(...a){let o=e.length>a.length,l;o&&a.push(r);try{l=e.apply(this,a)}catch(u){let h=u;if(o&&n)throw h;return r(h)}o||(l&&l.then&&typeof l.then=="function"?l.then(s,r):l instanceof Error?r(l):s(l))}function r(a,...o){n||(n=!0,t(a,...o))}function s(a){r(null,a)}}function Ft(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?ed(e.position):"start"in e||"end"in e?ed(e):"line"in e||"column"in e?dl(e):""}function dl(e){return td(e&&e.line)+":"+td(e&&e.column)}function ed(e){return dl(e&&e.start)+"-"+dl(e&&e.end)}function td(e){return e&&typeof e=="number"?e:1}var le=class extends Error{constructor(t,n,i){super(),typeof n=="string"&&(i=n,n=void 0);let r="",s={},a=!1;if(n&&("line"in n&&"column"in n?s={place:n}:"start"in n&&"end"in n?s={place:n}:"type"in n?s={ancestors:[n],place:n.position}:s={...n}),typeof t=="string"?r=t:!s.cause&&t&&(a=!0,r=t.message,s.cause=t),!s.ruleId&&!s.source&&typeof i=="string"){let l=i.indexOf(":");l===-1?s.ruleId=i:(s.source=i.slice(0,l),s.ruleId=i.slice(l+1))}if(!s.place&&s.ancestors&&s.ancestors){let l=s.ancestors[s.ancestors.length-1];l&&(s.place=l.position)}let o=s.place&&"start"in s.place?s.place.start:s.place;this.ancestors=s.ancestors||void 0,this.cause=s.cause||void 0,this.column=o?o.column:void 0,this.fatal=void 0,this.file="",this.message=r,this.line=o?o.line:void 0,this.name=Ft(s.place)||"1:1",this.place=s.place||void 0,this.reason=this.message,this.ruleId=s.ruleId||void 0,this.source=s.source||void 0,this.stack=a&&s.cause&&typeof s.cause.stack=="string"?s.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};le.prototype.file="";le.prototype.name="";le.prototype.reason="";le.prototype.message="";le.prototype.stack="";le.prototype.column=void 0;le.prototype.line=void 0;le.prototype.ancestors=void 0;le.prototype.cause=void 0;le.prototype.fatal=void 0;le.prototype.place=void 0;le.prototype.ruleId=void 0;le.prototype.source=void 0;var $e=K(require("path"),1);var ml=K(require("process"),1);var gl=require("url");function xs(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}var yl=["history","path","basename","stem","extname","dirname"],Ui=class{constructor(t){let n;t?xs(t)?n={path:t}:typeof t=="string"||Sv(t)?n={value:t}:n=t:n={},this.cwd="cwd"in n?"":ml.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let i=-1;for(;++i<yl.length;){let s=yl[i];s in n&&n[s]!==void 0&&n[s]!==null&&(this[s]=s==="history"?[...n[s]]:n[s])}let r;for(r in n)yl.includes(r)||(this[r]=n[r])}get basename(){return typeof this.path=="string"?$e.default.basename(this.path):void 0}set basename(t){kl(t,"basename"),bl(t,"basename"),this.path=$e.default.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?$e.default.dirname(this.path):void 0}set dirname(t){nd(this.basename,"dirname"),this.path=$e.default.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?$e.default.extname(this.path):void 0}set extname(t){if(bl(t,"extname"),nd(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=$e.default.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){xs(t)&&(t=(0,gl.fileURLToPath)(t)),kl(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?$e.default.basename(this.path,this.extname):void 0}set stem(t){kl(t,"stem"),bl(t,"stem"),this.path=$e.default.join(this.dirname||"",t+(this.extname||""))}fail(t,n,i){let r=this.message(t,n,i);throw r.fatal=!0,r}info(t,n,i){let r=this.message(t,n,i);return r.fatal=void 0,r}message(t,n,i){let r=new le(t,n,i);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}};function bl(e,t){if(e&&e.includes($e.default.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+$e.default.sep+"`")}function kl(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function nd(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function Sv(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var id=(function(e){let i=this.constructor.prototype,r=i[e],s=function(){return r.apply(s,arguments)};return Object.setPrototypeOf(s,i),s});var vv={}.hasOwnProperty,xl=class e extends id{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=pl()}copy(){let t=new e,n=-1;for(;++n<this.attachers.length;){let i=this.attachers[n];t.use(...i)}return t.data((0,As.default)(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(vl("data",this.frozen),this.namespace[t]=n,this):vv.call(this.namespace,t)&&this.namespace[t]||void 0:t?(vl("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;let t=this;for(;++this.freezeIndex<this.attachers.length;){let[n,...i]=this.attachers[this.freezeIndex];if(i[0]===!1)continue;i[0]===!0&&(i[0]=void 0);let r=n.call(t,...i);typeof r=="function"&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();let n=Es(t),i=this.parser||this.Parser;return wl("parse",i),i(String(n),n)}process(t,n){let i=this;return this.freeze(),wl("process",this.parser||this.Parser),Sl("process",this.compiler||this.Compiler),n?r(void 0,n):new Promise(r);function r(s,a){let o=Es(t),l=i.parse(o);i.run(l,o,function(h,c,f){if(h||!c||!f)return u(h);let p=c,m=i.stringify(p,f);Ev(m)?f.value=m:f.result=m,u(h,f)});function u(h,c){h||!c?a(h):s?s(c):n(void 0,c)}}}processSync(t){let n=!1,i;return this.freeze(),wl("processSync",this.parser||this.Parser),Sl("processSync",this.compiler||this.Compiler),this.process(t,r),sd("processSync","process",n),i;function r(s,a){n=!0,fl(s),i=a}}run(t,n,i){rd(t),this.freeze();let r=this.transformers;return!i&&typeof n=="function"&&(i=n,n=void 0),i?s(void 0,i):new Promise(s);function s(a,o){let l=Es(n);r.run(t,l,u);function u(h,c,f){let p=c||t;h?o(h):a?a(p):i(void 0,p,f)}}}runSync(t,n){let i=!1,r;return this.run(t,n,s),sd("runSync","run",i),r;function s(a,o){fl(a),r=o,i=!0}}stringify(t,n){this.freeze();let i=Es(n),r=this.compiler||this.Compiler;return Sl("stringify",r),rd(t),r(t,i)}use(t,...n){let i=this.attachers,r=this.namespace;if(vl("use",this.frozen),t!=null)if(typeof t=="function")l(t,n);else if(typeof t=="object")Array.isArray(t)?o(t):a(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function s(u){if(typeof u=="function")l(u,[]);else if(typeof u=="object")if(Array.isArray(u)){let[h,...c]=u;l(h,c)}else a(u);else throw new TypeError("Expected usable value, not `"+u+"`")}function a(u){if(!("plugins"in u)&&!("settings"in u))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");o(u.plugins),u.settings&&(r.settings=(0,As.default)(!0,r.settings,u.settings))}function o(u){let h=-1;if(u!=null)if(Array.isArray(u))for(;++h<u.length;){let c=u[h];s(c)}else throw new TypeError("Expected a list of plugins, not `"+u+"`")}function l(u,h){let c=-1,f=-1;for(;++c<i.length;)if(i[c][0]===u){f=c;break}if(f===-1)i.push([u,...h]);else if(h.length>0){let[p,...m]=h,d=i[f][1];$i(d)&&$i(p)&&(p=(0,As.default)(!0,d,p)),i[f]=[u,p,...m]}}}},tn=new xl().freeze();function wl(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function Sl(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function vl(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function rd(e){if(!$i(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function sd(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Es(e){return xv(e)?e:new Ui(e)}function xv(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function Ev(e){return typeof e=="string"||Av(e)}function Av(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var Cv={};function nn(e,t){let n=t||Cv,i=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,r=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return od(e,i,r)}function od(e,t,n){if(Dv(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return ad(e.children,t,n)}return Array.isArray(e)?ad(e,t,n):""}function ad(e,t,n){let i=[],r=-1;for(;++r<e.length;)i[r]=od(e[r],t,n);return i.join("")}function Dv(e){return!!(e&&typeof e=="object")}var El={AElig:"\xC6",AMP:"&",Aacute:"\xC1",Abreve:"\u0102",Acirc:"\xC2",Acy:"\u0410",Afr:"\u{1D504}",Agrave:"\xC0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2A53",Aogon:"\u0104",Aopf:"\u{1D538}",ApplyFunction:"\u2061",Aring:"\xC5",Ascr:"\u{1D49C}",Assign:"\u2254",Atilde:"\xC3",Auml:"\xC4",Backslash:"\u2216",Barv:"\u2AE7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212C",Beta:"\u0392",Bfr:"\u{1D505}",Bopf:"\u{1D539}",Breve:"\u02D8",Bscr:"\u212C",Bumpeq:"\u224E",CHcy:"\u0427",COPY:"\xA9",Cacute:"\u0106",Cap:"\u22D2",CapitalDifferentialD:"\u2145",Cayleys:"\u212D",Ccaron:"\u010C",Ccedil:"\xC7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010A",Cedilla:"\xB8",CenterDot:"\xB7",Cfr:"\u212D",Chi:"\u03A7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2A74",Congruent:"\u2261",Conint:"\u222F",ContourIntegral:"\u222E",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2A2F",Cscr:"\u{1D49E}",Cup:"\u22D3",CupCap:"\u224D",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040F",Dagger:"\u2021",Darr:"\u21A1",Dashv:"\u2AE4",Dcaron:"\u010E",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\u{1D507}",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",Diamond:"\u22C4",DifferentialD:"\u2146",Dopf:"\u{1D53B}",Dot:"\xA8",DotDot:"\u20DC",DotEqual:"\u2250",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",Downarrow:"\u21D3",Dscr:"\u{1D49F}",Dstrok:"\u0110",ENG:"\u014A",ETH:"\xD0",Eacute:"\xC9",Ecaron:"\u011A",Ecirc:"\xCA",Ecy:"\u042D",Edot:"\u0116",Efr:"\u{1D508}",Egrave:"\xC8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25FB",EmptyVerySmallSquare:"\u25AB",Eogon:"\u0118",Eopf:"\u{1D53C}",Epsilon:"\u0395",Equal:"\u2A75",EqualTilde:"\u2242",Equilibrium:"\u21CC",Escr:"\u2130",Esim:"\u2A73",Eta:"\u0397",Euml:"\xCB",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\u{1D509}",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",Fopf:"\u{1D53D}",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",GT:">",Gamma:"\u0393",Gammad:"\u03DC",Gbreve:"\u011E",Gcedil:"\u0122",Gcirc:"\u011C",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\u{1D50A}",Gg:"\u22D9",Gopf:"\u{1D53E}",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",Gt:"\u226B",HARDcy:"\u042A",Hacek:"\u02C7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210C",HilbertSpace:"\u210B",Hopf:"\u210D",HorizontalLine:"\u2500",Hscr:"\u210B",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacute:"\xCD",Icirc:"\xCE",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrave:"\xCC",Im:"\u2111",Imacr:"\u012A",ImaginaryI:"\u2148",Implies:"\u21D2",Int:"\u222C",Integral:"\u222B",Intersection:"\u22C2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012E",Iopf:"\u{1D540}",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Iuml:"\xCF",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\u{1D50D}",Jopf:"\u{1D541}",Jscr:"\u{1D4A5}",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",Kfr:"\u{1D50E}",Kopf:"\u{1D542}",Kscr:"\u{1D4A6}",LJcy:"\u0409",LT:"<",Lacute:"\u0139",Lambda:"\u039B",Lang:"\u27EA",Laplacetrf:"\u2112",Larr:"\u219E",Lcaron:"\u013D",Lcedil:"\u013B",Lcy:"\u041B",LeftAngleBracket:"\u27E8",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",LeftRightArrow:"\u2194",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",Leftarrow:"\u21D0",Leftrightarrow:"\u21D4",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2AA1",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",Lfr:"\u{1D50F}",Ll:"\u22D8",Lleftarrow:"\u21DA",Lmidot:"\u013F",LongLeftArrow:"\u27F5",LongLeftRightArrow:"\u27F7",LongRightArrow:"\u27F6",Longleftarrow:"\u27F8",Longleftrightarrow:"\u27FA",Longrightarrow:"\u27F9",Lopf:"\u{1D543}",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21B0",Lstrok:"\u0141",Lt:"\u226A",Map:"\u2905",Mcy:"\u041C",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",MinusPlus:"\u2213",Mopf:"\u{1D544}",Mscr:"\u2133",Mu:"\u039C",NJcy:"\u040A",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041D",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
142
+ `,Nfr:"\u{1D511}",NoBreak:"\u2060",NonBreakingSpace:"\xA0",Nopf:"\u2115",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\u{1D4A9}",Ntilde:"\xD1",Nu:"\u039D",OElig:"\u0152",Oacute:"\xD3",Ocirc:"\xD4",Ocy:"\u041E",Odblac:"\u0150",Ofr:"\u{1D512}",Ograve:"\xD2",Omacr:"\u014C",Omega:"\u03A9",Omicron:"\u039F",Oopf:"\u{1D546}",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",Or:"\u2A54",Oscr:"\u{1D4AA}",Oslash:"\xD8",Otilde:"\xD5",Otimes:"\u2A37",Ouml:"\xD6",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",PartialD:"\u2202",Pcy:"\u041F",Pfr:"\u{1D513}",Phi:"\u03A6",Pi:"\u03A0",PlusMinus:"\xB1",Poincareplane:"\u210C",Popf:"\u2119",Pr:"\u2ABB",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",Prime:"\u2033",Product:"\u220F",Proportion:"\u2237",Proportional:"\u221D",Pscr:"\u{1D4AB}",Psi:"\u03A8",QUOT:'"',Qfr:"\u{1D514}",Qopf:"\u211A",Qscr:"\u{1D4AC}",RBarr:"\u2910",REG:"\xAE",Racute:"\u0154",Rang:"\u27EB",Rarr:"\u21A0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211C",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",Rfr:"\u211C",Rho:"\u03A1",RightAngleBracket:"\u27E9",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",Rightarrow:"\u21D2",Ropf:"\u211D",RoundImplies:"\u2970",Rrightarrow:"\u21DB",Rscr:"\u211B",Rsh:"\u21B1",RuleDelayed:"\u29F4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042C",Sacute:"\u015A",Sc:"\u2ABC",Scaron:"\u0160",Scedil:"\u015E",Scirc:"\u015C",Scy:"\u0421",Sfr:"\u{1D516}",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03A3",SmallCircle:"\u2218",Sopf:"\u{1D54A}",Sqrt:"\u221A",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\u{1D4AE}",Star:"\u22C6",Sub:"\u22D0",Subset:"\u22D0",SubsetEqual:"\u2286",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",SuchThat:"\u220B",Sum:"\u2211",Sup:"\u22D1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22D1",THORN:"\xDE",TRADE:"\u2122",TSHcy:"\u040B",TScy:"\u0426",Tab:" ",Tau:"\u03A4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\u{1D517}",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\u{1D54B}",TripleDot:"\u20DB",Tscr:"\u{1D4AF}",Tstrok:"\u0166",Uacute:"\xDA",Uarr:"\u219F",Uarrocir:"\u2949",Ubrcy:"\u040E",Ubreve:"\u016C",Ucirc:"\xDB",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\u{1D518}",Ugrave:"\xD9",Umacr:"\u016A",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",Uopf:"\u{1D54C}",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",UpTee:"\u22A5",UpTeeArrow:"\u21A5",Uparrow:"\u21D1",Updownarrow:"\u21D5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03D2",Upsilon:"\u03A5",Uring:"\u016E",Uscr:"\u{1D4B0}",Utilde:"\u0168",Uuml:"\xDC",VDash:"\u22AB",Vbar:"\u2AEB",Vcy:"\u0412",Vdash:"\u22A9",Vdashl:"\u2AE6",Vee:"\u22C1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",Vopf:"\u{1D54D}",Vscr:"\u{1D4B1}",Vvdash:"\u22AA",Wcirc:"\u0174",Wedge:"\u22C0",Wfr:"\u{1D51A}",Wopf:"\u{1D54E}",Wscr:"\u{1D4B2}",Xfr:"\u{1D51B}",Xi:"\u039E",Xopf:"\u{1D54F}",Xscr:"\u{1D4B3}",YAcy:"\u042F",YIcy:"\u0407",YUcy:"\u042E",Yacute:"\xDD",Ycirc:"\u0176",Ycy:"\u042B",Yfr:"\u{1D51C}",Yopf:"\u{1D550}",Yscr:"\u{1D4B4}",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017D",Zcy:"\u0417",Zdot:"\u017B",ZeroWidthSpace:"\u200B",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\u{1D4B5}",aacute:"\xE1",abreve:"\u0103",ac:"\u223E",acE:"\u223E\u0333",acd:"\u223F",acirc:"\xE2",acute:"\xB4",acy:"\u0430",aelig:"\xE6",af:"\u2061",afr:"\u{1D51E}",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",amacr:"\u0101",amalg:"\u2A3F",amp:"&",and:"\u2227",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",aopf:"\u{1D552}",ap:"\u2248",apE:"\u2A70",apacir:"\u2A6F",ape:"\u224A",apid:"\u224B",apos:"'",approx:"\u2248",approxeq:"\u224A",aring:"\xE5",ascr:"\u{1D4B6}",ast:"*",asymp:"\u2248",asympeq:"\u224D",atilde:"\xE3",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",bNot:"\u2AED",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",barvee:"\u22BD",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",beta:"\u03B2",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255D",boxUR:"\u255A",boxUl:"\u255C",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256C",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256B",boxVl:"\u2562",boxVr:"\u255F",boxbox:"\u29C9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250C",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252C",boxhu:"\u2534",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxuL:"\u255B",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256A",boxvL:"\u2561",boxvR:"\u255E",boxvh:"\u253C",boxvl:"\u2524",boxvr:"\u251C",bprime:"\u2035",breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",bumpeq:"\u224F",cacute:"\u0107",cap:"\u2229",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",ccaps:"\u2A4D",ccaron:"\u010D",ccedil:"\xE7",ccirc:"\u0109",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",cedil:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",cfr:"\u{1D520}",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",cir:"\u25CB",cirE:"\u29C3",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledR:"\xAE",circledS:"\u24C8",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",conint:"\u222E",copf:"\u{1D554}",coprod:"\u2210",copy:"\xA9",copysr:"\u2117",crarr:"\u21B5",cross:"\u2717",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",cupbrcap:"\u2A48",cupcap:"\u2A46",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dArr:"\u21D3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21CA",ddotseq:"\u2A77",deg:"\xB0",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",dharl:"\u21C3",dharr:"\u21C2",diam:"\u22C4",diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",dot:"\u02D9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",dscy:"\u0455",dsol:"\u29F6",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",dzigrarr:"\u27FF",eDDot:"\u2A77",eDot:"\u2251",eacute:"\xE9",easter:"\u2A6E",ecaron:"\u011B",ecir:"\u2256",ecirc:"\xEA",ecolon:"\u2255",ecy:"\u044D",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",eg:"\u2A9A",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014B",ensp:"\u2002",eogon:"\u0119",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",equals:"=",equest:"\u225F",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erDot:"\u2253",erarr:"\u2971",escr:"\u212F",esdot:"\u2250",esim:"\u2242",eta:"\u03B7",eth:"\xF0",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",filig:"\uFB01",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",forall:"\u2200",fork:"\u22D4",forkv:"\u2AD9",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",gE:"\u2267",gEl:"\u2A8C",gacute:"\u01F5",gamma:"\u03B3",gammad:"\u03DD",gap:"\u2A86",gbreve:"\u011F",gcirc:"\u011D",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",gg:"\u226B",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2A92",gla:"\u2AA5",glj:"\u2AA4",gnE:"\u2269",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",grave:"`",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gt:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",hArr:"\u21D4",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",harr:"\u2194",harrcir:"\u2948",harrw:"\u21AD",hbar:"\u210F",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",horbar:"\u2015",hscr:"\u{1D4BD}",hslash:"\u210F",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacute:"\xED",ic:"\u2063",icirc:"\xEE",icy:"\u0438",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012B",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",intcal:"\u22BA",integers:"\u2124",intercal:"\u22BA",intlarhk:"\u2A17",intprod:"\u2A3C",iocy:"\u0451",iogon:"\u012F",iopf:"\u{1D55A}",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",isin:"\u2208",isinE:"\u22F9",isindot:"\u22F5",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",iuml:"\xEF",jcirc:"\u0135",jcy:"\u0439",jfr:"\u{1D527}",jmath:"\u0237",jopf:"\u{1D55B}",jscr:"\u{1D4BF}",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03BA",kappav:"\u03F0",kcedil:"\u0137",kcy:"\u043A",kfr:"\u{1D528}",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C",kopf:"\u{1D55C}",kscr:"\u{1D4C0}",lAarr:"\u21DA",lArr:"\u21D0",lAtail:"\u291B",lBarr:"\u290E",lE:"\u2266",lEg:"\u2A8B",lHar:"\u2962",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",lang:"\u27E8",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",laquo:"\xAB",larr:"\u2190",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",lcedil:"\u013C",lceil:"\u2308",lcub:"{",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21A2",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",leftthreetimes:"\u22CB",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226A",llarr:"\u21C7",llcorner:"\u231E",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",lmoust:"\u23B0",lmoustache:"\u23B0",lnE:"\u2268",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",longleftrightarrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",lt:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltrPar:"\u2996",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",mDDot:"\u223A",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",mdash:"\u2014",measuredangle:"\u2221",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",mstpos:"\u223E",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nGg:"\u22D9\u0338",nGt:"\u226B\u20D2",nGtv:"\u226B\u0338",nLeftarrow:"\u21CD",nLeftrightarrow:"\u21CE",nLl:"\u22D8\u0338",nLt:"\u226A\u20D2",nLtv:"\u226A\u0338",nRightarrow:"\u21CF",nVDash:"\u22AF",nVdash:"\u22AE",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",ndash:"\u2013",ne:"\u2260",neArr:"\u21D7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",ngsim:"\u2275",ngt:"\u226F",ngtr:"\u226F",nhArr:"\u21CE",nharr:"\u21AE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",nlArr:"\u21CD",nlE:"\u2266\u0338",nlarr:"\u219A",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219A",nleftrightarrow:"\u21AE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nlsim:"\u2274",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nmid:"\u2224",nopf:"\u{1D55F}",not:"\xAC",notin:"\u2209",notinE:"\u22F9\u0338",notindot:"\u22F5\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrArr:"\u21CF",nrarr:"\u219B",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22AD",nvHarr:"\u2904",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwArr:"\u21D6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24C8",oacute:"\xF3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",ocy:"\u043E",odash:"\u229D",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",ofcir:"\u29BF",ofr:"\u{1D52C}",ogon:"\u02DB",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",omega:"\u03C9",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",opar:"\u29B7",operp:"\u29B9",oplus:"\u2295",or:"\u2228",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oscr:"\u2134",oslash:"\xF8",osol:"\u2298",otilde:"\xF5",otimes:"\u2297",otimesas:"\u2A36",ouml:"\xF6",ovbar:"\u233D",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",pointint:"\u2A15",popf:"\u{1D561}",pound:"\xA3",pr:"\u227A",prE:"\u2AB3",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",primes:"\u2119",prnE:"\u2AB5",prnap:"\u2AB9",prnsim:"\u22E8",prod:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",psi:"\u03C8",puncsp:"\u2008",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",qprime:"\u2057",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',rAarr:"\u21DB",rArr:"\u21D2",rAtail:"\u291C",rBarr:"\u290F",rHar:"\u2964",race:"\u223D\u0331",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",reg:"\xAE",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",rhov:"\u03F1",rightarrow:"\u2192",rightarrowtail:"\u21A3",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",rightthreetimes:"\u22CC",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",roplus:"\u2A2E",rotimes:"\u2A35",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",rsaquo:"\u203A",rscr:"\u{1D4C7}",rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",sbquo:"\u201A",sc:"\u227B",scE:"\u2AB4",scap:"\u2AB8",scaron:"\u0161",sccue:"\u227D",sce:"\u2AB0",scedil:"\u015F",scirc:"\u015D",scnE:"\u2AB6",scnap:"\u2ABA",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",seArr:"\u21D8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",shy:"\xAD",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",subE:"\u2AC5",subdot:"\u2ABD",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2AC5",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",supE:"\u2AC6",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supedot:"\u2AC4",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swArr:"\u21D9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",target:"\u2316",tau:"\u03C4",tbrk:"\u23B4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",thorn:"\xFE",tilde:"\u02DC",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",tscy:"\u0446",tshcy:"\u045B",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uArr:"\u21D1",uHar:"\u2963",uacute:"\xFA",uarr:"\u2191",ubrcy:"\u045E",ubreve:"\u016D",ucirc:"\xFB",ucy:"\u0443",udarr:"\u21C5",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",ugrave:"\xF9",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",uml:"\xA8",uogon:"\u0173",uopf:"\u{1D566}",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",upsi:"\u03C5",upsih:"\u03D2",upsilon:"\u03C5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",urtri:"\u25F9",uscr:"\u{1D4CA}",utdot:"\u22F0",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uuml:"\xFC",uwangle:"\u29A7",vArr:"\u21D5",vBar:"\u2AE8",vBarv:"\u2AE9",vDash:"\u22A8",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vcy:"\u0432",vdash:"\u22A2",vee:"\u2228",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",vert:"|",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",vzigzag:"\u299A",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",xhArr:"\u27FA",xharr:"\u27F7",xi:"\u03BE",xlArr:"\u27F8",xlarr:"\u27F5",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrArr:"\u27F9",xrarr:"\u27F6",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacute:"\xFD",yacy:"\u044F",ycirc:"\u0177",ycy:"\u044B",yen:"\xA5",yfr:"\u{1D536}",yicy:"\u0457",yopf:"\u{1D56A}",yscr:"\u{1D4CE}",yucy:"\u044E",yuml:"\xFF",zacute:"\u017A",zcaron:"\u017E",zcy:"\u0437",zdot:"\u017C",zeetrf:"\u2128",zeta:"\u03B6",zfr:"\u{1D537}",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"};var Lv={}.hasOwnProperty;function In(e){return Lv.call(El,e)?El[e]:!1}function fe(e,t,n,i){let r=e.length,s=0,a;if(t<0?t=-t>r?0:r+t:t=t>r?r:t,n=n>0?n:0,i.length<1e4)a=Array.from(i),a.unshift(t,n),e.splice(...a);else for(n&&e.splice(t,n);s<i.length;)a=i.slice(s,s+1e4),a.unshift(t,0),e.splice(...a),s+=1e4,t+=1e4}function ve(e,t){return e.length>0?(fe(e,e.length,0,t),e):t}var ld={}.hasOwnProperty;function ud(e){let t={},n=-1;for(;++n<e.length;)Nv(t,e[n]);return t}function Nv(e,t){let n;for(n in t){let r=(ld.call(e,n)?e[n]:void 0)||(e[n]={}),s=t[n],a;if(s)for(a in s){ld.call(r,a)||(r[a]=[]);let o=s[a];Tv(r[a],Array.isArray(o)?o:o?[o]:[])}}}function Tv(e,t){let n=-1,i=[];for(;++n<t.length;)(t[n].add==="after"?e:i).push(t[n]);fe(e,0,0,i)}function Cs(e,t){let n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"\uFFFD":String.fromCodePoint(n)}function mt(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var ze=jt(/[A-Za-z]/),xe=jt(/[\dA-Za-z]/),cd=jt(/[#-'*+\--9=?A-Z^-~]/);function Wi(e){return e!==null&&(e<32||e===127)}var Vi=jt(/\d/),hd=jt(/[\dA-Fa-f]/),fd=jt(/[!-/:-@[-`{-~]/);function T(e){return e!==null&&e<-2}function ee(e){return e!==null&&(e<0||e===32)}function O(e){return e===-2||e===-1||e===32}var pd=jt(new RegExp("\\p{P}|\\p{S}","u")),dd=jt(/\s/);function jt(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function _(e,t,n,i){let r=i?i-1:Number.POSITIVE_INFINITY,s=0;return a;function a(l){return O(l)?(e.enter(n),o(l)):t(l)}function o(l){return O(l)&&s++<r?(e.consume(l),o):(e.exit(n),t(l))}}var md={tokenize:Iv};function Iv(e){let t=e.attempt(this.parser.constructs.contentInitial,i,r),n;return t;function i(o){if(o===null){e.consume(o);return}return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),_(e,t,"linePrefix")}function r(o){return e.enter("paragraph"),s(o)}function s(o){let l=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=l),n=l,a(o)}function a(o){if(o===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(o);return}return T(o)?(e.consume(o),e.exit("chunkText"),s):(e.consume(o),a)}}var yd={tokenize:Fv},gd={tokenize:jv};function Fv(e){let t=this,n=[],i=0,r,s,a;return o;function o(k){if(i<n.length){let v=n[i];return t.containerState=v[1],e.attempt(v[0].continuation,l,u)(k)}return u(k)}function l(k){if(i++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,r&&w();let v=t.events.length,E=v,x;for(;E--;)if(t.events[E][0]==="exit"&&t.events[E][1].type==="chunkFlow"){x=t.events[E][1].end;break}y(i);let C=v;for(;C<t.events.length;)t.events[C][1].end={...x},C++;return fe(t.events,E+1,0,t.events.slice(v)),t.events.length=C,u(k)}return o(k)}function u(k){if(i===n.length){if(!r)return f(k);if(r.currentConstruct&&r.currentConstruct.concrete)return m(k);t.interrupt=!!(r.currentConstruct&&!r._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(gd,h,c)(k)}function h(k){return r&&w(),y(i),f(k)}function c(k){return t.parser.lazy[t.now().line]=i!==n.length,a=t.now().offset,m(k)}function f(k){return t.containerState={},e.attempt(gd,p,m)(k)}function p(k){return i++,n.push([t.currentConstruct,t.containerState]),f(k)}function m(k){if(k===null){r&&w(),y(0),e.consume(k);return}return r=r||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:r,contentType:"flow",previous:s}),d(k)}function d(k){if(k===null){g(e.exit("chunkFlow"),!0),y(0),e.consume(k);return}return T(k)?(e.consume(k),g(e.exit("chunkFlow")),i=0,t.interrupt=void 0,o):(e.consume(k),d)}function g(k,v){let E=t.sliceStream(k);if(v&&E.push(null),k.previous=s,s&&(s.next=k),s=k,r.defineSkip(k.start),r.write(E),t.parser.lazy[k.start.line]){let x=r.events.length;for(;x--;)if(r.events[x][1].start.offset<a&&(!r.events[x][1].end||r.events[x][1].end.offset>a))return;let C=t.events.length,D=C,I,M;for(;D--;)if(t.events[D][0]==="exit"&&t.events[D][1].type==="chunkFlow"){if(I){M=t.events[D][1].end;break}I=!0}for(y(i),x=C;x<t.events.length;)t.events[x][1].end={...M},x++;fe(t.events,D+1,0,t.events.slice(C)),t.events.length=x}}function y(k){let v=n.length;for(;v-- >k;){let E=n[v];t.containerState=E[1],E[0].exit.call(t,e)}n.length=k}function w(){r.write([null]),s=void 0,r=void 0,t.containerState._closeFlow=void 0}}function jv(e,t,n){return _(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Fn(e){if(e===null||ee(e)||dd(e))return 1;if(pd(e))return 2}function jn(e,t,n){let i=[],r=-1;for(;++r<e.length;){let s=e[r].resolveAll;s&&!i.includes(s)&&(t=s(t,n),i.push(s))}return t}var Gi={name:"attention",resolveAll:zv,tokenize:qv};function zv(e,t){let n=-1,i,r,s,a,o,l,u,h;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(i=n;i--;)if(e[i][0]==="exit"&&e[i][1].type==="attentionSequence"&&e[i][1]._open&&t.sliceSerialize(e[i][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[i][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[i][1].end.offset-e[i][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;l=e[i][1].end.offset-e[i][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let c={...e[i][1].end},f={...e[n][1].start};bd(c,-l),bd(f,l),a={type:l>1?"strongSequence":"emphasisSequence",start:c,end:{...e[i][1].end}},o={type:l>1?"strongSequence":"emphasisSequence",start:{...e[n][1].start},end:f},s={type:l>1?"strongText":"emphasisText",start:{...e[i][1].end},end:{...e[n][1].start}},r={type:l>1?"strong":"emphasis",start:{...a.start},end:{...o.end}},e[i][1].end={...a.start},e[n][1].start={...o.end},u=[],e[i][1].end.offset-e[i][1].start.offset&&(u=ve(u,[["enter",e[i][1],t],["exit",e[i][1],t]])),u=ve(u,[["enter",r,t],["enter",a,t],["exit",a,t],["enter",s,t]]),u=ve(u,jn(t.parser.constructs.insideSpan.null,e.slice(i+1,n),t)),u=ve(u,[["exit",s,t],["enter",o,t],["exit",o,t],["exit",r,t]]),e[n][1].end.offset-e[n][1].start.offset?(h=2,u=ve(u,[["enter",e[n][1],t],["exit",e[n][1],t]])):h=0,fe(e,i-1,n-i+3,u),n=i+u.length-h-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function qv(e,t){let n=this.parser.constructs.attentionMarkers.null,i=this.previous,r=Fn(i),s;return a;function a(l){return s=l,e.enter("attentionSequence"),o(l)}function o(l){if(l===s)return e.consume(l),o;let u=e.exit("attentionSequence"),h=Fn(l),c=!h||h===2&&r||n.includes(l),f=!r||r===2&&h||n.includes(i);return u._open=!!(s===42?c:c&&(r||!f)),u._close=!!(s===42?f:f&&(h||!c)),t(l)}}function bd(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var Al={name:"autolink",tokenize:Ov};function Ov(e,t,n){let i=0;return r;function r(p){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(p),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),s}function s(p){return ze(p)?(e.consume(p),a):p===64?n(p):u(p)}function a(p){return p===43||p===45||p===46||xe(p)?(i=1,o(p)):u(p)}function o(p){return p===58?(e.consume(p),i=0,l):(p===43||p===45||p===46||xe(p))&&i++<32?(e.consume(p),o):(i=0,u(p))}function l(p){return p===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(p),e.exit("autolinkMarker"),e.exit("autolink"),t):p===null||p===32||p===60||Wi(p)?n(p):(e.consume(p),l)}function u(p){return p===64?(e.consume(p),h):cd(p)?(e.consume(p),u):n(p)}function h(p){return xe(p)?c(p):n(p)}function c(p){return p===46?(e.consume(p),i=0,h):p===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(p),e.exit("autolinkMarker"),e.exit("autolink"),t):f(p)}function f(p){if((p===45||xe(p))&&i++<63){let m=p===45?f:c;return e.consume(p),m}return n(p)}}var zt={partial:!0,tokenize:Pv};function Pv(e,t,n){return i;function i(s){return O(s)?_(e,r,"linePrefix")(s):r(s)}function r(s){return s===null||T(s)?t(s):n(s)}}var Ds={continuation:{tokenize:_v},exit:Bv,name:"blockQuote",tokenize:Rv};function Rv(e,t,n){let i=this;return r;function r(a){if(a===62){let o=i.containerState;return o.open||(e.enter("blockQuote",{_container:!0}),o.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(a),e.exit("blockQuoteMarker"),s}return n(a)}function s(a){return O(a)?(e.enter("blockQuotePrefixWhitespace"),e.consume(a),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(a))}}function _v(e,t,n){let i=this;return r;function r(a){return O(a)?_(e,s,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(a):s(a)}function s(a){return e.attempt(Ds,t,n)(a)}}function Bv(e){e.exit("blockQuote")}var Ls={name:"characterEscape",tokenize:Mv};function Mv(e,t,n){return i;function i(s){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(s),e.exit("escapeMarker"),r}function r(s){return fd(s)?(e.enter("characterEscapeValue"),e.consume(s),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(s)}}var Ns={name:"characterReference",tokenize:$v};function $v(e,t,n){let i=this,r=0,s,a;return o;function o(c){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(c),e.exit("characterReferenceMarker"),l}function l(c){return c===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(c),e.exit("characterReferenceMarkerNumeric"),u):(e.enter("characterReferenceValue"),s=31,a=xe,h(c))}function u(c){return c===88||c===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(c),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),s=6,a=hd,h):(e.enter("characterReferenceValue"),s=7,a=Vi,h(c))}function h(c){if(c===59&&r){let f=e.exit("characterReferenceValue");return a===xe&&!In(i.sliceSerialize(f))?n(c):(e.enter("characterReferenceMarker"),e.consume(c),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return a(c)&&r++<s?(e.consume(c),h):n(c)}}var kd={partial:!0,tokenize:Wv},Ts={concrete:!0,name:"codeFenced",tokenize:Uv};function Uv(e,t,n){let i=this,r={partial:!0,tokenize:E},s=0,a=0,o;return l;function l(x){return u(x)}function u(x){let C=i.events[i.events.length-1];return s=C&&C[1].type==="linePrefix"?C[2].sliceSerialize(C[1],!0).length:0,o=x,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),h(x)}function h(x){return x===o?(a++,e.consume(x),h):a<3?n(x):(e.exit("codeFencedFenceSequence"),O(x)?_(e,c,"whitespace")(x):c(x))}function c(x){return x===null||T(x)?(e.exit("codeFencedFence"),i.interrupt?t(x):e.check(kd,d,v)(x)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),f(x))}function f(x){return x===null||T(x)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),c(x)):O(x)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),_(e,p,"whitespace")(x)):x===96&&x===o?n(x):(e.consume(x),f)}function p(x){return x===null||T(x)?c(x):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),m(x))}function m(x){return x===null||T(x)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),c(x)):x===96&&x===o?n(x):(e.consume(x),m)}function d(x){return e.attempt(r,v,g)(x)}function g(x){return e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),y}function y(x){return s>0&&O(x)?_(e,w,"linePrefix",s+1)(x):w(x)}function w(x){return x===null||T(x)?e.check(kd,d,v)(x):(e.enter("codeFlowValue"),k(x))}function k(x){return x===null||T(x)?(e.exit("codeFlowValue"),w(x)):(e.consume(x),k)}function v(x){return e.exit("codeFenced"),t(x)}function E(x,C,D){let I=0;return M;function M(B){return x.enter("lineEnding"),x.consume(B),x.exit("lineEnding"),X}function X(B){return x.enter("codeFencedFence"),O(B)?_(x,z,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(B):z(B)}function z(B){return B===o?(x.enter("codeFencedFenceSequence"),F(B)):D(B)}function F(B){return B===o?(I++,x.consume(B),F):I>=a?(x.exit("codeFencedFenceSequence"),O(B)?_(x,P,"whitespace")(B):P(B)):D(B)}function P(B){return B===null||T(B)?(x.exit("codeFencedFence"),C(B)):D(B)}}}function Wv(e,t,n){let i=this;return r;function r(a){return a===null?n(a):(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),s)}function s(a){return i.parser.lazy[i.now().line]?n(a):t(a)}}var Ki={name:"codeIndented",tokenize:Gv},Vv={partial:!0,tokenize:Kv};function Gv(e,t,n){let i=this;return r;function r(u){return e.enter("codeIndented"),_(e,s,"linePrefix",5)(u)}function s(u){let h=i.events[i.events.length-1];return h&&h[1].type==="linePrefix"&&h[2].sliceSerialize(h[1],!0).length>=4?a(u):n(u)}function a(u){return u===null?l(u):T(u)?e.attempt(Vv,a,l)(u):(e.enter("codeFlowValue"),o(u))}function o(u){return u===null||T(u)?(e.exit("codeFlowValue"),a(u)):(e.consume(u),o)}function l(u){return e.exit("codeIndented"),t(u)}}function Kv(e,t,n){let i=this;return r;function r(a){return i.parser.lazy[i.now().line]?n(a):T(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),r):_(e,s,"linePrefix",5)(a)}function s(a){let o=i.events[i.events.length-1];return o&&o[1].type==="linePrefix"&&o[2].sliceSerialize(o[1],!0).length>=4?t(a):T(a)?r(a):n(a)}}var Cl={name:"codeText",previous:Yv,resolve:Hv,tokenize:Jv};function Hv(e){let t=e.length-4,n=3,i,r;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(i=n;++i<t;)if(e[i][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(i=n-1,t++;++i<=t;)r===void 0?i!==t&&e[i][1].type!=="lineEnding"&&(r=i):(i===t||e[i][1].type==="lineEnding")&&(e[r][1].type="codeTextData",i!==r+2&&(e[r][1].end=e[i-1][1].end,e.splice(r+2,i-r-2),t-=i-r-2,i=r+2),r=void 0);return e}function Yv(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Jv(e,t,n){let i=this,r=0,s,a;return o;function o(f){return e.enter("codeText"),e.enter("codeTextSequence"),l(f)}function l(f){return f===96?(e.consume(f),r++,l):(e.exit("codeTextSequence"),u(f))}function u(f){return f===null?n(f):f===32?(e.enter("space"),e.consume(f),e.exit("space"),u):f===96?(a=e.enter("codeTextSequence"),s=0,c(f)):T(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),u):(e.enter("codeTextData"),h(f))}function h(f){return f===null||f===32||f===96||T(f)?(e.exit("codeTextData"),u(f)):(e.consume(f),h)}function c(f){return f===96?(e.consume(f),s++,c):s===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(f)):(a.type="codeTextData",h(f))}}var Is=class{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){let i=n??Number.POSITIVE_INFINITY;return i<this.left.length?this.left.slice(t,i):t>this.left.length?this.right.slice(this.right.length-i+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-i+this.left.length).reverse())}splice(t,n,i){let r=n||0;this.setCursor(Math.trunc(t));let s=this.right.splice(this.right.length-r,Number.POSITIVE_INFINITY);return i&&Hi(this.left,i),s.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),Hi(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),Hi(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){let n=this.left.splice(t,Number.POSITIVE_INFINITY);Hi(this.right,n.reverse())}else{let n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);Hi(this.left,n.reverse())}}};function Hi(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function Fs(e){let t={},n=-1,i,r,s,a,o,l,u,h=new Is(e);for(;++n<h.length;){for(;n in t;)n=t[n];if(i=h.get(n),n&&i[1].type==="chunkFlow"&&h.get(n-1)[1].type==="listItemPrefix"&&(l=i[1]._tokenizer.events,s=0,s<l.length&&l[s][1].type==="lineEndingBlank"&&(s+=2),s<l.length&&l[s][1].type==="content"))for(;++s<l.length&&l[s][1].type!=="content";)l[s][1].type==="chunkText"&&(l[s][1]._isInFirstContentOfListItem=!0,s++);if(i[0]==="enter")i[1].contentType&&(Object.assign(t,Qv(h,n)),n=t[n],u=!0);else if(i[1]._container){for(s=n,r=void 0;s--;)if(a=h.get(s),a[1].type==="lineEnding"||a[1].type==="lineEndingBlank")a[0]==="enter"&&(r&&(h.get(r)[1].type="lineEndingBlank"),a[1].type="lineEnding",r=s);else if(!(a[1].type==="linePrefix"||a[1].type==="listItemIndent"))break;r&&(i[1].end={...h.get(r)[1].start},o=h.slice(r,n),o.unshift(i),h.splice(r,n-r+1,o))}}return fe(e,0,Number.POSITIVE_INFINITY,h.slice(0)),!u}function Qv(e,t){let n=e.get(t)[1],i=e.get(t)[2],r=t-1,s=[],a=n._tokenizer;a||(a=i.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(a._contentTypeTextTrailing=!0));let o=a.events,l=[],u={},h,c,f=-1,p=n,m=0,d=0,g=[d];for(;p;){for(;e.get(++r)[1]!==p;);s.push(r),p._tokenizer||(h=i.sliceStream(p),p.next||h.push(null),c&&a.defineSkip(p.start),p._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=!0),a.write(h),p._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=void 0)),c=p,p=p.next}for(p=n;++f<o.length;)o[f][0]==="exit"&&o[f-1][0]==="enter"&&o[f][1].type===o[f-1][1].type&&o[f][1].start.line!==o[f][1].end.line&&(d=f+1,g.push(d),p._tokenizer=void 0,p.previous=void 0,p=p.next);for(a.events=[],p?(p._tokenizer=void 0,p.previous=void 0):g.pop(),f=g.length;f--;){let y=o.slice(g[f],g[f+1]),w=s.pop();l.push([w,w+y.length-1]),e.splice(w,2,y)}for(l.reverse(),f=-1;++f<l.length;)u[m+l[f][0]]=m+l[f][1],m+=l[f][1]-l[f][0]-1;return u}var Dl={resolve:Zv,tokenize:e1},Xv={partial:!0,tokenize:t1};function Zv(e){return Fs(e),e}function e1(e,t){let n;return i;function i(o){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),r(o)}function r(o){return o===null?s(o):T(o)?e.check(Xv,a,s)(o):(e.consume(o),r)}function s(o){return e.exit("chunkContent"),e.exit("content"),t(o)}function a(o){return e.consume(o),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}function t1(e,t,n){let i=this;return r;function r(a){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),_(e,s,"linePrefix")}function s(a){if(a===null||T(a))return n(a);let o=i.events[i.events.length-1];return!i.parser.constructs.disable.null.includes("codeIndented")&&o&&o[1].type==="linePrefix"&&o[2].sliceSerialize(o[1],!0).length>=4?t(a):e.interrupt(i.parser.constructs.flow,n,t)(a)}}function js(e,t,n,i,r,s,a,o,l){let u=l||Number.POSITIVE_INFINITY,h=0;return c;function c(y){return y===60?(e.enter(i),e.enter(r),e.enter(s),e.consume(y),e.exit(s),f):y===null||y===32||y===41||Wi(y)?n(y):(e.enter(i),e.enter(a),e.enter(o),e.enter("chunkString",{contentType:"string"}),d(y))}function f(y){return y===62?(e.enter(s),e.consume(y),e.exit(s),e.exit(r),e.exit(i),t):(e.enter(o),e.enter("chunkString",{contentType:"string"}),p(y))}function p(y){return y===62?(e.exit("chunkString"),e.exit(o),f(y)):y===null||y===60||T(y)?n(y):(e.consume(y),y===92?m:p)}function m(y){return y===60||y===62||y===92?(e.consume(y),p):p(y)}function d(y){return!h&&(y===null||y===41||ee(y))?(e.exit("chunkString"),e.exit(o),e.exit(a),e.exit(i),t(y)):h<u&&y===40?(e.consume(y),h++,d):y===41?(e.consume(y),h--,d):y===null||y===32||y===40||Wi(y)?n(y):(e.consume(y),y===92?g:d)}function g(y){return y===40||y===41||y===92?(e.consume(y),d):d(y)}}function zs(e,t,n,i,r,s){let a=this,o=0,l;return u;function u(p){return e.enter(i),e.enter(r),e.consume(p),e.exit(r),e.enter(s),h}function h(p){return o>999||p===null||p===91||p===93&&!l||p===94&&!o&&"_hiddenFootnoteSupport"in a.parser.constructs?n(p):p===93?(e.exit(s),e.enter(r),e.consume(p),e.exit(r),e.exit(i),t):T(p)?(e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),h):(e.enter("chunkString",{contentType:"string"}),c(p))}function c(p){return p===null||p===91||p===93||T(p)||o++>999?(e.exit("chunkString"),h(p)):(e.consume(p),l||(l=!O(p)),p===92?f:c)}function f(p){return p===91||p===92||p===93?(e.consume(p),o++,c):c(p)}}function qs(e,t,n,i,r,s){let a;return o;function o(f){return f===34||f===39||f===40?(e.enter(i),e.enter(r),e.consume(f),e.exit(r),a=f===40?41:f,l):n(f)}function l(f){return f===a?(e.enter(r),e.consume(f),e.exit(r),e.exit(i),t):(e.enter(s),u(f))}function u(f){return f===a?(e.exit(s),l(a)):f===null?n(f):T(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),_(e,u,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),h(f))}function h(f){return f===a||f===null||T(f)?(e.exit("chunkString"),u(f)):(e.consume(f),f===92?c:h)}function c(f){return f===a||f===92?(e.consume(f),h):h(f)}}function rn(e,t){let n;return i;function i(r){return T(r)?(e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),n=!0,i):O(r)?_(e,i,n?"linePrefix":"lineSuffix")(r):t(r)}}var Ll={name:"definition",tokenize:i1},n1={partial:!0,tokenize:r1};function i1(e,t,n){let i=this,r;return s;function s(p){return e.enter("definition"),a(p)}function a(p){return zs.call(i,e,o,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(p)}function o(p){return r=mt(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)),p===58?(e.enter("definitionMarker"),e.consume(p),e.exit("definitionMarker"),l):n(p)}function l(p){return ee(p)?rn(e,u)(p):u(p)}function u(p){return js(e,h,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(p)}function h(p){return e.attempt(n1,c,c)(p)}function c(p){return O(p)?_(e,f,"whitespace")(p):f(p)}function f(p){return p===null||T(p)?(e.exit("definition"),i.parser.defined.push(r),t(p)):n(p)}}function r1(e,t,n){return i;function i(o){return ee(o)?rn(e,r)(o):n(o)}function r(o){return qs(e,s,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(o)}function s(o){return O(o)?_(e,a,"whitespace")(o):a(o)}function a(o){return o===null||T(o)?t(o):n(o)}}var Nl={name:"hardBreakEscape",tokenize:s1};function s1(e,t,n){return i;function i(s){return e.enter("hardBreakEscape"),e.consume(s),r}function r(s){return T(s)?(e.exit("hardBreakEscape"),t(s)):n(s)}}var Tl={name:"headingAtx",resolve:a1,tokenize:o1};function a1(e,t){let n=e.length-2,i=3,r,s;return e[i][1].type==="whitespace"&&(i+=2),n-2>i&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(i===n-1||n-4>i&&e[n-2][1].type==="whitespace")&&(n-=i+1===n?2:4),n>i&&(r={type:"atxHeadingText",start:e[i][1].start,end:e[n][1].end},s={type:"chunkText",start:e[i][1].start,end:e[n][1].end,contentType:"text"},fe(e,i,n-i+1,[["enter",r,t],["enter",s,t],["exit",s,t],["exit",r,t]])),e}function o1(e,t,n){let i=0;return r;function r(h){return e.enter("atxHeading"),s(h)}function s(h){return e.enter("atxHeadingSequence"),a(h)}function a(h){return h===35&&i++<6?(e.consume(h),a):h===null||ee(h)?(e.exit("atxHeadingSequence"),o(h)):n(h)}function o(h){return h===35?(e.enter("atxHeadingSequence"),l(h)):h===null||T(h)?(e.exit("atxHeading"),t(h)):O(h)?_(e,o,"whitespace")(h):(e.enter("atxHeadingText"),u(h))}function l(h){return h===35?(e.consume(h),l):(e.exit("atxHeadingSequence"),o(h))}function u(h){return h===null||h===35||ee(h)?(e.exit("atxHeadingText"),o(h)):(e.consume(h),u)}}var wd=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Il=["pre","script","style","textarea"];var Fl={concrete:!0,name:"htmlFlow",resolveTo:c1,tokenize:h1},l1={partial:!0,tokenize:p1},u1={partial:!0,tokenize:f1};function c1(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function h1(e,t,n){let i=this,r,s,a,o,l;return u;function u(b){return h(b)}function h(b){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(b),c}function c(b){return b===33?(e.consume(b),f):b===47?(e.consume(b),s=!0,d):b===63?(e.consume(b),r=3,i.interrupt?t:S):ze(b)?(e.consume(b),a=String.fromCharCode(b),g):n(b)}function f(b){return b===45?(e.consume(b),r=2,p):b===91?(e.consume(b),r=5,o=0,m):ze(b)?(e.consume(b),r=4,i.interrupt?t:S):n(b)}function p(b){return b===45?(e.consume(b),i.interrupt?t:S):n(b)}function m(b){let $="CDATA[";return b===$.charCodeAt(o++)?(e.consume(b),o===$.length?i.interrupt?t:z:m):n(b)}function d(b){return ze(b)?(e.consume(b),a=String.fromCharCode(b),g):n(b)}function g(b){if(b===null||b===47||b===62||ee(b)){let $=b===47,re=a.toLowerCase();return!$&&!s&&Il.includes(re)?(r=1,i.interrupt?t(b):z(b)):wd.includes(a.toLowerCase())?(r=6,$?(e.consume(b),y):i.interrupt?t(b):z(b)):(r=7,i.interrupt&&!i.parser.lazy[i.now().line]?n(b):s?w(b):k(b))}return b===45||xe(b)?(e.consume(b),a+=String.fromCharCode(b),g):n(b)}function y(b){return b===62?(e.consume(b),i.interrupt?t:z):n(b)}function w(b){return O(b)?(e.consume(b),w):M(b)}function k(b){return b===47?(e.consume(b),M):b===58||b===95||ze(b)?(e.consume(b),v):O(b)?(e.consume(b),k):M(b)}function v(b){return b===45||b===46||b===58||b===95||xe(b)?(e.consume(b),v):E(b)}function E(b){return b===61?(e.consume(b),x):O(b)?(e.consume(b),E):k(b)}function x(b){return b===null||b===60||b===61||b===62||b===96?n(b):b===34||b===39?(e.consume(b),l=b,C):O(b)?(e.consume(b),x):D(b)}function C(b){return b===l?(e.consume(b),l=null,I):b===null||T(b)?n(b):(e.consume(b),C)}function D(b){return b===null||b===34||b===39||b===47||b===60||b===61||b===62||b===96||ee(b)?E(b):(e.consume(b),D)}function I(b){return b===47||b===62||O(b)?k(b):n(b)}function M(b){return b===62?(e.consume(b),X):n(b)}function X(b){return b===null||T(b)?z(b):O(b)?(e.consume(b),X):n(b)}function z(b){return b===45&&r===2?(e.consume(b),G):b===60&&r===1?(e.consume(b),Q):b===62&&r===4?(e.consume(b),ye):b===63&&r===3?(e.consume(b),S):b===93&&r===5?(e.consume(b),Oe):T(b)&&(r===6||r===7)?(e.exit("htmlFlowData"),e.check(l1,j,F)(b)):b===null||T(b)?(e.exit("htmlFlowData"),F(b)):(e.consume(b),z)}function F(b){return e.check(u1,P,j)(b)}function P(b){return e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),B}function B(b){return b===null||T(b)?F(b):(e.enter("htmlFlowData"),z(b))}function G(b){return b===45?(e.consume(b),S):z(b)}function Q(b){return b===47?(e.consume(b),a="",Ee):z(b)}function Ee(b){if(b===62){let $=a.toLowerCase();return Il.includes($)?(e.consume(b),ye):z(b)}return ze(b)&&a.length<8?(e.consume(b),a+=String.fromCharCode(b),Ee):z(b)}function Oe(b){return b===93?(e.consume(b),S):z(b)}function S(b){return b===62?(e.consume(b),ye):b===45&&r===2?(e.consume(b),S):z(b)}function ye(b){return b===null||T(b)?(e.exit("htmlFlowData"),j(b)):(e.consume(b),ye)}function j(b){return e.exit("htmlFlow"),t(b)}}function f1(e,t,n){let i=this;return r;function r(a){return T(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),s):n(a)}function s(a){return i.parser.lazy[i.now().line]?n(a):t(a)}}function p1(e,t,n){return i;function i(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(zt,t,n)}}var jl={name:"htmlText",tokenize:d1};function d1(e,t,n){let i=this,r,s,a;return o;function o(S){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(S),l}function l(S){return S===33?(e.consume(S),u):S===47?(e.consume(S),E):S===63?(e.consume(S),k):ze(S)?(e.consume(S),D):n(S)}function u(S){return S===45?(e.consume(S),h):S===91?(e.consume(S),s=0,m):ze(S)?(e.consume(S),w):n(S)}function h(S){return S===45?(e.consume(S),p):n(S)}function c(S){return S===null?n(S):S===45?(e.consume(S),f):T(S)?(a=c,Q(S)):(e.consume(S),c)}function f(S){return S===45?(e.consume(S),p):c(S)}function p(S){return S===62?G(S):S===45?f(S):c(S)}function m(S){let ye="CDATA[";return S===ye.charCodeAt(s++)?(e.consume(S),s===ye.length?d:m):n(S)}function d(S){return S===null?n(S):S===93?(e.consume(S),g):T(S)?(a=d,Q(S)):(e.consume(S),d)}function g(S){return S===93?(e.consume(S),y):d(S)}function y(S){return S===62?G(S):S===93?(e.consume(S),y):d(S)}function w(S){return S===null||S===62?G(S):T(S)?(a=w,Q(S)):(e.consume(S),w)}function k(S){return S===null?n(S):S===63?(e.consume(S),v):T(S)?(a=k,Q(S)):(e.consume(S),k)}function v(S){return S===62?G(S):k(S)}function E(S){return ze(S)?(e.consume(S),x):n(S)}function x(S){return S===45||xe(S)?(e.consume(S),x):C(S)}function C(S){return T(S)?(a=C,Q(S)):O(S)?(e.consume(S),C):G(S)}function D(S){return S===45||xe(S)?(e.consume(S),D):S===47||S===62||ee(S)?I(S):n(S)}function I(S){return S===47?(e.consume(S),G):S===58||S===95||ze(S)?(e.consume(S),M):T(S)?(a=I,Q(S)):O(S)?(e.consume(S),I):G(S)}function M(S){return S===45||S===46||S===58||S===95||xe(S)?(e.consume(S),M):X(S)}function X(S){return S===61?(e.consume(S),z):T(S)?(a=X,Q(S)):O(S)?(e.consume(S),X):I(S)}function z(S){return S===null||S===60||S===61||S===62||S===96?n(S):S===34||S===39?(e.consume(S),r=S,F):T(S)?(a=z,Q(S)):O(S)?(e.consume(S),z):(e.consume(S),P)}function F(S){return S===r?(e.consume(S),r=void 0,B):S===null?n(S):T(S)?(a=F,Q(S)):(e.consume(S),F)}function P(S){return S===null||S===34||S===39||S===60||S===61||S===96?n(S):S===47||S===62||ee(S)?I(S):(e.consume(S),P)}function B(S){return S===47||S===62||ee(S)?I(S):n(S)}function G(S){return S===62?(e.consume(S),e.exit("htmlTextData"),e.exit("htmlText"),t):n(S)}function Q(S){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(S),e.exit("lineEnding"),Ee}function Ee(S){return O(S)?_(e,Oe,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(S):Oe(S)}function Oe(S){return e.enter("htmlTextData"),a(S)}}var sn={name:"labelEnd",resolveAll:b1,resolveTo:k1,tokenize:w1},m1={tokenize:S1},g1={tokenize:v1},y1={tokenize:x1};function b1(e){let t=-1,n=[];for(;++t<e.length;){let i=e[t][1];if(n.push(e[t]),i.type==="labelImage"||i.type==="labelLink"||i.type==="labelEnd"){let r=i.type==="labelImage"?4:2;i.type="data",t+=r}}return e.length!==n.length&&fe(e,0,e.length,n),e}function k1(e,t){let n=e.length,i=0,r,s,a,o;for(;n--;)if(r=e[n][1],s){if(r.type==="link"||r.type==="labelLink"&&r._inactive)break;e[n][0]==="enter"&&r.type==="labelLink"&&(r._inactive=!0)}else if(a){if(e[n][0]==="enter"&&(r.type==="labelImage"||r.type==="labelLink")&&!r._balanced&&(s=n,r.type!=="labelLink")){i=2;break}}else r.type==="labelEnd"&&(a=n);let l={type:e[s][1].type==="labelLink"?"link":"image",start:{...e[s][1].start},end:{...e[e.length-1][1].end}},u={type:"label",start:{...e[s][1].start},end:{...e[a][1].end}},h={type:"labelText",start:{...e[s+i+2][1].end},end:{...e[a-2][1].start}};return o=[["enter",l,t],["enter",u,t]],o=ve(o,e.slice(s+1,s+i+3)),o=ve(o,[["enter",h,t]]),o=ve(o,jn(t.parser.constructs.insideSpan.null,e.slice(s+i+4,a-3),t)),o=ve(o,[["exit",h,t],e[a-2],e[a-1],["exit",u,t]]),o=ve(o,e.slice(a+1)),o=ve(o,[["exit",l,t]]),fe(e,s,e.length,o),e}function w1(e,t,n){let i=this,r=i.events.length,s,a;for(;r--;)if((i.events[r][1].type==="labelImage"||i.events[r][1].type==="labelLink")&&!i.events[r][1]._balanced){s=i.events[r][1];break}return o;function o(f){return s?s._inactive?c(f):(a=i.parser.defined.includes(mt(i.sliceSerialize({start:s.end,end:i.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(f),e.exit("labelMarker"),e.exit("labelEnd"),l):n(f)}function l(f){return f===40?e.attempt(m1,h,a?h:c)(f):f===91?e.attempt(g1,h,a?u:c)(f):a?h(f):c(f)}function u(f){return e.attempt(y1,h,c)(f)}function h(f){return t(f)}function c(f){return s._balanced=!0,n(f)}}function S1(e,t,n){return i;function i(c){return e.enter("resource"),e.enter("resourceMarker"),e.consume(c),e.exit("resourceMarker"),r}function r(c){return ee(c)?rn(e,s)(c):s(c)}function s(c){return c===41?h(c):js(e,a,o,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(c)}function a(c){return ee(c)?rn(e,l)(c):h(c)}function o(c){return n(c)}function l(c){return c===34||c===39||c===40?qs(e,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(c):h(c)}function u(c){return ee(c)?rn(e,h)(c):h(c)}function h(c){return c===41?(e.enter("resourceMarker"),e.consume(c),e.exit("resourceMarker"),e.exit("resource"),t):n(c)}}function v1(e,t,n){let i=this;return r;function r(o){return zs.call(i,e,s,a,"reference","referenceMarker","referenceString")(o)}function s(o){return i.parser.defined.includes(mt(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)))?t(o):n(o)}function a(o){return n(o)}}function x1(e,t,n){return i;function i(s){return e.enter("reference"),e.enter("referenceMarker"),e.consume(s),e.exit("referenceMarker"),r}function r(s){return s===93?(e.enter("referenceMarker"),e.consume(s),e.exit("referenceMarker"),e.exit("reference"),t):n(s)}}var zl={name:"labelStartImage",resolveAll:sn.resolveAll,tokenize:E1};function E1(e,t,n){let i=this;return r;function r(o){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(o),e.exit("labelImageMarker"),s}function s(o){return o===91?(e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelImage"),a):n(o)}function a(o){return o===94&&"_hiddenFootnoteSupport"in i.parser.constructs?n(o):t(o)}}var ql={name:"labelStartLink",resolveAll:sn.resolveAll,tokenize:A1};function A1(e,t,n){let i=this;return r;function r(a){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(a),e.exit("labelMarker"),e.exit("labelLink"),s}function s(a){return a===94&&"_hiddenFootnoteSupport"in i.parser.constructs?n(a):t(a)}}var Yi={name:"lineEnding",tokenize:C1};function C1(e,t){return n;function n(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),_(e,t,"linePrefix")}}var an={name:"thematicBreak",tokenize:D1};function D1(e,t,n){let i=0,r;return s;function s(u){return e.enter("thematicBreak"),a(u)}function a(u){return r=u,o(u)}function o(u){return u===r?(e.enter("thematicBreakSequence"),l(u)):i>=3&&(u===null||T(u))?(e.exit("thematicBreak"),t(u)):n(u)}function l(u){return u===r?(e.consume(u),i++,l):(e.exit("thematicBreakSequence"),O(u)?_(e,o,"whitespace")(u):o(u))}}var ge={continuation:{tokenize:I1},exit:j1,name:"list",tokenize:T1},L1={partial:!0,tokenize:z1},N1={partial:!0,tokenize:F1};function T1(e,t,n){let i=this,r=i.events[i.events.length-1],s=r&&r[1].type==="linePrefix"?r[2].sliceSerialize(r[1],!0).length:0,a=0;return o;function o(p){let m=i.containerState.type||(p===42||p===43||p===45?"listUnordered":"listOrdered");if(m==="listUnordered"?!i.containerState.marker||p===i.containerState.marker:Vi(p)){if(i.containerState.type||(i.containerState.type=m,e.enter(m,{_container:!0})),m==="listUnordered")return e.enter("listItemPrefix"),p===42||p===45?e.check(an,n,u)(p):u(p);if(!i.interrupt||p===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(p)}return n(p)}function l(p){return Vi(p)&&++a<10?(e.consume(p),l):(!i.interrupt||a<2)&&(i.containerState.marker?p===i.containerState.marker:p===41||p===46)?(e.exit("listItemValue"),u(p)):n(p)}function u(p){return e.enter("listItemMarker"),e.consume(p),e.exit("listItemMarker"),i.containerState.marker=i.containerState.marker||p,e.check(zt,i.interrupt?n:h,e.attempt(L1,f,c))}function h(p){return i.containerState.initialBlankLine=!0,s++,f(p)}function c(p){return O(p)?(e.enter("listItemPrefixWhitespace"),e.consume(p),e.exit("listItemPrefixWhitespace"),f):n(p)}function f(p){return i.containerState.size=s+i.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(p)}}function I1(e,t,n){let i=this;return i.containerState._closeFlow=void 0,e.check(zt,r,s);function r(o){return i.containerState.furtherBlankLines=i.containerState.furtherBlankLines||i.containerState.initialBlankLine,_(e,t,"listItemIndent",i.containerState.size+1)(o)}function s(o){return i.containerState.furtherBlankLines||!O(o)?(i.containerState.furtherBlankLines=void 0,i.containerState.initialBlankLine=void 0,a(o)):(i.containerState.furtherBlankLines=void 0,i.containerState.initialBlankLine=void 0,e.attempt(N1,t,a)(o))}function a(o){return i.containerState._closeFlow=!0,i.interrupt=void 0,_(e,e.attempt(ge,t,n),"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}function F1(e,t,n){let i=this;return _(e,r,"listItemIndent",i.containerState.size+1);function r(s){let a=i.events[i.events.length-1];return a&&a[1].type==="listItemIndent"&&a[2].sliceSerialize(a[1],!0).length===i.containerState.size?t(s):n(s)}}function j1(e){e.exit(this.containerState.type)}function z1(e,t,n){let i=this;return _(e,r,"listItemPrefixWhitespace",i.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function r(s){let a=i.events[i.events.length-1];return!O(s)&&a&&a[1].type==="listItemPrefixWhitespace"?t(s):n(s)}}var Os={name:"setextUnderline",resolveTo:q1,tokenize:O1};function q1(e,t){let n=e.length,i,r,s;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){i=n;break}e[n][1].type==="paragraph"&&(r=n)}else e[n][1].type==="content"&&e.splice(n,1),!s&&e[n][1].type==="definition"&&(s=n);let a={type:"setextHeading",start:{...e[i][1].start},end:{...e[e.length-1][1].end}};return e[r][1].type="setextHeadingText",s?(e.splice(r,0,["enter",a,t]),e.splice(s+1,0,["exit",e[i][1],t]),e[i][1].end={...e[s][1].end}):e[i][1]=a,e.push(["exit",a,t]),e}function O1(e,t,n){let i=this,r;return s;function s(u){let h=i.events.length,c;for(;h--;)if(i.events[h][1].type!=="lineEnding"&&i.events[h][1].type!=="linePrefix"&&i.events[h][1].type!=="content"){c=i.events[h][1].type==="paragraph";break}return!i.parser.lazy[i.now().line]&&(i.interrupt||c)?(e.enter("setextHeadingLine"),r=u,a(u)):n(u)}function a(u){return e.enter("setextHeadingLineSequence"),o(u)}function o(u){return u===r?(e.consume(u),o):(e.exit("setextHeadingLineSequence"),O(u)?_(e,l,"lineSuffix")(u):l(u))}function l(u){return u===null||T(u)?(e.exit("setextHeadingLine"),t(u)):n(u)}}var Sd={tokenize:P1};function P1(e){let t=this,n=e.attempt(zt,i,e.attempt(this.parser.constructs.flowInitial,r,_(e,e.attempt(this.parser.constructs.flow,r,e.attempt(Dl,r)),"linePrefix")));return n;function i(s){if(s===null){e.consume(s);return}return e.enter("lineEndingBlank"),e.consume(s),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function r(s){if(s===null){e.consume(s);return}return e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),t.currentConstruct=void 0,n}}var vd={resolveAll:Cd()},xd=Ad("string"),Ed=Ad("text");function Ad(e){return{resolveAll:Cd(e==="text"?R1:void 0),tokenize:t};function t(n){let i=this,r=this.parser.constructs[e],s=n.attempt(r,a,o);return a;function a(h){return u(h)?s(h):o(h)}function o(h){if(h===null){n.consume(h);return}return n.enter("data"),n.consume(h),l}function l(h){return u(h)?(n.exit("data"),s(h)):(n.consume(h),l)}function u(h){if(h===null)return!0;let c=r[h],f=-1;if(c)for(;++f<c.length;){let p=c[f];if(!p.previous||p.previous.call(i,i.previous))return!0}return!1}}}function Cd(e){return t;function t(n,i){let r=-1,s;for(;++r<=n.length;)s===void 0?n[r]&&n[r][1].type==="data"&&(s=r,r++):(!n[r]||n[r][1].type!=="data")&&(r!==s+2&&(n[s][1].end=n[r-1][1].end,n.splice(s+2,r-s-2),r=s+2),s=void 0);return e?e(n,i):n}}function R1(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){let i=e[n-1][1],r=t.sliceStream(i),s=r.length,a=-1,o=0,l;for(;s--;){let u=r[s];if(typeof u=="string"){for(a=u.length;u.charCodeAt(a-1)===32;)o++,a--;if(a)break;a=-1}else if(u===-2)l=!0,o++;else if(u!==-1){s++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(o=0),o){let u={type:n===e.length||l||o<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:s?a:i.start._bufferIndex+a,_index:i.start._index+s,line:i.end.line,column:i.end.column-o,offset:i.end.offset-o},end:{...i.end}};i.end={...u.start},i.start.offset===i.end.offset?Object.assign(i,u):(e.splice(n,0,["enter",u,t],["exit",u,t]),n+=2)}n++}return e}var Ol={};oa(Ol,{attentionMarkers:()=>G1,contentInitial:()=>B1,disable:()=>K1,document:()=>_1,flow:()=>$1,flowInitial:()=>M1,insideSpan:()=>V1,string:()=>U1,text:()=>W1});var _1={42:ge,43:ge,45:ge,48:ge,49:ge,50:ge,51:ge,52:ge,53:ge,54:ge,55:ge,56:ge,57:ge,62:Ds},B1={91:Ll},M1={[-2]:Ki,[-1]:Ki,32:Ki},$1={35:Tl,42:an,45:[Os,an],60:Fl,61:Os,95:an,96:Ts,126:Ts},U1={38:Ns,92:Ls},W1={[-5]:Yi,[-4]:Yi,[-3]:Yi,33:zl,38:Ns,42:Gi,60:[Al,jl],91:ql,92:[Nl,Ls],93:sn,95:Gi,96:Cl},V1={null:[Gi,vd]},G1={null:[42,95]},K1={null:[]};function Dd(e,t,n){let i={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},r={},s=[],a=[],o=[],l=!0,u={attempt:I(C),check:I(D),consume:v,enter:E,exit:x,interrupt:I(D,{interrupt:!0})},h={code:null,containerState:{},defineSkip:y,events:[],now:g,parser:e,previous:null,sliceSerialize:m,sliceStream:d,write:p},c=t.tokenize.call(h,u),f;return t.resolveAll&&s.push(t),h;function p(F){return a=ve(a,F),w(),a[a.length-1]!==null?[]:(M(t,0),h.events=jn(s,h.events,h),h.events)}function m(F,P){return Y1(d(F),P)}function d(F){return H1(a,F)}function g(){let{_bufferIndex:F,_index:P,line:B,column:G,offset:Q}=i;return{_bufferIndex:F,_index:P,line:B,column:G,offset:Q}}function y(F){r[F.line]=F.column,z()}function w(){let F;for(;i._index<a.length;){let P=a[i._index];if(typeof P=="string")for(F=i._index,i._bufferIndex<0&&(i._bufferIndex=0);i._index===F&&i._bufferIndex<P.length;)k(P.charCodeAt(i._bufferIndex));else k(P)}}function k(F){l=void 0,f=F,c=c(F)}function v(F){T(F)?(i.line++,i.column=1,i.offset+=F===-3?2:1,z()):F!==-1&&(i.column++,i.offset++),i._bufferIndex<0?i._index++:(i._bufferIndex++,i._bufferIndex===a[i._index].length&&(i._bufferIndex=-1,i._index++)),h.previous=F,l=!0}function E(F,P){let B=P||{};return B.type=F,B.start=g(),h.events.push(["enter",B,h]),o.push(B),B}function x(F){let P=o.pop();return P.end=g(),h.events.push(["exit",P,h]),P}function C(F,P){M(F,P.from)}function D(F,P){P.restore()}function I(F,P){return B;function B(G,Q,Ee){let Oe,S,ye,j;return Array.isArray(G)?$(G):"tokenize"in G?$([G]):b(G);function b(ue){return Hn;function Hn(at){let $t=at!==null&&ue[at],hn=at!==null&&ue.null,aa=[...Array.isArray($t)?$t:$t?[$t]:[],...Array.isArray(hn)?hn:hn?[hn]:[]];return $(aa)(at)}}function $(ue){return Oe=ue,S=0,ue.length===0?Ee:re(ue[S])}function re(ue){return Hn;function Hn(at){return j=X(),ye=ue,ue.partial||(h.currentConstruct=ue),ue.name&&h.parser.constructs.disable.null.includes(ue.name)?Ve(at):ue.tokenize.call(P?Object.assign(Object.create(h),P):h,u,st,Ve)(at)}}function st(ue){return l=!0,F(ye,j),Q}function Ve(ue){return l=!0,j.restore(),++S<Oe.length?re(Oe[S]):Ee}}}function M(F,P){F.resolveAll&&!s.includes(F)&&s.push(F),F.resolve&&fe(h.events,P,h.events.length-P,F.resolve(h.events.slice(P),h)),F.resolveTo&&(h.events=F.resolveTo(h.events,h))}function X(){let F=g(),P=h.previous,B=h.currentConstruct,G=h.events.length,Q=Array.from(o);return{from:G,restore:Ee};function Ee(){i=F,h.previous=P,h.currentConstruct=B,h.events.length=G,o=Q,z()}}function z(){i.line in r&&i.column<2&&(i.column=r[i.line],i.offset+=r[i.line]-1)}}function H1(e,t){let n=t.start._index,i=t.start._bufferIndex,r=t.end._index,s=t.end._bufferIndex,a;if(n===r)a=[e[n].slice(i,s)];else{if(a=e.slice(n,r),i>-1){let o=a[0];typeof o=="string"?a[0]=o.slice(i):a.shift()}s>0&&a.push(e[r].slice(0,s))}return a}function Y1(e,t){let n=-1,i=[],r;for(;++n<e.length;){let s=e[n],a;if(typeof s=="string")a=s;else switch(s){case-5:{a="\r";break}case-4:{a=`
143
+ `;break}case-3:{a=`\r
144
+ `;break}case-2:{a=t?" ":" ";break}case-1:{if(!t&&r)continue;a=" ";break}default:a=String.fromCharCode(s)}r=s===-2,i.push(a)}return i.join("")}function Pl(e){let i={constructs:ud([Ol,...(e||{}).extensions||[]]),content:r(md),defined:[],document:r(yd),flow:r(Sd),lazy:{},string:r(xd),text:r(Ed)};return i;function r(s){return a;function a(o){return Dd(i,s,o)}}}function Rl(e){for(;!Fs(e););return e}var Ld=/[\0\t\n\r]/g;function _l(){let e=1,t="",n=!0,i;return r;function r(s,a,o){let l=[],u,h,c,f,p;for(s=t+(typeof s=="string"?s.toString():new TextDecoder(a||void 0).decode(s)),c=0,t="",n&&(s.charCodeAt(0)===65279&&c++,n=void 0);c<s.length;){if(Ld.lastIndex=c,u=Ld.exec(s),f=u&&u.index!==void 0?u.index:s.length,p=s.charCodeAt(f),!u){t=s.slice(c);break}if(p===10&&c===f&&i)l.push(-3),i=void 0;else switch(i&&(l.push(-5),i=void 0),c<f&&(l.push(s.slice(c,f)),e+=f-c),p){case 0:{l.push(65533),e++;break}case 9:{for(h=Math.ceil(e/4)*4,l.push(-2);e++<h;)l.push(-1);break}case 10:{l.push(-4),e=1;break}default:i=!0,e=1}c=f+1}return o&&(i&&l.push(-5),t&&l.push(t),l.push(null)),l}}var J1=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Ps(e){return e.replace(J1,Q1)}function Q1(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){let r=n.charCodeAt(1),s=r===120||r===88;return Cs(n.slice(s?2:1),s?16:10)}return In(n)||e}var Td={}.hasOwnProperty;function Bl(e,t,n){return t&&typeof t=="object"&&(n=t,t=void 0),X1(n)(Rl(Pl(n).document().write(_l()(e,t,!0))))}function X1(e){let t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:s(Su),autolinkProtocol:I,autolinkEmail:I,atxHeading:s(bu),blockQuote:s(at),characterEscape:I,characterReference:I,codeFenced:s($t),codeFencedFenceInfo:a,codeFencedFenceMeta:a,codeIndented:s($t,a),codeText:s(hn,a),codeTextData:I,data:I,codeFlowValue:I,definition:s(aa),definitionDestinationString:a,definitionLabelString:a,definitionTitleString:a,emphasis:s(Gm),hardBreakEscape:s(ku),hardBreakTrailing:s(ku),htmlFlow:s(wu,a),htmlFlowData:I,htmlText:s(wu,a),htmlTextData:I,image:s(Km),label:a,link:s(Su),listItem:s(Hm),listItemValue:f,listOrdered:s(vu,c),listUnordered:s(vu),paragraph:s(Ym),reference:b,referenceString:a,resourceDestinationString:a,resourceTitleString:a,setextHeading:s(bu),strong:s(Jm),thematicBreak:s(Xm)},exit:{atxHeading:l(),atxHeadingSequence:E,autolink:l(),autolinkEmail:Hn,autolinkProtocol:ue,blockQuote:l(),characterEscapeValue:M,characterReferenceMarkerHexadecimal:re,characterReferenceMarkerNumeric:re,characterReferenceValue:st,characterReference:Ve,codeFenced:l(g),codeFencedFence:d,codeFencedFenceInfo:p,codeFencedFenceMeta:m,codeFlowValue:M,codeIndented:l(y),codeText:l(B),codeTextData:M,data:M,definition:l(),definitionDestinationString:v,definitionLabelString:w,definitionTitleString:k,emphasis:l(),hardBreakEscape:l(z),hardBreakTrailing:l(z),htmlFlow:l(F),htmlFlowData:M,htmlText:l(P),htmlTextData:M,image:l(Q),label:Oe,labelText:Ee,lineEnding:X,link:l(G),listItem:l(),listOrdered:l(),listUnordered:l(),paragraph:l(),referenceString:$,resourceDestinationString:S,resourceTitleString:ye,resource:j,setextHeading:l(D),setextHeadingLineSequence:C,setextHeadingText:x,strong:l(),thematicBreak:l()}};Id(t,(e||{}).mdastExtensions||[]);let n={};return i;function i(A){let L={type:"root",children:[]},R={stack:[L],tokenStack:[],config:t,enter:o,exit:u,buffer:a,resume:h,data:n},U=[],J=-1;for(;++J<A.length;)if(A[J][1].type==="listOrdered"||A[J][1].type==="listUnordered")if(A[J][0]==="enter")U.push(J);else{let Ge=U.pop();J=r(A,Ge,J)}for(J=-1;++J<A.length;){let Ge=t[A[J][0]];Td.call(Ge,A[J][1].type)&&Ge[A[J][1].type].call(Object.assign({sliceSerialize:A[J][2].sliceSerialize},R),A[J][1])}if(R.tokenStack.length>0){let Ge=R.tokenStack[R.tokenStack.length-1];(Ge[1]||Nd).call(R,void 0,Ge[0])}for(L.position={start:qt(A.length>0?A[0][1].start:{line:1,column:1,offset:0}),end:qt(A.length>0?A[A.length-2][1].end:{line:1,column:1,offset:0})},J=-1;++J<t.transforms.length;)L=t.transforms[J](L)||L;return L}function r(A,L,R){let U=L-1,J=-1,Ge=!1,Ut,ot,Yn,Jn;for(;++U<=R;){let Ie=A[U];switch(Ie[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Ie[0]==="enter"?J++:J--,Jn=void 0;break}case"lineEndingBlank":{Ie[0]==="enter"&&(Ut&&!Jn&&!J&&!Yn&&(Yn=U),Jn=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Jn=void 0}if(!J&&Ie[0]==="enter"&&Ie[1].type==="listItemPrefix"||J===-1&&Ie[0]==="exit"&&(Ie[1].type==="listUnordered"||Ie[1].type==="listOrdered")){if(Ut){let fn=U;for(ot=void 0;fn--;){let lt=A[fn];if(lt[1].type==="lineEnding"||lt[1].type==="lineEndingBlank"){if(lt[0]==="exit")continue;ot&&(A[ot][1].type="lineEndingBlank",Ge=!0),lt[1].type="lineEnding",ot=fn}else if(!(lt[1].type==="linePrefix"||lt[1].type==="blockQuotePrefix"||lt[1].type==="blockQuotePrefixWhitespace"||lt[1].type==="blockQuoteMarker"||lt[1].type==="listItemIndent"))break}Yn&&(!ot||Yn<ot)&&(Ut._spread=!0),Ut.end=Object.assign({},ot?A[ot][1].start:Ie[1].end),A.splice(ot||U,0,["exit",Ut,Ie[2]]),U++,R++}if(Ie[1].type==="listItemPrefix"){let fn={type:"listItem",_spread:!1,start:Object.assign({},Ie[1].start),end:void 0};Ut=fn,A.splice(U,0,["enter",fn,Ie[2]]),U++,R++,Yn=void 0,Jn=!0}}}return A[L][1]._spread=Ge,R}function s(A,L){return R;function R(U){o.call(this,A(U),U),L&&L.call(this,U)}}function a(){this.stack.push({type:"fragment",children:[]})}function o(A,L,R){this.stack[this.stack.length-1].children.push(A),this.stack.push(A),this.tokenStack.push([L,R||void 0]),A.position={start:qt(L.start),end:void 0}}function l(A){return L;function L(R){A&&A.call(this,R),u.call(this,R)}}function u(A,L){let R=this.stack.pop(),U=this.tokenStack.pop();if(U)U[0].type!==A.type&&(L?L.call(this,A,U[0]):(U[1]||Nd).call(this,A,U[0]));else throw new Error("Cannot close `"+A.type+"` ("+Ft({start:A.start,end:A.end})+"): it\u2019s not open");R.position.end=qt(A.end)}function h(){return nn(this.stack.pop())}function c(){this.data.expectingFirstListItemValue=!0}function f(A){if(this.data.expectingFirstListItemValue){let L=this.stack[this.stack.length-2];L.start=Number.parseInt(this.sliceSerialize(A),10),this.data.expectingFirstListItemValue=void 0}}function p(){let A=this.resume(),L=this.stack[this.stack.length-1];L.lang=A}function m(){let A=this.resume(),L=this.stack[this.stack.length-1];L.meta=A}function d(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function g(){let A=this.resume(),L=this.stack[this.stack.length-1];L.value=A.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function y(){let A=this.resume(),L=this.stack[this.stack.length-1];L.value=A.replace(/(\r?\n|\r)$/g,"")}function w(A){let L=this.resume(),R=this.stack[this.stack.length-1];R.label=L,R.identifier=mt(this.sliceSerialize(A)).toLowerCase()}function k(){let A=this.resume(),L=this.stack[this.stack.length-1];L.title=A}function v(){let A=this.resume(),L=this.stack[this.stack.length-1];L.url=A}function E(A){let L=this.stack[this.stack.length-1];if(!L.depth){let R=this.sliceSerialize(A).length;L.depth=R}}function x(){this.data.setextHeadingSlurpLineEnding=!0}function C(A){let L=this.stack[this.stack.length-1];L.depth=this.sliceSerialize(A).codePointAt(0)===61?1:2}function D(){this.data.setextHeadingSlurpLineEnding=void 0}function I(A){let R=this.stack[this.stack.length-1].children,U=R[R.length-1];(!U||U.type!=="text")&&(U=Qm(),U.position={start:qt(A.start),end:void 0},R.push(U)),this.stack.push(U)}function M(A){let L=this.stack.pop();L.value+=this.sliceSerialize(A),L.position.end=qt(A.end)}function X(A){let L=this.stack[this.stack.length-1];if(this.data.atHardBreak){let R=L.children[L.children.length-1];R.position.end=qt(A.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(L.type)&&(I.call(this,A),M.call(this,A))}function z(){this.data.atHardBreak=!0}function F(){let A=this.resume(),L=this.stack[this.stack.length-1];L.value=A}function P(){let A=this.resume(),L=this.stack[this.stack.length-1];L.value=A}function B(){let A=this.resume(),L=this.stack[this.stack.length-1];L.value=A}function G(){let A=this.stack[this.stack.length-1];if(this.data.inReference){let L=this.data.referenceType||"shortcut";A.type+="Reference",A.referenceType=L,delete A.url,delete A.title}else delete A.identifier,delete A.label;this.data.referenceType=void 0}function Q(){let A=this.stack[this.stack.length-1];if(this.data.inReference){let L=this.data.referenceType||"shortcut";A.type+="Reference",A.referenceType=L,delete A.url,delete A.title}else delete A.identifier,delete A.label;this.data.referenceType=void 0}function Ee(A){let L=this.sliceSerialize(A),R=this.stack[this.stack.length-2];R.label=Ps(L),R.identifier=mt(L).toLowerCase()}function Oe(){let A=this.stack[this.stack.length-1],L=this.resume(),R=this.stack[this.stack.length-1];if(this.data.inReference=!0,R.type==="link"){let U=A.children;R.children=U}else R.alt=L}function S(){let A=this.resume(),L=this.stack[this.stack.length-1];L.url=A}function ye(){let A=this.resume(),L=this.stack[this.stack.length-1];L.title=A}function j(){this.data.inReference=void 0}function b(){this.data.referenceType="collapsed"}function $(A){let L=this.resume(),R=this.stack[this.stack.length-1];R.label=L,R.identifier=mt(this.sliceSerialize(A)).toLowerCase(),this.data.referenceType="full"}function re(A){this.data.characterReferenceType=A.type}function st(A){let L=this.sliceSerialize(A),R=this.data.characterReferenceType,U;R?(U=Cs(L,R==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):U=In(L);let J=this.stack[this.stack.length-1];J.value+=U}function Ve(A){let L=this.stack.pop();L.position.end=qt(A.end)}function ue(A){M.call(this,A);let L=this.stack[this.stack.length-1];L.url=this.sliceSerialize(A)}function Hn(A){M.call(this,A);let L=this.stack[this.stack.length-1];L.url="mailto:"+this.sliceSerialize(A)}function at(){return{type:"blockquote",children:[]}}function $t(){return{type:"code",lang:null,meta:null,value:""}}function hn(){return{type:"inlineCode",value:""}}function aa(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Gm(){return{type:"emphasis",children:[]}}function bu(){return{type:"heading",depth:0,children:[]}}function ku(){return{type:"break"}}function wu(){return{type:"html",value:""}}function Km(){return{type:"image",title:null,url:"",alt:null}}function Su(){return{type:"link",title:null,url:"",children:[]}}function vu(A){return{type:"list",ordered:A.type==="listOrdered",start:null,spread:A._spread,children:[]}}function Hm(A){return{type:"listItem",spread:A._spread,checked:null,children:[]}}function Ym(){return{type:"paragraph",children:[]}}function Jm(){return{type:"strong",children:[]}}function Qm(){return{type:"text",value:""}}function Xm(){return{type:"thematicBreak"}}}function qt(e){return{line:e.line,column:e.column,offset:e.offset}}function Id(e,t){let n=-1;for(;++n<t.length;){let i=t[n];Array.isArray(i)?Id(e,i):Z1(e,i)}}function Z1(e,t){let n;for(n in t)if(Td.call(t,n))switch(n){case"canContainEols":{let i=t[n];i&&e[n].push(...i);break}case"transforms":{let i=t[n];i&&e[n].push(...i);break}case"enter":case"exit":{let i=t[n];i&&Object.assign(e[n],i);break}}}function Nd(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Ft({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Ft({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Ft({start:t.start,end:t.end})+") is still open")}function Ot(e){let t=this;t.parser=n;function n(i){return Bl(i,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}var jd=K(Fd(),1),Ji=Object.assign(on(Error),{eval:on(EvalError),range:on(RangeError),reference:on(ReferenceError),syntax:on(SyntaxError),type:on(TypeError),uri:on(URIError)});function on(e){return t.displayName=e.displayName||e.name,t;function t(n,...i){let r=n&&(0,jd.default)(n,...i);return new e(r)}}var Rs={}.hasOwnProperty,zd={yaml:"-",toml:"+"};function zn(e){let t=[],n=-1,i=Array.isArray(e)?e:e?[e]:["yaml"];for(;++n<i.length;)t[n]=ex(i[n]);return t}function ex(e){let t=e;if(typeof t=="string"){if(!Rs.call(zd,t))throw Ji("Missing matter definition for `%s`",t);t={type:t,marker:zd[t]}}else if(typeof t!="object")throw Ji("Expected matter to be an object, not `%j`",t);if(!Rs.call(t,"type"))throw Ji("Missing `type` in matter `%j`",t);if(!Rs.call(t,"fence")&&!Rs.call(t,"marker"))throw Ji("Missing `marker` or `fence` in matter `%j`",t);return t}function Ul(e){let t=zn(e),n={},i=-1;for(;++i<t.length;){let r=t[i],s=$l(r,"open").charCodeAt(0),a=tx(r),o=n[s];Array.isArray(o)?o.push(a):n[s]=[a]}return{flow:n}}function tx(e){let t=e.anywhere,n=e.type,i=n+"Fence",r=i+"Sequence",s=n+"Value",a={tokenize:h,partial:!0},o,l=0;return{tokenize:u,concrete:!0};function u(c,f,p){let m=this;return d;function d(C){let D=m.now();return D.column===1&&(D.line===1||t)&&(o=$l(e,"open"),l=0,C===o.charCodeAt(l))?(c.enter(n),c.enter(i),c.enter(r),g(C)):p(C)}function g(C){return l===o.length?(c.exit(r),O(C)?(c.enter("whitespace"),y(C)):w(C)):C===o.charCodeAt(l++)?(c.consume(C),g):p(C)}function y(C){return O(C)?(c.consume(C),y):(c.exit("whitespace"),w(C))}function w(C){return T(C)?(c.exit(i),c.enter("lineEnding"),c.consume(C),c.exit("lineEnding"),o=$l(e,"close"),l=0,c.attempt(a,x,k)):p(C)}function k(C){return C===null||T(C)?E(C):(c.enter(s),v(C))}function v(C){return C===null||T(C)?(c.exit(s),E(C)):(c.consume(C),v)}function E(C){return C===null?p(C):(c.enter("lineEnding"),c.consume(C),c.exit("lineEnding"),c.attempt(a,x,k))}function x(C){return c.exit(n),f(C)}}function h(c,f,p){let m=0;return d;function d(k){return k===o.charCodeAt(m)?(c.enter(i),c.enter(r),g(k)):p(k)}function g(k){return m===o.length?(c.exit(r),O(k)?(c.enter("whitespace"),y(k)):w(k)):k===o.charCodeAt(m++)?(c.consume(k),g):p(k)}function y(k){return O(k)?(c.consume(k),y):(c.exit("whitespace"),w(k))}function w(k){return k===null||T(k)?(c.exit(i),f(k)):p(k)}}}function $l(e,t){return e.marker?qd(e.marker,t).repeat(3):qd(e.fence,t)}function qd(e,t){return typeof e=="string"?e:e[t]}function Wl(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Gl(e){let t=zn(e),n={},i={},r=-1;for(;++r<t.length;){let s=t[r];n[s.type]=nx(s),i[s.type]=ix,i[s.type+"Value"]=rx}return{enter:n,exit:i}}function nx(e){return t;function t(n){this.enter({type:e.type,value:""},n),this.buffer()}}function ix(e){let t=this.resume(),n=this.stack[this.stack.length-1];"value"in n,this.exit(e),n.value=t.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,"")}function rx(e){this.config.enter.data.call(this,e),this.config.exit.data.call(this,e)}function Qi(e){let t=[],n={},i=zn(e),r=-1;for(;++r<i.length;){let s=i[r];n[s.type]=sx(s);let a=Vl(s,"open");t.push({atBreak:!0,character:a.charAt(0),after:Wl(a.charAt(1))})}return{unsafe:t,handlers:n}}function sx(e){let t=Vl(e,"open"),n=Vl(e,"close");return i;function i(r){return t+(r.value?`
145
+ `+r.value:"")+`
146
+ `+n}}function Vl(e,t){return e.marker?Od(e.marker,t).repeat(3):Od(e.fence,t)}function Od(e,t){return typeof e=="string"?e:e[t]}var ax="yaml";function qn(e){let t=this,n=e||ax,i=t.data(),r=i.micromarkExtensions||(i.micromarkExtensions=[]),s=i.fromMarkdownExtensions||(i.fromMarkdownExtensions=[]),a=i.toMarkdownExtensions||(i.toMarkdownExtensions=[]);r.push(Ul(n)),s.push(Gl(n)),a.push(Qi(n))}var Pd={}.hasOwnProperty;function Rd(e,t){let n=t||{};function i(r,...s){let a=i.invalid,o=i.handlers;if(r&&Pd.call(r,e)){let l=String(r[e]);a=Pd.call(o,l)?o[l]:i.unknown}if(a)return a.call(this,r,...s)}return i.handlers=n.handlers||{},i.invalid=n.invalid,i.unknown=n.unknown,i}var ox={}.hasOwnProperty;function Kl(e,t){let n=-1,i;if(t.extensions)for(;++n<t.extensions.length;)Kl(e,t.extensions[n]);for(i in t)if(ox.call(t,i))switch(i){case"extensions":break;case"unsafe":{_d(e[i],t[i]);break}case"join":{_d(e[i],t[i]);break}case"handlers":{lx(e[i],t[i]);break}default:e.options[i]=t[i]}return e}function _d(e,t){t&&e.push(...t)}function lx(e,t){t&&Object.assign(e,t)}function Bd(e,t,n,i){let r=n.enter("blockquote"),s=n.createTracker(i);s.move("> "),s.shift(2);let a=n.indentLines(n.containerFlow(e,s.current()),ux);return r(),a}function ux(e,t,n){return">"+(n?"":" ")+e}function _s(e,t){return Md(e,t.inConstruct,!0)&&!Md(e,t.notInConstruct,!1)}function Md(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let i=-1;for(;++i<t.length;)if(e.includes(t[i]))return!0;return!1}function Hl(e,t,n,i){let r=-1;for(;++r<n.unsafe.length;)if(n.unsafe[r].character===`
147
+ `&&_s(n.stack,n.unsafe[r]))return/[ \t]/.test(i.before)?"":" ";return`\\
148
+ `}function $d(e,t){let n=String(e),i=n.indexOf(t),r=i,s=0,a=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;i!==-1;)i===r?++s>a&&(a=s):s=1,r=i+t.length,i=n.indexOf(t,r);return a}function Xi(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function Ud(e){let t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function Wd(e,t,n,i){let r=Ud(n),s=e.value||"",a=r==="`"?"GraveAccent":"Tilde";if(Xi(e,n)){let c=n.enter("codeIndented"),f=n.indentLines(s,cx);return c(),f}let o=n.createTracker(i),l=r.repeat(Math.max($d(s,r)+1,3)),u=n.enter("codeFenced"),h=o.move(l);if(e.lang){let c=n.enter(`codeFencedLang${a}`);h+=o.move(n.safe(e.lang,{before:h,after:" ",encode:["`"],...o.current()})),c()}if(e.lang&&e.meta){let c=n.enter(`codeFencedMeta${a}`);h+=o.move(" "),h+=o.move(n.safe(e.meta,{before:h,after:`
149
+ `,encode:["`"],...o.current()})),c()}return h+=o.move(`
150
+ `),s&&(h+=o.move(s+`
151
+ `)),h+=o.move(l),u(),h}function cx(e,t,n){return(n?"":" ")+e}function On(e){let t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function Vd(e,t,n,i){let r=On(n),s=r==='"'?"Quote":"Apostrophe",a=n.enter("definition"),o=n.enter("label"),l=n.createTracker(i),u=l.move("[");return u+=l.move(n.safe(n.associationId(e),{before:u,after:"]",...l.current()})),u+=l.move("]: "),o(),!e.url||/[\0- \u007F]/.test(e.url)?(o=n.enter("destinationLiteral"),u+=l.move("<"),u+=l.move(n.safe(e.url,{before:u,after:">",...l.current()})),u+=l.move(">")):(o=n.enter("destinationRaw"),u+=l.move(n.safe(e.url,{before:u,after:e.title?" ":`
152
+ `,...l.current()}))),o(),e.title&&(o=n.enter(`title${s}`),u+=l.move(" "+r),u+=l.move(n.safe(e.title,{before:u,after:r,...l.current()})),u+=l.move(r),o()),a(),u}function Gd(e){let t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function qe(e){return"&#x"+e.toString(16).toUpperCase()+";"}function Pn(e,t,n){let i=Fn(e),r=Fn(t);return i===void 0?r===void 0?n==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:r===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:i===1?r===void 0?{inside:!1,outside:!1}:r===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:r===void 0?{inside:!1,outside:!1}:r===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}Yl.peek=hx;function Yl(e,t,n,i){let r=Gd(n),s=n.enter("emphasis"),a=n.createTracker(i),o=a.move(r),l=a.move(n.containerPhrasing(e,{after:r,before:o,...a.current()})),u=l.charCodeAt(0),h=Pn(i.before.charCodeAt(i.before.length-1),u,r);h.inside&&(l=qe(u)+l.slice(1));let c=l.charCodeAt(l.length-1),f=Pn(i.after.charCodeAt(0),c,r);f.inside&&(l=l.slice(0,-1)+qe(c));let p=a.move(r);return s(),n.attentionEncodeSurroundingInfo={after:f.outside,before:h.outside},o+l+p}function hx(e,t,n){return n.options.emphasis||"*"}var Rn=(function(e){if(e==null)return mx;if(typeof e=="function")return Bs(e);if(typeof e=="object")return Array.isArray(e)?fx(e):px(e);if(typeof e=="string")return dx(e);throw new Error("Expected function, string, or object as test")});function fx(e){let t=[],n=-1;for(;++n<e.length;)t[n]=Rn(e[n]);return Bs(i);function i(...r){let s=-1;for(;++s<t.length;)if(t[s].apply(this,r))return!0;return!1}}function px(e){let t=e;return Bs(n);function n(i){let r=i,s;for(s in e)if(r[s]!==t[s])return!1;return!0}}function dx(e){return Bs(t);function t(n){return n&&n.type===e}}function Bs(e){return t;function t(n,i,r){return!!(gx(n)&&e.call(this,n,typeof i=="number"?i:void 0,r||void 0))}}function mx(){return!0}function gx(e){return e!==null&&typeof e=="object"&&"type"in e}function Kd(e){return"\x1B[33m"+e+"\x1B[39m"}var Hd=[],Ms=!0,ln=!1,$s="skip";function _n(e,t,n,i){let r;typeof t=="function"&&typeof n!="function"?(i=n,n=t):r=t;let s=Rn(r),a=i?-1:1;o(e,void 0,[])();function o(l,u,h){let c=l&&typeof l=="object"?l:{};if(typeof c.type=="string"){let p=typeof c.tagName=="string"?c.tagName:typeof c.name=="string"?c.name:void 0;Object.defineProperty(f,"name",{value:"node ("+Kd(l.type+(p?"<"+p+">":""))+")"})}return f;function f(){let p=Hd,m,d,g;if((!t||s(l,u,h[h.length-1]||void 0))&&(p=yx(n(l,h)),p[0]===ln))return p;if("children"in l&&l.children){let y=l;if(y.children&&p[0]!==$s)for(d=(i?y.children.length:-1)+a,g=h.concat(y);d>-1&&d<y.children.length;){let w=y.children[d];if(m=o(w,d,g)(),m[0]===ln)return m;d=typeof m[1]=="number"?m[1]:d+a}}return p}}}function yx(e){return Array.isArray(e)?e:typeof e=="number"?[Ms,e]:e==null?Hd:[e]}function Pt(e,t,n,i){let r,s,a;typeof t=="function"&&typeof n!="function"?(s=void 0,a=t,r=n):(s=t,a=n,r=i),_n(e,s,o,r);function o(l,u){let h=u[u.length-1],c=h?h.children.indexOf(l):void 0;return a(l,c,h)}}function Us(e,t){let n=!1;return Pt(e,function(i){if("value"in i&&/\r?\n|\r/.test(i.value)||i.type==="break")return n=!0,ln}),!!((!e.depth||e.depth<3)&&nn(e)&&(t.options.setext||n))}function Yd(e,t,n,i){let r=Math.max(Math.min(6,e.depth||1),1),s=n.createTracker(i);if(Us(e,n)){let h=n.enter("headingSetext"),c=n.enter("phrasing"),f=n.containerPhrasing(e,{...s.current(),before:`
153
+ `,after:`
154
+ `});return c(),h(),f+`
155
+ `+(r===1?"=":"-").repeat(f.length-(Math.max(f.lastIndexOf("\r"),f.lastIndexOf(`
156
+ `))+1))}let a="#".repeat(r),o=n.enter("headingAtx"),l=n.enter("phrasing");s.move(a+" ");let u=n.containerPhrasing(e,{before:"# ",after:`
157
+ `,...s.current()});return/^[\t ]/.test(u)&&(u=qe(u.charCodeAt(0))+u.slice(1)),u=u?a+" "+u:a,n.options.closeAtx&&(u+=" "+a),l(),o(),u}Jl.peek=bx;function Jl(e){return e.value||""}function bx(){return"<"}Ql.peek=kx;function Ql(e,t,n,i){let r=On(n),s=r==='"'?"Quote":"Apostrophe",a=n.enter("image"),o=n.enter("label"),l=n.createTracker(i),u=l.move("![");return u+=l.move(n.safe(e.alt,{before:u,after:"]",...l.current()})),u+=l.move("]("),o(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(o=n.enter("destinationLiteral"),u+=l.move("<"),u+=l.move(n.safe(e.url,{before:u,after:">",...l.current()})),u+=l.move(">")):(o=n.enter("destinationRaw"),u+=l.move(n.safe(e.url,{before:u,after:e.title?" ":")",...l.current()}))),o(),e.title&&(o=n.enter(`title${s}`),u+=l.move(" "+r),u+=l.move(n.safe(e.title,{before:u,after:r,...l.current()})),u+=l.move(r),o()),u+=l.move(")"),a(),u}function kx(){return"!"}Xl.peek=wx;function Xl(e,t,n,i){let r=e.referenceType,s=n.enter("imageReference"),a=n.enter("label"),o=n.createTracker(i),l=o.move("!["),u=n.safe(e.alt,{before:l,after:"]",...o.current()});l+=o.move(u+"]["),a();let h=n.stack;n.stack=[],a=n.enter("reference");let c=n.safe(n.associationId(e),{before:l,after:"]",...o.current()});return a(),n.stack=h,s(),r==="full"||!u||u!==c?l+=o.move(c+"]"):r==="shortcut"?l=l.slice(0,-1):l+=o.move("]"),l}function wx(){return"!"}Zl.peek=Sx;function Zl(e,t,n){let i=e.value||"",r="`",s=-1;for(;new RegExp("(^|[^`])"+r+"([^`]|$)").test(i);)r+="`";for(/[^ \r\n]/.test(i)&&(/^[ \r\n]/.test(i)&&/[ \r\n]$/.test(i)||/^`|`$/.test(i))&&(i=" "+i+" ");++s<n.unsafe.length;){let a=n.unsafe[s],o=n.compilePattern(a),l;if(a.atBreak)for(;l=o.exec(i);){let u=l.index;i.charCodeAt(u)===10&&i.charCodeAt(u-1)===13&&u--,i=i.slice(0,u)+" "+i.slice(l.index+1)}}return r+i+r}function Sx(){return"`"}function eu(e,t){let n=nn(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}tu.peek=vx;function tu(e,t,n,i){let r=On(n),s=r==='"'?"Quote":"Apostrophe",a=n.createTracker(i),o,l;if(eu(e,n)){let h=n.stack;n.stack=[],o=n.enter("autolink");let c=a.move("<");return c+=a.move(n.containerPhrasing(e,{before:c,after:">",...a.current()})),c+=a.move(">"),o(),n.stack=h,c}o=n.enter("link"),l=n.enter("label");let u=a.move("[");return u+=a.move(n.containerPhrasing(e,{before:u,after:"](",...a.current()})),u+=a.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),u+=a.move("<"),u+=a.move(n.safe(e.url,{before:u,after:">",...a.current()})),u+=a.move(">")):(l=n.enter("destinationRaw"),u+=a.move(n.safe(e.url,{before:u,after:e.title?" ":")",...a.current()}))),l(),e.title&&(l=n.enter(`title${s}`),u+=a.move(" "+r),u+=a.move(n.safe(e.title,{before:u,after:r,...a.current()})),u+=a.move(r),l()),u+=a.move(")"),o(),u}function vx(e,t,n){return eu(e,n)?"<":"["}nu.peek=xx;function nu(e,t,n,i){let r=e.referenceType,s=n.enter("linkReference"),a=n.enter("label"),o=n.createTracker(i),l=o.move("["),u=n.containerPhrasing(e,{before:l,after:"]",...o.current()});l+=o.move(u+"]["),a();let h=n.stack;n.stack=[],a=n.enter("reference");let c=n.safe(n.associationId(e),{before:l,after:"]",...o.current()});return a(),n.stack=h,s(),r==="full"||!u||u!==c?l+=o.move(c+"]"):r==="shortcut"?l=l.slice(0,-1):l+=o.move("]"),l}function xx(){return"["}function Bn(e){let t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function Jd(e){let t=Bn(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function Qd(e){let t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function Ws(e){let t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function Xd(e,t,n,i){let r=n.enter("list"),s=n.bulletCurrent,a=e.ordered?Qd(n):Bn(n),o=e.ordered?a==="."?")":".":Jd(n),l=t&&n.bulletLastUsed?a===n.bulletLastUsed:!1;if(!e.ordered){let h=e.children?e.children[0]:void 0;if((a==="*"||a==="-")&&h&&(!h.children||!h.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(l=!0),Ws(n)===a&&h){let c=-1;for(;++c<e.children.length;){let f=e.children[c];if(f&&f.type==="listItem"&&f.children&&f.children[0]&&f.children[0].type==="thematicBreak"){l=!0;break}}}}l&&(a=o),n.bulletCurrent=a;let u=n.containerFlow(e,i);return n.bulletLastUsed=a,n.bulletCurrent=s,r(),u}function Zd(e){let t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function em(e,t,n,i){let r=Zd(n),s=n.bulletCurrent||Bn(n);t&&t.type==="list"&&t.ordered&&(s=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+s);let a=s.length+1;(r==="tab"||r==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(a=Math.ceil(a/4)*4);let o=n.createTracker(i);o.move(s+" ".repeat(a-s.length)),o.shift(a);let l=n.enter("listItem"),u=n.indentLines(n.containerFlow(e,o.current()),h);return l(),u;function h(c,f,p){return f?(p?"":" ".repeat(a))+c:(p?s:s+" ".repeat(a-s.length))+c}}function tm(e,t,n,i){let r=n.enter("paragraph"),s=n.enter("phrasing"),a=n.containerPhrasing(e,i);return s(),r(),a}var iu=Rn(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function nm(e,t,n,i){return(e.children.some(function(a){return iu(a)})?n.containerPhrasing:n.containerFlow).call(n,e,i)}function im(e){let t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}ru.peek=Ex;function ru(e,t,n,i){let r=im(n),s=n.enter("strong"),a=n.createTracker(i),o=a.move(r+r),l=a.move(n.containerPhrasing(e,{after:r,before:o,...a.current()})),u=l.charCodeAt(0),h=Pn(i.before.charCodeAt(i.before.length-1),u,r);h.inside&&(l=qe(u)+l.slice(1));let c=l.charCodeAt(l.length-1),f=Pn(i.after.charCodeAt(0),c,r);f.inside&&(l=l.slice(0,-1)+qe(c));let p=a.move(r+r);return s(),n.attentionEncodeSurroundingInfo={after:f.outside,before:h.outside},o+l+p}function Ex(e,t,n){return n.options.strong||"*"}function rm(e,t,n,i){return n.safe(e.value,i)}function sm(e){let t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function am(e,t,n){let i=(Ws(n)+(n.options.ruleSpaces?" ":"")).repeat(sm(n));return n.options.ruleSpaces?i.slice(0,-1):i}var om={blockquote:Bd,break:Hl,code:Wd,definition:Vd,emphasis:Yl,hardBreak:Hl,heading:Yd,html:Jl,image:Ql,imageReference:Xl,inlineCode:Zl,link:tu,linkReference:nu,list:Xd,listItem:em,paragraph:tm,root:nm,strong:ru,text:rm,thematicBreak:am};var lm=[Ax];function Ax(e,t,n,i){if(t.type==="code"&&Xi(t,i)&&(e.type==="list"||e.type===t.type&&Xi(e,i)))return!1;if("spread"in n&&typeof n.spread=="boolean")return e.type==="paragraph"&&(e.type===t.type||t.type==="definition"||t.type==="heading"&&Us(t,i))?void 0:n.spread?1:0}var un=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"],um=[{character:" ",after:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",before:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde"]},{character:"\r",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde","codeFencedMetaGraveAccent","codeFencedMetaTilde","destinationLiteral","headingAtx"]},{character:`
158
+ `,inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde","codeFencedMetaGraveAccent","codeFencedMetaTilde","destinationLiteral","headingAtx"]},{character:" ",after:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",before:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde"]},{character:"!",after:"\\[",inConstruct:"phrasing",notInConstruct:un},{character:'"',inConstruct:"titleQuote"},{atBreak:!0,character:"#"},{character:"#",inConstruct:"headingAtx",after:`(?:[\r
159
+ ]|$)`},{character:"&",after:"[#A-Za-z]",inConstruct:"phrasing"},{character:"'",inConstruct:"titleApostrophe"},{character:"(",inConstruct:"destinationRaw"},{before:"\\]",character:"(",inConstruct:"phrasing",notInConstruct:un},{atBreak:!0,before:"\\d+",character:")"},{character:")",inConstruct:"destinationRaw"},{atBreak:!0,character:"*",after:`(?:[ \r
160
+ *])`},{character:"*",inConstruct:"phrasing",notInConstruct:un},{atBreak:!0,character:"+",after:`(?:[ \r
161
+ ])`},{atBreak:!0,character:"-",after:`(?:[ \r
162
+ -])`},{atBreak:!0,before:"\\d+",character:".",after:`(?:[ \r
163
+ ]|$)`},{atBreak:!0,character:"<",after:"[!/?A-Za-z]"},{character:"<",after:"[!/?A-Za-z]",inConstruct:"phrasing",notInConstruct:un},{character:"<",inConstruct:"destinationLiteral"},{atBreak:!0,character:"="},{atBreak:!0,character:">"},{character:">",inConstruct:"destinationLiteral"},{atBreak:!0,character:"["},{character:"[",inConstruct:"phrasing",notInConstruct:un},{character:"[",inConstruct:["label","reference"]},{character:"\\",after:"[\\r\\n]",inConstruct:"phrasing"},{character:"]",inConstruct:["label","reference"]},{atBreak:!0,character:"_"},{character:"_",inConstruct:"phrasing",notInConstruct:un},{atBreak:!0,character:"`"},{character:"`",inConstruct:["codeFencedLangGraveAccent","codeFencedMetaGraveAccent"]},{character:"`",inConstruct:"phrasing",notInConstruct:un},{atBreak:!0,character:"~"}];function cm(e){return e.label||!e.identifier?e.label||"":Ps(e.identifier)}function hm(e){if(!e._compiled){let t=(e.atBreak?"[\\r\\n][\\t ]*":"")+(e.before?"(?:"+e.before+")":"");e._compiled=new RegExp((t?"("+t+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(e.character)?"\\":"")+e.character+(e.after?"(?:"+e.after+")":""),"g")}return e._compiled}function fm(e,t,n){let i=t.indexStack,r=e.children||[],s=[],a=-1,o=n.before,l;i.push(-1);let u=t.createTracker(n);for(;++a<r.length;){let h=r[a],c;if(i[i.length-1]=a,a+1<r.length){let m=t.handle.handlers[r[a+1].type];m&&m.peek&&(m=m.peek),c=m?m(r[a+1],e,t,{before:"",after:"",...u.current()}).charAt(0):""}else c=n.after;s.length>0&&(o==="\r"||o===`
164
+ `)&&h.type==="html"&&(s[s.length-1]=s[s.length-1].replace(/(\r?\n|\r)$/," "),o=" ",u=t.createTracker(n),u.move(s.join("")));let f=t.handle(h,e,t,{...u.current(),after:c,before:o});l&&l===f.slice(0,1)&&(f=qe(l.charCodeAt(0))+f.slice(1));let p=t.attentionEncodeSurroundingInfo;t.attentionEncodeSurroundingInfo=void 0,l=void 0,p&&(s.length>0&&p.before&&o===s[s.length-1].slice(-1)&&(s[s.length-1]=s[s.length-1].slice(0,-1)+qe(o.charCodeAt(0))),p.after&&(l=c)),u.move(f),s.push(f),o=f.slice(-1)}return i.pop(),s.join("")}function pm(e,t,n){let i=t.indexStack,r=e.children||[],s=t.createTracker(n),a=[],o=-1;for(i.push(-1);++o<r.length;){let l=r[o];i[i.length-1]=o,a.push(s.move(t.handle(l,e,t,{before:`
165
+ `,after:`
166
+ `,...s.current()}))),l.type!=="list"&&(t.bulletLastUsed=void 0),o<r.length-1&&a.push(s.move(Cx(l,r[o+1],e,t)))}return i.pop(),a.join("")}function Cx(e,t,n,i){let r=i.join.length;for(;r--;){let s=i.join[r](e,t,n,i);if(s===!0||s===1)break;if(typeof s=="number")return`
167
+ `.repeat(1+s);if(s===!1)return`
168
+
169
+ <!---->
170
+
171
+ `}return`
172
+
173
+ `}var Dx=/\r?\n|\r/g;function dm(e,t){let n=[],i=0,r=0,s;for(;s=Dx.exec(e);)a(e.slice(i,s.index)),n.push(s[0]),i=s.index+s[0].length,r++;return a(e.slice(i)),n.join("");function a(o){n.push(t(o,r,!o))}}function gm(e,t,n){let i=(n.before||"")+(t||"")+(n.after||""),r=[],s=[],a={},o=-1;for(;++o<e.unsafe.length;){let h=e.unsafe[o];if(!_s(e.stack,h))continue;let c=e.compilePattern(h),f;for(;f=c.exec(i);){let p="before"in h||!!h.atBreak,m="after"in h,d=f.index+(p?f[1].length:0);r.includes(d)?(a[d].before&&!p&&(a[d].before=!1),a[d].after&&!m&&(a[d].after=!1)):(r.push(d),a[d]={before:p,after:m})}}r.sort(Lx);let l=n.before?n.before.length:0,u=i.length-(n.after?n.after.length:0);for(o=-1;++o<r.length;){let h=r[o];h<l||h>=u||h+1<u&&r[o+1]===h+1&&a[h].after&&!a[h+1].before&&!a[h+1].after||r[o-1]===h-1&&a[h].before&&!a[h-1].before&&!a[h-1].after||(l!==h&&s.push(mm(i.slice(l,h),"\\")),l=h,/[!-/:-@[-`{-~]/.test(i.charAt(h))&&(!n.encode||!n.encode.includes(i.charAt(h)))?s.push("\\"):(s.push(qe(i.charCodeAt(h))),l++))}return s.push(mm(i.slice(l,u),n.after)),s.join("")}function Lx(e,t){return e-t}function mm(e,t){let n=/\\(?=[!-/:-@[-`{-~])/g,i=[],r=[],s=e+t,a=-1,o=0,l;for(;l=n.exec(s);)i.push(l.index);for(;++a<i.length;)o!==i[a]&&r.push(e.slice(o,i[a])),r.push("\\"),o=i[a];return r.push(e.slice(o)),r.join("")}function ym(e){let t=e||{},n=t.now||{},i=t.lineShift||0,r=n.line||1,s=n.column||1;return{move:l,current:a,shift:o};function a(){return{now:{line:r,column:s},lineShift:i}}function o(u){i+=u}function l(u){let h=u||"",c=h.split(/\r?\n|\r/g),f=c[c.length-1];return r+=c.length-1,s=c.length===1?s+f.length:1+f.length+i,h}}function Zi(e,t){let n=t||{},i={associationId:cm,containerPhrasing:Fx,containerFlow:jx,createTracker:ym,compilePattern:hm,enter:s,handlers:{...om},handle:void 0,indentLines:dm,indexStack:[],join:[...lm],options:{},safe:zx,stack:[],unsafe:[...um]};Kl(i,n),i.options.tightDefinitions&&i.join.push(Ix),i.handle=Rd("type",{invalid:Nx,unknown:Tx,handlers:i.handlers});let r=i.handle(e,void 0,i,{before:`
174
+ `,after:`
175
+ `,now:{line:1,column:1},lineShift:0});return r&&r.charCodeAt(r.length-1)!==10&&r.charCodeAt(r.length-1)!==13&&(r+=`
176
+ `),r;function s(a){return i.stack.push(a),o;function o(){i.stack.pop()}}}function Nx(e){throw new Error("Cannot handle value `"+e+"`, expected node")}function Tx(e){let t=e;throw new Error("Cannot handle unknown node `"+t.type+"`")}function Ix(e,t){if(e.type==="definition"&&e.type===t.type)return 0}function Fx(e,t){return fm(e,this,t)}function jx(e,t){return pm(e,this,t)}function zx(e,t){return gm(this,e,t)}tr();var nr={en:{WARN_RC_PARSE:"[WARN] Failed to parse ~/.vasmrc: {0}",INIT_WARN_EXISTS:"[INIT] \u26A0\uFE0F vasmc-build.yaml already exists in the current directory.",INIT_SUCCESS:"[INIT] \u2705 Successfully created vasmc-build.yaml!",ADD_FETCHING:"[CLI] Fetching {0} to inspect metadata...",ADD_DISCOVERED_ALIAS:"[CLI] Discovered declared alias from Frontmatter: '{0}'",ADD_GENERIC_PATH:"[CLI] Generic path detected. Traversed up to infer alias: '{0}'",ADD_SUCCESS:"[CLI] Added alias '{0}' pointing to {1}",SEAL_ERR_NO_FILES:"[ERROR] Please specify at least one file or pattern to seal.",SEAL_ERR_NO_MATCH:"[ERROR] No files matched the given patterns.",SEAL_WARN_EXISTS:"[WARN] File '{0}' already contains VASMC Frontmatter.",SEAL_AUTO_WRAP:"[CLI] \u{1F310} Auto-wrapped content in '{0}' block.",SEAL_SUCCESS_RENAME:"[CLI] \u{1F4E6} Sealed module! Renamed to '{0}' and injected Frontmatter (alias: '{1}').",SEAL_SUCCESS_INJECT:"[CLI] \u{1F4E6} Sealed module! Injected Frontmatter into '{0}' (alias: '{1}').",LANG_DETECT_UNCERTAIN:"[LANG] Could not confidently infer source language for '{0}'. Leaving targetLangs unset; pass --lang or edit frontmatter to declare it explicitly.",LANG_DETECT_AGENT_FALLBACK:"[LANG] Could not confidently infer source language for '{0}'. AI build will use first target language as source: '{1}'.",UPDATE_CLEARED_ALIAS:"[CLI] Cleared lock cache for '{0}'.",UPDATE_WARN_NOT_FOUND:"[WARN] Alias '{0}' not found in lockfile.",UPDATE_CLEARED_ALL:"[CLI] Cleared locked cache for all dependencies.",CLI_DESC_GRAPH:"Generate an ASCII dependency graph for the specified entry file.",BUILD_ERR_ENTRY_NOT_FOUND:"[ERROR] Entry file not found: {0}",BUILD_SUCCESS_SINGLE:"[BUILD] \u2705 Compiled {0} {1} -> {2}",BUILD_ERR_SINGLE:"[BUILD] \u274C Failed to compile {0}: {1}",BUILD_NO_FILES:"[BUILD] No source files found matching patterns: {0}",BUILD_COMPILING:"[BUILD] Compiling {0} {1} -> {2}",BUILD_SUCCESS:"[BUILD] \u2705 Success: {0}",BUILD_WARN_EXTRACT:"[WARN] Skipping unknown language '{0}' in {1}",BUILD_ERR_WORKSPACE:"[BUILD] \u274C Failed to compile {0} ({1}): {2}",WARN_TOKEN_LIMIT:"\\n[WARN] \u26A0\uFE0F The compiled output contains approximately {0} tokens, which exceeds the recommended 20,000 token limit for System Prompts. Consider refactoring or trimming your context window.",SYNC_WARN_NO_URL:"[SYNC] \u26A0\uFE0F No URL defined for alias '{0}'. Skipping.",SYNC_WARN_HASH_MISMATCH:"[SYNC] \u26A0\uFE0F Local hash mismatch for '{0}'. Re-fetching.",SYNC_FETCHING_START:"[SYNC] Fetching: {0} -> {1}",SYNC_FOUND_VERSION:" \u21B3 Found version: {0}",SYNC_FOUND_NESTED:" \u21B3 Found nested dependencies. Inheriting...",SYNC_INHERITING:" \u21B3 Inheriting dependency: {0} -> {1}",SYNC_SKIPPING_OVERRIDDEN:" \u21B3 Skipping '{0}' (overridden by root project).",SYNC_SUCCESS_ALIAS:" \u21B3 Synced: {0}",SYNC_ERR_FAILED:"[SYNC] \u274C Failed to sync '{0}': {1}",SYNC_UP_TO_DATE_ALIAS:"[SYNC] \u2705 '{0}' is up-to-date.",SYNC_LOCK_UPDATED:"[SYNC] \u{1F512} Lockfile updated.",COMPILER_USE_EXISTING_BLOCK:"[COMPILER] \u26A1\uFE0F Using existing '{0}' block for {1}",COMPILER_NLP_SKIP:"[COMPILER] \u26A1\uFE0F Detected source already matches '{0}'. Keeping deterministic source text.",COMPILER_ROUTER_SKIP:"[COMPILER] \u26A1\uFE0F Routing-only module detected. Keeping deterministic source text for '{0}'.",COMPILER_TRANS_UNAVAILABLE:"[COMPILER] Missing target language '{0}' in {1}. Deterministic compile will keep source text; use vasmc build work orders or the console package for assisted translation.",COMPILER_ERR_INFER_LANG:"[ERROR] Could not infer AST language from {0}. Please ensure it contains <!-- lang:xx --> blocks or specify --target-langs.",COMPILER_SKIP_MATCHING:"[COMPILER] Skipped matching translation code for '{0}'"},"zh-CN":{WARN_RC_PARSE:"[WARN] \u89E3\u6790 ~/.vasmrc \u5931\u8D25: {0}",INIT_WARN_EXISTS:"[INIT] \u26A0\uFE0F vasmc-build.yaml \u5DF2\u5B58\u5728\u4E8E\u5F53\u524D\u76EE\u5F55\u4E2D\u3002",INIT_SUCCESS:"[INIT] \u2705 \u6210\u529F\u521B\u5EFA vasmc-build.yaml \u914D\u7F6E\u6587\u4EF6\uFF01",ADD_FETCHING:"[CLI] \u6B63\u5728\u62C9\u53D6 {0} \u4EE5\u68C0\u67E5\u5143\u6570\u636E...",ADD_DISCOVERED_ALIAS:"[CLI] \u4ECE Frontmatter \u4E2D\u53D1\u73B0\u58F0\u660E\u7684\u522B\u540D: '{0}'",ADD_GENERIC_PATH:"[CLI] \u63A2\u6D4B\u5230\u901A\u7528\u8DEF\u5F84\u3002\u6B63\u5411\u4E0A\u56DE\u6EAF\u4EE5\u63A8\u65AD\u522B\u540D: '{0}'",ADD_SUCCESS:"[CLI] \u5DF2\u6DFB\u52A0\u522B\u540D '{0}' \u6307\u5411 {1}",SEAL_ERR_NO_FILES:"[ERROR] \u8BF7\u81F3\u5C11\u6307\u5B9A\u4E00\u4E2A\u6587\u4EF6\u6216\u6A21\u5F0F\u8FDB\u884C\u5BC6\u5C01 (seal)\u3002",SEAL_ERR_NO_MATCH:"[ERROR] \u6CA1\u6709\u627E\u5230\u5339\u914D\u8BE5\u6A21\u5F0F\u7684\u6587\u4EF6\u3002",SEAL_WARN_EXISTS:"[WARN] \u6587\u4EF6 '{0}' \u5DF2\u7ECF\u5305\u542B VASMC Frontmatter\u3002",SEAL_AUTO_WRAP:"[CLI] \u{1F310} \u5DF2\u5C06\u5185\u5BB9\u81EA\u52A8\u7528 '{0}' \u8BED\u8A00\u5757\u5305\u88F9\u3002",SEAL_SUCCESS_RENAME:"[CLI] \u{1F4E6} \u6A21\u5757\u5BC6\u5C01\u5B8C\u6BD5\uFF01\u5DF2\u91CD\u547D\u540D\u4E3A '{0}' \u5E76\u6CE8\u5165\u4E86 Frontmatter (\u522B\u540D: '{1}')\u3002",SEAL_SUCCESS_INJECT:"[CLI] \u{1F4E6} \u6A21\u5757\u5BC6\u5C01\u5B8C\u6BD5\uFF01\u5DF2\u5728 '{0}' \u4E2D\u6CE8\u5165 Frontmatter (\u522B\u540D: '{1}')\u3002",LANG_DETECT_UNCERTAIN:"[LANG] \u65E0\u6CD5\u9AD8\u7F6E\u4FE1\u5EA6\u63A8\u65AD '{0}' \u7684\u6E90\u8BED\u8A00\u3002\u5DF2\u4FDD\u7559 targetLangs \u672A\u58F0\u660E\uFF1B\u8BF7\u901A\u8FC7 --lang \u6216 frontmatter \u663E\u5F0F\u58F0\u660E\u3002",LANG_DETECT_AGENT_FALLBACK:"[LANG] \u65E0\u6CD5\u9AD8\u7F6E\u4FE1\u5EA6\u63A8\u65AD '{0}' \u7684\u6E90\u8BED\u8A00\u3002AI build \u5C06\u4F7F\u7528\u7B2C\u4E00\u4E2A\u76EE\u6807\u8BED\u8A00\u4F5C\u4E3A\u6E90\u8BED\u8A00: '{1}'\u3002",UPDATE_CLEARED_ALIAS:"[CLI] \u5DF2\u6E05\u9664 '{0}' \u7684 lock \u7F13\u5B58\u3002",UPDATE_WARN_NOT_FOUND:"[WARN] lockfile \u4E2D\u672A\u627E\u5230\u522B\u540D '{0}'\u3002",UPDATE_CLEARED_ALL:"[CLI] \u5DF2\u6E05\u9664\u6240\u6709\u4F9D\u8D56\u7684 lock \u7F13\u5B58\u3002",CLI_DESC_GRAPH:"\u4E3A\u6307\u5B9A\u7684\u5165\u53E3\u6587\u4EF6\u751F\u6210\u4F9D\u8D56\u5173\u7CFB\u62D3\u6251\u56FE\u3002",BUILD_ERR_ENTRY_NOT_FOUND:"[ERROR] \u627E\u4E0D\u5230\u5165\u53E3\u6587\u4EF6: {0}",BUILD_SUCCESS_SINGLE:"[BUILD] \u2705 \u7F16\u8BD1\u6210\u529F {0} {1} -> {2}",BUILD_ERR_SINGLE:"[BUILD] \u274C \u7F16\u8BD1\u5931\u8D25 {0}: {1}",BUILD_NO_FILES:"[BUILD] \u672A\u627E\u5230\u5339\u914D\u8BE5\u6A21\u5F0F\u7684\u6E90\u6587\u4EF6: {0}",BUILD_COMPILING:"[BUILD] \u6B63\u5728\u7F16\u8BD1 {0} {1} -> {2}",BUILD_SUCCESS:"[BUILD] \u2705 \u7F16\u8BD1\u6210\u529F: {0}",BUILD_WARN_EXTRACT:"[WARN] \u8DF3\u8FC7 {1} \u4E2D\u7684\u672A\u77E5\u8BED\u8A00 '{0}'",BUILD_ERR_WORKSPACE:"[BUILD] \u274C \u7F16\u8BD1\u5931\u8D25 {0} ({1}): {2}",WARN_TOKEN_LIMIT:"\\n[WARN] \u26A0\uFE0F \u7F16\u8BD1\u540E\u7684\u4EA7\u7269\u5927\u7EA6\u5305\u542B {0} \u4E2A Token\u3002\u8FD9\u8D85\u8FC7\u4E86 System Prompt \u63A8\u8350\u7684\u5B89\u5168\u9608\u503C (20,000)\uFF0C\u8BF7\u5408\u7406\u7BA1\u63A7\u4EE5\u9632\u5927\u6A21\u578B\u6CE8\u610F\u529B\u4E22\u5931\u6216\u89E6\u53D1\u622A\u65AD\u3002",SYNC_WARN_NO_URL:"[SYNC] \u26A0\uFE0F \u522B\u540D '{0}' \u672A\u5B9A\u4E49 URL\uFF0C\u5DF2\u8DF3\u8FC7\u3002",SYNC_WARN_HASH_MISMATCH:"[SYNC] \u26A0\uFE0F '{0}' \u672C\u5730\u54C8\u5E0C\u4E0D\u5339\u914D\uFF0C\u91CD\u65B0\u62C9\u53D6\u3002",SYNC_FETCHING_START:"[SYNC] \u6B63\u5728\u62C9\u53D6: {0} -> {1}",SYNC_FOUND_VERSION:" \u21B3 \u53D1\u73B0\u7248\u672C\u53F7: {0}",SYNC_FOUND_NESTED:" \u21B3 \u53D1\u73B0\u5D4C\u5957\u4F9D\u8D56\uFF0C\u6B63\u5728\u7EE7\u627F...",SYNC_INHERITING:" \u21B3 \u7EE7\u627F\u4F9D\u8D56: {0} -> {1}",SYNC_SKIPPING_OVERRIDDEN:" \u21B3 \u8DF3\u8FC7 '{0}'\uFF08\u5DF2\u88AB\u4E3B\u9879\u76EE\u8986\u5199\uFF09\u3002",SYNC_SUCCESS_ALIAS:" \u21B3 \u540C\u6B65\u5B8C\u6210: {0}",SYNC_ERR_FAILED:"[SYNC] \u274C \u540C\u6B65 '{0}' \u5931\u8D25: {1}",SYNC_UP_TO_DATE_ALIAS:"[SYNC] \u2705 '{0}' \u5DF2\u662F\u6700\u65B0\u3002",SYNC_LOCK_UPDATED:"[SYNC] \u{1F512} \u9501\u6587\u4EF6\u5DF2\u66F4\u65B0\u3002",COMPILER_USE_EXISTING_BLOCK:"[COMPILER] \u26A1\uFE0F \u5BF9\u4E8E\u6587\u4EF6 {1}\uFF0C\u5DF2\u590D\u7528\u73B0\u6709\u7684 '{0}' \u8BED\u8A00\u5757",COMPILER_NLP_SKIP:"[COMPILER] \u26A1\uFE0F \u68C0\u6D4B\u5230\u6E90\u6587\u672C\u5DF2\u7ECF\u5339\u914D '{0}'\u3002\u786E\u5B9A\u6027\u4FDD\u7559\u6E90\u6587\u672C\u3002",COMPILER_ROUTER_SKIP:"[COMPILER] \u26A1\uFE0F \u68C0\u6D4B\u5230\u7EAF\u8DEF\u7531\u805A\u5408\u6A21\u5757\u3002\u9488\u5BF9 '{0}' \u786E\u5B9A\u6027\u4FDD\u7559\u6E90\u6587\u672C\u3002",COMPILER_TRANS_UNAVAILABLE:"[COMPILER] \u6587\u4EF6 {1} \u4E2D\u7F3A\u5C11\u76EE\u6807\u8BED\u8A00 '{0}'\u3002\u786E\u5B9A\u6027\u7F16\u8BD1\u5C06\u4FDD\u7559\u6E90\u6587\u672C\uFF1B\u8BF7\u4F7F\u7528 vasmc build \u5DE5\u4F5C\u5355\u6216 console \u5305\u6267\u884C\u8F85\u52A9\u7FFB\u8BD1\u3002",COMPILER_ERR_INFER_LANG:"[ERROR] \u65E0\u6CD5\u4ECE {0} \u63A8\u65AD AST \u8BED\u8A00\u3002\u8BF7\u786E\u4FDD\u6587\u4EF6\u4E2D\u5305\u542B <!-- lang:xx --> \u4EE3\u7801\u5757\uFF0C\u6216\u8005\u901A\u8FC7 --target-langs \u663E\u5F0F\u6307\u5B9A\u3002",COMPILER_SKIP_MATCHING:"[COMPILER] \u8DF3\u8FC7\u5339\u914D\u7FFB\u8BD1\u4EE3\u7801 '{0}'"}},$n="en";function tE(){return $n}function nE(e){if(e&&nr[e]){$n=e;return}let t=hl();if(t.lang&&nr[t.lang]){$n=t.lang;return}Intl.DateTimeFormat().resolvedOptions().locale.startsWith("zh")?$n="zh-CN":$n="en"}function Y(e,...t){let i=(nr[$n]||nr.en)[e];i||(i=nr.en[e]||e);for(let r=0;r<t.length;r++)i=i.replace(`{${r}}`,String(t[r]));return i}function iE(e){return e.replace(/```[\s\S]*?```/g,"\0").replace(/`[^`\n]+`/g,"\0")}function ou(e){if(!Rt.existsSync(e))return[];let t=Rt.readFileSync(e,"utf8"),n=iE(t),i=new Set,r=/<!--\s*lang:([a-zA-Z-]+)\s*-->/g,s;for(;(s=r.exec(n))!==null;)i.add(s[1]);return Array.from(i)}async function Xs(e,t,n=new Set,i,r){if(n.has(e))throw new Error(`[FATAL] Circular dependency detected:
177
+ -> ${Array.from(n).join(`
178
+ -> `)}
179
+ -> ${e} (Loop!)`);n.add(e);let s=Rt.readFileSync(e,"utf8");if(i){let f=`<!-- lang:${i} -->`,p="<!-- /lang -->",m=[],d=s.replace(/```[\s\S]*?```/g,g=>{let y=m.length;return m.push(g),`\0CODEBLOCK_${y}\0`}).replace(/`[^`\n]+`/g,g=>{let y=m.length;return m.push(g),`\0CODEBLOCK_${y}\0`});if(d.includes("<!-- lang:"))if(d.includes(f)){console.log(Y("COMPILER_USE_EXISTING_BLOCK",i,e));let g=/<!--\s*lang:([a-zA-Z-]+)\s*-->([\s\S]*?)<!--\s*\/lang\s*-->/g,y=d,w,k=[];for(;(w=g.exec(d))!==null;){let v=w[1],E=w[2];v.toLowerCase()===i.toLowerCase()?k.push({start:w.index,end:w.index+w[0].length,content:E}):k.push({start:w.index,end:w.index+w[0].length,content:""})}for(let v=k.length-1;v>=0;v--){let E=k[v];y=y.substring(0,E.start)+E.content+y.substring(E.end)}s=y}else{let g=/<!--\s*lang:([a-zA-Z-]+)\s*-->([\s\S]*?)<!--\s*\/lang\s*-->/.exec(d);if(g){let w=g[2].trim();r?console.log(`[COMPILER] \u{1F916} AI Build Mode: Bypassing fallback translation for '${i}' in ${e}`):console.warn(Y("COMPILER_TRANS_UNAVAILABLE",i,e));let k=/<!--\s*lang:([a-zA-Z-]+)\s*-->([\s\S]*?)<!--\s*\/lang\s*-->/g,v=d,E,x=[],C=!0;for(;(E=k.exec(d))!==null;)C?(x.push({start:E.index,end:E.index+E[0].length,content:w}),C=!1):x.push({start:E.index,end:E.index+E[0].length,content:""});for(let D=x.length-1;D>=0;D--){let I=x[D];v=v.substring(0,I.start)+I.content+v.substring(I.end)}s=v}}else{let w=s.replace(/^---\n[\s\S]*?\n---/,"").replace(/\[[^\]]*\]\([^)]*["']@import:inline["'][^)]*\)/g,"").replace(/^#{1,6}\s+.*$/gm,"").replace(/[^a-zA-Z\u4e00-\u9fa50-9]/g,""),k=!1;if(w.length===0)console.log(Y("COMPILER_ROUTER_SKIP",i)),k=!0;else{let v=Js(s);v&&((Ys[v]||[v]).includes(i.toLowerCase())||v.toLowerCase()===i.toLowerCase())&&(console.log(Y("COMPILER_NLP_SKIP",i)),k=!0)}k||(r?console.log(`[COMPILER] \u{1F916} AI Build Mode: Bypassing NLP translation for '${i}'`):console.warn(Y("COMPILER_TRANS_UNAVAILABLE",i,e)))}m.length>0&&(s=s.replace(/\x00CODEBLOCK_(\d+)\x00/g,(g,y)=>m[parseInt(y,10)]))}let a=tn().use(Ot).use(qn,["yaml"]),o=a.parse(s);if(o.children){let f=o.children.find(p=>p.type==="yaml");if(f)try{let p=Qs.parse(f.value);if(p&&typeof p=="object"){let{vasm:m,...d}=p;Object.keys(d).length>0?f.value=Qs.stringify(d).trimEnd():o.children=o.children.filter(y=>y.type!=="yaml")}else o.children=o.children.filter(m=>m.type!=="yaml")}catch{o.children=o.children.filter(p=>p.type!=="yaml")}}let l=nt(process.cwd()),u=[],h=[];_n(o,"link",(f,p)=>{let m=f.url&&f.url.startsWith("vasm:"),d=f.url&&(f.url.startsWith("./")||f.url.startsWith("../"));if(m||d){let g=f.title||"";g.includes("@import:inline")?u.push({ancestors:[...p],link:f}):g.includes("@import:link")?h.push({link:f}):m&&console.warn(`[WARN] Unrecognized directive for alias '${f.url}': ${g}`)}});for(let f of h){let p;if(f.link.url.startsWith("vasm:")){let g=f.link.url.replace("vasm:",""),y=l.dependencies[g];if(!y)throw new Error(`[FATAL] Unresolved alias '${g}'. Please run 'vasmc add' or 'vasmc sync'.`);p=y.dest?pe.resolve(process.cwd(),y.dest):pe.resolve(process.cwd(),".vasmc",g+".md")}else p=pe.resolve(pe.dirname(e),f.link.url);let m=t?pe.dirname(t):process.cwd(),d=pe.relative(m,p);d.startsWith(".")||(d="./"+d),f.link.title==="@import:link"?f.link.title=null:f.link.title&&(f.link.title=f.link.title.replace("@import:link","").trim()),f.link.url=d}for(let f=u.length-1;f>=0;f--){let p=u[f],m,d;if(p.link.url.startsWith("vasm:")){let v=p.link.url.replace("vasm:","");d=v;let E=l.dependencies[v];if(!E)throw new Error(`[FATAL] Unresolved alias '${v}'. Please run 'vasmc add' or 'vasmc sync'.`);m=E.dest?pe.resolve(process.cwd(),E.dest):pe.resolve(process.cwd(),".vasmc",v+".md")}else d=p.link.url,m=pe.resolve(pe.dirname(e),d);if(!Rt.existsSync(m))throw new Error(`[FATAL] Missing physical file for '${d}'. Cannot import inline.`);let g=await Xs(m,t,n,i,r),y=a.parse(g),w=p.ancestors[p.ancestors.length-1],k=p.ancestors.length>1?p.ancestors[p.ancestors.length-2]:null;if(w.type==="paragraph"&&k){let v=w.children.filter(E=>E.type!=="text"||E.value.trim()!=="");if(v.length===1&&v[0]===p.link){let E=k.children.indexOf(w);E!==-1&&k.children.splice(E,1,...y.children)}else{let E=w.children.indexOf(p.link);E!==-1&&w.children.splice(E,1,...y.children)}}else{let v=w.children.indexOf(p.link);v!==-1&&w.children.splice(v,1,...y.children)}}n.delete(e),_n(o,"link",f=>{f.url&&f.url.endsWith(".vasm.md")&&(f.url=f.url.replace(/\.vasm\.md$/,".md"))});let c=Zi(o,{extensions:[Qi(["yaml"])]});if(n.size===0){let f=Mn(c);f>2e4&&console.warn(Y("WARN_TOKEN_LIMIT",f))}return c}function Ue(e,t,n=new Set){if(n.has(e)||!Rt.existsSync(e))return n;n.add(e);let i=Rt.readFileSync(e,"utf8"),r=nt(t),s=/\[([^\]]*)\]\(([^)]+)"@import:(inline|link)"[^)]*\)/g,a;for(;(a=s.exec(i))!==null;){let o=a[2].trim(),l;if(o.startsWith("vasm:")){let u=o.replace("vasm:",""),h=r.dependencies[u];if(!h)continue;l=h.dest?pe.resolve(t,h.dest):pe.resolve(t,".vasmc",u+".md")}else if(o.startsWith("./")||o.startsWith("../"))l=pe.resolve(pe.dirname(e),o);else continue;Ue(l,t,n)}return n}var Gn=K(Tn());var rE={en:"\u{1F30D} English","zh-CN":"\u{1F1E8}\u{1F1F3} \u4E2D\u6587",ja:"\u{1F1EF}\u{1F1F5} \u65E5\u672C\u8A9E",ko:"\u{1F1F0}\u{1F1F7} \uD55C\uAD6D\uC5B4",fr:"\u{1F1EB}\u{1F1F7} Fran\xE7ais",es:"\u{1F1EA}\u{1F1F8} Espa\xF1ol",de:"\u{1F1E9}\u{1F1EA} Deutsch",ru:"\u{1F1F7}\u{1F1FA} \u0420\u0443\u0441\u0441\u043A\u0438\u0439"};function qm(e){return rE[e]||e.toUpperCase()}function lu(e){let t=tn().use(Ot),n=new Map;for(let[u,h]of e.entries())n.set(u,t.parse(h));let i=Array.from(n.keys());if(i.length===0)return"";if(i.length===1)return e.get(i[0]);let r={type:"root",children:[]},s=null,a=n.get(i[0]),o=a.children.findIndex(u=>u.type==="heading"&&u.depth===1);o!==-1&&(s=a.children[o]),s&&r.children.push(s);let l={type:"paragraph",children:[]};for(let u=0;u<i.length;u++){let h=i[u],c=qm(h),f=h.toLowerCase().replace(/[^a-z0-9]/g,"-");l.children.push({type:"link",url:`#${f}`,children:[{type:"text",value:c}]}),u<i.length-1&&l.children.push({type:"text",value:" | "})}r.children.push(l),r.children.push({type:"thematicBreak"});for(let u=0;u<i.length;u++){let h=i[u],c=n.get(h),f=qm(h),p=h.toLowerCase().replace(/[^a-z0-9]/g,"-");r.children.push({type:"html",value:`<a name="${p}"></a>`}),r.children.push({type:"heading",depth:2,children:[{type:"text",value:f}]});let m=c.children.findIndex(g=>g.type==="heading"&&g.depth===1),d=[...c.children];m!==-1&&d.splice(m,1),Pt({type:"root",children:d},"html",g=>{g.value=g.value.replace(/<a([^>]*?)(name|id)\s*=\s*(['"])(.*?)\3([^>]*?)>/gi,(y,w,k,v,E,x)=>`<a${w}${k}=${v}${E}-${p}${v}${x}>`)}),Pt({type:"root",children:d},"link",g=>{if(g.url&&g.url.startsWith("#")){let y=g.url.substring(1);!i.some(k=>k.toLowerCase().replace(/[^a-z0-9]/g,"-")===y)&&!y.endsWith(`-${p}`)&&(g.url=`${g.url}-${p}`)}}),r.children.push(...d),u<i.length-1&&r.children.push({type:"thematicBreak"})}return Zi(r)}tr();var _t=K(require("fs")),uu=K(require("path")),Om=K(require("crypto")),Zs=K(Tn()),Pm="vasmc-build-state.yaml";function ea(e=process.cwd()){let t=uu.join(e,Pm);if(!_t.existsSync(t))return{version:1,entries:{}};try{let n=_t.readFileSync(t,"utf8");return Zs.parse(n)||{version:1,entries:{}}}catch{return{version:1,entries:{}}}}function ta(e,t=process.cwd()){let n=uu.join(t,Pm);_t.writeFileSync(n,Zs.stringify(e),"utf8")}function Bt(e){let t=Array.from(e).sort(),n=Om.createHash("sha256");for(let i of t)_t.existsSync(i)&&(n.update(i),n.update(_t.readFileSync(i)));return n.digest("hex")}function it(e,t){return`${e}|${t||"auto"}`}var ia=K(require("fs"));var na=K(Tn()),sE=/^---[ \t]*\r?\n([\s\S]*?)\r?\n---[ \t]*(?:\r?\n|$)/;function ir(e){let t=sE.exec(e);if(!t)return{data:{},content:e};let n;try{n=na.parse(t[1])}catch{n={}}return(!n||typeof n!="object"||Array.isArray(n))&&(n={}),{data:n,content:e.slice(t[0].length)}}function aE(e,t){let n=na.stringify(t).trimEnd(),i=e.startsWith(`
180
+ `)?e:`
181
+ ${e}`;return`---
182
+ ${n}
183
+ ---${i}`}var oE=new Set(["prompt","skill","doc","policy","fragment"]),lE=new Set(["readFiles","editFiles","runCommands","network","externalModels","publish"]);function cu(e){return!!e&&typeof e=="object"&&!Array.isArray(e)}function Un(e){return Array.isArray(e)&&e.every(t=>typeof t=="string")}function ie(e,t,n,i){e.push({severity:t,code:n,message:i})}function rt(e){return ia.existsSync(e)?ir(ia.readFileSync(e,"utf8")).data?.vasm:void 0}function ra(e){if(!e)return;let t={alias:e.alias,version:e.version,kind:e.kind,compileFormat:e.compile?.format,domains:e.scope?.domains,filePatterns:e.scope?.filePatterns,capabilities:e.capabilities,activationIntent:e.activation?.intent,activationPriority:e.activation?.priority,conflictsWith:e.activation?.conflictsWith,trustSource:e.trust?.source,trustLicense:e.trust?.license};return Object.fromEntries(Object.entries(t).filter(([,n])=>n!==void 0))}function rr(e){let t=[];if(!e)return t;if(e.kind&&!oE.has(e.kind)&&ie(t,"error","manifest.kind.invalid",`Unknown vasm.kind '${e.kind}'.`),e.scope!==void 0&&(cu(e.scope)?(e.scope.domains!==void 0&&!Un(e.scope.domains)&&ie(t,"error","manifest.scope.domains.invalid","vasm.scope.domains must be a string array."),e.scope.filePatterns!==void 0&&!Un(e.scope.filePatterns)&&ie(t,"error","manifest.scope.filePatterns.invalid","vasm.scope.filePatterns must be a string array.")):ie(t,"error","manifest.scope.invalid","vasm.scope must be an object.")),e.capabilities!==void 0)if(!cu(e.capabilities))ie(t,"error","manifest.capabilities.invalid","vasm.capabilities must be an object.");else for(let[n,i]of Object.entries(e.capabilities))lE.has(n)?typeof i!="boolean"&&ie(t,"error","manifest.capabilities.value.invalid",`Capability '${n}' must be boolean.`):ie(t,"warn","manifest.capabilities.unknown",`Unknown capability '${n}'.`);if(e.activation!==void 0){if(!cu(e.activation))ie(t,"error","manifest.activation.invalid","vasm.activation must be an object.");else if(e.activation.intent!==void 0&&!Un(e.activation.intent)&&ie(t,"error","manifest.activation.intent.invalid","vasm.activation.intent must be a string array."),e.activation.conflictsWith!==void 0&&!Un(e.activation.conflictsWith)&&ie(t,"error","manifest.activation.conflictsWith.invalid","vasm.activation.conflictsWith must be a string array."),e.activation.priority!==void 0){let n=e.activation.priority;(typeof n!="number"||n<0||n>100)&&ie(t,"error","manifest.activation.priority.invalid","vasm.activation.priority must be a number between 0 and 100.")}}return e.compatibility?.formats!==void 0&&!Un(e.compatibility.formats)&&ie(t,"error","manifest.compatibility.formats.invalid","vasm.compatibility.formats must be a string array."),e.trust?.maintainers!==void 0&&!Un(e.trust.maintainers)&&ie(t,"error","manifest.trust.maintainers.invalid","vasm.trust.maintainers must be a string array."),e.kind==="skill"&&(e.alias||ie(t,"warn","skill.alias.missing","Skill should declare vasm.alias for stable references."),e.version||ie(t,"warn","skill.version.missing","Skill should declare vasm.version for human compatibility review."),!e.scope?.domains?.length&&!e.activation?.intent?.length&&ie(t,"warn","skill.activation.missing","Skill should declare scope.domains or activation.intent so AI can choose it deliberately."),e.capabilities||ie(t,"warn","skill.capabilities.missing","Skill should declare capabilities to make its permission surface explicit."),e.trust?.source||ie(t,"warn","skill.trust.source.missing","Skill should declare trust.source for supply-chain review."),e.trust?.license||ie(t,"warn","skill.trust.license.missing","Skill should declare trust.license.")),t}var Wn=K(require("fs")),Te=K(require("path"));var Rm=K(require("crypto"));async function hu(e){let t=await fetch(e);if(!t.ok)throw new Error(`Failed to fetch ${e}: ${t.status} ${t.statusText}`);return await t.text()}function Mt(e){return Rm.createHash("sha256").update(e).digest("hex")}var uE=["readFiles","editFiles","runCommands","network","externalModels","publish"],cE=["network","externalModels","publish"];function Ne(e,t){return Te.relative(e,t)||"."}function hE(e){return e.severity==="error"?"block":"review"}function fE(e,t,n){return{...n,path:Ne(t,e),source:"manifest",gate:hE(n)}}function pE(e,t){let n=rt(e);return rr(n).map(i=>fE(e,t,i))}function dE(e,t,n){return n?.kind==="skill"?!0:Te.normalize(Ne(t,e.finalDest)).split(Te.sep).includes("skills")}function mE(e,t){return[...Ue(e.absoluteFile,t)]}function gE(e,t){let n=[],i=nt(t),r=new Map;for(let[s,a]of Object.entries(i.dependencies||{})){let o=a.dest?Te.resolve(t,a.dest):Te.resolve(t,".vasmc",`${s}.md`);r.set(o,{alias:s,hash:a.hash})}for(let s of e){let a=r.get(Te.resolve(s));if(!a)continue;if(!Wn.existsSync(s)){n.push({severity:"error",code:"policy.lockfile.missing",message:`Locked dependency '${a.alias}' is missing on disk.`,path:Ne(t,s),source:"lockfile",gate:"block"});continue}Mt(Wn.readFileSync(s,"utf8"))!==a.hash&&n.push({severity:"error",code:"policy.lockfile.hash_mismatch",message:`Locked dependency '${a.alias}' hash does not match vasmc-lock.yaml.`,path:Ne(t,s),source:"lockfile",gate:"block"})}return n}function yE(e,t,n,i){let r=[],s=i?.capabilities||{};for(let a of cE)s[a]===!0&&r.push({severity:"warn",code:"policy.capability.high_risk",message:`Skill declares high-risk capability '${a}'.`,path:Ne(n,e.absoluteFile),source:"capability",gate:"review"});for(let a of t){if(Te.resolve(a)===Te.resolve(e.absoluteFile))continue;let l=rt(a)?.capabilities;if(l)for(let u of uE)l[u]===!0&&s[u]!==!0&&r.push({severity:"error",code:"policy.capability.escalation",message:`Dependency requires '${u}' but the entry skill does not declare it.`,path:Ne(n,a),source:"capability",gate:"block"})}return r}function bE(e,t,n){let i=[],r=n?.activation?.intent||[],s=/^(all|any|anything|everything|default|always|general|global)$/i,a=/(所有|任何|全部|一切|默认|总是|全局|通用)/;for(let o of r)(s.test(o.trim())||a.test(o))&&i.push({severity:"warn",code:"policy.activation.too_broad",message:`Activation intent '${o}' is too broad for automatic routing.`,path:Ne(t,e.absoluteFile),source:"activation",gate:"review"});return(n?.activation?.priority??0)>=95&&i.push({severity:"warn",code:"policy.activation.high_priority",message:"Activation priority is very high and should be reviewed for routing hijack risk.",path:Ne(t,e.absoluteFile),source:"activation",gate:"review"}),i}function cn(e){return e.trim().toLowerCase().replace(/[\s_-]+/g," ")}function kE(e,t,n,i){let r=[],s=i?.alias,a=new Set((i?.activation?.intent||[]).map(cn)),o=new Set((i?.activation?.conflictsWith||[]).map(cn)),l=i?.activation?.priority??0,u=new Map;for(let h of t){let c=rt(h);if(c?.kind!=="skill"||!c.activation)continue;let f=c.alias||Ne(n,h),p=cn(f),m=c.activation.intent||[],d=c.activation.priority??0,g=Te.resolve(h)===Te.resolve(e.absoluteFile);for(let y of c.activation.conflictsWith||[])(cn(y)===cn(s||"")||o.has(p))&&r.push({severity:"warn",code:"policy.activation.conflict",message:`Skill '${f}' declares activation conflict with '${y}'.`,path:Ne(n,h),source:"activation",gate:"review"});for(let y of m){let w=cn(y);if(!w)continue;let k=u.get(w);k&&k.alias!==f?r.push({severity:"warn",code:"policy.activation.intent_collision",message:`Activation intent '${y}' is declared by both '${k.alias}' and '${f}'.`,path:Ne(n,h),source:"activation",gate:"review"}):u.set(w,{alias:f,path:h}),!g&&a.has(w)&&r.push({severity:"warn",code:"policy.activation.dependency_overlap",message:`Dependency skill '${f}' shares entry activation intent '${y}'.`,path:Ne(n,h),source:"activation",gate:"review"})}!g&&d>l&&m.some(y=>a.has(cn(y)))&&r.push({severity:"warn",code:"policy.activation.priority_hijack",message:`Dependency skill '${f}' has priority ${d}, higher than entry priority ${l}, for overlapping activation intent.`,path:Ne(n,h),source:"activation",gate:"review"})}return r}function wE(e){return e.replace(/^---[ \t]*\r?\n[\s\S]*?\r?\n---[ \t]*(?:\r?\n|$)/,"").replace(/```[\s\S]*?```/g,"").replace(/`[^`\n]+`/g,"")}function SE(e,t){let n=[],i=[{code:"policy.content.prompt_override",message:"Content appears to override previous or higher-priority instructions.",test:r=>/ignore\s+(all\s+)?(previous|prior|above)\s+(instructions|rules)/i.test(r)||/忽略.*(之前|以上|前面).*(指令|规则)/.test(r)},{code:"policy.content.concealment",message:"Content appears to hide behavior from the user or reviewer.",test:r=>/(do not|don't)\s+(tell|mention|reveal|explain)\s+(the\s+)?user/i.test(r)||/不要(告诉|透露|提及|说明).*用户/.test(r)||/向用户隐藏/.test(r)},{code:"policy.content.secret_exfiltration",message:"Content appears to combine secret access with exfiltration language.",test:r=>/(api[_ -]?key|secret|token|credential|env|environment variable|环境变量|密钥|令牌|凭据)/i.test(r)&&/(send|upload|post|exfiltrat|leak|steal|发送|上传|泄露|窃取|外传)/i.test(r)},{code:"policy.content.remote_execution",message:"Content appears to request downloading and running remote code.",test:r=>/(download|curl|wget).*(run|execute|bash|sh|powershell)/i.test(r)||/下载.*(执行|运行)/.test(r)}];for(let r of e){if(!Wn.existsSync(r))continue;let s=wE(Wn.readFileSync(r,"utf8")).split(/\r?\n/);for(let[a,o]of s.entries()){let l=o.trim();if(l)for(let u of i)u.test(l)&&n.push({severity:"warn",code:u.code,message:u.message,path:Ne(t,r),source:"content",gate:"review",line:a+1,evidence:l.slice(0,180)})}}return n.slice(0,20)}function fu(e,t){let n=rt(e.absoluteFile),i=mE(e,t),r=dE(e,t,n),s=[];for(let o of i)s.push(...pE(o,t));return s.push(...gE(i,t)),r&&(s.push(...yE(e,i,t,n)),s.push(...bE(e,t,n)),s.push(...kE(e,i,t,n)),s.push(...SE(i,t))),{status:s.some(o=>o.gate==="block")?"blocked":s.length>0?"review":"pass",enforceable:r,diagnostics:s}}var Vn=K(require("fs")),_m=K(require("path"));var vE=["README.md","HELP.md","DESIGN.md","docs/**/*.md","package.json","packages/*/package.json","vasmc.yaml","vasmc-build.yaml","docs-src/**/*.vasm.md","packages/*/docs-src/**/*.vasm.md","skill-src/**/*.vasm.md","skill-src/**/*.md"],xE=["node_modules/**","dist/**","packages/*/dist/**",".git/**",".vasmc/**"];function Bm(e){if(!(!e||e.mode==="off"))return e.mode||"suggest"}async function pu(e,t){let n=Bm(t);if(!n)return;let i=t?.include?.length?t.include:vE,r=[...xE,...t?.exclude||[]],s=t?.maxFiles??80,a=t?.maxFileBytes??2e5,o=await yn(i,{cwd:e,nodir:!0,ignore:r}),l=[...new Set(o)].sort((c,f)=>c.length-f.length||c.localeCompare(f)),u=[],h=new Map;for(let c of l){if(u.length>=s)break;let f=_m.resolve(e,c);if(!Vn.existsSync(f))continue;let p=Vn.statSync(f);if(!p.isFile()||p.size>a)continue;let m=Vn.readFileSync(f,"utf8"),d=Mt(m),g=h.get(d);if(g){g.duplicates=[...g.duplicates||[],c];continue}u.push({path:c,bytes:p.size,hash:d}),h.set(d,u[u.length-1])}return{version:1,mode:n,generatedAt:new Date().toISOString(),files:u,reviewGoals:["Check whether compiled prompts and skills reflect the current project structure, commands, terminology, and constraints.","Suggest source-level changes only; do not edit generated outputs directly.","Look for overly broad skill activation, capabilities that can be narrowed, duplicated fragments, stale project facts, and missing project-specific guidance.",n==="patch"?"If useful, provide focused patches against .vasm.md or docs-src files.":"Provide concise recommendations and ask before making source edits."]}}function du(e,t,n){return`${e}. **Project Review** \`${t}\` \u2014 read the context index and \`.vasmc/build-report.yaml\`; ${n==="patch"?"produce focused source patch proposals":"produce concise source-level recommendations"}, never edit generated outputs directly`}function Mm(e,t){let n=rt(e);return rr(n).map(i=>({path:q.relative(t,e),...i}))}function EE(e,t){return[...Ue(e,t)].filter(n=>n!==e).map(n=>{let i=rt(n),r=Mm(n,t),s={path:q.relative(t,n)},a=ra(i);return a&&(s.manifest=a),r.length>0&&(s.diagnostics=r),s})}function sa(e,t,n){let i=rt(e.absoluteFile),r=Mm(e.absoluteFile,t),s=EE(e.absoluteFile,t),a=fu(e,t),o={source:e.relativeFile,output:q.relative(t,e.finalDest),status:n,format:e.compileFormat,targetLangs:e.targetLangs,policy:{status:a.status,enforceable:a.enforceable}};a.diagnostics.length>0&&(o.policy.diagnostics=a.diagnostics);let l=ra(i);return l&&(o.manifest=l),r.length>0&&(o.diagnostics=r),s.length>0&&(o.dependencies=s),o}function AE(e){let t=[...e.diagnostics||[]];for(let n of e.dependencies||[])t.push(...n.diagnostics||[]);return t}function $m(e){return e.policy.diagnostics||[]}function Um(e){return e.map(t=>`${t.severity.toUpperCase()} ${t.code} (${t.path}): ${t.message}`).join("; ")}function mu(e,t){if(e.policy.status==="pass")return;let n=$m(e);if(n.length===0)return;let i=e.policy.status==="blocked"?"Policy Gate":"Policy Review";return`${t}. **${i}** \`.vasmc/build-report.yaml\` \u2014 ${Um(n)}`}function Wm(e,t="review"){return t==="enforce"&&e.policy.enforceable&&e.policy.status==="blocked"}function CE(e,t,n){let i=["# VASMC Build Instructions \u2014 Project Review","","## \u{1F6E0}\uFE0F Action Items","",du(1,t,n)].join(`
184
+ `);V.appendFileSync(e,`
185
+
186
+ `+i,"utf8")}async function gu(e,t){let n=Ss(e),i=n.includes&&n.includes.length>0?n.includes:["**/*.vasm.md"],r=t?.outDir||n.output?.dir||"./dist",s=q.resolve(e,r),a=q.resolve(e,t?.baseDir||n.baseDir||"."),o=t?.targetLangs,l=["node_modules/**",".vasmc/**","dist/**"],u=n.excludes||[],h=await yn(i,{cwd:e,ignore:[...l,...u]});if(h.length===0)return console.log(Y("BUILD_NO_FILES",i.join(", "))),[];let c=[];for(let f of h){let p=q.resolve(e,f),m;if(n.output?.inPlace&&!t?.outDir)m=q.join(q.dirname(p),q.basename(p).replace(/\.vasm\.md$/,".md"));else{let v=q.relative(a,p);(n.output?.flat||v.startsWith(".."+q.sep)||v==="..")&&(v=q.basename(p)),m=q.resolve(s,v.replace(/\.vasm\.md$/,".md"))}if(n.routing&&n.routing.length>0){for(let v of n.routing)if(ce(f,v.match,{matchBase:!0})){let E=q.resolve(e,v.dest);if(q.extname(E))m=E;else{let x=q.basename(f).replace(/\.vasm\.md$/,".md");m=q.join(E,x)}break}}let d="prompt",g,y=V.readFileSync(p,"utf8"),w=/^---\n([\s\S]*?)\n---/.exec(y);if(w)try{let v=Gn.parse(w[1]);v?.vasm?.compile?.format&&(d=v.vasm.compile.format),v?.vasm?.compile?.targetLangs&&(g=v.vasm.compile.targetLangs)}catch{}let k;if(g&&g.length>0)k=g;else if(d==="doc"&&n.compile?.doc?.targetLangs?.length)k=n.compile.doc.targetLangs;else if(d==="prompt"&&n.compile?.prompt?.targetLangs?.length)k=n.compile.prompt.targetLangs;else if(o&&o.length>0)k=o;else{let v=ou(p);k=v.length>0?v:[void 0]}c.push({relativeFile:f,absoluteFile:p,finalDest:m,compileFormat:d,targetLangs:k})}return c}async function yu(e,t,n=!1){let{relativeFile:i,absoluteFile:r,finalDest:s,compileFormat:a,targetLangs:o}=e,l=a==="doc",u=new Map,h=o;if(n&&!l&&o.length>1){let c=V.readFileSync(r,"utf8"),{detectLanguage:f}=await Promise.resolve().then(()=>(tr(),zm)),p=f(c),m=o[0];p&&o.includes(p)?m=p:p||console.warn(Y("LANG_DETECT_AGENT_FALLBACK",i,m)),h=[m]}for(let c of h){let f=s;!l&&c&&c!=="auto"&&o.length>1&&(f=s.replace(/\.md$/,`.${c}.md`)),console.log(Y("BUILD_COMPILING",i,c?`[${c}]`:"",q.relative(t,f)));try{let p=q.dirname(f);V.existsSync(p)||V.mkdirSync(p,{recursive:!0});let m=await Xs(r,f,new Set,c,n);u.set(c||"auto",m),l||(V.writeFileSync(f,m,"utf8"),console.log(Y("BUILD_SUCCESS",q.relative(t,f))))}catch(p){if(console.error(Y("BUILD_ERR_WORKSPACE",i,c||"auto",p.message)),console.error(p),p.message&&p.message.startsWith("[FATAL]"))throw p}}if(l&&u.size>0)try{let c=q.dirname(s);V.existsSync(c)||V.mkdirSync(c,{recursive:!0}),console.log(`[MERGE] \u{1FA84} Merging ${u.size} languages into ${q.relative(t,s)}`);let f=lu(u);V.writeFileSync(s,f,"utf8"),console.log(Y("BUILD_SUCCESS",q.relative(t,s)))}catch(c){console.error(`[MERGE_ERR] \u274C Failed to merge ${i}: ${c.message}`),console.error(c)}return{entry:e,compiledMap:u}}async function DE(e,t){let n=await gu(e,t),i=ea(e),r=!1;for(let s of n){let{relativeFile:a,absoluteFile:o,finalDest:l,targetLangs:u}=s,h=s.compileFormat==="doc",c=l,f=!0;if(h){let d=it(a,"merged"),g=i.entries[d];if(g&&V.existsSync(l)){let y=Ue(o,e),w=Bt(y),k=[...g.targetLangs||[]].sort().join(","),v=[...u].sort().join(",");g.inputSignature===w&&k===v||(f=!1)}else f=!1}else for(let d of u){let g=l;d&&d!=="auto"&&u.length>1&&(g=l.replace(/\.md$/,`.${d}.md`));let y=it(a,d||"auto"),w=i.entries[y];if(w&&V.existsSync(g)){let k=Ue(o,e),v=Bt(k);if(w.inputSignature===v)continue}f=!1;break}if(f){console.log(`[BUILD] \u26A1\uFE0F Skipped (unchanged): ${a}`);continue}await yu(s,e,!1);let p=Ue(o,e),m=Bt(p);if(h){let d=it(a,"merged");i.entries[d]={inputSignature:m,outputFile:q.relative(e,l),targetLang:"merged",targetLangs:[...u].sort()}}else for(let d of u){let g=it(a,d||"auto"),y=l;d&&d!=="auto"&&u.length>1&&(y=l.replace(/\.md$/,`.${d}.md`)),i.entries[g]={inputSignature:m,outputFile:q.relative(e,y),targetLang:d||"auto"}}r=!0}r&&ta(i,e)}async function LE(e,t){let n=await gu(e,t),i=Ss(e),r=i.security?.mode||"review",s=ea(e),a=!1,o=q.resolve(e,".vasmc","build-instructions.md"),l=q.resolve(e,".vasmc","build-report.yaml"),u=q.resolve(e,".vasmc","project-review-context.yaml"),h=q.dirname(o);V.existsSync(h)||V.mkdirSync(h,{recursive:!0}),V.writeFileSync(o,"","utf8");let c=await pu(e,i.ai?.projectReview),f=q.relative(e,u);c&&V.writeFileSync(u,Gn.stringify(c),"utf8");let p={version:1,mode:"ai-build",generatedAt:new Date().toISOString(),instructionsFile:q.relative(e,o),entries:[]};c&&(p.projectReview={mode:c.mode,contextFile:f,files:c.files});for(let m of n){let{relativeFile:d,absoluteFile:g,finalDest:y,targetLangs:w}=m,k=m.compileFormat==="doc",v=sa(m,e,"skipped"),E=j=>mu(v,j);if(Wm(v,r)){let j=sa(m,e,"blocked");p.entries.push(j);let b=mu(j,1),$=[`# VASMC Build Instructions \u2014 \`${m.relativeFile}\``,"","## \u{1F6E0}\uFE0F Action Items","",b||"1. **Policy Gate** `.vasmc/build-report.yaml` \u2014 review blocked policy status.","","Final output was not updated because `security.mode` is `enforce`."].join(`
187
+ `);V.appendFileSync(o,`
188
+
189
+ `+$,"utf8"),console.warn(`[BUILD] \u26D4 Blocked by policy gate: ${d}`);continue}let x,C="suggest";if(!k){let j=V.readFileSync(g,"utf8"),b=/^---\n([\s\S]*?)\n---/.exec(j);if(b)try{let $=Gn.parse(b[1]);$?.vasm?.vision&&(x=$.vasm.vision.trim()),$?.vasm?.fix&&(C=$.vasm.fix)}catch{}}let D=!0;if(k){let j=it(d,"merged"),b=s.entries[j];if(b&&V.existsSync(y)){let $=Ue(g,e),re=Bt($),st=[...b.targetLangs||[]].sort().join(","),Ve=[...w].sort().join(",");b.inputSignature===re&&st===Ve||(D=!1)}else D=!1}else for(let j of w){let b=y;j&&j!=="auto"&&w.length>1&&(b=y.replace(/\.md$/,`.${j}.md`));let $=it(d,j||"auto"),re=s.entries[$];if(re&&V.existsSync(b)){let st=Ue(g,e),Ve=Bt(st);if(re.inputSignature===Ve)continue}D=!1;break}if(D){console.log(`[BUILD] \u26A1\uFE0F Skipped (unchanged): ${d}`),p.entries.push(v);let j=E(1);if(j){let b=[`# VASMC Build Instructions \u2014 \`${m.relativeFile}\``,"","## \u{1F6E0}\uFE0F Action Items","",j].join(`
190
+ `);V.appendFileSync(o,`
191
+
192
+ `+b,"utf8"),console.log(`[BUILD] \u{1F916} Policy review instructions appended for: ${m.relativeFile}`)}continue}let I=[];if(!k)for(let j of w){let b=y;if(j&&j!=="auto"&&w.length>1&&(b=y.replace(/\.md$/,`.${j}.md`)),V.existsSync(b)){let $=V.readFileSync(b,"utf8"),re=q.resolve(e,".vasmc","cache");V.existsSync(re)||V.mkdirSync(re,{recursive:!0});let st=new Date().getTime(),Ve=q.resolve(re,`history-${st}-${q.basename(b)}`);V.writeFileSync(Ve,$,"utf8"),I.push({lang:j||"auto",backupPath:Ve})}}let M=await yu(m,e,!0),X=1/0,z="auto";for(let[j,b]of M.compiledMap){let $=Mn(b);$<X&&(X=$,z=j)}let F=j=>!k&&j&&j!=="auto"&&w.length>1?y.replace(/\.md$/,`.${j}.md`):y,P=q.relative(e,F(z)),B=k?[]:w.filter(j=>(j||"auto")!==z&&j!=="auto"),G=[],Q=1;if(!k){let j=x?C==="auto"?`**Verify & Auto-Fix** \`${P}\` \u2014 check against vision + 4 criteria; directly edit product to fix any issues`:`**Verify** \`${P}\` \u2014 check against vision + 4 criteria; if issues found, output suggested edits (do NOT modify product)`:`**Verify** \`${P}\``;G.push(`${Q++}. ${j}`)}if(B.length>0){let j=B.map(b=>`\`${q.relative(e,F(b))}\``).join(", ");G.push(`${Q++}. **Translate** \`${P}\` \u2192 ${j}`)}if(I.length>0){let j=I.map($=>`\`${q.relative(e,$.backupPath)}\` (${$.lang})`).join(", "),b=G.some($=>$.includes("Verify"))?" *(prerequisite: Verify & Fix must be completed first)*":"";G.push(`${Q++}. **Diff** against ${j}${b}`)}k||G.push(`${Q++}. **Tree-Shake** \`${P}\` *(conditional \u2014 only if user requested optimization)*`);let Ee=E(Q);if(Ee&&(G.push(Ee),Q++),G.length>0){let j=w.map(re=>` - ${q.relative(e,F(re))}`).join(`
193
+ `),b=x?[`**Vision:** ${x.replace(/\n/g," ")}`,`**Fix Mode:** ${C}`,""]:[],$=[`# VASMC Build Instructions \u2014 \`${m.relativeFile}\``,"",`**Minimal-Token Variant:** ${P} (${X} tokens)`,`**Target Languages:** ${w.join(", ")}`,...b,"```yaml","compiledFiles:",j,"```","","## \u{1F6E0}\uFE0F Action Items","",G.join(`
194
+
195
+ `)].join(`
196
+ `);V.appendFileSync(o,`
197
+
198
+ `+$,"utf8"),console.log(`[BUILD] \u{1F916} Instructions appended for: ${m.relativeFile}`)}let Oe=sa(m,e,"built");p.entries.push(Oe);let S=Ue(g,e),ye=Bt(S);if(k){let j=it(d,"merged");s.entries[j]={inputSignature:ye,outputFile:q.relative(e,y),targetLang:"merged",targetLangs:[...w].sort()}}else for(let j of w){let b=it(d,j||"auto"),$=y;j&&j!=="auto"&&w.length>1&&($=y.replace(/\.md$/,`.${j}.md`)),s.entries[b]={inputSignature:ye,outputFile:q.relative(e,$),targetLang:j||"auto"}}a=!0}a&&ta(s,e),c&&(CE(o,f,c.mode),console.log(`[BUILD] \u{1F9ED} Project review context: ${f}`)),V.readFileSync(o,"utf8").trim().length===0&&V.writeFileSync(o,["# VASMC Build Instructions","","No pending action items.","",`See \`${q.relative(e,l)}\` for the full build report.`].join(`
199
+ `),"utf8"),V.writeFileSync(l,Gn.stringify(p),"utf8"),console.log(`[BUILD] \u{1F4CB} Build report: ${q.relative(e,l)}`),console.log(`
200
+ [BUILD] \u{1F4CB} Full instructions: ${q.relative(e,o)}`)}var sr=K(require("fs")),We=K(require("path"));async function NE(e,t=process.cwd()){let n=nt(t),i=We.resolve(t,e);if(!sr.existsSync(i)){console.error(Y("BUILD_ERR_ENTRY_NOT_FOUND",e));return}let r=new Set;async function s(o,l,u){let h={name:l,filePath:We.relative(t,o),type:u,children:[]};if(r.has(o))return h.name+=" (circular)",h;r.add(o);let c=sr.readFileSync(o,"utf8"),p=tn().use(Ot).use(qn,["yaml"]).parse(c),m=[];Pt(p,"link",d=>{d.title&&(d.title.includes("@import:inline")||d.title.includes("@import:link"))&&m.push({url:d.url,title:d.title})});for(let d of m){let g,y;if(d.url.startsWith("vasm:")){let k=d.url.replace("vasm:","");y=k;let v=n.dependencies[k];if(!v){h.children.push({name:`${k} (UNRESOLVED ALIAS)`,filePath:"missing",type:d.title?.includes("inline")?"inline":"link",children:[]});continue}g=v.dest?We.resolve(t,v.dest):We.resolve(t,".vasmc",k+".md")}else y=d.url,g=We.resolve(We.dirname(o),d.url);let w=d.title?.includes("inline")?"inline":"link";if(!sr.existsSync(g))h.children.push({name:`${y} (MISSING FILE)`,filePath:We.relative(t,g),type:w,children:[]});else{let k=await s(g,y,w);h.children.push(k)}}return r.delete(o),h}let a=await s(i,We.basename(i),"root");console.log("\\n\u{1F4E6} VASMC Dependency Graph:\\n"),Vm(a,"",!0),console.log()}function Vm(e,t,n){let i=e.type==="root",r=i?"":`[${e.type}] `;console.log(i?`${e.name} (${e.filePath})`:`${t}${n?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 "}${r}${e.name} -> ${e.filePath}`);let s=i?"":t+(n?" ":"\u2502 ");for(let a=0;a<e.children.length;a++)Vm(e.children[a],s,a===e.children.length-1)}var gt=K(require("fs")),Kn=K(require("path"));async function TE(e=process.cwd()){let t=ul(e),n=nt(e),i=!1;if(!t.dependencies||Object.keys(t.dependencies).length===0){console.log("No dependencies found in vasmc.yaml");return}for(let[r,s]of Object.entries(t.dependencies)){let a=typeof s=="string"?s:s.url,o=typeof s=="string"?void 0:s.dest;if(!a){console.warn(Y("SYNC_WARN_NO_URL",r));continue}let l=n.dependencies[r],u=o?Kn.resolve(e,o):Kn.join(e,".vasmc",r+".md"),h=!1;if(!l)h=!0;else if(l.url!==a)h=!0;else if(!gt.existsSync(u))h=!0;else{let c=gt.readFileSync(u,"utf8");Mt(c)!==l.hash&&(h=!0,console.warn(Y("SYNC_WARN_HASH_MISMATCH",r)))}if(h){console.log(Y("SYNC_FETCHING_START",r,a));try{let c=await hu(a),f=Mt(c),p=Kn.dirname(u);gt.existsSync(p)||gt.mkdirSync(p,{recursive:!0}),gt.writeFileSync(u,c,"utf8");let m=ir(c),d=m.data.version;if(d&&console.log(Y("SYNC_FOUND_VERSION",d)),m.data.vasm&&m.data.vasm.dependencies){console.log(Y("SYNC_FOUND_NESTED"));for(let[g,y]of Object.entries(m.data.vasm.dependencies))t.dependencies[g]?console.log(Y("SYNC_SKIPPING_OVERRIDDEN",g)):(console.log(Y("SYNC_INHERITING",g,y)),t.dependencies[g]=y)}n.dependencies[r]={url:a,dest:o,version:d,hash:f,fetchedAt:new Date().toISOString()},i=!0,console.log(Y("SYNC_SUCCESS_ALIAS",r))}catch(c){console.error(Y("SYNC_ERR_FAILED",r,c.message))}}else console.log(Y("SYNC_UP_TO_DATE_ALIAS",r))}i&&(cl(n,e),console.log(Y("SYNC_LOCK_UPDATED")))}tr();0&&(module.exports={buildStateKey,collectDependencies,compileEntry,compileFile,computeHash,computeInputSignature,createBuildReportEntry,createProjectReviewContext,detectLanguage,detectLanguageDetails,estimateTokens,evaluateVasmPolicy,extractTargetLangs,fetchMarkdown,flattenReportDiagnostics,formatPolicyAction,formatPolicyDiagnostics,formatProjectReviewAction,generateGraph,getCurrentLang,getPolicyDiagnostics,initI18n,iso639_3_map,loadBuildConfig,loadBuildState,loadConfig,loadLockfile,loadVasmRc,mergeCompiledLangs,normalizeProjectReviewMode,parseFrontmatter,readVasmManifest,resolveWorkspaceEntries,runAIBuild,runWorkspaceBuild,saveBuildState,saveConfig,saveLockfile,shouldBlockPolicyOutput,stringifyFrontmatter,summarizeVasmManifest,syncDependencies,t,validateVasmManifest});